* {
    /* border: 1px solid black; */
}

.price-detail p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #333E5A;
}

.btn-continue {
    height: 52px;
    background: #006CE5;
    border-radius: 40px;
    color: white;
    border: none;
}

.h-180 {
    height: 180px;
}

.h-400 {
    height: 400px;
}

.h-full {
    height: 100%;
}

.h-10 {
    height: 10%;
}

.h-20 {
    height: 20%;
}

.h-30 {
    height: 30%;
}

.h-32 {
    height: 32%;
}

.h-40 {
    height: 40%;
}

.h-50 {
    height: 50%;
}

.h-55 {
    height: 55%;
}

.h-60 {
    height: 60%;
}

.h-70 {
    height: 70%;
}

.h-80 {
    height: 80%;
}

.h-90 {
    height: 90%;
}

.w-full {
    width: 100%;
}

.w-550 {
    width: 550px;
}

.w-500 {
    width: 500px;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-32 {
    width: 32%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

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

.text-xs {
    font-size: 12px;
}

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

.text-sm {
    font-size: 14px;
}

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

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

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

.text-2xl {
    font-size: 24px;
}

.text-3xl {
    font-size: 28px;
}

.text-color-des {
    color: #6677a2;
}

.text-orange {
    color: #fc820a;
}

.text-445375 {
    color: #445375;
}
.custom-text-payment-status{
    width: 100px;
    display: flex;
    justify-content: center;
    bottom: -20px;
    position: absolute;
}
.text-027C61 {
    color: #027c61;
}

.text-333E5A {
    color: #333e5a;
}

.text-FF424E {
    color: #ff424e;
}

.text-007D3A {
    color: #007d3a;
}

.text-6677A2 {
    color: #6677A2;
}

/* range */
.noUi-origin.noUi-connect,
.noUi-handle.noUi-handle-lower,
.noUi-handle.noUi-handle-upper {
    background-color: #006ce5;
}

.active-nav {
    color: #006ce5;
}

.dot-outline {
    height: 10px;
    width: 10px;
    background-color: #006ce5;
    border-radius: 100%;
}

.dot-fill {
    height: 10px;
    width: 10px;
    background-color: white;
    border-radius: 100%;
    border: 1px solid #007bff;
}

.stept-complete {
    height: 20px;
    width: 20px;
    background-color: #006ce5;
    border-radius: 50%;
    cursor: pointer;
}

.stept-checked {
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border: 4px solid #006ce5;
    cursor: pointer;
}

.stept {
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    border: 4px solid #006ce5;
    cursor: pointer;
    opacity: 30%;
}

.hr-checked {
    height: 2px;
    width: 100%;
    background-color: #006ce5;
    margin-top: -30px;
}

.hr {
    height: 2px;
    width: 100%;
    border-top: 1px solid #006ce5;
    border-bottom: 1px solid #006ce5;
    opacity: 30%;
    margin-top: -30px;
}

.hr-gray {
    border-top: 1px dashed #dfdfdf;
    height: 1px;
    width: 100%;
}

.border-right-dashed {
    border-right: 1px dashed #dfdfdf;
}

.border-dashed {
    border: 1px dashed;
    color: #11151f;
}

.border-dashed-primary {
    border: 1px dashed;
    color: #006ce5;
}

/* Line height */
.lh-1 {
    line-height: 1;
}

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

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

.flex-shink-0 {
    flex-shrink: 0;
}

.w-100-100px {
    width: calc(100% - 100px);
}

.custom-img-hotel {
    height: 60px;
    width: 100px;
}

@media only screen and (max-width: 768px) {
    .w-sm-90 {
        width: 80% !important;
    }

    .custom-style-md {
        display: flex;
        flex-direction: column;
        align-items: normal !important;
    }

    .flex-md-col {
        gap: 8px;
        flex-direction: column;
        align-items: start !important;
    }

    .custom-flex-md-column {
        flex-direction: column;
    }

    .w-100-100px {
        width: 100%;
    }

    .custom-img-hotel {
        height: 100px;
        width: 100%;
    }


}

@media only screen and (max-width: 425px) {
    .w-sm-90 {
        width: 90% !important;
    }

    .custom-style-md {
        display: flex;
        flex-direction: row;
        align-items: normal !important;
    }

    .w-100-100px {
        width: calc(100% - 100px);
    }

    .custom-flex-md-column {
        flex-direction: row;
        gap: 8px;
    }

    .custom-img-hotel {
        height: 60px;
        width: 100px;
    }

    .flex-md-col {
        gap: 8px;
        flex-direction: row;
        align-items: start !important;
    }
    .width-sm-60{
        width: 60% !important;
    }
}