#succ_message, #succ_message1, #succ_message2{
  display: none;
}

.card-header,
.offcanvas-header{
  -webkit-box-shadow: 0 1.6rem 3rem rgb(0 0 0 / 4%);
  box-shadow: 0 1.6rem 3rem rgb(0 0 0 / 4%);
  padding: 0 1.5rem !important;
  min-height: 3.5rem !important;
}

.card-header h4,
.offcanvas-header h4{
padding: 0 !important;
margin: 0 !important;
}

.card-footer,
.offcanvas-footer{
  -webkit-box-shadow: 1.6rem 0 3rem 0 rgb(0 0 0 / 4%);
  box-shadow: 1.6rem 0 3rem 0 rgb(0 0 0 / 4%);
  padding: 0 1.5rem !important;
  min-height: 3.5rem !important;
}
.card-footer ul{
margin-bottom: 0 !important;
}


.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #aaa;
  border-right: 16px solid #999;
  border-bottom: 16px solid #bbb;
  border-left: 16px solid #eee;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.navigation-line{
  display: none;
}

/*
.table-modern > tbody > tr > *{
  padding: 2px 8px !important;
}
*/

.card-body{
  padding: 0.5rem 1.5rem !important;
}

.card-stretch-full{
  height: auto !important;
}

.card-body-scrollable{
  height: auto !important;
}



#alert_message1_1{
  text-transform: capitalize;
}

.container-xxl, 
  .container-xl, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container{
    max-width: 100% !important;
  }

  .offlineicon{
    border: 1px solid red;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: red;
    vertical-align: middle;
  }

  .onlineicon{
    border: 1px solid green;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: green;
    vertical-align: middle;
  }

  .padd-10{
    padding: 10px !important;
  }

  .h-250{
    height: 275px !important;
    overflow: auto;
  }

  .h-350{
    height: 350px !important;
    overflow: auto;
  }

  .chat-time{
    display: block;
    text-align: right;
    font-weight: 200;
    font-size: 80%;
  }

  .chat-message{
    border-radius: 19px 0px !important;
    padding: 2px 20px !important;
  }

  #signup-remarks{
    height: 100px;
  }

  .for_student{
    display: none;
  }

  .for_school{
    display: none;
  }


  /* === Login Page Css ===*/
  .loginLeft{
    background-color: #f5f5f5;
    border-radius: 0 50px 50px 0;
    padding: 55px 0;
    margin-top: 10px;
  }

  .loginLeft h5{
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #585858;
  }

  .loginLeft h4{
    margin-bottom: 20px;
    font-size: 30px;
    color: #232359;
    font-weight: 700;
  }

  .loginLeft h6{
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #707070;
    margin-top: 20px;
  }

  .loginRight{
    
    margin: 20px 0;
  }

  .loginRight h4{
    font-size: 22px;
    color: #707070;
    
  }

  .loginFormss{
    padding: 10px 50px 80px 50px;
  }

  .loginRight img{
    max-width: 50%;
    /* padding-left: 50px; */
    margin-top: 20px;
   
  }

  /* === login Page Css #END Here ====*/
  .btn:hover a{color: #fff !important;}