@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
    color: white;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.mobile {
    display: none !important;
}

@media (max-width: 768.98px) {
    .mobile.md {
        display: block !important;
    }
}

@media (max-width: 479.98px) {
    .mobile.sm {
        display: block !important;
    }
}

@media (max-width: 768.98px) {
    .desktop.md {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .desktop.sm {
        display: none;
    }
}

.ttu {
    text-transform: uppercase;
}

.block {
    display: block;
}

.i-block {
    display: inline-block;
}

.hide {
    display: none;
}

.ovh-scroll-y {
    overflow-y: scroll;
}

.bb-1 {
    border-bottom: 1px solid #E5E7EB;
}

.br-1 {
    border-right: 1px solid #E5E7EB;
}

.bl-1 {
    border-left: 1px solid #E5E7EB;
}

.f-wrap {
    flex-wrap: wrap;
}

.white-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    background: #fff;
    z-index: 20;
    padding: 119px 24px 24px 290px;
    min-height: 100vh;
    height: 100%;
}

@media (max-width: 990.98px) {
    .white-overlay {
        padding: 96px 20px 20px 235px;
    }
}

@media (max-width: 768.98px) {
    .white-overlay {
        padding: 96px 20px 20px 20px;
    }
}

@media (max-width: 479.98px) {
    .white-overlay {
        padding: 100px 20px 20px 20px;
    }
}

.modal {
    margin: 0 auto;
    padding: 24px;
    z-index: 20;
    background: #F9F9F9;
    border-radius: 20px;
}

@media (max-width: 990.98px) {
    .modal {
        width: calc(100vw - 260px);
    }
}

@media (max-width: 768.98px) {
    .modal {
        width: 100%;
        position: static;
    }
}

.icon-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.icon-text i {
    font-size: 20px;
}

