body {
    background-color: #232323;
    color: #fff;
}
button {
    cursor: pointer;
}
.navbar-menu {
    width: 250px;
    z-index: 1002;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
body.navbar-closed .navbar-menu, body.navbar-closed .navbar-menu-inner {
    width: 0;
}
.navbar-menu-inner {
    width: 250px;
    z-index: 1002;
    background: #000000;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    padding: 0 0 calc(70px + 72px) 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
}
.navbar-brand-box {
    padding: 16.5px 1.3rem;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: #000;
    border-bottom: 1px solid #343434;
}
#scrollbar {
    overflow: auto;
}
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#scrollbar {
    overflow: auto;
}
#scrollbar::-webkit-scrollbar {
    width: 0.4em;
}
#scrollbar::-webkit-scrollbar-track {

}
#scrollbar::-webkit-scrollbar-thumb {
    background-color: #27282a;
    border-radius: 5px;
}
#scrollbar:hover::-webkit-scrollbar-thumb, #scrollbar:focus::-webkit-scrollbar-thumb {
    background-color: #5c6f7c;
}
.main-content {
    position: relative;
    min-height: 100vh;
    min-height: var(--app-height);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
body.navbar-closed .main-content {
    margin-left: 0px;
}
#navbar-toggler-btn {
    position: absolute;
    background: #000000;
    color: #fff;
    top: 50%;
    right: -16px;
    height: 64px;
    width: 16px;
    transform: translate(0px, -50%);
    cursor: pointer;
}
.navbar-toggler-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #747474;
}
#navbar-menu-list>li {
    padding: 0 20px;
}
#navbar-menu-list>li.active .navbar-icon {
    color: #ffffff;
}
#navbar-menu-list>li.active span a {
    color: #ffffff;
}
#navbar-menu-list li span {
    padding: 10px 0;
    flex: 1;
    display: flex;
    align-items: center;
}
.navbar-icon {
    font-size: 15px;
    min-width: 21px;
    margin-right: 14px;
    text-align: center;
    color: #b5b5b5;
}
#navbar-menu-list li span a {
    text-decoration: none;
    color: #b5b5b5;
    display: block;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
}

#page-topbar {
    z-index: 1;
    background-color: #232323;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border: 1px solid none;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #343434;
}
#page-topbar .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 1.5rem 0 1.5rem;
}
.header-item {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header-item .dropdown-menu {
    right: 0 !important;
    left: unset !important;
    top: 69px !important;
    transform: none !important;
}
.page-title-box {
    background: #232323;
    padding: 10px 1.5rem;
    border-bottom: 1px solid #343434;
}
.page-title-box h4 {
    font-weight: 700;
    font-size: 15px!important;
    text-transform: uppercase;
    color: #ffffff;
}
#page-topbar.topbar-shadow {
    -webkit-box-shadow: 0 3px 3px rgba(56,65,74,0.1);
    box-shadow: 0 3px 3px rgba(56,65,74,0.1);
}
.header-item a {
    color: #fff;
}
.topbar-user-profile-pic {
    width: 28px;
    height: 28px;
    object-fit: cover;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    margin-right: 4px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #151515;
    color: #fff;
}
.card {
    background-color: #000;
    border-radius: 0;
}
.card-header {
    background-color: #000;
    border-bottom: 1px solid #343434;
    padding: 1rem 1rem;
}
.card-title {
    font-size: 16px;
    margin: 0 0 7px 0;
    color: #ffffff;
}
.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}

.page-content {
    padding: 20px 1.5rem;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .main-content {
        margin-left: 250px;
    }
}
.btn {
    padding: 10px 20px;
    border-radius: 0px;
}
button, .btn-primary {
    cursor: pointer;
    outline: 0 !important;
    background-color: #D73CBE;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    border: none;
}
.btn-primary:hover {
    background-color: #af2899;
}
.click-label {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
input, textarea, select {
    outline: 0 !important;
}
select {
    padding: 3px;
}

.tabbed-pane {

}
.tabs-headers-wrapper {
    display: flex;
    gap: 6px;
    overflow-y: auto;
}
.tab-header {
    background-color: #4ea347;
    color: #f5f613;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-width: 110px;
    text-align: center;
}
.tab-header.active {
    background-color: #24611f;
}
.tabs-bodies-wrapper {

}
.tab-body {
    background: #fff;
    padding: 20px 10px;
    displaY: none;
}
ul.pagination {
    gap: 10px;
    margin: 0;
}
ul.pagination>li {
    font-size: 16px;
    display: inline-block;
}
ul.pagination>li>a {
    color: #396397 !important;
    padding: 3px 10px;
    background: #e7eff8;
}
ul.pagination>li.active>a {
    background: #ffd43f;
    color: #000 !important;
}

.btn.processing {
    opacity: 0.7;
    pointer-events: none;
}

.form-control:focus {
    border-color: #474747 !important;
    box-shadow: none !important;
}
.form-label {
    font-weight: 500;
    margin-bottom: 2px;
}

.table-row-actions-cell {
    vertical-align: middle !important;
}
.table-row-actions {
    justify-content: flex-end;
    gap: 15px;
    display: flex;
}
.table-row-actions a {
    color: #495057;
}
.form-check {
    position: relative;
    text-align: left;
}
.form-check {
    display: block;
    min-height: 1.21875rem;
    padding-left: 1.6em;
    margin-bottom: 0.125rem;
    font-size: 14px;
}
.form-radio .form-check-input:checked {
    border-color: #276bc0;
    background-color: #276bc0;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check .form-check-input {
    cursor: pointer;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.6em;
}
.form-check-input {
    width: 1.1em;
    height: 1.1em;
    margin-top: 0.2em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
}
.form-check label {
    cursor: pointer;
    margin-bottom: 0;
}
.btn.disabled {
    cursor: default;
    opacity: 0.5;
}
.form-control.is-invalid {
    border-color: #dc3545 !important;
}

/* Bootstrap fixes */
.modal-title {
    color: #ffffff;
    font-size: 1.1rem;
}
.modal-content .close {
    color: #fff;
    text-shadow: none;
}
.modal-content {
    background-color: #222;
}
.modal-content .form-control {
    background: #000;
    border-color: #474747;
    color: #fff;
}
.table {
    font-size: 15px;
}
.table thead th {
    border-top: none !important;
    border-bottom: 1px solid #343434;
}
.table td, .table th {
    border-top: 1px solid #343434;
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding-top: 0;
}
.modal-footer {
    border-top: none;
}
.text-muted {
    margin-bottom: 7px;
    font-size: 14px;
}

.text-logo {
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 25px;
}

.legal-text-section {
    font-size: 11px;
}

@media (max-width: 600px) {
    .legal-text-section {
        font-size: 6px !important;
    }
}