/* General start*/

/* General end */

/* Breadcrumb start */

.breadcrumb-teacher-link {
  color: var(--neutral-06);
  line-height: 21px;
}

.breadcrumb-teacher-separation {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  line-height: 1.5rem;
}

.accordion-button {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: var(--blue) !important;
  background-color: #fff !important;
  box-shadow: none !important;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.accordion-button::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 20V12M12 12V4M12 12H20M12 12H4" stroke="%234D4D4D" stroke-width="2" stroke-linecap="round"/></svg>');
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 12H4" stroke="%234D4D4D" stroke-width="2" stroke-linecap="round"/></svg>');
}

/* Breadcrumb end */

div.content-wrapper {
  background-color: #fbfbfb;
}

.teacher-wrap .teacher-group {
  margin-top: 20px;
}

.teacher-wrap .text-blue {
  color: var(--blue) !important;
}

.teacher-group .profile-card-group {
  position: unset;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.teacher-group form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url('../../../public/img/teacher/chevron-down.png');
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}

.teacher-group form .form-control {
  padding: 12px;
  height: unset;
}

.teacher-group form input[type='date']::-webkit-calendar-picker-indicator {
  background: url('../../../public/img/teacher/date.png') no-repeat;
  background-size: contain;
}

.teacher-group form button {
  padding: 12px 32px;
}

/* FAQs start */
.teacher-wrap .teacher-group .accordion-button:focus {
  box-shadow: none;
}

.teacher-wrap .teacher-group .accordion-button {
  padding: 16px 24px;
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 500;
}

.teacher-wrap .teacher-group .accordion-button::after {
  background-image: url('../../../public/img/teacher/plus.png');
}

.teacher-wrap .teacher-group .accordion-button:not(.collapsed)::after {
  background-image: url('../../../public/img/teacher/minus.png');
}

.teacher-wrap .teacher-group .accordion-body {
  padding: 16px 24px 24px;
}

.teacher-wrap .teacher-group .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: unset;
  box-shadow: none;
}
/* FAQs end */

/* Contact start */
.teacher-wrap .teacher-group .contact-form {
  padding: 60px 60px 32px 60px;
  border-radius: 15px;
  box-shadow: 2px 5px 25px 0px rgba(0, 0, 0, 0.1);
}

.teacher-wrap .teacher-group .contact-form button.btn {
  border-radius: 10px;
}

.teacher-wrap .teacher-group .contact-infomation {
  margin-top: 100px;
}
/* Contact end */

/* List student start */
.table-students-wrap {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.table-students-wrap .table thead th {
  border-bottom: none;
}

.table-students-wrap .table thead th {
  border-top: none;
}

.table-students-wrap table {
  table-layout: fixed;
}
.table-students-wrap tbody tr td{
  padding-left: 0px;
  padding-right: 0px;
}
.table-w-1200 {
  min-width: 1200px;
}

.user-avatar {
  max-width: 2.25rem;
  max-height: 2.25rem;
  margin-right: 0.75rem;
}

.label {
  padding: 0.25rem 1.25rem;
  border-radius: 20px;
  background: #d9f4da;
  font-weight: 700;
  line-height: 18px;
}
.label.label-success {
  color: #3c663e;
}

.number-record-select {
  appearance: none;
  -webkit-appearance: none;
  min-width: 96px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><path d="M5 8L10 13L15 8" stroke="%23CCCCCC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-repeat: no-repeat;
  background-position-x: 82%;
  background-position-y: 50%;
  border: 1px solid #dfdfdf;
  background-color: #FAFAFA;
}

.number-record-select:focus {
  outline: none;
}

.number-record-select-icon {
  right: 1rem;
}

.pagination .page-item .page-link {
  border-radius: 2px;
}
.page-link.page-button {
  color: #818181;
  font-size: 10px;
  border: 0;
}

.page-button-wrap .page-item:not(:last-child) {
  margin-right: 4px;
}

.page-link.page-button:hover,
.page-link.page-button.active {
  background: var(--blue);
  color: #fff;
}

.page-link.page-navigate {
  border: 0.5px solid #e0e0e0;
  padding: 0.25rem 0.625rem;
}
/* List student end */

/* List request register class start */

.btn-changetab {
  color: var(--neutral-08);
  z-index: 1;
}

.me-negative-3 {
  margin-left: -1rem;
}

.btn-changetab.active {
  z-index: 2;
}

.btn-changetab .tab-number {
  margin-left: 0.75rem;
  padding: 0.25rem 0.625rem;
  border-radius: 20px;
  line-height: 0.875rem;
  color: #fff;
  background-color: var(--neutral-09);
}

.nav-tabs-content {
  left: 1rem;
}

.btn-changetab.active svg path {
  fill: #fff;
  stroke: #fff;
}

.btn-changetab.active .nav-tabs-title {
  color: var(--red-main);
}

.btn-changetab.active .tab-number {
  background-color: var(--red-main);
}

.tab-content.request-register-class-content {
  padding: 2rem 0.75rem 1.5rem;
}

.table-request-class.table {
  min-width: 860px;
}

.table-request-class.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  color: var(--neutral-04);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.lecture {
  padding: 0.375rem 1rem;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
}

.lecture-nothave {
  color: #c71b06;
  border: 1px solid #c71b06;
  background: #ffe6e3;
}

.lecture-have {
  color: #299241;
  border: 1px solid #299241;
  background: #f0fced;
}

.request-status {
  display: inline-block;
  padding: 0.375rem 1rem;
  border-radius: 20px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 13px;
}

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

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

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

.canceled {
  color: #c71b06;
  background-color: #ffe6e3;
}
/* List request register class end */


/* Change password start */
.teacher-wrap .btn {
  border-radius: 10px;
}
/* Change password end */

.tutor-request-manager table thead tr th{
  border-bottom: 1px !important;
}

.two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;;
  white-space: normal;
  max-height: 3em;
  /* Adjust based on line-height */
  line-height: 1.5em;
}
