/*Multi Step-Form css start*/
body {
    background-color: #eef3f6;
}

.container-fluid {
    padding-left: 190px;
    padding-right: 190px;
}

.meeting-form {
    border-radius: 8px;
    border: 1px solid rgba(26, 26, 26, 0.10);
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.08);
    margin: 20px 0px;
    position: relative;
}

.right-line {
    position: relative;
}

.right-line:after {
    position: absolute;
    content: "";
    border-right: 1px solid rgba(26, 26, 26, 0.10);
    width: 1px;
    height: 100%;
    right: 0px;
    top: 0px;
}

.meeting-form-left {
    padding: 45px;
    text-align: center;
    position: relative;
    height: 100%;
}

.meeting-form-heading h3 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 49px;
}

.meeting-form-heading h3 span {
    color: #EFA434;
}

.meeting-button {
    margin-top: 74px;
}

.meeting-form-right {
    width: 100% !important;
    height: 100% !important;
}

.meeting-button p {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 14.75px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.4px;
    text-align: left;
    margin-bottom: 10px;
}

.meeting-button .btn.meeting {
    padding: 10px 3.08px 10px 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #E1E1E6;
    color: #034D82;
    font-family: Inter;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

input.btn-check[type="radio"]:checked+.btn.meeting {
    border: 1px solid #034D82 !important;
    background: #285785;
    color: #fff;
}

input.btn-check[type="radio"]:checked+.btn img {
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 8px 0px rgba(253, 253, 253, 0.4);
    background: #fff;
}

.meeting-button .btn.meeting:hover {
    border: 1px solid #034D82;
}

.meeting-form-left ul {
    list-style: none;
    padding-left: 0px;
}

.meeting-form-left ul li {
    margin-bottom: 35px;
}

.meeting-form-left ul li .pl-70 {
    padding-left: 70px;
    position: relative;
}

.pl-70 span.tab-span {
    visibility: hidden;
}

.meeting-form-left ul li a {
    text-decoration: none;
}

.meeting-form-left ul li a.tab-pills.border-left {
    position: relative;
}

.meeting-form-left ul li a.tab-pills.border-left:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 0px;
    border: 1px solid #FCDDEC;
    transform: rotate(90deg);
    left: 7px;
    top: 61px;
}

.meeting-form-left ul li .pl-70:after {
    position: absolute;
    content: "";
    background: url("../img/meeting-tick-o.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    left: 0px;
    top: 0px;
}

.meeting-form-left ul li a span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #828282;
}

.meeting-form-left ul li a p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 0px;
}

a.tab-pills.active {
    position: relative;
}

