.loadingdata {
  text-align: center;
  padding: 40px;
  color: #009ef7;  
}
.loadingdata .loading_txt {
  position: relative;
  top: -14px;
  left: 15px;
  font-size: 14px;
}
.title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*background: #0087d9;*/
  background: #0073d9;
  width: 100%;
  border-radius: 0.5rem;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.title-bar i {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.app-sidebar-menu .client-circle {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
  border: 3px solid #f3efef;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app-sidebar-menu .clienttitle {
  color: #000000;
  font-size: 13px;
  text-align: center;
  margin-top: 7px;
  line-height: 20px;
}
.disableScroll {
  position: fixed !important; 
  overflow-y: scroll !important; 
  width: 100% !important;
}
#kt_app_sidebar_mobile_toggle svg {
  color: #1278d1 !important;
}
#kt_app_sidebar_mobile_toggle svg path {
  opacity: 1 !important;
}
.modal.show {
  z-index: 999999 !important;
}