@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh !important;
  /* background-image: url("/img/booky-bg.png") !important; */
  background-color: #f4f4f4 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

button:hover,
button:active {
  filter: brightness(95%);
}

button:active:not(:disabled) {
  transform: scale(0.98);
}

button:disabled {
  filter: unset;
}

/* General Styles */

.container {
  width: 90%;
  max-width: 1600px;
  border-radius: 10px;
  border: 1px solid #cecece;
  padding: 40px 30px 30px 30px;
  box-shadow: 1px 0px 4px #cecece;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #ffffff;
}

#user-cnt {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 500px) {
  .container {
    padding: 40px 0;
    width: 98% !important;
  }
}
.container-eventDesc {
  margin: 0% 5% 0% 5%;
  max-width: 1600px;
  border-radius: 10px;
  border: 1px solid #cecece;
  padding: 40px 30px 30px 30px;
  box-shadow: 0px 10px 20px #cecece;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #ffffff;
}
.container-wrapper {
  margin: 0% 5% 0% 5%;
}
.container-wrapper > div {
  width: 100% !important;
}
.div_center {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.max-width-400 {
  max-width: 400px !important;
}
.max-width-600 {
  max-width: 600px !important;
}
.max-width-800 {
  max-width: 800px !important;
}
.max-width-1000 {
  max-width: 1000px !important;
}
.max-width-1200 {
  max-width: 1200px !important;
}
.max-width-1400 {
  max-width: 1400px !important;
}
.spacer-10 {
  display: block;
  width: 100%;
  height: 10px;
}
.spacer-20 {
  display: block;
  width: 100%;
  height: 20px;
}
.spacer-40 {
  display: block;
  width: 100%;
  height: 40px;
}

.spacer-60 {
  display: block;
  width: 100%;
  height: 60px;
}
.spacer-80 {
  display: block;
  width: 100%;
  height: 80px;
}
.spacer-100 {
  display: block;
  width: 100%;
  height: 100px;
}
.margin-bottom-20 {
  margin-bottom: 50px !important;
}

/* Header Section */

.header-container {
  display: block;
  width: 100%;
}

.header-logo {
  display: block;
  /* width: 200px; */
  /* height: 200px; */
  max-height: 200px;
  max-width: 330px;
  margin: auto;
  opacity: 0;
}
.content-wrapper {
  padding: 40px;
}
.buttons {
  background-color: transparent;
  position: relative;
  top: -65px;
}
.prev-next-btn {
  border: none;
  background-color: transparent;
  padding: 5px;
}
.prev-btn {
  display: inline-block;
  position: relative;
  float: left;
}
.next-btn {
  display: inline-block;
  position: relative;
  float: right;
}
.format-table {
  width: 100%;
}
.format-table td,
.format-table th {
  padding: 10px !important;
  vertical-align: top;
}

.format-date-number-container {
  display: block;
  width: 100%;
  text-align: right !important;
  font-size: 0.75em;
  line-height: 0.8em;
  margin-bottom: 8px;
}
.format-date-number {
  margin: 0 !important;
  font-weight: 600;
}
.date-greyed-out {
  color: #a4a4a4;
}

.events-area {
  min-height: 100px !important;
}
.sign-in {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: auto;
  min-height: 70px;
}

.nav-container {
  min-height: 45px;
}

/* Typography */
h1 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.6em;
  padding-bottom: 1rem;
  text-align: center;
}
h2 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h3 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
}
h4 {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
}
h5 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
p {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 1;
}

strong {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
}

.scroll-cursor {
  cursor: all-scroll;
}

.format-weekday {
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  background-color: #000000;
  color: #fefefe;
}
.width-14-28 {
  width: 14.28%;
}

.font-larger {
  font-size: 2.5rem;
}

/* Colouring */
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-blue {
  color: #649ab0 !important;
}
.text-green {
  color: #a2b878 !important;
}
.text-orange {
  color: #faa761 !important;
}
.text-pink {
  color: #f06374 !important;
}
.text-purple {
  color: #c07cb1 !important;
}
.text-grey {
  color: #c0c0c0 !important;
}
.bg-black {
  background-color: #000000;
}
.bg-grey {
  background-color: #ededed;
}
.bg-blue {
  background-color: #69a1b8 !important;
}
.bg-green {
  background-color: #a2b878 !important;
}
.bg-green-dark {
  background-color: #93a56b !important;
}
.bg-orange {
  background-color: #faa761 !important;
}
.bg-pink {
  background-color: #f06374 !important;
}
.bg-pink-dark {
  background-color: #dc5a69 !important;
}
.bg-purple {
  background-color: #c47fb5 !important;
}
.hover-pointer :hover {
  cursor: pointer;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 30%;
  top: 30%;
  height: 23px;
  width: 10px;
  border-bottom: 3px solid red;
  border-right: 3px solid red;
}

