@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
body {
    background-color: #f0ecec!important;
    font-family: 'Quicksand', sans-serif;
}

body.modal-open .container {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
}

body.modal-open .carousel {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
}

body.modal-open footer {
    -webkit-filter: blur(2.5px);
    -moz-filter: blur(2.5px);
    -o-filter: blur(2.5px);
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
}

.mt-55 {
    margin-top: 55px;
}

.roundedimg {
    border-radius: 0.5rem!important;
}

.divider-custom {
    width: 12rem;
    background-color: #556080;
    border-radius: 9999px;
    border: 0 solid #556080;
    height: 0.25rem;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

#wrapper {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.list-group-item-light.list-group-item-action.active {
    color: #636464;
    background-color: #5a5656!important;
    border-color: #4a4b4a;
}

.overflow-hidden {
    overflow: hidden !important;
}

*[dir=rtl] .mfs-3,
html:not([dir=rtl]) .mfe-3 {
    margin-right: 1rem!important;
}

*[dir="rtl"] .mfe-3 {
    margin-left: 1rem !important;
}

.border-top-success {
    /* border-top: 3px solid #198754!important; */
    border-top: 5px solid #4ad44c!important;
}

.border-top-admin {
    /* border-top: 3px solid #198754!important; */
    border-top: 5px solid #4a4b4a!important;
}

.bg-light {
    /* background: #198754!important;
  border-top: 5px solid #ffb93a; */
    background-color: #232424!important;
    /* border-top: 5px solid #d7664d; */
    color: white;
}

.bg-sidebar {
    background-color: #4a4b4a!important;
}

.bg-footer {
    background-color: #238023!important;
}

.list-group-item-light {
    color: #fefefe!important;
    background-color: #4a4b4a!important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.btn-success {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #4ad44c!important;
    border-color: #4ad44c!important;
}

.btn-admin {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #4a4b4a!important;
    border-color: #4a4b4a!important;
}

.btn-success:hover {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #4ad44c!important;
    border-color: #4ad44c!important;
}

.btn-success:active {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #c1f0c2!important;
    border-color: #c1f0c2!important;
}

.btn-success:disabled {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #4ad44c!important;
    border-color: #4ad44c!important;
}

.btn-success:focus {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #c1f0c2!important;
    border-color: #c1f0c2!important;
    box-shadow: none!important;
}

.btn-success-dark {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #3f403f;
    border-color: #4a4b4a;
}

.btn-success-dark:hover {
    color: #fff;
    /* background-color: #116f44;
  border-color: #116f44; */
    background-color: #4ad44c;
    border-color: #4ad44c;
}

.ql-editor {
    min-height: 200px !important;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    overflow-x: scroll;
}

.map-container {
    height: 300px;
    width: 100%;
}

.mapboxgl-ctrl-geocoder {
    font: 15px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: relative;
    background-color: white;
    width: 33.3333%;
    min-width: 260px;
    max-width: 360px;
    z-index: 1;
    border-radius: 3px;
}

.mapboxgl-popup-content {
    position: relative;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    padding: 10px 10px 15px;
    pointer-events: auto;
}

.navbar-custom {
    /* background-color: #198754;
  border-top: 5px solid #ffb93a; */
    background-color: #8269e0;
    border-top: 5px solid #b0b6da;
}

.navbar-light .navbar-nav .nav-link {
    color: white
}

.navbar-light .navbar-nav .nav-link:hover {
    color: white !important
}

.dropdown-menu {
    padding: 5px;
}

.dropdown-item:hover {
    color: white;
    /* background-color: #198754; */
    background-color: #232424;
    border-radius: 5px;
}

