@use "@material/floating-label/mdc-floating-label";
@use "@material/line-ripple/mdc-line-ripple";
@use "@material/notched-outline/mdc-notched-outline";
@use "@material/notched-outline";
@use "@material/textfield";

.login_card, .forgotPassword_card{ 
  margin-top: 30px; 
  border:1px solid #19d658d6;
}
.registration_card{
  margin-top: 10px;
  border:1px solid #19d658d6;
}

.bottom_color{
  border-bottom:1px solid #19d658d6;
}
.form-color{
   color:#2b2e31;
 }

.font_color{
  color: #132848b8;
}
.login-page{
 height:100%;
}

/* .label{
 font-family:#262829;
} */


/* .img-fluid{
  padding-top:1px;
 
  padding-bottom:0.5px ;
} */
.title_green{
  color : #8bdc55;
}
.title_blue{
  color: #2864ac;
}
.title_sidenav{
  font-weight: 600;
}
.btn-log{    
  color: #fff !important;
  border-color: #ffad13 !important;
  background-color: #ffad13 !important;
  box-shadow: none !important;
}
.btn-log:hover {
  color: #fff !important;
  border-color: #ffad13 !important;
  background-color: #ffad13 !important;
  box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0,123,255,.25) !important;
}
.btn_submit{
  color: #fff !important;
  border-color: #2864ac !important;
  background-color: #2864ac !important;
  box-shadow: none !important;
}
.btn_submit :hover {
  color: #fff !important;
  border-color: #ffad13 !important;
  background-color: #ffad13 !important;
  box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0,123,255,.25) !important;
}

.alert-danger {
  background-color: #e62b2b;
  border-color: #e62b2b;
}
.close{
  color: black;
  line-height: 0.7 !important;
}
.error{
  color: red;
  height: calc(16vh - 3.75rem) !important;
  border-color: red;
  margin-bottom: -20px;
}
/*---------registration background-----*/

.card_background{
  border-bottom:1px solid #19d658d6;
  color: #135ccc;
}
/*---registration input border---*/
.border_color{
  border-color:#15131385;
}
.heading_bg{   
  background-color: #98bdf587 ;
}

.button-right{
  padding-right: 24px;
}

.form_input>label {
  bottom: 34px;
  left: 15px;
  position: relative;
  /* background-color: white; */
  padding: 0px 5px 0px 5px;
  font-size: 1.1em;
  transition: 0.3s;
  pointer-events: none;  
  /* font-weight: 500; */
  
}
.form-control:focus~label {
  bottom: 68px;
}

.form-control:valid~label {
  bottom: 68px;
}
.form-control{
  border:1px solid #181719ba;
  font-size: 13px;
}

.form-group {  
  color: #505050;
  margin-bottom: 2px !important;
}

label{
  font-weight:600;
  margin-bottom:5px;
  margin-top:5px;
}

.field_color{
  box-shadow: none;
  margin-right: 0px;
  margin-left: 0px;
}
.inside_color{
  color: #0006caf7;
  padding: 10px !important;
  padding-left: 0px;
  background-color: #5be94175;
  font-size: 17px;
}


/*---------student profile---------*/

.profile-img img{
  width: 80%;
  height: 70%;
}
.profile-info{
  margin-top: 70px;
}
.profile-head .nav-tabs{
  margin-bottom:5px;
}
.profile-head .nav-tabs .nav-link{
  font-weight:600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active{
  border: none;
  border-bottom:2px solid #0062cc;
  color: #8bdc55;
}
.profile_table td{
  font-weight: 700;
  color: #1e64b9;
}
.profile_sidebar span{
  font-weight: 700;
}
.profile_table td, .profile_table th {
  padding: .5rem;
}
@media screen and (max-width: 480px){
  .profile-img{
    text-align: center;
  }
  .profile-img img{
    width: 40%;
    height: 40%;
  }
  .profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20% !important;
    width: 60% !important;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
  }
  .datepicker {
    font-size: unset;
  }
  .padding_left_right_null{
    padding-left: 0px;
    padding-right: 0px;
  }
  .column_padding_card{
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 9px !important;
  }
  .time_table_title_mobile, .absent_table_title_mobile{
    font-size: 18px !important;
  }
}

