/* ------ Custom Pre-Loader Css Start ------ */

.loader-wrapper {      
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}
.loading-bar {
  width: 200px;
  height: 3px;
  background-color: #ccc;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.loading-bar::after {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  background-color: #b53e3a;
  transform: translateX(-20px);
  animation: loop 2s ease infinite;
}
@keyframes loop {
  0%, 100% {
     transform: translateX(-28px);
  }
  50% {
     transform: translateX(78px)
  }
}

/* ------ Custom Pre-Loader Css End ------ */

.menu-icon-box img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-top: 4px;
  opacity: 60%;
}

.menu-icon-box {
  background-color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;

}

body:not(.layout-fixed) .main-sidebar .sidebar {
  min-height: 650px !important;
  line-height: 35px !important;
}

.nav-sidebar .nav-item>.nav-link {
  font-size: 15px;
  color: #333 !important;
}

.brand-link .brand-image {
  float: unset;
  line-height: unset;
  margin-left: unset;
  margin-right: unset;
  margin-top: unset;
  max-height: unset;
}

[class*="sidebar-dark"] .brand-link {
    background-color: #7C9D96 !important;
}

.img-icon-hover {
  display: none;
}

.sidebar-mini.sidebar-collapse .menuText {
  visibility: hidden;
}

.theme-blue {
  color: #0094d9 !important
}

.font-20 {
  font-size: 20px !important;
}

/* ------------------------------------------------------------- */

.accordion {
  width: 100%;
}

.collapsible__header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  background-color: #e3e3e3;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.collapsible__header::after {
  content: '+';
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  color: #333 !important;
  text-align: center;
}

.collapsible__content {
  max-height: 0;
  opacity: 0;
  overflow: auto;
  transition: opacity 2s;
}

.collapsible--open .collapsible__header::after {
  content: '-';
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  color: #d7232c !important;
  text-align: center;
}

.collapsible--open .collapsible__content {
  min-height: 100px;
  max-height: 100%;
  opacity: 1;
}

.sidebar-mini.sidebar-collapse .brand-image {
  display: none;
}

.sidebar-mini.sidebar-collapse .sidebarTitle {
  display: none;
}

.sidebar-mini.sidebar-collapse .small-brand-image {
  display: block;
  width: 3rem;
  object-fit: contain;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

.sidebar-mini .small-brand-image {
  display: none;
}

.widgets-action-btn {
  width: 1.2rem;
  cursor: pointer;
}

.widgets-title {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.widgets-title:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #f4921f;
}

.widgets-cs-header {
  border-bottom: unset;
}

.widgets-icons {
  height: 50px;
}

.widgets-content h6 {
  font-size: 13px;
}

.anoouncement-banner {
  width: 100%;
  margin-bottom: 25px;
}

.widget-date {
  color: #d7df23;
  font-size: 12px;
  padding-bottom: 0px;
}

.yellow-btn {
  background-color: #d7df23;
  color: #000;
  border-radius: 0px;
  border: unset;
  font-size: 13px;
}

.content-area {
  padding: 1.2rem 1rem 1.2rem 1rem !important;
}

/* ------------------------------------------------------------- */


.avatar-upload {
  position: relative;
  max-width: 120px;
  margin: 0 auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 1;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 0;
  border-radius: 100%;
  background-color: #f4921f;
  border: unset;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
}

.avatar-upload .avatar-edit input+label:hover {
  background-color: #f4921f;
}

.avatar-upload .avatar-edit input+label img {
  width: 12px;
}

/*.avatar-upload .avatar-edit input+label:after {
  content: "+";
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}*/

.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #f5f5f5;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#imagePreview {
  background-image: url('../img/profile-img.png');
}

.fixed-height-sm {
  min-height: 160px;
  max-height: 160px;
}

.fixed-height-lg {
  min-height: 335px;
  max-height: 335px;
}

.searchMenu {
  border: unset !important;
  padding: 5px 10px 5px 10px;
  width: 12rem;
  height: auto;
  font-size: 13px;
  background-color: transparent;
  color: #fff;
}

.searchMenu:hover,
.searchMenu:active,
.searchMenu:focus {
  border: unset;
}

