/* layout header */
.dropdown-toggle::after {
    display: flexbox !important;
}

.gtranslate_wrapper {
    white-space: nowrap;
}

.nav-link {
    white-space: normal;
}

.glink.nturl.notranslate {
    margin-right: 5px;
}

.dropdown-menu[data-bs-popper] {
    left: -200px;
}

@media (max-width: 767px) {
    .dropdown-menu[data-bs-popper] {
        left: -45px;
        width: 92vw;
    }
}

@media (max-width: 990px) {
    .nav-wrap-min {
        display: none !important;
    }

    .nav-wrap-max {
        display: show;
    }


    .chevron-nav {
        bottom: auto;
        top: 12px;
    }
}

@media (min-width: 990px) {
    .nav-wrap-min {
        display: block;
    }

    .nav-wrap-max {
        display: none !important;
    }

    .navbar-expand-lg .navbar-collapse li a {
        /* text-align: center; */
    }

    .navbar-nav {
        align-items: center;
    }
}
/* layout header */

/* header cabang */
.has-child.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.has-child.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.dropdown-accordion .accordion-header {
    padding: 0;
}

.dropdown-accordion .accordion-header .accordion-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.accordion-header .accordion-icon {
    margin-right: 5px;
}
/* header cabang */

/* header menu */
.nav-link{
    font-size: 14px;
    font-weight: 500;
}
.dropdown-toggle::after {
    content: none !important
}
/* header menu */

/* layout footer */
.mapouter {
    position: relative;
    text-align: left;
    width: 100%;
    height: 300px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 300px;
    border-radius: 7px;
    border: 3px solid #85cdff;
}

.gmap_iframe {
    height: 300px !important;
}
/* layout footer */

/** Loader */
#loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #444444;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

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

.center {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wh-auto {
    width: auto;
    height: auto;
}