.custom-blue-bg {
    background-color: #1d263b !important;
}

.custom-light-blue-bg {
    background-color: #30394D !important;
}

.custom-alert-bg {
    background-color: #4170D5 !important;
}

.custom-blue-bg a:not(.dropdown-item) {
    color: #fff !important;
}

.custom-light-blue-bg a:not(.dropdown-item,.btn) {
    color: #C5D0E2 !important;
    fill: #C5D0E2 !important;
}

.border-custom-light-blue {
    border-color: #C5D0E2 !important;
}

.btn-primary {
    background-color: #2de0b5;
    border-color: #2de0b5;
}

.magic_link_btn {
    background-color: #E1E1E6;
    border-color: #E1E1E6;
}

.btn-primary:hover {
    background-color: #2de0b5;
    border-color: #2de0b5;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #2de0b5;
    border-color: #2de0b5;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #2de0b5;
    border-color: #2de0b5;
    box-shadow: 0 0 0 0.15rem rgba(45, 224, 181, 0.5);
}

.page-item.active .page-link,
[data-toggle="lists"] .pagination > li.active .page-link,
.page-item.active [data-toggle="lists"] .pagination .page,
[data-toggle="lists"] .pagination .page-item.active .page,
[data-toggle="lists"] .pagination > li.active .page {
    background-color: #EDF2F9;
    border-color: #E3EBF6;
    color: #12263f;
    box-shadow: none;
}

.btn-outline-primary {
    color: #2de0b5;
    border-color: #2de0b5;
}

.btn-outline-primary:hover {
    background-color: #2de0b5;
    border-color: #2de0b5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.15rem rgba(45, 224, 181, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #2de0b5;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #2de0b5;
    border-color: #2de0b5;
}

.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: 0 0 0 0.15rem rgba(45, 224, 181, 0.5);
}

.parsley-errors-list {
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.table.dataTable td.dataTables_empty {
    text-align: left;
    font-size: .8125rem;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.6em;
}

.table thead th {
    font-size: .625rem;
}

.feather-16 {
    font-size: 1.1rem;
}

#reservationSuccessBody label {
    font-size: 15px;
}

.w-min-300 {
    min-width: 300px;
}

.bg-gray-100 {
    background-color: #FAFBFE !important
}

.bg-light-gray {
    background: #F1F2F7 !important;
}

.schedule_part_from {
    width: 100px;
}

input.form-control:not(.flatpickr-input):read-only {
    background-color: #edf2f9;
    cursor: not-allowed;
}

input.flatpickr-input:read-only {
    background-color: #EDF2F9 !important;
    color: #95AAC9;
}

input.form-control.flatpickr-input[type="hidden"] + input.form-control:read-only {
    background-color: white;
    cursor: initial;
}

input[class^='form-control'].flatpickr-input + input:read-only {
    cursor: initial;
}

.select2-selection.select2-selection--single:focus {
    outline: none;
}

li.select2-selection__choice {
    height: 30px;
}

.main-content input[disabled] {
    background-color: #EDF2F9;
}

.select2-selection {
    padding: 0 !important;
}

.select2-container--disabled .select2-selection {
    background-color: #EDF2F9 !important;
}

.custom_scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.custom_scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.cursor-normal {
    cursor: default !important;
}

.select2 > .selection > .select2-selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #D2DDEC;
}

.select2 > .selection .select2-selection__rendered {
    min-height: 38px;
    max-height: 60px;
    overflow-y: auto;
}

.select2 > .selection > .select2-selection .select2-selection__arrow {
    position: relative;
}

.nav-overflow::-webkit-scrollbar {
    display: block !important;
    background: silver;
    height: 8px;
}

.nav-overflow::-webkit-scrollbar-thumb:horizontal {
    background: silver;
    transition: background-color .3s;
}

.nav-overflow::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #1657af;
    border: solid 1px white;
}

#clubContactModal .modal-content {
    min-height: 400px;
}

#clubContactModal .loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffff;
    z-index: 999999;
    top: 0;
    left: 0;
}

.club-contact-status {
    width: 25px;
    position: relative;
    height: 25px;
    border-radius: 50%;
    background: #C9DDF8;
    color: #6A7B91;
    cursor: pointer;
}

