.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 9999;
    background-color: #343a40;
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    width: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px) !important;
}

.nav-sidebar>.nav-item {
    border-bottom: 1px solid #f3f3f3;
}

#confirm-delete .swal2-popup {
    border-radius: .3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

#confirm-delete .swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch;
}

#confirm-delete .swal2-icon.swal2-warning {
    border-color: #facea8 !important;
    color: #f8bb86;
}

#confirm-delete .swal2-icon.swal2-warning {
    border-color: ligthen(#ffc107, 20%);
    color: #ffc107;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

#confirm-delete .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#confirm-delete .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

#confirm-delete .swal2-title {
    display: inline !important;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

#confirm-delete .modal-footer {
    display: inline !important;
}

.text-rekappaslon {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    white-space: nowrap;
}

.text-rekappaslon sub {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
    padding: 0;
    white-space: nowrap;
}

.foto-paslon-home {
    object-fit: cover;
    object-position: 50% 50%;
    height: 150px;
}

@media (max-width: 575.98px) {
    .card-paslon div {
        text-align: center;
    }
}

.navbar-bc {
    background: #02275d !important;
    color: #fefd00 !important;
}

.main-footer {
    background: #02275d !important;
    /* color: #f3f3f3 !important; */
    color: #fefd00 !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Pilih";
}

.text-kuningbc {
    color: #fefd00 !important;
}

dt {
    float: left;
    clear: left;
    width: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

dd {
    float: left;
    width: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin: 0;
}

.direct-chat-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}

.direct-chat-primary .direct-chat-text::after,
.right .direct-chat-text::after,
.right .direct-chat-text::before {
    border-left-color: #007bff;
}