/*
*
|  Page Name       : new_admission_form.css
|  Description     : css for new online admission
|  Date Created    : Nov. 28, 2023
*
*/

@import url('https://fonts.googleapis.com/css?family=Poppins');
.poppins-custom {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 600;
    color: #67757C;
}

p, span, button, label, select {
    font-family: Poppins;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins;
    font-weight: bolder;
    color: #67757C;
}
.txt-black {
    color: #333 !important;
}


body, html {
    height: 100%;
    width: 100%;
    color: #67757C;
}

main{
    background-color: white !important;
}

.fadeIn{
    /*animation: fadeIn 0.5s;*/
}
.fadeOut{
    /*animation: fadeOut 1s;*/
}

.main-container {
    height: 80vh;
    overflow-y: auto;
    margin-top: 0px;
}

.main-container .form-hide {
    /*height: 150px !important;*/
    height: 0px !important;
    margin: 0px;
}

.main-container form {
    height: 90%;
    margin-top: 40px;
}

.-content-wrapper ,.-admission {
    padding: 0px !important;
}
.new-form {
    height: 100vh;
    position: relative;
    padding: 0px;
}
.new-form h3 {
    margin: 10px 5px;
    padding: 5px 0px;
}

.new-form .wrapper {
    padding: 10px;
}
.new-form .container {
    padding: 20px 0px;
    width: 100%;
}

.field-wrapper {
    padding: 0px 15px;
    margin-bottom: 15px;
    display: block;
}

#content-non-group .field-wrapper {
    animation: fadeIn 0.5s;
}

.new-form .admission_pager {
    margin: auto;
}

.new-form .fig-logo {
    text-align: center;
    height: 100px;
    width: 100px;
    margin: auto;
}
.img-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.new-form .admission-forms {
    min-height: 80%;
    margin: 0px 10px;
}

.new-form .adm-messages {
    padding: 20px;
    width: 100%;
}

.new-form .img-prev {
    width: 100%;
    height: 100%;
}

.img-prev img{
    width: 100%;
    height: 100%;
}

.not-btn {
    border: 0px;
    background-color: transparent;
    font-weight: 500;
    color: black;
}