.club-contact-status:hover:not(.big):after, .club-contact-status.selected:not(.big):after {
    border-radius: 50%;
    padding: 5px;
    border: 4px solid #C9DDF8;
    position: absolute;
    content: '';
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
}

.club-contact-status.big {
    width: fit-content;
    height: auto;
    padding: 7px 30px;
    border-radius: 24px;
}


.club-contact-status.contacted-positive {
    background: #04E0B5;
    color: #1E1934;
}

.club-contact-status.contacted-negative {
    background: #FC425E;
    color: #FFFFFF;
}

.club-contact-status.not-available {
    color: #1E1934;
    background: #F6C342;
}

.club-contact-status.contacted-skeptical {
    background: #8BB9B7;
    color: white;
}

.club-contact-status.contacted-positive:hover:after, .club-contact-status.contacted-positive.selected:after {
    border-color: #04E8B5;
}

.club-contact-status.contacted-negative:hover:after, .club-contact-status.contacted-negative.selected:after {
    border-color: #FC425E;
}

.club-contact-status.not-available:hover:after, .club-contact-status.not-available.selected:after {
    border-color: #F6C342;
}

.club-contact-status.contacted-skeptical:hover:after, .club-contact-status.contacted-skeptical.selected:after {
    border-color: #8BB9B7;
}

.input-checkbox {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    font: inherit;
    width: 1rem;
    height: 1rem;
    border: 0 solid #B1C2D9;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    background-color: #E3EBF6;
    border-radius: 0.375rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-checkbox::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #FFF;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    background-color: #39CBB1;
}

.input-checkbox:focus {
    outline: max(2px, 0.15em) solid #39CBB1;
    outline-offset: max(2px, 0.15em);
}

.input-checkbox:disabled {
    --form-control-color: #ddd;
    color: #ddd;
    cursor: not-allowed;
}

.input-checkbox:checked::before {
    transform: scale(1);
}

.input-checkbox:checked {
    background-color: #39CBB1;
    border-color: #39CBB1;
}

.main-content input[disabled].input-checkbox {
    opacity: 0.6;
}

.club-contact-edit,
.club-seller-edit,
.club-seller-toggle,
.club-seller-show,
.club-seller-disassociate {
    font-size: 25px;
    color: #9AACBF;
    cursor: pointer;
}

.club-contact-edit:hover,
.club-seller-edit:hover,
.club-seller-toggle:hover,
.club-seller-show:hover {
    color: #2C7BE5;
}

.club-contact-delete {
    font-size: 35px;
    line-height: 1;
    color: #99ACBF;
    cursor: pointer;
}

.club-contact-delete:hover {
    color: #FA7A8D;
}

.show-club-contact-label {
    width: 10%;
    color: #606871;
    text-align: left;
}

.show-club-contact-input {
    width: 70%;
    word-break: break-word;
    padding-left: 10%;
}

.z-10 {
    z-index: 10;
}

.z-10000 {
    z-index: 10000 !important;
}

.bootstrap-tagsinput > .badge {
    margin-right: 5px !important;
}

.bg-lightgray {
    background-color: #C5D0E2;
}

.navbar-divider {
    border-top: 1px solid #606B84;
}

.collapseButton {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    transition: box-shadow .15s ease-in-out;
}

.collapseButton:focus, .collapseButton:hover, .collapseButton:active {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
    text-decoration: none !important;
    border: 1px solid transparent;
    background-color: transparent;
}

.avatar-title {
    border: 2.5px solid #2de0b5;
}

.icon.active::after {
    background-color: #e63757;
}

.select2-selection.boostrap-select2-wrapper {
    height: 40px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    overflow-y: auto !important;
}

.swal2-container {
    z-index: 10000 !important;
}


body .modal {
    z-index: 2001;
}

body .modal-backdrop + .select2-container .select2-dropdown {
    z-index: 3000;
}

.btn-nav-item {
    padding: 0.625rem 0.5rem;
}

.green-circle-icon {
    width: 26px;
    height: 26px;
}

.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #04E0B5;
}

.nav-link.active > .hide-in-small-navigation {
    color: #FFFFFF !important;
}

