:root {

    --body-bg-color: #f8f8f8;
    --bs-body-bg: #fff;
    --bg-white: #ffffff;
    --bg-semi-white: #f3f3f3;
    --card-border: #e9e9e9;
    --form-border: #717171;
    --body-text-color: #111111;
    --bs-body-color: #111111;
    --heading-color: #292929;
    --dark: rgb(25, 25, 25);
    --default: #3b3b3b;
    --success: #0cc485;
    --b-radius: 8px;
    --dark-bg-color: #151515;
    --menu-color-light: #151515;
    --menu-color-dark: #fcfcfc;
    --b-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}




body {

    font-family: var(--body-font);
    font-size: 16px;
    color: var(--body-text-color);
    line-height: 1.5;
}

.body {
    background-color: var(--body-bg-color);
}

p {
    color: var(--body-text-color);
    line-height: 1.5;
}

section.section {
    background: var(--bg-white)
}

.form-group {

    display: flex;
    flex-direction: column;
}


.filter_wrapper {
    right: 0;
    top: -5px;
    position: absolute;
}



#filter_wrap {


    display: flex;
    flex-direction: column;
    width: 100%;

}



#filter_wrap_toggle {

    text-decoration: none;
}









.toggle-primary .toggle label,
.toggle-primary .toggle .toggle-title {
    color: var(--body-text-color);

}


.gvnn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.hover-underline:hover {
    text-decoration: underline;
}

.lay-list {
    max-height: 460px;
    overflow-y: auto;
    padding: 25px 25px 25px 0;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list-item {
    margin-bottom: 10px;
}

.service-list-item-box {
    padding: 20px;
    display: flex;
    align-items: center;
    border: 1px solid var(--card-border);
    border-radius: var(--b-radius);
}

.service-list-item-box,
.service-list-item-box:hover *,
.service-list-item-box:focus *,
.service-list-item-box:active * {
    text-decoration: none !important;
}

.service-list-item-box:hover {
    background-color: rgba(88, 86, 223, 0.037);
}


.service-list-item-box .service-list-item-img {
    width: 60px;
    flex: 0 0 auto;
}

.service-list-item-box .service-list-item-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: rgba(130, 130, 130, 0.08);
    padding: 5px;

}

.service-list-item-box .service-list-item-content {
    padding-left: 20px;

}

.toggle>label,
.toggle>.toggle-title {

    border-left: 0;

}






.home-search-logo img {
    height: 100px;
}

.inp-all.input-group {

    transition: border 0.2s;
}

.inp-all.input-group:hover,
.inp-allinput-group:focus-within {
    border: 2px solid var(--primary);
}




.search-input-form input {
    height: 40px;
}

.search-input .input-group-text {
    border: 0 !important;
    background-color: transparent;

}

.search-input input {
    border: 0 !important;
    background-color: transparent !important;
    border-top-left-radius: var(--b-radius);
    border-bottom-left-radius: var(--b-radius);
}

.search-input .input-group-text {
    border-top-right-radius: var(--b-radius);
    border-bottom-right-radius: var(--b-radius);
}


.search-input input:focus,
.search-input input:hover {
    border: 0 !important;

}

.search-input .input-group {

    border: 2px solid var(--form-border);
    border-radius: var(--b-radius);
}






.layanan-slide.swiper {
    height: 350px;
}

.layanan-slide-item .single-slide {
    background-color: var(--bg-white);
    border-radius: var(--b-radius);
    padding: 20px;
    border: 1px solid var(--card-border);
    height: 230px;

}



#header.header-style1 .header-nav-features .dark-switch i,
#header.header-style1 .header-nav-features a.header-nav-features-search-show-icon {
    color: var(--menu-color-dark);
}

#header .header-nav-features .dark-switch i,
#header .header-nav-features a.header-nav-features-search-show-icon {
    color: var(--menu-color-light);
}

#header.header-style1 .header-body #burger .bar {
    background: var(--menu-color-dark);
}

#header .header-body #burger .bar {
    background: var(--menu-color-light);
}


#header .header-body {

    background: var(--bg-white);

}

.dropify-wrapper {

    color: var(--body-text-color);
    background-color: var(--bg-white) !important;

}

.page-header h1 {

    line-height: 1.2;

}

#quickLink {
    background-color: #111;
}


.form-switch i:hover,
.form-switch:hover,
.dark-switch:hover {
    cursor: pointer;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown.select2-dropdown--below {
    background-color: var(--bg-white);
    border: 1px solid var(--card-border);
    border-radius: var(--bs-border-radius);
}

.table {

    border-color: var(--card-border) !important
}

.card {

    background-color: var(--bg-white);
}


.select2-container--default .select2-selection {
    background-color: var(--bs-body-bg) !important;
    color: var(--body-text-color);
}

table * {

    color: var(--body-text-color);
}


.list-integrasi .tabs-vertical {

    border-top: 0 !important
}

.dark-switch {
    margin-right: 25px;
}

.dark-switch label {
    line-height: 0 !important;
}



#header .header-container.container {

    height: 58px !important;
}


.footer-heading {
    font-weight: bold;
}


.img-cover {
    object-fit: cover;
}


/** GALLERY **/

.img-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    padding: 0;
    transition: 0.3s;
}



.img-gallery:hover .img-gallery__image {
    filter: grayscale(1);
}

.img-gallery__link {
    overflow: hidden;
    height: 350px;
    max-height: 400px;
}

.img-gallery__link:hover .img-gallery__image {
    filter: grayscale(0);
}

.img-gallery__link:hover .img-gallery__caption {
    opacity: 1;
}

.img-gallery__thumb {
    position: relative;
    height: 100%;
}

.img-gallery__image {
    display: block;
    width: 100%;
    height: 100% !important;
    transition: 0.3s;
    object-fit: cover;
    object-position: center;
}

