@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/*
 * Shards v3.0.0 (https://designrevision.com/downloads/shards/)
 * Based on: Bootstrap v4.3.1 (https://getbootstrap.com)
 * Copyright 2017-* DesignRevision (https://designrevision.com)
 */
:root {
    --blue: #007bff;
    --indigo: #674eec;
    --purple: #8445f7;
    --pink: #ff4169;
    --red: #c4183c;
    --orange: #fb7906;
    --yellow: #ffb400;
    --green: #17c671;
    --teal: #1adba2;
    --cyan: #00b8d8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #20AA7A;
    --secondary: #21D48E;
    --success: #00D08C;
    --info: #00b8d8;
    --warning: #ffb400;
    --danger: #FF5C39;
    --light: #FBFBFB;
    --dark: #212529;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media (max-width: 575.98px) {
    html {
        font-size: 15px;
    }
}

body {
    font-size: 1rem;
    font-weight: 300;
    color: #5A6169;
    background-color: #fff;
}

a {
    color: #20AA7A;
    text-decoration: none;
}
a:hover {
    color: #146a4c;
    text-decoration: underline;
}

b, strong {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.75rem;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    color: #13122B;
}

h1, .h1 {
    font-size: 3.052rem;
    letter-spacing: -0.0625rem;
    line-height: 3rem;
}

h2, .h2 {
    font-size: 2.441rem;
    letter-spacing: -0.0625rem;
    line-height: 2.25rem;
}

h3, .h3 {
    font-size: 1.953rem;
    line-height: 2.25rem;
}

h4, .h4 {
    font-size: 1.563rem;
    line-height: 2rem;
}

h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.lead {
    line-height: 1.875rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
    margin-bottom: 0.75rem;
}

.display-1 {
    font-size: 7.451rem;
    line-height: 1;
}

.display-2 {
    font-size: 5.96rem;
    line-height: 1;
}

.display-3 {
    font-size: 4.768rem;
    line-height: 1;
}

.display-4 {
    font-size: 3.815rem;
    line-height: 1;
}

p {
    margin-bottom: 1.75rem;
}

hr {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 300;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fff09e;
}

.blockquote {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.blockquote-footer {
    font-size: 1.125rem;
}

.img-thumbnail {
    padding: 0;
    border: none;
    background-color: #fff;
    border-radius: 0.375rem;
    box-shadow: none;
}

.figure-img {
    margin-bottom: 0.75rem;
}

.figure-caption {
    font-size: 1rem;
    color: #868e96;
}

code,
kbd,
pre,
samp {
    font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 0.75rem;
    padding: 0.1875rem 0.8125rem;
}

kbd {
    padding: 0.1875rem 0.8125rem;
    font-size: 0.75rem;
    color: #fff;
    background-color: #212529;
    border-radius: 0.625rem;
    box-shadow: none;
}
kbd kbd {
    font-weight: 500;
}

pre {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    color: #212529;
    line-height: 1.375rem;
}

.pre-scrollable {
    max-height: 340px;
}

.table {
    background-color: white;
}
.table th,
.table td {
    padding: 0.75rem;
}
.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #c1e7da;
}

.table-hover .table-primary:hover {
    background-color: #afe0cf;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #afe0cf;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #c1f3df;
}

.table-hover .table-secondary:hover {
    background-color: #acefd4;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #acefd4;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #b8f2df;
}

.table-hover .table-success:hover {
    background-color: #a2eed5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #a2eed5;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #b8ebf4;
}

.table-hover .table-info:hover {
    background-color: #a2e5f1;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #a2e5f1;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeab8;
}

.table-hover .table-warning:hover {
    background-color: #ffe29f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe29f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #ffd1c8;
}

.table-hover .table-danger:hover {
    background-color: #ffbcaf;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ffbcaf;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fefefe;
}

.table-hover .table-light:hover {
    background-color: #f1f1f1;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #f1f1f1;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c1c2c3;
}

.table-hover .table-dark:hover {
    background-color: #b4b5b6;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b4b5b6;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.form-control {
    height: auto;
    padding: 0.4375rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    font-weight: 300;
    will-change: border-color, box-shadow;
    border-radius: 0.25rem;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.form-control:hover {
    border-color: #b3bdcc;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b3bdcc;
    box-shadow: 0 0.313rem 0.719rem rgba(179, 189, 204, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.form-control:focus:hover {
    border-color: #b3bdcc;
}
.form-control::placeholder {
    color: #868e96;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f5f6f7;
}
.form-control:disabled:hover, .form-control[readonly]:hover {
    border-color: #e1e5eb;
    cursor: not-allowed;
}
.form-control[readonly]:not(:disabled):focus {
    box-shadow: none;
    border-color: #e1e5eb;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.09375rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
select.form-control:hover {
    cursor: pointer;
}

form label:hover {
    cursor: pointer;
}

.col-form-label {
    padding-top: calc(0.4375rem + 1px);
    padding-bottom: calc(0.4375rem + 1px);
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.8125rem + 1px);
    padding-bottom: calc(0.8125rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.4286rem + 1px);
    padding-bottom: calc(0.4286rem + 1px);
    font-size: 0.6875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    line-height: 1.5;
    font-weight: 300;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-middle > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.4286rem 0.625rem;
    font-size: 0.6875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-middle > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.88845rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-middle > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.8125rem 0.8125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.375rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-middle > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.9375rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    margin-top: 0.25rem;
}

.form-check {
    padding-left: 1.25rem;
}

.form-check-input {
    margin-top: 0.313rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #868e96;
}

.form-check-inline {
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    margin-right: 0.3125rem;
}

.valid-feedback {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #00D08C;
}

.valid-tooltip {
    background-color: rgba(0, 208, 140, 0.8);
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #00D08C;
    box-shadow: 0 5px 11.5px rgba(0, 208, 140, 0.1);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    box-shadow: 0 5px 11.5px rgba(0, 208, 140, 0.1), 0 1px 1px 0.1rem rgba(0, 208, 140, 0.2);
}
.was-validated .form-control:valid:hover, .form-control.is-valid:hover,
.was-validated .custom-select:valid:hover,
.custom-select.is-valid:hover {
    border-color: #00D08C;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #00D08C;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #00D08C;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #37ffbe;
    border-color: #04ffad;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #04ffad;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 208, 140, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    color: #00D08C;
    border-color: #00D08C;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    background-color: #9dffdf;
    border-color: #04ffad;
    color: #00D08C;
}
.was-validated .custom-file-input:focus:valid ~ .custom-file-label, .custom-file-input:focus.is-valid ~ .custom-file-label {
    border-color: #00D08C;
    box-shadow: 0 5px 11.5px rgba(0, 208, 140, 0.1), 0 1px 1px 0.1rem rgba(0, 208, 140, 0.2);
}
.was-validated .custom-file-input:hover:valid ~ .custom-file-label, .custom-file-input:hover.is-valid ~ .custom-file-label {
    border-color: #00D08C;
}

.was-validated .custom-toggle .custom-control-input:not(:checked):valid ~ .custom-control-label::before, .custom-toggle .custom-control-input:not(:checked).is-valid ~ .custom-control-label::before {
    background-color: #fff;
}
.was-validated .custom-toggle .custom-control-input:valid ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #00D08C;
}
.was-validated .custom-toggle .custom-control-input:invalid ~ .custom-control-label::after, .custom-toggle .custom-control-input.is-invalid ~ .custom-control-label::after {
    background-color: #eb8c95;
}
.was-validated .custom-toggle .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 208, 140, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.invalid-feedback {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #FF5C39;
}

.invalid-tooltip {
    background-color: rgba(255, 92, 57, 0.8);
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #FF5C39;
    box-shadow: 0 5px 11.5px rgba(255, 92, 57, 0.1);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    box-shadow: 0 5px 11.5px rgba(255, 92, 57, 0.1), 0 1px 1px 0.1rem rgba(255, 92, 57, 0.2);
}
.was-validated .form-control:invalid:hover, .form-control.is-invalid:hover,
.was-validated .custom-select:invalid:hover,
.custom-select.is-invalid:hover {
    border-color: #FF5C39;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #FF5C39;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #FF5C39;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ffb09f;
    border-color: #ff866c;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #ff866c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(255, 92, 57, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    color: #FF5C39;
    border-color: #FF5C39;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    background-color: white;
    border-color: #ff866c;
    color: #FF5C39;
}
.was-validated .custom-file-input:focus:invalid ~ .custom-file-label, .custom-file-input:focus.is-invalid ~ .custom-file-label {
    border-color: #FF5C39;
    box-shadow: 0 5px 11.5px rgba(255, 92, 57, 0.1), 0 1px 1px 0.1rem rgba(255, 92, 57, 0.2);
}
.was-validated .custom-file-input:hover:invalid ~ .custom-file-label, .custom-file-input:hover.is-invalid ~ .custom-file-label {
    border-color: #FF5C39;
}

.was-validated .custom-toggle .custom-control-input:not(:checked):invalid ~ .custom-control-label::before, .custom-toggle .custom-control-input:not(:checked).is-invalid ~ .custom-control-label::before {
    background-color: #fff;
}
.was-validated .custom-toggle .custom-control-input:valid ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #00D08C;
}
.was-validated .custom-toggle .custom-control-input:invalid ~ .custom-control-label::after, .custom-toggle .custom-control-input.is-invalid ~ .custom-control-label::after {
    background-color: #eb8c95;
}
.was-validated .custom-toggle .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-toggle .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(255, 92, 57, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

@media (min-width: 576px) {
    .form-inline .form-check-input {
        margin-right: 0.313rem;
    }
}

.btn {
    font-weight: 400;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border: 1px solid transparent;
    padding: 0.5625rem 1rem;
    font-size: 0.75rem;
    line-height: 1.125;
    border-radius: 50px;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.btn:hover, .btn.hover {
    cursor: pointer;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
    box-shadow: none;
}
.btn.btn-squared {
    border-radius: 0;
}
.btn.btn-pill {
    border-radius: 50px;
}

.btn-primary {
    color: #fff !important;
    border-color: #20AA7A;
    background-color: #20AA7A;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #1c956b;
    border-color: #1c956b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(32, 170, 122, 0.25);
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(32, 170, 122, 0.15), 0 3px 15px rgba(32, 170, 122, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #20AA7A;
    border-color: #20AA7A;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c956b;
    border-color: #187f5b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-secondary {
    color: #fff !important;
    border-color: #21D48E;
    background-color: #21D48E;
    box-shadow: none;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #1ebe7f;
    border-color: #1ebe7f;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 212, 142, 0.25);
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(33, 212, 142, 0.15), 0 3px 15px rgba(33, 212, 142, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #21D48E;
    border-color: #21D48E;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1ebe7f;
    border-color: #1aa870;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-success {
    color: #fff !important;
    border-color: #00D08C;
    background-color: #00D08C;
    box-shadow: none;
}
.btn-success:hover {
    color: #fff !important;
    background-color: #00b77b;
    border-color: #00b77b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 208, 140, 0.25);
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(0, 208, 140, 0.15), 0 3px 15px rgba(0, 208, 140, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #00D08C;
    border-color: #00D08C;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00b77b;
    border-color: #009d6a;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-info {
    color: #fff !important;
    border-color: #00b8d8;
    background-color: #00b8d8;
    box-shadow: none;
}
.btn-info:hover {
    color: #fff !important;
    background-color: #00a2bf;
    border-color: #00a2bf;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 184, 216, 0.25);
}
.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(0, 184, 216, 0.15), 0 3px 15px rgba(0, 184, 216, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-info.disabled, .btn-info:disabled {
    background-color: #00b8d8;
    border-color: #00b8d8;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00a2bf;
    border-color: #008da5;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-warning {
    color: #212529 !important;
    border-color: #ffb400;
    background-color: #ffb400;
    box-shadow: none;
}
.btn-warning:hover {
    color: #212529 !important;
    background-color: #e6a200;
    border-color: #e6a200;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 180, 0, 0.25);
}
.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.15), 0 3px 15px rgba(255, 180, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffb400;
    border-color: #ffb400;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e6a200;
    border-color: #cc9000;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-danger {
    color: #fff !important;
    border-color: #FF5C39;
    background-color: #FF5C39;
    box-shadow: none;
}
.btn-danger:hover {
    color: #fff !important;
    background-color: #ff4720;
    border-color: #ff4720;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 92, 57, 0.25);
}
.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(255, 92, 57, 0.15), 0 3px 15px rgba(255, 92, 57, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-danger.disabled, .btn-danger:disabled {
    background-color: #FF5C39;
    border-color: #FF5C39;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4720;
    border-color: #ff3206;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-light {
    color: #212529 !important;
    border-color: #F4F4F4;
    background-color: #F4F4F4;
    box-shadow: none;
}
.btn-light:hover {
    color: #212529 !important;
    background-color: #eeeeee;
    border-color: #eeeeee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(251, 251, 251, 0.25);
}
.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(251, 251, 251, 0.15), 0 3px 15px rgba(251, 251, 251, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-light.disabled, .btn-light:disabled {
    background-color: #FBFBFB;
    border-color: #FBFBFB;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #eeeeee;
    border-color: #e2e2e2;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-dark {
    color: #fff !important;
    border-color: #212529;
    background-color: #212529;
    box-shadow: none;
}
.btn-dark:hover {
    color: #fff !important;
    background-color: #16181b;
    border-color: #16181b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 37, 41, 0.25);
}
.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.15), 0 3px 15px rgba(33, 37, 41, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-dark.disabled, .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #16181b;
    border-color: #0a0c0d;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-white {
    color: #212529 !important;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none;
}
.btn-white:hover {
    color: #212529 !important;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25);
}
.btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-white.disabled, .btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-black {
    color: #fff !important;
    border-color: #000;
    background-color: #000;
    box-shadow: none;
}
.btn-black:hover {
    color: #fff !important;
    background-color: black;
    border-color: black;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25);
}
.btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-black.disabled, .btn-black:disabled {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #20AA7A !important;
    color: #20AA7A;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #20AA7A;
    border-color: #20AA7A !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(32, 170, 122, 0.25);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(32, 170, 122, 0.15), 0 3px 15px rgba(32, 170, 122, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #20AA7A;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #20AA7A;
    border-color: #20AA7A;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: #21D48E;
    color: #21D48E;
}
.btn-outline-secondary:hover {
    color: #212529;
    background-color: #21D48E;
    border-color: #21D48E;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 212, 142, 0.25);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(33, 212, 142, 0.15), 0 3px 15px rgba(33, 212, 142, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #21D48E;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #21D48E;
    border-color: #21D48E;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-success {
    background-color: transparent;
    background-image: none;
    border-color: #00D08C;
    color: #00D08C;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #00D08C;
    border-color: #00D08C;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 208, 140, 0.25);
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(0, 208, 140, 0.15), 0 3px 15px rgba(0, 208, 140, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00D08C;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00D08C;
    border-color: #00D08C;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-info {
    background-color: transparent;
    background-image: none;
    border-color: #00b8d8;
    color: #00b8d8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #00b8d8;
    border-color: #00b8d8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 184, 216, 0.25);
}
.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(0, 184, 216, 0.15), 0 3px 15px rgba(0, 184, 216, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00b8d8;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00b8d8;
    border-color: #00b8d8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-warning {
    background-color: transparent;
    background-image: none;
    border-color: #ffb400;
    color: #ffb400;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffb400;
    border-color: #ffb400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 180, 0, 0.25);
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(255, 180, 0, 0.15), 0 3px 15px rgba(255, 180, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffb400;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffb400;
    border-color: #ffb400;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-danger {
    background-color: transparent;
    background-image: none;
    border-color: #FF5C39;
    color: #FF5C39;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #FF5C39;
    border-color: #FF5C39;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 92, 57, 0.25);
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(255, 92, 57, 0.15), 0 3px 15px rgba(255, 92, 57, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF5C39;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF5C39;
    border-color: #FF5C39;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-light {
    background-color: transparent;
    background-image: none;
    border-color: #FBFBFB;
    color: #212529;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #FBFBFB;
    border-color: #FBFBFB;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(251, 251, 251, 0.25);
}
.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 3px rgba(251, 251, 251, 0.15), 0 3px 15px rgba(251, 251, 251, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #FBFBFB;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #FBFBFB;
    border-color: #FBFBFB;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-dark {
    background-color: transparent;
    background-image: none;
    border-color: #212529;
    color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(33, 37, 41, 0.25);
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.15), 0 3px 15px rgba(33, 37, 41, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-white {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    color: #212529;
    color: #fff;
}
.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25);
}
.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
    color: #000;
}

.btn-outline-black {
    background-color: transparent;
    background-image: none;
    border-color: #000;
    color: #000;
    color: #000;
}
.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25);
}
.btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active {
    color: #fff;
}

.btn-link {
    font-weight: 300;
    color: #20AA7A;
}
.btn-link:hover {
    color: #146a4c;
    text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}
.btn-link:disabled {
    color: #868e96;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.75rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.4286rem 0.875rem;
    font-size: 0.6875rem;
    line-height: 1.5;
    border-radius: 50px;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

.fade {
    transition: opacity 200ms ease-in-out;
}

.collapsing {
    transition: height 350ms ease-in-out;
}

i.material-icons {
    font-size: inherit;
    position: relative;
    top: 2px;
}

.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    padding: 10px 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #5A6169;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 4rem rgba(0, 0, 0, 0.11), 0 10px 20px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06);
}
.dropdown-menu-small {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.11), 0 3px 10px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.06);
    padding: 0.25rem 0;
    font-size: 0.813rem;
}
.dropdown-menu-small .dropdown-item {
    padding: 0.375rem 0.875rem;
    font-size: 0.813rem;
}
.dropdown-menu-small .dropdown-divider {
    margin: 0.25rem 0;
}

.dropup .dropdown-menu {
    margin-bottom: 0;
}

.dropright .dropdown-menu {
    margin-left: 0;
}

.dropleft .dropdown-menu {
    margin-right: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.75rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    padding: 0.5rem 1.25rem;
    font-weight: 300;
    color: #212529;
    font-size: 13px;
    transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #20AA7A;
    background-color: #eceeef;
}
.dropdown-item.active, .dropdown-item:active {
    color: #20AA7A;
    background-color: #fff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
}
.dropdown-item.disabled:hover, .dropdown-item:disabled:hover {
    background: none;
    cursor: not-allowed;
}

.dropdown-header {
    padding: 10px 1.25rem;
    font-size: 0.6875rem;
    color: #868e96;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.65625rem;
    padding-left: 0.65625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.3125rem;
    padding-left: 1.3125rem;
}

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group.input-group-seamless > .form-control {
    border-radius: 0.25rem;
}
.input-group.input-group-seamless > .input-group-append,
.input-group.input-group-seamless > .input-group-prepend {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4;
}
.input-group.input-group-seamless > .input-group-append .input-group-text,
.input-group.input-group-seamless > .input-group-prepend .input-group-text {
    padding: 0.75rem 0.625rem;
    background: transparent;
    border: none;
}
.input-group.input-group-seamless > .input-group-append {
    right: 0;
}
.input-group.input-group-seamless > .input-group-middle {
    right: 0;
    left: 0;
}
.input-group.input-group-seamless > .input-group-prepend {
    left: 0;
}
.input-group.input-group-seamless > .form-control:not(:last-child),
.input-group.input-group-seamless > .custom-select:not(:last-child) {
    padding-right: 40px;
}
.input-group.input-group-seamless > .form-control:not(:first-child),
.input-group.input-group-seamless > .custom-select:not(:first-child) {
    padding-left: 40px;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #abb6bf;
    background-color: white;
    border: 1px solid #e1e5eb;
    border-radius: 0.25rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-middle > .btn,
.input-group > .input-group-middle > .input-group-text {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.input-group-middle {
    display: flex;
}

.custom-control {
    min-height: 1.5rem;
    padding-left: 1.688rem;
}
.custom-control:hover {
    cursor: pointer;
}
.custom-control .custom-control-label:before {
    pointer-events: all;
}

.custom-control-inline {
    margin-right: 1rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: #20AA7A;
    box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(179, 189, 204, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #92eacc;
    box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #868e96;
}
.custom-control-input:disabled ~ .custom-control-label:hover {
    cursor: not-allowed;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: static;
}
.custom-control-label:hover {
    cursor: pointer;
}
.custom-control-label::before {
    top: 0.1875rem;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    box-shadow: none;
}
.custom-control-label::after {
    top: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    background-size: 50% 50%;
}

.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label {
    position: relative;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}
.custom-checkbox .custom-control-label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    transition-delay: 100ms;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-image: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
    background-image: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border: none;
    background-color: #20AA7A;
    box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    content: "";
    position: absolute;
    transform: scale(1);
    background-image: none;
    background-color: #fff;
    border: none;
    width: 10px;
    height: 2px;
    top: 11px;
    left: 4px;
    opacity: 1;
    transition: none;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #e1e5eb;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
    border-color: #e1e5eb;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-label::after {
    content: "";
    border-radius: 50%;
    transform: scale(0);
    background-image: none !important;
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 5px;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    transition-delay: 0.1s;
    opacity: 0;
    transform: scale(0);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #20AA7A;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    opacity: 1;
    transform: scale(1);
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #a8aeb4;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #e1e5eb;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
    background: #e1e5eb;
}

.custom-select {
    height: calc(2.09375rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #e1e5eb;
    font-weight: 300;
    font-size: 0.8125rem;
    transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    border-radius: 0.25rem;
}
.custom-select:focus {
    border-color: #b3bdcc;
    box-shadow: 0 0.313rem 0.719rem rgba(32, 170, 122, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select:hover:not(:focus):not(:disabled) {
    cursor: pointer;
    border-color: #b3bdcc;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
}
.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}

.custom-select-sm {
    height: calc(1.88845rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.75rem;
}

.custom-select-lg {
    height: calc(2.9375rem + 2px);
    font-size: 1.25rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.custom-file {
    height: calc(2.0625rem + 2px);
    font-size: 0.8125rem;
    transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.custom-file-input {
    min-width: 14rem;
    height: calc(2.0625rem + 2px);
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #b3bdcc;
    color: #495057;
    box-shadow: 0 0.313rem 0.719rem rgba(179, 189, 204, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #b3bdcc;
    color: #20AA7A;
    background: white;
}
.custom-file-input:focus ~ .custom-file-label:hover {
    border-color: #b3bdcc;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input:not(:disabled):hover {
    cursor: pointer;
}
.custom-file-input:not(:disabled):hover ~ .custom-file-label, .custom-file-input:not(:disabled):hover ~ .custom-file-label:before {
    border-color: #b3bdcc;
}
.custom-file-input:disabled + .custom-file-label {
    color: #868e96;
    background-color: #f8f9fa;
}

.custom-file-label {
    height: calc(2.0625rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    font-weight: 300;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    border-radius: 0.25rem;
}
.custom-file-label::after {
    padding: 0.5rem 1rem;
    height: calc(calc(2.0625rem + 2px) - 1px * 2);
    line-height: 1.5;
    color: #495057;
    border-left: 1px solid #e1e5eb;
    background-color: #e9ecef;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-toggle {
    position: relative;
    padding-left: 3.75rem;
}
.custom-toggle .custom-control-label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3.125rem;
    height: 1.75rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #e1e5eb;
}
.custom-toggle .custom-control-label::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #e1e5eb;
    border-radius: 6.25rem;
    transition: 350ms;
}
.custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background: #00D08C;
    border-color: #00D08C;
}
.custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
    left: 2.875rem;
    transform: translateX(-100%);
    background: #fff;
}
.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
    background: #e9ecef;
    border-color: #e1e5eb;
}
.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
    background: #e1e5eb;
}
.custom-toggle .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
    width: 1.625rem;
}
.custom-toggle .custom-control-input:active:not(:checked) ~ .custom-control-label::before {
    background-color: #fff;
}
.custom-toggle .custom-control-input:disabled:active ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(0, 208, 140, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.custom-toggle .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    box-shadow: 0 0.313rem 0.719rem rgba(179, 189, 204, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.custom-toggle.custom-toggle-sm {
    padding-left: 2.625rem;
}
.custom-toggle.custom-toggle-sm .custom-control-label::before {
    top: 0.1875rem;
    position: absolute;
    display: block;
    width: 2.1875rem;
    height: 1.125rem;
    background: #fff;
    border-radius: 100px;
    border: 0.0625rem solid #e1e5eb;
}
.custom-toggle.custom-toggle-sm .custom-control-label::after {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.75rem;
}
.custom-toggle.custom-toggle-sm .custom-control-input:checked ~ .custom-control-label::after {
    left: 1.9375rem;
}
.custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
    width: 1rem;
}

.nav {
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.nav-link {
    padding: 0.625rem 0.625rem;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.nav-link.disabled {
    color: #868e96;
}

.nav-tabs {
    border-bottom: 1px solid #d1d4d8;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef;
}
.nav-tabs .nav-link.disabled {
    color: #868e96;
}
.nav-tabs .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-tabs .nav-link:hover {
    border-color: #e7e9ea;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.375rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #20AA7A;
}
.nav-pills:hover {
    background-color: #fdfdfd;
}

.nav-outlined-pills .nav-link {
    border-radius: 0.375rem;
    border: 1px solid transparent;
}
.nav-outlined-pills .nav-link.active, .show > .nav-outlined-pills .nav-link {
    background: none;
    color: #20AA7A;
    border-color: #20AA7A;
}
.nav-outlined-pills .nav-link:hover {
    border-color: #e7e9ea;
}

.nav-blue .nav-link.active {
    background-color: #007bff;
    border-color: #0074f0;
    color: #fff;
}
.nav-blue .nav-link.disabled {
    color: #868e96;
}
.nav-blue .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-blue .nav-link {
    color: #007bff;
}
.nav-blue.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #3395ff;
    color: #007bff;
}
.nav-blue.nav-outlined-pills .nav-link.active:hover {
    border-color: #3395ff;
}
.nav-blue.nav-outlined-pills .nav-link {
    color: #007bff;
}

.nav-indigo .nav-link.active {
    background-color: #674eec;
    border-color: #5b40eb;
    color: #fff;
}
.nav-indigo .nav-link.disabled {
    color: #868e96;
}
.nav-indigo .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-indigo .nav-link {
    color: #674eec;
}
.nav-indigo.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #8f7cf1;
    color: #674eec;
}
.nav-indigo.nav-outlined-pills .nav-link.active:hover {
    border-color: #8f7cf1;
}
.nav-indigo.nav-outlined-pills .nav-link {
    color: #674eec;
}

.nav-purple .nav-link.active {
    background-color: #8445f7;
    border-color: #7a36f6;
    color: #fff;
}
.nav-purple .nav-link.disabled {
    color: #868e96;
}
.nav-purple .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-purple .nav-link {
    color: #8445f7;
}
.nav-purple.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #a476f9;
    color: #8445f7;
}
.nav-purple.nav-outlined-pills .nav-link.active:hover {
    border-color: #a476f9;
}
.nav-purple.nav-outlined-pills .nav-link {
    color: #8445f7;
}

.nav-pink .nav-link.active {
    background-color: #ff4169;
    border-color: #ff325d;
    color: #fff;
}
.nav-pink .nav-link.disabled {
    color: #868e96;
}
.nav-pink .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-pink .nav-link {
    color: #ff4169;
}
.nav-pink.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #ff7491;
    color: #ff4169;
}
.nav-pink.nav-outlined-pills .nav-link.active:hover {
    border-color: #ff7491;
}
.nav-pink.nav-outlined-pills .nav-link {
    color: #ff4169;
}

.nav-red .nav-link.active {
    background-color: #c4183c;
    border-color: #b61638;
    color: #fff;
}
.nav-red .nav-link.disabled {
    color: #868e96;
}
.nav-red .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-red .nav-link {
    color: #c4183c;
}
.nav-red.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #e52a51;
    color: #c4183c;
}
.nav-red.nav-outlined-pills .nav-link.active:hover {
    border-color: #e52a51;
}
.nav-red.nav-outlined-pills .nav-link {
    color: #c4183c;
}

.nav-orange .nav-link.active {
    background-color: #fb7906;
    border-color: #ee7204;
    color: #fff;
}
.nav-orange .nav-link.disabled {
    color: #868e96;
}
.nav-orange .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-orange .nav-link {
    color: #fb7906;
}
.nav-orange.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #fc9438;
    color: #fb7906;
}
.nav-orange.nav-outlined-pills .nav-link.active:hover {
    border-color: #fc9438;
}
.nav-orange.nav-outlined-pills .nav-link {
    color: #fb7906;
}

.nav-yellow .nav-link.active {
    background-color: #ffb400;
    border-color: #f0a900;
    color: #212529;
}
.nav-yellow .nav-link.disabled {
    color: #868e96;
}
.nav-yellow .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-yellow .nav-link {
    color: #ffb400;
}
.nav-yellow.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #ffc333;
    color: #ffb400;
}
.nav-yellow.nav-outlined-pills .nav-link.active:hover {
    border-color: #ffc333;
}
.nav-yellow.nav-outlined-pills .nav-link {
    color: #ffb400;
}

.nav-green .nav-link.active {
    background-color: #17c671;
    border-color: #15b869;
    color: #fff;
}
.nav-green .nav-link.disabled {
    color: #868e96;
}
.nav-green .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-green .nav-link {
    color: #17c671;
}
.nav-green.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #2ae68b;
    color: #17c671;
}
.nav-green.nav-outlined-pills .nav-link.active:hover {
    border-color: #2ae68b;
}
.nav-green.nav-outlined-pills .nav-link {
    color: #17c671;
}

