.comment.set {
  border: 1px solid #fff;
}
.comment-input {
  width: 100%;
  border: none;
}

.comment.set {
  padding: 3px 3px 3px 3px;
  background-color: #fef3ff;
}
.date-info {
  cursor: pointer;
}

.checkup.active {
  background-color: #c9f1ff;
}

.prop {
  text-align: center;
  width: 8%;
}

.date-info {
  line-height: 1em;
  font-size: 12px;
  padding-top: 5px;
}

.student-name {
  padding-top: 5px;
  padding-left: 10px;
}

[x-cloak] {
  display: none !important;
}

.w-dropdown-list {
  display: block;
}

.checkup,
.date {
  min-width: 20px;
  max-width: 20px;
}

.date-list {
  overflow-x: auto;
  white-space: nowrap;
}

.date-list::-webkit-scrollbar {
  display: none;
}

.date-list::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.date-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.prof-ui {
  display: flex;
  gap: 15px;
}

.prof-btn {
  height: 38px;
  border: 1px solid #ccc;
  padding: 0 20px;
}

.prof-ui .w-select {
  width: 220px;
}

.exam-day {
  background-color: orange;
}

.past {
  opacity: 1;
}

.logout-btn {
  margin-top: 10px;
}

.dates-wrapper {
  display: flex;
  flex-direction: column;
}

.months-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  position: relative;
}

.month-block {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}

.month-block:not(:last-child) {
  border-right: 1px solid #fff;
}

.month-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  top: 4px;
}

.dates-row {
  display: flex;
  flex-direction: row;
  margin-top: -25px;
  border-top: 1px solid #fff;
}

.date {
  text-align: center;
  min-width: 20px;
  width: 20px;
}

.date-info {
  line-height: 1em;
  font-size: 12px;
  padding-top: 5px;
}

.dates-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.date-column {
  display: inline-block;
  text-align: center;
  width: 8%;
  min-width: 20px;
}

.title-line .name .total {
  padding-top: 15px;
  text-align: left;
}

.infografics {
  position: relative;
}

.center-wrapper {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  z-index: 1;
  top: 40px;
}

.w-dropdown-list {
  background-color: transparent !important;
}

.hidden {
  display: none;
}

.saved {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  display: none;
}

.pages,
.groups-list {
  display: flex;
  gap: 10px;
}

.lesson-status {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: rgb(0, 190, 86);
  border-radius: 10px;
  padding: 8px 8px;
  color: #fff;
}

.one-lesson-wrapper {
  text-decoration: none;
}

.bg-exam {
  background-color: #073abf;
}

.lesson-status {
  font-size: 0.7em;
  top: 6px;
  right: 5px;
}