.img-gallery__image:hover {
    transform: scale(1.1);
}

.img-gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}

/** END GALLERY **/




.home-about-pimpinan h3 {
    text-transform: unset;
}


.swiper-arrow-bottom {
    display: flex;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
}

.layanan-slide-img {
    height: 80px;
    width: 80px;
    background-color: #fff;
    border-radius: 50%;
    padding: 7px;
    position: relative;
}

.layanan-slide-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 50%;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/

.tl-gvnn .timeline-status {
    font-weight: bold;
}


.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 25px 0;
    width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.marker-completed:before {
    background: #13b04a !important
}

.marker-rejected:before {
    background: #f00000 !important
}


.timeline-marker:before {
    background: var(--primary);
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}



/*----- TIMELINE CONTENT -----*/


.timeline-content-box {

    border-radius: 8px;
    border: 1px solid var(--card-border);
    padding: 15px;
    background-color: var(--bg-white);
}

.timeline-content {
    padding-bottom: 25px !important;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

/*----------------------------------------------
      MOD: TIMELINE SPLIT
  ----------------------------------------------*/
@media (min-width: 768px) {

    .doc-list-content {
        height: 100%;
        border-left: 1px solid var(--card-border);
        padding-left: 25px;
    }

    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }

    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

/*----------------------------------------------
      MOD: TIMELINE CENTERED
  ----------------------------------------------*/
@media (min-width: 992px) {





    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }

    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered>.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }

    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }

    .timeline-centered .period .timeline-title {
        left: auto;
    }
}

/*----------------------------------------------
      MOD: MARKER OUTLINE
  ----------------------------------------------*/
.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #FF6B6B;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #FF6B6B;
}


html .scroll-to-top {

    background: rgba(30, 30, 30, 0.8);
    bottom: 15px;
    color: var(--light);
    display: block;

    opacity: 0;
    padding: unset;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
    border-radius: 50% !important;
    height: 50px !important;
    width: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

html .scroll-to-top:hover {
    text-decoration: none !important;
}


.page-header.page-header-modern.page-header-background {

    background-position: center;
    background-repeat: no-repeat;
}

.page-header.overlay-color-dark:not(.no-skin):before {
    background-color: transparent !important
}

.page-header.overlay:before {
    background: -moz-linear-gradient(0deg, rgba(81, 81, 81, 0.44) 0%, rgba(0, 0, 0, 0.92) 100%);

    background: -webkit-linear-gradient(0deg, rgba(81, 81, 81, 0.44) 0%, rgba(0, 0, 0, 0.92) 100%);

    background: -o-linear-gradient(0deg, rgba(81, 81, 81, 0.44) 0%, rgba(0, 0, 0, 0.92) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515151', endColorstr='#000000', GradientType=1);

    background: -ms-linear-gradient(0deg, rgba(81, 81, 81, 0.44) 0%, rgba(0, 0, 0, 0.92) 100%);

    background: linear-gradient(0deg, rgba(81, 81, 81, 0.44) 0%, rgba(0, 0, 0, 0.92) 100%);
}

.page-header.overlay.overlay-op-7:hover:before,
.page-header.overlay.overlay-op-7.overlay-show:before,
.page-header.overlay.overlay-op-7.show:before {
    opacity: 1;
}

#quickLink {
    border-bottom: 4px solid var(--primary);
}


.custom-content-grid .content-grid-item:before {
    left: 0px;
}


.custom-content-grid .content-grid-item:after {
    z-index: 1;
}

.custom-content-grid:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 97px 70px rgba(152, 152, 152, 0.1);
    transform: translate(-50%, -50%);
}


.home-s-box {
    max-width: 640px;
    margin: 0 auto;
}

.home-form-permohonan {
    padding: 0;
    list-style: none;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.home-form-permohonan .home-form-permohonan-text {
    padding-right: 20px;
    text-align: right;
}

.home-form-permohonan .home-form-permohonan-btn {
    width: 25%;
}

.stats-counter {
    max-width: 640px;
    margin: 0 auto;
    --color-icon-text: #414564;
}

.stats-counter .vcounter h3 {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--color-icon-text);
}

.stats-counter .stats-counter-icon {
    float: left;
    margin-left: -50px;
    margin-top: 0;
}

.stats-counter .stats-counter-icon svg {
    height: 40px;
    width: 40px;
    stroke: var(--color-icon-text);

}

.custom-content-grid label {
    font-weight: normal;
    letter-spacing: -1px;
    color: var(--body-text-color);
    font-size: 14px;
    line-height: 14px;
    display: block;
    font-family: var(--heading-font);
}

.custom-content-grid .margin-style-2 {
    margin-left: 55px;
}

.custom-content-grid .vcounter {
    margin-left: 80px;
    text-align: left;
    position: relative;
}

.stats-counter-content {
    width: 200px;
}






.btn-no-style {
    box-shadow: none;
    border: 0;
    background-color: transparent;
    line-height: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 600;
    color: var(--heading-color);
}

.btn {

    box-shadow: none !important;
}

.btn-circle {
    font-size: 14px;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.captcha-box {
    flex-wrap: nowrap;
}




.header-style1.header-transparent .header-nav-features-search-show-icon {
    color: #fff;
}






.home-heading-border {
    position: relative;

}

.home-heading-border h4 {
    position: relative;
    padding-bottom: 20px;
    font-weight: bold;
    color: var(--primary);
    font-size: 20px;
}


.home-heading-border h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--card-border);
}


.home-heading-border h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background: var(--primary);
    z-index: 1;
}


.list-integrasi .gvnn-list-border li {
    background-color: var(--bg-semi-white);
    border: 0 !important;
}

.gvnn-list-border li {
    border: 1px solid var(--card-border);
    padding: 15px;
    background-color: var(--bg-white);
    border-radius: 8px;
}