.event-name-input {
  width: 98% !important;
}
/* Buttons */
.event-btn {
  display: block;
  width: 70%;
  line-height: 30px;
  margin: 20px auto;
  color: #1e1616;
  background-color: #69a1b8;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.event-btn-detail {
  display: block;
  width: 50%;
  line-height: 30px;
  margin: 20px 0;
  color: #1e1616;
  background-color: #69a1b8;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  white-space: normal;
  word-wrap: break-word;
}
.event-btn-detail-red {
  display: block;
  width: 50%;
  line-height: 30px;
  margin: 20px 0px;
  color: #1e1616;
  background-color: #ff0000b4;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  white-space: normal;
  word-wrap: break-word;
}

.dates-grayed-btn {
  background-color: grey !important;
}
.event-btn-detail-red:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.event-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.event-btn-detail:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.btn-lg {
  width: 300px !important;
}

/* loader */
#calendar-loading-spinner {
  top: 23.2%;
}
.loader {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.loader-container {
  position: relative;
}
.full {
  opacity: 50%;
}

.full-btn {
  color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-image: none;
}

.full-btn:hover {
  color: #ffffff;
  border: 2px solid #fff;
  background-image: none;
}
.btn-flat-small {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: auto;
  line-height: 50px;
  color: #4f4f4f;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  padding: 0 !important;
}
.btn-flat-small:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px !important;
}

.btn-flat {
  display: block;
  width: 200px;
  margin: auto;
  line-height: 60px;
  color: #ffffff;
  /* color: #4f4f4f; */
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: #efefef;
  background-size: 0% 60px;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
  padding: 0 !important;
}
.btn-flat:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px !important;
}

.btn-flat-blue {
  background-image: linear-gradient(#69a1b8, #69a1b8);
}
.btn-flat-blue:hover {
  background-image: linear-gradient(#69a1b8, #69a1b8);
  border: 2px solid #69a1b8;
}
.btn-flat-green {
  background-image: linear-gradient(#a2b878, #a2b878);
}
.btn-flat-green:hover {
  background-image: linear-gradient(#a2b878, #a2b878);
  border: 2px solid #a2b878;
}

.btn-flat[disabled],
.btn-flat[disabled]:hover {
  background: rgb(250, 250, 250);
  color: rgb(195, 195, 195);
}

.show-password-box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.show-password-box label {
  cursor: pointer;
  margin-bottom: 0;
  font-size: small;
  -webkit-user-select: none;
  user-select: none;
}
.cursor-pointer {
  cursor: pointer;
}
#monthYearForm {
  display: flex;
  flex-direction: column;
}
#pgreeting {
  margin-bottom: 20px;
  color: #555 !important;
  font-size: 0.9em;
  margin: auto;
}
.wallet-balance {
  font-size: 3em;
  width: 100%;
  text-align: center;
  border: 2px solid #cecece;
  padding: 10px;
  margin: 20px 0;
}
.wallet-id,
.fund-notes {
  font-size: 1em;
}

.fund-notes {
  text-align: left;
}
/* Forms */
.rowantree-form-text {
  display: inline-block;
  line-height: 50px !important;
  text-align: center;
  width: 100%;
}

input.rowantree-form {
  padding: 10px 15px;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  line-height: 30px;
}
input.rowantree-form:active,
input.rowantree-form:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}

select.rowantree-form {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  line-height: 30px;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #cecece;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
.rowantree-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  line-height: 30px;
  vertical-align: middle;
  background: #fff;

  border: 1px solid #cecece;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
.rowantree-form-textarea:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}
select.rowantree-form:focus {
  outline: none !important;
  border: 1px solid #69a1b8;
  box-shadow: 0 0 0 2px #69a1b8;
}
.rowantree-form-textarea:disabled {
  background-color: rgb(250, 250, 250);
}

/*
PHONE NUMBER INPUT +1
*/
.custom-input-member-list {
  position: relative;
}

.custom-input-member-list::before {
  content: "+1";
  position: absolute;
  left: 0px;
  top: 49%;
  transform: translateY(-50%);
  background-color: #e1e1e177;
  padding: 8px 5px;
  border-radius: 3px 0 0 3px;
  /* border: 1px solid #cecece; */
  border-right: none;
}
.custom-input-member-list input {
  padding-left: 2.2rem !important;
}
.custom-input {
  position: relative;
}

.phone_queue_icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-input::before {
  content: "+1";
  position: absolute;
  left: 0px;
  top: 36.2%;
  transform: translateY(-50%);
  background-color: #e1e1e177;
  padding: 13px 5px;
  border-radius: 3px 0 0 3px;
  /* border: 1px solid #cecece; */
  border-right: none;
}
.custom-input input {
  padding-left: 2.2rem !important;
}
.phone-input-form {
  padding-left: 2.2rem !important;
}
.custom-input-number {
  position: relative;
}

.custom-input-number::before {
  content: "+1";
  position: absolute;
  left: 4px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px 0 0 3px;
  border-right: none;
  font-size: 15px !important;
  font-weight: bold;
  color: #495057;
}
.custom-input-number input {
  padding-left: 27px !important;
  padding-bottom: 6px !important;
}
.custom-input-number-admin-manage {
  position: relative;
}
.custom-input-number-admin-manage::before {
  content: "+1";
  position: absolute;
  left: 4px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 3px 0 0 3px;
  border-right: none;
  font-size: 14px !important;
  font-weight: bold;
  color: #495057;
}
.custom-input-number-admin-manage input {
  padding-left: 27px !important;
}
/****/

#statement-range-form {
  display: grid;
  column-gap: 8px;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
}
#statement-range-form label {
  display: flex;
  flex-direction: column;
}
#searchDateButton {
  grid-column: span 2;
  line-height: unset;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b1b1b1;
}
/* Hide the browser's default checkbox */
input[type="checkbox"] {
  position: relative;
  top: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  padding: 0;
  margin-right: 5px;
}