.mobile_cards_dashboard{
  display: none !important;
}

@media screen and (max-width: 767px){
  .mobile_cards_dashboard{
    display: flex !important;
  }
  .card_dash_mobileIcons{
    font-size: 3.5rem !important;
  }
  .mobile_dash_title{
    font-size: .789rem;
    font-weight: bold;
  }
  .mobile_display_none, .d_none{
    display: none !important;
  }
  .sidebar_mobile_view{
    display: inline !important;
  }
  .title_mobile_view{
    margin-top: -45px;
    font-weight: 600;
    margin-left: 60px;
  }
  .main-navbar .navbar {
    height: auto !important;
  }

  .canvasjs-chart-canvas{
    width: 100% !important;
  }
  .sports_label, .ncc_label{
    font-size: 15px !important;
  }
  .page-title{
    font-size: 16px !important;
    font-weight: 700;
  }

  input[type="radio"] {
    font-size: 16px !important;
  }
}
.sidebar_mobile_view{
  display: none;
}

@media (min-width: 970px) and (max-width: 1969px){
  .profile_changePassword{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }
}
/* dashboard */
.page-title{
  font-size: 23px;
}
.dash-footer{
  position: relative!important;
  text-align: center!important;
  color: #fff!important;
  color: rgba(255,255,255,0.8)!important;
  display: block!important;
  z-index: 10!important;
  background: rgba(0,0,0,0.1)!important;
  text-decoration: none!important;
}
.dash-icons{
  margin-top: -100px;
  font-size: 50px !important;
  margin-left: 1px !important;
  margin-right: -15PX!important;
  color: rgba(0, 0, 0, 0.4)!important;
  font: normal normal normal 14px/1 FontAwesome;
}

.card {
  border-radius: .25rem;
}
.margin_left_right_null{
  margin-left: 0px;
  margin-right: 0px
}
.stats-small__label {
  font-size: .925rem;
  font-weight: bold;
}
.stats-small__value {
  font-size: 1.2rem;
}
.head_title{
  font-weight: 600 !important;
  color: #464646;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #2764ab; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2764ab; 
}

@media(max-width: 806px){
  .head_title{
    font-size: 8px;
    margin-left: 0px !important;
    font-weight: 700;
  }
}
@media (min-width: 806px) and (max-width: 830px){
  .head_title{
    font-size: 11px;
    margin-left: 0px !important;
    font-weight: 700;
  }
}
@media (min-width: 831px) and (max-width: 889px){
  .head_title{
    font-size: 12px;
    margin-left: 0px !important;
    font-weight: 700;
  }
}
@media (min-width: 890px) and (max-width: 991px){
  .head_title{
    font-size: 14.2px;
    font-weight: 700;
  }
}

/* dashboard dropdown list */
.dropdown-item.active > .material-icons{
  color: white;
}
.dropdown .dropdown-item:hover {
  background-color: #aae28594;
}

.card-small .card-header {
  padding: 0.5rem 1rem;
}
.card_head_dashboard{
  background-color: #bfeba2;
}

/* profile page note */
.note_profile{
  font-size: 16px;
  font-weight: 500;
  color: #0ea904;
}

.canvasjs-chart-credit{
  display: none;
}

.table th {
  padding: .3rem;
}
.table td{
  padding: .3rem;
}

.table_row_backgrond{
  background: #d0f1ba;
}
.table_timeTable{
  border: 1px solid #000000;
}
.table_timeTable th {
  padding: .4rem;
}
.table_timeTable td{
  padding: .4rem;
}
.table_marks_data{
  font-weight: 500;
}
.text_pass{
  color: #58d206;
}
.text_fail{
  color: #e62020;
}
.table_title{
  font-size: 20px;
  padding: 0.1rem !important;
  background-color: #83c8ea7d;
}
.total_row{
  font-size: 18px;
  padding: .2rem .3rem !important;    
}
.table_row_background{
  background-color: #9ee8a9b3;
}
.time_table_heading{
  background-color: #83c8ea7d;
}
.table_info{
  color: #353535;
}
.icon_refresh{
  margin-top: -20px;
}