@font-face {
    font-family: "icomoon";
  src: url("../fonts/icomoon.eot?a6tahg");
  src: url("../fonts/icomoon.eot?a6tahg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?a6tahg") format("truetype"), url("../fonts/icomoon.woff?a6tahg") format("woff"), url("../fonts/icomoon.svg?a6tahg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2 !important;
}

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

._icon-add-circle:before {
    content: "\e900";
}

._icon-bell:before {
    content: "\e901";
}

._icon-box:before {
    content: "\e902";
}

._icon-calendar:before {
    content: "\e903";
}

._icon-call:before {
    content: "\e904";
}

._icon-card-receive:before {
    content: "\e905";
}

._icon-check:before {
    content: "\e906";
}

._icon-circle:before {
    content: "\e907";
}

._icon-clock:before {
    content: "\e908";
}

._icon-close {
    color: #8e8e8e;
    transition: all 0.2s ease;
}

._icon-close:hover {
    color: #5C5C5C;
}

._icon-close:before {
    content: "\e909";
    cursor: pointer;
}

._icon-common-arrow-right:before {
    content: "\e90a";
}

._icon-dashboard:before {
    content: "\e90b";
}

._icon-datepicker:before {
    content: "\e90c";
}

._icon-deep_cleaning:before {
    content: "\e90d";
}

._icon-detail:before {
    content: "\e90e";
}

._icon-dollar-square:before {
    content: "\e90f";
}

._icon-download:before {
    content: "\e910";
}

._icon-dropdown-arrow:before {
    content: "\e911";
    color: #474747;
    font-size: 10px;
}

._icon-dropzone:before {
    content: "\e912";
}

._icon-edit-2:before {
    content: "\e913";
}

._icon-eye:before {
    content: "\e914";
}

._icon-filter-search:before {
    content: "\e915";
}

._icon-fridge:before {
    content: "\e916";
}

._icon-gift:before {
    content: "\e917";
}

._icon-green:before {
    content: "\e918";
}

._icon-home:before {
    content: "\e919";
}

._icon-icon:before {
    content: "\e91a";
}

._icon-info-circle:before {
    content: "\e91b";
}

._icon-living_room:before {
    content: "\e91c";
}

._icon-location:before {
    content: "\e91d";
}

._icon-logout:before {
    content: "\e91e";
}

._icon-magic:before {
    content: "\e91f";
}

._icon-money-recive:before {
    content: "\e920";
}

._icon-money-send:before {
    content: "\e921";
}

._icon-note-with-clock:before {
    content: "\e922";
}

._icon-orders:before {
    content: "\e923";
}

._icon-organise:before {
    content: "\e924";
}

._icon-oven:before {
    content: "\e925";
}

._icon-people:before {
    content: "\e926";
}

._icon-play:before {
    content: "\e927";
}

._icon-plus:before {
    content: "\e928";
}

._icon-question:before {
    content: "\e929";
}

._icon-repeat:before {
    content: "\e92a";
}

._icon-search:before {
    content: "\e92b";
}

._icon-simple-arrow-up:before {
    content: "\e92c";
}

._icon-sms:before {
    content: "\e92d";
}

._icon-stuff:before {
    content: "\e92e";
}

._icon-success:before {
    content: "\e92f";
}

._icon-time-picker:before {
    content: "\e930";
}

._icon-timer:before {
    content: "\e931";
}

._icon-todo:before {
    content: "\e932";
}

._icon-trash:before {
    content: "\e933";
}

._icon-user-with-check:before {
    content: "\e934";
}

._icon-user:before {
    content: "\e935";
}

._icon-verify:before {
    content: "\e936";
}

._icon-walls:before {
    content: "\e937";
}

._icon-washing_machine:before {
    content: "\e938";
}

._icon-windows:before {
    content: "\e939";
}

.header__logo {
    display: none;
}

@media (max-width: 768px) {
    .header__logo {
        display: block;
    }
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
}

.nav__header {
    width: calc(100vw - 265px);
    position: fixed;
    right: 0;
    top: 0;
    height: 96px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.nav-header {
    z-index: 100;
}

.nav-header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav-header__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
}

.nav-header__actions {
    display: flex;
    align-items: center;
}

.actions-header button {
    background: transparent;
    border: none;
}

.actions-header__search {
    margin: 0px 24px 0px 0px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-radius: 4px;
}

.actions-header__search label {
    position: relative;
    width: 300px;
}

.actions-header__search label:has(input:focus) i {
    color: #141414;
}

.actions-header__search i {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 24px;
    line-height: 22px;
    color: #8e8e8e;
    transition: all 0.3s ease;
    z-index: 2;
}

.actions-header__search .search-field {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #141414;
    border: none;
    padding: 10px 12px 10px 48px;
    background: #f3f2f5;
    border-radius: 8px;
}

.actions-header__search .search-field:focus {
    outline: none;
}

.actions-header__lang {
    margin: 0px 24px 0px 0px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-radius: 4px;
}

.actions-header__lang:focus {
    outline: 1px solid #314bf5;
}

.actions-header__lang .current-lang {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.actions-header__lang .tooltip-body {
    top: 110%;
    padding: 4px;
}

.actions-header__lang .lang-item-link {
    width: 100px;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.actions-header__lang .lang-item-link span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.actions-header__lang .lang-item-link.active i {
    display: block;
    line-height: 16px;
}

.actions-header__lang .lang-item-link i {
    color: #314bf5;
    display: none;
}

.actions-header__profile {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 0px 40px 0px 0px;
}

.actions-header__profile .header-profile__name {
    white-space: nowrap;
}

.actions-header__profile .header-profile__img {
    width: 32px;
    height: 32px;
}

.actions-header__profile .tooltip-body {
    top: 110%;
    padding: 4px;
}

.actions-header__profile .tooltip-body li:not(:last-child) {
    margin-bottom: 5px;
}

.actions-header__profile .tooltip-body li:last-of-type {
    border-top: 1px solid #e5e7eb;
}

.actions-header__profile .tooltip-body li:last-of-type a {
    margin-top: 5px !important;
    color: #ea3829;
}

.actions-header__notifications {
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.actions-header__notifications .notifications-count {
    position: absolute;
    top: -2px;
    right: -7px;
    width: 16px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #ea3829;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 16.5px;
    transition: all 0.2s ease;
}

.actions-header__notifications .notifications-count.no-new-notifications {
    width: 6px;
    top: 2px;
    right: -2px;
}

.profile-list-link {
    padding: 8px;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.profile-list-link i {
    line-height: 18px;
    font-size: 19px;
}

.tooltip-body.notifications-body {
    top: 210%;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.3);
    width: 460px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.tooltip-body.notifications-body .no-notifications {
    color: #8e8e8e;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
    font-weight: 300;
    display: none;
}

.tooltip-body.notifications-body .expand-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #314bf5;
    text-align: center;
}

.notifications-list {
    height: 175px;
}

.notifications-list:not(.expanded) {
    overflow-y: clip;
}

.notifications-list.expanded {
    height: calc(100vh - 236px);
    overflow-y: auto;
}

.notifications-list .notifications-item {
    padding: 20px 12px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    position: relative;
    transition: all 0.3s ease;
}

@media (min-width: 768.98px) {
    .notifications-list .notifications-item:hover {
        background-color: #E5E7EB;
    }
}

.notifications-list .notifications-item.unread::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ea3829;
    display: block;
    position: absolute;
    top: 20px;
    left: 3px;
}

.notifications-list .notifications-item__img {
    min-width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #314bf5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notifications-list .notifications-item__img .no-avatar-img {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.notifications-list .notifications-item__body {
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.1px;
}

.notifications-list .notifications-item__title {
    margin-bottom: 8px;
}

.notifications-list .notifications-item__time {
    color: #8e8e8e;
}

.notifications-body__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.notifications-body__header h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.notifications-body__header .mark-read {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #314bf5;
}

.notifications-body__footer {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
    text-align: center;
    background: inherit;
}

.tooltip-trigger {
    position: relative;
    cursor: pointer;
}

.tooltip-trigger:not(.visible) .tooltip-body {
    display: none;
    opacity: 0;
}

.tooltip-body {
    z-index: 55;
    padding: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 12px 32px rgba(101, 93, 122, 0.04), 0px 24px 16px -12px rgba(101, 93, 122, 0.04);
    border-radius: 8px;
    color: #000;
}

.sidebar {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    padding: 34px 28px;
    color: #8e8e8e;
    width: 265px;
    height: 100vh;
    background: #000;
}

.sidebar a {
    color: #8e8e8e;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.sidebar__logo {
    margin-bottom: 62px;
    display: block;
}

.sidebar__title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.sidebar__menu li:not(:last-child) {
    margin-bottom: 8px;
}

.sidebar__menu li a {
    display: flex;
    padding: 8px 16px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    align-items: center;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.sidebar__menu li a i {
    font-size: 24px;
}

.sidebar__menu li a:hover {
    box-shadow: inset 0px 0px 0px 2px #314bf5;
}

.sidebar__menu li a:active {
    background: #1d32b8;
    color: #fff;
    box-shadow: inset 0px 0px 0px 2px #1d32b8;
}

.sidebar__menu li a.active {
    background: #314bf5;
    color: #fff;
    box-shadow: inset 0px 0px 0px 2px #314bf5;
}

@media (max-width: 1199.98px) {
    .actions-header__search label {
        width: 200px;
    }
}

@media (max-width: 990.98px) {
    .sidebar {
        width: 215px;
        padding: 34px 14px;
    }

    .nav__header {
        height: 77px;
        width: calc(100vw - 215px);
    }

    .nav-header__title {
        display: none;
    }

    .actions-header__lang {
        margin: 0 6px 0 0;
    }

    .actions-header__profile {
        margin: 0 14px 0 0;
    }

    .actions-header__search label {
        width: calc(100vw - 569px);
    }

    .tooltip-body.notifications-body {
        width: 400px;
    }

    .tooltip-body.notifications-body__footer {
        padding: 12px 0;
    }
}

.notifications-list .notifications-item {
    padding: 12px;
}

.burger {
    z-index: 102;
    display: none;
    position: fixed;
    top: 36px;
    left: 20px;
    transform: translateY(-50%);
    width: 40px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: transparent;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768.98px) {
    .burger {
        display: block;
    }
}

.burger .burger-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #314bf5;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.burger .burger-line:nth-child(1) {
    transform: translate(-50%, -4px);
}

.burger .burger-line:nth-child(2) {
    transform: translate(-50%, 4px);
}

#dashboard:has(.active-actions-sidebar) .sidebar__title {
    display: none;
}

#dashboard:has(.active-actions-sidebar) .menu-sidebar {
    display: none;
}

#dashboard:has(.active-actions-sidebar) .actions-sidebar {
    display: block;
}

