/* ============================ */
/* ========= GENERIC ========= */
/* ============================ */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* ============================ */
/* ========= CALENDAR ========= */
/* ============================ */

.switch {
  cursor: pointer;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* background-color: #f6f5f8; */
  height: 100%;
}

.cofocus {
  width: 100%;
  height: 100%;
}

.calendar {
  margin: 0px 30px;
  margin-top: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 5px 15px;
  padding-bottom: 0px;
  width: 100%;
  height: calc(100% - 37px);
  background-color: #ffffffba;
  box-shadow: 0px 1px 4px 0 #afafaf57;
  position: relative;
  transition: 0.2s ease;

  /* NEW */
  border: 1px solid transparent;
  border-radius: 12px;
  /*   backdrop-filter: blur(5px); */
  box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(213 213 213 / 20%);
  background-color: #ffffff8a !important;
}

.calendar table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  position: relative;
}

.calendar table thead,
.calendar .table .thead {
  background: #fff;
  /* display: table; */
  display: flex;
  width: 100%;
  /* table-layout: fixed; */
  position: relative;
  border-top-right-radius: 360px;
  border-top-left-radius: 360px;
}

.calendar table thead th:first-of-type,
.calendar .table .thead .th:first-of-type {
  /* width: 60px; */
  width: 5.33%;
  width: 81px;
}

.calendar table thead th,
.calendar .table .thead .th {
  color: #bab9c6;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-top: 0px;
  padding: 16px 0px;
  color: #7e8a94;
  font-size: 20px;
  width: 14%;
}

.calendar .table .thead .th .day {
  font-size: 17px;
  color: #222;
}

.calendar .table .thead .th .date {
  font-size: 22px;
  margin-top: 4px;
  color: #222;
}

.calendar table tbody td {
  position: relative;
  border: 1px solid #f7f7f7;
  border-color: #f1f1f1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/* tbody::before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
} */

.calendar table tbody tr td:first-of-type {
  border: none;
  background: #fafafc;
  /* border-left: 1px solid #f8f8fa; */
  vertical-align: baseline;
  width: 80px;
  background-color: transparent;
}

.td--first--mobile {
  width: 60px !important;
}

.calendar table tbody td {
  border-bottom-color: transparent;
}

.calendar table tbody tr td:first-of-type div {
  position: absolute;
  top: 1px;
  z-index: 9999;
  color: #c9cad0;
  font-weight: 600;
  font-size: 13px;
}

/* @keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

.calendar-navigation {
  flex-direction: row;
  display: flex;
  padding: 2px 10px;
  font-family: "Nunito", sans-serif;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff1a;
  border-color: #dcdcdc;
  border-color: #eaeaea;
  background-color: #f9f9f9;
  border-color: #c3c3c3;
  background-color: #f4f4f4;
  border-color: #e4e4e4;
  background-color: #f5f5f5;
  background-color: #ffffffa6;
  /* background-color: #5600ff29; */
  background-color: #ffffffa6;
  border-radius: 8px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0px;
  border-color: transparent;
  margin-top: 10px;
  /* box-shadow: 0px 1px 4px 0 #cccccc57; */
  box-shadow: 0px 1px 3px 0 #c5c5c557;
  /* background-color: #FBFBFD; */
  /* border: 1px solid #eaeaea; */
  /* background-color: #efefef;*/
  margin-left: 25px;
  margin-right: 25px;
  /* border-radius: 0px; */
  /* margin-top: 0px; */
  border-radius: 360px;
  min-height: 45px;
}

/* .calendar-navigation {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

.cofocus-core {
  overflow: hidden;
  /* background-color: #fdfdfd; */
  /* background-color: white; */
  /* background-color: #fafafb; */
  display: flex;
  position: relative;
  box-sizing: border-box;
  /* height: calc(100vh - 55px);  */
  /*top nav + top nav top margin*/
  /* background-color: #fbfbfb; */
  height: 100%;
}

tbody {
  display: block;
  overflow-x: hidden;
  height: calc(100% - 161px - 25px);
  width: 100%;
  border: 1px solid transparent;
  margin-top: 0px;
  box-sizing: border-box;
  padding: 20px 24px 0px 0px;
  background-color: white;
  position: relative;
  z-index: 5;
}

.calendar .table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.calendar table thead tr,
.calendar .table .thead .tr {
  display: flex;
  width: 100%;
  z-index: 9;
  margin-bottom: -8px;
  box-sizing: border-box;
  padding-right: 23px;
  justify-content: center;
  background-color: white;
  border: 1px solid transparent;
  border-bottom-color: #eaeaea;
  border-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.calendar table tbody tr {
  height: 70px;
}

/* .calendar table tbody tr:nth-of-type(1) td {
    border-bottom-style: dashed;
  }
  .calendar table tbody tr:nth-of-type(2) td {
    border-bottom-style: dashed;
  }
  .calendar table tbody tr:nth-of-type(3) td {
    border-bottom-style: dashed;
  } */

.calendar .event,
.calendar .booked-session {
  position: absolute;
  z-index: 2;
  width: calc(90%);
  left: 5%;
  border-radius: 10px;
  background: #eff1f3;
  color: #222;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  text-transform: capitalize;
}

.calendar .event img,
.calendar .booked-session img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 5px;
}

.calendar .highlight-container {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  /* cursor: default; */
  pointer-events: none;
  cursor: pointer;
  /* z-index: 999; */
}

.calendar .highlight-info {
  background-color: #eef1f4;
  border-radius: 4px;
  height: 92%;
  height: 100%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  pointer-events: auto;
  /* box-shadow: 0px 1px 2px 0px #cccccc; */
  border-radius: 2px;
  color: #222;
  font-size: 16px;
  background-color: #fafafb;
  border: 1px solid #efefef;
  border-radius: var(--calendar-box-border-radius);
  /* margin-bottom: 10px; */
}

.selected-book {
  position: absolute;
  left: 8px;
  bottom: 5px;
  padding: 2px 12px;
  border-radius: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #2b2c2d;
  color: #f9f9f9;
  font-size: 16px;
  outline: none;
  border: none;
}

.selected-book:hover {
  background-color: #49494c;
}

.selected-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  line-height: 21px;
  border-radius: 360px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  z-index: 4;
  color: #444;
}

.selected-close:hover {
  background-color: #dcdfe0;
}

.selected-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;

  z-index: 997; /* Even higher than unmatched person*/
}

.unmatched-title {
  position: absolute;
  left: 35px;
  font-size: 12px;
  color: #383838;
  z-index: 999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80px;
  font-weight: 700;
  margin-bottom: -1.5px;
  text-align: left;
  /* z-index: 99999; */
}

/* .unmatched-title:hover {
  color: blue;
} */

.book-person {
  top: 30px;
  left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100px;
  text-align: left;
}

.booking-input {
  border: 1px solid #eee;
  border-radius: 3px;
  width: 250px;
  caret-color: #666;
  padding: 8px 14px;
  font-size: 17px;
  font-family: "Nunito", sans-serif;
  transition: 0.2s ease;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 5px;
}

.booking-input:hover {
  border-color: #ccc;
}

/* ========= UNMATCHED PERSON ========= */
.visit-profile {
  width: 18px !important;
  height: 18px !important;
  padding: 0px;
  border: none;
  box-sizing: border-box;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  /* background-color: #eaeaea; */
  border-radius: 360px;
  z-index: 1000;
  display: none;
}

