@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Demi.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina Extra";
    src: url("../fonts/Termina-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

* {
    font-family: "Inter", sans-serif
}

body {
    margin: 0
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px
    }
}

@media (max-width: 576px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding: 0 20px
    }
}

@media (max-width: 768px) {
    .desktop-only {
        display: none
    }
}

.box {
    max-width: 1296px;
    margin: 0 auto
}

.grey-bg {
    background-color: #353535
}

.grey-bg * {
    color: #fff
}

.center-text {
    text-align: center
}

.center-flex {
    display: flex;
    justify-content: center;
    width: 100%
}

.common-section {
    margin: 160px 0
}

@media (max-width: 768px) {
    .common-section {
        margin: 80px 0
    }
}

.common-section:last-of-type {
    margin-bottom: 0
}

.common-section .common-desc {
    text-align: center
}

.common-section .common-desc .h1-heading, .common-section .common-desc .h2-heading, .common-section .common-desc .h3-heading {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.common-section .common-desc .common-heading-wide {
    max-width: 800px
}

.common-section .common-desc .h1-heading {
    max-width: 710px
}

.common-section .common-desc .text, .common-section .common-desc .text:last-of-type {
    margin: 36px auto 60px;
    max-width: 1040px;
    line-height: 1.75;
    color: #c4c4c4
}

@media (max-width: 992px) {
    .common-section .common-desc .text, .common-section .common-desc .text:last-of-type {
        margin: 15px auto 40px
    }
}

.common-section .common-desc + .grid-checker {
    margin-top: 60px
}

@media (max-width: 992px) {
    .common-section .common-desc + .grid-checker {
        margin-top: 0
    }
}

.h1-heading, .h2-heading, .h3-heading, .h4-heading, .h5-heading, .h6-heading {
    font-family: "Termina", sans-serif
}

.h1-heading, .h2-heading {
    font-size: 2.5rem;
    font-weight: 600
}

@media (max-width: 768px) {
    .h1-heading, .h2-heading {
        font-size: 1.25rem
    }
}

.h3-heading {
    font-size: 1.5rem;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .h3-heading {
        font-size: .8125rem
    }
}

.h4-heading {
    font-size: 1.25rem;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width: 768px) {
    .h4-heading {
        font-size: .8125rem
    }
}

.h5-heading {
    font-size: 1.125rem;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: 1.2
}

@media (max-width: 768px) {
    .h5-heading {
        font-size: .8125rem
    }
}

.h6-heading {
    font-size: .875rem;
    margin-bottom: 20px;
    font-weight: 700
}

.text {
    font-size: 1rem
}

@media (max-width: 768px) {
    .text {
        font-size: .875rem
    }
}

@media (max-width: 576px) {
    .text {
        font-size: .75rem
    }
}

.text-14 {
    font-size: .875rem
}

@media (max-width: 768px) {
    .text-14 {
        font-size: .6875rem
    }
}

.text-12 {
    font-size: .75rem
}

@media (max-width: 768px) {
    .text-12 {
        font-size: .6875rem
    }
}

.text-10 {
    font-size: .625rem
}

.weight-normal {
    font-weight: 400
}

.regular-font {
    font-family: "Inter", sans-serif
}

.gradient-text {
    background: linear-gradient(270deg, #985CFF 5.65%, #E5FF8B 94.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text
}

.filter {
    display: flex;
    gap: 20px
}

@media (max-width: 1280px) {
    .filter {
        flex-wrap: wrap;
        margin: 20px 0
    }
}

@media (max-width: 768px) {
    .filter {
        gap: 10px;
        flex-wrap: initial;
        align-items: center;
        overflow: auto;
        max-width: 100%
    }
}

.filter-btn {
    flex-grow: 1;
    padding: 13px 20px;
    background-color: #202020;
    color: #c4c4c4;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-family: "Termina", sans-serif;
    transition: .3s;
    display: inline-block
}

@media (max-width: 1400px) {
    .filter-btn {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .filter-btn {
        font-size: .6875rem;
        padding: 6px 15px
    }
}

.filter-btn:nth-of-type(even) {
    border-radius: 10px
}

.filter-btn:hover {
    color: #fff
}

.filter-btn.active {
    background-color: #ebff72;
    color: #000
}

.yellow-link:hover, .red-link:hover {
    color: #fff
}

.yellow {
    color: #ebff72
}

.red {
    color: #f35500
}

.btn {
    padding: 13px 24px;
    font-family: "Termina", sans-serif;
    border-radius: 10px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #202020;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    line-height: 1.2
}

/*@media (max-width: 768px) {*/
/*    .btn {*/
/*        font-size: .6875rem;*/
/*        padding-top: 10px;*/
/*        padding-bottom: 10px*/
/*    }*/
/*}*/

.btn:hover {
    color: #202020
}

.btn-purple {
    background-color: #ACCAFF
}

.btn-purple:hover {
    background-color: #202020;
    border: 1px solid #ACCAFF;
    color: #fff
}

.btn-purple:hover img {
    filter: brightness(0) invert(1)
}

.btn-yellow {
    background-color: #ebff72
}

.btn-yellow:hover {
    background-color: #202020;
    border: 1px solid #ebff72;
    color: #fff
}

.btn-blue {
    background-color: #ACCAFF;
}

.btn-blue:hover {
    background-color: #202020;
    border: 1px solid #ACCAFF;
    color: #fff
}

.btn-white {
    background-color: #fff
}

.btn-white:hover {
    background-color: #202020;
    border: 1px solid #fff;
    color: #fff
}

.btn-darkgrey {
    background-color: #202020;
    color: #fff
}

.btn-darkgrey:hover {
    background-color: #202020
}

.btn-grey {
    background-color: #b6b6b6
}

.btn-grey:hover {
    background-color: #202020;
    color: #fff
}

@media (min-width: 1600px) {
    .btn-wide {
        padding-left: 50px;
        padding-right: 50px
    }
}

.btn-full {
    width: 100%
}

.btn-full {
    width: 100%
}

.btn-triangle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 0;
    margin-top: auto
}

@media (max-width: 768px) {
    .btn-triangle {
        gap: 15px
    }
}

.btn-triangle:before {
    content: "";
    background-image: url(../img/icons/triangle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 34px;
    display: inline-block;
    transition: .3s
}

@media (max-width: 768px) {
    .btn-triangle:before {
        width: 17px;
        height: 22px
    }
}

.btn-triangle:hover {
    border-color: rgba(0, 0, 0, 0)
}

.btn-triangle:hover:before {
    background-image: url(../img/icons/triangle-purple.svg)
}

.btn-icon {
    display: flex;
    justify-content: center
}

.btn-icon img {
    max-height: 19px
}

.btn-icon img + span {
    margin-left: 14px
}

.btn-center-wrap {
    margin: 70px 0 0;
    text-align: center
}

@media (max-width: 768px) {
    .btn-center-wrap {
        display: none
    }
}

.btn-search {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/icons/search-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0
}

.btn-container {
    display: flex;
    gap: 20px
}

.btn-group-vertical > .btn, .btn-group > .btn {
    flex: unset
}

.badge-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px 0
}

.badge-list-width-1 .badge-list-item {
    flex-basis: 29%
}

@media (max-width: 768px) {
    .badge-list-width-1 .badge-list-item {
        flex-basis: auto
    }
}

.badge-list-width-2 .badge-list-item {
    flex-basis: 48%
}

@media (max-width: 768px) {
    .badge-list-width-2 .badge-list-item {
        flex-basis: auto
    }
}

.badge-list-item {
    flex-grow: 1;
    color: #c4c4c4;
    padding: 12px;
    font-family: "Termina", sans-serif;
    font-weight: 500;
    border: 1px solid #454545;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    text-decoration: none;
    transition: .3s
}

.badge-list-item :nth-of-type(even) {
    border-radius: 10px
}

@media (max-width: 768px) {
    .badge-list-item {
        padding: 6px 15px;
        min-width: unset;
        flex-basis: unset;
        flex-grow: 0;
        font-size: 11px
    }
}

@media (max-width: 576px) {
    .badge-list {
        gap: 15px;
        margin: 20px 0
    }
}

a.badge-list-item:hover {
    border-color: #fff;
    color: #c4c4c4
}

.settings {
    width: 100%;
    margin-top: 30px
}

.settings-block {
    width: 100%;
    background-color: #343434;
    padding: 20px;
    border-radius: 10px
}

.settings-block-line {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center
}

.settings-block-line + .settings-block-subheading {
    margin-top: 50px
}

.settings-block-line:last-of-type {
    margin-bottom: 0
}

.settings-block-line-name {
    font-size: 14px
}

.settings-block-subheading {
    font-weight: 700;
    margin-top: 30px;
    font-size: 14px
}

.settings-link {
    font-size: 12px;
    font-weight: 700
}

.settings-link:hover {
    color: #fff
}

.settings-wide .settings-block-line {
    margin: 10px 20px
}

.tab {
    padding: 70px 0 0;
    display: none
}

.tab.active {
    display: block
}

.tab-nav {
    display: flex
}

.tab-nav-item {
    background-color: #353535;
    color: #fff
}

.tab-nav-item:hover {
    color: #ebff72;
    border-color: #353535;
    background-color: #353535
}

.tab-nav-item.active {
    color: #ebff72;
    background-color: #353535;
    border-color: #353535
}

.price-section-link {
    display: inline-block;
    margin-top: 60px;
    color: #a7a6a6;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

@media (max-width: 768px) {
    .price-section-link {
        display: none
    }
}

.price-section-link:hover {
    color: #a7a6a6
}

input {
    outline: none
}

.text-input {
    background-color: #353535;
    border: 0;
    border-radius: 10px;
    padding: 14px 20px;
    font-family: "Termina", sans-serif
}

.text-input::placeholder {
    color: #b4b4b4
}

.form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media (max-width: 768px) {
    .form {
        gap: 15px
    }
}

.form-section-left {
    flex-basis: 10%;
    align-self: stretch;
    height: unset
}

.form-section-left .h2-heading {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .form-section-left .h2-heading {
        margin-bottom: 14px
    }
}

.form-section-left .text {
    line-height: 1.75;
    color: #fff
}

@media (max-width: 768px) {
    .form-section-left {
        background-color: rgba(0, 0, 0, 0);
        text-align: center;
        justify-content: center;
        align-items: center;
        border: 0;
        padding: 0
    }

    .form-section-left .card-bg {
        display: none;
        margin-bottom: 14px
    }

    .form-section-left .text {
        color: #c4c4c4
    }
}

.form-section-right {
    flex-basis: 40%
}

@media (max-width: 768px) {
    .form-section-right {
        background-color: rgba(0, 0, 0, 0);
        border: 0;
        padding: 0
    }

    .form-section-right .form-text-input, .form-section-right .form-textarea {
        background-color: #202020
    }
}

.form-text-input, .form-textarea {
    font-size: 14px;
    border: 0;
    padding: 16px 20px;
    outline: none;
    background-color: #343434;
    border-radius: 10px
}

.form-text-input::placeholder, .form-textarea::placeholder {
    color: #969696
}

@media (max-width: 992px) {
    .form-text-input, .form-textarea {
        padding: 10px 12px;
        font-size: 11px
    }
}

.form-textarea {
    width: 100%
}

.form-label {
    display: flex;
    flex-direction: column
}

.form-label:last-of-type {
    margin-bottom: 10px
}

.form-label-full {
    width: 100%
}

.form-label-half {
    width: calc(50% - 10px)
}

@media (max-width: 992px) {
    .form-label-half {
        flex-grow: 1
    }
}

.form-label-name {
    margin: 0 0 13px 15px;
    display: inline-block;
    font-family: "Termina", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2
}

@media (max-width: 992px) {
    .form-label-name {
        font-size: 11px
    }
}

.form-bottom {
    position: relative
}

.form-bottom .form-switch-line:last-of-type {
    margin-bottom: 0
}

@media (max-width: 1280px) {
    .form-bottom .form-switch-line:last-of-type {
        margin: 0 0 30px
    }
}

.form-bottom .btn:last-of-type {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 1280px) {
    .form-bottom .btn:last-of-type {
        position: static;
        width: 100%;
        margin: 15px 0 0
    }
}

.form-bottom-static {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: 40px 0 20px
}

@media (max-width: 992px) {
    .form-bottom-static {
        margin-top: 0
    }
}

.form-bottom-static .btn:last-of-type {
    position: static
}

.form-bottom-static-column {
    flex-direction: column;
    margin: 20px 0
}

.form-bottom-static-column .form-switch {
    max-width: 100%;
    margin: 10px 0
}

.form-bottom-text, .form-bottom-text a {
    font-size: .75rem;
    color: #c4c4c4;
    margin-top: 35px
}

.form-bottom-text:hover, .form-bottom-text a:hover {
    color: #c4c4c4
}

.form-bottom-text:hover a, .form-bottom-text a:hover a {
    color: #c4c4c4
}

.form-switch {
    position: relative;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    max-width: 67%
}

@media (max-width: 1280px) {
    .form-switch {
        max-width: 100%
    }
}

.form-switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.form-switch-text {
    color: #969696;
    margin: 4px 0 0 32px;
    font-size: 12px;
    user-select: none;
    display: inline-block;
    line-height: 1.2;
    font-weight: 300
}

.form-switch-text a {
    color: #969696
}

@media (max-width: 992px) {
    .form-switch-text {
        font-size: 9px;
        margin: 0 0 0 7px
    }
}

.form-switch-line {
    margin: 20px 0 30px
}

@media (max-width: 992px) {
    .form-switch-line {
        margin-bottom: 20px
    }

    .form-switch-line:first-of-type {
        margin-top: 0
    }
}

.form-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: dimgray;
    transition: .3s;
    width: 45px;
    height: 21px;
    border-radius: 50px;
    transition: .3s
}

.form-switch-slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    transition: .3s;
    border-radius: 50px
}

@media (max-width: 768px) {
    .form-switch-slider {
        width: 32px;
        height: 15px
    }

    .form-switch-slider:before {
        width: 11px;
        height: 11px
    }
}

.form-switch-pricing {
    width: auto;
    height: auto;
    align-items: center
}

.form-switch-pricing .form-switch-slider {
    background-color: #ACCAFF;
    width: 55px;
    height: 30px;
    position: relative;
    margin: 0 15px
}

.form-switch-pricing .form-switch-slider:before {
    background-color: #2e2e2e;
    width: 22px;
    height: 22px;
    left: 4px;
    bottom: 4px
}

.form-switch-option {
    font-size: 14px
}

.form-switch-option:first-of-type {
    font-weight: 700
}

input:checked + .form-switch-slider {
    background-color: #ACCAFF
}

input:focus + .form-switch-slider {
    box-shadow: 0 0 1px #ACCAFF
}

input:checked + .form-switch-slider:before {
    transform: translateX(24px)
}

@media (max-width: 768px) {
    input:checked + .form-switch-slider:before {
        transform: translateX(17px)
    }
}

.input-checkmark {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #969696;
    border-radius: 50%
}

input[type=radio]:checked + .input-checkmark {
    background-color: #ACCAFF;
    border-color: #ACCAFF
}

.range-input {
    -webkit-appearance: none;
    width: 100%;
    margin: 16px auto;
    height: 8px;
    border-radius: 4px;
    background-color: #fff
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #ebff72;
    overflow: visible;
    cursor: pointer
}

.range-input::-moz-range-thumb {
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #ebff72;
    overflow: visible;
    cursor: pointer
}

.form-input-file-container {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center
}

.js .form-input-file-trigger {
    display: block;
    padding: 70px 90px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    border: 1px solid #828282;
    border-radius: 10px;
    width: 100%;
    max-width: 225px
}

.js .form-input-file {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 14px 0;
    display: block;
    cursor: pointer
}

.form-file-return {
    margin: 0
}

.form-file-return:not(:empty) {
    margin: 1em 0
}

.js .form-file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold
}

