.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-register input {
    border-radius: 0;
    margin-bottom: -1px;
}
#dropdown:hover {
    background-color: #f18f01;
}

#button {
    background-color: #f18f01;
    border-radius: 20px;
}
nav {
    position: fixed;
    text-align: center;
}
nav ul {
    display: inline-block;
}
nav li {
    margin-left: 5px;
}
#jumbotron {
    /* filter: brightness(100%); */
    background-color: whitesmoke;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px;
}
#gambar {
    filter: brightness(80%);
    border-radius: 10px;
}
#text {
    color: #055160;
    width: 98%;
    text-transform: uppercase;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    background-color: whitesmoke;
    border: 1px solid whitesmoke;
    border-radius: 15px;
    margin-left: 10px;
    padding: 5px;
    margin-bottom: 10px;
}
#info {
    color: white;
    background-color: #055160;
    border-radius: 15px;
    margin-left: -7px;
    padding: 10.5px;
    margin-top: -6px;
    position: absolute;
    z-index: 1;
    font-style: oblique;
}
.slides {
    width: 100%;
    position: relative;
}
.slides .slide {
    display: none;
}
.slides .slide img {
    width: 100%;
    animation-name: fade;
    animation-duration: 1.5s;
}
.slides .navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.slides .navigation .prev,
.slides .navigation .next {
    cursor: pointer;
    padding: 16px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    user-select: none;
    transition: 0.6s ease;
}
.slides .navigation .prev:hover {
    background: rgba(0, 0, 0, 1);
}
.slides .navigation .next:hover {
    background: rgba(0, 0, 0, 1);
}
.title {
    color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    position: absolute;
    text-transform: uppercase;
    border-radius: 0 0 8px 8px;
    top: 84%;
    left: 0%;
    padding: 25px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}
#konten {
    color: #055160;
    text-align: justify;
    text-justify: newspaper;
    border-radius: 15px;
    padding: 25px;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#img-konten {
    border-radius: 15px;
}
#peta {
    width: 80%;
}
#form-input {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border: 5px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    padding: 30px;
    color: #055160;
    margin-top: 50px;
    margin: auto;
}
.table {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    padding: 30px;
    color: #055160;
    margin-top: 50px;
    width: 20%;
}

.highcharts-figure,
.highcharts-data-table table {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    padding: 30px;
    color: #055160;
    width: 100%;
    margin-top: 50px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#petik {
    width: 45px;
    height: 45px;
    margin-left: 48%;
    margin-top: 25px;
}

#text-aspirasi {
    padding: 50px;
    font-style: italic;
    margin-top: -50px;
    margin-bottom: -50px;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
    border-bottom: solid #fff;
}

.button {
    display: inline-block;
    color: #dedee0;
    text-decoration: none;
    padding: 5px 10px;
    border: 2px solid #dedee0;
    border-radius: 10px;
}
.button:hover {
    animation: pulsate 1s ease-in-out;
    color: #dedee0;
}
@keyframes pulsate {
    0% {
        box-shadow: 0 0 25px #dedee0, 0 0 40px #fff;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

#text-footer {
    color: #055160;
    margin-left: 18px;
    margin-top: 20px;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    font-size: 30px;
}
.verikal_center {
    position: sticky;
    color: #055160;
    position: absolute;
    border-left: 2px solid #055160;
    margin-top: 15px;
    height: 110px;
    width: 2px;
}
#footer-alamat {
    color: #055160;
    margin-left: 15px;
    margin-top: 25px;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
#footer-bawah {
    color: #212529;
    margin-top: -20px;
}
#up {
    color: #055160;
    text-decoration: none;
    margin-top: -50px;
    float: right;
    font-size: 50px;
}
#pagenation {
    position: fixed;
    margin: auto;
}
.tombol {
    color: #fff;
    margin: auto;
    width: 120px;
    height: 40px;
    border-radius: 45px;
    cursor: pointer;
    border: none;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-weight: bold;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}
.tombol:hover {
    background: #f18f01;
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0px 5px 15px rgba(142, 218, 216, 0.445);
}

/* LOGIN */
#form-login {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border: 5px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    padding: 30px;
    color: #055160;
    margin-top: 50px;
    margin: auto;
}

#box {
    background-color: whitesmoke;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border: 5px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    padding: 30px;
    color: #055160;
    margin-top: 50px;
    margin: auto;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-registration input {
    border-radius: 0;
    margin-bottom: -1px;
}
/* #footer {
    margin-top: -60px;
    background-color: whitesmoke;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 15px;
    width: 1100px;
} */

@media screen and (max-width: 600px) {
    #img-dashboard {
        width: 30px;
    }
}