.visit-profile:hover {
  background-color: #dfdfdf;
}

/* .visit-text {
  position: absolute;
  right: 8px;
  top: 33px;
  font-size: 11px;
  color: #383838;
  display: none;
  font-size: 12px;
  left: 36px;
  top: 6px;
}

.visit-profile:hover + .visit-text {
  display: flex;
} */

/* .visit-profile:hover ~ .unmatched-title {
  display: none !important;
} */

.booked-unmatched-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}

.booked-unmatched-container {
  /* height: calc(105px / 4); */
  height: calc(115px / 4);
  /* margin-top: 5px; */
  z-index: unset;
}

.each-day:hover .booked-unmatched-info {
  margin-bottom: -2px;
}

.booked-unmatched-container:hover .visit-profile {
  display: block;
}

.booked-unmatched-container:hover .unmatched-title {
  width: 80px;
}

.booked-unmatched-info {
  border-radius: 360px;
  height: 77%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* background-color: #eaedfb; */
  /* background-color: #fafafc; */
  /* border: 1px solid #d8d8d833; */
  /* cursor: pointer; */
  /* z-index: 9999999; */
  transition: 0.1s ease-in-out;
}

.calendar-profile-icon {
  width: 22px !important;
  height: 22px !important;
  border-radius: 360px;
  position: absolute;
  left: 10px;
  left: 6px;
  border: 2px solid #eaeaea;
  /* border-color: #dadada; */
  z-index: 999;
  box-sizing: border-box;
}

/* ========= ALERT ========= */
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 360px;
  position: absolute;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 15px;
  /* bottom: 20px; */
  font-size: 19px;
  font-weight: bold;
}

/* ========= CURRENT HOUR LINE ========= */
.relative {
  position: relative;
}

.line {
  background-color: #555;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 995;
}

.line .arrow-right,
.line .arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #555;
  position: absolute;
  top: -5px;
}

.line .arrow-left {
  border-right: 6px solid #555;
  border-left: unset;
  right: 0;
}

/* ========= SIDEBAR ========= */

.sidebar {
  padding-top: 35px;
  padding: 35px 15px;
  border-left: 1px solid #f1f1f1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-color: #eaeaea;
  max-width: 364px;
  min-width: 364px;
  width: 100%;
  border-color: transparent;
  box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(213 213 213 / 20%);
  border-radius: 8px;
  margin-right: 30px;
  /* background-color: #ffffffba; */
  overflow-y: scroll;

  /* NEW */
  border-radius: 12px;
  margin-bottom: 17px;
  margin-top: 20px;
  /* background-color: rgba(255, 255, 255, 0.3); */
  background-color: #ffffff8a !important;
  /* backdrop-filter: blur(1px); */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.sidebar .widgets {
  height: 100vh;
  width: 100%;
  z-index: 3;
  /* background: #fff; */
  /* align-items: center; */
  /* justify-content: center; */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 41px;
  /* margin: 0 auto; */
  margin-bottom: 165px;
}

/* ========= BOOKER ========= */

.booker {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}

.booker .selected {
  padding: 25px 4px;
  padding-bottom: 23.5px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 16px;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 hsl(0deg 0% 70% / 42%);
  width: 100%;
}

.booker .selected .title {
  color: #585b5d;
  margin: auto;
  margin-bottom: 8px;
  color: #2b2c2d;
  font-size: 28px;
}

.booker .selected .groups {
  max-height: 275px;
  overflow: scroll;
  padding: 10px 15px;
  padding-top: 0px;
  position: relative;
  border-top: 3px solid transparent;
}

.booker .selected .scrolled {
  border-top: 3px solid #d7dde23d;
  margin-top: 7px;
}

.booker .selected .yearGroup {
  margin-bottom: 25px;
}

.booker .selected .yearGroup:first-child {
  margin-bottom: 25px !important;
}

.booker .selected .yearGroup:last-child {
  margin-bottom: 5px;
}

.booker .selected .yearGroup .year {
  display: flex;
  padding: 3px 12px;
  line-height: 18px;
  border-radius: 360px;
  text-align: center;
  justify-content: center;
  width: 70px;
  margin: auto;
  margin-bottom: -15px;
}

.booker .selected .yearGroup .year span {
  text-align: center;
  margin: 0 2px;
  font-size: 18px;
  /* font-weight: bold; */
  color: #4b4c4e;
  color: #2b2c2d;
}

.booker .selected .yearGroup .monthGroup .month {
  /* display: flex;
  padding: 4px 12px;
  line-height: 18px;
  border-radius: 360px;
  text-align: center;
  justify-content: center;
  background-color: #e2e6e8;
  background-color: #f0f0f1;
  background-color: #efefef;
  margin-bottom: 23px;
  margin-left: 5px;
  width: 70px;
  margin-top: 35px;
  border: 1px solid #eaeaea;
  background-color: #f7f7f7;
  color: #222;
  background-color: #fafafb;
  background-color: white; */

  display: flex;
  padding: 4px 0px;
  line-height: 18px;
  border-radius: 360px;
  text-align: center;
  justify-content: center;
  background-color: #e2e6e8;
  background-color: #f0f0f1;
  background-color: #efefef;
  margin-bottom: 23px;
  margin-left: -10px;
  width: 70px;
  margin-top: 35px;
  /* border: 1px solid #eaeaea; */
  background-color: #f7f7f7;
  color: #fafafb;
  background-color: #fafafb;
  background-color: white;
}

.booker .selected .yearGroup .monthGroup .month span {
  /* text-align: center;
  margin: 0 2px;
  font-size: 17px;
  color: #585b5d;
  font-weight: bold;
  color: #666;
  color: #222;
  font-size: 15px; */

  text-align: center;
  margin: 0 2px;
  font-size: 17px;
  color: #585b5d;
  font-weight: bold;
  color: #222;
  /* color: #666; */
  color: #4a4a4a;
  color: #222;
  font-size: 15px;
}

.booker .selected .yearGroup .monthGroup .dateGroup {
  margin-top: 17px;
  margin-bottom: 6px;
}

.booker .selected .yearGroup .monthGroup .dateGroup .date {
  display: flex;
  /* flex-direction: column; */
  width: 55px;
  /* background-color: #e1e4e7; */
  /* background-color: #d7dbde; */
  /* background-color: #585b5d; */
  padding: 3px 12px;
  line-height: 18px;
  /* margin: auto; */
  border-radius: 360px;
  /* justify-content: center; */
  text-align: center;
  justify-content: center;
  margin-bottom: -4px;
}

.booker .selected .yearGroup .monthGroup .dateGroup .date span {
  text-align: center;
  margin: 0 2px;
  font-size: 17px;
  color: #585b5d;
  font-weight: bold;
  color: #4b4c4e;
  /* color: white; */
  /* color: #525354;*/
  color: #222;
}

.booker .selected .slot {
  margin-top: 15px;
  transition: 0.2s ease-in-out;
  box-sizing: border-box;
}

.booker .selected .just-selected {
  transform: scale(1.03);
}

.booker .selected .slot .expanded {
  box-shadow: 0px 1px 3px 0px #e8e8e8;
  height: calc(21px + 127px);
  margin-top: -44px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 66px;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  color: #4b4c4e;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  border-radius: 22px;
  background-color: #e1e5e8;
  text-align: center;
  line-height: 20px;
  transition: 0.2s ease-in-out;
}

.booker .selected .slot .details {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 5px 15px;
  /* box-shadow: 0px 1px 3px 0px #e8e8e8; */
  /* border-bottom: 2px solid #efefef; */
  border-radius: 360px;
  border: 1px solid #efefef;
  cursor: pointer;
  position: relative;
  background-color: #fafafb;
  box-sizing: border-box;
  overflow: hidden;
  background: var(--calendar-box-background);
  border-color: var(--calendar-box-border-color);
  border-width: var(--calendar-box-border-width);
  /* border-radius: var(--calendar-box-border-radius); */
  background-size: cover;
}

.booker .selected .slot .expanded-details {
  background-color: transparent;
  box-shadow: unset;
}

.booker .selected .slot .details:hover {
  background-color: #f5f6f9;
  background-color: #f3f3f3;
}

.booker .selected .slot .details:hover .cancel {
  display: block !important;
}

.booker .selected .slot .details .profile {
  display: flex;
}

.booker .selected .slot .details .profile .picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  max-height: 35px;
  border-radius: 4px;
  border-radius: 360px;
  justify-content: center;
  box-sizing: border-box;
  object-fit: cover;
  border: 2px solid #eaeaea;
  border-color: #e4e4e4;
  border-color: var(--calendar-box-time-border-color);
}

