/*https://demos.themeselection.com/sneat-bootstrap-html-admin-template/html/vertical-menu-template-dark/*/
/*[START] Dark mode checkbox*/
.dark-mode-switch input[type="checkbox"] {
    display:none !important;
}
/*[END] Dark mode checkbox*/

.dark-mode-switch {
    cursor: pointer;
}

.logo-dark {
    display: none !important;
}

.logo-light {
    display: unset !important;
}

[data-theme="dark"] {
    background-color: #232333 !important;
    /*color: #bbb;*/
}

[data-theme="dark"] :root {--bs-blue: #007bff;--bs-indigo: #6610f2;--bs-purple: #696cff;--bs-pink: #e83e8c;--bs-red: #ff3e1d;--bs-orange: #fd7e14;--bs-yellow: #ffab00;--bs-green: #4cb316;--bs-teal: #20c997;--bs-cyan: #03c3ec;--bs-white: #fff;--bs-gray: rgba(0, 0, 0, 0.1);--bs-gray-dark: rgba(0, 0, 0, 0.45);--bs-gray-25: rgba(255, 255, 255, 0.015);--bs-gray-50: rgba(255, 255, 255, 0.03);--bs-primary: #696cff;--bs-secondary: #8592a3;--bs-success: #4cb316;--bs-info: #03c3ec;--bs-warning: #ffab00;--bs-danger: #ff3e1d;--bs-light: #4f505c;--bs-dark: #6b6c9d;--bs-gray: rgba(255, 255, 255, 0.8);--bs-primary-rgb: 105, 108, 255;--bs-secondary-rgb: 133, 146, 163;--bs-success-rgb: 113, 221, 55;--bs-info-rgb: 3, 195, 236;--bs-warning-rgb: 255, 171, 0;--bs-danger-rgb: 255, 62, 29;--bs-light-rgb: 79, 80, 92;--bs-dark-rgb: 107, 108, 157;--bs-gray-rgb: 255, 255, 255;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 163, 164, 204;--bs-body-bg-rgb: 35, 35, 51;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-color: #a3a4cc;--bs-body-bg: #232333 }[data-theme="dark"] body {color: var(--bs-body-color);background-color: var(--bs-body-bg);-webkit-tap-highlight-color: rgba(0, 0, 0, 0) }[data-theme="dark"] hr {color: #444564;background-color: currentColor;border: 0;opacity: 1 }[data-theme="dark"] h6, [data-theme="dark"] .h6, [data-theme="dark"] h5, [data-theme="dark"] .h5, [data-theme="dark"] h4, [data-theme="dark"] .h4, [data-theme="dark"] h3, [data-theme="dark"] .h3, [data-theme="dark"] h2, [data-theme="dark"] .h2, [data-theme="dark"] h1, [data-theme="dark"] .h1 {color: #cbcbe2 }[data-theme="dark"] mark, [data-theme="dark"] .mark {background-color: #fcf8e3 }[data-theme="dark"] a {color: #696cff;}[data-theme="dark"] a:hover {color: #5f61e6 }[data-theme="dark"] a:not([href]):not([class]), [data-theme="dark"] a:not([href]):not([class]):hover {color: inherit;}[data-theme="dark"] pre code {color: inherit;}[data-theme="dark"] code {color: #e83e8c;}[data-theme="dark"] a>code {color: inherit }[data-theme="dark"] kbd {color: #6b6c9d;background-color: rgba(0, 0, 0, .65);}[data-theme="dark"] caption {color: #7071a4;}[data-theme="dark"] thead, [data-theme="dark"] tbody, [data-theme="dark"] tfoot, [data-theme="dark"] tr, [data-theme="dark"] td, [data-theme="dark"] th {border-color: inherit;}[data-theme="dark"] select:disabled {opacity: 1 }[data-theme="dark"] fieldset {border: 0 }[data-theme="dark"] iframe {border: 0 }[data-theme="dark"] .blockquote-footer {color: rgba(0, 0, 0, .1) }[data-theme="dark"] .img-thumbnail {background-color: transparent;border: 0px solid rgba(255, 255, 255, .4);}[data-theme="dark"] .figure-caption {color: #7071a4 }[data-theme="dark"] .table {--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #a3a4cc;--bs-table-striped-bg: rgba(124, 125, 182, 0.08);--bs-table-active-color: #a3a4cc;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #a3a4cc;--bs-table-hover-bg: rgba(124, 125, 182, 0.1);color: #a3a4cc;border-color: #444564 }[data-theme="dark"] .table>:not(caption)>*>* {background-color: var(--bs-table-bg);box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg) }[data-theme="dark"] .table>:not(:first-child) {border-top: 2px solid #444564 }[data-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd)>* {--bs-table-accent-bg: var(--bs-table-striped-bg);color: var(--bs-table-striped-color) }[data-theme="dark"] .table-active {--bs-table-accent-bg: var(--bs-table-active-bg);color: var(--bs-table-active-color) }[data-theme="dark"] .table-hover>tbody>tr:hover>* {--bs-table-accent-bg: var(--bs-table-hover-bg);color: var(--bs-table-hover-color) }[data-theme="dark"] .table-primary {--bs-table-bg: #e1e2ff;--bs-table-striped-bg: #cfd0eb;--bs-table-striped-color: #000;--bs-table-active-bg: #cbcbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #cbcbe6;--bs-table-hover-color: #000;color: #000;border-color: #878899 }[data-theme="dark"] .table-secondary {--bs-table-bg: #e7e9ed;--bs-table-striped-bg: #d5d6da;--bs-table-striped-color: #000;--bs-table-active-bg: #d0d2d5;--bs-table-active-color: #000;--bs-table-hover-bg: #d0d2d5;--bs-table-hover-color: #000;color: #000;border-color: #8b8c8e }[data-theme="dark"] .table-success {--bs-table-bg: #e3f8d7;--bs-table-striped-bg: #d1e4c6;--bs-table-striped-color: #000;--bs-table-active-bg: #ccdfc2;--bs-table-active-color: #000;--bs-table-hover-bg: #ccdfc2;--bs-table-hover-color: #000;color: #000;border-color: #889581 }[data-theme="dark"] .table-info {--bs-table-bg: #cdf3fb;--bs-table-striped-bg: #bde0e7;--bs-table-striped-color: #000;--bs-table-active-bg: #b9dbe2;--bs-table-active-color: #000;--bs-table-hover-bg: #b9dbe2;--bs-table-hover-color: #000;color: #000;border-color: #7b9297 }[data-theme="dark"] .table-warning {--bs-table-bg: #ffeecc;--bs-table-striped-bg: #ebdbbc;--bs-table-striped-color: #000;--bs-table-active-bg: #e6d6b8;--bs-table-active-color: #000;--bs-table-hover-bg: #e6d6b8;--bs-table-hover-color: #000;color: #000;border-color: #998f7a }[data-theme="dark"] .table-danger {--bs-table-bg: #ffd8d2;--bs-table-striped-bg: #ebc7c1;--bs-table-striped-color: #000;--bs-table-active-bg: #e6c2bd;--bs-table-active-color: #000;--bs-table-hover-bg: #e6c2bd;--bs-table-hover-color: #000;color: #000;border-color: #99827e }[data-theme="dark"] .table-light {--bs-table-bg: #6b6c9d;--bs-table-striped-bg: #7778a5;--bs-table-striped-color: #fff;--bs-table-active-bg: #7a7ba7;--bs-table-active-color: #fff;--bs-table-hover-bg: #7a7ba7;--bs-table-hover-color: #fff;color: #fff;border-color: #a6a7c4 }[data-theme="dark"] .table-dark {--bs-table-bg: #fff;--bs-table-striped-bg: #ebebeb;--bs-table-striped-color: #000;--bs-table-active-bg: #e6e6e6;--bs-table-active-color: #000;--bs-table-hover-bg: #e6e6e6;--bs-table-hover-color: #000;color: #000;border-color: #999 }[data-theme="dark"] .form-label {color: #cbcbe2 }[data-theme="dark"] .col-form-label {color: #cbcbe2 }[data-theme="dark"] .form-text {color: #7c7db6 }[data-theme="dark"] .form-control {color: #a3a4cc;background-color: #2b2c40;border: 1px solid #444564;}[data-theme="dark"] .form-control:focus {color: #a3a4cc;background-color: #2b2c40;border-color: #fff;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .form-control::-moz-placeholder {color: #7c7db6;opacity: 1 }[data-theme="dark"] .form-control::placeholder {color: #7c7db6;opacity: 1 }[data-theme="dark"] .form-control:disabled, [data-theme="dark"] .form-control[readonly] {background-color: #444564;opacity: 1 }[data-theme="dark"] .form-control::file-selector-button {color: #a3a4cc;background-color: #2b2c40;border-color: inherit;}[data-theme="dark"] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {background-color: #292a3d }[data-theme="dark"] .form-control::-webkit-file-upload-button {color: #a3a4cc;background-color: #2b2c40;border-color: inherit;}[data-theme="dark"] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {background-color: #292a3d }[data-theme="dark"] .form-control-plaintext {color: #a3a4cc;background-color: transparent;border: solid transparent;}[data-theme="dark"] .form-select {color: #a3a4cc;background-color: #2b2c40;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255, 255, 255, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat: no-repeat;background-position: right .875rem center;background-size: 17px 12px;border: 1px solid #444564;}[data-theme="dark"] .form-select:focus {border-color: #fff;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .form-select[multiple], [data-theme="dark"] .form-select[size]:not([size="1"]) {background-image: none }[data-theme="dark"] .form-select:disabled {color: #a3a4cc;background-color: #444564 }[data-theme="dark"] .form-select:-moz-focusring {color: transparent;text-shadow: 0 0 0 #a3a4cc }[data-theme="dark"] .form-check-input {background-color: #2b2c40;background-repeat: no-repeat;background-position: center;background-size: contain;border: 1px solid #444564;-webkit-print-color-adjust: exact;color-adjust: exact }[data-theme="dark"] .form-check-input:active {filter: brightness(90%) }[data-theme="dark"] .form-check-input:focus {border-color: #fff;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .form-check-input:checked {background-color: #fff;border-color: #fff }[data-theme="dark"] .form-check-input:checked[type=checkbox] {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='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") }[data-theme="dark"] .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='1.5' fill='%23fff'/%3e%3c/svg%3e") }[data-theme="dark"] .form-check-input[type=checkbox]:indeterminate {background-color: #fff;border-color: #fff;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='2' d='M6 10h8'/%3e%3c/svg%3e") }[data-theme="dark"] .form-check-input:disabled {filter: none;opacity: .5 }[data-theme="dark"] .form-check-input[disabled]~.form-check-label, [data-theme="dark"] .form-check-input:disabled~.form-check-label {opacity: .5 }[data-theme="dark"] .form-switch .form-check-input {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23444564'/%3e%3c/svg%3e");background-position: left center;}[data-theme="dark"] .form-switch .form-check-input:focus {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") }[data-theme="dark"] .form-switch .form-check-input:checked {background-position: right center;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") }[data-theme="dark"] .btn-check[disabled]+.btn, [data-theme="dark"] .btn-check:disabled+.btn {filter: none;opacity: .65 }[data-theme="dark"] .form-range {background-color: transparent;}[data-theme="dark"] .form-range:focus::-webkit-slider-thumb {box-shadow: 0 0 8px 0px rgba(255, 255, 255, .6) }[data-theme="dark"] .form-range:focus::-moz-range-thumb {box-shadow: 0 0 8px 0px rgba(255, 255, 255, .6) }[data-theme="dark"] .form-range::-moz-focus-outer {border: 0 }[data-theme="dark"] .form-range::-webkit-slider-thumb {background-color: #cbcbe2;border: 0;}[data-theme="dark"] .form-range::-webkit-slider-thumb:active {background-color: #cbcbe2 }[data-theme="dark"] .form-range::-webkit-slider-runnable-track {color: transparent;background-color: #444564;border-color: transparent;}[data-theme="dark"] .form-range::-moz-range-thumb {background-color: #cbcbe2;border: 0;}[data-theme="dark"] .form-range::-moz-range-thumb:active {background-color: #cbcbe2 }[data-theme="dark"] .form-range::-moz-range-track {color: transparent;background-color: #444564;border-color: transparent;}[data-theme="dark"] .form-range:disabled::-webkit-slider-thumb {background-color: #7071a4 }[data-theme="dark"] .form-range:disabled::-moz-range-thumb {background-color: #7071a4 }[data-theme="dark"] .form-floating>label {border: 1px solid transparent;}[data-theme="dark"] .form-floating>.form-control::-moz-placeholder {color: transparent }[data-theme="dark"] .form-floating>.form-control::placeholder {color: transparent }[data-theme="dark"] .form-floating>.form-control:not(:-moz-placeholder-shown)~label {opacity: .75;}[data-theme="dark"] .form-floating>.form-control:focus~label, [data-theme="dark"] .form-floating>.form-control:not(:placeholder-shown)~label, [data-theme="dark"] .form-floating>.form-select~label {opacity: .75;}[data-theme="dark"] .form-floating>.form-control:-webkit-autofill~label {opacity: .75;}[data-theme="dark"] .input-group-text {color: #a3a4cc;background-color: #2b2c40;border: 1px solid #444564;}[data-theme="dark"] .btn {color: #a3a4cc;background-color: transparent;border: 1px solid transparent;}[data-theme="dark"] .btn:hover {color: #a3a4cc }[data-theme="dark"] .btn-check:focus+.btn, [data-theme="dark"] .btn:focus {box-shadow: none }[data-theme="dark"] .btn:disabled, [data-theme="dark"] .btn.disabled, [data-theme="dark"] fieldset:disabled .btn {opacity: .65 }[data-theme="dark"] .btn-link {color: #696cff;}[data-theme="dark"] .btn-link:hover {color: #5f61e6 }[data-theme="dark"] .btn-link:disabled, [data-theme="dark"] .btn-link.disabled {color: rgba(0, 0, 0, .1) }[data-theme="dark"] .fade:not(.show) {opacity: 0 }[data-theme="dark"] .dropdown-toggle::after {border: 1px solid;border-top: 0;border-left: 0;}[data-theme="dark"] .dropdown-menu {color: #a3a4cc;background-color: #323249;border: 1px solid transparent;}[data-theme="dark"] .dropup .dropdown-toggle::after {border: 1px solid;border-bottom: 0;border-left: 0;}[data-theme="dark"] .dropend .dropdown-toggle::after {border-top: .42em solid transparent;border-right: 0;border-bottom: .42em solid transparent;border-left: .42em solid }[data-theme="dark"] .dropstart .dropdown-toggle::before {border-top: .42em solid transparent;border-right: .42em solid;border-bottom: .42em solid transparent }[data-theme="dark"] .dropdown-divider {border-top: 1px solid #444564 }[data-theme="dark"] .dropdown-item {color: #a3a4cc;background-color: transparent;border: 0 }[data-theme="dark"] .dropdown-item:hover, [data-theme="dark"] .dropdown-item:focus {color: #9394b8;background-color: rgba(124, 125, 182, .1) }[data-theme="dark"] .dropdown-item.active, [data-theme="dark"] .dropdown-item:active {color: #fff;background-color: #fff }[data-theme="dark"] .dropdown-item.disabled, [data-theme="dark"] .dropdown-item:disabled {color: #7071a4;background-color: transparent }[data-theme="dark"] .dropdown-header {color: #cbcbe2;}[data-theme="dark"] .dropdown-item-text {color: #a3a4cc }[data-theme="dark"] .dropdown-menu-dark {color: rgba(255, 255, 255, .4);background-color: rgba(0, 0, 0, .45);border-color: transparent }[data-theme="dark"] .dropdown-menu-dark .dropdown-item {color: rgba(255, 255, 255, .4) }[data-theme="dark"] .dropdown-menu-dark .dropdown-item:hover, [data-theme="dark"] .dropdown-menu-dark .dropdown-item:focus {color: #fff;background-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .dropdown-menu-dark .dropdown-item.active, [data-theme="dark"] .dropdown-menu-dark .dropdown-item:active {color: #fff;background-color: #fff }[data-theme="dark"] .dropdown-menu-dark .dropdown-item.disabled, [data-theme="dark"] .dropdown-menu-dark .dropdown-item:disabled {color: #7c7db6 }[data-theme="dark"] .dropdown-menu-dark .dropdown-divider {border-color: #444564 }[data-theme="dark"] .dropdown-menu-dark .dropdown-item-text {color: rgba(255, 255, 255, .4) }[data-theme="dark"] .dropdown-menu-dark .dropdown-header {color: #7c7db6 }[data-theme="dark"] .nav-link {color: #fff;}[data-theme="dark"] .nav-link:hover, [data-theme="dark"] .nav-link:focus {color: #5f61e6 }[data-theme="dark"] .nav-link.disabled {color: #a3a4cc;}[data-theme="dark"] .nav-tabs {border-bottom: 1px solid #2b2c40 }[data-theme="dark"] .nav-tabs .nav-link {background: none;border: 1px solid transparent;}[data-theme="dark"] .nav-tabs .nav-link:hover, [data-theme="dark"] .nav-tabs .nav-link:focus {border-color: rgba(255, 255, 255, .8);}[data-theme="dark"] .nav-tabs .nav-link.disabled {color: #a3a4cc;background-color: transparent;border-color: transparent }[data-theme="dark"] .nav-tabs .nav-link.active, [data-theme="dark"] .nav-tabs .nav-item.show .nav-link {color: #a3a4cc;background-color: #2b2c40;border-color: #2b2c40 }[data-theme="dark"] .nav-pills .nav-link {background: none;border: 0;}[data-theme="dark"] .nav-pills .nav-link.active, [data-theme="dark"] .nav-pills .show>.nav-link {color: #fff;background-color: transparent }[data-theme="dark"] .navbar-toggler {background-color: transparent;border: 1px solid transparent;}[data-theme="dark"] .navbar-toggler:focus {box-shadow: 0 0 0 .05rem }[data-theme="dark"] .navbar-toggler-icon {background-repeat: no-repeat;background-position: center;background-size: 100% }@media(min-width: 576px) {[data-theme="dark"] .navbar-expand-sm .offcanvas {background-color: transparent;border-right: 0;border-left: 0;}[data-theme="dark"] .navbar-expand-sm .offcanvas-top, [data-theme="dark"] .navbar-expand-sm .offcanvas-bottom {border-top: 0;border-bottom: 0 }}@media(min-width: 768px) {[data-theme="dark"] .navbar-expand-md .offcanvas {background-color: transparent;border-right: 0;border-left: 0;}[data-theme="dark"] .navbar-expand-md .offcanvas-top, [data-theme="dark"] .navbar-expand-md .offcanvas-bottom {border-top: 0;border-bottom: 0 }}@media(min-width: 992px) {[data-theme="dark"] .navbar-expand-lg .offcanvas {background-color: transparent;border-right: 0;border-left: 0;}[data-theme="dark"] .navbar-expand-lg .offcanvas-top, [data-theme="dark"] .navbar-expand-lg .offcanvas-bottom {border-top: 0;border-bottom: 0 }}@media(min-width: 1200px) {[data-theme="dark"] .navbar-expand-xl .offcanvas {background-color: transparent;border-right: 0;border-left: 0;}[data-theme="dark"] .navbar-expand-xl .offcanvas-top, [data-theme="dark"] .navbar-expand-xl .offcanvas-bottom {border-top: 0;border-bottom: 0 }}@media(min-width: 1400px) {[data-theme="dark"] .navbar-expand-xxl .offcanvas {background-color: transparent;border-right: 0;border-left: 0;}[data-theme="dark"] .navbar-expand-xxl .offcanvas-top, [data-theme="dark"] .navbar-expand-xxl .offcanvas-bottom {border-top: 0;border-bottom: 0 }}[data-theme="dark"] .navbar-expand .offcanvas {background-color: transparent;border-right: 0;border-left: 0;}[data-theme="dark"] .navbar-expand .offcanvas-top, [data-theme="dark"] .navbar-expand .offcanvas-bottom {border-top: 0;border-bottom: 0 }[data-theme="dark"] .navbar-light .navbar-brand {color: #4e5155 }[data-theme="dark"] .navbar-light .navbar-brand:hover, [data-theme="dark"] .navbar-light .navbar-brand:focus {color: #4e5155 }[data-theme="dark"] .navbar-light .navbar-nav .nav-link {color: #7c7db6 }[data-theme="dark"] .navbar-light .navbar-nav .nav-link:hover, [data-theme="dark"] .navbar-light .navbar-nav .nav-link:focus {color: #4e5155 }[data-theme="dark"] .navbar-light .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, .2) }[data-theme="dark"] .navbar-light .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar-light .navbar-nav .nav-link.active {color: #4e5155 }[data-theme="dark"] .navbar-light .navbar-toggler {color: #7c7db6;border-color: rgba(0, 0, 0, .06) }[data-theme="dark"] .navbar-light .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12%29-Navbar' transform='translate%28-1174.000000, -1290.000000%29'%3E%3Cg id='Group' transform='translate%281174.000000, 1288.000000%29'%3E%3Cg id='Icon-Color' transform='translate%280.000000, 2.000000%29'%3E%3Cuse fill='%237c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='%237c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar-light .navbar-text {color: #7c7db6 }[data-theme="dark"] .navbar-light .navbar-text a, [data-theme="dark"] .navbar-light .navbar-text a:hover, [data-theme="dark"] .navbar-light .navbar-text a:focus {color: #4e5155 }[data-theme="dark"] .navbar-dark .navbar-brand {color: #fff }[data-theme="dark"] .navbar-dark .navbar-brand:hover, [data-theme="dark"] .navbar-dark .navbar-brand:focus {color: #fff }[data-theme="dark"] .navbar-dark .navbar-nav .nav-link {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .navbar-dark .navbar-nav .nav-link:hover, [data-theme="dark"] .navbar-dark .navbar-nav .nav-link:focus {color: #fff }[data-theme="dark"] .navbar-dark .navbar-nav .nav-link.disabled {color: rgba(255, 255, 255, .4) }[data-theme="dark"] .navbar-dark .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar-dark .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar-dark .navbar-toggler {color: rgba(255, 255, 255, .8);border-color: rgba(255, 255, 255, .1) }[data-theme="dark"] .navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12%29-Navbar' transform='translate%28-1174.000000, -1290.000000%29'%3E%3Cg id='Group' transform='translate%281174.000000, 1288.000000%29'%3E%3Cg id='Icon-Color' transform='translate%280.000000, 2.000000%29'%3E%3Cuse fill='rgba%28255, 255, 255, 0.8%29' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba%28255, 255, 255, 0.8%29' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar-dark .navbar-text {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .navbar-dark .navbar-text a, [data-theme="dark"] .navbar-dark .navbar-text a:hover, [data-theme="dark"] .navbar-dark .navbar-text a:focus {color: #fff }[data-theme="dark"] .card {background-color: #2b2c40;border: 0 solid #444564;}[data-theme="dark"] .card>.list-group {border-top: inherit;border-bottom: inherit }[data-theme="dark"] .card>.card-header+.list-group, [data-theme="dark"] .card>.list-group+.card-footer {border-top: 0 }[data-theme="dark"] .card-header {background-color: transparent;border-bottom: 0 solid #444564 }[data-theme="dark"] .card-footer {background-color: transparent;border-top: 0 solid #444564 }[data-theme="dark"] .card-header-tabs {border-bottom: 0 }@media(min-width: 576px) {[data-theme="dark"] .card-group>.card+.card {border-left: 0 }}[data-theme="dark"] .accordion-button {color: #cbcbe2;background-color: #2b2c40;border: 0;}[data-theme="dark"] .accordion-button:not(.collapsed) {color: #cbcbe2;background-color: #2b2c40;box-shadow: inset 0 0 0 #444564 }[data-theme="dark"] .accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23435971' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' fill='%23cbcbe2' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");}[data-theme="dark"] .accordion-button::after {background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23435971' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' fill='%23cbcbe2' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-size: .75rem;}[data-theme="dark"] .accordion-button:focus {border-color: #fff;box-shadow: none }[data-theme="dark"] .accordion-item {background-color: #2b2c40;border: 0 solid #444564 }[data-theme="dark"] .accordion-item:not(:first-of-type) {border-top: 0 }[data-theme="dark"] .accordion-flush .accordion-item {border-right: 0;border-left: 0;}[data-theme="dark"] .accordion-flush .accordion-item:first-child {border-top: 0 }[data-theme="dark"] .accordion-flush .accordion-item:last-child {border-bottom: 0 }[data-theme="dark"] .breadcrumb {background-color: transparent }[data-theme="dark"] .breadcrumb-item+.breadcrumb-item::before {color: #7071a4;}[data-theme="dark"] .breadcrumb-item.active {color: #a3a4cc }[data-theme="dark"] .page-link {color: #a3a4cc;background-color: rgba(124, 125, 182, .08);border: 0px solid rgba(255, 255, 255, .09);}[data-theme="dark"] .page-link:hover {color: #a3a4cc;background-color: rgba(124, 125, 182, .16);border-color: rgba(255, 255, 255, .4) }[data-theme="dark"] .page-link:focus {color: #a3a4cc;background-color: rgba(124, 125, 182, .16);box-shadow: none }[data-theme="dark"] .page-item.active .page-link {color: #fff;background-color: #fff;border-color: #fff }[data-theme="dark"] .page-item.disabled .page-link {color: #7071a4;background-color: rgba(124, 125, 182, .04);border-color: rgba(255, 255, 255, .4) }[data-theme="dark"] .badge {color: #fff;}[data-theme="dark"] .alert {border: 0 solid transparent;}[data-theme="dark"] .alert-heading {color: inherit }[data-theme="dark"] .progress {background-color: #444564;}[data-theme="dark"] .progress-bar {color: #fff;background-color: #696cff;}[data-theme="dark"] .progress-bar-striped {background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size: .75rem .75rem }[data-theme="dark"] .list-group-item-action {color: #fff;}[data-theme="dark"] .list-group-item-action:hover, [data-theme="dark"] .list-group-item-action:focus {color: #a3a4cc;background-color: rgba(124, 125, 182, .06) }[data-theme="dark"] .list-group-item-action:active {color: #a3a4cc;background-color: rgba(255, 255, 255, .03) }[data-theme="dark"] .list-group-item {color: #a3a4cc;background-color: transparent;border: 1px solid #444564 }[data-theme="dark"] .list-group-item.disabled, [data-theme="dark"] .list-group-item:disabled {color: #a3a4cc;background-color: transparent }[data-theme="dark"] .list-group-item.active {color: #fff;background-color: #fff;border-color: #fff }[data-theme="dark"] .btn-close {color: #7071a4;background: transparent url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%237071a4' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%237071a4' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/0.8em auto no-repeat;border: 0;opacity: .95 }[data-theme="dark"] .btn-close:hover {color: #7071a4;opacity: .95 }[data-theme="dark"] .btn-close:focus {box-shadow: none;opacity: .95 }[data-theme="dark"] .btn-close:disabled, [data-theme="dark"] .btn-close.disabled {opacity: .25 }[data-theme="dark"] .btn-close-white {filter: invert(1) grayscale(100%) brightness(200%) }[data-theme="dark"] .toast {color: #a3a4cc;background-color: #2b2c40;border: 0 solid rgba(255, 255, 255, .8);box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);}[data-theme="dark"] .toast.showing {opacity: 0 }[data-theme="dark"] .toast-header {color: #a3a4cc;background-color: transparent;border-bottom: 0 solid transparent;}[data-theme="dark"] .modal-content {background-color: #2b2c40;border: 0px solid rgba(0, 0, 0, .2);}[data-theme="dark"] .modal-backdrop {background-color: #000 }[data-theme="dark"] .modal-backdrop.fade {opacity: 0 }[data-theme="dark"] .modal-backdrop.show {opacity: .5 }[data-theme="dark"] .modal-header {border-bottom: 0px solid #444564;}[data-theme="dark"] .modal-footer {border-top: 0px solid #444564;}[data-theme="dark"] .modal-fullscreen .modal-content {border: 0;}@media(max-width: 575.98px) {[data-theme="dark"] .modal-fullscreen-sm-down .modal-content {border: 0;}}@media(max-width: 767.98px) {[data-theme="dark"] .modal-fullscreen-md-down .modal-content {border: 0;}}@media(max-width: 991.98px) {[data-theme="dark"] .modal-fullscreen-lg-down .modal-content {border: 0;}}@media(max-width: 1199.98px) {[data-theme="dark"] .modal-fullscreen-xl-down .modal-content {border: 0;}}@media(max-width: 1399.98px) {[data-theme="dark"] .modal-fullscreen-xxl-down .modal-content {border: 0;}}[data-theme="dark"] .tooltip {text-shadow: none;opacity: 0 }[data-theme="dark"] .tooltip.show {opacity: 1 }[data-theme="dark"] .tooltip .tooltip-arrow::before {border-color: transparent;}[data-theme="dark"] .bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #6b6c9d }[data-theme="dark"] .bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #6b6c9d }[data-theme="dark"] .bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #6b6c9d }[data-theme="dark"] .bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #6b6c9d }[data-theme="dark"] .tooltip-inner {color: #fff;background-color: #6b6c9d;}[data-theme="dark"] .popover {text-shadow: none;background-color: #2b2c40;border: 0px solid rgba(0, 0, 0, .2);}[data-theme="dark"] .popover .popover-arrow::before, [data-theme="dark"] .popover .popover-arrow::after {border-color: transparent;}[data-theme="dark"] .bs-popover-top>.popover-arrow::before, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {border-top-color: #2b2c40 }[data-theme="dark"] .bs-popover-top>.popover-arrow::after, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #2b2c40 }[data-theme="dark"] .bs-popover-end>.popover-arrow::before, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {border-right-color: #2b2c40 }[data-theme="dark"] .bs-popover-end>.popover-arrow::after, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #2b2c40 }[data-theme="dark"] .bs-popover-bottom>.popover-arrow::before, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {border-bottom-color: #2b2c40 }[data-theme="dark"] .bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #2b2c40 }[data-theme="dark"] .bs-popover-bottom .popover-header::before, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 0px solid transparent }[data-theme="dark"] .bs-popover-start>.popover-arrow::before, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {border-left-color: #2b2c40 }[data-theme="dark"] .bs-popover-start>.popover-arrow::after, [data-theme="dark"] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #2b2c40 }[data-theme="dark"] .popover-header {color: #cbcbe2;background-color: transparent;border-bottom: 0px solid rgba(0, 0, 0, .2);}[data-theme="dark"] .popover-body {color: #a3a4cc }[data-theme="dark"] .carousel-fade .carousel-item {opacity: 0;}[data-theme="dark"] .carousel-fade .carousel-item.active, [data-theme="dark"] .carousel-fade .carousel-item-next.carousel-item-start, [data-theme="dark"] .carousel-fade .carousel-item-prev.carousel-item-end {opacity: 1 }[data-theme="dark"] .carousel-fade .active.carousel-item-start, [data-theme="dark"] .carousel-fade .active.carousel-item-end {opacity: 0;}[data-theme="dark"] .carousel-control-prev, [data-theme="dark"] .carousel-control-next {color: #fff;background: none;border: 0;opacity: 1;}[data-theme="dark"] .carousel-control-prev:hover, [data-theme="dark"] .carousel-control-prev:focus, [data-theme="dark"] .carousel-control-next:hover, [data-theme="dark"] .carousel-control-next:focus {color: #fff;opacity: 1 }[data-theme="dark"] .carousel-control-prev-icon, [data-theme="dark"] .carousel-control-next-icon {background-repeat: no-repeat;background-position: 50%;background-size: 100% 100% }[data-theme="dark"] .carousel-control-prev-icon {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %23fff;transform: ;msFilter:;'%3E%3Cpath d='M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E") }[data-theme="dark"] .carousel-control-next-icon {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %23fff;transform: ;msFilter:;'%3E%3Cpath d='M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z'%3E%3C/path%3E%3C/svg%3E") }[data-theme="dark"] .carousel-indicators [data-bs-target] {background-color: #fff;border: 0;border-top: 10px solid transparent;border-bottom: 10px solid transparent;opacity: .5;}[data-theme="dark"] .carousel-indicators .active {opacity: 1 }[data-theme="dark"] .carousel-caption {color: #fff;}[data-theme="dark"] .carousel-dark .carousel-control-prev-icon, [data-theme="dark"] .carousel-dark .carousel-control-next-icon {filter: invert(1) grayscale(100) }[data-theme="dark"] .carousel-dark .carousel-indicators [data-bs-target] {background-color: #000 }[data-theme="dark"] .carousel-dark .carousel-caption {color: #000 }[data-theme="dark"] .spinner-border {border: .25em solid currentColor;border-right-color: transparent;}[data-theme="dark"] .spinner-grow {background-color: currentColor;opacity: 0;}[data-theme="dark"] .offcanvas {background-color: #2b2c40;}[data-theme="dark"] .offcanvas-backdrop {background-color: #000 }[data-theme="dark"] .offcanvas-backdrop.fade {opacity: 0 }[data-theme="dark"] .offcanvas-backdrop.show {opacity: .5 }[data-theme="dark"] .offcanvas-start {border-right: 0px solid rgba(0, 0, 0, .2);}[data-theme="dark"] .offcanvas-end {border-left: 0px solid rgba(0, 0, 0, .2);}[data-theme="dark"] .offcanvas-top {border-bottom: 0px solid rgba(0, 0, 0, .2);}[data-theme="dark"] .offcanvas-bottom {border-top: 0px solid rgba(0, 0, 0, .2);}[data-theme="dark"] .placeholder {background-color: currentColor;opacity: .5 }[data-theme="dark"] .placeholder-wave {-webkit-mask-image: linear-gradient(130deg, #435971 55%, rgba(0, 0, 0, 0.8) 75%, #435971 95%);mask-image: linear-gradient(130deg, #435971 55%, rgba(0, 0, 0, 0.8) 75%, #435971 95%);}[data-theme="dark"] .link-primary {color: #696cff }[data-theme="dark"] .link-primary:hover, [data-theme="dark"] .link-primary:focus {color: #5f61e6 }[data-theme="dark"] .link-secondary {color: #8592a3 }[data-theme="dark"] .link-secondary:hover, [data-theme="dark"] .link-secondary:focus {color: #788393 }[data-theme="dark"] .link-success {color: #4cb316 }[data-theme="dark"] .link-success:hover, [data-theme="dark"] .link-success:focus {color: #66c732 }[data-theme="dark"] .link-info {color: #03c3ec }[data-theme="dark"] .link-info:hover, [data-theme="dark"] .link-info:focus {color: #03b0d4 }[data-theme="dark"] .link-warning {color: #ffab00 }[data-theme="dark"] .link-warning:hover, [data-theme="dark"] .link-warning:focus {color: #e69a00 }[data-theme="dark"] .link-danger {color: #ff3e1d }[data-theme="dark"] .link-danger:hover, [data-theme="dark"] .link-danger:focus {color: #e6381a }[data-theme="dark"] .link-light {color: #4f505c }[data-theme="dark"] .link-light:hover, [data-theme="dark"] .link-light:focus {color: #474853 }[data-theme="dark"] .link-dark {color: #6b6c9d }[data-theme="dark"] .link-dark:hover, [data-theme="dark"] .link-dark:focus {color: #60618d }[data-theme="dark"] .link-gray {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .link-gray:hover, [data-theme="dark"] .link-gray:focus {color: rgba(255, 255, 255, .82) }[data-theme="dark"] .visually-hidden, [data-theme="dark"] .visually-hidden-focusable:not(:focus):not(:focus-within) {border: 0 !important }[data-theme="dark"] .vr {background-color: currentColor;opacity: 1 }[data-theme="dark"] :root {color-scheme: dark }[data-theme="dark"] a:not([href]) {color: inherit;}[data-theme="dark"] a:not([href]):hover {color: inherit;}[data-theme="dark"] .row-bordered>.col::before, [data-theme="dark"] .row-bordered>[class^=col-]::before, [data-theme="dark"] .row-bordered>[class*=" col-"]::before, [data-theme="dark"] .row-bordered>[class^="col "]::before, [data-theme="dark"] .row-bordered>[class*=" col "]::before, [data-theme="dark"] .row-bordered>[class$=" col"]::before, [data-theme="dark"] .row-bordered>[class=col]::before {border-top: 1px solid #444564 }[data-theme="dark"] .row-bordered>.col::after, [data-theme="dark"] .row-bordered>[class^=col-]::after, [data-theme="dark"] .row-bordered>[class*=" col-"]::after, [data-theme="dark"] .row-bordered>[class^="col "]::after, [data-theme="dark"] .row-bordered>[class*=" col "]::after, [data-theme="dark"] .row-bordered>[class$=" col"]::after, [data-theme="dark"] .row-bordered>[class=col]::after {border-left: 1px solid #444564 }[data-theme="dark"] .row-bordered.row-border-light>.col::before, [data-theme="dark"] .row-bordered.row-border-light>.col::after, [data-theme="dark"] .row-bordered.row-border-light>[class^=col-]::before, [data-theme="dark"] .row-bordered.row-border-light>[class^=col-]::after, [data-theme="dark"] .row-bordered.row-border-light>[class*=" col-"]::before, [data-theme="dark"] .row-bordered.row-border-light>[class*=" col-"]::after, [data-theme="dark"] .row-bordered.row-border-light>[class^="col "]::before, [data-theme="dark"] .row-bordered.row-border-light>[class^="col "]::after, [data-theme="dark"] .row-bordered.row-border-light>[class*=" col "]::before, [data-theme="dark"] .row-bordered.row-border-light>[class*=" col "]::after, [data-theme="dark"] .row-bordered.row-border-light>[class$=" col"]::before, [data-theme="dark"] .row-bordered.row-border-light>[class$=" col"]::after, [data-theme="dark"] .row-bordered.row-border-light>[class=col]::before, [data-theme="dark"] .row-bordered.row-border-light>[class=col]::after {border-color: rgba(255, 255, 255, .8) }[data-theme="dark"] .bg-label-secondary {background-color: #393c50 !important;color: #8592a3 !important }[data-theme="dark"] .border-label-secondary {border: 3px solid #646e7a !important }[data-theme="dark"] .border-light-secondary {border: 3px solid rgba(133, 146, 163, .08) }[data-theme="dark"] .bg-label-success {background-color: #36483f !important;color: #4cb316 !important }[data-theme="dark"] .border-label-success {border: 3px solid #55a629 !important }[data-theme="dark"] .border-light-success {border: 3px solid rgba(113, 221, 55, .08) }[data-theme="dark"] .bg-label-info {background-color: #25445c !important;color: #03c3ec !important }[data-theme="dark"] .border-label-info {border: 3px solid #0292b1 !important }[data-theme="dark"] .border-light-info {border: 3px solid rgba(3, 195, 236, .08) }[data-theme="dark"] .bg-label-warning {background-color: #4d4036 !important;color: #ffab00 !important }[data-theme="dark"] .border-label-warning {border: 3px solid #bf8000 !important }[data-theme="dark"] .border-light-warning {border: 3px solid rgba(255, 171, 0, .08) }[data-theme="dark"] .bg-label-danger {background-color: #4d2f3a !important;color: #ff3e1d !important }[data-theme="dark"] .border-label-danger {border: 3px solid #bf2f16 !important }[data-theme="dark"] .border-light-danger {border: 3px solid rgba(255, 62, 29, .08) }[data-theme="dark"] .bg-label-light {background-color: #313244 !important;color: #4f505c !important }[data-theme="dark"] .border-label-light {border: 3px solid #3b3c45 !important }[data-theme="dark"] .border-light-light {border: 3px solid rgba(79, 80, 92, .08) }[data-theme="dark"] .bg-label-dark {background-color: #35364f !important;color: #6b6c9d !important }[data-theme="dark"] .border-label-dark {border: 3px solid #505176 !important }[data-theme="dark"] .border-light-dark {border: 3px solid rgba(107, 108, 157, .08) }[data-theme="dark"] .bg-label-gray {background-color: rgba(67, 68, 86, .968) !important;color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .border-label-gray {border: 3px solid rgba(170, 170, 170, .85) !important }[data-theme="dark"] .border-light-gray {border: 3px solid rgba(255, 255, 255, .08) }[data-theme="dark"] .border-label-dark {border: 3px solid #3b3c45 !important }[data-theme="dark"] a.bg-dark:hover, [data-theme="dark"] a.bg-dark:focus {background-color: rgba(0, 0, 0, .65) !important }[data-theme="dark"] a.bg-light:hover, [data-theme="dark"] a.bg-light:focus {background-color: rgba(255, 255, 255, .6) !important }[data-theme="dark"] a.bg-lighter:hover, [data-theme="dark"] a.bg-lighter:focus {background-color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] a.bg-lightest:hover, [data-theme="dark"] a.bg-lightest:focus {background-color: rgba(255, 255, 255, .03) !important }[data-theme="dark"] .text-muted[href]:hover, [data-theme="dark"] .text-muted[href]:focus {color: #fff !important }[data-theme="dark"] .text-light {color: #7c7db6 !important }[data-theme="dark"] .text-light[href]:hover, [data-theme="dark"] .text-light[href]:focus {color: #fff !important }[data-theme="dark"] .text-lighter {color: #a3a4cc !important }[data-theme="dark"] .text-lighter[href]:hover, [data-theme="dark"] .text-lighter[href]:focus {color: #fff !important }[data-theme="dark"] .text-lightest {color: #b0b1d3 !important }[data-theme="dark"] .text-lightest[href]:hover, [data-theme="dark"] .text-lightest[href]:focus {color: #fff !important }[data-theme="dark"] .invert-text-white {color: #232333 !important }[data-theme="dark"] .invert-text-white[href]:hover:hover, [data-theme="dark"] .invert-text-white[href]:hover:focus {color: #232333 !important }[data-theme="dark"] .invert-text-dark {color: #fff !important }[data-theme="dark"] .invert-text-dark[href]:hover:hover, [data-theme="dark"] .invert-text-dark[href]:hover:focus {color: #fff !important }[data-theme="dark"] .invert-bg-white {background-color: #232333 !important }[data-theme="dark"] a.invert-bg-white:hover, [data-theme="dark"] a.invert-bg-white:focus {background-color: #232333 !important }[data-theme="dark"] .invert-bg-dark {background-color: #fff !important }[data-theme="dark"] a.invert-bg-dark:hover, [data-theme="dark"] a.invert-bg-dark:focus {background-color: #fff !important }[data-theme="dark"] .invert-border-dark {border-color: #fff !important }[data-theme="dark"] .invert-border-white {border-color: #232333 !important }[data-theme="dark"] .table-secondary {--bs-table-bg: #e7e9ed;--bs-table-striped-bg: #d5d6da;--bs-table-striped-color: #000;--bs-table-active-bg: #d0d2d5;--bs-table-active-color: #000;--bs-table-hover-bg: #d0d2d5;--bs-table-hover-color: #000;color: #000;border-color: #8b8c8e }[data-theme="dark"] .table-secondary th {border-bottom-color: inherit !important }[data-theme="dark"] .table-secondary .btn-icon {color: #000 }[data-theme="dark"] .table-success {--bs-table-bg: #e3f8d7;--bs-table-striped-bg: #d1e4c6;--bs-table-striped-color: #000;--bs-table-active-bg: #ccdfc2;--bs-table-active-color: #000;--bs-table-hover-bg: #ccdfc2;--bs-table-hover-color: #000;color: #000;border-color: #889581 }[data-theme="dark"] .table-success th {border-bottom-color: inherit !important }[data-theme="dark"] .table-success .btn-icon {color: #000 }[data-theme="dark"] .table-info {--bs-table-bg: #cdf3fb;--bs-table-striped-bg: #bde0e7;--bs-table-striped-color: #000;--bs-table-active-bg: #b9dbe2;--bs-table-active-color: #000;--bs-table-hover-bg: #b9dbe2;--bs-table-hover-color: #000;color: #000;border-color: #7b9297 }[data-theme="dark"] .table-info th {border-bottom-color: inherit !important }[data-theme="dark"] .table-info .btn-icon {color: #000 }[data-theme="dark"] .table-warning {--bs-table-bg: #ffeecc;--bs-table-striped-bg: #ebdbbc;--bs-table-striped-color: #000;--bs-table-active-bg: #e6d6b8;--bs-table-active-color: #000;--bs-table-hover-bg: #e6d6b8;--bs-table-hover-color: #000;color: #000;border-color: #998f7a }[data-theme="dark"] .table-warning th {border-bottom-color: inherit !important }[data-theme="dark"] .table-warning .btn-icon {color: #000 }[data-theme="dark"] .table-danger {--bs-table-bg: #ffd8d2;--bs-table-striped-bg: #ebc7c1;--bs-table-striped-color: #000;--bs-table-active-bg: #e6c2bd;--bs-table-active-color: #000;--bs-table-hover-bg: #e6c2bd;--bs-table-hover-color: #000;color: #000;border-color: #99827e }[data-theme="dark"] .table-danger th {border-bottom-color: inherit !important }[data-theme="dark"] .table-danger .btn-icon {color: #000 }[data-theme="dark"] .table-light {--bs-table-bg: #6b6c9d;--bs-table-striped-bg: #7778a5;--bs-table-striped-color: #fff;--bs-table-active-bg: #7a7ba7;--bs-table-active-color: #fff;--bs-table-hover-bg: #7a7ba7;--bs-table-hover-color: #fff;color: #fff;border-color: #a6a7c4 }[data-theme="dark"] .table-light th {border-bottom-color: inherit !important }[data-theme="dark"] .table-light .btn-icon {color: #fff }[data-theme="dark"] .table-dark {--bs-table-bg: #fff;--bs-table-striped-bg: #ebebeb;--bs-table-striped-color: #000;--bs-table-active-bg: #e6e6e6;--bs-table-active-color: #000;--bs-table-hover-bg: #e6e6e6;--bs-table-hover-color: #000;color: #000;border-color: #999 }[data-theme="dark"] .table-dark th {border-bottom-color: #999 !important }[data-theme="dark"] .table-dark .btn-icon {color: #000 }[data-theme="dark"] .table:not(.table-dark) th {color: #cbcbe2 }[data-theme="dark"] .table.table-dark .btn.btn-icon {color: #444564 }[data-theme="dark"] .nav-align-top .table:not(.table-dark), [data-theme="dark"] .nav-align-top .table:not(.table-dark) thead:not(.table-dark) th, [data-theme="dark"] .nav-align-top .table:not(.table-dark) tfoot:not(.table-dark) th, [data-theme="dark"] .nav-align-top .table:not(.table-dark) td, [data-theme="dark"] .nav-align-right .table:not(.table-dark), [data-theme="dark"] .nav-align-right .table:not(.table-dark) thead:not(.table-dark) th, [data-theme="dark"] .nav-align-right .table:not(.table-dark) tfoot:not(.table-dark) th, [data-theme="dark"] .nav-align-right .table:not(.table-dark) td, [data-theme="dark"] .nav-align-bottom .table:not(.table-dark), [data-theme="dark"] .nav-align-bottom .table:not(.table-dark) thead:not(.table-dark) th, [data-theme="dark"] .nav-align-bottom .table:not(.table-dark) tfoot:not(.table-dark) th, [data-theme="dark"] .nav-align-bottom .table:not(.table-dark) td, [data-theme="dark"] .nav-align-left .table:not(.table-dark), [data-theme="dark"] .nav-align-left .table:not(.table-dark) thead:not(.table-dark) th, [data-theme="dark"] .nav-align-left .table:not(.table-dark) tfoot:not(.table-dark) th, [data-theme="dark"] .nav-align-left .table:not(.table-dark) td {border-color: rgba(255, 255, 255, .09) }[data-theme="dark"] .btn-secondary {color: #fff;background-color: #8592a3;border-color: #8592a3;box-shadow: 0 .125rem .25rem 0 rgba(133, 146, 163, .4) }[data-theme="dark"] .btn-secondary:hover {color: #fff;background-color: #788393;border-color: #788393;}[data-theme="dark"] .btn-check:focus+.btn-secondary, [data-theme="dark"] .btn-secondary:focus, [data-theme="dark"] .btn-secondary.focus {color: #fff;background-color: #788393;border-color: #788393;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-secondary, [data-theme="dark"] .btn-check:active+.btn-secondary, [data-theme="dark"] .btn-secondary:active, [data-theme="dark"] .btn-secondary.active, [data-theme="dark"] .show>.btn-secondary.dropdown-toggle {color: #fff;background-color: #717c8b;border-color: #717c8b }[data-theme="dark"] .btn-check:checked+.btn-secondary:focus, [data-theme="dark"] .btn-check:active+.btn-secondary:focus, [data-theme="dark"] .btn-secondary:active:focus, [data-theme="dark"] .btn-secondary.active:focus, [data-theme="dark"] .show>.btn-secondary.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-secondary.disabled, [data-theme="dark"] .btn-secondary:disabled {box-shadow: none }[data-theme="dark"] .btn-label-secondary {color: #8592a3;border-color: transparent;background: #393c50 }[data-theme="dark"] .btn-label-secondary:hover {border-color: transparent;background: #788393;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(133, 146, 163, .4);}[data-theme="dark"] .btn-label-secondary:focus, [data-theme="dark"] .btn-label-secondary.focus {color: #fff;background: #788393;box-shadow: none !important;}[data-theme="dark"] .btn-label-secondary:active, [data-theme="dark"] .btn-label-secondary.active, [data-theme="dark"] .show>.btn-label-secondary.dropdown-toggle {color: #fff;background-color: #717c8b;border-color: transparent }[data-theme="dark"] .btn-label-secondary:active:focus, [data-theme="dark"] .btn-label-secondary.active:focus, [data-theme="dark"] .show>.btn-label-secondary.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-secondary.disabled, [data-theme="dark"] .btn-label-secondary:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-secondary {color: #8592a3;border-color: #8592a3;background: transparent }[data-theme="dark"] .btn-outline-secondary:hover {color: #fff;background-color: #788393;border-color: #788393;box-shadow: 0 .125rem .25rem 0 rgba(133, 146, 163, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-secondary, [data-theme="dark"] .btn-outline-secondary:focus {color: #fff;background-color: #788393;border-color: #788393;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-secondary, [data-theme="dark"] .btn-check:active+.btn-outline-secondary, [data-theme="dark"] .btn-outline-secondary:active, [data-theme="dark"] .btn-outline-secondary.active, [data-theme="dark"] .btn-outline-secondary.dropdown-toggle.show {color: #fff;background-color: #717c8b;border-color: #717c8b }[data-theme="dark"] .btn-check:checked+.btn-outline-secondary:focus, [data-theme="dark"] .btn-check:active+.btn-outline-secondary:focus, [data-theme="dark"] .btn-outline-secondary:active:focus, [data-theme="dark"] .btn-outline-secondary.active:focus, [data-theme="dark"] .btn-outline-secondary.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-secondary.disabled, [data-theme="dark"] .btn-outline-secondary:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-secondary .badge {background: #8592a3;border-color: #8592a3;color: #fff }[data-theme="dark"] .btn-outline-secondary:hover .badge, [data-theme="dark"] .btn-outline-secondary:focus:hover .badge, [data-theme="dark"] .btn-outline-secondary:active .badge, [data-theme="dark"] .btn-outline-secondary.active .badge, [data-theme="dark"] .show>.btn-outline-secondary.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #8592a3 }[data-theme="dark"] .btn-success {color: #fff;background-color: #4cb316;border-color: #4cb316;box-shadow: 0 .125rem .25rem 0 rgba(113, 221, 55, .4) }[data-theme="dark"] .btn-success:hover {color: #fff;background-color: #66c732;border-color: #66c732;}[data-theme="dark"] .btn-check:focus+.btn-success, [data-theme="dark"] .btn-success:focus, [data-theme="dark"] .btn-success.focus {color: #fff;background-color: #66c732;border-color: #66c732;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-success, [data-theme="dark"] .btn-check:active+.btn-success, [data-theme="dark"] .btn-success:active, [data-theme="dark"] .btn-success.active, [data-theme="dark"] .show>.btn-success.dropdown-toggle {color: #fff;background-color: #60bc2f;border-color: #60bc2f }[data-theme="dark"] .btn-check:checked+.btn-success:focus, [data-theme="dark"] .btn-check:active+.btn-success:focus, [data-theme="dark"] .btn-success:active:focus, [data-theme="dark"] .btn-success.active:focus, [data-theme="dark"] .show>.btn-success.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-success.disabled, [data-theme="dark"] .btn-success:disabled {box-shadow: none }[data-theme="dark"] .btn-label-success {color: #4cb316;border-color: transparent;background: #36483f }[data-theme="dark"] .btn-label-success:hover {border-color: transparent;background: #66c732;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(113, 221, 55, .4);}[data-theme="dark"] .btn-label-success:focus, [data-theme="dark"] .btn-label-success.focus {color: #fff;background: #66c732;box-shadow: none !important;}[data-theme="dark"] .btn-label-success:active, [data-theme="dark"] .btn-label-success.active, [data-theme="dark"] .show>.btn-label-success.dropdown-toggle {color: #fff;background-color: #60bc2f;border-color: transparent }[data-theme="dark"] .btn-label-success:active:focus, [data-theme="dark"] .btn-label-success.active:focus, [data-theme="dark"] .show>.btn-label-success.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-success.disabled, [data-theme="dark"] .btn-label-success:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-success {color: #4cb316;border-color: #4cb316;background: transparent }[data-theme="dark"] .btn-outline-success:hover {color: #fff;background-color: #66c732;border-color: #66c732;box-shadow: 0 .125rem .25rem 0 rgba(113, 221, 55, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-success, [data-theme="dark"] .btn-outline-success:focus {color: #fff;background-color: #66c732;border-color: #66c732;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-success, [data-theme="dark"] .btn-check:active+.btn-outline-success, [data-theme="dark"] .btn-outline-success:active, [data-theme="dark"] .btn-outline-success.active, [data-theme="dark"] .btn-outline-success.dropdown-toggle.show {color: #fff;background-color: #60bc2f;border-color: #60bc2f }[data-theme="dark"] .btn-check:checked+.btn-outline-success:focus, [data-theme="dark"] .btn-check:active+.btn-outline-success:focus, [data-theme="dark"] .btn-outline-success:active:focus, [data-theme="dark"] .btn-outline-success.active:focus, [data-theme="dark"] .btn-outline-success.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-success.disabled, [data-theme="dark"] .btn-outline-success:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-success .badge {background: #4cb316;border-color: #4cb316;color: #fff }[data-theme="dark"] .btn-outline-success:hover .badge, [data-theme="dark"] .btn-outline-success:focus:hover .badge, [data-theme="dark"] .btn-outline-success:active .badge, [data-theme="dark"] .btn-outline-success.active .badge, [data-theme="dark"] .show>.btn-outline-success.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #4cb316 }[data-theme="dark"] .btn-info {color: #fff;background-color: #03c3ec;border-color: #03c3ec;box-shadow: 0 .125rem .25rem 0 rgba(3, 195, 236, .4) }[data-theme="dark"] .btn-info:hover {color: #fff;background-color: #03b0d4;border-color: #03b0d4;}[data-theme="dark"] .btn-check:focus+.btn-info, [data-theme="dark"] .btn-info:focus, [data-theme="dark"] .btn-info.focus {color: #fff;background-color: #03b0d4;border-color: #03b0d4;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-info, [data-theme="dark"] .btn-check:active+.btn-info, [data-theme="dark"] .btn-info:active, [data-theme="dark"] .btn-info.active, [data-theme="dark"] .show>.btn-info.dropdown-toggle {color: #fff;background-color: #03a6c9;border-color: #03a6c9 }[data-theme="dark"] .btn-check:checked+.btn-info:focus, [data-theme="dark"] .btn-check:active+.btn-info:focus, [data-theme="dark"] .btn-info:active:focus, [data-theme="dark"] .btn-info.active:focus, [data-theme="dark"] .show>.btn-info.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-info.disabled, [data-theme="dark"] .btn-info:disabled {box-shadow: none }[data-theme="dark"] .btn-label-info {color: #03c3ec;border-color: transparent;background: #25445c }[data-theme="dark"] .btn-label-info:hover {border-color: transparent;background: #03b0d4;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(3, 195, 236, .4);}[data-theme="dark"] .btn-label-info:focus, [data-theme="dark"] .btn-label-info.focus {color: #fff;background: #03b0d4;box-shadow: none !important;}[data-theme="dark"] .btn-label-info:active, [data-theme="dark"] .btn-label-info.active, [data-theme="dark"] .show>.btn-label-info.dropdown-toggle {color: #fff;background-color: #03a6c9;border-color: transparent }[data-theme="dark"] .btn-label-info:active:focus, [data-theme="dark"] .btn-label-info.active:focus, [data-theme="dark"] .show>.btn-label-info.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-info.disabled, [data-theme="dark"] .btn-label-info:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-info {color: #03c3ec;border-color: #03c3ec;background: transparent }[data-theme="dark"] .btn-outline-info:hover {color: #fff;background-color: #03b0d4;border-color: #03b0d4;box-shadow: 0 .125rem .25rem 0 rgba(3, 195, 236, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-info, [data-theme="dark"] .btn-outline-info:focus {color: #fff;background-color: #03b0d4;border-color: #03b0d4;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-info, [data-theme="dark"] .btn-check:active+.btn-outline-info, [data-theme="dark"] .btn-outline-info:active, [data-theme="dark"] .btn-outline-info.active, [data-theme="dark"] .btn-outline-info.dropdown-toggle.show {color: #fff;background-color: #03a6c9;border-color: #03a6c9 }[data-theme="dark"] .btn-check:checked+.btn-outline-info:focus, [data-theme="dark"] .btn-check:active+.btn-outline-info:focus, [data-theme="dark"] .btn-outline-info:active:focus, [data-theme="dark"] .btn-outline-info.active:focus, [data-theme="dark"] .btn-outline-info.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-info.disabled, [data-theme="dark"] .btn-outline-info:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-info .badge {background: #03c3ec;border-color: #03c3ec;color: #fff }[data-theme="dark"] .btn-outline-info:hover .badge, [data-theme="dark"] .btn-outline-info:focus:hover .badge, [data-theme="dark"] .btn-outline-info:active .badge, [data-theme="dark"] .btn-outline-info.active .badge, [data-theme="dark"] .show>.btn-outline-info.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #03c3ec }[data-theme="dark"] .btn-warning {color: #fff;background-color: #ffab00;border-color: #ffab00;box-shadow: 0 .125rem .25rem 0 rgba(255, 171, 0, .4) }[data-theme="dark"] .btn-warning:hover {color: #fff;background-color: #e69a00;border-color: #e69a00;}[data-theme="dark"] .btn-check:focus+.btn-warning, [data-theme="dark"] .btn-warning:focus, [data-theme="dark"] .btn-warning.focus {color: #fff;background-color: #e69a00;border-color: #e69a00;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-warning, [data-theme="dark"] .btn-check:active+.btn-warning, [data-theme="dark"] .btn-warning:active, [data-theme="dark"] .btn-warning.active, [data-theme="dark"] .show>.btn-warning.dropdown-toggle {color: #fff;background-color: #d99100;border-color: #d99100 }[data-theme="dark"] .btn-check:checked+.btn-warning:focus, [data-theme="dark"] .btn-check:active+.btn-warning:focus, [data-theme="dark"] .btn-warning:active:focus, [data-theme="dark"] .btn-warning.active:focus, [data-theme="dark"] .show>.btn-warning.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-warning.disabled, [data-theme="dark"] .btn-warning:disabled {box-shadow: none }[data-theme="dark"] .btn-label-warning {color: #ffab00;border-color: transparent;background: #4d4036 }[data-theme="dark"] .btn-label-warning:hover {border-color: transparent;background: #e69a00;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 171, 0, .4);}[data-theme="dark"] .btn-label-warning:focus, [data-theme="dark"] .btn-label-warning.focus {color: #fff;background: #e69a00;box-shadow: none !important;}[data-theme="dark"] .btn-label-warning:active, [data-theme="dark"] .btn-label-warning.active, [data-theme="dark"] .show>.btn-label-warning.dropdown-toggle {color: #fff;background-color: #d99100;border-color: transparent }[data-theme="dark"] .btn-label-warning:active:focus, [data-theme="dark"] .btn-label-warning.active:focus, [data-theme="dark"] .show>.btn-label-warning.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-warning.disabled, [data-theme="dark"] .btn-label-warning:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-warning {color: #ffab00;border-color: #ffab00;background: transparent }[data-theme="dark"] .btn-outline-warning:hover {color: #fff;background-color: #e69a00;border-color: #e69a00;box-shadow: 0 .125rem .25rem 0 rgba(255, 171, 0, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-warning, [data-theme="dark"] .btn-outline-warning:focus {color: #fff;background-color: #e69a00;border-color: #e69a00;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-warning, [data-theme="dark"] .btn-check:active+.btn-outline-warning, [data-theme="dark"] .btn-outline-warning:active, [data-theme="dark"] .btn-outline-warning.active, [data-theme="dark"] .btn-outline-warning.dropdown-toggle.show {color: #fff;background-color: #d99100;border-color: #d99100 }[data-theme="dark"] .btn-check:checked+.btn-outline-warning:focus, [data-theme="dark"] .btn-check:active+.btn-outline-warning:focus, [data-theme="dark"] .btn-outline-warning:active:focus, [data-theme="dark"] .btn-outline-warning.active:focus, [data-theme="dark"] .btn-outline-warning.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-warning.disabled, [data-theme="dark"] .btn-outline-warning:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-warning .badge {background: #ffab00;border-color: #ffab00;color: #fff }[data-theme="dark"] .btn-outline-warning:hover .badge, [data-theme="dark"] .btn-outline-warning:focus:hover .badge, [data-theme="dark"] .btn-outline-warning:active .badge, [data-theme="dark"] .btn-outline-warning.active .badge, [data-theme="dark"] .show>.btn-outline-warning.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #ffab00 }[data-theme="dark"] .btn-danger {color: #fff;background-color: #ff3e1d;border-color: #ff3e1d;box-shadow: 0 .125rem .25rem 0 rgba(255, 62, 29, .4) }[data-theme="dark"] .btn-danger:hover {color: #fff;background-color: #e6381a;border-color: #e6381a;}[data-theme="dark"] .btn-check:focus+.btn-danger, [data-theme="dark"] .btn-danger:focus, [data-theme="dark"] .btn-danger.focus {color: #fff;background-color: #e6381a;border-color: #e6381a;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-danger, [data-theme="dark"] .btn-check:active+.btn-danger, [data-theme="dark"] .btn-danger:active, [data-theme="dark"] .btn-danger.active, [data-theme="dark"] .show>.btn-danger.dropdown-toggle {color: #fff;background-color: #d93519;border-color: #d93519 }[data-theme="dark"] .btn-check:checked+.btn-danger:focus, [data-theme="dark"] .btn-check:active+.btn-danger:focus, [data-theme="dark"] .btn-danger:active:focus, [data-theme="dark"] .btn-danger.active:focus, [data-theme="dark"] .show>.btn-danger.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-danger.disabled, [data-theme="dark"] .btn-danger:disabled {box-shadow: none }[data-theme="dark"] .btn-label-danger {color: #ff3e1d;border-color: transparent;background: #4d2f3a }[data-theme="dark"] .btn-label-danger:hover {border-color: transparent;background: #e6381a;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 62, 29, .4);}[data-theme="dark"] .btn-label-danger:focus, [data-theme="dark"] .btn-label-danger.focus {color: #fff;background: #e6381a;box-shadow: none !important;}[data-theme="dark"] .btn-label-danger:active, [data-theme="dark"] .btn-label-danger.active, [data-theme="dark"] .show>.btn-label-danger.dropdown-toggle {color: #fff;background-color: #d93519;border-color: transparent }[data-theme="dark"] .btn-label-danger:active:focus, [data-theme="dark"] .btn-label-danger.active:focus, [data-theme="dark"] .show>.btn-label-danger.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-danger.disabled, [data-theme="dark"] .btn-label-danger:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-danger {color: #ff3e1d;border-color: #ff3e1d;background: transparent }[data-theme="dark"] .btn-outline-danger:hover {color: #fff;background-color: #e6381a;border-color: #e6381a;box-shadow: 0 .125rem .25rem 0 rgba(255, 62, 29, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-danger, [data-theme="dark"] .btn-outline-danger:focus {color: #fff;background-color: #e6381a;border-color: #e6381a;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-danger, [data-theme="dark"] .btn-check:active+.btn-outline-danger, [data-theme="dark"] .btn-outline-danger:active, [data-theme="dark"] .btn-outline-danger.active, [data-theme="dark"] .btn-outline-danger.dropdown-toggle.show {color: #fff;background-color: #d93519;border-color: #d93519 }[data-theme="dark"] .btn-check:checked+.btn-outline-danger:focus, [data-theme="dark"] .btn-check:active+.btn-outline-danger:focus, [data-theme="dark"] .btn-outline-danger:active:focus, [data-theme="dark"] .btn-outline-danger.active:focus, [data-theme="dark"] .btn-outline-danger.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-danger.disabled, [data-theme="dark"] .btn-outline-danger:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-danger .badge {background: #ff3e1d;border-color: #ff3e1d;color: #fff }[data-theme="dark"] .btn-outline-danger:hover .badge, [data-theme="dark"] .btn-outline-danger:focus:hover .badge, [data-theme="dark"] .btn-outline-danger:active .badge, [data-theme="dark"] .btn-outline-danger.active .badge, [data-theme="dark"] .show>.btn-outline-danger.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #ff3e1d }[data-theme="dark"] .btn-light {color: #fff;background-color: #4f505c;border-color: #4f505c;box-shadow: 0 .125rem .25rem 0 rgba(79, 80, 92, .4) }[data-theme="dark"] .btn-light:hover {color: #fff;background-color: #474853;border-color: #474853;}[data-theme="dark"] .btn-check:focus+.btn-light, [data-theme="dark"] .btn-light:focus, [data-theme="dark"] .btn-light.focus {color: #fff;background-color: #474853;border-color: #474853;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-light, [data-theme="dark"] .btn-check:active+.btn-light, [data-theme="dark"] .btn-light:active, [data-theme="dark"] .btn-light.active, [data-theme="dark"] .show>.btn-light.dropdown-toggle {color: #fff;background-color: #43444e;border-color: #43444e }[data-theme="dark"] .btn-check:checked+.btn-light:focus, [data-theme="dark"] .btn-check:active+.btn-light:focus, [data-theme="dark"] .btn-light:active:focus, [data-theme="dark"] .btn-light.active:focus, [data-theme="dark"] .show>.btn-light.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-light.disabled, [data-theme="dark"] .btn-light:disabled {box-shadow: none }[data-theme="dark"] .btn-label-light {color: #4f505c;border-color: transparent;background: #313244 }[data-theme="dark"] .btn-label-light:hover {border-color: transparent;background: #474853;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(79, 80, 92, .4);}[data-theme="dark"] .btn-label-light:focus, [data-theme="dark"] .btn-label-light.focus {color: #fff;background: #474853;box-shadow: none !important;}[data-theme="dark"] .btn-label-light:active, [data-theme="dark"] .btn-label-light.active, [data-theme="dark"] .show>.btn-label-light.dropdown-toggle {color: #fff;background-color: #43444e;border-color: transparent }[data-theme="dark"] .btn-label-light:active:focus, [data-theme="dark"] .btn-label-light.active:focus, [data-theme="dark"] .show>.btn-label-light.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-light.disabled, [data-theme="dark"] .btn-label-light:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-light {color: #4f505c;border-color: #4f505c;background: transparent }[data-theme="dark"] .btn-outline-light:hover {color: #fff;background-color: #474853;border-color: #474853;box-shadow: 0 .125rem .25rem 0 rgba(79, 80, 92, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-light, [data-theme="dark"] .btn-outline-light:focus {color: #fff;background-color: #474853;border-color: #474853;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-light, [data-theme="dark"] .btn-check:active+.btn-outline-light, [data-theme="dark"] .btn-outline-light:active, [data-theme="dark"] .btn-outline-light.active, [data-theme="dark"] .btn-outline-light.dropdown-toggle.show {color: #fff;background-color: #43444e;border-color: #43444e }[data-theme="dark"] .btn-check:checked+.btn-outline-light:focus, [data-theme="dark"] .btn-check:active+.btn-outline-light:focus, [data-theme="dark"] .btn-outline-light:active:focus, [data-theme="dark"] .btn-outline-light.active:focus, [data-theme="dark"] .btn-outline-light.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-light.disabled, [data-theme="dark"] .btn-outline-light:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-light .badge {background: #4f505c;border-color: #4f505c;color: #fff }[data-theme="dark"] .btn-outline-light:hover .badge, [data-theme="dark"] .btn-outline-light:focus:hover .badge, [data-theme="dark"] .btn-outline-light:active .badge, [data-theme="dark"] .btn-outline-light.active .badge, [data-theme="dark"] .show>.btn-outline-light.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #4f505c }[data-theme="dark"] .btn-dark {color: #fff;background-color: #6b6c9d;border-color: #6b6c9d;box-shadow: 0 .125rem .25rem 0 rgba(107, 108, 157, .4) }[data-theme="dark"] .btn-dark:hover {color: #fff;background-color: #60618d;border-color: #60618d;}[data-theme="dark"] .btn-check:focus+.btn-dark, [data-theme="dark"] .btn-dark:focus, [data-theme="dark"] .btn-dark.focus {color: #fff;background-color: #60618d;border-color: #60618d;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-dark, [data-theme="dark"] .btn-check:active+.btn-dark, [data-theme="dark"] .btn-dark:active, [data-theme="dark"] .btn-dark.active, [data-theme="dark"] .show>.btn-dark.dropdown-toggle {color: #fff;background-color: #5b5c85;border-color: #5b5c85 }[data-theme="dark"] .btn-check:checked+.btn-dark:focus, [data-theme="dark"] .btn-check:active+.btn-dark:focus, [data-theme="dark"] .btn-dark:active:focus, [data-theme="dark"] .btn-dark.active:focus, [data-theme="dark"] .show>.btn-dark.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-dark.disabled, [data-theme="dark"] .btn-dark:disabled {box-shadow: none }[data-theme="dark"] .btn-label-dark {color: #6b6c9d;border-color: transparent;background: #35364f }[data-theme="dark"] .btn-label-dark:hover {border-color: transparent;background: #60618d;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(107, 108, 157, .4);}[data-theme="dark"] .btn-label-dark:focus, [data-theme="dark"] .btn-label-dark.focus {color: #fff;background: #60618d;box-shadow: none !important;}[data-theme="dark"] .btn-label-dark:active, [data-theme="dark"] .btn-label-dark.active, [data-theme="dark"] .show>.btn-label-dark.dropdown-toggle {color: #fff;background-color: #5b5c85;border-color: transparent }[data-theme="dark"] .btn-label-dark:active:focus, [data-theme="dark"] .btn-label-dark.active:focus, [data-theme="dark"] .show>.btn-label-dark.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-dark.disabled, [data-theme="dark"] .btn-label-dark:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-dark {color: #6b6c9d;border-color: #6b6c9d;background: transparent }[data-theme="dark"] .btn-outline-dark:hover {color: #fff;background-color: #60618d;border-color: #60618d;box-shadow: 0 .125rem .25rem 0 rgba(107, 108, 157, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-dark, [data-theme="dark"] .btn-outline-dark:focus {color: #fff;background-color: #60618d;border-color: #60618d;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-dark, [data-theme="dark"] .btn-check:active+.btn-outline-dark, [data-theme="dark"] .btn-outline-dark:active, [data-theme="dark"] .btn-outline-dark.active, [data-theme="dark"] .btn-outline-dark.dropdown-toggle.show {color: #fff;background-color: #5b5c85;border-color: #5b5c85 }[data-theme="dark"] .btn-check:checked+.btn-outline-dark:focus, [data-theme="dark"] .btn-check:active+.btn-outline-dark:focus, [data-theme="dark"] .btn-outline-dark:active:focus, [data-theme="dark"] .btn-outline-dark.active:focus, [data-theme="dark"] .btn-outline-dark.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-dark.disabled, [data-theme="dark"] .btn-outline-dark:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-dark .badge {background: #6b6c9d;border-color: #6b6c9d;color: #fff }[data-theme="dark"] .btn-outline-dark:hover .badge, [data-theme="dark"] .btn-outline-dark:focus:hover .badge, [data-theme="dark"] .btn-outline-dark:active .badge, [data-theme="dark"] .btn-outline-dark.active .badge, [data-theme="dark"] .show>.btn-outline-dark.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #6b6c9d }[data-theme="dark"] .btn-gray {color: #000;background-color: rgba(255, 255, 255, .8);border-color: rgba(255, 255, 255, .8);box-shadow: 0 .125rem .25rem 0 rgba(255, 255, 255, .4) }[data-theme="dark"] .btn-gray:hover {color: #000;background-color: rgba(255, 255, 255, .82);border-color: rgba(255, 255, 255, .82);}[data-theme="dark"] .btn-check:focus+.btn-gray, [data-theme="dark"] .btn-gray:focus, [data-theme="dark"] .btn-gray.focus {color: #000;background-color: rgba(255, 255, 255, .82);border-color: rgba(255, 255, 255, .82);box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-gray, [data-theme="dark"] .btn-check:active+.btn-gray, [data-theme="dark"] .btn-gray:active, [data-theme="dark"] .btn-gray.active, [data-theme="dark"] .show>.btn-gray.dropdown-toggle {color: #000;background-color: rgba(255, 255, 255, .83);border-color: rgba(255, 255, 255, .83) }[data-theme="dark"] .btn-check:checked+.btn-gray:focus, [data-theme="dark"] .btn-check:active+.btn-gray:focus, [data-theme="dark"] .btn-gray:active:focus, [data-theme="dark"] .btn-gray.active:focus, [data-theme="dark"] .show>.btn-gray.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-gray.disabled, [data-theme="dark"] .btn-gray:disabled {box-shadow: none }[data-theme="dark"] .btn-label-gray {color: rgba(255, 255, 255, .8);border-color: transparent;background: rgba(67, 68, 86, .968) }[data-theme="dark"] .btn-label-gray:hover {border-color: transparent;background: rgba(255, 255, 255, .82);color: #000;box-shadow: 0 .125rem .25rem 0 rgba(255, 255, 255, .4);}[data-theme="dark"] .btn-label-gray:focus, [data-theme="dark"] .btn-label-gray.focus {color: #000;background: rgba(255, 255, 255, .82);box-shadow: none !important;}[data-theme="dark"] .btn-label-gray:active, [data-theme="dark"] .btn-label-gray.active, [data-theme="dark"] .show>.btn-label-gray.dropdown-toggle {color: #000;background-color: rgba(255, 255, 255, .83);border-color: transparent }[data-theme="dark"] .btn-label-gray:active:focus, [data-theme="dark"] .btn-label-gray.active:focus, [data-theme="dark"] .show>.btn-label-gray.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-gray.disabled, [data-theme="dark"] .btn-label-gray:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-gray {color: rgba(255, 255, 255, .8);border-color: rgba(255, 255, 255, .8);background: transparent }[data-theme="dark"] .btn-outline-gray:hover {color: #000;background-color: rgba(255, 255, 255, .82);border-color: rgba(255, 255, 255, .82);box-shadow: 0 .125rem .25rem 0 rgba(255, 255, 255, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-gray, [data-theme="dark"] .btn-outline-gray:focus {color: #000;background-color: rgba(255, 255, 255, .82);border-color: rgba(255, 255, 255, .82);box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-gray, [data-theme="dark"] .btn-check:active+.btn-outline-gray, [data-theme="dark"] .btn-outline-gray:active, [data-theme="dark"] .btn-outline-gray.active, [data-theme="dark"] .btn-outline-gray.dropdown-toggle.show {color: #000;background-color: rgba(255, 255, 255, .83);border-color: rgba(255, 255, 255, .83) }[data-theme="dark"] .btn-check:checked+.btn-outline-gray:focus, [data-theme="dark"] .btn-check:active+.btn-outline-gray:focus, [data-theme="dark"] .btn-outline-gray:active:focus, [data-theme="dark"] .btn-outline-gray.active:focus, [data-theme="dark"] .btn-outline-gray.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-gray.disabled, [data-theme="dark"] .btn-outline-gray:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-gray .badge {background: rgba(255, 255, 255, .8);border-color: rgba(255, 255, 255, .8);color: #000 }[data-theme="dark"] .btn-outline-gray:hover .badge, [data-theme="dark"] .btn-outline-gray:focus:hover .badge, [data-theme="dark"] .btn-outline-gray:active .badge, [data-theme="dark"] .btn-outline-gray.active .badge, [data-theme="dark"] .show>.btn-outline-gray.dropdown-toggle .badge {background: #000;border-color: #000;color: #fff }[data-theme="dark"] .btn.borderless:not(.active):not(:active):not(:hover):not(:focus), [data-theme="dark"] :not(.show)>.btn.borderless.dropdown-toggle:not(:hover):not(:focus) {border-color: transparent;box-shadow: none }[data-theme="dark"] html:not([dir=rtl]) .btn-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child, [data-theme="dark"] html:not([dir=rtl]) .input-group>.btn:not([class*=btn-outline-]):first-child, [data-theme="dark"] html:not([dir=rtl]) :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):first-child, [data-theme="dark"] html:not([dir=rtl]) .input-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child {border-left-color: transparent }[data-theme="dark"] [dir=rtl] .btn-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child, [data-theme="dark"] [dir=rtl] .input-group>.btn:not([class*=btn-outline-]):first-child, [data-theme="dark"] [dir=rtl] :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):first-child, [data-theme="dark"] [dir=rtl] .input-group>.btn-group:first-child>.btn:not([class*=btn-outline-]):first-child {border-right-color: transparent }[data-theme="dark"] html:not([dir=rtl]) .btn-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type, [data-theme="dark"] html:not([dir=rtl]) .input-group>.btn:not([class*=btn-outline-]):last-of-type, [data-theme="dark"] html:not([dir=rtl]) :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):last-of-type, [data-theme="dark"] html:not([dir=rtl]) .input-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type {border-right-color: transparent }[data-theme="dark"] [dir=rtl] .btn-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type, [data-theme="dark"] [dir=rtl] .input-group>.btn:not([class*=btn-outline-]):last-of-type, [data-theme="dark"] [dir=rtl] :not(.btn-group):not(.input-group)>.btn-group>.btn:not([class*=btn-outline-]):last-of-type, [data-theme="dark"] [dir=rtl] .input-group>.btn-group:last-child>.btn:not([class*=btn-outline-]):last-of-type {border-left-color: transparent }[data-theme="dark"] .dropdown-menu {box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);}[data-theme="dark"] .dropdown-menu .list-group-item {border-color: #444564 }[data-theme="dark"] .dropdown-toggle::after {border: 1px solid;border-top: 0;border-left: 0;}[data-theme="dark"] .dropend .dropdown-toggle::after {border: 1px solid;border-top: 0;border-left: 0;}[data-theme="dark"] .dropstart .dropdown-toggle::before {border: 1px solid;border-top: 0;border-right: 0;}[data-theme="dark"] .dropup .dropdown-toggle::after {border: 1px solid;border-bottom: 0;border-left: 0;}[data-theme="dark"] .nav-tabs .nav-item .nav-link {color: #cbcbe2;border: 0;}[data-theme="dark"] .nav-tabs .nav-item .nav-link:hover, [data-theme="dark"] .nav-tabs .nav-item .nav-link:focus {color: #cbcbe2 }[data-theme="dark"] .nav-tabs .nav-item .nav-link:not(.active) {background-color: #444564 }[data-theme="dark"] .nav-tabs .nav-item .nav-link.disabled {color: #a3a4cc }[data-theme="dark"] .nav-pills .nav-link:not(.active, .disabled) {color: #cbcbe2 }[data-theme="dark"] .nav-tabs .nav-link.active {border-bottom-color: #2b2c40 }[data-theme="dark"] .nav-tabs .nav-link.active:hover, [data-theme="dark"] .nav-tabs .nav-link.active:focus {border-bottom-color: #2b2c40 }[data-theme="dark"] .nav-tabs .nav-link:hover, [data-theme="dark"] .nav-tabs .nav-link:focus {border-bottom-color: transparent }[data-theme="dark"] .nav-align-top>.nav, [data-theme="dark"] .nav-align-top>div>.nav, [data-theme="dark"] .nav-align-right>.nav, [data-theme="dark"] .nav-align-right>div>.nav, [data-theme="dark"] .nav-align-bottom>.nav, [data-theme="dark"] .nav-align-bottom>div>.nav, [data-theme="dark"] .nav-align-left>.nav, [data-theme="dark"] .nav-align-left>div>.nav {border: 0;}[data-theme="dark"] .nav-align-top .row-bordered>[class^=col-]::before, [data-theme="dark"] .nav-align-top .row-bordered>[class^=col-]::after, [data-theme="dark"] .nav-align-top .row-bordered>[class*=" col-"]::before, [data-theme="dark"] .nav-align-top .row-bordered>[class*=" col-"]::after, [data-theme="dark"] .nav-align-top .row-bordered>[class^="col "]::before, [data-theme="dark"] .nav-align-top .row-bordered>[class^="col "]::after, [data-theme="dark"] .nav-align-top .row-bordered>[class*=" col "]::before, [data-theme="dark"] .nav-align-top .row-bordered>[class*=" col "]::after, [data-theme="dark"] .nav-align-top .row-bordered>[class$=" col"]::before, [data-theme="dark"] .nav-align-top .row-bordered>[class$=" col"]::after, [data-theme="dark"] .nav-align-top .row-bordered>[class=col]::before, [data-theme="dark"] .nav-align-top .row-bordered>[class=col]::after, [data-theme="dark"] .nav-align-right .row-bordered>[class^=col-]::before, [data-theme="dark"] .nav-align-right .row-bordered>[class^=col-]::after, [data-theme="dark"] .nav-align-right .row-bordered>[class*=" col-"]::before, [data-theme="dark"] .nav-align-right .row-bordered>[class*=" col-"]::after, [data-theme="dark"] .nav-align-right .row-bordered>[class^="col "]::before, [data-theme="dark"] .nav-align-right .row-bordered>[class^="col "]::after, [data-theme="dark"] .nav-align-right .row-bordered>[class*=" col "]::before, [data-theme="dark"] .nav-align-right .row-bordered>[class*=" col "]::after, [data-theme="dark"] .nav-align-right .row-bordered>[class$=" col"]::before, [data-theme="dark"] .nav-align-right .row-bordered>[class$=" col"]::after, [data-theme="dark"] .nav-align-right .row-bordered>[class=col]::before, [data-theme="dark"] .nav-align-right .row-bordered>[class=col]::after, [data-theme="dark"] .nav-align-bottom .row-bordered>[class^=col-]::before, [data-theme="dark"] .nav-align-bottom .row-bordered>[class^=col-]::after, [data-theme="dark"] .nav-align-bottom .row-bordered>[class*=" col-"]::before, [data-theme="dark"] .nav-align-bottom .row-bordered>[class*=" col-"]::after, [data-theme="dark"] .nav-align-bottom .row-bordered>[class^="col "]::before, [data-theme="dark"] .nav-align-bottom .row-bordered>[class^="col "]::after, [data-theme="dark"] .nav-align-bottom .row-bordered>[class*=" col "]::before, [data-theme="dark"] .nav-align-bottom .row-bordered>[class*=" col "]::after, [data-theme="dark"] .nav-align-bottom .row-bordered>[class$=" col"]::before, [data-theme="dark"] .nav-align-bottom .row-bordered>[class$=" col"]::after, [data-theme="dark"] .nav-align-bottom .row-bordered>[class=col]::before, [data-theme="dark"] .nav-align-bottom .row-bordered>[class=col]::after, [data-theme="dark"] .nav-align-left .row-bordered>[class^=col-]::before, [data-theme="dark"] .nav-align-left .row-bordered>[class^=col-]::after, [data-theme="dark"] .nav-align-left .row-bordered>[class*=" col-"]::before, [data-theme="dark"] .nav-align-left .row-bordered>[class*=" col-"]::after, [data-theme="dark"] .nav-align-left .row-bordered>[class^="col "]::before, [data-theme="dark"] .nav-align-left .row-bordered>[class^="col "]::after, [data-theme="dark"] .nav-align-left .row-bordered>[class*=" col "]::before, [data-theme="dark"] .nav-align-left .row-bordered>[class*=" col "]::after, [data-theme="dark"] .nav-align-left .row-bordered>[class$=" col"]::before, [data-theme="dark"] .nav-align-left .row-bordered>[class$=" col"]::after, [data-theme="dark"] .nav-align-left .row-bordered>[class=col]::before, [data-theme="dark"] .nav-align-left .row-bordered>[class=col]::after {border-color: rgba(255, 255, 255, .09) }[data-theme="dark"] .nav-align-top .nav-tabs~.tab-content {box-shadow: 0px 6px 7px -1px rgba(0, 0, 0, .12) }[data-theme="dark"] html:not([dir=rtl]) .nav-align-top .nav-tabs .nav-item:not(:first-child) .nav-link {border-left: 1px solid #2b2c40 }[data-theme="dark"] [dir=rtl] .nav-align-top .nav-tabs .nav-item:not(:first-child) .nav-link {border-right: 1px solid #2b2c40 }[data-theme="dark"] .nav-align-top .nav-tabs .nav-link.active {box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .16) }[data-theme="dark"] .nav-align-right .nav-tabs~.tab-content {box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .16) }[data-theme="dark"] .nav-align-right .nav-tabs .nav-item:not(:first-child) .nav-link {border-top: 1px solid #2b2c40 }[data-theme="dark"] html:not([dir=rtl]) .nav-align-right .nav-tabs .nav-link.active {box-shadow: 5px 4px 6px 0 rgba(0, 0, 0, .12) }[data-theme="dark"] [dir=rtl] .nav-align-right .nav-tabs .nav-link.active {box-shadow: -5px 4px 6px 0 rgba(0, 0, 0, .12) }[data-theme="dark"] .nav-align-bottom .nav-tabs~.tab-content {box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .16) }[data-theme="dark"] html:not([dir=rtl]) .nav-align-bottom .nav-tabs .nav-item:not(:first-child) .nav-link {border-left: 1px solid #2b2c40 }[data-theme="dark"] [dir=rtl] .nav-align-bottom .nav-tabs .nav-item:not(:first-child) .nav-link {border-right: 1px solid #2b2c40 }[data-theme="dark"] .nav-align-bottom .nav-tabs .nav-link.active {box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .12) }[data-theme="dark"] .nav-align-left .nav-tabs~.tab-content {box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .16) }[data-theme="dark"] .nav-align-left .nav-tabs .nav-item:not(:first-child) .nav-link {border-top: 1px solid #2b2c40 }[data-theme="dark"] html:not([dir=rtl]) .nav-align-left .nav-tabs .nav-link.active {box-shadow: -5px 2px 6px 0 rgba(0, 0, 0, .12) }[data-theme="dark"] [dir=rtl] .nav-align-left .nav-tabs .nav-link.active {box-shadow: 5px 2px 6px 0 rgba(0, 0, 0, .12) }[data-theme="dark"] .nav-align-top>.tab-content, [data-theme="dark"] .nav-align-right>.tab-content, [data-theme="dark"] .nav-align-bottom>.tab-content, [data-theme="dark"] .nav-align-left>.tab-content {border: 0 solid #444564;box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .16);background: #2b2c40 }[data-theme="dark"] .pagination-secondary .page-item.active .page-link, [data-theme="dark"] .pagination-secondary .page-item.active .page-link:hover, [data-theme="dark"] .pagination-secondary .page-item.active .page-link:focus, [data-theme="dark"] .pagination-secondary.pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination-secondary.pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination-secondary.pagination li.active>a:not(.page-link):focus {border-color: #8592a3;background-color: #8592a3;color: #fff;box-shadow: 0 .125rem .25rem rgba(133, 146, 163, .4) }[data-theme="dark"] .pagination-success .page-item.active .page-link, [data-theme="dark"] .pagination-success .page-item.active .page-link:hover, [data-theme="dark"] .pagination-success .page-item.active .page-link:focus, [data-theme="dark"] .pagination-success.pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination-success.pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination-success.pagination li.active>a:not(.page-link):focus {border-color: #4cb316;background-color: #4cb316;color: #fff;box-shadow: 0 .125rem .25rem rgba(113, 221, 55, .4) }[data-theme="dark"] .pagination-info .page-item.active .page-link, [data-theme="dark"] .pagination-info .page-item.active .page-link:hover, [data-theme="dark"] .pagination-info .page-item.active .page-link:focus, [data-theme="dark"] .pagination-info.pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination-info.pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination-info.pagination li.active>a:not(.page-link):focus {border-color: #03c3ec;background-color: #03c3ec;color: #fff;box-shadow: 0 .125rem .25rem rgba(3, 195, 236, .4) }[data-theme="dark"] .pagination-warning .page-item.active .page-link, [data-theme="dark"] .pagination-warning .page-item.active .page-link:hover, [data-theme="dark"] .pagination-warning .page-item.active .page-link:focus, [data-theme="dark"] .pagination-warning.pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination-warning.pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination-warning.pagination li.active>a:not(.page-link):focus {border-color: #ffab00;background-color: #ffab00;color: #fff;box-shadow: 0 .125rem .25rem rgba(255, 171, 0, .4) }[data-theme="dark"] .pagination-danger .page-item.active .page-link, [data-theme="dark"] .pagination-danger .page-item.active .page-link:hover, [data-theme="dark"] .pagination-danger .page-item.active .page-link:focus, [data-theme="dark"] .pagination-danger.pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination-danger.pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination-danger.pagination li.active>a:not(.page-link):focus {border-color: #ff3e1d;background-color: #ff3e1d;color: #fff;box-shadow: 0 .125rem .25rem rgba(255, 62, 29, .4) }[data-theme="dark"] .pagination-dark .page-item.active .page-link, [data-theme="dark"] .pagination-dark .page-item.active .page-link:hover, [data-theme="dark"] .pagination-dark .page-item.active .page-link:focus, [data-theme="dark"] .pagination-dark.pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination-dark.pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination-dark.pagination li.active>a:not(.page-link):focus {border-color: #6b6c9d;background-color: #6b6c9d;color: #fff;box-shadow: 0 .125rem .25rem rgba(107, 108, 157, .4) }[data-theme="dark"] .pagination-gray .page-item.active .page-link, [data-theme="dark"] .pagination-gray .page-item.active .page-link:hover, [data-theme="dark"] .pagination-gray .page-item.active .page-link:focus, [data-theme="dark"] .pagination-gray.pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination-gray.pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination-gray.pagination li.active>a:not(.page-link):focus {border-color: rgba(255, 255, 255, .8);background-color: rgba(255, 255, 255, .8);color: #000;box-shadow: 0 .125rem .25rem rgba(229, 229, 240, .4) }[data-theme="dark"] .page-item.disabled .page-link {border-color: rgba(255, 255, 255, .09) }[data-theme="dark"] .page-link:focus, [data-theme="dark"] .page-link>a:focus {color: #a3a4cc }[data-theme="dark"] .page-link.btn-primary {box-shadow: none !important }[data-theme="dark"] .alert-secondary {background-color: #393c50;border-color: #464b5e;color: #8592a3 }[data-theme="dark"] .alert-secondary .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%238592a3' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%238592a3' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-secondary .alert-link {color: #8592a3 }[data-theme="dark"] .card .alert-secondary hr {background-color: #8592a3 !important }[data-theme="dark"] .alert-success {background-color: #36483f;border-color: #40613d;color: #4cb316 }[data-theme="dark"] .alert-success .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%2371dd37' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%2371dd37' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-success .alert-link {color: #4cb316 }[data-theme="dark"] .card .alert-success hr {background-color: #4cb316 !important }[data-theme="dark"] .alert-info {background-color: #25445c;border-color: #1f5974;color: #03c3ec }[data-theme="dark"] .alert-info .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%2303c3ec' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%2303c3ec' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-info .alert-link {color: #03c3ec }[data-theme="dark"] .card .alert-info hr {background-color: #03c3ec !important }[data-theme="dark"] .alert-warning {background-color: #4d4036;border-color: #6b522d;color: #ffab00 }[data-theme="dark"] .alert-warning .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ffab00' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ffab00' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-warning .alert-link {color: #ffab00 }[data-theme="dark"] .card .alert-warning hr {background-color: #ffab00 !important }[data-theme="dark"] .alert-danger {background-color: #4d2f3a;border-color: #6b3136;color: #ff3e1d }[data-theme="dark"] .alert-danger .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ff3e1d' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ff3e1d' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-danger .alert-link {color: #ff3e1d }[data-theme="dark"] .card .alert-danger hr {background-color: #ff3e1d !important }[data-theme="dark"] .alert-dark {background-color: #35364f;border-color: #3e3f5c;color: #6b6c9d }[data-theme="dark"] .alert-dark .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%236b6c9d' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%236b6c9d' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-dark .alert-link {color: #6b6c9d }[data-theme="dark"] .card .alert-dark hr {background-color: #6b6c9d !important }[data-theme="dark"] .alert-gray {background-color: rgba(67, 68, 86, .968);border-color: rgba(90, 91, 106, .94);color: rgba(255, 255, 255, .8) }[data-theme="dark"] .alert-gray .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-gray .alert-link {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .card .alert-gray hr {background-color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .tooltip-secondary .tooltip-inner, [data-theme="dark"] .tooltip-secondary>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window .tooltip-inner {background: #8592a3;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(133, 146, 163, .4) }[data-theme="dark"] .tooltip-secondary.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #8592a3 }[data-theme="dark"] .tooltip-secondary.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #8592a3 }[data-theme="dark"] [dir=rtl] .tooltip-secondary.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-secondary>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #8592a3 }[data-theme="dark"] .tooltip-secondary.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #8592a3 }[data-theme="dark"] .tooltip-secondary.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #8592a3 }[data-theme="dark"] [dir=rtl] .tooltip-secondary.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-secondary>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-secondary>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-secondary+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #8592a3 }[data-theme="dark"] .tooltip-success .tooltip-inner, [data-theme="dark"] .tooltip-success>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window .tooltip-inner {background: #4cb316;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(113, 221, 55, .4) }[data-theme="dark"] .tooltip-success.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #4cb316 }[data-theme="dark"] .tooltip-success.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #4cb316 }[data-theme="dark"] [dir=rtl] .tooltip-success.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-success>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #4cb316 }[data-theme="dark"] .tooltip-success.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #4cb316 }[data-theme="dark"] .tooltip-success.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #4cb316 }[data-theme="dark"] [dir=rtl] .tooltip-success.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-success>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-success>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-success+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #4cb316 }[data-theme="dark"] .tooltip-info .tooltip-inner, [data-theme="dark"] .tooltip-info>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window .tooltip-inner {background: #03c3ec;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(3, 195, 236, .4) }[data-theme="dark"] .tooltip-info.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #03c3ec }[data-theme="dark"] .tooltip-info.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #03c3ec }[data-theme="dark"] [dir=rtl] .tooltip-info.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-info>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #03c3ec }[data-theme="dark"] .tooltip-info.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #03c3ec }[data-theme="dark"] .tooltip-info.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #03c3ec }[data-theme="dark"] [dir=rtl] .tooltip-info.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-info>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-info>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-info+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #03c3ec }[data-theme="dark"] .tooltip-warning .tooltip-inner, [data-theme="dark"] .tooltip-warning>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window .tooltip-inner {background: #ffab00;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 171, 0, .4) }[data-theme="dark"] .tooltip-warning.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #ffab00 }[data-theme="dark"] .tooltip-warning.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #ffab00 }[data-theme="dark"] [dir=rtl] .tooltip-warning.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-warning>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #ffab00 }[data-theme="dark"] .tooltip-warning.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #ffab00 }[data-theme="dark"] .tooltip-warning.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #ffab00 }[data-theme="dark"] [dir=rtl] .tooltip-warning.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-warning>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-warning>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-warning+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #ffab00 }[data-theme="dark"] .tooltip-danger .tooltip-inner, [data-theme="dark"] .tooltip-danger>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window .tooltip-inner {background: #ff3e1d;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 62, 29, .4) }[data-theme="dark"] .tooltip-danger.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #ff3e1d }[data-theme="dark"] .tooltip-danger.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #ff3e1d }[data-theme="dark"] [dir=rtl] .tooltip-danger.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-danger>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #ff3e1d }[data-theme="dark"] .tooltip-danger.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #ff3e1d }[data-theme="dark"] .tooltip-danger.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #ff3e1d }[data-theme="dark"] [dir=rtl] .tooltip-danger.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-danger>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-danger>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-danger+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #ff3e1d }[data-theme="dark"] .tooltip-dark .tooltip-inner, [data-theme="dark"] .tooltip-dark>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window .tooltip-inner {background: #4f505c;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(79, 80, 92, .4) }[data-theme="dark"] .tooltip-dark.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #4f505c }[data-theme="dark"] .tooltip-dark.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #4f505c }[data-theme="dark"] [dir=rtl] .tooltip-dark.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-dark>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #4f505c }[data-theme="dark"] .tooltip-dark.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #4f505c }[data-theme="dark"] .tooltip-dark.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #4f505c }[data-theme="dark"] [dir=rtl] .tooltip-dark.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-dark>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-dark>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-dark+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #4f505c }[data-theme="dark"] .tooltip-gray .tooltip-inner, [data-theme="dark"] .tooltip-gray>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window .tooltip-inner {background: #e5e5f0;color: #000;box-shadow: 0 .125rem .25rem 0 rgba(229, 229, 240, .4) }[data-theme="dark"] .tooltip-gray.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {border-top-color: #e5e5f0 }[data-theme="dark"] .tooltip-gray.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-left-color: #e5e5f0 }[data-theme="dark"] [dir=rtl] .tooltip-gray.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-gray>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #e5e5f0 }[data-theme="dark"] .tooltip-gray.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {border-bottom-color: #e5e5f0 }[data-theme="dark"] .tooltip-gray.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-right-color: #e5e5f0 }[data-theme="dark"] [dir=rtl] .tooltip-gray.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-gray>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-gray>.tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-gray+ngb-tooltip-window.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #e5e5f0 }[data-theme="dark"] .tooltip-inner {box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) }[data-theme="dark"] [dir=rtl] .bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {border-left-color: #6b6c9d }[data-theme="dark"] [dir=rtl] .bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {border-right-color: #6b6c9d }[data-theme="dark"] .popover.popover-secondary, [data-theme="dark"] .popover .popover-secondary>.popover, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window {border-color: transparent;background: #8592a3;box-shadow: 0 .125rem .25rem 0 rgba(133, 146, 163, .4) }[data-theme="dark"] .popover.popover-secondary .popover-header, [data-theme="dark"] .popover .popover-secondary>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window .popover-header {border-color: rgba(255, 255, 255, .2);background: transparent;color: #fff }[data-theme="dark"] .popover.popover-secondary .popover-body, [data-theme="dark"] .popover .popover-secondary>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window .popover-body {background: transparent;color: rgba(255, 255, 255, .8) }[data-theme="dark"] .popover.popover-secondary>.popover-arrow::before, [data-theme="dark"] .popover .popover-secondary>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-secondary.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover.popover-secondary.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #8592a3 }[data-theme="dark"] .popover.popover-secondary.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover.popover-secondary.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #8592a3 }[data-theme="dark"] [dir=rtl] .popover.popover-secondary.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-secondary.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-secondary>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-secondary>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #8592a3 }[data-theme="dark"] .popover.popover-secondary.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.popover-secondary.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #8592a3 !important }[data-theme="dark"] .popover.popover-secondary.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover.popover-secondary.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #8592a3 }[data-theme="dark"] [dir=rtl] .popover.popover-secondary.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-secondary.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-secondary>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-secondary>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #8592a3 }[data-theme="dark"] .popover.popover-secondary.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-secondary>.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-secondary+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .popover.popover-success, [data-theme="dark"] .popover .popover-success>.popover, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window {border-color: transparent;background: #4cb316;box-shadow: 0 .125rem .25rem 0 rgba(113, 221, 55, .4) }[data-theme="dark"] .popover.popover-success .popover-header, [data-theme="dark"] .popover .popover-success>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window .popover-header {border-color: rgba(255, 255, 255, .2);background: transparent;color: #fff }[data-theme="dark"] .popover.popover-success .popover-body, [data-theme="dark"] .popover .popover-success>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window .popover-body {background: transparent;color: rgba(255, 255, 255, .8) }[data-theme="dark"] .popover.popover-success>.popover-arrow::before, [data-theme="dark"] .popover .popover-success>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-success.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover.popover-success.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #4cb316 }[data-theme="dark"] .popover.popover-success.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover.popover-success.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #4cb316 }[data-theme="dark"] [dir=rtl] .popover.popover-success.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-success.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-success>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-success>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-success+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #4cb316 }[data-theme="dark"] .popover.popover-success.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.popover-success.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #4cb316 !important }[data-theme="dark"] .popover.popover-success.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover.popover-success.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #4cb316 }[data-theme="dark"] [dir=rtl] .popover.popover-success.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-success.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-success>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-success>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-success+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #4cb316 }[data-theme="dark"] .popover.popover-success.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover.popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-success>.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-success+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .popover.popover-info, [data-theme="dark"] .popover .popover-info>.popover, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window {border-color: transparent;background: #03c3ec;box-shadow: 0 .125rem .25rem 0 rgba(3, 195, 236, .4) }[data-theme="dark"] .popover.popover-info .popover-header, [data-theme="dark"] .popover .popover-info>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window .popover-header {border-color: rgba(255, 255, 255, .2);background: transparent;color: #fff }[data-theme="dark"] .popover.popover-info .popover-body, [data-theme="dark"] .popover .popover-info>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window .popover-body {background: transparent;color: rgba(255, 255, 255, .8) }[data-theme="dark"] .popover.popover-info>.popover-arrow::before, [data-theme="dark"] .popover .popover-info>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-info.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover.popover-info.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #03c3ec }[data-theme="dark"] .popover.popover-info.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover.popover-info.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #03c3ec }[data-theme="dark"] [dir=rtl] .popover.popover-info.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-info.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-info>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-info>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-info+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #03c3ec }[data-theme="dark"] .popover.popover-info.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.popover-info.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #03c3ec !important }[data-theme="dark"] .popover.popover-info.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover.popover-info.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #03c3ec }[data-theme="dark"] [dir=rtl] .popover.popover-info.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-info.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-info>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-info>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-info+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #03c3ec }[data-theme="dark"] .popover.popover-info.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover.popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-info>.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-info+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .popover.popover-warning, [data-theme="dark"] .popover .popover-warning>.popover, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window {border-color: transparent;background: #ffab00;box-shadow: 0 .125rem .25rem 0 rgba(255, 171, 0, .4) }[data-theme="dark"] .popover.popover-warning .popover-header, [data-theme="dark"] .popover .popover-warning>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window .popover-header {border-color: rgba(255, 255, 255, .2);background: transparent;color: #fff }[data-theme="dark"] .popover.popover-warning .popover-body, [data-theme="dark"] .popover .popover-warning>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window .popover-body {background: transparent;color: rgba(255, 255, 255, .8) }[data-theme="dark"] .popover.popover-warning>.popover-arrow::before, [data-theme="dark"] .popover .popover-warning>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-warning.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover.popover-warning.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #ffab00 }[data-theme="dark"] .popover.popover-warning.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover.popover-warning.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #ffab00 }[data-theme="dark"] [dir=rtl] .popover.popover-warning.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-warning.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-warning>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-warning>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #ffab00 }[data-theme="dark"] .popover.popover-warning.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.popover-warning.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #ffab00 !important }[data-theme="dark"] .popover.popover-warning.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover.popover-warning.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #ffab00 }[data-theme="dark"] [dir=rtl] .popover.popover-warning.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-warning.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-warning>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-warning>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #ffab00 }[data-theme="dark"] .popover.popover-warning.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover.popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-warning>.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-warning+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .popover.popover-danger, [data-theme="dark"] .popover .popover-danger>.popover, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window {border-color: transparent;background: #ff3e1d;box-shadow: 0 .125rem .25rem 0 rgba(255, 62, 29, .4) }[data-theme="dark"] .popover.popover-danger .popover-header, [data-theme="dark"] .popover .popover-danger>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window .popover-header {border-color: rgba(255, 255, 255, .2);background: transparent;color: #fff }[data-theme="dark"] .popover.popover-danger .popover-body, [data-theme="dark"] .popover .popover-danger>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window .popover-body {background: transparent;color: rgba(255, 255, 255, .8) }[data-theme="dark"] .popover.popover-danger>.popover-arrow::before, [data-theme="dark"] .popover .popover-danger>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-danger.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover.popover-danger.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #ff3e1d }[data-theme="dark"] .popover.popover-danger.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover.popover-danger.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #ff3e1d }[data-theme="dark"] [dir=rtl] .popover.popover-danger.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-danger.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-danger>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-danger>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #ff3e1d }[data-theme="dark"] .popover.popover-danger.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.popover-danger.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #ff3e1d !important }[data-theme="dark"] .popover.popover-danger.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover.popover-danger.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #ff3e1d }[data-theme="dark"] [dir=rtl] .popover.popover-danger.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-danger.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-danger>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-danger>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #ff3e1d }[data-theme="dark"] .popover.popover-danger.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover.popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-danger>.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-danger+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .popover.popover-dark, [data-theme="dark"] .popover .popover-dark>.popover, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window {border-color: transparent;background: #4f505c;box-shadow: 0 .125rem .25rem 0 rgba(79, 80, 92, .4) }[data-theme="dark"] .popover.popover-dark .popover-header, [data-theme="dark"] .popover .popover-dark>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window .popover-header {border-color: rgba(255, 255, 255, .2);background: transparent;color: #fff }[data-theme="dark"] .popover.popover-dark .popover-body, [data-theme="dark"] .popover .popover-dark>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window .popover-body {background: transparent;color: rgba(255, 255, 255, .8) }[data-theme="dark"] .popover.popover-dark>.popover-arrow::before, [data-theme="dark"] .popover .popover-dark>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-dark.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover.popover-dark.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #4f505c }[data-theme="dark"] .popover.popover-dark.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover.popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #4f505c }[data-theme="dark"] [dir=rtl] .popover.popover-dark.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-dark.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-dark>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-dark>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #4f505c }[data-theme="dark"] .popover.popover-dark.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.popover-dark.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #4f505c !important }[data-theme="dark"] .popover.popover-dark.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover.popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #4f505c }[data-theme="dark"] [dir=rtl] .popover.popover-dark.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-dark.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-dark>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-dark>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #4f505c }[data-theme="dark"] .popover.popover-dark.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-dark>.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-dark+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .popover.popover-gray, [data-theme="dark"] .popover .popover-gray>.popover, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window {border-color: transparent;background: #e5e5f0;box-shadow: 0 .125rem .25rem 0 rgba(229, 229, 240, .4) }[data-theme="dark"] .popover.popover-gray .popover-header, [data-theme="dark"] .popover .popover-gray>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window .popover-header {border-color: rgba(0, 0, 0, .2);background: transparent;color: #000 }[data-theme="dark"] .popover.popover-gray .popover-body, [data-theme="dark"] .popover .popover-gray>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window .popover-body {background: transparent;color: rgba(0, 0, 0, .8) }[data-theme="dark"] .popover.popover-gray>.popover-arrow::before, [data-theme="dark"] .popover .popover-gray>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-gray.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover.popover-gray.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {border-top-color: #e5e5f0 }[data-theme="dark"] .popover.popover-gray.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover.popover-gray.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-right-color: #e5e5f0 }[data-theme="dark"] [dir=rtl] .popover.popover-gray.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-gray.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-gray>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-gray>.popover.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #e5e5f0 }[data-theme="dark"] .popover.popover-gray.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.popover-gray.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: #e5e5f0 !important }[data-theme="dark"] .popover.popover-gray.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover.popover-gray.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-left-color: #e5e5f0 }[data-theme="dark"] [dir=rtl] .popover.popover-gray.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover.popover-gray.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-gray>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-gray>.popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #e5e5f0 }[data-theme="dark"] .popover.popover-gray.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-gray>.popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-gray+ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .popover {box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2) }[data-theme="dark"] .popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {border-bottom-color: transparent;}[data-theme="dark"] [dir=rtl] .bs-popover-end>.popover-arrow::before, [data-theme="dark"] [dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {border-left-color: #2b2c40 }[data-theme="dark"] [dir=rtl] .bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {border-left-color: #2b2c40 }[data-theme="dark"] [dir=rtl] .bs-popover-start>.popover-arrow::before, [data-theme="dark"] [dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {border-right-color: #2b2c40 }[data-theme="dark"] [dir=rtl] .bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {border-right-color: #2b2c40 }[data-theme="dark"] [dir=rtl] .form-select {background-position: left .875rem center;background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='rgba(255, 255, 255, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") }[data-theme="dark"] [dir=rtl] .form-select[multiple], [data-theme="dark"] [dir=rtl] .form-select[size]:not([size="1"]) {background-image: none }[data-theme="dark"] select.form-select option {background-color: #2b2c40 }[data-theme="dark"] [dir=rtl] .form-switch .form-check-input {background-position: right center }[data-theme="dark"] [dir=rtl] .form-switch .form-check-input:checked {background-position: left center }[data-theme="dark"] .form-check-secondary .form-check-input:focus {border-color: #8592a3;box-shadow: 0 2px 4px 0 rgba(133, 146, 163, .4) }[data-theme="dark"] .form-check-secondary .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-secondary .form-check-input:checked, [data-theme="dark"] .form-check-secondary .form-check-input[type=checkbox]:indeterminate {background-color: #8592a3;border-color: #8592a3;box-shadow: 0 2px 4px 0 rgba(133, 146, 163, .4) }[data-theme="dark"] .form-check-secondary.custom-option.checked {border: 1px solid #8592a3 }[data-theme="dark"] .form-check-success .form-check-input:focus {border-color: #4cb316;box-shadow: 0 2px 4px 0 rgba(113, 221, 55, .4) }[data-theme="dark"] .form-check-success .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-success .form-check-input:checked, [data-theme="dark"] .form-check-success .form-check-input[type=checkbox]:indeterminate {background-color: #4cb316;border-color: #4cb316;box-shadow: 0 2px 4px 0 rgba(113, 221, 55, .4) }[data-theme="dark"] .form-check-success.custom-option.checked {border: 1px solid #4cb316 }[data-theme="dark"] .form-check-info .form-check-input:focus {border-color: #03c3ec;box-shadow: 0 2px 4px 0 rgba(3, 195, 236, .4) }[data-theme="dark"] .form-check-info .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-info .form-check-input:checked, [data-theme="dark"] .form-check-info .form-check-input[type=checkbox]:indeterminate {background-color: #03c3ec;border-color: #03c3ec;box-shadow: 0 2px 4px 0 rgba(3, 195, 236, .4) }[data-theme="dark"] .form-check-info.custom-option.checked {border: 1px solid #03c3ec }[data-theme="dark"] .form-check-warning .form-check-input:focus {border-color: #ffab00;box-shadow: 0 2px 4px 0 rgba(255, 171, 0, .4) }[data-theme="dark"] .form-check-warning .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-warning .form-check-input:checked, [data-theme="dark"] .form-check-warning .form-check-input[type=checkbox]:indeterminate {background-color: #ffab00;border-color: #ffab00;box-shadow: 0 2px 4px 0 rgba(255, 171, 0, .4) }[data-theme="dark"] .form-check-warning.custom-option.checked {border: 1px solid #ffab00 }[data-theme="dark"] .form-check-danger .form-check-input:focus {border-color: #ff3e1d;box-shadow: 0 2px 4px 0 rgba(255, 62, 29, .4) }[data-theme="dark"] .form-check-danger .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-danger .form-check-input:checked, [data-theme="dark"] .form-check-danger .form-check-input[type=checkbox]:indeterminate {background-color: #ff3e1d;border-color: #ff3e1d;box-shadow: 0 2px 4px 0 rgba(255, 62, 29, .4) }[data-theme="dark"] .form-check-danger.custom-option.checked {border: 1px solid #ff3e1d }[data-theme="dark"] .form-check-light .form-check-input:focus {border-color: #4f505c;box-shadow: 0 2px 4px 0 rgba(79, 80, 92, .4) }[data-theme="dark"] .form-check-light .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-light .form-check-input:checked, [data-theme="dark"] .form-check-light .form-check-input[type=checkbox]:indeterminate {background-color: #4f505c;border-color: #4f505c;box-shadow: 0 2px 4px 0 rgba(79, 80, 92, .4) }[data-theme="dark"] .form-check-light.custom-option.checked {border: 1px solid #4f505c }[data-theme="dark"] .form-check-dark .form-check-input:focus {border-color: #6b6c9d;box-shadow: 0 2px 4px 0 rgba(107, 108, 157, .4) }[data-theme="dark"] .form-check-dark .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-dark .form-check-input:checked, [data-theme="dark"] .form-check-dark .form-check-input[type=checkbox]:indeterminate {background-color: #6b6c9d;border-color: #6b6c9d;box-shadow: 0 2px 4px 0 rgba(107, 108, 157, .4) }[data-theme="dark"] .form-check-dark.custom-option.checked {border: 1px solid #6b6c9d }[data-theme="dark"] .form-check-gray .form-check-input:focus {border-color: rgba(255, 255, 255, .8);box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .4) }[data-theme="dark"] .form-check-gray .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-gray .form-check-input:checked, [data-theme="dark"] .form-check-gray .form-check-input[type=checkbox]:indeterminate {background-color: rgba(255, 255, 255, .8);border-color: rgba(255, 255, 255, .8);box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .4) }[data-theme="dark"] .form-check-gray.custom-option.checked {border: 1px solid rgba(255, 255, 255, .8) }[data-theme="dark"] .form-range::-webkit-slider-thumb {box-shadow: 0 0 6px 0 rgba(255, 255, 255, .6);}[data-theme="dark"] .form-range::-webkit-slider-thumb:focus {box-shadow: 0 0 8px 0px rgba(255, 255, 255, .6) }[data-theme="dark"] .form-range::-moz-range-thumb {box-shadow: 0 0 6px 0 rgba(255, 255, 255, .6);}[data-theme="dark"] .form-range::-moz-range-thumb:focus {box-shadow: 0 0 8px 0px rgba(255, 255, 255, .6) }[data-theme="dark"] .form-range:disabled::-webkit-slider-runnable-track {background-color: rgba(255, 255, 255, .03) }[data-theme="dark"] .form-range:disabled::-moz-range-track {background-color: rgba(255, 255, 255, .03);box-shadow: none }[data-theme="dark"] .form-range:disabled::-webkit-slider-thumb {box-shadow: none }[data-theme="dark"] .form-range:disabled::-moz-range-thumb {box-shadow: none }[data-theme="dark"] .input-group:focus-within {box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .input-group:focus-within .form-control, [data-theme="dark"] .input-group:focus-within .input-group-text {box-shadow: none }[data-theme="dark"] .input-group.disabled .input-group-text {background-color: #444564 }[data-theme="dark"] html:not([dir=rtl]) .input-group-merge .input-group-text:first-child {border-right: 0 }[data-theme="dark"] html:not([dir=rtl]) .input-group-merge .input-group-text:last-child {border-left: 0 }[data-theme="dark"] html:not([dir=rtl]) .input-group-merge .form-control:not(:first-child) {border-left: 0 }[data-theme="dark"] html:not([dir=rtl]) .input-group-merge .form-control:not(:last-child) {border-right: 0 }[data-theme="dark"] [dir=rtl] .input-group-merge .input-group-text:first-child {border-left: 0 }[data-theme="dark"] [dir=rtl] .input-group-merge .input-group-text:last-child {border-right: 0 }[data-theme="dark"] [dir=rtl] .input-group-merge .form-control:not(:first-child) {border-right: 0 }[data-theme="dark"] [dir=rtl] .input-group-merge .form-control:not(:last-child) {border-left: 0 }[data-theme="dark"] .fv-plugins-bootstrap5-row-invalid .input-group.has-validation .input-group-text, [data-theme="dark"] .fv-plugins-bootstrap5-row-invalid .input-group.has-validation:focus-within .input-group-text {border-color: #ff3e1d }[data-theme="dark"] .form-floating>.form-control:focus::-moz-placeholder, [data-theme="dark"] .form-floating>.form-control:not(:placeholder-shown)::-moz-placeholder {color: #7c7db6 }[data-theme="dark"] .form-floating>.form-control:not(:-moz-placeholder-shown)::placeholder {color: #7c7db6 }[data-theme="dark"] .form-floating>.form-control:focus::placeholder, [data-theme="dark"] .form-floating>.form-control:not(:placeholder-shown)::placeholder {color: #7c7db6 }[data-theme="dark"] .valid-feedback {color: #4cb316 }[data-theme="dark"] .valid-tooltip {color: #fff;background-color: #4cb316;}[data-theme="dark"] .was-validated .form-control:valid, [data-theme="dark"] .form-control.is-valid {border-color: #4cb316 }[data-theme="dark"] .dark-style .was-validated .form-control:valid, [data-theme="dark"] .dark-style .form-control.is-valid {border-color: #4cb316 !important }[data-theme="dark"] .was-validated .form-control:valid:focus, [data-theme="dark"] .form-control.is-valid:focus {border-color: #4cb316;box-shadow: 0 0 .25rem .05rem rgba(113, 221, 55, .1) }[data-theme="dark"] .was-validated .form-select:valid, [data-theme="dark"] .form-select.is-valid {border-color: #4cb316 }[data-theme="dark"] .was-validated .form-select:valid:focus, [data-theme="dark"] .form-select.is-valid:focus {border-color: #4cb316;box-shadow: 0 0 .25rem .05rem rgba(113, 221, 55, .1) }[data-theme="dark"] .was-validated .form-check-input:valid, [data-theme="dark"] .form-check-input.is-valid {border-color: #4cb316 }[data-theme="dark"] .was-validated .form-check-input:valid:checked, [data-theme="dark"] .form-check-input.is-valid:checked {background-color: #4cb316;border-color: #4cb316 }[data-theme="dark"] .was-validated .form-check-input:valid:focus, [data-theme="dark"] .form-check-input.is-valid:focus {box-shadow: 0 0 .25rem .05rem rgba(113, 221, 55, .1);border-color: #4cb316 }[data-theme="dark"] .was-validated .form-check-input:valid~.form-check-label, [data-theme="dark"] .form-check-input.is-valid~.form-check-label {color: #4cb316 }[data-theme="dark"] .was-validated .input-group .form-control:valid~.input-group-text, [data-theme="dark"] .input-group .form-control.is-valid~.input-group-text {border-color: #4cb316 }[data-theme="dark"] .was-validated .input-group .form-control:valid:focus, [data-theme="dark"] .input-group .form-control.is-valid:focus {border-color: #4cb316;box-shadow: none }[data-theme="dark"] .was-validated .input-group .form-control:valid:focus~.input-group-text, [data-theme="dark"] .input-group .form-control.is-valid:focus~.input-group-text {border-color: #4cb316 }[data-theme="dark"] .invalid-feedback {color: #ff3e1d }[data-theme="dark"] .invalid-tooltip {color: #fff;background-color: #ff3e1d;}[data-theme="dark"] .was-validated .form-control:invalid, [data-theme="dark"] .form-control.is-invalid {border-color: #ff3e1d }[data-theme="dark"] .dark-style .was-validated .form-control:invalid, [data-theme="dark"] .dark-style .form-control.is-invalid {border-color: #ff3e1d !important }[data-theme="dark"] .was-validated .form-control:invalid:focus, [data-theme="dark"] .form-control.is-invalid:focus {border-color: #ff3e1d;box-shadow: 0 0 .25rem .05rem rgba(255, 62, 29, .1) }[data-theme="dark"] .was-validated .form-select:invalid, [data-theme="dark"] .form-select.is-invalid {border-color: #ff3e1d }[data-theme="dark"] .was-validated .form-select:invalid:focus, [data-theme="dark"] .form-select.is-invalid:focus {border-color: #ff3e1d;box-shadow: 0 0 .25rem .05rem rgba(255, 62, 29, .1) }[data-theme="dark"] .was-validated .form-check-input:invalid, [data-theme="dark"] .form-check-input.is-invalid {border-color: #ff3e1d }[data-theme="dark"] .was-validated .form-check-input:invalid:checked, [data-theme="dark"] .form-check-input.is-invalid:checked {background-color: #ff3e1d;border-color: #ff3e1d }[data-theme="dark"] .was-validated .form-check-input:invalid:focus, [data-theme="dark"] .form-check-input.is-invalid:focus {box-shadow: 0 0 .25rem .05rem rgba(255, 62, 29, .1);border-color: #ff3e1d }[data-theme="dark"] .was-validated .form-check-input:invalid~.form-check-label, [data-theme="dark"] .form-check-input.is-invalid~.form-check-label {color: #ff3e1d }[data-theme="dark"] .was-validated .input-group .form-control:invalid~.input-group-text, [data-theme="dark"] .input-group .form-control.is-invalid~.input-group-text {border-color: #ff3e1d }[data-theme="dark"] .was-validated .input-group .form-control:invalid:focus, [data-theme="dark"] .input-group .form-control.is-invalid:focus {border-color: #ff3e1d;box-shadow: none }[data-theme="dark"] .was-validated .input-group .form-control:invalid:focus~.input-group-text, [data-theme="dark"] .input-group .form-control.is-invalid:focus~.input-group-text {border-color: #ff3e1d }[data-theme="dark"] form .error:not(li):not(input) {color: #ff3e1d;}[data-theme="dark"] form .invalid, [data-theme="dark"] form .is-invalid .invalid:before, [data-theme="dark"] form .is-invalid::before {border-color: #ff3e1d !important }[data-theme="dark"] form .form-label.invalid, [data-theme="dark"] form .form-label.is-invalid {border-color: #ff3e1d;box-shadow: 0 0 0 2px rgba(255, 62, 29, .4) !important }[data-theme="dark"] form select.invalid~.select2 .select2-selection {border-color: #ff3e1d }[data-theme="dark"] form select.is-invalid~.select2 .select2-selection {border-color: #ff3e1d !important }[data-theme="dark"] form select.selectpicker.is-invalid~.btn {border-color: 1px solid #ff3e1d;}@media(hover: none) {[data-theme="dark"] .fv-plugins-bootstrap5-row-invalid .form-control {border-color: #ff3e1d }}[data-theme="dark"] .fv-plugins-bootstrap5-row-invalid .tagify.tagify--empty {border-color: #ff3e1d !important }[data-theme="dark"] .modal-content {box-shadow: 0 .25rem 2.8125rem 0 rgba(0, 0, 0, .3) }[data-theme="dark"] .modal-header .btn-close {background-color: #fff;opacity: 1;box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);}[data-theme="dark"] .modal-header .btn-close:hover, [data-theme="dark"] .modal-header .btn-close:focus, [data-theme="dark"] .modal-header .btn-close:active {opacity: 1;}[data-theme="dark"] .modal-dialog-scrollable .btn-close, [data-theme="dark"] .modal-fullscreen .btn-close, [data-theme="dark"] .modal-top .btn-close {box-shadow: none }[data-theme="dark"] .dark-style .modal-header .btn-close {background-color: #2b2c40 }[data-theme="dark"] .modal-onboarding .close-label {opacity: .95 }[data-theme="dark"] .modal-onboarding .close-label:hover {opacity: .95 }[data-theme="dark"] .modal-onboarding .carousel-control-prev, [data-theme="dark"] .modal-onboarding .carousel-control-next {opacity: 1 }[data-theme="dark"] .modal-onboarding.animated .onboarding-media {opacity: 0 }[data-theme="dark"] .modal-onboarding.animated .onboarding-content {opacity: 0 }[data-theme="dark"] .modal-onboarding.animated .onboarding-title {opacity: 0;}[data-theme="dark"] .modal-onboarding.animated .onboarding-info {opacity: 0;}[data-theme="dark"] .modal-onboarding.animated form {opacity: 0;}[data-theme="dark"] .modal-onboarding.animated.show .onboarding-media {opacity: 1 }[data-theme="dark"] .modal-onboarding.animated.show .onboarding-content {opacity: 1 }[data-theme="dark"] .modal-onboarding.animated.show .onboarding-title {opacity: 1 }[data-theme="dark"] .modal-onboarding.animated.show .onboarding-info {opacity: 1;}[data-theme="dark"] .modal-onboarding.animated.show form {opacity: 1;}[data-theme="dark"] .modal-transparent .modal-content {border: 0;background: transparent;box-shadow: none }[data-theme="dark"] .modal-transparent .btn-close {opacity: 1;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-color: transparent !important }@media(min-width: 576px) {[data-theme="dark"] .modal-content {box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .45) }}[data-theme="dark"] .progress-bar.bg-secondary {box-shadow: 0 2px 4px 0 rgba(133, 146, 163, .4) }[data-theme="dark"] .progress-bar.bg-success {box-shadow: 0 2px 4px 0 rgba(113, 221, 55, .4) }[data-theme="dark"] .progress-bar.bg-info {box-shadow: 0 2px 4px 0 rgba(3, 195, 236, .4) }[data-theme="dark"] .progress-bar.bg-warning {box-shadow: 0 2px 4px 0 rgba(255, 171, 0, .4) }[data-theme="dark"] .progress-bar.bg-danger {box-shadow: 0 2px 4px 0 rgba(255, 62, 29, .4) }[data-theme="dark"] .progress-bar.bg-light {box-shadow: 0 2px 4px 0 rgba(79, 80, 92, .4) }[data-theme="dark"] .progress-bar.bg-dark {box-shadow: 0 2px 4px 0 rgba(107, 108, 157, .4) }[data-theme="dark"] .progress-bar.bg-gray {box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .4) }[data-theme="dark"] html:not([dir=rtl]) .progress-bar-striped {background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent) }[data-theme="dark"] [dir=rtl] .progress-bar-striped {background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent) }[data-theme="dark"] .breadcrumb-item, [data-theme="dark"] .breadcrumb-item a {color: #a3a4cc }[data-theme="dark"] .breadcrumb-item:hover, [data-theme="dark"] .breadcrumb-item:focus, [data-theme="dark"] .breadcrumb-item a:hover, [data-theme="dark"] .breadcrumb-item a:focus {color: #a3a4cc }[data-theme="dark"] .breadcrumb-item.active a, [data-theme="dark"] .breadcrumb-item.active a:hover, [data-theme="dark"] .breadcrumb-item.active a:focus, [data-theme="dark"] .breadcrumb-item.active a:active {color: inherit }[data-theme="dark"] .list-group-item-secondary {background-color: #464b5e;color: #8592a3 !important }[data-theme="dark"] a.list-group-item-secondary, [data-theme="dark"] button.list-group-item-secondary {color: #8592a3 }[data-theme="dark"] a.list-group-item-secondary:hover, [data-theme="dark"] a.list-group-item-secondary:focus, [data-theme="dark"] button.list-group-item-secondary:hover, [data-theme="dark"] button.list-group-item-secondary:focus {background-color: #3f4455;color: #8592a3 }[data-theme="dark"] a.list-group-item-secondary.active, [data-theme="dark"] button.list-group-item-secondary.active {border-color: #8592a3;background-color: #8592a3;color: #8592a3 }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-secondary:before {background-color: #8592a3 }[data-theme="dark"] .list-group-item-success {background-color: #40613d;color: #4cb316 !important }[data-theme="dark"] a.list-group-item-success, [data-theme="dark"] button.list-group-item-success {color: #4cb316 }[data-theme="dark"] a.list-group-item-success:hover, [data-theme="dark"] a.list-group-item-success:focus, [data-theme="dark"] button.list-group-item-success:hover, [data-theme="dark"] button.list-group-item-success:focus {background-color: #3a5737;color: #4cb316 }[data-theme="dark"] a.list-group-item-success.active, [data-theme="dark"] button.list-group-item-success.active {border-color: #4cb316;background-color: #4cb316;color: #4cb316 }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-success:before {background-color: #4cb316 }[data-theme="dark"] .list-group-item-info {background-color: #1f5974;color: #03c3ec !important }[data-theme="dark"] a.list-group-item-info, [data-theme="dark"] button.list-group-item-info {color: #03c3ec }[data-theme="dark"] a.list-group-item-info:hover, [data-theme="dark"] a.list-group-item-info:focus, [data-theme="dark"] button.list-group-item-info:hover, [data-theme="dark"] button.list-group-item-info:focus {background-color: #1c5068;color: #03c3ec }[data-theme="dark"] a.list-group-item-info.active, [data-theme="dark"] button.list-group-item-info.active {border-color: #03c3ec;background-color: #03c3ec;color: #03c3ec }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-info:before {background-color: #03c3ec }[data-theme="dark"] .list-group-item-warning {background-color: #6b522d;color: #ffab00 !important }[data-theme="dark"] a.list-group-item-warning, [data-theme="dark"] button.list-group-item-warning {color: #ffab00 }[data-theme="dark"] a.list-group-item-warning:hover, [data-theme="dark"] a.list-group-item-warning:focus, [data-theme="dark"] button.list-group-item-warning:hover, [data-theme="dark"] button.list-group-item-warning:focus {background-color: #604a29;color: #ffab00 }[data-theme="dark"] a.list-group-item-warning.active, [data-theme="dark"] button.list-group-item-warning.active {border-color: #ffab00;background-color: #ffab00;color: #ffab00 }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-warning:before {background-color: #ffab00 }[data-theme="dark"] .list-group-item-danger {background-color: #6b3136;color: #ff3e1d !important }[data-theme="dark"] a.list-group-item-danger, [data-theme="dark"] button.list-group-item-danger {color: #ff3e1d }[data-theme="dark"] a.list-group-item-danger:hover, [data-theme="dark"] a.list-group-item-danger:focus, [data-theme="dark"] button.list-group-item-danger:hover, [data-theme="dark"] button.list-group-item-danger:focus {background-color: #602c31;color: #ff3e1d }[data-theme="dark"] a.list-group-item-danger.active, [data-theme="dark"] button.list-group-item-danger.active {border-color: #ff3e1d;background-color: #ff3e1d;color: #ff3e1d }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-danger:before {background-color: #ff3e1d }[data-theme="dark"] .list-group-item-dark {background-color: #3e3f5c;color: #fff !important }[data-theme="dark"] a.list-group-item-dark, [data-theme="dark"] button.list-group-item-dark {color: #fff }[data-theme="dark"] a.list-group-item-dark:hover, [data-theme="dark"] a.list-group-item-dark:focus, [data-theme="dark"] button.list-group-item-dark:hover, [data-theme="dark"] button.list-group-item-dark:focus {background-color: #383953;color: #fff }[data-theme="dark"] a.list-group-item-dark.active, [data-theme="dark"] button.list-group-item-dark.active {border-color: #6b6c9d;background-color: #6b6c9d;color: #fff }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-dark:before {background-color: #6b6c9d }[data-theme="dark"] .list-group-item-gray {background-color: rgba(90, 91, 106, .94);color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] a.list-group-item-gray, [data-theme="dark"] button.list-group-item-gray {color: rgba(255, 255, 255, .8) }[data-theme="dark"] a.list-group-item-gray:hover, [data-theme="dark"] a.list-group-item-gray:focus, [data-theme="dark"] button.list-group-item-gray:hover, [data-theme="dark"] button.list-group-item-gray:focus {background-color: rgba(80, 81, 94, .946);color: rgba(255, 255, 255, .8) }[data-theme="dark"] a.list-group-item-gray.active, [data-theme="dark"] button.list-group-item-gray.active {border-color: rgba(255, 255, 255, .8);background-color: rgba(255, 255, 255, .8);color: rgba(255, 255, 255, .8) }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-gray:before {background-color: rgba(255, 255, 255, .8) }[data-theme="dark"] .list-group.list-group-timeline:before {background-color: #444564;}[data-theme="dark"] .list-group.list-group-timeline .list-group-item {border: none;}[data-theme="dark"] .list-group .list-group-item.active h1, [data-theme="dark"] .list-group .list-group-item.active .h1, [data-theme="dark"] .list-group .list-group-item.active h2, [data-theme="dark"] .list-group .list-group-item.active .h2, [data-theme="dark"] .list-group .list-group-item.active h3, [data-theme="dark"] .list-group .list-group-item.active .h3, [data-theme="dark"] .list-group .list-group-item.active h4, [data-theme="dark"] .list-group .list-group-item.active .h4, [data-theme="dark"] .list-group .list-group-item.active h5, [data-theme="dark"] .list-group .list-group-item.active .h5, [data-theme="dark"] .list-group .list-group-item.active h6, [data-theme="dark"] .list-group .list-group-item.active .h6 {color: #fff }[data-theme="dark"] .navbar .navbar-toggler {border: none }[data-theme="dark"] .navbar .navbar-toggler:focus {box-shadow: none }[data-theme="dark"] .navbar.navbar-light {color: #7c7db6 }[data-theme="dark"] .navbar-light .navbar-nav .nav-link.disabled {color: rgba(0, 0, 0, .2) !important }[data-theme="dark"] .navbar.navbar-dark {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .navbar-dark .navbar-nav .nav-link.disabled {color: rgba(255, 255, 255, .4) !important }[data-theme="dark"] .navbar-dark hr {border-color: rgba(255, 255, 255, .1) }[data-theme="dark"] .navbar-light hr {border-color: rgba(255, 255, 255, .8) }[data-theme="dark"] .card {box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .16) }[data-theme="dark"] .card-action.card-fullscreen {border: none;}[data-theme="dark"] .card-action .card-header.collapsed {border-bottom: 0 }[data-theme="dark"] .card-action .card-header .card-action-element {background-color: inherit;color: #a3a4cc }[data-theme="dark"] .card-action .card-header .card-action-element a {color: #a3a4cc }[data-theme="dark"] .card-action .blockUI h5, [data-theme="dark"] .card-action .blockUI .h5 {color: #a3a4cc;}[data-theme="dark"] .card-header, [data-theme="dark"] .card-footer {border-color: rgba(255, 255, 255, .09) }[data-theme="dark"] .card hr {color: rgba(255, 255, 255, .09) }[data-theme="dark"] .card .row-bordered>[class*=" col "] .card .row-bordered>[class$=" col"], [data-theme="dark"] .card .row-bordered>[class*=" col "]::before, [data-theme="dark"] .card .row-bordered>[class*=" col "]::after, [data-theme="dark"] .card .row-bordered>[class^="col "] .card .row-bordered>[class$=" col"], [data-theme="dark"] .card .row-bordered>[class^="col "]::before, [data-theme="dark"] .card .row-bordered>[class^="col "]::after, [data-theme="dark"] .card .row-bordered>[class*=" col-"] .card .row-bordered>[class$=" col"], [data-theme="dark"] .card .row-bordered>[class*=" col-"]::before, [data-theme="dark"] .card .row-bordered>[class*=" col-"]::after, [data-theme="dark"] .card .row-bordered>[class^=col-] .card .row-bordered>[class$=" col"], [data-theme="dark"] .card .row-bordered>[class^=col-]::before, [data-theme="dark"] .card .row-bordered>[class^=col-]::after, [data-theme="dark"] .card .row-bordered>[class=col] .card .row-bordered>[class$=" col"], [data-theme="dark"] .card .row-bordered>[class=col]::before, [data-theme="dark"] .card .row-bordered>[class=col]::after {border-color: rgba(255, 255, 255, .09) }[data-theme="dark"] html:not([dir=rtl]) .card .card-separator {border-right: 1px solid #444564 }[data-theme="dark"] [dir=rtl] .card .card-separator {border-left: 1px solid #444564 }@media(max-width: 767.98px) {[data-theme="dark"] .card .card-separator {border-bottom: 1px solid #444564;}}@media(min-width: 576px) {[data-theme="dark"] [dir=rtl] .card-group>.card {border: 0 solid #444564;}[data-theme="dark"] [dir=rtl] .card-group>.card+.card {border-right: 0 }}[data-theme="dark"] .accordion.accordion-header-secondary .accordion-item.active .accordion-button {color: #8592a3 !important }[data-theme="dark"] .accordion.accordion-header-success .accordion-item.active .accordion-button {color: #4cb316 !important }[data-theme="dark"] .accordion.accordion-header-info .accordion-item.active .accordion-button {color: #03c3ec !important }[data-theme="dark"] .accordion.accordion-header-warning .accordion-item.active .accordion-button {color: #ffab00 !important }[data-theme="dark"] .accordion.accordion-header-danger .accordion-item.active .accordion-button {color: #ff3e1d !important }[data-theme="dark"] .accordion.accordion-header-light .accordion-item.active .accordion-button {color: #4f505c !important }[data-theme="dark"] .accordion.accordion-header-dark .accordion-item.active .accordion-button {color: #6b6c9d !important }[data-theme="dark"] .accordion.accordion-header-gray .accordion-item.active .accordion-button {color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .accordion.accordion-without-arrow .accordion-button::after {background-image: none !important }[data-theme="dark"] .accordion .accordion-item.active {box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2) }[data-theme="dark"] .card.accordion-item {box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) }[data-theme="dark"] .accordion-button.collapsed:focus {box-shadow: none }[data-theme="dark"] .accordion-button {box-shadow: none }[data-theme="dark"] .accordion-item:not(:first-of-type) {border-top: 0 solid #444564 }[data-theme="dark"] .bg-secondary.toast, [data-theme="dark"] .bg-secondary.bs-toast {color: #fff;background-color: rgba(133, 146, 163, .85) !important;box-shadow: 0 .25rem 1rem rgba(133, 146, 163, .4) }[data-theme="dark"] .bg-secondary.toast .toast-header, [data-theme="dark"] .bg-secondary.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-secondary.toast .toast-header .btn-close, [data-theme="dark"] .bg-secondary.bs-toast .toast-header .btn-close {background-color: #8592a3 !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(133, 146, 163, .4) !important }[data-theme="dark"] .bg-success.toast, [data-theme="dark"] .bg-success.bs-toast {color: #fff;background-color: rgba(113, 221, 55, .85) !important;box-shadow: 0 .25rem 1rem rgba(113, 221, 55, .4) }[data-theme="dark"] .bg-success.toast .toast-header, [data-theme="dark"] .bg-success.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-success.toast .toast-header .btn-close, [data-theme="dark"] .bg-success.bs-toast .toast-header .btn-close {background-color: #4cb316 !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(113, 221, 55, .4) !important }[data-theme="dark"] .bg-info.toast, [data-theme="dark"] .bg-info.bs-toast {color: #fff;background-color: rgba(3, 195, 236, .85) !important;box-shadow: 0 .25rem 1rem rgba(3, 195, 236, .4) }[data-theme="dark"] .bg-info.toast .toast-header, [data-theme="dark"] .bg-info.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-info.toast .toast-header .btn-close, [data-theme="dark"] .bg-info.bs-toast .toast-header .btn-close {background-color: #03c3ec !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(3, 195, 236, .4) !important }[data-theme="dark"] .bg-warning.toast, [data-theme="dark"] .bg-warning.bs-toast {color: #fff;background-color: rgba(255, 171, 0, .85) !important;box-shadow: 0 .25rem 1rem rgba(255, 171, 0, .4) }[data-theme="dark"] .bg-warning.toast .toast-header, [data-theme="dark"] .bg-warning.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-warning.toast .toast-header .btn-close, [data-theme="dark"] .bg-warning.bs-toast .toast-header .btn-close {background-color: #ffab00 !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(255, 171, 0, .4) !important }[data-theme="dark"] .bg-danger.toast, [data-theme="dark"] .bg-danger.bs-toast {color: #fff;background-color: rgba(255, 62, 29, .85) !important;box-shadow: 0 .25rem 1rem rgba(255, 62, 29, .4) }[data-theme="dark"] .bg-danger.toast .toast-header, [data-theme="dark"] .bg-danger.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-danger.toast .toast-header .btn-close, [data-theme="dark"] .bg-danger.bs-toast .toast-header .btn-close {background-color: #ff3e1d !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(255, 62, 29, .4) !important }[data-theme="dark"] .bg-light.toast, [data-theme="dark"] .bg-light.bs-toast {color: #fff;background-color: rgba(79, 80, 92, .85) !important;box-shadow: 0 .25rem 1rem rgba(79, 80, 92, .4) }[data-theme="dark"] .bg-light.toast .toast-header, [data-theme="dark"] .bg-light.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-light.toast .toast-header .btn-close, [data-theme="dark"] .bg-light.bs-toast .toast-header .btn-close {background-color: #4f505c !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(79, 80, 92, .4) !important }[data-theme="dark"] .bg-dark.toast, [data-theme="dark"] .bg-dark.bs-toast {color: #fff;background-color: rgba(35, 35, 50, .85) !important;box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .4) }[data-theme="dark"] .bg-dark.toast .toast-header, [data-theme="dark"] .bg-dark.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-dark.toast .toast-header .btn-close, [data-theme="dark"] .bg-dark.bs-toast .toast-header .btn-close {background-color: #636381 !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(107, 108, 157, .4) !important }[data-theme="dark"] .bg-gray.toast, [data-theme="dark"] .bg-gray.bs-toast {color: #fff;background-color: rgba(255, 255, 255, .85) !important;box-shadow: 0 .25rem 1rem rgba(255, 255, 255, .4) }[data-theme="dark"] .bg-gray.toast .toast-header, [data-theme="dark"] .bg-gray.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-gray.toast .toast-header .btn-close, [data-theme="dark"] .bg-gray.bs-toast .toast-header .btn-close {background-color: rgba(255, 255, 255, .8) !important;background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='1' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");box-shadow: 0 .1875rem .375rem 0 rgba(255, 255, 255, .4) !important }[data-theme="dark"] .bs-toast[class^=bg-], [data-theme="dark"] .bs-toast[class*=" bg-"] {border: none }[data-theme="dark"] .toast.bs-toast {background-color: rgba(43, 44, 64, .85);}[data-theme="dark"] .toast.bs-toast .toast-header .btn-close {background-size: .625em;background-color: #2b2c40;box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) }[data-theme="dark"] .toast.bs-toast .toast-header .btn-close:hover, [data-theme="dark"] .toast.bs-toast .toast-header .btn-close:focus, [data-theme="dark"] .toast.bs-toast .toast-header .btn-close:active {opacity: 1;}[data-theme="dark"] .carousel .carousel-item.active h1, [data-theme="dark"] .carousel .carousel-item.active .h1, [data-theme="dark"] .carousel .carousel-item.active h2, [data-theme="dark"] .carousel .carousel-item.active .h2, [data-theme="dark"] .carousel .carousel-item.active h3, [data-theme="dark"] .carousel .carousel-item.active .h3, [data-theme="dark"] .carousel .carousel-item.active h4, [data-theme="dark"] .carousel .carousel-item.active .h4, [data-theme="dark"] .carousel .carousel-item.active h5, [data-theme="dark"] .carousel .carousel-item.active .h5, [data-theme="dark"] .carousel .carousel-item.active h6, [data-theme="dark"] .carousel .carousel-item.active .h6, [data-theme="dark"] .carousel .carousel-item.carousel-item-start h1, [data-theme="dark"] .carousel .carousel-item.carousel-item-start .h1, [data-theme="dark"] .carousel .carousel-item.carousel-item-start h2, [data-theme="dark"] .carousel .carousel-item.carousel-item-start .h2, [data-theme="dark"] .carousel .carousel-item.carousel-item-start h3, [data-theme="dark"] .carousel .carousel-item.carousel-item-start .h3, [data-theme="dark"] .carousel .carousel-item.carousel-item-start h4, [data-theme="dark"] .carousel .carousel-item.carousel-item-start .h4, [data-theme="dark"] .carousel .carousel-item.carousel-item-start h5, [data-theme="dark"] .carousel .carousel-item.carousel-item-start .h5, [data-theme="dark"] .carousel .carousel-item.carousel-item-start h6, [data-theme="dark"] .carousel .carousel-item.carousel-item-start .h6 {color: #fff }[data-theme="dark"] .carousel.carousel-dark .carousel-item.active h1, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active .h1, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active h2, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active .h2, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active h3, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active .h3, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active h4, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active .h4, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active h5, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active .h5, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active h6, [data-theme="dark"] .carousel.carousel-dark .carousel-item.active .h6, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start h1, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start .h1, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start h2, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start .h2, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start h3, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start .h3, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start h4, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start .h4, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start h5, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start .h5, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start h6, [data-theme="dark"] .carousel.carousel-dark .carousel-item.carousel-item-start .h6 {color: #000 }[data-theme="dark"] .shadow {box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2) !important }[data-theme="dark"] .shadow-sm {box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25) !important }[data-theme="dark"] .shadow-lg {box-shadow: 0 .625rem 1.25rem rgba(0, 0, 0, .3) !important }[data-theme="dark"] .shadow-none {box-shadow: none !important }[data-theme="dark"] .border {border: 1px solid #444564 !important }[data-theme="dark"] .border-0 {border: 0 !important }[data-theme="dark"] .border-top {border-top: 1px solid #444564 !important }[data-theme="dark"] .border-top-0 {border-top: 0 !important }[data-theme="dark"] .border-bottom {border-bottom: 1px solid #444564 !important }[data-theme="dark"] .border-bottom-0 {border-bottom: 0 !important }[data-theme="dark"] .border-primary {border-color: #696cff !important }[data-theme="dark"] .border-secondary {border-color: #8592a3 !important }[data-theme="dark"] .border-success {border-color: #4cb316 !important }[data-theme="dark"] .border-info {border-color: #03c3ec !important }[data-theme="dark"] .border-warning {border-color: #ffab00 !important }[data-theme="dark"] .border-danger {border-color: #ff3e1d !important }[data-theme="dark"] .border-light {border-color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .border-dark {border-color: #6b6c9d !important }[data-theme="dark"] .border-gray {border-color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .border-white {border-color: #fff !important }[data-theme="dark"] .border-transparent {border-color: transparent !important }[data-theme="dark"] .text-primary {--bs-text-opacity: 1;color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-secondary {--bs-text-opacity: 1;color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-success {--bs-text-opacity: 1;color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-info {--bs-text-opacity: 1;color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-warning {--bs-text-opacity: 1;color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-danger {--bs-text-opacity: 1;color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-light {--bs-text-opacity: 1;color: #7c7db6 !important }[data-theme="dark"] .text-dark {--bs-text-opacity: 1;color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-gray {--bs-text-opacity: 1;color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-black {--bs-text-opacity: 1;color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important }[data-theme="dark"] .text-white {--bs-text-opacity: 1;color: #fff !important }[data-theme="dark"] .text-body {--bs-text-opacity: 1;color: #a3a4cc !important }[data-theme="dark"] .text-muted {--bs-text-opacity: 1;color: #7071a4 !important }[data-theme="dark"] .text-black-50 {--bs-text-opacity: 1;color: rgba(0, 0, 0, .5) !important }[data-theme="dark"] .text-white-50 {--bs-text-opacity: 1;color: rgba(255, 255, 255, .5) !important }[data-theme="dark"] .text-reset {--bs-text-opacity: 1;color: inherit !important }[data-theme="dark"] .bg-primary {--bs-bg-opacity: 1;background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-secondary {--bs-bg-opacity: 1;background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-success {--bs-bg-opacity: 1;background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-info {--bs-bg-opacity: 1;background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-warning {--bs-bg-opacity: 1;background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-danger {--bs-bg-opacity: 1;background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-light {--bs-bg-opacity: 1;background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-dark {--bs-bg-opacity: 1;background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-gray {--bs-bg-opacity: 1;background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-black {--bs-bg-opacity: 1;background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important }[data-theme="dark"] .bg-white {--bs-bg-opacity: 1;background-color: #fff !important }[data-theme="dark"] .bg-body {--bs-bg-opacity: 1;background-color: #232333 !important }[data-theme="dark"] .bg-transparent {--bs-bg-opacity: 1;background-color: transparent !important }[data-theme="dark"] .bg-lighter {--bs-bg-opacity: 1;background-color: rgba(255, 255, 255, .03) !important }[data-theme="dark"] .bg-lightest {--bs-bg-opacity: 1;background-color: rgba(255, 255, 255, .015) !important }[data-theme="dark"] .bg-gradient {background-image: var(--bs-gradient) !important }[data-theme="dark"] html:not([dir=rtl]) .border-end {border-right: 1px solid #444564 !important }[data-theme="dark"] html:not([dir=rtl]) .border-end-0 {border-right: 0 !important }[data-theme="dark"] html:not([dir=rtl]) .border-start {border-left: 1px solid #444564 !important }[data-theme="dark"] html:not([dir=rtl]) .border-start-0 {border-left: 0 !important }[data-theme="dark"] [dir=rtl] .border-end {border-left: 1px solid #444564 !important }[data-theme="dark"] [dir=rtl] .border-end-0 {border-left: 0 !important }[data-theme="dark"] [dir=rtl] .border-start {border-right: 1px solid #444564 !important }[data-theme="dark"] [dir=rtl] .border-start-0 {border-right: 0 !important }[data-theme="dark"] .app-overlay {background-color: rgba(0, 0, 0, .5);}[data-theme="dark"] .img-thumbnail-content {opacity: 0;}[data-theme="dark"] .img-thumbnail:hover .img-thumbnail-content, [data-theme="dark"] .img-thumbnail:focus .img-thumbnail-content {opacity: 1 }[data-theme="dark"] .img-thumbnail:not(:hover):not(:focus) .img-thumbnail-overlay {opacity: 0 !important }[data-theme="dark"] .img-thumbnail-shadow:hover, [data-theme="dark"] .img-thumbnail-shadow:focus {box-shadow: 0 5px 20px rgba(0, 0, 0, .4) }[data-theme="dark"] .buy-now .btn-buy-now {box-shadow: 0 1px 20px 1px #ff3e1d }[data-theme="dark"] .buy-now .btn-buy-now:hover {box-shadow: none }[data-theme="dark"] .ui-star>*:first-child {color: #ffab00 }[data-theme="dark"] .ui-bg-cover {background-color: rgba(0, 0, 0, 0);background-position: center center;background-size: cover }[data-theme="dark"] .menu .ps__rail-y {background: none !important }[data-theme="dark"] .menu-header {opacity: 1;}[data-theme="dark"] .menu-link>:not(.menu-icon) {opacity: 1 }[data-theme="dark"] [dir=rtl] .menu-toggle::after {border-left: 1px solid;border-right: 0;}[data-theme="dark"] .menu-divider {border: 0;border-top: 1px solid }[data-theme="dark"] .menu-collapsed:not(:hover) .menu-inner>.menu-header .menu-header-text, [data-theme="dark"] .menu-collapsed:not(:hover) .menu-block .menu-header-text {opacity: 0 }[data-theme="dark"] .menu-collapsed:not(:hover) .menu-inner>.menu-item div:not(.menu-block) {opacity: 0 }[data-theme="dark"] .menu-horizontal-prev::after, [data-theme="dark"] .menu-horizontal-next::after {border: 1px solid;border-top: 0 }[data-theme="dark"] .menu-horizontal-prev::after {border-right: 0;}[data-theme="dark"] .menu-horizontal-next::after {border-left: 0;}[data-theme="dark"] .menu-light {color: #7c7db6 }[data-theme="dark"] .menu-light .menu-link, [data-theme="dark"] .menu-light .menu-horizontal-prev, [data-theme="dark"] .menu-light .menu-horizontal-next {color: #7c7db6 }[data-theme="dark"] .menu-light .menu-link:hover, [data-theme="dark"] .menu-light .menu-link:focus, [data-theme="dark"] .menu-light .menu-horizontal-prev:hover, [data-theme="dark"] .menu-light .menu-horizontal-prev:focus, [data-theme="dark"] .menu-light .menu-horizontal-next:hover, [data-theme="dark"] .menu-light .menu-horizontal-next:focus {color: #4e5155 }[data-theme="dark"] .menu-light .menu-link.active, [data-theme="dark"] .menu-light .menu-horizontal-prev.active, [data-theme="dark"] .menu-light .menu-horizontal-next.active {color: #4e5155 }[data-theme="dark"] .menu-light .menu-item.disabled .menu-link {color: rgba(0, 0, 0, .2) !important }[data-theme="dark"] .menu-light .menu-item.open:not(.menu-item-closing)>.menu-toggle, [data-theme="dark"] .menu-light .menu-item.active>.menu-link {color: #4e5155 }[data-theme="dark"] .menu-light .menu-item.active>.menu-link:not(.menu-toggle) {background: rgba(0, 0, 0, .05) }[data-theme="dark"] .menu-light .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub, [data-theme="dark"] .menu-light .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {color: #7c7db6 }[data-theme="dark"] .menu-light .menu-text {color: #4e5155 }[data-theme="dark"] .menu-light .menu-header {color: #7c7db6 }[data-theme="dark"] .menu-light hr, [data-theme="dark"] .menu-light .menu-divider, [data-theme="dark"] .menu-light .menu-inner>.menu-item.open>.menu-sub::before {border-color: rgba(0, 0, 0, .06) !important }[data-theme="dark"] .menu-light .menu-inner>.menu-header::before, [data-theme="dark"] .menu-light .menu-block::before {background-color: rgba(0, 0, 0, .2) }[data-theme="dark"] .menu-light .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before {background-color: rgba(0, 0, 0, .06) }[data-theme="dark"] .menu-light .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {background-color: #4e5155 }[data-theme="dark"] .menu-light .ps__thumb-y {background: #7c7db6 !important }[data-theme="dark"] .menu-dark {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .menu-dark .menu-link, [data-theme="dark"] .menu-dark .menu-horizontal-prev, [data-theme="dark"] .menu-dark .menu-horizontal-next {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .menu-dark .menu-link:hover, [data-theme="dark"] .menu-dark .menu-link:focus, [data-theme="dark"] .menu-dark .menu-horizontal-prev:hover, [data-theme="dark"] .menu-dark .menu-horizontal-prev:focus, [data-theme="dark"] .menu-dark .menu-horizontal-next:hover, [data-theme="dark"] .menu-dark .menu-horizontal-next:focus {color: #fff }[data-theme="dark"] .menu-dark .menu-link.active, [data-theme="dark"] .menu-dark .menu-horizontal-prev.active, [data-theme="dark"] .menu-dark .menu-horizontal-next.active {color: #fff }[data-theme="dark"] .menu-dark .menu-item.disabled .menu-link {color: rgba(255, 255, 255, .4) !important }[data-theme="dark"] .menu-dark .menu-item.open:not(.menu-item-closing)>.menu-toggle, [data-theme="dark"] .menu-dark .menu-item.active>.menu-link {color: #fff }[data-theme="dark"] .menu-dark .menu-item.active>.menu-link:not(.menu-toggle) {background: rgba(0, 0, 0, .06) }[data-theme="dark"] .menu-dark .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub, [data-theme="dark"] .menu-dark .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .menu-dark .menu-text {color: #fff }[data-theme="dark"] .menu-dark .menu-header {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .menu-dark hr, [data-theme="dark"] .menu-dark .menu-divider, [data-theme="dark"] .menu-dark .menu-inner>.menu-item.open>.menu-sub::before {border-color: rgba(255, 255, 255, .2) !important }[data-theme="dark"] .menu-dark .menu-inner>.menu-header::before, [data-theme="dark"] .menu-dark .menu-block::before {background-color: rgba(255, 255, 255, .4) }[data-theme="dark"] .menu-dark .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before {background-color: rgba(255, 255, 255, .2) }[data-theme="dark"] .menu-dark .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {background-color: #fff }[data-theme="dark"] .menu-dark .ps__thumb-y {background: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .content-backdrop {background-color: #000 }[data-theme="dark"] .content-backdrop.fade {opacity: 0 }[data-theme="dark"] .content-backdrop.show {opacity: .5 }[data-theme="dark"] .layout-navbar {color: #a3a4cc;}[data-theme="dark"] .layout-navbar .navbar-search-wrapper .search-input, [data-theme="dark"] .layout-navbar .navbar-search-wrapper .input-group-text {background-color: transparent }[data-theme="dark"] .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion {color: #a3a4cc }[data-theme="dark"] .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion.active {background: #232333;color: #a3a4cc }[data-theme="dark"] .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-header::before {background: #7071a4 }[data-theme="dark"] .layout-navbar .search-input-wrapper .search-input {box-shadow: none }[data-theme="dark"] .layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive i, [data-theme="dark"] .layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive span {color: #a3a4cc }[data-theme="dark"] .layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read span {background-color: #8592a3 }[data-theme="dark"] .layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item:hover {background-color: rgba(124, 125, 182, .1) }[data-theme="dark"] .layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a, [data-theme="dark"] .layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a:hover {color: #a3a4cc !important;}[data-theme="dark"] .layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .input-group-text, [data-theme="dark"] .layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .dropdown-toggle {color: #fff }@media(max-width: 991.98px) {[data-theme="dark"] .navbar-front .navbar-collapse-header {border-bottom: 1px solid rgba(0, 0, 0, .1) }[data-theme="dark"] .navbar-front .navbar-collapse.collapsing, [data-theme="dark"] .navbar-front .navbar-collapse.show {background: #fff;box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2) }}@media(min-width: 1200px) {[data-theme="dark"] .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-header .menu-header-text, [data-theme="dark"] .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block .menu-header-text, [data-theme="dark"] .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-header .menu-header-text, [data-theme="dark"] .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block .menu-header-text {opacity: 0 }[data-theme="dark"] .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner>.menu-item div:not(.menu-block), [data-theme="dark"] .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner>.menu-item div:not(.menu-block) {opacity: 0 }}@media(max-width: 1199.98px) {[data-theme="dark"] .layout-overlay {background: #000;opacity: .5;}}[data-theme="dark"] .app-brand-text {opacity: 1;}[data-theme="dark"] :not(.layout-menu)>.menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-logo~.app-brand-text {opacity: 0 }@media(min-width: 1200px) {[data-theme="dark"] .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo~.app-brand-text {opacity: 0 }}[data-theme="dark"] .custom-option {border: 1px solid #444564;}[data-theme="dark"] .custom-option:hover {border: 1px solid #33344c }[data-theme="dark"] .custom-option-icon .custom-option-body .custom-option-title {color: #cbcbe2 }[data-theme="dark"] .custom-option-image.custom-option-image-check .form-check-input {border: 0;opacity: 0 }[data-theme="dark"] .custom-option-image.custom-option-image-check .form-check-input:checked {opacity: 1 }[data-theme="dark"] .custom-option-image.custom-option-image-check:hover .form-check-input {border: inherit;opacity: 1 }[data-theme="dark"] .switch .switch-toggle-slider {border: 1px solid transparent;}[data-theme="dark"] .switch-input {opacity: 0;}[data-theme="dark"] .switch-toggle-slider {background: #444564;color: #7c7db6;}[data-theme="dark"] .switch-label {color: #a3a4cc;}[data-theme="dark"] .switch-input:not(:checked)~.switch-toggle-slider .switch-on {color: transparent }[data-theme="dark"] .switch-input:checked~.switch-toggle-slider .switch-off {color: transparent }[data-theme="dark"] .switch-toggle-slider::after {background: #e5e5f0;box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .09);}[data-theme="dark"] .switch-input:disabled~.switch-toggle-slider {opacity: .5 }[data-theme="dark"] .switch-input:disabled~.switch-toggle-slider::after {box-shadow: none }[data-theme="dark"] .switch-input:disabled~.switch-label {color: #7071a4 }[data-theme="dark"] .switch-sm .switch-toggle-slider {border: 1px solid transparent;}[data-theme="dark"] .switch-lg .switch-toggle-slider {border: 1px solid transparent;}[data-theme="dark"] .switch-secondary.switch .switch-input:checked~.switch-toggle-slider {background: #8592a3;color: #fff }[data-theme="dark"] .switch-secondary.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-secondary.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid #8592a3;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .switch-success.switch .switch-input:checked~.switch-toggle-slider {background: #4cb316;color: #fff }[data-theme="dark"] .switch-success.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-success.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid #4cb316;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .switch-info.switch .switch-input:checked~.switch-toggle-slider {background: #03c3ec;color: #fff }[data-theme="dark"] .switch-info.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-info.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid #03c3ec;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .switch-warning.switch .switch-input:checked~.switch-toggle-slider {background: #ffab00;color: #fff }[data-theme="dark"] .switch-warning.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-warning.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid #ffab00;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .switch-danger.switch .switch-input:checked~.switch-toggle-slider {background: #ff3e1d;color: #fff }[data-theme="dark"] .switch-danger.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-danger.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid #ff3e1d;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .switch-dark.switch .switch-input:checked~.switch-toggle-slider {background: #6b6c9d;color: #fff }[data-theme="dark"] .switch-dark.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-dark.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid #6b6c9d;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .switch-gray.switch .switch-input:checked~.switch-toggle-slider {background: rgba(255, 255, 255, .8);color: #000 }[data-theme="dark"] .switch-gray.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-gray.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid rgba(255, 255, 255, .8);box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .was-validated .switch-input:valid~.switch-label, [data-theme="dark"] .switch-input.invalid~.switch-label, [data-theme="dark"] .switch-input.is-valid~.switch-label {color: #4cb316 }[data-theme="dark"] .was-validated .switch-input:valid~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-valid~.switch-toggle-slider {border: 1px solid #4cb316 !important }[data-theme="dark"] .was-validated .switch-input:valid:checked~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid:checked~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-valid:checked~.switch-toggle-slider {background: #4cb316;color: #fff }[data-theme="dark"] .was-validated .switch-input:valid:focus~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid:focus~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-valid:focus~.switch-toggle-slider {box-shadow: 0 0 .25rem .05rem rgba(113, 221, 55, .4) }[data-theme="dark"] .was-validated .switch-input:valid:active~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid:active~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-valid:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .was-validated .switch-input:invalid~.switch-label, [data-theme="dark"] .switch-input.invalid~.switch-label, [data-theme="dark"] .switch-input.is-invalid~.switch-label {color: #ff3e1d }[data-theme="dark"] .was-validated .switch-input:invalid~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-invalid~.switch-toggle-slider {border: 1px solid #ff3e1d !important }[data-theme="dark"] .was-validated .switch-input:invalid:checked~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid:checked~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-invalid:checked~.switch-toggle-slider {background: #ff3e1d;color: #fff }[data-theme="dark"] .was-validated .switch-input:invalid:focus~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid:focus~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-invalid:focus~.switch-toggle-slider {box-shadow: 0 0 .25rem .05rem rgba(255, 62, 29, .4) }[data-theme="dark"] .was-validated .switch-input:invalid:active~.switch-toggle-slider, [data-theme="dark"] .switch-input.invalid:active~.switch-toggle-slider, [data-theme="dark"] .switch-input.is-invalid:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .avatar .avatar-initial {color: #fff;background-color: #8592a3;}[data-theme="dark"] .avatar.avatar-online:after, [data-theme="dark"] .avatar.avatar-offline:after, [data-theme="dark"] .avatar.avatar-away:after, [data-theme="dark"] .avatar.avatar-busy:after {box-shadow: 0 0 0 2px #fff }[data-theme="dark"] .avatar.avatar-online:after {background-color: #4cb316 }[data-theme="dark"] .avatar.avatar-offline:after {background-color: #8592a3 }[data-theme="dark"] .avatar.avatar-away:after {background-color: #ffab00 }[data-theme="dark"] .avatar.avatar-busy:after {background-color: #ff3e1d }[data-theme="dark"] .pull-up:hover {box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);}[data-theme="dark"] .avatar-group .avatar img, [data-theme="dark"] .avatar-group .avatar .avatar-initial {border: 2px solid rgba(255, 255, 255, .3) }[data-theme="dark"] .avatar-group .avatar .avatar-initial {background-color: rgba(255, 255, 255, .37) }[data-theme="dark"] .avatar.avatar-online:after, [data-theme="dark"] .avatar.avatar-offline:after, [data-theme="dark"] .avatar.avatar-away:after, [data-theme="dark"] .avatar.avatar-busy:after {box-shadow: 0 0 0 2px #232333 }[data-theme="dark"] .timeline::before {border: 0;border-left: 1px solid #444564;}[data-theme="dark"] .timeline .timeline-end-indicator i {color: #444564 }[data-theme="dark"] .timeline .timeline-item .timeline-event {background-color: #2b2c40;}[data-theme="dark"] .timeline .timeline-item .timeline-event:before {border-top: 1rem solid transparent;border-right: 1rem solid;border-left: 0 solid;border-bottom: 1rem solid transparent;border-left-color: #2b2c40;border-right-color: #2b2c40;}[data-theme="dark"] .timeline .timeline-item .timeline-event:after {border-top: 1rem solid transparent;border-right: 1rem solid;border-left: 0 solid;border-bottom: 1rem solid transparent;border-left-color: #2b2c40;border-right-color: #444564;}[data-theme="dark"] .timeline .timeline-item .timeline-event.timeline-event-shadow {box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .075) !important }[data-theme="dark"] .timeline .timeline-item .timeline-event .timeline-event-time {color: #a3a4cc }[data-theme="dark"] .timeline .timeline-item .timeline-indicator {border: 2px solid #696cff;background-color: #232333 !important }[data-theme="dark"] .timeline .timeline-item .timeline-indicator i {color: #696cff;}[data-theme="dark"] .timeline .timeline-item .timeline-point {background-color: #696cff }[data-theme="dark"] .timeline .timeline-item.timeline-item-transparent .timeline-event {background-color: transparent }[data-theme="dark"] .timeline .timeline-item-secondary .timeline-event {background-color: rgba(133, 146, 163, .1) }[data-theme="dark"] .timeline .timeline-item-secondary .timeline-event:before {border-left-color: rgba(133, 146, 163, .1) !important;border-right-color: rgba(133, 146, 163, .1) !important }[data-theme="dark"] .timeline .timeline-point-secondary {background-color: #8592a3 !important;box-shadow: 0 0 0 .1875rem rgba(133, 146, 163, .16) }[data-theme="dark"] .timeline .timeline-indicator-secondary {border-color: #8592a3 !important }[data-theme="dark"] .timeline .timeline-indicator-secondary i {color: #8592a3 !important }[data-theme="dark"] .timeline .timeline-item-success .timeline-event {background-color: rgba(113, 221, 55, .1) }[data-theme="dark"] .timeline .timeline-item-success .timeline-event:before {border-left-color: rgba(113, 221, 55, .1) !important;border-right-color: rgba(113, 221, 55, .1) !important }[data-theme="dark"] .timeline .timeline-point-success {background-color: #4cb316 !important;box-shadow: 0 0 0 .1875rem rgba(113, 221, 55, .16) }[data-theme="dark"] .timeline .timeline-indicator-success {border-color: #4cb316 !important }[data-theme="dark"] .timeline .timeline-indicator-success i {color: #4cb316 !important }[data-theme="dark"] .timeline .timeline-item-info .timeline-event {background-color: rgba(3, 195, 236, .1) }[data-theme="dark"] .timeline .timeline-item-info .timeline-event:before {border-left-color: rgba(3, 195, 236, .1) !important;border-right-color: rgba(3, 195, 236, .1) !important }[data-theme="dark"] .timeline .timeline-point-info {background-color: #03c3ec !important;box-shadow: 0 0 0 .1875rem rgba(3, 195, 236, .16) }[data-theme="dark"] .timeline .timeline-indicator-info {border-color: #03c3ec !important }[data-theme="dark"] .timeline .timeline-indicator-info i {color: #03c3ec !important }[data-theme="dark"] .timeline .timeline-item-warning .timeline-event {background-color: rgba(255, 171, 0, .1) }[data-theme="dark"] .timeline .timeline-item-warning .timeline-event:before {border-left-color: rgba(255, 171, 0, .1) !important;border-right-color: rgba(255, 171, 0, .1) !important }[data-theme="dark"] .timeline .timeline-point-warning {background-color: #ffab00 !important;box-shadow: 0 0 0 .1875rem rgba(255, 171, 0, .16) }[data-theme="dark"] .timeline .timeline-indicator-warning {border-color: #ffab00 !important }[data-theme="dark"] .timeline .timeline-indicator-warning i {color: #ffab00 !important }[data-theme="dark"] .timeline .timeline-item-danger .timeline-event {background-color: rgba(255, 62, 29, .1) }[data-theme="dark"] .timeline .timeline-item-danger .timeline-event:before {border-left-color: rgba(255, 62, 29, .1) !important;border-right-color: rgba(255, 62, 29, .1) !important }[data-theme="dark"] .timeline .timeline-point-danger {background-color: #ff3e1d !important;box-shadow: 0 0 0 .1875rem rgba(255, 62, 29, .16) }[data-theme="dark"] .timeline .timeline-indicator-danger {border-color: #ff3e1d !important }[data-theme="dark"] .timeline .timeline-indicator-danger i {color: #ff3e1d !important }[data-theme="dark"] .timeline .timeline-item-dark .timeline-event {background-color: rgba(79, 80, 92, .1) }[data-theme="dark"] .timeline .timeline-item-dark .timeline-event:before {border-left-color: rgba(79, 80, 92, .1) !important;border-right-color: rgba(79, 80, 92, .1) !important }[data-theme="dark"] .timeline .timeline-point-dark {background-color: #4f505c !important;box-shadow: 0 0 0 .1875rem rgba(79, 80, 92, .16) }[data-theme="dark"] .timeline .timeline-indicator-dark {border-color: #4f505c !important }[data-theme="dark"] .timeline .timeline-indicator-dark i {color: #4f505c !important }[data-theme="dark"] .timeline .timeline-item-gray .timeline-event {background-color: rgba(255, 255, 255, .1) }[data-theme="dark"] .timeline .timeline-item-gray .timeline-event:before {border-left-color: rgba(255, 255, 255, .1) !important;border-right-color: rgba(255, 255, 255, .1) !important }[data-theme="dark"] .timeline .timeline-point-gray {background-color: rgba(255, 255, 255, .8) !important;box-shadow: 0 0 0 .1875rem rgba(255, 255, 255, .16) }[data-theme="dark"] .timeline .timeline-indicator-gray {border-color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .timeline .timeline-indicator-gray i {color: rgba(255, 255, 255, .8) !important }[data-theme="dark"] .blockUI.blockOverlay, [data-theme="dark"] .blockUI.blockMsg {color: #fff !important }[data-theme="dark"] .divider .divider-text:before, [data-theme="dark"] .divider .divider-text:after {border-top: 1px solid #444564 }[data-theme="dark"] .divider.divider-dotted .divider-text:before, [data-theme="dark"] .divider.divider-dotted .divider-text:after {border-color: #444564 }[data-theme="dark"] .divider.divider-dashed .divider-text:before, [data-theme="dark"] .divider.divider-dashed .divider-text:after {border-color: #444564 }[data-theme="dark"] .divider.divider.divider-secondary .divider-text:before, [data-theme="dark"] .divider.divider.divider-secondary .divider-text:after {border-color: #8592a3 }[data-theme="dark"] .divider.divider.divider-success .divider-text:before, [data-theme="dark"] .divider.divider.divider-success .divider-text:after {border-color: #4cb316 }[data-theme="dark"] .divider.divider.divider-info .divider-text:before, [data-theme="dark"] .divider.divider.divider-info .divider-text:after {border-color: #03c3ec }[data-theme="dark"] .divider.divider.divider-warning .divider-text:before, [data-theme="dark"] .divider.divider.divider-warning .divider-text:after {border-color: #ffab00 }[data-theme="dark"] .divider.divider.divider-danger .divider-text:before, [data-theme="dark"] .divider.divider.divider-danger .divider-text:after {border-color: #ff3e1d }[data-theme="dark"] .divider.divider.divider-dark .divider-text:before, [data-theme="dark"] .divider.divider.divider-dark .divider-text:after {border-color: #6b6c9d }[data-theme="dark"] .divider.divider.divider-gray .divider-text:before, [data-theme="dark"] .divider.divider.divider-gray .divider-text:after {border-color: rgba(255, 255, 255, .8) }[data-theme="dark"] .footer-light {color: #7c7db6 }[data-theme="dark"] .footer-light .footer-text {color: #4e5155 }[data-theme="dark"] .footer-light .footer-link {color: #7c7db6 }[data-theme="dark"] .footer-light .footer-link:hover, [data-theme="dark"] .footer-light .footer-link:focus {color: #4e5155 }[data-theme="dark"] .footer-light .footer-link.disabled {color: rgba(0, 0, 0, .2) !important }[data-theme="dark"] .footer-light .show>.footer-link, [data-theme="dark"] .footer-light .active>.footer-link, [data-theme="dark"] .footer-light .footer-link.show, [data-theme="dark"] .footer-light .footer-link.active {color: #4e5155 }[data-theme="dark"] .footer-light hr {border-color: rgba(0, 0, 0, .06) }[data-theme="dark"] .footer-dark {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .footer-dark .footer-text {color: #fff }[data-theme="dark"] .footer-dark .footer-link {color: rgba(255, 255, 255, .8) }[data-theme="dark"] .footer-dark .footer-link:hover, [data-theme="dark"] .footer-dark .footer-link:focus {color: #fff }[data-theme="dark"] .footer-dark .footer-link.disabled {color: rgba(255, 255, 255, .4) !important }[data-theme="dark"] .footer-dark .show>.footer-link, [data-theme="dark"] .footer-dark .active>.footer-link, [data-theme="dark"] .footer-dark .footer-link.show, [data-theme="dark"] .footer-dark .footer-link.active {color: #fff }[data-theme="dark"] .footer-dark hr {border-color: rgba(255, 255, 255, .2) }[data-theme="dark"] .bg-facebook {background-color: #3b5998 !important }[data-theme="dark"] a.bg-facebook:hover, [data-theme="dark"] a.bg-facebook:focus {background-color: #385590 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #3b5998 }[data-theme="dark"] .bg-label-facebook {background-color: #2e334e !important;color: #3b5998 !important }[data-theme="dark"] .border-label-facebook {border: 3px solid #2c4372 !important }[data-theme="dark"] .border-light-facebook {border: 3px solid rgba(59, 89, 152, .08) }[data-theme="dark"] .btn-facebook {color: #fff;background-color: #3b5998;border-color: #3b5998;box-shadow: 0 .125rem .25rem 0 rgba(59, 89, 152, .4) }[data-theme="dark"] .btn-facebook:hover {color: #fff;background-color: #355089;border-color: #355089;}[data-theme="dark"] .btn-check:focus+.btn-facebook, [data-theme="dark"] .btn-facebook:focus, [data-theme="dark"] .btn-facebook.focus {color: #fff;background-color: #355089;border-color: #355089;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-facebook, [data-theme="dark"] .btn-check:active+.btn-facebook, [data-theme="dark"] .btn-facebook:active, [data-theme="dark"] .btn-facebook.active, [data-theme="dark"] .show>.btn-facebook.dropdown-toggle {color: #fff;background-color: #324c81;border-color: #324c81 }[data-theme="dark"] .btn-check:checked+.btn-facebook:focus, [data-theme="dark"] .btn-check:active+.btn-facebook:focus, [data-theme="dark"] .btn-facebook:active:focus, [data-theme="dark"] .btn-facebook.active:focus, [data-theme="dark"] .show>.btn-facebook.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-facebook.disabled, [data-theme="dark"] .btn-facebook:disabled {box-shadow: none }[data-theme="dark"] .btn-label-facebook {color: #3b5998;border-color: transparent;background: #2e334e }[data-theme="dark"] .btn-label-facebook:hover {border-color: transparent;background: #355089;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(59, 89, 152, .4);}[data-theme="dark"] .btn-label-facebook:focus, [data-theme="dark"] .btn-label-facebook.focus {color: #fff;background: #355089;box-shadow: none !important;}[data-theme="dark"] .btn-label-facebook:active, [data-theme="dark"] .btn-label-facebook.active, [data-theme="dark"] .show>.btn-label-facebook.dropdown-toggle {color: #fff;background-color: #324c81;border-color: transparent }[data-theme="dark"] .btn-label-facebook:active:focus, [data-theme="dark"] .btn-label-facebook.active:focus, [data-theme="dark"] .show>.btn-label-facebook.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-facebook.disabled, [data-theme="dark"] .btn-label-facebook:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-facebook {color: #3b5998;border-color: #3b5998;background: transparent }[data-theme="dark"] .btn-outline-facebook:hover {color: #fff;background-color: #355089;border-color: #355089;box-shadow: 0 .125rem .25rem 0 rgba(59, 89, 152, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-facebook, [data-theme="dark"] .btn-outline-facebook:focus {color: #fff;background-color: #355089;border-color: #355089;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-facebook, [data-theme="dark"] .btn-check:active+.btn-outline-facebook, [data-theme="dark"] .btn-outline-facebook:active, [data-theme="dark"] .btn-outline-facebook.active, [data-theme="dark"] .btn-outline-facebook.dropdown-toggle.show {color: #fff;background-color: #324c81;border-color: #324c81 }[data-theme="dark"] .btn-check:checked+.btn-outline-facebook:focus, [data-theme="dark"] .btn-check:active+.btn-outline-facebook:focus, [data-theme="dark"] .btn-outline-facebook:active:focus, [data-theme="dark"] .btn-outline-facebook.active:focus, [data-theme="dark"] .btn-outline-facebook.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-facebook.disabled, [data-theme="dark"] .btn-outline-facebook:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-facebook .badge {background: #3b5998;border-color: #3b5998;color: #fff }[data-theme="dark"] .btn-outline-facebook:hover .badge, [data-theme="dark"] .btn-outline-facebook:focus:hover .badge, [data-theme="dark"] .btn-outline-facebook:active .badge, [data-theme="dark"] .btn-outline-facebook.active .badge, [data-theme="dark"] .show>.btn-outline-facebook.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #3b5998 }[data-theme="dark"] .bg-twitter {background-color: #1da1f2 !important }[data-theme="dark"] a.bg-twitter:hover, [data-theme="dark"] a.bg-twitter:focus {background-color: #1c99e6 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #1da1f2 }[data-theme="dark"] .bg-label-twitter {background-color: #293f5c !important;color: #1da1f2 !important }[data-theme="dark"] .border-label-twitter {border: 3px solid #1679b6 !important }[data-theme="dark"] .border-light-twitter {border: 3px solid rgba(29, 161, 242, .08) }[data-theme="dark"] .btn-twitter {color: #fff;background-color: #1da1f2;border-color: #1da1f2;box-shadow: 0 .125rem .25rem 0 rgba(29, 161, 242, .4) }[data-theme="dark"] .btn-twitter:hover {color: #fff;background-color: #1a91da;border-color: #1a91da;}[data-theme="dark"] .btn-check:focus+.btn-twitter, [data-theme="dark"] .btn-twitter:focus, [data-theme="dark"] .btn-twitter.focus {color: #fff;background-color: #1a91da;border-color: #1a91da;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-twitter, [data-theme="dark"] .btn-check:active+.btn-twitter, [data-theme="dark"] .btn-twitter:active, [data-theme="dark"] .btn-twitter.active, [data-theme="dark"] .show>.btn-twitter.dropdown-toggle {color: #fff;background-color: #1989ce;border-color: #1989ce }[data-theme="dark"] .btn-check:checked+.btn-twitter:focus, [data-theme="dark"] .btn-check:active+.btn-twitter:focus, [data-theme="dark"] .btn-twitter:active:focus, [data-theme="dark"] .btn-twitter.active:focus, [data-theme="dark"] .show>.btn-twitter.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-twitter.disabled, [data-theme="dark"] .btn-twitter:disabled {box-shadow: none }[data-theme="dark"] .btn-label-twitter {color: #1da1f2;border-color: transparent;background: #293f5c }[data-theme="dark"] .btn-label-twitter:hover {border-color: transparent;background: #1a91da;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(29, 161, 242, .4);}[data-theme="dark"] .btn-label-twitter:focus, [data-theme="dark"] .btn-label-twitter.focus {color: #fff;background: #1a91da;box-shadow: none !important;}[data-theme="dark"] .btn-label-twitter:active, [data-theme="dark"] .btn-label-twitter.active, [data-theme="dark"] .show>.btn-label-twitter.dropdown-toggle {color: #fff;background-color: #1989ce;border-color: transparent }[data-theme="dark"] .btn-label-twitter:active:focus, [data-theme="dark"] .btn-label-twitter.active:focus, [data-theme="dark"] .show>.btn-label-twitter.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-twitter.disabled, [data-theme="dark"] .btn-label-twitter:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-twitter {color: #1da1f2;border-color: #1da1f2;background: transparent }[data-theme="dark"] .btn-outline-twitter:hover {color: #fff;background-color: #1a91da;border-color: #1a91da;box-shadow: 0 .125rem .25rem 0 rgba(29, 161, 242, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-twitter, [data-theme="dark"] .btn-outline-twitter:focus {color: #fff;background-color: #1a91da;border-color: #1a91da;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-twitter, [data-theme="dark"] .btn-check:active+.btn-outline-twitter, [data-theme="dark"] .btn-outline-twitter:active, [data-theme="dark"] .btn-outline-twitter.active, [data-theme="dark"] .btn-outline-twitter.dropdown-toggle.show {color: #fff;background-color: #1989ce;border-color: #1989ce }[data-theme="dark"] .btn-check:checked+.btn-outline-twitter:focus, [data-theme="dark"] .btn-check:active+.btn-outline-twitter:focus, [data-theme="dark"] .btn-outline-twitter:active:focus, [data-theme="dark"] .btn-outline-twitter.active:focus, [data-theme="dark"] .btn-outline-twitter.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-twitter.disabled, [data-theme="dark"] .btn-outline-twitter:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-twitter .badge {background: #1da1f2;border-color: #1da1f2;color: #fff }[data-theme="dark"] .btn-outline-twitter:hover .badge, [data-theme="dark"] .btn-outline-twitter:focus:hover .badge, [data-theme="dark"] .btn-outline-twitter:active .badge, [data-theme="dark"] .btn-outline-twitter.active .badge, [data-theme="dark"] .show>.btn-outline-twitter.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #1da1f2 }[data-theme="dark"] .bg-google-plus {background-color: #dd4b39 !important }[data-theme="dark"] a.bg-google-plus:hover, [data-theme="dark"] a.bg-google-plus:focus {background-color: #d24736 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #dd4b39 }[data-theme="dark"] .bg-label-google-plus {background-color: #47313f !important;color: #dd4b39 !important }[data-theme="dark"] .border-label-google-plus {border: 3px solid #a6382b !important }[data-theme="dark"] .border-light-google-plus {border: 3px solid rgba(221, 75, 57, .08) }[data-theme="dark"] .btn-google-plus {color: #fff;background-color: #dd4b39;border-color: #dd4b39;box-shadow: 0 .125rem .25rem 0 rgba(221, 75, 57, .4) }[data-theme="dark"] .btn-google-plus:hover {color: #fff;background-color: #c74433;border-color: #c74433;}[data-theme="dark"] .btn-check:focus+.btn-google-plus, [data-theme="dark"] .btn-google-plus:focus, [data-theme="dark"] .btn-google-plus.focus {color: #fff;background-color: #c74433;border-color: #c74433;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-google-plus, [data-theme="dark"] .btn-check:active+.btn-google-plus, [data-theme="dark"] .btn-google-plus:active, [data-theme="dark"] .btn-google-plus.active, [data-theme="dark"] .show>.btn-google-plus.dropdown-toggle {color: #fff;background-color: #bc4030;border-color: #bc4030 }[data-theme="dark"] .btn-check:checked+.btn-google-plus:focus, [data-theme="dark"] .btn-check:active+.btn-google-plus:focus, [data-theme="dark"] .btn-google-plus:active:focus, [data-theme="dark"] .btn-google-plus.active:focus, [data-theme="dark"] .show>.btn-google-plus.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-google-plus.disabled, [data-theme="dark"] .btn-google-plus:disabled {box-shadow: none }[data-theme="dark"] .btn-label-google-plus {color: #dd4b39;border-color: transparent;background: #47313f }[data-theme="dark"] .btn-label-google-plus:hover {border-color: transparent;background: #c74433;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(221, 75, 57, .4);}[data-theme="dark"] .btn-label-google-plus:focus, [data-theme="dark"] .btn-label-google-plus.focus {color: #fff;background: #c74433;box-shadow: none !important;}[data-theme="dark"] .btn-label-google-plus:active, [data-theme="dark"] .btn-label-google-plus.active, [data-theme="dark"] .show>.btn-label-google-plus.dropdown-toggle {color: #fff;background-color: #bc4030;border-color: transparent }[data-theme="dark"] .btn-label-google-plus:active:focus, [data-theme="dark"] .btn-label-google-plus.active:focus, [data-theme="dark"] .show>.btn-label-google-plus.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-google-plus.disabled, [data-theme="dark"] .btn-label-google-plus:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-google-plus {color: #dd4b39;border-color: #dd4b39;background: transparent }[data-theme="dark"] .btn-outline-google-plus:hover {color: #fff;background-color: #c74433;border-color: #c74433;box-shadow: 0 .125rem .25rem 0 rgba(221, 75, 57, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-google-plus, [data-theme="dark"] .btn-outline-google-plus:focus {color: #fff;background-color: #c74433;border-color: #c74433;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-google-plus, [data-theme="dark"] .btn-check:active+.btn-outline-google-plus, [data-theme="dark"] .btn-outline-google-plus:active, [data-theme="dark"] .btn-outline-google-plus.active, [data-theme="dark"] .btn-outline-google-plus.dropdown-toggle.show {color: #fff;background-color: #bc4030;border-color: #bc4030 }[data-theme="dark"] .btn-check:checked+.btn-outline-google-plus:focus, [data-theme="dark"] .btn-check:active+.btn-outline-google-plus:focus, [data-theme="dark"] .btn-outline-google-plus:active:focus, [data-theme="dark"] .btn-outline-google-plus.active:focus, [data-theme="dark"] .btn-outline-google-plus.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-google-plus.disabled, [data-theme="dark"] .btn-outline-google-plus:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-google-plus .badge {background: #dd4b39;border-color: #dd4b39;color: #fff }[data-theme="dark"] .btn-outline-google-plus:hover .badge, [data-theme="dark"] .btn-outline-google-plus:focus:hover .badge, [data-theme="dark"] .btn-outline-google-plus:active .badge, [data-theme="dark"] .btn-outline-google-plus.active .badge, [data-theme="dark"] .show>.btn-outline-google-plus.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #dd4b39 }[data-theme="dark"] .bg-instagram {background-color: #e1306c !important }[data-theme="dark"] a.bg-instagram:hover, [data-theme="dark"] a.bg-instagram:focus {background-color: #d62e67 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #e1306c }[data-theme="dark"] .bg-label-instagram {background-color: #482d47 !important;color: #e1306c !important }[data-theme="dark"] .border-label-instagram {border: 3px solid #a92451 !important }[data-theme="dark"] .border-light-instagram {border: 3px solid rgba(225, 48, 108, .08) }[data-theme="dark"] .btn-instagram {color: #fff;background-color: #e1306c;border-color: #e1306c;box-shadow: 0 .125rem .25rem 0 rgba(225, 48, 108, .4) }[data-theme="dark"] .btn-instagram:hover {color: #fff;background-color: #cb2b61;border-color: #cb2b61;}[data-theme="dark"] .btn-check:focus+.btn-instagram, [data-theme="dark"] .btn-instagram:focus, [data-theme="dark"] .btn-instagram.focus {color: #fff;background-color: #cb2b61;border-color: #cb2b61;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-instagram, [data-theme="dark"] .btn-check:active+.btn-instagram, [data-theme="dark"] .btn-instagram:active, [data-theme="dark"] .btn-instagram.active, [data-theme="dark"] .show>.btn-instagram.dropdown-toggle {color: #fff;background-color: #bf295c;border-color: #bf295c }[data-theme="dark"] .btn-check:checked+.btn-instagram:focus, [data-theme="dark"] .btn-check:active+.btn-instagram:focus, [data-theme="dark"] .btn-instagram:active:focus, [data-theme="dark"] .btn-instagram.active:focus, [data-theme="dark"] .show>.btn-instagram.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-instagram.disabled, [data-theme="dark"] .btn-instagram:disabled {box-shadow: none }[data-theme="dark"] .btn-label-instagram {color: #e1306c;border-color: transparent;background: #482d47 }[data-theme="dark"] .btn-label-instagram:hover {border-color: transparent;background: #cb2b61;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(225, 48, 108, .4);}[data-theme="dark"] .btn-label-instagram:focus, [data-theme="dark"] .btn-label-instagram.focus {color: #fff;background: #cb2b61;box-shadow: none !important;}[data-theme="dark"] .btn-label-instagram:active, [data-theme="dark"] .btn-label-instagram.active, [data-theme="dark"] .show>.btn-label-instagram.dropdown-toggle {color: #fff;background-color: #bf295c;border-color: transparent }[data-theme="dark"] .btn-label-instagram:active:focus, [data-theme="dark"] .btn-label-instagram.active:focus, [data-theme="dark"] .show>.btn-label-instagram.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-instagram.disabled, [data-theme="dark"] .btn-label-instagram:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-instagram {color: #e1306c;border-color: #e1306c;background: transparent }[data-theme="dark"] .btn-outline-instagram:hover {color: #fff;background-color: #cb2b61;border-color: #cb2b61;box-shadow: 0 .125rem .25rem 0 rgba(225, 48, 108, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-instagram, [data-theme="dark"] .btn-outline-instagram:focus {color: #fff;background-color: #cb2b61;border-color: #cb2b61;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-instagram, [data-theme="dark"] .btn-check:active+.btn-outline-instagram, [data-theme="dark"] .btn-outline-instagram:active, [data-theme="dark"] .btn-outline-instagram.active, [data-theme="dark"] .btn-outline-instagram.dropdown-toggle.show {color: #fff;background-color: #bf295c;border-color: #bf295c }[data-theme="dark"] .btn-check:checked+.btn-outline-instagram:focus, [data-theme="dark"] .btn-check:active+.btn-outline-instagram:focus, [data-theme="dark"] .btn-outline-instagram:active:focus, [data-theme="dark"] .btn-outline-instagram.active:focus, [data-theme="dark"] .btn-outline-instagram.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-instagram.disabled, [data-theme="dark"] .btn-outline-instagram:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-instagram .badge {background: #e1306c;border-color: #e1306c;color: #fff }[data-theme="dark"] .btn-outline-instagram:hover .badge, [data-theme="dark"] .btn-outline-instagram:focus:hover .badge, [data-theme="dark"] .btn-outline-instagram:active .badge, [data-theme="dark"] .btn-outline-instagram.active .badge, [data-theme="dark"] .show>.btn-outline-instagram.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #e1306c }[data-theme="dark"] .bg-linkedin {background-color: #0077b5 !important }[data-theme="dark"] a.bg-linkedin:hover, [data-theme="dark"] a.bg-linkedin:focus {background-color: #0071ac !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #0077b5 }[data-theme="dark"] .bg-label-linkedin {background-color: #243853 !important;color: #0077b5 !important }[data-theme="dark"] .border-label-linkedin {border: 3px solid #005988 !important }[data-theme="dark"] .border-light-linkedin {border: 3px solid rgba(0, 119, 181, .08) }[data-theme="dark"] .btn-linkedin {color: #fff;background-color: #0077b5;border-color: #0077b5;box-shadow: 0 .125rem .25rem 0 rgba(0, 119, 181, .4) }[data-theme="dark"] .btn-linkedin:hover {color: #fff;background-color: #006ba3;border-color: #006ba3;}[data-theme="dark"] .btn-check:focus+.btn-linkedin, [data-theme="dark"] .btn-linkedin:focus, [data-theme="dark"] .btn-linkedin.focus {color: #fff;background-color: #006ba3;border-color: #006ba3;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-linkedin, [data-theme="dark"] .btn-check:active+.btn-linkedin, [data-theme="dark"] .btn-linkedin:active, [data-theme="dark"] .btn-linkedin.active, [data-theme="dark"] .show>.btn-linkedin.dropdown-toggle {color: #fff;background-color: #00659a;border-color: #00659a }[data-theme="dark"] .btn-check:checked+.btn-linkedin:focus, [data-theme="dark"] .btn-check:active+.btn-linkedin:focus, [data-theme="dark"] .btn-linkedin:active:focus, [data-theme="dark"] .btn-linkedin.active:focus, [data-theme="dark"] .show>.btn-linkedin.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-linkedin.disabled, [data-theme="dark"] .btn-linkedin:disabled {box-shadow: none }[data-theme="dark"] .btn-label-linkedin {color: #0077b5;border-color: transparent;background: #243853 }[data-theme="dark"] .btn-label-linkedin:hover {border-color: transparent;background: #006ba3;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(0, 119, 181, .4);}[data-theme="dark"] .btn-label-linkedin:focus, [data-theme="dark"] .btn-label-linkedin.focus {color: #fff;background: #006ba3;box-shadow: none !important;}[data-theme="dark"] .btn-label-linkedin:active, [data-theme="dark"] .btn-label-linkedin.active, [data-theme="dark"] .show>.btn-label-linkedin.dropdown-toggle {color: #fff;background-color: #00659a;border-color: transparent }[data-theme="dark"] .btn-label-linkedin:active:focus, [data-theme="dark"] .btn-label-linkedin.active:focus, [data-theme="dark"] .show>.btn-label-linkedin.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-linkedin.disabled, [data-theme="dark"] .btn-label-linkedin:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-linkedin {color: #0077b5;border-color: #0077b5;background: transparent }[data-theme="dark"] .btn-outline-linkedin:hover {color: #fff;background-color: #006ba3;border-color: #006ba3;box-shadow: 0 .125rem .25rem 0 rgba(0, 119, 181, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-linkedin, [data-theme="dark"] .btn-outline-linkedin:focus {color: #fff;background-color: #006ba3;border-color: #006ba3;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-linkedin, [data-theme="dark"] .btn-check:active+.btn-outline-linkedin, [data-theme="dark"] .btn-outline-linkedin:active, [data-theme="dark"] .btn-outline-linkedin.active, [data-theme="dark"] .btn-outline-linkedin.dropdown-toggle.show {color: #fff;background-color: #00659a;border-color: #00659a }[data-theme="dark"] .btn-check:checked+.btn-outline-linkedin:focus, [data-theme="dark"] .btn-check:active+.btn-outline-linkedin:focus, [data-theme="dark"] .btn-outline-linkedin:active:focus, [data-theme="dark"] .btn-outline-linkedin.active:focus, [data-theme="dark"] .btn-outline-linkedin.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-linkedin.disabled, [data-theme="dark"] .btn-outline-linkedin:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-linkedin .badge {background: #0077b5;border-color: #0077b5;color: #fff }[data-theme="dark"] .btn-outline-linkedin:hover .badge, [data-theme="dark"] .btn-outline-linkedin:focus:hover .badge, [data-theme="dark"] .btn-outline-linkedin:active .badge, [data-theme="dark"] .btn-outline-linkedin.active .badge, [data-theme="dark"] .show>.btn-outline-linkedin.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #0077b5 }[data-theme="dark"] .bg-github {background-color: #333 !important }[data-theme="dark"] a.bg-github:hover, [data-theme="dark"] a.bg-github:focus {background-color: #303030 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #333 }[data-theme="dark"] .bg-label-github {background-color: #2c2d3e !important;color: #333 !important }[data-theme="dark"] .border-label-github {border: 3px solid #262626 !important }[data-theme="dark"] .border-light-github {border: 3px solid rgba(51, 51, 51, .08) }[data-theme="dark"] .btn-github {color: #fff;background-color: #333;border-color: #333;box-shadow: 0 .125rem .25rem 0 rgba(51, 51, 51, .4) }[data-theme="dark"] .btn-github:hover {color: #fff;background-color: #2e2e2e;border-color: #2e2e2e;}[data-theme="dark"] .btn-check:focus+.btn-github, [data-theme="dark"] .btn-github:focus, [data-theme="dark"] .btn-github.focus {color: #fff;background-color: #2e2e2e;border-color: #2e2e2e;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-github, [data-theme="dark"] .btn-check:active+.btn-github, [data-theme="dark"] .btn-github:active, [data-theme="dark"] .btn-github.active, [data-theme="dark"] .show>.btn-github.dropdown-toggle {color: #fff;background-color: #2b2b2b;border-color: #2b2b2b }[data-theme="dark"] .btn-check:checked+.btn-github:focus, [data-theme="dark"] .btn-check:active+.btn-github:focus, [data-theme="dark"] .btn-github:active:focus, [data-theme="dark"] .btn-github.active:focus, [data-theme="dark"] .show>.btn-github.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-github.disabled, [data-theme="dark"] .btn-github:disabled {box-shadow: none }[data-theme="dark"] .btn-label-github {color: #333;border-color: transparent;background: #2c2d3e }[data-theme="dark"] .btn-label-github:hover {border-color: transparent;background: #2e2e2e;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(51, 51, 51, .4);}[data-theme="dark"] .btn-label-github:focus, [data-theme="dark"] .btn-label-github.focus {color: #fff;background: #2e2e2e;box-shadow: none !important;}[data-theme="dark"] .btn-label-github:active, [data-theme="dark"] .btn-label-github.active, [data-theme="dark"] .show>.btn-label-github.dropdown-toggle {color: #fff;background-color: #2b2b2b;border-color: transparent }[data-theme="dark"] .btn-label-github:active:focus, [data-theme="dark"] .btn-label-github.active:focus, [data-theme="dark"] .show>.btn-label-github.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-github.disabled, [data-theme="dark"] .btn-label-github:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-github {color: #333;border-color: #333;background: transparent }[data-theme="dark"] .btn-outline-github:hover {color: #fff;background-color: #2e2e2e;border-color: #2e2e2e;box-shadow: 0 .125rem .25rem 0 rgba(51, 51, 51, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-github, [data-theme="dark"] .btn-outline-github:focus {color: #fff;background-color: #2e2e2e;border-color: #2e2e2e;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-github, [data-theme="dark"] .btn-check:active+.btn-outline-github, [data-theme="dark"] .btn-outline-github:active, [data-theme="dark"] .btn-outline-github.active, [data-theme="dark"] .btn-outline-github.dropdown-toggle.show {color: #fff;background-color: #2b2b2b;border-color: #2b2b2b }[data-theme="dark"] .btn-check:checked+.btn-outline-github:focus, [data-theme="dark"] .btn-check:active+.btn-outline-github:focus, [data-theme="dark"] .btn-outline-github:active:focus, [data-theme="dark"] .btn-outline-github.active:focus, [data-theme="dark"] .btn-outline-github.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-github.disabled, [data-theme="dark"] .btn-outline-github:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-github .badge {background: #333;border-color: #333;color: #fff }[data-theme="dark"] .btn-outline-github:hover .badge, [data-theme="dark"] .btn-outline-github:focus:hover .badge, [data-theme="dark"] .btn-outline-github:active .badge, [data-theme="dark"] .btn-outline-github.active .badge, [data-theme="dark"] .show>.btn-outline-github.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #333 }[data-theme="dark"] .bg-dribbble {background-color: #ea4c89 !important }[data-theme="dark"] a.bg-dribbble:hover, [data-theme="dark"] a.bg-dribbble:focus {background-color: #de4882 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #ea4c89 }[data-theme="dark"] .bg-label-dribbble {background-color: #4a314c !important;color: #ea4c89 !important }[data-theme="dark"] .border-label-dribbble {border: 3px solid #b03967 !important }[data-theme="dark"] .border-light-dribbble {border: 3px solid rgba(234, 76, 137, .08) }[data-theme="dark"] .btn-dribbble {color: #fff;background-color: #ea4c89;border-color: #ea4c89;box-shadow: 0 .125rem .25rem 0 rgba(234, 76, 137, .4) }[data-theme="dark"] .btn-dribbble:hover {color: #fff;background-color: #d3447b;border-color: #d3447b;}[data-theme="dark"] .btn-check:focus+.btn-dribbble, [data-theme="dark"] .btn-dribbble:focus, [data-theme="dark"] .btn-dribbble.focus {color: #fff;background-color: #d3447b;border-color: #d3447b;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-dribbble, [data-theme="dark"] .btn-check:active+.btn-dribbble, [data-theme="dark"] .btn-dribbble:active, [data-theme="dark"] .btn-dribbble.active, [data-theme="dark"] .show>.btn-dribbble.dropdown-toggle {color: #fff;background-color: #c74174;border-color: #c74174 }[data-theme="dark"] .btn-check:checked+.btn-dribbble:focus, [data-theme="dark"] .btn-check:active+.btn-dribbble:focus, [data-theme="dark"] .btn-dribbble:active:focus, [data-theme="dark"] .btn-dribbble.active:focus, [data-theme="dark"] .show>.btn-dribbble.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-dribbble.disabled, [data-theme="dark"] .btn-dribbble:disabled {box-shadow: none }[data-theme="dark"] .btn-label-dribbble {color: #ea4c89;border-color: transparent;background: #4a314c }[data-theme="dark"] .btn-label-dribbble:hover {border-color: transparent;background: #d3447b;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(234, 76, 137, .4);}[data-theme="dark"] .btn-label-dribbble:focus, [data-theme="dark"] .btn-label-dribbble.focus {color: #fff;background: #d3447b;box-shadow: none !important;}[data-theme="dark"] .btn-label-dribbble:active, [data-theme="dark"] .btn-label-dribbble.active, [data-theme="dark"] .show>.btn-label-dribbble.dropdown-toggle {color: #fff;background-color: #c74174;border-color: transparent }[data-theme="dark"] .btn-label-dribbble:active:focus, [data-theme="dark"] .btn-label-dribbble.active:focus, [data-theme="dark"] .show>.btn-label-dribbble.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-dribbble.disabled, [data-theme="dark"] .btn-label-dribbble:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-dribbble {color: #ea4c89;border-color: #ea4c89;background: transparent }[data-theme="dark"] .btn-outline-dribbble:hover {color: #fff;background-color: #d3447b;border-color: #d3447b;box-shadow: 0 .125rem .25rem 0 rgba(234, 76, 137, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-dribbble, [data-theme="dark"] .btn-outline-dribbble:focus {color: #fff;background-color: #d3447b;border-color: #d3447b;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-dribbble, [data-theme="dark"] .btn-check:active+.btn-outline-dribbble, [data-theme="dark"] .btn-outline-dribbble:active, [data-theme="dark"] .btn-outline-dribbble.active, [data-theme="dark"] .btn-outline-dribbble.dropdown-toggle.show {color: #fff;background-color: #c74174;border-color: #c74174 }[data-theme="dark"] .btn-check:checked+.btn-outline-dribbble:focus, [data-theme="dark"] .btn-check:active+.btn-outline-dribbble:focus, [data-theme="dark"] .btn-outline-dribbble:active:focus, [data-theme="dark"] .btn-outline-dribbble.active:focus, [data-theme="dark"] .btn-outline-dribbble.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-dribbble.disabled, [data-theme="dark"] .btn-outline-dribbble:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-dribbble .badge {background: #ea4c89;border-color: #ea4c89;color: #fff }[data-theme="dark"] .btn-outline-dribbble:hover .badge, [data-theme="dark"] .btn-outline-dribbble:focus:hover .badge, [data-theme="dark"] .btn-outline-dribbble:active .badge, [data-theme="dark"] .btn-outline-dribbble.active .badge, [data-theme="dark"] .show>.btn-outline-dribbble.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #ea4c89 }[data-theme="dark"] .bg-pinterest {background-color: #cb2027 !important }[data-theme="dark"] a.bg-pinterest:hover, [data-theme="dark"] a.bg-pinterest:focus {background-color: #c11e25 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #cb2027 }[data-theme="dark"] .bg-label-pinterest {background-color: #452a3c !important;color: #cb2027 !important }[data-theme="dark"] .border-label-pinterest {border: 3px solid #98181d !important }[data-theme="dark"] .border-light-pinterest {border: 3px solid rgba(203, 32, 39, .08) }[data-theme="dark"] .btn-pinterest {color: #fff;background-color: #cb2027;border-color: #cb2027;box-shadow: 0 .125rem .25rem 0 rgba(203, 32, 39, .4) }[data-theme="dark"] .btn-pinterest:hover {color: #fff;background-color: #b71d23;border-color: #b71d23;}[data-theme="dark"] .btn-check:focus+.btn-pinterest, [data-theme="dark"] .btn-pinterest:focus, [data-theme="dark"] .btn-pinterest.focus {color: #fff;background-color: #b71d23;border-color: #b71d23;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-pinterest, [data-theme="dark"] .btn-check:active+.btn-pinterest, [data-theme="dark"] .btn-pinterest:active, [data-theme="dark"] .btn-pinterest.active, [data-theme="dark"] .show>.btn-pinterest.dropdown-toggle {color: #fff;background-color: #ad1b21;border-color: #ad1b21 }[data-theme="dark"] .btn-check:checked+.btn-pinterest:focus, [data-theme="dark"] .btn-check:active+.btn-pinterest:focus, [data-theme="dark"] .btn-pinterest:active:focus, [data-theme="dark"] .btn-pinterest.active:focus, [data-theme="dark"] .show>.btn-pinterest.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-pinterest.disabled, [data-theme="dark"] .btn-pinterest:disabled {box-shadow: none }[data-theme="dark"] .btn-label-pinterest {color: #cb2027;border-color: transparent;background: #452a3c }[data-theme="dark"] .btn-label-pinterest:hover {border-color: transparent;background: #b71d23;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(203, 32, 39, .4);}[data-theme="dark"] .btn-label-pinterest:focus, [data-theme="dark"] .btn-label-pinterest.focus {color: #fff;background: #b71d23;box-shadow: none !important;}[data-theme="dark"] .btn-label-pinterest:active, [data-theme="dark"] .btn-label-pinterest.active, [data-theme="dark"] .show>.btn-label-pinterest.dropdown-toggle {color: #fff;background-color: #ad1b21;border-color: transparent }[data-theme="dark"] .btn-label-pinterest:active:focus, [data-theme="dark"] .btn-label-pinterest.active:focus, [data-theme="dark"] .show>.btn-label-pinterest.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-pinterest.disabled, [data-theme="dark"] .btn-label-pinterest:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-pinterest {color: #cb2027;border-color: #cb2027;background: transparent }[data-theme="dark"] .btn-outline-pinterest:hover {color: #fff;background-color: #b71d23;border-color: #b71d23;box-shadow: 0 .125rem .25rem 0 rgba(203, 32, 39, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-pinterest, [data-theme="dark"] .btn-outline-pinterest:focus {color: #fff;background-color: #b71d23;border-color: #b71d23;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-pinterest, [data-theme="dark"] .btn-check:active+.btn-outline-pinterest, [data-theme="dark"] .btn-outline-pinterest:active, [data-theme="dark"] .btn-outline-pinterest.active, [data-theme="dark"] .btn-outline-pinterest.dropdown-toggle.show {color: #fff;background-color: #ad1b21;border-color: #ad1b21 }[data-theme="dark"] .btn-check:checked+.btn-outline-pinterest:focus, [data-theme="dark"] .btn-check:active+.btn-outline-pinterest:focus, [data-theme="dark"] .btn-outline-pinterest:active:focus, [data-theme="dark"] .btn-outline-pinterest.active:focus, [data-theme="dark"] .btn-outline-pinterest.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-pinterest.disabled, [data-theme="dark"] .btn-outline-pinterest:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-pinterest .badge {background: #cb2027;border-color: #cb2027;color: #fff }[data-theme="dark"] .btn-outline-pinterest:hover .badge, [data-theme="dark"] .btn-outline-pinterest:focus:hover .badge, [data-theme="dark"] .btn-outline-pinterest:active .badge, [data-theme="dark"] .btn-outline-pinterest.active .badge, [data-theme="dark"] .show>.btn-outline-pinterest.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #cb2027 }[data-theme="dark"] .bg-slack {background-color: #4a154b !important }[data-theme="dark"] a.bg-slack:hover, [data-theme="dark"] a.bg-slack:focus {background-color: #461447 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #4a154b }[data-theme="dark"] .bg-label-slack {background-color: #302842 !important;color: #4a154b !important }[data-theme="dark"] .border-label-slack {border: 3px solid #381038 !important }[data-theme="dark"] .border-light-slack {border: 3px solid rgba(74, 21, 75, .08) }[data-theme="dark"] .btn-slack {color: #fff;background-color: #4a154b;border-color: #4a154b;box-shadow: 0 .125rem .25rem 0 rgba(74, 21, 75, .4) }[data-theme="dark"] .btn-slack:hover {color: #fff;background-color: #431344;border-color: #431344;}[data-theme="dark"] .btn-check:focus+.btn-slack, [data-theme="dark"] .btn-slack:focus, [data-theme="dark"] .btn-slack.focus {color: #fff;background-color: #431344;border-color: #431344;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-slack, [data-theme="dark"] .btn-check:active+.btn-slack, [data-theme="dark"] .btn-slack:active, [data-theme="dark"] .btn-slack.active, [data-theme="dark"] .show>.btn-slack.dropdown-toggle {color: #fff;background-color: #3f1240;border-color: #3f1240 }[data-theme="dark"] .btn-check:checked+.btn-slack:focus, [data-theme="dark"] .btn-check:active+.btn-slack:focus, [data-theme="dark"] .btn-slack:active:focus, [data-theme="dark"] .btn-slack.active:focus, [data-theme="dark"] .show>.btn-slack.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-slack.disabled, [data-theme="dark"] .btn-slack:disabled {box-shadow: none }[data-theme="dark"] .btn-label-slack {color: #4a154b;border-color: transparent;background: #302842 }[data-theme="dark"] .btn-label-slack:hover {border-color: transparent;background: #431344;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(74, 21, 75, .4);}[data-theme="dark"] .btn-label-slack:focus, [data-theme="dark"] .btn-label-slack.focus {color: #fff;background: #431344;box-shadow: none !important;}[data-theme="dark"] .btn-label-slack:active, [data-theme="dark"] .btn-label-slack.active, [data-theme="dark"] .show>.btn-label-slack.dropdown-toggle {color: #fff;background-color: #3f1240;border-color: transparent }[data-theme="dark"] .btn-label-slack:active:focus, [data-theme="dark"] .btn-label-slack.active:focus, [data-theme="dark"] .show>.btn-label-slack.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-slack.disabled, [data-theme="dark"] .btn-label-slack:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-slack {color: #4a154b;border-color: #4a154b;background: transparent }[data-theme="dark"] .btn-outline-slack:hover {color: #fff;background-color: #431344;border-color: #431344;box-shadow: 0 .125rem .25rem 0 rgba(74, 21, 75, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-slack, [data-theme="dark"] .btn-outline-slack:focus {color: #fff;background-color: #431344;border-color: #431344;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-slack, [data-theme="dark"] .btn-check:active+.btn-outline-slack, [data-theme="dark"] .btn-outline-slack:active, [data-theme="dark"] .btn-outline-slack.active, [data-theme="dark"] .btn-outline-slack.dropdown-toggle.show {color: #fff;background-color: #3f1240;border-color: #3f1240 }[data-theme="dark"] .btn-check:checked+.btn-outline-slack:focus, [data-theme="dark"] .btn-check:active+.btn-outline-slack:focus, [data-theme="dark"] .btn-outline-slack:active:focus, [data-theme="dark"] .btn-outline-slack.active:focus, [data-theme="dark"] .btn-outline-slack.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-slack.disabled, [data-theme="dark"] .btn-outline-slack:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-slack .badge {background: #4a154b;border-color: #4a154b;color: #fff }[data-theme="dark"] .btn-outline-slack:hover .badge, [data-theme="dark"] .btn-outline-slack:focus:hover .badge, [data-theme="dark"] .btn-outline-slack:active .badge, [data-theme="dark"] .btn-outline-slack.active .badge, [data-theme="dark"] .show>.btn-outline-slack.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #4a154b }[data-theme="dark"] .bg-reddit {background-color: #ff4500 !important }[data-theme="dark"] a.bg-reddit:hover, [data-theme="dark"] a.bg-reddit:focus {background-color: #f24200 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #ff4500 }[data-theme="dark"] .bg-label-reddit {background-color: #4d3036 !important;color: #ff4500 !important }[data-theme="dark"] .border-label-reddit {border: 3px solid #bf3400 !important }[data-theme="dark"] .border-light-reddit {border: 3px solid rgba(255, 69, 0, .08) }[data-theme="dark"] .btn-reddit {color: #fff;background-color: #ff4500;border-color: #ff4500;box-shadow: 0 .125rem .25rem 0 rgba(255, 69, 0, .4) }[data-theme="dark"] .btn-reddit:hover {color: #fff;background-color: #e63e00;border-color: #e63e00;}[data-theme="dark"] .btn-check:focus+.btn-reddit, [data-theme="dark"] .btn-reddit:focus, [data-theme="dark"] .btn-reddit.focus {color: #fff;background-color: #e63e00;border-color: #e63e00;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-reddit, [data-theme="dark"] .btn-check:active+.btn-reddit, [data-theme="dark"] .btn-reddit:active, [data-theme="dark"] .btn-reddit.active, [data-theme="dark"] .show>.btn-reddit.dropdown-toggle {color: #fff;background-color: #d93b00;border-color: #d93b00 }[data-theme="dark"] .btn-check:checked+.btn-reddit:focus, [data-theme="dark"] .btn-check:active+.btn-reddit:focus, [data-theme="dark"] .btn-reddit:active:focus, [data-theme="dark"] .btn-reddit.active:focus, [data-theme="dark"] .show>.btn-reddit.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-reddit.disabled, [data-theme="dark"] .btn-reddit:disabled {box-shadow: none }[data-theme="dark"] .btn-label-reddit {color: #ff4500;border-color: transparent;background: #4d3036 }[data-theme="dark"] .btn-label-reddit:hover {border-color: transparent;background: #e63e00;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 69, 0, .4);}[data-theme="dark"] .btn-label-reddit:focus, [data-theme="dark"] .btn-label-reddit.focus {color: #fff;background: #e63e00;box-shadow: none !important;}[data-theme="dark"] .btn-label-reddit:active, [data-theme="dark"] .btn-label-reddit.active, [data-theme="dark"] .show>.btn-label-reddit.dropdown-toggle {color: #fff;background-color: #d93b00;border-color: transparent }[data-theme="dark"] .btn-label-reddit:active:focus, [data-theme="dark"] .btn-label-reddit.active:focus, [data-theme="dark"] .show>.btn-label-reddit.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-reddit.disabled, [data-theme="dark"] .btn-label-reddit:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-reddit {color: #ff4500;border-color: #ff4500;background: transparent }[data-theme="dark"] .btn-outline-reddit:hover {color: #fff;background-color: #e63e00;border-color: #e63e00;box-shadow: 0 .125rem .25rem 0 rgba(255, 69, 0, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-reddit, [data-theme="dark"] .btn-outline-reddit:focus {color: #fff;background-color: #e63e00;border-color: #e63e00;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-reddit, [data-theme="dark"] .btn-check:active+.btn-outline-reddit, [data-theme="dark"] .btn-outline-reddit:active, [data-theme="dark"] .btn-outline-reddit.active, [data-theme="dark"] .btn-outline-reddit.dropdown-toggle.show {color: #fff;background-color: #d93b00;border-color: #d93b00 }[data-theme="dark"] .btn-check:checked+.btn-outline-reddit:focus, [data-theme="dark"] .btn-check:active+.btn-outline-reddit:focus, [data-theme="dark"] .btn-outline-reddit:active:focus, [data-theme="dark"] .btn-outline-reddit.active:focus, [data-theme="dark"] .btn-outline-reddit.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-reddit.disabled, [data-theme="dark"] .btn-outline-reddit:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-reddit .badge {background: #ff4500;border-color: #ff4500;color: #fff }[data-theme="dark"] .btn-outline-reddit:hover .badge, [data-theme="dark"] .btn-outline-reddit:focus:hover .badge, [data-theme="dark"] .btn-outline-reddit:active .badge, [data-theme="dark"] .btn-outline-reddit.active .badge, [data-theme="dark"] .show>.btn-outline-reddit.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #ff4500 }[data-theme="dark"] .bg-youtube {background-color: red !important }[data-theme="dark"] a.bg-youtube:hover, [data-theme="dark"] a.bg-youtube:focus {background-color: #f20000 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: red }[data-theme="dark"] .bg-label-youtube {background-color: #4d2536 !important;color: red !important }[data-theme="dark"] .border-label-youtube {border: 3px solid #bf0000 !important }[data-theme="dark"] .border-light-youtube {border: 3px solid rgba(255, 0, 0, .08) }[data-theme="dark"] .btn-youtube {color: #fff;background-color: red;border-color: red;box-shadow: 0 .125rem .25rem 0 rgba(255, 0, 0, .4) }[data-theme="dark"] .btn-youtube:hover {color: #fff;background-color: #e60000;border-color: #e60000;}[data-theme="dark"] .btn-check:focus+.btn-youtube, [data-theme="dark"] .btn-youtube:focus, [data-theme="dark"] .btn-youtube.focus {color: #fff;background-color: #e60000;border-color: #e60000;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-youtube, [data-theme="dark"] .btn-check:active+.btn-youtube, [data-theme="dark"] .btn-youtube:active, [data-theme="dark"] .btn-youtube.active, [data-theme="dark"] .show>.btn-youtube.dropdown-toggle {color: #fff;background-color: #d90000;border-color: #d90000 }[data-theme="dark"] .btn-check:checked+.btn-youtube:focus, [data-theme="dark"] .btn-check:active+.btn-youtube:focus, [data-theme="dark"] .btn-youtube:active:focus, [data-theme="dark"] .btn-youtube.active:focus, [data-theme="dark"] .show>.btn-youtube.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-youtube.disabled, [data-theme="dark"] .btn-youtube:disabled {box-shadow: none }[data-theme="dark"] .btn-label-youtube {color: red;border-color: transparent;background: #4d2536 }[data-theme="dark"] .btn-label-youtube:hover {border-color: transparent;background: #e60000;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 0, 0, .4);}[data-theme="dark"] .btn-label-youtube:focus, [data-theme="dark"] .btn-label-youtube.focus {color: #fff;background: #e60000;box-shadow: none !important;}[data-theme="dark"] .btn-label-youtube:active, [data-theme="dark"] .btn-label-youtube.active, [data-theme="dark"] .show>.btn-label-youtube.dropdown-toggle {color: #fff;background-color: #d90000;border-color: transparent }[data-theme="dark"] .btn-label-youtube:active:focus, [data-theme="dark"] .btn-label-youtube.active:focus, [data-theme="dark"] .show>.btn-label-youtube.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-youtube.disabled, [data-theme="dark"] .btn-label-youtube:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-youtube {color: red;border-color: red;background: transparent }[data-theme="dark"] .btn-outline-youtube:hover {color: #fff;background-color: #e60000;border-color: #e60000;box-shadow: 0 .125rem .25rem 0 rgba(255, 0, 0, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-youtube, [data-theme="dark"] .btn-outline-youtube:focus {color: #fff;background-color: #e60000;border-color: #e60000;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-youtube, [data-theme="dark"] .btn-check:active+.btn-outline-youtube, [data-theme="dark"] .btn-outline-youtube:active, [data-theme="dark"] .btn-outline-youtube.active, [data-theme="dark"] .btn-outline-youtube.dropdown-toggle.show {color: #fff;background-color: #d90000;border-color: #d90000 }[data-theme="dark"] .btn-check:checked+.btn-outline-youtube:focus, [data-theme="dark"] .btn-check:active+.btn-outline-youtube:focus, [data-theme="dark"] .btn-outline-youtube:active:focus, [data-theme="dark"] .btn-outline-youtube.active:focus, [data-theme="dark"] .btn-outline-youtube.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-youtube.disabled, [data-theme="dark"] .btn-outline-youtube:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-youtube .badge {background: red;border-color: red;color: #fff }[data-theme="dark"] .btn-outline-youtube:hover .badge, [data-theme="dark"] .btn-outline-youtube:focus:hover .badge, [data-theme="dark"] .btn-outline-youtube:active .badge, [data-theme="dark"] .btn-outline-youtube.active .badge, [data-theme="dark"] .show>.btn-outline-youtube.dropdown-toggle .badge {background: #fff;border-color: #fff;color: red }[data-theme="dark"] .bg-vimeo {background-color: #1ab7ea !important }[data-theme="dark"] a.bg-vimeo:hover, [data-theme="dark"] a.bg-vimeo:focus {background-color: #19aede !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #1ab7ea }[data-theme="dark"] .bg-label-vimeo {background-color: #28425b !important;color: #1ab7ea !important }[data-theme="dark"] .border-label-vimeo {border: 3px solid #1489b0 !important }[data-theme="dark"] .border-light-vimeo {border: 3px solid rgba(26, 183, 234, .08) }[data-theme="dark"] .btn-vimeo {color: #fff;background-color: #1ab7ea;border-color: #1ab7ea;box-shadow: 0 .125rem .25rem 0 rgba(26, 183, 234, .4) }[data-theme="dark"] .btn-vimeo:hover {color: #fff;background-color: #17a5d3;border-color: #17a5d3;}[data-theme="dark"] .btn-check:focus+.btn-vimeo, [data-theme="dark"] .btn-vimeo:focus, [data-theme="dark"] .btn-vimeo.focus {color: #fff;background-color: #17a5d3;border-color: #17a5d3;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-vimeo, [data-theme="dark"] .btn-check:active+.btn-vimeo, [data-theme="dark"] .btn-vimeo:active, [data-theme="dark"] .btn-vimeo.active, [data-theme="dark"] .show>.btn-vimeo.dropdown-toggle {color: #fff;background-color: #169cc7;border-color: #169cc7 }[data-theme="dark"] .btn-check:checked+.btn-vimeo:focus, [data-theme="dark"] .btn-check:active+.btn-vimeo:focus, [data-theme="dark"] .btn-vimeo:active:focus, [data-theme="dark"] .btn-vimeo.active:focus, [data-theme="dark"] .show>.btn-vimeo.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-vimeo.disabled, [data-theme="dark"] .btn-vimeo:disabled {box-shadow: none }[data-theme="dark"] .btn-label-vimeo {color: #1ab7ea;border-color: transparent;background: #28425b }[data-theme="dark"] .btn-label-vimeo:hover {border-color: transparent;background: #17a5d3;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(26, 183, 234, .4);}[data-theme="dark"] .btn-label-vimeo:focus, [data-theme="dark"] .btn-label-vimeo.focus {color: #fff;background: #17a5d3;box-shadow: none !important;}[data-theme="dark"] .btn-label-vimeo:active, [data-theme="dark"] .btn-label-vimeo.active, [data-theme="dark"] .show>.btn-label-vimeo.dropdown-toggle {color: #fff;background-color: #169cc7;border-color: transparent }[data-theme="dark"] .btn-label-vimeo:active:focus, [data-theme="dark"] .btn-label-vimeo.active:focus, [data-theme="dark"] .show>.btn-label-vimeo.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-vimeo.disabled, [data-theme="dark"] .btn-label-vimeo:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-vimeo {color: #1ab7ea;border-color: #1ab7ea;background: transparent }[data-theme="dark"] .btn-outline-vimeo:hover {color: #fff;background-color: #17a5d3;border-color: #17a5d3;box-shadow: 0 .125rem .25rem 0 rgba(26, 183, 234, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-vimeo, [data-theme="dark"] .btn-outline-vimeo:focus {color: #fff;background-color: #17a5d3;border-color: #17a5d3;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-vimeo, [data-theme="dark"] .btn-check:active+.btn-outline-vimeo, [data-theme="dark"] .btn-outline-vimeo:active, [data-theme="dark"] .btn-outline-vimeo.active, [data-theme="dark"] .btn-outline-vimeo.dropdown-toggle.show {color: #fff;background-color: #169cc7;border-color: #169cc7 }[data-theme="dark"] .btn-check:checked+.btn-outline-vimeo:focus, [data-theme="dark"] .btn-check:active+.btn-outline-vimeo:focus, [data-theme="dark"] .btn-outline-vimeo:active:focus, [data-theme="dark"] .btn-outline-vimeo.active:focus, [data-theme="dark"] .btn-outline-vimeo.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-vimeo.disabled, [data-theme="dark"] .btn-outline-vimeo:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-vimeo .badge {background: #1ab7ea;border-color: #1ab7ea;color: #fff }[data-theme="dark"] .btn-outline-vimeo:hover .badge, [data-theme="dark"] .btn-outline-vimeo:focus:hover .badge, [data-theme="dark"] .btn-outline-vimeo:active .badge, [data-theme="dark"] .btn-outline-vimeo.active .badge, [data-theme="dark"] .show>.btn-outline-vimeo.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #1ab7ea }[data-theme="dark"] .btn-white {color: #a3a4cc;background-color: #fff;border-color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 255, 255, .4) }[data-theme="dark"] .btn-white:hover {color: #000;background-color: #fff;border-color: #fff;}[data-theme="dark"] .btn-check:focus+.btn-white, [data-theme="dark"] .btn-white:focus, [data-theme="dark"] .btn-white.focus {color: #000;background-color: #fff;border-color: #fff;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-white, [data-theme="dark"] .btn-check:active+.btn-white, [data-theme="dark"] .btn-white:active, [data-theme="dark"] .btn-white.active, [data-theme="dark"] .show>.btn-white.dropdown-toggle {color: #000;background-color: #fff;border-color: #fff }[data-theme="dark"] .btn-check:checked+.btn-white:focus, [data-theme="dark"] .btn-check:active+.btn-white:focus, [data-theme="dark"] .btn-white:active:focus, [data-theme="dark"] .btn-white.active:focus, [data-theme="dark"] .show>.btn-white.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-white.disabled, [data-theme="dark"] .btn-white:disabled {box-shadow: none }[data-theme="dark"] .btn-label-white {color: #a3a4cc;border-color: transparent;background: #4d4e5f }[data-theme="dark"] .btn-label-white:hover {border-color: transparent;background: #fff;color: #a3a4cc;box-shadow: 0 .125rem .25rem 0 rgba(255, 255, 255, .4);}[data-theme="dark"] .btn-label-white:focus, [data-theme="dark"] .btn-label-white.focus {color: #a3a4cc;background: #fff;box-shadow: none !important;}[data-theme="dark"] .btn-label-white:active, [data-theme="dark"] .btn-label-white.active, [data-theme="dark"] .show>.btn-label-white.dropdown-toggle {color: #a3a4cc;background-color: #fff;border-color: transparent }[data-theme="dark"] .btn-label-white:active:focus, [data-theme="dark"] .btn-label-white.active:focus, [data-theme="dark"] .show>.btn-label-white.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-white.disabled, [data-theme="dark"] .btn-label-white:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-white {color: #fff;border-color: #fff;background: transparent }[data-theme="dark"] .btn-outline-white:hover {color: #000;background-color: #fff;border-color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(255, 255, 255, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-white, [data-theme="dark"] .btn-outline-white:focus {color: #000;background-color: #fff;border-color: #fff;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-white, [data-theme="dark"] .btn-check:active+.btn-outline-white, [data-theme="dark"] .btn-outline-white:active, [data-theme="dark"] .btn-outline-white.active, [data-theme="dark"] .btn-outline-white.dropdown-toggle.show {color: #000;background-color: #fff;border-color: #fff }[data-theme="dark"] .btn-check:checked+.btn-outline-white:focus, [data-theme="dark"] .btn-check:active+.btn-outline-white:focus, [data-theme="dark"] .btn-outline-white:active:focus, [data-theme="dark"] .btn-outline-white.active:focus, [data-theme="dark"] .btn-outline-white.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-white.disabled, [data-theme="dark"] .btn-outline-white:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-white .badge {background: #fff;border-color: #fff;color: #000 }[data-theme="dark"] .btn-outline-white:hover .badge, [data-theme="dark"] .btn-outline-white:focus:hover .badge, [data-theme="dark"] .btn-outline-white:active .badge, [data-theme="dark"] .btn-outline-white.active .badge, [data-theme="dark"] .show>.btn-outline-white.dropdown-toggle .badge {background: #000;border-color: #000;color: #fff }[data-theme="dark"] .form-check-black .form-check-input:focus {border-color: #000;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4) }[data-theme="dark"] .form-check-black .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-black .form-check-input:checked, [data-theme="dark"] .form-check-black .form-check-input[type=checkbox]:indeterminate {background-color: #000;border-color: #000;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4) }[data-theme="dark"] .form-check-black.custom-option.checked {border: 1px solid #000 }[data-theme="dark"] .form-check-white .form-check-input:focus {border-color: #fff;box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .4) }[data-theme="dark"] .form-check-white .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-white .form-check-input:checked, [data-theme="dark"] .form-check-white .form-check-input[type=checkbox]:indeterminate {background-color: #fff;border-color: #fff;box-shadow: 0 2px 4px 0 rgba(255, 255, 255, .4) }[data-theme="dark"] .form-check-white.custom-option.checked {border: 1px solid #fff }[data-theme="dark"] .form-check-silver .form-check-input:focus {border-color: #eee;box-shadow: 0 2px 4px 0 rgba(238, 238, 238, .4) }[data-theme="dark"] .form-check-silver .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-silver .form-check-input:checked, [data-theme="dark"] .form-check-silver .form-check-input[type=checkbox]:indeterminate {background-color: #eee;border-color: #eee;box-shadow: 0 2px 4px 0 rgba(238, 238, 238, .4) }[data-theme="dark"] .form-check-silver.custom-option.checked {border: 1px solid #eee }[data-theme="dark"] .form-check-gray .form-check-input:focus {border-color: #777;box-shadow: 0 2px 4px 0 rgba(119, 119, 119, .4) }[data-theme="dark"] .form-check-gray .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-gray .form-check-input:checked, [data-theme="dark"] .form-check-gray .form-check-input[type=checkbox]:indeterminate {background-color: #777;border-color: #777;box-shadow: 0 2px 4px 0 rgba(119, 119, 119, .4) }[data-theme="dark"] .form-check-gray.custom-option.checked {border: 1px solid #777 }[data-theme="dark"] .form-check-gold .form-check-input:focus {border-color: #ffeb3b;box-shadow: 0 2px 4px 0 rgba(255, 235, 59, .4) }[data-theme="dark"] .form-check-gold .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-gold .form-check-input:checked, [data-theme="dark"] .form-check-gold .form-check-input[type=checkbox]:indeterminate {background-color: #ffeb3b;border-color: #ffeb3b;box-shadow: 0 2px 4px 0 rgba(255, 235, 59, .4) }[data-theme="dark"] .form-check-gold.custom-option.checked {border: 1px solid #ffeb3b }[data-theme="dark"] .form-check-pink .form-check-input:focus {border-color: #e91e63;box-shadow: 0 2px 4px 0 rgba(233, 30, 99, .4) }[data-theme="dark"] .form-check-pink .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-pink .form-check-input:checked, [data-theme="dark"] .form-check-pink .form-check-input[type=checkbox]:indeterminate {background-color: #e91e63;border-color: #e91e63;box-shadow: 0 2px 4px 0 rgba(233, 30, 99, .4) }[data-theme="dark"] .form-check-pink.custom-option.checked {border: 1px solid #e91e63 }[data-theme="dark"] .form-check-red .form-check-input:focus {border-color: #f44336;box-shadow: 0 2px 4px 0 rgba(244, 67, 54, .4) }[data-theme="dark"] .form-check-red .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-red .form-check-input:checked, [data-theme="dark"] .form-check-red .form-check-input[type=checkbox]:indeterminate {background-color: #f44336;border-color: #f44336;box-shadow: 0 2px 4px 0 rgba(244, 67, 54, .4) }[data-theme="dark"] .form-check-red.custom-option.checked {border: 1px solid #f44336 }[data-theme="dark"] .navbar.bg-secondary {background-color: #8592a3 !important;color: #eaecef }[data-theme="dark"] .navbar.bg-secondary .navbar-brand, [data-theme="dark"] .navbar.bg-secondary .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-secondary .navbar-brand:hover, [data-theme="dark"] .navbar.bg-secondary .navbar-brand:focus, [data-theme="dark"] .navbar.bg-secondary .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-secondary .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-secondary .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-secondary .navbar-search-wrapper .search-input {color: #eaecef }[data-theme="dark"] .navbar.bg-secondary .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-secondary .search-input-wrapper .search-toggler {background-color: #8592a3 !important;color: #eaecef }[data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link {color: #eaecef }[data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-secondary .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #c2c8d1 !important }[data-theme="dark"] .navbar.bg-secondary .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-secondary .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-secondary .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-secondary .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-secondary .navbar-toggler {color: #eaecef;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-secondary .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-secondary .navbar-text {color: #eaecef }[data-theme="dark"] .navbar.bg-secondary .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-secondary .navbar-text a:hover, [data-theme="dark"] .navbar.bg-secondary .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-secondary hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-success {background-color: #4cb316 !important;color: #ecfae4 }[data-theme="dark"] .navbar.bg-success .navbar-brand, [data-theme="dark"] .navbar.bg-success .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-success .navbar-brand:hover, [data-theme="dark"] .navbar.bg-success .navbar-brand:focus, [data-theme="dark"] .navbar.bg-success .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-success .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-success .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-success .navbar-search-wrapper .search-input {color: #ecfae4 }[data-theme="dark"] .navbar.bg-success .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-success .search-input-wrapper .search-toggler {background-color: #4cb316 !important;color: #ecfae4 }[data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link {color: #ecfae4 }[data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-success .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #bbee9f !important }[data-theme="dark"] .navbar.bg-success .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-success .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-success .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-success .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-success .navbar-toggler {color: #ecfae4;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-success .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-success .navbar-text {color: #ecfae4 }[data-theme="dark"] .navbar.bg-success .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-success .navbar-text a:hover, [data-theme="dark"] .navbar.bg-success .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-success hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-info {background-color: #03c3ec !important;color: #d2f4fc }[data-theme="dark"] .navbar.bg-info .navbar-brand, [data-theme="dark"] .navbar.bg-info .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-info .navbar-brand:hover, [data-theme="dark"] .navbar.bg-info .navbar-brand:focus, [data-theme="dark"] .navbar.bg-info .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-info .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-info .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-info .navbar-search-wrapper .search-input {color: #d2f4fc }[data-theme="dark"] .navbar.bg-info .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-info .search-input-wrapper .search-toggler {background-color: #03c3ec !important;color: #d2f4fc }[data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link {color: #d2f4fc }[data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-info .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #7fe0f6 !important }[data-theme="dark"] .navbar.bg-info .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-info .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-info .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-info .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-info .navbar-toggler {color: #d2f4fc;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-info .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-info .navbar-text {color: #d2f4fc }[data-theme="dark"] .navbar.bg-info .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-info .navbar-text a:hover, [data-theme="dark"] .navbar.bg-info .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-info hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-warning {background-color: #ffab00 !important;color: #fff5e0 }[data-theme="dark"] .navbar.bg-warning .navbar-brand, [data-theme="dark"] .navbar.bg-warning .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-warning .navbar-brand:hover, [data-theme="dark"] .navbar.bg-warning .navbar-brand:focus, [data-theme="dark"] .navbar.bg-warning .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-warning .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-warning .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-warning .navbar-search-wrapper .search-input {color: #fff5e0 }[data-theme="dark"] .navbar.bg-warning .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-warning .search-input-wrapper .search-toggler {background-color: #ffab00 !important;color: #fff5e0 }[data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link {color: #fff5e0 }[data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-warning .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #ffd786 !important }[data-theme="dark"] .navbar.bg-warning .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-warning .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-warning .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-warning .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-warning .navbar-toggler {color: #fff5e0;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-warning .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-warning .navbar-text {color: #fff5e0 }[data-theme="dark"] .navbar.bg-warning .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-warning .navbar-text a:hover, [data-theme="dark"] .navbar.bg-warning .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-warning hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-danger {background-color: #ff3e1d !important;color: #ffd5ce }[data-theme="dark"] .navbar.bg-danger .navbar-brand, [data-theme="dark"] .navbar.bg-danger .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-danger .navbar-brand:hover, [data-theme="dark"] .navbar.bg-danger .navbar-brand:focus, [data-theme="dark"] .navbar.bg-danger .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-danger .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-danger .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-danger .navbar-search-wrapper .search-input {color: #ffd5ce }[data-theme="dark"] .navbar.bg-danger .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-danger .search-input-wrapper .search-toggler {background-color: #ff3e1d !important;color: #ffd5ce }[data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link {color: #ffd5ce }[data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-danger .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #ff9987 !important }[data-theme="dark"] .navbar.bg-danger .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-danger .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-danger .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-danger .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-danger .navbar-toggler {color: #ffd5ce;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-danger .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-danger .navbar-text {color: #ffd5ce }[data-theme="dark"] .navbar.bg-danger .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-danger .navbar-text a:hover, [data-theme="dark"] .navbar.bg-danger .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-danger hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-dark {background-color: #6b6c9d !important;color: #dedee9 }[data-theme="dark"] .navbar.bg-dark .navbar-brand, [data-theme="dark"] .navbar.bg-dark .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-dark .navbar-brand:hover, [data-theme="dark"] .navbar.bg-dark .navbar-brand:focus, [data-theme="dark"] .navbar.bg-dark .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-dark .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-dark .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-dark .navbar-search-wrapper .search-input {color: #dedee9 }[data-theme="dark"] .navbar.bg-dark .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-dark .search-input-wrapper .search-toggler {background-color: #6b6c9d !important;color: #dedee9 }[data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link {color: #dedee9 }[data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-dark .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #b0b0cb !important }[data-theme="dark"] .navbar.bg-dark .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-dark .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-dark .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-dark .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-dark .navbar-toggler {color: #dedee9;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-dark .navbar-text {color: #dedee9 }[data-theme="dark"] .navbar.bg-dark .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-dark .navbar-text a:hover, [data-theme="dark"] .navbar.bg-dark .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-dark hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-gray {background-color: #fff !important;color: #666 }[data-theme="dark"] .navbar.bg-gray .navbar-brand, [data-theme="dark"] .navbar.bg-gray .navbar-brand a {color: #000 }[data-theme="dark"] .navbar.bg-gray .navbar-brand:hover, [data-theme="dark"] .navbar.bg-gray .navbar-brand:focus, [data-theme="dark"] .navbar.bg-gray .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-gray .navbar-brand a:focus {color: #000 }[data-theme="dark"] .navbar.bg-gray .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-gray .navbar-search-wrapper .search-input {color: #666 }[data-theme="dark"] .navbar.bg-gray .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-gray .search-input-wrapper .search-toggler {background-color: rgba(255, 255, 255, .8) !important;color: #666 }[data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link {color: #666 }[data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #000 }[data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-gray .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #a3a3a3 !important }[data-theme="dark"] .navbar.bg-gray .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-gray .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-gray .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-gray .navbar-nav .nav-link.active {color: #000 }[data-theme="dark"] .navbar.bg-gray .navbar-toggler {color: #666;border-color: rgba(0, 0, 0, .075) }[data-theme="dark"] .navbar.bg-gray .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='#7c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='#7c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-gray .navbar-text {color: #666 }[data-theme="dark"] .navbar.bg-gray .navbar-text a {color: #000 }[data-theme="dark"] .navbar.bg-gray .navbar-text a:hover, [data-theme="dark"] .navbar.bg-gray .navbar-text a:focus {color: #000 }[data-theme="dark"] .navbar.bg-gray hr {border-color: rgba(0, 0, 0, .075) }[data-theme="dark"] .navbar.bg-white {background-color: #fff !important;color: #a6a6a6 }[data-theme="dark"] .navbar.bg-white .navbar-brand, [data-theme="dark"] .navbar.bg-white .navbar-brand a {color: #4e5155 }[data-theme="dark"] .navbar.bg-white .navbar-brand:hover, [data-theme="dark"] .navbar.bg-white .navbar-brand:focus, [data-theme="dark"] .navbar.bg-white .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-white .navbar-brand a:focus {color: #4e5155 }[data-theme="dark"] .navbar.bg-white .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-white .navbar-search-wrapper .search-input {color: #a6a6a6 }[data-theme="dark"] .navbar.bg-white .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-white .search-input-wrapper .search-toggler {background-color: #fff !important;color: #a6a6a6 }[data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link {color: #a6a6a6 }[data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #4e5155 }[data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-white .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #cacaca !important }[data-theme="dark"] .navbar.bg-white .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-white .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-white .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-white .navbar-nav .nav-link.active {color: #4e5155 }[data-theme="dark"] .navbar.bg-white .navbar-toggler {color: #a6a6a6;border-color: rgba(78, 81, 85, .075) }[data-theme="dark"] .navbar.bg-white .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='#7c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='#7c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-white .navbar-text {color: #a6a6a6 }[data-theme="dark"] .navbar.bg-white .navbar-text a {color: #4e5155 }[data-theme="dark"] .navbar.bg-white .navbar-text a:hover, [data-theme="dark"] .navbar.bg-white .navbar-text a:focus {color: #4e5155 }[data-theme="dark"] .navbar.bg-white hr {border-color: rgba(78, 81, 85, .075) }[data-theme="dark"] .navbar.bg-light {background-color: #4f505c !important;color: #a3a4cc }[data-theme="dark"] .navbar.bg-light .navbar-brand, [data-theme="dark"] .navbar.bg-light .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-light .navbar-brand:hover, [data-theme="dark"] .navbar.bg-light .navbar-brand:focus, [data-theme="dark"] .navbar.bg-light .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-light .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-light .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-light .navbar-search-wrapper .search-input {color: #a3a4cc }[data-theme="dark"] .navbar.bg-light .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-light .search-input-wrapper .search-toggler {background-color: #4f505c !important;color: #a3a4cc }[data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link {color: #a3a4cc }[data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-light .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #81829f !important }[data-theme="dark"] .navbar.bg-light .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-light .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-light .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-light .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-light .navbar-toggler {color: #a3a4cc;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-light .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-light .navbar-text {color: #a3a4cc }[data-theme="dark"] .navbar.bg-light .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-light .navbar-text a:hover, [data-theme="dark"] .navbar.bg-light .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-light hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-lighter {background-color: #8081b8 !important;color: #a3a4cc }[data-theme="dark"] .navbar.bg-lighter .navbar-brand, [data-theme="dark"] .navbar.bg-lighter .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-lighter .navbar-brand:hover, [data-theme="dark"] .navbar.bg-lighter .navbar-brand:focus, [data-theme="dark"] .navbar.bg-lighter .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-lighter .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-lighter .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-lighter .navbar-search-wrapper .search-input {color: #a3a4cc }[data-theme="dark"] .navbar.bg-lighter .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-lighter .search-input-wrapper .search-toggler {background-color: #8081b8 !important;color: #a3a4cc }[data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link {color: #a3a4cc }[data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-lighter .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #9596c4 !important }[data-theme="dark"] .navbar.bg-lighter .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-lighter .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-lighter .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-lighter .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-lighter .navbar-toggler {color: #a3a4cc;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-lighter .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-lighter .navbar-text {color: #a3a4cc }[data-theme="dark"] .navbar.bg-lighter .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-lighter .navbar-text a:hover, [data-theme="dark"] .navbar.bg-lighter .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-lighter hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .footer.bg-secondary {background-color: #8592a3 !important;color: #eaecef }[data-theme="dark"] .footer.bg-secondary .footer-link {color: #eaecef }[data-theme="dark"] .footer.bg-secondary .footer-link:hover, [data-theme="dark"] .footer.bg-secondary .footer-link:focus {color: #fff }[data-theme="dark"] .footer.bg-secondary .footer-link.disabled {color: #c2c8d1 !important }[data-theme="dark"] .footer.bg-secondary .footer-text {color: #fff }[data-theme="dark"] .footer.bg-secondary .show>.footer-link, [data-theme="dark"] .footer.bg-secondary .active>.footer-link, [data-theme="dark"] .footer.bg-secondary .footer-link.show, [data-theme="dark"] .footer.bg-secondary .footer-link.active {color: #fff }[data-theme="dark"] .footer.bg-secondary hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .footer.bg-success {background-color: #4cb316 !important;color: #ecfae4 }[data-theme="dark"] .footer.bg-success .footer-link {color: #ecfae4 }[data-theme="dark"] .footer.bg-success .footer-link:hover, [data-theme="dark"] .footer.bg-success .footer-link:focus {color: #fff }[data-theme="dark"] .footer.bg-success .footer-link.disabled {color: #bbee9f !important }[data-theme="dark"] .footer.bg-success .footer-text {color: #fff }[data-theme="dark"] .footer.bg-success .show>.footer-link, [data-theme="dark"] .footer.bg-success .active>.footer-link, [data-theme="dark"] .footer.bg-success .footer-link.show, [data-theme="dark"] .footer.bg-success .footer-link.active {color: #fff }[data-theme="dark"] .footer.bg-success hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .footer.bg-info {background-color: #03c3ec !important;color: #d2f4fc }[data-theme="dark"] .footer.bg-info .footer-link {color: #d2f4fc }[data-theme="dark"] .footer.bg-info .footer-link:hover, [data-theme="dark"] .footer.bg-info .footer-link:focus {color: #fff }[data-theme="dark"] .footer.bg-info .footer-link.disabled {color: #7fe0f6 !important }[data-theme="dark"] .footer.bg-info .footer-text {color: #fff }[data-theme="dark"] .footer.bg-info .show>.footer-link, [data-theme="dark"] .footer.bg-info .active>.footer-link, [data-theme="dark"] .footer.bg-info .footer-link.show, [data-theme="dark"] .footer.bg-info .footer-link.active {color: #fff }[data-theme="dark"] .footer.bg-info hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .footer.bg-warning {background-color: #ffab00 !important;color: #fff5e0 }[data-theme="dark"] .footer.bg-warning .footer-link {color: #fff5e0 }[data-theme="dark"] .footer.bg-warning .footer-link:hover, [data-theme="dark"] .footer.bg-warning .footer-link:focus {color: #fff }[data-theme="dark"] .footer.bg-warning .footer-link.disabled {color: #ffd786 !important }[data-theme="dark"] .footer.bg-warning .footer-text {color: #fff }[data-theme="dark"] .footer.bg-warning .show>.footer-link, [data-theme="dark"] .footer.bg-warning .active>.footer-link, [data-theme="dark"] .footer.bg-warning .footer-link.show, [data-theme="dark"] .footer.bg-warning .footer-link.active {color: #fff }[data-theme="dark"] .footer.bg-warning hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .footer.bg-danger {background-color: #ff3e1d !important;color: #ffd5ce }[data-theme="dark"] .footer.bg-danger .footer-link {color: #ffd5ce }[data-theme="dark"] .footer.bg-danger .footer-link:hover, [data-theme="dark"] .footer.bg-danger .footer-link:focus {color: #fff }[data-theme="dark"] .footer.bg-danger .footer-link.disabled {color: #ff9987 !important }[data-theme="dark"] .footer.bg-danger .footer-text {color: #fff }[data-theme="dark"] .footer.bg-danger .show>.footer-link, [data-theme="dark"] .footer.bg-danger .active>.footer-link, [data-theme="dark"] .footer.bg-danger .footer-link.show, [data-theme="dark"] .footer.bg-danger .footer-link.active {color: #fff }[data-theme="dark"] .footer.bg-danger hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .footer.bg-dark {background-color: #6b6c9d !important;color: #dedee9 }[data-theme="dark"] .footer.bg-dark .footer-link {color: #dedee9 }[data-theme="dark"] .footer.bg-dark .footer-link:hover, [data-theme="dark"] .footer.bg-dark .footer-link:focus {color: #fff }[data-theme="dark"] .footer.bg-dark .footer-link.disabled {color: #b0b0cb !important }[data-theme="dark"] .footer.bg-dark .footer-text {color: #fff }[data-theme="dark"] .footer.bg-dark .show>.footer-link, [data-theme="dark"] .footer.bg-dark .active>.footer-link, [data-theme="dark"] .footer.bg-dark .footer-link.show, [data-theme="dark"] .footer.bg-dark .footer-link.active {color: #fff }[data-theme="dark"] .footer.bg-dark hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .footer.bg-gray {background-color: #fff !important;color: #666 }[data-theme="dark"] .footer.bg-gray .footer-link {color: #666 }[data-theme="dark"] .footer.bg-gray .footer-link:hover, [data-theme="dark"] .footer.bg-gray .footer-link:focus {color: #000 }[data-theme="dark"] .footer.bg-gray .footer-link.disabled {color: #a3a3a3 !important }[data-theme="dark"] .footer.bg-gray .footer-text {color: #000 }[data-theme="dark"] .footer.bg-gray .show>.footer-link, [data-theme="dark"] .footer.bg-gray .active>.footer-link, [data-theme="dark"] .footer.bg-gray .footer-link.show, [data-theme="dark"] .footer.bg-gray .footer-link.active {color: #000 }[data-theme="dark"] .footer.bg-gray hr {border-color: rgba(0, 0, 0, .075) }[data-theme="dark"] .footer.bg-white {background-color: #fff !important;color: #a6a6a6 }[data-theme="dark"] .footer.bg-white .footer-link {color: #a6a6a6 }[data-theme="dark"] .footer.bg-white .footer-link:hover, [data-theme="dark"] .footer.bg-white .footer-link:focus {color: #4e5155 }[data-theme="dark"] .footer.bg-white .footer-link.disabled {color: #cacaca !important }[data-theme="dark"] .footer.bg-white .footer-text {color: #4e5155 }[data-theme="dark"] .footer.bg-white .show>.footer-link, [data-theme="dark"] .footer.bg-white .active>.footer-link, [data-theme="dark"] .footer.bg-white .footer-link.show, [data-theme="dark"] .footer.bg-white .footer-link.active {color: #4e5155 }[data-theme="dark"] .footer.bg-white hr {border-color: rgba(78, 81, 85, .075) }[data-theme="dark"] .footer.bg-light {background-color: #4f505c !important;color: #a3a4cc }[data-theme="dark"] .footer.bg-light .footer-link {color: #a3a4cc }[data-theme="dark"] .footer.bg-light .footer-link:hover, [data-theme="dark"] .footer.bg-light .footer-link:focus {color: #cbcbe2 }[data-theme="dark"] .footer.bg-light .footer-link.disabled {color: #81829f !important }[data-theme="dark"] .footer.bg-light .footer-text {color: #cbcbe2 }[data-theme="dark"] .footer.bg-light .show>.footer-link, [data-theme="dark"] .footer.bg-light .active>.footer-link, [data-theme="dark"] .footer.bg-light .footer-link.show, [data-theme="dark"] .footer.bg-light .footer-link.active {color: #cbcbe2 }[data-theme="dark"] .footer.bg-light hr {border-color: rgba(203, 203, 226, .15) }[data-theme="dark"] .footer.bg-lighter {background-color: #8081b8 !important;color: #7071a4 }[data-theme="dark"] .footer.bg-lighter .footer-link {color: #7071a4 }[data-theme="dark"] .footer.bg-lighter .footer-link:hover, [data-theme="dark"] .footer.bg-lighter .footer-link:focus {color: #a3a4cc }[data-theme="dark"] .footer.bg-lighter .footer-link.disabled {color: #7677ac !important }[data-theme="dark"] .footer.bg-lighter .footer-text {color: #a3a4cc }[data-theme="dark"] .footer.bg-lighter .show>.footer-link, [data-theme="dark"] .footer.bg-lighter .active>.footer-link, [data-theme="dark"] .footer.bg-lighter .footer-link.show, [data-theme="dark"] .footer.bg-lighter .footer-link.active {color: #a3a4cc }[data-theme="dark"] .footer.bg-lighter hr {border-color: rgba(163, 164, 204, .15) }@media(min-width: 1200px) {[data-theme="dark"] .layout-horizontal .bg-menu-theme .menu-inner>.menu-item .menu-sub {box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2) }}[data-theme="dark"] .layout-menu-hover .layout-menu {box-shadow: 0 .625rem 1.25rem rgba(0, 0, 0, .3);}[data-theme="dark"] .text-primary {color: #696cff !important }[data-theme="dark"] .text-body[href]:hover {color: #5f61e6 !important }[data-theme="dark"] .bg-primary {background-color: #696cff !important }[data-theme="dark"] a.bg-primary:hover, [data-theme="dark"] a.bg-primary:focus {background-color: #6467f2 !important }[data-theme="dark"] .dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {background-color: #696cff }[data-theme="dark"] .bg-label-primary {background-color: #35365f !important;color: #696cff !important }[data-theme="dark"] .border-label-primary {border: 3px solid #4f51bf !important }[data-theme="dark"] .border-light-primary {border: 3px solid rgba(105, 108, 255, .08) }[data-theme="dark"] .page-item.active .page-link, [data-theme="dark"] .page-item.active .page-link:hover, [data-theme="dark"] .page-item.active .page-link:focus, [data-theme="dark"] .pagination li.active>a:not(.page-link), [data-theme="dark"] .pagination li.active>a:not(.page-link):hover, [data-theme="dark"] .pagination li.active>a:not(.page-link):focus {border-color: #696cff;background-color: #696cff;color: #fff;box-shadow: 0 .125rem .25rem rgba(105, 108, 255, .4) }[data-theme="dark"] .progress-bar {background-color: #696cff;color: #fff;box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .modal-onboarding .carousel-indicators [data-bs-target] {background-color: #696cff }[data-theme="dark"] .carousel-control-prev, [data-theme="dark"] .carousel-control-next {color: #696cff }[data-theme="dark"] .carousel-control-prev:hover, [data-theme="dark"] .carousel-control-prev:focus, [data-theme="dark"] .carousel-control-next:hover, [data-theme="dark"] .carousel-control-next:focus {color: #696cff }[data-theme="dark"] .list-group-item-primary {background-color: #3e3f79;color: #696cff !important }[data-theme="dark"] a.list-group-item-primary, [data-theme="dark"] button.list-group-item-primary {color: #696cff }[data-theme="dark"] a.list-group-item-primary:hover, [data-theme="dark"] a.list-group-item-primary:focus, [data-theme="dark"] button.list-group-item-primary:hover, [data-theme="dark"] button.list-group-item-primary:focus {background-color: #38396d;color: #696cff }[data-theme="dark"] a.list-group-item-primary.active, [data-theme="dark"] button.list-group-item-primary.active {border-color: #696cff;background-color: #696cff;color: #696cff }[data-theme="dark"] .list-group-item.active, [data-theme="dark"] .list-group-item.active:hover, [data-theme="dark"] .list-group-item.active:focus {border-color: #696cff;background-color: #696cff }[data-theme="dark"] .list-group.list-group-timeline .list-group-timeline-primary:before {background-color: #696cff }[data-theme="dark"] .alert-primary {background-color: #35365f;border-color: #3e3f79;color: #696cff }[data-theme="dark"] .alert-primary .btn-close {background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='ðŸŽ¨-%5BSetup%5D:-Colors-&-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23696cff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .alert-primary .alert-link {color: #696cff }[data-theme="dark"] .card .alert-primary hr {background-color: #696cff !important }[data-theme="dark"] .accordion.accordion-header-primary .accordion-item.active .accordion-button {color: #696cff !important }[data-theme="dark"] .tooltip-primary .tooltip-inner, [data-theme="dark"] .tooltip-primary>.tooltip .tooltip-inner, [data-theme="dark"] .ngb-tooltip-primary+ngb-tooltip-window .tooltip-inner {background: #696cff;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .tooltip-primary.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .tooltip-primary>.tooltip.bs-tooltip-top .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-top .tooltip-arrow::before {border-top-color: #696cff }[data-theme="dark"] .tooltip-primary.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .tooltip-primary>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before {border-left-color: #696cff }[data-theme="dark"] [dir=rtl] .tooltip-primary.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-primary>.tooltip.bs-tooltip-start .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-start .tooltip-arrow::before {border-right-color: #696cff }[data-theme="dark"] .tooltip-primary.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .tooltip-primary>.tooltip.bs-tooltip-bottom .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-bottom .tooltip-arrow::before {border-bottom-color: #696cff }[data-theme="dark"] .tooltip-primary.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .tooltip-primary>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before {border-right-color: #696cff }[data-theme="dark"] [dir=rtl] .tooltip-primary.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .tooltip-primary>.tooltip.bs-tooltip-end .tooltip-arrow::before, [data-theme="dark"] [dir=rtl] .ngb-tooltip-primary+ngb-tooltip-window.bs-tooltip-end .tooltip-arrow::before {border-left-color: #696cff }[data-theme="dark"] .popover.popover-primary, [data-theme="dark"] .popover .popover-primary>.popover, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window {border-color: transparent;background: #696cff;box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .popover.popover-primary .popover-header, [data-theme="dark"] .popover .popover-primary>.popover .popover-header, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window .popover-header {border-color: rgba(255, 255, 255, .2);background: transparent;color: #fff }[data-theme="dark"] .popover.popover-primary .popover-body, [data-theme="dark"] .popover .popover-primary>.popover .popover-body, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window .popover-body {background: transparent;color: rgba(255, 255, 255, .8) }[data-theme="dark"] .popover.popover-primary>.popover-arrow::before, [data-theme="dark"] .popover .popover-primary>.popover>.popover-arrow::before, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window>.popover-arrow::before {border-color: transparent }[data-theme="dark"] .popover.popover-primary.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .popover-primary>.popover.bs-popover-top>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window.bs-popover-top>.popover-arrow::after {border-top-color: #696cff }[data-theme="dark"] .popover.popover-primary.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .popover-primary>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window.bs-popover-end>.popover-arrow::after {border-right-color: #696cff }[data-theme="dark"] [dir=rtl] .popover.popover-primary.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-primary>.popover.bs-popover-end>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-primary+ngb-popover-window.bs-popover-end>.popover-arrow::after {border-left-color: #696cff }[data-theme="dark"] .popover.popover-primary.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .popover-primary>.popover.bs-popover-bottom>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window.bs-popover-bottom>.popover-arrow::after {border-bottom-color: #696cff !important }[data-theme="dark"] .popover.popover-primary.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .popover-primary>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window.bs-popover-start>.popover-arrow::after {border-left-color: #696cff }[data-theme="dark"] [dir=rtl] .popover.popover-primary.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .popover-primary>.popover.bs-popover-start>.popover-arrow::after, [data-theme="dark"] [dir=rtl] .popover .ngb-popover-primary+ngb-popover-window.bs-popover-start>.popover-arrow::after {border-right-color: #696cff }[data-theme="dark"] .popover.popover-primary.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .popover-primary>.popover.bs-popover-bottom .popover-header::before, [data-theme="dark"] .popover .ngb-popover-primary+ngb-popover-window.bs-popover-bottom .popover-header::before {border-bottom: 1px solid transparent }[data-theme="dark"] .table-primary {--bs-table-bg: #e1e2ff;--bs-table-striped-bg: #cfd0eb;--bs-table-striped-color: #000;--bs-table-active-bg: #cbcbe6;--bs-table-active-color: #000;--bs-table-hover-bg: #cbcbe6;--bs-table-hover-color: #000;color: #000;border-color: #878899 }[data-theme="dark"] .table-primary th {border-bottom-color: inherit !important }[data-theme="dark"] .table-primary .btn-icon {color: #000 }[data-theme="dark"] .btn-primary {color: #fff;background-color: #696cff;border-color: #696cff;box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .btn-primary:hover {color: #fff;background-color: #5f61e6;border-color: #5f61e6;}[data-theme="dark"] .btn-check:focus+.btn-primary, [data-theme="dark"] .btn-primary:focus, [data-theme="dark"] .btn-primary.focus {color: #fff;background-color: #5f61e6;border-color: #5f61e6;box-shadow: none }[data-theme="dark"] .btn-check:checked+.btn-primary, [data-theme="dark"] .btn-check:active+.btn-primary, [data-theme="dark"] .btn-primary:active, [data-theme="dark"] .btn-primary.active, [data-theme="dark"] .show>.btn-primary.dropdown-toggle {color: #fff;background-color: #595cd9;border-color: #595cd9 }[data-theme="dark"] .btn-check:checked+.btn-primary:focus, [data-theme="dark"] .btn-check:active+.btn-primary:focus, [data-theme="dark"] .btn-primary:active:focus, [data-theme="dark"] .btn-primary.active:focus, [data-theme="dark"] .show>.btn-primary.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-primary.disabled, [data-theme="dark"] .btn-primary:disabled {box-shadow: none }[data-theme="dark"] .btn-label-primary {color: #696cff;border-color: transparent;background: #35365f }[data-theme="dark"] .btn-label-primary:hover {border-color: transparent;background: #5f61e6;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4);}[data-theme="dark"] .btn-label-primary:focus, [data-theme="dark"] .btn-label-primary.focus {color: #fff;background: #5f61e6;box-shadow: none !important;}[data-theme="dark"] .btn-label-primary:active, [data-theme="dark"] .btn-label-primary.active, [data-theme="dark"] .show>.btn-label-primary.dropdown-toggle {color: #fff;background-color: #595cd9;border-color: transparent }[data-theme="dark"] .btn-label-primary:active:focus, [data-theme="dark"] .btn-label-primary.active:focus, [data-theme="dark"] .show>.btn-label-primary.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .btn-label-primary.disabled, [data-theme="dark"] .btn-label-primary:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-primary {color: #696cff;border-color: #696cff;background: transparent }[data-theme="dark"] .btn-outline-primary:hover {color: #fff;background-color: #5f61e6;border-color: #5f61e6;box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4);}[data-theme="dark"] .btn-check:focus+.btn-outline-primary, [data-theme="dark"] .btn-outline-primary:focus {color: #fff;background-color: #5f61e6;border-color: #5f61e6;box-shadow: none;}[data-theme="dark"] .btn-check:checked+.btn-outline-primary, [data-theme="dark"] .btn-check:active+.btn-outline-primary, [data-theme="dark"] .btn-outline-primary:active, [data-theme="dark"] .btn-outline-primary.active, [data-theme="dark"] .btn-outline-primary.dropdown-toggle.show {color: #fff;background-color: #595cd9;border-color: #595cd9 }[data-theme="dark"] .btn-check:checked+.btn-outline-primary:focus, [data-theme="dark"] .btn-check:active+.btn-outline-primary:focus, [data-theme="dark"] .btn-outline-primary:active:focus, [data-theme="dark"] .btn-outline-primary.active:focus, [data-theme="dark"] .btn-outline-primary.dropdown-toggle.show:focus {box-shadow: none }[data-theme="dark"] .btn-outline-primary.disabled, [data-theme="dark"] .btn-outline-primary:disabled {box-shadow: none }[data-theme="dark"] .btn-outline-primary .badge {background: #696cff;border-color: #696cff;color: #fff }[data-theme="dark"] .btn-outline-primary:hover .badge, [data-theme="dark"] .btn-outline-primary:focus:hover .badge, [data-theme="dark"] .btn-outline-primary:active .badge, [data-theme="dark"] .btn-outline-primary.active .badge, [data-theme="dark"] .show>.btn-outline-primary.dropdown-toggle .badge {background: #fff;border-color: #fff;color: #696cff }[data-theme="dark"] .dropdown-item:not(.disabled).active, [data-theme="dark"] .dropdown-item:not(.disabled):active {background-color: rgba(105, 108, 255, .08);color: #696cff !important }[data-theme="dark"] .dropdown-menu>li:not(.disabled)>a:not(.dropdown-item):active, [data-theme="dark"] .dropdown-menu>li.active:not(.disabled)>a:not(.dropdown-item) {background-color: rgba(105, 108, 255, .08);color: #696cff !important }[data-theme="dark"] .nav .nav-link:hover, [data-theme="dark"] .nav .nav-link:focus {color: #5f61e6 }[data-theme="dark"] .nav-pills .nav-link.active, [data-theme="dark"] .nav-pills .nav-link.active:hover, [data-theme="dark"] .nav-pills .nav-link.active:focus {background-color: #696cff;color: #fff;box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .form-control:focus, [data-theme="dark"] .form-select:focus {border-color: #696cff }[data-theme="dark"] .input-group:focus-within .form-control, [data-theme="dark"] .input-group:focus-within .input-group-text {border-color: #696cff }[data-theme="dark"] .form-check-input:focus {border-color: #696cff;box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .form-check-input:disabled {background-color: #444564 }[data-theme="dark"] .form-check-input:checked, [data-theme="dark"] .form-check-input[type=checkbox]:indeterminate {background-color: #696cff;border-color: #696cff;box-shadow: 0 2px 4px 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .custom-option.checked {border: 1px solid #696cff }[data-theme="dark"] .form-switch .form-check-input:focus {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23696cff'/%3e%3c/svg%3e") }[data-theme="dark"] .form-switch .form-check-input:checked {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") }[data-theme="dark"] .form-control:focus~.form-label {border-color: #696cff }[data-theme="dark"] .form-control:focus~.form-label::after {border-color: inherit }[data-theme="dark"] .switch-input:checked~.switch-toggle-slider {background: #696cff;color: #fff }[data-theme="dark"] .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-input:focus~.switch-toggle-slider {border: 1px solid #696cff;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .switch-primary.switch .switch-input:checked~.switch-toggle-slider {background: #696cff;color: #fff }[data-theme="dark"] .switch-primary.switch .switch-input:active~.switch-toggle-slider {box-shadow: none }[data-theme="dark"] .switch-primary.switch .switch-input:focus~.switch-toggle-slider {border: 1px solid #696cff;box-shadow: 0 0 .25rem .05rem rgba(255, 255, 255, .1) }[data-theme="dark"] .timeline .timeline-item-primary .timeline-event {background-color: rgba(105, 108, 255, .1) }[data-theme="dark"] .timeline .timeline-item-primary .timeline-event:before {border-left-color: rgba(105, 108, 255, .1) !important;border-right-color: rgba(105, 108, 255, .1) !important }[data-theme="dark"] .timeline .timeline-point-primary {background-color: #696cff !important;box-shadow: 0 0 0 .1875rem rgba(105, 108, 255, .16) }[data-theme="dark"] .timeline .timeline-indicator-primary {border-color: #696cff !important }[data-theme="dark"] .timeline .timeline-indicator-primary i {color: #696cff !important }[data-theme="dark"] .divider.divider-primary .divider-text:before, [data-theme="dark"] .divider.divider-primary .divider-text:after {border-color: #696cff }[data-theme="dark"] .navbar.bg-primary {background-color: #696cff !important;color: #e0e1ff }[data-theme="dark"] .navbar.bg-primary .navbar-brand, [data-theme="dark"] .navbar.bg-primary .navbar-brand a {color: #fff }[data-theme="dark"] .navbar.bg-primary .navbar-brand:hover, [data-theme="dark"] .navbar.bg-primary .navbar-brand:focus, [data-theme="dark"] .navbar.bg-primary .navbar-brand a:hover, [data-theme="dark"] .navbar.bg-primary .navbar-brand a:focus {color: #fff }[data-theme="dark"] .navbar.bg-primary .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .navbar.bg-primary .navbar-search-wrapper .search-input {color: #e0e1ff }[data-theme="dark"] .navbar.bg-primary .search-input-wrapper .search-input, [data-theme="dark"] .navbar.bg-primary .search-input-wrapper .search-toggler {background-color: #696cff !important;color: #e0e1ff }[data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-link, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link {color: #e0e1ff }[data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-link:hover, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-link:focus, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #fff }[data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-link.disabled, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .navbar.bg-primary .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #b0b2ff !important }[data-theme="dark"] .navbar.bg-primary .navbar-nav .show>.nav-link, [data-theme="dark"] .navbar.bg-primary .navbar-nav .active>.nav-link, [data-theme="dark"] .navbar.bg-primary .navbar-nav .nav-link.show, [data-theme="dark"] .navbar.bg-primary .navbar-nav .nav-link.active {color: #fff }[data-theme="dark"] .navbar.bg-primary .navbar-toggler {color: #e0e1ff;border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .navbar.bg-primary .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='rgba(255, 255, 255, 0.8)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .navbar.bg-primary .navbar-text {color: #e0e1ff }[data-theme="dark"] .navbar.bg-primary .navbar-text a {color: #fff }[data-theme="dark"] .navbar.bg-primary .navbar-text a:hover, [data-theme="dark"] .navbar.bg-primary .navbar-text a:focus {color: #fff }[data-theme="dark"] .navbar.bg-primary hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .menu.bg-primary {background-color: #696cff !important;color: #e0e1ff }[data-theme="dark"] .menu.bg-primary .menu-link, [data-theme="dark"] .menu.bg-primary .menu-horizontal-prev, [data-theme="dark"] .menu.bg-primary .menu-horizontal-next {color: #e0e1ff }[data-theme="dark"] .menu.bg-primary .menu-link:hover, [data-theme="dark"] .menu.bg-primary .menu-link:focus, [data-theme="dark"] .menu.bg-primary .menu-horizontal-prev:hover, [data-theme="dark"] .menu.bg-primary .menu-horizontal-prev:focus, [data-theme="dark"] .menu.bg-primary .menu-horizontal-next:hover, [data-theme="dark"] .menu.bg-primary .menu-horizontal-next:focus {color: #fff }[data-theme="dark"] .menu.bg-primary .menu-link.active, [data-theme="dark"] .menu.bg-primary .menu-horizontal-prev.active, [data-theme="dark"] .menu.bg-primary .menu-horizontal-next.active {color: #fff }[data-theme="dark"] .menu.bg-primary .menu-item.disabled .menu-link, [data-theme="dark"] .menu.bg-primary .menu-horizontal-prev.disabled, [data-theme="dark"] .menu.bg-primary .menu-horizontal-next.disabled {color: #b0b2ff !important }[data-theme="dark"] .menu.bg-primary .menu-item.open:not(.menu-item-closing)>.menu-toggle, [data-theme="dark"] .menu.bg-primary .menu-item.active>.menu-link {color: #fff }[data-theme="dark"] .menu.bg-primary .menu-item.active>.menu-link:not(.menu-toggle) {background-color: #6d70ff }[data-theme="dark"] .menu.bg-primary.menu-horizontal .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle) {background-color: #7174ff }[data-theme="dark"] .menu.bg-primary.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing)>.menu-sub, [data-theme="dark"] .menu.bg-primary.menu-horizontal .menu-inner .menu-item.open>.menu-toggle {background: #6d70ff }[data-theme="dark"] .menu.bg-primary .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub, [data-theme="dark"] .menu.bg-primary .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {background: transparent;color: #e0e1ff }[data-theme="dark"] .menu.bg-primary .menu-inner-shadow {background: linear-gradient(#696cff 41%, rgba(105, 108, 255, 0.11) 95%, rgba(105, 108, 255, 0)) }[data-theme="dark"] .menu.bg-primary .menu-text {color: #fff }[data-theme="dark"] .menu.bg-primary .menu-header {color: #c2c4ff }[data-theme="dark"] .menu.bg-primary hr, [data-theme="dark"] .menu.bg-primary .menu-divider, [data-theme="dark"] .menu.bg-primary .menu-inner>.menu-item.open>.menu-sub::before {border-color: rgba(255, 255, 255, .15) !important }[data-theme="dark"] .menu.bg-primary .menu-inner>.menu-header::before {background-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .menu.bg-primary .menu-block::before {background-color: #c2c4ff }[data-theme="dark"] .menu.bg-primary .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before {background-color: #8385ff }[data-theme="dark"] .menu.bg-primary .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {background-color: #fff }[data-theme="dark"] .menu.bg-primary .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before, [data-theme="dark"] .menu.bg-primary .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {box-shadow: 0 0 0 2px #6d70ff }[data-theme="dark"] .menu.bg-primary .ps__thumb-y, [data-theme="dark"] .menu.bg-primary .ps__rail-y.ps--clicking>.ps__thumb-y {background: rgba(255, 255, 255, .5942917647) !important }[data-theme="dark"] .footer.bg-primary {background-color: #696cff !important;color: #e0e1ff }[data-theme="dark"] .footer.bg-primary .footer-link {color: #e0e1ff }[data-theme="dark"] .footer.bg-primary .footer-link:hover, [data-theme="dark"] .footer.bg-primary .footer-link:focus {color: #fff }[data-theme="dark"] .footer.bg-primary .footer-link.disabled {color: #b0b2ff !important }[data-theme="dark"] .footer.bg-primary .footer-text {color: #fff }[data-theme="dark"] .footer.bg-primary .show>.footer-link, [data-theme="dark"] .footer.bg-primary .active>.footer-link, [data-theme="dark"] .footer.bg-primary .footer-link.show, [data-theme="dark"] .footer.bg-primary .footer-link.active {color: #fff }[data-theme="dark"] .footer.bg-primary hr {border-color: rgba(255, 255, 255, .15) }[data-theme="dark"] .bg-primary.toast, [data-theme="dark"] .bg-primary.bs-toast {color: #fff;background-color: rgba(105, 108, 255, .85) !important;box-shadow: 0 .25rem 1rem rgba(105, 108, 255, .4) }[data-theme="dark"] .bg-primary.toast .toast-header, [data-theme="dark"] .bg-primary.bs-toast .toast-header {color: #fff }[data-theme="dark"] .bg-primary.toast .toast-header .btn-close, [data-theme="dark"] .bg-primary.bs-toast .toast-header .btn-close {background-color: #696cff !important;box-shadow: 0 .1875rem .375rem 0 rgba(105, 108, 255, .4) !important }[data-theme="dark"] .form-floating>.form-control:not(:-moz-placeholder-shown)~label {color: #696cff }[data-theme="dark"] .form-floating>.form-control:focus~label, [data-theme="dark"] .form-floating>.form-control:not(:placeholder-shown)~label, [data-theme="dark"] .form-floating>.form-select~label {color: #696cff }[data-theme="dark"] .form-floating>.form-control:-webkit-autofill~label {color: #696cff }[data-theme="dark"] .svg-illustration svg {fill: #696cff }[data-theme="dark"] .jstree-default .jstree-wholerow-clicked, [data-theme="dark"] .jstree-default .jstree-wholerow-hovered {background: #e9e9ff }[data-theme="dark"] .jstree-default-dark .jstree-wholerow-hovered, [data-theme="dark"] .jstree-default-dark .jstree-wholerow-clicked {background: #6a6cc9 }[data-theme="dark"] html:not([dir=rtl]) .border-primary, [data-theme="dark"] html[dir=rtl] .border-primary {border-color: #696cff !important }[data-theme="dark"] a {color: #696cff }[data-theme="dark"] a:hover {color: #787bff }[data-theme="dark"] .fill-primary {fill: #696cff }[data-theme="dark"] .noUi-primary .noUi-base .noUi-connect {background: #696cff !important }[data-theme="dark"] .select2-search {background-color: #2b2c40;}[data-theme="dark"] .select2-search input {color: #a3a4cc;background-color: #2b2c40;}[data-theme="dark"] .select2-results {background-color: #2b2c40;}[data-theme="dark"] .select2-container--default .select2-results__option {color: #a3a4cc;}[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected=true] {background-color: #232333;color: white;}[data-theme="dark"] .select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #5897fb;color: white;}[data-theme="dark"] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {color: #a3a4cc;}[data-theme="dark"] .select2-container--default .select2-selection--single {color: #a3a4cc;background-color: #2b2c40;border: 1px solid #444564;border-radius: 4px;}[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered {color: #a3a4cc;}[data-theme="dark"] .select2-container--default.select2-container--focus .select2-selection, [data-theme="dark"] .select2-container--default.select2-container--open .select2-selection {border-color: #696cff !important }[data-theme="dark"] .select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {background: rgba(105, 108, 255, .08) !important;color: #696cff !important }[data-theme="dark"] .select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {background: rgba(105, 108, 255, .16) !important }[data-theme="dark"] table.dataTable.dtr-column>tbody>tr>td.control:before, [data-theme="dark"] table.dataTable.dtr-column>tbody>tr>th.control:before {background-color: #696cff;border: 2px solid #7c7db6;box-shadow: 0 0 3px rgba(0, 0, 0, .45) }[data-theme="dark"] .bootstrap-select .dropdown-menu.inner a[aria-selected=true] {background: rgba(105, 108, 255, .08) !important;color: #696cff !important }[data-theme="dark"] .bootstrap-select .dropdown-toggle.show {border-color: #696cff }[data-theme="dark"] .datepicker table tr td.active, [data-theme="dark"] .datepicker table tr td.active.highlighted, [data-theme="dark"] .datepicker table tr td.active, [data-theme="dark"] .datepicker table tr td span.active, [data-theme="dark"] .datepicker table tr td span.active.disabled, [data-theme="dark"] .datepicker table tr td.range-start, [data-theme="dark"] .datepicker table tr td.range-end {color: #fff !important;background: #696cff !important;box-shadow: 0 .125rem .25rem rgba(105, 108, 255, .45) }[data-theme="dark"] .datepicker table tr td.range, [data-theme="dark"] .datepicker table tr td.range.highlighted, [data-theme="dark"] .datepicker table tr td.range.today {color: #696cff !important;background: #35365f !important }[data-theme="dark"] .datepicker table tr td.range.disabled, [data-theme="dark"] .datepicker table tr td.range.highlighted.disabled, [data-theme="dark"] .datepicker table tr td.range.today.disabled {color: rgba(255, 255, 255, .5) !important;background: rgba(53, 54, 95, .5) !important }[data-theme="dark"] .datepicker table tr td.range.focused, [data-theme="dark"] .datepicker table tr td.range.highlighted.focused, [data-theme="dark"] .datepicker table tr td.range.today.focused {background: #2a2b4b !important }[data-theme="dark"] .datepicker table tr td.today:not(.active) {border: 1px solid #696cff }[data-theme="dark"] .flatpickr-calendar .numInputWrapper span.arrowUp:after {border-bottom-color: #fff }[data-theme="dark"] .flatpickr-calendar .numInputWrapper span.arrowDown:after {border-top-color: #fff }[data-theme="dark"] .flatpickr-day.today {border-color: #696cff }[data-theme="dark"] .flatpickr-day.inRange, [data-theme="dark"] .flatpickr-day.nextMonthDay.inRange, [data-theme="dark"] .flatpickr-day.prevMonthDay.inRange, [data-theme="dark"] .flatpickr-day.today.inRange, [data-theme="dark"] .flatpickr-day.nextMonthDay.today.inRange, [data-theme="dark"] .flatpickr-day.prevMonthDay.today.inRange {border-color: #35365f !important;background: #35365f !important;color: #696cff !important }[data-theme="dark"] .flatpickr-day.selected, [data-theme="dark"] .flatpickr-day.selected.inRange, [data-theme="dark"] .flatpickr-day.selected:focus, [data-theme="dark"] .flatpickr-day.selected:hover, [data-theme="dark"] .flatpickr-day.selected.prevMonthDay, [data-theme="dark"] .flatpickr-day.selected.nextMonthDay, [data-theme="dark"] .flatpickr-day.startRange, [data-theme="dark"] .flatpickr-day.startRange.inRange, [data-theme="dark"] .flatpickr-day.startRange:focus, [data-theme="dark"] .flatpickr-day.startRange:hover, [data-theme="dark"] .flatpickr-day.startRange.prevMonthDay, [data-theme="dark"] .flatpickr-day.startRange.nextMonthDay, [data-theme="dark"] .flatpickr-day.endRange, [data-theme="dark"] .flatpickr-day.endRange.inRange, [data-theme="dark"] .flatpickr-day.endRange:focus, [data-theme="dark"] .flatpickr-day.endRange:hover, [data-theme="dark"] .flatpickr-day.endRange.nextMonthDay, [data-theme="dark"] .flatpickr-day.endRange.prevMonthDay, [data-theme="dark"] .flatpickr-day.week.selected {background: #696cff !important;border-color: #696cff !important;color: #fff !important;box-shadow: 0 .125rem .25rem rgba(105, 108, 255, .45) }[data-theme="dark"] .daterangepicker table thead th select, [data-theme="dark"] .daterangepicker table thead td select {background-color: transparent }[data-theme="dark"] .daterangepicker td.active:not(.off) {background: #696cff !important;color: #fff;box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2) }[data-theme="dark"] .daterangepicker .start-date:not(.end-date):not(.off), [data-theme="dark"] .daterangepicker .end-date:not(.start-date):not(.off) {background-color: #696cff;color: #fff;border: 0 !important }[data-theme="dark"] .daterangepicker .start-date:not(.end-date):not(.off):hover, [data-theme="dark"] .daterangepicker .end-date:not(.start-date):not(.off):hover {background-color: #696cff !important }[data-theme="dark"] .daterangepicker .input-mini.active {border-color: #696cff !important }[data-theme="dark"] .daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {color: #696cff !important;background-color: #35365f !important }[data-theme="dark"] .ranges li.active {color: #fff !important;background-color: #696cff !important }[data-theme="dark"] li.ui-timepicker-selected, [data-theme="dark"] .ui-timepicker-list .ui-timepicker-selected:hover {color: #fff !important;background: #696cff !important }[data-theme="dark"] .ql-snow.ql-toolbar button:hover, [data-theme="dark"] .ql-snow.ql-toolbar button:focus, [data-theme="dark"] .ql-snow.ql-toolbar button.ql-active, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label:hover, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label.ql-active, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item:hover, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected, [data-theme="dark"] .ql-snow .ql-toolbar button:hover, [data-theme="dark"] .ql-snow .ql-toolbar button:focus, [data-theme="dark"] .ql-snow .ql-toolbar button.ql-active, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label:hover, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label.ql-active, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item:hover, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected {color: #696cff !important }[data-theme="dark"] .ql-snow.ql-toolbar button:hover .ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar button:focus .ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar button.ql-active .ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar button:hover .ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar button:focus .ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar button.ql-active .ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {fill: #696cff !important }[data-theme="dark"] .ql-snow.ql-toolbar button:hover .ql-stroke, [data-theme="dark"] .ql-snow.ql-toolbar button:focus .ql-stroke, [data-theme="dark"] .ql-snow.ql-toolbar button.ql-active .ql-stroke, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, [data-theme="dark"] .ql-snow.ql-toolbar button:hover .ql-stroke-miter, [data-theme="dark"] .ql-snow.ql-toolbar button:focus .ql-stroke-miter, [data-theme="dark"] .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, [data-theme="dark"] .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, [data-theme="dark"] .ql-snow .ql-toolbar button:hover .ql-stroke, [data-theme="dark"] .ql-snow .ql-toolbar button:focus .ql-stroke, [data-theme="dark"] .ql-snow .ql-toolbar button.ql-active .ql-stroke, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, [data-theme="dark"] .ql-snow .ql-toolbar button:hover .ql-stroke-miter, [data-theme="dark"] .ql-snow .ql-toolbar button:focus .ql-stroke-miter, [data-theme="dark"] .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, [data-theme="dark"] .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {stroke: #696cff !important }[data-theme="dark"] .tt-suggestion:active, [data-theme="dark"] .tt-cursor {background: rgba(105, 108, 255, .08) !important;color: #696cff !important }[data-theme="dark"] .dropzone.dz-drag-hover {border-color: #696cff !important }[data-theme="dark"] .swiper-pagination-bullet.swiper-pagination-bullet-active, [data-theme="dark"] .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #696cff !important }[data-theme="dark"] .sk-primary.sk-plane, [data-theme="dark"] .sk-primary .sk-chase-dot:before, [data-theme="dark"] .sk-primary .sk-bounce-dot, [data-theme="dark"] .sk-primary .sk-wave-rect, [data-theme="dark"] .sk-primary.sk-pulse, [data-theme="dark"] .sk-primary .sk-swing-dot, [data-theme="dark"] .sk-primary .sk-circle-dot:before, [data-theme="dark"] .sk-primary .sk-circle-fade-dot:before, [data-theme="dark"] .sk-primary .sk-grid-cube, [data-theme="dark"] .sk-primary .sk-fold-cube:before {background-color: #696cff }[data-theme="dark"] .plyr input[type=range]::-ms-fill-lower {background: #696cff !important }[data-theme="dark"] .plyr input[type=range]:active::-webkit-slider-thumb {background: #696cff !important }[data-theme="dark"] .plyr input[type=range]:active::-moz-range-thumb {background: #696cff !important }[data-theme="dark"] .plyr input[type=range]:active::-ms-thumb {background: #696cff !important }[data-theme="dark"] .plyr--video .plyr__control.plyr__control--overlaid, [data-theme="dark"] .plyr--video .plyr__controls button.tab-focus:focus, [data-theme="dark"] .plyr--video .plyr__control[aria-expanded=true], [data-theme="dark"] .plyr--video .plyr__controls button:hover {background: #696cff !important;color: #fff !important }[data-theme="dark"] .plyr--audio .plyr__controls button.tab-focus:focus, [data-theme="dark"] .plyr--audio .plyr__control[aria-expanded=true], [data-theme="dark"] .plyr--audio .plyr__controls button:hover {background: #696cff !important;color: #fff !important }[data-theme="dark"] .plyr__play-large {background: #696cff !important;color: #fff !important }[data-theme="dark"] .plyr__progress--played, [data-theme="dark"] .plyr__volume--display {color: #696cff !important }[data-theme="dark"] .plyr--full-ui input[type=range] {color: #696cff !important }[data-theme="dark"] .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {background: #696cff !important }[data-theme="dark"] .fc .fc-event-primary:not(.fc-list-event) {background-color: #35365f !important;color: #696cff !important }[data-theme="dark"] .fc .fc-event-primary:not(.fc-list-event) {border-color: rgba(105, 108, 255, .15) }[data-theme="dark"] .fc .fc-event-primary.fc-list-event .fc-list-event-dot {border-color: #696cff !important }[data-theme="dark"] .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {background-color: rgba(105, 108, 255, .08) !important;border: 0;color: #696cff }[data-theme="dark"] .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active, [data-theme="dark"] .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {background-color: #696cff !important;border-color: #696cff !important;color: #fff }[data-theme="dark"] .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step, [data-theme="dark"] .swal2-progress-steps[class] .swal2-progress-step-line, [data-theme="dark"] .swal2-progress-steps[class] .swal2-active-progress-step, [data-theme="dark"] .swal2-progress-steps[class] .swal2-progress-step {background: #696cff;color: #fff }[data-theme="dark"] .swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step, [data-theme="dark"] .swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {background: #6a6cc9 }[data-theme="dark"] .pcr-app .pcr-type.active, [data-theme="dark"] .pcr-app .pcr-save {background: #696cff !important }[data-theme="dark"] .icon-card.active {outline: 1px solid #696cff }[data-theme="dark"] .icon-card.active i, [data-theme="dark"] .icon-card.active svg {color: #696cff }[data-theme="dark"] .shepherd-element[data-popper-placement=bottom] .shepherd-arrow:before {background-color: #696cff !important;border-color: #696cff }[data-theme="dark"] .shepherd-element .shepherd-header {background: #696cff !important;color: #fff }[data-theme="dark"] .shepherd-element .shepherd-header .shepherd-title, [data-theme="dark"] .shepherd-element .shepherd-header .shepherd-cancel-icon {color: #fff !important }[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary {color: #fff;background-color: #696cff;border-color: #696cff;box-shadow: 0 .125rem .25rem 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary:hover {color: #fff;background-color: #5f61e6;border-color: #5f61e6;}[data-theme="dark"] .btn-check:focus+.shepherd-element .shepherd-button:not(:disabled).btn-primary, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary.focus {color: #fff;background-color: #5f61e6;border-color: #5f61e6;box-shadow: none }[data-theme="dark"] .btn-check:checked+.shepherd-element .shepherd-button:not(:disabled).btn-primary, [data-theme="dark"] .btn-check:active+.shepherd-element .shepherd-button:not(:disabled).btn-primary, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary:active, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary.active, [data-theme="dark"] .show>.shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle {color: #fff;background-color: #595cd9;border-color: #595cd9 }[data-theme="dark"] .btn-check:checked+.shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, [data-theme="dark"] .btn-check:active+.shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary:active:focus, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary.active:focus, [data-theme="dark"] .show>.shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary.disabled, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-primary:disabled {box-shadow: none }[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary {color: #8592a3;border-color: transparent;background: #393c50 }[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:hover {border-color: transparent;background: #788393;color: #fff;box-shadow: 0 .125rem .25rem 0 rgba(133, 146, 163, .4);}[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:focus, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.focus {color: #fff;background: #788393;box-shadow: none !important;}[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active, [data-theme="dark"] .show>.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle {color: #fff;background-color: #717c8b;border-color: transparent }[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active:focus, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active:focus, [data-theme="dark"] .show>.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle:focus {box-shadow: none }[data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.disabled, [data-theme="dark"] .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:disabled {box-shadow: none }[data-theme="dark"] .bs-stepper .step.active .bs-stepper-circle {background-color: #696cff;color: #fff;box-shadow: 0 .1875rem .375rem 0 rgba(105, 108, 255, .4) }[data-theme="dark"] .bs-stepper .step.active .bs-stepper-label {color: #696cff !important }[data-theme="dark"] .bs-stepper .step.active .bs-stepper-icon svg {fill: #696cff !important }[data-theme="dark"] .bs-stepper .step.crossed .step-trigger .bs-stepper-circle {background-color: rgba(105, 108, 255, .16) !important;color: #696cff !important }[data-theme="dark"] .bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {fill: #696cff !important }[data-theme="dark"] .bs-stepper .step.crossed+.line svg {fill: #696cff }[data-theme="dark"] .bs-stepper .step.crossed+.line i {color: #696cff }[data-theme="dark"] .bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {color: #696cff !important }[data-theme="dark"] .bs-stepper .step-trigger:focus {color: #696cff }[data-theme="dark"] .bs-stepper .step-trigger:focus svg {fill: #696cff !important }[data-theme="dark"] .bg-navbar-theme {background-color: #2b2c40 !important;color: #a3a4cc }[data-theme="dark"] .bg-navbar-theme .navbar-brand, [data-theme="dark"] .bg-navbar-theme .navbar-brand a {color: #cbcbe2 }[data-theme="dark"] .bg-navbar-theme .navbar-brand:hover, [data-theme="dark"] .bg-navbar-theme .navbar-brand:focus, [data-theme="dark"] .bg-navbar-theme .navbar-brand a:hover, [data-theme="dark"] .bg-navbar-theme .navbar-brand a:focus {color: #cbcbe2 }[data-theme="dark"] .bg-navbar-theme .navbar-search-wrapper .navbar-search-icon, [data-theme="dark"] .bg-navbar-theme .navbar-search-wrapper .search-input {color: #a3a4cc }[data-theme="dark"] .bg-navbar-theme .search-input-wrapper .search-input, [data-theme="dark"] .bg-navbar-theme .search-input-wrapper .search-toggler {background-color: #2b2c40 !important;color: #a3a4cc }[data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-link, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-item>.nav-link, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link {color: #a3a4cc }[data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-link:hover, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-link:focus, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-item>.nav-link:hover, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-item>.nav-link:focus, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:hover, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link:focus {color: #cbcbe2 }[data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-link.disabled, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav-item>.nav-link.disabled, [data-theme="dark"] .bg-navbar-theme .navbar-nav>.nav>.nav-item>.nav-link.disabled {color: #737494 !important }[data-theme="dark"] .bg-navbar-theme .navbar-nav .show>.nav-link, [data-theme="dark"] .bg-navbar-theme .navbar-nav .active>.nav-link, [data-theme="dark"] .bg-navbar-theme .navbar-nav .nav-link.show, [data-theme="dark"] .bg-navbar-theme .navbar-nav .nav-link.active {color: #cbcbe2 }[data-theme="dark"] .bg-navbar-theme .navbar-toggler {color: #a3a4cc;border-color: rgba(203, 203, 226, .06) }[data-theme="dark"] .bg-navbar-theme .navbar-toggler-icon {background-image: url("data:image/svg+xml,%3Csvg width='14px' height='11px' viewBox='0 0 14 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M0,0 L14,0 L14,1.75 L0,1.75 L0,0 Z M0,4.375 L14,4.375 L14,6.125 L0,6.125 L0,4.375 Z M0,8.75 L14,8.75 L14,10.5 L0,10.5 L0,8.75 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='ðŸ’Ž-UI-Elements' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='12)-Navbar' transform='translate(-1174.000000, -1290.000000)'%3E%3Cg id='Group' transform='translate(1174.000000, 1288.000000)'%3E%3Cg id='Icon-Color' transform='translate(0.000000, 2.000000)'%3E%3Cuse fill='#7c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.1' fill='#7c7db6' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") }[data-theme="dark"] .bg-navbar-theme .navbar-text {color: #a3a4cc }[data-theme="dark"] .bg-navbar-theme .navbar-text a {color: #cbcbe2 }[data-theme="dark"] .bg-navbar-theme .navbar-text a:hover, [data-theme="dark"] .bg-navbar-theme .navbar-text a:focus {color: #cbcbe2 }[data-theme="dark"] .bg-navbar-theme hr {border-color: rgba(203, 203, 226, .06) }[data-theme="dark"] .layout-navbar {background-color: rgba(43, 44, 64, .96) !important;}[data-theme="dark"] .layout-horizontal .layout-navbar {box-shadow: 0 1px 0 #444564 }[data-theme="dark"] .navbar-detached {box-shadow: 0 0 .375rem .25rem rgba(0, 0, 0, .15) }[data-theme="dark"] .layout-navbar-fixed .layout-page:before {background: rgba(35, 35, 51, .6) }[data-theme="dark"] .bg-menu-theme {background-color: #2b2c40 !important;color: #a3a4cc }[data-theme="dark"] .bg-menu-theme .menu-link, [data-theme="dark"] .bg-menu-theme .menu-horizontal-prev, [data-theme="dark"] .bg-menu-theme .menu-horizontal-next {color: #a3a4cc }[data-theme="dark"] .bg-menu-theme .menu-link:hover, [data-theme="dark"] .bg-menu-theme .menu-link:focus, [data-theme="dark"] .bg-menu-theme .menu-horizontal-prev:hover, [data-theme="dark"] .bg-menu-theme .menu-horizontal-prev:focus, [data-theme="dark"] .bg-menu-theme .menu-horizontal-next:hover, [data-theme="dark"] .bg-menu-theme .menu-horizontal-next:focus {color: #cbcbe2 }[data-theme="dark"] .bg-menu-theme .menu-link.active, [data-theme="dark"] .bg-menu-theme .menu-horizontal-prev.active, [data-theme="dark"] .bg-menu-theme .menu-horizontal-next.active {color: #cbcbe2 }[data-theme="dark"] .bg-menu-theme .menu-item.disabled .menu-link, [data-theme="dark"] .bg-menu-theme .menu-horizontal-prev.disabled, [data-theme="dark"] .bg-menu-theme .menu-horizontal-next.disabled {color: #737494 !important }[data-theme="dark"] .bg-menu-theme .menu-item.open:not(.menu-item-closing)>.menu-toggle, [data-theme="dark"] .bg-menu-theme .menu-item.active>.menu-link {color: #cbcbe2 }[data-theme="dark"] .bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {background-color: #2b2c40 }[data-theme="dark"] .bg-menu-theme.menu-horizontal .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle) {background-color: #2a2b3e }[data-theme="dark"] .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing)>.menu-sub, [data-theme="dark"] .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open>.menu-toggle {background: #2b2c40 }[data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-sub, [data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.menu-item-closing .menu-item.open .menu-toggle {background: transparent;color: #a3a4cc }[data-theme="dark"] .bg-menu-theme .menu-inner-shadow {background: linear-gradient(#2b2c40 41%, rgba(43, 44, 64, 0.11) 95%, rgba(43, 44, 64, 0)) }[data-theme="dark"] .bg-menu-theme .menu-text {color: #cbcbe2 }[data-theme="dark"] .bg-menu-theme .menu-header {color: #8586a9 }[data-theme="dark"] .bg-menu-theme hr, [data-theme="dark"] .bg-menu-theme .menu-divider, [data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.open>.menu-sub::before {border-color: transparent !important }[data-theme="dark"] .bg-menu-theme .menu-inner>.menu-header::before {background-color: transparent }[data-theme="dark"] .bg-menu-theme .menu-block::before {background-color: #8586a9 }[data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before {background-color: #2b2c40 }[data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {background-color: #cbcbe2 }[data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.open .menu-item.open>.menu-toggle::before, [data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.open .menu-item.active>.menu-link::before {box-shadow: 0 0 0 2px #2b2c40 }[data-theme="dark"] .bg-menu-theme .ps__thumb-y, [data-theme="dark"] .bg-menu-theme .ps__rail-y.ps--clicking>.ps__thumb-y {background: rgba(203, 203, 226, .7278729412) !important }[data-theme="dark"] .bg-menu-theme .menu-header {color: #7071a4 }[data-theme="dark"] .bg-menu-theme .menu-header:before {background-color: #7071a4 !important }[data-theme="dark"] .bg-menu-theme.menu-vertical, [data-theme="dark"] .bg-menu-theme.menu-horizontal {box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .25) }[data-theme="dark"] html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open>.menu-link, [data-theme="dark"] .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open>.menu-link, [data-theme="dark"] html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover, [data-theme="dark"] .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {background-color: rgba(124, 125, 182, .06) }[data-theme="dark"] .bg-menu-theme .menu-inner .menu-sub>.menu-item.active>.menu-link.menu-toggle {background-color: rgba(124, 125, 182, .1) }[data-theme="dark"] .bg-menu-theme .menu-inner .menu-sub>.menu-item.active .menu-icon {color: #696cff }[data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.active>.menu-link {color: #fff;background-color: #696cff !important }[data-theme="dark"] .bg-menu-theme .menu-inner>.menu-item.active:before {background: #696cff }[data-theme="dark"] .bg-menu-theme .menu-sub>.menu-item>.menu-link:before {background-color: #a3a4cc !important }[data-theme="dark"] .bg-menu-theme .menu-sub>.menu-item.active>.menu-link:not(.menu-toggle):before {background-color: #696cff !important;border: 3px solid #35365f !important }[data-theme="dark"] .app-brand .layout-menu-toggle {background-color: #696cff;border: 7px solid #232333 }[data-theme="dark"] .app-brand .layout-menu-toggle i {color: #fff }[data-theme="dark"] .bg-footer-theme {background-color: #232333 !important;color: #a3a4cc }[data-theme="dark"] .bg-footer-theme .footer-link {color: #a3a4cc }[data-theme="dark"] .bg-footer-theme .footer-link:hover, [data-theme="dark"] .bg-footer-theme .footer-link:focus {color: #cbcbe2 }[data-theme="dark"] .bg-footer-theme .footer-link.disabled {color: #70708f !important }[data-theme="dark"] .bg-footer-theme .footer-text {color: #cbcbe2 }[data-theme="dark"] .bg-footer-theme .show>.footer-link, [data-theme="dark"] .bg-footer-theme .active>.footer-link, [data-theme="dark"] .bg-footer-theme .footer-link.show, [data-theme="dark"] .bg-footer-theme .footer-link.active {color: #cbcbe2 }[data-theme="dark"] .bg-footer-theme hr {border-color: rgba(203, 203, 226, .06) }[data-theme="dark"] .layout-footer-fixed .content-footer {box-shadow: 0 0 .375rem .25rem rgba(0, 0, 0, .15) }[data-theme="dark"] .account-card {background-color: #444564;border: 0 solid #444564;box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .16);}[data-theme="dark"] .account-card.nudge-sent {background-color: #3a4467;}[data-theme="dark"] .account-card.selected {background-color: #483d8b;box-shadow: 0 4px 8px 0 rgb(0 0 0 / 40%);transform: scale(1.03);transition: all 0.2s ease-in-out;}[data-theme="dark"] .selected-option {background-color: #444564;}[data-theme="dark"] .select2-container--default .select2-selection--single {border: 1px solid #444564 !important}[data-theme="dark"] .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, [data-theme="dark"] .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners{color:#a3a4cc;background-color:#2b2c40;border: 1px solid #444564}[data-theme="dark"] .ck.ck-button, [data-theme="dark"] a.ck.ck-button{color:#a3a4cc;background-color:#2b2c40}[data-theme="dark"] .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){color: #a3a4cc;background-color: #2b2c40;border: 1px solid #444564}[data-theme="dark"] .ck.ck-editor__main>.ck-editor__editable.ck-focused{color:#a3a4cc;background-color:#2b2c40;border: 1px solid #2a2b4b}[data-theme="dark"] .ck.ck-responsive-form{color:#a3a4cc;background-color:#2b2c40;border: 1px solid #2a2b4b}
[data-theme="dark"] .ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label{color: #696CFF}