.js .form-file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal
}

.select {
    position: relative;
    width: 100%
}

.select .select-btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    user-select: none;
    font-size: 14px;
    border: 0;
    padding: 16px 20px;
    outline: none;
    background-color: #353535;
    border-radius: 10px
}

@media (max-width: 992px) {
    .select .select-btn {
        padding: 10px 12px;
        font-size: 11px
    }
}

.select .select-btn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: .2s ease
}

.select .select-btn.toggle {
    border-radius: 3px 3px 0 0
}

.select .select-btn.toggle:after {
    transform: translateY(-50%) rotate(-135deg)
}

.select .select-dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    z-index: 1;
    transform: scale(1, 0);
    transform-origin: top center;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    background-color: #353535
}

.select .select-dropdown .option {
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px
}

@media (max-width: 992px) {
    .select .select-dropdown .option {
        font-size: 11px;
        padding: 10px 12px
    }
}

.select .select-dropdown .option:hover {
    background: #b4b4b4
}

.select .select-dropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.price-choice {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
    margin-top: -30px
}

@media (max-width: 992px) {
    .price-choice {
        margin-top: 0;
        margin-bottom: 40px
    }
}

.price-choice-tip {
    background-color: #ebff72;
    color: #202020;
    padding: 6px 18px;
    border-radius: 7px;
    font-size: 8px;
    font-weight: 500;
    margin-top: -10px
}