.donation-smallprint {
  margin-top: 0px;
  margin-bottom: 30px;
}

.text-divider {
  border-top: 2px solid #cecece;
  text-align: center;
  margin: 20px 0;
}
.text-divider p {
  position: relative;
  z-index: 10 !important;
  top: -13px;
  font-family: fieldwork-hum, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #cecece;
  background: #ffffff;
  display: inline-block;
  padding: 0 10px;
  line-height: 20px;
}

/* Member Information */
.pomodoro {
  border-style: dashed;
  width: 20px;
}
.main-task-container {
  display: inline-block;
  width: 100%;
}
.main-task-number {
  display: inline-block;
  width: 5%;
}
.main-task {
  font-weight: bold;
  font-style: italic;
  border-top: 0ch;
  border-left: 0ch;
  border-right: 0ch;
  border-bottom: 2px solid #ececec;
  width: 94%;
}
.main-task:active,
.main-task:focus {
  outline: none !important;
}

.task-description {
  margin-bottom: 20px;
  color: #555 !important;
  font-size: 0.9em;
  margin: auto;
}

.target {
  vertical-align: top;
  font-size: x-small;
  text-align: center;
}

.textbox-lines {
  width: 100%;
  font-size: 19px;
  border: none;
  background-attachment: local;
  background-color: #fefefe;
  background-image: repeating-linear-gradient(#fff, #fff 36px, #ececec 36px, #ececec 38px);
  line-height: 38px;
  padding: 6px 0px;
  resize: none;
}
.textbox-lines:active,
.textbox-lines:focus {
  border: none !important;
  outline: none !important;
}

/* Footer Section */
.footer-text {
  border-left: 2px solid #404040;
  padding: 20px 0 0 40px;
}
.footer-contact-letter {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-right: 20px;
  color: #f06374;
  opacity: 1 !important;
}
footer a {
  color: #ffffff;
  opacity: 1 !important;
}
footer a:hover {
  color: #f06374;
  opacity: 1 !important;
}
small {
  display: block;
  margin-top: 40px;
}
small,
small a {
  color: #404040 !important;
}

.header-padding {
  margin-bottom: 3rem;
}
.job-title {
  margin-bottom: 1.2rem;
}
.text-right {
  margin-bottom: 1.2rem;
}

.flex-container {
  display: flex;
  align-items: center;
}

.bio-text {
  padding: 0 4rem;
}
.bio-text p {
  line-height: 1.8rem;
}
.bio-img {
  margin-bottom: 2rem;
}

/* Structure */
.full-width-padded-section {
  padding: 4rem 0;
}
.padded-title-bar {
  padding: 4rem 0 3rem 0;
}
.no-bottom-padding {
  padding-bottom: 0 !important;
}
.no-margins {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.resend-code {
  font-size: 14px;
  color: rgb(67, 67, 255) !important;
  text-decoration: underline !important;
  display: flex;
  justify-content: center;
  text-align: center;
}
.resend-code {
  cursor: pointer;
}
.reset-password {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resend-code-message {
  color: rgb(255, 67, 67) !important;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 5px;
}

.hover-pointer-class:hover {
  cursor: pointer !important;
}

.reset-password-login-class {
  text-decoration: none;
  color: rgb(0, 68, 255);
  position: relative;
  transition:
    color 0.3s,
    transform 0.3s;
}

.reset-password-login-class::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  background-color: rgb(0, 68, 255);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

.reset-password-login-class:hover {
  color: rgb(0, 68, 255);
  text-decoration: none;
  transform: translateY(-3px);
}

.reset-password-login-class:hover::before {
  transform: scaleX(1);
}
.toggle {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 24px;
}

.toggle-input {
  display: none;
}

.toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.toggle-slider::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  left: 3px;
  top: 3px;
  transition: transform 0.3s ease-in-out;
}

.toggle-input:checked + .toggle-slider {
  background-color: #ff6f61;
}

.toggle-input:checked + .toggle-slider::before {
  transform: translateX(26px);
}

/* Table Formatting */
.rowantree-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 20px;
  font-family: sans-serif;
  font-size: small;
  box-sizing: border-box;
}

.rowantree-table td,
.rowantree-table th {
  padding: 10px;
  text-align: left;
}

.rowantree-table th,
.rowantree-table tfoot {
  background-color: #01256c !important;
  border: 1px solid #01256c !important;
  color: #fffacd !important;
}

.rowantree-table td {
  border: 1px solid #ececec;
}

.rowantree-table tfoot {
  padding: 0px;
}

.rowantree-table tr:hover,
.rowantree-table tr:focus,
.table tr:hover {
  /* color: red; */
}

.datagridtr:nth-child(even) {
  background-color: #f3f3f3;
}

label.register-input {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.date-header {
  text-transform: uppercase;
  font-size: 0.5em;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 20px;
  /* color: #c0c0c0; */
  color: #929292;
}
.rowantree-iframe {
  border: none;
  width: 100%;
  margin: 0 0 -60px 10px;
  padding: 0;
}

/* Modal Boxes */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  position: relative;
  background-color: white;
  border-radius: 25px;
  padding: 20px;
  margin: auto;
  width: 90%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.ModalInput {
  font-size: 12px;
}

.close-btn {
  float: right;
  color: lightgray;
  font-size: 24px;
  font-weight: bold;
}

.close-btn:hover {
  color: darkgray;
}

textarea {
  width: 95%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
.small-btn {
  color: #1e1616;
  background-color: #69b882;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.small-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}

.forms-section .prev-month,
.forms-section .next-month {
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  background-color: #b1b1b1;
}
.customTextarea {
  height: 21vh;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.required-star-red {
  color: red;
}

/**Day picker******/
.dowPicker {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 10px 0;
}

.dowPicker .dowPickerOption {
  display: inline-block;
  padding-right: 10px;
}

.dowPicker .dowPickerOption input[type="checkbox"] {
  display: none;
}

.dowPicker .dowPickerOption label {
  font-size: 2.5rem;
  color: #a7a7a7;
  cursor: pointer;
}

.dowPicker .dowPickerOption input[type="checkbox"]:checked ~ label {
  color: #464646;
  font-weight: 500;
}
.error-div {
  width: 100%;
  color: red;
  text-align: center;
}
.form-title-setup {
  font-size: 17px !important;
}
.form-title-admin-login {
  font-size: 1.5rem !important;
  font-weight: 600;
}
.navbaritem {
  cursor: pointer;
}

.button-container-resources {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resources-btn {
  width: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red !important;
}
.custom-btn {
  width: 100%;
  border: unset;
  text-align: left;
  padding: 16px 20px 16px 20px;
  color: white;
  background-color: rgba(128, 128, 128, 0.432);
  font-weight: 600;
  border-radius: 5px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Animations */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* ====================================================== */
/* ================= Device adjustments ================= */
/* ====================================================== */

/* Large - Desktop only */
@media only screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
  .show-on-desktop {
    display: block;
  }
}

/* Large - Not on desktop */
@media only screen and (max-width: 991px) {
  .hide-on-desktop {
    display: inline-block;
  }
  .show-on-desktop {
    display: none;
  }
  .time-fill-container {
    padding: 20px;
  }
  .container-wrapper {
    margin: unset;
  }
}

@media only screen and (max-width: 740px) {
  .container-eventDesc {
    margin: unset;
    border: none;
    border-radius: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .content-wrapper {
    padding: 16px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 400px) {
  .container {
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
  }

  .content-wrapper {
    padding: 10px;
    margin: 0 auto;
  }
}

/* Values Section */
.value-card {
  padding-bottom: 20px;
}

/* Branches Section */
.branch-icon {
  display: block;
  margin-bottom: 10px;
  width: 140px;
  margin: auto;
  padding: 10px;
}
.branch-card {
  padding-bottom: 30px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 20px;
  font-family: sans-serif;
  font-size: small;
  box-sizing: border-box;
  width: 100%;
}

.table td,
.table th {
  padding: 5px 5px;
  border: 1px solid #ddd;
  text-align: left;
}

.table th {
  background-color: #01256c !important;
  color: #fffacd !important;
}
.table tfoot {
  background-color: #01256c !important;
  color: #fffacd !important;
}
.table tr:hover {
  color: red;
}

.member-info {
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}
.member-info-content {
  position: relative;
  background-color: white;
  border-radius: 0px !important;
  padding: 20px;
  margin: auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;

  overflow: hidden;
}
.close-btn {
  float: right;
  color: lightgray;
  font-size: 24px;
  font-weight: bold;
}
.close-btn:hover {
  color: darkgray;
}
textarea {
  width: 95%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
.small-btn {
  color: #1e1616;
  background-color: #69b882;
  text-shadow: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: background-size 0.2s ease-in-out;
  border: 2px solid #ffffff;
}
.small-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 60px;
  background-image: linear-gradient(#000, #000);
  border: 2px solid #000;
}
.ModalInput {
  font-size: 12px;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* Large - Not on desktop */
@media only screen and (max-width: 991px) {
  .hide-on-desktop {
    display: inline-block;
  }
  .show-on-desktop {
    display: none;
  }
}

ul.icons a {
  color: black;
}

.contact-form {
  max-width: 550px;
}

button.back-btn-services {
  background-color: transparent;
  border: none;
}

.top-left-form-create-service {
  width: 70%;
  margin-right: 3%;
}

.top-right-form-create-service {
  width: 24%;
  margin-left: 3%;
}

.grid-select-table {
  border-collapse: collapse;
  margin-top: 32px;
}
.grid-select-table th,
td {
  padding: 8px;
  border: 1px solid black;
}

button {
  padding: 4px 8px;
}

.manage-search-button {
  border: none;
  max-height: 40px;
  margin-left: 10px;
  margin-top: 0px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-edit-buttons:focus {
  outline-offset: 2px;
  outline: none;
  width: 25px;
  box-shadow: 0 0 0 2px #000;
}

.total-table-bottom {
  text-align: center;
  font-size: 1rem;
}

.confirm-checkbox-div {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.date-confirm-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.date-confirm-bar svg:hover {
  cursor: pointer;
}
.date-confirm-bar h4 {
  padding-top: 10px;
}

.btn-details-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.details-page-btn {
  background-color: red;
  display: flex;
  justify-content: center;
  width: 70%;
  align-items: center;
}

#resources-container,
#staff-container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Base styles for the pagination button */
.pagination-button {
  display: inline-block;
  padding: 3px 12px;
  font-size: 16px;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition:
    background-color 0.3s,
    transform 0.2s;
}

.pagination-button:hover {
  background-color: #2980b9;
  transform: scale(1.05);
}

.pagination-button:active {
  transform: scale(0.95);
}

.pagination-button:disabled {
  background-color: #bdc3c7;
  color: #7f8c8d;
  cursor: not-allowed;
}
.pagination-button:disabled:hover {
  transform: unset;
}

/**STAFF ORDER **/
.staff-order {
  margin: 0 10px;
}
.order-cell {
  width: 100px;
  padding: 4px !important;
}
.order-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.order-buttons {
  display: flex;
  flex-direction: column;
}

.order-up,
.order-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
  border: none;
  background: #f0f0f0;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.order-up:hover,
.order-down:hover {
  background: #ddd;
}
/**AVAILABILITY SECTION CSS**/
/**AVAILABILITY SECTION CSS**/

.avail-block-timing {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: #6d6d6d;
}
.avail-block-timing select {
  margin-bottom: 0px;
  padding: 2px 30px 2px 12px;
  border: 1px solid #b4b4b4 !important;
  border-radius: 3px;
  color: #6d6d6dc7;
  width: 100%;
  line-height: 30px;
}

.tick-mark {
  width: 16px !important;
  height: 16px !important;
  border-radius: 2px !important;
  margin-right: 7px !important;
}
/* input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}  */
.avail-heading {
  font-size: 1rem;
  font-weight: 500;
}
.avail-tick-mark {
  display: flex;
  min-width: 125px;
  max-width: 125px;
}

.avail-input-timeSlot {
  display: flex;
  align-items: center;
  gap: 13px;
}

.tick-mark:checked ~ .tick-mark::after {
  border-color: #6d6d6d;
}
.avail-checked select {
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.avail-block-timing ul {
  list-style: none;
  padding: 0;
}

.avail-block-timing li {
  margin-bottom: 10px;
}

.avail-block-timing li input[type="checkbox"] {
  margin-right: 5px;
}

.avail-block-timing label {
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: unset;
}

#create-staff-form .col,
#create-resource-form .col {
  max-width: 800px;
  margin: 0 auto;
}

.cost-input {
  width: 100px;
}

#staff-notes {
  min-height: 100px;
  resize: vertical;
}

.staff-resource-container {
  max-height: 500px;
  overflow-y: auto;
}
.opacity-half {
  opacity: 0.5;
}

#sign-out-button {
  font-size: 15px;
  letter-spacing: 1px;
  gap: 4px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: none;
  color: grey;
}
#sign-out-button:active,
#sign-out-button:focus {
  outline: none;
  border: none;
}

.sign-out-wrapper {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.max-table-height {
  max-height: 40vh;
  overflow-y: scroll;
}

/* Make the table header sticky */
.max-height-table thead {
  position: sticky;
  top: 0;
  background-color: #f5f5f5; /* Optional: Add a background color */
}

/* Add a z-index to ensure the header appears on top of the content */
.max-height-table thead {
  z-index: 1;
}

#appointments-btn.active {
  background-color: #f0f0f0;
  font-weight: bold;
}
#appointments-btn {
  margin-right: 20px;
}

#transactions-btn.active {
  background-color: #f0f0f0;
  font-weight: bold;
}
#appointments-tbody tr {
  height: 66px; /* Adjust the height as needed */
}
#appointments-tbody p {
  margin-bottom: 0;
  white-space: nowrap;
}
#transaction-tbody p {
  white-space: nowrap;
  margin-bottom: 0;
}
#transaction-tbody tr {
  height: 66px;
}
#appointments-tbody * {
  font-size: 15px;
}
#transaction-tbody * {
  font-size: 15px;
}
.overflow-fixed-x {
  overflow: auto;
  overflow-x: scroll !important;
}

.scrollbar-visible {
  scrollbar-width: thin;
  scrollbar-color: darkgray lightgray;
}

.scrollbar-visible::-webkit-scrollbar {
  width: 8px;
}

.scrollbar-visible::-webkit-scrollbar-thumb {
  background-color: lightgray;
}

#link-create-service {
  padding: 0;
}

