.borderRadio {
    height: auto;
    padding: 0.825rem 1.42rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    border: 1px solid #e4e6ef;
}

.dot {
    height: 50px;
    width: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-block;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple .select2-group {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* start::BUTTON LAYANAN ANDING PAGE */
.btn-purple {
    color: #ffffff;
    background-color: #6f42c1;
    border-color: #6f42c1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-purple:hover {
    color: #ffffff;
    background-color: #59359a;
    border-color: #59359a;
}

.btn-orange {
    color: #ffffff;
    background-color: #fd9843;
    border-color: #fd9843;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-orange:hover {
    color: #ffffff;
    background-color: #fd7e14;
    border-color: #fd7e14;
}
/* start::BUTTON LAYANAN ANDING PAGE */

.mitra-kerja {
    filter: grayscale(1);
    opacity: 0.8;
}

.mitra-kerja:hover {
    filter: none;
    opacity: 1;
}

.input-group-append .btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    min-height: calc(1.5em + 1.65rem + 2px);
}

.frameUpload {
    padding: 20px;
    text-align: center;
    border: 2px dashed #ebedf3;
    border-radius: 0.85rem;
}

#footer .footer-top .footer-logo img {
    width: 80%;
}

.navigasi {
    color: white;
}

.navigasi:hover {
    color: #ffcc00 !important;
}

.pencarian {
    width: 325px;
}

.garisJudul {
    margin: 10px 0;
    width: 50%;
    height: 5px;
    text-align: center;
    border-radius: 35px;
    background: #ffce01;
}

#heroCarousel .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    text-align: left;
    position: relative;
    height: 70vh;
    /* padding-top: 60px; */
}

.hero-rounded {
    border-radius: 25% 25%;
}

.border-dashed {
    border-style: dashed !important;
    border-color: #e4e6ef;
}

.borderRadio {
    height: auto;
    padding: 0.65rem 1rem;
    font-size: 1.08rem;
    line-height: 1.5;
    border-radius: 0.42rem;
    border: 1px solid #e4e6ef;
}

#img1 {
    display: block;
}

.showing-mobile {
    display: none !important;
}

