
/* 
    Created on : 29 de out. de 2024, 00:05:59
    Author     : edson
*/

body .ui-button{
    background-color: #6892a7 !important;
    width: 130px;
    outline:0 none;
    border: none !important;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s  !important;
}

/*body .ui-button:hover{
    background-color: #89bed9 !important;

}*/



.button-border-radius{
    border-radius:35px  !important;
}

.button-add:hover {
    background-color: #3fbd70 !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-info {
    background-color: #32cc57 !important;
    border-color: #09ae31 !important;
    color: white !important;
}


body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image:before {
    content: "";
    color: white !important;
}





body .ui-calendar .ui-button.ui-button-icon-only {
    border-top-right-radiusa:15px  !important;
    border-bottom-right-radius:15px  !important;
}

.font-style{
    font-weight: 700  !important;
    color: #32415B !important;
    font-size: 20px  !important;


}
.font-style-number{
    font-size: 25px  !important;
    color: #32415B !important;
}


body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
    color: #6892a7 !important;
}

body .ui-tabs.ui-tabs-top>.ui-tabs-nav li.ui-tabs-header.ui-state-active {
    border-color: #18df75 !important;
}

.button-chevron-down {
    background: transparent !important;
    color: black !important;
    border: none !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
    border-color: #18df75 !important;
    background: #18df75 !important;
    color: #18df75 !important;
}

.title-filter{
    color: #6892a7 !important;
    padding: 0;
    font-weight: 500;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    font-family: 'Inter';
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;
}

.title{
    color: #6c757d;
    font-size: 17px;
}

#titulo-filtro{
    color: #3e4676;
    margin-top: 15px;
    margin-bottom: -8px;
    font-size: larger;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}

.monthlyIncomeStyler{
    width: 100% !important;
}


.custom-collapse {
    transition: height 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.custom-collapse.show {
    opacity: 1;
}

.list-group-item.active {
    background-color: #6892a7 !important;
    color: white !important;
    font-weight: bold;
    border: none;
}

.list-group-item.active i.fa-chevron-right {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
}

.login-content-card {
    max-width: 500px;
    background-color: rgba(255, 255, 255, .3) !important;
    border-radius: 5px;
    box-shadow: 1px 1px 20px black
}

.login-content {
    height: 100vh;
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Roboto', sans-serif !important;
    background-color: #dbe9ee !important;
    background-image: url(../assets/img/background2.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    color: white !important;
}

.button-icon {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, .9);
    color: black
}

.lost-password {
    display: flex;
    justify-content: end;
    text-decoration: none !important;
    color: white !important;
}
.create-acount {
    text-align: center;
}

.login-content a {
    color: white;
    text-decoration: none;
}

.login-content a:hover {
    text-decoration: underline;
}

.button-login {
    background-color: #1F2937 !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: all 0.3s ease-in-out;
}

.button-login:hover {
    transform: scale(1.02); 
    cursor: pointer;
}


body .fc .fc-event {
    background:rgb(31, 204, 213) !important;
}

body .fc .fc-toolbar .fc-button {
    background:#6892a7 !important;
    border: 1px solid #bcbebf !important;

}