.nav-link.active {
    color: white;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.mt-minus-87 {
    margin-top: -87px;
}

.ms-8 {
    margin-left: 8rem!important;
}

.dropdown-menu {
    border: 0;
}

.image-gallery-slide .image-gallery-image {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

.image-gallery-thumbnail {
    opacity: .3;
}

.image-gallery-thumbnail.active {
    opacity: 1;
    border: none;
}

.image-gallery-thumbnail:hover {
    border: none;
    transition: none;
}

.image-gallery-thumbnail-image {
    border-radius: .5rem!important;
    height: 70px;
    object-fit: cover;
}

.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
    width: 50px;
    height: 50px;
    z-index: 9;
    top: 50%;
    background: white;
    border: none;
    border-radius: 30px;
}

.image-gallery-icon {
    /* color: #689f38; */
    color: #8269e0;
}

.image-gallery-icon:hover {
    /* color: #689f38; */
    color: #8269e0;
    transition: none!important;
}

.icon-info-green {
    /* background-color: #689f38; */
    background-color: #8269e0;
    border-radius: 35px;
    box-shadow: 0 3px 6px 0 rgb(4 172 233 / 20%);
    width: 45px!important;
    height: 45px!important;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 20px;
}

.icon-info-green i {
    position: relative;
    top: calc(47% - 11px);
}

.carousel-control-next {
    text-decoration: none!important;
}

.carousel-control-prev {
    text-decoration: none!important;
}

.carousel-custom {
    z-index: 9;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 20px;
    width: 55px;
}

.footer_top {
    padding: 120px 0px 200px;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 15px;
}

.footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../images/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.footer_top .footer_bg .footer_bg_one {
    background: url("../images/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}

.footer_top .footer_bg .footer_bg_two {
    background: url("../images/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}

@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

@keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}

.bg-green {
    /* background-color: #43a047; */
    background-color: #161313;
}

.bg-navbar {
    background-color: #238023;
}

.btn-cart {
    position: fixed;
    bottom: 100px;
    border-radius: 50px;
    z-index: 100;
    right: 8%;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

#count-cart {
    font-size: 12px;
    background: #bf0b1c;
    color: #fff;
    vertical-align: top;
    margin-left: -5px;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 0.2;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .nav-justified .nav-item,
    .nav-justified>.nav-link {
        flex-basis: 0;
        flex-grow: 2;
        text-align: center;
    }
}

.img-carousel {
    height: 250px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.carousel-custom {
    z-index: 9;
    background: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    width: 37px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.product .card-body {
    background: #f7f7f7;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #463d3b;
    border-color: #1f1614;
}

.page-link {
    position: relative;
    display: block;
    color: #463d3b;
    text-decoration: none;
    background-color: #fff;
}

.rounded-top {
    border-top-left-radius: .5em !important;
    border-top-right-radius: .5em !important;
}

.rounded-top-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: .5em !important;
    border-bottom-right-radius: .5em !important;
}

.bg-gray {
    background-color: #d8d8d8 !important;
}

.w-5 {
    width: 10%;
}

.btn-transparent {
    background-color: transparent !important;
}

.text-success {
    color: #463d3b!important;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

.input-group-text-search {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #463d3b;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.container-kartu {
    position: absolute;
    left: 25%;
    top: 20%;
}

.kartu {
    width: 6.610in;
    height: 3.575in;
    padding: 1.3rem 0 1.3rem 0;
    box-shadow: 0 0 5px #000000;
    background-image: url('../images/depan.jpeg');
    background-repeat: no-repeat;
    background-size: 650.4px 354px;
    border-radius: 10px;
}

.kartubelakang {
    width: 6.610in;
    height: 3.575in;
    padding: 1.3rem 0 1.3rem 0;
    box-shadow: 0 0 5px #000000;
    background-image: url('../images/belakang.jpeg');
    background-repeat: no-repeat;
    background-size: 650.4px 354px;
    border-radius: 10px;
}

p {
    font-size: 15px;
}

.hidden {
    text-indent: -9999px;
    /* sends the text off-screen */
    background-image: url(/the_img.png);
    /* shows image */
    height: 8px;
    /* be sure to set height & width */
    width: 50px;
    white-space: nowrap;
    /* because only the first line is indented */
}

h4 {
    color: white;
}

.kotak {
    background: #ffffffe5;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    cursor: pointer;
}

.kotak:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.kotak h3 {
    font-weight: 600;
}

.kotak img {
    position: center;
    top: 20px;
    right: 20px;
    max-height: 120px;
}

.kegiatan img {
    position: center;
    top: 50px;
    right: 50px;
    max-height: 150px;
}

@media(max-width: 990px) {
    .card {
        margin: 20px;
    }
}

.verif-false {
    background-color: #ed9797 !important;
}

.badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 2px 0;
}

.badge-revisi {
  background-color: #ed1212;
  color: #fffcfc;
  border: 1px solid #ddd;
}


/* kartu */


/* .box {
  position: relative;
}
.card {
  width: 85.60mm;
}
.logo {
  position: absolute;
  top: 3pt;
  right: 0pt;
  font-size: 16pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff !important;
}
.logo p {
  text-align: right;
  margin-right: 16pt;
}
.logo img {
  position: absolute;
  margin-top: -5pt;
  width: 40px;
  height: 40px;
  right: 16pt;
}
.nama {
  position: absolute;
  top: 100pt;
  right: 16pt;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff !important;
} */


/* .telepon {
  position: absolute;
  margin-top: 120pt;
  right: 16pt;
  color: #fff;
}
.barcode {
  position: absolute;
  top: 105pt;
  left: .860rem;
  border: 1px solid #fff;
  padding: .5px;
  background: #fff;
} */


/* .text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center-member {
  text-align: center;
} */