.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}
.select2-container .select2-selection--single:focus {
	outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #adb5bd transparent transparent transparent !important;
	border-width: 6px 6px 0 6px !important;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #adb5bd transparent !important;
	border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f8f9fa !important;
	color: #16181b !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
	background-color: #626ed4 !important;
	color: #fff !important;
}
.select2-results__option {
	padding: 6px 12px !important;
}
.select2-dropdown {
	border-color:rgba(0,0,0,.15) !important;
}
.select2-container .select2-selection--multiple {
	min-height: 38px !important;
	background-color: #fff !important;
	border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px !important;
}
.select2-container .select2-selection--multiple .select2-search__field {
	border: 0;
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::placeholder {
	color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #e9ecef !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 1px !important;
	padding: 0 7px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}
.note-editor.note-frame {
	border: 1px solid #ced4da !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.note-editor.note-frame .note-statusbar {
    background-color: #eff2f7 !important;
    border-top: 1px solid #eff2f7 !important;
}
.dropzone {
	min-height: 230px !important;
	border: 2px dashed #ced4da !important;
	background: #fff !important;
	border-radius: 6px !important;
}
.dropzone .dz-message {
	font-size: 24px !important;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
	fill: #626ed4 !important;
}
.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}
.irs--square .irs-max, .irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}
.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background: #556ee6!important;
    font-size: 11px !important;
}
.irs--square .irs-handle {
    border: 2px solid #556ee6 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff!important;
}
.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}
.fc-event {
	border-radius: 2px !important;
	border: none !important;
	cursor: move !important;
	font-size: 0.8125rem !important;
	margin: 5px 7px !important;
	padding: 5px !important;
	text-align: center !important;
}
#external-events .external-event {
    padding: 8px 16px !important;
}
tr:first-child>td>.fc-day-grid-event {
    margin-top: 2px !important;
}
.fc-day-grid-event .fc-time {
    font-weight: 500 !important;
}
.fc-event .fc-content {
	color: #fff !important;
}
.sp-hidden {
	display: none !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 11px;
   margin-top: 6px;
  }
  .search {
    
  top: 10px;
  left: 25px;
  }
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    bottom: 2px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    left: 2px;
    bottom: 1px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: .5s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #439ADE;
    
  }
  
  input:focus + .slider {
    box-shadow: 0 0 3px #439ADE;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
    
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* c3 */

.c3-legend-item {
    font-size: 14px !important;
}
.c3-chart-arcs-title {
    font-size: 18px !important;
}
.c3 .c3-axis line, .c3 .c3-axis path {
    stroke: #ced4da !important;
}
code[class*=language-], pre[class*=language-] {
    color: #6c757d !important;
    text-shadow: none !important;
}

.alertify-logs {
    z-index: 9999 !important;
}
.irs--modern .irs-line {
    background: #eee !important;
    border-color: #eee !important;
}
.irs--modern .irs-max, .irs--modern .irs-min {
    color: #adb5bd !important;
    background: #eee !important;
    font-size: 11px !important;
}
.irs--modern .irs-handle>i:nth-child(1) {
    width: 8px !important;
    height: 8px !important;
}
.irs--modern .irs-bar, .irs--modern .irs-from, .irs--modern .irs-single, .irs--modern .irs-to {
    font-size: 11px !important;
}
.irs--modern .irs-grid-text {
    font-size: 11px !important;
    color: #ced4da !important;
}
.irs--modern .irs-handle {
    border: 1px solid #a3adc1;
    border-top-width: 0 !important;
}


.ct-area {
    fill-opacity: .33 !important;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #564ab1 !important;
}
.header{
    width: 90%;
} .page-content  {
      padding-top: 30 !important;
      padding-left: 0;
      padding-right: 0;

  }
  .main-content  {

    padding-left: 2px;

}

.pad{
    padding-left: 0 !important;
    padding-right: 0 !important;
}.nav-tabs .nav-item{
    background: #F6FBFF;
    border: 1px solid #E4EFF9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: auto;
    margin-left: 2px;
    margin-bottom: 8px;

    
}
.nav-tabs{
    border-bottom: none !important;
}
.nav-tabs .nav-item .active{
    background: #F6FBFF;
    border: 1px solid #61badd;
    
    border-radius: 4px;
    padding: auto;
    

    
}
.nav-tabs .nav-item .nav-link{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
/* identical to box height, or 150% */


color: rgba(1, 12, 21, 0.7);

}
.mdi-menu{
    background: #F6FBFF;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;
color: #010C15;
padding: 3px 5px;

}
.page-titled{
    position: absolute;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    top:20px;
/* identical to box height, or 150% */


color: #111111;


}
.navbar-header{
    height: 88px;
left: 0px;
top: 0px;
border-radius: 0px;
background: #FFFFFF;
}

.card-titles, .card-titles2{
 
width: 133px;
height: 36px;

position: relative;
top: 20px;
left: 12px;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 36px;
letter-spacing: 0em;
text-align: left;


}
.sub-menu li   {
      
      border-left: 1px solid rgb(192, 192, 192);
      padding-left:  10px;
     margin-left: 30px;
     margin-right: 0;
  }
  #sidebar-menu ul li ul.sub-menu li a {
    padding: 0.4rem 0.5rem 0.4rem 0.5rem;
    font-size: 13px;
    color: #707070;
    background-color: transparent;
}
#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: 0.4rem 1.5rem 0.4rem 0.5rem;
    font-size: 12.5px;
}
.sub-menu li .line  {
      
    width: 21px;
    color: rgb(192, 192, 192);
    padding-left:  -10px;
   margin-left: 10px;
   margin-right: 0;
}

  .box{
      width: 25px;
      height: 25px;
      background: rgb(37, 149, 253);
      position: relative;
      top: -10px;
      margin-right: 10px;
      margin-left: 20px;
      border: none;
      box-sizing: none;
  }
  .sub-menu{
      padding-left: 30px;
      padding-top: 30px;
      padding-bottom: 20px;
      color:  rgba(1, 12, 21, 1);

  }#sidebar-menu{
   width: 100%; 
}
.metismenu {
    width: 100% !important;
    margin-top: 30px;
    padding-left: 8px;
    padding-right: 6px;
    color: rgba(1, 12, 21, 1);

} 
#sidebar-menu ul  li a{
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    opacity:1;
    padding-top: 20px;
    padding: 0.525rem 1rem;
    color: rgba(1, 12, 21, 1);

}