.gvnn-list {
    list-style: none;
    padding-left: 0;

}

.gvnn-list li {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-direction: column;
}

.gvnn-list .gvnn-list-heading a {
    margin-bottom: 5px;
    font-size: 17px;
}

.gvnn-list .gvnn-list-meta span {
    font-size: 15px;
}


.gvnn-list-w-img .gvnn-list-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
}

.gvnn-list-w-img .gvnn-list-icon svg {
    fill: #e1e1e1;
    stroke: #444;
    width: 40px;
    height: 40px;
}


.gvnn-list-w-img {
    flex-direction: row !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.gvnn-list-w-img .gvnn-list-img {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
}



.gvnn-list-w-img .gvnn-list-img img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gvnn-list-w-img .gvnn-list-content {
    padding-left: 15px;
}


.s-sidebar .gvnn-list-w-img .gvnn-list-img {

    width: 85px;
    height: 85px;
}




#home-publikasi .gvnn-list {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}


div.dt-processing {

    display: none !important;
}


.gvnn-loader {
    width: 48px;
    height: 48px;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #7b7b7b;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.gvnn-loader::after,
.gvnn-loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(0, 0);
    background-color: #7b7b7b;
    border-radius: 50%;
    animation: animgvnn-loader 1s infinite ease-in-out;
}

.gvnn-loader::before {
    background-color: #FF3D00;
    transform: scale(0.5) translate(-48px, -48px);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animgvnn-loader {
    50% {
        transform: scale(1) translate(-50%, -50%);
    }
}






.blue-tabs {
    background-color: var(--primary);
    border-radius: 8px;
    padding: 10px
}




.blue-tabs .nav-tabs>li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2b82ff;
}

.blue-tabs .nav-tabs>li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 5px;
    border-bottom: 0 !important;
}

.blue-tabs .nav-link {
    background-color: transparent !important;
    font-size: 16px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center;
}

.blue-tabs .nav-link i {

    font-size: 22px !important;

}


.blue-tabs a.nav-link {
    color: #fff !important;
    border: 0 !important
}

.blue-tabs .nav-link:hover,
.blue-tabs .nav-link.active {
    border-left-color: #ff0000 !important
}

.blue-tabs .nav-link:hover,
.blue-tabs .nav-link.active {
    border-radius: 8px !important;
    background: linear-gradient(270deg, rgba(255, 31, 244, 0.4) 0%, rgba(30, 52, 255, 0.4) 100%) !important;
}




.breadcrumbs-front {
    display: flex;
    justify-content: center;
    align-items: center;

}

.breadcrumbs-front {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    flex-flow: column;
}

.breadcrumbs-front a,
.breadcrumbs-front .breadcrumb-item {
    color: #fff !important;

}

.breadcrumbs-front .breadcrumb-item+.breadcrumb-item::before {

    color: #fff;

}


