#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44;
    color: #c3c3c3;
    margin: 0 0 18px;
}

.offcanvas-menu .offcanvas-inner {
    padding: 20px 30px 30px 30px;
}

.com_kunena  select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
    height: calc(3rem + 2px);
}


#sp-header:not(.header-sticky) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: none;
    background-color: #242a35;
    border-bottom: 0;
}
.com_kunena .form-control {
    padding: 0.6rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #353434;
    border-radius: 1px;
    background-color: #f7f7f7;
    border: 0;
    border-bottom: 2px solid #c3c3c3;
}


.com_osmembership .form-control {
    padding: 0.6rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #ffffff;
    border-radius: 1px;
    background-color: #423f3f;
    border: 0;
    border-bottom: 2px solid #c3c3c3;
}

.com-users.view-profile .form-control {
    padding: 0.6rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57;
    color: #454545;
    border-radius: 1px;
    background-color: #f7f7f7;
    border: 0;
    border-bottom: 2px solid #c3c3c3;
}

.com_kunena ul.pagination .page-item:last-child:not(.active), ul.pagination .page-item:first-child:not(.active) {
    position: relative;
}

#eb .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.25;
    color: #fff;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(var(--fd-gray-300), 1);
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    max-width: unset;
}

#eb .eb-dialog-content {
    position: relative;
    padding: 8px 16px;
    font-size: 13px;
    height: 100%;
    border-radius: 3px;
    color: #333;
}

#eb .eb-dialog-title {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    color: #333;
}

section#sp-position-1 {
    margin-top: 121px;
}