.nav-teal .nav-link.active {
    background-color: #1adba2;
    border-color: #18cd98;
    color: #212529;
}
.nav-teal .nav-link.disabled {
    color: #868e96;
}
.nav-teal .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-teal .nav-link {
    color: #1adba2;
}
.nav-teal.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #40e8b7;
    color: #1adba2;
}
.nav-teal.nav-outlined-pills .nav-link.active:hover {
    border-color: #40e8b7;
}
.nav-teal.nav-outlined-pills .nav-link {
    color: #1adba2;
}

.nav-cyan .nav-link.active {
    background-color: #00b8d8;
    border-color: #00abc9;
    color: #fff;
}
.nav-cyan .nav-link.disabled {
    color: #868e96;
}
.nav-cyan .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-cyan .nav-link {
    color: #00b8d8;
}
.nav-cyan.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #0cdbff;
    color: #00b8d8;
}
.nav-cyan.nav-outlined-pills .nav-link.active:hover {
    border-color: #0cdbff;
}
.nav-cyan.nav-outlined-pills .nav-link {
    color: #00b8d8;
}

.nav-white .nav-link.active {
    background-color: #fff;
    border-color: #f7f7f7;
    color: #212529;
}
.nav-white .nav-link.disabled {
    color: #868e96;
}
.nav-white .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-white .nav-link {
    color: #fff;
}
.nav-white.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: white;
    color: #fff;
}
.nav-white.nav-outlined-pills .nav-link.active:hover {
    border-color: white;
}
.nav-white.nav-outlined-pills .nav-link {
    color: #fff;
}

.nav-gray .nav-link.active {
    background-color: #868e96;
    border-color: #7e868f;
    color: #fff;
}
.nav-gray .nav-link.disabled {
    color: #868e96;
}
.nav-gray .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-gray .nav-link {
    color: #868e96;
}
.nav-gray.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #a1a8ae;
    color: #868e96;
}
.nav-gray.nav-outlined-pills .nav-link.active:hover {
    border-color: #a1a8ae;
}
.nav-gray.nav-outlined-pills .nav-link {
    color: #868e96;
}

.nav-gray-dark .nav-link.active {
    background-color: #343a40;
    border-color: #2d3238;
    color: #fff;
}
.nav-gray-dark .nav-link.disabled {
    color: #868e96;
}
.nav-gray-dark .nav-link.disabled:hover {
    cursor: not-allowed;
    border-color: transparent;
}
.nav-gray-dark .nav-link {
    color: #343a40;
}
.nav-gray-dark.nav-outlined-pills .nav-link.active {
    background: transparent;
    border-color: #4b545c;
    color: #343a40;
}
.nav-gray-dark.nav-outlined-pills .nav-link.active:hover {
    border-color: #4b545c;
}
.nav-gray-dark.nav-outlined-pills .nav-link {
    color: #343a40;
}

.navbar {
    padding: 0.75rem 1.5rem;
}

.navbar-brand {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin-right: 1.5rem;
    font-size: 0.9rem;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
}

.navbar-text {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.navbar-toggler {
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    background: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: white;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: white;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    background: none;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: white;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: white;
}

.card {
    background-color: #fff;
    border: none;
    border-radius: 0.625rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}
.card .list-group-item {
    padding: 0.8125rem 1.875rem;
}
.card .card-text {
    margin-bottom: 1.5625rem;
}
.card a:hover {
    text-decoration: none;
}
.card-small {
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
}
.card-small .card-header,
.card-small .card-body,
.card-small .card-footer {
    padding: 1rem 1rem;
}

.card-body {
    padding: 1.875rem;
}
.card-body > p:last-child {
    margin-bottom: 0;
}

.card-title {
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -1.09375rem;
}

.card-link {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.card-link + .card-link {
    margin-left: 1.875rem;
}

.card-header {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-bottom: none;
}
.card-header:first-child {
    border-radius: 0.625rem 0.625rem 0 0;
}

.card-footer {
    padding: 1.09375rem 1.875rem;
    background-color: #fff;
    border-top: none;
}
.card-footer:last-child {
    border-radius: 0 0 0.625rem 0.625rem;
}

.card-header-tabs {
    margin-bottom: -1rem;
    border-bottom: 0;
}
.card-header-tabs .nav-link,
.card-header-tabs .nav-link:hover {
    border-bottom: transparent;
}

.card-header-pills {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
.card-header-pills:hover {
    background: transparent;
}

.card-img-overlay {
    padding: 1.875rem 2.1875rem;
    background: rgba(90, 97, 105, 0.5);
    border-radius: 0.625rem;
}
.card-img-overlay .card-title {
    color: #fff;
}

.card-img {
    border-radius: 0.625rem;
}

.card-img-top {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

.card-img-bottom {
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}

.card-deck .card {
    margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
    .card-deck {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
    .card-deck .card {
        margin-right: 0.9375rem;
        margin-left: 0.9375rem;
    }
}

.card-group > .card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}
.card-group > .card:last-child .card-body, .card-group > .card:last-child .card-footer {
    border-right: none;
}
.card-group .card-body,
.card-group .card-footer {
    border-right: 1px solid #e7e9ea;
}
@media (min-width: 576px) {
    .card-group {
        box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
        border-radius: 0.625rem;
    }
    .card-group > .card {
        box-shadow: none;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.625rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 2.1875rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
}

.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: 0.375rem;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #20AA7A;
    background-color: #fff;
    border: none;
    margin: 0;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.page-link:hover, .page-link:focus {
    color: #146a4c;
    background-color: #f5f5f6;
    border-color: #dfe1e3;
}

.page-item {
    box-shadow: 0 0.125rem 0.9375rem rgba(90, 97, 105, 0.1), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.15);
}
.page-item:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    overflow: hidden;
}
.page-item:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    overflow: hidden;
}
.page-item:last-child .page-link {
    border-right: none;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #20AA7A;
    border-color: #20AA7A;
}
.page-item.disabled .page-link {
    color: #a8aeb4;
    background-color: #fff;
    border-color: #dfe1e3;
}

.pagination-lg .page-link {
    padding: 0.9375rem 1.5625rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.6875rem;
    font-size: 0.6875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}

.badge {
    padding: 0.375rem 0.5rem;
    font-size: 75%;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    color: #fff;
    border-radius: 20px;
}

a.badge {
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.badge-pill {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-radius: 10rem;
}

.badge-squared {
    border-radius: 0;
}

.badge-primary {
    color: #fff;
    background-color: #20AA7A;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #187f5b;
}

.badge-outline-primary {
    background: none;
    border: 1px solid #20AA7A;
    color: #20AA7A;
}

.badge-secondary {
    color: #212529;
    background-color: #21D48E;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #1aa870;
}

.badge-outline-secondary {
    background: none;
    border: 1px solid #21D48E;
    color: #21D48E;
}

.badge-success {
    color: #fff;
    background-color: #00D08C;
}
.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #009d6a;
}

.badge-outline-success {
    background: none;
    border: 1px solid #00D08C;
    color: #00D08C;
}

.badge-info {
    color: #fff;
    background-color: #00b8d8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #008da5;
}

.badge-outline-info {
    background: none;
    border: 1px solid #00b8d8;
    color: #00b8d8;
}

.badge-warning {
    color: #212529;
    background-color: #ffb400;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #cc9000;
}

.badge-outline-warning {
    background: none;
    border: 1px solid #ffb400;
    color: #ffb400;
}

.badge-danger {
    color: #fff;
    background-color: #FF5C39;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff3206;
}

.badge-outline-danger {
    background: none;
    border: 1px solid #FF5C39;
    color: #FF5C39;
}

.badge-light {
    color: #212529;
    background-color: #FBFBFB;
}
.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e2e2e2;
}

.badge-outline-light {
    background: none;
    border: 1px solid #FBFBFB;
    color: #FBFBFB;
    color: #212529;
}

.badge-dark {
    color: #fff;
    background-color: #212529;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0a0c0d;
}

.badge-outline-dark {
    background: none;
    border: 1px solid #212529;
    color: #212529;
}

.jumbotron {
    padding: 38px 42px;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.5rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0;
}

.alert-link {
    font-weight: 500;
}

.alert-dismissible .close {
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.alert-dismissible .close:hover {
    cursor: pointer;
}

.alert-primary {
    color: #caf5e6;
    background-color: #20AA7A;
}
.alert-primary .alert-link {
    color: #caf5e6;
}

.alert-secondary {
    color: #eefcf7;
    background-color: #21D48E;
}
.alert-secondary .alert-link {
    color: #eefcf7;
}

.alert-success {
    color: #c6ffec;
    background-color: #00D08C;
}
.alert-success .alert-link {
    color: #c6ffec;
}

.alert-info {
    color: #cef8ff;
    background-color: #00b8d8;
}
.alert-info .alert-link {
    color: #cef8ff;
}

.alert-warning {
    color: #fffcf5;
    background-color: #ffb400;
}
.alert-warning .alert-link {
    color: #fffcf5;
}

.alert-danger {
    color: white;
    background-color: #FF5C39;
}
.alert-danger .alert-link {
    color: white;
}

.alert-light {
    color: white;
    background-color: #FBFBFB;
    color: #212529;
}
.alert-light .alert-link {
    color: white;
}
.alert-light .alert-link {
    color: #212529;
}

.alert-dark {
    color: #959faa;
    background-color: #212529;
}
.alert-dark .alert-link {
    color: #959faa;
}

.progress-wrapper {
    position: relative;
    color: #5A6169;
}
.progress-wrapper .progress-label {
    font-size: 0.8125rem;
}
.progress-wrapper .progress-value {
    position: absolute;
    top: 6px;
    right: 0;
    color: #5A6169;
}

.progress {
    height: 0.625rem;
    font-size: 0.625rem;
    line-height: 0.625rem;
    background-color: #f5f5f6;
    margin-top: 6px;
    border-radius: 1.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgba(90, 97, 105, 0.15);
}

.progress-sm {
    height: 0.3125rem;
}

.progress-lg {
    height: 0.9375rem;
}
.progress-lg .progress-bar {
    height: 0.9375rem;
}

.progress-bar {
    height: 0.625rem;
    line-height: 0.625rem;
    color: #fff;
    background-color: #20AA7A;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 0.625rem 0.625rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.list-group-small .list-group-item {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
}

.list-group-item-action {
    color: #5A6169;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.list-group-item-action:hover, .list-group-item-action:focus {
    color: #5A6169;
    background-color: #f7f8f8;
}
.list-group-item-action:active {
    color: #20AA7A;
    background-color: rgba(32, 170, 122, 0.2509803922);
}

.list-group-item {
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-weight: 300;
}
.list-group-item:first-child {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}
.list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: #fff;
}
.list-group-item.active {
    color: #20AA7A;
    background-color: rgba(32, 170, 122, 0.2509803922);
    border-color: rgba(32, 170, 122, 0.2509803922);
}

.list-group-flush .list-group-item {
    border-radius: 0;
}

.list-group-item-primary {
    color: #11583f;
    background-color: #c1e7da;
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #11583f;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
    color: #11583f;
    background-color: #afe0cf;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
    background-color: #11583f;
    border-color: #11583f;
}

.list-group-item-secondary {
    color: #116e4a;
    background-color: #c1f3df;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #116e4a;
}
a.list-group-item-secondary:hover, a.list-group-item-secondary:focus,
button.list-group-item-secondary:hover,
button.list-group-item-secondary:focus {
    color: #116e4a;
    background-color: #acefd4;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    background-color: #116e4a;
    border-color: #116e4a;
}

.list-group-item-success {
    color: #006c49;
    background-color: #b8f2df;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #006c49;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #006c49;
    background-color: #a2eed5;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
    background-color: #006c49;
    border-color: #006c49;
}

.list-group-item-info {
    color: #006070;
    background-color: #b8ebf4;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #006070;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #006070;
    background-color: #a2e5f1;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
    background-color: #006070;
    border-color: #006070;
}

.list-group-item-warning {
    color: #855e00;
    background-color: #ffeab8;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #855e00;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #855e00;
    background-color: #ffe29f;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
    background-color: #855e00;
    border-color: #855e00;
}

.list-group-item-danger {
    color: #85301e;
    background-color: #ffd1c8;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #85301e;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #85301e;
    background-color: #ffbcaf;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
    background-color: #85301e;
    border-color: #85301e;
}

.list-group-item-light {
    color: #838383;
    background-color: #fefefe;
}

a.list-group-item-light,
button.list-group-item-light {
    color: #838383;
}
a.list-group-item-light:hover, a.list-group-item-light:focus,
button.list-group-item-light:hover,
button.list-group-item-light:focus {
    color: #838383;
    background-color: #f1f1f1;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
    background-color: #838383;
    border-color: #838383;
}

.list-group-item-dark {
    color: #111315;
    background-color: #c1c2c3;
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #111315;
}
a.list-group-item-dark:hover, a.list-group-item-dark:focus,
button.list-group-item-dark:hover,
button.list-group-item-dark:focus {
    color: #111315;
    background-color: #b4b5b6;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
    background-color: #111315;
    border-color: #111315;
}

.close {
    font-size: 1.5rem;
    font-weight: 500;
    color: #8c949d;
    text-shadow: none;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.close:hover, .close:focus {
    color: #8c949d;
}

.modal {
    z-index: 1050;
}

.modal-dialog {
    margin: 0.625rem;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

.modal-dialog-centered {
    min-height: calc(100% - 0.625rem * 2);
}

.modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.modal-backdrop {
    z-index: 1100;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: 0.4;
}

.modal-header {
    padding: 0.9375rem 2.1875rem;
    border-bottom: 1px solid #dfe1e3;
}

.modal-title {
    line-height: 1.5;
}

.modal-body {
    padding: 1.875rem 2.1875rem;
}

.modal-footer {
    padding: 0.9375rem 2.1875rem;
    border-top: 1px solid #dfe1e3;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.875rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 1.875rem * 2);
    }
    .modal-content {
        box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    z-index: 1070;
    margin: 0;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.6875rem;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .arrow {
    width: 5px;
    height: 5px;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: 5px 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-width: 5px 2.5px 0;
    border-top-color: #fff;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 5px;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
    width: 5px;
    height: 5px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-width: 2.5px 5px 2.5px 0;
    border-right-color: #fff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: 5px 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-width: 0 2.5px 5px;
    border-bottom-color: #fff;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 5px;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
    width: 5px;
    height: 5px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-width: 2.5px 0 2.5px 5px;
    border-left-color: #fff;
}

.tooltip-inner {
    max-width: 200px;
    padding: 7px 13px;
    color: #5A6169;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
    border-radius: 0.375rem;
}

.popover {
    z-index: 1060;
    max-width: 276px;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 13px;
    background-color: #fff;
    border: none;
    padding: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
}
.popover .arrow {
    width: 1rem;
    height: 0.3rem;
    margin: 0 0.5rem;
}
.popover .arrow::before {
    border-width: 1rem;
}
.popover .arrow::after {
    border-width: 1rem;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
    margin-bottom: 0.3rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
    bottom: calc((0.3rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
    border-width: 0.3rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
    border-top-color: rgba(0, 0, 0, 0.05);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
    margin-left: 0.3rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
    left: calc((0.3rem + 1px) * -1);
    width: 0.3rem;
    height: 1rem;
    margin: 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
    border-width: 0.5rem 0.3rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
    border-right-color: rgba(0, 0, 0, 0.05);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
    left: 1px;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.3rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
    top: calc((0.3rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
    border-width: 0 0.5rem 0.3rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.05);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
    width: 1rem;
    margin-left: -0.5rem;
    border-bottom: 1px solid #21D48E;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
    margin-right: 0.3rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
    right: calc((0.3rem + 1px) * -1);
    width: 0.3rem;
    height: 1rem;
    margin: 0.5rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.3rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
    border-left-color: rgba(0, 0, 0, 0.05);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
    right: 1px;
    border-left-color: #fff;
}

.popover-header {
    padding: 14px 20px;
    font-size: 1rem;
    color: #fff;
    line-height: 14px;
    background-color: #21D48E;
    border-bottom: 1px solid #1ebe7f;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.popover-body {
    padding: 15px 20px;
    color: #5A6169;
}

.carousel {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.carousel-item {
    transition: transform 0.6s ease;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
    color: #fff;
    opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    margin-right: 15%;
    margin-left: 15%;
}
.carousel-indicators li {
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}
.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    right: 15%;
    left: 15%;
    color: #fff;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #eceeef;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
    margin: 35px 0;
}
.noUi-target:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(32, 170, 122, 0.65), 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    position: absolute;
    will-change: transform;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.noUi-connect:focus,
.noUi-origin:focus {
    outline: 0;
}

.noUi-connect {
    background: #20AA7A;
    border-radius: 5px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -11.5px;
    left: auto;
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-vertical {
    width: 5px;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-vertical .noUi-handle {
    left: -10px;
    top: -11.5px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 30px;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-horizontal {
    height: 5px;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-horizontal .noUi-handle {
    left: -11.5px;
    top: -10px;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 30px;
}

.noUi-handle {
    position: absolute;
    border: 1px solid #e7e9ea;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
    background: #fff;
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.noUi-handle:hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}
.noUi-handle:active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}
.noUi-handle:focus {
    outline: 0;
    box-shadow: 0 0 8px rgba(32, 170, 122, 0.65), 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
}
.noUi-handle:after {
    left: 17px;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-connects {
    border-radius: 5px;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-active {
    transform: scale(1.1);
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target, [disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
[disabled] .noUi-handle {
    background: #f2f3f4;
}
[disabled] .noUi-handle:focus {
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #a8aeb4;
    font-size: 12px;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #a8aeb4;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #a8aeb4;
}

.noUi-marker-sub {
    background: #a8aeb4;
}

.noUi-marker-large {
    background: #a8aeb4;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: auto;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 1px;
    height: 4px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 7px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    transform: translate3d(0, -50%, 0);
    padding-left: 15px;
}

.noUi-marker-vertical.noUi-marker {
    width: 4px;
    height: 1px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 7px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.375rem;
    border-radius: 0.375rem;
    background: #fff;
    color: #5A6169;
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
    font-size: 0.75rem;
    padding: 5px 10px;
}

.slider-primary .noUi-connect {
    background: #20AA7A;
}

.slider-secondary .noUi-connect {
    background: #21D48E;
}

.slider-success .noUi-connect {
    background: #00D08C;
}

.slider-info .noUi-connect {
    background: #00b8d8;
}

.slider-warning .noUi-connect {
    background: #ffb400;
}

.slider-danger .noUi-connect {
    background: #FF5C39;
}

.slider-light .noUi-connect {
    background: #FBFBFB;
}

.slider-dark .noUi-connect {
    background: #212529;
}

.datepicker {
    border-radius: 0.625rem;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 20px 22px;
}
.datepicker-dropdown:before, .datepicker-dropdown:after {
    content: "";
    display: inline-block;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #c3c7cc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #c3c7cc;
}
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    user-select: none;
}
.datepicker table tr td {
    border-radius: 50%;
}
.datepicker table tr th {
    border-radius: 0.375rem;
    font-weight: 500;
}
.datepicker table tr td, .datepicker table tr th {
    transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
    width: 36px;
    height: 36px;
    border: none;
    text-align: center;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.old, .datepicker table tr td.new {
    color: #c3c7cc;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eceeef;
    cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #e7e9ea;
    cursor: default;
}
.datepicker table tr td.highlighted {
    border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
    background: #20AA7A;
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
    background: #20AA7A;
    color: #5A6169;
}
.datepicker table tr td.today {
    background: #bdf3e0;
}
.datepicker table tr td.today.focused {
    background: #f5f5f6;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
    background: #f5f5f6;
    color: #868e96;
}
.datepicker table tr td.range {
    background: #20AA7A;
    color: #fff;
    border-radius: 0;
}
.datepicker table tr td.range.focused {
    background: #1a8861;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
    background: #187f5b;
    color: #28d599;
}
.datepicker table tr td.range.highlighted.focused {
    background: #cbd3da;
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
    background: #e9ecef;
    color: #e7e9ea;
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
    background: #007bff;
    color: #fff;
}
.datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.datepicker table tr td.day.range-start.range-end {
    border-radius: 50%;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
    background: #20AA7A;
    color: #fff;
}
.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
    background: #20AA7A;
    color: #fff;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
    background: #e9ecef;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: none;
    color: #e7e9ea;
    cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
    color: #868e96;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #e9ecef;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-daterange input {
    text-align: center;
}

.bg-primary {
    background-color: #20AA7A !important;
}
.bg-primary.card .card-title,
.bg-primary.card .card-body,
.bg-primary.card .card-header,
.bg-primary.card .card-footer {
    background-color: #187f5b !important;
}
.bg-primary.card .card-header,
.bg-primary.card .card-footer {
    background: #1e9d71;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #187f5b !important;
}

.bg-secondary {
    background-color: #21D48E !important;
}
.bg-secondary.card .card-title,
.bg-secondary.card .card-body,
.bg-secondary.card .card-header,
.bg-secondary.card .card-footer {
    background-color: #1aa870 !important;
}
.bg-secondary.card .card-header,
.bg-secondary.card .card-footer {
    background: #1fc785;
}

a.bg-secondary:hover, a.bg-secondary:focus {
    background-color: #1aa870 !important;
}

.bg-success {
    background-color: #00D08C !important;
}
.bg-success.card .card-title,
.bg-success.card .card-body,
.bg-success.card .card-header,
.bg-success.card .card-footer {
    background-color: #009d6a !important;
}
.bg-success.card .card-header,
.bg-success.card .card-footer {
    background: #00c182;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #009d6a !important;
}

.bg-info {
    background-color: #00b8d8 !important;
}
.bg-info.card .card-title,
.bg-info.card .card-body,
.bg-info.card .card-header,
.bg-info.card .card-footer {
    background-color: #008da5 !important;
}
.bg-info.card .card-header,
.bg-info.card .card-footer {
    background: #00abc9;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #008da5 !important;
}

.bg-warning {
    background-color: #ffb400 !important;
}
.bg-warning.card .card-title,
.bg-warning.card .card-body,
.bg-warning.card .card-header,
.bg-warning.card .card-footer {
    background-color: #cc9000 !important;
}
.bg-warning.card .card-header,
.bg-warning.card .card-footer {
    background: #f0a900;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #cc9000 !important;
}

.bg-danger {
    background-color: #FF5C39 !important;
}
.bg-danger.card .card-title,
.bg-danger.card .card-body,
.bg-danger.card .card-header,
.bg-danger.card .card-footer {
    background-color: #ff3206 !important;
}
.bg-danger.card .card-header,
.bg-danger.card .card-footer {
    background: #ff4f2a;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #ff3206 !important;
}

.bg-light {
    background-color: #FBFBFB !important;
}
.bg-light.card .card-title,
.bg-light.card .card-body,
.bg-light.card .card-header,
.bg-light.card .card-footer {
    background-color: #e2e2e2 !important;
}
.bg-light.card .card-header,
.bg-light.card .card-footer {
    background: #f3f3f3;
}

a.bg-light:hover, a.bg-light:focus {
    background-color: #e2e2e2 !important;
}

.bg-dark {
    background-color: #212529 !important;
}
.bg-dark.card .card-title,
.bg-dark.card .card-body,
.bg-dark.card .card-header,
.bg-dark.card .card-footer {
    background-color: #0a0c0d !important;
}
.bg-dark.card .card-header,
.bg-dark.card .card-footer {
    background: #1a1d21;
}

a.bg-dark:hover, a.bg-dark:focus {
    background-color: #0a0c0d !important;
}

.border {
    border: 1px solid #e1e5eb !important;
}

.border-top {
    border-top: 1px solid #e1e5eb !important;
}

.border-right {
    border-right: 1px solid #e1e5eb !important;
}

.border-bottom {
    border-bottom: 1px solid #e1e5eb !important;
}

.border-left {
    border-left: 1px solid #e1e5eb !important;
}

.border-primary {
    border-color: #20AA7A !important;
}

.border-secondary {
    border-color: #21D48E !important;
}

.border-success {
    border-color: #00D08C !important;
}

.border-info {
    border-color: #00b8d8 !important;
}

.border-warning {
    border-color: #ffb400 !important;
}

.border-danger {
    border-color: #FF5C39 !important;
}

.border-light {
    border-color: #FBFBFB !important;
}

.border-dark {
    border-color: #212529 !important;
}

.rounded {
    border-radius: 0.375rem !important;
}

.rounded-top {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
}

.rounded-right {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.rounded-left {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.text-monospace {
    font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-weight-normal {
    font-weight: 300;
}

.font-weight-bold {
    font-weight: 500;
}

.text-primary {
    color: #20AA7A !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #187f5b !important;
}

.text-secondary {
    color: #21D48E !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #1aa870 !important;
}

.text-success {
    color: #00D08C !important;
}

a.text-success:hover, a.text-success:focus {
    color: #009d6a !important;
}

.text-info {
    color: #00b8d8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #008da5 !important;
}

.text-warning {
    color: #ffb400 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #cc9000 !important;
}

.text-danger {
    color: #FF5C39 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #ff3206 !important;
}

.text-light {
    color: #FBFBFB !important;
}

a.text-light:hover, a.text-light:focus {
    color: #e2e2e2 !important;
}

.text-dark {
    color: #212529 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #0a0c0d !important;
}

.text-body {
    color: #5A6169 !important;
}

a.text-white:hover, a.text-white:focus {
    color: #e6e6e6 !important;
}

.text-black {
    color: #000;
}

a.text-black:hover, a.text-black:focus {
    color: black !important;
}

.text-muted {
    color: #868e96 !important;
}

.with-shadows {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

/* ahs: active, hover, show */
:root {
    --salmon: #FF4169;
    --royal-blue: #674EEC;
    --java: #1ADBA2;
    --data: #FFC800;
    --marketing: #FA7A00;
    --sales: #277AFF;
    --customer: #A148D9;
    --cdp: #00E4E4;
    --connectors: #FD304E;
    --black: #000000;
    --white: #fff;
    --background: #F5F6F8;
    --default: #bbb;
    --text: #5A6169;
    --facebook: #2C64F6;
    --x: #14171a;
    --linkedin: #0077B5;
    --instagram: #C13584;
    --initial: #E9EBF0;
    --active: #22929D;
    --interested: #CCEBCF;
    --in-depth: #00658C;
}

html {
    font-size: 16px;
    font-weight: 500;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html {
        font-size: 16px;
        font-weight: 400;
    }
}

body {
    background: #F5F6F8;
    font-size: 15px;
    font-weight: 500;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
        font-size: 13px;
        font-weight: 400;
    }
}

a {
    color: #20AA7A;
}
a:hover {
    color: #146a4c;
}

label {
    font-weight: 400;
}

.datepicker {
    font-size: 0.75rem;
    padding: 0.625rem;
}
.datepicker table tr td,
.datepicker table tr th {
    width: 1.875rem;
    height: 1.875rem;
}

/* reset styles */
* {
    color: inherit;
    margin: 0;
}

html {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
}

ul {
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

hr {
    border: 0;
    border-top: 1px dotted #efefef;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
}

a.main-link, button.main-link {
    font-weight: 600;
}
a.sub-link, button.sub-link {
    font-weight: 400;
}

.title-txt {
    font-size: 14px;
    font-weight: 400;
}

#toast-container {
    top: 65px;
}
#toast-container .toast {
    opacity: 1;
    box-shadow: 0 2px 0 rgba(200, 200, 200, 0.1), 0 4px 8px rgba(200, 200, 200, 0.1), 0 10px 10px rgba(200, 200, 200, 0.06), 0 7px 70px rgba(200, 200, 200, 0.1);
}
#toast-container .toast-success {
    background-color: #20AA7A;
}
#toast-container .toast-danger {
    background-color: #FF5C39;
}
#toast-container .toast-info {
    background-color: #00b8d8;
}
#toast-container .toast-warning {
    background-color: #ffb400;
}

.details-tag {
    background-color: rgba(42, 222, 152, 0.267);
    color: rgb(25, 168, 158);
    padding: 0.25rem 0.5rem;
    margin-right: 0.25rem;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.9px;
}

.social-action {
    background-color: #eee;
    color: #5A6169;
}

.btn {
    font-size: 13px;
}
.btn:not(.dropdown-toggle.btn-light):not(.btn-sm):not(#forcanvabutton):not(.btn-group-sm btn) {
    letter-spacing: 0.4px;
    padding: 12px 36px;
}

.btn-default {
    color: #fff !important;
}
.btn-default:hover {
    color: #fff !important;
}

.btn-outline-default {
    color: #aaa !important;
}

.clear-filters {
    display: flex;
    height: 40px;
    align-items: center;
}

.custom-switch-filters .btn-white:not(:disabled):not(.disabled) {
    letter-spacing: 0.3px;
    font-size: 13px;
}
.custom-switch-filters .btn-white:not(:disabled):not(.disabled).active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    background-color: white;
}

.btn-group > .btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-group > .btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn-group .btn {
    border: 1px solid #e1e5eb;
}

.btn-link-primary {
    color: #20AA7A;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-primary:hover {
    color: #52dead;
}
.btn-link-primary:focus {
    outline: none;
}
.btn-link-primary:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-primary:disabled:hover {
    color: #20AA7A;
    opacity: 0.4;
}

.btn-outline-primary {
    background-color: white !important;
    color: #20AA7A !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary.dropdown-toggle {
    color: #20AA7A !important;
}

.btn-link-secondary {
    color: #21D48E;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-secondary:hover {
    color: #72e9ba;
}
.btn-link-secondary:focus {
    outline: none;
}
.btn-link-secondary:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-secondary:disabled:hover {
    color: #21D48E;
    opacity: 0.4;
}

.btn-outline-secondary {
    background-color: white !important;
    color: #21D48E;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary.dropdown-toggle {
    color: #21D48E !important;
}

.btn-link-success {
    color: #00D08C;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-success:hover {
    color: #37ffbe;
}
.btn-link-success:focus {
    outline: none;
}
.btn-link-success:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-success:disabled:hover {
    color: #00D08C;
    opacity: 0.4;
}

.btn-outline-success {
    background-color: white !important;
    color: #00D08C;
}
.btn-outline-success:hover, .btn-outline-success:active, .btn-outline-success.dropdown-toggle {
    color: #00D08C !important;
}

.btn-link-info {
    color: #00b8d8;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-info:hover {
    color: #3fe3ff;
}
.btn-link-info:focus {
    outline: none;
}
.btn-link-info:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-info:disabled:hover {
    color: #00b8d8;
    opacity: 0.4;
}

.btn-outline-info {
    background-color: white !important;
    color: #00b8d8;
}
.btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info.dropdown-toggle {
    color: #00b8d8 !important;
}

.btn-link-warning {
    color: #ffb400;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-warning:hover {
    color: #ffd266;
}
.btn-link-warning:focus {
    outline: none;
}
.btn-link-warning:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-warning:disabled:hover {
    color: #ffb400;
    opacity: 0.4;
}

.btn-outline-warning {
    background-color: white !important;
    color: #ffb400;
}
.btn-outline-warning:hover, .btn-outline-warning:active, .btn-outline-warning.dropdown-toggle {
    color: #ffb400 !important;
}

.btn-link-danger {
    color: #FF5C39;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-danger:hover {
    color: #ffb09f;
}
.btn-link-danger:focus {
    outline: none;
}
.btn-link-danger:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-danger:disabled:hover {
    color: #FF5C39;
    opacity: 0.4;
}

.btn-outline-danger {
    background-color: white !important;
    color: #FF5C39;
}
.btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger.dropdown-toggle {
    color: #FF5C39 !important;
}

.btn-link-light {
    color: #FBFBFB;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-light:hover {
    color: white;
}
.btn-link-light:focus {
    outline: none;
}
.btn-link-light:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-light:disabled:hover {
    color: #FBFBFB;
    opacity: 0.4;
}

.btn-outline-light {
    background-color: white !important;
    color: #FBFBFB;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.dropdown-toggle {
    color: #FBFBFB !important;
}

.btn-link-dark {
    color: #212529;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-dark:hover {
    color: #4e5862;
}
.btn-link-dark:focus {
    outline: none;
}
.btn-link-dark:disabled {
    cursor: auto;
    opacity: 0.4;
}
.btn-link-dark:disabled:hover {
    color: #212529;
    opacity: 0.4;
}

.btn-outline-dark {
    background-color: white !important;
    color: #212529;
}
.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark.dropdown-toggle {
    color: #212529 !important;
}

.btn-link-salmon {
    color: #FF4169;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-salmon:hover {
    color: #ffa7ba;
}
.btn-link-salmon:focus {
    outline: none;
}

.btn-outline-salmon {
    background-color: white !important;
    color: #FF4169;
    white-space: nowrap;
}
.btn-outline-salmon:hover, .btn-outline-salmon:active {
    color: #FF4169 !important;
}

.btn-link-royal-blue {
    color: #674EEC;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-royal-blue:hover {
    color: #b6aaf6;
}
.btn-link-royal-blue:focus {
    outline: none;
}

.btn-outline-royal-blue {
    background-color: white !important;
    color: #674EEC;
    white-space: nowrap;
}
.btn-outline-royal-blue:hover, .btn-outline-royal-blue:active {
    color: #674EEC !important;
}

.btn-link-java {
    color: #1ADBA2;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-java:hover {
    color: #6deec8;
}
.btn-link-java:focus {
    outline: none;
}

.btn-outline-java {
    background-color: white !important;
    color: #1ADBA2;
    white-space: nowrap;
}
.btn-outline-java:hover, .btn-outline-java:active {
    color: #1ADBA2 !important;
}

.btn-link-data {
    color: #FFC800;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-data:hover {
    color: #ffde66;
}
.btn-link-data:focus {
    outline: none;
}

.btn-outline-data {
    background-color: white !important;
    color: #FFC800;
    white-space: nowrap;
}
.btn-outline-data:hover, .btn-outline-data:active {
    color: #FFC800 !important;
}

.btn-link-marketing {
    color: #FA7A00;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-marketing:hover {
    color: #ffae61;
}
.btn-link-marketing:focus {
    outline: none;
}

.btn-outline-marketing {
    background-color: white !important;
    color: #FA7A00;
    white-space: nowrap;
}
.btn-outline-marketing:hover, .btn-outline-marketing:active {
    color: #FA7A00 !important;
}

.btn-link-sales {
    color: #277AFF;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-sales:hover {
    color: #8db9ff;
}
.btn-link-sales:focus {
    outline: none;
}

.btn-outline-sales {
    background-color: white !important;
    color: #277AFF;
    white-space: nowrap;
}
.btn-outline-sales:hover, .btn-outline-sales:active {
    color: #277AFF !important;
}

.btn-link-customer {
    color: #A148D9;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-customer:hover {
    color: #cc9ceb;
}
.btn-link-customer:focus {
    outline: none;
}

.btn-outline-customer {
    background-color: white !important;
    color: #A148D9;
    white-space: nowrap;
}
.btn-outline-customer:hover, .btn-outline-customer:active {
    color: #A148D9 !important;
}

.btn-link-cdp {
    color: #00E4E4;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-cdp:hover {
    color: #4bffff;
}
.btn-link-cdp:focus {
    outline: none;
}

.btn-outline-cdp {
    background-color: white !important;
    color: #00E4E4;
    white-space: nowrap;
}
.btn-outline-cdp:hover, .btn-outline-cdp:active {
    color: #00E4E4 !important;
}

.btn-link-connectors {
    color: #FD304E;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-connectors:hover {
    color: #fe95a4;
}
.btn-link-connectors:focus {
    outline: none;
}

.btn-outline-connectors {
    background-color: white !important;
    color: #FD304E;
    white-space: nowrap;
}
.btn-outline-connectors:hover, .btn-outline-connectors:active {
    color: #FD304E !important;
}

.btn-link-black {
    color: #000000;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-black:hover {
    color: #333333;
}
.btn-link-black:focus {
    outline: none;
}

.btn-outline-black {
    background-color: white !important;
    color: #000000;
    white-space: nowrap;
}
.btn-outline-black:hover, .btn-outline-black:active {
    color: #000000 !important;
}

.btn-link-white {
    color: #fff;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-white:hover {
    color: white;
}
.btn-link-white:focus {
    outline: none;
}

.btn-outline-white {
    background-color: white !important;
    color: #fff;
    white-space: nowrap;
}
.btn-outline-white:hover, .btn-outline-white:active {
    color: #fff !important;
}

.btn-link-background {
    color: #F5F6F8;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-background:hover {
    color: white;
}
.btn-link-background:focus {
    outline: none;
}

.btn-outline-background {
    background-color: white !important;
    color: #F5F6F8;
    white-space: nowrap;
}
.btn-outline-background:hover, .btn-outline-background:active {
    color: #F5F6F8 !important;
}

.btn-link-default {
    color: #bbb;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-default:hover {
    color: #eeeeee;
}
.btn-link-default:focus {
    outline: none;
}

.btn-outline-default {
    background-color: white !important;
    color: #bbb;
    white-space: nowrap;
}
.btn-outline-default:hover, .btn-outline-default:active {
    color: #bbb !important;
}

.btn-link-text {
    color: #5A6169;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-text:hover {
    color: #8c949d;
}
.btn-link-text:focus {
    outline: none;
}

.btn-outline-text {
    background-color: white !important;
    color: #5A6169;
    white-space: nowrap;
}
.btn-outline-text:hover, .btn-outline-text:active {
    color: #5A6169 !important;
}

.btn-link-facebook {
    color: #2C64F6;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-facebook:hover {
    color: #8eacfa;
}
.btn-link-facebook:focus {
    outline: none;
}

.btn-outline-facebook {
    background-color: white !important;
    color: #2C64F6;
    white-space: nowrap;
}
.btn-outline-facebook:hover, .btn-outline-facebook:active {
    color: #2C64F6 !important;
}

.btn-link-x {
    color: #14171a;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-x:hover {
    color: #404a54;
}
.btn-link-x:focus {
    outline: none;
}

.btn-outline-x {
    background-color: white !important;
    color: #14171a;
    white-space: nowrap;
}
.btn-outline-x:hover, .btn-outline-x:active {
    color: #14171a !important;
}

.btn-link-linkedin {
    color: #0077B5;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-linkedin:hover {
    color: #1cb1ff;
}
.btn-link-linkedin:focus {
    outline: none;
}

.btn-outline-linkedin {
    background-color: white !important;
    color: #0077B5;
    white-space: nowrap;
}
.btn-outline-linkedin:hover, .btn-outline-linkedin:active {
    color: #0077B5 !important;
}

.btn-link-instagram {
    color: #C13584;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-instagram:hover {
    color: #dc80b4;
}
.btn-link-instagram:focus {
    outline: none;
}

.btn-outline-instagram {
    background-color: white !important;
    color: #C13584;
    white-space: nowrap;
}
.btn-outline-instagram:hover, .btn-outline-instagram:active {
    color: #C13584 !important;
}

.btn-link-initial {
    color: #E9EBF0;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-initial:hover {
    color: white;
}
.btn-link-initial:focus {
    outline: none;
}

.btn-outline-initial {
    background-color: white !important;
    color: #E9EBF0;
    white-space: nowrap;
}
.btn-outline-initial:hover, .btn-outline-initial:active {
    color: #E9EBF0 !important;
}

.btn-link-active {
    color: #22929D;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-active:hover {
    color: #4dccd8;
}
.btn-link-active:focus {
    outline: none;
}

.btn-outline-active {
    background-color: white !important;
    color: #22929D;
    white-space: nowrap;
}
.btn-outline-active:hover, .btn-outline-active:active {
    color: #22929D !important;
}

.btn-link-interested {
    color: #CCEBCF;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-interested:hover {
    color: white;
}
.btn-link-interested:focus {
    outline: none;
}

.btn-outline-interested {
    background-color: white !important;
    color: #CCEBCF;
    white-space: nowrap;
}
.btn-outline-interested:hover, .btn-outline-interested:active {
    color: #CCEBCF !important;
}

.btn-link-in-depth {
    color: #00658C;
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-in-depth:hover {
    color: #00aff2;
}
.btn-link-in-depth:focus {
    outline: none;
}

.btn-outline-in-depth {
    background-color: white !important;
    color: #00658C;
    white-space: nowrap;
}
.btn-outline-in-depth:hover, .btn-outline-in-depth:active {
    color: #00658C !important;
}

.btn-social-link {
    display: inline-flex;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.btn-link-label {
    color: rgb(25, 168, 158);
    border: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}
.btn-link-label:hover {
    color: #44e3d8;
}
.btn-link-label:focus {
    outline: none;
}

.btn-status-gray {
    color: #494A4C;
    background-color: #EDEDED;
    border-color: #EDEDED;
}

.btn-status-yellow {
    color: #E66B11;
    background-color: #FFF6D3;
    border-color: #FFF6D3;
}

#forcanvabutton span, .IcdUrA {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    background-color: transparent !important;
}

.social-status button {
    padding: 12px 1.5rem !important;
}

.select-action-container-top i, .contact-name-container-div i {
    cursor: pointer;
}

.card {
    box-shadow: 0 2px 0 rgba(200, 200, 200, 0.1), 0 4px 8px rgba(200, 200, 200, 0.1), 0 10px 10px rgba(200, 200, 200, 0.06), 0 7px 70px rgba(200, 200, 200, 0.1);
    border-radius: 0.5rem;
}

.social-post-preview {
    border: 1px solid #e1e5eb;
}

#calendar {
    border: 1px solid #e1e5eb;
    color: #21D48E;
    background: white;
}
#calendar .cal-row {
    border-bottom: 1px solid #e1e5eb;
    display: flex;
}
#calendar .cal-row.days {
    background: #21D48E;
    color: white;
    text-align: center;
}
#calendar .cal-row.days .cal-col {
    padding: 0.75rem 0;
    border: none;
}
#calendar .cal-row .cal-col {
    position: relative;
    width: 14.2%;
    border-right: 1px solid #e1e5eb;
    max-height: 200px;
}
#calendar .cal-row .cal-col .day-num {
    position: absolute;
    color: #21D48E;
    top: 10px;
    right: 10px;
    font-weight: 400;
    z-index: 5;
}
#calendar .cal-row .cal-col.not-cur .day-num {
    opacity: 0.5;
}
#calendar .cal-row .cal-col.cur .day-num {
    top: 7px;
    font-weight: 500;
    line-height: 25px;
    height: 25px;
    width: 25px;
    background-color: #20AA7A;
    border-radius: 50px;
    text-align: center;
    color: white;
}
#calendar .cal-row .cal-col:nth-child(7) {
    border-right: none;
}
#calendar .cal-row .cal-col .cal-content {
    width: 100%;
    height: 200px;
    padding: 40px 5% 30px 5%;
    overflow: hidden;
    position: relative;
}
#calendar .cal-row .cal-col .cal-content .action-drop-menu {
    position: absolute;
    top: 13px;
    left: 10px;
}
#calendar .cal-row .cal-col .cal-content .action-drop-menu .magnifying-glass-activity {
    font-size: 13px;
}
#calendar .cal-row .cal-col .cal-content .btn.fab {
    padding: 6px;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