/* sidebar nav  */
.main-sidebar .nav .nav-item .nav-link:hover{
  box-shadow: inset 0.1875rem 0 0 #86d254;
  background-color: #a6da8480;
  color: #007bff;
  font-weight: 500;
}

.btn_download{
  background: #8bdc55;
  border-color: #8bdc55;
  color: white !important;
}

.loader {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  margin-top: 0px;
  top: 0px;
  z-index: 12;
}
#loader_img {
  display: block;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}


/*header */
.profile-btn{
  padding: 7px;
}
.signout-btn{
  padding: 7px;
}
.dropdown-margin {
  width: 270px !important;
  margin-left: -144px;
  padding: 10px;
}
/*end header */

.list-group-item {
  padding: .8rem .8rem !important;
}

/* loader */
.loader {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  margin-top: 0px;
  top: 0px;
  z-index: 12;
}
#loader_img {
  display: block;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

/* Modal */
.main-footer {
  height: 3.3rem;
}
.modal-header {
  padding: .2rem .5rem !important;
  border-bottom: 1px solid #dfe1e3;
}
.modal-footer {
  padding: .2rem .5rem !important;
  border-top: 1px solid #dfe1e3;
}
.modal{
  background-color: #1b1b1b8f;
  z-index: 9999;
}
.modal-body {
  padding: .1rem .2rem !important;
}
.family_image{
  padding: .2rem .2rem;
}

/* dashboards modal card */
.family_card{
  padding: .8px .2px;
}
.image_label{
  font-weight: 600;
  color: #c74040;
}

