@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  box-sizing: border-box;
  margin: 0px;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

.typewriter-container img {
  max-width: 800px !important;
  width: 100%;
}

.border-botttom-5x {
  border-bottom: 5px solid #000;
}

.brand-header {
  display: flex;
}

.border-top-5x {
  border-top: 5px solid #000;
}

p {
  color: #525252;
  font-size: 21px !important;
  line-height: 27px !important;
}

ul {
  padding-left: 20px !important;
  margin: 0 !important;
}

.container {
  max-width: 1450px !important;
  padding: 0 20px !important;
}

h1 {
  font-size: 97px !important;
  font-weight: 800 !important;
  line-height: 124px !important;
}

h2 {
  font-size: 63px !important;
  font-weight: 800 !important;
  line-height: 85px !important;
}

h3 {
  font-size: 43px !important;
  font-weight: 800 !important;
  line-height: 50px !important;
}

h4 {
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 33px !important;
}

h5 {
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 26px !important;
}

h6 {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
}

p {
  color: #525252;
  font-size: 16px;
}

.hidden-div {
  display: none !important;
}
.banner-btn.hidden-div {
  display: none !important;
}

.btn-primary {
  background-color: #fa0001;
  padding: 31px 57px;
  border-radius: 50px;
  font-size: 26px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
}

.btn-small {
  padding: 20px 52px;
  font-size: 22px;
  line-height: 26px;
}

.btn-xsmall {
  padding: 11px 32px !important;
  font-size: 22px !important;
  line-height: 26px !important;
}

.btn-bg-transparent {
  background-color: transparent !important;
  border: 3px solid #fff !important;
}

.line {
  width: 250px;
  height: 4px;
  background-color: red;
  margin: 0 auto;
  margin-top: 66px;
}

.bg-style {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* banner css */
nav {
  padding: 0px 30px 24px;
}

.typewriter-container {
  white-space: nowrap;
  overflow: visible;
}

.brand-img img {
  max-width: 138px;
  width: 100%;
}

.typing-char {
  color: #0162c9;
}

.blue-text {
  color: blue;
}

.typewriter-text {
  display: inline-block;
  animation: blink-caret 0.7s step-end infinite;
  border-right: 1px solid black;
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: black;
  }
}

.hero {
  background-image: url(img/hero-bg.png);
  min-height: 950px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
}
div#toggle-btn {
  max-width: 650px;
  width: 100%;
}
.form {
  gap: 34px;
}
.form input {
  padding: 29px 41px;
  border-radius: 45px;
  border: none;
  font-size: 26px;
  max-width: 306px;
  font-weight: 600;
}
.hero-content p {
  font-size: 23px !important;
  font-weight: 400;
  line-height: 33px;
  padding: 0;
  width: 90%;
}

.hero-content h3 {
  background: -webkit-linear-gradient(#b9cdff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-btn button:first-child {
  margin-right: 34px;
}
.banner-btn {
  font-weight: 700;
}

.typewriter-container h2 {
  font-size: 58px !important;
  line-height: 70px !important;
  margin: 0;
}

.btn-hover {
  position: relative;
  overflow: hidden;
  /* Ensure the pseudo-element does not overflow */
}

.btn-hover::after {
  content: "Apply Now";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  color: #fff;
}

.btn-hover:hover::after {
  opacity: 1;
}

.btn-hover:hover span {
  visibility: hidden;
}

.btn-hover2 {
  position: relative;
  overflow: hidden;
}

.btn-hover2::after {
  content: "Schedule Your Time";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  color: #fff;
}

.btn-hover2:hover::after {
  opacity: 1;
}

.btn-hover2:hover span {
  visibility: hidden;
}

/* after banner section css */

section.donor-list {
  background: #f4faff;
  padding: 88px 0 65px;
  margin-bottom: 80px;
}

.donor-list .img-box:not(:last-child) {
  border-right: 1px solid #c1c1c1;
}

.img-box .text-center {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
}

.img-box .d-img {
  margin-bottom: 23px;
}

.img-box p {
  margin-bottom: 0;
}

/* empower section css */
.empower {
  height: 600px;
}

.half-fluid .left-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
  height: 100%;
}

