
    .btn-custom{
        border-color: #084145;
        background-color: #084145;
        color: white;
    }
    .btn-custom:hover{
        background-color: #0c3133;
        color: white;
    }
    
    .nav-pills.nav-black .nav-link.active {
        background: #0c3133;
    }

    .form-control{
        border: 1px solid #0c3133;
    }

    .text-secondary2{
        color: #0c3133;
    }

    .quick-actions .avatar-item{
        background-color: #0c3133;
    }

    .bg-custom{
        background-color: #0c3133!important;
    }

    