.price-choice .form-switch {
    gap: 26px;
    padding-left: 0
}

@media (max-width: 992px) {
    .price-choice .form-switch {
        margin-bottom: 30px
    }
}

.price-choice .form-switch input {
    display: none
}

.price-choice .form-switch-round {
    order: 2;
    position: relative
}

.price-choice .form-switch-option:first-of-type {
    order: 1;
    font-weight: 400;
    color: #d6d6d6
}

@media (max-width: 992px) {
    .price-choice .form-switch-option:first-of-type {
        font-size: 11px
    }
}

.price-choice .form-switch-option:last-of-type {
    order: 3;
    font-weight: 600;
    color: #d6d6d6
}

@media (max-width: 992px) {
    .price-choice .form-switch-option:last-of-type {
        font-size: 11px
    }
}

.price-choice input:checked + .form-switch-slider {
    background-color: #202020
}

.admin-container {
    display: flex
}

.sidebar {
    background-color: #353535;
    padding: 20px;
    min-height: 100vh;
    min-width: 50px;
    transition: .5s
}

.sidebar-profile-name, .sidebar-profile-status {
    background-color: #fff;
    font-size: 0;
    border-radius: 10px;
    padding: 10px 5px;
    white-space: nowrap
}

.sidebar-list .btn {
    font-size: 0;
    padding: 10px 5px
}