.booker .selected .slot .details .empty {
  font-size: 18px;
  padding: 8px 10px;
  padding-left: 4px;
  font-weight: bold;
  color: #222;
  white-space: nowrap;
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  color: var(--calendar-box-name-color);
}

.booker .selected .slot .details .profile .name {
  font-size: 17px;
  padding: 8px 10px;
  font-weight: bold;
  color: #2d2d2d;
  white-space: nowrap;
  max-width: 121px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: var(--calendar-box-name-color);
}

.booker .selected .slot .details .time {
  padding: 3px 12px;
  border-radius: 2px;
  font-size: 14px;
  margin-left: auto;
  padding: 0px 77px;
  text-align: center;
  border-radius: 360px;
  box-sizing: border-box;
  padding: 5px 8px;
  font-weight: bold;
  color: #222;
  align-items: center;
  border-top: 0px;
  box-shadow: none;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  color: #222;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  /* new */
  /* width: 100px; */
  min-width: 100px;
  max-width: 135px;
  box-sizing: border-box;

  color: var(--calendar-box-time-color);
  background: var(--calendar-box-time-background);
  border-width: var(--calendar-box-time-border-width);
  border-color: var(--calendar-box-time-border-color);
  border-radius: var(--calendar-box-time-border-radius);
}

.booker .selected .slot .details .cancel {
  margin-left: auto;
  border-radius: 360px;
  padding: 5px 8px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  box-sizing: border-box;
  background-color: #4a4d4ed4;
  width: 28px;
  height: 28px;
  color: white;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  text-align: center;
  padding-top: 4px;
  z-index: 9999;
  display: none;
}

.booker .selected .slot .details .cancel:hover {
  background-color: #868a8c;
}

.booker .selected .actions {
  display: flex;
  flex-direction: column;
  /* margin-top: 35px; */
  /* margin-top: 50px; */
  margin-top: 30px;
}

.booker .selected .actions .confirm,
.booker .selected .actions .cancel {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 0.5px;
  background-color: #ebeff22e;
  padding: 4px 14px;
  font-weight: 700;
  border-radius: 360px;
  cursor: pointer;
  transition: 0.1s ease;
  text-align: center;
  outline: none;
  border-color: unset;
  border: none;
  box-sizing: border-box;
  width: 285px;
  width: 235px;
  margin: auto;
  font-family: "Nunito", sans-serif;
  /* box-shadow: 0px 1px 1px 0px #d2d2d2;*/
}

.booker .selected .actions .confirm {
  color: #5600ff;
  background-color: #edeff3;
  color: white;
  background-color: #e6eaf0;
  background-color: #e6eaf0a1;
  /* background-color: #eeeef5; */
  background-color: #2b2c2d;
}

.booker .selected .actions .cancel {
  margin-top: 7px;
  padding: 4px 15px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 1px 2px 0px #e0e0e0;
  background-color: #edf0f300;
  box-shadow: none;
  color: #4a4b4b;
  margin-top: 10px;
  padding: 4px 15px;
  font-size: 14px;
  width: unset;
}

.booker .selected .actions .confirm:hover {
  background-color: #49494c;
}

.booker .selected .actions .cancel:hover {
  color: #868686;
}

.booker .selected .actions .disabled {
  cursor: not-allowed !important;
}

.sidebar .sessionless {
  padding: 30px;
  margin-bottom: -165px;
  margin-top: -41px;
}

.sidebar .sessionless .title {
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 0 20px #f7f7f7;
}

.sidebar .sessionless .subtitle {
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  margin-top: 15px;
  text-shadow: 0 0 20px #f7f7f7;
}

.sessionless--topBarView {
  display: flex;
  flex-direction: row;
  padding: 14px;
}
.sessionless--topBarView-title,
.sessionless--topBarView-subtitle {
  margin-right: 8px;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .sessionless--topBarView-title {
    font-size: 16px;
  }
}

/* ============================ */
/* ===== SESSION NOTIFIER ===== */
/* ============================ */

.notifier {
  background-color: #ffffff;
  padding: 24px 44px;
  padding-bottom: 24px;
  font-weight: 600;
  color: #222;
  width: 100%;
  font-size: 19px;
  line-height: 23px;
  margin: 0px auto;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin-top: 16px;
  box-shadow: 0px 1px 4px 0 #b3b3b36b;
  border-radius: 12px;
}

.notifier .message {
  padding: 0px 1px;
  font-size: 18px;
}

.notifier .snippet {
  margin-top: 9px;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: #fafafb;
  color: #393d40;
  font-size: 21px;
  /* text-align: center; */
  /* cursor: pointer; */
  position: relative;
  /* border: 1px solid #f2f2f5; */
  /* box-shadow: 0px 1px 3px 0px #f1f1f1; */
  border: 1px solid #eaeaea;
  /* box-shadow: 0px 1px 2px 0px #d8d8d8; */
  min-height: 120px;
  box-sizing: border-box;
  background: var(--calendar-box-background);
  border-color: var(--calendar-box-border-color);
  border-width: var(--calendar-box-border-width);
  border-radius: var(--calendar-box-border-radius);
  background-size: cover;
}

.notifier .snippet .details {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-left: 4px;
  margin-top: 6px;
  font-size: 21px;
  border: 1px solid transparent;
  border-radius: 360px;
  outline: none;
  padding: 2px 3px;
  width: 95.5%;
}

.notifier .snippet .details .img {
  outline: none;
  display: block;
}

/* .notifier .snippet .details:hover {
  border-color: #ddd;
  background-color: #efefef;
} */

.notifier .snippet .unmatched-details {
  margin-left: unset;
}

.notifier .snippet .unmatched-details {
  cursor: default;
}

.notifier .snippet .unmatched-details:hover {
  border-color: transparent;
  background-color: unset;
}

