.bg-dark-blue {
  background-color: #1F2855;
}
.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;
}

.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;
}

.text-grad {
  background: -webkit-linear-gradient(left, #1F2855 , #D51100);
  background: -o-linear-gradient(right, #1F2855, #D51100);
  background: -moz-linear-gradient(right, #1F2855, #D51100);
  background: linear-gradient(to right, #00ADEE, #1F2855 , #D51100); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.auth-bg {
  background: linear-gradient(to bottom, #EFF2F5, #dff1ff);
}