.navbar-custom {
    background-color: #00024926;
}
.left-side-menu{
    background: #00024926;
}
#sidebar-menu>ul>li>a.active {
    border-left: 3px solid #d71d39;
    color: #d71d39;
    background-color: #f7f7ff;
}
#sidebar-menu>ul>li.mm-active>a{
    border-left: 3px solid #d71d39;
}
#sidebar-menu>ul>li>a:hover, #sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:active {
    color: #d71d39;
    text-decoration: none;
    background-color: #f7f7ff;
}
.hid{
    font-weight: bold;
}

#sidebar-menu>ul>li>a {
    color: #000249;
}
.page-item.active .page-link {
    background-color: #000249b8;
    border-color: #000249b8;
}
/* a {
    color: #000249 !important;
} */
button.btn.bg-danger.text-white {
    background-color: #000249b8 !important;
}
.text-appclr {
    color: #000249b8;
    font-size: 20px;
}
a:hover {
    color: #dd1717;
}
.form-control:focus {
    border-color: #000249b8;
}
.spinner>div{
    border: 10px solid #444579 !important;
}
#teaxtareacustom{
    background-color: #eeeeee;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
#teaxtareacustom:focus {
    border-color: #000249b8;
}
button.swal-button.swal-button--confirm.btn-danger {
    background-color: #000249b8;
}
.user-profile .image {
    background-color: rgb(221 23 23 / 18%);
    color: #dd1717;
}
.profile-dropdown:hover {
    color: red !important;
}
td.sent_clr {
    color: red;
    font-size: large;
}
td.uret_clr {
    color: green;
    font-size: large;
}
td.hname_size {
    font-size: large;
}
span.custom.badge.rounded-pill.bg-info {
    padding: 4px 4px;
    font-size: 14px;
    font-weight: 500;
    color: white;
}
.page-link{
    color: #000249b8;
}
.page-link:hover{
    color: #dd1717;
}
form#ExportHolterform{
    display: flex;
}
i.uil-lock-alt {
    font-size: large;
}
span.logoname {
    margin: 4px;
    color: #212361;
    font-style: normal;
}
@media (max-width: 1024px){
    .sidebar-enable .left-side-menu {
        display: block;
        background: #fff;
    } 
}