.notifier .snippet .picture {
  width: 36px !important;
  height: 36px !important;
  border-radius: 360px;
  left: 10px;
  border: 2px solid #eaeaea;
  z-index: 999;
  object-fit: cover;
  box-sizing: border-box;
  display: flex;
  border-color: var(--calendar-box-time-border-color);
}

.notifier .snippet .picture svg g {
  fill: var(--calendar-box-name-color);
  stroke: var(--calendar-box-name-color);
}

.notifier .snippet .datetime {
  display: flex;
}

.notifier .snippet .time,
.notifier .snippet .date {
  padding: 0px 8px;
  border-radius: 360px;
  /* border-top-left-radius: 10px; */
  /* border-bottom-right-radius: 32px; */
  font-size: 13px !important;
  font-weight: bold;
  color: #222;
  margin-right: auto;
  /* margin-top: -5px; */
  font-weight: 800;
  /* background-color: #f6f2ff; */
  /* background-color: #ebecfb; */
  background-color: #f7f7f7;
  background-color: white;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  line-height: 20px;
  color: var(--calendar-box-time-color);
  background: var(--calendar-box-time-background);
  border-width: var(--calendar-box-time-border-width);
  border-color: var(--calendar-box-time-border-color);
  border-radius: var(--calendar-box-time-border-radius);
}

.notifier .snippet .date {
  margin-right: 2px;
}

.notifier .snippet .name {
  margin-left: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #2d2d2d;
  color: var(--calendar-box-name-color);
  /* font-weight: var(--calendar-box-name-weight); */
  font-weight: 600;
}

.notifier .snippet .name:hover {
  text-decoration: underline;
}

.notifier .snippet .unmatched-name {
  margin-left: 5px;
}

.notifier .snippet .join {
  padding: 2px 2px;
  border-radius: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2c2d;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  outline: none;
  border: none;
  margin-top: 28px;
  margin-right: auto;
  width: 60px;
  margin-left: 5px;
}

.notifier .snippet .join:hover {
  /* background-color: #f5f5f5; */
  background-color: #49494c;
}

.notifier .upcoming {
  margin: 0 auto;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
  text-transform: uppercase;
  padding: 0px 2px;
}

