﻿.k-widget * {
    box-sizing: border-box;
}

.registration-panel {
    width: 95%;
    margin-top: -95px;
}

/*.registration-panel {
    width: 90%;
    margin-top: 70px;
}*/

.k-wizard-steps {
    margin-top: 15px !important;
}

.registration-panel .k-wizard {
    /*width: 90%;
    margin: auto;*/
    margin-top: 20px;
    padding: 0px;
}

.registration-panel .k-wizard-steps {
    width: 99%;
    margin: auto;
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #0000001f;
    border-radius: 8px;
}

    .registration-panel .k-wizard-steps .k-form-fieldset {
        margin-top: 0px;
    }

    .registration-panel .k-wizard-steps .k-form-legend {
        color: #000;
        font-family: 'barlow-medium';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-color: #4ED57C;
        padding-bottom: 5px;
    }

#registrationWizard-0 .k-form-field {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#registrationWizard-2 .k-form-field {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.k-wizard-buttons {
    margin-top: 15px;
}

.radio-group {
    border: 2px solid #C9C9C9;
    background: #FFF;
    border-radius: 8px;
    padding: 10px 25px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

    .radio-group .input-group-addon {
        background: none;
        border: none;
        width: auto;
        margin-left: auto;
    }

    .radio-group input[type=radio] {
        transform: scale(1.5);
        accent-color: #00AB08;
    }

    .radio-group label {
        border: none;
        box-shadow: none;
        color: #000;
        font-style: normal;
        font-family: 'barlow-medium';
        line-height: 20px;
        box-sizing: content-box;
        margin-bottom: 0px;
    }

        .radio-group label > .sub-label {
            display: block;
            color: #6D6E71;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }

#registrationWizard-1 .k-form-label.k-label {
    display: none;
}

label.super-label {
    color: #000 !important;
    font-size: 20px !important;
}

#success-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: justify;
}

    #success-box img {
        width: 60px;
        margin: auto;
    }

#success-box .msg-heading {
    color: #00b100;
}

.msg-heading {
    font-size: large;
    font-family: 'Barlow-medium';
    margin-bottom: 0px;
}

.msg {
    font-size: 15px;
    margin-bottom: 0px;
}

.k-stepper .k-step-label {
    max-width: 4em;
}

    .k-stepper .k-step-label .k-step-text {
        overflow: visible;
        font-size: 12px;
        text-wrap-mode: wrap;
    }

.k-wizard-buttons {
    flex-direction: column;
    gap: 1rem;
}

.emp-navbar {
    height: 165px;
    z-index: -1;
}

    .emp-navbar > .navbar-header {
        height: 50px;
    }

/**************************************Media Queries START***********************************************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #registrationWizard-0 .k-form-field {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #registrationWizard-2 .k-form-field {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #success-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: justify;
    }

        #success-box img {
            width: 60px;
            margin: auto;
        }

    .k-stepper .k-step-label {
        max-width: 4em;
    }

        .k-stepper .k-step-label .k-step-text {
            overflow: visible;
            font-size: 12px;
            text-wrap-mode: wrap;
        }

    .k-wizard-buttons {
        flex-direction: column;
        gap: 1rem;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #registrationWizard-0 .k-form-field {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #registrationWizard-2 .k-form-field {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #success-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: justify;
    }

        #success-box img {
            width: 60px;
            margin: auto;
        }

    .k-stepper .k-step-label {
        max-width: 4em;
    }

        .k-stepper .k-step-label .k-step-text {
            overflow: visible;
            font-size: 12px;
            text-wrap-mode: wrap;
        }

    .k-wizard-buttons {
        flex-direction: column;
        gap: 1rem;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #registrationWizard-0 .k-form-field {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #registrationWizard-2 .k-form-field {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #success-box {
        display: grid;
        grid-template-columns: 1fr 22fr;
        gap: 2rem;
    }

        #success-box img {
            width: 45px;
        }

    .k-stepper .k-step-label {
        max-width: 10em;
    }

        .k-stepper .k-step-label .k-step-text {
            overflow: hidden;
            font-size: 12px;
            text-wrap-mode: unset;
        }

    .k-wizard-buttons {
        flex-direction: row;
        gap: 0;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #registrationWizard-0 .k-form-field {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    #registrationWizard-2 .k-form-field {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    #success-box {
        display: grid;
        grid-template-columns: 1fr 22fr;
        gap: 2rem;
    }

        #success-box img {
            width: 45px;
        }

    .k-stepper .k-step-label {
        max-width: 10em;
    }

        .k-stepper .k-step-label .k-step-text {
            overflow: hidden;
            font-size: 12px;
            text-wrap-mode: unset;
        }

    .k-wizard-buttons {
        flex-direction: row;
        gap: 0;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 2559px) {
    #registrationWizard-0 .k-form-field {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    #registrationWizard-2 .k-form-field {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    #success-box {
        display: grid;
        grid-template-columns: 1fr 22fr;
        gap: 2rem;
    }

        #success-box img {
            width: 45px;
        }

    .k-stepper .k-step-label {
        max-width: 10em;
    }

        .k-stepper .k-step-label .k-step-text {
            overflow: hidden;
            font-size: 12px;
            text-wrap-mode: unset;
        }

    .k-wizard-buttons {
        flex-direction: row;
        gap: 0;
    }
}
/* Extra Extra Large screens */
@media only screen and (min-width: 2560px) {
    #registrationWizard-0 .k-form-field {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    #registrationWizard-2 .k-form-field {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    #success-box {
        display: grid;
        grid-template-columns: 1fr 22fr;
        gap: 2rem;
    }

        #success-box img {
            width: 45px;
        }

    .k-stepper .k-step-label {
        max-width: 10em;
    }

        .k-stepper .k-step-label .k-step-text {
            overflow: hidden;
            font-size: 12px;
            text-wrap-mode: unset;
        }

    .k-wizard-buttons {
        flex-direction: row;
        gap: 0;
    }
}
/**************************************Media Queries END*************************************************/


