body {
  /* font-family: Montserrat; */
  font-family: 'Montserrat', sans-serif;
}

.tutor-avatar {
  width: 40px;
  height: 40px;
}

.dropdown-right {
  right: 0;
  left: unset !important;
}

.logoTtsv {
  height: 168px;
}

.imgLogo {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.leftMenuShadow {
  border-radius: 8px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.headerMenuShadow {
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.10);
}

.itemShadow {
  margin: 0px 24px;
  padding: 24px 24px 24px 44px;
  border-radius: 13px;
  box-shadow: 0px 2.55706px 5.11412px 0px rgba(0, 0, 0, 0.10);
}

#tabRequestManager .nav-item a.tabBackground {
  border: none;
  min-width: 276px;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -17px;
  position: relative;
  z-index: 1;
}

#tabRequestManager #allRequest-tab {
  z-index: 4;
}

#tabRequestManager #wait-tab {
  z-index: 3;
}

#tabRequestManager #accept-tab {
  z-index: 2;
}

#tabRequestManager #cancel-tab {
  z-index: 1;
}

#tabRequestManager .nav-item a.nav-link:not(.active) {
  background-image: url('../../public/img/tab_background.png') !important;
}

#tabRequestManager .nav-item a.nav-link.active {
  background-image: url('../../public/img/tab_background_active.svg') !important;
  background-color: transparent;
  z-index: 200 !important;
}

.iconTotalIncome {
  width: 40px;
  height: 40px;
  background: url('../../public/icon/icon-total-money.png');
}

.iconWithdrawal {
  width: 40px;
  height: 40px;
  background: url('../../public/icon/icon-cash-withdrawal.png');
}

.iconWebinar {
  width: 40px;
  height: 40px;
  background: url('../../public/icon/icon-webinar.png');
}

.iconReading {
  width: 40px;
  height: 40px;
  background: url('../../public/icon/icon-reading.png');
}

.iconDropDown {
  background: url('../../public/icon/icon-drop-down.png') no-repeat right center;
}

.iconNumberShadow {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
}

.teachInfo {
  box-shadow: none;
  border-radius: 10px;
}

.schedule {
  box-shadow: none;
}

.wrap .content-wrapper .schedule {
  height: 100%;
}

.teachTime {
  border-radius: 8px;
  background: rgba(245, 180, 85, 0.14);
  color: #f5b455;
  box-shadow: none;
}