.my-team-modal .modal-header {
    background-color: #F4F5F8;
    border: 1px solid #F4F5F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.my-team-modal .modal-header .modal-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

.my-team-modal .header-border {
    height: 7px;
    background-color: #DBE3F1;
}


.my-team-modal .modal-header .close {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    background-image: url(/assets/img/times.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.my-team-modal .purchase-product-title {
    font-weight: normal;
    font-size: 18px;
}

.my-team-modal .purchase-product {
    border-bottom: 1px solid #D2DDED;
}

.my-team-modal .grey-bg {
    background: #EDF2F9;
    border: 1px solid #EDF2F9;
    border-radius: 0.3em;
}

.my-team-modal .grey-bg .list-group-item {
    border-color: #D2DDED !important;
}

.my-team-modal .modal-footer {
    border-color: #D2DDED;
}

.bootstrap-theme {
    border: 1px solid #D2DDEC !important;
    border-radius: 0.375rem !important;
    max-height: 40px !important;
}

.bootstrap-theme.border-danger {
    border: 1px solid #E63757 !important;
}

.bootstrap-theme.multiselect.is-disabled {
    background: #efefef;
}

.bootstrap-theme input {
    border: 1px solid #fff !important;
    border-radius: 0.375rem !important;
    max-height: 38px !important;
    margin-top: 1px;
}

.bootstrap-theme.is-active {
    color: #12263F !important;
    background-color: #FFFFFF !important;
    border-color: #2C7BE5 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.bootstrap-theme .multiselect-tag {
    background: #EDF2F9 !important;
    color: #12263F !important;
    font-weight: normal !important;
}

.bootstrap-theme-picker .dp__input {
    padding: 7px 35px !important;
    border: 1px solid #D2DDEC !important;

}

.bootstrap-theme-picker .dp__input:focus {
    border: 1px solid #2C7BE5 !important;

}

.multiselect-spinner {
    background-color: #95AAC9 !important;
}

.overflow-visible-important {
    overflow: visible !important;
}

.delete-product {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #D2DDEC !important;
    border-radius: 100%;
}

.delete-product:hover {
    background-color: #FC425E !important;
    border: 1px solid #FC425E !important;
}

.delete-product:hover img {
    filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.btn {
        padding: 10px 12px;
    }

    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.payment-history-link {
        padding: 0.5rem 1rem;
    }

    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.payment-history-link fe {
        min-width: unset;
    }

    .navbar-vertical.navbar-expand-lg .navbar-brand-img {
        max-height: 6.2rem;
        margin: 0;
    }

    .navbar-vertical.navbar-expand-lg .navbar-brand {
        display: block;
        text-align: center;
        padding-top: 0.45rem;
        padding-bottom: 0.25rem;
    }

    .navbar-vertical-sm.navbar-expand-lg .navbar-brand-img {
        width: auto;
        max-height: 3rem;
        margin: 1.8rem 0 1.8rem 0;
    }

    .navbar-vertical-sm.navbar-expand-lg .navbar-brand {
        padding-top: 0.45rem;
        padding-bottom: 0.25rem;
    }

    #topbar {
        z-index: 2000;
        position: fixed;
        width: 100%;
    }

    .navbar-vertical.navbar-expand-lg.fixed-left:not([style*="display: none"]) ~ .main-content {
        margin-left: 240px;
    }

    .navbar-vertical.navbar-expand-lg.fixed-left.is-small-menu:not([style*="display: none"]) ~ .main-content {
        margin-left: 60px !important;
    }

    .main-content {
        padding-top: 65px;
    }

    #sidebar {
        margin-top: 60px;
        z-index: 2000;
    }

    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:before {
        top: 0.5rem;
        bottom: 0.5rem;
        left: 0;
        right: auto;
        border-left: 0;
        border-bottom: 0;
    }

    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active :first-child {
        color: #2de0b5;
        fill: #2de0b5;
    }

    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.payment-history-link svg {
        fill: #c5d0e2;
        vertical-align: text-bottom;
    }

    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.payment-history-link.active svg {
        fill: #2de0b5;
    }

    .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link.active:not(.btn) {
        color: #FFFFFF !important;
    }
}

@media (max-width: 992px) {
    #sidebar .logo {
        display: inline-block !important;
    }

    #topbar {
        display: none !important;
    }

    .navbar-brand-img, .navbar-brand > img {
        max-width: 100%;
        max-height: 3.5rem;
    }
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-0 {
    line-height: 0 !important;
}

