:root {
  --primary-color: #f3bda3;
  --second-color: #80b2b9;
  --green-color: #50cd89;
  --red-color: #f1416c;
  /* --red-dark-color: #C05E5E; */
  --orange-color: #ffa073;

  --body-bg: white;
  --primary-text: #00080c;
  --primary-text2: #44484a;
  --secondary-text: #5a5a5a;

  --secondary-text2: #868686;
  --gray-color: #a1a5b7;

  --bg-gray-color: #f8f8f8;
  --gray-text: #b5b5c3;
  --select-text: #64748b;
  --gray-title: #6d7a7b;
}

body {
  font-family: "Tajawal", sans-serif;
  background-color: var(--body-bg);
  color: #070707;
  direction: rtl;
}
#myChart {
  font-family: "Tajawal", sans-serif;
}
table > tbody > tr > td{
    text-align: right !important;
}

a {
  text-decoration: none;
  color: unset;
  display: inline-block;
}
p,
h6 {
  margin-bottom: 0;
}
a:hover {
  color: var(--second-color);
}
/*  */

.mr-0 {
  margin-right: 0px !important;
}
.mt-16 {
  margin-top: 16px;
}
.p-16 {
  padding: 16px;
}
.mr-5 {
  margin-right: 15px;
}

/*  */

.h-16 {
  height: 16px;
}
.h-24 {
  height: 24px;
}
.h-36 {
  height: 36px;
}
.h-40 {
  height: 40px;
}
.h-70 {
  height: 70px;
}
.h-150 {
  height: 150px;
}
.top-30 {
  top: 30%;
}
.start-80 {
  left: 80%;
}

/*  */

.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-30 {
  font-size: 30px;
}
.fs-16 {
  font-size: 16px;
}
.fs-24 {
  font-size: 24px;
}
.fw-700 {
  font-weight: 700;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}

/*  */
.text-gray {
  color: var(--gray-color);
}
.text-green {
  color: #4de354;
}
.text-red {
  color: var(--red-color) !important;
}
.text-orange {
  color: #ff7121;
}
.timeTable .table td {
  height: 130px;
}
.bg-green {
  height: 100%;
  background-color: #d0f7e2;
  padding: 10px;
  border-radius: 8px;
  color: #35b670;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bg-orange {
  height: 100%;
  background-color: #f7ded0;
  padding: 10px;
  border-radius: 8px;
  color: #e47d44;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bg-blue {
  height: 100%;
  background-color: #d0e9f7;
  padding: 10px;
  border-radius: 8px;
  color: #38a3df;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bg-purple {
  height: 100%;
  background-color: #f7d0e3;
  padding: 10px;
  border-radius: 8px;
  color: #ea74ad;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.star-color {
  color: var(--orange-color);
}
.hr-color {
  background-color: #f3f3f3;
  opacity: 1;
}
.scroll {
  overflow-x: auto;
}