#dashboard:not(:has(.active-actions-sidebar)) .sidebar__title {
    display: block;
}

#dashboard:not(:has(.active-actions-sidebar)) .menu-sidebar {
    display: block;
}

#dashboard:not(:has(.active-actions-sidebar)) .actions-sidebar {
    display: none;
}

#dashboard:has(.active-sidebar) .burger-line {
    background: #8e8e8e;
}

#dashboard:has(.active-sidebar) .burger-line:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

#dashboard:has(.active-sidebar) .burger-line:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768.98px) {
    .nav-header {
        width: 100vw;
        padding-left: 53px;
    }

    .header-profile .tooltip-body {
        display: none;
    }

    .header-profile__name {
        display: none;
        white-space: nowrap !important;
    }

    .header-profile ._icon-dropdown-arrow {
        display: none;
    }

    .actions-header__search {
        order: 2;
    }

    .actions-header__search .search-field {
        width: calc(100vw - 234px);
        max-width: 240px;
    }

    .actions-sidebar-container {
        border-bottom: 1px solid #474747;
        padding: 24px 0;
    }

    .actions-sidebar-container:first-child {
        padding-top: 0;
    }

    .actions-sidebar__others .actions-sidebar-container:first-child {
        padding-top: 24px;
    }

    .actions-header__lang {
        display: none;
    }

    .actions-header__notifications {
        display: none;
    }

    .actions-sidebar__langs label:not(:last-child) {
        margin-bottom: 32px;
    }

    .sidebar {
        transform: translateX(-100%);
        border-radius: 0px 20px 20px 0px;
        transition: all 0.3s ease;
        padding: 0px;
        overflow: scroll;
        width: 265px;
    }

    .sidebar::-webkit-scrollbar {
        display: none;
    }

    .sidebar.active-sidebar {
        transform: translateX(0);
    }

    .sidebar__logo {
        display: none;
    }

    .sidebar__header {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        height: 72px;
        background: rgba(0, 0, 0, 0.7);
        border-bottom: 1px solid #474747;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 10;
    }

    .sidebar__menu {
        margin-bottom: 24px !important;
    }

    .sidebar__body {
        padding: 24px;
        max-width: 300px;
        min-width: unset;
    }

    .sidebar .notifications-list {
        margin-top: 24px;
    }

    .notifications-list {
        height: 100%;
    }

    .notifications-list:not(.expanded) {
        overflow: visible;
    }

    .notifications-list .notifications-item {
        border: 1px solid #E5E7EB;
        border-radius: 10px;
        padding: 20px;
    }

    .notifications-list .notifications-item:not(:last-child) {
        margin-bottom: 12px;
    }

    .notifications-list .notifications-item__title {
        color: #fff;
    }

    .notifications-list .notifications-item.unread:before {
        top: 12px;
        left: 12px;
    }
}