.breadcrumb-item.active {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.breadcrumbs-front nav {
    width: 100%;


}

.breadcrumbs-front .breadcrumb {
    width: 100%;

    flex-wrap: nowrap;
    justify-content: center;
}

.grid-lay {
    list-style: none;
    flex-wrap: wrap;
    display: flex;

}

.grid-lay.grid-lay-3 {
    --lay-border: #e3fffe;
    border: 1px solid var(--lay-border);
    border-radius: 25px;
    padding: 10px !important;
    background: -moz-linear-gradient(154deg, rgba(254, 255, 251, 1) 0%, rgba(209, 250, 255, 1) 100%);

    background: -webkit-linear-gradient(154deg, rgba(254, 255, 251, 1) 0%, rgba(209, 250, 255, 1) 100%);

    background: -o-linear-gradient(154deg, rgba(254, 255, 251, 1) 0%, rgba(209, 250, 255, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1FAFF', endColorstr='#FEFFFB', GradientType=1);

    background: -ms-linear-gradient(154deg, rgba(254, 255, 251, 1) 0%, rgba(209, 250, 255, 1) 100%);

    background: linear-gradient(154deg, rgba(254, 255, 251, 1) 0%, rgba(209, 250, 255, 1) 100%);


}

.grid-lay.grid-lay-3 li {
    width: 25%;
}

.grid-lay .grid-lay-list-box {
    padding: 15px;
    text-align: center;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.grid-lay-list-box:hover {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 25px;
}


.grid-lay-list svg {
    fill: #d0eaff;
    stroke: #000;
    width: 70px;
    height: 70px;
}


.grid-lay-list .grid-lay-list-icon {
    margin-bottom: 10px;
}


.card-table table * {
    font-size: 13px;
}

.table-semi-dark th {

    background: rgba(0, 85, 255, .05) !important;
}


div.dt-container table.dataTable thead th {
    text-wrap: nowrap;
    text-wrap-mode: nowrap;
    text-transform: uppercase;
}

.card-table table.table-bordered th,
.card-table table.table-bordered td {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border: 1px solid var(--card-border);
}

.card-table .table.table-bordered.dataTable th:last-child,
.card-table .table.table-bordered.dataTable td:last-child {
    border: 1px solid var(--card-border) !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
}

.dropify-wrapper p {

    font-size: 16px !important;
}

.card {
    border-radius: 8px;
    border: 1px solid var(--card-border);
}

.card .card-header {
    padding: 2rem;
    padding-bottom: 1rem !important;
    background-color: transparent;
    border-bottom: 0 !important;

}

.card .card-title {

    font-weight: bold;
}

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

footer.tvt-footer-light {
    background: #f5f5f5 !important
}

section.section {

    border-top: 0 !important;

    padding: 50px 0;
}

html .scroll-to-top {

    z-index: 1020;
    font-size: 0.8em;
}

#header .header-logo img {
    height: 40px !important;
    width: auto;
}

#header .header-nav {
    padding: 5px 0;
    min-height: 40px !important
}


#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .form-control:hover {
    border-top: 0 !important;
    border-bottom: 2px solid var(--primary) !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full .form-control {
    border-top: 0 !important;
    border-bottom: 2px solid var(--primary) !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

#header .header-nav-features .header-nav-features-search-reveal-big-search.header-nav-features-search-reveal-big-search-full:before {

    background: rgba(23, 23, 23, 0.85);

    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

#home-survey.grad-blue {
    background: -moz-linear-gradient(139deg, rgba(240, 255, 254, 1) 0%, rgba(231, 238, 255, 1) 100%);

    background: -webkit-linear-gradient(139deg, rgba(240, 255, 254, 1) 0%, rgba(231, 238, 255, 1) 100%);

    background: -o-linear-gradient(139deg, rgba(240, 255, 254, 1) 0%, rgba(231, 238, 255, 1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7EEFF', endColorstr='#F0FFFE', GradientType=1);

    background: -ms-linear-gradient(139deg, rgba(240, 255, 254, 1) 0%, rgba(231, 238, 255, 1) 100%);

    background: linear-gradient(139deg, rgba(240, 255, 254, 1) 0%, rgba(231, 238, 255, 1) 100%);
}


.ak-total .vcounter-content {

    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.visitor-box {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.visitor-vcounter {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.visitor-vcounter li {
    width: 25%;
}

.visitor-vcounter h3 {
    font-family: var(--heading-font);
    font-size: 34px;
    font-weight: bolder !important;
    margin-bottom: 15px;

}

.visitor-vcounter p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: var(--heading-font);
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important
}

.post-icon-list li {
    display: flex
}

.post-icon-list-content {
    padding-left: 10px;
}

.post-icon-list-icon i {
    margin-top: 5px;
}



.ahid-search-list {
    list-style: none;
    padding-left: 0;
}

.ahid-search-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.ahid-search-list li:last-child {

    padding-bottom: 0;
    border-bottom: 0;
}

.ahid-search-list li .ptype {
    color: var(--text-muted)
}


html.sticky-header-active .header-style1 .header-body.bg-dark {
    background-color: rgba(22, 22, 22, .75) !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
    backdrop-filter: saturate(180%) blur(20px) !important;
}






.news-slider-list-img {
    height: 250px;
}

.news-slider-list-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tvt-swiper .tvt-swiper-arrow {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 46px;
    height: 46px;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 100%;
    background-color: var(--bg-white);
}

.tvt-swiper-arrow-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tvt-swiper .tvt-swiper-arrow .ti {
    width: 25px;
    height: 25px;
}

.tvt-swiper .tvt-arrow-right {
    right: 0;

}

.tvt-swiper .tvt-arrow-left {
    left: 0;

}

.tvt-swiper .tvt-swiper-arrow.swiper-button-disabled {
    opacity: 0 !important
}


.post-content * {
    font-family: var(--heading-font);
}

.halaman {
    display: flex;
    justify-content: center;
}

.page-link {
    border-color: var(--card-border);
    background-color: var(--bg-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    min-width: 42px;
    margin: 2px !important;
    border-radius: 8px !important;
    color: var(--body-text-color) !important;

}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #fff !important;

}

.dt-paging .page-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    min-width: 36px;
    margin: 2px !important;
    border-radius: 8px !important;
    min-block-size: 36px !important;
    min-inline-size: 35px !important;
    font-size: 0.86rem !important;
}

.icon-text {
    display: inline-flex;
    align-items: center;
}


.rev_slider li:after {
    content: '';
    z-index: 25;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.67) 100%);
}


.dropify-wrapper {
    border: 1px solid var(--form-border) !important;
    border-radius: var(--bs-border-radius);
}


.select2-container--default .select2-selection--single,
.form-select,
.select2-container--default .select2-selection,
.form-control {
    border: 1px solid var(--form-border) !important
}

.form-select:focus,
.form-select:hover,
.select2-container--default .select2-selection:focus,
.select2-container--default .select2-selection:hover,
.form-control:focus,
.form-control:hover {
    border: 1px solid var(--primary) !important;
    box-shadow: none;

}

.input-group-text {
    border-color: var(--form-border)
}




.social-icons-list {
    padding-left: 0;
    display: flex;
    list-style: none;
}

.social-icons-list li {
    margin-right: 5px;

}

.social-icons-list li a {
    background-color: var(--bg-white);
    border: 1px solid var(--card-border);
    display: flex;
    height: 25px;
    width: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-wrap: wrap;
    color: var(--body-text-color) !important;
}

.social-icons-list li i {
    font-size: 14px;
}

/** vote **/



.Trim-vote {
    width: 75%;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--bg-color);
}



.step {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 25px 0;
}

.radioField {
    width: 100%;
    height: 80px;
    position: relative;
    margin-bottom: 12px;
    display: grid;
    align-content: center;
    padding: 0 20px 0 50px;
    border-radius: 10px;
    overflow: hidden;
}

.fill {
    content: "";
    width: 0%;
    height: 100%;
    background-color: rgb(255, 212, 158);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 1.5s ease-in-out;
}

.radioField input {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px var(--card-border);
    background-color: var(--bg-white);
    border-radius: inherit;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.radioField label {
    font-size: 24px;
    color: var(--text-color);
    font-weight: 700;
    position: relative;
    z-index: 3;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radioField label span {
    font-size: 18px;
    visibility: hidden;
}

.radioField input:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 15px;
    color: var(--light);
    display: grid;
    place-content: center;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.5s all cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
}

.radioField input:hover {
    border-color: rgb(112, 144, 231);
}

.radioField input:checked:before {
    opacity: 1;
    right: 40px;
}

.radioField input:checked {
    border-color: rgb(112, 144, 231);
    background-color: rgba(0, 80, 255, .08);
}

.selected.radioField input:checked::before {
    right: 25%;
}

.disabled {
    pointer-events: none !important;
}

.voteBtn {
    width: 100%;
    height: 60px;
    background-color: var(--primary);
    border-radius: 10px;
    border: solid 2px transparent;
    color: var(--heading-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 55px;
}

.hoverBtn {
    position: relative;
    overflow: hidden;
}

.hoverBtn::before {
    content: "";
    width: 100%;
    height: 100%;
    clip-path: circle(0% at 50% 50%);
    background-color: var(--heading-color);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s all ease-in-out;
}

.hoverBtn span {
    position: relative;
    z-index: 100;
    transition: 0.2s;
}

.hoverBtn:hover span {
    color: var(--primary-color);
}

.hoverBtn:hover {
    border-color: var(--primary-color);
}

.hoverBtn:hover::before {
    clip-path: circle(70.7% at 50% 50%);
}









.footer-logo img {
    width: 45%;

}

.footer-logo {
    text-align: center;
    padding: 25px 0 50px 0;
}

#header .topbar-session {

    border-bottom: 2px solid var(--primary) !important;
    height: 38px !important;
    min-height: 38px;
}

#header .topbar-session {
    background-color: #252525 !important
}

#header .topbar-session a {
    color: #cbcbcb !important;
    font-size: 14px !important;
    font-weight: 500;
}

.link-icon {
    text-decoration: none;
    display: flex !important;
    align-items: center !important;
}


.page-header-meta {
    margin-top: 10px;
}

.page-header-meta span a,
.page-header-meta span {
    color: #d7daff;
    font-size: 15px;
}

#po-modal .modal-content {
    border: 0;
    background-color: transparent !important
}

