@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import "spinners.css";

@font-face {
  font-family: "Techno Nue";
  src: url("../fonts/techno-nue/Techno_Nue-Regular-iF66cd847495173.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/lato/Lato-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: #fff
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px)
}

.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.subtitle {
  margin-top: 0px;
}

.add-button {
  margin-bottom: 0px !important;
}

.admin-logo {
  max-width: 70px;
  height: auto;
}

.wrapper.nav-collapsed .admin-logo {
  max-width: 35px;
  height: auto;
}

/* .card-body{
    padding-top:0px!important;
  } */

.card-descri {
  flex: 1 1 auto;
  padding: 0.5rem;
}

.circle-img {
  height: 45px;
  width: 45px;
  font-size: 45px !important;
  color: #80fa07;
  border-radius: 50%;
  display: inline-block;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.circle-img-red {
  height: 45px;
  width: 45px;
  font-size: 45px !important;
  color: #ff0000;
  /* background-color: #ff0000; */
  border-radius: 50%;
  display: inline-block;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.accordion-treatment {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion-treatment:hover {
  background-color: gray;
}

/* .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} */

.card-header-accor:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header-accor {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-accor {
  border-bottom: none;
  background-color: transparent;

}

.card-title-accor {
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 0.05rem;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.description-head {
  margin: auto;
  padding: 20px;
  height: 60px;
}

#qrcode_box {
  margin-top: 2rem;
  margin-left: 5rem;
}

#qr-text {
  width: 82%;
  padding-left: 1rem;
  margin-left: 5rem;
}

#qr_box>img {
  height: 12rem;
}

.ql-editor {
  height: 17rem;
}

.pl-20 {
  padding-left: 20px;
}

#clockDisplay {
  font-size: 18px;
  color: #69696b;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.card-title {
  flex: 1 1 auto;
  padding: 0px 1.5rem 0px 1.5rem;
}

.text-center {
  text-align: center;
}

.field-icon {
  float: right;
  cursor: pointer;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}

/* title icons */
h4.page-title i {
  color: #58595b !important;
  margin-right: 10px;
}

.required {
  color: #FF586B;
  padding-left: 2px;
}

/* Form Error Block */
.help-block {
  color: #FF586B !important;
}


/* Client Search Box */
.typeahead.dropdown-menu {
  top: 35px !important;
  width: 15rem;
}

/* reminder alert */
@media screen and (min-width: 992px) {
  .navbar-alert {
    padding-left: 285px;
  }
}


/* Invoice show page stying */

.ribbon-wrapper {
  background: #ffffff !important;
}

.displayNone {
  display: none;
}

.takeLeft {
  float: left;
}

.white-box {
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
  /* padding: 25px; */
  margin-bottom: 15px;
}

.ribbon-wrapper,
.ribbon-wrapper-bottom,
.ribbon-wrapper-reverse,
.ribbon-wrapper-right-bottom {
  position: relative;
  background: #edf1f5;
  padding: 50px 15px 15px 50px;
}

.ribbon {
  top: 12px !important;
  left: 0px;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  color: #fff;
}

.ribbon-danger {
  background: #FF586B;
}

.ribbon-success {
  background: #0CC27E;
}

.ribbon-info {
  background: #1CBCD8;
}

.ribbon-warning {
  background: #FF8D60;
}

.ribbon-bookmark.ribbon-danger:before {
  border-color: #FF586B transparent #FF586B #FF586B;
}

.ribbon-bookmark.ribbon-success:before {
  border-color: #0CC27E transparent #0CC27E #0CC27E;
}

.ribbon-bookmark.ribbon-info:before {
  border-color: #1CBCD8 transparent #1CBCD8 #1CBCD8;
}

.ribbon-bookmark.ribbon-warning:before {
  border-color: #FF8D60 transparent #FF8D60 #FF8D60;
}

.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #2b2b2b;
  border-right: 10px solid transparent;
}

.stripe-button-el {
  display: none;
}

.displayNone {
  display: none;
}

.checkbox-inline,
.radio-inline {
  vertical-align: top !important;
}

.payment-type {
  border: 1px solid #e1e1e1;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 10px;

}

.box-height {
  height: 78px;
}

.button-center {
  display: flex;
  justify-content: center;
}

.paymentMethods {
  display: none;
  transition: 0.3s;
}

.paymentMethods.show {
  display: block;
}

.stripePaymentForm {
  display: none;
  transition: 0.3s;
}

.stripePaymentForm.show {
  display: block;
}

div#card-element {
  width: 100%;
  color: #4a5568;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border-width: 1px;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-style: solid;
  border-color: #e2e8f0;
}