@media (max-width: 479.98px) {
    .actions-header__search .search-field {
        width: calc(100vw - 152px);
    }
}

.btn, button.btn {
    white-space: nowrap;
    display: flex;
    border-radius: 8px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 20px;
    border: 2px solid transparent;
    font-size: 14px;
}

.btn.lg, button.btn.lg {
    padding: 16px 32px;
}

.btn.md, button.btn.md {
    padding: 12px 24px;
}

.btn.sm, button.btn.sm {
    padding: 8px 20px;
}

.btn.primary, button.btn.primary {
    background-color: #314bf5;
    color: #fff;
}

.btn.primary.red, button.btn.primary.red {
    background-color: #ea3829;
}

.btn.primary.red:not(:disabled):hover, button.btn.primary.red:not(:disabled):hover {
    background-color: #CC0808;
}

.btn.primary:not(:disabled):hover, button.btn.primary:not(:disabled):hover {
    background-color: #223ad7;
}

.btn.primary:active, button.btn.primary:active {
    background-color: #1d32b8;
}

.btn.primary:focus, button.btn.primary:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1d90f5;
    border: 2px solid #fff;
}

.btn.primary:disabled, button.btn.primary:disabled {
    cursor: not-allowed;
    background-color: #f3f2f5;
    color: #d6d6d6;
}

.btn.secondary, button.btn.secondary {
    background-color: #fff;
    color: #000;
    border: 2px solid #eae9ed;
}

.btn.secondary.blue-border, button.btn.secondary.blue-border {
    border: 2px solid #314bf5;
}

.btn.secondary.red-border, button.btn.secondary.red-border {
    border: 2px solid #ea3829;
}

.btn.secondary:not(:disabled):hover, button.btn.secondary:not(:disabled):hover {
    background-color: #f3f2f5;
    border: 2px solid #d6d6d6;
}

.btn.secondary:active, button.btn.secondary:active {
    background-color: #eaecfe;
    color: #314bf5;
    border: 2px solid #cdd4ff;
}

.btn.secondary:focus, button.btn.secondary:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1d90f5;
    border: 2px solid #d6d6d6;
    background-color: #fff;
}

.btn.secondary:disabled, button.btn.secondary:disabled {
    cursor: not-allowed;
    background-color: #fff;
    border: 2px solid #eae9ed;
    color: #d6d6d6;
}

.btn.tertiary, button.btn.tertiary {
    background-color: transparent;
    color: #000;
}

.btn.tertiary:not(:disabled):hover, button.btn.tertiary:not(:disabled):hover {
    background-color: #f3f2f5;
}

.btn.tertiary:active, button.btn.tertiary:active {
    background-color: #eaecfe;
    color: #314bf5;
}

.btn.tertiary:focus, button.btn.tertiary:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1d90f5;
}

.btn.tertiary:disabled, button.btn.tertiary:disabled {
    cursor: not-allowed;
    background-color: transparent;
    color: #d6d6d6;
}

.btn.standart, button.btn.standart {
    background-color: #f3f2f5;
    color: #000;
}

.btn.standart:not(:disabled):hover, button.btn.standart:not(:disabled):hover {
    background-color: #eae9ed;
}

.btn.standart:active, button.btn.standart:active {
    background-color: #eaecfe;
    color: #314bf5;
}

.btn.standart:focus, button.btn.standart:focus {
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.01);
    box-shadow: 0 0 0 2px #1d90f5;
}

.btn.standart:disabled, button.btn.standart:disabled {
    cursor: not-allowed;
    background-color: #f3f2f5;
    color: #d6d6d6;
}

.btn.filled, button.btn.filled {
    background-color: #eaecfe;
    color: #314bf5;
    border: none;
}

.btn.filled:not(:disabled):hover, button.btn.filled:not(:disabled):hover {
    background-color: #f3f2f5;
}

.btn.filled:active, button.btn.filled:active {
    background-color: #eaecfe;
    color: #314bf5;
    border: 2px solid #cdd4ff;
}

.btn.filled:focus, button.btn.filled:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1d90f5;
    border: 2px solid #d6d6d6;
    background-color: #fff;
}

.btn.filled:disabled, button.btn.filled:disabled {
    cursor: not-allowed;
    background-color: #fff;
    border: 2px solid #eae9ed;
    color: #d6d6d6;
}