.half-fluid .image {
  background-image: url("img/heroes.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: 830px;
  }

  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

/* donate blood banner css */

.donor-list .d-img img {
  width: 116px;
  height: 120px;
}

/* leader section css */

.leaders-need {
  padding: 120px 0 95px;
  overflow: hidden;
}

.leader-img-container {
  position: relative;
  width: 100%;
}

.leader-img-container .leader-img {
  object-position: top left;
}

.leader-img,
.hero-img img {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .leader-img-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 42%;
    height: 100%;
    overflow: hidden;
  }

  .hero-img img {
    position: absolute;
    top: -50px;
    bottom: 0;
    left: -120px;
    width: calc(100% + 120px);
    height: 1000px;
    object-fit: cover;
    object-position: top left;
    max-width: calc(100% + 120px);
  }

  .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 46%;
    height: 100%;
    width: 54% !important;
  }

  .leader-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 755px;
    object-fit: cover;
  }
}

/* superhero css */

.superhero {
  padding: 100px 0 0;
}

.sup-head {
  margin-bottom: 100px;
}

.sup-content ul li h5 {
  color: #000;
}

.sup-img img {
  width: 100%;
}

.sup-content ul li {
  list-style: none;
  margin-bottom: 50px;
}

.sup-content ul li:first-child {
  margin-left: -100px;
}

.sup-content ul li:nth-child(3) {
  margin-left: 100px;
}

.sup-content ul li:last-child {
  margin-left: -100px;
}

.polish-super img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: top center;
}

/* mission section css */

.mission-img {
  max-width: 615px;
}

.mission p {
  font-weight: 700;
}

/* join us css */

.join-us {
  padding: 77px 0 80px;
}

.join-text {
  max-width: 1300px;
  margin: 0 auto;
}

.join-text h5 {
  color: #525252;
  font-size: 23px !important;
  font-weight: 600 !important;
}

/* footer css */

footer {
  padding: 82px 0 19px;
}

.f-logo img {
  max-width: 376px;
}

.social-icons ul li img {
  width: 35px;
}

.social-icons {
  margin-top: 20px;
}

.social-icons ul {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0 !important;
}

.social-icons ul li {
  list-style: none;
}

.footer-logo ul li img {
  width: 105px;
  height: 80px;
  object-fit: contain;
}

.footer-logo {
  margin-top: 20px;
  border-top: 1px solid#ccc;
  border-bottom: 1px solid#ccc;
  margin-top: 30px;
  padding: 10px;
}

.footer-logo ul {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0 !important;
  align-items: center;
}

.footer-logo ul li {
  list-style: none;
}

.copyright {
  margin-top: 95px;
}

.copyright p {
  font-size: 14px;
  color: #a1a1a1;
  margin: 0;
}

.foot-width {
  max-width: 710px;
  margin: 0 auto;
}

.content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #525252;
}

.donor-banner {
  text-align: center;
}

/* facelift css */
.modal-body {
  background-color: #0075d517;
}
.close-modal button {
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 10px;
  border: 1px solid #000;
  border-radius: 50px;
}
.modal-dialog {
  max-width: 800px !important;
}
canvas {
  position: absolute;
  top: 20%;
}

#video {
  width: 100%;
  height: 350px;
  border-radius: 0.938rem;
}
button#capture {
  width: auto;
  float: none;
  display: inline-block;
  background-color: #fa0001;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 25px;
  font-weight: 700;
  text-align: center;
}
.logo_con {
  color: #000;
  text-transform: uppercase;
}
footer {
  width: 100%;
}
#canvas {
  display: none;
}

#loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

#loadingSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hero-img h1 {
  display: none;
}

/* media query start */

@media (max-width: 1399px) {
  h1 {
    font-size: 75px !important;
    line-height: 100px !important;
    text-transform: capitalize;
  }

  h2 {
    font-size: 45px !important;
    line-height: 67px !important;
  }

  h3 {
    font-size: 40px !important;
    line-height: 35px !important;
  }

  h4 {
    font-size: 30px !important;
    line-height: 33px !important;
  }

  h5 {
    font-size: 23px !important;
    line-height: 24px !important;
  }

  h6 {
    font-size: 15px !important;
    line-height: 17px !important;
  }

  p {
    font-size: 16px;
  }

  .typewriter-container h2 {
    font-size: 45px !important;
    line-height: 67px !important;
  }

  .donor-banner {
    height: 350px;
  }

  .hero-content p {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 30px;
  }

  .btn-primary {
    padding: 30px 35px;
    font-size: 25px;
    line-height: 30px;
  }

  .banner-btn button:first-child {
    margin-right: 30px;
  }
}

