/* body{
    font-family: 'Roboto',sans-serif !important;
    background-color: #f7f7f7 !important;
} */
.btn-primary {
    color: #fff;
    background-color: #579387 !important;
    border-color: #579387 !important;
}

.text-primary {
    color: #579387 !important;
}

/* .bg-soft-primary {
    background-color: rgb(189 73 73 / 39%)!important;
} */
.card.pengumuman {
    padding: 8px 40px;
    box-shadow: none !important;
    border-top: 1px solid #b9b9b9 !important;
    border-bottom: 1px solid #b9b9b9 !important;
    background: inherit;
    border-radius: none !important;
    margin-bottom: 0px;
}

.pengumuman {
    border-radius: 0px !important;
}

/* .card{
	box-shadow: 0px 4px 14px -1px rgb(105 105 105 / 25%) !important;
	box-shadow:0 1px 2px #00000033 !important;
    border: none !important;
} */
/* #page-topbar{
    background-color: #579387 !important;
    box-shadow: none !important;
} */
/* .header-item{
    color: #ffffff !important;
} */
/* .header-item h5{
    color: #ffffff !important;
} */
/* .bg-soft-primary {
    background-color: #f1c600c4 !important;
    color: #ffffff !important;
} */
/* .navbar-header .dropdown.show .header-item {
    background-color: #69a99ca1 !important;
} */
/* .footer{
    background-color: #579387;
    color: #ffffff;
} */
.content-backgroud-text a {
    display: none !important;
}

/* .navbar-header{
    height: 55px !important;
} */
/* .header-item{
    height: 55px !important;
} */
.header-item h5 {
    font-size: 15px !important;
}

.card {
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.card-img-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.badge-pengumuman {
    padding: 9px !important;
    font-size: 80% !important;
    border-radius: 8px !important;
    text-transform: uppercase;
}

.owl-prev {
    position: absolute !important;
    top: 8px !important;
}

.owl-prev i {
    font-size: 20px !important;
}

.owl-next {
    position: absolute !important;
    top: 8px !important;
    right: 0 !important;
}

.owl-next i {
    font-size: 20px !important;
}

/* .navbar-header img {
	max-height:36px !important;
} */

.vertical-menu {

    top: 56px;
}

/* .mail-list a.active {
    background: #eaeaea !important;
} */
.mail-list a {
    display: block !important;
    color: #000000 !important;
    line-height: 24px !important;
    padding: 10px !important;
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px !important;
    font-weight: 500 !important;
}

.mail-list a img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.block-attc {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px !important;
    padding: 20px;
    width: 100%;
    box-shadow: 0 1px 2px #00000033 !important;
    margin-bottom: 15px;
}

.block-attc img {
    cursor: pointer;
}

@media (max-width: 720px) {
    .block-attc h5 {
        font-size: 15px;
    }
}

.btn.btn-primary.custom {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #556ee6;
    border: 2px solid #e2f2ff !important;
    border-radius: 33px;
    font-weight: 600;
    padding: 5px 18px !important;
}

.card.login {
    border-radius: 20px;
    box-shadow: none !important;
}

.card.login .card-body {
    padding: 35px !important;
}

.card.login .card-body input {
    border-radius: 20px;
}

.card.login .card-body button.btn-primary {
    background: #7cada3 !important;
    border-radius: 20px;
    border-color: #7cada3 !important;
}

.content-text {
    padding: 0px !important;
}

.content-text h1 {
    color: #495057 !important;
}

.content-text h2 {
    color: #495057 !important;
}

.content-text h4 {
    color: #495057 !important;
}

.content-backgroud-text {
    background-image: none !important;
}

.content-backgroud {
    height: 185px !important;
}

.choose-theme {
    visibility: hidden;
}

@media (max-width: 720px) {
    .content-backgroud {
        position: initial !important;
    }
}

.stepper {
    position: relative;
    width: 100%;
    margin: 18px 0 8px;
}

.stepper .track {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    height: 6px;
    background: #EAF2EF;
    border-radius: 999px;
}

.stepper .fill {
    height: 6px;
    background: #75F7A4;
    border-radius: 999px;
    transition: width .25s ease;
    width: 0;
}

.stepper .steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.stepper .step {
    text-align: center;
    width: 33.333%;
}

.stepper .badge-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #08A0FF;
    border-radius: 10px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .12);
}

.stepper .label {
    margin-top: 8px;
    font-size: 13px;
    color: #2DA0FF;
}

.step.is-upcoming .badge-dot {
    opacity: .65;
}