:root {
  --primary-color: #87a878;  /* # ff657e */
  --secondary-color: #ff657e;
  --third-color: #83bbe5;  /*83bbe5;*/
  --light-green-color: #22B573;
  --dark-color: #1a1b1e;
  --grey-color: #2a2a2e;
  --toggle-color: #dbd56e;
  --contain-bg-color: #f9f9f9;
  --alert-red-color: #9f272d;

  --white: #ffffff;
  --red: #ff0000;
  --gray: #909090;

  --logo-height: 90px;
  --header-height: 92px;
}
body {
  background-color: var(--dark-color);
  overflow: hidden;
}
.page-header.navbar, .admin-page-top {
  height: var(--header-height)!important;
}
.admin-page-header, .admin-page-top {
  background-color: #2c2e38!important;
}
.admin-page-header-logo {
  background-color: var(--dark-color)!important;
  height: var(--logo-height)!important;
  /* border-top-right-radius: 45px!important; */
}
.input-group {
  border: 1px solid #909090;
  border-radius: 5px!important;
}
.admin-logo-title {
  color: var(--white);
  padding-left: 15px;
  font-size: 20px;
  padding-top: 33px;
  font-weight: bold;
}
.page-header.navbar .page-logo .logo-default {
  margin: 10px 0 0;
  width: 190px;
}
.page-header.navbar .menu-toggler.sidebar-toggler {
  margin: 35px 0 0 0;
}
.admin-page-content-wrapper {
  height: calc(100vh - 90px);
  overflow: auto;
}
.admin-page-container {
  margin-top: var(--logo-height)!important;
}
.admin-sidebar {
  border-top: 2px solid var(--white);
  background-color: var(--dark-color)!important;
}
.admin-sidebar .title {
  font-size: 14px;
  margin-top: 5px!important;
}
.admin-top-menu-left-wrapper {
  margin-left: 270px;
  height: 90px;
  vertical-align: baseline;
  padding-left: 30px;
}
.admin-search-form {
  width: 400px!important;
  float: right!important;
  margin-top: 20px;
  right: 40px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  justify-content: space-between;
}
.admin-search-form .input-group .form-control {
  height: 44px;
  border: 0;
  background: transparent !important;
  font-size: 14px;
  padding-left: 0;
  margin-left: 10px;
  text-indent: 0;
}
.admin-search-form .input-group .input-group-btn a i{
  display: none;
}
.admin-search-form .input-group .input-group-btn a {
  width: 24px; height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../images/backgrounds/search_icon.png);
  margin-left: 10px!important;
  display: block;
}
.admin-page-content {
  background-color: var(--contain-bg-color);
  min-height: calc(100vh - 90px)!important;
}
.last-li {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* padding-top: 10px!important; */
  border-top: 1px solid var(--white)!important;
}
.page-header.navbar .search-form .input-group .input-group-btn {
  height: 60px!important;
}
.page-header.navbar .search-form .input-group .form-control {
  height: 60px!important;
}
.admin-sidebar-a:hover {
  background-color: var(--dark-color)!important;
}
.admin-sidebar-a i, .page-sidebar .page-sidebar-menu>li>a>i {
  color: var(--white);
}
.nav-item.start.active svg path, .admin-sidebar-a:hover svg path, .admin-sidebar-a:hover i {
  fill: var(--toggle-color);
}
.admin-sidebar-a:hover i, .page-sidebar .page-sidebar-menu>li>a:hover i {
  color: var(--toggle-color);
}
.page-sidebar .page-sidebar-menu>li.active.open>a>i, .page-sidebar .page-sidebar-menu>li.active>a>i, .page-sidebar .page-sidebar-menu>li.active>a>span, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>i {
  color: var(--toggle-color);
}
.page-sidebar .page-sidebar-menu>li.active.open>a>.arrow.open:before, .page-sidebar .page-sidebar-menu>li.active.open>a>.arrow:before, .page-sidebar .page-sidebar-menu>li.active>a>.arrow.open:before, .page-sidebar .page-sidebar-menu>li.active>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.arrow:before {
  color: var(--toggle-color);
}
.page-sidebar .page-sidebar-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a {
  min-height: 32px;
  padding: 0px 15px 0px 15px;
}
.page-sidebar .page-sidebar-menu>li.open>a>.arrow.open:before, .page-sidebar .page-sidebar-menu>li.open>a>.arrow:before, .page-sidebar .page-sidebar-menu>li.open>a>i, .page-sidebar .page-sidebar-menu>li:hover>a>.arrow.open:before, .page-sidebar .page-sidebar-menu>li:hover>a>.arrow:before, .page-sidebar .page-sidebar-menu>li:hover>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a>i, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a>i {
  color: var(--toggle-color);
}
.page-sidebar .page-sidebar-menu li>a>.arrow.open:before, .page-sidebar .page-sidebar-menu li>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
  color: var(--white);
}
.auth-left-bg {
  background-color: #ffffff; 
  background-size: cover!important;
  background-position: center!important;
  background-image:url(/public/images/backgrounds/auth_left.jpg);
}
.backstretch {
  background-color: var(--white);
}
.auth-title {
  color: var(--white);
  border-bottom: 7px solid var(--white);
  padding-bottom: 15px;
  font-size: 44px!important;
  font-weight: bold!important;
}
.login-content {
  /* padding: 0!important; */
  margin: 0 auto;
}
.auth-input {
  padding: 10px 20px!important;
  font-size: 18px!important;
  height: auto;
  border-radius: 5px!important;
}
.auth-btn {
  min-width: 180px;
  padding: 10px;
  font-size: 18px;
  border-radius: 4px!important;
}
.auth-btn:hover {
  background-color: var(--grey-color)!important;
  border-color:  var(--grey-color)!important;
}
.auth-a {
  font-size: 18px;
  color: #ffffff!important;
}
.justify-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fs-white {
  color: var(--white)!important;
}
.full-width { width: 100%; }
.white-color {
  display: block;
  margin-top: 5px;
  color: var(--white);
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
  border-bottom: 1px solid #ffffff00;
  padding: 3px 5px;
}
a.white-color:hover {
  color: var(--white);
  border-color: var(--white);
  text-decoration: none;
}
.dropdown-menu {
  border-color: #23232333;
  z-index: 10000;
}
.dropdown-menu>li.divider {
  margin: 2px 0;
  background-color: #23232333;
}
.dropdown-menu>li>form>button {
  padding: 8px 16px;
  color: #6f6f6f;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: 300;
  line-height: 18px;
  white-space: nowrap;
  border: none;
}
.red {
  color: var(--red)!important;
}
.white {
  color: var(--white)!important;
}
.red-border {
  border-color: var(--red)!important;
}
.red-background {
  background-color: var(--secondary-color)!important;
  color: var(--white)!important;
}
table.dataTable tr.heading>th {
  background-color: var(--dark-color);
  color: var(--white);
  border-right: 1px solid var(--gray);
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #d8d8d8;
}
.page-sidebar .page-sidebar-menu > li.start > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.start > a {
  color: var(--white);
  display: inline-flex;
}
.page-sidebar .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
  background: var(--dark-color)!important;
  border-top-color: transparent;
  color: var(--toggle-color);
}
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
  border-top: 1px solid #536372;
  color: #f2f4f6;
}
.btn.green:not(.btn-outline) {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn.grey:not(.btn-outline) {
  color: var(--white);
  background-color: var(--grey-color);
  border-color: var(--grey-color);
}
.form-wrapper {
  padding: 20px;
}
.pa-0 {
  padding: 0!important;
}
.pa-10 {
  padding: 10px!important;
}
.pt-10 {
  padding-top: 10px!important;
}
.ma-0 {
  margin: 0!important;
}
.fs-bold {
  font-weight: bold;
}
.note.note-suspended {
  background-color: #f3b6ba;
  border-color: var(--secondary-color);
  color: #210406;
}
.note.note-active {
  background-color: #6ce9b1;
  border-color: var(--primary-color);
  color: #000;
}
.note.note-pending {
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: #000;
}
.note.note-inactive {
  color: #595555; 
  font-weight: bold;
  border: 1px solid #f3b6ba;
  background-color: #f3b6ba;
}
.btn-primary {
  color: #fff;
  background-color: var(--third-color);
  border-color: #2e6da4;
}
.block-dom {
  display: block;
  margin-bottom: 3px;
}
.rd-danger {
  color: var(--red);
}
.rd-green {
  color: var(--primary-color);
}
.inline-flex {
  display: inline-flex;
}
.timepicker-24 {
  max-width: 160px;
}
.day-of-week {
  justify-content: flex-end;
}
.table-cell-img {
  width: 64px;
  object-fit: contain;
  margin: auto;
}
/***** slider css ******/
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #6f6f6f;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--gree-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #6f6f6f;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #6f6f6f;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--gree-color);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #6f6f6f;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #6f6f6f;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--gree-color);
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #6f6f6f;
}
input[type=range]:focus::-ms-fill-upper {
  background: #6f6f6f;
}