.minifiedNotifier {
  background-color: transparent;
  border-radius: 6px;
  font-weight: 600;
  color: #222;
  width: 100%;
  font-size: 19px;
  line-height: 23px;
  margin: 0px auto;
  box-sizing: border-box;
  border: 1px solid transparent;
  margin-top: 40px;
  margin-top: -27px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.minifiedNotifier .snippet {
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 14px;
  padding-bottom: 10px;
  border-radius: 12px;
  background-color: white;
  color: #393d40;
  font-size: 21px;
  position: relative;
  /* border: 1px solid #8e8e8e;
  border-color: #dedede; */
  box-sizing: border-box;
  box-shadow: 0 1px 4px 0 hsl(0deg 0% 70% / 42%);
}
.minifiedNotifier .snippet .details {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 15px;
  margin-top: 6px;
  border-radius: 360px;
  border: 1px solid #e6e6e6;
  /* background-color: #fafafb; */
  background: var(--calendar-box-background);
  border-color: var(--calendar-box-border-color);
  border-width: var(--calendar-box-border-width);
  /* border-radius: var(--calendar-box-border-radius); */
  background-size: cover;
}
.minifiedNotifier .snippet .picture {
  width: 32px !important;
  height: 32px !important;
  border-radius: 360px;
  border: 2px solid #eaeaea;
  z-index: 999;
  object-fit: cover;
  box-sizing: border-box;
  border-color: var(--calendar-box-time-border-color);
}
.minifiedNotifier .snippet .picture svg g {
  fill: var(--calendar-box-name-color);
  stroke: var(--calendar-box-name-color);
}
.minifiedNotifier .datetime {
  display: flex;
}
.minifiedNotifier .snippet .time,
.minifiedNotifier .snippet .date {
  border-radius: 360px;
  color: #222;
  margin-right: auto;
  /* background-color: #f6f2ff; */
  /* background-color: #ebecfb; */
  /* background-color: #f7f7f7; */
  background-color: white;
  /* border: 1px solid #eaeaea; */
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px 10px;
  font-size: 12px !important;
  font-weight: 800;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 18px;
  display: block;
  align-items: center;
  justify-content: center;
}
.minifiedNotifier .snippet .date {
  margin-right: 2px;
}
.minifiedNotifier .snippet .name {
  margin-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18.5px;
  /* font-size: 18px; */
  color: #2d2d2d;
  color: var(--calendar-box-name-color);
}

.minifiedNotifier .snippet .name:hover {
  text-decoration: underline;
}

.minifiedNotifier .snippet .join {
  padding: 2px 14px;
  border-radius: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
  background-color: #2b2c2d;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  outline: none;
  border: none;
  box-sizing: border-box;
  /* margin-right: 10px; */
  margin-left: auto;
}
.minifiedNotifier .snippet .join:hover {
  background-color: #49494c;
}
.minifiedNotifier .message {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
}

.minifiedNotifier .snippet .unmatched-name {
  margin-left: 2px;
}

.minifiedNotifier .upcoming {
  margin-top: 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0px;
  margin-left: 4px;
  color: #2d2d2d;
}

.upcoming--topBarView {
}

@media screen and (max-width: 1280px) {
  .minifiedNotifier--shrinked {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
    width: 100%;
  }
  .minifiedNotifier--shrinked .snippet .unmatched-details {
    border: unset;
    margin: 0px;
    margin-left: auto;
    margin-top: 0px;
    box-shadow: #b3b3b36b 0px 1px 4px 0px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 1199px) {
  .minifiedNotifier--shrinked {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
  }
  .minifiedNotifier--shrinked .snippet .unmatched-details {
    border: unset;
    margin: 0px;
    margin-left: auto;
    margin-top: 0px;
    box-shadow: #b3b3b36b 0px 1px 4px 0px;
    padding: 8px 12px;
  }
}

.unmatchedName--topBarView {
  font-size: 17px !important;
}

.minifiedNotifier--topBarView-message {
  font-size: 17px !important;
  margin: unset !important;
  width: 100% !important;
}

@media screen and (max-width: 1075px) {
  .minifiedNotifier--shrinked .snippet .unmatched-details {
    margin-left: auto;
    margin-top: 0px;
  }
  .minifiedNotifier--topBarView-message {
    font-size: 16px !important;
  }
  .minifiedNotifier--shrinked .upcoming {
    display: none;
  }
  .unmatchedName--topBarView {
    line-height: 32px !important;
    margin-left: 8px !important;
  }
}

@media screen and (max-width: 800px) {
  .minifiedNotifier--shrinked .snippet .unmatched-details {
    box-shadow: unset !important;
    padding: 0px;
    border-radius: 0px !important;
    background-color: transparent;
  }
  .unmatchedName--topBarView {
    font-size: 15px !important;
  }
}

/* ============================ */
/* ======== TABLE.VUE ======== */
/* ============================ */

.last-line {
  background-color: #f1f1f1;
  height: 1px;
  width: calc(100% - 106px);
  margin-top: -2px;
  margin-left: 81px;
  margin-right: 22px;
  z-index: 9999;
  position: absolute;
}

.table-bottom {
  box-sizing: border-box;
  height: 15px;
  width: 100%;
  margin-top: 0px;
  margin-right: 22px;
  background-color: white;
  z-index: 9999;
  border: 1px solid transparent;
  border-top: 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
}

.each-day:hover .highlight-container {
  display: flex;
  /* z-index: 999; */
}

.each-day {
  background-color: transparent;
  position: relative;
}

.past-day {
  /* background-color: #f9f9f9; */
  /* background-color: #f9fafa; */
  background-color: #fff;
}

/* .calendar tbody td .highlight-container {
  position: absolute;
  display: none;
  width: 95%;
  height: 92%;
  background: #59599e;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
} */

/* .general-container {
  pointer-events: auto;
} */

.todayHead {
  /* background-color: #f5f5f6; */
  /* background-color: #eef1f317; */
  border: 1px solid #efefef !important;
  /* border-bottom: 1px solid #969797 !important; */
  /* box-shadow: 0px -4px 5px 0px #f7f7f7; */
  border-top: 0px !important;
  border-bottom: 0px !important;
  /* border-top-left-radius: 3px; */
  /* border-top-right-radius: 3px; */

  /* background-color: #fafafb; */
  background-color: white;
}

.selected-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  line-height: 21px;
  border-radius: 360px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  z-index: 4;
  color: #444;
}

.selected-close:hover {
  background-color: #dcdfe0;
}

.hour {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: absolute;
  width: 100%;
  word-spacing: -1px;
  z-index: 10 !important;
}

.cancelSelectContainer {
  position: relative;
}

/* Per 4, the 1st */
table tr:nth-child(4n + 1) td {
  /* background-color: blue; */
  /* border-bottom-color: #f7f7f7; */
  /* border-bottom-style: dashed; */
}

/* Per 4, the 2nd */
table tr:nth-child(4n + 2) td {
  /* background-color: red; */
  /* border-bottom-color: #f7f7f7; */
  border-top-color: #f7f7f7;
  /* border-top-color: transparent; */
  /* border-bottom-style: dashed; */
}

/* Per 4, the 3rd */
table tr:nth-child(4n + 3) td {
  /* background-color: yellow; */
  /* border-bottom-color: #f7f7f7; */
  border-top-color: #f7f7f7;
  /* border-top-color: transparent; */
  /* border-bottom-style: dashed; */
}

/* Per 4, the 4th */
table tr:nth-child(4n + 4) td {
  /* background-color: yellow; */
  /* border-bottom-color: #f7f7f7; */
  border-top-color: #f7f7f7;
  /* border-top-color: transparent; */
  /* border-bottom-style: dashed; */
}

table tr:first-child td:nth-child(2) {
  border-collapse: separate;
  border-top-left-radius: 10px;
}

/* ============================ */
/* ========= SESSION ========= */
/* ============================ */

.partner-details {
  display: flex;
  position: absolute;
  align-items: center;
  top: 31px;
  left: 0px;
  box-sizing: border-box;
  justify-content: center;
  margin-left: 6px;
  height: 32px;
  padding: 0px 3px;
  border: 1px solid transparent;
  border-radius: 360px;
  transition: 0.1s ease-in-out;
}

.partner-image {
  width: 24px !important;
  height: 24px !important;
  border-radius: 360px;
  /* position: absolute; */
  left: 10px;
  border: 2px solid #eaeaea;
  z-index: 999;
  /* box-sizing: border-box; */
  -o-object-fit: cover;
  object-fit: cover;
  border-color: var(--calendar-box-time-border-color);
}

.partner-image svg g {
  fill: var(--calendar-box-name-color);
  stroke: var(--calendar-box-name-color);
}

/* ============================ */
/* ====== CANCEL SESSION ====== */
/* ============================ */

.calendar .table .cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.calendar .table--shadow {
  position: absolute;
  width: 100%;
  height: calc(100% - 102px);
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(213 213 213 / 20%);
  box-shadow: 0 1px 4px 0 hsl(0deg 0% 70% / 42%);
  top: 0;
  left: 0;
  z-index: 0;
}

.calendar .table .cancel .info {
  background-color: #fafafb;
  flex-direction: column;
  justify-content: space-around;
  height: 92%;
  border: 1px solid #eaeaea;
  width: 95%;
  display: flex;
  align-items: center;
  border-radius: 2px;
  position: relative;
  border-radius: var(--calendar-box-border-radius);
}

.calendar .table .cancel .info .time {
  color: #c0c0d0;
  /* background-color: #dcdfe0; */
  padding: 1px 6px;
  border-radius: 360px;
  font-size: 12px !important;
  font-weight: bold;
  color: #222;
  margin-right: auto;
  left: 0;
  font-weight: 800;
  position: absolute;
  top: 11px;
  left: 6px;
  font-weight: 800;
  left: 8px;
}

.calendar .table .cancel .info .title {
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  color: #2b2c2d;
  left: 0;
  right: 0;
  top: 29px;
  font-size: 16px;
}

.calendar .table .cancel .info .action {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  padding: 2px 12px;
  border-radius: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #bfc0d0;
  background-color: #fbeaee;
  color: #ffffff;
  font-size: 17px;
  outline: none;
  border: none;
  bottom: 9px;
  top: unset;
  background-color: #2b2c2d;
  font-size: 15px;
  padding: 4px 10px;
  left: 8px;
  width: 27.5%;
  background-color: white;
  color: #222;
  border: 1px solid #eaeaea;
}

.calendar .table .cancel .info .action:hover {
  background-color: #f5f5f5;
}

.calendar .table .cancel .info .confirm {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 5px;
  padding: 2px 12px;
  border-radius: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #bfc0d0;
  background-color: #fbeaee;
  color: #5600ff;
  font-size: 17px;
  outline: none;
  border: none;
  bottom: 9px;
  top: unset;
  background-color: #eaedfb;
  font-size: 15px;
  padding: 4px 10px;
  left: 7px;
  right: 8px;
  left: unset;
  background-color: #2b2c2d;
  /* background-color: white; */
  color: #cb312c;
  color: #ffffff;
  border: 1px solid #eaeaea;
}

.calendar .table .cancel .info .confirm:hover {
  background-color: #49494c;
}

.selected-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  line-height: 21px;
  border-radius: 360px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  z-index: 4;
  color: #444;
}

.selected-close:hover {
  background-color: #dcdfe0;
}

.smallBorder {
  border-width: 1px !important;
}

/* **************************************** */
/* **************************************** */
/* ********* RESPONSIVE DESIGN *********** */
/* **************************************** */
/* **************************************** */

@media screen and (max-width: 1501px) {
  .sidebar {
    min-width: 364px;
    max-width: 364px;
    margin-right: 26px;
  }
  .calendar {
    margin: 0px 26px;
    margin-top: 20px;
    padding: 5px 22px;
    padding-bottom: 0px;
  }
  .notifier {
    padding: 20px 34px;
  }
  .notifier .message {
    font-size: 17px;
    line-height: 22px;
  }
  .notifier .snippet .time {
    font-size: 12px !important;
  }
  .notifier .snippet .details {
    font-size: 20px;
  }
  .notifier .snippet .picture {
    width: 35px !important;
    height: 35px !important;
  }
}

