:root{
    --primary-color: #0a2a6c;
    --secondary-color: #ffdf00;
}

.logo .sitename{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    color: var(--primary-color);
}

.main-header {
    background-color: var(--primary-color); 
    position: -webkit-sticky; 
    position: sticky; top: 0; 
    z-index: 1030;
}

.main-sidebar .logo{
    background-color: var(--primary-color);
}

.main-sidebar .logo .sitename{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.1;
    text-transform: none;
    color: #fff;
    padding: 7px 0;
}

#withdrawModal label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
    cursor: pointer;
}