#link-create-service a {
  display: block;
  width: 100%;
  padding: 10px 8px;
}

.closed-day-warning-text {
  font-size: 1.25rem;
  padding-top: 15px;
  color: red;
}
.img-container-transaction-table {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container-transaction-table img {
  width: 24px;
  height: 24px;
}

.download-cursor {
  cursor: pointer;
}

.old-booking-table-entry {
  background-color: rgb(227 227 227);
}
.update-button-member-details {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-align-title {
  text-align: center;
}
.week-calendar-header-wrapper {
  margin: 1rem auto 0rem;
  max-width: 1024px;
  padding: 0 20px;
  font-size: 1.1rem;
  overflow-x: auto;
}
.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.3);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}
.loader-eod {
  position: relative;
}

input[type="color"] {
  width: 35px !important;
  height: 35px;
  border-radius: 50% !important;
  cursor: pointer;
  outline: none;
  border: none;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  background-color: transparent;
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border-radius: 50%;
  border: none;
}
.users {
  display: flex;
  align-items: center;
  gap: 12px;
}
.day-view-color-picker {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  color: #333;
  background: none;
  height: 100%;
  gap: 8px;
}
.day-view-color-picker:hover {
  cursor: default;
}
.day-view-color-picker span {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.reset-color-button {
  position: absolute;
  right: -210px;
  top: -18px;
  font-size: 18px;
}
.reset-color-button:hover {
  cursor: pointer;
}

.tooltiptext {
  visibility: hidden;
  width: 45px;
  background-color: #555555a4;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  height: 30px !important;
  margin-bottom: -13px;
  margin-left: -20px;
  font-size: 13px;
  opacity: 0;
  transition: opacity 0.3s;
}

.reset-color-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.form-title-phone-queue {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}

.buttons-phone-queue {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
.buttons-phone-queue button {
  background-color: red;
}
.max-btn-width {
  max-width: 40%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#report-table-footer tr:hover {
  color: #ffffff;
}

.filter-header-resource-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-wrap: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.filter-header-resource-table:hover {
  cursor: pointer;
}
.text-size-th {
  font-size: 15px;
  font-weight: 600;
  text-wrap: nowrap;
}
.filter-header-resource-table img {
  padding-bottom: 1px;
}

.transaction-edit-form-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 40px;
}

.transaction-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 160px;
}