.sidebar-list > * {
    max-width: 20px;
    min-width: 16px;
    transition: .5s
}

.sidebar-list > * .account-link {
    font-size: 0;
    white-space: nowrap
}

.sidebar-list > * .account-link > * {
    opacity: 0
}

@media (min-width: 768px) {
    .sidebar:hover {
        width: 262px;
        padding: 20px 10px;
    }

    .sidebar:hover .sidebar-profile-image {
        width: 56px;
        margin-bottom: 10px
    }

    .sidebar:hover .sidebar-profile-image img {
        display: inline-block
    }

    .sidebar:hover .sidebar-profile-name, .sidebar:hover .sidebar-profile-status {
        background-color: rgba(0, 0, 0, 0);
        padding: 0
    }

    .sidebar:hover .sidebar-profile-name {
        font-size: 14px
    }

    .sidebar:hover .sidebar-profile-status {
        font-size: 10px
    }

    .sidebar:hover .sidebar-list * {
        max-width: 260px;
    }

    .sidebar:hover .btn {
        font-size: .75rem;
        padding: 12px 24px;
        margin: 0 10px;
        max-width: 180px;
    }

    .sidebar:hover .sidebar-list * .account-link, .sidebar:hover .sidebar-list * .btn {
        font-size: .75rem
    }

    .sidebar:hover .sidebar-list * .account-link > * {
        opacity: 1
    }

    .sidebar:hover .account-list-block {
        border-radius: 10px;
        overflow: hidden;
        border-top: 0
    }

    .sidebar:hover .account-link {
        padding: 12px 15px;
        width: auto;
        height: auto;
        margin: 0;
        border-radius: 0
    }

    .sidebar:hover .account-link img {
        margin-left: 0;
    }

    .sidebar:hover .sidebar-profile {
        padding: 0 10px;
    }

    .sidebar .dashboard-item-body {
        max-height: 0;
        transition: max-height 0.15s ease-out;
    }

    .sidebar .dashboard-item-body ul {
        visibility: hidden;
    }

    .sidebar:hover .dashboard-item-body {
        max-height: 1000px;
        transition: max-height 0.25s ease-in;
        transition-delay: 500ms;
    }

    .sidebar:hover .dashboard-item-body ul {
        visibility: visible;
        transition: visibility 0.25s ease-out;
        transition-delay: 500ms;
    }
}

