body[data-theme="dark"] :root {
    --blue: #375a7f;
    --indigo: #6610f2;
    --purple: #654ea3;
    --pink: #e83e8c;
    --red: #e74c3c;
    --orange: #fd7e14;
    --yellow: #f39c12;
    --green: #00bc8c;
    --teal: #45b5aa;
    --cyan: #17a2b8;
    --white: #fafafa;
    --gray: #7e7e7e;
    --gray-dark: #121212;
    --primary: #375a7f;
    --secondary: #626262;
    --success: #00bc8c;
    --info: #17a2b8;
    --warning: #f39c12;
    --danger: #e74c3c;
    --light: #7e7e7e;
    --dark: #3b3b3b;
}
body[data-theme="dark"] {
    color: #e1e1e1;
    background-color: #222222;
}
body[data-theme="dark"] a {
    color: #5080b3;
    background-color: transparent;
}
body[data-theme="dark"] a:hover {
    color: #85a7ca;
}
body[data-theme="dark"] caption {
    color: #626262;
}
body[data-theme="dark"] hr {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
}
body[data-theme="dark"] mark,
body[data-theme="dark"] .mark {
    background-color: rgba(243, 156, 18, 0.3);
}
body[data-theme="dark"] .img-thumbnail {
    background-color: #222222;
    border: 1px solid #515151;
}
body[data-theme="dark"] .figure-caption {
    color: #9e9e9e;
}
body[data-theme="dark"] code {
    color: #45b5aa;
}
body[data-theme="dark"] a > code {
    color: inherit;
}
body[data-theme="dark"] kbd {
    color: #e1e1e1;
    background-color: #3b3b3b;
}
body[data-theme="dark"] pre {
    color: #e1e1e1;
}
body[data-theme="dark"] pre code {
    color: inherit;
}
body[data-theme="dark"] .table {
    color: #e1e1e1;
}
body[data-theme="dark"] .table th,
body[data-theme="dark"] .table td {
    border-top: 1px solid #495057;
}
body[data-theme="dark"] .table thead th {
    border-bottom: 2px solid #495057;
}
body[data-theme="dark"] .table tbody + tbody {
    border-top: 2px solid #495057;
}
body[data-theme="dark"] .table-bordered {
    border: 1px solid #495057;
}
body[data-theme="dark"] .table-bordered th,
body[data-theme="dark"] .table-bordered td {
    border: 1px solid #495057;
}
body[data-theme="dark"] .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(250, 250, 250, 0.05);
}
body[data-theme="dark"] .table-hover tbody tr:hover {
    color: #e1e1e1;
    background-color: rgba(250, 250, 250, 0.075);
}
body[data-theme="dark"] .table-primary,
body[data-theme="dark"] .table-primary > th,
body[data-theme="dark"] .table-primary > td {
    background-color: #1c2530;
}
body[data-theme="dark"] .table-primary th,
body[data-theme="dark"] .table-primary td,
body[data-theme="dark"] .table-primary thead th,
body[data-theme="dark"] .table-primary tbody + tbody {
    border-color: #25374a;
}
body[data-theme="dark"] .table-hover .table-primary:hover {
    background-color: #131920;
}
body[data-theme="dark"] .table-hover .table-primary:hover > td,
body[data-theme="dark"] .table-hover .table-primary:hover > th {
    background-color: #131920;
}
body[data-theme="dark"] .table-secondary,
body[data-theme="dark"] .table-secondary > th,
body[data-theme="dark"] .table-secondary > td {
    background-color: #282828;
}
body[data-theme="dark"] .table-secondary th,
body[data-theme="dark"] .table-secondary td,
body[data-theme="dark"] .table-secondary thead th,
body[data-theme="dark"] .table-secondary tbody + tbody {
    border-color: #3b3b3b;
}
body[data-theme="dark"] .table-hover .table-secondary:hover {
    background-color: #1b1b1b;
}
body[data-theme="dark"] .table-hover .table-secondary:hover > td,
body[data-theme="dark"] .table-hover .table-secondary:hover > th {
    background-color: #1b1b1b;
}
body[data-theme="dark"] .table-success,
body[data-theme="dark"] .table-success > th,
body[data-theme="dark"] .table-success > td {
    background-color: #0c4133;
}
body[data-theme="dark"] .table-success th,
body[data-theme="dark"] .table-success td,
body[data-theme="dark"] .table-success thead th,
body[data-theme="dark"] .table-success tbody + tbody {
    border-color: #086a51;
}
body[data-theme="dark"] .table-hover .table-success:hover {
    background-color: #082b22;
}
body[data-theme="dark"] .table-hover .table-success:hover > td,
body[data-theme="dark"] .table-hover .table-success:hover > th {
    background-color: #082b22;
}
body[data-theme="dark"] .table-info,
body[data-theme="dark"] .table-info > th,
body[data-theme="dark"] .table-info > td {
    background-color: #133a40;
}
body[data-theme="dark"] .table-info th,
body[data-theme="dark"] .table-info td,
body[data-theme="dark"] .table-info thead th,
body[data-theme="dark"] .table-info tbody + tbody {
    border-color: #145c68;
}
body[data-theme="dark"] .table-hover .table-info:hover {
    background-color: #0d282c;
}
body[data-theme="dark"] .table-hover .table-info:hover > td,
body[data-theme="dark"] .table-hover .table-info:hover > th {
    background-color: #0d282c;
}
body[data-theme="dark"] .table-warning,
body[data-theme="dark"] .table-warning > th,
body[data-theme="dark"] .table-warning > td {
    background-color: #503811;
}
body[data-theme="dark"] .table-warning th,
body[data-theme="dark"] .table-warning td,
body[data-theme="dark"] .table-warning thead th,
body[data-theme="dark"] .table-warning tbody + tbody {
    border-color: #875912;
}
body[data-theme="dark"] .table-hover .table-warning:hover {
    background-color: #3b290d;
}
body[data-theme="dark"] .table-hover .table-warning:hover > td,
body[data-theme="dark"] .table-hover .table-warning:hover > th {
    background-color: #3b290d;
}
body[data-theme="dark"] .table-danger,
body[data-theme="dark"] .table-danger > th,
body[data-theme="dark"] .table-danger > td {
    background-color: #4d221d;
}
body[data-theme="dark"] .table-danger th,
body[data-theme="dark"] .table-danger td,
body[data-theme="dark"] .table-danger thead th,
body[data-theme="dark"] .table-danger tbody + tbody {
    border-color: #803027;
}
body[data-theme="dark"] .table-hover .table-danger:hover {
    background-color: #3a1a16;
}
body[data-theme="dark"] .table-hover .table-danger:hover > td,
body[data-theme="dark"] .table-hover .table-danger:hover > th {
    background-color: #3a1a16;
}
body[data-theme="dark"] .table-light,
body[data-theme="dark"] .table-light > th,
body[data-theme="dark"] .table-light > td {
    background-color: #303030;
}
body[data-theme="dark"] .table-light th,
body[data-theme="dark"] .table-light td,
body[data-theme="dark"] .table-light thead th,
body[data-theme="dark"] .table-light tbody + tbody {
    border-color: #4a4a4a;
}
body[data-theme="dark"] .table-hover .table-light:hover {
    background-color: #232323;
}
body[data-theme="dark"] .table-hover .table-light:hover > td,
body[data-theme="dark"] .table-hover .table-light:hover > th {
    background-color: #232323;
}
body[data-theme="dark"] .table-dark,
body[data-theme="dark"] .table-dark > th,
body[data-theme="dark"] .table-dark > td {
    background-color: #1d1d1d;
}
body[data-theme="dark"] .table-dark th,
body[data-theme="dark"] .table-dark td,
body[data-theme="dark"] .table-dark thead th,
body[data-theme="dark"] .table-dark tbody + tbody {
    border-color: #272727;
}
body[data-theme="dark"] .table-hover .table-dark:hover {
    background-color: #101010;
}
body[data-theme="dark"] .table-hover .table-dark:hover > td,
body[data-theme="dark"] .table-hover .table-dark:hover > th {
    background-color: #101010;
}
body[data-theme="dark"] .table-active,
body[data-theme="dark"] .table-active > th,
body[data-theme="dark"] .table-active > td {
    background-color: rgba(250, 250, 250, 0.075);
}
body[data-theme="dark"] .table-hover .table-active:hover {
    background-color: rgba(237, 237, 237, 0.075);
}
body[data-theme="dark"] .table-hover .table-active:hover > td,
body[data-theme="dark"] .table-hover .table-active:hover > th {
    background-color: rgba(237, 237, 237, 0.075);
}
body[data-theme="dark"] .table .thead-dark th {
    color: #fafafa;
    background-color: #ced4da;
    border-color: #23272b;
}
body[data-theme="dark"] .table .thead-light th {
    color: #b1b1b1;
    background-color: #3b3b3b;
    border-color: #495057;
}
body[data-theme="dark"] .table-dark {
    color: #fafafa;
    background-color: #ced4da;
}
body[data-theme="dark"] .table-dark th,
body[data-theme="dark"] .table-dark td,
body[data-theme="dark"] .table-dark thead th {
    border-color: #23272b;
}
body[data-theme="dark"] .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(17, 17, 17, 0.05);
}
body[data-theme="dark"] .table-dark.table-hover tbody tr:hover {
    color: #fafafa;
    background-color: rgba(17, 17, 17, 0.075);
}
body[data-theme="dark"] .form-control {
    color: #b1b1b1;
    background-color: #3b3b3b;
    border: 1px solid #515151;
}
body[data-theme="dark"] .form-control:-moz-focusring {
    text-shadow: 0 0 0 #b1b1b1;
}
body[data-theme="dark"] .form-control:focus {
    color: #b1b1b1;
    background-color: #3b3b3b;
    border-color: #3f6791;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .form-control:disabled,
body[data-theme="dark"] .form-control[readonly] {
    background-color: #222222;
}
body[data-theme="dark"] select.form-control {
    -webkit-appearance: caret;
}
body[data-theme="dark"] select.form-control:focus::-ms-value {
    color: #b1b1b1;
    background-color: #3b3b3b;
}
body[data-theme="dark"] .form-control-plaintext {
    color: #e1e1e1;
}
body[data-theme="dark"] .form-check-input[disabled] ~ .form-check-label,
body[data-theme="dark"] .form-check-input:disabled ~ .form-check-label {
    color: #626262;
}
body[data-theme="dark"] .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #00bc8c;
}
body[data-theme="dark"] .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(0, 188, 140, 0.9);
    border-radius: 0.25rem;
}
body[data-theme="dark"] .was-validated :valid ~ .valid-feedback,
body[data-theme="dark"] .was-validated :valid ~ .valid-tooltip,
body[data-theme="dark"] .is-valid ~ .valid-feedback,
body[data-theme="dark"] .is-valid ~ .valid-tooltip {
    display: block;
}
body[data-theme="dark"] .was-validated .form-control:valid,
body[data-theme="dark"] .form-control.is-valid {
    border-color: #00bc8c;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300bc8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
body[data-theme="dark"] .was-validated .form-control:valid:focus,
body[data-theme="dark"] .form-control.is-valid:focus {
    border-color: #00bc8c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
body[data-theme="dark"] .was-validated textarea.form-control:valid,
body[data-theme="dark"] textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
body[data-theme="dark"] .was-validated .custom-select:valid,
body[data-theme="dark"] .custom-select.is-valid {
    border-color: #00bc8c;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300bc8c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
    #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
    calc(0.75em + 0.375rem);
}
body[data-theme="dark"] .was-validated .custom-select:valid:focus,
body[data-theme="dark"] .custom-select.is-valid:focus {
    border-color: #00bc8c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
body[data-theme="dark"] .was-validated .form-check-input:valid ~ .form-check-label,
body[data-theme="dark"] .form-check-input.is-valid ~ .form-check-label {
    color: #00bc8c;
}
body[data-theme="dark"] .was-validated .form-check-input:valid ~ .valid-feedback,
body[data-theme="dark"] .was-validated .form-check-input:valid ~ .valid-tooltip,
body[data-theme="dark"] .form-check-input.is-valid ~ .valid-feedback,
body[data-theme="dark"] .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}
body[data-theme="dark"] .was-validated .custom-control-input:valid ~ .custom-control-label,
body[data-theme="dark"] .custom-control-input.is-valid ~ .custom-control-label {
    color: #00bc8c;
}
body[data-theme="dark"] .was-validated .custom-control-input:valid ~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #00bc8c;
}
body[data-theme="dark"] .was-validated
body[data-theme="dark"] .custom-control-input:valid:checked
~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #00efb2;
    background-color: #00efb2;
}
body[data-theme="dark"] .was-validated
body[data-theme="dark"] .custom-control-input:valid:focus
~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
body[data-theme="dark"] .was-validated
body[data-theme="dark"] .custom-control-input:valid:focus:not(:checked)
~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-valid:focus:not(:checked)
~ .custom-control-label::before {
    border-color: #00bc8c;
}
body[data-theme="dark"] .was-validated .custom-file-input:valid ~ .custom-file-label,
body[data-theme="dark"] .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #00bc8c;
}
body[data-theme="dark"] .was-validated .custom-file-input:valid:focus ~ .custom-file-label,
body[data-theme="dark"] .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #00bc8c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.25);
}
body[data-theme="dark"] .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e74c3c;
}
body[data-theme="dark"] .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(231, 76, 60, 0.9);
    border-radius: 0.25rem;
}
body[data-theme="dark"] .was-validated :invalid ~ .invalid-feedback,
body[data-theme="dark"] .was-validated :invalid ~ .invalid-tooltip,
body[data-theme="dark"] .is-invalid ~ .invalid-feedback,
body[data-theme="dark"] .is-invalid ~ .invalid-tooltip {
    display: block;
}
body[data-theme="dark"] .was-validated .form-control:invalid,
body[data-theme="dark"] .form-control.is-invalid {
    border-color: #e74c3c;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
body[data-theme="dark"] .was-validated .form-control:invalid:focus,
body[data-theme="dark"] .form-control.is-invalid:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
body[data-theme="dark"] .was-validated textarea.form-control:invalid,
body[data-theme="dark"] textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
body[data-theme="dark"] .was-validated .custom-select:invalid,
body[data-theme="dark"] .custom-select.is-invalid {
    border-color: #e74c3c;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74c3c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
    #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
    calc(0.75em + 0.375rem);
}
body[data-theme="dark"] .was-validated .custom-select:invalid:focus,
body[data-theme="dark"] .custom-select.is-invalid:focus {
    border-color: #e74c3c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
body[data-theme="dark"] .was-validated .form-check-input:invalid ~ .form-check-label,
body[data-theme="dark"] .form-check-input.is-invalid ~ .form-check-label {
    color: #e74c3c;
}
body[data-theme="dark"] .was-validated .form-check-input:invalid ~ .invalid-feedback,
body[data-theme="dark"] .was-validated .form-check-input:invalid ~ .invalid-tooltip,
body[data-theme="dark"] .form-check-input.is-invalid ~ .invalid-feedback,
body[data-theme="dark"] .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
body[data-theme="dark"] .was-validated .custom-control-input:invalid ~ .custom-control-label,
body[data-theme="dark"] .custom-control-input.is-invalid ~ .custom-control-label {
    color: #e74c3c;
}
body[data-theme="dark"] .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e74c3c;
}
body[data-theme="dark"] .was-validated
body[data-theme="dark"] .custom-control-input:invalid:checked
~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ed7669;
    background-color: #ed7669;
}
body[data-theme="dark"] .was-validated
body[data-theme="dark"] .custom-control-input:invalid:focus
~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
body[data-theme="dark"] .was-validated
body[data-theme="dark"] .custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input.is-invalid:focus:not(:checked)
~ .custom-control-label::before {
    border-color: #e74c3c;
}
body[data-theme="dark"] .was-validated .custom-file-input:invalid ~ .custom-file-label,
body[data-theme="dark"] .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e74c3c;
}
body[data-theme="dark"] .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
body[data-theme="dark"] .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e74c3c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}
body[data-theme="dark"] .btn {
    color: #e1e1e1;
}
body[data-theme="dark"] .btn:hover {
    color: #e1e1e1;
}
body[data-theme="dark"] .btn:focus,
body[data-theme="dark"] .btn.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .btn.disabled,
body[data-theme="dark"] .btn:disabled {
    opacity: 0.65;
}
body[data-theme="dark"] .btn-primary {
    color: #fff;
    background-color: #375a7f;
    border-color: #375a7f;
}
body[data-theme="dark"] .btn-primary:hover {
    color: #fff;
    background-color: #2b4764;
    border-color: #28415b;
}
body[data-theme="dark"] .btn-primary:focus,
body[data-theme="dark"] .btn-primary.focus {
    color: #fff;
    background-color: #2b4764;
    border-color: #28415b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
}
body[data-theme="dark"] .btn-primary.disabled,
body[data-theme="dark"] .btn-primary:disabled {
    color: #fff;
    background-color: #375a7f;
    border-color: #375a7f;
}
body[data-theme="dark"] .btn-primary:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-primary:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #28415b;
    border-color: #243a53;
}
body[data-theme="dark"] .btn-primary:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-primary:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(85, 115, 146, 0.5);
}
body[data-theme="dark"] .btn-secondary {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}
body[data-theme="dark"] .btn-secondary:hover {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #494949;
}
body[data-theme="dark"] .btn-secondary:focus,
body[data-theme="dark"] .btn-secondary.focus {
    color: #fff;
    background-color: #4f4f4f;
    border-color: #494949;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.5);
}
body[data-theme="dark"] .btn-secondary.disabled,
body[data-theme="dark"] .btn-secondary:disabled {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}
body[data-theme="dark"] .btn-secondary:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-secondary:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #494949;
    border-color: #424242;
}
body[data-theme="dark"] .btn-secondary:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-secondary:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(122, 122, 122, 0.5);
}
body[data-theme="dark"] .btn-success {
    color: #fff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}
body[data-theme="dark"] .btn-success:hover {
    color: #fff;
    background-color: #009670;
    border-color: #008966;
}
body[data-theme="dark"] .btn-success:focus,
body[data-theme="dark"] .btn-success.focus {
    color: #fff;
    background-color: #009670;
    border-color: #008966;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
body[data-theme="dark"] .btn-success.disabled,
body[data-theme="dark"] .btn-success:disabled {
    color: #fff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}
body[data-theme="dark"] .btn-success:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-success:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #008966;
    border-color: #007c5d;
}
body[data-theme="dark"] .btn-success:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-success:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 198, 157, 0.5);
}
body[data-theme="dark"] .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
body[data-theme="dark"] .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
body[data-theme="dark"] .btn-info:focus,
body[data-theme="dark"] .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
body[data-theme="dark"] .btn-info.disabled,
body[data-theme="dark"] .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
body[data-theme="dark"] .btn-info:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-info:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
body[data-theme="dark"] .btn-info:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-info:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
body[data-theme="dark"] .btn-warning {
    color: #212529;
    background-color: #f39c12;
    border-color: #f39c12;
}
body[data-theme="dark"] .btn-warning:hover {
    color: #fff;
    background-color: #d4860b;
    border-color: #c87f0a;
}
body[data-theme="dark"] .btn-warning:focus,
body[data-theme="dark"] .btn-warning.focus {
    color: #fff;
    background-color: #d4860b;
    border-color: #c87f0a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 138, 21, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(212, 138, 21, 0.5);
}
body[data-theme="dark"] .btn-warning.disabled,
body[data-theme="dark"] .btn-warning:disabled {
    color: #212529;
    background-color: #f39c12;
    border-color: #f39c12;
}
body[data-theme="dark"] .btn-warning:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-warning:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c87f0a;
    border-color: #bc770a;
}
body[data-theme="dark"] .btn-warning:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-warning:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 138, 21, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(212, 138, 21, 0.5);
}
body[data-theme="dark"] .btn-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
body[data-theme="dark"] .btn-danger:hover {
    color: #fff;
    background-color: #e12e1c;
    border-color: #d62c1a;
}
body[data-theme="dark"] .btn-danger:focus,
body[data-theme="dark"] .btn-danger.focus {
    color: #fff;
    background-color: #e12e1c;
    border-color: #d62c1a;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}
body[data-theme="dark"] .btn-danger.disabled,
body[data-theme="dark"] .btn-danger:disabled {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
body[data-theme="dark"] .btn-danger:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-danger:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d62c1a;
    border-color: #ca2a19;
}
body[data-theme="dark"] .btn-danger:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-danger:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(235, 103, 89, 0.5);
}
body[data-theme="dark"] .btn-light {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
}
body[data-theme="dark"] .btn-light:hover {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #656565;
}
body[data-theme="dark"] .btn-light:focus,
body[data-theme="dark"] .btn-light.focus {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #656565;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
}
body[data-theme="dark"] .btn-light.disabled,
body[data-theme="dark"] .btn-light:disabled {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
}
body[data-theme="dark"] .btn-light:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-light:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #656565;
    border-color: #5e5e5e;
}
body[data-theme="dark"] .btn-light:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-light:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(145, 145, 145, 0.5);
}
body[data-theme="dark"] .btn-dark {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}
body[data-theme="dark"] .btn-dark:hover {
    color: #fff;
    background-color: #282828;
    border-color: #222222;
}
body[data-theme="dark"] .btn-dark:focus,
body[data-theme="dark"] .btn-dark.focus {
    color: #fff;
    background-color: #282828;
    border-color: #222222;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}
body[data-theme="dark"] .btn-dark.disabled,
body[data-theme="dark"] .btn-dark:disabled {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}
body[data-theme="dark"] .btn-dark:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-dark:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #222222;
    border-color: #1b1b1b;
}
body[data-theme="dark"] .btn-dark:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-dark:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(88, 88, 88, 0.5);
}
body[data-theme="dark"] .btn-outline-primary {
    color: #375a7f;
    border-color: #375a7f;
}
body[data-theme="dark"] .btn-outline-primary:hover {
    color: #fff;
    background-color: #375a7f;
    border-color: #375a7f;
}
body[data-theme="dark"] .btn-outline-primary:focus,
body[data-theme="dark"] .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
}
body[data-theme="dark"] .btn-outline-primary.disabled,
body[data-theme="dark"] .btn-outline-primary:disabled {
    color: #375a7f;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-primary:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-primary:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #375a7f;
    border-color: #375a7f;
}
body[data-theme="dark"] .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
}
body[data-theme="dark"] .btn-outline-secondary {
    color: #626262;
    border-color: #626262;
}
body[data-theme="dark"] .btn-outline-secondary:hover {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}
body[data-theme="dark"] .btn-outline-secondary:focus,
body[data-theme="dark"] .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 98, 98, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 98, 98, 0.5);
}
body[data-theme="dark"] .btn-outline-secondary.disabled,
body[data-theme="dark"] .btn-outline-secondary:disabled {
    color: #626262;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-secondary:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-secondary:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}
body[data-theme="dark"] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 98, 98, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 98, 98, 0.5);
}
body[data-theme="dark"] .btn-outline-success {
    color: #00bc8c;
    border-color: #00bc8c;
}
body[data-theme="dark"] .btn-outline-success:hover {
    color: #fff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}
body[data-theme="dark"] .btn-outline-success:focus,
body[data-theme="dark"] .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
body[data-theme="dark"] .btn-outline-success.disabled,
body[data-theme="dark"] .btn-outline-success:disabled {
    color: #00bc8c;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-success:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-success:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00bc8c;
    border-color: #00bc8c;
}
body[data-theme="dark"] .btn-outline-success:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-success:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
body[data-theme="dark"] .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
body[data-theme="dark"] .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
body[data-theme="dark"] .btn-outline-info:focus,
body[data-theme="dark"] .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
body[data-theme="dark"] .btn-outline-info.disabled,
body[data-theme="dark"] .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-info:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-info:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
body[data-theme="dark"] .btn-outline-info:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-info:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
body[data-theme="dark"] .btn-outline-warning {
    color: #f39c12;
    border-color: #f39c12;
}
body[data-theme="dark"] .btn-outline-warning:hover {
    color: #212529;
    background-color: #f39c12;
    border-color: #f39c12;
}
body[data-theme="dark"] .btn-outline-warning:focus,
body[data-theme="dark"] .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
body[data-theme="dark"] .btn-outline-warning.disabled,
body[data-theme="dark"] .btn-outline-warning:disabled {
    color: #f39c12;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-warning:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-warning:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f39c12;
    border-color: #f39c12;
}
body[data-theme="dark"] .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
body[data-theme="dark"] .btn-outline-danger {
    color: #e74c3c;
    border-color: #e74c3c;
}
body[data-theme="dark"] .btn-outline-danger:hover {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
body[data-theme="dark"] .btn-outline-danger:focus,
body[data-theme="dark"] .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
body[data-theme="dark"] .btn-outline-danger.disabled,
body[data-theme="dark"] .btn-outline-danger:disabled {
    color: #e74c3c;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-danger:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-danger:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
body[data-theme="dark"] .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
body[data-theme="dark"] .btn-outline-light {
    color: #7e7e7e;
    border-color: #7e7e7e;
}
body[data-theme="dark"] .btn-outline-light:hover {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
}
body[data-theme="dark"] .btn-outline-light:focus,
body[data-theme="dark"] .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
}
body[data-theme="dark"] .btn-outline-light.disabled,
body[data-theme="dark"] .btn-outline-light:disabled {
    color: #7e7e7e;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-light:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-light:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
}
body[data-theme="dark"] .btn-outline-light:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-light:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
}
body[data-theme="dark"] .btn-outline-dark {
    color: #3b3b3b;
    border-color: #3b3b3b;
}
body[data-theme="dark"] .btn-outline-dark:hover {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}
body[data-theme="dark"] .btn-outline-dark:focus,
body[data-theme="dark"] .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
body[data-theme="dark"] .btn-outline-dark.disabled,
body[data-theme="dark"] .btn-outline-dark:disabled {
    color: #3b3b3b;
    background-color: transparent;
}
body[data-theme="dark"] .btn-outline-dark:not(:disabled):not(.disabled):active,
body[data-theme="dark"] .btn-outline-dark:not(:disabled):not(.disabled).active,
body[data-theme="dark"] .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}
body[data-theme="dark"] .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
body[data-theme="dark"] .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
body[data-theme="dark"] .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
body[data-theme="dark"] .btn-link {
    color: #5080b3;
}
body[data-theme="dark"] .btn-link:hover {
    color: #85a7ca;
}
body[data-theme="dark"] .btn-link:disabled,
body[data-theme="dark"] .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}
body[data-theme="dark"] .dropdown-menu {
    color: #e1e1e1;
    background-color: #111;
    border: 1px solid rgba(250, 250, 250, 0.15);
}
body[data-theme="dark"] .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #343a40;
}
body[data-theme="dark"] .dropdown-item {
    color: #f8f9fa;
}
body[data-theme="dark"] .dropdown-item:hover,
body[data-theme="dark"] .dropdown-item:focus {
    color: white;
    background-color: #212529;
}
body[data-theme="dark"] .dropdown-item.active,
body[data-theme="dark"] .dropdown-item:active {
    color: #fafafa;
    background-color: #375a7f;
}
body[data-theme="dark"] .dropdown-item.disabled,
body[data-theme="dark"] .dropdown-item:disabled {
    color: #9e9e9e;
}
body[data-theme="dark"] .dropdown-header {
    color: #9e9e9e;
}
body[data-theme="dark"] .dropdown-item-text {
    color: #f8f9fa;
}
body[data-theme="dark"] .input-group-text {
    color: #b1b1b1;
    background-color: #515151;
    border: 1px solid #515151;
}
body[data-theme="dark"] .custom-control-input:checked ~ .custom-control-label::before {
    color: #fafafa;
    border-color: #375a7f;
    background-color: #375a7f;
}
body[data-theme="dark"] .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #3f6791;
}
body[data-theme="dark"] .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fafafa;
    background-color: #97b3d2;
    border-color: #97b3d2;
}
body[data-theme="dark"] .custom-control-input[disabled] ~ .custom-control-label,
body[data-theme="dark"] .custom-control-input:disabled ~ .custom-control-label {
    color: #5a5a5a;
}
body[data-theme="dark"] .custom-control-input[disabled] ~ .custom-control-label::before,
body[data-theme="dark"] .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #222222;
}
body[data-theme="dark"] .custom-control-label::before {
    background-color: #3b3b3b;
    border: #7e7e7e solid 1px;
}
body[data-theme="dark"] .custom-checkbox
body[data-theme="dark"] .custom-control-input:indeterminate
~ .custom-control-label::before {
    border-color: #375a7f;
    background-color: #375a7f;
}
body[data-theme="dark"] .custom-checkbox
body[data-theme="dark"] .custom-control-input:indeterminate
~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fafafa' d='M0 2h4'/%3e%3c/svg%3e");
}
body[data-theme="dark"] .custom-checkbox
body[data-theme="dark"] .custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(55, 90, 127, 0.5);
}
body[data-theme="dark"] .custom-checkbox
body[data-theme="dark"] .custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
    background-color: rgba(55, 90, 127, 0.5);
}
body[data-theme="dark"] .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fafafa'/%3e%3c/svg%3e");
}
body[data-theme="dark"] .custom-radio
body[data-theme="dark"] .custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(55, 90, 127, 0.5);
}
body[data-theme="dark"] .custom-switch .custom-control-label::after {
    background-color: #7e7e7e;
}
body[data-theme="dark"] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #3b3b3b;
}
body[data-theme="dark"] .custom-switch
body[data-theme="dark"] .custom-control-input:disabled:checked
~ .custom-control-label::before {
    background-color: rgba(55, 90, 127, 0.5);
}
body[data-theme="dark"] .custom-select {
    color: #b1b1b1;
    background: #3b3b3b
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23cfcfcf' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #515151;
}
body[data-theme="dark"] .custom-select:focus {
    border-color: #3f6791;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .custom-select:focus::-ms-value {
    color: #b1b1b1;
    background-color: #3b3b3b;
}
body[data-theme="dark"] .custom-select:disabled {
    color: #9e9e9e;
    background-color: #3b3b3b;
}
body[data-theme="dark"] .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #b1b1b1;
}
body[data-theme="dark"] .custom-file-input:focus ~ .custom-file-label {
    border-color: #3f6791;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .custom-file-input[disabled] ~ .custom-file-label,
body[data-theme="dark"] .custom-file-input:disabled ~ .custom-file-label {
    background-color: #222222;
}
body[data-theme="dark"] .custom-file-label {
    color: #b1b1b1;
    background-color: #3b3b3b;
    border: 1px solid #515151;
}
body[data-theme="dark"] .custom-file-label::after {
    color: #b1b1b1;
    background-color: #515151;
}
body[data-theme="dark"] .custom-range:focus {
    outline: none;
}
body[data-theme="dark"] .custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
    box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .custom-range::-webkit-slider-thumb {
    background-color: #375a7f;
    border: 0;
}
body[data-theme="dark"] .custom-range::-webkit-slider-thumb:active {
    background-color: #97b3d2;
}
body[data-theme="dark"] .custom-range::-webkit-slider-runnable-track {
    background-color: #515151;
}
body[data-theme="dark"] .custom-range::-moz-range-thumb {
    background-color: #375a7f;
    border: 0;
}
body[data-theme="dark"] .custom-range::-moz-range-thumb:active {
    background-color: #97b3d2;
}
body[data-theme="dark"] .custom-range::-moz-range-track {
    background-color: #515151;
}
body[data-theme="dark"] .custom-range::-ms-thumb {
    background-color: #375a7f;
    border: 0;
}
body[data-theme="dark"] .custom-range::-ms-thumb:active {
    background-color: #97b3d2;
}
body[data-theme="dark"] .custom-range::-ms-fill-lower {
    background-color: #515151;
}
body[data-theme="dark"] .custom-range::-ms-fill-upper {
    background-color: #515151;
}
body[data-theme="dark"] .custom-range:disabled::-webkit-slider-thumb {
    background-color: #7e7e7e;
}
body[data-theme="dark"] .custom-range:disabled::-moz-range-thumb {
    background-color: #7e7e7e;
}
body[data-theme="dark"] .custom-range:disabled::-ms-thumb {
    background-color: #7e7e7e;
}
body[data-theme="dark"] .nav-tabs {
    border-bottom: 1px solid #515151;
}
body[data-theme="dark"] .nav-tabs .nav-link:hover,
body[data-theme="dark"] .nav-tabs .nav-link:focus {
    border-color: #3b3b3b #3b3b3b #515151;
}
body[data-theme="dark"] .nav-tabs .nav-link.disabled {
    color: #9e9e9e;
}
body[data-theme="dark"] .nav-tabs .nav-link.active,
body[data-theme="dark"] .nav-tabs .nav-item.show .nav-link {
    color: #b1b1b1;
    background-color: #222222;
    border-color: #515151 #515151 #222222;
}
body[data-theme="dark"] .nav-pills .nav-link.active,
body[data-theme="dark"] .nav-pills .show > .nav-link {
    color: #fafafa;
    background-color: #375a7f;
}
body[data-theme="dark"] .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
body[data-theme="dark"] .navbar-light .navbar-brand:hover,
body[data-theme="dark"] .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
body[data-theme="dark"] .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
body[data-theme="dark"] .navbar-light .navbar-nav .nav-link:hover,
body[data-theme="dark"] .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
body[data-theme="dark"] .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
body[data-theme="dark"] .navbar-light .navbar-nav .show > .nav-link,
body[data-theme="dark"] .navbar-light .navbar-nav .active > .nav-link,
body[data-theme="dark"] .navbar-light .navbar-nav .nav-link.show,
body[data-theme="dark"] .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
body[data-theme="dark"] .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
body[data-theme="dark"] .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body[data-theme="dark"] .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
body[data-theme="dark"] .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
body[data-theme="dark"] .navbar-light .navbar-text a:hover,
body[data-theme="dark"] .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
body[data-theme="dark"] .navbar-dark .navbar-brand {
    color: #fff;
}
body[data-theme="dark"] .navbar-dark .navbar-brand:hover,
body[data-theme="dark"] .navbar-dark .navbar-brand:focus {
    color: #fff;
}
body[data-theme="dark"] .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
body[data-theme="dark"] .navbar-dark .navbar-nav .nav-link:hover,
body[data-theme="dark"] .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
body[data-theme="dark"] .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
body[data-theme="dark"] .navbar-dark .navbar-nav .show > .nav-link,
body[data-theme="dark"] .navbar-dark .navbar-nav .active > .nav-link,
body[data-theme="dark"] .navbar-dark .navbar-nav .nav-link.show,
body[data-theme="dark"] .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
body[data-theme="dark"] .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme="dark"] .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body[data-theme="dark"] .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
body[data-theme="dark"] .navbar-dark .navbar-text a {
    color: #fff;
}
body[data-theme="dark"] .navbar-dark .navbar-text a:hover,
body[data-theme="dark"] .navbar-dark .navbar-text a:focus {
    color: #fff;
}
body[data-theme="dark"] .card {
    background-color: #2f2f2f;
    border: 1px solid rgba(250, 250, 250, 0.125);
}
body[data-theme="dark"] .card-header {
    background-color: rgba(250, 250, 250, 0.03);
    border-bottom: 1px solid rgba(250, 250, 250, 0.125);
}
body[data-theme="dark"] .card-footer {
    background-color: rgba(250, 250, 250, 0.03);
    border-top: 1px solid rgba(250, 250, 250, 0.125);
}
body[data-theme="dark"] .breadcrumb {
    background-color: #3b3b3b;
}
body[data-theme="dark"] .breadcrumb-item + .breadcrumb-item::before {
    color: #9e9e9e;
    content: "/";
}
body[data-theme="dark"] .breadcrumb-item.active {
    color: #9e9e9e;
}
body[data-theme="dark"] .page-link {
    background-color: #3b3b3b;
    border: 1px solid #515151;
}
body[data-theme="dark"] .page-link:hover {
    color: #85a7ca;
    background-color: #515151;
    border-color: #5a5a5a;
}
body[data-theme="dark"] .page-link:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.25);
}
body[data-theme="dark"] .page-item.active .page-link {
    color: #fafafa;
    background-color: #375a7f;
    border-color: #375a7f;
}
body[data-theme="dark"] .page-item.disabled .page-link {
    color: #5a5a5a;
    background-color: #222222;
    border-color: #515151;
}
body[data-theme="dark"] .badge-primary {
    color: #fff;
    background-color: #375a7f;
}
body[data-theme="dark"] a.badge-primary:hover,
body[data-theme="dark"] a.badge-primary:focus {
    color: #fff;
    background-color: #28415b;
}
body[data-theme="dark"] a.badge-primary:focus,
body[data-theme="dark"] a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(55, 90, 127, 0.5);
}
body[data-theme="dark"] .badge-secondary {
    color: #fff;
    background-color: #626262;
}
body[data-theme="dark"] a.badge-secondary:hover,
body[data-theme="dark"] a.badge-secondary:focus {
    color: #fff;
    background-color: #494949;
}
body[data-theme="dark"] a.badge-secondary:focus,
body[data-theme="dark"] a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(98, 98, 98, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(98, 98, 98, 0.5);
}
body[data-theme="dark"] .badge-success {
    color: #fff;
    background-color: #00bc8c;
}
body[data-theme="dark"] a.badge-success:hover,
body[data-theme="dark"] a.badge-success:focus {
    color: #fff;
    background-color: #008966;
}
body[data-theme="dark"] a.badge-success:focus,
body[data-theme="dark"] a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 140, 0.5);
}
body[data-theme="dark"] .badge-info {
    color: #fff;
    background-color: #17a2b8;
}
body[data-theme="dark"] a.badge-info:hover,
body[data-theme="dark"] a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}
body[data-theme="dark"] a.badge-info:focus,
body[data-theme="dark"] a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
body[data-theme="dark"] .badge-warning {
    color: #212529;
    background-color: #f39c12;
}
body[data-theme="dark"] a.badge-warning:hover,
body[data-theme="dark"] a.badge-warning:focus {
    color: #212529;
    background-color: #c87f0a;
}
body[data-theme="dark"] a.badge-warning:focus,
body[data-theme="dark"] a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.5);
}
body[data-theme="dark"] .badge-danger {
    color: #fff;
    background-color: #e74c3c;
}
body[data-theme="dark"] a.badge-danger:hover,
body[data-theme="dark"] a.badge-danger:focus {
    color: #fff;
    background-color: #d62c1a;
}
body[data-theme="dark"] a.badge-danger:focus,
body[data-theme="dark"] a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5);
}
body[data-theme="dark"] .badge-light {
    color: #fff;
    background-color: #7e7e7e;
}
body[data-theme="dark"] a.badge-light:hover,
body[data-theme="dark"] a.badge-light:focus {
    color: #fff;
    background-color: #656565;
}
body[data-theme="dark"] a.badge-light:focus,
body[data-theme="dark"] a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(126, 126, 126, 0.5);
}
body[data-theme="dark"] .badge-dark {
    color: #fff;
    background-color: #3b3b3b;
}
body[data-theme="dark"] a.badge-dark:hover,
body[data-theme="dark"] a.badge-dark:focus {
    color: #fff;
    background-color: #222222;
}
body[data-theme="dark"] a.badge-dark:focus,
body[data-theme="dark"] a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(59, 59, 59, 0.5);
}
body[data-theme="dark"] .jumbotron {
    background-color: #3b3b3b;
}
body[data-theme="dark"] .alert-primary {
    color: #3d9bff;
    background-color: #004a99;
    border-color: #0054ad;
}
body[data-theme="dark"] .alert-primary hr {
    border-top-color: #004894;
}
body[data-theme="dark"] .alert-primary .alert-link {
    color: #0a81ff;
}
body[data-theme="dark"] .alert-secondary {
    color: #8f969c;
    background-color: #41464b;
    border-color: #495055;
}
body[data-theme="dark"] .alert-secondary hr {
    border-top-color: #3d4347;
}
body[data-theme="dark"] .alert-secondary .alert-link {
    color: #747d84;
}
body[data-theme="dark"] .alert-success {
    color: #5cbc72;
    background-color: #186429;
    border-color: #1b722f;
}
body[data-theme="dark"] .alert-success hr {
    border-top-color: #165d27;
}
body[data-theme="dark"] .alert-success .alert-link {
    color: #43a259;
}
body[data-theme="dark"] .alert-info {
    color: #4fb8c9;
    background-color: #0e616e;
    border-color: #106e7d;
}
body[data-theme="dark"] .alert-info hr {
    border-top-color: #0d5a66;
}
body[data-theme="dark"] .alert-info .alert-link {
    color: #369eaf;
}
body[data-theme="dark"] .alert-warning {
    color: #ffd043;
    background-color: #997404;
    border-color: #ad8305;
}
body[data-theme="dark"] .alert-warning hr {
    border-top-color: #947004;
}
body[data-theme="dark"] .alert-warning .alert-link {
    color: #ffc310;
}
body[data-theme="dark"] .alert-danger {
    color: #e46572;
    background-color: #842029;
    border-color: #96242f;
}
body[data-theme="dark"] .alert-danger hr {
    border-top-color: #811f29;
}
body[data-theme="dark"] .alert-danger .alert-link {
    color: #dc3a4a;
}
body[data-theme="dark"] .alert-light {
    color: #fafafb;
    background-color: #959596;
    border-color: #a9a9aa;
}
body[data-theme="dark"] .alert-light hr {
    border-top-color: #9c9c9d;
}
body[data-theme="dark"] .alert-light .alert-link {
    color: #dedee4;
}
body[data-theme="dark"] .alert-dark {
    color: #65696e;
    background-color: #1f2326;
    border-color: #23272c;
}
body[data-theme="dark"] .alert-dark hr {
    border-top-color: #181a1e;
}
body[data-theme="dark"] .alert-dark .alert-link {
    color: #4d5053;
}
body[data-theme="dark"] .progress {
    background-color: #3b3b3b;
}
body[data-theme="dark"] .progress-bar {
    color: #111;
    background-color: #375a7f;
}
body[data-theme="dark"] .list-group-item-action {
    color: #b1b1b1;
}
body[data-theme="dark"] .list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-action:focus {
    color: #b1b1b1;
    background-color: #222222;
}
body[data-theme="dark"] .list-group-item-action:active {
    color: #e1e1e1;
    background-color: #3b3b3b;
}
body[data-theme="dark"] .list-group-item {
    background-color: #2f2f2f;
    border: 1px solid rgba(250, 250, 250, 0.125);
}
body[data-theme="dark"] .list-group-item.disabled,
body[data-theme="dark"] .list-group-item:disabled {
    color: #9e9e9e;
    background-color: #2f2f2f;
}
body[data-theme="dark"] .list-group-item.active {
    color: #fafafa;
    background-color: #375a7f;
    border-color: #375a7f;
}
body[data-theme="dark"] .list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
body[data-theme="dark"] .list-group-item-primary.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
body[data-theme="dark"] .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
body[data-theme="dark"] .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
body[data-theme="dark"] .list-group-item-secondary.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
body[data-theme="dark"] .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
body[data-theme="dark"] .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
body[data-theme="dark"] .list-group-item-success.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
body[data-theme="dark"] .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
body[data-theme="dark"] .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
body[data-theme="dark"] .list-group-item-info.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
body[data-theme="dark"] .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
body[data-theme="dark"] .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
body[data-theme="dark"] .list-group-item-warning.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
body[data-theme="dark"] .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
body[data-theme="dark"] .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
body[data-theme="dark"] .list-group-item-danger.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
body[data-theme="dark"] .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
body[data-theme="dark"] .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
body[data-theme="dark"] .list-group-item-light.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
body[data-theme="dark"] .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
body[data-theme="dark"] .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
body[data-theme="dark"] .list-group-item-dark.list-group-item-action:hover,
body[data-theme="dark"] .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
body[data-theme="dark"] .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
body[data-theme="dark"] .close {
    color: #fafafa;
    text-shadow: 0 1px 0 #111;
}
body[data-theme="dark"] .close:hover {
    color: #fafafa;
}
body[data-theme="dark"] .toast {
    background-color: rgba(59, 59, 59, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(126, 126, 126, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(126, 126, 126, 0.1);
}
body[data-theme="dark"] .toast-header {
    color: #9e9e9e;
    background-color: rgba(81, 81, 81, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
body[data-theme="dark"] .modal-content {
    background-color: #2f2f2f;
    border: 1px solid rgba(250, 250, 250, 0.2);
}
body[data-theme="dark"] .modal-backdrop {
    background-color: #111;
}
body[data-theme="dark"] .modal-backdrop.show {
    opacity: 0.85;
}
body[data-theme="dark"] .modal-header {
    border-bottom: 1px solid #495057;
}
body[data-theme="dark"] .modal-footer {
    border-top: 1px solid #495057;
}
body[data-theme="dark"] .tooltip.show {
    opacity: 0.9;
}
body[data-theme="dark"] .bs-tooltip-top .arrow::before,
body[data-theme="dark"] .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fafafa;
}
body[data-theme="dark"] .bs-tooltip-right .arrow::before,
body[data-theme="dark"] .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fafafa;
}
body[data-theme="dark"] .bs-tooltip-bottom .arrow::before,
body[data-theme="dark"] .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fafafa;
}
body[data-theme="dark"] .bs-tooltip-left .arrow::before,
body[data-theme="dark"] .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fafafa;
}
body[data-theme="dark"] .tooltip-inner {
    color: #111;
    background-color: #fafafa;
}
body[data-theme="dark"] .popover {
    background-color: #111;
    border: 1px solid rgba(250, 250, 250, 0.2);
}
body[data-theme="dark"] .bs-popover-top > .arrow::before,
body[data-theme="dark"] .bs-popover-auto[x-placement^="top"] > .arrow::before {
    border-top-color: rgba(250, 250, 250, 0.25);
}
body[data-theme="dark"] .bs-popover-top > .arrow::after,
body[data-theme="dark"] .bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #111;
}
body[data-theme="dark"] .bs-popover-right > .arrow::before,
body[data-theme="dark"] .bs-popover-auto[x-placement^="right"] > .arrow::before {
    border-right-color: rgba(250, 250, 250, 0.25);
}
body[data-theme="dark"] .bs-popover-right > .arrow::after,
body[data-theme="dark"] .bs-popover-auto[x-placement^="right"] > .arrow::after {
    border-right-color: #111;
}
body[data-theme="dark"] .bs-popover-bottom > .arrow::before,
body[data-theme="dark"] .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    border-bottom-color: rgba(250, 250, 250, 0.25);
}
body[data-theme="dark"] .bs-popover-bottom > .arrow::after,
body[data-theme="dark"] .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    border-bottom-color: #111;
}
body[data-theme="dark"] .bs-popover-bottom .popover-header::before,
body[data-theme="dark"] .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    border-bottom: 1px solid #090909;
}
body[data-theme="dark"] .bs-popover-left > .arrow::before,
body[data-theme="dark"] .bs-popover-auto[x-placement^="left"] > .arrow::before {
    border-left-color: rgba(250, 250, 250, 0.25);
}
body[data-theme="dark"] .bs-popover-left > .arrow::after,
body[data-theme="dark"] .bs-popover-auto[x-placement^="left"] > .arrow::after {
    border-left-color: #111;
}
body[data-theme="dark"] .popover-header {
    background-color: #090909;
    border-bottom: 1px solid black;
}
body[data-theme="dark"] .popover-body {
    color: #e1e1e1;
}
body[data-theme="dark"] .carousel-control-prev,
body[data-theme="dark"] .carousel-control-next {
    color: #fafafa;
    opacity: 0.5;
}
body[data-theme="dark"] .carousel-control-prev:hover,
body[data-theme="dark"] .carousel-control-prev:focus,
body[data-theme="dark"] .carousel-control-next:hover,
body[data-theme="dark"] .carousel-control-next:focus {
    color: #fafafa;
    opacity: 0.9;
}
body[data-theme="dark"] .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fafafa' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
body[data-theme="dark"] .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fafafa' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
body[data-theme="dark"] .carousel-indicators li {
    background-color: #111;
}
body[data-theme="dark"] .carousel-caption {
    color: #111;
}
body[data-theme="dark"] .bg-primary {
    background-color: #375a7f !important;
}
body[data-theme="dark"] a.bg-primary:hover,
body[data-theme="dark"] a.bg-primary:focus,
body[data-theme="dark"] button.bg-primary:hover,
body[data-theme="dark"] button.bg-primary:focus {
    background-color: #28415b !important;
}
body[data-theme="dark"] .bg-secondary {
    background-color: #626262 !important;
}
body[data-theme="dark"] a.bg-secondary:hover,
body[data-theme="dark"] a.bg-secondary:focus,
body[data-theme="dark"] button.bg-secondary:hover,
body[data-theme="dark"] button.bg-secondary:focus {
    background-color: #494949 !important;
}
body[data-theme="dark"] .bg-success {
    background-color: #00bc8c !important;
}
body[data-theme="dark"] a.bg-success:hover,
body[data-theme="dark"] a.bg-success:focus,
body[data-theme="dark"] button.bg-success:hover,
body[data-theme="dark"] button.bg-success:focus {
    background-color: #008966 !important;
}
body[data-theme="dark"] .bg-info {
    background-color: #17a2b8 !important;
}
body[data-theme="dark"] a.bg-info:hover,
body[data-theme="dark"] a.bg-info:focus,
body[data-theme="dark"] button.bg-info:hover,
body[data-theme="dark"] button.bg-info:focus {
    background-color: #117a8b !important;
}
body[data-theme="dark"] .bg-warning {
    background-color: #f39c12 !important;
}
body[data-theme="dark"] a.bg-warning:hover,
body[data-theme="dark"] a.bg-warning:focus,
body[data-theme="dark"] button.bg-warning:hover,
body[data-theme="dark"] button.bg-warning:focus {
    background-color: #c87f0a !important;
}
body[data-theme="dark"] .bg-danger {
    background-color: #e74c3c !important;
}
body[data-theme="dark"] a.bg-danger:hover,
body[data-theme="dark"] a.bg-danger:focus,
body[data-theme="dark"] button.bg-danger:hover,
body[data-theme="dark"] button.bg-danger:focus {
    background-color: #d62c1a !important;
}
body[data-theme="dark"] .bg-light {
    background-color: #7e7e7e !important;
}
body[data-theme="dark"] a.bg-light:hover,
body[data-theme="dark"] a.bg-light:focus,
body[data-theme="dark"] button.bg-light:hover,
body[data-theme="dark"] button.bg-light:focus {
    background-color: #656565 !important;
}
body[data-theme="dark"] .bg-dark {
    background-color: #3b3b3b !important;
}
body[data-theme="dark"] a.bg-dark:hover,
body[data-theme="dark"] a.bg-dark:focus,
body[data-theme="dark"] button.bg-dark:hover,
body[data-theme="dark"] button.bg-dark:focus {
    background-color: #222222 !important;
}
body[data-theme="dark"] .bg-white {
    background-color: #fafafa !important;
}
body[data-theme="dark"] .bg-black {
    background-color: #111 !important;
}
body[data-theme="dark"] .border {
    border: 1px solid #495057 !important;
}
body[data-theme="dark"] .border-top {
    border-top: 1px solid #495057 !important;
}
body[data-theme="dark"] .border-right {
    border-right: 1px solid #495057 !important;
}
body[data-theme="dark"] .border-bottom {
    border-bottom: 1px solid #495057 !important;
}
body[data-theme="dark"] .border-left {
    border-left: 1px solid #495057 !important;
}
body[data-theme="dark"] .border-primary {
    border-color: #375a7f !important;
}
body[data-theme="dark"] .border-secondary {
    border-color: #626262 !important;
}
body[data-theme="dark"] .border-success {
    border-color: #00bc8c !important;
}
body[data-theme="dark"] .border-info {
    border-color: #17a2b8 !important;
}
body[data-theme="dark"] .border-warning {
    border-color: #f39c12 !important;
}
body[data-theme="dark"] .border-danger {
    border-color: #e74c3c !important;
}
body[data-theme="dark"] .border-light {
    border-color: #7e7e7e !important;
}
body[data-theme="dark"] .border-dark {
    border-color: #3b3b3b !important;
}
body[data-theme="dark"] .border-white {
    border-color: #fafafa !important;
}
body[data-theme="dark"] .border-black {
    border-color: #fafafa !important;
}
body[data-theme="dark"] .shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}
body[data-theme="dark"] .shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}
body[data-theme="dark"] .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}
body[data-theme="dark"] .text-white {
    color: #fafafa !important;
}
body[data-theme="dark"] .text-black {
    color: #111 !important;
}
body[data-theme="dark"] .text-primary {
    color: #375a7f !important;
}
body[data-theme="dark"] a.text-primary:hover,
body[data-theme="dark"] a.text-primary:focus {
    color: #20344a !important;
}
body[data-theme="dark"] .text-secondary {
    color: #626262 !important;
}
body[data-theme="dark"] a.text-secondary:hover,
body[data-theme="dark"] a.text-secondary:focus {
    color: #3c3c3c !important;
}
body[data-theme="dark"] .text-success {
    color: #00bc8c !important;
}
body[data-theme="dark"] a.text-success:hover,
body[data-theme="dark"] a.text-success:focus {
    color: #007053 !important;
}
body[data-theme="dark"] .text-info {
    color: #17a2b8 !important;
}
body[data-theme="dark"] a.text-info:hover,
body[data-theme="dark"] a.text-info:focus {
    color: #0f6674 !important;
}
body[data-theme="dark"] .text-warning {
    color: #f39c12 !important;
}
body[data-theme="dark"] a.text-warning:hover,
body[data-theme="dark"] a.text-warning:focus {
    color: #b06f09 !important;
}
body[data-theme="dark"] .text-danger {
    color: #e74c3c !important;
}
body[data-theme="dark"] a.text-danger:hover,
body[data-theme="dark"] a.text-danger:focus {
    color: #bf2718 !important;
}
body[data-theme="dark"] .text-light {
    color: #7e7e7e !important;
}
body[data-theme="dark"] a.text-light:hover,
body[data-theme="dark"] a.text-light:focus {
    color: #585858 !important;
}
body[data-theme="dark"] .text-dark {
    color: #3b3b3b !important;
}
body[data-theme="dark"] a.text-dark:hover,
body[data-theme="dark"] a.text-dark:focus {
    color: #151515 !important;
}
body[data-theme="dark"] .text-body {
    color: #e1e1e1 !important;
}
body[data-theme="dark"] .text-muted {
    color: #626262 !important;
}
body[data-theme="dark"] .text-black-50 {
    color: rgba(17, 17, 17, 0.5) !important;
}
body[data-theme="dark"] .text-white-50 {
    color: rgba(250, 250, 250, 0.5) !important;
}
body[data-theme="dark"]::-moz-selection {
    color: #cfcfcf;
    background: rgba(23, 162, 184, 0.5);
}
body[data-theme="dark"]::selection {
    color: #cfcfcf;
    background: rgba(23, 162, 184, 0.5);
}