.dark-mode .highcharts-background {
    fill: #141c26f7 !important;
}
.grids{
  vertical-align: middle !important;
}
.grids-center{
  vertical-align: middle !important;
  text-align: center !important;
}
.btn-save{
  margin-top: 31px;
}
form label{
  font-weight: 600 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #854fff !important;
    border-color: #854fff !important;
}
.bg-outline-success,
.bg-outline-primary,
.bg-outline-secondary,
.bg-outline-danger,
.bg-outline-warning,
.bg-outline-info,
.bg-outline-dark,
.bg-outline-gray,
.bg-outline-light
 {
  background-color: #fff0;
}
.mx-input{
  display: block;
    width: 90%;
    height: auto;
    padding: 0.4375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mx-icon-calendar, .mx-icon-clear {
    margin-right: 20px;
}
.mx-btn-icon-double-right,
.mx-btn-icon-double-left{
  display: none;
}
.mx-table-date .today  {
    color: #fff;
    background-color: #854fff;
    border-radius: 50px;
}
.mx-table-date thead th {
    color: #854fff;
}
.mx-btn:hover {
    border-color: #854fff;
    color: #854fff;
}
.mx-input:hover, .mx-input:focus {
    border-color: #854fff;
}
.book-table .table-wrapper {
  display: flex;
}
.book-table .table-fixed {
    width: 300px; /* Adjust this width as needed */
    flex-shrink: 0;
    overflow: hidden;
}
.book-table .table-scrollable-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
}
.book-table .table-scrollable {
    overflow-x: auto;
    white-space: nowrap;
}
.book-table .table-fixed th {
    width: 300px; /* Adjust this width as needed */
    text-align: center;
    height: 100px;
}

.book-table .table-fixed td {
    height: 40px;
    width: 300px; /* Adjust this width as needed */
}

.book-table .table-scrollable th, .book-table .table-scrollable td {
    min-width: 40px; /* Minimum width for scrollable columns */
}
.book-table .table-scrollable th{
    height: 100px;
    border-top: solid #dbdfea !important;
}
.book-table .table-scrollable td {
    height: 40px;
}
.book-table .table-scrollable th, .book-table .table-scrollable td {
    border-left: none; /* Remove left border to blend with fixed column */
}
.book-table .table-scrollable {
    display: flex;
    flex-direction: row-reverse; /* Reverse the order of the columns */
}
.vt {
   writing-mode: vertical-rl;
   transform: rotate(180deg);
   white-space: nowrap;
   padding: 10px 0; /* Adjust padding as needed */
   align-items: center;
   justify-content: center;
}
.background-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Высота контейнера */
    background: url('/images/empty.jpg') no-repeat center center/cover;
}
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    background-color: rgb(255 255 255 / 97%);
}
.text-hidde{
    color: rgb(255 255 255 / 0%) !important;
}
.number-table{
  width: 25px;
}
.ritings-table{
  width: 40px;
}
.lesson-table{
  width: 30%;
}
.dark-mode .mx-input {
    background-color: #0d141d !important;
    border: 1px solid #0d141d !important;
    color: #fff !important;
}
.dark-mode .mx-datepicker-body {
    background-color: #0d141d !important;

}
.dark-mode .mx-datepicker-main {
    border: 1px solid #0d141d !important;
}
.mx-calendar-content .cell.disabled {
    background-color: #f3f3f300;
}
.dark-mode .mx-calendar-content .cell.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color:  #131d29 !important;
}
.dark-mode .mx-calendar-content .cell:hover {
    background-color: #080b0e !important;
}
.dark-mode .table-striped > tbody > tr:nth-child(odd) > td,
.dark-mode .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #172029 !important;
}
.highcharts-credits{
  display: none !important;
}
@media only screen and (max-width: 760px){
  .desctop {
      display: none !important;
  }
  .nk-header-fixed + .nk-content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 760px){
  .mobail {
      display: none !important;
  }

}
.vs__dropdown-toggle{
  border: none ;
}
.vs__clear {
    margin-top: -6px;
    width: 20px;
    height: 20px;
}
.vs__open-indicator {
    margin-top: 10px;
    width: 20px;
    height: 20px;
}
.vs--open .vs__open-indicator {
  margin-top: -10px;
}