@media (max-width: 479.98px) {
    .btn, button.btn {
        font-size: 14px;
    }
}

.action-btn {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 12px;
    background-color: transparent;
    transition: all 0.2s ease;
}

.action-btn.red-outlined {
    border: 2px solid #E00909;
}

.action-btn.standart {
    color: #000;
}

@media (min-width: 768.98px) {
    .action-btn.standart:not(:disabled):hover {
        background-color: #f3f2f5;
    }
}

.action-btn.standart:active {
    color: #314bf5;
}

@media (min-width: 768.98px) {
    .action-btn.standart:active {
        background-color: #eaecfe;
    }
}

.action-btn.standart:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1d90f5;
}

.action-btn.critical {
    color: #E00909;
}

@media (min-width: 768.98px) {
    .action-btn.critical:not(:disabled):hover {
        color: #223ad7;
    }
}

.action-btn.critical:active {
    color: #223ad7;
}

@media (min-width: 768.98px) {
    .action-btn.critical:active {
        background-color: #FFEBEB;
    }
}

.action-btn.critical:focus {
    outline: none;
    box-shadow: 0 0 0 2px #1d90f5;
}

.action-btn:disabled {
    color: #d6d6d6;
    cursor: not-allowed;
}

._icon-simple-arrow-up {
    transform: rotate(180deg);
}

.expanded ._icon-simple-arrow-up {
    transform: rotate(0deg);
}

.toast {
    display: none;
    padding: 20px 80px 20px 60px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 20px 44px rgba(101, 93, 122, 0.06), 0px 40px 32px -20px rgba(101, 93, 122, 0.06);
    max-width: 640px;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 24px;
    transition: max-height 0.2s ease;
    overflow: hidden;
    max-height: 64px;
}

.toast.visible {
    display: block;
}

.toast .toast-icon {
    position: absolute;
    top: 20px;
}

.toast .toast-icon.info {
    left: 20px;
}

.toast .toast-icon.toast__expand {
    right: 32px;
}

.toast__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    cursor: pointer;
}

.toast__body {
    overflow: hidden;
    height: 100%;
}

.toast__buttons {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 12px;
}

@media (max-width: 990.98px) {
    .toast {
        max-width: 440px;
    }
}

@media (max-width: 479.98px) {
    .toast {
        right: 0;
    }
}

.toast-header__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}

.toast-body__content {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5C5C5C;
}

.option {
    transition: all 0.2s ease;
    border-radius: 4px;
}

.option:not(:disabled):hover {
    background: #f3f2f5;
}

.form-field .form-field-row {
    display: flex;
    justify-content: space-between;
}

.form-field .select-field {
    position: relative;
    margin: 0 auto;
    width: 400px;
}

.form-field .select-field:not(:disabled):hover .select-input-container::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.form-field .select-field:not(:disabled):hover .select input {
    background: #eae9ed;
}

.form-field .select-input-container {
    position: relative;
}

.form-field .select-field .select-input-container::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 47%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #8e8e8e;
    border-right: 2px solid #8e8e8e;
    cursor: pointer;
    transition: border-color 0.2s;
}

.form-field .select-field.active .select-input-container::after {
    border: none;
    border-left: 2px solid #8e8e8e;
    border-top: 2px solid #8e8e8e;
}

.form-field .select-field.selected .select input {
    color: #000;
}

.form-field .select-field .select input {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 12px;
    background: #f3f2f5;
    color: #8e8e8e;
    outline: none;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    line-height: 20px;
}

.form-field .select-field .option-container {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    height: 0;
    overflow-y: scroll;
    transition: 0.4s;
    border-radius: 8px;
    padding: 0 4px;
    z-index: 10;
    width: 100%;
}

.form-field .select-field.active .option-container {
    height: 188px;
    padding: 4px;
}

.form-field .select-field .option-container::-webkit-scrollbar {
    display: none;
}

.form-field .select-field .option-container::-webkit-scrollbar-thumb {
    display: none;
}

.form-field .select-field .option-container .option {
    position: relative;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.form-field .select-field .option-container .option:not(:disabled):hover {
    background: #f3f2f5;
}

.form-field .select-field .option-container .option.selected {
    pointer-events: none;
}

.form-field .select-field .option-container .option label {
    font-size: 14px;
    cursor: pointer;
    color: #000;
    line-height: 20px;
    font-weight: 400;
}

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #f3f2f5;
    border-radius: 4px;
    border: 2px solid #eae9ed;
    transition: all 0.2s ease;
}

.checkbox:active .checkmark {
    background: #eaecfe;
    border: 2px solid #eaecfe;
}

.checkbox:hover .checkmark {
    background: #eae9ed;
    border: 2px solid #d6d6d6;
}

.checkbox input:checked ~ .checkmark {
    border: 2px solid #314bf5;
    background: #314bf5;
}

.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 38%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 1.6px 1.6px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}