@media (max-width: 1199px) {
  .typewriter-container h2 {
    font-size: 35px !important;
    line-height: 60px !important;
  }

  .btn-primary {
    padding: 25px 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .hero-content p {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 30px;
  }

  .line {
    margin-top: 45px;
  }

  .donor-banner {
    height: 300px;
  }

  .content li {
    font-size: 15px;
    line-height: 25px;
  }

  .join-text h5 {
    font-size: 20px !important;
  }
}

@media (max-width: 991px) {
  .schedule-table .booked-img img {
    max-width: 270px !important;
  }
  
  .calendar-wrapper {
    justify-content: center;
}
  button#capture {
    margin-top: 20px;
  }
  #video-container {
    float: none !important;
  }
  .face-cap {
    float: none !important;
    margin: 0 auto;
}
  .submitBtn {
    width: 44% !important;
    height: 54px !important;
    font-size: 20px !important;
}
.Submitbtn-wrapper {
  justify-content: center !important;  
}
  div#toggle-btn {
    margin: 0 auto;
  }
  .hero-img h1 {
    display: block;
  }
  .hero-img img {
    margin-top: -100px;
  }
  .hero .hero-img {
    padding: 0 35px !important;
  }
  .hero-content h1 {
    display: none;
  }
  .hero [class*="col-"]:first-child {
    order: 2;
  }
  .hero [class*="col-"]:nth-child(2) {
    order: 1;
  }
  .content-container {
    padding: 0 !important;
  }
  .content-container .content {
    padding: 0 20px;
  }
  .typewriter-container img {
    max-width: 600px !important;
    width: 100%;
  }
  .half-fluid .left-half {
    height: 500px;
  }
  .half-fluid .image {
    height: 525px !important;
  }
  .leader-img-container .leader-img {
    margin-bottom: 50px;
    border-bottom: 5px solid #000;
  }
  .mission-img {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .mission .col-lg-6:first-child {
    order: 2;
  }

  .mission .col-lg-6:nth-child(2) {
    order: 1;
  }

  .polish-super img {
    height: 500px;
  }

  .empower {
    height: auto;
  }

  .hero {
    overflow: hidden;
  }

  .hero .container {
    padding: 0 !important;
  }

  .hero h3.pt-5 {
    padding-top: 5px !important;
  }

  .misison-img {
    text-align: center;
  }

  .hero img {
    position: relative;
    width: 100%;
  }

  .hero-img {
    margin-top: 30px !important;
    padding: 0 !important;
  }

  h1 {
    font-size: 45px !important;
    line-height: 60px !important;
    text-transform: capitalize;
  }

  h2 {
    font-size: 30px !important;
    line-height: 45px !important;
  }

  h3 {
    font-size: 25px !important;
    line-height: 25px !important;
  }

  h4 {
    font-size: 30px !important;
    line-height: 33px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  h6 {
    font-size: 14px !important;
    line-height: 13px !important;
  }

  p {
    font-size: 13px;
  }

  .sup-content ul {
    padding-left: 0 !important;
  }

  .hero {
    height: auto;
  }

  .hero .hero-content {
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .banner-btn {
    justify-content: center;
  }

  .typewriter-container h2 {
    font-size: 30px !important;
    line-height: 45px !important;
  }

  .hero-content p {
    font-size: 16px !important;
    line-height: 25px;
  }

  .btn-primary {
    padding: 15px 35px !important;
    font-size: 18px;
    line-height: 20px;
  }
  .form input {
    padding: 15px 35px;
    font-size: 18px;
    line-height: 20px;
  }

  .empower .empower-content {
    text-align: center;
  }

  .line {
    width: 170px;
    margin-top: 20px;
  }

  .half-fluid .image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
  }

  section.donor-list {
    margin-bottom: 80px;
    padding: 58px 0 45px;
  }

  .donor-banner {
    height: 250px;
  }

  .content {
    text-align: center;
    margin-bottom: 50px;
  }

  .leaders-need {
    padding: 0;
  }

  .sup-content {
    text-align: center;
  }

  .sup-content ul li:first-child,
  .sup-content ul li:nth-child(3),
  .sup-content ul li:last-child {
    margin-left: 0px;
  }

  .superhero {
    padding: 50px 0px 0;
  }

  .sup-head {
    margin-bottom: 50px;
  }

  .leaders-need .btn {
    margin-top: 20px !important;
  }

  .sup-content ul li {
    list-style: none;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .content li {
    text-align: left;
  }

  .join-text h5 {
    font-size: 15px !important;
  }

  .join-us {
    padding: 75px 0px 40px;
  }

  .f-logo img {
    max-width: 350px;
  }

  .sup-img {
    text-align: center;
  }

  .sup-img img {
    text-align: center;
    max-width: 700px;
  }

  .copyright {
    margin-top: 25px;
  }

  .social-icons {
    margin-top: 25px;
  }

  footer {
    padding: 40px 0 19px;
  }
  .hero-img {
    position: relative;
  }
  .hero-img:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 4px;
    width: 84%;
    left: 36px;
    bottom: -4px;
  }
}

@media (max-width: 767px) {  
  .calendar-wrapper {
    flex-wrap: wrap;
}
  button#capture {
    padding: 13px 28px !important;
    font-size: 12px !important;
    line-height: 12px;
  }
  .toggle-form .form {
    display: block !important;
  }
  .form input:first-child {
    margin-bottom: 10px;
  }
  .form input {
    font-size: 14px;
    padding: 13px 30px;
    border-radius: 25px;
    border: none;
    font-size: 15px;
  }
  .hero .hero-content {
    padding-top: 20px !important;
  }
  .donor-banner {
    height: auto;
  }
  .typewriter-container img {
    max-width: 400px !important;
    width: 100%;
  }
  .polish-super img {
    height: 250px;
  }

  .half-fluid .left-half {
    height: 521px;
  }

  section.donor-list {
    margin-bottom: 30px;
  }

  .empower {
    height: auto;
  }

  .f-logo img {
    max-width: 260px;
    margin-bottom: 20px;
  }

  .join-us {
    padding: 40px 0px;
  }

  .leaders-need {
    padding: 0px 0 0px;
  }

  h2 {
    font-size: 25px !important;
    line-height: 40px !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .hero p br,
  .mission h2 br,
  .empower-content h2 br {
    display: none;
  }

  .empower .empower-content {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .hero .banner-btn {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  h1 {
    font-size: 35px !important;
    line-height: 50px !important;
  }

  .banner-btn button:first-child {
    margin-right: 10px;
  }

  .btn-xsmall {
    padding: 9px 20px !important;
    font-size: 16px !important;
    line-height: 18px !important;
  }

  .typewriter-container h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .sup-img img {
    max-width: 450px;
  }

  .donor-blocks .heading {
    margin: 28px !important;
  }

  .brand-img img {
    width: 90px;
  }

  .btn-primary {
    padding: 13px 30px;
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 576px) {
  .color-box {
    margin: 0 0 20px 75px;
  }
  .color-box {
    display: block !important;
  }
  .color-p-1 {
    gap: 100px !important;
  }
  .color-p-2 {
    gap: 88px !important;
  }
  .schedule-table tr th, .schedule-table tr td {
    padding: 1px 0px !important;
}
.schedule-table table {
  font-size: 11px;
}

.color-palette { 
  margin-bottom: 20px;
  font-size: 12px;
}

  .schedule-table .booked-img img {
    max-width: 200px !important;
}
  h1 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
  .hero-img img {
    margin-top: -60px;
  }
  .hero-content p {
    font-size: 14px !important;
    line-height: 23px;
    margin: 0 auto 20px !important;
  }
  .leaders-need h2 {
    margin-bottom: 15px !important;
  }
  .typewriter-container img {
    max-width: 420px !important;
    width: 100%;
  }
  .btn-primary {
    padding: 13px 28px;
    font-size: 12px;
    line-height: 12px;
  }
  .btn-xsmall {
    padding: 6px 15px !important;
    font-size: 13px !important;
    line-height: 15px !important;
  }

  nav {
    padding: 0px 10px 24px;
  }

  p {
    font-size: 16px !important;
    line-height: 25px;
  }

  .brand-header {
    display: inline-block;
  }

  .border-botttom-5x {
    border-bottom: 2px solid #000;
  }

  .border-top-5x {
    border-top: 2px solid #000;
  }

  .half-fluid .image {
    height: 360px !important;
    background-position: top left;
    background-size: cover;
  }

  .half-fluid .left-half {
    height: 360px;
  }

  .brand-img img {
    width: 50px;
  }

  .typewriter-container h2 {
    font-size: 20px !important;
    line-height: 13px !important;
  }

  .button-hiddin-m {
    display: none;
  }

  .brand-img {
    margin-top: 30px;
  }

  .hero {
    background-image: url(img/hero-bg.png);
    min-height: fit-content;
    background-position: left;
    padding-bottom: 60px;
  }

  .img-box .text-center {
    max-width: 100%;
  }

  .donor-list .img-box:not(:last-child) {
    border-right: none;
  }
}

@media (min-width: 2420px) {
  .hero-img img {
    min-width: 500px;
    width: 1100px;
  }

  .leader-img-container .leader-img {
    min-width: 500px;
    width: 1300px;
    left: 70px;
  }

  .half-fluid .left-half {
    left: 35%;
    width: 800px;
  }

  .half-fluid .image {
    max-width: 800px;
  }

  .polish-super img {
    height: 800px;
    object-fit: contain;
  }
}

@media (max-width: 460px) {
  .brand-img img {
    width: 40px;
  }

  .typewriter-container h2 {
    font-size: 17px !important;
    line-height: 13px !important;
  }
}

@media (max-width: 400px) {
  .brand-img img {
    width: 30px;
  }

  .typewriter-container h2 {
    font-size: 16px !important;
    line-height: 13px !important;
  }
}

@media (max-width: 350px) {
  .brand-img img {
    width: 20px;
  }

  .half-fluid .image {
    height: 200px !important;
    background-position: top left;
    background-size: cover;
  }

  .half-fluid .left-half {
    height: 200px;
  }

  .typewriter-container h2 {
    font-size: 13px !important;
    line-height: 13px !important;
  }
}

@media (min-width: 991px) {
  
  .hero-content {
    padding: 0 !important;
  }
}

/* ---------  UI -----------  */

/* -------- hero section new --------- */
.Submitbtn-wrapper {
  justify-content: flex-end;
  display: flex;
}

.submitBtn {
  display: block;
  width: fit-content;
  height: auto;
  border-radius: 99rem;
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
  padding: 4px 0;
  width: 34%;
  height: 74px;
  margin-top: 14px;

  /* font style */
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 9999;

  &:hover {
    background-color: #fa0001;
  }
}

/* frame style is here */

#video-container {
  text-align: center;
  float: left;
}

.face-cap {
  max-width: 630px;
  float: left;
  background: #fff;
  padding: 15px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08) !important;
  border-radius: 0.938rem;
  margin-bottom: 15px;
}

#video {
  width: 100%;
  height: 350px;
  border-radius: 0.938rem;
}


.faceIDbtn {
  padding: 16px 52px !important;
  font-size: 22px !important;
  border-radius: 99rem !important;
}



/* claendar css */

.calendar-wrapper .chip:hover {
  background: #fff;
}
.calendar-wrapper .chip:hover .month, .calendar-wrapper .chip:hover .day {
  color: #007bff;
}
.calendar-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 9;
  position: relative;
  cursor: pointer;
}
.calendar-wrapper .chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  border-radius: 10px;
  height: 90px;
  margin-top: 20px;
  background-color: #007BFF;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.calendar-wrapper .chip .month {
  font-size: 20px;
  font-weight: bold;
}