.status-accept {
  background-color: #ebf0ef;
  color: var(--green-color);
  border-radius: 8px;
  padding: 8px;
}
.status-refuse {
  background-color: #fff0f0;
  color: var(--red-dark-color);
  border-radius: 8px;
  padding: 8px;
}
.status-true {
  color: var(--green-color);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.status-true img {
  margin: 3px 0 0 3px;
}

.status-false {
  color: var(--red-color);
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;
  padding: 4px 10px;
  display: flex;
}
.status-false img {
  margin: 3px 0 0 3px;
}

.status-normal {
  background-color: #fff9eb;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;
  padding: 4px 10px;
  display: flex;
}
.status-normal img {
  margin: 3px 0 0 3px;
}
.status-new {
  background-color: #fff9eb;
  color: var(--primary-color);
  padding: 10px;
  border-radius: 4px;
}
.high-priority {
  background-color: #fff0f0;
  color: var(--red-dark-color);
  border-radius: 8px;
  padding: 10px;
  margin-left: 10px;
}
.medium-priority {
  background-color: #f8f5ef;
  color: var(--primary-color);
  border-radius: 8px;
  padding: 10px;
  margin-left: 10px;
}
.normal-priority {
  background-color: #ebf0ef;
  color: var(--green-color);
  border-radius: 8px;
  padding: 10px;
  margin-left: 10px;
}
.view {
  background-color: var(--body-bg);
  padding: 10px;
  border-radius: 8px;
  color: var(--primary-text);
}
.view:hover {
  color: var(--primary-text);
}
.main-button {
  background-color: var(--primary-color);
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 12px;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.main-button:hover {
  background-color: var(--second-color);
}
.second-button {
  background-color: white;
  color: black;
  font-weight: bold;
  border: 1px solid #848484;
  border-radius: 8px;
  padding: 12px;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.second-button:hover {
  background-color: var(--second-color);
  border: 1px solid var(--second-color);
}
.third-btn {
  background-color: #f1f1f2;
  color: #a1a5b7;
  border-radius: 8px;
  padding: 6px 12px;
  transition: all 0.5s ease;
}
.third-button:hover {
  background-color: #f1f1f2;
  color: #a1a5b7;
}
.four-button {
  background-color: var(--second-color);
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 8px;
  transition: all 0.5s ease;
}
.four-button:hover {
  background-color: var(--primary-color);
  color: black;
}
.btn-refuse {
  background-color: #fff0f0;
  color: var(--red-dark-color);
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  transition: all 0.5s ease;
}
.btn-refuse:hover {
  background-color: var(--red-dark-color);
  color: white;
}
.btn-accept {
  background-color: var(--green-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  transition: all 0.5s ease;
}
.btn-accept:hover {
  background-color: #ebf0ef;
  color: var(--green-color);
}
.btn-cancel {
  border: 1px solid #d8dde0;
  box-shadow: 0px 1px 2px 0px rgba(18, 18, 23, 0.05);
  border-radius: 8px;
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.btn-cancel:hover {
  color: var(--primary-text);
}
.btn-menu {
  background-color: transparent;
  border: none;
}
.card-container {
  background-color: white;
  border: 1px solid #f1f1f2;
  box-shadow: 0px 3px 4px 0px #00000008;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.input-search {
  border: 1px solid #f1f1f2;
  box-shadow: 0px 3px 4px 0px #00000008;
  width: 300px;
  border-radius: 10px;
}
.input-search:focus {
  border: 1px solid #f1f1f2;
  box-shadow: 0px 3px 4px 0px #00000008;
}

/*  */
.dropdown-item {
  text-align: right;
}
.dropdown-toggle::after {
  display: none;
}
.text-primary {
  color: var(--primary-text) !important;
}
.text-primary2 {
  color: var(--primary-text2) !important;
}
.text-secondary {
  color: var(--secondary-text) !important;
}
.text-secondary2 {
  color: var(--secondary-text2) !important;
}
.text-brown {
  color: var(--primary-color);
}
.text-green {
  color: var(--green-color);
}
.text-red {
  color: var(--red-dark-color);
}
.bg-gray {
  background-color: var(--body-bg);
}
tr,
td,
th {
  border-color: #e1e3ea !important;
  border-style: dashed !important;
}
table {
  font-size: 14px !important;
}
th {
  color: var(--gray-color);
}

/* start header */

.main-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
  margin-right: 220px;
}

.main-header .image-icon {
  width: 24px;
  height: 24px;
}
.main-header .dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 4px 20px 0px rgb(0, 0, 0, 0.1);
  margin-left: -50px !important;
  width: 300px;
  text-align: right;
  padding: 20px 0 !important;
}
.main-header .dropdown-menu .dropdown-item:hover {
  background-color: white;
}
.main-header .dropdown-menu .dropdown-item {
  color: var(--primary-text);
  font-size: 16px;
  font-weight: 500;
}
.head-notification {
  color: var(--second-color);
  border-bottom: 1px solid var(--second-color);
}
.mobile-toggle {
  display: none;
}
.sidebar-responsive {
  display: inline !important;
  position: absolute;
  z-index: 12 !important;
}

/* end header */

/* start sidebar */

.sidebar {
  background-color: #fbfbfb;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 220px;
  border-left: 1px solid #ededed;
  padding: 20px;
  /* overflow-y: auto; */
}

.image-logo img {
  height: 39px;
  margin-left: 10px;
}
.image-logo {
  margin-top: 16px;
}
.hr-logo {
  margin: 32px 16px 32px 16px;
  color: var(--gray-color);
  height: 1px;
  opacity: 1;
}

.sidebar-menu {
  padding: 0;
  list-style-type: none;
}

.sidebar-menu.fixed-menu {
  margin-bottom: 80px;
}

.sidebar-menu .sidebar-icon {
  margin: 6px;
}
.sidebar-menu > li > a {
  width: 100%;
  color: var(--primary-text);
  margin-bottom: 14px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}
.sidebar-menu .link-sidebar {
  position: relative;
}

.sidebar-menu > li > a.active,
.sidebar-menu > li > a:hover {
  background-color: var(--second-color);
  border-radius: 5px;
  color: white;
}

.sidebar-menu > li > a.active .sidebar-icon path,
.sidebar-menu > li > a:hover .sidebar-icon path {
  fill: white;
}

.sidebar-menu-dropdown {
  position: relative;
}

.sidebar-menu-dropdown .dropdown-icon {
  position: absolute;
  left: 15px;
}

.dropdown-icon {
  height: 15px;
  width: 15px;
  position: relative;
  cursor: pointer;
}

.dropdown-icon::after,
.dropdown-icon::before {
  content: "";
  width: 50%;
  height: 2px;
  border-radius: 2.5px;
  position: absolute;
  top: calc(50% - 2px / 2);
  background-color: var(--primary-text);
  transition: transform 0.3s ease;
}

.dropdown-icon::before {
  left: calc(50% - 2px / 3);
  transform-origin: center left;
  transform: rotate(-45deg);
}

.dropdown-icon::after {
  right: calc(50% - 2px / 3);
  transform-origin: right;
  transform: rotate(45deg);
}

.dropdown-icon.active::before {
  transform: rotate(45deg);
}

.dropdown-icon.active::after {
  transform: rotate(-45deg);
}

.sidebar-menu > li > a:hover > .dropdown-icon::before,
.sidebar-menu > li > a:hover > .dropdown-icon::after {
  background-color: var(--second-color);
}

.sidebar-menu-dropdown-content {
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}

.sidebar-menu-dropdown-content > li > a {
  padding-left: 50px;
}

/* end sidebar */

/******************** start home page **********************/
.main {
  padding-right: 244px;
}

.main-content {
  padding: 24px;
}
.shape {
  background-color: white;
  background-image: url("../image/shape-home.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 65px;
  border-radius: 0 0 10px 10px;
}
.card-border {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
.card-home {
  border: 1px solid #f1f1f2;
  box-shadow: 0px 3px 4px 0px #00000008;
  border-radius: 10px;
  padding: 25px;
}
.form-select {
  background-position: left.75rem center;
  background-color: var(--body-bg);
  color: var(--secondary-text2);
  border: none;
  border-radius: 8px;
  padding: 4px 12px 4px 8px;
  width: 25%;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: right;
  padding-right: 8px !important;
  padding-left: 20px !important;
  margin-top: -4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px !important;
  left: 1px;
}
.select2,
.select2-container--default .select2-selection--single {
  background-position: left.75rem center;
  background-color: var(--body-bg) !important;
  color: var(--secondary-text2);
  border: none !important;
  border-radius: 8px;
  padding: 4px 0 !important;
  width: 100% !important;
}
.section-performance .select2 {
  width: 25% !important;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border: 1px solid #aaa !important;
  outline: none !important;
}
.select2-results__option--selectable {
  text-align: right;
}
.select2-container--default .select2-selection--multiple {
  background-color: transparent !important;
  border: none !important;
}
.form-select:focus {
  box-shadow: none;
  border: 1px solid var(--second-color-opacity);
}
.hr-card {
  margin: 24px 0;
  color: var(--gray-color);
  height: 1px;
  opacity: 1;
}
.section-performance .card-section {
  border: 1px solid var(--body-bg);
  border-radius: 8px;
  margin-bottom: 10px;
}
.section-performance .card-section .image-card img {
  min-height: 55px;
  border-radius: 8px;
  width: 100%;
}
.section-performance .card-section .image-card {
  padding: 12px;
  background-color: var(--body-bg);
  border-radius: 0 8px 8px 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #f1f5f9;
  background-color: #f1f5f9;
}
.select-table {
  color: var(--select-text);
  border-radius: 10px;
  border-color: var(--gray-color);
  width: 100%;
  font-size: 14px;
}
div.dt-container div.dt-search input {
  background-color: #f1f5f9;
  border-color: #f1f5f9;
  border-radius: 10px;
  color: var(--select-text);
  font-size: 12px;
  padding: 10px 40px 10px 10px;
  background-image: url(../image/search\ 1.svg);
  background-size: 18px;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
}
/* datatables */

table tr {
  border-bottom: 1px dashed var(--gray-color);
}

.dt-orderable-asc.dt-orderable-desc:hover {
  border: none !important;
  outline: none !important;
}
.dt-paging-button.page-item {
  border: none !important;
}

.dt-layout-start {
  margin-right: 0 !important;
}
.dt-layout-end {
  margin-left: 0 !important;
}
.dt-info {
  color: var(--secondary-text2);
  font-size: 12px;
  font-weight: 400;
}
div.dt-container div.dt-length select {
  width: 70px;
}
.page-link.last,
div.dt-container div.dt-length label,
div.dt-container div.dt-search label,
.page-link.first,
div.dt-container div.dt-layout-cell.dt-start,
div.dt-container .dt-paging .dt-paging-button.disabled.last,
div.dt-container .dt-paging .dt-paging-button.disabled.first,
div.dt-container .dt-paging .dt-paging-button.last,
div.dt-container .dt-paging .dt-paging-button.first,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order {
  display: none !important;
}
.dt-paging.paging_full_numbers {
  display: flex;
  justify-content: space-between;
}
div.dt-container .dt-paging .dt-paging-button,
div.dt-container .dt-paging .dt-paging-button.disabled.previous,
div.dt-container .dt-paging .dt-paging-button.disabled.next {
  margin: 5px;
  border-radius: 4px;
}
.dt-layout-end {
  margin-right: auto !important;
}
.page-link {
  border: none;
  color: var(--primary-text);
  outline: none;
  box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button:hover,
div.dt-container .dt-paging .dt-paging-button.previous:hover,
div.dt-container .dt-paging .dt-paging-button.current:hover,
div.dt-container .dt-paging .dt-paging-button.disabled.next:hover,
.dt-paging-button:hover {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  color: white !important;
  outline: none;
  box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button.current {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  color: white !important;
  margin: 5px;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}
.data-table tbody tr {
  border-left: none;
  border-right: none;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-bottom: 20px !important;
}
table.dataTable {
  margin-bottom: 30px !important;
}
#example thead td {
  color: #929a9f;
  font-weight: 400;
  font-size: 14px;
}
#example td {
  text-align: right;
  padding: 10px;
}
#example1 thead td {
  color: #929a9f;
  font-weight: 400;
  font-size: 14px;
}
#example1 td {
  text-align: right;
  padding: 10px;
}
.page-item.active .page-link {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
}
.page-item.disabled .page-link {
  color: #404b52;
}
.pagination li {
  margin: 0 10px;
}
.dataTables_length,
.dataTables_filter {
  display: none;
}
.data-table thead td {
  font-size: 12px;
}
.data-table td,
.name-table {
  color: var(--primary-text);
  font-size: 14px;
  font-weight: 500;
}
.data-table .file-size {
  color: var(--secondary-text);
  font-size: 12px;
  font-weight: 400;
}
.image-table {
  margin-left: 10px;
  height: 32px;
  border-radius: 6px;
}
.data-table .icon-table {
  margin-left: 10px;
  border-radius: 6px;
  background-color: var(--body-bg);
  padding: 8px;
}
.data-table .icon-table img {
  height: 32px;
}
.data-table .table-info {
  height: 50px;
  display: flex;
  align-items: center;
}
.btn-filter {
  background-color: var(--body-bg);
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--primary-color);
  border: none;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.btn-filter.active,
.btn-filter:hover {
  background-color: var(--primary-color);
}
.btn-filter.active svg path,
.btn-filter:hover svg path {
  stroke: white;
}
.change-color {
  background-color: white;
}

/******************* end home page ************************/

/******************* start login page ************************/

.bg {
  background-image: url(../image/Rectangle\ 1.png);
  background-size: cover;
}
.otp-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.otp-input {
  width: 60px;
  height: 60px;
  background-color: var(--body-bg);
  border: none;
  font-size: 24px;
  text-align: center;
  border-radius: 8px;
  transition: border-color 0.3s;
}

.otp-input:focus {
  border: none;
  outline: none;
}

.otp-input.invalid {
  border-color: var(--red-dark-color);
}

.otp-input:disabled {
  background-color: #f0f0f0;
}

.input-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  left: 10px;
  top: 15%;
  cursor: pointer;
  font-size: 1.2em;
}
/******************* end login page ************************/

/* schools */

.card-school img {
  height: 145px;
  border-radius: 8px;
  width: 100%;
}
.card-school {
  border: 1px solid #f1f1f2;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.title-school {
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.title-school:hover {
  color: var(--primary-color);
}
.grid-list li {
  margin-left: 10px;
}
.grid-list li.active a,
.grid-list li:hover a {
  background-color: var(--second-color);
  color: white;
}
.grid-content > div:not(:first-child) {
  display: none;
}

/* end schools */

/* details schools */

.breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
.school-banner img {
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}
.school-banner {
  position: relative;
  margin-bottom: 100px;
}
.school-banner-about {
  position: absolute;
  top: 80%;
  right: 5%;
}
.text-type {
  background-color: #80b2b926;
  padding: 2px 15px;
  border-radius: 50px;
  color: var(--second-color);
  border: 1px solid var(--second-color);
  margin-right: 20px;
  font-weight: bold;
}
.list-content > div:not(:first-child) {
  display: none;
}
.school-list li {
  background-color: #fcfcfc;
  color: #070707;
  border: 1px solid #e1e1e159;
  padding: 10px 20px;
  border-radius: 8px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.school-list li.active,
.school-list li:hover {
  background-color: var(--second-color);
  color: white;
}
.btn-add {
  width: 100%;
  background-color: #f9f9f9;
  color: #a1a5b7;
  border: 2px dashed #e0e0e0;
  text-align: right;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.season-list {
  background-color: #fcfcfc;
  border: 1px solid #f1f1f2;
  box-shadow: 0px 3px 4px 0px #00000008;
  border-radius: 10px;
  width: 100%;
  padding: 15px 30px !important;
}
.season-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  padding-top: 10px;
  cursor: pointer;
}
.season-list li:not(:last-child) {
  border-bottom: 1px solid #f1f1f2;
}
.season-list li.active {
  color: var(--second-color);
}
.btn-seasons {
  background-color: white;
  border: 1px solid #f1f1f2;
  box-shadow: 0px 3px 4px 0px #00000008;
  border-radius: 10px;
  padding: 20px;
}
.btn-faq {
  background-color: white;
  border: none;
}
.season-content > div:not(:first-child) {
  display: none;
}

/* end details schools */

/* start details season */

.season-banner {
  background-color: #f8f8f8;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}
.custom-checkbox {
  display: none;
}
label.box .circle,
label.box-bill .circle {
  width: 20px;
  height: 20px;
  background-color: #eaeaea;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}
#one:checked ~ label.first .circle,
#two:checked ~ label.first1 .circle,
#three:checked ~ label.first .circle,
#four:checked ~ label.first1 .circle,
#five:checked ~ label.first .circle,
#six:checked ~ label.first1 .circle,
#seven:checked ~ label.first1 .circle {
  background-color: #fff;
}
#one:checked ~ label.first .name-addre,
#two:checked ~ label.first1 .name-addre,
#three:checked ~ label.first2 .name-addre,
#four:checked ~ label.first3 .name-addre,
#five:checked ~ label.first4 .name-addre,
#six:checked ~ label.first5 .name-addre,
#seven:checked ~ label.first6 .name-addre {
  background-color: var(--primary-color);
}
#one:checked ~ label.first .circle::after,
#two:checked ~ label.first1 .circle::after,
#three:checked ~ label.first2 .circle::after,
#four:checked ~ label.first3 .circle::after,
#five:checked ~ label.first4 .circle::after,
#six:checked ~ label.first5 .circle::after,
#seven:checked ~ label.first6 .circle::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--primary-color);
  position: absolute;
  top: 5px;
  left: 5px;
}
.name-addre {
  background-color: white;
  border: 1px solid #f1f1f2;
  border-radius: 10px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-teacher {
  background-color: #f4f4f4;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 10px;
}
.location-teacher {
  background-color: #a1a5b7;
  text-align: center;
  height: 100px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.list-class {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-class li svg {
  margin: 5px;
}
.list-class li {
  margin-bottom: 15px;
}
.list-class li svg.active rect {
  fill: var(--primary-color);
}
.card-seat {
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
.exam-banner {
  background-color: #80b2b9;
  border-radius: 10px;
  padding: 40px;
  border-top: 6px solid var(--primary-color);
  display: flex;
  justify-content: space-between;
}
.card-answer {
  background-color: white;
  border: 1px solid #e5e5e5;
  border-right: 6px solid var(--primary-color);
  border-radius: 10px;
  padding: 0 20px 20px 0;
  margin: 20px 0;
}
.card-answer .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}
.card-answer .form-check{
  padding-right: 1.5em;
  margin-bottom: 20px;
}
.card-answer .form-check-input:checked{
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  box-shadow: none;
}

/* end details season */

/* start profile student */

.list-content ul li img {
  margin-left: 10px;
}
.list-day {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-day li {
  background-color: white;
  border: 1px solid #070707;
  padding: 10px 40px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  cursor: pointer;
}
.list-day li.active {
  background-color: #80b2b912;
  color: var(--second-color);
  border: 1px solid #80b2b9;
}
.list-day li .active {
  background-color: #80b2b9;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* end profile student */

.main-content-add {
  padding: 35px 120px !important;
}
.sidebar.change {
  transform: translateX(0);
}


/* multiple images edit (dropify) */
.preview-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.preview-item {
    position: relative;
    width: 120px;
}

.preview-item img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.preview-item button {
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
}



/* responsive */

@media only screen and (max-width: 1280px) {
  .sidebar {
    transition: transform 0.3s ease-in-out;
    max-width: 100%;
    z-index: 999999;
    transform: translateX(100%);
  }

  .sidebar.active {
    transform: translateX(0);
  }

  .main {
    padding-right: 0;
  }

  .mobile-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
}

@media (max-width: 578px) {
  .image-logo img {
    height: 30px;
  }
  .nav-link {
    width: 40px;
    height: 40px;
  }
  .main-content-add {
    padding: 35px !important;
  }
}

@media (max-width: 466px) {
  .tabs-list li {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
