ul {
    padding-left: 0;
    margin-bottom: 0
}

.cursor-pointer {
    cursor: pointer
}

.w-90 {
    width: 90%!important
}

.w-80 {
    width: 80%
}

.w-70 {
    width: 70%
}

.w-60 {
    width: 60%
}

.w-50 {
    width: 50%
}

.popup {
    position: absolute;
    z-index: 1035;
    background: var(--popup-bg);
    border: 1px solid var(--popup-border)
}

@media(max-width: 575.98px) {
    .popup {
        top:70px!important;
        left: 50%!important;
        transform: translate(-50%);
        width: 98%!important
    }
}

.popup .popup-checkbox {
    vertical-align: middle;
    cursor: pointer
}

.popup .popup-close {
    padding: 7px 0 2px 0;
    font-size: .75rem;
    background-color: #333;
    color: #fff;
    text-align: center
}

.popup .close-button {
    background: #000;
    padding: 5px 5px;
    cursor: pointer
}

.swal2-title {
    font-size: 20px!important
}

.swal2-html-container {
    font-size: 16px!important
}

.swal2-warning .swal2-icon-content {
    color: #f8bb86!important
}

.swal2-info .swal2-icon-content {
    color: #3fc3ee!important
}

div:where(.swal2-container) {
    z-index: 9999999999!important
}

.text-center {
    text-align: center
}

a {
    color: inherit;
    text-decoration: none
}

.b-board .b-title {
    background: #1a1a1a;
    border-top: 1px solid aqua;
    color: #efefef!important;
    font-weight: 500;
    line-height: 44px
}

.b-board .b-content,.b-board .b-title {
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    font-size: 13px;
    text-align: center;
    align-items: center;
    justify-content: center
}

.b-board .b-content {
    background: #252525;
    color: #efefef;
    display: flex;
    padding: 10px 5px 10px 5px
}