.teachNext {
  border: 1px solid var(--new-blue, #08a5d3);
  background: rgba(8, 165, 211, 0.1);
  padding: 8px;
}

.teachInfo .info-box {
  margin-bottom: 0px;
  max-width: 330px;
  min-width: 240px;
  margin: auto;
}

.teachInfo .info-box-icon {
  min-width: 10px;
  width: unset;
  line-height: unset;
}

.teachInfo .info-box-content .info-box-text {
  font-weight: 500;
  color: var(--Rating-Color, #08A5D3);
}

.teachInfo .info-box-content .info-box-text-time {
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  color: var(--Rating-Color, #3F3F3F);
}

.teachInfo .info-box-content .info-box-text-day {
  font-size: 0.8125rem;
  line-height: unset;
  font-weight: 500;
  color: var(--Paragraph-Color, #6E6E6E);
}

.teachAddress {
  min-width: 140px;
}

.teachInfo .username {
  white-space: nowrap;
  font-size: 0.812rem;
  font-style: normal;
  font-weight: 600;
}

.teachInfo .teachType {
  white-space: nowrap;
  font-size: 0.812rem;
  font-style: normal;
  font-weight: 500;
}

.teachInfo table tbody tr td {
  vertical-align: middle !important;
}

table thead tr {
  border-style: hidden;
}

.teachInfo table thead tr th {
  color: #87888c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  vertical-align: top;
}

.products-list .product-info {
  margin-left: 48px;
}

select.fs16 {
  border: none;
  outline: none;
}

.sidebar-open .leftMenuShadow {
  background-color: #fff;
}

/* Start: css style for left-menu */
.sidebar .nav-sidebar li.nav-item {
  padding: 8px 0px;
  border-radius: 8px 0 0 8px;
}

/* when having hover on li tag */
.sidebar .nav-sidebar li.nav-item:hover {
  background-color: #cc3a3d;
}

.sidebar .nav-sidebar li.nav-item:hover svg path {
  stroke: white;
}

.sidebar .nav-sidebar li.nav-item:hover p {
  color: white;
}

/* when having active class */
.sidebar .nav-sidebar li.active {
  background-color: #cc3a3d;
}

.sidebar .nav-sidebar li.nav-item.active svg path {
  stroke: white;
}

.sidebar .nav-sidebar li.nav-item.active p {
  color: white;
}

.sidebar .nav-sidebar .nav-item a.nav-link {
  padding-right: 0px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--secondary);
}

.sidebar .nav-sidebar .nav-item a.nav-link svg {
  margin: 0 8px;
}

/* css style for Button switch */
.tutor-wrap .form-check-input:focus {
  box-shadow: none;
}

.tutor-wrap .form-check input.form-check-input {
  margin: 0px;
  border: none;
}

.tutor-wrap .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.tutor-wrap .form-switch .form-check-input:checked {
  background-color: #4CAF50;
  /* Màu xanh (Green) khi switch được chọn */
}

/* Thiết lập màu khi switch không được chọn */
.tutor-wrap .form-switch .form-check-input {
  background-color: #C4CDD4;
  /* Màu mặc định của switch khi không được chọn */
}

/* End: css style for left-menu */

/* Start: css style for tutor request manager */
#tabRequestManager .nav-item .nav-link {
  color: #b3b3b3;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
}

#tabRequestManager .nav-item .active {
  color: #cc3a3d;
}

#tabRequestManager .nav-item .active .tabNumber {
  color: white;
  background: var(--primarycolor, #cc3a3d);
}

#tabRequestManager .nav-item .tabNumber {
  color: #f2f2f2;
  padding: 4px 10px;
  margin: 0px 12px;
  border-radius: 20px;
  background: var(--neutral-09, #ccc);
}

.tableRequest table tr th {
  vertical-align: middle !important;
  color: #004da9;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}

.tableRequest table tr td {
  vertical-align: middle !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  color: var(--neutral-04, #4d4d4d);
}

.content-header .breadcrumb .breadcrumb-item {
  color: #808080;
  font-weight: 600;
}

.reqStatus {
  padding: 6px 16px;
  border-radius: 20px;
}

.waitAccept {
  color: #51bbd4;
  background-color: #f2fbfd;
}

.canceled {
  color: #c71b06;
  background-color: #ffe6e3;
}

.accepted {
  color: #004da9;
  background-color: #ecf4fd;
}

.finished {
  color: #299241;
  background-color: #f0fced;
}

.acceptAction {
  color: #299241;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  white-space: nowrap;
  background: transparent;
}

.cancelAction {
  color: #c11904;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
}

.detailAction {
  color: #d6b81c;
  font-size: 12px;
  font-weight: 500;
}

.description {
  font-size: 0.625rem !important;
  text-align: left;
  color: var(--neutral-06) !important;
}

.btn-withdrawal-request {
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #fff;
  background: var(--red-main);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.btn-withdrawal-request:hover {
  background: var(--red-main-hover);
}

.withdrawal-request-image {
  max-height: 374px;
}

.withdrawal-request-form {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.withdrawal-request-form-item {
  padding: 0 0.75rem;
}

.withdrawal-request-form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

#registerClassNewModal .withdrawal-request-form form input.input-file {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.preview-avatar {
  max-width: 250px;
  height: auto;
  object-fit: cover;
}

.btn-withdrawal-request-submit {
  padding-top: 40px;
}

.rightHeader .dropMenu {
  border: none;
}

.rightHeader .dropNotify {
  width: 19.625rem;
  max-height: 80vh;
  overflow-y: auto;
  border: none;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  left: -12.5rem !important;
}

.rightHeader .notifyHeader {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}

.rightHeader .notifyTitle {
  margin: 4px 0px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--Neutral04, #4D4D4D);
}

.rightHeader .notifyTime {
  margin: 4px 0px;
  color: var(--Neutral04, #4D4D4D);
  font-size: 0.75rem;
  font-weight: 400;
}

.rightHeader .notifyContent {
  margin: 4px 0px;
  color: var(--Neutral04, #4D4D4D);
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
}

.rightHeader .notifyContent:hover {
  color: var(--Neutral04, #7f7a7a);
}

.rightHeader .totalNotify {
  min-width: 20px;
  height: 20px;
  padding: 6px;
  position: absolute;
  top: 0px;
  left: 30px;
}

.rightHeader .totalNotify span {
  font-size: 10px;
}

.content-wrapper {
  background-color: #FBFBFB;
}

/* Start: css style for tutor schedule */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 5px 10px;
  color: #333;
  font-size: 0.8125rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid var(--colors-primary-green-1, #59CE8F);
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(50, 50, 71, 0.06), 0px 4px 4px 0px rgba(50, 50, 71, 0.08);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:last-child {
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  min-height: 50px;
  border-radius: 0.375rem;
  border: 0.5px solid var(--neutral-09);
}

.select2-selection__rendered,
.select2-results__option {
  text-transform: capitalize;
}

.select2-selection__choice {
  display: flex !important;
  flex-direction: row-reverse;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

#shifts-select .select2-selection__rendered {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

.select2-selection__rendered::-webkit-scrollbar {
  height: 3px;
}

.select2-selection__rendered::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.select2-selection__rendered::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.schedule .table tr td {
  vertical-align: middle !important;
}

/* End: css style for tutor schedule */


/* Start: css style for tutor schedule */
@media only screen and (max-width: 576px) {
  .withdrawal-request-form-item {
    padding: 0;
  }
}

/* End: css style for tutor request manager */
/* Start: css style for teacher online */
.iconNotify {
  padding: 6px;
  border-radius: 50%;
  display: inline-block;
}

.teacher-wrap .teacher-container .text-blue {
  color: #004DA9 !important;
}

/* End: css style for teacher online */
#calendarModalTutor {}

#calendarModalTutor.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#calendarModalTutor .modal-dialog {
  max-width: unset !important;
  margin: unset !important;
  justify-content: center;
  align-items: center;
  width: unset !important;
}

#calendarModalTutor .modal-content {
  width: unset;
  border-radius: 30px;
  overflow: hidden;
}

#calendar-tutor {
  width: 50vw;
  height: 60vh;
  border-radius: 30px;
}

#calendarModalTutor .fc-daygrid-day-top {
  justify-content: center;
}

#calendarModalTutor .fc-theme-standard .fc-scrollgrid,
#calendarModalTutor .fc-theme-standard td,
.fc-theme-standard th {
  border: none;
}

#calendarModalTutor .fc-daygrid-day.fc-day-today {
  background-color: #fff;
}

#calendarModalTutor .fc-daygrid-day .fc-daygrid-day-number {
  width: 32px;
  height: 32px;
  font-size: 0.625rem;
  text-align: center;
  border-radius: 50px;
  color: var(--black);
}

#calendarModalTutor .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--black);
  color: #fff;
}

#calendarModalTutor .fc-dayGridMoth-view .fc-scroller-harness .fs-scroller {
  margin-bottom: 8px;
}

#calendarModalTutor .fc .fc-col-header-cell-cushion {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--black);
}

