TRF Certest first commit

This commit is contained in:
2025-02-26 08:57:46 +01:00
commit 3ce064a108
2524 changed files with 475404 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,487 @@
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #32393f
}
a {
color: #008cff;
}
.table-responsive {
white-space: nowrap;
}
.form-check-input:checked {
background-color: #008cff;
border-color: #008cff
}
.form-check-input[type=checkbox]:indeterminate {
background-color: #008cff;
border-color: #008cff;
}
.valid-feedback {
color: #15ca20
}
.form-control.is-valid, .was-validated .form-control:valid {
border-color: #15ca20;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
border-color: #15ca20;
}
.form-select.is-valid, .was-validated .form-select:valid {
border-color: #15ca20;
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
border-color: #15ca20;
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
border-color: #15ca20
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
background-color: #15ca20
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
color: #15ca20
}
.invalid-feedback {
color: #fd3550
}
.form-control.is-invalid, .was-validated .form-control:invalid {
border-color: #fd3550;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
border-color: #fd3550;
}
.form-select.is-invalid, .was-validated .form-select:invalid {
border-color: #fd3550;
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
border-color: #fd3550;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
border-color: #fd3550
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
background-color: #fd3550
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
color: #fd3550
}
.input-group-text {
background-color: #ffffff;
}
.btn {
letter-spacing: .5px;
}
.btn-primary {
color: #fff;
background-color: #008cff;
border-color: #008cff
}
.btn-primary:hover {
color: #fff;
background-color: #037de2;
border-color: #037de2
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
color: #fff;
background-color: #037de2;
border-color: #037de2;
box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #037de2;
border-color: #037de2
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #008cff;
border-color: #008cff
}
.btn-success {
color: #fff;
background-color: #15ca20;
border-color: #15ca20
}
.btn-success:hover {
color: #fff;
background-color: #0eb018;
border-color: #0eb018
}
.btn-check:focus+.btn-success, .btn-success:focus {
color: #fff;
background-color: #0eb018;
border-color: #0eb018;
box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #0eb018;
border-color: #0eb018
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #0f8107;
border-color: #146c43
}
.btn-danger {
color: #fff;
background-color: #fd3550;
border-color: #fd3550
}
.btn-danger:hover {
color: #fff;
background-color: #d10b1e;
border-color: #b02a37
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
color: #fff;
background-color: #d10b1e;
border-color: #b02a37;
box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #b02a37;
border-color: #a52834
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #fd3550;
border-color: #fd3550
}
.btn-outline-primary {
color: #008cff;
border-color: #008cff
}
.btn-outline-primary:hover {
color: #fff;
background-color: #008cff;
border-color: #008cff
}
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
color: #fff;
background-color: #008cff;
border-color: #008cff
}
.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #008cff;
background-color: transparent
}
.btn-outline-success {
color: #15ca20;
border-color: #15ca20
}
.btn-outline-success:hover {
color: #fff;
background-color: #15ca20;
border-color: #15ca20
}
.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
color: #fff;
background-color: #15ca20;
border-color: #15ca20
}
.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
box-shadow: 0 0 0 .25rem rgb(23 160 14 / 52%)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #15ca20;
background-color: transparent
}
.btn-outline-danger {
color: #fd3550;
border-color: #fd3550
}
.btn-outline-danger:hover {
color: #fff;
background-color: #fd3550;
border-color: #fd3550
}
.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
color: #fff;
background-color: #fd3550;
border-color: #fd3550
}
.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #fd3550;
background-color: transparent
}
.btn-link {
font-weight: 400;
color: #008cff;
text-decoration: underline
}
.dropdown-item:focus, .dropdown-item:hover {
color: #1e2125;
background-color: #f8f9fa
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #008cff
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: transparent
}
.card {
border: 0 solid transparent;
margin-bottom: 1.5rem;
box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}
.card-header {
background-color: rgba(0, 0, 0, .0);
}
.progress-bar {
background-color: #008cff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #008cff;
border-color: #008cff
}
.border-primary {
border-color: #008cff!important
}
.border-success {
border-color: #15ca20!important
}
.border-danger {
border-color: #fd3550!important
}
.text-primary {
color: #008cff!important
}
.text-secondary {
color: #6c757d!important
}
.text-success {
color: #15ca20!important
}
.text-info {
color: #0dcaf0!important
}
.text-warning {
color: #ffc107!important
}
.text-danger {
color: #fd3550!important
}
.text-light {
color: #f8f9fa!important
}
.text-dark {
color: #212529!important
}
.text-white {
color: #fff!important
}
.text-body {
color: #212529!important
}
.text-muted {
color: #6c757d!important
}
.text-black-50 {
color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
color: rgba(255, 255, 255, .5)!important
}
.bg-primary {
background-color: #008cff !important;
}
.bg-success {
background-color: #15ca20 !important;
}
.bg-danger {
background-color: #fd3550 !important;
}
.form-check-success .form-check-input:checked {
background-color: #15ca20;
border-color: #15ca20
}
.form-check-success .form-check-input[type=checkbox]:indeterminate {
background-color: #15ca20;
border-color: #15ca20;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-success .form-check-input:focus {
border-color: #15ca20;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(21, 202, 33, 0.25)
}
.form-check-danger .form-check-input:checked {
background-color: #fd3550;
border-color: #fd3550
}
.form-check-danger .form-check-input[type=checkbox]:indeterminate {
background-color: #fd3550;
border-color: #fd3550;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-danger .form-check-input:focus {
border-color: #fd3550;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(253, 53, 80, 0.25)
}
.form-check-warning .form-check-input:checked {
background-color: #ffc107;
border-color: #ffc107
}
.form-check-warning .form-check-input[type=checkbox]:indeterminate {
background-color: #ffc107;
border-color: #ffc107;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-warning .form-check-input:focus {
border-color: #ffc107;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(255, 193, 7, 0.25)
}
.form-check-dark .form-check-input:checked {
background-color: #212529;
border-color: #212529
}
.form-check-dark .form-check-input[type=checkbox]:indeterminate {
background-color: #212529;
border-color: #212529;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-dark .form-check-input:focus {
border-color: #212529;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.25)
}
.form-check-secondary .form-check-input:checked {
background-color: #6c757d;
border-color: #6c757d
}
.form-check-secondary .form-check-input[type=checkbox]:indeterminate {
background-color: #6c757d;
border-color: #6c757d;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-secondary .form-check-input:focus {
border-color: #6c757d;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(108, 117, 125, 0.25)
}
.form-check-info .form-check-input:checked {
background-color: #0dcaf0;
border-color: #0dcaf0
}
.form-check-info .form-check-input[type=checkbox]:indeterminate {
background-color: #0dcaf0;
border-color: #0dcaf0;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.form-check-info .form-check-input:focus {
border-color: #0dcaf0;
outline: 0;
box-shadow: 0 0 0 .25rem rgba(13, 202, 240, 0.25)
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,860 @@
html.dark-theme .switcher-wrapper {
background: #12181a;
}
html.dark-theme body {
color: var(--bs-body-color);
--bs-body-color: #e4e5e6;
background-color: #070d0e;
}
html.dark-theme a {
color: #fff;
text-decoration: none;
}
html.dark-theme .text-option{
color: #ffffff!important
}
html.dark-theme .h1, html.dark-theme .h2, html.dark-theme .h3, html.dark-theme .h4, html.dark-theme .h5, html.dark-theme .h6, html.dark-theme h1, html.dark-theme h2, html.dark-theme h3, html.dark-theme h4, html.dark-theme h5, html.dark-theme h6 {
color: #e4e5e6
}
html.dark-theme p {
color: #91949f;
}
html.dark-theme .card {
background-color: #12181a;
box-shadow:0 0.1rem 0.7rem rgb(0 0 0 / 20%)
}
html.dark-theme .chat-list .list-group-item.active {
background-color: #3e4348;
}
html.dark-theme .chat-tab-menu .nav-pills .nav-link.active,
html.dark-theme .chat-tab-menu .nav-pills .show>.nav-link {
color: #ffffff;
background-color: rgb(0 123 255 / 0%);
}
html.dark-theme .row.row-group>div {
border-right: 1px solid rgb(255 255 255 / 12%);
}
html.dark-theme .card-header {
border-bottom: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .card-footer {
border-top: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .text-secondary {
color: #a8adb0!important
}
html.dark-theme .topbar {
background-color: #12181a;
border-bottom: 1px solid rgb(237 237 237 / 12%);
box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 20%)
}
html.dark-theme .user-box {
border-left: 1px solid rgb(255 255 255 / .15);
border-right: 1px solid rgb(255 255 255 / .15);
}
html.dark-theme .user-info .user-name {
color: #e4e5e6
}
html.dark-theme .user-info .designattion {
color: #b3b3b3
}
html.dark-theme .product-list .row {
background-color: rgb(255 255 255 / 8%)
}
html.dark-theme .product-img {
background-color: rgb(0 0 0 / 25%);
border: 1px solid rgb(255 255 255 / 15%)
}
@media (min-width:992px) {
html.dark-theme .product-list .row:hover {
background-color: rgb(255 255 255 / 15%);
margin-top: -.25rem;
margin-bottom: .25rem;
-webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .2);
box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .2)
}
}
html.dark-theme .recent-product-img {
background-color: rgb(255 255 255 / 10%);
border: 1px solid rgb(255 255 255 / 10%)
}
html.dark-theme .page-footer {
background-color: #12181a;
border-top: 1px solid rgb(237 237 237 / 12%)
}
html.dark-theme .mobile-toggle-menu {
color: #e4e5e6
}
html.dark-theme .btn-close {
filter: invert(1) grayscale(100%) brightness(200%)
}
html.dark-theme .logo-icon {
filter: invert(1) grayscale(100%) brightness(200%)
}
html.dark-theme .toggle-icon {
color: #e7e9ec
}
html.dark-theme .topbar .navbar-nav .nav-link {
border-left: 0 solid rgb(255 255 255 / 12%);
color: #e4e5e6
}
html.dark-theme .topbar .navbar .dropdown-app .dropdown-menu .app-name {
color: #e4e5e6
}
html.dark-theme .topbar .navbar .dropdown-app .dropdown-menu .app-box:hover {
background-color: #32363a;
}
html.dark-theme .topbar .navbar .dropdown-menu {
border: 1px solid rgb(241 241 241 / 15%);
}
html.dark-theme .dropdown-large .cart-product {
border: 1px solid rgb(241 241 241 / 15%);
}
html.dark-theme .dropdown-large .cart-product-title {
color: #e4e5e6
}
html.dark-theme .dropdown-large .cart-product-cancel {
color: #e4e5e6;
border: 1px solid rgb(241 241 241 / 15%);
background-color: rgb(255 255 255 / 12%);
}
html.dark-theme .topbar .navbar .navbar-nav .nav-link:hover,
html.dark-theme .topbar .navbar .navbar-nav .nav-link:focus {
background-color: rgb(255 255 255 / 12%);
color: #ffffff;
}
html.dark-theme .search-bar a.btn,
html.dark-theme .search-bar a.btn:focus{
color: #e4e5e6;
background-color: #252a2c;
}
html.dark-theme .search-bar input::placeholder {
color: #e4e5e6!important;
opacity: .5!important
}
html.dark-theme::placeholder {
color: #e4e5e6!important;
opacity: .5!important
}
html.dark-theme .dropdown-menu {
color: #e4e5e6;
background-color: #12181a;
box-shadow: 0 .5rem 1rem rgb(0 0 0 / .3)
}
html.dark-theme .dropdown-item {
color: #acafb3
}
html.dark-theme .dropdown-menu .dropdown-item:hover {
background-color: #303337
}
html.dark-theme .dropdown-divider {
border-top: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .dropdown-large .dropdown-menu .dropdown-item {
border-bottom: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .dropdown-large .msg-name {
color: #fff
}
html.dark-theme .dropdown-large .msg-info {
color: #80868c
}
html.dark-theme .dropdown-large .msg-time {
color: #b1afaf
}
html.dark-theme .dropdown-large .msg-header {
border-bottom: 1px solid rgb(255 255 255 / 15%);
background: 0 0
}
html.dark-theme .dropdown-large .msg-header .msg-header-title {
color: #e4e5e6
}
html.dark-theme .dropdown-large .msg-header .msg-header-clear {
color: #999ea2
}
html.dark-theme .dropdown-large .msg-footer {
color: #d1d7de;
border-top: 1px solid rgb(255 255 255 / .15)
}
html.dark-theme .btn-white {
color: #e4e5e6;
background-color: #12181a;
border-color: rgb(206 212 218 / 45%);
border-top: 1px solid #63686f;
border-left: 1px solid #63686f
}
html.dark-theme .user-img {
border: 1px solid rgb(255 255 255 / 28%)
}
html.dark-theme .customers-contacts a {
background: rgb(255 255 255 / 12%);
border: 1px solid rgb(255 255 255 / 14%);
color: #fff
}
@media (min-width:992px) {
html.dark-theme .customers-list .customers-list-item:hover {
background-color: rgb(255 255 255 / 12%)
}
}
html.dark-theme .order-actions a {
background: rgb(255 255 255 / 12%);
border: 1px solid rgb(255 255 255 / 14%);
color: #fff
}
html.dark-theme .alert {
background-color: #161515
}
html.dark-theme .accordion-item {
color: #e4e5e6;
background-color: #12181a;
border: var(--bs-accordion-border-width) solid #3f3f3f;
}
html.dark-theme .accordion-button::after {
filter: invert(1) grayscale(100%) brightness(200%);
}
html.dark-theme .accordion-button {
background-color: #12181a;
}
html.dark-theme .accordion-button {
color: #bac0c6;
border: 0px solid rgb(255 255 255 / 14%)
}
html.dark-theme .accordion-button:not(.collapsed) {
background-color: rgb(255 255 255 / 12%)
}
html.dark-theme .nav-tabs .nav-link {
color: #e3e4e5
}
html.dark-theme .nav-tabs .nav-item.show .nav-link, html.dark-theme .nav-tabs .nav-link.active {
color: #ffffff;
background-color: #12181a;
}
html.dark-theme .nav-tabs {
border-bottom: 1px solid rgb(255 255 255 / 14%)
}
html.dark-theme .nav-primary.nav-tabs .nav-link.active {
border-color: rgb(255 255 255 / 12%) rgb(255 255 255 / 12%) rgb(255 255 255 / 14%)
}
html.dark-theme .nav-danger.nav-tabs .nav-link.active {
border-color: #f41127 #f41127 rgb(255 255 255 / .14)
}
html.dark-theme .nav-success.nav-tabs .nav-link.active {
border-color: #17a00e #17a00e rgb(255 255 255 / .14)
}
html.dark-theme .nav-warning.nav-tabs .nav-link.active {
border-color: #ffc107 #ffc107 rgb(255 255 255 / .14)
}
html.dark-theme .nav-pills .nav-link {
color: #e7e8ea
}
html.dark-theme .theme-icons {
background-color: #12181a
}
html.dark-theme .pricing-table .card ul li.list-group-item {
color: #e5dede
}
html.dark-theme .table {
--bs-table-bg: transparent;
--bs-table-striped-color: #e4e5e6;
--bs-table-striped-bg: rgba(255, 255, 0255, 0.05);
--bs-table-active-color: #e4e5e6;
--bs-table-active-bg: rgba(255, 255, 255, 0.1);
--bs-table-hover-color: #e4e5e6;
--bs-table-hover-bg: rgba(255, 255, 255, 0.075);
width: 100%;
margin-bottom: 1rem;
color: #e4e5e6;
vertical-align: top;
border-color: rgb(255 255 255 / 12%);
--bs-table-color: #e4e5e6;
}
html.dark-theme .table-light {
--bs-table-bg: rgb(255 255 255 / 12%);
--bs-table-color: #e9ecef;
}
html.dark-theme .table td, html.dark-theme .table th {
border-color: rgb(255 255 255 / 12%)
}
html.dark-theme .table thead th {
border-bottom: 2px solid rgb(255 255 255 / 12%)
}
html.dark-theme .border {
border: 1px solid rgb(255 255 255 / 12%)!important
}
html.dark-theme .border-end {
border-right: 1px solid rgb(255 255 255 / 12%)!important
}
html.dark-theme .border-3 {
border-width: 3px!important
}
html.dark-theme .topbar .navbar .dropdown-menu::after {
background: #12181a;
border-top: 1px solid rgb(241 241 241 / 15%);;
border-left: 1px solid rgb(241 241 241 / 15%);
}
html.dark-theme .topbar .navbar .dropdown-large .dropdown-menu::after {
background: #12181a;
border-top: 1px solid rgb(241 241 241 / 15%);;
border-left: 1px solid rgb(241 241 241 / 15%);
}
html.dark-theme .highcharts-background {
fill: rgb(255 255 255 / 0%)
}
html.dark-theme .highcharts-title {
fill: #e4e5e6!important;
font-size: 1.5em
}
html.dark-theme .highcharts-root text {
fill: #8f949a
}
html.dark-theme .highcharts-grid-line {
fill: none;
stroke: rgb(255 255 255 / 12%)
}
html.dark-theme .sidebar-wrapper {
background: #12181a;
border-right: 1px solid rgb(255 255 255 / 12%);
box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 20%) !important;
}
html.dark-theme .sidebar-wrapper .sidebar-header {
background: #12181a;
border-right: 1px solid rgb(255 255 255 / 12%);
border-bottom: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .sidebar-wrapper .sidebar-header .logo-text {
color: #e7e9ec
}
html.dark-theme .sidebar-wrapper .sidebar-header .toggle-btn {
color: #e7e9ec
}
html.dark-theme .sidebar-wrapper .sidebar-header .toggle-btn:hover {
color: #fff
}
html.dark-theme .sidebar-wrapper .sidebar-header .toggle-btn:active {
color: #fff;
background: rgb(255 255 255 / 25%)
}
html.dark-theme .sidebar-wrapper .metismenu a {
color: #9ea4aa
}
html.dark-theme .sidebar-wrapper .metismenu .mm-active>a, html.dark-theme .sidebar-wrapper .metismenu a:active, html.dark-theme .sidebar-wrapper .metismenu a:focus, html.dark-theme .sidebar-wrapper .metismenu a:hover {
color: #fff;
text-decoration: none;
background-color: rgb(255 255 255 / 12%);
}
html.dark-theme .sidebar-wrapper .metismenu ul {
border: 1px solid #ffffff00;
background: rgb(255 255 255 / 0%)
}
html.dark-theme .simplebar-scrollbar:before {
background: rgba(255, 255, 255, .4)
}
html.dark-theme .footer {
background: #12181a;
border-top: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .btn-light-warning {
color: #ff9305
}
html.dark-theme .btn-light-dark {
color: #757c83
}
html.dark-theme .modal-content {
background-color: #12181a
}
html.dark-theme .modal-header {
border-bottom: 1px solid rgb(222 226 230 / 16%)
}
html.dark-theme .modal-footer {
border-top: 1px solid rgb(222 226 230 / 16%)
}
html.dark-theme .email-wrapper {
background: #12181a;
box-shadow: 0 .1rem .7rem rgb(0 0 0 / 24%)
}
html.dark-theme .email-sidebar {
background: #12181a;
border-right: 1px solid rgb(255 255 255 / .12)
}
html.dark-theme .email-sidebar-header {
background: #12181a;
border-bottom: 1px solid rgb(255 255 255 / .12);
border-right: 0 solid rgb(255 255 255 / 12%)
}
html.dark-theme .email-navigation {
border-bottom: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .email-navigation a.list-group-item {
color: #e4e5e6;
background-color: #12181a;
border-bottom: 1px solid rgb(0 0 0 / 0%)
}
html.dark-theme .email-navigation a.list-group-item:hover {
background-color: rgb(0 123 255 / 15%)
}
html.dark-theme .email-meeting a.list-group-item {
color: #e4e5e6;
background-color: #12181a;
border-bottom: 1px solid rgb(0 0 0 / 0%)
}
html.dark-theme .email-meeting a.list-group-item:hover {
background-color: rgb(0 123 255 / 15%)
}
html.dark-theme .list-group-item {
background-color: #12181a;
color: #fbfcfd;
border: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .list-group-item.active {
z-index: 2;
color: #fff;
background-color: #008cff;
border-color: #008cff;
}
html.dark-theme .list-group-item:hover {
background-color: rgb(255 255 255 / 10%)
}
html.dark-theme .email-navigation a.list-group-item.active {
color: #fbfcfd;
font-weight: 600;
background-color: rgb(13 110 253 / 14%)
}
html.dark-theme .list-group-flush>.list-group-item {
border-width: 0 0 1px
}
html.dark-theme .border-top {
border-top: 1px solid rgb(255 255 255 / 13%)!important
}
html.dark-theme .email-header {
background: #12181a;
border-bottom: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .email-content {
background: #12181a
}
html.dark-theme .email-list div.email-message {
background: #12181a;
border-bottom: 1px solid rgb(255 255 255 / 12%);
color: #e4e5e6
}
html.dark-theme .email-list div.email-message:hover {
transition: all .2s ease-out;
background: #434a50
}
html.dark-theme .bg-body {
background-color: #12181a!important
}
html.dark-theme .email-time {
font-size: 13px;
color: #8c969e
}
html.dark-theme .chat-time {
font-size: 13px;
color: #8c969e
}
html.dark-theme .widgets-icons {
color: #12181a
}
html.dark-theme .invoice {
background-color: #12181a
}
html.dark-theme .chat-wrapper {
background: #12181a;
box-shadow: 0 .1rem .7rem rgb(0 0 0 / 22%)
}
html.dark-theme .chat-sidebar {
background: #12181a;
border-right: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .chat-sidebar-header {
background: #12181a;
border-bottom: 1px solid rgb(255 255 255 / 13%);
border-right: 0 solid rgb(255 255 255 / 13%)
}
html.dark-theme .chat-header {
background: #12181a;
border-bottom: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .chat-tab-menu li a.nav-link {
color: #c3c5c8
}
html.dark-theme .product-img-2 {
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 14%);
}
html.dark-theme .chat-title {
color: #e4e5e6
}
html.dark-theme .chat-msg {
font-size: 14px;
color: #848992
}
html.dark-theme .chat-top-header-menu a {
color: #c3c5c8;
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 15%)
}
html.dark-theme .chat-content-leftside .chat-left-msg {
background-color: #12181a
}
html.dark-theme .chat-content-rightside .chat-right-msg {
background-color: #41484e
}
html.dark-theme .chat-footer {
background: #12181a;
border-top: 1px solid rgb(255 255 255 / 13%)
}
html.dark-theme .chat-footer-menu a {
color: #c3c5c8;
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 15%)
}
html.dark-theme .fm-menu .list-group a {
color: #c3c5c8
}
html.dark-theme .fm-icon-box {
background: #12181a;
color: #fff
}
html.dark-theme .contacts-social a {
background: #12181a;
color: #fff
}
html.dark-theme .invoice table td, html.dark-theme .invoice table th {
background: rgb(255 255 255 / 12%);
border-bottom: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .invoice table .no {
color: #fff;
background: #007bff
}
html.dark-theme .invoice main .notices {
background: #12181a
}
html.dark-theme .invoice footer {
color: #e4e5e6;
border-top: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .fc-theme-standard td, html.dark-theme .fc-theme-standard th {
border: 1px solid rgb(255 255 255 / .12)
}
html.dark-theme .fc-theme-standard .fc-scrollgrid {
border: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .fc .fc-col-header-cell-cushion {
color: #fff
}
html.dark-theme .fc .fc-daygrid-day-number {
color: #fff
}
html.dark-theme .breadcrumb {
background-color: rgb(33 37 41 / 0%);
}
html.dark-theme .breadcrumb-item.active {
color: #8b969f
}
html.dark-theme .breadcrumb-title {
border-right: 1.5px solid rgb(255 255 255 / 18%)
}
html.dark-theme .btn-outline-secondary {
color: #c5cace;
border-color: #c2c9ce
}
html.dark-theme .btn-light {
color: #fff;
background-color: rgb(255 255 255 / 15%);
border-color: rgb(255 255 255 / 22%)
}
html.dark-theme .btn-light:hover {
color: #fff;
background-color: rgb(255 255 255 / 25%);
border-color: rgb(255 255 255 / 32%)
}
html.dark-theme .btn-dark {
color: #fff;
background-color: #181e22;
border-color: #181e22
}
html.dark-theme .btn-dark:hover {
color: #fff;
background-color: #13181b;
border-color: #13181b
}
html.dark-theme .btn-outline-dark {
color: #fff;
border-color: #181e22
}
html.dark-theme .page-link {
color: #b2b6ba;
background-color: #12181a;
border: 1px solid rgb(255 255 255 / .12)
}
html.dark-theme .page-item.disabled .page-link {
color: #b0b6bc;
background-color: rgb(255 255 255 / 28%);
border-color: rgb(222 226 230 / 14%)
}
html.dark-theme .progress {
background-color: rgb(255 255 255 / 14%)
}
html.dark-theme .chip {
color: rgb(198 200 203);
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 15%)
}
html.dark-theme .bg-light {
background-color: rgb(255 255 255 / 15%)!important
}
html.dark-theme ul.icons li {
box-shadow: 0 1px 5px #13171a;
background: #12181a
}
html.dark-theme ul.icons li i {
color: #fff
}
html.dark-theme .icon-box {
background: #12181a;
box-shadow: 0 1px 5px #161a1e
}
html.dark-theme .pByfF i {
color: #fff
}
/* select 2 */
html.dark-theme .select2-container--bootstrap-5 .select2-selection {
color: #c0c8d1;
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 31%);
}
html.dark-theme .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
color: #c8c8c8;
border: 1px solid rgb(255 255 255 / 26%);
}
html.dark-theme .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
color: #ffffff;
}
html.dark-theme .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
color: #ffffff;
background-color: #4c4d53;
border: 1px solid rgb(255 255 255 / 31%);
}
html.dark-theme .select2-container--bootstrap-5 .select2-dropdown {
color: #d0d2d3;
}
html.dark-theme .form-control {
color: #c0c8d1;
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 34%)
}
html.dark-theme .form-select {
color: #c0c8d1;
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 34%)
}
html.dark-theme .form-control:focus {
box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}
html.dark-theme .form-select:focus {
box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25)
}
html.dark-theme .form-control:disabled, html.dark-theme .form-control[readonly] {
background-color: rgb(255 255 255 / 22%)
}
html.dark-theme .form-control::placeholder {
color: #e4e5e6!important;
opacity: .5!important
}
html.dark-theme .picker__input {
background-color: #12181a!important;
border: 1px solid rgb(255 255 255 / 34%)!important
}
html.dark-theme .select2-container--bootstrap4 .select2-selection {
background-color: rgb(255 255 255 / .14);
border: 1px solid rgb(255 255 255 / .35)
}
html.dark-theme .select2-dropdown {
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 38%)
}
html.dark-theme .select2-search--dropdown .select2-search__field {
border: 1px solid rgb(255 255 255 / 34%);
background-color: rgb(255 255 255 / 14%);
color: #e3dfdf
}
html.dark-theme .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
color: #dee1e5;
border: 1px solid rgb(255 255 255 / 55%);
background: #12181a
}
html.dark-theme .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
background: 0 0;
color: #e6e1e1
}
html.dark-theme .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
background-color: rgb(255 255 255 / 20%)
}
html.dark-theme .ff_fileupload_wrap .ff_fileupload_dropzone {
background-color: rgb(252 252 252 / 14%);
border: 2px dashed rgb(255 255 255 / 50%)
}
html.dark-theme .imageuploadify {
background-color: rgb(255 255 255 / 14%);
border: 2px dashed rgb(255 255 255 / .5)
}
html.dark-theme .bootstrap-tagsinput {
background-color: #12181a;
border: 1px solid rgb(255 255 255 / 35%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 37%);
color: #e5e0e0
}
html.dark-theme .input-group-text {
color: #d1d7de;
background-color: #3e464c;
border: 1px solid rgb(255 255 255 / 35%)
}
html.dark-theme .table-bordered td, html.dark-theme .table-bordered th {
border: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .table-dark {
background-color: #1d2126
}
html.dark-theme .table .thead-light th {
background-color: rgb(255 255 255 / 20%);
border-color: #fff
}
html.dark-theme .table-bordered {
border: 1px solid rgb(255 255 255 / 12%)
}
html.dark-theme .login-card {
border-right: 1px solid rgb(255 255 255 / 12%)!important
}
html.dark-theme .border-bottom {
border-bottom: 1px solid rgb(255 255 255 / 14%)!important
}
html.dark-theme .navbar-light .navbar-nav .nav-link {
color: rgb(255 255 255 / 50%)
}
html.dark-theme .navbar-light .navbar-nav .active>.nav-link, html.dark-theme .navbar-light .navbar-nav .nav-link.active, html.dark-theme .navbar-light .navbar-nav .nav-link.show, html.dark-theme .navbar-light .navbar-nav .show>.nav-link {
color: rgb(255 255 255 / 90%)
}
html.dark-theme .bg-light-purple {
background-color: rgb(130 128 255 / 32%)!important
}
html.dark-theme .bg-light-primary {
background-color: rgb(103 58 183 / 33%)!important
}
html.dark-theme .bg-light-danger {
background-color: rgb(220 53 69 / 33%)!important
}
html.dark-theme .bg-light-shineblue {
background-color: rgb(1 215 255 / 33%)!important
}
html.dark-theme .bg-light-cyne {
background-color: rgb(0 139 139 / 32%)!important
}
html.dark-theme .bg-light-warning {
background-color: rgb(255 193 7 / 32%)!important
}
html.dark-theme .bg-light-success {
background-color: rgb(40 167 69 / 33%)!important
}
html.dark-theme .bg-light-info {
background-color: rgb(25 143 237 / 22%)!important
}
html.dark-theme .bg-light-sinata {
background-color: rgb(165 43 187 / 33%)!important
}
html.dark-theme .bg-light-mehandi {
background: rgb(131 152 56 / 32%)!important
}
html.dark-theme .logo-white {
display: block
}
html.dark-theme .logo-dark {
display: none
}
html.dark-theme .email-toggle-btn {
color: #c9cbce;
background-color: #ffffff00
}
html.dark-theme .chat-toggle-btn {
color: #c9cbce;
background-color: #ffffff00;
border: 0 solid rgb(0 0 0 / 15%)
}
html.dark-theme .apexcharts-datalabel, html.dark-theme .apexcharts-datalabel-label, html.dark-theme .apexcharts-datalabel-value, html.dark-theme .apexcharts-datalabels, html.dark-theme .apexcharts-pie-label {
fill: #fff
}
html.dark-theme .product-discount {
color: #fff;
background-color: rgb(255 255 255 / 12%)
}
@media screen and (max-width:1024px) {
html.dark-theme .wrapper.toggled .overlay {
background: #fff;
opacity: .4
}
html.dark-theme .chat-toggled .overlay {
background: #fff;
opacity: .4
}
html.dark-theme .email-toggled .overlay {
background: #fff;
opacity: .4
}
}
@media screen and (max-width:767px) {
html.dark-theme .topbar .navbar-nav .nav-link {
border-left: 0 solid #ededed
}
}
@@ -0,0 +1,210 @@
html.color-header .topbar .navbar-nav .nav-link {
color: #fff
}
html.color-header .topbar .navbar .navbar-nav .nav-link:hover,
html.color-header .topbar .navbar .navbar-nav .nav-link:focus {
background-color: rgb(255 255 255 / 12%);
color: #ffffff;
}
html.color-header .search-bar a.btn,
html.color-header .search-bar a.btn:focus{
color: #221f1f;
background-color: #ffffff;
}
html.color-header::placeholder {
color: #08090a!important;
opacity: .5!important
}
html.color-header .search-show {
color: #221f1f
}
html.color-header .user-info .user-name {
color: #fff
}
html.color-header .user-info .designattion {
color: #fff
}
html.color-header .user-box {
border-left: 1px solid rgb(255 255 255 / .15) !important;
border-right: 1px solid rgb(255 255 255 / .15) !important;
}
html.color-header .mobile-toggle-menu {
color: #fff
}
.switcher-body .headercolor1 {
background: #0727d7!important
}
.switcher-body .headercolor2 {
background: #23282c!important
}
.switcher-body .headercolor3 {
background: #e10a1f!important
}
.switcher-body .headercolor4 {
background: #157d4c!important
}
.switcher-body .headercolor5 {
background: #673ab7!important
}
.switcher-body .headercolor6 {
background: #795548!important
}
.switcher-body .headercolor7 {
background: #d3094e!important
}
.switcher-body .headercolor8 {
background: #ff9800!important
}
html.headercolor1 .topbar {
background: #0727d7
}
html.headercolor2 .topbar {
background: #23282c
}
html.headercolor3 .topbar {
background: #e10a1f
}
html.headercolor4 .topbar {
background: #157d4c
}
html.headercolor5 .topbar {
background: #673ab7
}
html.headercolor6 .topbar {
background: #795548
}
html.headercolor7 .topbar {
background: #d3094e
}
html.headercolor8 .topbar {
background: #ff9800
}
/* sidebar color */
html.color-sidebar .sidebar-wrapper{
background-color: #171717;
border-right: 1px solid rgb(228 228 228 / 0%);
}
html.color-sidebar .sidebar-header{
background-color: transparent;
border-right: 1px solid #e4e4e400;
border-bottom: 1px solid rgb(255 255 255 / 15%);
position: absolute;
}
html.color-sidebar .logo-icon {
filter: invert(1) grayscale(100%) brightness(200%);
}
html.color-sidebar .menu-label{
color: rgb(255 255 255 / 65%);
}
html.color-sidebar .sidebar-wrapper .sidebar-header .logo-text {
color: #ffffff;
}
html.color-sidebar .sidebar-wrapper .sidebar-header .toggle-icon {
color: #ffffff;
}
html.color-sidebar .simplebar-scrollbar:before {
background: rgba(255, 255, 255, .4)
}
html.color-sidebar .sidebar-wrapper .metismenu .mm-active>a, html.color-sidebar .sidebar-wrapper .metismenu a:active, html.color-sidebar .sidebar-wrapper .metismenu a:focus, html.color-sidebar .sidebar-wrapper .metismenu a:hover {
color: #fff;
text-decoration: none;
background: rgb(255 255 255 / 15%);
}
html.color-sidebar .sidebar-wrapper .metismenu a {
color: rgb(255 255 255 / 85%);
}
html.color-sidebar .sidebar-wrapper .metismenu ul {
border: 1px solid #ffffff00;
background: rgb(255 255 255 / 0%);
}
html.color-sidebar .sidebar-wrapper {
background-size: 100% 100%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
.switcher-wrapper .sidebarcolor1 {
background-image: url(../images/bg-themes/1.png);
}
.switcher-wrapper .sidebarcolor2 {
background-image: url(../images/bg-themes/2.png);
}
.switcher-wrapper .sidebarcolor3 {
background-image: url(../images/bg-themes/3.png);
}
.switcher-wrapper .sidebarcolor4 {
background-image: url(../images/bg-themes/4.png);
}
.switcher-wrapper .sidebarcolor5 {
background-image: url(../images/bg-themes/5.png);
}
.switcher-wrapper .sidebarcolor6 {
background-image: url(../images/bg-themes/6.png);
}
.switcher-wrapper .sidebarcolor7 {
background-image: url(../images/bg-themes/7.png);
}
.switcher-wrapper .sidebarcolor8 {
background-image: url(../images/bg-themes/8.png);
}
html.color-sidebar.sidebarcolor1 .sidebar-wrapper {
background-image: url(../images/bg-themes/1.png);
}
html.color-sidebar.sidebarcolor2 .sidebar-wrapper {
background-image: url(../images/bg-themes/2.png);
}
html.color-sidebar.sidebarcolor3 .sidebar-wrapper {
background-image: url(../images/bg-themes/3.png);
}
html.color-sidebar.sidebarcolor4 .sidebar-wrapper {
background-image: url(../images/bg-themes/4.png);
}
html.color-sidebar.sidebarcolor5 .sidebar-wrapper {
background-image: url(../images/bg-themes/5.png);
}
html.color-sidebar.sidebarcolor6 .sidebar-wrapper {
background-image: url(../images/bg-themes/6.png);
}
html.color-sidebar.sidebarcolor7 .sidebar-wrapper {
background-image: url(../images/bg-themes/7.png);
}
html.color-sidebar.sidebarcolor8 .sidebar-wrapper {
background-image: url(../images/bg-themes/8.png);
}
File diff suppressed because it is too large Load Diff
+1
View File
@@ -0,0 +1 @@
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#0d6efd;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:3px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #0d6efd,0 0 5px #0d6efd;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-moz-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);-o-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:20px;height:20px;border:solid 3px transparent;border-top-color:#0d6efd;border-left-color:#0d6efd;border-radius:10px;-webkit-animation:pace-spinner .4s linear infinite;-moz-animation:pace-spinner .4s linear infinite;-ms-animation:pace-spinner .4s linear infinite;-o-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0);transform:rotate(0)}100%{transform:rotate(360deg);transform:rotate(360deg)}}
@@ -0,0 +1,80 @@
html.semi-dark .sidebar-wrapper {
background-color: #12181a;
border-right: 1px solid #e4e4e400;
box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 32%) !important;
}
html.semi-dark .sidebar-wrapper .sidebar-header {
background-color: #12181a;
border-right: 1px solid #e4e4e400;
border-bottom: 1px solid rgb(255 255 255 / 15%)
}
html.semi-dark .sidebar-wrapper .sidebar-header .logo-text {
color: #e7e9ec
}
html.semi-dark .sidebar-wrapper .sidebar-header .toggle-icon {
color: #e7e9ec
}
html.semi-dark .sidebar-wrapper .metismenu a {
color: #9ea4aa
}
html.semi-dark .sidebar-wrapper .metismenu .mm-active>a, html.semi-dark .sidebar-wrapper .metismenu a:active, html.semi-dark .sidebar-wrapper .metismenu a:focus, html.semi-dark .sidebar-wrapper .metismenu a:hover {
color: #fff;
text-decoration: none;
background: rgb(255 255 255 / 12%)
}
html.semi-dark .sidebar-wrapper .metismenu ul {
border: 1px solid #ffffff00;
background: rgb(255 255 255 / 0%)
}
html.semi-dark .simplebar-scrollbar:before {
background: rgba(255, 255, 255, .4)
}
html.semi-dark .logo-icon {
filter: invert(1) grayscale(100%) brightness(200%)
}
html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-1, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-10, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-11, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-12, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-2, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-3, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-4, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-5, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-6, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-7, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-8, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-9 {
color: inherit
}
html.minimal-theme .topbar {
background: #f7f7ff;
border-bottom: 1px solid #dee2e6;
box-shadow: none!important
}
html.minimal-theme .sidebar-wrapper .metismenu ul {
background: #f7f7ff;
border-bottom: 1px solid #dee2e6;
box-shadow: none!important
}
html.minimal-theme .topbar .search-control {
background-color: #f7f7ff;
border: 1px solid #dee2e6
}
html.minimal-theme .topbar .user-box {
border-left: 1px solid #dee2e6
}
html.minimal-theme .sidebar-wrapper {
background: #f7f7ff;
border-right: 1px solid #dee2e6;
box-shadow: none!important
}
html.minimal-theme .sidebar-header {
background: #f7f7ff;
border-bottom: 1px solid #dee2e6;
background-clip: padding-box;
border-right: 1px solid #dee2e6;
}
html.minimal-theme .page-footer{
background: #f7f7ff;
}
@media screen and (min-width:1025px) {
html.minimal-theme .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important
}
}