#po-modal .btn-close {
    position: absolute;
    color: #fff;
    background: transparent;
    right: 30px;
}

#po-modal .btn-close i {
    font-size: 30px;
}

#po-modal .modal-content .po-img img {
    border-radius: 8px;
    width: 100%;
    height: auto;
}

#po-modal .modal-content .po-img {

    max-width: 100% !important;

}

.page-content * {
    font-family: var(--body-font) !important;

}

.page-content iframe {
    max-width: 100% !important;
}

.page-content img {
    max-width: 100% !important;
    height: auto;
}



#header .header-nav-main nav>ul>li>a {

    letter-spacing: 0 !important;
    text-transform: inherit;

}

.page-header.page-header-modern h1 {
    margin-top: 10px;
    font-weight: 600;
}

.sidebar-news-list {
    list-style: none;
    padding-left: 0;
}

.sidebar-news-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.sidebar-news-list li {
    border-bottom: 1px solid var(--card-border);
}

.sidebar-news-list li:last-child {
    border-bottom: 0 !important
}

.sidebar-box {
    margin-bottom: 25px;
}

.lay-slider .lay-item:hover {

    background-color: rgba(155, 155, 155, 0.15) !important
}

.lay-slider .lay-item img {
    width: 84px;
    height: 84px;
    background-color: #fff;
    padding: 14px;
    border-radius: 50%;
    object-fit: contain;
}

.lay-item {
    height: 300px;
    padding: 45px;
    padding-right: 0;
}

.lay-item p {
    font-size: 12px;
}


.news-list {
    list-style-type: none;
    padding-left: 0;
}

.news-list-item {
    display: flex;
    margin-bottom: 15px;
    background-color: var(--bg-semi-white);
    padding: 15px;
    border-radius: var(--b-radius);
}



.news-list-item-content {
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-list-item-img {
    width: 100px;
    height: 100px;
}

.news-list-item-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: var(--b-radius);
}


#header .header-logo {

    margin: 5px 0 !important
}



#header .header-nav {
    padding: 5px 0;

}


.news-cover-list {
    position: relative;
}

.news-cover-img {
    height: 520px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 8px;
}

.news-cover-img:before {
    border-radius: 8px;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 155, 255, 0.04) 0%, rgba(10, 10, 10, 0.98) 100%);
}

.news-cover-list-content {
    position: absolute;
    z-index: 1;
    padding: 10px 25px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
}

.news-cover-list-content .news-cover-list-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}




.text-color-semi-light {
    color: #c2c2c2 !important
}


#footer.tvt-footer-dark h1,
#footer.tvt-footer-dark h2,
#footer.tvt-footer-dark h3,
#footer.tvt-footer-dark h4,
#footer.tvt-footer-dark h5,
#footer.tvt-footer-dark h6 {
    color: #eaeaea
}


#footer.tvt-footer-dark a {
    color: #c2c2c2;
}

#footer.tvt-footer-dark a:hover {
    color: #7350ff !important
}



#footer.tvt-footer-light h1,
#footer.tvt-footer-light h2,
#footer.tvt-footer-light h3,
#footer.tvt-footer-light h4,
#footer.tvt-footer-light h5,
#footer.tvt-footer-light h6 {
    color: #1a1a1a
}

#footer.tvt-footer-light a:hover {
    color: #5602ff !important
}


#footer .social-icons a:hover {
    color: unset !important
}





.lay-slider {
    position: relative;
    margin-top: 0;
}

#home-about {
    background-color: #191919;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-family: var(--heading-font);
}


#home-about:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(10, 10, 10, 0.38) 100%);
}

#home-about .home-visi h4 {
    color: #e3e3e3;
}

.home-about-pimpinan {
    text-align: right;
}

.home-about-img img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;

}


.home-about-img img {
    --c: #fff;
    --s: 10px;
    border-radius: 50%;
    outline: var(--s) solid var(--c);
    --_c: conic-gradient(var(--c) 0 0);
}



.home-about-img .shadowstyle-left {
    border-image: var(--_c) 0 0 0 1/0 50% / var(--s) 100vw;
}