.transaction-details label {
  width: 120px;
  text-align: right;
  margin-right: 15px;
  margin-left: 5vw;
}

.transaction-details input {
  width: 350px;
}

.transaction-edit-form-top button {
  background-color: transparent;
  border: none;
  color: lightgray;
  box-sizing: border-box;
  padding: 0;
}

.transaction-edit-form-top input {
  font-size: 16px !important;
  font-weight: bold !important;
}
.transaction-edit-form-top input:read-only {
  border: none;
  background-color: transparent;
}
.transaction-edit-form-top button:focus {
  outline-offset: none !important;
  outline: none !important;
  width: 50px;
  box-shadow: none !important;
}

.transaction-edit-form-top label {
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
}

.transaction-edit-form {
  display: grid;
  grid-template-columns: 130px 2fr 50px;
  gap: 7px;
  white-space: nowrap;
}

.transaction-edit-form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.transaction-edit-form button {
  background-color: transparent;
  border: none;
  color: lightgray;
  box-sizing: border-box;
  padding: 0;
}

.transaction-edit-form input {
  font-size: 16px !important;
  font-weight: bold !important;
}
.transaction-edit-form input:read-only {
  border: none;
  background-color: transparent;
}
.transaction-edit-form button:focus {
  outline-offset: none !important;
  outline: none !important;
  width: 50px;
  box-shadow: none !important;
}