/***** slider css ******/

.mt-checkbox:hover>input:not([disabled]):checked~span, .mt-checkbox>input:checked~span {
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: var(--primary-color);
}
.mt-checkbox>span:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.black-checkbox {
  display: inline-flex;
  flex-wrap: wrap;
}
.black-checkbox>.mt-checkbox {
  margin: 10px;
}
.black-checkbox>.mt-checkbox>span:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #232323;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.badge-ex {  
  color: var(--white);
  padding: 5px 10px;
  display: block;
  border-radius: 20px!important;
  margin: -5px auto;  
  text-align: center;
}
.badge-danger {
  background-color: var(--secondary-color);
}
.badge-green {
  background-color: var(--light-green-color);
}
.border-bottom {
  border-bottom: 1px solid #adadad;
}
.p-company-name {
  font-weight: bold;
  /* font-size: 20px; */
  margin-bottom: 1px;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-1 {
  margin-bottom: 1px!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pr-0 {
  padding-right: 0!important;
}
.span-gender {
  width: 100%;
  display: block;
  text-align: center;
}
.box-wrap {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 5px;
}
.box-wrap h4 {
  color: #555555;
}
.box-wrap .p-users {
  position: absolute;
  right: 15px;
  font-size: 16px;
  font-weight: bold;
}

.note.note-opening {
  border-left: 1px solid #eee;
  background-color: #6ce9b1;
  border-color: var(--primary-color);
  color: #000;
}
.note.note-closed {
  border-left: 1px solid #eee;
  background-color: #faeaa9;
  border-color: #f3cc31;
  color: #000;
}
.day-of-week .note {
  font-weight: bold;
}
.day-of-week .note.note-info {
  background-color: #f5f8fd;
  color: #52383a;
}
.day-of-week .note.note-danger {
  background-color: #fbe1e3;
  color: #52383a;
}
.div-sep {
  height: 16px;
  border-top: 2px solid #3bb57359;
}
.fs-bold {
  font-weight: bold;
}
.dashboard-stat.dashboard-stat-v2 .visual {
  padding-top: 25px;
}
.dashboard-stat.green .visual>i {
  opacity: .3;
}
.dashboard-stat .visual>i {
  margin-left: 0px;
  font-size: 60px;
  line-height: 40px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ffffff;
  border: 1px solid #c2cad8;
}
.chk-checkin {
  background-color: var(--third-color);
}
.chk-canceled {
  background-color: var(--secondary-color);
}
.chk-entered {
  background-color: var(--primary-color);
}
.chk-exited {
  background-color: var(--gray);
}
.grey-bg {
  border-color: #e4e5f5;
  background-color: #e4e5e5;
}
.italic-description {
  font-style: italic; 
  font-size: 13px; 
  /* font-weight: bold; */
  color: gray;
}
.portlet.blue, .portlet.box.blue>.portlet-title, .portlet>.portlet-body.blue {
  background-color: var(--dark-color);
}
.page-sidebar .page-sidebar-menu>li.open>a, .page-sidebar .page-sidebar-menu>li:hover>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a {
  /* background: var(--primary-color); */
  color: var(--toggle-color);
}
.page-sidebar .page-sidebar-menu>li.active.open>a:hover, .page-sidebar .page-sidebar-menu>li.active>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a:hover {
  background: var(--primary-color);
}
.portlet.box.blue {
  border: 1px solid var(--dark-color);
  border-top: 0;
}
.qr-code-wrapper {
  align-items: center;
  padding: 1rem;
  background-color: white;
  width: 270px; /*3.37in;*/
  height: 160px; /*1.92in;*/
  margin: auto;
  text-align: center;
}
.qr-code-fullname {
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
}
.img-qr-code {
  display: block;
  margin: auto;
  width: 0.9in;
  margin-top: 20px;
}

@media print {
  * {
    display: none;
  }
  #qr_code {
    /* display: block; */
    /* position: absolute;
    left: 10px;
    top: 10px; */
  }
}
.max-200px {
  max-width: 255px;
}
.div-loading-wrap {
  width: 100vw;
  height: 100vh;  
  display: inline-flex;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #4c4c4bcc;
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 16px solid #f3f3f317;
  border-top: 16px solid var(--primary-color);
  border-radius: 50%!important;
  width: 120px;
  height: 120px;
  animation: spin 5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.page-header.navbar .page-logo {
  width: 270px;
  height: 68px;
  padding-left: 20px;
  padding-right: 20px;
}
.tr-action a {
  display: block;
  background-repeat: no-repeat;
  background-size: initial;
  width: 50px;
  height: 32px;
  background-position: center;
  margin: auto;
}
.row-save {
  background-image: url(../images/backgrounds/save.png);
}
.row-archive {
  background-image: url(../images/backgrounds/archieve.png);
}
.row-edit {
  background-image: url(../images/backgrounds/edit.png);
}
.row-edit[action="save"] {
  background-image: url(../images/backgrounds/save.png);
}
.row-remove {
  background-image: url(../images/backgrounds/remove.png);
}
.admin-data-table thead tr th {
  /* font-size: 16px;
  font-weight: 600;
  color: #a3a3a3; */
}
.admin-data-table > tbody > tr > td {
  vertical-align : inherit;
}
.admin-data-table>tbody>tr>td, .admin-data-table>tbody>tr>th, .admin-data-table>tfoot>tr>td, .admin-data-table>tfoot>tr>th, .admin-data-table>thead>tr>td, .admin-data-table>thead>tr>th {
  border-bottom: 2px solid #e1e1e1;
}
.pagination>li>a, .pagination>li>span {
  color: #a3a3a3;
  padding: 5px 12px;
  background-color: #fff;
  border: 1px solid #a3a3a3;
}
.pagination>li>a:hover, .pagination>li>span:hover {
  color: #494949;
  background-color: #dbd56e;
  border-color: #a3a3a3;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #494949;
  background-color: #dbd56e;
  border-color: #a3a3a3;
}
.pagination>li:first-child>a>i, .pagination>li:last-child>a>i { display: none; }
.pagination>li:first-child>a, .pagination>li:first-child>span {
  display: block;
  width: 34px;
  height: 31px;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/backgrounds/prev.png);
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  display: block;
  width: 34px;
  height: 31px;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/backgrounds/next.png);
}
/*** modal css ***/
.modal {
  border: none;
}
.red-bar {
  padding: 12px;
  background-color: var(--alert-red-color);
}
.red-color {
  color: var(--alert-red-color);
}
.admin-modal {
  width: 600px;
}
.modal-title {
  color: var(--alert-red-color);
  margin: 0 20px;
  font-weight: bold;
  font-size: 16px;
}
.modal-header {
  padding: 15px;
}
.modal-p {
  font-size: 22px;
  color: #454851;
  font-weight: 500;
}
.admin-btn {
  padding: 8px 20px;
  border-radius: 5px!important;
  border-color: #9c9a9a;
  color: #757474;
  font-size: 16px;
  min-width: 140px;
}
.admin-btn:hover {
  border-color: #a1a1a1!important;
  color: #FFF;
  background-color: #a1a1a1!important;
}
.admin-red {
  color: #fff;
  background-color: #9f272d;
  border-color: #9f272d;
}
.admin-red:hover {
  background-color: #af383e!important;
  border-color: #af383e!important;
}
.justify-center-wrapper {
  height: 200px;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
}
.admin-fileupload {
  /* max-width: 120px; */
  font-size: 18px;
  padding: 10px 30px;
}
.admin-fileupload:hover {
  background-color: var(--dark-color);
}
.admin-label-title {
  font-size: 18px;
  color: var(--grey-color);
  font-weight: 600;;
}
.admin-textarea {
  min-height: 160px;
}
.admin-action-btn {
  padding: 5px 30px;
  font-size: 16px;
  margin-left: 30px;
}
.btn-back {
  margin: 20px 10px;
  padding: 7px 25px;
  font-size: 18px;
}
.img-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: contain;
}
.muscle_image {
  width: 200px;
  margin-bottom: 20px;  
  max-height: 400px;
  object-fit: contain;
}
.page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
  margin-left: 10px;
  margin-top: -3px;
  font-size: 24px;
}
.noUi-dark .noUi-connect {
  background: var(--grey-color);
}
.noUi-handle .noUi-tooltip {
  display: inline-flex;
  border: 1px solid #2a2a2e;
  font-size: 12px;
  background: #2a2a2e;
  top: -40px;
  left: -12px;
  text-align: center;
  min-width: 50px;
  color: #ffffff;
}
.noUi-handle {
  border: 1px solid var(--gray);
  cursor: pointer;
}
.noUi-target {
  border-color: var(--gray);
}
.portlet.box.dark-sharp {
  border: 1px solid var(--grey-color);
  border-top: 0;
}
.portlet.box.dark-sharp>.portlet-title, .portlet.dark-sharp, .portlet>.portlet-body.dark-sharp {
  background-color: var(--dark-color);
}
.sidebar-i {
  font-size: 16px!important;
  width: 40px!important;
  height: 24px; margin-top: 7px;
}
.no-border {
  border: none!important;
}
.page-sidebar-closed .page-sidebar .page-sidebar-menu.page-sidebar-menu-closed > li > a {
  min-height: 40px;
}
table.dataTable thead td, table.dataTable thead th {
  background-color: var(--dark-color);
  color: var(--white);
}
.table-responsive {
  max-height: calc(100vh - 300px);
  overflow: auto;
}
.note-editor.note-frame .note-editing-area .note-editable {
  /* color: #fff;
  background-color: #1b0c0c; */
}
@media screen and (min-width: 768px) {
  .login-content {
    max-width: 512px;
  }
}
@media screen and (max-width: 500px) {
  body {
    overflow-y: auto;
  }
  .user-login-5 .login-bg {
    min-height: 30vh;
  }
  .login-content {
    padding: 20px!important;
    /* max-width: 512px!important; */
    margin: 0 auto;
  }
  .admin-page-header {
    background: var(--dark-color)!important;
  }
  .page-header.navbar .page-logo {
    width: 87%;
  }
  .page-header.navbar .menu-toggler.responsive-toggler {
    margin: 32px 14px 0 6px;
  }
  .admin-page-container {
    margin-top: 0!important;
  }
  .last-li {
    position: relative;
  }
  /* .table-responsive {
    max-height: calc(100vh - 250px);
  } */
}