#calendar .cal-row .cal-col .cal-content .linkedin-published-post, #calendar .cal-row .cal-col .cal-content .facebook-published-post, #calendar .cal-row .cal-col .cal-content .instagram-published-post, #calendar .cal-row .cal-col .cal-content .twitter-published-post {
    opacity: 0.65;
}

#container-full {
    display: none;
}

.ui-tooltip {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.75rem;
    color: #5A6169;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(90, 97, 105, 0.1), 0 2px 3px rgba(90, 97, 105, 0.2);
    border-radius: 0.375rem;
}
.ui-tooltip .meta-detail {
    display: flex;
    align-items: center;
}
.ui-tooltip .meta-detail span {
    font-size: 12px;
}
.ui-tooltip .preview-box {
    padding: 1rem 1.875rem;
}
.ui-tooltip .preview-box .preview-images {
    width: 60%;
}

.btn.fab, .badge:has(.fab) {
    padding: 7px 6px 6px 6px;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}
.btn.fab.published, .badge:has(.fab).published {
    opacity: 0.5;
}

.rev-filter {
    margin-bottom: 0.75rem;
}
.rev-filter > form > div, .rev-filter > div, .rev-filter > section > form > div > div {
    margin-right: 0;
    margin-left: 0;
}
.rev-filter > form > div > div, .rev-filter > div > div, .rev-filter > section > form > div > div > div {
    margin-bottom: 0.5rem;
    padding: 0 0.25rem;
    max-width: 220px;
}
.rev-filter > form > div > div:first-child, .rev-filter > div > div:first-child, .rev-filter > section > form > div > div > div:first-child {
    margin-left: 0;
    padding-left: 0;
}
.rev-filter div:not(.bs-searchbox) > .form-control {
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent !important;
    color: #212529;
}
.rev-filter div:not(.bs-searchbox) > .form-control:focus {
    border: 1px solid #e1e5eb;
}
.rev-filter div:not(.bs-searchbox) > .form-control button.dropdown-toggle {
    border: none;
    background-color: #fff;
}

div.bootstrap-select.form-control:not(.social-status) {
    height: 40px;
    border: 1px solid #e1e5eb;
}
div.bootstrap-select.form-control:not(.social-status).show {
    border: 1px solid transparent;
}
div.bootstrap-select.assigned-to {
    border-radius: 30px;
}
div.bootstrap-select button.dropdown-toggle {
    border-radius: 0.25rem;
    height: 100%;
    outline: 0;
}
div.bootstrap-select button.dropdown-toggle:focus {
    outline: 0 !important;
}
div.bootstrap-select button.dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
div.bootstrap-select button.dropdown-toggle .filter-option .filter-option-inner {
    overflow: hidden;
}
div.bootstrap-select button.dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    text-overflow: ellipsis;
}
div.bootstrap-select .dropdown-menu li a.opt {
    padding: 0.5rem 1.25rem;
}
div.bootstrap-select .dropdown-menu i {
    margin-right: 0.25rem;
}
div.bootstrap-select .dropdown-menu .selected {
    color: #20AA7A;
}
div.bootstrap-select .dropdown-menu .selected span.check-mark {
    display: none !important;
}
div.bootstrap-select.show-tick .dropdown-menu:not(:has(i)) li:not(.dropdown-header) a:not(.all):not(.no-check) .text:before {
    content: "\f0c8";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    margin-right: 0.5rem;
}
div.bootstrap-select.show-tick .dropdown-menu:not(:has(i)) li:not(.dropdown-header) a:not(.all):not(.no-check).selected .text:before {
    content: "\f046";
}
div.bootstrap-select.show-tick .dropdown-menu .fa-check-square-o:before {
    content: "\f046";
}

.bootstrap-select.social-status {
    background: transparent;
}
.bootstrap-select.social-status .filter-option:after {
    margin-left: auto;
}

.bootstrap-select.assigned-to {
    background: transparent;
    border: 1px solid #e1e5eb;
}

.dropdown-menu:not(.dropdown-menu-sidebar) .dropdown-item:hover {
    cursor: pointer;
    color: #20AA7A;
    background-color: #fafafb;
}

.daterangepicker {
    font-size: 13px;
}
.daterangepicker table tr th {
    background-color: #20AA7A;
    color: #fff;
    border: none;
    font-weight: 300;
}
.daterangepicker table tr th:not(.prev):not(.next) {
    border-radius: 0;
}
.daterangepicker table tr th.prev {
    border-radius: 4px 0 0 0;
}
.daterangepicker table tr th.next {
    border-radius: 0 4px 0 0;
}
.daterangepicker td.in-range {
    background-color: #e1fff5;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #20AA7A;
}
.daterangepicker .form-control {
    font-size: 0.75rem;
    font-weight: 400;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background-color: #20AA7A;
    border: 1px solid #20AA7A;
    color: #fff;
}
.daterangepicker .ranges li {
    font-size: 13px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #333;
}
.daterangepicker .input-mini.active {
    border: 1px solid #e1e5eb;
}
.daterangepicker td, .daterangepicker th {
    padding: 4px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background-color: #20AA7A;
}

#social-scheduler-area .sAmPm .ampm-checkbox.icon-checked {
    color: #20AA7A;
}