.calendar-wrapper .chip .day {
  font-size: 28px;
  font-weight: bold;
  margin-top: -1px;
}

.schedule-table {
  z-index: 2;
  position: relative;
}
.schedule-table tr th, .schedule-table tr td {
  padding: 1px 14px;
}

.schedule-table tr {
  border: 1px solid #fff;
}

.schedule-table tr th {
  border-bottom: 1px solid #b3b3b3;
}

.schedule-table table {
  font-size: 15px;
  font-weight: bold;
}

.schedule-table table tr td {
  background: #000;
  transition: .4s;
  border-radius: 8px;
}
.schedule-table table tr td:hover {
  background: #fff;
  color: #000;
}
.schedule-table table tr th {
  background-color: #fff;
  color: #000;
  border-radius: 8px;
}
.schedule-table table tr th:hover {
  background-color: #000;
  color: #fff;
}

tr.hover-row-head:hover th {
  background-color: #000;
  color: #fff;
}
.schedule-table table {
  position: relative;
  border-collapse: separate;
  border-spacing: 4px;
}
.schedule-table .booked-img img {
  position: absolute;
  top: calc(50% - 97px);
  left: 45%;
  transform: translate(-50%, 0);
  z-index: 9;
  max-width: 400px;
}

.color-box {
  display: flex;
  gap: 90px;
  margin: 0 0 20px 45px;
  align-items: center;
}
.color-palette {
  position: relative;
}
.color-palette:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 35px;
  border-radius: 8px;
  left: -40px;
  top: 0;
  background-color: #fff;
}
.color-palette.red-color:before {
  background-color: red;
}
.color-palette.blue-color:before {
  background-color: #0176d6;
}
.color-palette.purple-color:before {
  background-color: purple;
}

.color-palette.black-color:before {
  background-color: #000;
}
.color-p-1,  .color-p-2 {
  gap: 90px;
}

.schedule-table h4 {
  margin: 0 0 25px 8px;
}