/*
    |--------------------------------------------------------------------------
    | Member Area Less File
    |--------------------------------------------------------------------------
    |Here We will include all the css styles for member area
    |
    */
/*
    |--------------------------------------------------------------------------
    | Root Styles
    |--------------------------------------------------------------------------
    */
.cex-widget {
  height: 100vh;
  width: 0vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ececec;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  z-index: 101;
}
@media screen and (max-height: 450px) {
  .cex-widget {
    padding-top: 15px;
  }
}
.cex-widget .container-fluid {
  height: 100%;
}
.cex-widget .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/*
    |--------------------------------------------------------------------------
    | Root Styles
    |--------------------------------------------------------------------------
    */
body.dark-only .bg-gray-50,
body.dark-only .bg-white {
  background-color: #2a3042 !important;
}
body.dark-only .bg-gray-100 {
  background-color: #32394e;
}
body.dark-only .bg-gray-200 {
  background-color: #32394e;
}
body.dark-only .focus\:bg-white:focus {
  background-color: #2a3042;
}
body.dark-only .text-gray-900 {
  color: #bfc8e2;
}
body.dark-only .border-gray-200 {
  border-color: #32394e;
}
body.dark-only .border-gray-300 {
  border-color: #32394e;
}
body.dark-only .form-select {
  background-color: #32394e;
  border-color: #32394e;
}
body.dark-only .form-input {
  background-color: #32394e;
  border-color: #32394e;
}
body.dark-only .divide-gray-200 > :not(template) ~ :not(template) {
  border-color: #32394e;
}
body.dark-only .divide-gray-100 > :not(template) ~ :not(template) {
  --divide-opacity: 1;
  border-color: #32394e;
}
body.dark-only .table [class*='bg-'] {
  color: #fff !important;
}
body.dark-only .cex-widget {
  background-color: #1c1c2c;
}
.table [class*='bg-'] {
  color: #000000;
}
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.switch input {
  display: none;
}
.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}
input:checked + .slider {
  background-color: #66bb6a;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