.radio-button-container {
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 33px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* Create a custom radio button */
.radio-button-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #eae9ed;
  transition: all 0.3s;
  background: #f3f2f5;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
  background: #eae9ed;
  border-color: #d6d6d6;
}

/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #314bf5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-button-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-button-container:has(input:checked) {
  color: #fff;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #314bf5;
}

.radio-button-container img {
  height: 20px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.textarea, input {
  width: 100%;
  position: relative;
  padding: 12px;
  background: #f3f2f5;
  color: #000;
  outline: none;
  font-size: 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  line-height: 20px;
  resize: none;
}
.textarea::-moz-placeholder, input::-moz-placeholder {
  color: #8e8e8e;
}
.textarea::placeholder, input::placeholder {
  color: #8e8e8e;
}
.textarea:hover, input:hover {
  background: #eae9ed;
}
.textarea:focus, input:focus {
  background: #eae9ed;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tag {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.tag.stroked {
  background: transparent;
  border: 1px solid #314bf5;
}
.tag.filled.blue {
  background: #eaecfe;
}
.tag.filled.success {
  background: #CEF8E0;
  color: #008F5D;
}

.news-card {
  background: #eaecfe;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
}
.news-card:not(:last-child) {
  margin-bottom: 24px;
}
.news-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.news-card__info {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.news-card__info i {
  font-size: 14px;
}
.news-card__date {
  display: block;
  opacity: 0.4;
}
.news-card__content {
  margin-bottom: 16px;
}
@media (max-width: 479.98px) {
  .news-card__footer {
    margin-bottom: 16px;
  }
}

.download-btn {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s ease;
}
.download-btn i {
  font-size: 20px;
  color: #474747;
}
@media (min-width: 768.98px) {
  .download-btn:hover {
    background: #E5E7EB;
  }
  .download-btn:hover i {
    color: #141414;
  }
}
@media (max-width: 768.98px) {
  .download-btn:active {
    background: #E5E7EB;
  }
  .download-btn:active i {
    color: #141414;
  }
}

.dropzone {
  background-color: transparent;
  width: 100%;
  border-radius: 12px;
  border: 2px dashed #eaecfe;
  padding: 24px;
  text-align: center;
}
.dropzone input[type=file] {
  display: none;
}
.dropzone i {
  font-size: 40px;
  color: #314bf5;
}
.dropzone label {
  display: block;
  position: relative;
}
.dropzone #image-display {
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 1.25em;
  flex-wrap: wrap;
}
.dropzone #image-display img {
  width: 100%;
}
.dropzone #image-display figcaption {
  font-size: 0.8em;
  text-align: center;
  color: #5a5861;
}
.dropzone .active {
  border: 0.2em dashed #025bee;
}
.dropzone #error {
  text-align: center;
  color: #ea3829;
  font-size: 12px;
  margin-top: 12px;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 24px;
  justify-content: flex-end;
  text-align: center;
  gap: 4px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #eaecfe;
  cursor: pointer;
  transition: all 0.2s ease;
}

.star-rating :checked ~ label {
  color: #314bf5;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #223ad7;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 999999;
  opacity: 0;
  transition: all 0.2s ease;
  display: none;
}
.modal-overlay.show {
  opacity: 1;
}
.modal-overlay.displayed {
  display: flex;
}

.modal.cancel-order-modal {
  max-width: 450px;
}

.video-modal {
  overflow: hidden;
  border-radius: 20px;
  padding-top: 43%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 118px;
  width: calc(100vw - 319px);
  display: none;
}
.video-modal.show {
  display: block;
}
.video-modal video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.play-btn {
  width: 52px;
  height: 52px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 50%;
  border: none;
  transition: all 0.1s ease;
}
.play-btn i {
  margin-top: 3px;
  margin-left: 2px;
  color: #314bf5;
}
.play-btn:disabled {
  background: #eae9ed;
}
.play-btn:disabled i {
  color: #fff;
}
.play-btn:active {
  background: transparent;
  box-shadow: 0 0 0 1.5px #314bf5;
}
.play-btn.playing {
  opacity: 0;
}