.home-about-img img:nth-child(3n + 1) {
    border-radius: 50%;
}



.dropdown-item {

    white-space: normal;

}



.tvt-numbering ol {
    margin-left: 0;
    margin-bottom: 0;
    counter-reset: listItem;
    position: relative;
    padding-left: 0;
}

.tvt-numbering li:before {
    font-family: var(--heading-font);
    position: absolute;
    counter-increment: listItem;
    content: "0"counter(listItem);
    font-size: 52px;
    font-weight: 800;
    top: 25px;
    left: -80px;
    color: var(--color-stroke-font);
    line-height: 0;
    font-style: oblique;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary);
    opacity: .5;
}

.tvt-numbering li {
    text-align: left;
    list-style: none;
    position: relative;
    margin-left: 80px;
    margin-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid;
    border-color: rgba(140, 140, 140, 0.25);
    padding: 0 0 15px 0;
    color: #e3e3e3;
    font-size: 1.2rem;
    font-family: var(--heading-font);
}

.tvt-numbering li:last-child {
    border: 0 !important;

}

.tvt-numbering li:nth-child(n+10)::before {
    content: ""counter(listItem);
}


.survey-img img {
    max-width: 75%;
}



.page-header.page-header-modern.page-header-background.page-header-background-lg {
    padding: 160px 0 140px 0;
}

.page-content-padding {
    padding: 25px 0 50px 0;
}


.mar-t-10 {
    margin-top: 10px !important
}

.mar-b-10 {
    margin-bottom: 10px !important
}


.lay-slider .owl-carousel .owl-stage-outer {
    border-radius: 8px 0 0 8px !important;
    border-right: 0 !important;

}

.lay-slider .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    border-left: 0 !important;
    color: #fff;
    border-radius: 0 8px 8px 0 !important;

}

.lay-slider .bg-gradient-to-bottom {
    border-radius: 8px 0 0 8px !important;
}


.lay-slider .lay-slider-1 {
    --lay-slider-border-1: #5a6afa;
    --lay-slider-1: #2e42f1;
}

.lay-slider .lay-slider-1 .owl-carousel .owl-stage-outer {
    border: 1px solid var(--lay-slider-border-1);
}

.lay-slider .lay-slider-1 .bg-gradient-to-bottom {
    background-color: var(--lay-slider-1) !important;
    background-image: linear-gradient(to bottom, var(--lay-slider-1) 0%, var(--lay-slider-1) 100%) !important;
}

.lay-slider .lay-slider-1 .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: var(--lay-slider-1) !important;
    border-top: 1px solid var(--lay-slider-border-1) !important;
    border-bottom: 1px solid var(--lay-slider-border-1) !important;
    border-right: 1px solid var(--lay-slider-border-1) !important;

}

.lay-slider .lay-slider-1 .owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    background-image: linear-gradient(360deg, var(--lay-slider-1) 0%, transparent 100%) !important
}



.lay-slider .lay-slider-2 {
    --lay-slider-border-1: #31c594;
    --lay-slider-2: #059666;
}

.lay-slider .lay-slider-2 .owl-carousel .owl-stage-outer {
    border: 1px solid var(--lay-slider-border-1);
}

.lay-slider .lay-slider-2 .bg-gradient-to-bottom {
    background-color: var(--lay-slider-2) !important;
    background-image: linear-gradient(to bottom, var(--lay-slider-2) 0%, var(--lay-slider-2) 100%) !important;
}

.lay-slider .lay-slider-2 .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: var(--lay-slider-2) !important;
    border-top: 1px solid var(--lay-slider-border-1) !important;
    border-bottom: 1px solid var(--lay-slider-border-1) !important;
    border-right: 1px solid var(--lay-slider-border-1) !important;

}

.lay-slider .lay-slider-2 .owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    background-image: linear-gradient(360deg, var(--lay-slider-2) 0%, transparent 100%) !important
}



.lay-slider .lay-slider-3 {
    --lay-slider-border-1: #ee6666;
    --lay-slider-3: #ca3232;
}

.lay-slider .lay-slider-3 .owl-carousel .owl-stage-outer {
    border: 1px solid var(--lay-slider-border-1);
}

.lay-slider .lay-slider-3 .bg-gradient-to-bottom {
    background-color: var(--lay-slider-3) !important;
    background-image: linear-gradient(to bottom, var(--lay-slider-3) 0%, var(--lay-slider-3) 100%) !important;
}

.lay-slider .lay-slider-3 .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: var(--lay-slider-3) !important;
    border-top: 1px solid var(--lay-slider-border-1) !important;
    border-bottom: 1px solid var(--lay-slider-border-1) !important;
    border-right: 1px solid var(--lay-slider-border-1) !important;

}

.lay-slider .lay-slider-3 .owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    background-image: linear-gradient(360deg, var(--lay-slider-3) 0%, transparent 100%) !important
}



.lay-slider .lay-slider-4 {
    --lay-slider-border-1: #3a3a3a;
    --lay-slider-4: #262626;
}

.lay-slider .lay-slider-4 .owl-carousel .owl-stage-outer {
    border: 1px solid var(--lay-slider-border-1);
}

.lay-slider .lay-slider-4 .bg-gradient-to-bottom {
    background-color: var(--lay-slider-4) !important;
    background-image: linear-gradient(to bottom, var(--lay-slider-4) 0%, var(--lay-slider-4) 100%) !important;
}

.lay-slider .lay-slider-4 .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: var(--lay-slider-4) !important;
    border-top: 1px solid var(--lay-slider-border-1) !important;
    border-bottom: 1px solid var(--lay-slider-border-1) !important;
    border-right: 1px solid var(--lay-slider-border-1) !important;

}

