html {
  height: 100%;
}
body {
  font-family: "Inter", serif !important;
  font-size: 16px;
  background: #F5F7FA;
}

.bg-primary {
  color: #fff;
  background: #6289FF !important;
}
.bg-primary .btn-primary {
  background: #6289FF !important;
  border: 1px solid #6A65FD !important;
}
/* .form-control {
  border: 1px solid #0000004D;
} */
.modal-backdrop {
  background: #fff;
  opacity: 0.75 !important;
}
.modal-content {
  border-color: #2D60FF4D;
}

.select {
  color: #6289FF;
  text-decoration: none;
  border-bottom: 1px solid #2D60FF4D !important;
  font-size: 20px;
}
th {
  color: #718EBF !important;
  font-weight: normal;
}
td  {
  color: #232323 !important;
}
td .text-black  {
  color: #232323 !important;
}
.side {
  width: 260px;
  height: 100vh;
}
.side a {
  color: #B1B1B1;
  border: none;
}
.side a.active {
  color: #2D60FF;
}
.mobile-top a {
  color: #B1B1B1;
}
.data {
  position: fixed;
  left: 260px;
  top: 100px;
  bottom: 0;
  right: 0;
}
.nav {
  position: fixed;
  top: 0;
  left: 260px;
  right: 0;
  height: 100px;
  background: #fff;
}
@media (max-width:991.98px) {
  .data {
    position: static;
    top: none;
    left: none;
    bottom: none;
    top: none;
  }
}
.content {
  height: 100%;
  background: #F5F7FA;
}

h4 {
  font-size: 24px;
}
h5 {
  color: #333B69;
  font-size: 22px;
}
h6 {
  color: #343C6A;
  font-size: 20px;
}

.underline {
  text-decoration: none;
  border-bottom: 1px dashed #232323;
}

.menu-item:hover {
  background: #EDF1FF;
}
.menu-item:focus {
  background: #DBE4FF;
}

.btn-primary {
  background: #2D60FF;
}
.btn-primary:hover {
  background: #92ADFF;
}
.btn-primary:focus {
  background: #2450DB;
}

.btn-outline-primary {
  border: 2px solid #2D60FF;
}
.btn-outline-primary:hover {
  border: 2px solid #2D60FF;
}
.btn-outline-primary:focus {
  border: 2px solid #2450DB;
}

.btn-outline-info {
  border: 2px solid #16DBCC;
}
.btn-outline-danger {
  border: 2px solid #FE5C73;
}

.btn-danger {
  background: #FE5C73;
}
.btn-danger.disabled {
  opacity: 0.25;
}
.btn-danger:hover {
  background: #FF7588;
}
.btn-danger:focus {
  background: #EB3650;
}

.btn-light {
  background: #fff;
  border: 1px solid #DFEAF2;
  border-radius: 15px;
}

.text-primary {
  color: #2D60FF;
}
.text-danger {
  color: #FE5C73;
}

.page-link:hover {
  background: #ADBFF8;
}
.active .page-link {
  background: #2D60FF;
}

.overflow-x-auto::-webkit-scrollbar {
    margin-left: 10px;
    width: 10px;
    background-color: #F5F7FA;
    border: 1px solid #6289FF4D;
    border-radius: 5px;
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background-color: #2D60FF;
  border-radius: 5px;
}

.dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
