body {
  font-family: "Figtree", sans-serif;
  background-color: #F6F8FA;
}

a {
  color: #002647;
  text-decoration: unset;
  font-weight: 600;
}

a:hover {
  color: #00ADCB;
}

main {
  padding-bottom: 120px;
  padding-top: 30px;
  position: relative;
}

html {
  background-color: #F6F8FA;
}

main:before {
  content: "";
  background-color: #002647;
  height: 375px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

input {
  background-color: #F6F8FA;
  border: 1px solid #E9EAEB;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.btn {
  font-weight: 700;
  color: #fff;
  background-color: #00ADCB;
  text-transform: uppercase;
  padding: 7.5px 25px;
  border-radius: 24px;
  font-size: 14px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.btn.btn-center {
  display: flex;
  align-items: center;
}

.btn svg {
  height: 15px;
  fill: #fff;
  margin-right: 5px;
}

.header-html {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.white-box {
  border: 1px solid #E9EAEB;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.container {
  position: relative;
  z-index: 999;
}

span.white-title {
  font-size: 20px;
  font-weight: 700;
}

span.grey-title {
  font-size: 18px;
  font-weight: 700;
  color: #002647;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
  border-color: #E9EAEB;
}

.white-box hr {
  margin: 10px 0px 20px 0px;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
  border-color: #E9EAEB;
  padding: 0px;
}

.col-margin {
  margin-top: 30px;
}

.form-item-wrap {

  margin-top: 15px;

  label {
    color: #002647;
    font-weight: 700;
    margin-bottom: 5px;

    span {
      color: #FF6B6B;
    }
  }

  input,
  select {
    color: #002647;
    padding: 15px 15px;
  }

}


::placeholder {
  color: #8093A4;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #8093A4;
}

img#edit-single-image {
  height: 75px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #E9EAEB;
  border-radius: 8px;
}

.form-btn-row {
  margin-top: 15px;
}

button.btn.btn-save {
  padding: 15px;
  padding: 10px 30px;
}

button.btn.btn-save:hover {
  background-color: #002647;
  color: #fff;
}

button.btn.btn-red {
  padding: 15px;
  padding: 10px 30px;
  background: #FF6B6B;
}

button.btn.btn-red:hover {
  background-color: #002647;
  color: #fff;
}

/** ADD **/
span.white-title {
  color: #002647;
}

.alert {
  margin-bottom: 30px;
}

.alert ul {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #002647;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(0, 38, 71, .0);
}

a.white-box-link:hover .white-box {
  border: 1px solid #002647;
}

a.white-box-link:hover .white-title {
  color: #00ADCB;
}

.user-block-title svg {
  height: 15px;
  fill: #FF6B6B;
}

.user-block-title svg:hover {
  fill: #002647;
}

.user-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.btn-none {
  appearance: none;
  padding: 0px;
  border: 0px;
  background: #fff;
}

.user-details-wrap {
  display: flex;
  align-items: center;
}

.clients-details-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.user-details {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow-wrap: anywhere;
}

.user-thumb {
  margin-right: 30px;
}

.user-thumb img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}

.hours-block,
.hours-block-add {
  padding: 30px;
  background: #F6F8FA;
  border: 1px solid #E9EAEB;
  height: 100%;
  min-height: 300px;
}

.hours-block-add {
  padding: 30px;
  background: #F6F8FA;
  border: 1px solid #E9EAEB;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.grey-block-add {
  padding: 30px;
  background: #F6F8FA;
  border: 1px solid #E9EAEB;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#addStaff {
  margin-bottom: 15px;
}

.col-margin {
  margin-top: 30px;
}

button.btn.btn-grey {
  background: rgba(0, 38, 71, 0.4);
}

button.btn.btn-grey:hover {
  background: #002647;
  color: #fff;
}

.hours-block.hours-block-add {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remove-block svg {
  height: 15px;
  fill: #FF6B6B;
  cursor: pointer;
}

.add-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.add-item svg {
  height: 15px;
  fill: #2ecc71;
  cursor: pointer;
}

.form-item-wrap svg {
  height: 15px;
  fill: #FF6B6B;
  cursor: pointer;
}

.times-row .form-item-wrap,
.row-add .form-item-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0px;
}

.col-l {
  width: 44%;
}

.col-l.col-l-settings {
  width: 50%;
}

.col-s {
  width: 11.5%;
}

.row-add,
.times-row {
  margin-top: 15px;
}

ul.colour-wrap {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: flex;
}

ul.colour-wrap li {
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  border: 0px solid;
}

ul.colour-wrap li.colour-selector {

  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  input {
    color: #8093A4;
    padding: 0px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}

.grey-block-smaller {
  min-height: 175px
}

.form-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: 700;
}

.grey-block-add hr {
  border-top: 1px solid rgba(0, 38, 71, 0.1) !important;
  opacity: 1 !important;
  width: 100%;
}

.white-text {
  font-weight: 400;
  color: #8093A4;
}

.white-box-alert {
  margin-top: 30px;

  .alert {
    margin-bottom: 0px;
  }
}

.bookings-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  display: flex;
  font-weight: 600;
}

