@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";
.primary_color{
  background-color: #35407e;
  border-color: #35407e;
  color: white;
}
/* .secondary_color{

} */

.login_card, .forgotPassword_card{
  margin-top: 60px; 
  text-align: center;
}
.registration_card{
  margin-top: 20px;
  width: 420px;
}
.input_type{
  width: 55% !important;
  border-radius: 0 .25rem .25rem 0 !important;
}
.regiter_label{
  font-weight: 500;
}
.title_green{
  color : #39b54a;
}
.title_blue{
  color: #043775;
}
.title_sidenav{
  font-weight: 600;
}
.btn-log{    
  color: #fff;
  border-color: #8bdc55;
  background-color: #8bdc55;
  box-shadow: none;
}
.btn-log:hover {
  color: #fff;
  border-color: #8bdc55;
  background-color: #8bdc55;
  box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0,123,255,.25);
}
.btn_submit{
  color: #fff !important;
  border-color: #2864ac;
  background-color: #2864ac;
  box-shadow: none;
}
.btn_submit :hover {
  color: #fff;
  border-color: #2864ac;
  background-color: #2864ac;
  box-shadow: 0 5px 15px rgba(0,0,0,.05), 0 4px 10px rgba(0,123,255,.25);
}

.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;
}

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

.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 #7addad;
  color: #495057;
}
.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;
  }
  .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{
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px){
  .mobile_display_none{
    display: none !important;
  }
  .sidebar_mobile_view{
    display: inline !important;
  }
  .title_mobile_view{
    margin-top: -40px;
    font-weight: 600;
    margin-left: 60px;
  }
  .mobile_input_width{
    width: 100px;
  }
  .page-title{
    font-size: 15px !important;
    color: rgb(247, 242, 242);
  }
  .total_title{
    font-size: 15px !important;
    float: right;
  }
}

.total_title{
  font-size: 20px;
}

.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: 18px;
  color: rgb(253, 249, 249);
}
.dash-footer{
  position: relative!important;
  text-align: center!important;
  /* padding: 3px 0!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: 70px !important;
  margin-left: 1px !important;
  margin-right: -15PX!important;
  color: rgba(0,0,0,0.15)!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;
}


.dashboard-icons {
  margin-top: -100px;
  font-size: 50px !important;
  margin-left: 1px !important;
  margin-right: 0PX!important;
  color: rgba(0, 0, 0, 0.15)!important;
  font: normal normal normal 14px/1 FontAwesome;
}

/* 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: 810px){
  .head_title{
    font-size: 6px;
    margin-left: 0px !important;
  }
}
@media (min-width: 811px) and (max-width: 841px){
  .head_title{
    font-size: 6px;
    margin-left: 1px !important;
  }
}
@media (min-width: 840px) and (max-width: 860px){
  .head_title{
    font-size: 7px;
    margin-left: 1px !important;
  }
}
@media (min-width: 860px) and (max-width: 900px){
  .head_title{
    font-size: 8px;
    margin-left: 1px !important;
  }
}
@media (min-width: 901px) and (max-width: 999px){
  .head_title{
    font-size: 9px;
    margin-left: 1px !important;
  }
}
@media (min-width: 1000px) and (max-width: 1144px){
  .head_title{
    font-size: 18px;
    margin-left: 1px !important;
  }
}

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

.card-small .card-header {
  padding: 0.2rem 1.2rem;
}
.card_head_dashboard{
  background: #5cb85c;
}

/* 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_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_backgrond{
  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: #fbfbfb;
  color: #007bff;
}

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

:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  
  background-size: cover;
  background-position: center;
}

.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

.button_style_home{
  border-bottom-right-radius: 41px;
  border-top-right-radius: 41px;
  height: 75px;
  vertical-align: middle;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.home_title_school{
  font-size: 24px;
  padding: 11px;
}

.table_row_background{
  background-color: #9ee8a9b3;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.bootstrap-select, .form-control{
  border: 1px solid #e1e5eb !important;
}

label {
  display: inline-block;
  font-weight: 500 !important;
  margin-bottom: .0rem !important;
}

.color-red{
  color:#E74C3C !important;
}

.color-green{
  color:green !important;
}

.table.dataTable{
  color:black !important;
}
.dataTables_length
{
  float: left;
}
.dataTables_info{
  float: left;
}

.search-padding {
  padding: 0px !important;
  /* margin-top: -10px!important;
  margin-left: -8px!important;
  margin-right: -30px!important;
  margin-bottom: -8px !important;
  border-radius : 0px !important; */
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
  background: #aee2ba !important;
}