/* **************************************** */
/* ****** 1400px AND LESS IN WIDTH ******** */
/* **************************************** */
@media screen and (max-width: 1401px) {
  .sidebar-mini {
    min-width: unset;
    max-width: unset;
    width: 100%;
    padding-top: 20px;
    padding: 22px 22px;
    border-left: 1px solid #f5f5f5;
    background-color: #fdfdfd;
    background-color: #fdfdfd;
    border-left: 1px solid #f1f1f1;
    background-color: white;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #fbfbfb;
    border-color: #eaeaea;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    bottom: 0;
    border-top: 1px solid #eaeaea;
    overflow: hidden;
    border-radius: 12px;
    width: 98%;
    margin: 0px auto 10px;
    box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(213 213 213 / 20%);
    border-color: transparent;
    border-top-color: #eaeaea;
    background-color: white !important;
    background: var(--calendar-background-color) !important;
  }
}

.sidebar-mini .sessionless {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sidebar-mini .widgets {
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: row;
  margin-top: unset;
  margin-bottom: unset;
}

.sidebar-mini .widgets .booker {
  width: 100%;
}

.sidebar-mini .widgets .booker .title {
  /* position: absolute; */
  /* right: 96px; */
  font-size: 2.55vw;
  /* top: 36px; */
}

.sidebar-mini .widgets .booker .selected {
  padding: 0px 4px;
  padding-bottom: 18px;
  border: 1px solid #f1f1f2;
  display: flex;
  flex-direction: column;
  width: 500px;
  width: 40vw;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #ffffff;
  border-color: #eaeaea;
  margin-right: auto;
  margin-left: 10%;
  height: 100%;
}

.sidebar-mini .widgets .booker .selected .groups {
  overflow: scroll;
  max-height: 155px;
  padding: 10px 15px;
  padding-top: 0px;
  /* position: relative; */
  /* border-bottom: 3px solid #d7dde226; */
  border-top: 3px solid transparent;
}

.booker-mini .selected .yearGroup .year {
  display: flex;
  padding: 3px 12px;
  line-height: 18px;
  border-radius: 360px;
  text-align: center;
  justify-content: center;
  width: 70px;
  margin: auto;
  margin-bottom: -15px;
}

.booker-mini .selected .yearGroup .year span {
  text-align: center;
  margin: 0 2px;
  font-size: 18px;
  font-size: 1.3vw;
  /* font-weight: bold; */
  color: #4b4c4e;
  color: #2b2c2d;
}

.booker-mini .selected .yearGroup .monthGroup .month {
  display: flex;
  padding: 4px 0px;
  line-height: 18px;
  border-radius: 360px;
  text-align: center;
  justify-content: center;
  background-color: #e2e6e8;
  background-color: #f0f0f1;
  background-color: #efefef;
  margin-bottom: 18px;
  margin-left: -10px;
  width: 70px;
  margin-top: 25px;
  /* border: 1px solid #eaeaea; */
  background-color: #f7f7f7;
  color: #fafafb;
  background-color: #fafafb;
  background-color: white;
}

.booker-mini .selected .yearGroup .monthGroup .dateGroup .date {
  display: flex;
  /* flex-direction: column; */
  width: 55px;
  /* background-color: #e1e4e7; */
  /* background-color: #d7dbde; */
  /* background-color: #585b5d; */
  padding: 3px 12px;
  line-height: 18px;
  /* margin: auto; */
  border-radius: 360px;
  /* justify-content: center; */
  text-align: center;
  justify-content: center;
  margin-bottom: -4px;
}

.booker-mini .selected .actions {
  display: flex;
  flex-direction: column;
  /* margin-top: 35px; */
  /* margin-top: 50px; */
  margin-top: 100px;
  position: absolute;
  right: 70px;
}

.booker-mini .selected .actions .confirm,
.booker-mini .selected .actions .cancel {
  font-size: 24px;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 0.5px;
  background-color: #ebeff22e;
  padding: 5px 14px;
  font-weight: 700;
  border-radius: 360px;
  cursor: pointer;
  transition: 0.1s ease;
  text-align: center;
  outline: none;
  border-color: unset;
  border: none;
  box-sizing: border-box;
  width: 285px;
  width: 250px;
  margin: auto;
  font-family: "Nunito", sans-serif;
  /* box-shadow: 0px 1px 1px 0px #d2d2d2; */
}

.booker-mini .selected .actions .confirm {
  color: #5600ff;
  background-color: #edeff3;
  color: white;
  background-color: #e6eaf0;
  background-color: #e6eaf0a1;
  /* background-color: #eeeef5; */
  background-color: #2b2c2d;
}

.booker-mini .selected .actions .cancel {
  margin-top: 7px;
  padding: 4px 15px;
  font-size: 16px;
  color: #222;
  box-shadow: 0px 1px 2px 0px #e0e0e0;
  background-color: #edf0f300;
  box-shadow: none;
  color: #4a4b4b;
  margin-top: 8px;
  padding: 4px 15px;
  font-size: 15px;
  width: unset;
}

/* .calendar {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  } */

.notifier-mini {
  margin-top: unset;
  width: 29vw;
  padding: 1.6vw 20px;
  font-size: 2.35vh;
}

.notifier-mini .snippet {
  margin-top: 1vw;
  padding: 12px 12px;
  padding-top: 29px;
}

.actions-mini {
  position: unset;
  margin-left: auto;
}

#navtasks {
  position: absolute;
  right: 125px;
  z-index: 999999 !important;
  top: 15px;
}

#usernav .dropdown {
  width: 185px !important;
}

#usernav .dropdown .dropdown-item {
  width: 170px !important;
}

#usernav .dropdown .logout {
  width: 155px !important;
}

#usernav .dropdown {
  z-index: 15000;
}

.last-row:last-of-type .last-hour {
  border-bottom: 1px solid #f7f7f7;
}

/* tbody {
    height: calc(100vh - 300px - 69px);
  } */

/* **************************************** */
/* **************************************** */
/* *************** PROFILE **************** */
/* **************************************** */
/* **************************************** */

/* **************************************** */
/* **************** CORE ****************** */