.bookings-list li {
  padding: 7.5px 25px;
  border-radius: 24px;
  font-size: 12px;
  margin-top: 15px;
}


.bookings-list li:last-child {
  background-color: #FF6B6B;
  color: #fff;
}

.bookings-list li:first-child {
  background-color: #BFEAF2;
  color: #002647;
  margin-right: 15px;
}

#myChartOne,
#myChartTwo {
  margin-top: 15px;
}

.content_item {
  display: none;
}

.content_item.active {
  display: block;
}



ul.selector_alpha.tab_select {
  display: flex;
  color: #fff;
  list-style: none;
  padding: 0px;
  margin: 30px -0px 0px -0px;
  justify-content: space-between;
  align-items: center;
}

ul.selector_alpha.tab_select li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 2.5px 15px;
}

ul.selector_alpha.tab_select li:not(.not-active):hover,
ul.selector_alpha.tab_select li.active {
  background-color: #FFFFFF;
  padding: 2.5px 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: #002647;
}

ul.selector_alpha.tab_select li.not-active {
  cursor: auto;
  color: rgba(255, 255, 255, 0.4)
}

ul.selector_dash {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: 600;
  list-style: none;
  padding: 0px;
  margin: 20px 0 0 0;
  display: none;
  align-items: center;
  justify-content: center;
}

ul.selector_dash li {
  margin: 0 7.5px;
}

ul.selector_dash li:hover,
ul.selector_dash li.active {
  color: #FFFFFF;
  cursor: pointer;
}





.tab_select--slider {
  display: flex;
  color: #fff;
  list-style: none;
  padding: 0px;
  margin: 30px -0px 0px -0px;
  justify-content: space-between;
  align-items: center;
}

.tab_select--slider li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.tab_select--slider li.not-active {
  cursor: auto;
  color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

/* .tab_select--slider li:not(.not-active):hover, */

.tab_select--slider li.active {
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;
}

.tab_select--slider li:hover {
  background-color: #FFFFFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  cursor: pointer;

}

a.link-swipper--wrap:hover li {
  color: #002647 !important;
}


.btn-header-search {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

.paginate-page {
  display: flex;
  justify-content: center;
  margin: 30px;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #002647;
  border-color: #002647;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #002647;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-result {
  color: #fff;
  margin-top: 15px;
  font-size: 22px;
}

.header-html .btn:hover {
  background-color: #fff;
  color: #002647;
}

.header-html .btn:hover svg {
  fill: #002647;
}


select {
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

.select-list {
  position: relative;

  ul#list {
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    background-color: #fff;
    width: 100%;
    padding: 0 15px;
    z-index: 99999;
    border-radius: var(--bs-border-radius);
  }

  ul#list li {
    margin: 15px 0;
    cursor: pointer;
  }

}

.service-select-wrap {
  margin: 5px 0 0 0;
  text-align: left;
  font-weight: 700;
  color: #7f8c8d;
  font-style: italic;
  font-size: 14px;
}

.service-select-wrap span {
  font-weight: 400;
}

.inner-select-wrap div {
  display: flex;
  flex-direction: column;
  margin: 5px 0 0 0;
  text-align: left;
  color: #7f8c8d;
  font-style: italic;
  font-size: 14px;
}

.inner-select-wrap span {
  font-weight: 700;
}

.search-bar {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 38, 71, 0.9);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.close-model {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.close-model svg {
  height: 30px;
  fill: #fff;
}

.row-margin-reduced {
  margin-top: -30px;
}

ul.wrap-li-dash {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.wrap-li-dash span {
  color: #FF6B6B;
  padding-left: 10px;
}

ul.wrap-li-dash li {
  border-top: 1px solid #E9EAEB;
  padding: 10px 0;
}

.white-box-dash-wrap .white-title {
  margin-bottom: 15px;
  display: block;
}

.white-box-dash-wrap .white-box {
  margin-bottom: 15px;
  display: block;
}

.white-box-dash-wrap {
  height: 100%;
}

ul.wrap-li-dash li {
  border-top: 1px solid #E9EAEB;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}

.dash-total {
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
}

.dash-sub {
  color: #8093A4;
}

.precent-wrap {
  border-radius: 80px;
  text-align: center;
  padding: 5px 10px;
  margin-top: 5px;
  width: fit-content;
  font-size: 12px;
}

.white-box.white-box-dash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.precent-wrap svg {
  height: 10px;
}

.active-large {
  display: block;
}

input[readonly],
input[readonly]:focus {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.settings-account-hours {
  padding: 15px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #002647;
}

.hours-block-inner {
  min-height: auto;
}

.grey-block {
  margin-top: 30px;
  border-radius: 8px;
  padding: 30px;
  background: #F6F8FA;
  border: 1px solid #E9EAEB;
  height: 100%;
}

#modal_overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

#modal_overlay .modal_overlay--inner {
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 30px;
  background: #fff;
  width: 85%;
  margin: auto;
  height: auto;
}

#modal_overlay--close {
  background-color: #002647;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  float: right;
  cursor: pointer;
}

#modal_overlay--close:hover {
  background-color: #00ADCB;
}

#modal_overlay.open {
  display: block;
}

.no-results {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
}

span.currencyinput {
  display: flex;
  align-items: center;
  background-color: #fff;
  /*
    border-left: var(--bs-border-width) solid var(--bs-border-color);
  border-top: var(--bs-border-width) solid var(--bs-border-color);
  border-bottom: var(--bs-border-width) solid var(--bs-border-color);
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
  */
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);

  span {
    padding: 0 0 0 10px;
    font-weight: 400;
  }

  .form-control {
    border: 0px;
    padding-left: 2.5px;
  }
}

