::-webkit-scrollbar {
    width: 8px;
    border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bf211e;
    border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #bf211e;
}

.section-account-pages {
    --swiper-theme-color: var(--brand);
    position: relative;
    color: var(--dark);
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: 'neue-light';
    font-family: var(--font);
}

.account-pages {
    --input_radius: 15px;
    --input_bg: transparent;
    --input_border: 0.5px solid var(--grey-5);
    --input_font_size: 14px;
    padding-top: 20px;
    /* fade */
}

.account-pages .bg-dots-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 60%, #fff 90%);
    z-index: 1;
}

.account-pages .bg-dots-wrapper .bg-dots {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: url(/assets/admin/images/login-backgrounds/square-pattern-grey.png);
}

.account-pages .parsley-errors-list {
    position: absolute;
    left: 0;
    top: 100%;
    color: var(--danger);
    background: 0 0;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 4px 22px 0px 22px;
    font-size: 12px;
}

.account-pages .options-group .parsley-errors-list {
    bottom: 0;
    top: auto;
}

.account-pages .form-group {
    position: relative;
    margin-bottom: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    .account-pages .form-group {
        margin-bottom: 15px;
    }
}

.account-pages .form-group .form-check-input {
    box-shadow: none !important;
}

.account-pages .form-group .form-check-input[type="checkbox"]:checked {
    background-color: var(--brand) !important;
    border-color: var(--brand) !important;
}


.account-pages .form-group label {
    color: var(--black);
    margin-bottom: 8px;
}

.account-pages .form-group.uploader .dropzone {
    border: 1px dashed #8e8383;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 12px;
}

.account-pages .form-group.uploader .dropzone .fileinput-button {
    font-weight: var(--font-light) !important;
    color: var(--gray-3);
    font-size: 14px;
    letter-spacing: 0.25px;
}

.account-pages .form-group.type-textarea {
    margin-bottom: 11px;
}

.account-pages .form-group.type-textarea textarea {
    min-height: 111px;
    padding: 17px 15px;
}

.account-pages .form-group .parsley-error {
    border-color: var(--danger) !important;
}

.account-pages .form-group label {
    font-size: 14px;
    line-height: 14px;
    font-weight: var(--font-regular);
}

.account-pages .form-group label .text-red {
    color: var(--brand) !important;
}

.account-pages .form-group .form-control {
    font-weight: var(--font-regular);
    background: var(--light_gray);
    border: none;
    border-radius: 10px;
    padding: 0 12px;
    box-shadow: none;
    height: 50px;
    color: var(--gray-3);
    outline: 1px solid var(--gray-4);
}

.account-pages .form-group .form-control:not([type="checkbox"]):not([type="radio"]):focus {
    background-color: var(--white);
    border: none;
    color: var(--black);
    outline: 2px solid var(--brand);
}

.account-pages .form-group .form-control:not([type="checkbox"]):not([type="radio"]):not(select):focus {
    font-weight: var(--font-medium);
}

.account-pages .form-group .form-control::placeholder {
    opacity: 1;
}

.account-pages .form-group.white-label label {
    color: var(--white);
}

.account-pages .form-group.theme-dark .form-control {
    background: var(--brand-dark-purple);
    border-color: var(--brand-dark-purple-900);
    color: var(--brand-dark-purple-500);
}

.account-pages .form-group.theme-dark .form-control:focus {
    background-color: var(--brand-purple);
    border-color: var(--brand-middle-purple);
    box-shadow: none;
    outline: 0;
    color: var(--white);
}

.account-pages .form-group.theme-dark .form-control::placeholder {
    color: var(--brand-dark-purple-500);
    opacity: 1;
}

.account-pages .form-group .select2-container--material,
.account-pages .form-group .select2-container--default {
    width: 100% !important;
}

.account-pages .form-group .select2-container--material .select2-selection--single,
.account-pages .form-group .select2-container--default .select2-selection--single {
    font-weight: var(--font-regular);
    background: var(--light_gray);
    border: none;
    border-radius: 10px;
    padding: 0;
    box-shadow: none;
    height: 50px;
    color: var(--gray-3);
    outline: 1px solid var(--gray-4);
}

.account-pages .form-group .select2-container--material .select2-selection--single .select2-selection__rendered,
.account-pages .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 12px;
    color: var(--gray-3);
}

.account-pages .form-group .select2-container--material .select2-selection--single .select2-selection__rendered img,
.account-pages .form-group .select2-container--default .select2-selection--single .select2-selection__rendered img {
    max-height: 30px;
}

