.kotak_parameter {
    background-color:  #F5F5F5;
    border: 1px;
}

.tinggi_parameter{
    height: calc(1.7rem + 4px) !important;
}

.tombol_tabel{
    margin-left: 0px !important;
    color: white !important;
}

.kuning{
    background-color: #FFB300;
}

.pink{
    background-color: #5E35B1;
}

.hijau{
    background-color: #4CAF50;
}

.biru{
    background-color: #1455CD;
}

.menu-w .logo-w img {
    width: 200px !important;
    height: 40px !important;
}

.top-bar.color-scheme-bright{
    background-color: #1455cd !important;
}

.el-tablo .label{
    color: white;
}

.el-tablo.highlight .value{
    color: white;
}

.btn-warning:hover {
    background-color: #FFB300;
    border-color: #FFB300;
}

.form-control.bright {
    border-radius: 8px;
}

.btn-sm, .btn-group-sm > .btn, .all-wrapper .btn-group-sm > .fc-button {
    border-radius: 8px !important;
}

.alert-danger {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
    color: black !important;
}

.btn-success {
    background-color: #4CAF50 !important;
}

.btn-danger {
    background-color: #F44336 !important;
}


/* elemen {

    cursor: pointer;

} */
.btn-warning:hover {

    background-color: #FFB300;
    border-color: #FFB300;

}
.btn-warning.disabled, .btn-warning:disabled {

    color: #292b2c;
    background-color: #fbe4a0;
    border-color: #fbe4a0;

}
.btn-warning:hover {

    color: #292b2c;
    background-color: #f9da7b;
    border-color: #f9d66f;

}

.btn.disabled, .all-wrapper .disabled.fc-button, .btn:disabled, .all-wrapper .fc-button:disabled {
    
    cursor: no-drop !important;

}

.label-primary {
    background-color: #1455CD !important;
    color: white;
}

.label-success {
    background-color: #4CAF50 !important;
    color: white;
}

.label-warning {
    background-color: #f9da7b !important;
    color: white;
}

.label-danger {
    background-color: #F44336 !important;
    color: white;
}