@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Carter+One&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poly:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Figtree", sans-serif;
}

/* ---------------------Common section start------------------------ */
.text-orangered {
    color: #F14C45 !important;
}

.text-blue {
    color: #0C43A0 !important;
}

.text-red {
    color: #D41C1C;
}

a {
    text-decoration: none;
}

/* Get Started button */
.signup-btn {
    background-color: #2A59AC;
    color: white !important;
    padding: 10px 15px 10px 20px;
    border: none;
    border-radius: 7px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    /* font-weight: normal !important; */
    white-space: nowrap;
    transition: all 0.3s;
}

.signup-btn .arrow {
    background: white;
    color: #0C43A0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
}

.signup-btn:hover {
    background-color: #F14C45;
    color: white;
}

.signup-btn:hover .arrow {
    color: #F14C45;
}

/* ---------------------Common section end------------------------ */
/* ---------------------signup section start------------------------ */
#signup {
    /* background: linear-gradient(to right, #BECDEE 0%, #9B9EE6 34%); */
    background: linear-gradient(to right, rgba(190, 205, 238, 0.5) 0%, rgba(155, 158, 230, 0.45) 34%);
    padding: 60px 45px 60px 70px;
    height: 100vh;
    overflow: hidden;
}

#signup #dont {
    font-weight: 520;
}

#signup .info-section {
    padding: 20px 90px 0px 0px;
    width: 45%;
    overflow-y: auto;
    /* Optional scroll if needed */
    position: sticky;
    height: 100vh;
}

#signup .info-section h3 {
    font-weight: 650;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 40px;
}

#signup .info-section li {
    font-size: 18px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 25px;
}

#signup .info-section li img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    margin-top: 7px;
}


#signup .form-section-class {
    width: 55%;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    padding-bottom: 100px;
}

#signup .form-section-class::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

#signup .form-section {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border: 1px solid #EDEDEF;
    padding: 20px 40px 60px 40px;
    margin-bottom: 80px;
}

/* #signup .form-section #userDomain-dropdown{
    display: inline-block;
}
#signup .form-section #userDomain-dropdown .btn {
    padding: 12px 35px 12px 17px;
    border-radius: 5px;
    border: 1px solid #d1d0d0;
    font-size: 15.5px;
    font-weight: 600;
    min-width: 250px;
    display: inline-block;
    background-color: white;
    text-align: start;
    position: relative;
    margin-left: 20px;
}

#signup .form-section #userDomain-dropdown .btn::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 17px;
    top: 30%;
    color: #0C43A0;
    border: 0;
    font-size: 12px;
}

#signup .form-section #userDomain-dropdown  .dropdown-menu {
    padding: 0px;
    width: 250px;
    margin: 0px;
}

#signup .form-section #userDomain-dropdown li {
    padding: 10px 15px;
    transition: all 0.3s;
    font-size: 15px;
    height: auto;
    font-weight: 520;
} */

/* #signup .form-section #userDomain-dropdown li:hover {
    background-color: #0C43A0;
    color: white;
} */
/* #signup .form-section #userDomain-dropdown  li label{
    margin-top: 0;
    font-size: 15px;
    font-weight: 520;
}


#signup .form-section #userDomain-dropdown li input.form-check-input {
    Let browser handle appearance
    background-color: #0C43A0;
    border: 1px solid #0C43A0;
    border-radius: 1px;
    cursor: pointer;
    padding: 0px;
    transition: all 0.3s;
} */
/* #signup .form-section #userDomain-dropdown li:hover input.form-check-input{
    border-color: white;
} */
/* When checkbox is checked, background becomes blue and checkmark shows */
/* #signup .form-section #userDomain-dropdown li input.form-check-input:checked {
    background-color: #0C43A0;
    border-color: #0C43A0;
}

#signup #userDomain-dropdown .dropdown-toggle.selected {
    color: #0C43A0 !important;
    font-weight: 600;
} */
#signup .form-section .form-check label {
    margin-top: 0;
    font-size: 18px;
}

#signup .form-section .form-check input {
    padding: 0;
    border-radius: 50%;
    border: 2px solid #F0544D;
}

#signup .form-section .form-check input:checked {
    /* background-color: #0C43A0; */
    background-color: #F0544D;
    border: 2px solid #F0544D;
}

#signup .form-section label {
    font-weight: 550;
    font-size: 18px;
    margin-top: 22px;
}

#signup .form-section input {
    border: 1px solid #d1d0d0;
    border-radius: 5px;
    font-size: 17px;
    padding: 18px 25px;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.2s;
}

#signup .form-section input:focus {
    border: 2px solid #0C43A0;
    box-shadow: none;
}

#signup #dropdownBtn-comments {
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 18px;
    padding: 18px 25px;
    font-weight: 550;
    background: #e7eaf6;
    transition: all 0.2s;
    box-shadow: none;
    position: relative;
}

#signup #dropdownBtn-comments:focus {
    border: 2px solid #0C43A0;
}

#signup #dropdownOptions-comments {
    padding: 0;
}

#signup #dropdownOptions-comments li a {
    padding: 11px 15px;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 520;
    white-space: normal;
    word-break: break-word;
    border-bottom: 1px solid #9F9B9B;
}

#signup #dropdownOptions-comments li a:hover {
    background-color: #0C43A0;
    color: white;
}

#signup #dropdown-comments .dropdown-toggle::after {
    display: none;
}

#signup #dropdown-comments .dropdown-menu.show {
    width: 100%;
}

#signup .form-section #phone-container {
    border-radius: 5px;
    font-size: 19px;
    border: 1px solid #d1d0d0;
    transition: border-color 0.3s ease;
}

