html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: rgb(222, 222, 222);
}
footer {
    position: relative;
    z-index: 1;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.bg-breadcrumb {
    background: #35c2e0;
}
.bg-breadcrumb .breadcrumb-item a {
    color: white !important;
    font-weight: bold;
}
.bg-breadcrumb .breadcrumb-item.active {
    color: white;
}
.shadow {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.pointer {
    cursor: pointer;
}
.nav-link {
    font-size: 18px;
}
.nav-link.active {
    font-weight: bold;
    color: #35c2de !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler {
    border: none;
}
.menu-side .text-menu {
    font-size: 18px;
    color : white;
}
.menu-side {
    width: 100%;
    padding: 13px 25px;
    background: #53bfd8;
}
.menu-side .dropdown-toggle {
    color: #fff;
    font-size: 18px;
}
.menu-side.active, .menu-side:hover {
    background-color: #248297;
}
.sub-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper {
    /* position: relative;
    z-index: 1; */
    min-height: 100vh;
}
.title h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
}
.title a {
    color: #333;
    text-decoration: none;
}
.title a:hover {
    text-decoration: underline;
}
.title hr {
    margin-top: 0;
    border-top: 3px solid #000;
    opacity: 1;
}
.custome-dropdown {
    background: #0000007d;
    border-radius: 0;
}
.custome-dropdown a {
    color: #fff;
}
.custome-dropdown a:hover {
    color: #333;
}
.card-items a {
    text-decoration: none;
}
.card-items .item-title {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 666;
    color: #333;
}
.card-items p {
    color: #333;
}
.footer-sosmed a {
    border: 1px solid #efecff;
    border-radius: 20px 0 20px 20px;
    width: 39px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    line-height: 39px;
    display: inline-block;
    color: #ffffff;
}
.footer-sosmed a:hover {
    color: #333;
    border: 1px solid #efecff;
    background-color: #efecff;
}
.kontak-sosmed a {
    border: 1px solid #333;
    border-radius: 20px 0 20px 20px;
    width: 39px;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    line-height: 39px;
    display: inline-block;
    color: #333;
}
.kontak-sosmed a:hover {
    color: #fff;
    border: 1px solid #333;
    background-color: #333;
}
.card-items .image-item-gallery {
    background-color: #333;
    height: 250px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.card-items .image-item {
    background-color: #333;
    height: 250px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.side-items .image-item {
    background-color: #333;
    height: 90px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.datepicker-inline {
    width: 100% !important;
}
.table-condensed {
    width: 100%;
    height: 300px !important;
}
.ppid-items b {
    font-size: 15px;
}
.ppid-items .card {
    min-height: 150px;
}
.ppid-items .card:hover {
    background-color: #35c2e0 !important;
    color: #fff;
}
.text-detail img {
    width: 100% !important;
    height: auto !important;
}

@media screen and (max-width: 900px) {
    .wrapper {
        margin-top: 80px;
    }
    .container-fluid {
        padding: 0 !important;
    }
    .container-fluid.home {
        padding: 15px !important;
    }
    .ppid-items .card {
        min-height: 170px;
    }
    .radio-display {
        display: block !important;
    }
    .title {
        display: block !important;
    }
    .title h2 {
        font-size: 1.8rem;
    }
    .title a {
        font-size: 0.8rem;
    }
}

/* CSS SIDE MENU */
.dropdown-submenu {
    position: relative;
    z-index: 13;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    /* background-color: transparent; */
    border: 0;
    padding: 13px 25px;
}
.dropdown-item {
    padding: 13px 25px;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    min-width: 100%;
}
.dropdown-submenu:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-menu.show {
    left: 95% !important;
    top: -40px !important;
    min-width: 50%;
}
.dropdown-toggle::after {
    display: none;
}

@media(max-width : 1090px) {
    .dropdown-item {
        background: #fff;
    }
    .dropdown-menu.show, .dropdown-submenu .dropdown-menu {
        left: 0 !important;
        top: 10px !important;
        min-width: 100%;
        background-color: #fff;
        position: relative;
        margin: 0px -25px;
        border-radius: 0;
    }
}