@media (max-width: 767px) {
    .sidebar.active {
        width: 262px;
        padding: 20px 10px;
    }

    .sidebar:not(.active) .accordion .account-link {
        pointer-events: none;
    }

    .sidebar .sidebar-toggle {
        background-color: transparent;
        border: 0;
        width: 100%;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
    }

    .sidebar:not(.active) .sidebar-toggle:after {
        content: '';
        position: absolute;
        width: 32px;
        bottom: 0;
        top: 0;
        z-index: 1010;
    }

    .sidebar.active .sidebar-toggle {
        justify-content: end;
    }

    .sidebar .bi-chevron-double-left,
    .sidebar.active .bi-chevron-double-right {
        display: none;
    }

    .sidebar.active .bi-chevron-double-left {
        display: block;
    }

    .sidebar.active .sidebar-profile-image {
        width: 56px;
        margin-bottom: 10px
    }

    .sidebar.active .sidebar-profile-image img {
        display: inline-block
    }

    .sidebar.active .sidebar-profile-name, .sidebar.active .sidebar-profile-status {
        background-color: rgba(0, 0, 0, 0);
        padding: 0
    }

    .sidebar.active .sidebar-profile-name {
        font-size: 14px
    }

    .sidebar.active .sidebar-profile-status {
        font-size: 10px
    }

    .sidebar.active .sidebar-list * {
        max-width: 260px;
    }

    .sidebar.active .btn {
        font-size: .75rem;
        padding: 12px 24px;
        margin: 0 10px;
        max-width: 180px;
    }

    .sidebar.active .sidebar-list * .account-link, .sidebar.active .sidebar-list * .btn {
        font-size: .75rem
    }

    .sidebar.active .sidebar-list * .account-link > * {
        opacity: 1
    }

    .sidebar.active .account-list-block {
        border-radius: 10px;
        overflow: hidden;
        border-top: 0
    }

    .sidebar.active .account-link {
        padding: 12px 15px;
        width: auto;
        height: auto;
        margin: 0;
        border-radius: 0
    }

    .sidebar.active .account-link img {
        margin-left: 0;
    }

    .sidebar.active .sidebar-profile {
        padding: 0 10px;
    }

    .sidebar .dashboard-item-body {
        max-height: 0;
        transition: max-height 0.15s ease-out;
    }

    .sidebar .dashboard-item-body ul {
        visibility: hidden;
    }

    .sidebar.active .dashboard-item-body {
        max-height: 1000px;
        transition: max-height 0.25s ease-in;
        transition-delay: 500ms;
    }

    .sidebar.active .dashboard-item-body ul {
        visibility: visible;
        transition: visibility 0.25s ease-out;
        transition-delay: 500ms;
    }
}

