.error{
    color: #F8285A;
    font-size: 13px;
    margin-top: 3px;
}

.logo-label-cls {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-right: 1rem;
}
.input-group .form-control.error{margin-top: 0 !important;}

.radius50{
    border-radius: 50% !important;
    box-shadow: none!important;
}

.first-card{
    background-color: #7239ea!important;
    margin: 1rem;
    width: 22rem!important;
}

.second-card{
    background-color: #f6c000 !important;
    margin: 1rem;
    width: 22rem!important;
}

.third-card{
    background-color:  #f1416c !important;
    margin: 1rem;
    width: 22rem!important;
}
.fourth-card{
    background-color:  #50cd89 !important;
    margin: 1rem;
    width: 22rem!important;
}

.eye-color-class {
    color: var(--bs-primary) !important;
}
.backgroundTransparent{
    background: transparent !important;
}

[data-kt-app-layout="dark-sidebar"] .app-sidebar .menu > .menu-item .menu-link .menu-icon, [data-kt-app-layout="dark-sidebar"] .app-sidebar .menu > .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout="dark-sidebar"] .app-sidebar .menu > .menu-item .menu-link .menu-icon i{
    line-height: 1;
    font-size: 1rem;
    color: var(--bs-text-muted) !important;
}

#dashboard>.first-card{
    background-color: #f1416c;
    color: #fff;
    width: 22rem;
    margin: 1rem;
    height: 7.1rem;
}

#dashboard>.second-card{
    background-color: #f6c000;
    color: #fff;
    width: 22rem;
    margin: 1rem;
    height: 7.1rem;
}

#dashboard>.third-card{
    background-color: #50cd89;
    color: #fff;
    width: 22rem;
    margin: 1rem;
    height: 7.1rem;
}
#dashboard .menu-icon {
    color: #fff;
    font-size: 50px !important;
    margin-top: 1.0rem;
    margin-left: -1rem;
}
#dashboard .menu-icon>i {
    color: #fff;
    font-size: 50px !important;
}
#dashboard .card-title {
    text-align: center;
    margin-top: 1rem;
    font-size: 16px;
}
#dashboard .card-value {
    font-size: 32px;
    font-weight: 700;
}
#kt_app_content_container .card-chart {
    justify-content: center;
    margin-top: 8rem;
    justify-content: space-around;
}
.filter-icon {
    font-size: 30px !important;
    margin-top: 0.5rem !important;
}
.dashboardSelect{
    background-color: #F9F9F9 !important;
    border: none !important;
}

.first-card-app-user{
    background-color: #ffc700 !important;
}
.second-card-app-user{
    background-color: #f1416c !important;
}
.third-card-app-user{
    background-color: #3e97ff !important;
}
.card_total_customized .menu-icon {
    color: #fff;
    margin-top: 3px;
    margin-left: -1rem;
}
.card_total_customized .menu-icon>i {
    color: #fff;
    font-size: 45px !important;
}