/* SUBSTRING TITLE */
.substrTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.substrTitle1Line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.glassMorph {
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.statsVisit tr { line-height: 5px; }

.text-hover-white {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

/* SUBSTRING TITLE */
.substrTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ================== Small devices (landscape phones, 576px and up) ================== */

@media (max-width: 576px) {
    .showing-mobile {
        display: block !important;
    }

    .hidden-mobile {
        display: none !important;
    }

    .drawer.drawer-on {
        background-color: rgba(255, 255, 255, 0.7) !important;
        backdrop-filter: blur(5px);
    }

    .navigasi {
        background-color: transparent !important;
        color: #181c32 !important;
    }

    .pencarian {
        width: 220px;
    }
    .pencarianBox {
        transform: translate3d(20px, 327px, 0px) !important;
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .spaceSvg {
        margin-top: 3.75rem !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

.navigasiPage2 {
    color: white !important;
}

.navigasiPage2:hover {
    color: #ffcc00 !important;
}

@media (max-width: 576px) {
    .navigasiPage2 {
        background-color: transparent;
        color: #181c32 !important;
        font-size: 13.8px;
    }

    .menu-item {
        padding-left: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media all and (max-width: 576px) {
    #img1 {
        display: none;
    }
}

@media (max-width: 576px) {
    #heroCarousel .carousel-container {
        height: 80vh;
        text-align: center;
    }

    .garisJudul {
        margin: 10px 0;
        width: 100%;
        height: 5px;
        text-align: center;
        border-radius: 35px;
        background: #ffce01;
    }

    .sizeGambar {
        min-height: 150px !important;
    }

    .expandUser {
        transform: translate3d(100px, 80px, 0px) !important;
    }

    /* account info Button */
    .nav-profile {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 30px;
        transition: 0.3s;
        border: 2px solid rgba(255, 255, 255, 0.6);
        position: relative;
        font-family: "Poppins", sans-serif;
    }

    .nav-profile a {
        padding: 0px 10px;
        display: inline-block;
    }

    .nav-profile:hover {
        border-color: #fff;
        color: #fff;
    }
    .profile .name {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .profile .jabatan {
        color: var(--info-hex);
        font-size: 14px;
    }
    .profile .dinas {
        text-transform: uppercase;
    }
    .profile li i {
        font-size: 18px;
        display: inline-block;
        background: var(--info-hex);
        color: #ffffff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 10px;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
    }
    .profile li i:hover {
        background: var(--info-hex);
        color: #ffffff;
        text-decoration: none;
    }
}

.hoverActive {
    background-color: none !important ;
}

.hoverActive:hover {
    background-color: #F3F6F9 !important ;
    border-radius: 1.42rem !important;
}

@media (max-width: 576px) {
    #heroCarousel .carousel-item img {
        width: 80%;
    }
}

/* ================== Medium devices (tablets, 768px and up) ================== */

@media (max-width: 768px) {
    .width-drawer {
        min-width: 50%;
    }

    .showing-mobile {
        display: block !important;
    }

    .drawer.drawer-on {
        background-color: rgba(255, 255, 255, 0.7) !important;
        backdrop-filter: blur(5px);
    }

    .navigasi {
        background-color: transparent !important;
        color: #181c32 !important;
    }

    .pencarian {
        width: 220px;
    }
    .pencarianBox {
        transform: translate3d(20px, 327px, 0px) !important;
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .spaceSvg {
        margin-top: 3.75rem !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .navigasiPage2 {
        color: white !important;
    }

    .navigasiPage2:hover {
        color: #ffcc00 !important;
    }

    #heroCarousel .carousel-container {
        height: 80vh;
        text-align: center;
    }

    .garisJudul {
        margin: 10px 0;
        width: 100%;
        height: 5px;
        text-align: center;
        border-radius: 35px;
        background: #ffce01;
    }

    .sizeGambar {
        min-height: 150px !important;
    }

    .expandUser {
        transform: translate3d(100px, 80px, 0px) !important;
    }

    /* account info Button */
    .nav-profile {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 30px;
        transition: 0.3s;
        border: 2px solid rgba(255, 255, 255, 0.6);
        position: relative;
        font-family: "Poppins", sans-serif;
    }

    .nav-profile a {
        padding: 0px 10px;
        display: inline-block;
    }

    .nav-profile:hover {
        border-color: #fff;
        color: #fff;
    }
    .profile .name {
        font-weight: bold;
        font-size: 16px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .profile .jabatan {
        color: var(--info-hex);
        font-size: 14px;
    }
    .profile .dinas {
        text-transform: uppercase;
    }
    .profile li i {
        font-size: 18px;
        display: inline-block;
        background: var(--info-hex);
        color: #ffffff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 10px;
        border-radius: 50%;
        text-align: center;
        transition: 0.3s;
    }
    .profile li i:hover {
        background: var(--info-hex);
        color: #ffffff;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    #heroCarousel .carousel-item img {
        width: 80%;
    }
}

.CardVerifikasi {
    border: 1px solid #eff2f5 !important;
    border-style: dashed !important;
    border-color: #009ef7 !important;
}

.CardDanger {
    border: 1px solid #eff2f5 !important;
    border-style: dashed !important;
    border-color: #F64E60  !important;
}

/* account info Button */
.nav-profile {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    transition: 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.6);
    position: relative;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.nav-profile a {
    padding: 3px 10px;
    display: inline-block;
}

.nav-profile:hover {
    border-color: #fff;
    color: #fff;
}
.profile .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.profile .jabatan {
    color: var(--info-hex);
    font-size: 14px;
}
.profile .dinas {
    text-transform: uppercase;
}
.profile li i {
    font-size: 18px;
    display: inline-block;
    background: var(--info-hex);
    color: #ffffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.profile li i:hover {
    background: var(--info-hex);
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 992px) {
    .nav-profile {
        margin: 0 48px 0 0;
        padding: 6px 18px;
        padding-left: 20px !important;
    }
    /* .nav-profile a {
    padding: 5px 0px;
  } */
}

/* ================== COLOR PALLETE ================== */

.bg-light-turquoise {
    background-color: #d0dfe4 !important;
}

.bg-light-royalblue {
    background-color: #c9daf8 !important;
}

.bg-light-skyblue {
    background-color: #d0e2f3 !important;
}

.bg-light-yellow {
    background-color: #fff2cc !important;
}

.no-color {
    background-color: rgba(255, 255, 255, 0) !important;
}
