/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #4b5158;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .navbar-toggler {
    top: 0.25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: 0.75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.cm-scroller {
    overflow: auto;
    min-height: 350px;
}

:root {
    --bs-body-color: #4b5158;
    --bs-body-bg: #f2f2f2;
    --bs-primary: var(--bs-primary);
    --bs-primary-rgb: 238, 39, 55;
    --bs-dark: #383838;
    --bs-link-color: var(--bs-primary);
    --bs-body-font-size: 0.85rem;
    --bs-tertiary-bg: #ebebeb;
    --bs-card-title-color: #4b5158;
    --bs-heading-color: #4b5158;
    --bs-dark-rgb: #4b5158;
    --swiper-navigation-size: 20px;
    --swiper-navigation-color: #4b5158;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

body {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    font-family: bio-sans, sans-serif;
}

.bio-sans {
    font-family: bio-sans, sans-serif;
}

b,
strong {
    font-weight: 600;
}

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

.text-help,
.help-text {
    color: #549a41 !important;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
}

i.text-help {
    color: #cdca9f !important;
    font-style: normal;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
}

.h1 {
    font-size: 1.4rem;
    font-weight: 700 !important;
    font-style: italic !important;
}

h1 i {
    color: var(--bs-primary);
}

h3 {
    color: var(--bs-primary);
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.link-primary:focus,
.link-primary:hover {
    color: #fff !important;
}

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

a {
    color: var(--bs-primary);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.sortable {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.subheader {
    background: #fff;
    padding-left: 20px;
    padding-right: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.navbar .navbar-toggler svg {
    color: #fff;
}

.navbar .navbar-toggler {
    top: 0.7rem;
    right: 1rem;
    color: #fff;
    border: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media (min-width: 992px) {
    .subheader {
        position: sticky;
        top: 0;
        z-index: 1020;
        background: rgb(0, 0, 0);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 50%);
        box-shadow: none !important;
    }
}

@media (max-width: 992px) {
    #sidebarMenu {
        top: 17px;
        position: fixed;
    }
}

.badge {
    font-weight: 300;
    border-radius: 20px;
    padding: 5px 10px 6px 10px;
}

.table {
    --bs-table-color: #4b5158;
}

.table {
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 24px;
}

.card {
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border: none;
}

.card-body {
    flex: 1 1 auto;
    padding: 30px 50px 30px 50px;
}

.card-header {
    color: var(--bs-primary);
    font-size: 16px;
    background: #fff;
    border-left: 8px solid var(--bs-primary);
    border-top-left-radius: 0px !important;
}

.table > :not(caption) > * > * {
    background-color: #fff;
    border-bottom-width: 4px;
    border-bottom-color: #f2f2f2;
    vertical-align: middle;
    padding: 0.2rem 0.7rem 0.2rem 0.7rem;
}

.table > thead th {
    background-color: #6b747db8 !important;
    padding: 1rem 0.7rem 1rem 0.7rem;
    font-weight: 400;
    color: #fff;
    line-height: 1rem;
    font-size: 0.8rem;
    border-radius: 0;
}

/*
.sortable span {
  width: 100%;
}
*/

thead th .float-end {
    float: left !important;
    margin-right: 9px !important;
}

table th {
    border-radius: 4px;
}

table .btn {
    margin: 3px;
}

td {
    height: 53px;
}

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

.border-none {
    border: none !important;
}

/* BUTTONS --------------------------------------------------------------- */

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.94rem;
    --bs-btn-font-size: 0.75rem;
    text-transform: uppercase;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
    font-size: 1.2rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: rgba(0, 0, 0, 0.9);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #a4a4a3;
    --bs-btn-disabled-bg: #a4a4a3;
    --bs-btn-disabled-border-color: #a4a4a3;
}

.btn.btn-primary.text-capitalize {
    text-transform: uppercase !important;
}

.btn .fa-fw {
    font-size: 0.8rem;
    margin-right: 5px;
}

.btn.icon .fa-fw {
    font-size: 1.2rem;
    margin: 0;
}

.btn.btn-secondary.current .fa-fw {
    color: var(--bs-primary);
}

.btn.btn-secondary:hover {
    color: var(--bs-btn-hover-color);
    background-color: #2f2f2f;
    border-color: #2f2f2f;
}

.btn-mini {
    --bs-btn-padding-x: 0.9rem;
    --bs-btn-font-size: 0.7rem;
    text-transform: uppercase;
    padding-bottom: 0.62rem;
    padding-top: 0.5rem;
}

.btn-mini .fa-fw {
    text-align: center;
    width: 1.25em;
    font-size: 0.9rem;
}

.btn.btn-primary.icon,
.btn.btn-secondary.icon {
    --bs-btn-padding-x: 0.9rem;
    --bs-btn-padding-y: 0.9rem;
    --bs-btn-font-size: 0.8rem;
}

.btn-secondary {
    background-color: rgb(107, 116, 125);
    border-color: #6b747d;
}

.btn.btn-secondary:hover {
    color: var(--bs-btn-hover-color);
    background-color: #4b5158;
    border-color: #4b5158;
}

.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn:active,
.btn.active,
.btn.show {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.icon_cta {
    display: inline-flex;
    flex-direction: column;
    width: 55px;
}

.icon_cta span {
    font-size: 0.6rem;
    text-align: center;
}

.btn-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
}

.btn-outline-secondary {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
}

.list-group-item {
    transition: all 0.3s ease-in-out;
}

.list-group-item.active {
    color: #fff;
    background-color: transparent;
    border-color: #c42431;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #ffffff;
    border-color: #c42431;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

input[type='file'] {
    /* line-height: 2.5;  */
    line-height: 36px;
}

.ts-wrapper.multi .ts-control > div {
    font-size: 0.85rem;
    cursor: pointer;
    margin: 0 3px 1px 0;
    padding: 6px 10px;
    padding-right: 10px;
    background: #fff;
    color: #3f3f3f;
    border: 0 solid #dee2e6;
}

.bg-dark {
    color: #ffffff;
    background: #454545 !important;
    border-radius: 4px;
}

.img-link {
    display: block;
    padding: 4px;
    border: 4px solid var(--bs-primary);
    border-radius: 100%;
    margin: auto;
}

.list-group {
    --bs-list-group-bg: transparent;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 0.85rem;
    --bs-pagination-color: #fff;
    --bs-pagination-bg: #383838;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #383838;
    --bs-pagination-border-radius: 4px;
    --bs-pagination-hover-color: #ffffff;
    --bs-pagination-hover-bg: #2f2f2f;
    --bs-pagination-hover-border-color: #2f2f2f;
    --bs-pagination-focus-color: var(--bs-primary);
    --bs-pagination-focus-bg: #383838;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(238, 39, 55, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-disabled-color: #9b9b9b;
    --bs-pagination-disabled-bg: #454545;
    --bs-pagination-disabled-border-color: #454545;
}

.active > .page-link,
.page-link.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.page-item {
    margin: 0.3rem;
}

.page-link {
    padding: 10px 17px 10px 17px;
    border-radius: 4px;
}

.page-item.disabled {
    display: none;
}

.sidebar .nav-link {
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.73rem;
    border-bottom: 1px solid rgba(var(--bs-secondary-rgb), 0.25);
    padding: 11px 0 11px 20px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active:hover {
    background: #41464c;
    color: #fff !important;
}

.sidebar {
    padding: 25px 0 50px 0;
}

.nav-link.active {
    background: #fff;
    color: var(--bs-primary) !important;
}

.navbar-brand {
    background-color: transparent;
    box-shadow: none;
}

.nav-link svg,
.nav-link .fal {
    font-size: 0.8rem;
    margin-right: 3px;
    height: 13px !important;
}

main {
    min-height: 100vh !important;
    margin-left: auto;
}

.sidebar {
    position: fixed;
}

.sidebar-heading {
    font-size: 0.75rem;
    text-transform: uppercase;
    box-shadow: inset 15px 0px 30px rgba(0, 0, 0, 0.25);
    padding: 7px;
    margin: 0;
    color: #ffffff;
}

.dropdown-menu {
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: rgba(69, 69, 69, 0.9);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #d1d1d1;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-link-hover-bg: #383838;
    --bs-dropdown-link-active-color: var(--bs-primary);
    --bs-dropdown-link-active-bg: #383838;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: 10px;
    margin: 0;
    margin-top: 0px;
    font-size: 0.85rem;
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: rgba(75, 81, 88, 1);
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    text-transform: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-top: -2px !important;
}

.dropdown-toggle::after {
    float: right;
    margin: 8px 15px;
    transition: all 0.3s ease-in-out;
}

.dropdown-toggle[aria-expanded='true']::after {
    transform: rotate(180deg);
}

.cm-editor {
    background: #fff;
}

/* FORMS --------------------------------------------------------------- */

.form-text {
    margin-top: 0.25rem;
    font-size: 0.85em;
    color: #949494;
    margin-left: 0.25rem;
}

.form-control {
    font-size: 0.9rem;
    line-height: 2.2;
    min-height: 50px;
}

.form-control::placeholder {
    color: #a0a0a0;
}

.form-label,
.form-check-label,
.col-form-label {
    color: #4b5158;
    font-weight: 600;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    color: #4b5158;
    background-color: #ededee;
    background-clip: padding-box;
    border: 1px solid #ededee;
    appearance: none;
    border-radius: 4px;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    /* font-size: 0.9rem;
  line-height: 2.2; */
    font-size: 0.85rem;
    line-height: 1.6;
    min-height: 50px;
}

.form-select {
    -moz-padding-start: calc(0.75rem - 3px);
    appearance: none;
    background-color: #ededee;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ededee;
    border-radius: 0.375rem;
    color: #4b5158;
    display: block;
    /* font-size: 0.9rem;
    line-height: 2.2; */
    font-size: 0.8rem;
    line-height: 2.7;
    min-height: 50px;
    font-weight: 400;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    width: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
    text-align: center;
}

.form-control:focus,
.focus .ts-control {
    background-color: #fff;
    border-color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(187, 187, 187, 0.25);
    color: #4b5158;
    outline: 0;
}

.modal-content {
    background-color: #454545;
    padding: 0px;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.25);
}

form[name='back_user_filter'] .mb-3,
form[name='recommendation_filter'] .mb-3,
form[name='sale_filter'] .mb-3,
#arena_back_user_filter_packSubscriptions .mb-3 {
    margin-bottom: 0.5rem !important;
}

.ts-control {
    color: #fff;
}

.form-control[type='number']:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #383838;
    border-right: none;
    border-left: none;
}

.form-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(187, 187, 187, 0.25);
}

@media (max-width: 992px) {
    .form-control {
        font-size: 16px;
        line-height: 2.2;
    }

    form[name='back_user_filter'] .mb-3,
    form[name='recommendation_filter'] .mb-3 {
        margin: 0.3rem !important;
    }
}

.dropzone {
    min-height: 150px;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    padding: 20px 20px;
}

.dropzone .dz-message .dz-button,
.ts-dropdown,
.ts-control,
.ts-control input {
    color: #4b5158 !important;
    font-size: 0.8rem;
}

.ts-dropdown .active {
    background-color: #fff;
    color: var(--bs-body-color);
}

.vich-file input {
    font-size: 0.8rem;
}

.ts-control input::placeholder {
    color: #b9b9b9 !important;
    opacity: 1;
}

selector .form-select:hover {
    background: var(--bs-primary) !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
    margin: 2px;
    font-size: 12px;
}

.progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #383838;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: var(--bs-primary);
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: 8px;
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: #d5d5d5;
    border-radius: var(--bs-progress-border-radius);
    margin: 0.5rem 0 1.5rem 0;
}