.account-pages .form-group .select2-container--material .select2-selection--single .select2-selection__arrow,
.account-pages .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    position: absolute;
}

.account-pages .form-group .select2-container--material .select2-selection--single .select2-selection__arrow b,
.account-pages .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url("../img/caret-down-grey.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0px;
    left: auto;
    width: 15px;
    height: 14px;
    display: block;
    letter-spacing: 0;
}

.account-pages .form-group .select2-container--material.select2-container--open .select2-selection--single,
.account-pages .form-group .select2-container--default.select2-container--open .select2-selection--single {
    outline: 2px solid var(--brand);
    border-radius: 10px 10px 0 0px;
}

.account-pages .form-group .select2-container--material.select2-container--open .select2-selection--single .select2-selection__arrow b,
.account-pages .form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: scale(-1);
}

.account-pages .form-group .select2-container--material.select2-container--open.select2-container--above .select2-selection--single,
.account-pages .form-group .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0 0px 10px 10px;
}

.account-pages .send-message-button {
    padding-top: 10px;
}

.account-pages .select2-search {
    background-color: var(--dark);
    padding: 0 !important;
}

.account-pages .select2-container {
    z-index: 490;
}

.account-pages .select2-container .select2-search--dropdown .select2-search__field {
    outline: 0;
}

.account-pages .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--dark);
}

.account-pages .select2-dropdown {
    overflow: hidden;
    border-color: var(--white);
    font-size: var(--input_font_size);
    background-color: var(--light_gray);
    font-size: var(--input_font_size);
    font-weight: var(--font-medium);
    border-radius: 8px;
    border: none;
    outline: 2px solid var(--brand);
}

.account-pages .select2-dropdown.select2-dropdown--above {
    top: 3px;
}

.account-pages .select2-dropdown .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

.account-pages .select2-dropdown .select2-results__option:hover {
    color: var(--dark);
}

.account-pages .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    color: var(--brand);
}

.account-pages .select2-results__option img {
    max-height: 30px;
}

.account-pages .parsley-errors-list li {
    padding: 0;
}

.account-pages .option [type="radio"],
.account-pages .option [type="checkbox"] {
    /* checked mark aspect changes */
    /* disabled checkbox */
}

