@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.card{
  margin: auto;
  width: 100%;
  max-width: 100%;
  border: 0 !important;
  /* padding: 40px; */
  margin: 0 !important;
}
.headingStyles{
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    font-family: 'Raleway';
    font-size: 56px;
    font-weight: 800;
    line-height: 65.74px;
    color: #1E1E1E;
}
.headingStyles_02{
    text-align: center;
    justify-content: center;
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: 800;
    line-height: 51.2px;
    text-align: center;
    color: #4A4A4A;
    margin-top: 40px !important;
}
.headingStyles_03{
    font-family: 'Raleway';
    font-size: 32px;
    font-weight: 800;
    line-height: 51.2px;
    color: #1E1E1E;
}

table .numberformat, table .percentageFormat{
    max-width: 100% !important;
}

.examblockstyles p{
    font-family: Raleway;
    font-size: 24px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: center;
    color: #1E1E1E;
}
.formcontrolstyles input, #FormToShow .form-control{
    padding: 24px 22px 24px 22px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 500;
    line-height: 14.5px;
    text-align: left !important;
    color: #5A5A5A;
    max-width: 100%;
}

.formcontrolstyles input:focus, #FormToShow .form-control:focus, .customStyleBtns:focus{
    box-shadow: none !important;
}

.customStyleBtns{
    background: #769fc7;
    color: #fff;
    border: 1px solid #769fc7;   
}
.customStyleBtns:hover{
    background: #769fc7;
    color: #fff;
    border: 1px solid #769fc7;   
}

.label_01{
   text-align: center;
   font-size: 20px;
   color: #000000;
   font-weight: 600;
 
}
.headingStyles_04{
    text-align: center;
    justify-content: center;
    font-family: 'Raleway';
    font-size: 56px;
    font-weight: 800;
    line-height: 65.74px;
    color: #1E1E1E;
    margin-bottom: 40px !important;
    margin-top: 120px !important;
}
.pstyles{
    font-family: Raleway;
    font-size: 22px;
    font-weight: 500;
    line-height: 35.2px;
    text-align: center;
    color: #4A4A4A;
}
.pstyles p{
    margin-bottom: 0px;
}
.headingStyles_05{
    text-align: center;
}
.label_02{
    /* text-align: center; */
    font-size: 16px;
   font-weight: 700;
   color: #000000; 
   
}
/* .label_parent{
} */
.labelHeight{
    display: flex;
    /* min-height: 100px; */
    align-items: center;
    word-wrap: break-word;
    /* justify-content: center; */
    font-family: Raleway;
    font-size: 22px;
    font-weight: 600;
    line-height: 25.83px;
    text-align: left;
    color: #5A5A5A;
    margin-bottom: 20px;
}

.formlabel{
    display: flex;
    align-items: center;
    word-wrap: break-word;
    justify-content: center;
}

.label_05{
    /* text-align: center; */
    font-size: 16px;
   font-weight: 700;
   color: #000000; 
}
.nbspstyles{
    margin-top: 15px;
    font-weight: 700;
}

.form-control{
    text-align: center;
    max-width: 120px; margin: auto;
}

.newFormControl{
    text-align: center;
    max-width: 120px; margin: auto;
}

.d-flex{
    justify-content: center;
}

.mainDiv{
    position: relative;
}

.mainDiv span{
    position: absolute;
    left :86%;
    font-size: 26px;
}

.formDiv{
    margin-top: 40px;
    margin-bottom: 40px;
}

.formSubmit{
    align-items: end;
}

.formSubmit input{
    border: 3px solid #769fc7; 
    border-radius: 0px;
    box-shadow: #D8D8D8;
    max-width: 100%;
 }

.formSubmit label{
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.formSubmit button{
    margin-top: 20px;
    min-height: 42px;
    width: 100%;
    max-width: 200px;
    justify-content: end;
}

@media only screen and (max-width: 1024px) {
    .col-md-12, .pstyles, .table-container{
        padding: 0 40px;
    }

    table .form-control{
        max-width: 75% !important;
        margin: 0 !important;
    }

    .blocks-container{
        padding: 0 40px !important;
    }

    .blocks-container .col-md-3{
        width: 50% !important;
    }

    #FormToShow{
        max-width: 1436px !important;
        min-width: unset !important
    }
}

@media (max-width: 767px) {
     .labelHeight{
        justify-content: center;
        min-height: auto;
        margin-bottom: 10px;
    }
    .headingStyles, .headingStyles_04{
        font-size: 38px;
        line-height: 42px;
    }
    .headingStyles_04{
        margin-top: 60px !important;
        margin-bottom: 20px !important;
    }
    .headingStyles_02{
        font-size: 24px;
        line-height: 32px;
    }
    .pstyles{
        font-size: 18px;
        line-height: 28px;
    }
    .col-md-12, .pstyles, .table-container, .blocks-container{
        padding: 0 20px !important;
    }
    h4{
        margin-bottom: 0px;
        margin-top: 20px;
        font-weight: 700;
    }
    .mainDiv span{
        position: absolute;
        left :66%;
        font-size: 26px;
    }
    .table-container{
        overflow-x: auto;
    }
    table .form-control{
        max-width: 100% !important;
    }
    .formcontrolstyles input, #FormToShow .form-control{
        padding: 18px;
    }
    .blocks-container .col-md-3{
        width: 100% !important;
    }
    .labelHeight{
        justify-content: left;
    }
    .blocks-container{
        row-gap: 20px !important;
    }
    .formSubmit{
        row-gap: 20px;
    }

    .formcontrolstyles input, #FormToShow .form-control{
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    /* .labelHeight{
        justify-content: center;
    } */
    .mainDiv span{
        margin-left: 20px;
    }
    .table-container table{
        max-width: 900px; 
        margin: auto;
    }
}
@media (max-width: 425px) {
    /* .labelHeight{
        justify-content: center;
    } */
    .mainDiv span{
        position: absolute;
        left :70%;
        font-size: 26px;
    }
}

@media (max-width: 320px) {
    .labelHeight{
    
        min-height: 0px;
        
    }
    .headingStyles_03{
        justify-content: center;
        /* text-align: center; */
        font-size: 16px;
        color: #000000;
        font-weight: 700;
        margin-top: 10px;
    }
    
 }

 input.form-control:read-only {
    background-color: #fff;
}

@media (max-width: 575px) {
    .label_01{
        font-size: 15px; 
      
     }
     .pstyles{
        text-align: center;
    }
    .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .card{
        padding: 13px;
      }
      .headingStyles_03{
        justify-content: center;
        /* text-align: center; */
        font-size: 20px;
        color: #000000;
        font-weight: 700;
        margin-top: 10px;
    }
     
}
/* @media (min-width: 767px) {
    .label_05{
        margin-top: 15px;
    }
   
} */
.alignselfor{
    align-self: end;
}
.numbers{
    padding: 0 20px;
}
tr:not(:first-child) td{
    padding-top: 28px;
}
.showForm, .customStyleBtns{
    font-family: Raleway;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.13px;
    text-align: left;
    color: #FFFFFF;
    padding: 16px 60px;
    background-color: #213663;
    box-shadow: 0px 4px 4.900000095367432px 0px #00000026;
    border-radius: 50px;
    display: inline-block;
    margin-top: 64px;
}
.showForm{
    text-align: center;
}
.showForm:hover{
    color: #fff;
}

#FormToShow label{
    font-family: 'Raleway';
}

#FormToShow .formSubmit button{
    min-width: 234px;
}

.table-container table{
    max-width: 1436px; 
    margin: auto;
}