.user_setting {
  position: relative;
  display: inline-block;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  width: 100%;
  height: auto;
}

.image-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-wrapper::before {
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--Surface-50, #00000080);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-wrapper:hover::before {
  opacity: 1;
}

.image-wrapper:hover i {
  opacity: 1;
}

.dashboard-meets {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px #ededed;
}

.dashboard-meets::-webkit-scrollbar {
  display: none;
}

.header-group {
  padding: 32px 24px 32px 0;
  display: flex;
  gap: 8px;
}

.dashboard-meets .text-wrapper {
  font-size: 20px;
  letter-spacing: 0.03px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
}

.dashboard-meets .div {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.02px;
  font-weight: 500;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
}

.dashboard-meets .body-group {
  text-align: center;
  margin-right: 24px;
  padding-bottom: 32px;
  display: flex;
}

.dashboard-meets .body-group th {
  font-size: 16px;
  font-weight: 500;
  line-height: 27.64px;
  color: #000000;
}

.dashboard-meets .body-group td {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #585858;
}

.dashboard-meets .body-group table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
}

.dashboard-meets .body-group .therapis-disable-row {
  background: #f8f8f8;
}

.dashboard-meets .body-group .therapis-disable-row td {
  border: 1px solid #b8b8b8;
  border-style: solid none;
}

.therapis-disable-row td:first-child,
.therapis-disable-row th:first-child {
  border-right: 8px solid #b8b8b8 !important;
  border-radius: 0 8px 8px 0;
  border-right-style: solid !important;
}

.therapis-disable-row td:last-child,
.therapis-disable-row th:last-child {
  border-left: 1px solid #b8b8b8 !important;
  border-radius: 8px 0 0 8px;
  border-left-style: solid !important;
}

.dashboard-meets .body-group .therapis-active-row {
  background: #ecf9fd;
}

.dashboard-meets .body-group .therapis-active-row td {
  border: 1px solid #14a0ca;
  border-style: solid none;
}

.therapis-active-row td:first-child,
.therapis-active-row th:first-child {
  border-right: 8px solid #14a0ca !important;
  border-radius: 0 8px 8px 0;
  border-right-style: solid !important;
}

.therapis-active-row td:last-child,
.therapis-active-row th:last-child {
  border-left: 1px solid #14a0ca !important;
  border-radius: 8px 0 0 8px;
  border-left-style: solid !important;
}

.dashboard-meets .body-group .therapis-future-row {
  background: white;
}

.dashboard-meets .body-group .therapis-future-row td {
  border: 1px solid #14a0ca;
  border-style: solid none;
}

.therapis-future-row td:first-child,
.therapis-future-row th:first-child {
  border-right: 8px solid #14a0ca !important;
  border-radius: 0 8px 8px 0;
  border-right-style: solid !important;
}

.therapis-future-row td:last-child,
.therapis-future-row th:last-child {
  border-left: 1px solid #14a0ca !important;
  border-radius: 8px 0 0 8px;
  border-left-style: solid !important;
}

.fa-pen-to-square.active {
  color: #000000;
  cursor: pointer;
}

.fa-pen-to-square {
  color: #b8b8b8;
}

.fa-octagon-exclamation {
  cursor: pointer;
}

.dashboard-meets .body-group .button-cell {
  padding: 0 !important;
}

.right-cell-time {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #585858;
}

.time-pointer td:nth-child(2) {
  position: relative;
  width: 40px;
  text-align: center;
}

.time-pointer td:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 127%;
  background-color: #b8b8b8;
}

.fa-circle {
  color: #b8b8b8;
}

.fa-circle.active {
  color: #585858;
}

.fa-circle {
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 50%;
  padding: 4px;
  margin-right: 8px;
}

.fa-circle-dot {
  position: relative;
  z-index: 1;
  background-color: white;
}