.ui-widget {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.ui-datepicker th {
    background-color: #21D48E;
    font-weight: 300;
    color: #fff;
}

.ui-widget-header {
    font-weight: 400;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #20AA7A;
    background: #E5EDF3;
}

.list-group-item-action {
    cursor: pointer;
}
.list-group-item-action:focus {
    outline: 3px auto #20AA7A;
}

.modal {
    z-index: 5000;
}
.modal .modal-header {
    background-color: #20AA7A;
}
.modal .modal-header .modal-title {
    font-size: 1rem;
}
.modal .modal-header .close {
    opacity: 1;
    font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.modal .modal-header .modal-title, .modal .modal-header .close {
    color: #fff;
    font-weight: 300;
}
.swal2-popup {
    padding: 2.5em 1.25em;
}
.swal2-popup .swal2-title {
    font-weight: 500;
}

.sidebar-popout-selection, .wb-selection, .generic-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 1050;
    transition: all 0.5s linear 0s;
    box-shadow: 0 3px 10px rgba(200, 200, 200, 0.1), 0 4px 8px rgba(200, 200, 200, 0.1), 0 10px 10px rgba(200, 200, 200, 0.06), 30px 50px 175px rgb(200, 200, 200) !important;
}
.sidebar-popout-selection.sidebar-lg, .wb-selection.sidebar-lg, .generic-sidebar.sidebar-lg {
    width: 70%;
}
.sidebar-popout-selection.sidebar-lg .show-hide-generic-sidebar, .wb-selection.sidebar-lg .show-hide-generic-sidebar, .generic-sidebar.sidebar-lg .show-hide-generic-sidebar {
    right: 70%;
}
.sidebar-popout-selection:not(.sidebar-lg), .wb-selection:not(.sidebar-lg), .generic-sidebar:not(.sidebar-lg) {
    width: 38%;
}
.sidebar-popout-selection:not(.sidebar-lg) .show-hide-generic-sidebar, .wb-selection:not(.sidebar-lg) .show-hide-generic-sidebar, .generic-sidebar:not(.sidebar-lg) .show-hide-generic-sidebar {
    right: 38%;
}
.sidebar-popout-selection .sidebar-popout-content, .sidebar-popout-selection .wb-content, .sidebar-popout-selection .generic-sidebar-content, .wb-selection .sidebar-popout-content, .wb-selection .wb-content, .wb-selection .generic-sidebar-content, .generic-sidebar .sidebar-popout-content, .generic-sidebar .wb-content, .generic-sidebar .generic-sidebar-content {
    overflow: auto;
    height: 100%;
}
.sidebar-popout-selection .sidebar-popout-content .email-card-data h4, .sidebar-popout-selection .wb-content .email-card-data h4, .sidebar-popout-selection .generic-sidebar-content .email-card-data h4, .wb-selection .sidebar-popout-content .email-card-data h4, .wb-selection .wb-content .email-card-data h4, .wb-selection .generic-sidebar-content .email-card-data h4, .generic-sidebar .sidebar-popout-content .email-card-data h4, .generic-sidebar .wb-content .email-card-data h4, .generic-sidebar .generic-sidebar-content .email-card-data h4 {
    font-size: 14px;
    font-weight: 500;
}
.sidebar-popout-selection .sidebar-popout-content::-webkit-scrollbar-track, .sidebar-popout-selection .wb-content::-webkit-scrollbar-track, .sidebar-popout-selection .generic-sidebar-content::-webkit-scrollbar-track, .wb-selection .sidebar-popout-content::-webkit-scrollbar-track, .wb-selection .wb-content::-webkit-scrollbar-track, .wb-selection .generic-sidebar-content::-webkit-scrollbar-track, .generic-sidebar .sidebar-popout-content::-webkit-scrollbar-track, .generic-sidebar .wb-content::-webkit-scrollbar-track, .generic-sidebar .generic-sidebar-content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0.99;
    border-radius: 9999px;
}
.sidebar-popout-selection .sidebar-popout-content::-webkit-scrollbar-thumb, .sidebar-popout-selection .wb-content::-webkit-scrollbar-thumb, .sidebar-popout-selection .generic-sidebar-content::-webkit-scrollbar-thumb, .wb-selection .sidebar-popout-content::-webkit-scrollbar-thumb, .wb-selection .wb-content::-webkit-scrollbar-thumb, .wb-selection .generic-sidebar-content::-webkit-scrollbar-thumb, .generic-sidebar .sidebar-popout-content::-webkit-scrollbar-thumb, .generic-sidebar .wb-content::-webkit-scrollbar-thumb, .generic-sidebar .generic-sidebar-content::-webkit-scrollbar-thumb {
    --tw-border-opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 1px;
}
.sidebar-popout-selection .sidebar-popout-content::-webkit-scrollbar, .sidebar-popout-selection .wb-content::-webkit-scrollbar, .sidebar-popout-selection .generic-sidebar-content::-webkit-scrollbar, .wb-selection .sidebar-popout-content::-webkit-scrollbar, .wb-selection .wb-content::-webkit-scrollbar, .wb-selection .generic-sidebar-content::-webkit-scrollbar, .generic-sidebar .sidebar-popout-content::-webkit-scrollbar, .generic-sidebar .wb-content::-webkit-scrollbar, .generic-sidebar .generic-sidebar-content::-webkit-scrollbar {
    height: 1rem;
    width: 0.5rem;
}
.sidebar-popout-selection .sidebar-popout-header, .sidebar-popout-selection .wb-header, .sidebar-popout-selection .generic-sidebar-header, .wb-selection .sidebar-popout-header, .wb-selection .wb-header, .wb-selection .generic-sidebar-header, .generic-sidebar .sidebar-popout-header, .generic-sidebar .wb-header, .generic-sidebar .generic-sidebar-header {
    background: #20AA7A;
    padding: 1rem 30px;
    display: flex;
    align-items: center;
}
.sidebar-popout-selection .sidebar-popout-header h6, .sidebar-popout-selection .wb-header h6, .sidebar-popout-selection .generic-sidebar-header h6, .wb-selection .sidebar-popout-header h6, .wb-selection .wb-header h6, .wb-selection .generic-sidebar-header h6, .generic-sidebar .sidebar-popout-header h6, .generic-sidebar .wb-header h6, .generic-sidebar .generic-sidebar-header h6 {
    color: #fff;
    margin-bottom: 0;
    margin-right: 0.5rem;
}
.sidebar-popout-selection .sidebar-popout-body, .sidebar-popout-selection .generic-sidebar-body, .wb-selection .sidebar-popout-body, .wb-selection .generic-sidebar-body, .generic-sidebar .sidebar-popout-body, .generic-sidebar .generic-sidebar-body {
    padding: 25px;
}
.sidebar-popout-selection .sidebar-popout-body .btn-deselect, .sidebar-popout-selection .generic-sidebar-body .btn-deselect, .wb-selection .sidebar-popout-body .btn-deselect, .wb-selection .generic-sidebar-body .btn-deselect, .generic-sidebar .sidebar-popout-body .btn-deselect, .generic-sidebar .generic-sidebar-body .btn-deselect {
    white-space: nowrap;
}
.sidebar-popout-selection .sidebar-popout-body .btn-request-new, .sidebar-popout-selection .generic-sidebar-body .btn-request-new, .wb-selection .sidebar-popout-body .btn-request-new, .wb-selection .generic-sidebar-body .btn-request-new, .generic-sidebar .sidebar-popout-body .btn-request-new, .generic-sidebar .generic-sidebar-body .btn-request-new {
    position: absolute;
    right: 11px;
    top: 0;
}
.sidebar-popout-selection .sidebar-popout-body hr, .sidebar-popout-selection .generic-sidebar-body hr, .wb-selection .sidebar-popout-body hr, .wb-selection .generic-sidebar-body hr, .generic-sidebar .sidebar-popout-body hr, .generic-sidebar .generic-sidebar-body hr {
    border-top: 2px dotted #eee;
}
.sidebar-popout-selection div[data-letters], .wb-selection div[data-letters], .generic-sidebar div[data-letters] {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    line-height: 2.4;
}
.sidebar-popout-selection [data-letters]:before, .wb-selection [data-letters]:before, .generic-sidebar [data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
}

.show-hide-sidebar-popout, .show-hide-generic-sidebar {
    position: fixed;
    width: 38px;
    height: 60px;
    background: #21D48E;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s linear 0s;
    z-index: 1050;
    color: #fff;
}

.generic-sidebar .alotless, .generic-sidebar .alotmore {
    cursor: pointer;
}

.generic-sidebar .timeline-item-action-title {
    color: #00a499;
    font-size: 15px;
    font-weight: 600;
}

.generic-sidebar .timeline-item-action-content {
    display: inline;
    font-size: 15px;
    cursor: pointer;
    margin: 0 0 0 15px;
}

.generic-sidebar .timeline-item-datetime {
    font-size: 12px;
}

.generic-sidebar .timeline-item-content {
    width: 80%;
}

.generic-sidebar #timeline-item-title h3 {
    font-weight: 600;
    color: #2ade98 !important;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 15px !important;
    margin-top: 5px;
    display: inline-block;
}

.generic-sidebar .email-item-content #timeline-item-title h3 {
    margin-bottom: 0px;
}

.generic-sidebar .email_msg.less {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.generic-sidebar .email_msg.alotless {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.generic-sidebar .read-full-email {
    color: #2ade98 !important;
}

.generic-sidebar .view-thread-bg {
    background: #d4f8ea;
}

.company-sub-title i {
    color: #20AA7A;
    margin-right: 0.5rem;
}

.dt-container table.dataTable thead th {
    color: #fff;
}
.dt-container table.dataTable thead th:not(.text-center) {
    text-align: left !important;
}
.dt-container table.dataTable tbody td {
    vertical-align: middle;
}
.dt-container table.dataTable tbody td:not(.text-center) {
    text-align: left !important;
}
.dt-container table.dataTable tbody td p {
    margin-bottom: 0;
}
.dt-container strong {
    margin-right: 0.25rem;
}

table.table thead {
    background-color: #20AA7A;
}
table.table thead th {
    background-color: #20AA7A;
    color: #fff;
    border: none;
    font-weight: 300;
}
table.table tbody td {
    vertical-align: middle;
}
table.table tbody td p {
    margin-bottom: 0;
}
table.table strong {
    margin-right: 0.25rem;
}

.contact-info-container .reveal-phone, .contact-info-container .reveal-email {
    color: #808080;
}
.contact-info-container i {
    margin-right: 0.25rem;
}

.dataTables_scrollHead .table {
    margin-bottom: 0;
}

.dataTables_scrollBody > table > thead tr th {
    visibility: hidden;
}

.dt-copy .hashtag {
    color: #20AA7A;
}

.dt-stats {
    color: #20AA7A;
}

table i.far.fa-chevron-circle-right, table i.far.fa-chevron-circle-down {
    color: #20AA7A;
    font-size: 26px;
}

.main-navbar .navbar .flex-row {
    background-color: #21D48E;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding-left: 20px;
}
.main-navbar .navbar .navbar-search-rai {
    border: 1px solid #eee;
    border-radius: 10px;
    padding-left: 50px !important;
}
.main-navbar .navbar .nav-link {
    color: #fff;
}
.main-navbar .navbar .dropdown-item i {
    width: 25px;
}

@media (min-width: 500px) and (max-width: 1600px) {
    .my-agents-container {
        display: none !important;
    }
}
@media (min-width: 1600px) {
    .swarm-link {
        display: none;
    }
    .my-agents-container {
        display: flex;
    }
}
.main-sidebar {
    width: 13.75rem;
}
.main-sidebar .main-navbar-title-dropdown {
    height: 40px;
}
.main-sidebar .main-navbar-title-dropdown #rev_logo_img {
    max-width: 70px;
    padding: 0.5rem 0;
}
.main-sidebar .main-navbar-title-dropdown #rev_logo_img_min {
    padding: 0.5rem 0;
    display: none;
    opacity: 0;
    width: 0;
}
.main-sidebar .nav-wrapper {
    overflow: visible !important;
    display: flex;
    flex-direction: column;
}
.main-sidebar .nav-wrapper .sidebar-dropdown-container {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.main-sidebar .nav-wrapper .sidebar-dropdown-container.my-actions-container {
    flex-grow: 1;
}
.main-sidebar .nav-wrapper .sidebar-dropdown-container .sidebar-dropdown-menu {
    height: calc(100% - 80px);
    overflow: auto;
}
.main-sidebar .nav-wrapper .sidebar-dropdown-container .sidebar-dropdown-menu::-webkit-scrollbar {
    width: 5px !important;
}
.main-sidebar .nav-wrapper .sidebar-dropdown-container .sidebar-dropdown-menu::-webkit-scrollbar-track {
    background: #20AA7A;
}
.main-sidebar .nav-wrapper .sidebar-dropdown-container .sidebar-dropdown-menu::-webkit-scrollbar-thumb {
    background: #20AA7A;
    border-radius: 20px;
}
.main-sidebar .nav-wrapper .sidebar-dropdown-container .sidebar-dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #20AA7A;
}
.main-sidebar .sidebar-dropdown-title {
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-sidebar .sidebar-dropdown-title .fa-bars, .main-sidebar .sidebar-dropdown-title .fa-users-rays {
    display: none;
}
.main-sidebar .sidebar-dropdown-title .fa-angle-down {
    color: grey;
}
.main-sidebar .sidebar-dropdown-title .fa-plus {
    font-size: 8px;
}
.main-sidebar .sidebar-dropdown-title a.btn-white {
    display: block;
}
.main-sidebar .main-sidebar__nav-title {
    white-space: nowrap;
    padding: 0.25rem 0 0 0;
}
.main-sidebar hr {
    border-top: 1px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.main-sidebar .nav .nav-item.sidebar-dropdown:hover {
    box-shadow: none;
}
.main-sidebar .nav .nav-item.sidebar-dropdown:hover i.fa-bars, .main-sidebar .nav .nav-item.sidebar-dropdown:hover i.fa-users-rays, .main-sidebar .nav .nav-item.sidebar-dropdown:hover i.fa-plus {
    color: gray;
}
.main-sidebar .nav .nav-item.sidebar-dropdown:hover i.fa-chart-network {
    color: #eee;
}
.main-sidebar .nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    letter-spacing: 0.7px;
}
.main-sidebar .nav .nav-item .nav-link i {
    font-size: 14px !important;
}
.main-sidebar .nav .nav-item .nav-link i.edit-account-access {
    margin-left: auto;
    margin-right: 0;
    opacity: 0;
}
.main-sidebar .nav .nav-item .nav-link i.pinned-link-icon {
    opacity: 0;
}
.main-sidebar .nav .nav-item .nav-link img {
    width: 23px;
    height: 23px;
    margin-right: 1rem;
}
.main-sidebar .nav .nav-item .nav-link .agent-initials {
    padding: 0.35rem;
    margin-right: 0.75rem;
}
.main-sidebar .nav .nav-item .nav-link span {
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-sidebar .nav .nav-item .nav-link:hover i.edit-account-access {
    opacity: 1;
}
.main-sidebar .nav .nav-item .nav-link:hover i.pinned-link-icon {
    opacity: 1;
}
.main-sidebar .nav .nav-item .nav-link.active:not(.playground-nav-item) {
    font-weight: 400;
}
.main-sidebar .show-hide-sidebar {
    position: absolute;
    right: -1rem;
    top: 7px;
    padding: 10px 13px;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    cursor: pointer;
    z-index: 1;
}
.main-sidebar .dropdown-menu {
    background: #21D48E;
}
.main-sidebar .dropdown-menu p a {
    color: inherit;
}
.main-sidebar .dropdown-menu p a:hover {
    text-decoration: none;
}
.main-sidebar .dropdown .fa-angle-down, .main-sidebar .dropdown .fa-thumbtack {
    color: grey;
}
.main-sidebar .dropdown:hover .fa-thumbtack, .main-sidebar .dropdown:hover .fa-plus {
    color: grey;
}
.main-sidebar .dropdown .dropdown-item:active {
    color: #20AA7A;
    background-color: #21D48E;
}

.icon-sidebar .main-sidebar {
    width: 4.75rem;
}
.icon-sidebar .main-sidebar #rev_logo_img_min {
    display: inline-block;
    opacity: 1;
    width: 35px;
}
.icon-sidebar .main-sidebar #rev_logo_img {
    display: none;
    opacity: 0;
    width: 0;
}
.icon-sidebar .main-sidebar .sidebar-dropdown-title {
    justify-content: center;
}
.icon-sidebar .main-sidebar .sidebar-dropdown-title .main-sidebar__nav-title, .icon-sidebar .main-sidebar .sidebar-dropdown-title .fa-angle-down {
    display: none;
}
.icon-sidebar .main-sidebar .sidebar-dropdown-title .fa-bars, .icon-sidebar .main-sidebar .sidebar-dropdown-title i.fa-users-rays {
    color: grey;
    display: block;
}
.icon-sidebar .main-sidebar .badge:not(.agent-initials), .icon-sidebar .main-sidebar i.edit-account-access, .icon-sidebar .main-sidebar .main-sidebar__nav-title, .icon-sidebar .main-sidebar .nav-item span:not(.agent-initials) {
    opacity: 0;
}
.icon-sidebar .main-sidebar a.btn-white {
    display: none;
}
.icon-sidebar .main-sidebar hr {
    width: 80%;
}
.icon-sidebar .main-sidebar .nav-link:hover i.edit-account-access {
    opacity: 0;
}
.icon-sidebar .main-sidebar:hover span:not(.agent-initials) {
    opacity: 0;
}

.main-sidebar .nav .nav-item:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}
.main-sidebar .nav .nav-item .nav-item-inner-dropdown.active {
    background-color: #00658c;
    color: #fff;
    box-shadow: none;
    margin: 0 10px 10px 10px;
    width: 90%;
    min-width: 90% !important;
    border-radius: 8px;
}
.main-sidebar .nav .nav-item .nav-link:hover {
    background-color: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 8px;
}
.main-sidebar .nav .nav-item .nav-link i {
    color: #fff;
}
.main-sidebar .active-on-shrink {
    color: #00658c !important;
    font-weight: 600;
    background: #eef0f5 !important;
    opacity: 0.9;
}

#sub-nav {
    background: #EBEEF7;
    box-shadow: 0 2px 0 rgba(200, 200, 200, 0.1), 0 4px 8px rgba(200, 200, 200, 0.1), 0 10px 10px rgba(200, 200, 200, 0.06), 0 7px 70px rgba(200, 200, 200, 0.1);
    padding: 0;
    height: 50px;
}
#sub-nav .sub-title {
    background: rgba(17, 167, 157, 0.2);
    color: #0a625c;
    font-weight: 500;
    padding: 15px 30px;
    margin: 0;
    /* font-size: 15px !important; */
    letter-spacing: 0;
    height: 100%;
    min-width: max-content;
    text-align: left;
}
#sub-nav .nav-item {
    padding: 0;
    margin: 0;
}
#sub-nav .nav-item a {
    padding: 0 1rem;
    line-height: 50px;
    font-weight: 500;
}
#sub-nav .nav-item.active a {
    color: #21D48E;
    border-bottom: 3px #21D48E solid;
    height: 50px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
}
#sub-nav .nav-item:hover a {
    color: #21D48E;
}

#third-nav {
    margin: 15px 1.5rem 0;
    z-index: 10;
    border-left: 5px solid #20AA7A;
    padding: 12px 16px 12px 5px;
    box-shadow: 0 2px 0 rgba(200, 200, 200, 0.1), 0 4px 8px rgba(200, 200, 200, 0.1), 0 10px 10px rgba(200, 200, 200, 0.06), 0 7px 70px rgba(200, 200, 200, 0.1);
    background: #f4f6fb;
    border-bottom: none;
}
#third-nav .nav-item.active a {
    color: #20AA7A;
    font-weight: 500;
}
#third-nav .nav-item a {
    font-size: 13px;
    font-weight: 300;
    padding: 0 1rem;
    color: #21D48E;
}
#third-nav .nav-item:hover a {
    color: #20AA7A;
}

body:has(.icon-sidebar) main#main-area {
    margin-left: 4.75rem;
}

main#main-area {
    transition: transform 0.2s ease-in-out, margin 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    margin-left: 13.75rem;
    display: flex;
    flex-direction: column;
}

#content-area .page-header, .content-area .page-header {
    padding: 1rem 0;
    display: flex;
}
#content-area .page-header h5, #content-area .page-header p, .content-area .page-header h5, .content-area .page-header p {
    margin-bottom: 0;
}
#content-area .page-header img, .content-area .page-header img {
    width: 35px;
    margin-right: 0.5rem;
    filter: invert(1);
}

.character-count {
    float: right;
    color: #b3b9c2;
    margin-top: 5px;
}

.media-box img {
    height: 30px;
}

.qq-upload-list img {
    height: 100px;
}
.qq-upload-list .img-overlay {
    display: none;
    background: rgba(79, 79, 79, 0.48);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.qq-upload-list .img-overlay i {
    color: white;
    position: absolute;
    top: 5px;
    left: 5px;
}
.qq-upload-list li:hover .img-overlay {
    display: block;
}

.preview-container {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 0;
}
.preview-container .social-post-preview {
    margin: 0.5rem 2rem;
}
.preview-container .social-post-preview .small {
    color: darkgrey;
}
.preview-container .post-container {
    margin-bottom: 2rem;
}

.agent-overview .fa-check-circle {
    font-size: 40px;
    color: grey;
}
.agent-overview .fa-check-circle.complete {
    --fa-secondary-color: #2ade9844;
    --fa-primary-color: #19a89e;
}

.step-card {
    border: 2px solid gray;
}
.step-card .agent-step-count {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-color: white;
    position: absolute;
    left: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    font-weight: 400;
    border: 2px solid gray;
}
.step-card .card-body i:not(.fa-check-circle) {
    font-size: 50px;
}
.step-card.selected {
    border: 2px solid rgb(25, 168, 158);
}
.step-card.selected .agent-step-count {
    color: rgb(25, 168, 158);
    border: 2px solid rgb(25, 168, 158);
}
.step-card.completed {
    border: 2px solid rgba(42, 222, 152, 0.267);
}
.step-card.completed .agent-step-count {
    border: 2px solid rgba(42, 222, 152, 0.267);
}
.step-card.completed .agent-step-count i {
    font-size: 30px;
    --fa-secondary-color: rgba(42, 222, 152, 0.267);
    --fa-primary-color: rgb(25, 168, 158);
}

.agents-container .agents-card-preview .card .card-header {
    padding: 2rem 1.875rem 0 1.875rem;
    background-color: inherit;
    display: flex;
    align-items: center;
}
.agents-container .agents-card-preview .card .card-header img {
    height: 40px;
    width: 40px;
    margin-right: 0.5rem;
}
.agents-container .agents-card-preview .card .card-header h5 {
    margin-right: 0.5rem;
    margin-bottom: 0;
}
.agents-container .agents-card-preview .card .card-body {
    padding: 1rem 1.875rem;
    height: 110px;
}
.agents-container .agents-card-preview .card .card-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.agents-container .agents-card-preview .card .card-footer {
    padding: 0 1.875rem 1rem 1.875rem;
    background-color: inherit;
    height: 50px;
    display: flex;
    align-items: center;
}
.agents-container .agents-card-preview .card .card-footer .price {
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 0.5rem;
    color: gray;
}
.agents-container .agents-card-preview .card .card-footer .actions {
    font-size: 14px;
    margin-left: auto;
}
.agents-container .agents-card-preview .card .card-footer .actions button {
    padding: 0 0.5rem 0 0.5rem;
}
.agents-container .agents-card-preview .card .card-footer button.btn-primary {
    margin-left: auto;
}
.agents-container .agents-card-preview.inactive .card {
    background-color: #CDCDCD;
}

.prompt-home-container .card .card-header {
    padding: 1.875rem 1.875rem 1rem 1.875rem;
    display: flex;
    align-items: center;
}
.prompt-home-container .card .card-header h5 {
    margin-bottom: 0;
}
.prompt-home-container .card .card-header h5 i {
    font-size: 0.875rem;
}
.prompt-home-container .card .card-body {
    padding: 0 1.875rem 1.875rem 1.875rem;
}
.prompt-home-container .details-label {
    background-color: rgba(42, 222, 152, 0.267);
    color: rgb(25, 168, 158);
    padding: 0.5rem 0.75rem;
    border-radius: 0 10px 10px 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    align-items: center;
}
.prompt-home-container .settings-group {
    margin-bottom: 1.5rem;
}
.prompt-home-container .settings-group label {
    color: rgb(25, 168, 158);
    background: rgba(42, 222, 152, 0.267);
    padding: 0.2rem 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 0.25rem;
    border-left: 5px solid;
}
.prompt-home-container .settings-group .no-data {
    color: gray;
    font-style: italic;
}
.prompt-home-container p {
    margin-bottom: 0;
}
.prompt-home-container .custom-file-input ~ .custom-file-label::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f0c6";
}
.prompt-home-container .fa-pencil {
    margin-left: 0.5rem;
    padding: 0 0.5rem;
}

.swarm-container .card {
    min-height: 330px;
}
.swarm-container .card:hover {
    cursor: pointer;
    box-shadow: 0px 0.125rem 0.625rem rgba(129, 142, 163, 0.2), 0 0.0625rem 0.125rem rgba(129, 142, 163, 0.3);
}
.swarm-container .card-header {
    padding: 1rem 1.875rem 0;
}
.swarm-container .card-header .agent-category {
    font-size: 10px;
    font-weight: 400;
}
.swarm-container .card-header .agent-category.persona {
    color: #FFC800;
}
.swarm-container .card-header .agent-category.topic {
    color: #FA7A00;
}
.swarm-container .card-header .agent-category.website {
    color: #277AFF;
}
.swarm-container .card-header h5 {
    font-weight: 400;
}
.swarm-container .card-body {
    padding: 1rem 1.875rem;
}
.swarm-container .card-body .settings-summary {
    display: flex;
    padding: 0.5rem 0.75rem;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 1rem;
    align-items: center;
    text-align: left;
}
.swarm-container .card-body .settings-summary .settings-header {
    font-size: 15px;
    font-weight: 400;
}
.swarm-container .card-body .settings-summary .website-tracker-status {
    min-width: 45px;
    height: 45px;
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 0.75rem;
}
.swarm-container .card-body .settings-summary .website-tracker-status.positive-status {
    background: rgba(42, 222, 152, 0.267);
    color: rgb(25, 168, 158);
}
.swarm-container .card-body .settings-summary .website-tracker-status.warning-status {
    background: #FFEEAB;
    color: #FA7A00;
}
.swarm-container .card-body .settings-summary .persona-initials {
    min-width: 45px;
    height: 45px;
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 0.75rem;
    font-weight: 500;
    color: white;
    background: #FD304E;
}
.swarm-container .card-body .topic-settings-summary {
    flex-wrap: wrap;
    gap: 5px;
}
.swarm-container .card-body .metrics-container {
    display: flex;
    justify-content: space-between;
    margin-right: -5px;
    margin-left: -5px;
}
.swarm-container .card-body .agent-metric {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0.5rem;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 5px;
    width: 100%;
}
.swarm-container .card-body .agent-metric.neutral {
    background: #EDEDED;
    color: #5A6169;
}
.swarm-container .card-body .agent-metric.positive {
    background: rgba(42, 222, 152, 0.267);
    color: rgb(25, 168, 158);
}
.swarm-container .card-body .agent-metric .stat {
    font-size: 18px;
    font-weight: 400;
}
.swarm-container .card-body .agent-metric .subtitle {
    font-size: 10px;
    font-weight: 400;
    margin-top: -3px;
}
.swarm-container .card-footer {
    padding: 1rem 1.875rem;
}

.tag-label {
    font-weight: 500;
}

.tag {
    background-color: rgba(42, 222, 152, 0.267);
    color: rgb(25, 168, 158);
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    align-items: center;
}

.agent-summary-cards .card {
    min-height: 200px;
}
.agent-summary-cards .card .card-header .agent-step {
    min-width: 45px;
    height: 45px;
    border-radius: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 0.75rem;
    background: #D8D8D8;
    font-weight: 500;
    color: white;
    font-size: 16px;
}
.agent-summary-cards .card .card-header h5 {
    font-weight: 300;
}