.emp-profile{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img{
  text-align: center;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -35%;
  width: 80%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}

.canvasjs-chart-toolbar{
  display: none;
}

@media screen and (max-width: 365px){
  .page-title{
    font-size: 16px;
    font-weight: 700;
  }
  
  .main-navbar .navbar .nav-link {
    min-width: 2.7rem;
 
  }

  .dropdown-margin {
    width: 270px !important;
    margin-left: -118px;
    padding: 10px;
  }
}

/* mobile view cards - dashboard */
.mobile_dashCards{
  background-color: #5be25bcf;
  text-decoration: none !important;
}
.mobile_dashCards:hover{
  background-color: #6cd5da;
  text-decoration: none !important;
}



/* style added */

.boredr_left_right{
  border-right: solid;
  border-left: solid;
  padding: 7px;
  border-color: black;
  border-width: 1px;
}
  .boredr_only_bottom{
    border-bottom: solid;
    padding: 7px;
    border-color: black;
    border-width: 1px;
  }
  .border_full{
    border-style: solid;
    padding: 7px;
    border-width: 1px;
    border-color: black;
  
  }  
  .table-bordered > tbody > tr > td  {
    border: 1px solid black !important;
  }
  .text_style_12{
    margin-right: -15px;
    font-weight: bold;
    float: right;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .office_use_block{
    padding: 0px !important;
    font-size: 17px !important; 
  }
  .personal_info{
    padding: 6px !important;
    font-size: 15px !important; 
  }
  .address_style{
    border: 1px solid;
    width: 370px;
    height: 110px;
  }
  .acknowledgment_style{
    width: 140px;
    float: right;
    margin-top: -100px;
    text-align: center;
    font-weight: 500;
  }
  .photo_style{
    margin-top: -160px;
    border: 1px solid;
    height: 175px;
    width: 165px;
    text-align: center;
    margin-left: 20px;
  }
  .text_style_2{
    margin-left: -12px;
    font-weight: bold;
    float: left;
    margin-top: -8px;
  }
  .text_style_11{

    font-weight: bold;
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .address_preference_style{
    border: 1px solid;
    width: 315px;
    margin-top: 65px;
    margin-left: -15px;
    padding: 5px;
  }
    
.sports_qouta_style{
  float: right;
  margin-right: -27px;
  margin-top: -10px;
  font-weight: 600;
}
.physically_font_style{
  float: left;
  margin-right: -27px;
  margin-top: -10px;
  font-weight: 600;
}
.dylexia_font_style{
  float: left;
  margin-right: -27px;
  margin-top: -10px;
  font-weight: 600;
}
    
.header-heading{
  text-align: center;
}

/* input  */
.input-group-text {
  border: 1px solid #181719ba;
}

/* checkbox css */
input[type=checkbox] {
  cursor: pointer;
  font-size: 10px;
  -moz-appearance:initial;
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  transform: scale(1.1);
}

input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  color: #337ab7;
  width: 10px;
  height: 10px;
  visibility: visible;
  border: 1px solid #3c8dbc;
  padding: 2px;
  margin: 1px 0;
  border-radius: 1px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.08), 0 0 2px 0 rgba(0,0,0,0.16);
}

input[type=checkbox]:checked:after {
  content: "\2714";
  display: unset;
  font-weight: bold;
  font-size: 9px;
  width: 11px;
  height: 11px;
  color:red;    
  margin-right: 13px;
  border: 1px solid #4694e3 !important;
  padding: 2px
}

/* sports and ncc */
.sports_label, .ncc_label{
  font-size: 17px;
}

/* print css */
@media print {
  .main-footer {
      display: none !important;
  }
   .wizard-inner, .card-header, .card-footer {
   display: none;
  }
  .noprint {display:none;}
::-webkit-scrollbar {
   display: none;
}

@page {
   size: A4;
   margin: 0; 
}

.page_break { 
   page-break-before: always;
 }
.enable-print { display: block !important; }
}
.A4 {
  background: white;
  width: 26cm;
  height: 34.7cm;
  display: block;
  margin: 0 auto;
  padding: 25px;
  color: black;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
/* Smartphones (portrait and landscape) ----------- */


@media all and (min-width:0px) and (max-width: 320px) {
 /* put your css styles in here */
 .date_picker{
   top: 371px !important;
   left: 336px !important;
   z-index: 10 !important;
   display: block !important;
}
}
@media all and (min-width:550px) and (max-width: 600px) {
 /* put your css styles in here */
 .date_picker{
   top: 371px !important;
   left: 336px !important;
   z-index: 10 !important;
   display: block !important;
}
}

#border {
 border-radius: 1px;
 /* border: 2px solid black; */
 width: 21.5cm;
 height: 27.7cm;
 }
 .table {
   width: 100%;
   max-width: 100%;
    margin-bottom: 0px; 
}


/* declaration pag */
.content-section{
   border: 1px solid black;
   margin-top: 10px;
   margin-bottom:10px;
   padding:20px;
 }

.declarationOne{
 padding-bottom:20px;
}

.declarationTwo{
 padding-bottom:20px;
}

.content-section p{
 font-size: 17px;
 text-align: justify;
 font-weight: 600;
}

.listing{
 margin-top: 10px;
}

.listing ol li{
 font-size: 18px;
 text-align: justify;
 font-weight: 500;
}

.table_print td, .table_print th {
  border: 1px solid #080808 !important;    
  vertical-align: bottom;
  border-bottom: 1px solid #080808 !important;
}

.table_marks_scored td, .table_marks_scored th {
  padding: .1rem;
  font-weight: 600;
}

.modal-content {
  border-radius: .2rem !important;
}

@media (min-width: 300px) and (max-width: 1280px){
  .mobile_print_view{
    width: 100% !important;
    overflow: scroll;
  }
}



/* nav icons  */
.dropdown .material-icons {
  color: #808080;
}
.dropdown .fa{
    color: #c3c3c3;
}

.form-check {
  padding-left: .8rem;
}

/* radio button css */
input[type="radio"] {
  position: relative;
  margin-right: 0.4em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="radio"]:before,
input[type="radio"]:after{
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: 1em;
  height: 1em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
input[type="radio"]:before, input[type="radio"]:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.32em #d3d3d3, inset 0 0 0 1em #ffffff;
}
input[type="radio"]:checked:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.32em #4CAF50, inset 0 0 0 1em white;
}


/* upload file */
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  /* height: 290px; */
  padding: 0rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #eee;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: #454cad;
}