.page-view-group {
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.page-view-group .page-view-contatiner {
    margin: auto;
}

.page-view-group .page-view-contatiner nav{
   text-align: center;
}

.mb10 {
    margin-bottom: 10px;
}


.main-grp-header {
    margin-bottom: 15px !important;
    color: #67757C;
}

.grp-container {
    padding: 0px 20px;
}
.grp-container div{
    padding-left: 0px;
}
.grp-header {
    padding-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #67757C;
    max-width: 80%;
}

.inputGroup {
    font-family: 'Segoe UI', sans-serif;
    margin: 1em 0 1em 0;
    max-width: 190px;
    position: relative;
}

.inputGroup input {
    font-size: 100%;
    padding: 0.8em;
    outline: none;
    border: 2px solid rgb(200, 200, 200);
    background-color: transparent;
    border-radius: 20px;
    width: 100%;
}

.inputGroup label {
    font-size: 100%;
    position: absolute;
    left: 0;
    padding: 0.8em;
    margin-left: 0.5em;
    pointer-events: none;
    transition: all 0.3s ease;
    color: rgb(100, 100, 100);
}

.inputGroup :is(input:focus, input:valid)~label {
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-left: 1.3em;
    padding: 0.4em;
    background-color: #e8e8e8;
}

.inputGroup :is(input:focus, input:valid) {
    border-color: rgb(150, 150, 200);
}


.new-form .red {
    color: red;
}

.new-form .white {
    color: transparent;
}

.new-form textarea {
    resize: vertical;
}

.new-form .mul-grp-divider {
    width: 108.34% !important;
    margin: 10px 0px 20px 0px;
}

.mul-grp-divider hr {
    margin-top: 10px !important;
}

.new-form .mul-grp-remove {
    margin-top: 38px;
}

.mul-grp-remove button {
    height: 41px;
    width: 41px;
}
.mul-grp-remove .btn-danger-lbl {
    float: right;
    margin: 0px;
    display: none;
}


.new-form .mul-grp-add {
    margin-top: 10px;
}

.new-form .adm-requirement {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.new-form .alert {
    padding: 20px;
    font-size: 14px;
}

.hide-input {
    color: transparent !important;
}

.captcha-refresh {
    position:absolute;
    top: 20px;
    right: 18px;
    bottom: 0px;
    background: transparent;
    border: 0px;
    height: 77px;
    z-index: 1;
}

.g-recaptcha .-iframe-g-recaptha{
    width: 100% !important;
}

.-check-box-wrapper {
    margin-top: 16px;
}
.-checkbox-container .-checkbox-text {
    padding-top: 4px;
}

.-checkbox-container, .-checkbox-text {
    height: auto !important;
}

.-checkbox-container .-checkbox-text-no-header {
    font-size: 18px !important;
}


/* RADIO BUTTON */
/* The container */
.-rad-con {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.-rad-lbl {
    font-weight: 500;
}
/* Hide the browser's default radio button */
.-rad-con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.-rad-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.-rad-checkmark.disabled {
    background-color: #ccc !important;
}

/* On mouse-over, add a grey background color */
.-rad-con:hover input ~ .-rad-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.-rad-con input:checked ~ .-rad-checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.-rad-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.-rad-con input:checked ~ .-rad-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.-rad-con .-rad-checkmark:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.-rad-con .-rad-text,
.-sc-lbl-parentsubj .-rad-text{
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.-rad-con  .-rad-text.-subj-code,
.-sc-lbl-parentsubj  .-rad-text.-subj-code {
    font-weight: 500;
}

.-rad-con  .-rad-text.-subj-name,
.-sc-lbl-parentsubj  .-rad-text.-subj-name {
    font-size: 85%;
}


.-checkmark {
    border: 1px solid #d6d9da;
    height: 29px !important;
    width: 29px !important;
}


/*.form-required .form-outline .form-control:focus~.form-label {*/
/*    color: #bd2211 !important;*/
/*}*/

/*.form-required .form-outline .form-control:focus~.form-notch .form-notch-leading {*/
/*    border-color: #bd2211 !important;*/
/*    box-shadow:  -1px 0 0 0 #bd2211, 0 1px 0 0 #bd2211, 0 -1px 0 0 #bd2211 !important;*/

/*}*/

/*.form-required .form-outline .form-control:focus~.form-notch .form-notch-middle {*/
/*    border-color: #bd2211 !important;*/
/*    border-top: 0px solid transparent;*/
/*    box-shadow: 0 1px 0 0 #bd2211 !important;*/
/*}*/

/*.form-required .form-outline .form-control:focus~.form-notch .form-notch-trailing {*/
/*    border-color: #bd2211 !important;*/
/*    box-shadow: 0 1px 0 0 #bd2211 !important;*/
/*    box-shadow:  1px 0 0 0 #bd2211, 0 -1px 0 0 #bd2211, 0 1px 0 0 #bd2211 !important;*/
/*}*/



.adm-success-page .fig-logo{
    height: 100px;
    margin-top: 20px;
}

.terms-modal {
    width: 70%;
    max-width: 1000px;
}
#-iframe-mobile {
    height: 60vh !important;
    width: 100% !important;
}

.radio-btn-lbl {
    font-size: 14px;
}

@media screen and (max-width: 990px) {

    button, label, select, input {
       /*font-size: 12px !important;*/
    }

    .radio-btn-lbl {
        font-size: 12px !important;
    }

    #online-admission-form {
        margin-top: 10px;
    }

    #online-admission-form h3 {
        font-size: 20px;
    }

    #online-admission-form h4 {
        font-size: 18px;
    }



    .main-container {
        height: auto;
    }
    .main-container .form-hide {
        height: auto !important;
    }

    .main-grp-header {
        margin-top: 30px !important;
        margin-bottom: 15px !important;
        /*font-size: 16px;*/
    }
    .grp-container h4 {
        /*font-size: 14px;*/
        margin-bottom: 20px;
    }
    .-check-box-wrapper span{
        font-size: 12px;
    }
    .-content-wrapper ,.-admission {
        margin-top: 0px !important;
    }

    .grp-header {
        margin-top: 0px;
        max-width: 100%;
    }



    .new-form {
        height: auto;
    }
    .new-form .fig-logo {
        text-align: center;
        height: 64px;
        width: 64px;
        margin: auto;
    }
    .new-form .mul-grp-remove {
        margin-top: 10px !important;
    }

     .pull-left {
        float: none !important;
        margin-bottom: 20px;
    }

    .mul-grp-remove button {
        height: auto;
        width: auto;
    }

    .mul-grp-remove .btn-danger-lbl {
         display: block;
    }


     /* RADIO BTN LBL */
    .-rad-con {
        padding-top: 5px;
        margin-bottom: 15px;
    }


    /* FIELDS */
    .form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label {
        transform: translateY(-1rem) translateY(-0.15rem) scale(.8) !important;
    }

    .form-outline .form-control {
        min-height: 40px !important;
    }

    .requirements-view {
        width: 100%;
        overflow: auto;
    }


    /*ADMISSION IMAGES VIEW*/

    .adm-img-view {
        /*height: 100vh !important;*/
        display: none;
    }
    /* BOTTOM BUTTONS */
    .page-view-group {
        display: block;
        height: auto;
        text-align: center;
    }

    .page-view-group div {
        min-height: 40px;
        height: auto;
    }

    .page-view-group div a{
        font-size: 14px;
    }

    .page-view-group .back-pager {
       text-align: left;
    }

    .page-view-group .button-pager {
        padding: 10px 0px;
    }

    .page-view-group #div_col_submit_ui {
        /*float: right;*/
    }

    .mbl-page-btn {
        display: none;
    }

    .-checkmark {
        border: 1px solid #d6d9da;
        height: 27px !important;
        width: 27px !important;
    }


    .adm-success-page .fig-logo{
        height: 64px;
        margin-top: 10px;
    }
    .adm-success-page h1{
       font-size: 20px;
    }
    .adm-success-page h3{
        font-size: 18px;
    }
    .adm-success-page h4{
        font-size: 14px;
    }
    .adm-success-page label{
        font-size: 14px;
    }


    .terms-modal {
        width: 90%;
    }

    .captcha-refresh {
        position: static;
        background: transparent;
        height: 40px;
        width: 40px;
    }
}