.mm-active {
    color: #67a8e4 !important; }
   
        
    .mm-active > a {
      color: #67a8e4 !important; 
        background-color: rgb(235, 245, 253);
      border-left :2px solid rgba(67, 154, 222, 1);
   }
   .dropdown-item:active ,.dropdown-item:focus, .dropdown-item:hover  {
    color: #67a8e4 !important; 
      background-color: rgb(235, 245, 253);
    border-left :2px solid rgba(67, 154, 222, 1);
    margin-left: -1px;
 }
      .mm-active > a i {
        color: #67a8e4 !important;
         }
    .mm-active .active {
      color: #67a8e4 !important; }
      .mm-active .active i {
        color: #67a8e4 !important; }
    .mm-active > i {
      color: #67a8e4 !important; }
      .sub-menu .mm-active > a {
          border: none !important;
          color: #67a8e4 !important;
      }
  .btn-theme{
    height: 40px;
    border-radius: 4px;
    background-color: rgb(44, 151, 233) !important;
    border-radius: 4px;
    color: #fff !important;
    margin-top: 220px;
    padding: 10px;
  }
  .vertical-collpsed .vertical-menu #sidebar-menu > ul > .btn-theme {
    display: none;

}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > .box {
   margin-top: 100px;
}
 
.exp{
   /* Rectangle 70 */


position: relative;
width: 220px;
height: 54px;
left: 42%;
top: 5px;
background: #010C15;
border-radius: 8px;
margin-bottom: 10px;


}
.btn-switch {
    position: relative;
    left: 39%;
  
  
    
}

.elearn{
    background: #010C15;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 21px;
letter-spacing: 0px;
text-align: left;
padding-left: 17.33px;
position: relative;
width: 164px;
height: 40px;
left: 0;
top: 24px;
margin-right: 15px;
background: #F6FBFF;
opacity: 0.86;
border: 1px solid #E4EFF9;
box-sizing: border-box;
border-radius: 4px;

}

.welcome{
  /* Hi, Dimeji! */


font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */


color: #010C15;

position: relative;
width: 160px;
height: 88px;
left: 4%;
top:0;
padding: 24px;
padding-top: 31px;
background: #F6FBFF;
}
.vertical-collpsed .sub-menu li{
    border-left: none !important;
    padding-left: 1px;
    margin-left: 0.5px;
}
.dropdown{
    display: block;
    float: right;
    
}
.dropdown .drops .width2{
    left: -170px !important;
    margin-top: 2% !important;
}
.drops dropdown-item {
    position:relative;
    left: -7px !important;
   
}
.width2{
    width: 310px;
    height: 450px;
    
}
.marg{
    margin-top: 290px;
   padding-right: 8px;
 
}

.mm-active .active {
    color: #000 !important;
}
.mm-active > a {
    color: #000 !important;

}
.span1
{
    top: 50px;
    left: 30px;
    font-weight: bold;

}
.span2 {
    top: 50px;
    left: 160px;
    font-weight: bold;

}
.span3 {
    top: 80px;
    left: 32px;
}

.span4 {
    top: 80px;
    left: 163px;
}



@media screen and  (min-width: 980px) and (max-width:1159px) {
    .exp{
        left: 13% !important;
     
    }
    .btn-switch{
        left: 11% !important;
    }
}
@media screen and  (min-width: 726px) and (max-width:980px) {
    .exp{
        left: 12% !important;
     
    }
    .btn-switch{
        left: 11% !important;
    }
}
@media screen and  (min-width: 576px) and (max-width:726px) {
    .exp{
        left: 7% !important;
     
    }
    .btn-switch{
        left: 6% !important;
    }
    .elearn{
        width: 40px;
        padding-left: 10px;
    }
   
}
@media screen and  (min-width: 0px) and (max-width:576px) {
    .exp{
        left: 6% !important;
        display: none !important;
     
    }
    .btn-switch{
        left: 0 !important;
        float: right;
        /*margin-top: -25px !important;*/
    }
    .elearn{
        width: 30px !important;
        padding-left: 7px;
        position: relative;

    }.welcome{
    width: 110px;
    left: 5%;
    padding: 12px;
    padding-top: 28px;
}
.page-titled{
    font-size: 18px;
    font-weight: 500;
}


}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.doug{
 margin-top:-70px !important;;
}
}