.assistant-page {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 5.5rem - 83px);
}
.assistant-page .assistant {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
}
.assistant-page .message-header, .assistant-page .agent-header {
    font-weight: 500;
}
.assistant-page .assistant-messages-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: visible;
}
.assistant-page .assistant-messages-container .row {
    padding: 1rem 0;
}
.assistant-page .assistant-messages-container .first-message img {
    margin: 0.5rem;
    height: 40px;
}
.assistant-page .assistant-messages-container .first-message i.master-logo {
    margin: 0.5rem;
    font-size: 40px;
}
.assistant-page .assistant-messages-container .first-message .agent-name {
    margin: 0.5rem;
    font-size: 1rem;
}
.assistant-page .assistant-messages-container .first-message .welcome-message {
    margin: 0.5rem;
    font-size: 1.55rem;
}
.assistant-page .assistant-messages-container .img-container {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: start;
}
.assistant-page .assistant-messages-container .img-container img {
    height: 30px;
    width: 30px;
}
.assistant-page .assistant-messages-container .img-container .master-logo {
    font-size: 35px;
}
.assistant-page .take-me-to {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-bottom: 0.5rem;
}
.assistant-page .take-me-to.master {
    visibility: hidden;
}
.assistant-page .take-me-to a, .assistant-page .take-me-to button {
    border-radius: 0px;
}
.assistant-page .take-me-to a:hover, .assistant-page .take-me-to button:hover {
    color: #20AA7A;
}
.assistant-page .take-me-to a.active, .assistant-page .take-me-to button.active {
    color: #00D08C;
    border-bottom: 3px solid #00D08C;
    font-weight: 700;
}
.assistant-page .loading {
    font-size: 24px;
}
.assistant-page .loading:after {
    overflow: hidden;
    display: inline-block;
    -webkit-animation: ellipsis-bigger steps(4, end) 1600ms infinite;
    animation: ellipsis-bigger steps(4, end) 1600ms infinite;
    content: "…"; /* ascii code for the ellipsis character */
    width: 0px;
}
@keyframes ellipsis-bigger {
    to {
        width: 19px;
    }
}
@-webkit-keyframes ellipsis-bigger {
    to {
        width: 19px;
    }
}
.assistant-page .suggestions {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
.assistant-page .suggestions .suggestion {
    padding: 0.25rem 15px;
}
.assistant-page .suggestions .suggestion .btn {
    border-radius: 0.5rem;
    text-align: left;
    border: 1px solid #e1e5eb;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.3333333333);
}
.assistant-page .suggestions p {
    font-weight: 400;
    color: #868e96;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.assistant-page .input-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0.5rem 0;
}
.assistant-page .input-container .aimee_assistant_chat_holder {
    display: flex;
    align-items: inherit;
    border-radius: 10px;
}
.assistant-page .input-container .aimee_assistant_chat_holder textarea {
    resize: none;
    border: none;
}
.assistant-page .input-container .aimee_assistant_chat_holder textarea:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.assistant-page .input-container .aimee_assistant_chat_holder #assistantFiles {
    padding: 0.5rem 0.75rem;
}
.assistant-page .input-container .btn {
    font-size: 16px;
}
.assistant-page .input-container .btn#assistantUploadButton {
    padding-right: 0.75rem;
}
.assistant-page .input-container .btn.aimee_assistant_chat-submit, .assistant-page .input-container .btn.flow-assistant-rec {
    margin-bottom: 0.4375rem;
}
.assistant-page .input-container .btn.flow-assistant-rec.fa-beat {
    color: #20AA7A;
}
.assistant-page .salmon .agent-header {
    font-weight: 500;
    color: #FF4169;
}
.assistant-page .royal-blue .agent-header {
    font-weight: 500;
    color: #674EEC;
}
.assistant-page .java .agent-header {
    font-weight: 500;
    color: #1ADBA2;
}
.assistant-page .data .agent-header {
    font-weight: 500;
    color: #FFC800;
}
.assistant-page .marketing .agent-header {
    font-weight: 500;
    color: #FA7A00;
}
.assistant-page .sales .agent-header {
    font-weight: 500;
    color: #277AFF;
}
.assistant-page .customer .agent-header {
    font-weight: 500;
    color: #A148D9;
}
.assistant-page .cdp .agent-header {
    font-weight: 500;
    color: #00E4E4;
}
.assistant-page .connectors .agent-header {
    font-weight: 500;
    color: #FD304E;
}
.assistant-page .black .agent-header {
    font-weight: 500;
    color: #000000;
}
.assistant-page .white .agent-header {
    font-weight: 500;
    color: #fff;
}
.assistant-page .background .agent-header {
    font-weight: 500;
    color: #F5F6F8;
}
.assistant-page .default .agent-header {
    font-weight: 500;
    color: #bbb;
}
.assistant-page .text .agent-header {
    font-weight: 500;
    color: #5A6169;
}
.assistant-page .facebook .agent-header {
    font-weight: 500;
    color: #2C64F6;
}
.assistant-page .x .agent-header {
    font-weight: 500;
    color: #14171a;
}
.assistant-page .linkedin .agent-header {
    font-weight: 500;
    color: #0077B5;
}
.assistant-page .instagram .agent-header {
    font-weight: 500;
    color: #C13584;
}
.assistant-page .initial .agent-header {
    font-weight: 500;
    color: #E9EBF0;
}
.assistant-page .active .agent-header {
    font-weight: 500;
    color: #22929D;
}
.assistant-page .interested .agent-header {
    font-weight: 500;
    color: #CCEBCF;
}
.assistant-page .in-depth .agent-header {
    font-weight: 500;
    color: #00658C;
}
.assistant-page .col-1:has(.btn-switch-agent) {
    display: flex;
    justify-content: center;
}
.assistant-page .col-1:has(.btn-switch-agent) .btn-switch-agent {
    font-size: 1.55rem;
    margin-top: auto;
    margin-bottom: auto;
}

#formProspectorSearch .header-card-search {
    color: #fff;
    background: #20AA7A;
    padding: 0.5rem;
    font-weight: 500;
}
#formProspectorSearch .card-header:not(.header-card-search) {
    border-radius: 0;
    background: rgba(32, 170, 122, 0.2509803922);
    padding: 0.5rem;
    margin-bottom: 0;
    font-weight: 500;
}
#formProspectorSearch .select2-container .select2-search--inline .select2-search__field {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#formProspectorSearch .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative;
    padding: 0;
}
#formProspectorSearch .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    padding: 0.25rem;
    color: rgb(25, 168, 158);
}
#formProspectorSearch .select2-container--default .select2-selection--multiple .select2-selection__choice:last-child {
    margin-bottom: 0.25rem;
}

.btn-categories, .btn-presets, .btn-wb-categories {
    background: #eeeeee;
    color: grey;
    border-radius: 5px;
    width: 100%;
}

.theme-btn:hover:not(.active) {
    cursor: pointer;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.theme-btn.active {
    transform: scale(1.3);
}

.tour-img-icon-div {
    width: 75px;
}

h3.shepherd-title {
    color: #20AA7A !important;
    position: relative;
    left: -19px;
    top: -14px;
    font-size: 15px !important;
    padding: 5px 15px;
}

.shepherd-step[data-id=lo-tour-intro-1],
.shepherd-step[data-id=lo-tour-intro-2] {
    margin-top: 9px;
}

.shepherd-step[data-id=lo-tour-intro-1] header,
.shepherd-step[data-id=lo-tour-intro-2] header {
    background: #fff !important;
    width: 30px;
    position: absolute;
    top: -24px;
    height: 40px;
    right: 38px;
    text-align: center;
    color: #000;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


.shepherd-step[data-id=lo-tour-intro-4] header,
.shepherd-step[data-id=lo-tour-intro-5] header,
.shepherd-step[data-id=lo-tour-intro-6] header,
.shepherd-step[data-id=lo-tour-intro-7] header,
.shepherd-step[data-id=lo-tour-intro-8] header,
.shepherd-step[data-id=lo-tour-intro-9] header,
.shepherd-step[data-id=lo-tour-intro-10] header,
.shepherd-step[data-id=lo-tour-intro-11] header,
.shepherd-step[data-id="lo-tour-intro-healthcheck"] header{
    background: #fff !important;
    width: 60px;
    position: absolute;
    top: 32px;
    height: 20px;
    text-align: center;
    color: #000;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.shepherd-step[data-id="lo-tour-intro-15"] header{
  background: #fff !important;
  width: 30px;
  position: absolute;
  top: 18px;
  height: 14px;
  right: -27px;
  text-align: center;
  color: #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px !important;
}


.shepherd-element.shepherd-theme-arrows .shepherd-content:before {
    display: none !important;
}

.shepherd-content footer {
    border-top: 1px solid #dfe1e3;
    padding: 0.9375rem 2.1875rem !important;
}

.shepherd-content {
  overflow: visible !important;
  filter: none !important;
}

.shepherd-content footer .btn.btn-outline-default {
  letter-spacing: 0.4px !important;
  padding: 12px 36px !important;
  background-color: white !important;
  color: #aaa !important;
  text-decoration: none;
  font-weight: 400;
  font-family: "Poppins" !important;
  border: 1px solid #bbb !important;
  line-height: 1.125 !important;
  border-radius: 50px !important;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  font-size: 13px !important;
  text-transform: capitalize !important;
}

.shepherd-content footer .btn.btn-primary {
  color: #fff !important;
  background-color: #20AA7A !important;
  letter-spacing: 0.4px !important;
  padding: 12px 36px !important;
  text-decoration: none;
  font-weight: 400;
  font-family: "Poppins" !important;
  border: 1px solid #20AA7A !important;
  line-height: 1.125 !important;
  border-radius: 50px !important;
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  font-size: 13px !important;
  text-transform: capitalize !important;
}

.shepherd-text {
    padding: 1.875rem 2.1875rem !important;
}

.tour-icon-img {
    width: 24px;
}

h2.tour-title {
    color: #111;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 17px !important;
    text-align: left;
    margin-bottom: 0 !important;
}

p.tour-content {
  font-size: 13px !important;
  text-align: left;
  width: 100%;
  margin: 0 auto !important;
  min-height: 45px;
}

body.shepherd-active[data-shepherd-step=tour-intro-0-12], body.shepherd-active[data-shepherd-step=tour-intro-0-13], body.shepherd-active[data-shepherd-step=tour-intro-0-14], body.shepherd-active[data-shepherd-step=tour-intro-0-15], body.shepherd-active[data-shepherd-step=tour-intro-0-16] {
    /*overflow: hidden;*/
}

body.shepherd-active[data-shepherd-step=tour-intro-0-19] #dashboard-list, body.shepherd-active[data-shepherd-step=tour-intro-0-20] .grid-stack-item[data-widget="1000432"], body.shepherd-active[data-shepherd-step=tour-intro-0-20] .grid-stack-item[data-widget="1000433"], body.shepherd-active[data-shepherd-step=tour-intro-0-20] .grid-stack-item[data-widget="1000434"], body.shepherd-active[data-shepherd-step=tour-intro-8] div#dashboard-list {
    z-index: 100000000 !important;
}

body.shepherd-active[data-shepherd-step=tour-intro-0-19] .shepherd-step.shepherd-theme-arrows.zym-shep-tour.shepherd-element.shepherd-abutted.shepherd-abutted-top.shepherd-element-attached-bottom.shepherd-target-attached-top.shepherd-open.shepherd-enabled.shepherd-pinned.shepherd-pinned-left {
    top: -15px !important;
    left: 60px !important;
}

div#initial_intro .modal-content {
    margin-top: 0 !important;
}

body.shepherd-active img#aimee-show-hide-global {
    z-index: 10 !important;
}

body.shepherd-active[data-shepherd-step=tour-intro-0-17] img#aimee-show-hide-global {
    z-index: 10 !important;
}

body.shepherd-active[data-shepherd-step=tour-intro-6] img#aimee-show-hide-global, body.shepherd-active[data-shepherd-step=tour-intro-0-17] img#aimee-show-hide-global {
    z-index: 1000000 !important;
}