#calendarModalTutor .fc-h-event {
  /* padding: 4px; */
  /* border-radius: 4px; */
  border: none;
  background-color: transparent;
}

#calendarModalTutor .fc-daygrid-dot-event {
  padding: 4px;
  border-radius: 4px;
  background-color: #D2F0FF;
  border: 1px solid #D2F0FF;
}

#calendarModalTutor .fc-daygrid-dot-event.not-study {
  background-color: #FFD9D9;
  border: 1px solid #FFD9D9;
}

#calendarModalTutor .fc-h-event .fc-event-main {
  color: #000;
  font-size: 0.6875rem;
  font-weight: 400;
}

#calendarModalTutor .fc-daygrid-dot-event div {
  color: #000;
  font-size: 0.6875rem;
  font-weight: 600;
}

#calendarModalTutor .fc-daygrid-event-dot {
  display: none;
}

input[type="time"] {
  direction: rtl;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  order: -1;
  background-image: url('../../public/icon/clock.svg');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left: 0px;
}

input.range-datetime-custom::-webkit-calendar-picker-indicator {
  order: -1;
  background-image: url('../../public/icon/calendar.svg');
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left: 8px;

}

.teachInfo .teachNext:hover,
#calendarModalTutor button.fc-today-button:hover {
  cursor: pointer;
}

.disableLink {
  /* pointer-events: none; */
  color: grey;
}

.teacherWrap .teachInfo .teachNext:hover {
  cursor: auto;
}

.tutor-wrap table thead tr th,
.tutor-wrap table thead tr {
  border-bottom: 1px solid #dee2e6;
}

@media (max-width: 1440px) {
  .iconWithdrawal {
    margin-bottom: 8px;
  }

}

.withdrawal-request-form-item textarea::placeholder {
  color: #CCC;
}

table th,
table td {
  min-width: 100px;
  max-width: 400px;
  word-wrap: break-word;
  white-space: normal;
}

.tutor-wrap .scheduleWrap table th,
.tutor-wrap .scheduleWrap table td {
  min-width: unset;
}

.teacherWrap table th:first-child,
.teacherWrap table td:first-child,
.teacher-wrap table th:first-child,
.teacher-wrap table td:first-child {
  min-width: 50px;
}

.teacherWrap table th:nth-child(2),
.teacherWrap table td:nth-child(2),
.teacher-wrap table th:nth-child(2),
.teacher-wrap table td:nth-child(2),
.teacher-wrap table th:nth-child(5),
.teacher-wrap table td:nth-child(5) {
  min-width: 250px;
}

@media (max-width: 1400px) {
  .itemShadow {
    margin: 0px;
    padding: 12px;
  }
}

/* Start: Responsive tablet for tutor and teacher dashboard */
@media (max-width: 1200px) {
  .register-infor .grade .grade-item>div.active {
    background-size: 30px;
  }

  .withdrawal-request-image {
    height: 200px;
  }

  .withdrawal-request-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }

}

@media (max-width: 992px) {}

@media (max-width: 768px) {}

@media (max-width: 576px) {}

/* End: Responsive tablet for tutor and teacher dashboard */
