a {
    text-decoration: none;
}
@media only screen and (max-width:430px) {
    .logo-display-sm {
        display: none;
    }
}

.bg-grey-kamus {
    background-color: #FFEBC9;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.bg-grey-kamus-search {
    background-color: #FFEBC9;
    padding: 50px;
}

.bg-grey-kamus-page {
    background-color: #FFEBC9;
    padding: 50px;
}

.bg-batik {
    background-image: url("/front/img/bg.png");
    background-size: cover;
}

.bg-primary-kamus{
    background-image: url("/front/img/bg.png");
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-warning {
    background-color: #FFEBC9 !important;
}

.bg-header-kamus {
    background-color: #753422;
}
.font-header {
    font-size: large !important;
}
.width-search {
    width: 100%;
}
.section-center {
    text-align: center;
}
.section-center p {
    font-size: larger;
}

.text-left-kamus {
    text-align: left !important;
}

.container-kamus {
    width: 50% !important;
}

@media only screen and (max-width:730px) {
    .container-kamus {
        width: 100% !important;
    }
}

.checkbox-kamus {
    margin-left: 10px;
}

.padding-kamus {
    padding: 50px;
}

.text-right-kamus {
    text-align: right !important;
}

.dropdown-toggle::after {
    display: none;
}

/* .dropdown-menu {
    background-color: #000;
} */