.d-none {
    display: none !important;
}
.d-flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.items-flex-start {
    align-items: flex-start;
}
.item-flex-start {
    align-items: flex-start;
}
.items-flex-end {
    align-items: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-end {
    justify-content: flex-end;
}
.flex-column {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-wrap {
    flex-wrap: wrap;
}
.shrink-0 {
    flex-shrink: 0;
}
.h-full {
    height: 100%;
}
.h-screen {
    height: 100vh;
}
.h-20 {
    height: 20px;
}
.h-24 {
    height: 24px;
}
.h-40 {
    height: 40px;
}
.h-48 {
    height: 48px;
}
.h-64 {
    height: 64px;
}
.w-64 {
    width: 64px;
}
.w-20 {
    width: 20px;
}
.w-full {
    width: 100%;
}
.w-85pc {
    width: 85%;
}

.w-48 {
    width: 48px;
}
.w-150 {
    width: 150px;
}
.w-fit {
    width: fit-content;
}
.w-1_2 {
    width: 50%;
}
.max-w-1_3 {
    width: 40%;
}
.max-w-80-pc {
    width: 80%;
}
.max-w-84 {
    max-width: 84px;
}
.max-w-426 {
    max-width: 426px;
}
.min-w-144 {
    min-width: 144px;
}
.min-w-480 {
    min-width: 480px;
}
.min-h-390 {
    min-height: 390px;
}
.max-w-400 {
    max-width: 400px;
}
.max-h-400 {
    max-height: 400px;
}
.min-h-500 {
    min-height: 500px;
}
.gap-4 {
    gap: 4px;
}
.gap-6 {
    gap: 6px;
}
.gap-8 {
    gap: 8px;
}
.gap-9 {
    gap: 9px;
}
.gap-10 {
    gap: 10px;
}
.gap-12 {
    gap: 12px;
}
.gap-16 {
    gap: 16px;
}
.gap-18 {
    gap: 18px;
}
.gap-20 {
    gap: 20px;
}
.gap-24 {
    gap: 24px;
}
.gap-27 {
    gap: 27px;
}
.z-1 {
    z-index: 1;
}
.z-3 {
    z-index: 3;
}
.font-100 {
    font-weight: 100;
}
.font-200 {
    font-weight: 200;
}
.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
.font-500 {
    font-weight: 500;
}
.font-600 {
    font-weight: 600;
}
.font-700 {
    font-weight: 700;
}
.m-0 {
    margin: 0;
}

.mt-8 {
    margin-top: 8px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-16 {
    margin-top: 16px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-80 {
    margin-bottom: 80px;
}
.my-16 {
    margin: 16px 0;
}
.mx-80 {
    margin: 0 80px;
}
.ml-13 {
    margin-left: 13px;
}
.pt-25 {
    padding-top: 25px;
}

.p-12 {
    padding: 12px;
}
.p-24 {
    padding: 24px;
}
.p-48 {
    padding: 48px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-24 {
    padding-bottom: 24px;
}
.px-12 {
    padding: 0 12px;
}
.py-12 {
    padding: 12px 0;
}

.px-10 {
    padding: 0 10px;
}
.py-15 {
    padding: 15px 0;
}
.p-24 {
    padding: 24px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.r-14 {
    right: 14px;
}

.top-0 {
    top: 0px;
}
.top-5 {
    top: 5px;
}
.top-1_2 {
    top: 50%;
}
.top-10 {
    top: 10px;
}
.left-14 {
    left: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

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

.text-36 {
    font-size: 36px;
}

.translate_1_2 {
    transform: translate(-50%, -50%);
}
.cursor-pointer {
    cursor: pointer;
}
.custom-title {
    color: #151618;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.custom-title.custom-title--large {
    font-weight: 700;
    font-size: 28px;
}
.outline-btn-custom {
    background: white;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: solid 2px #dee2e6;
    color: #373a40;
    border-radius: 10px;
    font-size: 15px;
    gap: 8px;
    font-weight: bold;
}
.outline-btn-custom:disabled {
    background-color: #dee2e6;
}
.outline-btn-custom:disabled {
    background-color: #dee2e6;
}
.outline-btn-custom.small {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
}
.gray-btn-custom {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: solid 2px #dee2e6;
    color: #151618;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    background-color: #dee2e6;
    gap: 8px;
}
.gray-btn-custom.small {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
}
.success-btn-custom {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: solid 2px #4af73e;
    color: #373a40 !important;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    background-color: #4af73e;
    gap: 8px;
}
.success-btn-custom.small {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
}
.success-btn-custom:disabled {
    filter: grayscale(1) opacity(0.7);
}
.danger-btn-custom {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: solid 2px #ee3939;
    color: #ffffff;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    background-color: #ee3939;
}
.danger-btn-custom:disabled {
    cursor: no-drop;
    filter: opacity(0.3);
}
.dark-btn-custom {
    color: #ffffff;
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    background: linear-gradient(#414143 18%, #151618 77%, #151618 100%);
    position: relative;
    overflow: hidden;
}
.dark-btn-custom.small {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 8px;
}

.dark-btn-custom:before {
    position: absolute;
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    background: #151618;
    border-radius: 8px;
}
.dark-btn-custom:hover:before {
    background: #454648 !important;
}
.dark-btn-custom span {
    position: relative;
}

.dark-btn-custom:disabled::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff78;
    border-radius: 8px;
}

.form-input-error {
    color: #ee3939;
    font-size: 14px;
    font-weight: 400;
}
.rated {
    background: #dee2e6;
}
.hidden {
    display: none;
}
.btn-success {
    border-color: #4af73e;
    background-color: #4af73e;
    height: 40px;
}
.text-black {
    color: #000;
}
.text-14 {
    font-size: 14px;
}
.text-oslo-grey {
    color: #868e96;
}

.remove-pading-m p {
    margin: 0;
}

.overflow-auto {
    overflow: auto;
}
.bg-white {
    background: #ffffff;
}
.text-olso-grey {
    color: #868e96;
}

.bg-porcelain {
    background: #f3f2f5;
}

.p-16 {
    padding: 16px;
}

.radius-12 {
    border-radius: 12px;
}

.b-20 {
    bottom: 20px;
}

.l-15 {
    left: 15px;
}

.l-45 {
    left: 45px;
}
.r-15 {
    right: 15px;
}
.leading-10 {
    line-height: 10px;
}
.leading-16 {
    line-height: 16px;
}
.leading-24 {
    line-height: 24px;
}
.leading-26 {
    line-height: 26px;
}

.leading-30 {
    line-height: 30px;
}

.text-12 {
    font-size: 12px;
}
.text-14 {
    font-size: 14px;
}
.text-24 {
    font-size: 24px;
}
.text-ultramarie-blue {
    color: #2d68f8;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.tabs-service:hover {
    overflow-x: auto;
}

.tabs-service::-webkit-scrollbar {
    height: 5px;
}

.text-platinum {
    color: #dee2e6;
}
.text-white {
    color: #fff;
}

.text-romance {
    color: #e8ecefbf;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #4af73e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bg-stars-active {
    background: url("../img/icon/star.svg") repeat 0 0;
    display: inline-block;
    height: 17px;
}
.bg-stars-inactive {
    background: url("../img/icon/star-disable.svg") repeat 0 0;
    display: inline-block;
    height: 17px;
}
.modal.compact {
    z-index: 10000;
}
.modal.compact .modal-body {
    padding: 0;
}
.modal.compact .modal-body .alert {
    margin-bottom: 0;
}
.modal.compact .modal-body .close {
    right: 5px;
    position: absolute;
}
.modal.compact .modal-dialog {
    position: absolute;
    right: 0;
    margin: 0;
}
.bg-white {
    background-color: white;
}
.notification-popup {
    padding: 20px 40px 40px;
}
.close-notification-popup-wrapper {
    margin-right: -20px;
}
.avt-default-bg {
    flex-shrink: 0;
    background-image: linear-gradient(to right, #c0ff3a, #00ffa3);
}
@media all and (max-width: 444px) {
    .notification-popup {
        padding: 16px;
    }
    .close-notification-popup-wrapper {
        margin-right: 0px;
    }
}
