:root {
    --bg-nav: #fff;
    --nav-color: #333;
}

@media only screen and (min-width : 800px){
body.toggle-sidebar .header {
    left: 0;
}
.header {left: 250px}

.row_ {
    display: flex;
    flex-wrap: wrap;
}

.row_ .role-card {
    width: 31%;
    margin-right: 3%;
    margin-top: 20px;
}

.role-card:nth-of-type(3n+0) {
    margin-right: 0;
}

}

.row_ .role-card {
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}



@media only screen and (max-width : 800px){
i.bi.bi-list.toggle-sidebar-btn {right: -58px!important;}

.row_ .role-card {width: 100%; margin-right: 0;}
}

body.toggle-sidebar .header {
    /* left: 0; */
}

.logo-absolute {
    color: #fff;
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    /* background: var(--theme-color); */
}
.logo-absolute a span {
    color: #fff;
}

.header-nav .nav-profile {
    color: var(--nav-color);
}

.main-feature {
    background: #d7e8ff;
}

.main-feature .icon-f {
    color: #4088a8;
}

.align-center {
    text-align: center;
}
.inline-center {
    margin-left: auto;
    margin-right: auto;
}

a.open-tap {
    font-size: small;
    color: #2a2a2a;
    background: rgb(0 0 0 / 5%);
    padding: 6px 15px;
    border-radius: 50px;
    display: inline-block;
    line-height: normal;
    border: 1px solid rgb(0 0 0 / 12%);
}

p.desc {
    font-size: 14px;
    opacity: 0.6;
}

.master-co .card-icon {
    margin-bottom: 20px;
}
.master-co h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #444;
}

.dashboard .master-co .co-data {
    color: #ffffff;
    background: #ffc107;
}

.dashboard .master-co .co-perusahaan {
    color: #ffffff;
    background: #3f8ddb;
}
.dashboard .master-co .co-recycle {
    color: #ffffff;
    background: #ea4848;
}
.dashboard .master-co .co-buku-mutu {
    color: #ffffff;
    background: #55d685;
}

.dashboard .master-co .co-data-wrap a.open-tap {
    /* color: #ffc107; */
}

.dashboard .master-co .co-perusahaan-wrap a.open-tap {
    /* color: #3f8ddb; */
}
.dashboard .master-co .co-recycle-wrap a.open-tap {
    /* color: #ea4848; */
}
.dashboard .master-co .co-buku-mutu-wrap a.open-tap {
    /* color: #55d685; */
}

a.open-tap i.bi {
    vertical-align: -1px;
    transition: all .3s;
}

.master-co:hover a.open-tap i.bi {
    padding-left: 10px;
}

.master-co:hover .co {
    _width: 100%;
    box-shadow: none;
    _border-radius: 50px!important;
}

.dashboard .master-co .co {
    overflow: hidden;
    /* box-shadow: 1px 1px 6px rgb(0 0 0 / 15%); */
    /* -webkit-box-shadow: 1px 1px 6px rgb(0 0 0 / 15%); */
    position: relative;
    transition: all .3s;
}

.co .bi {
    z-index: 1;
}

.dashboard .master-co .co:after_ {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
}


.master-co-pagetitle h1 {
    background: #fff;
    max-width: 300px;
    padding: 10px;
    font-size: 19px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
}




/* UI */
.modal-footer .btn {
    width: 48%;
    border: 0;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
}

.sidebar .logo:after {
    content: "Beta1.0";
    background: #ffffff;
    color: var(--theme-color);
    padding: 3px 7px;
    position: absolute;
    right: 20px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50px;
}


.modal-footer .btn:hover {
    color: #fff;
}

.publish-ui h5.card-title {
    margin-bottom: 0;
    padding: 0;
}

.judul_berita input {
    border: 0;
    border-bottom: 2px solid #d5d5d5;
    border-radius: 0;
}

.kategori-ui {
    /* border: 1px solid #525252; */
    border-radius: 5px;
    text-align: center;
    font-size: small;
    display: inline-block;
    padding: 3px 5px;
    background-color: #838383;
    color: #fff;
    line-height: 1;
}

.item-judul {
    font-size: 18px;
    color: #333;
}

.img-thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

thead.head-post {
    display: none;
}

.item-summary {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.btn-post-action {
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 11px;
}

tr.item-post:hover .btn-post-action {
    opacity: 1;
}

tr.item-post {
    border: 1px solid #d5d5d5;
    padding: 10px;
    display: block;
    margin: 10px 0;
    border-radius: 8px;
    position: relative;
}

tr.item-post td {
    border: 0;
}

.btn-post-action .btn-no {
    color: #444;
    padding-left: 5px;
    font-size: 16px;
}

.btn-post-action .btn-no.delete-post {
    color: #dc3545;
}

.btn-post-action .btn-no.edit-post {
    color: #1995d4;
}

.item-summary h2 {
    font-size: inherit;
    margin: 0;
}

form#filter-form input, form#filter-form select {
    font-size: 14px;
    background: #eee;
    padding: 4px 10px;
}

form#filter-form label {
    margin-bottom: 5px;
    font-size: small;
}

.modal-header.no-flex {
    display: block;
    padding-top: 0;
}

.modal-header.no-flex .publish-ui {}

h5.card-title.entry-post {
    display: flex;
    width: 70%;
}

h5.card-title.entry-post input {
    width: 100%;
}

.master-index .info-card:before {content: "";width: 12em;height: 12em;background: #e9f4fa;border-radius: 50em;position: absolute;left: -5em;top: -9em;user-select: none;transition: all .3s;}

.master-index .info-card:after {
    content: "";
    background: #f7fcfe;
    width: 5em;
    height: 5em;
    border-radius: 50em;
    position: absolute;
    bottom: -3em;
    right: 1em;
    user-select: none;
    transition: all .4s;
}

head {
    content: "";
    width: 6em;
    height: 6em;
    border: 10px solid #188cc938;
    position: absolute;
    border-radius: 50em;
    top: -4em;
    right: 0em;
}

.card-body.master-co {
    z-index: 1;
}

.dashboard .info-card:hover:before {
    border-radius: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dashboard .info-card:hover:after {
    bottom: -6em;
}

.master-index .info-card:hover {
    box-shadow: 0px 0px 0 2px rgb(27 161 226 / 53%);
    transition-delay: .3s;
}

h5.card-title.icon i {
    font-size: 40px;
    margin-top: -1px;
    position: absolute;
    display: block;
    top: 18px;
    color: #fff;
}

h5.card-title.icon {
    display: inline-block;
}

.dash-home .info-card:after {
}

.dash-home .info-card .card-body:after {
    content: "";
    width: 7em;
    height: 7em;
    position: absolute;
    background: #fff;
    right: -3em;
    bottom: -3em;
    border-radius: 50em;
    opacity: .4;
    transition: all .3s;
}



.master-index.pengajuan .info-card:before {
    left: -5em;
    bottom: 0;
    top: 0;
    border-radius: 0em 10em 17em 0em;
    background: #e5f4fb;
}

.pengajuan .card-body {
    z-index: 1;
}

.master-index .info-card:hover {
    /* box-shadow: 0px 2px 20px 4px rgb(0 0 0 / 6%); */
}

.info-recent {}