.profileContainer .header {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px 20px 20px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(213 213 213 / 20%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
  box-sizing: border-box;
}

.profileContainer .header .title {
  font-size: 55px;
  font-weight: 600;
  margin-top: 12px;
  color: #2d2d2d;
}

.profileContainer .header .edit {
  position: absolute;
  display: block;
  top: 20px;
  right: 25px;
  padding: 6px 16px;
  background-color: #eaeaea;
  border-radius: 360px;
  font-weight: 700;
  color: #2d2d2d;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.profileContainer .header .edit:hover {
  background-color: #dde0e1;
}

.profileContainer .header .image {
  width: 135px !important;
  height: 135px !important;
  border-radius: 360px;
  /* position: absolute; */
  left: 10px;
  border: 6px solid #eaeaea;
  z-index: 999;
  /* box-sizing: border-box; */
  -o-object-fit: cover;
  object-fit: cover;
}

.profileContainer .header .section {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.profileContainer .header .section .sessionCount {
  display: block;
  padding: 8px 16px;
  background-color: #c9ccd0;
  font-size: 22px;
  background-color: #eaeaea;
  font-weight: 700;
  border-radius: 3px;
  border-radius: 360px;
  color: #2d2d2d;
  cursor: default;
  background-color: #fff5be;
  background-color: #2d2d2d;
  color: white;
}

.profileContainer .header .section .attendanceScore {
  font-size: 18px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 0.5px;
  background-color: #eaeaea;
  color: #2d2d2d;
  padding: 6px 14px;
  font-weight: 700;
  border-radius: 360px;
  cursor: pointer;
  transition: 0.2s ease;
}

.profileContainer .header .section .attendance-score:hover {
  background-color: #b7bcc194;
}

/* **************** ConnectButton.vue ****************** */
.profileContainer .header .actions {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 1000;
}

.profileContainer .header .actions .connectButton {
  font-size: 16px;
  padding: 3px 16px;
  cursor: pointer;
  font-weight: bold;
  z-index: 1;
  color: #2b2c2d;
  border: 1px solid #eaeaea;
  background-color: white;
  display: block;
  outline: none;
  border-radius: 360px;
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.profileContainer .header .actions .sendMessage {
  font-size: 16px;
  padding: 3px 16px;
  cursor: pointer;
  font-weight: bold;
  z-index: 1;
  color: #2b2c2d;
  border: 1px solid #eaeaea;
  background-color: white;
  display: block;
  outline: none;
  border-radius: 360px;
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.profileContainer .header .actions .connectButton .arrow {
  width: 12px;
  height: 12px;
  display: flex;
  margin-left: 6px;
}

.profileContainer .header .actions .cancelButton {
  margin-left: auto;
  border-radius: 360px;
  padding-left: 10px;
  font-weight: bold;
  position: absolute;
  box-sizing: border-box;
  background-color: #f1f1f1;
  width: 220px;
  color: #2b2c2d;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  padding-top: 2.5px;
  padding-bottom: 3.5px;
  z-index: 9999;
  font-family: "Nunito", sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
  top: 0px;
  border: 1px solid #eaeaea;
  display: none;
}

.profileContainer .header .actions:hover .cancelButton {
  display: block !important;
}

/* **************** AcceptRejectButtons.vue ****************** */
.profileContainer .header .actions .acceptButton,
.profileContainer .header .actions .rejectButton {
  font-size: 16px;
  padding: 3px 16px;
  cursor: pointer;
  font-weight: bold;
  z-index: 1;
  color: #2b2c2d;
  border: 1px solid #eaeaea;
  background-color: white;
  display: block;
  outline: none;
  border-radius: 360px;
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* **************** ConnectDropdown.vue ****************** */
.profileContainer .connectDropdown {
  position: absolute;
  width: 180px;
  left: 38px;
  top: 38px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  cursor: default;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0 1px 4px 0 hsl(0deg 0% 69% / 40%);
  padding: 8px;
}

.profileContainer .connectDropdown .container {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  overflow-x: hidden;
  height: auto;
}

.profileContainer .connectDropdown .option {
  margin: 0 auto;
  width: 100%;
  padding: 4px 0px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid transparent;
  word-break: break-word;
  position: relative;
  border-radius: 12px;
  text-align: center;
  justify-content: flex-start;
  display: flex;
}

.profileContainer .connectDropdown .option:hover {
  background-color: #efefef;
}

.profileContainer .connectDropdown .option .text {
  white-space: nowrap;
  display: block;
  font-weight: 600;
  color: #2d2d2d;
  text-align: left;
  padding-left: 10px;
  font-family: "Nunito";
  font-size: 15px;
}

/* **************** ConnectionsList.vue ****************** */
.profileContainer .connectionsList {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px 25px 20px;
  border-radius: 4px;
  margin-bottom: 15px;
  padding-bottom: 30px;
  position: relative;
  box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(213 213 213 / 20%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
}

.profileContainer .connectionsList .title {
  /* font-size: 45px; */
  font-size: 45px;
  font-weight: 600;
  margin-top: 0px;
  color: #2d2d2d;
}

.profileContainer .connectionsList .connections {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 645px;
  margin: 0 auto;
}

.connectionsList .connections .connection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 14px;
  cursor: pointer;
  margin: 0px 10px;
  border: 1px solid transparent;
  transition: 0.15s ease-in-out;
  margin-bottom: 6px;
  width: 282px;
  box-sizing: border-box;
}

.connectionsList .connections .connection:hover {
  border: 1px solid #efefef;
  transform: scale(1.04);
  background-color: white;
}

.connectionsList .connections .connection .image {
  height: 145px;
  width: 145px;
  /* border-radius: 14px; */
  border-radius: 360px;
  border: 3px solid #eaeaea;
}

.connectionsList .connections .connection .displayName {
  padding: 8px 0px;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  overflow-wrap: break-word;
  max-width: 240px;
  min-width: 240px;
  overflow: hidden;
}

.connectionsList .connections .connection .connectedDate {
  font-size: 18px;
}

/* **************** BadgesList.vue ****************** */
.badgesList {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 20px 25px 20px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0 0 0 1px rgb(15 15 15 / 5%), 0 3px 6px rgb(15 15 15 / 10%), 0 9px 24px rgb(213 213 213 / 20%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
}

.badgesList .title {
  font-size: 45px;
  font-weight: 600;
  margin-top: 0px;
  color: #2d2d2d;
}

.badgesList .badges {
  padding: 20px;
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 909px) {
  .profileContainer .header {
    width: 100%;
    border-radius: 0px;
  }
}

/* **************************************** */
/* **************************************** */
/* ************** MESSENGER *************** */
/* **************************************** */
/* **************************************** */

/* **************** Messenger.vue ****************** */
.messengerContainer {
}

.messengerContainer .conversation .batches {
  /* height: 100%; */
}

/* **************** Messages.vue ****************** */
.messengerContainer .messages {
  /* overflow: scroll; */
  /* height: calc(100% - 190px); */
  padding-right: 35px;
  padding-top: 10px;
}

/* **************** PersonPreview.vue ****************** */

.personPreview .image {
  width: 38px !important;
  height: 38px !important;
  border-radius: 360px;
  margin-right: 10px;
  border: 3px solid #eaeaea;
  z-index: 999;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 800px) {
  .calendar {
    margin: 0px;
    margin-top: 20px;
    border-radius: 0px;
    height: 100%;
    padding: 0px;
  }
  .calendar .thead {
    display: none !important;
  }
  .calendar .table-rows {
    height: calc(100% - 106px) !important;
  }
  .support-icon {
    z-index: 901 !important;
  }
  .topBar {
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
  }

  .app-page-nav-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100% !important;
  }
  .nav-container {
    border-radius: 0px !important;
  }
  .upcoming {
    display: none !important;
  }
  .minifiedNotifier .snippet .name {
    font-size: 15px !important;
  }
  .minifiedNotifier .snippet .join {
    font-size: 17px !important;
  }
  .customizerBtn {
    display: none !important;
  }
  .refershBtn {
    display: none !important;
  }
  .minifiedNotifier .message {
    display: none;
  }
  .minifiedNotifier .snippet .details {
    width: 100%;
  }
}

@media (max-height: 860px) and (max-width: 800px) {
  .top-notice {
    display: none !important;
  }
}

/* ************ FIREFOX ONLY STYLES ************** */

/* Firefox 62-63 */
_:-moz-tree-row(hover),
_::selection,
tbody {
  height: calc(100vh - 258px - 27px);
}

/* Firefox 45 */
@supports (-moz-appearance: none) and (word-spacing: 100%) and (not (text-emphasis: none)) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 46 */
@supports (-moz-appearance: none) and (text-emphasis: none) {
  _:-moz-type-unsupported-platform,
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 47 */
@media (min--moz-device-pixel-ratio: 0) and (display-mode: browser), (min--moz-device-pixel-ratio: 0) and (display-mode: fullscreen) {
  @supports (not (color-adjust: exact)) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  }
}

/* Firefox 47+ (to 63) */
_:-moz-tree-row(hover),
_::backdrop,
tbody {
  height: calc(100vh - 258px - 27px);
}

/* Firefox 48 */
@supports (-moz-appearance: none) and (color-adjust: exact) and (not (text-align-last: auto)) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 49 */
_:-moz-any-link:dir(ltr),
_:-moz-full-screen-ancestor,
tbody {
  height: calc(100vh - 258px - 27px);
}

/* Firefox 49+ */
@supports (-moz-appearance: none) and (text-align-last: auto) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 50+ (to 63) */
_:any-link:-moz-tree-row(hover),
tbody {
  height: calc(100vh - 258px - 27px);
}

/* Firefox 63 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (orientation) {
  _:-moz-tree-row(hover),
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 45+ */
@supports (-moz-appearance: none) and (word-spacing: 100%) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 46+ */
@supports (-moz-appearance: none) and (text-emphasis: none) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 47+ */
@media (min--moz-device-pixel-ratio: 0) and (display-mode: browser), (min--moz-device-pixel-ratio: 0) and (display-mode: fullscreen) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 48+ */
@supports (-moz-appearance: none) and (color-adjust: exact) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 49+ (to 56) */
_:-moz-any-link:dir(ltr),
tbody {
  height: calc(100vh - 258px - 27px);
}

/* Firefox 62 */
@supports (-moz-appearance: none) and (image-orientation: 90deg) {
  _::selection,
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* Firefox 69+ */
@supports selector(: -moz-is-html) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* ************ FIREFOX RESPONSIVE STYLES ************** */

@media screen and (max-width: 1401px) {
  /* Firefox 62-63 */
  _:-moz-tree-row(hover),
  _::selection,
  tbody {
    height: calc(100vh - 258px - 27px);
  }

  /* Firefox 45 */
  @supports (-moz-appearance: none) and (word-spacing: 100%) and (not (text-emphasis: none)) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  }

  /* Firefox 46 */
  @supports (-moz-appearance: none) and (text-emphasis: none) {
    _:-moz-type-unsupported-platform,
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  }

  /* Firefox 47 */
  @media (min--moz-device-pixel-ratio: 0) and (display-mode: browser), (min--moz-device-pixel-ratio: 0) and (display-mode: fullscreen) {
    @supports (not (color-adjust: exact)) {
      tbody {
        height: calc(100vh - 258px - 27px);
      }
    }
  }

  /* Firefox 47+ (to 63) */
  _:-moz-tree-row(hover),
  _::backdrop,
  tbody {
    height: calc(100vh - 258px - 27px);
  }

  /* Firefox 48 */
  @supports (-moz-appearance: none) and (color-adjust: exact) and (not (text-align-last: auto)) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  }

  /* Firefox 49 */
  _:-moz-any-link:dir(ltr),
  _:-moz-full-screen-ancestor,
  tbody {
    height: calc(100vh - 258px - 27px);
  }

  /* Firefox 49+ */
  @supports (-moz-appearance: none) and (text-align-last: auto) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  }

  /* Firefox 50+ (to 63) */
  _:any-link:-moz-tree-row(hover),
  tbody {
    height: calc(100vh - 258px - 27px);
  }

  /* Firefox 63 */
  /* @media screen and (-webkit-min-device-pixel-ratio: 0) and (orientation) {
    _:-moz-tree-row(hover),
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  } */

  /* Firefox 45+ */
  @supports (-moz-appearance: none) and (word-spacing: 100%) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  }

  /* Firefox 46+ */
  /* @supports (-moz-appearance: none) and (text-emphasis: none) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  } */

  /* Firefox 47+ */
  /* @media (min--moz-device-pixel-ratio: 0) and (display-mode: browser), (min--moz-device-pixel-ratio: 0) and (display-mode: fullscreen) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  } */

  /* Firefox 48+ */
  /* @supports (-moz-appearance: none) and (color-adjust: exact) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  } */

  /* Firefox 49+ (to 56) */
  /* _:-moz-any-link:dir(ltr),
  tbody {
    height: calc(100vh - 258px - 27px);
  } */

  /* Firefox 62 */
  /* @supports (-moz-appearance: none) and (image-orientation: 90deg) {
    _::selection,
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  } */

  /* Firefox 69+ */
  /* @supports selector(: -moz-is-html) {
    tbody {
      height: calc(100vh - 258px - 27px);
    }
  } */
}

/* Firefox 69+ */
@supports selector(: -moz-is-html) {
  tbody {
    height: calc(100vh - 258px - 27px);
  }
}

/* ************ SAFARI ONLY STYLES ************** */

/* Safari 5.1-6.0 (& old Chrome versions 10-24) */
_::-moz-svg-foreign-content,
:root tbody {
  height: calc(100% - 161px);
}

/* Safari 6.2,7.1+ */
_::-webkit-full-page-media,
_:future,
:root tbody {
  height: calc(100% - 161px - 25px);
}

/* Safari 6.1-10.0 */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @supports (-webkit-appearance: none) {
    tbody {
      height: calc(100% - 161px);
    }
  }
}

/* Safari 9 */
/* @supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  tbody {
    height: calc(100% - 161px - 15px);
  }
} */

/* Safari 9.0-10.0 */
_::-webkit-:not(:root:root),
tbody {
  height: calc(100% - 161px - 15px);
}

/* Safari 9+ */
/* _:default:not(:root:root),
tbody {
  height: calc(100% - 161px - 15px);
} */

/* Safari 9+ */
/* _:not(a, b),
tbody {
  height: calc(100% - 161px - 15px);
} */

/* Safari 9+ */
@supports (-webkit-marquee-repetition: infinite) and (object-fit: fill) {
  tbody {
    height: calc(100% - 161px - 15px);
  }
}

/* Safari 9+ */
/* @supports (-webkit-hyphens: none) {
  tbody {
    height: calc(100% - 161px - 15px);
  }
} */

/* Safari 10.0 */
/* _::-webkit-:host:not(:root:root),
tbody {
  height: calc(100% - 161px - 15px);
} */

/* Safari 10.1 */
/* @media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    tbody {
      height: calc(100% - 161px - 15px);
    }
  }
} */

/* Safari 10.1+ */
/* @media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    tbody {
      height: calc(100% - 161px - 15px);
    }
  }
} */

/* Safari 10.1+ */
/* @media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    tbody {
      height: calc(100% - 161px - 15px);
    }
  }
} */

/* Safari 10.1+ */
/* @media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    tbody {
      height: calc(100% - 161px - 15px);
    }
  }
} */

/* Safari 11+ */
/* @media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    tbody {
      height: calc(100% - 161px - 15px);
    }
  }
} */

/* Safari 13+ (not iOS yet) */
/* @media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (display: flow-root) {
    tbody {
      height: calc(100% - 161px - 15px);
    }
  }
} */

/* Safari 11.0 */
/* html>>* tbody {
  height: calc(100% - 161px - 15px);
} */