#signup .form-section #phone-container input {
    padding: 18px 15px;
    border: none;
    outline: none;
}

#signup .form-section #phone-container:focus-within {
    border: 2px solid #0C43A0;
}

#signup .form-section input::placeholder {
    color: #9F9B9B;
    font-weight: 500;
}


#signup .form-section #pass-eye,
#signup .form-section #rePassword-eye {
    position: absolute;
    font-size: 20px;
    top: 35%;
    right: 15px;
    color: #777474;
}

#signup .form-section .passMsg p {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 14px;
    position: relative;
    font-weight: 540;
}


/* #signup .form-section .passMsg p::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 2px;
      width: 9px;
      height: 9px;
      background-color: #cfcfd3;
      border-radius: 50%;
    } */
#signup .form-section #forget-pass {
    font-size: 18px;
    font-weight: 500;
}

/* ---------------------signup section end------------------------ */
/* ---------------------responsive section start------------------------ */
/* ---------------------min-width:1500px section start------------------------ */
@media screen and (min-width:1501px) {
    #signup .form-section .passMsg p {
        padding-right: 230px !important;
    }
}

/* ---------------------min-width:1500px section end------------------------ */
/* ---------------------min-width:1400px section start------------------------ */
@media screen and (min-width:1400px) and (max-width:1500px) {
    #signup .info-section li {
        font-size: 18px;
        line-height: 38px;
        font-weight: 500;
        margin-bottom: 40px;
    }

    #signup .form-section .passMsg p {
        padding-right: 150px !important;
    }

}

/* ---------------------min-width:1400px section end------------------------ */
/* ---------------------min-width:1300px section start------------------------ */
@media screen and (min-width:1300px) and (max-width:1399px) {
    #signup .form-section .passMsg p {
        padding-right: 130px !important;
    }
}

/* ---------------------min-width:1300px section end------------------------ */
/* ---------------------max-width:1200px section start------------------------ */
@media screen and (min-width:1200px) {
    #signup .form-section .passMsg p {
        padding-right: 100px;
    }
}

/* ---------------------max-width:1200px section end------------------------ */
/* ---------------------min-width:1200px section start------------------------ */
@media screen and (max-width:1200px) {
    #signup .info-section {
        padding: 40px 40px 0px 0px;
    }
}

/* ---------------------min-width:1200px section start------------------------ */
/* ---------------------max-width:1100px section start------------------------ */
@media screen and (max-width:1100px) {
    /* #signup .form-section #userDomain-dropdown .btn {
        min-width: 200px;
    }

    #signup .form-section #userDomain-dropdown .dropdown-menu {
        width: 200px;
    } */
}

/* ---------------------max-width:1100px section end------------------------ */
/* ---------------------max-width:992px section start------------------------ */
@media screen and (max-width:992px) {
    #signup {
        height: auto;
    }

    #signup .info-section {
        padding-top: 20px;
        padding-right: 0px;
        width: 100%;
        height: auto;
    }

    #signup .info-section h3 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    #signup .info-section li {
        margin-bottom: 20px;
    }

    #signup .form-section-class {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }

    #signup .form-section {
        margin-bottom: 10px;
    }
}

/* ---------------------max-width:992px section end------------------------ */
/* ---------------------max-width:768px section start------------------------ */
@media screen and (max-width:768px) {
    #signup {
        padding: 50px 40px 50px 40px;
    }

    #signup .info-section li {
        margin-bottom: 17px;
        font-size: 17px;
        line-height: 35px;
    }
}

/* ---------------------max-width:768px section end------------------------ */
/* ---------------------max-width:576px section start------------------------ */
@media screen and (max-width:576px) {
    #signup {
        padding: 40px 30px 40px 30px;
    }

    #signup .info-section h3 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    #signup .info-section li {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 30px;
    }

    #signup .info-section li img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: 10px;
    }

    #signup .form-section {
        padding: 20px 30px 50px 30px;
    }

    #signup .form-section label {
        font-size: 16px;
        margin-top: 15px;
    }

    /* #signup .form-section #userDomain-dropdown .btn {
        padding: 8px 35px 8px 12px;
        font-size: 15px;
        min-width: 170px;
        margin-left: 10px;
    }

    #signup .form-section #userDomain-dropdown .dropdown-menu {
        width: 170px;
    } */

    #signup .form-section input {
        font-size: 15px;
        padding: 12px 12px;
    }
    #signup #dropdownBtn-comments {
        font-size: 15px;
        padding: 12px 12px;
    }


    #signup #dropdownOptions-comments li a {
        padding: 8px 2px 8px 10px;
        font-size: 13px;
    }
    #signup .form-section #pass-eye,
    #signup .form-section #rePassword-eye {
        font-size: 18px;
    }

    #signup .form-section .error {
        font-size: 14px;
    }

}

/* ---------------------max-width:576px section end------------------------ */
/* ---------------------max-width:500px section end------------------------ */
@media screen and (max-width:500px) {
    #signup .form-section .form-check label {
        font-size: 14px;
    }
}

/* ---------------------max-width:500px section end------------------------ */
/* ---------------------max-width:450px section end------------------------ */
@media screen and (max-width:450px) {
    #signup {
        padding: 30px 20px;
    }

    #signup .info-section h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    #signup .col-xl-7 {
        padding: 0;
    }

    #signup .form-section {
        padding: 10px 25px 20px 25px;
    }
}

/* ---------------------max-width:450px section end------------------------ */

/* ---------------------responsive section end------------------------ */