.dashboard .row1{
    /* background-color: #B48DD3; */
    color: #fff;
    border-radius: 10px;
    /* background-image: url(../media/card/Jumlah\ Klarifikasi.svg); */
}

#btn-edit {
    background-color: #F5F8FA !important;
    width: 38px;
    height: 38px;
    padding: 5px !important;

}
#btn-edit i {
    color: #00A8FF !important;
    font-size: 20px;
}

#btn-hapus {
    background-color: #F5F8FA !important;
    width: 38px;
    height: 38px;
    padding: 5px !important;

}
#btn-hapus i {
    color: #D63031 !important;
    font-size: 20px;
}
#btn-detail {
    background-color: #F5F8FA !important;
    width: 38px;
    height: 38px;
    padding: 5px !important;

}
#btn-detail i {
    color: #04B76B !important;
    font-size: 20px;
}


.widget-purple{
    background:#B48DD3;
    color:#fff;
}
.widget-blue-soft{
    background: #709FBA;
    color: #fff;
}
.widget-yellow{
    background: #FFA755;
    color: #fff;
}
.widget-blue{
    background: #6993FF;
    color: #fff;
}
.widget-green{
    background: #68E365;
    color: #fff;
}
.widget-red{
    background: #FE7D65;
    color: #fff;
}

.widget-purple .icon{
    background: #D39BFF;
    padding: 8px;
    border-radius: 5px;
    margin-right: 20px;
}
.widget-blue-soft .icon{
    background: #8CB7D0;
    padding: 8px;
    border-radius: 5px;
    margin-right: 20px;
}
.widget-yellow .icon{
    background: #FFB978;
    padding: 8px;
    border-radius: 5px;
    margin-right: 20px;
}
.widget-blue .icon{
    background: #83A6FF;
    padding: 8px;
    border-radius: 5px;
    margin-right: 20px;
}
.widget-green .icon{
    background: #81E87E;
    padding: 8px;
    border-radius: 5px;
    margin-right: 20px;
}
.widget-red .icon{
    background: #FF9581;
    padding: 8px;
    border-radius: 5px;
    margin-right: 20px;
}
.widget .title{
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
}

.widget i{
    color: #fff;
    font-size: 24px;
}
.widget h3{
    font-size: 30px;
}


.widget::after{
    background: url(../media/card/elipse.png) no-repeat;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: contain;
    margin-right: 0px;
    background-position: right;
}
.card2 .up{
    font-size: 18px;
    font-weight: 600;
}
 
/* RESPONSIVE */

@media only screen and (max-width: 768px) {
    .filter-dash{
        display: contents;
    }
    .dash-title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
       justify-content: center;
    }
    #detail .judul{
        font-size: 16px !important;
        font-weight: 600;
    }
    #detail .up {
        font-size: 14px !important;
        color: #7C8DB5;
    }
    #detail .down {
        font-size: 14px !important;
        color: #000;
    }
}




.login .content-wrapper {
    padding: 1rem;
}
.login .content-wrapper {
    background: linear-gradient(90deg, rgba(240,0,0,1) 59%, rgba(220,40,30,1) 100%);
    width: 100%;
    flex-grow: 1;
}
.login .auth .auth-form-light {
    border-radius: 20px;
}
.login .auth .auth-form-light {
    background: #ffffff;
}
.login a {
    color: #f00000;
}
.login .auth .brand-logo {
    margin-bottom: 2rem;
}
.login .auth .brand-logo {
    text-align: center;
}
.login .form-group {
    margin-bottom: 12px;
}
.login .btn.btn-lg {
    font-size: 16px;
}
.login .btn-color-login {
    background: #00A85A;
    color: #ffffff;
    width: 35%;
    border-radius: 7px;
    font-weight: 600;
    letter-spacing: 3px;
}
.login .page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
}
.login .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.login .page-body-wrapper {
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}
.login .input-group {
    border-radius: 10px;
}

#detail .judul{
    font-size: 18px;
    font-weight: 600;
}
#detail .up {
    font-size: 16px;
    color: #7C8DB5;
}
#detail .down {
    font-size: 16px;
    color: #000;
}