﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

body {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    font-family: Raleway;
    padding: 40px;
    border-radius: 10px;
}

input {
    border-radius: 0.375rem !important;
}

.pt-form-75 {
    padding-top: 75px;
}

input.invalid {
    position: relative;
    border: 1px solid rgba(201, 8, 8, 0.87);
    border-radius: 0.375rem 0px 0px 0.375rem !important;
}

    input.invalid::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
    }

.tab {
    display: none;
}

.step {
    color: #fff;
    background-color: #0f263a;
    font-size: 14px;
    padding: 0px;
    border-radius: 50%;
    width: 36px;
    height: 36px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
    .step.working {
        background-color: #FF850B;
    }
    .step:nth-child(4) {
        border-right: none;
    }

    .step.active {
        border-right: none;
        background-color: #25ccf7;
        color: #fff;
        opacity: 1;
    }

    .step.finish {
        color: #fff;
        background-color: #4caf50;
    }

.all-steps {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: rgba(129, 115, 115, 0.0784313725);
    position: relative;
}

    .all-steps::before {
        content: "";
        width: 94%;
        content: "";
        position: absolute;
        top: 49%;
        left: 3%;
        height: 2px;
        background-color: rgba(15, 38, 58, 0.1490196078);
        z-index: 0;
    }

.thanks-message {
    display: none;
}

/* Hide the browser's default radio button */
.container input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.astrologer-register-form {
    position: relative;
}

    .astrologer-register-form label {
        margin-bottom: 0px !important;
    }

input {
    font-family: "Poppins", sans-serif !important;
}

.select2 .select2-choice {
    display: block;
    width: 100% !important;
    height: 38.18px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.astrologer-register-form {
    background-image: url("/Landing/img/images/background/pattern-background.jpg");
    height: 100%;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

    .astrologer-register-form .error {
        display: none;
    }

        .astrologer-register-form .error.invalid {
            display: block;
            align-items: center;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: center;
            white-space: nowrap;
            border: 1px solid rgba(201, 8, 8, 0.87);
            border-radius: 0rem 0.375rem 0.375rem 0px !important;
            color: rgba(201, 8, 8, 0.87);
        }

    .astrologer-register-form #nextBtn, #astrologer-registration-otp {
        border: none;
        letter-spacing: 1px;
        padding: 5px 35px;
        font-size: 17px;
        font-family: "Poppins", sans-serif;
        background-color: #0f263a;
        border-radius: 4px;
        border: 2px solid #0f263a;
        color: #fff;
        font-weight: 500;
    }

        .astrologer-register-form #nextBtn:hover {
            background-color: transparent;
            color: #0f263a;
        }

    .astrologer-register-form #prevBtn {
        border: none;
        letter-spacing: 1px;
        padding: 5px 35px;
        font-size: 17px;
        font-family: "Poppins", sans-serif;
        background-color: rgba(201, 8, 8, 0.87);
        border-radius: 4px;
        border: 2px solid rgba(201, 8, 8, 0.87);
        color: #fff;
        font-weight: 500;
    }

        .astrologer-register-form #prevBtn:hover {
            background-color: transparent;
            color: rgba(201, 8, 8, 0.87);
        }

    .astrologer-register-form .card.shadow {
        border: none !important;
    }

        .astrologer-register-form .card.shadow form h1 {
            color: #0f263a;
        }

        .astrologer-register-form .card.shadow form label {
            font-size: 15px;
            color: #0f263a;
            font-weight: 500;
        }

        .astrologer-register-form .card.shadow form .thanks-message p {
            text-align: justify;
            font-size: 16px;
            font-weight: 400;
        }

@media (max-width: 768px) {
    .pt-form-75 {
        padding-top: 25px;
    }

    #regForm {
        padding: 25px 20px;
    }

    .step {
        font-size: 14px;
        padding: 0px;
        border-radius: 50%;
        width: 35px;
        height: 33px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.thanks-message-done{
    display : block;
}
    .thanks-message-done h3 {
        font-size: 28px;
        font-weight: 600;
        font-family: 'Poppins';
        color: #092e67;
        margin-bottom: 10px;
    }
    .thanks-message-done p {
        font-size: 15px;
        text-align: center;
        font-family: 'Poppins';
    }
        .thanks-message-done p span {
            color: #25ccf7;
            text-decoration : underline;
        }




/*  mobile verification pop up*/
#astrologerverificationModal .modal-header {
    background-color: #25ccf7;
}

    #astrologerverificationModal .modal-header h5 {
        font-family: 'Poppins';
        font-size: 21px;
        font-weight: 600;
    }

#astrologerverificationModal label {
    color: #0f263a;
}
#astrologerverificationModal .mobile-verification-second-page{
    display : block !important;
}
#astrologerverificationModal .mobile-verification-second-page .mobile-text {
    color: #989696b8;
    font-size: 15px;
}

#astrologerverificationModal .mobile-verification-second-page .form-control {
    margin-right: 12px;
}

    #astrologerverificationModal .mobile-verification-second-page .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #ff8880;
        outline: 0;
        box-shadow: none;
    }

#astrologerverificationModal .mobile-verification-second-page .cursor {
    cursor: pointer;
}
.digit-group {
  margin : auto;
  text-align : center;
  margin-top : 10px;
}
    .digit-group input {
        width: 60px;
        height: 60px;
        background-color: lighten($BaseBG, 5%);
        border: none;
        line-height: 50px;
        text-align: center;
        font-size: 22px;
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        color: black;
        margin: 0 2px;
        border-radius: 18px;
        border: 2px solid #0f263a;
    }

.prompt {
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

/*::-webkit-input-placeholder {*/
    /* Edge */
    /*font-weight: 800;
    color: #9c9a9a;
}*/

/*:-ms-input-placeholder {*/
    /* Internet Explorer */
    /*font-weight: 800;
    color: #9c9a9a;
}

::placeholder {
    font-weight: 900;
    color: #9c9a9a;
}*/


#primary-skill-select .dropdown:hover .dropdown-menu {
    height: max-content !important;
    max-height: 500px !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    background: #fff !!important;
}

.bootstrap-select {
    border: 1px solid #ced4da !important;
}
    .bootstrap-select button {
        background-color: #fff !important;
    }
    .bootstrap-select .dropdown-menu{
        width : auto !important;
        min-height : 0px !important;
        max-height : 0px !important;
    }

.bootstrap-select .dropdown-menu.show {
    opacity: 1 !important;
    max-height: 400px !important;
    overflow: hidden;
    min-height: 142px !important;
}

    .bootstrap-select .dropdown-menu.open {
        width: auto !important;
    }

        .bootstrap-select .dropdown-menu.open.show {
            background-color: lightgray !important;
            width: auto !important;
        }
        .bootstrap-select .dropdown-menu.inner {
            width: 100%;
            position: relative;
            height: 100%;
            display: block;
            min-height: 300px;
            margin-right: 0px;
        }
    .check-error{
    display : none;
    color:red;
    font-size : 14px;
}
.check-error.error{
    display : block;
}
#regForm select.invalid, #regForm textarea.invalid, #regForm .dropdown.form-control.invalid {
    border: 1px solid rgba(201, 8, 8, 0.87) !important;
}