a.tab-pills.active:after {
    position: absolute;
    content: "";
    background: url("../img/step-tick.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    left: 0px;
    top: 0px;
}

a.tab-pills.d-block {
    position: relative;
}

a.tab-pills.d-block:after {
    position: absolute;
    content: "";
    background: url("../img/step-tick.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    left: 0px;
    top: 0px;
}

.tab-heading {
    margin-top: 35px;
    text-align: left;
    margin-bottom: 35px;
}

.tab p {
    font-family: "Inter";
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: grey;
    margin-bottom: 0px;
}

.tab-heading h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #000000;
    margin-left: 30px;
}

.tab-heading h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.meeting-form-footer .btn.submit,
.meeting-form-footer .btn.next {
    border-radius: 40px;
    background: #034D82;
    box-shadow: 0px 3px 12px 0px rgba(33, 150, 83, 0.18);
    padding: 12px 40px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.meeting-form-footer .btn.back {
    border-radius: 40px;
    /* background: rgba(3, 77, 130, 0.10); */
    background: rgb(3 77 130 / 18%);
    padding: 12px 40px;
    color: #034D82;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    border: none;
}

.meeting-details {
    margin-left: 30px;
}

.meeting-details .btn.team-btn {
    padding: 0px;
    margin-right: 10px;
}

.meeting-details .btn-check:checked+.btn.team-btn {
    width: 124px;
    height: 49px;
    border: 1px solid #EFA434;
    padding: 0px;
}

.meeting-details .btn-check+.btn:hover {
    background: #F6F5FF;
    border: 1px solid #EFA434;
    padding: 0px;
}

.meeting-details label.btn.btn-outline {
    width: 100%;
    height: 58px;
    background: #ffffff;
    border: 1px solid #FCDDEC;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 43px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #333333;
}

.meeting-details label.btn.btn-outline.badge {
    position: relative;
}

.meeting-details label.btn.btn-outline.badge:after {
    position: absolute;
    content: "Required";
    width: 94px;
    height: 26px;
    background: #27AE60;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    right: 40px;
    top: -13px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.meeting-details label.form-label {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 12.797px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    /* 164.103% */
}

.meeting-details select.form-select {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    /* background: #FFF; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #333;
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.meeting-details .form-control {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #333;
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    background: #FFF;
}

.meeting-details .form-control::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: #dedede;
}

.meeting-details .form-control:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

ul.tab-list {
    padding-left: 15px;
}

ul.tab-list li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #5D5FEF;
}

.tab-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FCDDEC;
    border-radius: 4px;
    padding: 18px 30px;
    margin-bottom: 20px;
}

.tab-card span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #828282;
}

.tab-card p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 0px;
}

.meeting-time-card p {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 14.375px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 264.348% */
    margin-bottom: 10px;
}

.meeting-time-card a.time-card {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(3, 77, 130, 0.50);
    color: #034D82;
    text-align: center;
    font-family: Inter;
    font-size: 14.375px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    line-height: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.meeting-time-card a.time-card:hover {
    color: white;
    background: #034D82 !important;

}

.meeting-time-card a.time-card.active {
    color: white;
    background: #034D82;
}

#inline_cal {
    text-align: left;
    margin-left: 20px;
}

.time-zone {
    margin-top: 35px;
    margin-left: 30px;
}

.time-zone h5 {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 14.75px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    /* 151.864% */
}

.time-zone a.dropdown-toggle {
    color: #1A1A1A;
    text-align: center;
    font-family: Inter;
    font-size: 13.016px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 161.345% */
    text-decoration: none;
    margin-bottom: 0px;
}

.meeting-time-card-inner {
    overflow-y: auto;
    min-height: 100%;
    height: 400px;
}

.meeting-time-card-inner::-webkit-scrollbar {
    width: 8px;
    margin-left: 30px;
}

.meeting-time-card-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.meeting-time-card-inner::-webkit-scrollbar-thumb {
    background-color: grey;
    outline: 1px solid slategrey;
    border-radius: 10px;
    margin-left: 30px;
}

.cookie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
}

.cookie a {
    color: #0069FF;
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /* 147.215% */
    text-decoration: none;
}

.cookie p {
    margin-bottom: 0px;
}

.cookie p a {
    color: #1A1A1A;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 19px;
    /* 147.215% */
    margin-bottom: 0px;
}

.review-details {
    margin-right: 73px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.review-details h5 {
    color: #034D82;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;

}

.review-details-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-radius: 8px;
    background: #FAFAFA;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.review-details-card p.silver-text {
    color: #4F4F4F;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;

}

.review-details-card p.colun {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;

}

.review-details-card p.black-text {
    color: #212121;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;

}

.meeting-form-footer {
    display: flex;
    align-items: center;
    margin: 30px;
}

.validation_error {
    background: #ff000017 !important;
    border-color: #ff0000b8 !important;
}


/*  New css */

.meeting_description {
    position: absolute;
    bottom: 40px;
    left: 45px;
}

.meeting_description ul {
    /* list-style-type: disc; */
    list-style: none;
}

.meeting_description ul li {
    font-family: inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}

.meeting_description ul li span {
    font-size: 16px;
    font-weight: 600;
}


@media screen and (max-width: 992px) {
    .meeting-details .form-control {
        font-size: 14px;
        height: 40px;
    }

    .meeting-details .form-control::placeholder {
        font-size: 12px;
    }

    .meeting-details select.form-select {
        height: 40px;
        font-size: 14px;
    }

    .review-details-card {
        padding: 15px 15px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #inline_cal {
        margin-left: 0px;
    }

    .right-line:after {
        display: none;
    }

    .meeting-form {
        margin-bottom: 75px;
        background: white !important;
        height: auto;
    }

    .meeting-form-left {
        padding: 20px 15px 0px;
    }

    .tab-heading {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .meeting-form-right {
        width: 100% !important;
        padding: 0px 20px 10px;
        height: 100% !important;
    }

    .meeting-form-right .row {
        display: block !important;
    }

    .meeting-form-heading img {
        width: 150px;
    }

    .meeting-form-heading h3 {
        margin-top: 25px;
    }

    .meeting-button {
        margin-top: 20px;
    }

    .meeting-button p {
        font-size: 14px;
        text-align: center;
    }

    .cookie {
        position: relative;
        margin-top: 30px;
        padding: 0px;
    }

    .review-details {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .meeting-time-card {
        margin-top: 30px;
        border-top: 1px solid #eeeeee;
        padding-top: 10px;
    }

    .meeting-time-card p {
        margin-bottom: 10px;
    }

    .meeting-time-card a.time-card {
        width: 95%;
    }

    .meeting-form-footer .btn.back {
        padding: 12px 20px;
        font-size: 13px;
        margin-right: 10px !IMPORTANT;
    }

    .meeting-form-footer .btn.next,
    .meeting-form-footer .btn.submit {
        padding: 12px 20px;
        font-size: 13px;
    }

    .meeting-details {
        margin-left: 0px;
    }

    .tab-heading h4 {
        margin-left: 0px;
    }

    /* New CSS 24 Dec 2025 */
    .meeting_form_btn {
        position: relative;
        margin-top: 20px;
    }

    .meeting-form-footer {
        position: fixed;
        bottom: 0px;
        background: #f5f5f5;
        left: 0;
        right: 0;
        padding: 10px 0;
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06);
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        margin: 30px 0 0 0 !important;
        justify-content: center;
        z-index: 999;
    }

    .meeting_description {
        display: none;
    }
}

/*Multi Step-Form css end*/