.bg-dark-blue {
  background-color: #1F2855 !important;
}
.menu-active-bg .menu-item .menu-link.active .menu-title,
.menu-active-bg .menu-item .menu-link.active .menu-icon i,
.menu-active-bg .menu-item .menu-link.active .menu-arrow{
  color: #424F5E;
}
.border-red {
  border-color: #D51100;
}
.form-control, .form-select, .input-group-text {border-radius : 0.475rem}
.btn {border-radius : 0.475rem}
.menu-pill .menu-link{border-radius : 0.475rem}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field{border-radius : 0.475rem}
.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown{
  border-color:#F1416C !important;
}
body{
  background : #E4EDF3;
  font-family: 'Poppins', sans-serif;
}

.btn-act, .bg-act {
  background-color: #D51100 !important;
}

.text-main {
  color: #00ADEE !important;
}

.text-dark-blue {
  color: #1F2855 !important;
}

.text-act {
  color: #D51100 !important;
}

.form-control:disabled, .form-control[readonly]{
  background-color: #EFF2F5;
}

.text-hover-main:hover {
  transition: color 0.2s ease, background-color 0.2s ease;
  color: #00ADEE !important;
}

.move {cursor: move;}

.form-select.form-select-transparent{
  background-color: transparent;
  border: 0;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered{
  color: #181C32 !important;
}

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item.show .nav-link, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled){
  color: #181C32 !important;
  border-color: #181C32 !important;;
}

/* @media (min-width: 992px) {
  .custom-col {

  }
} */

.table.table-row-bordered-custom tr{
  border-bottom-width: 10px;
  border-bottom-style: solid;
  border-bottom-color: #E4EDF3;
}