.line-height-15 {
    line-height: 1.5 !important;
}

.storage-metric-label {
    font-size: 0.8em;
}

.details-control {
    background-size: 20px !important;
    background-position: center;
}

.odd .details-control {
    background-color: #f9f9f9 !important;
}

.even .details-control {
    background-color: #ffffff !important;
}

.storage-button {
    width: 20px;
    height: 20px;
}

.expand-storages {
    background-color: transparent;
    background-image: url('/assets/img/details_open.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.shrink-storages {
    background-color: transparent;
    background-image: url('/assets/img/details_close.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 800px) {
    .registration-card-width {
        width: 750px;
    }
}

@media only screen and (max-width: 799px) {
    .registration-card-width {
        width: 90vw;
    }
}

#product:disabled, #purchase_product:disabled, #product_categories_edit:disabled {
    background-color: #efefef !important;
}

.form-translations-box {
    display: none;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
}

.custom-create-btn {
    color: #1E1934;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 10px 10px !important;
}

.custom-create-btn .icon {
    font-size: 25px;
    padding-right: 10px;
}

.custom-create-btn .divider {
    background-color: #08BF9F;
    opacity: 0.8;
    width: 2px;
    height: 25px;
    margin-right: 12px;
}

.affiliate-text-thumbnail {
    height: 40px;
    width: 40px;
    background: #1d263b;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

tr.draggable-row:hover td {
    cursor: grab;
}

.dataTables_wrapper > .row:last-of-type {
    margin: 5px 0;
}

.dataTables_wrapper > .row:last-of-type > div:last-of-type {
    order: -1;
    flex: 0 0 100% !important;
    max-width: 100%;
    padding-left: 0;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 5px;
    text-align: left;
    font-size: 0.875rem
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start;
}

.dataTables_wrapper .dataTables_info {
    text-align: right;
}

.modal-content {
    max-height: 95vh;
    overflow: auto;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #2de0b5;
    border-color: #2de0b5;
}

.pre-confirm-box {
    background-color: #EDF2F9;
    border-radius: 6px;
    padding: 20px 25px;
    color: #283D59;
    font-size: 14px;
}

.pre-confirm-box .title {
    font-size: 16px;
}

.pre-confirm-info-box {
    background-color: #8496B2;
    border-radius: 12px;
    padding: 3px 7px;
    color: #fff;
    width: fit-content;
}

.pre-confirm-divider {
    width: 100%;
    height: 1px;
    background: #BCC8D9;
}


[type='checkbox'].pre-confirm-accept-checkbox {
    width: 18px !important;
    height: 18px !important;
    padding-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 1px solid #9AACC9;
    box-shadow: none;
    font-size: 0.8em;
    text-align: center;
    line-height: 1em;
    background: #fff;
}

input[type='checkbox'].pre-confirm-accept-checkbox:checked:after {
    content: '✔';
    color: #9AACC9;
}

[for="pre-confirm-accept-checkbox"] {
    padding-top: 6px !important;
}

.page-link, [data-toggle="lists"] .pagination .page {
    padding: 5px 10px !important;
}

.btn-help {
    background: #475771;
    font-size: 13px;
    color: #fff;
    border: none;
    outline: none;
}

.btn-help:focus, .btn-help:active, .btn-help:visited {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-help:hover {
    color: #fff;
    background: #596D89;
}

.event-color {
    width: 20px;
    position: relative;
    height: 20px;
    border-radius: 50%;
    background: #C9DDF8;
    color: #6A7B91;
    cursor: pointer;
}

.event-color:hover:after, .event-color.selected:after {
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    content: '';
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
}

.event-line {
    width: 5px;
    height: 88%;
    border-radius: 4px;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}


.need-help-desktop {
    display: block;
}

.need-help-mobile {
    display: none;
}

@media (max-width: 450px) {
    .need-help-mobile {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .need-help-desktop {
        display: none;
    }
}

.my-team-modal .modal-header {
    background-color: #F4F5F8;
    border: 1px solid #F4F5F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.my-team-modal .modal-header .modal-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

.my-team-modal .header-border {
    height: 7px;
    background-color: #DBE3F1;
}


.my-team-modal .modal-header .close {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    background-image: url(/assets/img/times.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.my-team-modal .purchase-product-title {
    font-weight: normal;
    font-size: 18px;
}

.my-team-modal .purchase-product {
    border-bottom: 1px solid #D2DDED;
}

.my-team-modal .grey-bg {
    background: #EDF2F9;
    border: 1px solid #EDF2F9;
    border-radius: 0.3em;
}

.my-team-modal .grey-bg .list-group-item {
    border-color: #D2DDED !important;
}

.my-team-modal .modal-footer {
    border-color: #D2DDED;
}

.sticky-bottom-form-container {
    position: fixed;
    width: 100%;
    right: 20px;
    bottom: 30px;
}

.dtfc-fixed-left {
    z-index: 1;
}

.disabled-field {
    opacity: 0.55;
}

.hover-opacity:hover {
    opacity: 0.7;
}

.delete-metric {
    cursor: pointer;
    border-radius: 50%;
    padding: 5px 9px;
    color: rgb(136, 150, 171);
    display: flex;
    background: #fff;
    justify-content: center;
    border: 1px solid #D2DDEC;
}

.delete-metric:hover {
    background: red;
    border-color: red;
    color: #fff;
}

.save-evaluation {
    transition: all 0.2s;
    transform: scale(1.2);
}

.save-evaluation:hover {
    transform: scale(1.3);
}

.clear-evaluation {
    transition: all 0.2s;
}

.clear-evaluation:hover {
    transform: scale(1.1);
}

.evaluation-badge {
    background-color: #E2E6ED;
    color: #6E84A3;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    padding: 3px 8px;
}

.evaluation-team-name {
    background-color: #8496B2;
    font: normal normal normal 14px/23px Roboto;
    padding: 2px 15px;
    border-radius: 12px
}

.search-group {
    position: relative;
    height: 44px;
}

.search-group input {
    position: absolute;
    padding-right: 45px;
    height: 100%
}

.search-group span {
    position: absolute;
    right: 15px;
    top: 11px;
}

.q-tooltip {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #7287A8;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}

.q-tooltip:hover {
    background-color: #54657F;
}

.tooltip-inner {
    max-width: 600px;
    width: fit-content;
    white-space: pre-wrap;
}

.table.metrics-table tbody td {
    padding: 0.5rem;
}

.metric-input {
    height: 30px;
}

@media (max-width: 768px) {
    .delete-metric {
        width: fit-content;
    }

    .dataTables_wrapper .dataTables_filter > label {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .dataTables_wrapper .dataTables_filter > label > input {
        flex-grow: 1;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: left;
        border-top: 1px solid #EDF2F9;
        border-bottom: 1px solid #EDF2F9;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    div.dataTables_wrapper div.dataTables_length > label {
        margin-bottom: 0;
    }
}

.list-group-item:hover {
    background-color: #F7F9FB;
}

.dashboard .card {
    box-shadow: 0px 3px 15px #0000000D !important;
}

.custom-select {
    /*width: 12em;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("chevron-down.svg") !important;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1em auto, 100%;
    border: 1px solid #D9E2EF;
    /*box-shadow: 0px 3px 10px #0000001A;*/
    border-radius: .275rem;
}

.game-tag {
    background-color: #FC425E;
    color: white;
}

.training-tag {
    background-color: #04E0B5;
    color: #1E1934;
}

.simple-tag {
    background-color: #899EBF;
    color: white;
}

.stronger-text-muted {
    color: #7287A8;
}

.light-shadow {
    box-shadow: 0px 3px 15px #0000000D;
    border: 1px solid #EDF2F9;
    border-radius: 10px;
}

.action-card .action-card-icon {
    color: #7287A8;
}

.action-card {
    cursor: pointer;
    word-spacing: 9999px;
}


.action-card:hover {
    background-color: #1d263b;
    color: #FFFFFF;
}

.action-card:hover .action-card-icon {
    color: #2de0b5;
!important;
}

.activity-feed {
    min-height: 20rem;
}

.activity-feed .list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.25rem;
    background-color: transparent;
    border-bottom: 1px solid #E3EBF6;
    border-left: none;
}

.activity-feed .list-group-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    height: 100%;
    border-left: none;
}

.list-group-item:hover {
    background-color: #F7F9FB;
}

.dashboard .card {
    box-shadow: 0px 3px 15px #0000000D !important;
}

.game-tag {
    background-color: #FC425E;
    color: white;
}

.training-tag {
    background-color: #04E0B5;
    color: #1E1934;
}

.simple-tag {
    background-color: #899EBF;
    color: white;
}

.stronger-text-muted {
    color: #7287A8;
}

.light-shadow {
    box-shadow: 0px 3px 15px #0000000D;
    border: 1px solid #EDF2F9;
    border-radius: 10px;
}

.kyc-alert-active {
    color: #FFFFFF;
    background-color: #39CBB1;
    border-color: #39CBB1;
}


.kyc-alert-warning {
    color: #1E1934;
    background-color: #F6C342;
    border-color: #F6C342;
}


.kyc-alert-error {
    color: #FFFFFF;
    background-color: #E63757;
    border-color: #E63757;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.20313rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #FFFFFF;
    border-color: #39CBB1;
    background-color: #39CBB1;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: transparent;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #39CBB1;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #FFFFFF;
    background-color: #cbdef9;
    border-color: #cbdef9;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #95AAC9;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #FFFFFF;
}


.indicator {
    width: 12px;
    height: 12px;
    left: 20px;
    /* UI Properties */
    background: #04E0B5 0% 0% no-repeat padding-box;
    border-radius: 100%;
    opacity: 1;
}

.bg-purple {
    background: #2B18A5 !important;
}

.bg-purple:hover {
    opacity: .85;
}

.text-light-purple {
    color: #C5D0E2;
}

.text-purple {
    color: #4026B2;
}

.fe.hide-in-small-navigation.d-none::before {
    display: none;
}

.no-bg-hover:hover {
    background-color: transparent !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

table tr.inactive td {
    opacity: .6;
    cursor: not-allowed;
}

table tr.inactive button {
    pointer-events: none;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-60px {
    max-width: 60px !important;
}

.jq-toast-wrap {
    z-index: 10000 !important;
}


.roboto {
    font-family: Roboto, sans-serif !important;
}

.font-29 {
    font-size: 29px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-22 {
    font-size: 22px ! important;
}

.font-20 {
    font-size: 20px ! important;
}

.font-18 {
    font-size: 18px ! important;
}

.font-16 {
    font-size: 16px ! important;
}

.font-14 {
    font-size: 14px ! important;
}

.font-12 {
    font-size: 12px ! important;
}


.text-green {
    color: #4FB5A9 !important;
}

.custom-shadow {
    box-shadow: 0px 3px 15px #00000015 !important;
}

.no-wrap {
    white-space: nowrap !important;
}

.pre-line {
    white-space: pre-line !important;
}


.font-10 {
    font-size: 10px ! important;
}


.is-small-menu .nav-item.nav-marketplace > a > img {
    margin-left: 5px !important;
}

.text-dark-purple {
    color: #1E1934 !important;
}

.text-dark-green {
    color: #245D52 !important;
}

.bg-dark-green {
    background: #b2e3da !important;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

.insurance-card {
    max-width: 450px;
}

.mw-1070 {
    max-width: 1070px !important;
}

.mw-200 {
    max-width: 200px !important;
}

.underline {
    text-decoration: underline !important;
}

.popover {
    z-index: 9999;
    min-width: 400px !important;
}

.bg-light-purple {
    background-color: #F6F5FC;
}

.intercom_banner {
    /* UI Properties */
    background: transparent linear-gradient(94deg, #2C7BE5 0%, #322BEF 100%) 0% 0% no-repeat padding-box !important;
}

.-translate-y-50 {
    transform: translateY(-50%) !important;
}

.btn-primary:hover {
    background-color: #2ad0a8;
    border-color: #2ad0a8;
    cursor: pointer;
}

.maz-border {
    border-width: 1px !important;
    border-color: #C6D2E2 !important;
}


.m-phone-number-input.phone-input-component.--col .m-input.m-phone-input,
.m-phone-number-input.phone-input-component.--col .m-input.m-phone-input .m-input-wrapper {
    width: 100% !important;
}

.-translate-x-50 {
    transform: translateX(-50%) !important;
}

.container-2xl {
    max-width: 1400px;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
}

.bg-dark-purple {
    background-color: #4026B2 !important;
}

.text-dark-purple-variant {
    color: #4026B2 !important;
}

.multiselect-wrapper {
    min-height: 32px !important;
}

.multiselect {
    border-width: 2px !important;
    border-color: #E3EBF6 !important;
}

.dp__input.dp__input_icon_pad:read-only {
    background-color: #edf2f9;
    cursor: not-allowed;
}

input.dp__pointer.dp__input {
    border-width: 2px !important;
    border-color: #E3EBF6 !important;
}

.bg-green {
    background: #04E0B5 0% 0% no-repeat padding-box !important;
}

.bg-green-soft {
    background: #04e0b578 0% 0% no-repeat padding-box !important;
}

.avatar-md {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    font-size: 14px;
}

.btn-outline-dark:hover {
    color: white !important;
    opacity: 0.9;
}

.myteam-green-text {
    color: #04E0B5 !important
}

.profile-switcher-selected-club-logo {
    height: 35px;
}

.profile-switcher-selected-club-text {
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
    text-wrap: nowrap;
}

.error-page-profile-switcher-logo-wrapper {
    height: 35px;
    width: 35px;
}

.bs-tooltip-top,
.bs-tooltip-bottom,
.bs-tooltip-left,
.bs-tooltip-right {
    z-index: 10000;
}

.tooltip-inner {
    background-color: white;
    color: black;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #ffffff;
    top: -1px;
}

.trial-alert .btn {
    border: 2px solid rgba(255, 255, 255, 0.48);
    border-radius: 6px;
}

.max-width-none {
    max-width: unset !important;
}

.bg_facebook {
    background: #1E6BE9;
}

.text-fb {
    color: #1E6BE9;
}

.social_provider {
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid currentColor;
}

.social_google:hover {
    background: #F5F9FD !important;
}

.social_facebook:hover {
    background: #0E51BC !important;
    color: #0E51BC !important;
}

.social_provider.social_apple:hover {
    background: #393939 !important;
    color: #393939 !important;
}

.bg-dark {
    background: #12263F !important;
}

@media only screen and (max-width: 767px) {
    .income-stats {
        border-bottom: 1px solid #EDF2F9;
        margin-bottom: 10px;
    }

    .border-md-0 {
        border-width: 0 !important;
    }
}


.terms {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #DEE5ED;
    padding: 20px 0;
    font-size: 12px;
}

.terms-link {
    color: #9AACC9;
    text-decoration: none;
    margin: 0 10px;
}

.terms-link:hover {
    color: #617490;
    text-decoration-color: #617490;
    text-decoration: underline;
}

.select_all:hover,
.deselect_all:hover {
    background-color: #F9FBFD;
    border-color: #D2DDEC;
}

.select_all:active,
.deselect_all:active {
    background-color: #e6e6e6;
    border-color: #dfdfdf;
}

.txt-light-blue {
    color: #3D7FE1 !important;
}

.bg-light-blue {
    background-color: #D6E5F9 !important;
}

#impersonate-banner {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
    background-color: #30394D;
    color: #fff;
    z-index: 45;
}

#impersonate-banner + .main-content {
    padding-top: 7rem;
}

.household-members-container .row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

.household-members-container .row:last-child {
    margin-bottom: 0;
}

.household-members-container .cell {
    flex: 1;
    text-align: left;
    padding: 5px;
}

.household-members-container .cell:nth-child(2) {
    flex: 2;
}

.min-h-250 {
    min-height: 250px;
}

.bg-gray-300 {
    background-color: #F7F9FB;
}

.bg-success-light {
    background: #E8FCF3;
}

.season-notify-icon {
    width: 43px;
    height: 43px;
    text-align: center;
    border-radius: 50%;
    place-content: center;
}

.season-action-btn:hover .chevron-success{
    color: #04E0B5;
}

.season-action-btn{
    border-radius: 8px;
}

.season-action-btn:hover {
    background-color: #EFF4F8;
}

.season-action-badge {
    height: 25px;
    border-radius: 14px;
    vertical-align: middle;
    align-content: center;
    padding: 3px 20px;
    font-weight: 500;
}
