
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
    box-sizing: border-box;
}

body {
    background: url('../../images/loginbg.png');
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    height: 90vh;
    margin: 10px 0 50px;
    background-position: center;
    background-attachment: scroll;
    opacity: 1;
    background-size: cover;
}


.social-container {
    margin: 20px 0;
}

    .social-container a {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        height: 40px;
        width: 40px;
    }

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

    footer p {
        margin: 10px 0;
    }

.wrapper_box {
    /* max-width: 800px; */
    /* margin: 0 auto; */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 30px;
}

.container {
    /* max-width: 800px; */
    /* margin: 0 auto; */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin: 30px;
}

h1 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: #f1f1f1;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
}

    .tab.active {
        background: #2c3e50;
        color: white;
    }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
    background: #eee;
}

.required:after {
    content: " *";
    color: red;
}

.radio-group {
    display: flex;
    gap: 15px;
}

.radio-option {
    display: flex;
    align-items: center;
}

.file-upload {
    margin-top: 5px;
}

.button-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cancel {
    background: #e0e0e0;
}

.continue {
    background: #2c3e50;
    color: white;
}

.note {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}

.footer-2__bottom {
    display: flex;
    row-gap: 15px;
    padding: 0px 100px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.footer-2__copyright p, .footer-2__copyright-menu p {
    font-size: 16px;
    font-family: system-ui !important;
    font-weight: 600 !important;
    color: #d2e3fb;
}

select#Registrationid {
    padding: 10px;
    width: 100%;
    /* background: #eeeeee; */
    /* border: 1px solid #eeeeee; */
    margin-bottom: 10px;
    color: #757598;
    font-size: 12px;
}

h1 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: #f1f1f1;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
}

    .tab.active {
        background: #2c3e50;
        color: white;
    }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.required:after {
    content: " *";
    color: red;
}

.note {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.file-upload-info {
    font-size: 0.8em;
    color: #666;
}

.fnt_sb_14 {
    font-weight: 700;
    /* font-size: 14px; */
}

.fnt_r_14 {
    font-size: 14px;
}

.fnt_r_12 {
    font-size: 12px;
}

.main_logo {
    width: 250px;
    margin: auto;
}

    .main_logo img {
        width: 100%;
        margin: auto;
    }
/* For all date inputs */
input[type="date"] {
    font-size: 12px;
    line-height: 24px;
}

/* Or for specific date input */
.date-small {
    font-size: 12px;
}

.button-next {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 15px;
}

::placeholder {
    font-size: 12px;
    color: #222;
}

input:focus {
    color: #495057;
    background-color: #eee;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-info {
    background: #0061aa;
    border: #0061aa;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 15px;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 2.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}


.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 14px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Space Grotesk', sans-serif;
}

.checkbox_label {
    color: gray;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Space Grotesk', sans-serif;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    max-width: 880px;
    margin: 0px 30px auto;
}

    #progressbar .active {
        color: #673AB7
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 33.33%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f2c2";
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f46d";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #673AB7
    }

.progress {
    height: 20px;
    margin: auto;
    max-width: 550px;
}

.progress-bar {
    background-color: #673AB7
}

.error {
    border: 1px solid red !important;
}

.Registration_card {
    max-width: 850px;
    width: 100%;
    margin: auto;
    background: #fff;
    border-radius: 20px;
}

.register_logo {
    max-width: 250px;
    margin: auto;
    padding-top: 20px;
}
/*//For Loader only css*/

#loaderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader-wrapper {
    text-align: center;
}

.loader-img {
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loader-text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    font-family: Arial, sans-serif;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.field-validation-error {
    font-size: 11px !important;
    float: left;
}

.register_logo img {
    width: 220px;
}
.uppercase-text {
    text-transform: uppercase;
}

.btn-link-style {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #007bff; /* Bootstrap link blue */
    text-decoration: underline;
    cursor: pointer;
}

    .btn-link-style:disabled {
        color: #aaa;
        text-decoration: none;
        cursor: default;
    }
.help-icon::before {
    content: "\f059"; /* Unicode for question-circle-fill */
    font-family: "bootstrap-icons";
    font-size: 1rem;
    color: #6c757d; /* muted gray */
    cursor: pointer;
    margin-left: 5px;
}

.tooltip-inner {
    max-width: 500px; /* expand width up to 500px */
    white-space: normal; /* allow wrapping instead of single line */
    text-align: left; /* better for sentences/paragraphs */
    font-size: 13px; /* optional */
    line-height: 1.4; /* optional */
}