@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
}

.dc-wrap-login {
    width: 100%;
    height: 100vh;
    background-color: teal;
    background-image: url(../images/BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
}

.dc-wrap {
    width: 100%;
    height: 100vh;
    background-color: #f8f9fa;

    overflow-y: scroll;
    overflow-x: hidden;
}

.navbar-nav button i {
    font-size: 26px;
}

@media screen and (min-width: 769px) {
    .navbar .navbar-brand {
        width: 220px;
    }
}

@media screen and (max-width: 768px) {
    .navbar .navbar-text {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .navbar .navbar-nav .btn-menu {
        display: none;
    }

    .menu-sidebar {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .menu-sidebar {
        display: none;
    }

    .menu-container {
        padding: 20px 15px !important;
    }
}

.menu-sidebar {
    width: 300px;
    background-color: #f8f9fa;
}

.menu-sidebar nav .nav-link {
    color: #333 !important;
    font-size: 14px;
}

.menu-sidebar nav .nav-link i {
    font-size: 18px;
}

.menu-sidebar nav .nav-link {
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 7px;
}

.menu-sidebar nav a.nav-link:hover {
    background: white;
    color: #008b8b !important;
}

.menu-sidebar nav a.active {
    background-color: darkcyan;
    color: white !important;
}

.menu-sidebar nav .nav-title {
    opacity: 0.5;
}

.menu-container {
    padding: 20px 20px 20px 30px;
}

.dc-req-lbl label::after {
    content: "*";
    color: red;
}

.form-label {
    font-size: 12px !important;
    font-weight: 600;
}

.dc-gelar {
    font-size: 12px !important;
    color: chocolate !important;
}

a.dc-btn-opt {
    font-size: 18px !important;
    color: #222;
    padding: 3px 7px;
    border-radius: 15px;
    cursor: pointer;
    visibility: hidden;
    text-decoration: none;
}

a.dc-btn-opt:hover,
a.dc-btn-opt:active {
    background: #ccc;
}

.card {
    border: none;
    padding: 1.5rem;
}

table tr:hover a.dc-btn-opt {
    visibility: visible;
}

.table {
    --bs-table-hover-bg: rgba(0, 0, 0, 0.04);
}

.card-filter {
    background: #f1f1f1;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .dc-form-filter {
    background: #f1f1f1;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
} */

.assessment-card {
    background-image: url(../images/assessment_background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    box-sizing: border-box;
}

ul.dc-list-badges {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

ul.dc-list-badges li {
    padding: 3px 10px;
    background-color: rgb(255, 238, 255);
    border: 1px solid rgb(202, 154, 202);
    color: purple;
    font-size: 9pt;
    font-family: monospace;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

table.dc-tbl {
    width: 100%;
}

table.dc-tbl thead tr th,
table.dc-tbl tbody tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
}

table.dc-tbl tbody tr td {
    vertical-align: top;
}

.instrumen-list {
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
    margin-left: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dadada;
}

.instrumen-number {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: coral;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: -60px;
    margin-top: -10px;
    color: white;
}

.instrumen-title {
    color: saddlebrown;
}

.instrumen-kriteria {
    font-size: 18px;
}

@media (min-width: 576px) and (max-width: 1024px) {
    .instrumen-list>.row>div>p {
        margin-top: 15px;
    }
}

.notification {
    padding: 20px;
    border-left: 5px solid dodgerblue;
    margin: 10px 0;
    text-align: left;
    -moz-box-shadow: 0 5px 15px #dddddd;
    box-shadow: 0 5px 15px #dddddd;
    display: flex;
    align-items: center;
    background-color: white;
}

.status-badge,
.status-badge-success,
.status-badge-warning,
.status-badge-info,
.status-badge-danger {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.status-badge-success {
    background-color: rgb(189, 255, 222);
    color: rgb(0, 128, 64);
}

.status-badge-warning {
    background-color: rgb(255, 248, 189);
    color: rgb(170, 167, 0);
}

.status-badge-info {
    background-color: rgb(189, 236, 255);
    color: rgb(0, 100, 139);
}

.status-badge-danger {
    background-color: rgb(255, 198, 198);
    color: rgb(116, 0, 0);
}

.dc-card-header {
    background-color: none;
    border-left: 3px solid rgb(0, 100, 139);
    padding-left: 20px;
    margin-bottom: 15px;
}

.dc-card-header>h5 {
    margin: 0;
}

.dc-page-desc {
    background-color: rgb(213, 241, 236);
    padding: 25px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.dc-btn-dl {
    background-color: white;
    padding: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ebebeb;
}

.dc-btn-dl:hover {
    background-color: #f8f8f8;
    text-decoration: none;
    color: #333;
    outline: 3px solid dodgerblue;
}