tfoot {
  background: #aee2ba !important;
}
.searchList{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.table td, .table th {
  padding: .4rem !important;
  vertical-align: top !important;
  border-top: 1px solid #c2c6c7 !important;
}

.dataTables_filter input { width: 300px !important; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #adcae8;
  cursor: pointer;
}

/*sidebar css updated*/
.main-sidebar .nav .nav-item .nav-link {
  border-bottom: 1px solid #e1e5eb !important;
  font-weight: 500 !important;
  color: #4a4646 !important;
  padding: .7rem 1.5rem !important;
}
.main-sidebar .nav .nav-item .nav-link i{
  color: #4a4646;
}



.back_home_page{
  background-image: url("../../dist/img/shcm.png");
  background-position: center;
  background-repeat: repeat;
  animation: marquee 30s infinite linear;
  background-size: cover;
}

.user_card {
  height: 400px;
  width: 450px;
  margin-top: auto;
  margin-bottom: auto;
 
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;


}

/* profile dropdown image */
.user-header{
  text-align: center;
 
}

.profile-btn{
  padding: 7px;
}
.signout-btn{
  padding: 7px;
}

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

/*model settings */

.modal-header {
  background: #3399cc;
  padding: .5rem 1.1875rem;
  border-bottom: 1px solid #dfe1e3;
}

.modal-title {
  color:white !important;
  font-size: 16px !important;
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-footer {
  padding: .4rem 1.1875rem;
  border-top: 1px solid #dfe1e3;
}
.modal{
  overflow: auto !important;    
  z-index: 9999;
}


.main-footer{
  height: 2.75rem !important;
}

@media only screen and (max-width: 768px) {
  .main-content>.main-content-container.container-fluid {
     margin-left:2px !important;
     margin-right:2px !important;
     padding-left:2px !important;
     padding-right:2px !important;
  }
  .main-navbar .navbar .notifications {
    position: static;
    height: 60px;
  }
  #item-list_filter{
    display:none !important;
  }
  .dataTables_filter{
    display:none !important;
  }
  .border-left {
    border-left: 1px solid #e1e5eb!important;
    height: 60px;
  }

  .main-footer .copyright {
    padding: 0px !important;
    display: inline-block;
    width: 100%;
    padding: 1rem;
    text-align: center;
  }

  #footer {
    height: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 11px;
    margin-bottom: 0px;
  }
}

.card_heading_title{
  background: #5cb85c;
}
#footer
{
  clear: both;
  color: White;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
  margin: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 338px){
  .main-navbar .navbar .nav-link {
    min-width: 2.3rem;
  }
  .page-title {
    font-size: 17.5px;
    color: rgb(252, 248, 248);
  }
}

.main-content-container{
  margin-bottom: 2.5rem;
}

.student_tab{
  background: #9db8d9a6;
  margin-bottom: 5px;
}
.student_tab h5 {
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 6px;
  margin-bottom: 6px;
}

.table_edit_student th{
  padding: .3rem .3rem !important;
  vertical-align: baseline !important;
}
.dash-card:hover .dash-icons {
  font-size: 4.3rem !important;
}

.dash-card:hover .dashboard-icons {
  font-size: 3.3rem !important;
}

