/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


.without_ampm::-webkit-datetime-edit-ampm-field {
  display: none;
}

input[type=time]::-webkit-clear-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  margin: -10px;
}

.ivoryia-chip {
  display: inline-block;
  /* padding: 0 25px; */
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
  cursor: pointer;
  text-decoration: none;
}

.ivoryia-chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.clickable {
  cursor: pointer;
}

.ivoryia-chip-selected {
  background-color: #2cad71;
  color: white;
  cursor: pointer;
}

.ivoryia-chip-disabled {
  color: white;
  background-color: #646970;
  cursor: not-allowed;
}


.control-label::after {
  content: "  *";
  color: red;
}

.wp-core-ui select {
  max-width: unset !important;
  min-height: unset !important;
  padding: unset !important;
  font-size: unset !important;
}

/* #service,
  #servicename {
    padding: 0.3em;
  } */

.submit-btn {
  color: white;
  background-color: #17A8E3;
  border-color: white;
  border: 2px solid transparent;
  font-size: 1.1rem !important;
}

#resetbtn {
  font-size: 1.1rem !important;
}

.submit-btn:hover {
  -webkit-box-shadow: 5px 5px 10px -4px #2e8fde;
  -moz-box-shadow: 5px 5px 10px -4px #2e8fde;
  box-shadow: 5px 5px 10px -4px #2e8fde;
  background-color: #00709d;
  color: #f6f7f7 !important;

}

input.form-control,
select.form-control,
textarea.form-control {
  background-color: #e6e1e180 !important;
  border: 0 !important;
  min-height: 4rem !important;
  font-size: 1.5rem !important;
  padding-left: 15px !important;
}

/* .form-control {
    padding-left: 15px !important;
  } */

.page-link {
  border-radius: 15px !important;
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: unset !important;
}

select.form-control,
input.form-control,
textarea.form-control {
  padding: 0 15px 0 8px !important;
}

.grid-action-container {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

textarea {
  resize: none !important;
}

.ivoryia-scheduel-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ivoryia-scheduel-container li {
  flex-shrink: 1;
  flex-grow: 1;
}

.lime-color-light {
  background-color: #79fd7938;
}

.ivoryia-time-block-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 2rem 0;
}

.red-color-light {
  color: #fb4141;
}

.ivoryia-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: #f6f7f7;
  z-index: 9999999;
}

#ivoryia-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ivoryia-loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #72aee6;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#ivoryia-loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #72aee6;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#ivoryia-loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #72aee6;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.ivoryia-loading .ivoryia-logo {
  position: absolute;
  left: calc(47%);
  top: calc(45%);
  height: 100px;
}


.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 50px !important;
  height: 50px !important;
  border-radius: 4px;
  border: none;
  vertical-align: middle;
  font-size: 2rem;
}

th.datepicker-switch {
  background-color: gray;
  border-radius: 0;
  color: white;
}

.datepicker-switch:hover{
  background: gray !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff !important;
  background: #6eafbf !important;
}


.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  /* background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  color: #777; */
  cursor: default;
  /* border-right: 1px solid #bbb; */
  border-radius: 0px !important;
  background: #f4f4f4;
  color: #b4b3b3;
  box-shadow: inset 1px 1px 0px 0px rgb(250 250 250 / 50%);
}


td.day {
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  color: black;
  box-shadow: inset 1px 1px 0px 0px rgb(250 250 250 / 50%);
}


@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}