
:root{
    --mainYellow: #FEC304;
    --mainBlue: #000055;
}

body{
    margin-left: 2%;
    margin-right: 2%;
}


.box{
    padding: 5px;
    color: var(--primBlue);
}


.contentframe{
    /* width: 90%; */
    border-radius: 9px;
    min-height: 10px;
    padding: 25px;
    margin: 5px;
    margin-bottom: 9px;
    color: var(--mainBlue);
    background-color: #edf5fdb0  !important;
    border: 1.5px solid rgb(216, 234, 255) !important;
   
}

.contentFrameTitle h2{
    font-size: 21px ;
    font-weight: 600;
    color: var(--mainBlue);
}
.contentFrameTitle h4{
    font-size: 11px ;
    font-weight: 500;
    color: var(--primBlue);
}

form label{
    font-size: 14px;
}

form input , form select{
    font-size: 13px !important;
    color: rgb(68, 67, 67);
    border: 1px solid var(--primBlue) !important;
}

.blueframe{
    background-color: #fff;
    height: 93%;
}

.tabs .nav-link{
    margin-left: 20px;
    background: #fff !important;
    border: 3px solid #000055 !important;
    color: #000055;
    font-weight: bold;
}

.tabs .active{
    margin-left: 20px;
    background: #FEC304 !important;
    color: #000055 !important;
    border: 3px solid #FEC304 !important;
}


@media (max-width: 768px) { 
    body {
        margin-left: 2%;
        margin-right: 2%;
        font-size: 15px;
    }  
}