.sidebar-profile {
    margin-bottom: 5px;
}

.sidebar-profile-name {
    font-weight: 700;
    margin: 10px 0 0;
    border-radius: 10px 10px 0 0
}

.sidebar-profile-status {
    border-radius: 0 0 10px 10px
}

.sidebar-profile-image {
    width: 16px;
    height: 54px;
    background-color: #202020;
    border-radius: 10px;
    position: relative;
    transition: .5s;
    margin-bottom: 18px
}

.sidebar-profile-image img {
    position: absolute;
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none
}

.sidebar-list {
    display: flex;
    flex-direction: column
}

.account-list-block {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #fff;
    border-radius: 10px;
    margin: 23px 0;
    transition: .3s;
    background-color: #202020;
    overflow: hidden;
}

.account-list .form-switch {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.account-list .form-switch .form-switch-slider {
    order: 3;
    right: 0;
    left: auto
}

.account-list .form-switch .account-link-icon {
    order: 1;
    margin-right: 10px
}

.account-list .form-switch .account-link-icon + span {
    order: 2
}

.account-link {
    display: flex;
    gap: 15px;
    font-size: 12px;
    text-decoration: none;
    transition: .3s;
    margin: 23px 0 0;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 3px
}

.account-link:hover {
    color: #ebff72
}

.account-link:hover label span {
    color: #ebff72
}

.account-link:last-of-type {
    margin-bottom: 0
}

.account-link-icon {
    max-width: 100%
}

.content {
    flex-grow: 1
}

.content img {
    width: 100%;
    height: 100%
}

.modal-backdrop.show {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}