.transaction-edit-form label {
  margin: 0px !important;
  display: flex;
  align-items: center !important;
}

.buttons-change-transaction-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.buttons-change-transaction-edit button {
  width: 150px;
  font-size: 15px;
}

.buttons-change-transaction-edit button.active {
  border-color: #000;
  background-color: #a7a7a7;
  font-weight: 500;
}

.transactions-container-main {
  max-width: 1200px !important;
  margin: 2rem auto !important;
  min-height: 1250px;
}

.refund-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.refund-wrap button {
  width: 150px;
  font-size: 16px;
}

.transaction-details-dollar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.edit-transaction-wrap {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 55%;
  flex-direction: column;
  margin: auto;
}
#edit-transaction-form {
  width: 100%;
}

.edit-transaction-text {
  text-align: center;
  margin-bottom: 30px;
}

#party-label-span {
  display: flex;
  align-items: center;
}

.transaction-button-container {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.refund-message-error,
.transaction-refund-red {
  color: red;
}
.transactions-history-list {
  font-size: 16px;
  text-align: left;
  padding: 5px;
}
.margin-bottom-refund {
  margin-bottom: 100px;
}
.refund-bottom {
  font-size: 1.5rem;
  font-weight: 600;
}
.transactions-history-list li {
  padding-top: 5px;
}

.transaction-history-div {
  display: flex;
  justify-content: center;
}

.appointments-block-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.inner-wrap-app-search {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3vw;
  flex-wrap: wrap;
}

.align-items-end {
  align-items: end;
}

.transactions-search-filter-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.width-50 {
  /* width: 25%; */
}
.inner-wrap-app-search input {
  width: 170px;
}

.inner-wrap-app-search select {
  width: 150px;
  height: 30px;
}

.groupping-transaction {
  display: flex;
  align-items: center;
  justify-content: center;
}

.groupping-transaction input {
  min-width: 100px;
}
.inner-wrap-app-search div {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.csv-download-button {
  display: flex;
  gap: 6px;
}

.highlight-appointment-row {
  background-color: rgba(255, 215, 0, 0.6);
  transition: background-color 2s;
}
.party-payment-cell {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
}
.party-payment-cell p {
  margin-bottom: unset;
}
.party-payment-cell img {
  padding-bottom: 4px;
}

.header-transition-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  align-items: end;
}

#transition-counter-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-color: #000000;
}

