* {
    font-family: "Montserrat", sans-serif;
    font-size: 14;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.bg-primer {
    background-color: #0a72eb !important;
}

.buka {
    cursor: context-menu !important;
    width: 90px;
    height: 28px;
    color: white;
    border: none;
    border-radius: 10px;
    background: linear-gradient(
        270deg,
        #65c21d 0%,
        rgba(101, 194, 29, 0.58) 100%
    );
}

.tutup {
    cursor: context-menu !important;
    width: 90px;
    height: 28px;
    color: white;
    border: none;
    border-radius: 10px;
    background: #a2a2a2;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.formulirAntri > div > label {
    opacity: 0.7;
    font-weight: 550;
}
.formulirAntri > div > input {
    background-color: #eeeeee;
}
.dashboardNav a {
    text-decoration: none;
    color: white;
    margin: 0px 25px;
}

@media screen and ( max-width: 600px ) {
    * {
        font-size: 12px !important;
    }
}