/************************************* switch on/off button css *********************************************/
.switch label {
	width: 60px;
	height: 22px;
	display: inline-block;
	/* margin-top: 100px; */
	position: relative;
	border-radius: 14px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	background: var(--alert-red-color);
	background: -webkit-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -moz-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -o-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: -ms-linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	background: linear-gradient(top, rgba(138,138,138,1) 0%, rgba(140,140,140,1) 14%, rgba(159,159,159,1) 72%, rgba(164,164,164,1) 100%);
	box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	line-height: 24px;
	font-style: normal;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	font-weight: bold;
	-webkit-box-reflect: below 0px
		-webkit-gradient(linear, left top, left bottom,
		color-stop(0.5, transparent),
		to(rgba(255, 255, 255, 0.3)));
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	cursor: pointer;
}

.switch label.attention:hover {
	background: rgb(238,159,7);
	background: -moz-linear-gradient(top,  rgba(238,159,7,1) 0%, rgba(240,171,8,1) 45%, rgba(243,182,15,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,159,7,1)), color-stop(45%,rgba(240,171,8,1)), color-stop(100%,rgba(243,182,15,1)));
	background: -webkit-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,159,7,1) 0%,rgba(240,171,8,1) 45%,rgba(243,182,15,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9f07', endColorstr='#f3b60f',GradientType=0 );
}
.switch label.attention:hover:before {
	content: "☢"; /* &#9762; */
	font-size: 22px
}
.switch input[type=checkbox]:checked ~ label.attention:hover:before  {
	content: "on";
	font-size: 14px
}