/* student image edit */
.emp-profile{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img{
  text-align: center;
}
.profile-img img{
  width: 100%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 14px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.tbl-head{
  color: #424242;
  background: #8edc81bd;
}
.tbl-head-content{
  background: #c6dcf7;
  color: #424242;
}

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

input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  color: red;
  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;
  width: 5px;
  height: 5px;
  padding: 2px
}

/* back buttons  */
.border_right_radius{
    border-radius: .25rem 0 0 .25rem !important;
}
.border_left_radius{
  border-radius: 0 .25rem .25rem 0 !important;
}
.border_radius_none{
  border-radius: 0rem !important;
}

/* settings page */
.settings_card{
  border-radius: .25rem !important;
  padding: .2rem;
}
.setting_pointer{
  cursor: pointer;
  margin-top: .1rem;
}
.setting_pointer:hover{
  color: #fbfdfb !important;
}

/* header link active */
.main-sidebar .nav .nav-item .nav-link.active, .main-sidebar .nav .nav-item .nav-link:hover, 
.main-sidebar .nav .nav-item.active, .main-sidebar .nav .nav-item:hover {
  box-shadow: inset 0.1875rem 0 0 #007bff;
  background-color: #a7f0a7;
  color: #007bff ;
}

/* 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%;
}

.exportModel, .section_model{
  background-color: #6cb4d7db;
}
.exportModel .modal-title{
  color: #000;
}

/* modal table */
.table_info td{
  padding: .12rem !important;
  vertical-align: baseline !important;
}

@media (min-width: 380px) and (max-width: 667px){
  .dash-card{
    height: 154px;
  }
}
@media (min-width: 992px) and (max-width: 1224px){
  .dash-card{
    height: 154px;
  }
}

/* student quick info */
.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

/* dashboard quick info table */
.table_quick_info tr{
  color: #000000;
}
.profile-head .nav-tabs .nav-link.active {
  border: none;
  border-bottom: 2px solid #7addad;
  color: #495057;
}
.nav-tabs .nav-link.active {
  border-color: transparent;
  color: #555a55;
  padding: 10px 5px;
  font-size: 16px;
  border-bottom-color: #0012e6;
}

.table_time_table th {
  padding: .4rem !important;
  vertical-align: middle !important;
  border-top: 1px solid #c2c6c7 !important;
}

/* table filter */
.row_filter th{
  padding: .2rem !important;
}

.filter_row td{
  padding: .2rem !important;
}

.header_icons{
  margin-right: .375rem !important;
}

.footer_text{
  font-size: 14px;
}

/* dashboard search alert */

.dashboard_alert{
  background-color: #83c8ea7d;
  color: #373737;
}
/*mdc Css*/
.mdc-text-field, .mdc-select__anchor{
  width: 100% !important;
}
.mdc-select__anchor{
  min-width: 100% !important;
}

/* dashboard new post */
.post-actions {
  margin: 0;
  background-color: #f6f7f8;
  float: left;
  border-top-color: #e9eaed;
}                   

.post_actions .file {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  /* width: 50%; */
  border: none;
  border-radius: 0;
  font-size: 18px;
  color: #212529b8;
  background-color: transparent;
  width: 100%;
  box-shadow: none;
}
.post_actions .file i:hover, .post_actions .file i:focus {
  color: #212529b8 !important;
  background-color: transparent !important;
}
.post_actions .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  /* background-color: transparent !important; */
}

.feed_images img{
  height: 80px;
  width: 100px;
  padding-right: 10px;
}

.recent_news{
    background: #3a5c7b ;
}
.recent_news:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
    background: #3a5c7b ;
    opacity: 0.9;
}

.news_footer{
	background: white;
	border-top: 1px solid #b5b3b3;
	padding: 5px 15px;
    border-radius: 0 0 5px 5px;
}
.news_header img{
	border-radius: 5px 5px 0 0;
	height: 260px;
}
.news_body{
	padding-top: 0px;
	text-align: justify;
	line-height: 1.3;
	/* height: 120px; */
  color: black;
  font-size: 16px;
  font-weight: 500;
}
.news_title{
  font-size: 16px;
  font-weight: 700 !important;
  color: black;
  text-transform: capitalize;
}