.caption {
  font-family: "Inter", sans-serif;
}
.caption.x-large {
  font-weight: 500;
  font-size: 24px;
  line-height: 162%;
}
.caption.large {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
}
.caption.medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0em;
}
.caption.small {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 171%;
  color: #000;
}
.caption.mini {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.caption.fw-500 {
  font-weight: 500 !important;
}
.caption.fw-400 {
  font-weight: 400 !important;
}
.caption.gray {
  color: #8e8e8e;
}
.caption.red {
  color: #ea3829;
}

.u-case {
  text-transform: uppercase;
}

.ta-left {
  text-align: left;
}
.ta-right {
  text-align: right;
}
.ta-center {
  text-align: center;
}

.label.large {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-100vh {
  height: 100vh;
}

.x-center {
  margin: 0 auto;
}

.mt-20 {
  margin-top: 20px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mtb-16 {
  margin: 16px 0px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-0 {
  margin: 0 !important;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pl-24 {
  padding-left: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.ptb-8 {
  padding: 8px 0;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.ptb-24 {
  padding: 24px 0;
}

.col-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.col-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
}
.justify-btw {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}

.row-12 {
  row-gap: 12px;
}

.row-24 {
  row-gap: 24px;
}

.w-full {
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.anim-show {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.3s ease;
}
.anim-show.show {
  opacity: 1;
  transform: translateY(0);
}

.completeness-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px;
  padding-top: 0;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
}

.form-completeness-question {
  padding: 20px 0;
}
.form-completeness-question__title {
  margin-bottom: 8px;
}
.form-completeness-question__subtitle {
  margin-bottom: 20px;
}
.form-completeness-question__answer .radio-button-container:not(:last-child), .form-completeness-question__answer .checkbox:not(:last-child) {
  margin-bottom: 25px;
}

.form-completeness-footer {
  margin-left: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 24px;
}

.change-profile-img, .profile-img {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.profile-img {
  background-image: url("../../assets/images/svg/profile.svg");
}

@media (max-width: 479.98px) {
  .completeness-content {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.header-completeness {
  position: sticky;
  top: 96px;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E5E7EB;
  -moz-column-gap: 50px;
       column-gap: 50px;
  z-index: 10;
}
.header-completeness__actions {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.profile-completeness-header {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.profile-completeness-header__image {
  width: 100px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.profile-completeness-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-completeness-header__info span {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 768.98px) {
  .header-completeness {
    flex-direction: column-reverse;
    row-gap: 24px;
  }
  .header-completeness__actions {
    justify-content: space-between;
  }
}
@media (max-width: 479.98px) {
  .header-completeness {
    top: 76px;
  }
  .profile-completeness-header {
    align-items: flex-start;
  }
  .profile-completeness-header__image {
    width: 64px;
    height: 64px;
  }
}
.invoice-item {
  padding: 24px 0;
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  max-width: 312px;
  transition: all 0.2s ease;
}
.invoice-item:not(:last-child) {
  margin-bottom: 24px;
}
.invoice-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.invoice-item__body span {
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 768.98px) {
  .invoice-item:active {
    background: #f3f2f5;
  }
}

@media (max-width: 768.98px) {
  .invoice-item {
    max-width: 100%;
    border-radius: 20px;
    border: none;
    background: #F9F9F9;
    padding: 24px;
  }
  .invoice-item__body a {
    display: none;
  }
}
.invoice-modal {
  display: none;
}
.invoice-modal.visible {
  display: block;
}
.invoice-modal .invoice-modal__body {
  position: relative;
}
.invoice-modal .download-btn {
  position: absolute;
  right: 24px;
  top: 24px;
}
.invoice-modal table {
  border-collapse: collapse;
}
.invoice-modal table:not(:last-child) {
  width: 100%;
}
.invoice-modal table.table-3 thead {
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 12px;
}
.invoice-modal table.table-3 tbody td {
  padding: 12px 0;
}
.invoice-modal table.table-4 thead {
  float: left;
  padding-right: 10px;
}
.invoice-modal table.table-4 thead .table-title {
  padding: 0 !important;
}
.invoice-modal table.table-4 tbody {
  float: right;
  padding-left: 10px;
  border-left: 1px solid #E5E7EB;
}
.invoice-modal table.table-4 tbody tr td {
  padding: 6px 0;
}
.invoice-modal table.table-4 tbody tr:first-child td {
  padding-top: 0 !important;
  font-size: 16px;
  font-weight: 500;
}
.invoice-modal table:not(:last-of-type) {
  margin-bottom: 24px;
}
.invoice-modal table .table-title {
  text-align: left;
  vertical-align: top;
  margin-bottom: 12px;
  padding: 6px 0;
}
.invoice-modal table td, .invoice-modal table th {
  padding: 0 20px 0 0;
}
.invoice-modal table td {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.invoice-modal table td span {
  max-width: 222px;
  display: block;
}

@media (max-width: 990.98px) {
  .invoice-modal table .table-title {
    font-size: 15px;
  }
  .invoice-modal table td {
    font-size: 12px;
  }
}
@media (max-width: 768.98px) {
  .invoice-modal .mobile .invoice-mobile__section {
    padding-bottom: 12px;
  }
  .invoice-modal .mobile .invoice-mobile__section:not(:last-child) {
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 22px;
  }
  .invoice-modal .mobile .invoice-mobile__footer p {
    text-align: center;
  }
  .invoice-modal .mobile .invoice-mobile__footer p:not(:last-child) {
    margin-bottom: 12px;
  }
  .invoice-modal .mobile .section-invoice-mobile__title {
    margin-bottom: 12px;
  }
  .invoice-modal .mobile .two-cols__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .invoice-modal .mobile .two-cols__row span {
    text-align: right;
  }
}
.cleaner-order__header {
  position: sticky;
  top: 95px;
  left: 0;
  background: #fff;
  z-index: 10;
  padding: 20px 0;
}
.cleaner-order .container {
  display: grid;
  grid-template-columns: auto 336px;
  grid-gap: 48px;
  position: relative;
}
.cleaner-order .timer {
  width: 45px;
}

.row-cleaner-order__top {
  flex-wrap: wrap;
  row-gap: 12px;
}

.left-cleaner-order .dates {
  flex-wrap: wrap;
}
.left-cleaner-order .icon-text i {
  color: #314bf5;
}

.body-right-cleaner-order__img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
}
.body-right-cleaner-order__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1170px) {
  .dates-to {
    padding-left: 50px;
  }
}
@media (max-width: 990.98px) {
  .cleaner-order__header {
    position: static;
  }
  .cleaner-order .container {
    grid-template-columns: auto 260px;
    grid-gap: 0;
  }
  .cleaner-order__right {
    border-top: 1px solid #E5E7EB;
  }
}
@media (max-width: 768.98px) {
  .cleaner-order__header {
    padding: 0;
  }
  .cleaner-order .container {
    grid-template-columns: 1fr;
  }
  .cleaner-order .container .dates i {
    display: none;
  }
  .cleaner-order .container .dates-to {
    padding-left: 0px;
  }
}
.cleaner-order-completed .cleaner-order__header {
  position: static;
}
.cleaner-order-completed .uploaded-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.cleaner-order-completed .uploaded-gallery .img {
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.cleaner-order-completed .uploaded-gallery .img ._icon-trash {
  position: absolute;
  bottom: 6px;
  right: 13px;
  z-index: 5;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 0.8;
}
@media (min-width: 990.98px) {
  .cleaner-order-completed .uploaded-gallery .img ._icon-trash {
    opacity: 0.4;
  }
  .cleaner-order-completed .uploaded-gallery .img ._icon-trash:hover {
    opacity: 0.8;
  }
}
.cleaner-order-completed .uploaded-gallery .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cleaner-order-completed .feedback-container {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 500px);
}
.cleaner-order-completed .contact-us-container .btn {
  max-width: 250px;
}
@media (max-width: 1199.98px) {
  .cleaner-order-completed .container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cleaner-order-completed .container .right-cleaner-order {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #E5E7EB;
    padding-top: 12px;
  }
  .cleaner-order-completed .container .right-cleaner-order__btns {
    flex-direction: row;
    gap: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .cleaner-order-completed .feedback-container {
    grid-template-columns: 1fr 1fr;
  }
  .cleaner-order-completed .uploaded-gallery .img {
    height: 200px !important;
  }
}
@media (max-width: 768.98px) {
  .cleaner-order-completed .cleaner-order__header {
    padding-bottom: 24px;
  }
  .cleaner-order-completed .uploaded-gallery {
    grid-template-columns: 1fr;
  }
  .cleaner-order-completed .contact-us-container .btn {
    max-width: 100%;
  }
  .cleaner-order-completed .container .right-cleaner-order__btns {
    flex-direction: column;
    max-width: 100%;
  }
  .cleaner-order-completed .feedback-container {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cleaner-order-completed .feedback-container div:last-child {
    padding-left: 0;
    border: none;
  }
}

.cleaner-training .cards.hide {
  display: none;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 360px));
  gap: 24px;
}

.training-card {
  height: 200px;
  width: 100%;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
}
.training-card:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  z-index: -1;
}
.training-card__bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.training-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.training-card__body {
  flex: 1 1 auto;
  color: #fff !important;
}
.training-card__body .caption {
  color: #fff !important;
}
.training-card__footer {
  justify-content: space-between;
}
@media (max-width: 479.98px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
body {
  background: #fff;
  position: relative;
  font-family: "Inter", sans-serif;
}
body a {
  font-family: "Inter", sans-serif;
  color: #000;
}
body.lock {
  overflow: hidden;
}

main {
  padding: 119px 24px 24px 290px;
  min-height: 100vh;
}
@media (max-width: 990.98px) {
  main {
    padding: 96px 20px 20px 235px;
  }
}
@media (max-width: 768.98px) {
  main {
    padding: 96px 20px 20px 20px;
  }
}
@media (max-width: 479.98px) {
  main {
    padding: 100px 20px 20px 20px;
  }
}

.base-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #314bf5;
}

.base-hover {
  transition: all 0.2s ease;
}
.base-hover:hover {
  color: #1d32b8;
}

.borr-10 {
  border-radius: 10px;
}

.bor-b-20:not(:last-child) {
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 20px;
}

.f-row {
  display: flex;
  align-items: center;
}

.g-24 {
  gap: 24px;
}

button {
  cursor: pointer;
}

small {
  display: block;
}

.bold {
  font-weight: 500;
}

#dashboard {
  min-height: 100vh;
}

[class*=__container] {
  width: 100%;
  height: 100%;
  padding: 0 24px;
}