.nav-tabs {
    flex-wrap: wrap;
    border: none;
    gap: 15px;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    color: #4b5158;
    background-color: transparent;
    border-bottom: 4px solid #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 12px;
}

.nav-link i {
    margin-right: 4px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:focus {
    color: #4b5158 !important;
    background-color: transparent;
    border-bottom: 4px solid var(--bs-primary);
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs .nav-link:hover {
    border-color: var(--bs-primary);
}

.nav.nav-tabs.tabs-images {
    max-width: 800px;
    margin: auto;
}

.nav-tabs.tabs-images .nav-link {
    text-transform: uppercase;
    color: #ccc;
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs.tabs-images .nav-link {
    padding: 0;
}

.nav-tabs.tabs-images .nav-link img {
    width: 90%;
    border: 3px solid #000000;
    opacity: 0.75;
    transition: all 0.2s ease-in-out;
}

.nav-tabs.tabs-images .nav-link:hover img {
    width: 100%;
    border: 3px solid #000000;
    opacity: 1;
}

.nav-tabs.tabs-images .nav-link.active img,
.nav-tabs.tabs-images .nav-item.show .nav-link img,
.nav-tabs.tabs-images .nav-link:focus img {
    width: 100%;
    border: 3px solid var(--bs-primary);
    opacity: 1;
}

#back_user_phoneNumber_country,
#agency_phoneNumber_country,
#back_user_mobileNumber_country,
#recommendation_customerPhoneNumber_country,
#recommendation_customerMobileNumber_country,
#dev_reco_phoneNumber_country {
    font-size: 0.75rem;
    max-width: 85px;
    border-color: #ededee;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 11px 17px;
    padding: 0.375rem 1.8rem 0.375rem 0.75rem;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone .dz-preview .dz-image {
    border-radius: 4px;
}

legend {
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
}

textarea.form-control {
    min-height: 100px;
}

.spinner-group button[data-spinner-target='decrease'].btn.btn-primary,
.spinner-group button[data-spinner-target='decrease'].btn:disabled.btn-primary {
    background: #6c6c6c;
    border-color: #6c6c6c;
    color: #fff;
    border-right: none;
    opacity: 1;
}

.spinner-group button[data-spinner-target='increase'].btn.btn-primary {
    background: #6c6c6c;
    border-color: #6c6c6c;
    color: #fff;
    border-left: none;
}

.form-label.required::after,
.col-form-label.required::after {
    content: '| Obligatoire';
    font-size: 11px;
    font-weight: 300;
    margin-left: 7px;
    color: #767676;
    position: absolute;
    line-height: 20px;
}

fieldset .mb-3 {
    margin-top: 1rem;
}

.form-check-input {
    background-color: #ffffff;
    border: 1px solid #b6b6b6;
    height: 1.4em;
    margin-top: 0.1em;
    width: 1.4em;
    margin-right: 0.5rem;
}

.form-check-input:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(238, 39, 55, 0.25);
    outline: 0;
}

.form-check-input:checked {
    background-color: #383838;
    border-color: #383838;
}

.input-group-text {
    background-color: #a5a8ab;
    border: 1px solid #a5a8ab;
    color: #fff;
}

.finder-custom-field {
    height: 50px;
    background: #ededee;
    border-radius: 4px;
    line-height: 2.9;
    padding: 0.375rem 0.75rem;
    color: #4b5158;
    font-size: 0.8rem;
}

.commission-custom-field {
    height: 50px;
    background: rgb(56, 56, 56);
    background: linear-gradient(0deg, rgba(56, 56, 56, 0) 29%, rgb(233, 233, 233) 100%);
    border-radius: 4px;
    line-height: 2.5;
    padding: 0.375rem 0.75rem;
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    text-align: center;
    color: var(--bs-primary);
    margin-top: 2rem;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
    border-top-left-radius: var(--bs-card-border-radius) !important;
    border-top-right-radius: var(--bs-card-border-radius) !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #fff !important;
}

.accordion-item:last-child,
.accordion-flush > .accordion-item > .accordion-collapse {
    border-bottom-right-radius: var(--bs-card-border-radius) !important;
    border-bottom-left-radius: var(--bs-card-border-radius) !important;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

/* ETATS ERECOS ---------------------------------- */

.badge {
    font-weight: 600;
    border-radius: 20px;
    padding: 5px 10px 6px 10px;
    border: 1px solid;
    color: #4b5158;
}

.sale-state-draft {
    border-color: #868686;
    color: #868686;
}

.sale-state-to-review {
    border-color: #4b5158;
    color: #4b5158;
}

.sale-state-incomplete {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.sale-state-complete {
    border-color: #ef8100;
    color: #ef8100;
}

.sale-state-signed_act {
    border-color: #edd900;
    color: #edd900;
}

.sale-state-signed_act_validated {
    border-color: #32d9d7;
    color: #32d9d7;
}

.sale-state-payment_received {
    border-color: #0086e3;
    color: #0086e3;
}

.sale-state-invoiced {
    border-color: #ed9fda;
    color: #ed9fda;
}

.sale-state-invoice-validated {
    border-color: #ff00c0;
    color: #ff00c0;
}

.sale-state-paid {
    border-color: #afdb00;
    color: #afdb00;
}

.sale-state-cancelled {
    background: #313131 !important;
    color: #ccc;
    border: #ccc;
}

.recommendation-state-cancelled {
    border-color: #7f7f7f;
    color: #7f7f7f;
}

.recommendation-state-appointment {
    border-color: #a447df;
    color: #a447df;
}

.recommendation-state-sent {
    border-color: #fff;
    color: #868686;
}

.recommendation-state-agreement {
    border-color: #ef8100;
    color: #ef8100;
}

.recommendation-state-transaction {
    border-color: #e2ca00;
    color: #e2ca00;
}

.recommendation-state-commission {
    border-color: #afdb00;
    color: #afdb00;
}

.noUi-target {
    background: rgb(56, 56, 56);
    background: linear-gradient(90deg, rgba(56, 56, 56, 1) 6%, rgba(238, 39, 55, 1) 91%);
    border-radius: 4px;
    border: 1px solid var(--bs-primary);
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    height: 25px;
    right: -17px;
    top: -8px;
    width: 25px;
}

.noUi-horizontal {
    height: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.noUi-handle::before {
    content: none;
}

.noUi-handle::after {
    content: '€';
    left: 8px;
    top: 1px;
    background: none;
}

.noUi-handle {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    box-shadow:
        inset 0 0 1px #fff,
        inset 0 1px 7px #ebebeb,
        0 5px 8px 1px #2e2e2e;
    cursor: default;
}

.noUi-tooltip {
    background: #0303034d;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 2px 5px 4px 5px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

/* ELEARNING --------------------------------------------------------------- */

.course-course-category .card-bottom {
    padding: 25px 40px 35px 40px;
}

.progression {
    position: sticky;
    bottom: 0;
    width: 100%;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.298739564185049) 90%);
}

.card-bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

/* PARRAINAGE --------------------------------------------------------------- */

body.back-dev_reco-form {
    background-image: url("../images/back/bg_reco-2025-rmALKY_.webp");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    body.back-dev_reco-form {
        background-size: cover;
    }
}

body.back-dev_reco-form .intro .intro-content {
    padding: 23px 20px 14px 20px;
    width: fit-content;
    border-radius: 6px;
    margin: 9px auto;
    max-width: 800px;
}

/* RDV RESEAU --------------------------------------------------------------- */

body.back-rdv-reseau,
body.back-rdv-reseau-live-view {
    background-image: url("../images/back/bg_rdv-reseau-2025---EH5uH.webp");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    body.back-rdv-reseau,
    body.back-rdv-reseau-live-view {
        background-size: cover;
    }
}

body.back-rdv-reseau .intro .intro-content {
    padding: 23px 20px 14px 20px;
    width: fit-content;
    border-radius: 6px;
    margin: 9px auto;
    max-width: 800px;
}

body.back-rdv-reseau .card {
    background: rgba(69, 69, 69, 0.95);
}

/* BRANDING PACKS --------------------------------------------------------------- */

body.back-branding-packs {
    background-color: #454545;
    background-image: url("../images/back/bg_branding-packs-DeYEDdO.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-attachment: fixed;
}

body.back-branding-packs .list-group .list-group-item {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: #646464 solid 1px;
    border-radius: 0;
}

body.back-branding-packs .price {
    font-size: 2rem;
    font-weight: 700 !important;
    font-style: italic !important;
}

body.back-branding-packs hr {
    margin: 5px;
    border-color: #646464;
}

body.back-branding-packs .card {
    background-color: rgba(69, 69, 69, 0.95);
}

/* PAYMENT REQUIRED PACKS --------------------------------------------------------------- */

body.back-payment-required {
    background-color: #454545;
    background-image: url("../images/back/bg_payment-required-ZIt4xXa.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    background-attachment: fixed;
}

.form-select:disabled,
.form-control:disabled {
    color: #000;
}

.ts-control input {
    background: transparent !important;
    border: none;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
    background: #6c6c6c !important;
    border: none;
}

.turbo-progress-bar {
    background-color: var(--bs-primary);
}

/* BACK LINKS --------------------------------------------------------------- */

.backlinks img {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    transition: all 0.2s ease-in-out;
}

.backlinks .card:hover img {
    filter: brightness(45%);
    -webkit-filter: brightness(45%);
    transform: scale(1.05);
}

.backlinks .card-footer {
    z-index: 1024;
}

/* Arbre MLM --------------------------------------------------------------- */

body.back-sponsor-tree {
    background-image: url("../images/back/bg_sponsor-tree-2025-Knw-mPQ.webp");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    body.back-sponsor-tree {
        background-size: cover;
    }
}

.tree-item {
    background: #fff;
    color: #383838;
    font-weight: 600;
    font-size: 0.7rem;
    line-height: 0.8rem;
    transition: all 0.2s ease-in-out;
}

.tree-modal-title {
    font-weight: 600;
    font-size: 0.95rem;
}

.tree-item:hover {
    background: #fff;
    transform: scale(1.2);
}

.img-link-small {
    display: block;
    padding: 2px;
    border: 2px solid var(--bs-primary);
    border-radius: 100%;
    margin: auto;
    background: #fff;
}

.tree-modal {
    margin: auto;
}

.node-button-g {
    display: none;
}

.pulse {
    animation: pulse 0.5s 4 ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1.2);
    }
}

.hithere {
    animation: hithere 5s ease infinite;
}

@keyframes hithere {
    2% {
        transform: scale(1.2);
    }
    4%,
    6% {
        transform: rotate(-20deg) scale(1.2);
    }
    8% {
        transform: rotate(20deg) scale(1.2);
    }
    10% {
        transform: rotate(0deg) scale(1.2);
    }
    12% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    70% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    90% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.flip {
    backface-visibility: visible !important;
    animation: flip 4s ease infinite;
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    10% {
        transform: perspective(400px) rotateY(190deg) scale(1) opacity(1);
        animation-timing-function: ease-in;
    }
    20% {
        transform: perspective(400px) rotateY(360deg) scale(1);
        animation-timing-function: ease-in;
    }
    30% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
    50% {
        transform: scale(1);
    }
}

.level-small {
    display: block;
    position: relative;
    top: -18px;
    background: #454545;
    max-height: 30px;
}

/* LOGIN --------------------------------------------------------------- */

.form-signin form {
    padding: 5rem;
    margin: 0;
    display: flex;
    background: #fff;
}

body.login .logo-signin {
    background-image: url("../images/back/bg_login-2025-zWA-AWQ.webp");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
}

body.back-security-resetting-request form {
    display: block;
    max-width: 100%;
    margin: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px !important;
}

.swiper-button-next,
.swiper-button-prev {
    background: rgba(0, 0, 0, 0.3);
    padding: 1rem 1.4rem;
    color: #fff !important;
}

.swiper-button-disabled {
    opacity: 0 !important;
}