.switch label i {
	position: absolute;
	top: -4px;
	right: 35px;
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 36px;
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 11%, rgba(228,228,228,1) 50%, rgba(221,221,221,1) 53%, rgba(205,205,205,1) 97%, rgba(191,191,191,1) 100%);
	box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

.switch label i:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border-radius: 18px;
	background: rgb(239,239,239);
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	background: linear-gradient(top, rgba(239,239,239,1) 0%, rgba(225,225,225,1) 6%, rgba(225,225,225,1) 24%, rgba(229,229,229,1) 94%, rgba(242,242,242,1) 100%);
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.switch label:hover i {
	box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(255, 255, 255, 0.4), 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.switch label:active i:before {
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.switch label:before {
	content: "off";
	margin-left: 26px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

.switch label:after {
/* 	content: "dont't turn me"; */
	right: 85px;
	width: 150px;

	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5), 0 -1px 1px rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
}

.switch input[type=checkbox]:checked ~ label:before {
	content: "on";
	text-transform: uppercase;
	margin-right: 30px;
	margin-left: 5px;
}

.switch input[type=checkbox]:checked ~ label:after {
/* 	content: "too bed"; */
	right: -130px;
}

.switch input[type=checkbox]:checked ~ label{
	background: rgb(141,173,51);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(141,173,51,1) 0%, rgba(146,178,55,1) 24%, rgba(157,187,64,1) 55%, rgba(166,194,78,1) 100%);
}

.switch input[type=checkbox]:checked ~ label i {
	right: -6px;
}

/* you can hide leter */
.switch input:before {
	margin-left: -35px;
	font-size: 10px;
	color: #333;
}
.switch input {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: 10px;
	opacity: 0;
  -webkit-transition: all 0.3s ease-out; 
     -moz-transition: all 0.3s ease-out; 
       -o-transition: all 0.3s ease-out; 
          transition: all 0.3s ease-out; 
} 
.switch input:hover {
	opacity: 0;
}
/************************************* switch on/off button css *********************************************/