.mySwiper2 .swiper-slide img {
  width: 100%;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}
.fc .fc-button-primary {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px dashed #dae6ea;
  color: rgba(22, 23, 27, 0.5);
}

.fc .fc-toolbar-title {
  cursor: pointer;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row-reverse;
  color: #000;
}

.calendar-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.calendar-header {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  text-align: center;
}

.day {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
    margin-left: -16px;
  }
}

.day.today {
  background-color: #007bff;
  color: #fff;
}
.day.selected {
  background-color: #032a52;
  color: #fff;
}
.day.disabled {
  background-color: #e9ecef;
  color: #6c757d;
  cursor: not-allowed;
}
.day-header {
  font-weight: bold;
  background-color: #e9ecef;
}
.day input[type="radio"] {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.day input[type="radio"]:disabled {
  cursor: not-allowed;
}
input#mdatePicker,
input#mtimePicker {
  position: relative;
  overflow: hidden;
}
input#mdatePicker::-webkit-calendar-picker-indicator,
input#mtimePicker::-webkit-calendar-picker-indicator {
  display: block;
  top: 0;
  left: 0;
  background: #0000;
  position: absolute;
  transform: scale(12);
}
input[type="checkbox"]:disabled + label {
  color: #888; /* Grey color for disabled label text */
  cursor: not-allowed; /* Change cursor to indicate the item is not clickable */
}

input[type="checkbox"]:disabled {
  opacity: 0.5; /* Make the checkbox look faded */
}
.social-button {
  margin-right: 10px;
  font-size: 24px;
  color: #555; /* Default color */
  transition: color 0.3s ease;
}
.social-button:hover {
  color: #007bff; /* Hover color */
}
.social-button:hover {
  transform: scale(1.1);
  color: #000; /* Or any accent color */
}
.social-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f0f0f0; /* Background color */
  color: #555;
  transition: background-color 0.3s ease;
}
.social-button:hover {
  background-color: #007bff; /* Background color on hover */
  color: #fff;
}
.social-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #555;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-button:hover {
  background-color: #007bff;
  color: #fff;
  transform: scale(1.1);
}
.wd-user-about {
  position: relative;
  overflow: hidden;
}

/* #wd-as-about-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 6em;
} */

.read-more-btn {
  display: none;
  background: #032a52;
  padding: 6px 16px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #032a52;
  min-width: 100px;
  text-align: center;
  /*    display: block;*/
  width: fit-content;
  cursor: pointer;
}

/* .wd-user-about.expanded #wd-as-about-text {
    display: block;
    -webkit-line-clamp: unset;
    max-height: unset;
} */

.wd-user-about.expanded .read-more-btn {
  display: inline-block;
}
.back-arrow {
  background: #eaf0f8;
  border: 1px solid #eaf0f8;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -34px 0 15px;
  display: none !important;
}
.back-arrow svg {
  height: 25px;
  width: 15px;
}
.about-text {
  max-height: 4.5em; /* Adjust based on line height */
  overflow: hidden;
  position: relative;
}

.expanded {
  max-height: none !important; /* Remove height restriction */
}

@media (max-width: 600px) {
  .social-button {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .seller-profile-blog {
    padding: 20px 0 80px !important;
  }

  .swiper-slide iframe[src*="instagram.com"] {
    width: 100% !important; /* Mantém o tamanho original */
    max-width: 100%; /* Permite ajuste caso necessário */
    max-height: 100%; /* Permite ajuste caso necessário */
    object-fit: contain; /* Evita distorções */
    display: block;
    margin: auto;
    left: 10% !important;
  }
}

/* Garante que o vídeo mantenha o tamanho original do Instagram */
.swiper-slide iframe[src*="instagram.com"] {
  width: 294px !important; /* Mantém o tamanho original */
  max-width: 100%; /* Permite ajuste caso necessário */
  max-height: 100%; /* Permite ajuste caso necessário */
  object-fit: contain; /* Evita distorções */
  display: block;
  margin: auto;
  left: 31%;
}

.mySwiper2 .swiper-slide img {
  max-height: 421px;
  height: 100%;
  object-fit: contain;
}
.mySwiper2 .swiper-slide {
  height: 425px;
  text-align: center;
}

/* button more/less style */
.wd-load-btn {
  background: none;
  color: #7b8798;
  padding: 5px 10px;
  border: none;
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  cursor: pointer;
  transition: color 0.3s ease;
}
/* Hover effects */
.wd-load-btn:hover {
  color: #040f1e;
  text-decoration: none;
}

/* Buttons 20MIN and 40MIN */
.duration-buttons-container {
  text-align: center;
  margin-bottom: 15px;
}

.duration-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 58px; /* Distance between buttons */
  margin-top: 10px;
  margin-bottom: 10px;
}

.duration-buttons-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #032a52;
  z-index: 0;
  margin: 0 55px; /* distance from line to buttons */
}

@media only screen and (min-width: 320px) and (max-width: 800px) {
  .duration-buttons-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #032a52;
    z-index: 0;
    margin: 0 60px; /* distance from line to buttons */
  }
}

/* Buttons */
.duration-button {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 5px;
  font-weight: 500;
  border: 2px solid #032a52;
  background-color: #fff;
  color: #032a52;
  transition: all 0.3s ease;
  cursor: pointer;
}

.duration-button p {
  font-size: 12px;
}

.duration-button:hover {
  background-color: #032a52;
  color: #fff;
}

.duration-button.active {
  background-color: #032a52;
  color: #fff;
}

.content-focus {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  padding: 0 7px;
}

.content-focus small {
  font-size: 10px;
}

.content-extend {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.content-extend small {
  font-size: 10px;
}

/* Pop-up */
.popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  border-radius: 15px;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 0;
  transform: scale(0.8);
  font-size: 15px;
}

/* Creating the balloon arrow */
.popup::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.popup-content {
  text-align: left;
  margin-top: 10px;
}

.popup-content p {
  text-align: left;
  margin-top: 10px;
  line-height: 0.4;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#request-appointment {
    background: #093770; 
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #ffffff; 
    border-radius: 12px;
    display: block;
    padding: 12px 24px;
    transition: all 0.3s ease; 
}

#request-appointment:hover {
    background: #F0F6FB; 
    border: 1px solid #093770; 
    color: #093770; 
}