/* pagination */
.page-item:first-child .page-link, .page-link {
    font-weight: 400;
}

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

/* header nav */
.nav_icon{
  margin-left: 19px;
}

/* student listing */
.student_search{
  width: 180px;
}
.search_select{
  height: calc(2rem + 0px) !important;
}

/* admission edit  */
.field_color{
  box-shadow: none;
  margin-right: 0px;
  margin-left: 0px;
}
.inside_color{
  color:#000000;
  font-weight: 500;
  padding: 10px !important;
  padding-left: 0px;
  background-color: #b7daeee0;
  font-size: 16px;
}
.admission_document{
  height: 380px;
  width: 100%;
}


/* 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;
}
.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;
}

/* student suggestion  */
.md-user-image {
  border-radius: 100%;
  width: 40px;
}
.chat_box {
  padding: 5px;
}
.chat_box .chat_message_wrapper::after {
  clear: both;
}
.chat_box .chat_message_wrapper::after, .chat_box .chat_message_wrapper::before {
  content: " ";
  display: table;
}
.chat_box .chat_message_wrapper .chat_user_avatar {
  float: left;
}
.chat_box .chat_message_wrapper {
  margin-bottom: 20px;
}
.md-user-image {
  border-radius: 50%;
  width: 34px;
}
.chat_box .chat_message_wrapper ul.chat_message, .chat_box .chat_message_wrapper ul.chat_message > li {
  list-style: outside none none;
  padding: 0;
}
.chat_box .chat_message_wrapper ul.chat_message {
  float: left;
  margin: 0 0 0 20px;
  max-width: 77%;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li:first-child::before {
  border-right-color: #616161;
}
.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
  border-color: transparent #ededed transparent transparent;
  border-style: solid;
  border-width: 0 16px 16px 0;
  content: "";
  height: 0;
  left: -14px;
  position: absolute;
  top: 0;
  width: 0;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li {
  background: #c6e2ff  none repeat scroll 0 0;
  color: #000000;
}
.open-btn {
  border: 2px solid #189d0e;
  border-radius: 32px;
  color: #189d0e !important;
  display: inline-block;
  margin: 10px 0 0;
  padding: 9px 16px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
  background: #ededed none repeat scroll 0 0;
  border-radius: 4px;
  clear: both;
  color: #212121;
  display: block;
  float: left;
  font-size: 13px;
  padding: 8px 16px;
  position: relative;
  word-break: break-all;
}
.chat_box .chat_message_wrapper ul.chat_message, .chat_box .chat_message_wrapper ul.chat_message > li {
  list-style: outside none none;
  padding: 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
  margin: 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li p {
  margin: 0;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li .chat_message_time {
  /* color: rgba(185, 186, 180, 0.9); */
  color: rgba(129, 130, 128, 0.9);
}
.chat_box .chat_message_wrapper ul.chat_message > li .chat_message_time {
  color: #727272;
  display: block;
  font-size: 13px;
  padding-top: 2px;
  text-transform: uppercase;
}
.chat_box .chat_message_wrapper.chat_message_right .chat_user_avatar {
  float: right;
}
.chat_box .chat_message_wrapper.chat_message_right ul.chat_message {
  float: right;
  margin-left: 0 !important;
  margin-right: 24px !important;
}
.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child::before {
  border-left-color: #E8FFD4;
}
.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li:first-child::before {
  border-right-color: #c6e2ff;
}
.chat_box .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child::before {
  border-color: transparent transparent transparent #ededed;
  border-width: 0 0 29px 29px;
  left: auto;
  right: -14px;
}
.chat_box .chat_message_wrapper ul.chat_message > li:first-child::before {
  border-color: transparent #ededed transparent transparent;
  border-style: solid;
  border-width: 0 29px 29px 0;
  content: "";
  height: 0;
  left: -14px;
  position: absolute;
  top: 0;
  width: 0;
}
.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li {
  background: #E8FFD4 none repeat scroll 0 0;
}
.chat_box .chat_message_wrapper ul.chat_message > li {
  background: #ededed none repeat scroll 0 0;
  border-radius: 12px;
  clear: both;
  color: #212121;
  display: block;
  float: left;
  font-size: 16px;
  padding: 8px 16px;
  position: relative;
}
.gurdeep-chat-box {
  background: #fff;
  border-radius: 5px;
  padding: 3px;
  display: flex;
  width: 100%;
}
#submit_message {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #cccbcb;
  padding: 4px;
  width: 100%;
  /* height: 34px; */
}
.gurdeep-chat-box i {
  color: #333;
  font-size: 21px;
  line-height: 1px;
}
.chat_submit_box {
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  overflow: hidden;
  padding: 0 0px;
  position: relative;
  height: auto;
  width: 100%;
}
.uk-input-group {
  border-collapse: separate;
  display: table;
  position: relative;
  width: 100%;
}

.uk-input-group .row{
  width: 100%;
  height: 50px;
}
.chat_col_padding_null{
  padding-right: 5px;
  padding-left: 5px;
}
.chat_col_padding_right_null{
  padding-right: 5px;
}
.chat_col_padding_left_null{
padding-left: 5px;
}

.suggestion_footer{
  padding: 5px;
}
.suggestion_header{
  padding: 10px;
}

#btn-chat{
  margin-top: 20px;
}

/* material placeholder  */
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgb(0 0 0) !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;
}

