.navbar {
    background-color: rgba(201, 193, 221, 1) !important;
}

.export-pdf .download-pdf a {
    text-decoration: none !important;
}

.navbar-brand img {
    height: 100px !important;
}

.brand-title {
    padding-left: 10% !important;
    padding-right: 8% !important;
    font-weight: 700 !important;
   color: rgb(31, 16, 87) !important;
}
/* .logout-custom-button{
    background-color:#50a881 !important;
    
} */




.nav-item .nav-link {
    color: #000 ;
    font-weight: 600;
}


.phone {
    margin-top: -10% !important;
}


th {
    background-color: rgb(91, 79, 136) !important;
    color: white !important;
}

table,
td {
    border: 1px solid #6e6060;
}

th {
    border: 1px solid #0b0b0b;
}


td a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    text-decoration: none !important;
}

/* Bootstrap primary button color */
td a {
    color: #fff;

    background-color: rgb(225, 156, 65) !important;
    border-color: rgb(225, 156, 65) !important;

}

/* Hover and focus styles */
td a:hover {

    background-color: rgb(225, 156, 65) !important;
    border-color: rgb(225, 156, 65) !important;

}

td a:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Active state styles */
td a:active {

    background-color: rgb(225, 156, 65) !important;
    border-color: rgb(225, 156, 65) !important;
}