#transition-counter-table tr:first-child td:first-child {
  border-top-left-radius: 8px;
}

#transition-counter-table tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

#transition-counter-table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

#transition-counter-table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

#refresh-clients-btn {
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

#refresh-clients-btn:active {
  outline: none;
  transform: scale(0.95);
}

.btn-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.btn-container label {
  width: 100%;
  justify-self: center;
  margin-bottom: 0;
  text-align: center;
}

.btn-container input {
  width: 100%;
  min-width: 100px;
  max-width: 250px;
}

#book-appointment-button {
  margin-bottom: 0;
}

#alert-modal {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 111;
  display: none;
}
#close-alert-modal-btn {
  position: absolute;
  outline: none;
  top: 20px;
  right: 16px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background-color: transparent;
  color: rgb(187, 187, 187);
  border: none;
  cursor: pointer;
}
#alert-body-modal {
  text-align: center;
  max-width: 45vw;
  font-size: 17px;
}

.preference-btn {
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-modal-btn-booky {
  position: absolute;
  outline: none;
  top: 20px;
  right: 16px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  background-color: transparent;
  color: rgb(187, 187, 187);
  border: none;
  cursor: pointer;
}

.modal-booky {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.staff-report-btn-wrap {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
  align-items: center !important;
  justify-content: center !important;
}

.preference-column label {
  margin-right: 10px;
}

.preference-column {
  flex: 1;
  padding: 0 30px;
}

#visible-content-section {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.preference-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.preference-item label {
  margin-right: 10px;
  font-size: 1rem;
  color: #333;
}

.preference-input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.preference-input-wrap label {
  margin-bottom: unset !important;
  padding-left: 10px;
  font-size: 1.02rem;
  font-weight: 500;
}

.confirm-pref-btn {
  background-color: #ff8e1b;
  border: none;
  padding: 9px 45px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.visible-pref {
  color: black;
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 500;
  text-align: center;
}

.visible-sec-pref {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

#toggle-all-pref {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}

.prod-log-wrap-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

#open-log-btn,
#open-appointment-log-btn {
  /* display: none; */
  background-color: transparent;
  border: none;
  padding: none;
  width: max-content;
}

.log-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.log-controls select {
  width: 250px !important;
}

.log-controls button {
  background-color: black;
  color: white;
  border-radius: 10px;
}

#logs-title-modal {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.5rem;
  font-weight: 600;
}

#logs-container p {
  margin-bottom: 7px;
}

#logs-container ul {
  margin-bottom: 8px;
}

#logs-container h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pin-input-tracking-label {
  font-size: 16px;
  font-weight: 500;
}

.show-more-logs-btn-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.show-more-logs-btn-wrap button {
  background-color: #91d3ff;
  border: none;
  color: black;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px 10px 25px;
  border-radius: 10px;
}

.timer-drop-down-wrap {
  display: none;
  position: absolute;
  background-color: transparent;
  top: 33px;
  right: 0;
  gap: 5px;
  font-size: 13px;
}

.timer-drop-down-elem {
  cursor: pointer;
  border-radius: 50%;
  background-color: black;
  color: white;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(-6px);
  animation: slideIn 0.3s forwards;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.timer-drop-down-elem:hover {
  background-color: #007acc;
  color: #fff;
}

.timer-drop-down-elem.hide {
  animation: slideOut 0.3s backwards;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-5px);
  }
}

.flagged-review {
  background-color: rgb(255, 242, 242);
  color: #000000;
  border-left: 5px solid rgb(255, 0, 0);
}

.edit-discount {
  background-color: transparent;
  border: none;
  padding: 0;
}

.edit-time-entry-save-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.edit-time-entry-save-btn button {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 45px;
}

