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