.count_title{
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .count_title{
    font-size: 14px;
  }  
}

/* admission css */
.application_content_title{
  font-weight: 500;
}

/* admission print application */
.table_print_content td, .table_print_content th {
  padding: .35rem !important;
  vertical-align: top !important;
  border-bottom: 1px solid #929292 !important;
  border-left: 1px solid #929292 !important;
  border-right: 1px solid #929292 !important;
  font-size: 16px !important;
}
.table_print_education_details th {
  padding: .35rem !important;
  vertical-align: top !important;
  border-bottom: 1px solid #929292 !important;
  border-left: 1px solid #929292 !important;
  border-right: 1px solid #929292 !important;
  font-size: 16px !important;
}
.tbody .border_top_transparent{
  border-top: transparent !important;
}

.table_print_bank th, .table_print_bank td{
  padding: .35rem !important;
  vertical-align: top !important;
  border: 1px solid #929292 !important;
  font-size: 16px !important;
}

/* student accordian */
.row_collapse .hiddenRow {
  padding: 0 30px !important;
  /* background-color: #f5f5f5; */
  font-size: 13px;
}
.student_content_collapse p{
  font-size: 17px;
  color: black;
}
.gallery_news img{
  height: 200px;
  width: 25%;
  padding-left: 4px;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px){
.gallery_news img{
  width: 50%;
  padding-bottom: 4px;
}
img {
  vertical-align: middle;
}
img {
    border: 0;
}
/* student accordian */
.row_collapse .hiddenRow {
    padding: 0 30px !important;
    /* background-color: #eeeeee; */
    background-color: #f5f5f5;
    font-size: 13px;
  }
  .student_content_collapse p{
    font-size: 17px;
    color: black;
  }
  /* student accordian */
.row_collapse .hiddenRow {
    padding: 0 30px !important;
    /* background-color: #f5f5f5; */
    font-size: 13px;
  }
  .row_collapse .hiddenRow {
    padding: 0 30px !important;
    /* background-color: #f5f5f5; */
    font-size: 13px;
}
}
.tbl-head1{
  color: #424242;
  background: #c5cce9;
}
.tbl-head-content1{
  background: #94e2bc;
  color: #424242;
}
.header_icons {
  margin-right: .375rem !important;
}
.profile-head .nav-tabs .nav-link {
  font-weight: 700;
  border: none;
}
.modal{
  background-color: #1b1b1b8f;
  z-index: 9999;
}
.modal-body {
  padding: .1rem .2rem !important;
}