.p-dataview-content .p-grid .border-round{
    background: #f7d25a!important;
    box-shadow: none!important;
    border-radius: 7px!important;
}

.p-button, .p-button:disabled.p-button-outlined{
    background: #2a3283!important;
}

.text-green-700{
    color: white!important;
    font-size: 2.5em!important;
    font-family: 'Baskerville Semibold'!important;
    font-weight: 700!important;
}

.flex-column.text-gray-600{
    color: #2a3283!important;
}

.flex-grow-1>.text-2xl{
    color: #2a3283!important;
    font-weight: 700!important;
    font-family: 'Baskerville Semibold'!important;
    font-size: 1.7em!important;
}

.flex-grow-1 .uppercase{
    color: white!important;
    text-transform: capitalize!important;
    font-weight: 800!important;
    font-size: 1.3em!important;
}

.text-green-300, .text-gray-400{
    color: #2a3283!important;
}

.text-blue-700{
    color: #2a3283!important;
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary>.p-button, .p-fileupload-choose.p-button-secondary, .p-splitbutton.p-button-secondary>.p-button{
    background-color: #2a3283!important;
}

.p-button-icon{
    color: #2a3283!important;
}

.text-600{
    color: #2a3283!important;
}
::placeholder{
    color: #2a3283!important;
}
.grid{
    justify-content: center!important;
}

.p-inputtext{
    border: 1px solid #2a3283!important;
}

.p-checkbox .p-checkbox-box{
    border-color: #2a3283!important;
}

.p-inputswitch .p-inputswitch-slider{
    background: #f7d25a!important;
}

.p-slider .p-slider-handle, .p-slider .p-slider-range{
    background: #2a3283!important;
}

.text-gray-800{
    color: black!important;
}

.pi:before{
    color: white!important;
}

@media screen and (min-width: 992px){
    .lg\:col-8 {
        max-width: 600px!important;
    }
    /* .lg\:col-2{
        width: 22.5%;
    } */
}


.col-12 .text-green-700{
    display: flex!important;
    align-items: center!important;
}

.col-12 .text-green-700 svg{
    transform: scale(1.5)!important;
    margin-left: 5px!important;
}

.p-dialog-header .pi:before {
    color: #2a3283!important;
}


.p-button.p-button-secondary, .p-button.text-900{
    color: #ffffff!important;
}