/*
 * Spravy
 * Template for Wunik.id
 * Designed by masarisgk
 * Copyright (c) 2021
 */
body {
    margin: 0;
    color: #67737d;
    font-family: Arial, Segoe UI, "Helvetica Neue", sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
.main-content {
    min-height: calc(100vh - 100px);
    display: block;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aabad2;
}
.btn,
a,
button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
a {
    color: #203656;
    outline: 0;
    text-decoration: none;
}
a.active,
a:active,
a:hover {
    color: #fe4f70;
}
a:focus {
    outline: 0;
}
.lnr {
    vertical-align: -0.1rem;
}
button:focus {
    outline: 0;
    box-shadow: none !important;
}
.btn-icon {
    color: #fff;
    height: 37px;
    width: 37px;
    border: none;
    background: #ffc371;
    background: -webkit-linear-gradient(bottom, #ffc371 0, #ff5f6d 51%, #ffc371 100%);
    background: linear-gradient(to top, #ffc371 0, #ff5f6d 51%, #ffc371 100%);
    background-size: auto 200%;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}
.btn-icon:hover {
    background-position: bottom center;
}
.c-zoom {
    cursor: zoom-in;
}
.mt-n100 {
    margin-top: -100px;
}
.top-n {
    top: -1rem;
}
.z-index-2 {
    z-index: 2;
}
.z-index-4 {
    z-index: 4;
}
.o-cover {
    object-fit: cover;
}
.o-contain {
    object-fit: contain;
}
.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.9);
}
.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.6);
}
.page-header {
    background: #f5f5f5;
    padding: 40px 0;
}
#statistic {
    width: 200px;
    z-index: 6;
}
.top-bar {
    border-bottom: 1px solid #ebebeb;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.navbar-brand img {
    width: 100px;
    height: auto;
}
.navbar.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 8px 10px rgb(32 54 86 / 10%);
    -moz-box-shadow: 0 8px 10px rgba(32, 54, 86, 0.1);
    box-shadow: 0 8px 10px rgb(32 54 86 / 5%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.navbar.header-sticky .search-form .btn,
.navbar.header-sticky .search-form input {
    background-color: #fff;
    border: 1px solid #ced4da;
}
.header-right .header-buttons button:first-child {
    margin-left: 0;
}
.header-right .header-buttons button {
    margin-left: 10px;
}
.social-icons a {
    color: #203656;
}
.search-form .btn,
.search-form input {
    background-color: #eaedf2;
    border: 0;
}
.section-header {
    margin-bottom: 30px;
    position: relative;
}
footer .footer-inner {
    border-top: solid 1px #ebebeb;
}
.btn-wa {
    position: fixed;
    right: 20px;
    bottom: 10px;
    padding: 15px;
    border: 0;
    background: #20b53b;
    background: linear-gradient(0deg, #20b53b 0, #55ff79 100%);
    z-index: 5;
}
.btn-closes {
    height: 20px;
    width: 20px;
    position: absolute;
    top: -8px;
    left: -8px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    font-size: 11px;
}
.dark,
.dark #main-carousel .splide-arrow,
.dark .sub-menu {
    background-color: #152028 !important;
    color: #fff !important;
}
.dark .mega-menu {
    background-color: #152028 !important;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 0 10px;
}
.dark .nav-mobile > li,
.dark .nav-tabs {
    border-bottom: 4px solid #1d272f !important;
}
.dark .border {
    border: 4px solid #1d272f !important;
}
.dark .post-line:after {
    background: #1d272f !important;
}
.dark .form-control:-ms-input-placeholder,
.dark .form-control::-moz-placeholder,
.dark .form-control::-webkit-input-placeholder,
.dark .form-control::placeholder {
    color: #fff;
}
.dark #menu-slide .btn-exit,
.dark .post-title a,
.dark .social-icons a svg,
.dark .text-dark,
.dark a,
.dark article {
    color: #fff !important;
}
.dark .mega-menu h4,
.dark .nav-mobile > li > a {
    color: #999 !important;
}
.dark a.active,
.dark a:active,
.dark a:hover {
    color: #fe4f70;
}
.dark #menu-slide,
.dark .bg-light,
.dark .bg-white,
.dark .bg-white-transparent,
.dark .card,
.dark .nav-tabs .nav-link.active,
.dark .navbar.header-sticky,
.dark .page-header,
.dark .page-item.disabled .page-link,
.dark .page-link,
.dark .top-bar {
    background: #202b33 !important;
    border-color: #232b32;
}
.dark .dropdown-menu,
.dark .form-control,
.dark .form-select,
.dark .modal-content {
    color: #fff;
    background-color: #31424e;
    border: none;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff;
}
.dark .page-item.active .page-link,
.dark .search-form .btn,
.dark .search-form input {
    background-color: #31424e !important;
    border: 0 !important;
}
.dark .navbar-brand,
.dark .widget.widget-link a > div {
    background: #fff;
    padding: 5px;
    border-radius: 10px;
}
.dark footer .footer-inner {
    border-color: #232b32;
}
.dark .btn-outline-secondary {
    border-color: #fff !important;
    color: #fff !important;
}
.hover-img-scale img,
[class*="hover"] {
    transition: all 0.2s ease;
}
.hover-translate-y:hover {
    transform: translateY(-3px) !important;
}
.hover-img-scale:hover img,
.hover-scale:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.hover-shadow:hover {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.bar-long {
    height: 5px;
    background-color: #009acf;
    width: 0;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
}
.widget {
    padding: 35px 30px;
    margin-bottom: 24px;
}
.widget-title:after {
    content: "";
    display: block;
    border-radius: 10px;
    height: 5px;
    width: 20px;
    margin: 15px auto 30px;
    background: #ffc371;
    background: -webkit-linear-gradient(right, #ffc371 0, #ff5f6d 100%);
    background: linear-gradient(to left, #ffc371 0, #ff5f6d 100%);
}
.widget .list-group-numbered > li::before {
    content: counters(section, ".");
    font-size: 22px;
    color: #ff5f6d;
    font-weight: 700;
}
.post-title a {
    color: #203656;
}
.post-title a:hover {
    color: #ff5f6d;
}
.news-detail-content,
.page-detail-content {
    line-height: 1.6em;
    color: #67737d;
    font-size: 16px;
}
.post-line:after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    background: #ebebeb;
    background: -webkit-linear-gradient(right, #ebebeb 0, transparent 100%);
    background: linear-gradient(to left, #ebebeb 0, transparent 100%);
}
.post-line:last-child:after {
    content: "";
    display: none;
}
.meta {
    font-size: 14px;
    color: #67737d;
}
.meta a {
    color: #67737d;
    font-weight: 400;
}
.meta li:after {
    content: "/";
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 0;
    font-size: 12px;
}
.meta li:not(:last-child) {
    margin-right: 6px;
}
.meta li:last-child:after {
    content: "";
    display: none;
}
.meta-circle li:after {
    content: "";
    display: inline-block;
    background-color: #ff646d;
    border-radius: 50%;
    margin-left: 12px;
    height: 3px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 3px;
}
.meta-circle li:last-child:after {
    content: "";
    display: none;
}
.splide-arrow {
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    height: 50px;
    width: 50px;
    padding: 15px;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 2;
    opacity: 0;
}
#main-carousel:hover .next-caro,
#main-carousel:hover .prev-caro {
    opacity: 1;
}
#main-carousel svg {
    height: 15px;
    fill: #ff606d;
}
#main-carousel .prev-caro {
    left: -30px;
}
#main-carousel .prev-caro svg {
    transform: rotate(180deg);
}
#main-carousel .next-caro {
    right: -30px;
}
#main-carousel .splide__pagination {
    position: relative;
    margin: 40px 0;
    bottom: 0;
}
#main-carousel .splide__pagination li {
    margin: 0 4px;
}
#main-carousel .splide__pagination li button {
    background: #eaeaea;
    height: 10px;
    width: 10px;
    border-radius: 5px;
}
#main-carousel .splide__pagination li .splide__pagination__page.is-active {
    background: linear-gradient(to right, #ff5f6d 0, #ffc371 51%, #ff5f6d 100%) 0 0/200%;
    transform: none;
}
@media print {
    * {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    body.printing .btn-cetak,
    body.printing .btn-group,
    body.printing .btn-wa,
    body.printing .page-header,
    body.printing .polling-detail-content .option,
    body.printing .tooltip,
    body.printing footer,
    body.printing header {
        display: none;
    }
    body.printing .news-detail .card,
    body.printing .page-detail .card {
        border: 0 !important;
        border-radius: 0 !important;
    }
    body.printing #cetak-disini {
        display: block;
        background-color: red !important;
    }
}
@media (max-width: 996px) {
    .search-form {
        display: none;
        padding: 30px 30px 30px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        background: linear-gradient(180deg, rgb(0 0 0 / 100%), rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }
    .header-sticky .search-form {
        padding: 30px 30px 50px;
        top: 75px;
    }
}
@media (min-width: 768px) {
    ul.event-timeline {
        max-height: 280px;
        overflow-y: scroll;
    }
    .event-timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .timeline-date {
        width: 55px;
        float: left;
        margin-top: 10px;
    }
    .timeline-content {
        width: 75%;
        float: left;
        border-left: 3px #eaedf2 solid;
        padding-left: 20px;
    }
    .timeline-content:before {
        content: "";
        width: 12px;
        height: 12px;
        background: #ff5f6d;
        position: absolute;
        left: 50px;
        top: 15px;
        border-radius: 100%;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-xl {
        max-width: 1140px;
    }
}

.dark .breadcrumb-item.active,
.dark .breadcrumb-item+.breadcrumb-item::before {
    color: #c5c5c5;
}

/* Side Category Nav*/

.category-nav,
.category-nav ul {
    position: static;
    padding: 0;
    width: 100%;
    height: auto;
}

.category-nav li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-nav a:hover {
    text-decoration: none;
    color: #fe4f70;
}

.category-nav .submark {
    position: absolute;
    top: 6px;
    right: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category-nav .submark:hover {
    cursor: pointer;
}

.category-nav .submark.down {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.category-nav a {
    position: relative;
    display: block;
    padding: 5px 0px;
    line-height: 36px;
    font-weight: bold;
    color: #999;
    border-bottom: 1px solid #eaeaea;
}

.category-nav .subnav {
    display: none;
    padding-left: 10px;
}

.category-nav .subnav > ul > .active > a,
.category-nav .subnav a:hover {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.category-nav .subnav a {
    line-height: 36px;
    font-weight: normal;
}

.category-nav li .subnav li .subnav a {
    padding-left: 5px;
}

.category-nav li .subnav li .subnav li .subnav a {
    padding-left: 10px;
}

.dark #menu-slide .btn-exit, .dark .post-title a, .dark .social-icons a svg, .dark .text-dark, .dark a, .dark article {
    color: #fff!important;
}

.btn-sml {
    padding: 6px 15px;
    font-size:14px;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.dark .news-detail-content,
.dark .page-detail-content {
    color:#ffffff;
    }
    .dark .form-control::placeholder {
    color: #ffffff;
}

.dark .modal-dialog .form-control {
    background-color: #20313c;
}
.dark .modal-dialog .btn-close {
    background-color:#ffffff;
}

/* Validation Style */

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
     margin-left: -1px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
.valid-feedback {
     display: none;
     width: 100%;
     margin-top: 0.25rem;
     font-size: 0.875em;
     color: #198754;
}
.valid-tooltip {
     position: absolute;
     top: 100%;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: 0.25rem 0.5rem;
     margin-top: 0.1rem;
     font-size: 0.875rem;
     color: #fff;
     background-color: rgba(25, 135, 84, 0.9);
     border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
     display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
     border-color: #198754;
     padding-right: calc(1.5em + 0.75rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(0.375em + 0.1875rem) center;
     background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
     border-color: #198754;
     box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
     padding-right: calc(1.5em + 0.75rem);
     background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
     border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
     padding-right: 4.125rem;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
     background-position: right 0.75rem center, center right 2.25rem;
     background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
     border-color: #198754;
     box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
     border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
     background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
     box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
     color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
     margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid {
     z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus {
     z-index: 3;
}
.invalid-feedback {
     display: none;
     width: 100%;
     margin-top: 0.25rem;
     font-size: 0.875em;
     color: #dc3545;
}
.invalid-tooltip {
     position: absolute;
     top: 100%;
     z-index: 5;
     display: none;
     max-width: 100%;
     padding: 0.25rem 0.5rem;
     margin-top: 0.1rem;
     font-size: 0.875rem;
     color: #fff;
     background-color: rgba(220, 53, 69, 0.9);
     border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
     display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
     border-color: #dc3545;
     padding-right: calc(1.5em + 0.75rem);
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
     background-repeat: no-repeat;
     background-position: right calc(0.375em + 0.1875rem) center;
     background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
     border-color: #dc3545;
     box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
     padding-right: calc(1.5em + 0.75rem);
     background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
     border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
     padding-right: 4.125rem;
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
     background-position: right 0.75rem center, center right 2.25rem;
     background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
     border-color: #dc3545;
     box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
     border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
     background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
     box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
     color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
     margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid {
     z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus {
     z-index: 3;
}

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

.dark .nav-tabs .nav-link {
    color:#ffffff;
}
.dark .nav-tabs .nav-link:focus, .dark .nav-tabs .nav-link:hover {
    border-color: #202b33;
}

.maps iframe {
    max-width: 100%;
}