.account-pages .option [type="radio"]:not(:checked),
.account-pages .option [type="checkbox"]:not(:checked),
.account-pages .option [type="radio"]:checked,
.account-pages .option [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.account-pages .option [type="radio"]+label,
.account-pages .option [type="checkbox"]+label {
    position: relative;
    cursor: pointer;
    padding: 8px 0 8px 56px;
    margin-bottom: 24px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {

    .account-pages .option [type="radio"]+label,
    .account-pages .option [type="checkbox"]+label {
        padding: 8px 0 8px 56px;
    }
}

.account-pages .option [type="radio"]:not(:checked)+label:before,
.account-pages .option [type="checkbox"]:not(:checked)+label:before,
.account-pages .option [type="radio"]:checked+label:before,
.account-pages .option [type="checkbox"]:checked+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    outline: 1px solid var(--gray-4);
    border-radius: 10px;
    box-shadow: none;
    background: transparent;
    display: block;
    background: var(--light_gray);
}

.account-pages .option [type="radio"]:checked+label:before,
.account-pages .option [type="checkbox"]:checked+label:before {
    outline: 2px solid var(--dark);
    background-color: var(--white);
    outline-width: 2px;
}

.account-pages .option [type="radio"]:not(:checked)+label:after,
.account-pages .option [type="checkbox"]:not(:checked)+label:after,
.account-pages .option [type="radio"]:checked+label:after,
.account-pages .option [type="checkbox"]:checked+label:after {
    content: "";
    position: absolute;
    background: url("../img/check-dark.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 18px;
    height: 13px;
    left: 13px;
    top: 12px;
    transition: all 0.2s;
}

.account-pages .option [type="radio"]:not(:checked)+label:after,
.account-pages .option [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.account-pages .option [type="radio"]:checked+label:after,
.account-pages .option [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.account-pages .option [type="radio"]:disabled:not(:checked)+label:before,
.account-pages .option [type="checkbox"]:disabled:not(:checked)+label:before,
.account-pages .option [type="radio"]:disabled:checked+label:before,
.account-pages .option [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.account-pages .option [type="radio"]:disabled:checked+label:after,
.account-pages .option [type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

.account-pages .option [type="radio"]:disabled+label,
.account-pages .option [type="checkbox"]:disabled+label {
    color: #aaa;
}

.account-pages .option.small {
    height: 25px;
}

@media only screen and (max-width: 767px) {
    .account-pages .option.small {
        height: 20px;
    }
}

.account-pages .option.small [type="checkbox"]+label {
    padding: 5px 0 1px 30px;
    font-size: 12px;
}

.account-pages .option.small [type="checkbox"]:not(:checked)+label:before,
.account-pages .option.small [type="checkbox"]:checked+label:before {
    width: 25px;
    height: 25px;
    border: 1px solid #c8c8c8;
}

@media only screen and (max-width: 767px) {

    .account-pages .option.small [type="checkbox"]:not(:checked)+label:before,
    .account-pages .option.small [type="checkbox"]:checked+label:before {
        width: 20px;
        height: 20px;
    }
}

.account-pages .option.small [type="checkbox"]:not(:checked)+label:after,
.account-pages .option.small [type="checkbox"]:checked+label:after {
    left: 10px;
    top: 9px;
}

.account-pages .option.small [type="radio"]+label {
    padding: 5px 0 1px 30px;
    font-size: 12px;
}

.account-pages .option.small [type="radio"]:not(:checked)+label:before,
.account-pages .option.small [type="radio"]:checked+label:before {
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 767px) {

    .account-pages .option.small [type="radio"]:not(:checked)+label:before,
    .account-pages .option.small [type="radio"]:checked+label:before {
        height: 20px;
        width: 20px;
    }
}

.account-pages .option.small [type="radio"]:not(:checked)+label:after,
.account-pages .option.small [type="radio"]:checked+label:after {
    left: 10px;
    top: 9px;
}

@media only screen and (max-width: 767px) {

    .account-pages .option.small [type="radio"]:not(:checked)+label:after,
    .account-pages .option.small [type="radio"]:checked+label:after {
        left: 8px;
        top: 8px;
        width: 4px;
        height: 4px;
    }
}

.account-pages .option.extra-small {
    height: 20px;
}

.account-pages .option.extra-small [type="checkbox"]:not(:checked),
.account-pages .option.extra-small [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.account-pages .option.extra-small [type="checkbox"]+label {
    padding: 2px 0 1px 28px;
    font-size: 12px;
}

.account-pages .option.extra-small [type="checkbox"]:not(:checked)+label:before,
.account-pages .option.extra-small [type="checkbox"]:checked+label:before {
    width: 20px;
    height: 20px;
    border: 1px solid var(--grey);
    border-radius: 0px;
}

.account-pages .option.extra-small [type="checkbox"]:not(:checked)+label:after,
.account-pages .option.extra-small [type="checkbox"]:checked+label:after {
    left: 5px;
    top: 3px;
}

.account-pages .option.extra-small [type="radio"]+label {
    padding: 2px 0 1px 28px;
    font-size: 12px;
}

.account-pages .option.extra-small [type="radio"]:not(:checked)+label:before,
.account-pages .option.extra-small [type="radio"]:checked+label:before {
    height: 20px;
    width: 20px;
    border-radius: 0px;
}

.account-pages .option.extra-small [type="radio"]:not(:checked)+label:after,
.account-pages .option.extra-small [type="radio"]:checked+label:after {
    left: 7px;
    top: 7px;
}

.account-pages [type="number"] {
    padding-right: 30px;
    -moz-appearance: textfield;
}

.account-pages [type="number"]::-webkit-outer-spin-button,
.account-pages [type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.account-pages .filter-group-checkboxes {
    padding-left: 27px;
    padding-right: 10px;
    padding-bottom: 8px;
    border-top: 1px solid #4d5454;
    padding-top: 16px;
    padding-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .account-pages .filter-group-checkboxes {
        padding-left: 8px;
    }
}

.account-pages .filter-group-checkboxes:first-child {
    border-top: none;
}

.account-pages .filter-group-checkboxes:not(:last-child) {
    margin-bottom: 8px;
}

.account-pages .filter-group-checkboxes .filter-toggle {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: var(--white);
    transition: all 0.2s;
}

.account-pages .filter-group-checkboxes .filter-toggle .label_icon svg {
    width: 22px;
    height: 22px;
    fill: var(--white);
    transition: all 0.2s;
}

.account-pages .filter-group-checkboxes .filter-toggle .toggle-arrow {
    color: var(--white);
}

.account-pages .filter-group-checkboxes .filter-toggle .toggle-arrow svg {
    transition: all 0.2s;
    transform: rotate(0deg);
    fill: var(--white) !important;
    width: 12px;
    height: 10px;
}

.account-pages .filter-group-checkboxes .filter-toggle .toggle-arrow svg path {
    fill: var(--white) !important;
}

.account-pages .filter-group-checkboxes .filter-toggle.collapsed {
    color: var(--white);
}

.account-pages .filter-group-checkboxes .filter-toggle.collapsed .toggle-arrow svg {
    transform-origin: center;
    transform: rotate(180deg);
}

.account-pages .filter-group-checkboxes .filter-toggle.collapsed .toggle-arrow svg path {
    fill: var(--grey) !important;
}

.account-pages .filter-group-checkboxes .filter-toggle.collapsed .label_icon svg {
    fill: var(--gray-3);
}

.account-pages .filter-group-checkboxes .filter-content-list {
    padding-right: 10px;
}

.account-pages .filter-group-checkboxes .filter-content-list li:last-child .option {
    margin-bottom: 0;
}

.account-pages .filter-group-checkboxes .filter-content {
    padding-top: 20px;
}

.account-pages .simplebar-scrollbar:before {
    background: var(--white);
}

.account-pages .carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.account-pages .carousel-fade .carousel-item.active,
.account-pages .carousel-fade .carousel-item-next.carousel-item-left,
.account-pages .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.account-pages .carousel-fade .active.carousel-item-left,
.account-pages .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.account-pages .carousel-fade .carousel-item-next,
.account-pages .carousel-fade .carousel-item-prev,
.account-pages .carousel-fade .carousel-item.active,
.account-pages .carousel-fade .active.carousel-item-left,
.account-pages .carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.account-pages .carousel-title {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    z-index: 1;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .account-pages .carousel-title {
        bottom: 50px;
    }
}

.account-pages .img-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-pages .carousel-inner {
    height: 100%;
}

.account-pages .carousel-item {
    height: 100%;
    position: relative;
    border-radius: 20px;
}

.account-pages .carousel-item:after,
.account-pages .carousel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.account-pages .carousel-item:before {
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(360deg, #1b1818 0%, rgba(27, 24, 24, 0) 15.75%);
}

.account-pages .carousel-item.white-top:before {
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 15.75%);
}

.account-pages .carousel-item:after {
    bottom: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(360deg, #1b1818 0%, rgba(27, 24, 24, 0) 70.12%);
}

.account-pages .carousel-item .logo-image {
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 62px;
    height: 34px;
}

@media (max-width: 767px) {
    .account-pages .carousel-item .logo-image {
        margin-top: 20px;
    }
}

.account-pages .carousel-wrapper {
    border-radius: 20px;
    min-height: 980px;
}

@media (max-width: 991px) {
    .account-pages .carousel-wrapper {
        min-height: 550px;
    }
}

@media (max-width: 767px) {
    .account-pages .carousel-wrapper {
        min-height: 430px;
    }
}

.account-pages .carousel-indicators {
    bottom: 36px;
}

@media (max-width: 767px) {
    .account-pages .carousel-indicators {
        bottom: 16px;
    }
}

.account-pages .carousel-indicators button {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 5px;
    margin-left: 5px;
}

#carouselAccount .carousel-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out !important;
}

#carouselAccount .carousel-item.active {
    opacity: 1;
    transition: opacity 0.5s ease-in-out !important;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.account-pages .form-wrapper {
    padding: 115px 15px 78px;
}

@media (max-width: 991px) {
    .account-pages .form-wrapper {
        padding: 55px 0 40px;
    }
}

.account-pages .form-wrapper .form-inner {
    max-width: 450px;
    margin: 0 auto;
    padding-top: 50px;
}

@media (max-width: 991px) {
    .account-pages .form-wrapper .form-inner {
        padding-top: 18px;
    }
}

.account-pages .collaborators-list-slider {
    padding-top: 48px;
}

@media (max-width: 991px) {
    .account-pages .collaborators-list-slider {
        padding-top: 145px;
    }
}

.account-pages .collaborators-list .list-inline-item {
    margin-bottom: 18px;
}

.account-pages .collaborators-list .list-inline-item:not(:last-child) {
    margin-right: 40px;
}

@media (max-width: 1200px) {
    .account-pages .collaborators-list .list-inline-item:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .account-pages .collaborators-list .list-inline-item:not(:last-child) {
        margin-right: 50px;
    }
}