.lay-slider .lay-slider-4 .owl-carousel.carousel-bottom-inside-shadow .owl-stage-outer:after {
    background-image: linear-gradient(360deg, var(--lay-slider-4) 0%, transparent 100%) !important
}


.radioField.selected.checked-poll {
    border: 2px solid var(--primary) !important;
}



.radioField.selected.checked-poll input:checked {
    border: 0 !important;
}


.radioField.selected input:checked::before {
    display: none !important;
}


.input-user-form {
    padding: 25px;
    background-color: var(--bg-white);
    border-radius: 8px;
    margin-top: 25px;
}


.error-msg {
    margin-bottom: 0;
}

.form-control:focus,
.form-control:hover {
    box-shadow: none;
    border: 1px solid var(--primary);
}

.input-user-form {

    border: solid 1px var(--card-border);
}



.news-grid article img {
    object-fit: cover;
    width: 100%;
    height: 240px;
}


.limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.limit-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tvt-btn-group {
    display: flex;
    flex-wrap: nowrap;
}

.tvt-btn.btn-circle.btn-sm {
    padding: 7px !important;

}



.tvt-btn {

    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.select2-container .select2-selection {

    height: inherit !important;

    font-size: 0.9rem;
    line-height: 1.85;
    padding: .375rem .75rem;
}

.select2-container--default .select2-selection__rendered {

    line-height: 1.85 !important;
}

.select2-container--default .select2-selection__arrow {

    top: 6px !important;

}

.form-label {
    font-size: .9rem;
    font-weight: 600;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {

    font-size: 0.9rem;

}

div.dt-container div.dt-paging {

    float: right;
}


.doc-info {
    list-style: none;
    padding: 0;
}

.doc-info .doc-info-list {
    margin-bottom: 25px;
}

.doc-info-list-files {
    position: relative;
    padding-left: 0;
    margin-left: 55px;
}

.doc-info-list-files span {
    font-size: 13px;
}

.doc-info-list-files span {
    font-size: 14px;
}



.doc-info-list-content .doc-info-list-icon {
    font-size: 38px;
    width: 40px;
    color: #526097;
}

.file-info-list p a {
    font-weight: bold;
}


.doc-info-list-content:last-child {
    border-bottom: 0 !important
}

.doc-info-list-content {
    border-bottom: 1px solid var(--card-border);
    list-style: none;
    position: relative;
    counter-increment: ind-counter 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.doc-info-list-content:before {
    font-family: var(--heading-font);
    position: absolute;
    left: -55px;
    content: counter(ind-counter, decimal-leading-zero);
    font-size: 32px;
    font-weight: 800;
    top: 15px;
    font-style: oblique;
    color: #e7e7e7;
    line-height: 0;


}

.doc-info .doc-info-heading {
    margin-bottom: 10px !important;

}

.doc-info-heading {
    margin-bottom: 25px !important;

}




.tvt-btn-icon {
    display: flex;
    align-items: center;
    display: inline-flex;

}

.tvt-btn-icon.btn-sm {

    padding: 5px 15px;
}

.b-radius-8 {
    border-radius: 8px;
}

#notfound-page {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.notfound-content h1 {
    font-size: 100px;
    font-weight: 700;
}

.notfound-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.notfound-box {
    text-align: center;
}



.dropdown-item.dropdown-toggle i {
    position: absolute;
    right: 0;
}



.mobile-nav {

    background: transparent;

    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: 1;
}

.mobile-nav .burger-container {
    position: relative;

    height: auto;
    width: 30px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}




.mobile-nav .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #444;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-nav .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}

.mobile-nav .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.mobile-nav .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-nav .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.mobile-nav ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
}

.mobile-nav ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    -webkit-transform: scale(1.15) translateY(-30px);
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
        -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile-nav ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.49s;
    transition-delay: 0.49s;
}

.mobile-nav ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
}

.mobile-nav ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.mobile-nav ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.mobile-nav ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.mobile-nav ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #fff;

    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
}

.mobile-nav.menu-opened {
    height: 100%;

    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.mobile-nav.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-nav.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-nav.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}

.mobile-nav.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.mobile-nav.menu-opened ul.menu li.menu-item {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    opacity: 1;
}

.mobile-nav.menu-opened ul.menu li.menu-item:nth-child(1) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.mobile-nav.menu-opened ul.menu li.menu-item:nth-child(2) {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}

.mobile-nav.menu-opened ul.menu li.menu-item:nth-child(3) {
    -webkit-transition-delay: 0.41s;
    transition-delay: 0.41s;
}

.mobile-nav.menu-opened ul.menu li.menu-item:nth-child(4) {
    -webkit-transition-delay: 0.48s;
    transition-delay: 0.48s;
}

.mobile-nav.menu-opened ul.menu li.menu-item:nth-child(5) {
    -webkit-transition-delay: 0.55s;
    transition-delay: 0.55s;
}

.mobile-nav.menu-opened ul.menu li.menu-item:nth-child(6) {
    -webkit-transition-delay: 0.62s;
    transition-delay: 0.62s;
}

.mobile-nav.menu-opened ul.menu li.menu-item:nth-child(7) {
    -webkit-transition-delay: 0.69s;
    transition-delay: 0.69s;
}

.mobile-nav.menu-opened .icon.icon-bag {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

/**
.content {

    padding: 67px 4% 0;
    text-align: justify;
    overflow: scroll;
    max-height: 100%;
}

.content::-webkit-scrollbar {
    display: none;
}

.content h2 {
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.content img {
    width: 95%;
    position: relative;
    display: block;
    margin: 75px auto 75px;
}

.content img:nth-of-type(2) {
    margin: 75px auto;
}
**/


#header .header-nav-main nav>ul>li>a {

    letter-spacing: 0;
}