.back_home_page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-image: url("../../dist/img/holyangelcover.jpg");
  background-position: center;
  background-repeat: repeat;
  animation: marquee 30s infinite linear;
  background-size: cover;
}


.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: .5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-linear-gradient(left, #393f90 0%, #454cad 50%);
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 .5rem 0;
  color: #5f6982;
}
.uploader .btn .btn_file{
  display: inline-block;
  margin: .5rem .5rem 1rem .5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: .2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}


/* OVERALL FOOTER TEXT */
.card_footer_text{
  font-size: 14px !important;
}

/* dashboard card link */
.dashboard_link:hover, .dashboard_link:focus{
  text-decoration: none !important;
}


/* validation */
.required_star{
  font-size: 17px;
}

.admission_icons{
  font-size: 1.6em !important;
}

.help_guide_icon i{
  color: white !important;
}

/* help guide popover  */
.popover-header {
  padding: 8px 14px;
  font-size: .9rem;
  font-weight: 600;
  color: #29292a;
  line-height: 14px;
  background-color: #5be94175 !important;
  border-bottom: 1px solid #e7e9ea;
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}
.popover-body {
  padding: 9px 10px;
  color: #373737;
  font-weight: 600;
  font-size: 14px;
}

/* help guide */
.card_helpguide_questions{
  background-color: #98bdf587;
  border-radius: 5px !important;
  color: #373737;
}

.card_helpguide_content{
  box-shadow: 0 0 1px 0px black;
  border-radius: 5px;
  padding: .5rem !important;
}


/* upload image file */
.profileImg .file {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  width: 50%;
  border: none;
  border-radius: 0;
  font-size: 14px;
  background: #212529b8;
}
.profileImg .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}

/* image preview */
.upload_doc_images{
  height: 170px;
  width: 160px;
}

.student_profile_image{
  height: 150px;
  width: 160px;
}
/* .student_profile_image{
  height: 220px;
  width: 230px;
} */
.father_profile_image{
  height: 120px;
  width: 130px;
}
.mother_profile_image{
  height: 120px;
  width: 130px;
}
.guardian_profile_image{
  height: 120px;
  width: 130px;
}
.guardian2_profile_image{
  height: 120px;
  width: 130px;
}
.school_documents{
  height: 120px;
  width: 110px;
}

/*mdc Css*/
.mdc-text-field, .mdc-select__anchor{
  width: 100% !important;
  background: #53c8dc33 !important;
}
/*text area*/
.mdc-notched-outline{
  padding-left: 5px;
  padding-right: 5px;
}

 /* select margin*/
.mdc-select{
  margin-top: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1195px){
  .mdc-select__anchor{
    min-width: 100% !important;
  }
}


/* material buttons */
.btn_success {
  background-color: #28a745 !important;
  font-size: 13px !important;
}
.btn_primary{
  background-color: #007bff !important;
  text-decoration: none !important;
  font-size: 13px !important;
}
.btn_danger{
  background-color: #c4183c !important;
  font-size: 13px !important;
}

/* pay card title */
.payment_card_title{
  background: #d0def9;
}

/* error message */
#caste_msg, #pastor_msg, #profile_msg, #catholic_msg, #sslc_msg,
#ph_msg, #dyselexia_msg, #ncc_msg, #sports_msg{
  color: #c4183c;
}

/* font size */
.font_14{
  font-size: 14px;
}

.mdc_float_text{
  transform: translateY(-106%) scale(0.75);
  
}

/* radio button css */
input[type="radio"] {
  position: relative;
  margin-right: 0.4em;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="radio"]:before,
input[type="radio"]:after{
    content: '';
    position: absolute;
    top: 40px;
    left: -1px;
    width: 1em;
    height: 1em;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px !important;
}
input[type="radio"]:before, input[type="radio"]:hover:before {
    margin-top: -41px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.32em #d3d3d3, inset 0 0 0 1em #ffffff;
}
input[type="radio"]:checked:before {
    margin-top: -41px !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.32em #4CAF50, inset 0 0 0 1em white;
}
.form-check-inline .form-check-input {
    position: relative !important;
}

@media screen and (max-width: 767px){
    input[type="radio"] {
        font-size: 16px !important;
    }
}
