.login-section {
  /* background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3); */
}

.login-section .logo {
  width: 200px;
  margin-bottom: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.student-lists .nav-pills .nav-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Firefox */
input[type=number].phone-no-arrow {
  -moz-appearance: textfield;
}

.login-background {
  background: url("/admin/assets/img/backgrounds/4925143.jpg");
  background-repeat: no-repeat;

  background-position: center;
  background-size: cover;


}

.table-responsive {
  min-height: 350px;
}

.fancybox__container {
  z-index: 10000 !important;
}

.detail-view-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #3a3a3a;
  border-radius: 10px;
}

label.req:after {
  content: "*";
  color: #ff4b5a;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #477b5a;
}

input:focus+.slider {
  box-shadow: 0 0 1px #477b5a;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

audio {
  height: 35px;
  background: #f1f3f4;
  width: 100%;
  border-radius: 5px;
}

.latex-card.active {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 20px;
  z-index: 1000;
  overflow: auto;
  margin-bottom: 20px;
  transition: ease all .5s;
  height: 250px;
}
.latex-card {
  transition: ease all .5s;
  height: 0;
}

.latex-row .input-group {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.latex-row textarea.text_editor_latex {
width: 100%;
}
.form-switch{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.form-switch .form-check-input,.form-switch .form-label{
  margin: 0;
}

.table-row-select td:first-child,.table-responsive th:first-child{
  /* position: absolute; */
  width: 70px;
  height: 46px;
  z-index: 100;
  background-color: #fff;
  white-space: nowrap;
}

