Plan/Plan/react/dashboard/src/style/sb-admin-2.css

3309 lines
69 KiB
CSS

/*!
* SB Admin 2 custom changes
* Compiled from a diff between SB Admin 2
* and Plan's version of SB Admin 2
*/
img {
height: auto;
}
.table {
margin-bottom: unset;
color: unset;
background-color: transparent;
}
.table th,
.table td {
border-top: 1px solid #dddfeb;
}
.table thead th {
border-bottom: 2px solid #dddfeb !important;
}
.table tbody + tbody {
border-top: 2px solid #dddfeb;
}
.table-bordered {
border: 1px solid #dddfeb;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dddfeb;
}
/* SB Admin 2 table changes start */
.table-hover tbody tr:hover {
color: #858796;
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #cdd8f6;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #a3b6ee;
}
.table-hover .table-primary:hover {
background-color: #b7c7f2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #b7c7f2;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #dddde2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #c0c1c8;
}
.table-hover .table-secondary:hover {
background-color: #cfcfd6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #cfcfd6;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #bff0de;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #89e2c2;
}
.table-hover .table-success:hover {
background-color: #aaebd3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #aaebd3;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #c7ebf1;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #96dbe4;
}
.table-hover .table-info:hover {
background-color: #b3e4ec;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #b3e4ec;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #fceec9;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #fadf9b;
}
.table-hover .table-warning:hover {
background-color: #fbe6b1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #fbe6b1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f8ccc8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #f3a199;
}
.table-hover .table-danger:hover {
background-color: #f5b7b1;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f5b7b1;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfd;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #d1d1d5;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #a9aab1;
}
.table-hover .table-dark:hover {
background-color: #c4c4c9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #c4c4c9;
}
/* SB Admin 2 table changes end */
.table .thead-dark th {
background-color: #3a3b45;
border-color: #4b4d5a;
}
.table .thead-light th {
color: #6e707e;
background-color: #eaecf4;
border-color: #dddfeb;
}
.table-dark {
color: #fff;
background-color: #3a3b45;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #4b4d5a !important;
}
.table-dark.table-hover tbody tr:hover {
color: unset;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
background-color: unset;
}
.page-item.active .page-link {
background-color: #368F17;
border-color: #368F17;
}
.modal-footer {
border-top: 1px solid #eaecf4;
}
.bg-white {
background-color: unset;
}
@media print {
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dddfeb;
}
.table .thead-dark th {
border-color: #dddfeb;
}
}
.chart-area {
position: relative;
height: 22rem;
width: 100%;
padding: 0.5rem;
text-align: center;
}
.chart-bar {
position: relative;
height: 20rem;
width: 100%;
}
.chart-pie {
position: relative;
height: calc(20rem - 43px);
width: 100%;
}
/*!
* Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
* Changes compiled from SB Admin/Bootstrap diff
*/
:root {
--bs-blue: #4e73df;
--bs-red: #e74a3b;
--bs-yellow: #f6c23e;
--bs-green: #1cc88a;
--bs-teal: #20c9a6;
--bs-cyan: #36b9cc;
--bs-gray: #858796;
--bs-gray-dark: #5a5c69;
--bs-primary: #4e73df;
--bs-secondary: #858796;
--bs-success: #1cc88a;
--bs-info: #36b9cc;
--bs-warning: #f6c23e;
--bs-danger: #e74a3b;
--bs-light: #f8f9fc;
--bs-dark: #5a5c69;
--bs-font-sans-serif: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html {
position: relative;
min-height: 100%;
}
body {
font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
height: 100%;
color: #858796;
}
a {
color: #4e73df;
}
a:hover {
color: #224abe;
}
a:focus {
outline: none;
}
caption {
color: #858796;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 400;
}
.blockquote-footer {
color: #858796;
}
.img-thumbnail {
border: 1px solid #dddfeb;
border-radius: 0.35rem;
}
.figure-caption {
color: #858796;
}
kbd {
background-color: #3a3b45;
}
pre {
color: #3a3b45;
}
.form-control {
color: #6e707e;
border: 1px solid #d1d3e2;
border-radius: 0.35rem;
}
.form-control:-moz-focusring {
text-shadow: 0 0 0 #6e707e;
}
.form-control:focus {
color: #6e707e;
border-color: #bac8f3;
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #858796;
}
.form-control::-moz-placeholder {
color: #858796;
}
.form-control:-ms-input-placeholder {
color: #858796;
}
.form-control::-ms-input-placeholder {
color: #858796;
}
.form-control::placeholder {
color: #858796;
}
.form-control:disabled, .form-control[readonly] {
background-color: #eaecf4;
}
select.form-control:focus::-ms-value {
color: #6e707e;
}
.form-control-plaintext {
color: #858796;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
color: #858796;
}
.valid-feedback {
color: #1cc88a;
}
.valid-tooltip {
background-color: rgba(28, 200, 138, 0.9);
border-radius: 0.35rem;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #1cc88a;
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='%231cc88a' 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");
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #1cc88a;
box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}
.was-validated .form-select:valid, .form-select.is-valid {
border-color: #1cc88a;
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='%235a5c69' 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='%231cc88a' 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);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
border-color: #1cc88a;
box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #1cc88a;
}
.invalid-feedback {
color: #e74a3b;
}
.invalid-tooltip {
background-color: rgba(231, 74, 59, 0.9);
border-radius: 0.35rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #e74a3b;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' 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='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #e74a3b;
box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
border-color: #e74a3b;
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='%235a5c69' 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='%23e74a3b' 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='%23e74a3b' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
border-color: #e74a3b;
box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #e74a3b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #e74a3b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #e74a3b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #ed7468;
background-color: #ed7468;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #e74a3b;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #e74a3b;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #e74a3b;
box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
.btn {
color: #858796;
border-radius: 0.35rem;
}
.btn:hover {
color: #858796;
}
.btn:focus, .btn.focus {
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.btn-primary {
background-color: #4e73df;
border-color: #4e73df;
}
.btn-primary:hover {
background-color: #2e59d9;
border-color: #2653d4;
}
.btn-primary:focus, .btn-primary.focus {
background-color: #2e59d9;
border-color: #2653d4;
box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
background-color: #4e73df;
border-color: #4e73df;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
background-color: #2653d4;
border-color: #244ec9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}
.btn-secondary {
background-color: #858796;
border-color: #858796;
}
.btn-secondary:hover {
background-color: #717384;
border-color: #6b6d7d;
}
.btn-secondary:focus, .btn-secondary.focus {
background-color: #717384;
border-color: #6b6d7d;
box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
background-color: #858796;
border-color: #858796;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
background-color: #6b6d7d;
border-color: #656776;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}
.btn-success {
background-color: #1cc88a;
border-color: #1cc88a;
}
.btn-success:hover {
background-color: #17a673;
border-color: #169b6b;
}
.btn-success:focus, .btn-success.focus {
background-color: #17a673;
border-color: #169b6b;
box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
background-color: #1cc88a;
border-color: #1cc88a;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
background-color: #169b6b;
border-color: #149063;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}
.btn-info {
background-color: #36b9cc;
border-color: #36b9cc;
}
.btn-info:hover {
background-color: #2c9faf;
border-color: #2a96a5;
}
.btn-info:focus, .btn-info.focus {
background-color: #2c9faf;
border-color: #2a96a5;
box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
background-color: #36b9cc;
border-color: #36b9cc;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
background-color: #2a96a5;
border-color: #278c9b;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}
.btn-warning {
color: #fff;
background-color: #f6c23e;
border-color: #f6c23e;
}
.btn-warning:hover {
color: #fff;
background-color: #f4b619;
border-color: #f4b30d;
}
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #f4b619;
border-color: #f4b30d;
box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #fff;
background-color: #f6c23e;
border-color: #f6c23e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #f4b30d;
border-color: #e9aa0b;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}
.btn-danger {
background-color: #e74a3b;
border-color: #e74a3b;
}
.btn-danger:hover {
background-color: #e02d1b;
border-color: #d52a1a;
}
.btn-danger:focus, .btn-danger.focus {
background-color: #e02d1b;
border-color: #d52a1a;
box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
background-color: #e74a3b;
border-color: #e74a3b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
background-color: #d52a1a;
border-color: #ca2819;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}
.btn-light {
color: #3a3b45;
background-color: #f8f9fc;
border-color: #f8f9fc;
}
.btn-light:hover {
color: #3a3b45;
background-color: #dde2f1;
border-color: #d4daed;
}
.btn-light:focus, .btn-light.focus {
color: #3a3b45;
background-color: #dde2f1;
border-color: #d4daed;
box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #3a3b45;
background-color: #f8f9fc;
border-color: #f8f9fc;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #3a3b45;
background-color: #d4daed;
border-color: #cbd3e9;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}
.btn-dark {
background-color: #5a5c69;
border-color: #5a5c69;
}
.btn-dark:hover {
background-color: #484a54;
border-color: #42444e;
}
.btn-dark:focus, .btn-dark.focus {
background-color: #484a54;
border-color: #42444e;
box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
background-color: #5a5c69;
border-color: #5a5c69;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
background-color: #42444e;
border-color: #3d3e47;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}
.btn-outline-primary {
color: #4e73df;
border-color: #4e73df;
}
.btn-outline-primary:hover {
background-color: #4e73df;
border-color: #4e73df;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #4e73df;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
background-color: #4e73df;
border-color: #4e73df;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}
.btn-outline-secondary {
color: #858796;
border-color: #858796;
}
.btn-outline-secondary:hover {
background-color: #858796;
border-color: #858796;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #858796;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
background-color: #858796;
border-color: #858796;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}
.btn-outline-success {
color: #1cc88a;
border-color: #1cc88a;
}
.btn-outline-success:hover {
background-color: #1cc88a;
border-color: #1cc88a;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #1cc88a;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
background-color: #1cc88a;
border-color: #1cc88a;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}
.btn-outline-info {
color: #36b9cc;
border-color: #36b9cc;
}
.btn-outline-info:hover {
background-color: #36b9cc;
border-color: #36b9cc;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #36b9cc;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
background-color: #36b9cc;
border-color: #36b9cc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}
.btn-outline-warning {
color: #f6c23e;
border-color: #f6c23e;
}
.btn-outline-warning:hover {
color: #fff;
background-color: #f6c23e;
border-color: #f6c23e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #f6c23e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #fff;
background-color: #f6c23e;
border-color: #f6c23e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}
.btn-outline-danger {
color: #e74a3b;
border-color: #e74a3b;
}
.btn-outline-danger:hover {
background-color: #e74a3b;
border-color: #e74a3b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #e74a3b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
background-color: #e74a3b;
border-color: #e74a3b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}
.btn-outline-light {
color: #f8f9fc;
border-color: #f8f9fc;
}
.btn-outline-light:hover {
color: #3a3b45;
background-color: #f8f9fc;
border-color: #f8f9fc;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fc;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #3a3b45;
background-color: #f8f9fc;
border-color: #f8f9fc;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}
.btn-outline-dark {
color: #5a5c69;
border-color: #5a5c69;
}
.btn-outline-dark:hover {
background-color: #5a5c69;
border-color: #5a5c69;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #5a5c69;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
background-color: #5a5c69;
border-color: #5a5c69;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}
.btn-link {
color: #4e73df;
}
.btn-link:hover {
color: #224abe;
}
.btn-link:disabled, .btn-link.disabled {
color: #858796;
}
.collapsing {
transition: height 0.15s ease;
}
.dropdown-menu {
font-size: 0.85rem;
color: #858796;
border: 1px solid #e3e6f0;
border-radius: 0.35rem;
}
.dropdown-divider {
border-top: 1px solid #eaecf4;
}
.dropdown-item {
color: #3a3b45;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #2e2f37;
background-color: #f8f9fc;
}
.dropdown-item.active, .dropdown-item:active {
background-color: #4e73df;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #858796;
}
.dropdown-header {
color: #858796;
}
.dropdown-item-text {
color: #3a3b45;
}
.input-group-text {
color: #6e707e;
background-color: #eaecf4;
border: 1px solid #d1d3e2;
border-radius: 0.35rem;
}
.form-select {
color: #6e707e;
background: #fff 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='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
border: 1px solid #d1d3e2;
border-radius: 0.35rem;
}
.form-select:focus {
border-color: #bac8f3;
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.form-select:focus::-ms-value {
color: #6e707e;
}
.form-select:disabled {
color: #858796;
background-color: #eaecf4;
}
.form-select:-moz-focusring {
text-shadow: 0 0 0 #6e707e;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #bac8f3;
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
background-color: #eaecf4;
}
.custom-file-label {
color: #6e707e;
border: 1px solid #d1d3e2;
border-radius: 0.35rem;
}
.custom-file-label::after {
color: #6e707e;
background-color: #eaecf4;
border-radius: 0 0.35rem 0.35rem 0;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.custom-range::-webkit-slider-thumb {
background-color: #4e73df;
}
.custom-range::-webkit-slider-thumb:active {
background-color: #e5ebfa;
}
.custom-range::-webkit-slider-runnable-track {
background-color: #dddfeb;
}
.custom-range::-moz-range-thumb {
background-color: #4e73df;
}
.custom-range::-moz-range-thumb:active {
background-color: #e5ebfa;
}
.custom-range::-moz-range-track {
background-color: #dddfeb;
}
.custom-range::-ms-thumb {
background-color: #4e73df;
}
.custom-range::-ms-thumb:active {
background-color: #e5ebfa;
}
.custom-range::-ms-fill-lower {
background-color: #dddfeb;
}
.custom-range::-ms-fill-upper {
background-color: #dddfeb;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #b7b9cc;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #b7b9cc;
}
.custom-range:disabled::-ms-thumb {
background-color: #b7b9cc;
}
.nav-link.disabled {
color: #858796;
}
.nav-tabs {
border-bottom: 1px solid #dddfeb;
}
.nav-tabs .nav-link {
border-top-left-radius: 0.35rem;
border-top-right-radius: 0.35rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #eaecf4 #eaecf4 #dddfeb;
}
.nav-tabs .nav-link.disabled {
color: #858796;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #6e707e;
border-color: #dddfeb #dddfeb #fff;
}
.nav-pills .nav-link {
border-radius: 0.35rem;
}
.navbar-toggler {
border-radius: 0.35rem;
}
.card {
border: 1px solid #e3e6f0;
border-radius: 0.35rem;
}
.card > .list-group:first-child {
border-top-left-radius: calc(0.35rem - 1px);
border-top-right-radius: calc(0.35rem - 1px);
}
.card > .list-group:last-child {
border-bottom-right-radius: calc(0.35rem - 1px);
border-bottom-left-radius: calc(0.35rem - 1px);
}
.card-header {
background-color: #f8f9fc;
border-bottom: 1px solid #e3e6f0;
}
.card-header:first-child {
border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}
.card-footer {
background-color: #f8f9fc;
border-top: 1px solid #e3e6f0;
}
.card-footer:last-child {
border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}
.card-img-overlay {
border-radius: calc(0.35rem - 1px);
}
.card-img,
.card-img-top {
border-top-left-radius: calc(0.35rem - 1px);
border-top-right-radius: calc(0.35rem - 1px);
}
.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.35rem - 1px);
border-bottom-left-radius: calc(0.35rem - 1px);
}
.card-group > .card {
margin-bottom: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
color: #858796;
content: "/";
}
.breadcrumb-item.active {
color: #858796;
}
.pagination {
border-radius: 0.35rem;
}
.page-link {
color: #4e73df;
border: 1px solid #dddfeb;
}
.page-link:hover {
color: #224abe;
background-color: #eaecf4;
border-color: #dddfeb;
}
.page-link:focus {
box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}
.page-item:first-child .page-link {
border-top-left-radius: 0.35rem;
border-bottom-left-radius: 0.35rem;
}
.page-item:last-child .page-link {
border-top-right-radius: 0.35rem;
border-bottom-right-radius: 0.35rem;
}
.page-item.disabled .page-link {
color: #858796;
border-color: #dddfeb;
}
.badge {
border-radius: 0.35rem;
}
.alert {
border-radius: 0.35rem;
}
.alert-primary {
color: #293c74;
background-color: #dce3f9;
border-color: #cdd8f6;
}
.alert-primary hr {
border-top-color: #b7c7f2;
}
.alert-primary .alert-link {
color: #1c294e;
}
.alert-secondary {
color: #45464e;
background-color: #e7e7ea;
border-color: #dddde2;
}
.alert-secondary hr {
border-top-color: #cfcfd6;
}
.alert-secondary .alert-link {
color: #2d2e33;
}
.alert-success {
color: #0f6848;
background-color: #d2f4e8;
border-color: #bff0de;
}
.alert-success hr {
border-top-color: #aaebd3;
}
.alert-success .alert-link {
color: #093b29;
}
.alert-info {
color: #1c606a;
background-color: #d7f1f5;
border-color: #c7ebf1;
}
.alert-info hr {
border-top-color: #b3e4ec;
}
.alert-info .alert-link {
color: #113b42;
}
.alert-warning {
color: #806520;
background-color: #fdf3d8;
border-color: #fceec9;
}
.alert-warning hr {
border-top-color: #fbe6b1;
}
.alert-warning .alert-link {
color: #574516;
}
.alert-danger {
color: #78261f;
background-color: #fadbd8;
border-color: #f8ccc8;
}
.alert-danger hr {
border-top-color: #f5b7b1;
}
.alert-danger .alert-link {
color: #4f1915;
}
.alert-light {
color: #818183;
}
.alert-light .alert-link {
color: #686869;
}
.alert-dark {
color: #2f3037;
background-color: #dedee1;
border-color: #d1d1d5;
}
.alert-dark hr {
border-top-color: #c4c4c9;
}
.alert-dark .alert-link {
color: #18181c;
}
.progress {
background-color: #eaecf4;
border-radius: 0.35rem;
}
.progress-bar {
background-color: #4e73df;
}
.list-group {
border-radius: 0.35rem;
}
.list-group-item-action {
color: #6e707e;
}
.list-group-item-action:hover, .list-group-item-action:focus {
color: #6e707e;
background-color: #f8f9fc;
}
.list-group-item-action:active {
color: #858796;
background-color: #eaecf4;
}
.list-group-item.disabled, .list-group-item:disabled {
color: #858796;
}
.list-group-item.active {
background-color: #4e73df;
border-color: #4e73df;
}
.list-group-horizontal > .list-group-item:first-child {
border-bottom-left-radius: 0.35rem;
}
.list-group-horizontal > .list-group-item:last-child {
border-top-right-radius: 0.35rem;
}
@media (min-width: 576px) {
.list-group-horizontal-sm > .list-group-item:first-child {
border-bottom-left-radius: 0.35rem;
}
.list-group-horizontal-sm > .list-group-item:last-child {
border-top-right-radius: 0.35rem;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md > .list-group-item:first-child {
border-bottom-left-radius: 0.35rem;
}
.list-group-horizontal-md > .list-group-item:last-child {
border-top-right-radius: 0.35rem;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg > .list-group-item:first-child {
border-bottom-left-radius: 0.35rem;
}
.list-group-horizontal-lg > .list-group-item:last-child {
border-top-right-radius: 0.35rem;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl > .list-group-item:first-child {
border-bottom-left-radius: 0.35rem;
}
.list-group-horizontal-xl > .list-group-item:last-child {
border-top-right-radius: 0.35rem;
}
}
.list-group-item-primary {
color: #293c74;
background-color: #cdd8f6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #293c74;
background-color: #b7c7f2;
}
.list-group-item-primary.list-group-item-action.active {
background-color: #293c74;
border-color: #293c74;
}
.list-group-item-secondary {
color: #45464e;
background-color: #dddde2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #45464e;
background-color: #cfcfd6;
}
.list-group-item-secondary.list-group-item-action.active {
background-color: #45464e;
border-color: #45464e;
}
.list-group-item-success {
color: #0f6848;
background-color: #bff0de;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #0f6848;
background-color: #aaebd3;
}
.list-group-item-success.list-group-item-action.active {
background-color: #0f6848;
border-color: #0f6848;
}
.list-group-item-info {
color: #1c606a;
background-color: #c7ebf1;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #1c606a;
background-color: #b3e4ec;
}
.list-group-item-info.list-group-item-action.active {
background-color: #1c606a;
border-color: #1c606a;
}
.list-group-item-warning {
color: #806520;
background-color: #fceec9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #806520;
background-color: #fbe6b1;
}
.list-group-item-warning.list-group-item-action.active {
background-color: #806520;
border-color: #806520;
}
.list-group-item-danger {
color: #78261f;
background-color: #f8ccc8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #78261f;
background-color: #f5b7b1;
}
.list-group-item-danger.list-group-item-action.active {
background-color: #78261f;
border-color: #78261f;
}
.list-group-item-light {
color: #818183;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818183;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
background-color: #818183;
border-color: #818183;
}
.list-group-item-dark {
color: #2f3037;
background-color: #d1d1d5;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #2f3037;
background-color: #c4c4c9;
}
.list-group-item-dark.list-group-item-action.active {
background-color: #2f3037;
border-color: #2f3037;
}
.toast-header {
color: #858796;
}
.modal-header {
border-bottom: 1px solid #e3e6f0;
}
.tooltip-inner {
border-radius: 0.35rem;
}
.popover-body {
color: #858796;
}
.bg-primary {
background-color: #4e73df !important;
}
.bg-secondary {
background-color: #858796 !important;
}
.bg-info {
background-color: #36b9cc !important;
}
.bg-light {
background-color: #f8f9fc !important;
}
.bg-dark {
background-color: #5a5c69 !important;
}
.border {
border: 1px solid #e3e6f0 !important;
}
.border-top {
border-top: 1px solid #e3e6f0 !important;
}
.border-end {
border-right: 1px solid #e3e6f0 !important;
}
.border-bottom {
border-bottom: 1px solid #e3e6f0 !important;
}
.border-start {
border-left: 1px solid #e3e6f0 !important;
}
.border-primary {
border-color: #4e73df !important;
}
.border-secondary {
border-color: #858796 !important;
}
.border-success {
border-color: #1cc88a !important;
}
.border-info {
border-color: #36b9cc !important;
}
.border-warning {
border-color: #f6c23e !important;
}
.border-danger {
border-color: #e74a3b !important;
}
.border-light {
border-color: #f8f9fc !important;
}
.border-dark {
border-color: #5a5c69 !important;
}
.rounded {
border-radius: 0.35rem !important;
}
.rounded-top {
border-top-left-radius: 0.35rem !important;
border-top-right-radius: 0.35rem !important;
}
.rounded-end {
border-top-right-radius: 0.35rem !important;
border-bottom-right-radius: 0.35rem !important;
}
.rounded-bottom {
border-bottom-right-radius: 0.35rem !important;
border-bottom-left-radius: 0.35rem !important;
}
.rounded-start {
border-top-left-radius: 0.35rem !important;
border-bottom-left-radius: 0.35rem !important;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}
.shadow {
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}
.text-uppercase, .dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {
text-transform: uppercase !important;
}
.text-primary {
color: #4e73df !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #224abe !important;
}
.text-secondary {
color: #858796 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #60616f !important;
}
.text-success {
color: #1cc88a !important;
}
a.text-success:hover, a.text-success:focus {
color: #13855c !important;
}
.text-info {
color: #36b9cc !important;
}
a.text-info:hover, a.text-info:focus {
color: #258391 !important;
}
.text-warning {
color: #f6c23e !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #dda20a !important;
}
.text-danger {
color: #e74a3b !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #be2617 !important;
}
.text-light {
color: #f8f9fc !important;
}
a.text-light:hover, a.text-light:focus {
color: #c2cbe5 !important;
}
.text-dark {
color: #5a5c69 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #373840 !important;
}
.text-body {
color: #858796 !important;
}
.text-muted {
color: #858796 !important;
}
@media print {
pre,
blockquote {
border: 1px solid #b7b9cc;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dddfeb !important;
}
}
#wrapper #content-wrapper {
background-color: #f8f9fc;
width: 100%;
overflow-x: hidden;
}
#wrapper #content-wrapper #content {
flex: 1 0 auto;
}
.scroll-to-top {
position: fixed;
right: 1rem;
bottom: 1rem;
display: none;
width: 2.75rem;
height: 2.75rem;
text-align: center;
color: #fff;
background: rgba(90, 92, 105, 0.5);
line-height: 46px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
color: white;
}
.scroll-to-top:hover {
background: #5a5c69;
}
.scroll-to-top i {
font-weight: 800;
}
@-webkit-keyframes growIn {
0% {
transform: scale(0.9);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes growIn {
0% {
transform: scale(0.9);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.animated--grow-in, .sidebar .nav-item .collapse {
-webkit-animation-name: growIn;
animation-name: growIn;
-webkit-animation-duration: 200ms;
animation-duration: 200ms;
-webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.animated--fade-in {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: 200ms;
animation-duration: 200ms;
-webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}
.bg-gradient-primary {
background-color: #4e73df;
background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
background-size: cover;
}
.bg-gradient-secondary {
background-color: #858796;
background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
background-size: cover;
}
.bg-gradient-success {
background-color: #1cc88a;
background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
background-size: cover;
}
.bg-gradient-info {
background-color: #36b9cc;
background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
background-size: cover;
}
.bg-gradient-warning {
background-color: #f6c23e;
background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
background-size: cover;
}
.bg-gradient-danger {
background-color: #e74a3b;
background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
background-size: cover;
}
.bg-gradient-light {
background-color: #f8f9fc;
background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
background-size: cover;
}
.bg-gradient-dark {
background-color: #5a5c69;
background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
background-size: cover;
}
.bg-gray-100 {
background-color: #f8f9fc !important;
}
.bg-gray-200 {
background-color: #eaecf4 !important;
}
.bg-gray-300 {
background-color: #dddfeb !important;
}
.bg-gray-400 {
background-color: #d1d3e2 !important;
}
.bg-gray-500 {
background-color: #b7b9cc !important;
}
.bg-gray-600 {
background-color: #858796 !important;
}
.bg-gray-700 {
background-color: #6e707e !important;
}
.bg-gray-800 {
background-color: #5a5c69 !important;
}
.bg-gray-900 {
background-color: #3a3b45 !important;
}
.o-hidden {
overflow: hidden !important;
}
.text-xs {
font-size: .7rem;
}
.text-lg {
font-size: 1.2rem;
}
.text-gray-100 {
color: #f8f9fc !important;
}
.text-gray-200 {
color: #eaecf4 !important;
}
.text-gray-300 {
color: #dddfeb !important;
}
.text-gray-400 {
color: #d1d3e2 !important;
}
.text-gray-500 {
color: #b7b9cc !important;
}
.text-gray-600 {
color: #858796 !important;
}
.text-gray-700 {
color: #6e707e !important;
}
.text-gray-800 {
color: #5a5c69 !important;
}
.text-gray-900 {
color: #3a3b45 !important;
}
.icon-circle {
height: 2.5rem;
width: 2.5rem;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.border-left-primary {
border-left: 0.25rem solid #4e73df !important;
}
.border-bottom-primary {
border-bottom: 0.25rem solid #4e73df !important;
}
.border-left-secondary {
border-left: 0.25rem solid #858796 !important;
}
.border-bottom-secondary {
border-bottom: 0.25rem solid #858796 !important;
}
.border-left-success {
border-left: 0.25rem solid #1cc88a !important;
}
.border-bottom-success {
border-bottom: 0.25rem solid #1cc88a !important;
}
.border-left-info {
border-left: 0.25rem solid #36b9cc !important;
}
.border-bottom-info {
border-bottom: 0.25rem solid #36b9cc !important;
}
.border-left-warning {
border-left: 0.25rem solid #f6c23e !important;
}
.border-bottom-warning {
border-bottom: 0.25rem solid #f6c23e !important;
}
.border-left-danger {
border-left: 0.25rem solid #e74a3b !important;
}
.border-bottom-danger {
border-bottom: 0.25rem solid #e74a3b !important;
}
.border-left-light {
border-left: 0.25rem solid #f8f9fc !important;
}
.border-bottom-light {
border-bottom: 0.25rem solid #f8f9fc !important;
}
.border-left-dark {
border-left: 0.25rem solid #5a5c69 !important;
}
.border-bottom-dark {
border-bottom: 0.25rem solid #5a5c69 !important;
}
.progress-sm {
height: .5rem;
}
.rotate-15 {
transform: rotate(15deg);
}
.rotate-n-15 {
transform: rotate(-15deg);
}
.dropdown .dropdown-menu {
font-size: 0.85rem;
}
.dropdown .dropdown-menu .dropdown-header {
font-weight: 800;
font-size: 0.65rem;
color: #b7b9cc;
}
.dropdown.no-arrow .dropdown-toggle::after {
display: none;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
width: 1rem;
text-align: center;
float: right;
vertical-align: 0;
border: 0;
font-weight: 900;
content: '\f105';
font-family: 'Font Awesome 5 Free';
}
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
content: '\f107';
}
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
position: relative;
}
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
position: absolute;
transform: scale(0.7);
transform-origin: top right;
right: .25rem;
margin-top: -.25rem;
}
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
height: 2rem;
width: 2rem;
}
.topbar {
height: 4.375rem;
}
.topbar #sidebarToggleTop {
height: 2.5rem;
width: 2.5rem;
}
.topbar #sidebarToggleTop:hover {
background-color: #eaecf4;
}
.topbar #sidebarToggleTop:active {
background-color: #dddfeb;
}
.topbar .navbar-search {
width: 25rem;
}
.topbar .navbar-search input {
font-size: 0.85rem;
height: auto;
}
.topbar .topbar-divider {
width: 0;
border-right: 1px solid #e3e6f0;
height: calc(4.375rem - 2rem);
margin: auto 1rem;
}
.topbar .nav-item .nav-link {
height: 4.375rem;
display: flex;
align-items: center;
padding: 0 0.75rem;
}
.topbar .nav-item .nav-link:focus {
outline: none;
}
.topbar .nav-item:focus {
outline: none;
}
.topbar .dropdown {
position: static;
}
.topbar .dropdown .dropdown-menu {
width: calc(100% - 1.5rem);
right: 0.75rem;
}
.topbar .dropdown-list {
padding: 0;
border: none;
overflow: hidden;
}
.topbar .dropdown-list .dropdown-header {
background-color: #4e73df;
border: 1px solid #4e73df;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #fff;
}
.topbar .dropdown-list .dropdown-item {
white-space: normal;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
border-left: 1px solid #e3e6f0;
border-right: 1px solid #e3e6f0;
border-bottom: 1px solid #e3e6f0;
line-height: 1.3rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
position: relative;
height: 2.5rem;
width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
height: 2.5rem;
width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
background-color: #eaecf4;
height: 0.75rem;
width: 0.75rem;
border-radius: 100%;
position: absolute;
bottom: 0;
right: 0;
border: 0.125rem solid #fff;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
max-width: 10rem;
}
.topbar .dropdown-list .dropdown-item:active {
background-color: #eaecf4;
color: #3a3b45;
}
@media (min-width: 576px) {
.topbar .dropdown {
position: relative;
}
.topbar .dropdown .dropdown-menu {
width: auto;
right: 0;
}
.topbar .dropdown-list {
width: 20rem !important;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
max-width: 13.375rem;
}
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
color: rgba(255, 255, 255, 0.8);
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
color: #fff;
}
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
color: #fff;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
color: #d1d3e2;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
color: #b7b9cc;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
color: #858796;
}
.sidebar {
width: 6.5rem;
min-height: 100vh;
}
.sidebar .nav-item {
position: relative;
}
.sidebar .nav-item:last-child {
margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
text-align: center;
padding: 0.75rem 1rem;
width: 6.5rem;
}
.sidebar .nav-item .nav-link span {
font-size: 0.65rem;
display: block;
}
.sidebar .nav-item .nav-link.active {
font-weight: 700;
}
.sidebar .nav-item .collapse {
position: absolute;
left: calc(6.5rem + 1.5rem / 2);
z-index: 1;
top: 2px;
}
.sidebar .nav-item .collapse .collapse-inner {
border-radius: 0.35rem;
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}
.sidebar .nav-item .collapsing {
display: none;
transition: none;
}
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
padding: .5rem 0;
min-width: 10rem;
font-size: 0.85rem;
margin: 0 0 1rem 0;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
margin: 0;
white-space: nowrap;
padding: .5rem 1.5rem;
text-transform: uppercase;
font-weight: 800;
font-size: 0.65rem;
color: #b7b9cc;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
padding: 0.5rem 1rem;
margin: 0 0.5rem;
display: block;
color: #3a3b45;
text-decoration: none;
border-radius: 0.35rem;
white-space: nowrap;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
background-color: #eaecf4;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
background-color: #dddfeb;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
font-weight: 700;
}
.sidebar #sidebarToggle {
width: 2.5rem;
height: 2.5rem;
text-align: center;
margin-bottom: 1rem;
cursor: pointer;
}
.sidebar #sidebarToggle::after {
font-weight: 900;
content: '\f104';
font-family: 'Font Awesome 5 Free';
margin-right: 0.1rem;
}
.sidebar #sidebarToggle:hover {
text-decoration: none;
}
.sidebar #sidebarToggle:focus {
outline: none;
}
.sidebar.toggled {
width: 0 !important;
overflow: hidden;
}
.sidebar.toggled #sidebarToggle::after {
content: '\f105';
font-family: 'Font Awesome 5 Free';
margin-left: 0.25rem;
}
.sidebar.toggled .sidebar-card {
display: none;
}
.sidebar .sidebar-brand {
height: 4.375rem;
text-decoration: none;
font-size: 1rem;
font-weight: 800;
padding: 1.5rem 1rem;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.05rem;
z-index: 1;
}
.sidebar .sidebar-brand .sidebar-brand-icon i {
font-size: 2rem;
}
.sidebar .sidebar-brand .sidebar-brand-text {
display: none;
}
.sidebar hr.sidebar-divider {
margin: 0 1rem 1rem;
}
.sidebar .sidebar-heading {
text-align: center;
padding: 0 1rem;
font-weight: 800;
font-size: 0.65rem;
}
.sidebar .sidebar-card {
display: flex;
flex-direction: column;
align-items: center;
font-size: 0.875rem;
border-radius: 0.35rem;
color: rgba(255, 255, 255, 0.8);
margin-left: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
padding: 1rem;
background-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar-card .sidebar-card-illustration {
height: 3rem;
display: block;
}
.sidebar .sidebar-card .sidebar-card-title {
font-weight: bold;
}
.sidebar .sidebar-card p {
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.5);
}
/*@media (min-width: 768px) { Commented because mobile should have full width sidebar when open. */
.sidebar {
width: 14rem !important;
}
.sidebar .nav-item .collapse {
position: relative;
left: 0;
z-index: 1;
top: 0;
-webkit-animation: none;
animation: none;
}
.sidebar .nav-item .collapse .collapse-inner {
border-radius: 0;
box-shadow: none;
}
.sidebar .nav-item .collapsing {
display: block;
transition: height 0.15s ease;
}
.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
margin: 0 1rem;
}
.sidebar .nav-item .nav-link {
display: block;
width: 14rem;
text-align: left;
padding: 1rem;
}
.sidebar .nav-item .nav-link i, .sidebar .nav-item .nav-link svg {
font-size: 0.85rem;
margin-right: 0.25rem;
}
.sidebar .nav-item .nav-link span {
font-size: 0.85rem;
display: inline;
}
.sidebar .nav-item .nav-link[data-bs-toggle="collapse"]::after {
width: 1rem;
text-align: center;
float: right;
vertical-align: 0;
border: 0;
font-weight: 900;
content: '\f107';
font-family: 'Font Awesome 5 Free';
}
.sidebar .nav-item .nav-link[data-bs-toggle="collapse"].collapsed::after {
content: '\f105';
}
.sidebar .sidebar-brand .sidebar-brand-icon i {
font-size: 2rem;
}
.sidebar .sidebar-brand .sidebar-brand-text {
display: inline;
}
.sidebar .sidebar-heading {
text-align: left;
}
.sidebar.toggled {
overflow: visible;
width: 6.5rem !important;
}
.sidebar.toggled .nav-item .collapse {
position: absolute;
left: calc(6.5rem + 1.5rem / 2);
z-index: 1;
top: 2px;
-webkit-animation-name: growIn;
animation-name: growIn;
-webkit-animation-duration: 200ms;
animation-duration: 200ms;
-webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}
.sidebar.toggled .nav-item .collapse .collapse-inner {
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
border-radius: 0.35rem;
}
.sidebar.toggled .nav-item .collapsing {
display: none;
transition: none;
}
.sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
margin: 0;
}
.sidebar.toggled .nav-item:last-child {
margin-bottom: 1rem;
}
.sidebar.toggled .nav-item .nav-link {
text-align: center;
padding: 0.75rem 1rem;
width: 6.5rem;
}
.sidebar.toggled .nav-item .nav-link span {
font-size: 0.65rem;
display: block;
}
.sidebar.toggled .nav-item .nav-link i, .sidebar.toggled .nav-item .nav-link svg {
margin-right: 0;
}
.sidebar.toggled .nav-item .nav-link[data-bs-toggle="collapse"]::after {
display: none;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
font-size: 2rem;
}
.sidebar.toggled .sidebar-brand .sidebar-brand-text {
display: none;
}
.sidebar.toggled .sidebar-heading {
text-align: center;
}
/*}*/
.sidebar-light .sidebar-brand {
color: #6e707e;
}
.sidebar-light hr.sidebar-divider {
border-top: 1px solid #eaecf4;
}
.sidebar-light .sidebar-heading {
color: #b7b9cc;
}
.sidebar-light .nav-item .nav-link {
color: #858796;
}
.sidebar-light .nav-item .nav-link i {
color: #d1d3e2;
}
.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
color: #6e707e;
}
.sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
color: #6e707e;
}
.sidebar-light .nav-item .nav-link[data-bs-toggle="collapse"]::after {
color: #b7b9cc;
}
.sidebar-light .nav-item .nav-link.active {
color: #6e707e;
}
.sidebar-light .nav-item .nav-link.active i {
color: #6e707e;
}
.sidebar-light #sidebarToggle {
background-color: #eaecf4;
}
.sidebar-light #sidebarToggle::after {
color: #b7b9cc;
}
.sidebar-light #sidebarToggle:hover {
background-color: #dddfeb;
}
.sidebar-dark .sidebar-brand {
color: #fff;
}
.sidebar-dark hr.sidebar-divider {
border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.sidebar-dark .sidebar-heading {
color: rgba(255, 255, 255, 0.4);
}
.sidebar-dark .nav-item .nav-link {
color: rgba(255, 255, 255, 0.8);
}
.sidebar-dark .nav-item .nav-link i, .sidebar-dark .nav-item .nav-link svg {
color: rgba(255, 255, 255, 0.3);
}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
color: #fff;
}
.sidebar-dark .nav-item .nav-link:active i,
.sidebar-dark .nav-item .nav-link:focus i,
.sidebar-dark .nav-item .nav-link:hover i,
.sidebar-dark .nav-item .nav-link:active svg,
.sidebar-dark .nav-item .nav-link:focus svg,
.sidebar-dark .nav-item .nav-link:hover svg {
color: #fff;
}
.sidebar-dark .nav-item .nav-link[data-bs-toggle="collapse"]::after {
color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark .nav-item .nav-link.active {
color: #fff;
}
.sidebar-dark .nav-item .nav-link.active i, .sidebar-dark .nav-item .nav-link.active svg {
color: #fff;
}
.sidebar-dark #sidebarToggle {
background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-dark #sidebarToggle::after {
color: rgba(255, 255, 255, 0.5);
}
.sidebar-dark #sidebarToggle:hover {
background-color: rgba(255, 255, 255, 0.25);
}
.sidebar-dark.toggled #sidebarToggle::after {
color: rgba(255, 255, 255, 0.5);
}
.btn-circle {
border-radius: 100%;
height: 2.5rem;
width: 2.5rem;
font-size: 1rem;
display: inline-flex;
align-items: center;
justify-content: center;
}
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
height: 1.8rem;
width: 1.8rem;
font-size: 0.75rem;
}
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
height: 3.5rem;
width: 3.5rem;
font-size: 1.35rem;
}
.btn-icon-split {
padding: 0;
overflow: hidden;
display: inline-flex;
align-items: stretch;
justify-content: center;
}
.btn-icon-split .icon {
background: rgba(0, 0, 0, 0.15);
display: inline-block;
padding: 0.375rem 0.75rem;
}
.btn-icon-split .text {
display: inline-block;
padding: 0.375rem 0.75rem;
}
.btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
padding: 0.25rem 0.5rem;
}
.btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
padding: 0.25rem 0.5rem;
}
.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
padding: 0.5rem 1rem;
}
.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
padding: 0.5rem 1rem;
}
.card .card-header .dropdown {
line-height: 1;
}
.card .card-header .dropdown .dropdown-menu {
line-height: 1.5;
}
.card .card-header[data-bs-toggle="collapse"] {
text-decoration: none;
position: relative;
padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}
.card .card-header[data-bs-toggle="collapse"]::after {
position: absolute;
right: 0;
top: 0;
padding-right: 1.725rem;
line-height: 51px;
font-weight: 900;
content: '\f107';
font-family: 'Font Awesome 5 Free';
color: #d1d3e2;
}
.card .card-header[data-bs-toggle="collapse"].collapsed {
border-radius: 0.35rem;
}
.card .card-header[data-bs-toggle="collapse"].collapsed::after {
content: '\f105';
}
form.user .custom-checkbox.small label {
line-height: 1.5rem;
}
form.user .form-control-user {
font-size: 0.8rem;
border-radius: 10rem;
padding: 1.5rem 1rem;
height: calc(1.5em + 0.75rem + 2px);
}
form.user .btn-user {
font-size: 0.8rem;
border-radius: 10rem;
padding: 0.75rem 1rem;
}
.btn-google {
color: #fff;
background-color: #ea4335;
border-color: #fff;
}
.btn-google:hover {
color: #fff;
background-color: #e12717;
border-color: #e6e6e6;
}
.btn-google:focus, .btn-google.focus {
color: #fff;
background-color: #e12717;
border-color: #e6e6e6;
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
color: #fff;
background-color: #ea4335;
border-color: #fff;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
color: #fff;
background-color: #d62516;
border-color: #dfdfdf;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook {
color: #fff;
background-color: #3b5998;
border-color: #fff;
}
.btn-facebook:hover {
color: #fff;
background-color: #30497c;
border-color: #e6e6e6;
}
.btn-facebook:focus, .btn-facebook.focus {
color: #fff;
background-color: #30497c;
border-color: #e6e6e6;
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
color: #fff;
background-color: #3b5998;
border-color: #fff;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
color: #fff;
background-color: #2d4373;
border-color: #dfdfdf;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.error {
color: #5a5c69;
font-size: 7rem;
position: relative;
line-height: 1;
width: 12.5rem;
}
@-webkit-keyframes noise-anim {
0% {
clip: rect(10px, 9999px, 83px, 0);
}
5% {
clip: rect(2px, 9999px, 65px, 0);
}
10% {
clip: rect(8px, 9999px, 54px, 0);
}
15% {
clip: rect(24px, 9999px, 22px, 0);
}
20% {
clip: rect(19px, 9999px, 84px, 0);
}
25% {
clip: rect(19px, 9999px, 10px, 0);
}
30% {
clip: rect(27px, 9999px, 77px, 0);
}
35% {
clip: rect(74px, 9999px, 34px, 0);
}
40% {
clip: rect(34px, 9999px, 64px, 0);
}
45% {
clip: rect(83px, 9999px, 47px, 0);
}
50% {
clip: rect(23px, 9999px, 70px, 0);
}
55% {
clip: rect(55px, 9999px, 49px, 0);
}
60% {
clip: rect(90px, 9999px, 21px, 0);
}
65% {
clip: rect(58px, 9999px, 63px, 0);
}
70% {
clip: rect(77px, 9999px, 11px, 0);
}
75% {
clip: rect(6px, 9999px, 72px, 0);
}
80% {
clip: rect(27px, 9999px, 57px, 0);
}
85% {
clip: rect(89px, 9999px, 54px, 0);
}
90% {
clip: rect(55px, 9999px, 4px, 0);
}
95% {
clip: rect(36px, 9999px, 91px, 0);
}
100% {
clip: rect(19px, 9999px, 71px, 0);
}
}
@keyframes noise-anim {
0% {
clip: rect(10px, 9999px, 83px, 0);
}
5% {
clip: rect(2px, 9999px, 65px, 0);
}
10% {
clip: rect(8px, 9999px, 54px, 0);
}
15% {
clip: rect(24px, 9999px, 22px, 0);
}
20% {
clip: rect(19px, 9999px, 84px, 0);
}
25% {
clip: rect(19px, 9999px, 10px, 0);
}
30% {
clip: rect(27px, 9999px, 77px, 0);
}
35% {
clip: rect(74px, 9999px, 34px, 0);
}
40% {
clip: rect(34px, 9999px, 64px, 0);
}
45% {
clip: rect(83px, 9999px, 47px, 0);
}
50% {
clip: rect(23px, 9999px, 70px, 0);
}
55% {
clip: rect(55px, 9999px, 49px, 0);
}
60% {
clip: rect(90px, 9999px, 21px, 0);
}
65% {
clip: rect(58px, 9999px, 63px, 0);
}
70% {
clip: rect(77px, 9999px, 11px, 0);
}
75% {
clip: rect(6px, 9999px, 72px, 0);
}
80% {
clip: rect(27px, 9999px, 57px, 0);
}
85% {
clip: rect(89px, 9999px, 54px, 0);
}
90% {
clip: rect(55px, 9999px, 4px, 0);
}
95% {
clip: rect(36px, 9999px, 91px, 0);
}
100% {
clip: rect(19px, 9999px, 71px, 0);
}
}
.error:after {
content: attr(data-text);
position: absolute;
left: 2px;
text-shadow: -1px 0 #e74a3b;
top: 0;
color: #5a5c69;
background: #f8f9fc;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim 2s infinite linear alternate-reverse;
}
@-webkit-keyframes noise-anim-2 {
0% {
clip: rect(37px, 9999px, 52px, 0);
}
5% {
clip: rect(77px, 9999px, 64px, 0);
}
10% {
clip: rect(22px, 9999px, 93px, 0);
}
15% {
clip: rect(38px, 9999px, 90px, 0);
}
20% {
clip: rect(17px, 9999px, 20px, 0);
}
25% {
clip: rect(20px, 9999px, 39px, 0);
}
30% {
clip: rect(55px, 9999px, 43px, 0);
}
35% {
clip: rect(72px, 9999px, 8px, 0);
}
40% {
clip: rect(17px, 9999px, 94px, 0);
}
45% {
clip: rect(87px, 9999px, 64px, 0);
}
50% {
clip: rect(54px, 9999px, 26px, 0);
}
55% {
clip: rect(89px, 9999px, 22px, 0);
}
60% {
clip: rect(3px, 9999px, 3px, 0);
}
65% {
clip: rect(60px, 9999px, 57px, 0);
}
70% {
clip: rect(68px, 9999px, 88px, 0);
}
75% {
clip: rect(39px, 9999px, 4px, 0);
}
80% {
clip: rect(40px, 9999px, 89px, 0);
}
85% {
clip: rect(1px, 9999px, 91px, 0);
}
90% {
clip: rect(31px, 9999px, 43px, 0);
}
95% {
clip: rect(51px, 9999px, 93px, 0);
}
100% {
clip: rect(21px, 9999px, 67px, 0);
}
}
@keyframes noise-anim-2 {
0% {
clip: rect(37px, 9999px, 52px, 0);
}
5% {
clip: rect(77px, 9999px, 64px, 0);
}
10% {
clip: rect(22px, 9999px, 93px, 0);
}
15% {
clip: rect(38px, 9999px, 90px, 0);
}
20% {
clip: rect(17px, 9999px, 20px, 0);
}
25% {
clip: rect(20px, 9999px, 39px, 0);
}
30% {
clip: rect(55px, 9999px, 43px, 0);
}
35% {
clip: rect(72px, 9999px, 8px, 0);
}
40% {
clip: rect(17px, 9999px, 94px, 0);
}
45% {
clip: rect(87px, 9999px, 64px, 0);
}
50% {
clip: rect(54px, 9999px, 26px, 0);
}
55% {
clip: rect(89px, 9999px, 22px, 0);
}
60% {
clip: rect(3px, 9999px, 3px, 0);
}
65% {
clip: rect(60px, 9999px, 57px, 0);
}
70% {
clip: rect(68px, 9999px, 88px, 0);
}
75% {
clip: rect(39px, 9999px, 4px, 0);
}
80% {
clip: rect(40px, 9999px, 89px, 0);
}
85% {
clip: rect(1px, 9999px, 91px, 0);
}
90% {
clip: rect(31px, 9999px, 43px, 0);
}
95% {
clip: rect(51px, 9999px, 93px, 0);
}
100% {
clip: rect(21px, 9999px, 67px, 0);
}
}
.error:before {
content: attr(data-text);
position: absolute;
left: -2px;
text-shadow: 1px 0 #4e73df;
top: 0;
color: #5a5c69;
background: #f8f9fc;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim-2 3s infinite linear alternate-reverse;
}
footer.sticky-footer {
padding: 2rem 0;
flex-shrink: 0;
}
footer.sticky-footer .copyright {
line-height: 1;
font-size: 0.8rem;
}
body.sidebar-toggled footer.sticky-footer {
width: 100%;
}