@media (max-width: 991px) {
    html.mobile-menu-opened:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body {
        margin: 0 !important
    }

    .dark-switch {
        margin-right: 10px !important
    }

    #header .header-nav-main nav>ul {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: 100%;
        overflow-y: auto;
        display: block !important;
        max-height: 100%;
    }


    .header-style1 .mobile-search-header .input-group-text,
    .header-style1 .mobile-search-header .form-control {
        background-color: var(--dark-bg-color) !important;
        color: var(--menu-color-dark) !important;
    }


    .mobile-search-header .input-group-text,
    .mobile-search-header .form-control {
        background-color: var(--bg-white);
        color: var(--menu-color-light);
    }

    #header .header-nav-main nav>ul li.dropdown .dropdown-menu {

        margin-bottom: 15px;
    }

    #header .header-nav-features .header-nav-features-search-reveal-container {

        display: none !important
    }

    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:hover,
    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:focus,
    #header .header-nav-main.header-nav-main-mobile-dark nav>ul li a:active {
        background-color: transparent;
    }

    html #header.header-transparent .header-nav-main nav {

        padding: 0 15px;
    }

    html.mobile-menu-opened:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
        background-color: var(--dark-bg-color) !important;
    }

    html #header.header-transparent .header-nav-main:before {
        width: 100%;

    }

    #header .header-nav-main nav {
        height: 100vh;
        max-height: 100vh;
        min-height: 100vh;
        padding-bottom: 50px !important;
        overflow: hidden;
        overflow-y: hidden;
        padding: 0 15px;
        transition: ease all 300ms;

    }


    .img-gallery__link {

        height: 180px;
    }

    #header .header-nav-main nav>ul li a {
        font-size: 18px;
        line-height: 30px;
        padding: 7px 8px;
        margin: 1px 0;
        padding-right: 22px !important
    }

    html #header.header-transparent .header-body.bg-dark .header-nav-main:before,
    html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before {
        background-color: var(--dark-bg-color);
    }

    html.sticky-header-active.mobile-menu-opened .header-style1 .header-body.bg-dark {
        background-color: var(--dark-bg-color) !important;

    }

    html.sticky-header-active .header-style1 .header-body.bg-dark .header-nav-main {

        background-color: var(--dark-bg-color) !important;
    }


    #header .header-nav-main.header-nav-main-mobile-dark nav>ul>li .dropdown-menu>li a {
        color: #e3e3e3;
    }


    #header .header-nav-main nav>ul li {
        border-bottom: 0 !important
    }


}




@media (max-width: 600px) {

    .header {
        position: fixed;
    }
}


@media (max-width: 767.98px) {




    .img-gallery ul li {

        height: 135px;
    }

    .visitor-box li {
        width: 50%;
        margin: 0;
    }

    .survey-img img {
        max-width: 85%;
    }


    .home-about-img .shadowstyle-left {
        border-image: none !important
    }

    .home-about-pimpinan {
        text-align: center !important
    }

    .home-about-img img {
        width: 300px;
        height: 300px;

    }





}

@media (min-width: 992px) {


    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu {

        min-width: 280px;

    }

    #header.header-style1 .header-nav-features .dark-switch i,
    #header.header-style1 .header-nav-features a.header-nav-features-search-show-icon,
    #header.header-style1 .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
        color: var(--menu-color-dark);
    }

    #header .header-nav-features .dark-switch i,
    #header .header-nav-features a.header-nav-features-search-show-icon,
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
        color: var(--menu-color-light);
    }



    .mobile-search-header {
        display: none !important;
    }




    #header .header-nav.header-nav-links nav>ul>li>a,
    #header .header-nav.header-nav-links nav>ul>li:hover>a,
    #header .header-nav.header-nav-line nav>ul>li>a,
    #header .header-nav.header-nav-line nav>ul>li:hover>a {
        padding: 0 .6rem;
    }

    #header .header-nav-main nav>ul>li>a {
        font-size: 13px !important;

        letter-spacing: 0;
    }
}



@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
        white-space: normal !important;
        max-width: 320px;
    }
}





@media (max-width: 575.98px) {

    .page-header.page-header-modern h1 {
        font-size: 23px;
    }

    .custom-content-grid:before {
        display: none !important
    }

    #header .header-nav-features .header-nav-features-search-reveal-big-search .form-control {

        font-size: 15px !important;

    }


    .card-table {
        padding: 15px !important;
    }


    .img-gallery__link {

        height: 150px;
    }



    .img-gallery ul li {

        height: 140px;
    }

    .stats-counter .stats-counter-icon svg {
        height: 48px;
        width: 48px;

    }

    #home-about {
        text-align: center;
    }


    .tvt-numbering li {
        font-size: 16px;
    }

    .news-cover-img {
        height: 360px;

    }

    #home-publikasi .gvnn-list {
        max-height: 100% !important;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .content-grid .content-grid-item {

        padding: 10px;

        align-items: stretch;
        justify-content: center;
    }


    .content-grid .content-grid-item {

        flex-direction: column;
        flex-wrap: nowrap;
    }

    .stats-counter-content {
        width: 100%;
        padding-left: 30px;
    }

    .custom-content-grid .custom-sm-counter-style {
        margin-left: 0;
        text-align: left;
        padding-left: 40px;
    }

    .custom-content-grid .stats-counter-icon {
        float: none;
        margin-left: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .visitor-vcounter h3 {

        font-size: 32px;


    }



    .grid-lay-list-content h6 {
        font-size: 13px !important
    }

    .grid-lay .grid-lay-list-box {

        height: 170px;

    }





    .grid-lay.grid-lay-3 li {
        width: 50%;
    }

    .grid-lay .grid-lay-list-box {
        padding: 15px;
        text-align: center;
        height: 148px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .grid-lay .grid-lay-list-icon svg {
        width: 40px;
        height: 40px;
    }









}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px !important;
    }
}