.btns-tran-report {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-direction: row !important;
}

.btns-tran-report button:first-child {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.total-modal-cont {
  margin-top: 4% !important;
  margin-bottom: 4% !important;
  max-width: 1200px;
  height: fit-content;
  padding: 50px !important;
}

.total-modal-retail-sales-report {
  margin-top: 10px;
  grid-template-columns: 1fr 25px 80px !important;
}

.total-modal-retail-sales-report p {
  font-weight: 600 !important;
}

.retail-report-prod-group {
  max-height: 500px;
  overflow: auto;
}

.show-all-btn-wrap-retail-report {
  margin: 50px 0px 50px 0px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.show-all-btn-wrap-staff-report {
  margin: 50px 0px 50px 0px;
  display: flex;
  justify-content: space-evenly;
  width: 60%;
}

.show-all-btn-wrap-staff-report button {
  width: 180px;
}

.all-products-sold {
  display: none;
}

.all-products-sold-report-t-head {
  grid-template-columns: 1fr 80px 40px 70px !important;
  column-gap: 20px !important;
  border-bottom: 1px solid #ededed !important;
  align-items: end !important;
}

.all-products-sold-report-t-head p {
  font-weight: 600 !important;
}

.acc-payment-retail-report p {
  font-size: 16px !important;
}

.custom-scrollbar-retail-report::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollbar-retail-report::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scrollbar-retail-report::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.custom-scrollbar-retail-report::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.report-all-retail-t-acc-left td {
  padding-left: 20px;
}
.report-all-retail-t-acc-right td {
  padding-left: 60px;
}

.report-all-retail-t-acc-left th,
.report-all-retail-t-acc-right th,
.report-all-retail-t-acc-left td,
.report-all-retail-t-acc-right td {
  padding-bottom: 15px;
}

.select-row-checkbox {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  flex-direction: row !important;
  padding: 0px 3px;
}

.select-row-checkbox input {
  width: 20px !important;
  margin-top: unset !important;
  margin-right: unset !important;
}

.service-cat-title span {
  font-weight: bold;
  margin-bottom: -3.44px;
  margin-left: 1px;
}

.container-month-name-val {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.csv-monthly {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  padding-bottom: 13px;
  margin-left: 5px;
}

#open-inventory-modal.active {
  background-color: #28a745;
  border: 3px solid #218838;
  color: white;
  padding: 10px 20px !important;
  border-radius: 6px;
}

.inventory-mode:hover {
  border: 2px solid #28a745;
  background-color: #e6f9e6;
}

.discount-span {
  align-items: center;
}

#variants-table {
  margin-top: 15px;
}

#variants-table input {
  max-width: 145px;
}

.variants-heading {
  margin-bottom: unset;
}

#variants-table tbody tr,
#variants-table tbody tr td,
#variants-table tbody tr th {
  margin: 0;
  padding: 5px;
  line-height: 1.2;
  vertical-align: middle;
}

#variants-table tbody tr {
  height: 50px;
}

#variants-table tr {
  max-height: 25px !important;
}

.product-variant-row {
  background-color: #d3d5d2;
}

#previous-btn,
#next-btn {
  text-transform: lowercase;
}

.toggle-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 1rem;
}

.toggle-group {
  display: flex;
  align-items: center;
  gap: 5px;
}

.picture-uploader {
  width: 180px; /* same as w-64 */
  margin: 0 auto;
  text-align: center;
}

.picture-wrapper {
  position: relative;
  width: 180px;
  height: 180px;
}

.picture-uploader-edit {
  width: 160px;
  margin: 0 auto;
  text-align: center;
}

.picture-wrapper-edit {
  position: relative;
  width: 160px;
  height: 160px;
}

.picture-preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.picture-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.picture-wrapper:hover .hover-overlay {
  opacity: 1;
}

.picture-wrapper-edit:hover .hover-overlay {
  opacity: 1;
}

.upload-icon {
  width: 32px;
  height: auto;
}

.picture-preview {
  z-index: 1;
}

.picture-input {
  z-index: 10;
}

.hover-overlay {
  z-index: 2;
  pointer-events: none;
}

.picture-error-text {
  margin-top: 2px;
  text-align: center;
  color: red;
  height: 24px;
}

.staff-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 6px;
  vertical-align: middle;
  margin-bottom: 2.5px;
}

.staff-avatar-manage {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
}

.avatar-cell {
  width: 34px !important;
}

.items-per-page-label {
  display: inline-block !important;
  margin-bottom: unset !important;
}

.items-per-page-label select {
  padding: unset !important;
  font-size: 14px !important;
}

#products-table tfoot {
  position: sticky;
}

.table-wrapper-prods {
  max-height: 700px;
  overflow-y: auto;
}

.table-wrapper-prods table {
  width: 100%;
  border-collapse: collapse;
}

.table-wrapper-prods thead th {
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-wrapper-prods tfoot tr {
  position: sticky;
  bottom: 0;
  z-index: 10;
}

.table-wrapper-prods tfoot tr td {
  background-color: #01256c !important;
}