.paystack-form {
  display: inline-block;
  position: relative;
}

.payment-type {
  margin: 0 5px;
  width: 100%;
}

.payment-type button {
  margin: 0 5px;
  float: none;
}

.hidden {
  display: none;
}

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: var(--accent-color);
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: var(--accent-color);
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@media screen and (max-width: 992px) {
  body.content-wrapper {
    padding: 0px;
  }
}

/* studio logo */

.navbar-logo {
  display: none;
}

@media screen and (min-width: 992px) {
  .navbar-logo {
    display: block;
    text-align: center;
    height: 55px;
  }

  .navbar-logo img {
    height: auto;
    width: auto;
    border: 0px;
    margin-left: 270px;
    max-width: 100%;
    max-height: 100%
  }
}

/* Notification modal */
.noti-container {
  display: block;
}

.noti-container {
  display: flex;
  white-space: normal !important;
}

/* Appointment Notification */
.appointment-notifications {
  z-index: 100;
  position: fixed;
  /* width: 400px; */
  /* max-width: 100%; */
  bottom: 0;
  right: 0;
  /* padding: 0 30px 30px 30px; */
}

@media (max-width: 600px) {
  .appointment-notifications {
    /* padding: 0 20px 20px 20px; */
  }
}

.page-title {
  color: #58595b;
  font-weight: 400;
}

.card {
  background: #eff7f9;
  font-family: 'lato';
  font-weight: 200;
  color: #58595b;
  box-shadow: 0px 2px 18px 5px rgba(181, 181, 181, 1) !important;
}

.expand-navbar {
  height: 110px;
  background: #ffffff;
}

.text-dark-blue {
  color: #000066 !important;
}

.custom-color-grey {
  color: #314A9A !important;
}

.custom-bg-grey {
  background: #314A9A;
}

.table-striped a {
  color: #58595b;
}

.table-striped a i {
  color: white;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  color: #636262;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  color: #58595b;
  font-size: 16px;
}

.fc-unthemed td.fc-today {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.match-height .card {
  border: 2px white solid;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  color: #00992f;
}

.app-sidebar[data-background-color="custom"],
.off-canvas-sidebar[data-background-color="custom"] {
  background: linear-gradient(180deg, hsla(240, 100%, 20%, 1) 0%, hsla(240, 100%, 34%, 1) 100%);
  font-family: "Techno Nue";
}

.app-sidebar .navigation .menu-title,
.off-canvas-sidebar .navigation .menu-title {
  font-size: 14px;
}

.app-sidebar .navigation li,
.off-canvas-sidebar .navigation li {
  border-bottom: 1px solid #825aff;
}

.app-sidebar .navigation li:first-child:first-child,
.off-canvas-sidebar .navigation li:first-child {
  border-top: 1px solid #825aff;
}

.app-sidebar .navigation li.active>a:before,
.off-canvas-sidebar .navigation li.active>a:before {
  background: #4b00fb;
}

.btn-client-menu {
  color: #6d6e71;
  background-color: #fafafa;
  border-color: #6d6e71;
  outline: none;
  stroke: #bcbec0;
  transition: 0.2s ease-in-out;
}

.btn-client-menu:hover {
  color: #177a99;
  background-color: #ceeaf2;
  border-color: #177a99;
  outline: none;
  stroke: #177a99;
  transition: 0.2s ease-in-out;
}

.btn-client-menu.active {
  color: #177a99 !important;
  background-color: #ceeaf2;
  border: #177a99 1px solid;
  outline: none;
  stroke: #177a99;
  transition: 0.2s ease-in-out;
}

.card .card-header h4 {
  color: #58595b;
}

.dataTables_length label {
  color: #58595b;
}

.dataTables_filter label {
  color: #58595b;
}

.text-custom-grey {
  color: #58595b;
}

.main-panel .main-content {
  font-family: 'lato';
}

.btn-outline-blue-grey i {
  color: white;
}

.picker__table {
  color: #050505;
}

.picker__header {
  color: darkslategray;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: rgb(87, 95, 100) !important;
}

.fc button {
  font-family: 'lato';
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td a {
  color: #636262;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td a i {
  color: white;
}

.table-bordered th,
.table-bordered td {
  color: #58595b;
}

.btn a i {
  color: white;
}

.select2-container {
  width: 100% !important;
}

/* Time Recording Navigation States */
.navigation-main.not-activated {
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}

.navigation-main.not-activated::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.navigation-main.not-activated .nav-item a {
  cursor: not-allowed;
  color: #999 !important;
}

.navigation-main.not-activated .nav-item a:hover {
  background-color: transparent !important;
}