.content-wrapper {
  background-color: #F7F7F7;
}

.main-header .logo .logo-lg {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Inter', sans-serif;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  color: rgba(0, 0, 0, 0.87) !important;
}

.skin-blue .main-header .navbar .nav>li>a {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Inter', sans-serif;
}

.skin-blue .main-header .navbar {
  background-color: #fff;
}


.skin-blue .main-header .logo {
  background-color: #fff;
}

.skin-blue .wrapper {
  background-color: #F7F7F7;
}

.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #fff;
  border-radius: 14px;
  min-height: 78vh;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
  color: #219EBC;
  border: 0px;
  background: var(--primary, #219EBC21);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
}

.skin-blue .sidebar-menu>li>a {
  color: #000;
  border: 0px;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
}

.main-sidebar {
  position: absolute;
  top: 79px;
  left: 19px;
  padding: 12px;
  bottom: 85px;
}

.content-wrapper,
.main-footer {
  margin-left: 258px;
}

.wrapper {
  overflow-x: auto;
  overflow-y: auto;
}

.bg-aqua {
  background-color: #E9F6F9 !important;
  padding: 20px;
  border-radius: 12px;
}

.bg-aqua-new {
  background-color: #fff !important;
  padding: 20px;
  border-radius: 12px;
  
}
.barchart {
  background-color: #fff !important;
  padding: 20px;
  border-radius: 12px;
 
}
.piechart {
  background-color: #fff !important;
  padding: 20px;
  border-radius: 12px;

}
.small-box h3 {
  z-index: 5;
  color: var(--black, #292725);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.241px;
  letter-spacing: 0.14px;
}

.small-box p {
  color: var(--black, #292725);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.content {
    min-height: 80vh;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.box{border-top: 0px; border-radius: 10px; padding: 10px;}
a.create-btn{background-color: #219EBC; border-radius: 8px; color: #fff; padding: 10px 20px;}
select.filters{border-radius: 8px; border: 1px solid rgba(41, 39, 37, 0.20); background: #FFF; font-family: 'Inter',sans-serif; padding: 8px 30px;}
/* .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #D4AD7640;border-radius: 5px;  } */
table td.user-detail img{width: 28px; height: 28px; border-radius: 50%;}
span a.detail-view{color: #219EBC;position: relative; top: 5px;}
a:hover{text-decoration: none;}
table td{font-size: 14px;}
.switch {position: relative; display: inline-block; width: 40px; height: 14px; top: 5px;}
.switch input {  opacity: 0; width: 0; height: 0; }  
.slider { position: absolute; cursor: pointer;top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
.slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: -2px; bottom: -1px;  background-color: white; -webkit-transition: .4s; transition: .4s;}
input:checked + .slider {background-color: #08161424;}  
input:focus + .slider { box-shadow: 0 0 1px #3ADF00; }
input:checked + .slider:before{  background-color: #3ADF00;}
input:checked + .slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px);  transform: translateX(26px);}
.slider.round {  border-radius: 34px; }
.slider.round:before {border-radius: 50%;}
.export-btn{background-color: #219EBC; color: #fff; padding: 10px 20px; border-radius: 8px; position: relative; top: 10px;}
span#table-1{border: 1px solid #29272533; background-color: transparent; padding: 8px 20px; border-radius: 8px;display:flex;width:fit-content;}
.table td{vertical-align: middle !important;}
.modal-body h4{font-size: 20px; margin: 10px 0px;font-family: 'serif';}
.modal-body p{font-size: 16px; margin: 20px 0px;}
.modal .btn-default{border-radius: 4px; background: #F4F4F4; color: #000; padding: 8px 20px; border: 0px;}
.modal .btn-danger{border-radius: 4px; background: #EEF9FC;; color: #000; padding: 8px 20px; border: 0px;}
select#filter{border: 2px solid #29272533;; background-color: transparent; padding: 8px 20px; border-radius: 8px; width: 100%;}
input#search{border: 2px solid #29272533;; background-color: transparent; padding: 8px 35px; border-radius: 8px; width: 100%;}
.back  i  {
  color: #219EBC;
  background: white;
  padding: 11px 10px 6px 13px;
  border-radius: 50%;
  border: 2px solid #219EBC;
  width: 43px;
  height: 40px;
  cursor: pointer;
}
.sidebar-mini.sidebar-collapse .main-sidebar {

  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 50px !important;
  z-index: 850;
  padding: 0;
  border-radius: 5px;

}
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
margin-left: 100px !important;
z-index: 840;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
display: block !important;
position: absolute;
width: 180px;
left: 50px;
background: #219EBC;
color: #fff;
}
.pagination>li>a {
  background: #ffffff;
  color: black;
}
.pagination-sm>li>a, .pagination-sm>li>span {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pagination-sm>li:last-of-type>a, .pagination-sm>li:last-of-type>span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.submit1-btn {
  border: 2px solid #29272533; background-color: #219EBC;
  color: #fff; padding: 8px 14px; border-radius: 8px; width: 100%;
}

.edit-page {
  border-radius: 8px;
  padding: 20px 16px;
  margin-left: -2px;
}


.barchart h4{
  display: contents;
}


.barchart span {
float: right;
}
form#profile-form label{color: var(--color-grey-2, #4F4F4F); font-family: 'Inter', sans-serif; font-size: 16px; font-style: normal; font-weight: 400; line-height: 22.4px; padding: 5px;}
form#profile-form input{font-family: 'Inter', sans-serif;border-radius: 12px; border: 1px solid var(--grey-4, #BDBDBD); background: #FFF; color: #111; padding: 20px !important;}
.panel-default > .panel-heading{position: relative;
border-radius: 10px;
background: #ffffff;
border-top: 3px solid #d2d6de;
margin-bottom: 20px;
width: 100%;
box-shadow: 0 1px 1px rgba(0,0,0,0.1); border: 0px; padding: 20px;}
.panel-default{border: 0px !important; background-color: transparent; border-top: 0px !important; box-shadow: none !important;}
.panel-default > .panel-heading a:hover{color: #000 !important;}
.panel-default > .panel-heading a:active{color: #000 !important;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border: 0px !important;}
#collapse1{border-radius: 8px; background: var(--light-version-neutral, #FFF);}
.submit-btn1{background-color: #219EBC; border: 0px; color: #fff; border-radius: 8px; padding: 8px 20px;}

@media (max-width: 767px) {
  .main-sidebar {
    top: unset;
    left: unset;
  }

  .content-wrapper,
  .main-footer {
    margin-left: 10px;
  }

  .small-box h3 {
    margin-top: 20px;
  }

  .skin-blue .main-header .logo {
    background-color: #fafafa;
  }

  .export-btn {
    top: -17px;
  }

  select#filter {
    margin-top: 20px;
  }

  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  a.submit-btn {
    margin-top: 30px;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .small-box h3 {
    margin-top: 20px;
  }

  .export-btn {
    top: -17px;
  }

  select#filter {
    margin-top: 20px;
  }

  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  a.submit-btn {
    margin-top: 30px;
  }
}

.skin-blue .main-header .logo:hover{
  background: var(--primary, #ffffff)!important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover{
  background: var(--primary, #219EBC)!important;
}
.user-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.upload {
  position: absolute;
  left: 160px;
  top: 150px;
}

.main-header .logo .logo-lg img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: unset;
  padding: 0px;
}
.main-header .logo .logo-mini img {
  max-width: 40px;
  max-height: 40px;
  object-fit: unset;
  padding: 0px;
}
select#table-1{border: 1px solid #29272533; background-color: transparent; padding: 8px 20px; border-radius: 8px;}

.main-footer{
  margin-left: 0px;
  text-align: center;
  position: sticky;
}

.sidebar-mini.sidebar-collapse .main-footer {
  margin-left: 0px !important;
}

.sidebar-menu li:last-child{
  position: relative;
  margin-top: 36rem;
}

span#table-2{border: 1px solid #29272533; background-color: transparent; padding: 8px 20px; border-radius: 8px;}

@media only screen and (min-width: 0px) and (max-width: 480px){
.bg-aqua, .bg-aqua-new{
  padding: 7px;
} }



#UserPieChart{
  height: 100% !important;
  width: 70% !important;
}


.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini{
  margin-right: 0px;
}
.apply{
  border: 1px solid #29272533;
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 8px;

}
.btn-cancel{ border: 1px solid #219EBC !important; color: #219EBC !important; background: transparent !important; padding: 8px 20px;outline: none!important;}
.btn-confirm{ border: 1px solid #219EBC !important;  color: #219EBC; padding: 8px 20px 10px!important; border-radius: 4px;background: transparent;}


.cancel{
  display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}






#filter select option{
  background-color: white;
  border-radius: 10px;
}

option {

  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}


select {
  outline: none;
}

/* Provide alternative styling for focus */
select:hover {
  /* Add your desired styles for focused state */
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}


.sidebar-menu li:last-child {
  bottom: 10px;
  position: absolute !important;
  width: -webkit-fill-available;
}



@media only screen and (min-width: 0px) and (max-width: 480px){
.huiya {
  display: block !important;
}
 .barchart {
  width: 31% !important;
 }
  .piechart {
    margin-left: 0px !important;
    width: 31% !important;
    margin-top: 18px;
  }

  #UserPieChart {
    height: auto !important;
    width: 87% !important;
  }

  .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #fff;
    border-radius: 14px;
    min-height: 118vh;
}

.hidden-xs {
   display: contents!important;
}

.export-btn {
  top: -29px;
}
}


.forgotpassword a:hover{
  color: #219EBC !important;
}
.forgotpassword p a:hover{
  color: #219EBC !important;
}