.canvas-sidebar {
    z-index: 99998;
}

.em-sidebar-card {
    padding: 1.5em;
}

.card-body {
    padding-top: 10px;
}

.card-body p a {
    font-weight: bold;
    text-decoration: underline;
}

.em-sidebar-actions {
    border-top: 1px solid #2c2e33;
    padding-top: 10px;
    padding-bottom: 10px;
}

.em-sidebar-btn {
    width: fit-content;
    cursor: pointer;
}

.em-sidebar-btn-text {
    font-family: 'Poppins Semi-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #000000;
}

.em-sidebar-card {
    padding: 1.5em;
}

.em-sidebar-card-header {
    padding: 0px;
    padding-top: 10px !important;
    border-bottom: 1px solid rgb(0 0 0) !important;
}

.em-sidebar-card-header-title {
    font-family: 'Poppins Semi-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 0px;
}

.em-sidebar-card-body {}

.em-sidebar-card-body-sec {}

.em-sidebar-card-body-sec-title {
    font-family: 'Poppins Semi-Bold';
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    margin: 25px 0px;
    margin-bottom: 10px;
}

.em-sidebar-card-body-sec-items {}

.em-sidebar-card-body-sec-item {
    margin: 5px 0px;
}

.em-sidebar-card-body-sec-item input {
    position: relative;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    color: #363839;
    border: 1px solid #000;
    margin-right: 10px;
    border-radius: 4px;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

.em-sidebar-card-body-sec-item input:checked {
    color: #fff;
    background-color: #2c2e33;
    background: #2c2e33;
}

.em-sidebar-card-body-sec-item input:checked:before {
    position: absolute;
    content: "";
    display: block;
    top: 1px;
    left: 4px;
    width: 5px;
    height: 9px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 1;
}



.em-sidebar-card-body-sec-item label {
    font-family: 'Poppins Semi-Bold';
    font-size: 12px;
    line-height: 12px;
    color: #000000;
}

.em-sidebar-card-actions-bottom {
    margin-top: 20px;
    display: flex;
}



.em-sidebar-card-actions-bottom-item {
    width: 50%;
}



.em-sidebar-tab {}

.em-sidebar-nav-item {
    width: 50%;
    text-align: center;
}

.em-sidebar-nav-link {
    color: #C4C4C4;
    border: 0px !important;
    border-bottom: 2px solid !important;
    border-color: #C4C4C4;
}

.em-sidebar-nav-link:hover {
    color: #898989;
    border-color: #898989 !important;
}

.em-sidebar-nav-link.active {
    color: #000;
    border-color: #000 !important;
}

@media (min-width: 768px) {
    .em-sidebar-actions {
        border-top: 0px solid #2c2e33;
        padding-top: 10px;
        padding-bottom: 10px;
    }

}