/* iframe body{
    background-color: #2a3283!important;
} */

.p-button.p-button-secondary {
    background-color: #2a3283!important;
    color: white!important;
}
.p-input-icon-left>.p-inputtext{
    color: #2a3283!important;
}
.bg-green-300{
    background-color: #2a3283!important;
}

.p-button.p-button-info, .p-buttonset.p-button-info>.p-button, .p-fileupload-choose.p-button-info, .p-splitbutton.p-button-info>.p-button{
    background-color: #f7bb07!important;
    color: #2a3283;
}

.p-input-icon-left>.p-inputtext::placeholder{
    color: #2a3283!important;
}

.p-inputswitch .p-inputswitch-slider{
    background: #f7bb07!important;
}

.p-inputswitch .p-inputswitch-slider:before{
    background: white!important;
}

.p-slider .p-slider-range{
    background: #2a3283!important;
}
.p-slider .p-slider-handle{
    border: 4px solid #2a3283!important;
}

.p-inputtext{
    border: 1px solid!important;
}

.p-dataview-content .p-grid .border-round{
    background: #f7d25a!important;
    box-shadow: none!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-green-700{
    color: white!important;
    font-family: 'Baskerville Semibold'!important;
    font-weight: 700!important;
}

.text-green-700>div>span{
    font-size: 14px!important;
}

.text-green-600 {
    color: #2a3283!important;
}

.p-button{
    background: #2a3283!important;
    border: 1px solid #2a3283!important;
}

.text-gray-400{
    color: #2a3283!important;
}

.p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover{
    background:#474e97!important;
}

button[aria-label="Finalizar contratación"]{
    border-color: #f7bb07!important;
    background: #f7bb07!important;
}

.text-blue-700, .text-gray-600{
    color:#2a3283!important;
}
.p-button.p-button-text{
    color:#2a3283!important;
}

h5.m0{
    font-family: 'Baskerville Semibold'!important;
    font-size: 20px;
    text-transform: uppercase!important;
    color: #2a3283!important;
}

.text-600 {
    color: #2a3283!important;
}

span.text-900.font-medium{
    color: #2a3283!important;
    font-size: 16px;
    font-weight: 800!important;
}

span.text-600.ml-1{
    font-size: 13px!important;
}

.text-blue-600{
    color: #2a3283!important;
}

.pi-pencil:before, .pi-times:before{
    color: white!important;
}

.fixed{
    position: relative!important;
}