@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");
body {
    background: url("../../dist/img/patern.png");
    background-size: 190px;
    background-repeat: repeat;
}
.content-wrapper {
    background-color: #0000001a !important;
}
.content-header h1 {
    font-family: "Berkshire Swash", cursive;
}
a {
    color: #3498db;
    text-decoration: none;
    background-color: transparent;
}
.card-title,
.content-header h1 {
    font-weight: bold;
}
.card-header {
    /* background-color: #94a4a7; */
}
.page-item.active .page-link {
    z-index: 3;
    color: #ffffff !important;
    background-color: #94a4a7;
    border-color: #94a4a7;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #343a40;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.dropdown-item {
    color: black !important;
}
.dataTables_filter {
    float: right !important;
}
.dataTables_length {
    float: left !important;
}
/* .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
} */
.text-sm .content-header {
    padding: 2rem 1rem 1rem;
}
.bg-info {
    background-color: #70a5ad !important;
    border-color: #739aa0;
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #70a5ad;
    border-color: #70a5ad;
}
.content-collapse p,
dl,
ol,
ul {
    margin-bottom: 0rem !important;
}
.text-sm {
    font-size: 13px !important;
}
.collapse {
    background-color: whitesmoke;
}
.w-80 {
    width: 80% !important;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
    padding: 0rem;
}
.login-page {
    height: 85vh !important;
}
.small-box > .inner {
    padding: 10px;
    min-height: 130px;
}

hr.dashed {
    border-top: 1px solid #bbb;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.9;
}

a.nav-link-period {
    font-size: 20px;
    margin-top: -7px;
    color: #1f2d3d !important;
}

th {
    vertical-align: middle !important;
}

.hand-cursor {
    cursor: -webkit-grab;
    cursor: grab;
}

.row-program {
    background-color: rgba(115, 184, 225, 0.4);
}

.row-kegiatan {
    background-color: rgba(98, 203, 49, 0.3);
}
.row-kro {
    background-color: rgba(98, 203, 49, 0.15);
}
.row-ro {
    background-color: rgba(127, 131, 195, 0.5);
}
.row-komponen {
    background-color: rgba(127, 131, 195, 0.2);
}
.row-sub-komponen {
    background-color: rgba(236, 209, 115, 0.5);
}
.row-mak {
    background-color: rgba(93, 188, 243, 0.582);
}
.row-header-detail {
    background-color: rgba(248, 144, 248, 0.589);
}

.blink {
    color: red;
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}
.noblink {
    margin-right: 0.5rem;
}

.hand-cursor:hover{
    cursor: pointer; 
}

.form-border {
    border: #1f2d3d;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}