.highcharts-title {
    padding-top: 20px;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.tree-square {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.tree-square .band-category {
    font-size: 14px;
    font-weight: 500;
}
.tree-square .company-name {
    font-size: 13px;
    font-weight: 500;
}
.tree-square .companies-count {
    font-weight: 400;
    font-style: italic;
}

.highcharts-tooltip {
    z-index: 1;
}

.treemap-tooltip {
    background-color: #fff;
    border-radius: 10px;
    z-index: 100;
    padding: 15px;
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.treemap-tooltip .company-name {
    font-size: 14px;
    font-weight: 400;
}
.treemap-tooltip .company-value {
    color: #20AA7A;
}
.treemap-tooltip .tooltip-line {
    padding-bottom: 0.25rem;
}

.highcharts-button.highcharts-drillup-button rect.highcharts-button-box {
    font-family: "Poppins", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    fill: #fff !important;
    stroke: #fff !important;
    rx: 14 !important;
    ry: 14 !important;
}

.highcharts-button text {
    color: #fff !important;
    fill: #20AA7A !important;
}

.highcharts-button text:hover {
    color: #fff !important;
    fill: #20AA7A !important;
}

g.highcharts-button.highcharts-drillup-button.highcharts-button-hover rect.highcharts-button-box {
    fill: #fff !important;
    stroke: #fff !important;
    rx: 14 !important;
    ry: 14 !important;
}

.strength-tabs button {
    text-align: left;
    border-radius: 5px;
    max-width: 13%;
    border: 1px solid #e1e5eb !important;
}

.btn-white:not([disabled]):not(.disabled):active, .btn-white:not([disabled]):not(.disabled).active,
.btn-black:not([disabled]):not(.disabled):active,
.btn-black:not([disabled]):not(.disabled).active {
    box-shadow: none !important;
    background-color: #20AA7A;
    border-color: #20AA7A;
    color: #fff;
}
.btn-white:not([disabled]):not(.disabled):active + .btn, .btn-white:not([disabled]):not(.disabled).active + .btn,
.btn-black:not([disabled]):not(.disabled):active + .btn,
.btn-black:not([disabled]):not(.disabled).active + .btn {
    border-left: 1px solid #20AA7A;
}
.btn-white:hover,
.btn-black:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0.125rem 0.625rem rgba(129, 142, 163, 0.2), 0 0.0625rem 0.125rem rgba(129, 142, 163, 0.3);
}

.btn.btn-white {
    border: 1px solid #e1e5eb;
    color: #3D5170;
}
.btn.btn-white:not([disabled]):not(.disabled).active-primary.active, .btn.btn-white:not([disabled]):not(.disabled).active-primary:active {
    background-color: #20AA7A;
    border-color: #20AA7A;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-primary.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-primary:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-secondary.active, .btn.btn-white:not([disabled]):not(.disabled).active-secondary:active {
    background-color: #21D48E;
    border-color: #21D48E;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-secondary.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-secondary:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-success.active, .btn.btn-white:not([disabled]):not(.disabled).active-success:active {
    background-color: #00D08C;
    border-color: #00D08C;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-success.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-success:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-info.active, .btn.btn-white:not([disabled]):not(.disabled).active-info:active {
    background-color: #00b8d8;
    border-color: #00b8d8;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-info.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-info:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-warning.active, .btn.btn-white:not([disabled]):not(.disabled).active-warning:active {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-warning.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-warning:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-danger.active, .btn.btn-white:not([disabled]):not(.disabled).active-danger:active {
    background-color: #FF5C39;
    border-color: #FF5C39;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-danger.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-danger:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-light.active, .btn.btn-white:not([disabled]):not(.disabled).active-light:active {
    background-color: #FBFBFB;
    border-color: #FBFBFB;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-light.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-light:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-dark.active, .btn.btn-white:not([disabled]):not(.disabled).active-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-dark.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-dark:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-salmon.active, .btn.btn-white:not([disabled]):not(.disabled).active-salmon:active {
    background-color: #FF4169;
    border-color: #FF4169;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-salmon.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-salmon:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-royal-blue.active, .btn.btn-white:not([disabled]):not(.disabled).active-royal-blue:active {
    background-color: #674EEC;
    border-color: #674EEC;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-royal-blue.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-royal-blue:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-java.active, .btn.btn-white:not([disabled]):not(.disabled).active-java:active {
    background-color: #1ADBA2;
    border-color: #1ADBA2;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-java.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-java:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-data.active, .btn.btn-white:not([disabled]):not(.disabled).active-data:active {
    background-color: #FFC800;
    border-color: #FFC800;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-data.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-data:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-marketing.active, .btn.btn-white:not([disabled]):not(.disabled).active-marketing:active {
    background-color: #FA7A00;
    border-color: #FA7A00;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-marketing.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-marketing:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-sales.active, .btn.btn-white:not([disabled]):not(.disabled).active-sales:active {
    background-color: #277AFF;
    border-color: #277AFF;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-sales.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-sales:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-customer.active, .btn.btn-white:not([disabled]):not(.disabled).active-customer:active {
    background-color: #A148D9;
    border-color: #A148D9;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-customer.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-customer:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-cdp.active, .btn.btn-white:not([disabled]):not(.disabled).active-cdp:active {
    background-color: #00E4E4;
    border-color: #00E4E4;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-cdp.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-cdp:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-connectors.active, .btn.btn-white:not([disabled]):not(.disabled).active-connectors:active {
    background-color: #FD304E;
    border-color: #FD304E;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-connectors.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-connectors:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-black.active, .btn.btn-white:not([disabled]):not(.disabled).active-black:active {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-black.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-black:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-white.active, .btn.btn-white:not([disabled]):not(.disabled).active-white:active {
    background-color: #fff;
    border-color: #fff;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-white.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-white:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-background.active, .btn.btn-white:not([disabled]):not(.disabled).active-background:active {
    background-color: #F5F6F8;
    border-color: #F5F6F8;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-background.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-background:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-default.active, .btn.btn-white:not([disabled]):not(.disabled).active-default:active {
    background-color: #bbb;
    border-color: #bbb;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-default.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-default:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-text.active, .btn.btn-white:not([disabled]):not(.disabled).active-text:active {
    background-color: #5A6169;
    border-color: #5A6169;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-text.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-text:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-facebook.active, .btn.btn-white:not([disabled]):not(.disabled).active-facebook:active {
    background-color: #2C64F6;
    border-color: #2C64F6;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-facebook.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-facebook:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-x.active, .btn.btn-white:not([disabled]):not(.disabled).active-x:active {
    background-color: #14171a;
    border-color: #14171a;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-x.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-x:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-linkedin.active, .btn.btn-white:not([disabled]):not(.disabled).active-linkedin:active {
    background-color: #0077B5;
    border-color: #0077B5;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-linkedin.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-linkedin:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-instagram.active, .btn.btn-white:not([disabled]):not(.disabled).active-instagram:active {
    background-color: #C13584;
    border-color: #C13584;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-instagram.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-instagram:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-initial.active, .btn.btn-white:not([disabled]):not(.disabled).active-initial:active {
    background-color: #E9EBF0;
    border-color: #E9EBF0;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-initial.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-initial:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-active.active, .btn.btn-white:not([disabled]):not(.disabled).active-active:active {
    background-color: #22929D;
    border-color: #22929D;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-active.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-active:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-interested.active, .btn.btn-white:not([disabled]):not(.disabled).active-interested:active {
    background-color: #CCEBCF;
    border-color: #CCEBCF;
    color: #212529;
}
.btn.btn-white:not([disabled]):not(.disabled).active-interested.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-interested:active + .btn {
    border-left: 1px solid red;
}
.btn.btn-white:not([disabled]):not(.disabled).active-in-depth.active, .btn.btn-white:not([disabled]):not(.disabled).active-in-depth:active {
    background-color: #00658C;
    border-color: #00658C;
    color: #fff;
}
.btn.btn-white:not([disabled]):not(.disabled).active-in-depth.active + .btn, .btn.btn-white:not([disabled]):not(.disabled).active-in-depth:active + .btn {
    border-left: 1px solid red;
}

.btn-salmon {
    color: #fff;
    border-color: #FF4169;
    background-color: #FF4169;
    box-shadow: none;
}
.btn-salmon:hover {
    color: #fff;
    background-color: #ff2855;
    border-color: #ff2855;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 65, 105, 0.25);
}
.btn-salmon:focus, .btn-salmon.focus {
    box-shadow: 0 0 0 3px rgba(255, 65, 105, 0.15), 0 3px 15px rgba(255, 65, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-salmon.disabled, .btn-salmon:disabled {
    background-color: #FF4169;
    border-color: #FF4169;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-salmon:not(:disabled):not(.disabled):active, .btn-salmon:not(:disabled):not(.disabled).active, .show > .btn-salmon.dropdown-toggle {
    color: #fff;
    background-color: #ff2855;
    border-color: #ff0e41;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-royal-blue {
    color: #fff;
    border-color: #674EEC;
    background-color: #674EEC;
    box-shadow: none;
}
.btn-royal-blue:hover {
    color: #fff;
    background-color: #5337ea;
    border-color: #5337ea;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(103, 78, 236, 0.25);
}
.btn-royal-blue:focus, .btn-royal-blue.focus {
    box-shadow: 0 0 0 3px rgba(103, 78, 236, 0.15), 0 3px 15px rgba(103, 78, 236, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-royal-blue.disabled, .btn-royal-blue:disabled {
    background-color: #674EEC;
    border-color: #674EEC;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-royal-blue:not(:disabled):not(.disabled):active, .btn-royal-blue:not(:disabled):not(.disabled).active, .show > .btn-royal-blue.dropdown-toggle {
    color: #fff;
    background-color: #5337ea;
    border-color: #3f20e7;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-java {
    color: #212529;
    border-color: #1ADBA2;
    background-color: #1ADBA2;
    box-shadow: none;
}
.btn-java:hover {
    color: #fff;
    background-color: #17c491;
    border-color: #17c491;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(26, 219, 162, 0.25);
}
.btn-java:focus, .btn-java.focus {
    box-shadow: 0 0 0 3px rgba(26, 219, 162, 0.15), 0 3px 15px rgba(26, 219, 162, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-java.disabled, .btn-java:disabled {
    background-color: #1ADBA2;
    border-color: #1ADBA2;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-java:not(:disabled):not(.disabled):active, .btn-java:not(:disabled):not(.disabled).active, .show > .btn-java.dropdown-toggle {
    color: #fff;
    background-color: #17c491;
    border-color: #15ad80;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-data {
    color: #212529;
    border-color: #FFC800;
    background-color: #FFC800;
    box-shadow: none;
}
.btn-data:hover {
    color: #212529;
    background-color: #e6b400;
    border-color: #e6b400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 200, 0, 0.25);
}
.btn-data:focus, .btn-data.focus {
    box-shadow: 0 0 0 3px rgba(255, 200, 0, 0.15), 0 3px 15px rgba(255, 200, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-data.disabled, .btn-data:disabled {
    background-color: #FFC800;
    border-color: #FFC800;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-data:not(:disabled):not(.disabled):active, .btn-data:not(:disabled):not(.disabled).active, .show > .btn-data.dropdown-toggle {
    color: #212529;
    background-color: #e6b400;
    border-color: #cca000;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-marketing {
    color: #fff;
    border-color: #FA7A00;
    background-color: #FA7A00;
    box-shadow: none;
}
.btn-marketing:hover {
    color: #fff;
    background-color: #e16e00;
    border-color: #e16e00;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(250, 122, 0, 0.25);
}
.btn-marketing:focus, .btn-marketing.focus {
    box-shadow: 0 0 0 3px rgba(250, 122, 0, 0.15), 0 3px 15px rgba(250, 122, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-marketing.disabled, .btn-marketing:disabled {
    background-color: #FA7A00;
    border-color: #FA7A00;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-marketing:not(:disabled):not(.disabled):active, .btn-marketing:not(:disabled):not(.disabled).active, .show > .btn-marketing.dropdown-toggle {
    color: #fff;
    background-color: #e16e00;
    border-color: #c76100;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-sales {
    color: #fff;
    border-color: #277AFF;
    background-color: #277AFF;
    box-shadow: none;
}
.btn-sales:hover {
    color: #fff;
    background-color: #0e6aff;
    border-color: #0e6aff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(39, 122, 255, 0.25);
}
.btn-sales:focus, .btn-sales.focus {
    box-shadow: 0 0 0 3px rgba(39, 122, 255, 0.15), 0 3px 15px rgba(39, 122, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-sales.disabled, .btn-sales:disabled {
    background-color: #277AFF;
    border-color: #277AFF;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-sales:not(:disabled):not(.disabled):active, .btn-sales:not(:disabled):not(.disabled).active, .show > .btn-sales.dropdown-toggle {
    color: #fff;
    background-color: #0e6aff;
    border-color: #005df3;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-customer {
    color: #fff;
    border-color: #A148D9;
    background-color: #A148D9;
    box-shadow: none;
}
.btn-customer:hover {
    color: #fff;
    background-color: #9633d5;
    border-color: #9633d5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(161, 72, 217, 0.25);
}
.btn-customer:focus, .btn-customer.focus {
    box-shadow: 0 0 0 3px rgba(161, 72, 217, 0.15), 0 3px 15px rgba(161, 72, 217, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-customer.disabled, .btn-customer:disabled {
    background-color: #A148D9;
    border-color: #A148D9;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-customer:not(:disabled):not(.disabled):active, .btn-customer:not(:disabled):not(.disabled).active, .show > .btn-customer.dropdown-toggle {
    color: #fff;
    background-color: #9633d5;
    border-color: #8929c5;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-cdp {
    color: #212529;
    border-color: #00E4E4;
    background-color: #00E4E4;
    box-shadow: none;
}
.btn-cdp:hover {
    color: #fff;
    background-color: #00cbcb;
    border-color: #00cbcb;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 228, 228, 0.25);
}
.btn-cdp:focus, .btn-cdp.focus {
    box-shadow: 0 0 0 3px rgba(0, 228, 228, 0.15), 0 3px 15px rgba(0, 228, 228, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-cdp.disabled, .btn-cdp:disabled {
    background-color: #00E4E4;
    border-color: #00E4E4;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-cdp:not(:disabled):not(.disabled):active, .btn-cdp:not(:disabled):not(.disabled).active, .show > .btn-cdp.dropdown-toggle {
    color: #fff;
    background-color: #00cbcb;
    border-color: #00b1b1;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-connectors {
    color: #fff;
    border-color: #FD304E;
    background-color: #FD304E;
    box-shadow: none;
}
.btn-connectors:hover {
    color: #fff;
    background-color: #fd1738;
    border-color: #fd1738;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(253, 48, 78, 0.25);
}
.btn-connectors:focus, .btn-connectors.focus {
    box-shadow: 0 0 0 3px rgba(253, 48, 78, 0.15), 0 3px 15px rgba(253, 48, 78, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-connectors.disabled, .btn-connectors:disabled {
    background-color: #FD304E;
    border-color: #FD304E;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-connectors:not(:disabled):not(.disabled):active, .btn-connectors:not(:disabled):not(.disabled).active, .show > .btn-connectors.dropdown-toggle {
    color: #fff;
    background-color: #fd1738;
    border-color: #f80226;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-black {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
    box-shadow: none;
}
.btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25);
}
.btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-black.disabled, .btn-black:disabled {
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none;
}
.btn-white:hover {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25);
}
.btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-white.disabled, .btn-white:disabled {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #f2f2f2;
    border-color: #e6e6e6;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-background {
    color: #212529;
    border-color: #F5F6F8;
    background-color: #F5F6F8;
    box-shadow: none;
}
.btn-background:hover {
    color: #212529;
    background-color: #e6e9ee;
    border-color: #e6e9ee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(245, 246, 248, 0.25);
}
.btn-background:focus, .btn-background.focus {
    box-shadow: 0 0 0 3px rgba(245, 246, 248, 0.15), 0 3px 15px rgba(245, 246, 248, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-background.disabled, .btn-background:disabled {
    background-color: #F5F6F8;
    border-color: #F5F6F8;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-background:not(:disabled):not(.disabled):active, .btn-background:not(:disabled):not(.disabled).active, .show > .btn-background.dropdown-toggle {
    color: #212529;
    background-color: #e6e9ee;
    border-color: #d7dbe3;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-default {
    color: #212529;
    border-color: #bbb;
    background-color: #bbb;
    box-shadow: none;
}
.btn-default:hover {
    color: #212529;
    background-color: #aeaeae;
    border-color: #aeaeae;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(187, 187, 187, 0.25);
}
.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.15), 0 3px 15px rgba(187, 187, 187, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-default.disabled, .btn-default:disabled {
    background-color: #bbb;
    border-color: #bbb;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    color: #212529;
    background-color: #aeaeae;
    border-color: #a2a2a2;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-text {
    color: #fff;
    border-color: #5A6169;
    background-color: #5A6169;
    box-shadow: none;
}
.btn-text:hover {
    color: #fff;
    background-color: #4e545b;
    border-color: #4e545b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(90, 97, 105, 0.25);
}
.btn-text:focus, .btn-text.focus {
    box-shadow: 0 0 0 3px rgba(90, 97, 105, 0.15), 0 3px 15px rgba(90, 97, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-text.disabled, .btn-text:disabled {
    background-color: #5A6169;
    border-color: #5A6169;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-text:not(:disabled):not(.disabled):active, .btn-text:not(:disabled):not(.disabled).active, .show > .btn-text.dropdown-toggle {
    color: #fff;
    background-color: #4e545b;
    border-color: #42484e;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-facebook {
    color: #fff;
    border-color: #2C64F6;
    background-color: #2C64F6;
    box-shadow: none;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #1452f5;
    border-color: #1452f5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(44, 100, 246, 0.25);
}
.btn-facebook:focus, .btn-facebook.focus {
    box-shadow: 0 0 0 3px rgba(44, 100, 246, 0.15), 0 3px 15px rgba(44, 100, 246, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-facebook.disabled, .btn-facebook:disabled {
    background-color: #2C64F6;
    border-color: #2C64F6;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #1452f5;
    border-color: #0a47e5;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-x {
    color: #fff;
    border-color: #14171a;
    background-color: #14171a;
    box-shadow: none;
}
.btn-x:hover {
    color: #fff;
    background-color: #090a0c;
    border-color: #090a0c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(20, 23, 26, 0.25);
}
.btn-x:focus, .btn-x.focus {
    box-shadow: 0 0 0 3px rgba(20, 23, 26, 0.15), 0 3px 15px rgba(20, 23, 26, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-x.disabled, .btn-x:disabled {
    background-color: #14171a;
    border-color: #14171a;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-x:not(:disabled):not(.disabled):active, .btn-x:not(:disabled):not(.disabled).active, .show > .btn-x.dropdown-toggle {
    color: #fff;
    background-color: #090a0c;
    border-color: black;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-linkedin {
    color: #fff;
    border-color: #0077B5;
    background-color: #0077B5;
    box-shadow: none;
}
.btn-linkedin:hover {
    color: #fff;
    background-color: #00669c;
    border-color: #00669c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 119, 181, 0.25);
}
.btn-linkedin:focus, .btn-linkedin.focus {
    box-shadow: 0 0 0 3px rgba(0, 119, 181, 0.15), 0 3px 15px rgba(0, 119, 181, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
    background-color: #0077B5;
    border-color: #0077B5;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #00669c;
    border-color: #005582;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-instagram {
    color: #fff;
    border-color: #C13584;
    background-color: #C13584;
    box-shadow: none;
}
.btn-instagram:hover {
    color: #fff;
    background-color: #ad3076;
    border-color: #ad3076;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(193, 53, 132, 0.25);
}
.btn-instagram:focus, .btn-instagram.focus {
    box-shadow: 0 0 0 3px rgba(193, 53, 132, 0.15), 0 3px 15px rgba(193, 53, 132, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-instagram.disabled, .btn-instagram:disabled {
    background-color: #C13584;
    border-color: #C13584;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #ad3076;
    border-color: #992a69;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-initial {
    color: #212529;
    border-color: #E9EBF0;
    background-color: #E9EBF0;
    box-shadow: none;
}
.btn-initial:hover {
    color: #212529;
    background-color: #dadde6;
    border-color: #dadde6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(233, 235, 240, 0.25);
}
.btn-initial:focus, .btn-initial.focus {
    box-shadow: 0 0 0 3px rgba(233, 235, 240, 0.15), 0 3px 15px rgba(233, 235, 240, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-initial.disabled, .btn-initial:disabled {
    background-color: #E9EBF0;
    border-color: #E9EBF0;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-initial:not(:disabled):not(.disabled):active, .btn-initial:not(:disabled):not(.disabled).active, .show > .btn-initial.dropdown-toggle {
    color: #212529;
    background-color: #dadde6;
    border-color: #cbcfdb;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-active {
    color: #fff;
    border-color: #22929D;
    background-color: #22929D;
    box-shadow: none;
}
.btn-active:hover {
    color: #fff;
    background-color: #1d7f88;
    border-color: #1d7f88;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(34, 146, 157, 0.25);
}
.btn-active:focus, .btn-active.focus {
    box-shadow: 0 0 0 3px rgba(34, 146, 157, 0.15), 0 3px 15px rgba(34, 146, 157, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-active.disabled, .btn-active:disabled {
    background-color: #22929D;
    border-color: #22929D;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-active:not(:disabled):not(.disabled):active, .btn-active:not(:disabled):not(.disabled).active, .show > .btn-active.dropdown-toggle {
    color: #fff;
    background-color: #1d7f88;
    border-color: #196b73;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-interested {
    color: #212529;
    border-color: #CCEBCF;
    background-color: #CCEBCF;
    box-shadow: none;
}
.btn-interested:hover {
    color: #212529;
    background-color: #bae4be;
    border-color: #bae4be;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(204, 235, 207, 0.25);
}
.btn-interested:focus, .btn-interested.focus {
    box-shadow: 0 0 0 3px rgba(204, 235, 207, 0.15), 0 3px 15px rgba(204, 235, 207, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-interested.disabled, .btn-interested:disabled {
    background-color: #CCEBCF;
    border-color: #CCEBCF;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-interested:not(:disabled):not(.disabled):active, .btn-interested:not(:disabled):not(.disabled).active, .show > .btn-interested.dropdown-toggle {
    color: #212529;
    background-color: #bae4be;
    border-color: #a7ddad;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-in-depth {
    color: #fff;
    border-color: #00658C;
    background-color: #00658C;
    box-shadow: none;
}
.btn-in-depth:hover {
    color: #fff;
    background-color: #005373;
    border-color: #005373;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 101, 140, 0.25);
}
.btn-in-depth:focus, .btn-in-depth.focus {
    box-shadow: 0 0 0 3px rgba(0, 101, 140, 0.15), 0 3px 15px rgba(0, 101, 140, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-in-depth.disabled, .btn-in-depth:disabled {
    background-color: #00658C;
    border-color: #00658C;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-in-depth:not(:disabled):not(.disabled):active, .btn-in-depth:not(:disabled):not(.disabled).active, .show > .btn-in-depth.dropdown-toggle {
    color: #fff;
    background-color: #005373;
    border-color: #004059;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-accent {
    color: #fff;
    border-color: #20AA7A;
    background-color: #20AA7A;
    box-shadow: none;
}
.btn-accent:hover {
    color: #fff;
    background-color: #1c956b;
    border-color: #1c956b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(32, 170, 122, 0.25);
}
.btn-accent:focus, .btn-accent.focus {
    box-shadow: 0 0 0 3px rgba(32, 170, 122, 0.15), 0 3px 15px rgba(32, 170, 122, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn-accent.disabled, .btn-accent:disabled {
    background-color: #20AA7A;
    border-color: #20AA7A;
    box-shadow: none;
    cursor: not-allowed;
}
.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active, .show > .btn-accent.dropdown-toggle {
    color: #fff;
    background-color: #1c956b;
    border-color: #187f5b;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-salmon {
    background-color: transparent;
    background-image: none;
    border-color: #FF4169;
    color: #FF4169;
}
.btn-outline-salmon:hover {
    color: #fff;
    background-color: #FF4169;
    border-color: #FF4169;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 65, 105, 0.25);
}
.btn-outline-salmon:focus, .btn-outline-salmon.focus {
    box-shadow: 0 0 0 3px rgba(255, 65, 105, 0.15), 0 3px 15px rgba(255, 65, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-salmon.disabled, .btn-outline-salmon:disabled {
    color: #FF4169;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-salmon:not(:disabled):not(.disabled):active, .btn-outline-salmon:not(:disabled):not(.disabled).active, .show > .btn-outline-salmon.dropdown-toggle {
    color: #fff;
    background-color: #FF4169;
    border-color: #FF4169;
}
.btn-outline-salmon:not(:disabled):not(.disabled):active:focus, .btn-outline-salmon:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-salmon.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-royal-blue {
    background-color: transparent;
    background-image: none;
    border-color: #674EEC;
    color: #674EEC;
}
.btn-outline-royal-blue:hover {
    color: #fff;
    background-color: #674EEC;
    border-color: #674EEC;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(103, 78, 236, 0.25);
}
.btn-outline-royal-blue:focus, .btn-outline-royal-blue.focus {
    box-shadow: 0 0 0 3px rgba(103, 78, 236, 0.15), 0 3px 15px rgba(103, 78, 236, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-royal-blue.disabled, .btn-outline-royal-blue:disabled {
    color: #674EEC;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-royal-blue:not(:disabled):not(.disabled):active, .btn-outline-royal-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-royal-blue.dropdown-toggle {
    color: #fff;
    background-color: #674EEC;
    border-color: #674EEC;
}
.btn-outline-royal-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-royal-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-royal-blue.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-java {
    background-color: transparent;
    background-image: none;
    border-color: #1ADBA2;
    color: #1ADBA2;
}
.btn-outline-java:hover {
    color: #212529;
    background-color: #1ADBA2;
    border-color: #1ADBA2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(26, 219, 162, 0.25);
}
.btn-outline-java:focus, .btn-outline-java.focus {
    box-shadow: 0 0 0 3px rgba(26, 219, 162, 0.15), 0 3px 15px rgba(26, 219, 162, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-java.disabled, .btn-outline-java:disabled {
    color: #1ADBA2;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-java:not(:disabled):not(.disabled):active, .btn-outline-java:not(:disabled):not(.disabled).active, .show > .btn-outline-java.dropdown-toggle {
    color: #212529;
    background-color: #1ADBA2;
    border-color: #1ADBA2;
}
.btn-outline-java:not(:disabled):not(.disabled):active:focus, .btn-outline-java:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-java.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-data {
    background-color: transparent;
    background-image: none;
    border-color: #FFC800;
    color: #FFC800;
}
.btn-outline-data:hover {
    color: #212529;
    background-color: #FFC800;
    border-color: #FFC800;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 200, 0, 0.25);
}
.btn-outline-data:focus, .btn-outline-data.focus {
    box-shadow: 0 0 0 3px rgba(255, 200, 0, 0.15), 0 3px 15px rgba(255, 200, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-data.disabled, .btn-outline-data:disabled {
    color: #FFC800;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-data:not(:disabled):not(.disabled):active, .btn-outline-data:not(:disabled):not(.disabled).active, .show > .btn-outline-data.dropdown-toggle {
    color: #212529;
    background-color: #FFC800;
    border-color: #FFC800;
}
.btn-outline-data:not(:disabled):not(.disabled):active:focus, .btn-outline-data:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-data.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-marketing {
    background-color: transparent;
    background-image: none;
    border-color: #FA7A00;
    color: #FA7A00;
}
.btn-outline-marketing:hover {
    color: #fff;
    background-color: #FA7A00;
    border-color: #FA7A00;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(250, 122, 0, 0.25);
}
.btn-outline-marketing:focus, .btn-outline-marketing.focus {
    box-shadow: 0 0 0 3px rgba(250, 122, 0, 0.15), 0 3px 15px rgba(250, 122, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-marketing.disabled, .btn-outline-marketing:disabled {
    color: #FA7A00;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-marketing:not(:disabled):not(.disabled):active, .btn-outline-marketing:not(:disabled):not(.disabled).active, .show > .btn-outline-marketing.dropdown-toggle {
    color: #fff;
    background-color: #FA7A00;
    border-color: #FA7A00;
}
.btn-outline-marketing:not(:disabled):not(.disabled):active:focus, .btn-outline-marketing:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-marketing.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-sales {
    background-color: transparent;
    background-image: none;
    border-color: #277AFF;
    color: #277AFF;
}
.btn-outline-sales:hover {
    color: #fff;
    background-color: #277AFF;
    border-color: #277AFF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(39, 122, 255, 0.25);
}
.btn-outline-sales:focus, .btn-outline-sales.focus {
    box-shadow: 0 0 0 3px rgba(39, 122, 255, 0.15), 0 3px 15px rgba(39, 122, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-sales.disabled, .btn-outline-sales:disabled {
    color: #277AFF;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-sales:not(:disabled):not(.disabled):active, .btn-outline-sales:not(:disabled):not(.disabled).active, .show > .btn-outline-sales.dropdown-toggle {
    color: #fff;
    background-color: #277AFF;
    border-color: #277AFF;
}
.btn-outline-sales:not(:disabled):not(.disabled):active:focus, .btn-outline-sales:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-sales.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-customer {
    background-color: transparent;
    background-image: none;
    border-color: #A148D9;
    color: #A148D9;
}
.btn-outline-customer:hover {
    color: #fff;
    background-color: #A148D9;
    border-color: #A148D9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(161, 72, 217, 0.25);
}
.btn-outline-customer:focus, .btn-outline-customer.focus {
    box-shadow: 0 0 0 3px rgba(161, 72, 217, 0.15), 0 3px 15px rgba(161, 72, 217, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-customer.disabled, .btn-outline-customer:disabled {
    color: #A148D9;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-customer:not(:disabled):not(.disabled):active, .btn-outline-customer:not(:disabled):not(.disabled).active, .show > .btn-outline-customer.dropdown-toggle {
    color: #fff;
    background-color: #A148D9;
    border-color: #A148D9;
}
.btn-outline-customer:not(:disabled):not(.disabled):active:focus, .btn-outline-customer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-customer.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-cdp {
    background-color: transparent;
    background-image: none;
    border-color: #00E4E4;
    color: #00E4E4;
}
.btn-outline-cdp:hover {
    color: #212529;
    background-color: #00E4E4;
    border-color: #00E4E4;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 228, 228, 0.25);
}
.btn-outline-cdp:focus, .btn-outline-cdp.focus {
    box-shadow: 0 0 0 3px rgba(0, 228, 228, 0.15), 0 3px 15px rgba(0, 228, 228, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-cdp.disabled, .btn-outline-cdp:disabled {
    color: #00E4E4;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-cdp:not(:disabled):not(.disabled):active, .btn-outline-cdp:not(:disabled):not(.disabled).active, .show > .btn-outline-cdp.dropdown-toggle {
    color: #212529;
    background-color: #00E4E4;
    border-color: #00E4E4;
}
.btn-outline-cdp:not(:disabled):not(.disabled):active:focus, .btn-outline-cdp:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cdp.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-connectors {
    background-color: transparent;
    background-image: none;
    border-color: #FD304E;
    color: #FD304E;
}
.btn-outline-connectors:hover {
    color: #fff;
    background-color: #FD304E;
    border-color: #FD304E;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(253, 48, 78, 0.25);
}
.btn-outline-connectors:focus, .btn-outline-connectors.focus {
    box-shadow: 0 0 0 3px rgba(253, 48, 78, 0.15), 0 3px 15px rgba(253, 48, 78, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-connectors.disabled, .btn-outline-connectors:disabled {
    color: #FD304E;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-connectors:not(:disabled):not(.disabled):active, .btn-outline-connectors:not(:disabled):not(.disabled).active, .show > .btn-outline-connectors.dropdown-toggle {
    color: #fff;
    background-color: #FD304E;
    border-color: #FD304E;
}
.btn-outline-connectors:not(:disabled):not(.disabled):active:focus, .btn-outline-connectors:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-connectors.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-black {
    background-color: transparent;
    background-image: none;
    border-color: #000000;
    color: #000000;
}
.btn-outline-black:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.25);
}
.btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 15px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-white {
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    color: #212529;
}
.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(255, 255, 255, 0.25);
}
.btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 3px 15px rgba(255, 255, 255, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-background {
    background-color: transparent;
    background-image: none;
    border-color: #F5F6F8;
    color: #F5F6F8;
}
.btn-outline-background:hover {
    color: #212529;
    background-color: #F5F6F8;
    border-color: #F5F6F8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(245, 246, 248, 0.25);
}
.btn-outline-background:focus, .btn-outline-background.focus {
    box-shadow: 0 0 0 3px rgba(245, 246, 248, 0.15), 0 3px 15px rgba(245, 246, 248, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-background.disabled, .btn-outline-background:disabled {
    color: #F5F6F8;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-background:not(:disabled):not(.disabled):active, .btn-outline-background:not(:disabled):not(.disabled).active, .show > .btn-outline-background.dropdown-toggle {
    color: #212529;
    background-color: #F5F6F8;
    border-color: #F5F6F8;
}
.btn-outline-background:not(:disabled):not(.disabled):active:focus, .btn-outline-background:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-background.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-default {
    background-color: transparent;
    background-image: none;
    border-color: #bbb;
    color: #bbb;
}
.btn-outline-default:hover {
    color: #212529;
    background-color: #bbb;
    border-color: #bbb;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(187, 187, 187, 0.25);
}
.btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.15), 0 3px 15px rgba(187, 187, 187, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #bbb;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
    color: #212529;
    background-color: #bbb;
    border-color: #bbb;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-text {
    background-color: transparent;
    background-image: none;
    border-color: #5A6169;
    color: #5A6169;
}
.btn-outline-text:hover {
    color: #fff;
    background-color: #5A6169;
    border-color: #5A6169;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(90, 97, 105, 0.25);
}
.btn-outline-text:focus, .btn-outline-text.focus {
    box-shadow: 0 0 0 3px rgba(90, 97, 105, 0.15), 0 3px 15px rgba(90, 97, 105, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-text.disabled, .btn-outline-text:disabled {
    color: #5A6169;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-text:not(:disabled):not(.disabled):active, .btn-outline-text:not(:disabled):not(.disabled).active, .show > .btn-outline-text.dropdown-toggle {
    color: #fff;
    background-color: #5A6169;
    border-color: #5A6169;
}
.btn-outline-text:not(:disabled):not(.disabled):active:focus, .btn-outline-text:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-facebook {
    background-color: transparent;
    background-image: none;
    border-color: #2C64F6;
    color: #2C64F6;
}
.btn-outline-facebook:hover {
    color: #fff;
    background-color: #2C64F6;
    border-color: #2C64F6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(44, 100, 246, 0.25);
}
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
    box-shadow: 0 0 0 3px rgba(44, 100, 246, 0.15), 0 3px 15px rgba(44, 100, 246, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
    color: #2C64F6;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook:not(:disabled):not(.disabled).active, .show > .btn-outline-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2C64F6;
    border-color: #2C64F6;
}
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-x {
    background-color: transparent;
    background-image: none;
    border-color: #14171a;
    color: #14171a;
}
.btn-outline-x:hover {
    color: #fff;
    background-color: #14171a;
    border-color: #14171a;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(20, 23, 26, 0.25);
}
.btn-outline-x:focus, .btn-outline-x.focus {
    box-shadow: 0 0 0 3px rgba(20, 23, 26, 0.15), 0 3px 15px rgba(20, 23, 26, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-x.disabled, .btn-outline-x:disabled {
    color: #14171a;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-x:not(:disabled):not(.disabled):active, .btn-outline-x:not(:disabled):not(.disabled).active, .show > .btn-outline-x.dropdown-toggle {
    color: #fff;
    background-color: #14171a;
    border-color: #14171a;
}
.btn-outline-x:not(:disabled):not(.disabled):active:focus, .btn-outline-x:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-x.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-linkedin {
    background-color: transparent;
    background-image: none;
    border-color: #0077B5;
    color: #0077B5;
}
.btn-outline-linkedin:hover {
    color: #fff;
    background-color: #0077B5;
    border-color: #0077B5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 119, 181, 0.25);
}
.btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
    box-shadow: 0 0 0 3px rgba(0, 119, 181, 0.15), 0 3px 15px rgba(0, 119, 181, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
    color: #0077B5;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin:not(:disabled):not(.disabled).active, .show > .btn-outline-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #0077B5;
    border-color: #0077B5;
}
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-linkedin.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-instagram {
    background-color: transparent;
    background-image: none;
    border-color: #C13584;
    color: #C13584;
}
.btn-outline-instagram:hover {
    color: #fff;
    background-color: #C13584;
    border-color: #C13584;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(193, 53, 132, 0.25);
}
.btn-outline-instagram:focus, .btn-outline-instagram.focus {
    box-shadow: 0 0 0 3px rgba(193, 53, 132, 0.15), 0 3px 15px rgba(193, 53, 132, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-instagram.disabled, .btn-outline-instagram:disabled {
    color: #C13584;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-instagram:not(:disabled):not(.disabled):active, .btn-outline-instagram:not(:disabled):not(.disabled).active, .show > .btn-outline-instagram.dropdown-toggle {
    color: #fff;
    background-color: #C13584;
    border-color: #C13584;
}
.btn-outline-instagram:not(:disabled):not(.disabled):active:focus, .btn-outline-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-instagram.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-initial {
    background-color: transparent;
    background-image: none;
    border-color: #E9EBF0;
    color: #E9EBF0;
}
.btn-outline-initial:hover {
    color: #212529;
    background-color: #E9EBF0;
    border-color: #E9EBF0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(233, 235, 240, 0.25);
}
.btn-outline-initial:focus, .btn-outline-initial.focus {
    box-shadow: 0 0 0 3px rgba(233, 235, 240, 0.15), 0 3px 15px rgba(233, 235, 240, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-initial.disabled, .btn-outline-initial:disabled {
    color: #E9EBF0;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-initial:not(:disabled):not(.disabled):active, .btn-outline-initial:not(:disabled):not(.disabled).active, .show > .btn-outline-initial.dropdown-toggle {
    color: #212529;
    background-color: #E9EBF0;
    border-color: #E9EBF0;
}
.btn-outline-initial:not(:disabled):not(.disabled):active:focus, .btn-outline-initial:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-initial.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-active {
    background-color: transparent;
    background-image: none;
    border-color: #22929D;
    color: #22929D;
}
.btn-outline-active:hover {
    color: #fff;
    background-color: #22929D;
    border-color: #22929D;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(34, 146, 157, 0.25);
}
.btn-outline-active:focus, .btn-outline-active.focus {
    box-shadow: 0 0 0 3px rgba(34, 146, 157, 0.15), 0 3px 15px rgba(34, 146, 157, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-active.disabled, .btn-outline-active:disabled {
    color: #22929D;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-active:not(:disabled):not(.disabled):active, .btn-outline-active:not(:disabled):not(.disabled).active, .show > .btn-outline-active.dropdown-toggle {
    color: #fff;
    background-color: #22929D;
    border-color: #22929D;
}
.btn-outline-active:not(:disabled):not(.disabled):active:focus, .btn-outline-active:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-active.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-interested {
    background-color: transparent;
    background-image: none;
    border-color: #CCEBCF;
    color: #CCEBCF;
}
.btn-outline-interested:hover {
    color: #212529;
    background-color: #CCEBCF;
    border-color: #CCEBCF;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(204, 235, 207, 0.25);
}
.btn-outline-interested:focus, .btn-outline-interested.focus {
    box-shadow: 0 0 0 3px rgba(204, 235, 207, 0.15), 0 3px 15px rgba(204, 235, 207, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-interested.disabled, .btn-outline-interested:disabled {
    color: #CCEBCF;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-interested:not(:disabled):not(.disabled):active, .btn-outline-interested:not(:disabled):not(.disabled).active, .show > .btn-outline-interested.dropdown-toggle {
    color: #212529;
    background-color: #CCEBCF;
    border-color: #CCEBCF;
}
.btn-outline-interested:not(:disabled):not(.disabled):active:focus, .btn-outline-interested:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-interested.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-in-depth {
    background-color: transparent;
    background-image: none;
    border-color: #00658C;
    color: #00658C;
}
.btn-outline-in-depth:hover {
    color: #fff;
    background-color: #00658C;
    border-color: #00658C;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 101, 140, 0.25);
}
.btn-outline-in-depth:focus, .btn-outline-in-depth.focus {
    box-shadow: 0 0 0 3px rgba(0, 101, 140, 0.15), 0 3px 15px rgba(0, 101, 140, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-in-depth.disabled, .btn-outline-in-depth:disabled {
    color: #00658C;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-in-depth:not(:disabled):not(.disabled):active, .btn-outline-in-depth:not(:disabled):not(.disabled).active, .show > .btn-outline-in-depth.dropdown-toggle {
    color: #fff;
    background-color: #00658C;
    border-color: #00658C;
}
.btn-outline-in-depth:not(:disabled):not(.disabled):active:focus, .btn-outline-in-depth:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-in-depth.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-outline-accent {
    background-color: transparent;
    background-image: none;
    border-color: #20AA7A;
    color: #20AA7A;
}
.btn-outline-accent:hover {
    color: #fff;
    background-color: #20AA7A;
    border-color: #20AA7A;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(32, 170, 122, 0.25);
}
.btn-outline-accent:focus, .btn-outline-accent.focus {
    box-shadow: 0 0 0 3px rgba(32, 170, 122, 0.15), 0 3px 15px rgba(32, 170, 122, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-accent.disabled, .btn-outline-accent:disabled {
    color: #20AA7A;
    background-color: transparent;
    box-shadow: none;
}
.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active, .show > .btn-outline-accent.dropdown-toggle {
    color: #fff;
    background-color: #20AA7A;
    border-color: #20AA7A;
}
.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-accent.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-group-sm i {
    transform: scale(1.3);
}

.navbar-light .navbar-brand {
    font-weight: 500;
    color: #3D5170;
}

.nav-link {
    font-size: 13px;
    font-weight: 400;
}
.nav-link-icon {
    color: #fff;
}
.nav-link-icon:hover, .nav-link-icon:focus {
    color: #e6e6e6;
}
.nav-link-icon__wrapper {
    position: relative;
}
.nav-link-icon i {
    font-size: 1rem;
}
.nav-link-icon i.material-icons {
    font-size: 1.5625rem;
}

.badge-salmon {
    color: #fff;
    background-color: #FF4169;
}
.badge-salmon[href]:hover, .badge-salmon[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff0e41;
}

.badge-outline-salmon {
    background: none;
    border: 1px solid #FF4169;
    color: #FF4169;
}

.badge-royal-blue {
    color: #fff;
    background-color: #674EEC;
}
.badge-royal-blue[href]:hover, .badge-royal-blue[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3f20e7;
}

.badge-outline-royal-blue {
    background: none;
    border: 1px solid #674EEC;
    color: #674EEC;
}

.badge-java {
    color: #212529;
    background-color: #1ADBA2;
}
.badge-java[href]:hover, .badge-java[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #15ad80;
}

.badge-outline-java {
    background: none;
    border: 1px solid #1ADBA2;
    color: #1ADBA2;
}

.badge-data {
    color: #212529;
    background-color: #FFC800;
}
.badge-data[href]:hover, .badge-data[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #cca000;
}

.badge-outline-data {
    background: none;
    border: 1px solid #FFC800;
    color: #FFC800;
}

.badge-marketing {
    color: #fff;
    background-color: #FA7A00;
}
.badge-marketing[href]:hover, .badge-marketing[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c76100;
}

.badge-outline-marketing {
    background: none;
    border: 1px solid #FA7A00;
    color: #FA7A00;
}

.badge-sales {
    color: #fff;
    background-color: #277AFF;
}
.badge-sales[href]:hover, .badge-sales[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #005df3;
}

.badge-outline-sales {
    background: none;
    border: 1px solid #277AFF;
    color: #277AFF;
}

.badge-customer {
    color: #fff;
    background-color: #A148D9;
}
.badge-customer[href]:hover, .badge-customer[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #8929c5;
}

.badge-outline-customer {
    background: none;
    border: 1px solid #A148D9;
    color: #A148D9;
}

.badge-cdp {
    color: #212529;
    background-color: #00E4E4;
}
.badge-cdp[href]:hover, .badge-cdp[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #00b1b1;
}

.badge-outline-cdp {
    background: none;
    border: 1px solid #00E4E4;
    color: #00E4E4;
}

.badge-connectors {
    color: #fff;
    background-color: #FD304E;
}
.badge-connectors[href]:hover, .badge-connectors[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f80226;
}

.badge-outline-connectors {
    background: none;
    border: 1px solid #FD304E;
    color: #FD304E;
}

.badge-black {
    color: #fff;
    background-color: #000000;
}
.badge-black[href]:hover, .badge-black[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black;
}

.badge-outline-black {
    background: none;
    border: 1px solid #000000;
    color: #000000;
}

.badge-white {
    color: #212529;
    background-color: #fff;
}
.badge-white[href]:hover, .badge-white[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6;
}

.badge-outline-white {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.badge-background {
    color: #212529;
    background-color: #F5F6F8;
}
.badge-background[href]:hover, .badge-background[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d7dbe3;
}

.badge-outline-background {
    background: none;
    border: 1px solid #F5F6F8;
    color: #F5F6F8;
}

.badge-default {
    color: #212529;
    background-color: #bbb;
}
.badge-default[href]:hover, .badge-default[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #a2a2a2;
}

.badge-outline-default {
    background: none;
    border: 1px solid #bbb;
    color: #bbb;
}

.badge-text {
    color: #fff;
    background-color: #5A6169;
}
.badge-text[href]:hover, .badge-text[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #42484e;
}

.badge-outline-text {
    background: none;
    border: 1px solid #5A6169;
    color: #5A6169;
}

.badge-facebook {
    color: #fff;
    background-color: #2C64F6;
}
.badge-facebook[href]:hover, .badge-facebook[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0a47e5;
}

.badge-outline-facebook {
    background: none;
    border: 1px solid #2C64F6;
    color: #2C64F6;
}

.badge-x {
    color: #fff;
    background-color: #14171a;
}
.badge-x[href]:hover, .badge-x[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black;
}

.badge-outline-x {
    background: none;
    border: 1px solid #14171a;
    color: #14171a;
}

.badge-linkedin {
    color: #fff;
    background-color: #0077B5;
}
.badge-linkedin[href]:hover, .badge-linkedin[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #005582;
}

.badge-outline-linkedin {
    background: none;
    border: 1px solid #0077B5;
    color: #0077B5;
}

.badge-instagram {
    color: #fff;
    background-color: #C13584;
}
.badge-instagram[href]:hover, .badge-instagram[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #992a69;
}

.badge-outline-instagram {
    background: none;
    border: 1px solid #C13584;
    color: #C13584;
}

.badge-initial {
    color: #212529;
    background-color: #E9EBF0;
}
.badge-initial[href]:hover, .badge-initial[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #cbcfdb;
}

.badge-outline-initial {
    background: none;
    border: 1px solid #E9EBF0;
    color: #E9EBF0;
}

.badge-active {
    color: #fff;
    background-color: #22929D;
}
.badge-active[href]:hover, .badge-active[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #196b73;
}

.badge-outline-active {
    background: none;
    border: 1px solid #22929D;
    color: #22929D;
}

.badge-interested {
    color: #212529;
    background-color: #CCEBCF;
}
.badge-interested[href]:hover, .badge-interested[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #a7ddad;
}

.badge-outline-interested {
    background: none;
    border: 1px solid #CCEBCF;
    color: #CCEBCF;
}

.badge-in-depth {
    color: #fff;
    background-color: #00658C;
}
.badge-in-depth[href]:hover, .badge-in-depth[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #004059;
}

.badge-outline-in-depth {
    background: none;
    border: 1px solid #00658C;
    color: #00658C;
}

.badge-accent {
    color: #fff;
    background-color: #20AA7A;
}
.badge-accent[href]:hover, .badge-accent[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #187f5b;
}

.badge-outline-accent {
    background: none;
    border: 1px solid #20AA7A;
    color: #20AA7A;
}

.alert-salmon {
    color: white;
    background-color: #FF4169;
}
.alert-salmon .alert-link {
    color: white;
}

.alert-royal-blue {
    color: white;
    background-color: #674EEC;
}
.alert-royal-blue .alert-link {
    color: white;
}

.alert-java {
    color: #edfdf8;
    background-color: #1ADBA2;
}
.alert-java .alert-link {
    color: #edfdf8;
}

.alert-data {
    color: #fffdf5;
    background-color: #FFC800;
}
.alert-data .alert-link {
    color: #fffdf5;
}

.alert-marketing {
    color: #fff7f0;
    background-color: #FA7A00;
}
.alert-marketing .alert-link {
    color: #fff7f0;
}

.alert-sales {
    color: white;
    background-color: #277AFF;
}
.alert-sales .alert-link {
    color: white;
}

.alert-customer {
    color: white;
    background-color: #A148D9;
}
.alert-customer .alert-link {
    color: white;
}

.alert-cdp {
    color: #daffff;
    background-color: #00E4E4;
}
.alert-cdp .alert-link {
    color: #daffff;
}

.alert-connectors {
    color: white;
    background-color: #FD304E;
}
.alert-connectors .alert-link {
    color: white;
}

.alert-black {
    color: #7a7a7a;
    background-color: #000000;
}
.alert-black .alert-link {
    color: #7a7a7a;
}

.alert-white {
    color: white;
    background-color: #fff;
}
.alert-white .alert-link {
    color: white;
}

.alert-background {
    color: white;
    background-color: #F5F6F8;
}
.alert-background .alert-link {
    color: white;
}

.alert-default {
    color: white;
    background-color: #bbb;
}
.alert-default .alert-link {
    color: white;
}

.alert-text {
    color: #d9dcdf;
    background-color: #5A6169;
}
.alert-text .alert-link {
    color: #d9dcdf;
}

.alert-facebook {
    color: white;
    background-color: #2C64F6;
}
.alert-facebook .alert-link {
    color: white;
}

.alert-x {
    color: #8391a0;
    background-color: #14171a;
}
.alert-x .alert-link {
    color: #8391a0;
}

.alert-linkedin {
    color: #abe2ff;
    background-color: #0077B5;
}
.alert-linkedin .alert-link {
    color: #abe2ff;
}

.alert-instagram {
    color: #fbf0f6;
    background-color: #C13584;
}
.alert-instagram .alert-link {
    color: #fbf0f6;
}

.alert-initial {
    color: white;
    background-color: #E9EBF0;
}
.alert-initial .alert-link {
    color: white;
}

.alert-active {
    color: #c2eef2;
    background-color: #22929D;
}
.alert-active .alert-link {
    color: #c2eef2;
}

.alert-interested {
    color: white;
    background-color: #CCEBCF;
}
.alert-interested .alert-link {
    color: white;
}

.alert-in-depth {
    color: #82dcff;
    background-color: #00658C;
}
.alert-in-depth .alert-link {
    color: #82dcff;
}

.alert-accent {
    color: #caf5e6;
    background-color: #20AA7A;
}
.alert-accent .alert-link {
    color: #caf5e6;
}

.alert-dismissible .close {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.input-group {
    min-width: 7.5rem;
}

.input-group-text {
    font-size: 0.8125rem;
}

.input-group.input-group-seamless > .form-control:not(:first-child),
.input-group.input-group-seamless > .custom-select:not(:first-child) {
    padding-left: 1.875rem;
}

.input-group-text i {
    transform: scale(1.1);
}
.input-group-text i.fa {
    font-size: 0.75rem;
}
.input-group-text i.material-icons {
    top: 0;
    font-size: 0.8125rem;
}

.custom-select-sm {
    font-size: 0.6875rem;
    border-radius: 50px;
}

.custom-select-lg {
    border-radius: 50px;
}

.custom-control {
    line-height: 1.5rem;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
    border-color: #becad6;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after {
    background: #becad6;
}

.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
    background: #becad6;
}

.slider-salmon .noUi-connect {
    background: #FF4169;
}

.slider-royal-blue .noUi-connect {
    background: #674EEC;
}

.slider-java .noUi-connect {
    background: #1ADBA2;
}

.slider-data .noUi-connect {
    background: #FFC800;
}

.slider-marketing .noUi-connect {
    background: #FA7A00;
}

.slider-sales .noUi-connect {
    background: #277AFF;
}

.slider-customer .noUi-connect {
    background: #A148D9;
}

.slider-cdp .noUi-connect {
    background: #00E4E4;
}

.slider-connectors .noUi-connect {
    background: #FD304E;
}

.slider-black .noUi-connect {
    background: #000000;
}

.slider-white .noUi-connect {
    background: #fff;
}

.slider-background .noUi-connect {
    background: #F5F6F8;
}

.slider-default .noUi-connect {
    background: #bbb;
}

.slider-text .noUi-connect {
    background: #5A6169;
}

.slider-facebook .noUi-connect {
    background: #2C64F6;
}

.slider-x .noUi-connect {
    background: #14171a;
}

.slider-linkedin .noUi-connect {
    background: #0077B5;
}

.slider-instagram .noUi-connect {
    background: #C13584;
}

.slider-initial .noUi-connect {
    background: #E9EBF0;
}

.slider-active .noUi-connect {
    background: #22929D;
}

.slider-interested .noUi-connect {
    background: #CCEBCF;
}

.slider-in-depth .noUi-connect {
    background: #00658C;
}

.slider-accent .noUi-connect {
    background: #20AA7A;
}

.noUi-pips {
    font-size: 0.625rem;
}

.noUi-tooltip {
    font-size: 0.75rem;
    padding: 5px 10px;
}

.noUi-horizontal .noUi-tooltip {
    bottom: 1.625rem;
}
.noUi-horizontal .noUi-handle {
    left: -0.625rem;
    top: -0.5rem;
}

.noUi-handle {
    width: 23px;
    height: 23px;
}

.sc-legend-container {
    padding: 0;
    margin: 0;
    padding: 10px 30px 7px 30px;
}
.sc-legend-container li {
    display: inline-block;
    margin-right: 0.75rem;
    font-size: 12px;
    color: #818EA3;
}

.sc-legend {
    position: relative;
    padding-left: 25px;
}
.sc-legend__label {
    position: absolute;
    width: 20px;
    border-radius: 10px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

div[class^=sc-tooltip-] {
    background: #fff;
    border-radius: 7px;
    font-size: 11px;
    opacity: 1;
    position: absolute;
    transition: all 0.1s ease;
    transform: translate(-50%, 0);
    padding: 5px 10px;
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
    pointer-events: none;
    min-width: 120px;
    white-space: nowrap;
}
div[class^=sc-tooltip-] thead {
    text-align: center;
}
div[class^=sc-tooltip-] thead tr th {
    font-weight: 500;
}

.sc-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.thumbnail {
    border: 1px solid #D4D4D4;
}

i.material-icons {
    top: 2px;
}

.dropdown .fa,
.dropdown .material-icons {
    color: #c3c7cc;
    margin-right: 0.25rem;
}
.dropdown .dropdown-item:hover {
    background-color: #fafafb;
}

.card-header {
    position: relative;
}
.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
    font-weight: 500;
}
.card-header .block-handle {
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxkZWZzPiAgICAgICAgPHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBpZD0iYSIvPiAgICA8L2RlZnM+ICAgIDxjbGlwUGF0aCBpZD0iYiI+ICAgICAgICA8dXNlIG92ZXJmbG93PSJ2aXNpYmxlIiB4bGluazpocmVmPSIjYSIvPiAgICA8L2NsaXBQYXRoPiAgICA8cGF0aCBjbGlwLXBhdGg9InVybCgjYikiIGQ9Ik0yMCA5SDR2MmgxNlY5ek00IDE1aDE2di0ySDR2MnoiLz48L3N2Zz4=);
    background-position: center center;
    background-size: 95%;
    width: 1.125rem;
    height: 0.5rem;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    opacity: 0.15;
}
.card-header .block-handle:hover {
    cursor: -webkit-grab;
}

.card .view-report {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.75rem;
}
.card .view-report a {
    color: #3D5170;
}
.card .view-report a:hover {
    color: #20AA7A;
}

.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.overflow-scroll {
    overflow: scroll;
}
.overflow-auto {
    overflow: auto;
}

.no-shadow {
    box-shadow: none !important;
}

.bg-salmon {
    background-color: #FF4169 !important;
}
.bg-salmon.card .card-title,
.bg-salmon.card .card-body,
.bg-salmon.card .card-header,
.bg-salmon.card .card-footer {
    background-color: #ff0e41 !important;
}
.bg-salmon.card .card-header,
.bg-salmon.card .card-footer {
    background: #ff325d;
}

a.bg-salmon:hover, a.bg-salmon:focus {
    background-color: #ff0e41 !important;
}

.bg-royal-blue {
    background-color: #674EEC !important;
}
.bg-royal-blue.card .card-title,
.bg-royal-blue.card .card-body,
.bg-royal-blue.card .card-header,
.bg-royal-blue.card .card-footer {
    background-color: #3f20e7 !important;
}
.bg-royal-blue.card .card-header,
.bg-royal-blue.card .card-footer {
    background: #5b40eb;
}

a.bg-royal-blue:hover, a.bg-royal-blue:focus {
    background-color: #3f20e7 !important;
}

.bg-java {
    background-color: #1ADBA2 !important;
}
.bg-java.card .card-title,
.bg-java.card .card-body,
.bg-java.card .card-header,
.bg-java.card .card-footer {
    background-color: #15ad80 !important;
}
.bg-java.card .card-header,
.bg-java.card .card-footer {
    background: #18cd98;
}

a.bg-java:hover, a.bg-java:focus {
    background-color: #15ad80 !important;
}

.bg-data {
    background-color: #FFC800 !important;
}
.bg-data.card .card-title,
.bg-data.card .card-body,
.bg-data.card .card-header,
.bg-data.card .card-footer {
    background-color: #cca000 !important;
}
.bg-data.card .card-header,
.bg-data.card .card-footer {
    background: #f0bc00;
}

a.bg-data:hover, a.bg-data:focus {
    background-color: #cca000 !important;
}

.bg-marketing {
    background-color: #FA7A00 !important;
}
.bg-marketing.card .card-title,
.bg-marketing.card .card-body,
.bg-marketing.card .card-header,
.bg-marketing.card .card-footer {
    background-color: #c76100 !important;
}
.bg-marketing.card .card-header,
.bg-marketing.card .card-footer {
    background: #eb7300;
}

a.bg-marketing:hover, a.bg-marketing:focus {
    background-color: #c76100 !important;
}

.bg-sales {
    background-color: #277AFF !important;
}
.bg-sales.card .card-title,
.bg-sales.card .card-body,
.bg-sales.card .card-header,
.bg-sales.card .card-footer {
    background-color: #005df3 !important;
}
.bg-sales.card .card-header,
.bg-sales.card .card-footer {
    background: #1871ff;
}

a.bg-sales:hover, a.bg-sales:focus {
    background-color: #005df3 !important;
}

.bg-customer {
    background-color: #A148D9 !important;
}
.bg-customer.card .card-title,
.bg-customer.card .card-body,
.bg-customer.card .card-header,
.bg-customer.card .card-footer {
    background-color: #8929c5 !important;
}
.bg-customer.card .card-header,
.bg-customer.card .card-footer {
    background: #9a3bd6;
}

a.bg-customer:hover, a.bg-customer:focus {
    background-color: #8929c5 !important;
}

.bg-cdp {
    background-color: #00E4E4 !important;
}
.bg-cdp.card .card-title,
.bg-cdp.card .card-body,
.bg-cdp.card .card-header,
.bg-cdp.card .card-footer {
    background-color: #00b1b1 !important;
}
.bg-cdp.card .card-header,
.bg-cdp.card .card-footer {
    background: #00d5d5;
}

a.bg-cdp:hover, a.bg-cdp:focus {
    background-color: #00b1b1 !important;
}

.bg-connectors {
    background-color: #FD304E !important;
}
.bg-connectors.card .card-title,
.bg-connectors.card .card-body,
.bg-connectors.card .card-header,
.bg-connectors.card .card-footer {
    background-color: #f80226 !important;
}
.bg-connectors.card .card-header,
.bg-connectors.card .card-footer {
    background: #fd2141;
}

a.bg-connectors:hover, a.bg-connectors:focus {
    background-color: #f80226 !important;
}

.bg-black {
    background-color: #000000 !important;
}
.bg-black.card .card-title,
.bg-black.card .card-body,
.bg-black.card .card-header,
.bg-black.card .card-footer {
    background-color: black !important;
}
.bg-black.card .card-header,
.bg-black.card .card-footer {
    background: black;
}

a.bg-black:hover, a.bg-black:focus {
    background-color: black !important;
}

.bg-white {
    background-color: #fff !important;
}
.bg-white.card .card-title,
.bg-white.card .card-body,
.bg-white.card .card-header,
.bg-white.card .card-footer {
    background-color: #e6e6e6 !important;
}
.bg-white.card .card-header,
.bg-white.card .card-footer {
    background: #f7f7f7;
}

a.bg-white:hover, a.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.bg-background {
    background-color: #F5F6F8 !important;
}
.bg-background.card .card-title,
.bg-background.card .card-body,
.bg-background.card .card-header,
.bg-background.card .card-footer {
    background-color: #d7dbe3 !important;
}
.bg-background.card .card-header,
.bg-background.card .card-footer {
    background: #eceef2;
}

a.bg-background:hover, a.bg-background:focus {
    background-color: #d7dbe3 !important;
}

.bg-default {
    background-color: #bbb !important;
}
.bg-default.card .card-title,
.bg-default.card .card-body,
.bg-default.card .card-header,
.bg-default.card .card-footer {
    background-color: #a2a2a2 !important;
}
.bg-default.card .card-header,
.bg-default.card .card-footer {
    background: #b3b3b3;
}

a.bg-default:hover, a.bg-default:focus {
    background-color: #a2a2a2 !important;
}

.bg-text {
    background-color: #5A6169 !important;
}
.bg-text.card .card-title,
.bg-text.card .card-body,
.bg-text.card .card-header,
.bg-text.card .card-footer {
    background-color: #42484e !important;
}
.bg-text.card .card-header,
.bg-text.card .card-footer {
    background: #535961;
}

a.bg-text:hover, a.bg-text:focus {
    background-color: #42484e !important;
}

.bg-facebook {
    background-color: #2C64F6 !important;
}
.bg-facebook.card .card-title,
.bg-facebook.card .card-body,
.bg-facebook.card .card-header,
.bg-facebook.card .card-footer {
    background-color: #0a47e5 !important;
}
.bg-facebook.card .card-header,
.bg-facebook.card .card-footer {
    background: #1d59f5;
}

a.bg-facebook:hover, a.bg-facebook:focus {
    background-color: #0a47e5 !important;
}

.bg-x {
    background-color: #14171a !important;
}
.bg-x.card .card-title,
.bg-x.card .card-body,
.bg-x.card .card-header,
.bg-x.card .card-footer {
    background-color: black !important;
}
.bg-x.card .card-header,
.bg-x.card .card-footer {
    background: #0d0f11;
}

a.bg-x:hover, a.bg-x:focus {
    background-color: black !important;
}

.bg-linkedin {
    background-color: #0077B5 !important;
}
.bg-linkedin.card .card-title,
.bg-linkedin.card .card-body,
.bg-linkedin.card .card-header,
.bg-linkedin.card .card-footer {
    background-color: #005582 !important;
}
.bg-linkedin.card .card-header,
.bg-linkedin.card .card-footer {
    background: #006da6;
}

a.bg-linkedin:hover, a.bg-linkedin:focus {
    background-color: #005582 !important;
}

.bg-instagram {
    background-color: #C13584 !important;
}
.bg-instagram.card .card-title,
.bg-instagram.card .card-body,
.bg-instagram.card .card-header,
.bg-instagram.card .card-footer {
    background-color: #992a69 !important;
}
.bg-instagram.card .card-header,
.bg-instagram.card .card-footer {
    background: #b5327c;
}

a.bg-instagram:hover, a.bg-instagram:focus {
    background-color: #992a69 !important;
}

.bg-initial {
    background-color: #E9EBF0 !important;
}
.bg-initial.card .card-title,
.bg-initial.card .card-body,
.bg-initial.card .card-header,
.bg-initial.card .card-footer {
    background-color: #cbcfdb !important;
}
.bg-initial.card .card-header,
.bg-initial.card .card-footer {
    background: #e0e3ea;
}

a.bg-initial:hover, a.bg-initial:focus {
    background-color: #cbcfdb !important;
}

.bg-active {
    background-color: #22929D !important;
}
.bg-active.card .card-title,
.bg-active.card .card-body,
.bg-active.card .card-header,
.bg-active.card .card-footer {
    background-color: #196b73 !important;
}
.bg-active.card .card-header,
.bg-active.card .card-footer {
    background: #1f8690;
}

a.bg-active:hover, a.bg-active:focus {
    background-color: #196b73 !important;
}

.bg-interested {
    background-color: #CCEBCF !important;
}
.bg-interested.card .card-title,
.bg-interested.card .card-body,
.bg-interested.card .card-header,
.bg-interested.card .card-footer {
    background-color: #a7ddad !important;
}
.bg-interested.card .card-header,
.bg-interested.card .card-footer {
    background: #c1e7c5;
}

a.bg-interested:hover, a.bg-interested:focus {
    background-color: #a7ddad !important;
}

.bg-in-depth {
    background-color: #00658C !important;
}
.bg-in-depth.card .card-title,
.bg-in-depth.card .card-body,
.bg-in-depth.card .card-header,
.bg-in-depth.card .card-footer {
    background-color: #004059 !important;
}
.bg-in-depth.card .card-header,
.bg-in-depth.card .card-footer {
    background: #005a7d;
}

a.bg-in-depth:hover, a.bg-in-depth:focus {
    background-color: #004059 !important;
}

.text-salmon {
    color: #FF4169 !important;
}

a.text-salmon:hover, a.text-salmon:focus {
    color: #ff0e41 !important;
}

.text-royal-blue {
    color: #674EEC !important;
}

a.text-royal-blue:hover, a.text-royal-blue:focus {
    color: #3f20e7 !important;
}

.text-java {
    color: #1ADBA2 !important;
}

a.text-java:hover, a.text-java:focus {
    color: #15ad80 !important;
}

.text-data {
    color: #FFC800 !important;
}

a.text-data:hover, a.text-data:focus {
    color: #cca000 !important;
}

.text-marketing {
    color: #FA7A00 !important;
}

a.text-marketing:hover, a.text-marketing:focus {
    color: #c76100 !important;
}

.text-sales {
    color: #277AFF !important;
}

a.text-sales:hover, a.text-sales:focus {
    color: #005df3 !important;
}

.text-customer {
    color: #A148D9 !important;
}

a.text-customer:hover, a.text-customer:focus {
    color: #8929c5 !important;
}

.text-cdp {
    color: #00E4E4 !important;
}

a.text-cdp:hover, a.text-cdp:focus {
    color: #00b1b1 !important;
}

.text-connectors {
    color: #FD304E !important;
}

a.text-connectors:hover, a.text-connectors:focus {
    color: #f80226 !important;
}

.text-black {
    color: #000000 !important;
}

a.text-black:hover, a.text-black:focus {
    color: black !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
    color: #e6e6e6 !important;
}

.text-background {
    color: #F5F6F8 !important;
}

a.text-background:hover, a.text-background:focus {
    color: #d7dbe3 !important;
}

.text-default {
    color: #bbb !important;
}

a.text-default:hover, a.text-default:focus {
    color: #a2a2a2 !important;
}

.text-text {
    color: #5A6169 !important;
}

a.text-text:hover, a.text-text:focus {
    color: #42484e !important;
}

.text-facebook {
    color: #2C64F6 !important;
}

a.text-facebook:hover, a.text-facebook:focus {
    color: #0a47e5 !important;
}

.text-x {
    color: #14171a !important;
}

a.text-x:hover, a.text-x:focus {
    color: black !important;
}

.text-linkedin {
    color: #0077B5 !important;
}

a.text-linkedin:hover, a.text-linkedin:focus {
    color: #005582 !important;
}

.text-instagram {
    color: #C13584 !important;
}

a.text-instagram:hover, a.text-instagram:focus {
    color: #992a69 !important;
}

.text-initial {
    color: #E9EBF0 !important;
}

a.text-initial:hover, a.text-initial:focus {
    color: #cbcfdb !important;
}

.text-active {
    color: #22929D !important;
}

a.text-active:hover, a.text-active:focus {
    color: #196b73 !important;
}

.text-interested {
    color: #CCEBCF !important;
}

a.text-interested:hover, a.text-interested:focus {
    color: #a7ddad !important;
}

.text-in-depth {
    color: #00658C !important;
}

a.text-in-depth:hover, a.text-in-depth:focus {
    color: #004059 !important;
}

.text-fiord-blue {
    color: #3D5170 !important;
}

a.text-fiord-blue:hover, a.text-fiord-blue:focus {
    color: #2b394f !important;
}

.text-shuttle-gray {
    color: #5A6169 !important;
}

a.text-shuttle-gray:hover, a.text-shuttle-gray:focus {
    color: #42484e !important;
}

.text-reagent-gray {
    color: #818EA3 !important;
}

a.text-reagent-gray:hover, a.text-reagent-gray:focus {
    color: #66748b !important;
}

.text-mischka {
    color: #CACEDB !important;
}

a.text-mischka:hover, a.text-mischka:focus {
    color: #acb2c6 !important;
}

.text-athens-gray {
    color: #E9ECEF !important;
}

a.text-athens-gray:hover, a.text-athens-gray:focus {
    color: #cbd3da !important;
}

.text-accent {
    color: #20AA7A !important;
}

a.text-accent:hover, a.text-accent:focus {
    color: #187f5b !important;
}

.text-light {
    color: #818EA3 !important;
}

.text-semibold {
    font-weight: 400;
}

.rounded {
    border-radius: 5px !important;
}

.rounded-top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.rounded-right {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.rounded-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.border-salmon {
    border-color: #FF4169 !important;
}

.border-royal-blue {
    border-color: #674EEC !important;
}

.border-java {
    border-color: #1ADBA2 !important;
}

.border-data {
    border-color: #FFC800 !important;
}

.border-marketing {
    border-color: #FA7A00 !important;
}

.border-sales {
    border-color: #277AFF !important;
}

.border-customer {
    border-color: #A148D9 !important;
}

.border-cdp {
    border-color: #00E4E4 !important;
}

.border-connectors {
    border-color: #FD304E !important;
}

.border-black {
    border-color: #000000 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-background {
    border-color: #F5F6F8 !important;
}

.border-default {
    border-color: #bbb !important;
}

.border-text {
    border-color: #5A6169 !important;
}

.border-facebook {
    border-color: #2C64F6 !important;
}

.border-x {
    border-color: #14171a !important;
}

.border-linkedin {
    border-color: #0077B5 !important;
}

.border-instagram {
    border-color: #C13584 !important;
}

.border-initial {
    border-color: #E9EBF0 !important;
}

.border-active {
    border-color: #22929D !important;
}

.border-interested {
    border-color: #CCEBCF !important;
}

.border-in-depth {
    border-color: #00658C !important;
}

.border-accent {
    border-color: #20AA7A !important;
}

.dt-container {
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
}
.dt-container::after {
    display: block;
    clear: both;
    content: "";
}
.dt-container table.dataTable {
    border-top: 1px solid #e1e5eb;
    font-size: 13px;
    display: table !important;
    width: 100% !important;
}
@media (max-width: 991.98px) {
    .dt-container table.dataTable {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0;
    }
}
.dt-container table.dataTable thead tr:last-child th {
    padding-right: 1.7rem;
}
.dt-container table.dataTable thead th {
    text-align: center;
    background-color: #20AA7A;
    border: none;
    font-weight: 300;
    padding: 0.75rem 1.0625rem;
}
.dt-container table.dataTable thead th:focus {
    outline: 0;
}
.dt-container table.dataTable thead th:first-child {
    border-left: none;
}
.dt-container table.dataTable thead th:last-child {
    border-right: none;
}
.dt-container table.dataTable thead th.hide-sort-icons:after {
    display: none;
}
.dt-container table.dataTable thead th.sorting, .dt-container table.dataTable thead th.sorting_asc, .dt-container table.dataTable thead th.sorting_desc {
    position: relative;
}
.dt-container table.dataTable thead th.sorting:after, .dt-container table.dataTable thead th.sorting_asc:after, .dt-container table.dataTable thead th.sorting_desc:after {
    content: "";
    position: absolute;
    background-position: center;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
}
.dt-container table.dataTable thead th.sorting:after {
    width: 10px;
    height: 13px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxMCAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5pY19hcnJvd19kcm9wX2Rvd25fYmxhY2tfMjRweDwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImljX2Fycm93X2Ryb3BfZG93bl9ibGFja18yNHB4LSgxKSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuMDAwMDAwLCAtMi4wMDAwMDApIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICAgICAgICAgIDxnIGlkPSJpY19hcnJvd19kcm9wX2Rvd25fYmxhY2tfMjRweCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCA4LjUwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTEyLjAwMDAwMCwgLTguNTAwMDAwKSB0cmFuc2xhdGUoNy4wMDAwMDAsIDIuMDAwMDAwKSI+ICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSIxLjQyMTA4NTQ3ZS0xNCA4IDUgMTMgMTAgOCI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCAzLjMzMzg5Nykgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDAwMDAwLCAtMy4zMzM4OTcpICIgcG9pbnRzPSIxLjQyMTA4NTQ3ZS0xNCAwLjgzMzg5NjkyMiA1IDUuODMzODk2OTIgMTAgMC44MzM4OTY5MjIiPjwvcG9seWdvbj4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 90%;
}
.dt-container table.dataTable thead th.sorting_asc:after {
    width: 10px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcgMTRsNS01IDUgNXoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}
.dt-container table.dataTable thead th.sorting_desc:after {
    width: 10px;
    height: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}
.dt-container table.dataTable tbody td {
    padding: 18px 10px;
    border: 1px solid #e1e5eb !important;
    text-align: center;
}
.dt-container table.dataTable tbody td:first-child {
    border-left: none;
}
.dt-container table.dataTable tbody td::last-child {
    border-right: none;
}
.dt-container table.dataTable tbody td.dataTables_empty {
    padding: 0.8125rem 1.0625rem;
}
.dt-container table.dataTable td.child {
    padding: 0 !important;
}
.dt-container table.dataTable td.child ul {
    width: 100%;
}
.dt-container table.dataTable td.child ul li {
    padding: 1rem !important;
    display: flex;
}
.dt-container table.dataTable td.child ul li::after {
    display: block;
    clear: both;
    content: "";
}
.dt-container table.dataTable td.child .dtr-title {
    float: left;
    text-align: left;
    margin: auto 0;
}
.dt-container table.dataTable td.child .dtr-data {
    margin-left: auto;
}
.dt-container table.dataTable.dtr-inline.collapsed tbody > tr[role=row] > td:first-child:before, .dt-container table.dataTable.dtr-inline.collapsed tbody > tr[role=row] > th:first-child:before {
    box-shadow: none;
    text-align: center;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 22px;
    font-size: 1rem;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
}

.dt-length,
.dt-info {
    float: left;
    font-size: 13px;
    padding: 15px 20px;
    color: #818EA3 !important;
    z-index:1;
    position:relative;
}
.dt-search,
.dt-paging {
    text-align:right !important;
    float: right;
    font-size: 13px;
    padding: 7px 20px;
    color: #818EA3 !important;
    z-index:1;
    position:relative;
}
.dt-layout-row .dt-length, .dt-layout-row .dt-search, .dt-layout-row .dt-info, .dt-layout-row .dt-paging {
    width:auto !important;
}
@media (max-width: 575.98px) {
    .dt-length,
    .dt-search,
    .dt-info,
    .dt-paging {
        width: 100%;
        max-width: 100% !important;
    }
}
.dt-length label,
.dt-search label,
.dt-info label,
.dt-paging label {
    margin: 0;
}

@media (max-width: 575.98px) {
    .dt-length label {
        display: table;
        margin: 0 auto;
    }
    .dt-search {
        width: 100%;
    }
    .dt-search label, .dt-search input {
        margin: 0 !important;
        width: 100%;
        background-size: 5% !important;
    }
}
.dt-info,
.dt-paging {
    background: #FBFBFB;
    border-radius: 0 0 0.375rem 0.375rem;
}
@media (max-width: 767.98px) {
    .dt-info,
    .dt-paging {
        padding: 14px;
        width: 100%;
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .dt-info {
        border-bottom: 1px solid #e1e5eb;
        border-radius: 0;
    }
}

.dt-length select {
    border: 1px solid #e1e5eb !important;
    font-size: 0.625rem;
    color: #818EA3;
    height: 1.5625rem;
    background-color: #fff;
    border-radius: 0.375rem;
    margin: 0 0.1875rem;
}

.dt-paging {
    text-align: right;
}
.dt-paging .dt-paging-button {
    background: #fff !important;
    padding: 0.4286rem 0.875rem !important;
    border: 1px solid #e1e5eb !important;
}
.dt-paging .ellipsis {
    padding: 0.4286rem 0.875rem !important;
}
@media (max-width: 767.98px) {
    .dt-paging .dt-paging-button,
    .dt-paging .ellipsis {
        font-size: 0.625rem;
        padding: 0.4286rem 0.6rem;
    }
}
.dt-paging .dt-paging-button {
    border-radius: 0.25rem;
    color: #3D5170 !important;
    will-change: background-color, color, border-color;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out, border-color 250ms ease-in-out;
}
.dt-paging .dt-paging-button:hover {
    cursor: pointer !important;
    text-decoration: none;
}
.dt-paging .dt-paging-button:not(.disabled):hover, .dt-paging .dt-paging-button.current {
    background: #20AA7A !important;
    color: #fff !important;
    border-color: #20AA7A !important;
}
div.dt-container .dt-paging button.dt-paging-button.current {
    color: #fff !important;
}
.dt-paging .dt-paging-button:focus {
    outline: 0 !important;
}
.dt-paging .dt-paging-button.disabled {
    background-color: #f2f4f5 !important;
}
.dt-paging .dt-paging-button.disabled:hover {
    cursor: not-allowed;
}
.dt-paging .dt-paging-button.previous {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dt-paging .dt-paging-button.next {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dt-paging .ellipsis {
    border-left: none;
}
.dt-paging span > .dt-paging-button {
    border-radius: 0;
    border-left: 0;
}
.dt-paging span > .dt-paging-button:hover {
    border-color: #20AA7A;
}
.dt-paging span > .dt-paging-button:last-child {
    border-right: 0;
}

.dt-search {
    padding: 0.625rem;
}
@media (max-width: 767.98px) {
    .dt-search {
        max-width: 200px;
        float: right;
    }
}
.dt-search label {
    float: left;
    font-size: 0;
}
.dt-search input {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #e1e5eb !important;
    font-weight: 300 !important;
    border-radius: 0.25rem !important;
    margin-left: 0.3125rem !important;
    padding: 0.4375rem 0.625rem 0.4375rem 0.625rem !important;
    min-width: 11.25rem !important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjQ0FDRURCIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0MxNS40MSAxMi41OSAxNiAxMS4xMSAxNiA5LjUgMTYgNS45MSAxMy4wOSAzIDkuNSAzUzMgNS45MSAzIDkuNSA1LjkxIDE2IDkuNSAxNmMxLjYxIDAgMy4wOS0uNTkgNC4yMy0xLjU3bC4yNy4yOHYuNzlsNSA0Ljk5TDIwLjQ5IDE5bC00Ljk5LTV6bS02IDBDNy4wMSAxNCA1IDExLjk5IDUgOS41UzcuMDEgNSA5LjUgNSAxNCA3LjAxIDE0IDkuNSAxMS45OSAxNCA5LjUgMTR6Ii8+ICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) !important;
    background-position: left 7px center !important;
    background-repeat: no-repeat !important;
    background-size: 10% !important;
    will-change: border-color, box-shadow;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.dt-search input:hover {
    border-color: #b3bdcc;
}
.dt-search input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b3bdcc;
    box-shadow: 0 0.313rem 0.719rem rgba(179, 189, 204, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.dt-search input:focus:hover {
    border-color: #b3bdcc;
}
.dt-search input:focus {
    outline: 0;
}
.dt-search input::placeholder {
    color: #868e96;
}

.dropzone {
    color: #818EA3;
}
.dropzone.dz-drag-hover .dz-default {
    background: #fff;
    border-color: #cbd3da;
}
.dropzone .dz-default {
    text-align: center;
    border: 1px dashed #dadfe4;
    padding: 0.75rem;
    position: relative;
    border-radius: 0.375rem;
    will-change: border-color, background;
    transition: border-color 250ms ease-in-out, background 250ms ease-in-out;
}
.dropzone .dz-default:hover {
    cursor: pointer;
}
.dropzone .dz-default + .dz-preview {
    margin-top: 0.75rem;
}
.dropzone .dz-preview {
    width: 100%;
    border: 1px solid #E9ECEF;
    border-radius: 0.375rem;
    background: #fff;
    box-shadow: 0 1px 1px #E9ECEF;
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
}
.dropzone .dz-preview + .dz-preview {
    margin-top: 0.75rem;
}
.dropzone .dz-preview .dz-image {
    max-width: 50px;
    border-radius: 0.375rem;
    overflow: hidden;
    margin-right: 20px;
}
.dropzone .dz-preview .dz-image img {
    width: 100%;
}
.dropzone .dz-preview .dz-details,
.dropzone .dz-preview .dz-error-message {
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
}
.dropzone .dz-preview .dz-details {
    margin-right: 3rem;
    flex: 2;
}
.dropzone .dz-preview .dz-filename {
    font-weight: 500;
    color: #3D5170;
    font-size: 0.875rem;
}
.dropzone .dz-preview .dz-size {
    font-size: 80%;
    color: #818EA3;
}
.dropzone .dz-preview .dz-error-message span {
    background-color: #FF5C39;
    color: #fff;
    background-color: #c4183c;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
}
.dropzone .dz-preview.dz-error .dz-success-mark {
    display: none;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: none;
}

.bootstrap-tagsinput {
    padding: 0.4375rem 0.375rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
    border-radius: 0.25rem;
    transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}
.bootstrap-tagsinput.focus {
    color: #495057;
    background-color: #fff;
    border-color: #b3bdcc;
    box-shadow: 0 0.313rem 0.719rem rgba(179, 189, 204, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}
.bootstrap-tagsinput > input {
    border: none;
    padding: 0;
}
.bootstrap-tagsinput > input:focus {
    outline: 0;
}
.bootstrap-tagsinput .tag {
    display: inline-block;
    background: #FBFBFB;
    padding: 0.125rem 1.375rem 0.125rem 0.625rem;
    margin-bottom: 0.3125rem;
    border-radius: 1.25rem;
    font-size: 0.6875rem;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #e1e5eb;
    color: #818EA3;
}
.bootstrap-tagsinput .tag > span {
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    right: 0.5rem;
    top: 50%;
    width: 0.625rem;
    height: 0.625rem;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
    background-size: 100%;
    opacity: 0.5;
}
.bootstrap-tagsinput .tag > span:hover {
    cursor: pointer;
}

html .ql-container.ql-snow,
html .ql-toolbar.ql-snow {
    border-color: #e1e5eb;
}
html .ql-container {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
html .ql-editor strong,
html .ql-editor b {
    font-weight: 600;
}
html .ql-toolbar {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: #13122B !important;
}
html .ql-toolbar .ql-fill,
html .ql-toolbar .ql-stroke.ql-fill {
    fill: #818EA3;
}
html .ql-toolbar .ql-stroke {
    stroke: #818EA3;
}
html .ql-toolbar button:hover .ql-fill,
html .ql-toolbar button:hover .ql-stroke.ql-fill,
html .ql-toolbar button:active .ql-fill,
html .ql-toolbar button:active .ql-stroke.ql-fill,
html .ql-toolbar button:focus .ql-fill,
html .ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: #20AA7A !important;
}
html .ql-toolbar button:hover .ql-stroke,
html .ql-toolbar button:active .ql-stroke,
html .ql-toolbar button:focus .ql-stroke {
    stroke: #20AA7A !important;
}
html .ql-toolbar .ql-picker .ql-picker-item:hover {
    color: #20AA7A !important;
}
html .ql-toolbar .ql-picker .ql-picker-options {
    padding: 6px 20px;
    border: 0 !important;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    border-radius: 0.375rem;
}

.main-navbar .navbar {
    height: 3.2rem;
}
.main-navbar .navbar > * {
    display: flex;
}
.main-navbar .navbar .nav-link {
    min-width: 3.75rem;
}
.main-navbar .navbar .notifications {
    position: relative;
}
@media (max-width: 767.98px) {
    .main-navbar .navbar .notifications {
        position: static;
    }
    .main-navbar .navbar .notifications .dropdown-menu {
        min-width: 100% !important;
        border-left: none;
    }
}
.main-navbar .navbar .notifications .badge {
    position: absolute;
    padding: 0.25rem 0.375rem;
    font-size: 0.5rem;
    left: 50%;
    top: 50%;
}
.main-navbar .navbar .notifications .dropdown-menu {
    padding: 0;
    min-width: 25rem;
    border-right: 0;
    left: auto;
}
@media (max-width: 767.98px) {
    .main-navbar .navbar .notifications .dropdown-menu {
        left: 0;
        right: 0;
    }
}
.main-navbar .navbar .notifications .dropdown-menu .dropdown-item {
    white-space: normal;
    display: flex;
    flex-flow: row;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #e1e5eb;
}
.main-navbar .navbar .notifications .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__icon-wrapper {
    display: flex;
    padding: 0 5px;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__icon {
    background-color: #F5F6F8;
    box-shadow: 0 0 0 1px white, inset 0 0 3px rgba(0, 0, 0, 0.2);
    width: 2.1875rem;
    height: 2.1875rem;
    line-height: 0;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 50%;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__icon i {
    color: #818EA3;
    line-height: 2.0625rem;
    font-size: 1.0625rem;
    margin: 0;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__content {
    padding: 0 0.625rem;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__content p {
    margin: 0;
    line-height: 1.5;
    font-size: 0.75rem;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__category {
    font-size: 0.5625rem;
    color: #818EA3;
    letter-spacing: 0.0938rem;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}
.main-navbar .navbar .notifications .dropdown-menu .notification__all {
    display: block;
    font-weight: 500;
    font-size: 11px;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}
.main-navbar .navbar .user-avatar {
    max-width: 2rem;
}
.main-navbar .navbar .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}
.main-navbar .navbar .nav-link-icon i {
    line-height: 2;
}

.main-content > .main-navbar,
.main-content .header-navbar {
    box-shadow: 0 0.125rem 0.625rem rgba(90, 97, 105, 0.12);
}

.main-sidebar {
    top: 0;
    position: fixed;
    height: 100%;
    background: #20AA7A;
    z-index: 1070;
    will-change: transform;
    transition: transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    box-shadow: 0 0.125rem 9.375rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.5rem rgba(90, 97, 105, 0.12), 0 0.9375rem 1.375rem rgba(90, 97, 105, 0.1), 0 0.4375rem 2.1875rem rgba(165, 182, 201, 0.1);
}
@media (max-width: 767.98px) {
    .main-sidebar {
        transform: translateX(-100%);
        box-shadow: none;
    }
}
.main-sidebar.open {
    transform: translateX(0);
    box-shadow: 0 0.125rem 9.375rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.5rem rgba(90, 97, 105, 0.12), 0 0.9375rem 1.375rem rgba(90, 97, 105, 0.1), 0 0.4375rem 2.1875rem rgba(165, 182, 201, 0.1);
}
.main-sidebar .toggle-sidebar {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 1.25rem;
    font-size: 1.25rem;
    border-left: 1px solid #e1e5eb;
}
.main-sidebar .toggle-sidebar:hover {
    cursor: pointer;
}
.main-sidebar .navbar-brand {
    overflow: hidden;
    height: 3.2rem;
    font-size: 1rem;
}
@media (max-width: 991.98px) {
    .main-sidebar .navbar-brand {
        font-size: 90%;
    }
}
.main-sidebar .nav-wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 3.75rem - 1px);
}
.main-sidebar .nav {
    border-bottom: none;
}
.main-sidebar .nav .nav-item,
.main-sidebar .nav .nav-link {
    white-space: nowrap;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Poppins", sans-serif;
    will-change: background-color, box-shadow, color;
    transition: box-shadow 200ms ease, color 200ms ease, background-color 200ms ease;
    font-size: 13px;
}
.main-sidebar .nav .nav-item .nav-link {
    border-bottom: 1px solid #e1e5eb;
    font-weight: 300;
    color: #fff;
    padding: 0.5rem 1.3625rem;
}
.main-sidebar .nav .nav-item .nav-link i {
    min-width: 1.25rem;
    font-size: 90%;
    text-align: center;
    vertical-align: middle;
    will-change: color;
    color: #fff;
    transition: color 200ms ease;
    margin-right: 9px;
}
.main-sidebar .nav .nav-item .nav-link i.material-icons {
    font-size: 1.125rem;
    top: -1px;
}
.main-sidebar .nav .nav-item.active, .main-sidebar .nav .nav-item .nav-link.active, .main-sidebar .nav .nav-item:hover, .main-sidebar .nav .nav-item .nav-link:hover {
    box-shadow: inset 0.1875rem 0 0 #20AA7A;
    background-color: #21D48E;
    color: #fff;
}
.main-sidebar .nav .nav-item.active i, .main-sidebar .nav .nav-item .nav-link.active i, .main-sidebar .nav .nav-item:hover i, .main-sidebar .nav .nav-item .nav-link:hover i {
    color: #fff;
}
.main-sidebar .nav--no-borders .nav-item .nav-link {
    border-bottom: 0;
}
.main-sidebar .nav--no-borders .dropdown-menu {
    box-shadow: none;
}
.main-sidebar .nav--no-borders .dropdown-menu .dropdown-item:first-child {
    border-top: none;
}
.main-sidebar .dropdown-menu {
    position: static !important;
    transform: translate(0) !important;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: none;
}
.main-sidebar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.75rem;
    border-bottom: 1px solid #f0f2f5;
    color: #eee;
    font-size: 0.8125rem;
    font-weight: 400;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .main-sidebar .dropdown-menu .dropdown-item {
        font-weight: 300;
    }
}
.main-sidebar .dropdown-menu .dropdown-item:hover, .main-sidebar .dropdown-menu .dropdown-item.active {
    color: #20AA7A;
}
.main-sidebar .dropdown-menu .dropdown-item:hover {
    background: transparent;
}
.main-sidebar .dropdown-menu .dropdown-item.active {
    background-color: transparent;
}
.main-sidebar .dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
}
.main-sidebar .dropdown-menu .dropdown-divider {
    margin: 0;
}
.main-sidebar .dropdown-toggle {
    position: relative;
}
.main-sidebar .dropdown-toggle::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcuNDEgNy44NEwxMiAxMi40Mmw0LjU5LTQuNThMMTggOS4yNWwtNiA2LTYtNnoiLz4gICAgPHBhdGggZD0iTTAtLjc1aDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center center;
    width: 0.875rem;
    height: 0.5625rem;
    transition: transform 250ms ease-in-out;
    border: none;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    transform: translateY(-50%);
    opacity: 0.1;
    will-change: transform;
}
.main-sidebar .dropdown.show .dropdown-toggle::after {
    transform: translateY(-50%) rotateZ(180deg);
}
@media (max-width: 767.98px) {
    .main-sidebar__search {
        box-sizing: border-box;
        border-right: 0 !important;
        padding: 0.625rem 0;
        border-bottom: 1px solid #e1e5eb;
    }
    .main-sidebar__search .input-group {
        margin: 0 !important;
    }
}
.main-sidebar__nav-title {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.625rem;
    letter-spacing: 0.125rem;
    padding: 1px 1.5625rem;
    font-weight: 500;
    color: #fff;
    border-bottom: none;
}

.icon-sidebar-nav .main-sidebar {
    transition: transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    width: 4.75rem;
}
@media (max-width: 767.98px) {
    .icon-sidebar-nav .main-sidebar {
        width: 100%;
    }
    .icon-sidebar-nav .main-sidebar span {
        opacity: 1 !important;
        font-size: inherit !important;
    }
    .icon-sidebar-nav .main-sidebar .main-sidebar__nav-title {
        color: #fff;
    }
}
.icon-sidebar-nav .main-sidebar__nav-title {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    color: #20AA7A;
    transition: color 250ms ease-in-out;
    will-change: color;
}
.icon-sidebar-nav .main-sidebar:hover {
    width: 13.75rem;
}
@media (max-width: 767.98px) {
    .icon-sidebar-nav .main-sidebar:hover {
        width: 100%;
    }
}
.icon-sidebar-nav .main-sidebar:hover .nav-link {
    text-overflow: visible;
}
.icon-sidebar-nav .main-sidebar:hover .nav-link span {
    opacity: 1 !important;
    font-size: inherit !important;
}
.icon-sidebar-nav .main-sidebar:hover .main-sidebar__nav-title {
    color: #fff;
}
.icon-sidebar-nav .main-sidebar .nav-wrapper {
    overflow: visible;
}
.icon-sidebar-nav .main-sidebar .nav .nav-link {
    text-overflow: initial;
}
.icon-sidebar-nav .main-sidebar .nav .nav-link span {
    opacity: 0;
    font-size: 0;
    transition: opacity 200ms ease-in-out;
}
.icon-sidebar-nav .main-sidebar .nav-item {
    overflow: visible;
}
.icon-sidebar-nav .main-sidebar .dropdown-toggle::after {
    background-size: 100%;
}
@media (min-width: 768px) {
    .icon-sidebar-nav .main-sidebar .dropdown-menu {
        border-radius: 0 0.375rem 0.375rem 0;
        position: absolute !important;
        left: 100% !important;
        width: 12.5rem;
        box-shadow: 0 2px 0 rgba(90, 97, 105, 0.11), 0 4px 8px rgba(90, 97, 105, 0.12), 0 10px 10px rgba(90, 97, 105, 0.06), 0 7px 70px rgba(90, 97, 105, 0.1);
        transition: opacity 250ms ease-in-out;
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .icon-sidebar-nav .main-sidebar .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
    }
    .icon-sidebar-nav .main-sidebar .dropdown-menu .dropdown-item:first-of-type {
        border-radius: 0 0.375rem 0 0;
    }
    .icon-sidebar-nav .main-sidebar .dropdown-menu .dropdown-item:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 0.375rem 0;
    }
}
.icon-sidebar-nav .main-content {
    padding: 0 0 0 4.75rem;
}
@media (max-width: 767.98px) {
    .icon-sidebar-nav .main-content {
        padding-left: 0;
    }
}

.main-navbar__search .input-group-prepend .input-group-text,
.main-sidebar__search .input-group-prepend .input-group-text {
    font-size: 0.6875rem;
    padding: 0.75rem 1.0625rem;
}
.main-navbar__search input.form-control,
.main-sidebar__search input.form-control {
    border: none;
    font-size: 0.8125rem;
    border-radius: 0;
}
.main-navbar__search input.form-control:hover, .main-navbar__search input.form-control:focus,
.main-sidebar__search input.form-control:hover,
.main-sidebar__search input.form-control:focus {
    box-shadow: none;
}

.main-content > .main-content-container.container-fluid {
    min-height: calc(100vh - 6.4rem);
}

.main-footer {
    height: 3.2rem;
}
.main-footer .copyright {
    color: #818EA3;
}
@media (max-width: 767.98px) {
    .main-footer {
        display: block !important;
        height: auto;
    }
    .main-footer .nav {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e1e5eb;
        padding-bottom: 0.75rem;
    }
    .main-footer .copyright {
        display: inline-block;
        width: 100%;
        padding: 1rem;
        text-align: center;
    }
}

.page-header .page-title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 0;
}
@media (max-width: 767.98px) {
    .page-header .page-title {
        font-size: 2rem;
    }
}
.page-header .page-subtitle {
    letter-spacing: 0.125rem;
    color: #818EA3;
    font-size: 0.625rem;
}
@media (max-width: 767.98px) {
    .page-header .page-subtitle {
        font-size: 0.8125rem;
        font-weight: 400;
    }
}

.header-navbar i {
    font-size: 0.875rem;
    margin-right: 0.125rem;
}
.header-navbar .nav-item.dropdown .nav-link {
    padding-right: 1.25rem;
}
.header-navbar .nav-item.dropdown .nav-link:after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcuNDEgNy44NEwxMiAxMi40Mmw0LjU5LTQuNThMMTggOS4yNWwtNiA2LTYtNnoiLz4gICAgPHBhdGggZD0iTTAtLjc1aDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center center;
    width: 0.875rem;
    height: 0.5625rem;
    transition: transform 250ms ease-in-out;
    border: none;
    position: absolute;
    top: 45%;
    right: 20px;
    transform: translateY(-50%);
    opacity: 0.2;
    will-change: transform;
    transform: scale(0.8);
}
.header-navbar .nav-link {
    color: #3D5170;
    border: none;
    padding: 1.125rem 0;
    margin-right: 1.25rem;
    line-height: 1;
    border-radius: 0;
    font-size: 0.8125rem;
    background: transparent;
    border-bottom: 1px solid transparent;
}
.header-navbar .nav-link i {
    color: #fff;
    transition: color 200ms ease;
}
.header-navbar .nav-item.dropdown.show .nav-link,
.header-navbar .nav-link:hover,
.header-navbar .nav-link.active {
    border-bottom: 1px solid #20AA7A;
    color: #20AA7A;
    cursor: pointer;
}
.header-navbar .nav-item.dropdown.show .nav-link i,
.header-navbar .nav-link:hover i,
.header-navbar .nav-link.active i {
    color: #20AA7A;
}
@media (max-width: 991.98px) {
    .header-navbar .nav-item.dropdown .nav-link {
        position: relative;
        border: 0;
        padding-right: 0;
    }
    .header-navbar .nav-item.dropdown .nav-link:after {
        z-index: 1000;
        right: 5px;
    }
    .header-navbar .nav-item.dropdown .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }
    .header-navbar .nav-link {
        margin-right: 0;
        transition: none;
        font-size: 0.875rem;
    }
    .header-navbar .dropdown-item {
        border-radius: 5px;
        font-size: 0.875rem;
        padding: 0.625rem 1.375rem;
        font-weight: 400;
    }
    .header-navbar .nav-item.dropdown.show .nav-link,
    .header-navbar .nav-link:hover,
    .header-navbar .nav-link.active {
        border: 0;
    }
}

th span.checkmark {
    top: -12px;
}

.pointer-events-none {
    pointer-events: none !important;
}

#company_intent_graphs .highcharts-legend text { font-size:10px !important; }
#filter-div-top .dropdown-menu.show {
    transform: none !important;
    top: 39px !important;
}
.dropdown-item.save-filter-btn, .dropdown-item.save-filter-btn:hover {
    color: #00A499 !important;
    background: #00a4991a;
    letter-spacing: 0 !important;
    padding: 13px 20px !important
}
body { padding-right: 0 !important }