.fc-table {
  margin-top: 2px;
  border: 1px solid #e9ecef;
}

.fc-table tbody tr td,
.fc-table thead tr th {
  font-weight: normal !important;
  font-size: 14px !important;
  color: #000 !important;
  border: 1px solid #eaeaea;
}
.fc-table thead tr th{
  white-space: nowrap;
}

.add-new-record {
  text-align: right;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.add-new-record a {
  color: #000;
  font-size: 14px;
}

.add-new-icon {
  background-color: #d7df23;
  color: #fff;
  font-size: 12px;
  padding: 7px;
  margin-right: 5px;
  border-radius: 100px;
  vertical-align: top;
}

label {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #333 !important;
}

.form-box {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cs-checkbox {
  display: block;
  height: 34px;
  width: 36px;
}

.custom-file-uploader {
  position: relative;
  cursor: pointer !important;
  margin-left: 10px;
  border-radius: 2px !important;
}

.custom-file-uploader input[type='file'] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}

.text-black {
  color: #000 !important;
  font-size: 14px !important;
}

.menuChildItems {
  display: none;
  font-size: 14px;
  border-bottom: 1px solid #80caec;
  padding-left: 10px;
}

.menuChildItems:hover {
  background-color: #f7931e;
  transition: 0.3s;
}

.treeViewItem {
  cursor: pointer;
}

.treeViewItem ul {
  padding-left: 0px;
}

.treeViewItem ul li {
  list-style-type: none;
}

.cs-menuiconbox {
  right: 0.5rem !important;
  top: 0.7rem;
  position: absolute;
}

.nav-sidebar>.nav-item{
  position: relative;
}
.menuChildItems:first-child {
  margin-top: 20px;
}
.cs-scroll {
  overflow-y: scroll;
  min-height: 125px;
  max-height: 125px;
}
.searchMenu:hover,
.searchMenu:active,
.searchMenu:focus{
  outline: unset;
}

.active{
  background-color: #fff;
}
.non__active{
  display: none !important;
}
.is__active{
  display: block !important;
}
.menuChildItems a{
  width: 100%;
  display: block;
}
.navActions{
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.navActions img{
  height: 18px;
}

.round-svg{
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  text-align: center;
  line-height: 22px;
  vertical-align: initial;
  margin-left: 5px;
}
.round-svg img{
  height: 16px;
  display: inline-block;
}

.cl-blue{
  background-color: #0094d9;
}
.cl-orange{
  background-color: #f7931e;
}
.cl-red{
  background-color: #39b54a;
}
#notifications__popup .dropdown-header {
  padding: 0px !important;
  border-top: 3px solid #f4921f;
}
#notifications__popup .dropdown-footer {
  padding: 0px !important;
}
.calendar__icon{
  width: 30px; 
  margin-left: 10px;
}

.blue-widg,
.green-widg,
.orange-widg{
  margin: 0px;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  height: 60px;
  text-transform: uppercase;
}
.blue-widg{
  background-color: #0094d9;
}
.green-widg{
  background-color: #39b54a;
}
.orange-widg{
  background-color: #f7931e;
}

.blue-widg .counterText,
.green-widg .counterText,
.orange-widg .counterText{
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  color: #000 !important;
  width: 35px;
  font-size: 12px;
  margin: 0 auto;
  margin-top: 3px;
}
.d-count{
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.d-heading{
  line-height: 60px;
}
.modal_btns{
  background-color: #0094d9; 
  margin-right: 10px; 
  cursor: pointer; 
  text-align: center; 
  color: #fff; 
  height: 100px; 
  border-radius: 5px; 
  line-height: 100px;
}

.nav-sidebar .nav-item:hover {
  background-color: #fff;
} 

.searchMenu::placeholder {
  color: #fff !important;
}

.brand__name {
  font-size: 25px;
  color: #fff !important;
  font-weight: 500;
}

.active__menu {
  background-color: #fff;
}

.login__panel {
  padding: 50px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: inset 0 -1px 15px -3px #d9cfcf;
}

.login__parent {
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__div{
  background-color: #e3e3e3;
}

.login__logo{
  width: 17.5rem;
  margin-bottom: 2.5rem;
}

.logo-area{
  width: 100%;
  text-align: center;
}