 
.iti input {
  width: 100% !important;
  box-sizing: border-box;
}
   .sidebar .nav > li.active > a i{
     color: #C82733 !important; /* red on hover or active */
 
   }
 .nav-pills .nav-item .nav-link.active{
  background: #C82733 !important;
  color: #ffffff !important;
 }
   
/*this is for active page 1*/
.page-item.active .page-link{
  z-index: 3;
  color: #ffffff;
  background-color: #C82733;
  border-color: #C82733;
}


           .btn-primary {
  background-color: #C82733 !important;
  border-color: #C82733 !important;
}
.btn-primary:hover {
  background-color: #a61f28 !important; /* darker shade on hover */
  border-color: #a61f28 !important;
}
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 170, 243, 0.25) !important;
}
::selection{
    background-color: #C82733;
    color: #ffffff;
}
/* Prevent 999text from changing */
.sub-menu .sidenav-item-link .nav-text {
  color: #a6aab4; /* gray default */
}
 
 .sub-menu .sidenav-item-link:hover .nav-text{
  color: #C82733 !important; /* red on hover or active */
}
.sidenav-item-link.active i.mdi {
  color: #C82733 !important;
}
/*.sidenav-item-link.active .nav-text {
  color: inherit !important;
}*/
.sub-menu li.active .sidenav-item-link .nav-text {
  color: #C82733 !important;  /* now shows red when active */
}
.sub-menu .sidenav-item-link:focus,
.sub-menu .sidenav-item-link:focus-visible {
  outline: none;
  box-shadow: none;
}
/*
i.mdi {
  color: #a6aab4 !important; /* bootstrap gray
}
 
Active state = red
.sidenav-item-link.active i.mdi {
  color: #C82733 !important;
}*/
.breadcrumbs .breadcrumb-item a{
    color: #C82733 !important;
 
}
.otp-btn{
      color: #C82733 !important;
 
}
.btn btn-outline-success{
        color: #C82733 !important;
border-color: #C82733;
background-color: white;
 
}
a{
    color: gray !important;
}
a:hover{
    color: red !important;
}
.breadcrumbs a{
    color: #c82733 !important;
}

.abcd{
    accent-color: red !important;
}


.btn.btn-primary {
    background-color: #C82733 !important;
    border-color: #C82733 !important;
        color: white !important;

}