.width-145px {
    width: 145px !important;
}

.width-70 {
    width: 70%;
}

.width-110px {
    width: 110px;
}
.ratio-1x1 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@media screen and (max-width: 990px) {
    .custom-rounded-search {
        border-radius: 36px !important;
    }

    .custom-width-button {
        width: 300px;
    }

    .custom-margin-bottom-md {
        margin-bottom: 16px !important;
        padding: 0 !important;
        /* margin: 0 !important; */
    }

    .border-md-none {
        padding: 16px 0 16px 0 !important;
        border-right: none !important;
        border-left: none !important;
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }

    .display-none-md {
        display: none !important;
    }

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

    .drop-menu-account-md {
        transform: translate3d(-105px, 38px, 0px) !important;
    }
}

@media screen and (max-width: 768px) {
    .custom-d-lfex-btn-change-point {
        justify-content: center !important;
    }

    .custom-w-btn-change-point {
        width: 250px;
        height: 50px;
        margin-top: 16px;
    }

    .custom-border-bottom {
        border-right: none !important;
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media screen and (max-width: 420px) {
    .custom-transform-add-room-xs {
        transform: translate3d(-40px, 68px, 0px);
    }
}