﻿.main_wait_page {
    top: 0;
    overflow: hidden !important;
    z-index: 9999;
}

.package_in_wait {
    display: block
}

.wait_page_block {
    display: flex;
    align-items: center;
    height: 100vh;
}

.wait_w_block img {
    border-radius: 40px;
}

.wait_start {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 30px;
    background: #fff;
    border-radius: 30px;
    padding: 50px 30px;
    max-width: 750px;
    width: calc(100% - 30px);
    margin: 0 auto;
    justify-content: center;
}

.wait_page_text {
    color: #2B2B2B;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.48px;
    max-width: 420px;
}

.wait_loader_div {
    align-self: stretch;
}

.progess-color {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    background-color: #D7E4E1;
    border-radius: 0;
    height: 15px;
}

.fast_plan {
    width: 30px;
    height: 44px;
    background-image: url('/assets/project/img/solo-traveller.gif');
    background-repeat: no-repeat;
    z-index: 2;
    display: none;
}

.circle {
    width: 15px;
    height: 15px;
    border: 2px solid #1a6e44;
    border-radius: 100px;
    position: relative;
    background: #fff;
    z-index: 1;
    display: none;
}

.progress-container {
    position: relative;
    display: flex;
    align-items: center;
}

.circle:after {
    background: #DBE0E5;
    position: absolute;
    content: "";
    height: 50px;
    width: 1px;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.progress_nloader {
    height: 15px;
    background: #1B4D3E;
    display: block;
    border-radius: 0;
    transition: 0.4s ease;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    z-index: 1;
}


ul.check_detail_ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
    padding-top: 0px;
}

    ul.check_detail_ul li {
        flex: 1;
        text-align: center;
    }

.lable_of_wait {
    color: var(--all-text-main);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.data_of_wait {
    color: #8A9BA8;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}


@media (max-width:767px) {
    .circle:after {
        display: none;
    }

    ul.check_detail_ul {
        flex-direction: column;
        row-gap: 20px;
    }

    .wait_start {
        row-gap: 30px;
    }

    .wait_page_text {
        font-size: 16px;
    }

    .lable_of_wait {
        font-size: 14px;
    }

    .data_of_wait {
        font-size: 14px;
    }
}