.slider--btns {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;

  svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }
}

span.minutesinput {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  flex-direction: row-reverse;

  span {
    padding: 0 15px 0 0;
    font-weight: 400;
  }

  .form-control {
    border: 0px;
    padding-right: 2.5px;
  }
}

.multple--images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;

  .parent-multi--images {
    position: relative;
  }

  svg {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 7.5px;
    top: 7.5px;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #E9EAEB;
    cursor: pointer;
  }

  svg:hover {
    background: #FF6B6B;
    border-color: #FF6B6B;
    fill: #fff;
  }

  img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 1px solid;
    padding: 15px;
    border-radius: 14px;
    background: #F6F8FA;
    border: 1px solid #E9EAEB;
  }
}

.btn-form--wrap {
  display: flex;

  .btn {
    height: 45px;
    margin-right: 15px;
  }
}

.btn--extra-hover:hover {
  background-color: #002647;
  color: #fff;
}


#modal_overlay_global {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

#modal_overlay_global .modal_overlay--inner {
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 30px;
  background: #fff;
  width: 85%;
  margin: auto;
  height: auto;
}

#modal_overlay_global--close {
  background-color: #002647;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  float: right;
  cursor: pointer;
}

#modal_overlay_global--close:hover {
  background-color: #00ADCB;
}

#modal_overlay_global.open {
  display: block;
}


ul.selector_dash.selector_dash__inner.tab_select{
  display: flex !important;
}

@media (max-width: 1400px) {

  ul.selector_alpha.tab_select li:not(.not-active):hover,
  ul.selector_alpha.tab_select li.active {
    background-color: #FFFFFF;
    padding: 2.5px 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    color: #002647;
  }

  .bookings-list li {
    padding: 7.5px 10px;
    border-radius: 24px;
    font-size: 14px;
    margin-top: 15px;
  }

  ul.selector_alpha.tab_select li {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 2.5px 5px;
  }

  span.white-title {
    font-size: 18px;
    font-weight: 700;
  }
}

/* L */
@media (max-width: 1200px) {

  .white-box.white-box-dash {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
    align-items: center;
  }
}

/* M */
@media (max-width: 992px) {
  ul.selector_alpha.tab_select li {
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 2.5px 5px;
  }

  .selector_dash {
    display: flex !important;
  }

  .active-large {
    display: none;
  }

  ul.colour-wrap {
    list-style: none;
    padding: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;

    li {
      margin-bottom: 10px;
    }
  }

}

/* S */
@media (max-width: 768px) {
  .bookings-list li:first-child {
    margin-right: 5px;
  }

  .notes-client--wrap{
    textarea.form-control{
      height: 350px !important;
    }
  }

  .multple--images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
  }

  .multple--images {
    img {
      width: 100%;
      height: 100px;
      object-fit: contain;
      border: 1px solid;
      padding: 7.5px;
      border-radius: 14px;
      background: #F6F8FA;
      border: 1px solid #E9EAEB;
    }
  }

  .grey-block-add {
    padding: 15px;
  }

  .col-l {
    width: 100% !important;
  }

  .col-l.col-l-settings {
    width: 100% !important;
  }

  ul.selector_alpha.tab_select {
    display: flex;
    color: #fff;
    list-style: none;
    padding: 0px;
    margin: 30px -0px 0px -0px;
    justify-content: space-between;
    align-items: center;
    background: #002647;
    font-size: 14px;
    border-radius: 24px;
    padding: 15px;
  }

  .bookings-list li {
    padding: 3.5px 8px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 15px;
  }

  .col-l-settings .form-item-wrap {
    margin-bottom: 15px;
  }

  .margin-bottom--small {
    margin-bottom: 30px;
  }

  .header-html {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    margin: 10px 0 0 0;
  }

}

/* XS */
@media (max-width: 576px) {
  ul.selector_dash {
    margin: 30px 0 0 0;
  }

  .multple--images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;

    img {
      width: 100%;
      height: 100px;
    }
  }

  .breadcrumbs {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7.5px 15px;
    border-radius: 8px;
    width: fit-content;
    margin-top: 10px;
    font-size: 12px;
  }

  
}