@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
@import url(icons/font-awesome/css/fontawesome-all.css);
@import url(icons/simple-line-icons/css/simple-line-icons.css);
@import url(icons/weather-icons/css/weather-icons.min.css);
@import url(icons/themify-icons/themify-icons.css);
@import url(icons/flag-icon-css/flag-icon.min.css);
@import url(icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(icons/crypto-icons/cryptocoins.css);

.theme-color .theme-item .theme-link[data-navbarbg="skin1"],
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin1"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin1"],
#main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin1"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin1"] {
    background: var(--program_color);
    /* Old browsers */
    background: -moz-linear-gradient(left, var(--program_color) 0%, var(--program_color_gradient) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, var(--program_color) 0%, var(--program_color_gradient) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, var(--program_color) 0%, var(--program_color_gradient) 100%);
}

.theme-color .theme-item .theme-link[data-navbarbg="skin2"],
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin2"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin2"],
#main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin2"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin2"] {
    background: #363d4a;
}

.theme-color .theme-item .theme-link[data-navbarbg="skin3"],
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin3"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin3"],
#main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin3"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin3"] {
    background: #0178bc;
    /* Old browsers */
    background: -moz-linear-gradient(left, #318f94 0%, #5ec58c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #318f94 0%, #5ec58c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #318f94 0%, #5ec58c 100%);
}

.theme-color .theme-item .theme-link[data-navbarbg="skin4"],
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin4"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin4"],
#main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin4"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin4"] {
    background: #01c0c8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #01c0c8 0%, #1f72a2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #01c0c8 0%, #1f72a2 100%);
}

.theme-color .theme-item .theme-link[data-navbarbg="skin5"],
#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin5"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin5"],
#main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin5"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin5"] {
    background: #7460ee;
    /* Old browsers */
    background: -moz-linear-gradient(left, #533fd0 0%, #840fb5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #533fd0 0%, #840fb5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #533fd0 0%, #840fb5 100%);
}

#main-wrapper[data-layout="vertical"] .topbar .navbar-collapse[data-navbarbg="skin6"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin6"],
#main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin6"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin6"] {
    background: var(--program_color);
}

body[data-theme="dark"] {
    color: #b2b9bf;
    background: #323743 !important;
}

body[data-theme="dark"] .text-orange {
    color: rgba(251, 140, 0, 0.5) !important;
}

body[data-theme="dark"] .text-cyan {
    color: rgba(79, 195, 247, 0.5) !important;
}

body[data-theme="dark"] .text-info {
    color: rgba(0, 158, 251, 0.7) !important;
}

body[data-theme="dark"] .text-primary {
    color: rgba(116, 96, 238, 0.7) !important;
}

body[data-theme="dark"] .text-success {
    color: rgba(57, 196, 73, 0.5) !important;
}

body[data-theme="dark"] .text-dark {
    color: #e9ecef !important;
}

body[data-theme="dark"] .bg-cyan,
body[data-theme="dark"] .card.bg-cyan,
body[data-theme="dark"] .btn-cyan {
    background-color: rgba(79, 195, 247, 0.5) !important;
}

body[data-theme="dark"] .btn-info,
body[data-theme="dark"] .bg-info,
body[data-theme="dark"] .card.bg-info,
body[data-theme="dark"] .badge-info,
body[data-theme="dark"] .label-info {
    background-color: rgba(0, 158, 251, 0.5) !important;
    border-color: rgba(0, 158, 251, 0.5) !important;
}

body[data-theme="dark"] .btn-secondary,
body[data-theme="dark"] .bg-secondary,
body[data-theme="dark"] .card.bg-secondary,
body[data-theme="dark"] .badge-secondary {
    background-color: rgba(134, 142, 150, 0.5) !important;
}

body[data-theme="dark"] .btn-primary,
body[data-theme="dark"] .bg-primary,
body[data-theme="dark"] .card.bg-primary,
body[data-theme="dark"] .badge-primary,
body[data-theme="dark"] .label-primary {
    background-color: rgba(116, 96, 238, 0.5) !important;
    border-color: rgba(116, 96, 238, 0.5) !important;
}

body[data-theme="dark"] .btn-orange,
body[data-theme="dark"] .bg-orange,
body[data-theme="dark"] .card.bg-orange {
    background-color: rgba(251, 140, 0, 0.5) !important;
    border-color: rgba(251, 140, 0, 0.5) !important;
}

body[data-theme="dark"] .btn-success,
body[data-theme="dark"] .bg-success,
body[data-theme="dark"] .card.bg-success,
body[data-theme="dark"] .badge-success,
body[data-theme="dark"] .label-success {
    background-color: rgba(57, 196, 73, 0.5) !important;
    border-color: rgba(57, 196, 73, 0.5) !important;
}

body[data-theme="dark"] .btn-danger,
body[data-theme="dark"] .bg-danger,
body[data-theme="dark"] .card.bg-danger,
body[data-theme="dark"] .card.bg-danger,
body[data-theme="dark"] .badge-danger,
body[data-theme="dark"] .label-danger {
    background-color: rgba(246, 45, 81, 0.5) !important;
    border-color: rgba(246, 45, 81, 0.5) !important;
}

body[data-theme="dark"] .bg-warning,
body[data-theme="dark"] .card.bg-warning,
body[data-theme="dark"] .btn-warning,
body[data-theme="dark"] .badge-warning,
body[data-theme="dark"] .round.round-warning {
    background-color: rgba(255, 188, 52, 0.5) !important;
    border-color: rgba(255, 188, 52, 0.5) !important;
}

body[data-theme="dark"] .bg-white {
    background-color: #272b34 !important;
}

body[data-theme="dark"] .bg-dark {
    background-color: #868e96 !important;
}

body[data-theme="dark"] .round.round-danger {
    background: rgba(246, 45, 81, 0.5);
}

body[data-theme="dark"] .bg-light {
    background-color: #3c424e !important;
}

body[data-theme="dark"] .bg-light-info,
body[data-theme="dark"] .btn-light-info,
body[data-theme="dark"] .alert-light-info {
    background-color: rgba(0, 158, 251, 0.3) !important;
    border-color: rgba(0, 158, 251, 0.3) !important;
}

body[data-theme="dark"] .bg-light-success,
body[data-theme="dark"] .btn-light-success,
body[data-theme="dark"] .alert-light-success,
body[data-theme="dark"] .email-app .email-table .selected {
    background-color: rgba(57, 196, 73, 0.3) !important;
    border-color: rgba(57, 196, 73, 0.3) !important;
}

body[data-theme="dark"] .bg-light-warning,
body[data-theme="dark"] .btn-light-warning,
body[data-theme="dark"] .alert-light-warning,
body[data-theme="dark"] .mark,
body[data-theme="dark"] mark,
body[data-theme="dark"] .mark {
    background-color: rgba(255, 188, 52, 0.3) !important;
    border-color: rgba(255, 188, 52, 0.3) !important;
}

body[data-theme="dark"] .bg-light-danger,
body[data-theme="dark"] .alert-light-danger,
body[data-theme="dark"] .btn-light-danger {
    background-color: rgba(246, 45, 81, 0.3) !important;
    border-color: rgba(246, 45, 81, 0.3) !important;
}

body[data-theme="dark"] .bg-light-cyan,
body[data-theme="dark"] .btn-light-cyan {
    background-color: #405863 !important;
    border-color: #405863 !important;
}

body[data-theme="dark"] .bg-light-secondary,
body[data-theme="dark"] .btn-light-secondary,
body[data-theme="dark"] .alert-light-secondary {
    background-color: rgba(134, 142, 150, 0.3) !important;
    border-color: rgba(134, 142, 150, 0.3) !important;
}

body[data-theme="dark"] .bg-light-inverse {
    background-color: #544f4f !important;
}

body[data-theme="dark"] .bg-light-primary,
body[data-theme="dark"] .btn-light-primary,
body[data-theme="dark"] .alert-light-primary {
    background-color: rgba(116, 96, 238, 0.3) !important;
    border-color: rgba(116, 96, 238, 0.3) !important;
}

body[data-theme="dark"] .btn-light-primary:hover,
body[data-theme="dark"] .btn-light-primary:focus {
    background-color: #7460ee !important;
    border-color: #7460ee !important;
    color: #fff !important;
}

body[data-theme="dark"] .btn-light-success:hover,
body[data-theme="dark"] .btn-light-success:focus {
    background-color: #39c449 !important;
    border-color: #39c449 !important;
    color: #fff !important;
}

body[data-theme="dark"] .btn-light-warning:hover,
body[data-theme="dark"] .btn-light-warning:focus {
    background-color: #ffbc34 !important;
    border-color: #ffbc34 !important;
    color: #fff !important;
}

body[data-theme="dark"] .btn-light-danger:hover,
body[data-theme="dark"] .btn-light-danger:focus {
    background-color: #f62d51 !important;
    border-color: #f62d51 !important;
    color: #fff !important;
}

body[data-theme="dark"] .btn-light-secondary:hover,
body[data-theme="dark"] .btn-light-secondary:focus {
    background-color: #868e96 !important;
    border-color: #868e96 !important;
    color: #fff !important;
}

body[data-theme="dark"] .btn-light-info:hover,
body[data-theme="dark"] .btn-light-info:focus {
    background-color: #009efb !important;
    border-color: #009efb !important;
    color: #fff !important;
}

body[data-theme="dark"] .badge-light {
    background-color: #263238;
    color: #b2b9bf;
}

body[data-theme="dark"] .btn-light {
    background-color: #263238;
    border-color: #263238;
    color: #b2b9bf;
}

body[data-theme="dark"] .badge-light-success {
    background-color: #516d55;
}

body[data-theme="dark"] .badge-light-info {
    background-color: #27546f;
}

body[data-theme="dark"] .badge-light-danger {
    background-color: #583a41;
}

body[data-theme="dark"] .alert-primary {
    background-color: rgba(116, 96, 238, 0.4);
    border-color: rgba(116, 96, 238, 0.3);
    color: #7460ee;
}

body[data-theme="dark"] .alert-secondary {
    background-color: rgba(71, 86, 103, 0.4);
    border-color: rgba(222, 226, 231, 0.3);
    color: #868e96;
}

body[data-theme="dark"] .alert-success {
    background-color: rgba(57, 196, 73, 0.4);
    border-color: rgba(57, 196, 73, 0.3);
}

body[data-theme="dark"] .alert-danger {
    background-color: rgba(246, 45, 81, 0.4);
    border-color: rgba(246, 45, 81, 0.3);
}

body[data-theme="dark"] .alert-warning {
    background-color: rgba(255, 188, 52, 0.4);
    border-color: rgba(255, 188, 52, 0.3);
}

body[data-theme="dark"] .alert-info {
    background-color: rgba(0, 158, 251, 0.4);
    border-color: rgba(0, 158, 251, 0.3);
}

body[data-theme="dark"] .alert-light {
    background-color: rgba(253, 254, 254, 0.4);
    border-color: rgba(252, 253, 254, 0.3);
}

body[data-theme="dark"] .alert-dark {
    background-color: rgba(38, 50, 56, 0.4);
    border-color: rgba(38, 50, 56, 0.3);
}

body[data-theme="dark"] .form-check-input {
    background-color: #323743;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body[data-theme="dark"] .form-check-input:checked {
    background-color: #009efb;
    border-color: #009efb;
}

body[data-theme="dark"] .table-primary,
body[data-theme="dark"] .table-success,
body[data-theme="dark"] .table-info,
body[data-theme="dark"] .table-warning,
body[data-theme="dark"] .table-danger {
    --bs-table-bg: unset;
}

body[data-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #313642;
}

body[data-theme="dark"] .table-danger,
body[data-theme="dark"] .table-danger>th,
body[data-theme="dark"] .table-danger>td {
    background-color: rgba(246, 45, 81, 0.2) !important;
}

body[data-theme="dark"] .table-success,
body[data-theme="dark"] .table-success>th,
body[data-theme="dark"] .table-success>td {
    background-color: rgba(57, 196, 73, 0.2) !important;
}

body[data-theme="dark"] .table-primary,
body[data-theme="dark"] .table-primary>th,
body[data-theme="dark"] .table-primary>td {
    background-color: rgba(116, 96, 238, 0.2) !important;
}

body[data-theme="dark"] .table-info,
body[data-theme="dark"] .table-info>th,
body[data-theme="dark"] .table-info>td {
    background-color: rgba(0, 158, 251, 0.2) !important;
}

body[data-theme="dark"] .table-warning,
body[data-theme="dark"] .table-warning>th,
body[data-theme="dark"] .table-warning>td {
    background-color: rgba(255, 188, 52, 0.2) !important;
}

body[data-theme="dark"] .form-control.border.border-warning {
    border-color: #ffbc34 !important;
}

body[data-theme="dark"] .form-control.border.border-info {
    border-color: #009efb !important;
}

body[data-theme="dark"] .form-control.border.border-danger {
    border-color: #f62d51 !important;
}

body[data-theme="dark"] .form-control.border.border-primary {
    border-color: #7460ee !important;
}

body[data-theme="dark"] .form-control.border.border-success {
    border-color: #39c449 !important;
}

body[data-theme="dark"] .fill-white {
    fill: rgba(0, 0, 0, 0.1);
}

body[data-theme="dark"] .btn-close,
body[data-theme="dark"] .accordion-button::after {
    filter: contrast(0.1);
    opacity: 1;
}

body[data-theme="dark"] .h1,
body[data-theme="dark"] .h2,
body[data-theme="dark"] .h3,
body[data-theme="dark"] .h4,
body[data-theme="dark"] .h5,
body[data-theme="dark"] .h6,
body[data-theme="dark"] h1,
body[data-theme="dark"] .h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] .h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] .h3,
body[data-theme="dark"] h4,
body[data-theme="dark"] .h4,
body[data-theme="dark"] h5,
body[data-theme="dark"] .h5,
body[data-theme="dark"] h6,
body[data-theme="dark"] .h6,
body[data-theme="dark"] .page-wrapper,
body[data-theme="dark"] .form-control,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .accordion-button,
body[data-theme="dark"] .chat-list .chat-item .chat-content .box.bg-light,
body[data-theme="dark"] .nav-tabs .nav-link.active,
body[data-theme="dark"] .nav-tabs .nav-item.show .nav-link,
body[data-theme="dark"] .nav-tabs .nav-link:hover,
body[data-theme="dark"] .nav-tabs .nav-link:focus,
body[data-theme="dark"] .breadcrumb-item.active,
body[data-theme="dark"] .input-group-text,
body[data-theme="dark"] .custom-file-label::after,
body[data-theme="dark"] .table .thead-light th,
body[data-theme="dark"] .note-editor.note-frame .note-editing-area .note-editable,
body[data-theme="dark"] .lobilists .btn-link,
body[data-theme="dark"] .dropdown-menu,
body[data-theme="dark"] ul.list-style-none li a,
body[data-theme="dark"] .dropdown-item,
body[data-theme="dark"] .mce-menubar .mce-menubtn button span,
body[data-theme="dark"] .mce-ico,
body[data-theme="dark"] .noUi-tooltip,
body[data-theme="dark"] .picker,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"] .select2-container--default .select2-selection--multiple,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow,
body[data-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
body[data-theme="dark"] .dtp table.dtp-picker-days tr>td>a,
body[data-theme="dark"] .dtp .dtp-picker-time>a,
body[data-theme="dark"] .cke_reset_all,
body[data-theme="dark"] .cke_reset_all *,
body[data-theme="dark"] .cke_reset_all a,
body[data-theme="dark"] .cke_reset_all textarea,
body[data-theme="dark"] .table,
body[data-theme="dark"] .popover-body,
body[data-theme="dark"] button.list-group-item,
body[data-theme="dark"] .toast-header,
body[data-theme="dark"] .swal2-popup .swal2-content,
body[data-theme="dark"] .swal2-popup .swal2-title,
body[data-theme="dark"] .swal2-input,
body[data-theme="dark"] .ql-snow .ql-picker.ql-header .ql-picker-label::before,
body[data-theme="dark"] .ql-snow .ql-picker.ql-header .ql-picker-item::before,
body[data-theme="dark"] .table-hover tbody tr:hover,
body[data-theme="dark"] .email-app .list-group .list-group-item .list-group-item-action,
body[data-theme="dark"] .lobilists .lobilist-item-title,
body[data-theme="dark"] .daterangepicker select.hourselect,
body[data-theme="dark"] .daterangepicker select.minuteselect,
body[data-theme="dark"] .daterangepicker select.secondselect,
body[data-theme="dark"] .daterangepicker select.ampmselect,
body[data-theme="dark"] .daterangepicker select.monthselect,
body[data-theme="dark"] .daterangepicker select.yearselect,
body[data-theme="dark"] .mailbox .message-center .message-item .message-title,
body[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field,
body[data-theme="dark"] a.link,
body[data-theme="dark"] .chat-list .chat-item .chat-content .box,
body[data-theme="dark"] .table-striped>tbody>tr:nth-of-type(odd),
body[data-theme="dark"] .table-light,
body[data-theme="dark"] .list-group-item-action,
body[data-theme="dark"] .mce-container,
body[data-theme="dark"] .mce-container *,
body[data-theme="dark"] .mce-widget,
body[data-theme="dark"] .mce-widget *,
body[data-theme="dark"] .mce-reset,
body[data-theme="dark"] .text-bodycolor,
body[data-theme="dark"] .page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before,
body[data-theme="dark"] .note-btn,
body[data-theme="dark"] .ql-formats button {
    color: #b2b9bf;
}

body[data-theme="dark"] .cke_button_icon {
    filter: brightness(0) invert(1);
}

body[data-theme="dark"] .customizer,
body[data-theme="dark"] .chat-list .chat-item .chat-content .box.bg-light-info,
body[data-theme="dark"] pre[class*="language-"],
body[data-theme="dark"] .bg-light,
body[data-theme="dark"] .bg-white,
body[data-theme="dark"] .input-group-text,
body[data-theme="dark"] .custom-file-label::after,
body[data-theme="dark"] .table .thead-light th,
body[data-theme="dark"] .table-hover tbody tr:hover,
body[data-theme="dark"] .icon-hover:hover,
body[data-theme="dark"] .myadmin-dd .dd-list .dd-item .dd-handle,
body[data-theme="dark"] .myadmin-dd-empty .dd-list .dd3-content,
body[data-theme="dark"] .myadmin-dd-empty .dd-list .dd3-handle,
body[data-theme="dark"] .mce-panel,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-container--default .select2-selection--multiple,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"] .select2-dropdown,
body[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected="true"],
body[data-theme="dark"] .select2-container--classic .select2-search--dropdown .select2-search__field,
body[data-theme="dark"] .daterangepicker td.available:hover,
body[data-theme="dark"] .daterangepicker th.available:hover,
body[data-theme="dark"] .ql-snow .ql-picker-options,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .jumbotron,
body[data-theme="dark"] .page-wrapper,
body[data-theme="dark"] .progress,
body[data-theme="dark"] .list-group-item.active,
body[data-theme="dark"] .dropdown-menu,
body[data-theme="dark"] #main-wrapper,
body[data-theme="dark"] .wizard:not(.wizard-circle)>.steps .disabled a,
body[data-theme="dark"] .wizard:not(.wizard-circle)>.steps .disabled a:hover,
body[data-theme="dark"] .wizard:not(.wizard-circle)>.steps .disabled a:active,
body[data-theme="dark"] .wizard:not(.wizard-circle)>.content,
body[data-theme="dark"] .wizard:not(.wizard-circle)>.actions .disabled a,
body[data-theme="dark"] .wizard:not(.wizard-circle)>.actions .disabled a:hover,
body[data-theme="dark"] .wizard:not(.wizard-circle)>.actions .disabled a:active,
body[data-theme="dark"] .wizard-content .wizard>.steps .step,
body[data-theme="dark"] .cke_toolbar_separator,
body[data-theme="dark"] .wizard-content .wizard>.actions>ul>li>a[href="#previous"],
body[data-theme="dark"] .toast-header,
body[data-theme="dark"] .daterangepicker .ranges li:hover,
body[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field,
body[data-theme="dark"] .offcanvas,
body[data-theme="dark"] .note-toolbar,
body[data-theme="dark"] .note-modal-content {
    background-color: #323743 !important;
}

body[data-theme="dark"] .note-btn {
    background-color: #272b34;
}

body[data-theme="dark"] .table-hover>tbody>tr:hover {
    --bs-table-accent-bg: $theme-dark-bg-layout !important;
}

body[data-theme="dark"] .table-light {
    --bs-table-bg: $theme-dark-bg-layout;
}

body[data-theme="dark"] .bg-extra-light {
    background-color: #3c424e !important;
}

body[data-theme="dark"] .daterangepicker td.off,
body[data-theme="dark"] .daterangepicker td.off.in-range,
body[data-theme="dark"] .daterangepicker td.off.start-date,
body[data-theme="dark"] .daterangepicker td.off.end-date,
body[data-theme="dark"] .datepicker table tr td.day.focused,
body[data-theme="dark"] .datepicker table tr td.day:hover,
body[data-theme="dark"] .datepicker .datepicker-switch:hover,
body[data-theme="dark"] .datepicker .next:hover,
body[data-theme="dark"] .datepicker .prev:hover,
body[data-theme="dark"] .datepicker tfoot tr th:hover,
body[data-theme="dark"] .noUi-target,
body[data-theme="dark"] .noUi-tooltip,
body[data-theme="dark"] .bootstrap-switch .bootstrap-switch-label,
body[data-theme="dark"] .striped-rows .row:nth-child(odd),
body[data-theme="dark"] .dp-off,
body[data-theme="dark"] .footable-odd,
body[data-theme="dark"] .jsgrid-alt-row>.jsgrid-cell,
body[data-theme="dark"] .jsgrid-filter-row>.jsgrid-cell,
body[data-theme="dark"] .cd-horizontal-timeline .events a::after,
body[data-theme="dark"] .css-bar>i,
body[data-theme="dark"] div.mce-edit-area,
body[data-theme="dark"] .mce-menu-item.mce-disabled,
body[data-theme="dark"] .mce-menu-item.mce-disabled:hover,
body[data-theme="dark"] .cke_top,
body[data-theme="dark"] .swal2-popup,
body[data-theme="dark"] .fc-unthemed td.fc-today,
body[data-theme="dark"] .fc-toolbar .fc-button.fc-state-active,
body[data-theme="dark"] .picker__list-item,
body[data-theme="dark"] .picker__box,
body[data-theme="dark"] .picker--time .picker__box,
body[data-theme="dark"] .daterangepicker,
body[data-theme="dark"] .daterangepicker .calendar-table,
body[data-theme="dark"] .feed-widget .feed-body .feed-item:hover,
body[data-theme="dark"] .table-hover>tbody>tr:hover,
body[data-theme="dark"] .email-app .list-group .list-group-item .list-group-item-action.active,
body[data-theme="dark"] .email-app .list-group .list-group-item .list-group-item-action:hover {
    background: #323743 !important;
}

body[data-theme="dark"] .card-header {
    background: #3c424e;
}

body[data-theme="dark"] .toast,
body[data-theme="dark"] .twitter-typeahead .tt-menu,
body[data-theme="dark"] .footable .pagination li.disabled a,
body[data-theme="dark"] .footable .pagination li a {
    background-color: #323743;
}

body[data-theme="dark"] .breadcrumb {
    background-color: transparent;
}

body[data-theme="dark"] .daterangepicker select.hourselect,
body[data-theme="dark"] .daterangepicker select.minuteselect,
body[data-theme="dark"] .daterangepicker select.secondselect,
body[data-theme="dark"] .daterangepicker select.ampmselect,
body[data-theme="dark"] .daterangepicker select.monthselect,
body[data-theme="dark"] .daterangepicker select.yearselect {
    background: #323743;
    border: 1px solid #323743;
}

body[data-theme="dark"] .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #272b34 50%, #272b34 100%);
}

body[data-theme="dark"] .card,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .form-control,
body[data-theme="dark"] .nav-tabs .nav-link.active,
body[data-theme="dark"] .nav-tabs .nav-item.show .nav-link,
body[data-theme="dark"] .list-group-item,
body[data-theme="dark"] .modal-content,
body[data-theme="dark"] .page-link,
body[data-theme="dark"] .page-item.disabled .page-link,
body[data-theme="dark"] .note-editor.note-frame .note-editing-area .note-editable,
body[data-theme="dark"] .note-editor.note-frame .note-statusbar,
body[data-theme="dark"] .lobilists .lobilist,
body[data-theme="dark"] .jsgrid-header-row>.jsgrid-header-cell,
body[data-theme="dark"] .jsgrid-row>.jsgrid-cell,
body[data-theme="dark"] .css-bar:after,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-container--default .select2-selection--multiple,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"] .dtp>.dtp-content,
body[data-theme="dark"] .popover,
body[data-theme="dark"] .popover-header,
body[data-theme="dark"] .right-part.mail-list,
body[data-theme="dark"] .right-part.mail-details,
body[data-theme="dark"] .right-part.mail-compose,
body[data-theme="dark"] .left-part,
body[data-theme="dark"] .card-footer,
body[data-theme="dark"] .typeahead.form-control,
body[data-theme="dark"] .select2-dropdown,
body[data-theme="dark"] .accordion-button:not(.collapsed),
body[data-theme="dark"] .jvectormap-container,
body[data-theme="dark"] .list-group-item-action:active {
    background-color: #272b34 !important;
}

body[data-theme="dark"] .footer,
body[data-theme="dark"] .dropzone,
body[data-theme="dark"] .dropdown-item:hover,
body[data-theme="dark"] .dropdown-item:focus,
body[data-theme="dark"] .picker__button--today,
body[data-theme="dark"] .picker__button--clear,
body[data-theme="dark"] .picker__button--close,
body[data-theme="dark"] .jsgrid-grid-header,
body[data-theme="dark"] .page-titles,
body[data-theme="dark"] .mailbox .message-center .message-item.active,
body[data-theme="dark"] .mailbox .message-center .message-item:hover {
    background: #272b34;
}

body[data-theme="dark"] .fc-unthemed .fc-divider,
body[data-theme="dark"] .fc-unthemed .fc-list-heading td,
body[data-theme="dark"] .fc-unthemed .fc-popover .fc-header {
    background: #b2b9bf;
}

body[data-theme="dark"] .form-control.form-input-bg {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 0;
}

body[data-theme="dark"] .form-control.form-input-bg:focus {
    background-color: rgba(0, 0, 0, 0.09) !important;
}

body[data-theme="dark"] .note-btn,
body[data-theme="dark"] .note-toolbar,
body[data-theme="dark"] .form-check-input,
body[data-theme="dark"] .btn-outline-secondary,
body[data-theme="dark"] .border-bottom,
body[data-theme="dark"] .border-top,
body[data-theme="dark"] .border-start,
body[data-theme="dark"] .border-end,
body[data-theme="dark"] .border,
body[data-theme="dark"] .activity-box .date-divider,
body[data-theme="dark"] .dropdown-menu,
body[data-theme="dark"] .form-control,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .footer,
body[data-theme="dark"] .accordion-button,
body[data-theme="dark"] table.footable,
body[data-theme="dark"] table.footable-details,
body[data-theme="dark"] .table th,
body[data-theme="dark"] .table td,
body[data-theme="dark"] .modal-header,
body[data-theme="dark"] .modal-footer,
body[data-theme="dark"] blockquote,
body[data-theme="dark"] pre[class*="language-"],
body[data-theme="dark"] .card-group .card,
body[data-theme="dark"] .nav-tabs .nav-link.active,
body[data-theme="dark"] .nav-tabs .nav-item.show .nav-link,
body[data-theme="dark"] .nav-tabs,
body[data-theme="dark"] .nav-tabs .nav-link:hover,
body[data-theme="dark"] .nav-tabs .nav-link:focus,
body[data-theme="dark"] .list-group-item,
body[data-theme="dark"] .custom-file-label,
body[data-theme="dark"] .input-group-text,
body[data-theme="dark"] .custom-file-label::after,
body[data-theme="dark"] .left-part,
body[data-theme="dark"] .page-link,
body[data-theme="dark"] .profiletimeline,
body[data-theme="dark"] .note-editor.note-frame,
body[data-theme="dark"] .dropzone,
body[data-theme="dark"] .note-editor.note-frame .note-statusbar,
body[data-theme="dark"] .mailbox .message-center .message-item,
body[data-theme="dark"] .lobilists .lobilist,
body[data-theme="dark"] .lobilists .lobilist-item,
body[data-theme="dark"] .lobilists .lobilist-item .drag-handler,
body[data-theme="dark"] .lobilists .lobilist-footer,
body[data-theme="dark"] .lobilists .lobilist-form-footer,
body[data-theme="dark"] .bootstrap-switch,
body[data-theme="dark"] .r-separator .form-group,
body[data-theme="dark"] .b-form .row,
body[data-theme="dark"] .datepaginator-sm .pagination li a,
body[data-theme="dark"] .datepaginator-lg .pagination li a,
body[data-theme="dark"] .datepaginator .pagination li a,
body[data-theme="dark"] .ql-toolbar.ql-snow,
body[data-theme="dark"] .ql-container.ql-snow,
body[data-theme="dark"] .jsgrid-edit-row>.jsgrid-cell,
body[data-theme="dark"] .jsgrid-filter-row>.jsgrid-cell,
body[data-theme="dark"] .jsgrid-grid-body,
body[data-theme="dark"] .jsgrid-grid-header,
body[data-theme="dark"] .jsgrid-header-row>.jsgrid-header-cell,
body[data-theme="dark"] .jsgrid-insert-row>.jsgrid-cell,
body[data-theme="dark"] .jsgrid-pager-page a,
body[data-theme="dark"] .jsgrid-pager-current-page,
body[data-theme="dark"] .jsgrid-pager-nav-button a,
body[data-theme="dark"] .timeline>.timeline-item>.timeline-panel,
body[data-theme="dark"] .cd-horizontal-timeline .events a::after,
body[data-theme="dark"] .cd-timeline-navigation a,
body[data-theme="dark"] .mailbox .nav-link,
body[data-theme="dark"] .dropdown-divider,
body[data-theme="dark"] .e-campaign .c-cost,
body[data-theme="dark"] .table-bordered,
body[data-theme="dark"] .table-bordered td,
body[data-theme="dark"] .table-bordered th,
body[data-theme="dark"] .mce-panel,
body[data-theme="dark"] .mce-menubar,
body[data-theme="dark"] .mce-btn-group:not(:first-child),
body[data-theme="dark"] .mce-btn:hover,
body[data-theme="dark"] .mce-btn:active,
body[data-theme="dark"] .mce-splitbtn:hover .mce-open,
body[data-theme="dark"] .noUi-tooltip,
body[data-theme="dark"] .picker__list-item,
body[data-theme="dark"] .picker__button--today,
body[data-theme="dark"] .picker__button--clear,
body[data-theme="dark"] .picker__button--close,
body[data-theme="dark"] .daterangepicker,
body[data-theme="dark"] .daterangepicker .calendar-table,
body[data-theme="dark"] .daterangepicker .drp-buttons,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-container--default .select2-selection--multiple,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"] .select2-dropdown,
body[data-theme="dark"] .cke_chrome,
body[data-theme="dark"] .cke_toolgroup a.cke_button:last-child:after,
body[data-theme="dark"] .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after,
body[data-theme="dark"] .wizard-content .wizard.wizard-circle>.steps .step,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-container--default .select2-selection--multiple,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"] .select2-dropdown,
body[data-theme="dark"] .steamline .sl-item,
body[data-theme="dark"] .steamline,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .popover-header,
body[data-theme="dark"] .accordion-collapse,
body[data-theme="dark"] .twitter-typeahead .tt-menu,
body[data-theme="dark"] .wizard-content .wizard>.actions>ul>li>a[href="#previous"],
body[data-theme="dark"] .fixed-table-container,
body[data-theme="dark"] .footable .pagination li.disabled a,
body[data-theme="dark"] .footable .pagination li a {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

body[data-theme="dark"] .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #272b34;
}

body[data-theme="dark"] .msg-widget .msg-item .msg-body .down-arrow {
    border-top: 8px solid #323743;
}

body[data-theme="dark"] .form-material .form-control,
body[data-theme="dark"] .form-material .form-control.focus,
body[data-theme="dark"] .form-material .form-control:focus {
    background-image: linear-gradient(#186dde, #186dde), linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

body[data-theme="dark"] .css-bar-danger.css-bar-30 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(198deg, #fc4b6c 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-primary.css-bar-20 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(162deg, #2c63ff 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-primary.css-bar-50 {
    background-image: linear-gradient(270deg, #2c63ff 50%, transparent 50%, transparent), linear-gradient(270deg, #2c63ff 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-danger.css-bar-20 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(162deg, #fc4b6c 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-warning.css-bar-40 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(234deg, #ffbc34 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-info.css-bar-60 {
    background-image: linear-gradient(306deg, #1e88e5 50%, transparent 50%, transparent), linear-gradient(270deg, #1e88e5 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-success.css-bar-20 {
    background-image: linear-gradient(162deg, #26c6da 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-success.css-bar-10 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(126deg, #26c6da 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-purple.css-bar-10 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(126deg, #7266ba 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-primary.css-bar-45 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(252deg, #2c63ff 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-danger.css-bar-25 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(180deg, #fc4b6c 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-success.css-bar-35 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(216deg, #26c6da 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-primary.css-bar-40 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(234deg, #7460ee 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-info.css-bar-20 {
    background-image: linear-gradient(90deg, #323743 50%, transparent 50%, transparent), linear-gradient(162deg, #1e88e5 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .css-bar-danger.css-bar-60 {
    background-image: linear-gradient(306deg, #fc4b6c 50%, transparent 50%, transparent), linear-gradient(270deg, #fc4b6c 50%, #323743 50%, #323743);
}

body[data-theme="dark"] .ql-snow .ql-stroke {
    stroke: #b2b9bf;
}

body[data-theme="dark"] .timeline:before {
    background-color: #263238;
}

body[data-theme="dark"] .cd-horizontal-timeline .events {
    background: #263238;
}

body[data-theme="dark"] .timeline>.timeline-item>.timeline-panel:after {
    border-right: rgba(255, 255, 255, 0.2);
    border-left: rgba(255, 255, 255, 0.2);
}

body[data-theme="dark"] .mce-menubar .mce-menubtn:hover,
body[data-theme="dark"] .mce-menubar .mce-menubtn.mce-active,
body[data-theme="dark"] .mce-menubar .mce-menubtn:focus {
    background: #263238;
    border-color: rgba(255, 255, 255, 0.2);
}

body[data-theme="dark"] .mce-btn {
    background: #3c424e;
    text-shadow: none;
}

body[data-theme="dark"] .mce-btn button {
    color: #b2b9bf;
}

body[data-theme="dark"] .wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #009efb !important;
    background-color: #000;
}

body[data-theme="dark"] .wizard-content .wizard>.steps>ul>li.current>a {
    color: #fff;
}

body[data-theme="dark"] .wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
body[data-theme="dark"] .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
body[data-theme="dark"] .wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: rgba(255, 255, 255, 0.2);
}

body[data-theme="dark"] .wizard-content .wizard.vertical>.steps>ul>li.current:after,
body[data-theme="dark"] .wizard-content .wizard.vertical>.steps>ul>li.current:before,
body[data-theme="dark"] .wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
body[data-theme="dark"] .wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
body[data-theme="dark"] .wizard-content .wizard.vertical>.steps>ul>li:after,
body[data-theme="dark"] .wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent;
}

body[data-theme="dark"] .was-validated .form-control:valid,
body[data-theme="dark"] .form-control.is-valid,
body[data-theme="dark"] .was-validated .custom-select:valid,
body[data-theme="dark"] .custom-select.is-valid {
    border-color: #39c449 !important;
}

body[data-theme="dark"] .was-validated .form-control:invalid,
body[data-theme="dark"] .form-control.is-invalid,
body[data-theme="dark"] .was-validated .custom-select:invalid,
body[data-theme="dark"] .custom-select.is-invalid {
    border-color: #f62d51 !important;
}

body[data-theme="dark"] .fc td,
body[data-theme="dark"] .fc th {
    background: #323743 !important;
    border-color: #272b34 !important;
}

body[data-theme="dark"] .fc-state-default {
    text-shadow: none;
}

body[data-theme="dark"] .fc-unthemed td.fc-today,
body[data-theme="dark"] .fc-toolbar .fc-button.fc-state-active {
    background: #3c424e;
}

body[data-theme="dark"] .fc-unthemed .fc-divider,
body[data-theme="dark"] .fc-unthemed .fc-list-heading td,
body[data-theme="dark"] .fc-unthemed .fc-popover .fc-header {
    background: #3c424e;
}

body[data-theme="dark"] .ct-label {
    fill: #b2b9bf;
    color: #b2b9bf;
}

body[data-theme="dark"] .ct-grid {
    stroke: #2b2b2b;
}

body[data-theme="dark"] .c3 text {
    stroke: #b2b9bf;
}

body[data-theme="dark"] #morris-donut-chart path {
    stroke: #272b34;
}

body[data-theme="dark"] #morris-donut-chart text tspan {
    fill: #b2b9bf;
}

/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #009efb;
    --bs-indigo: #6610f2;
    --bs-purple: #7460ee;
    --bs-pink: #e83e8c;
    --bs-red: #f62d51;
    --bs-orange: #fb8c00;
    --bs-yellow: #ffbc34;
    --bs-green: #39c449;
    --bs-teal: #20c997;
    --bs-cyan: #4fc3f7;
    --bs-white: #fff;
    --bs-gray: #868e96;
    --bs-gray-dark: #263238;
    --bs-primary: #7460ee;
    --bs-secondary: #868e96;
    --bs-success: #39c449;
    --bs-info: #009efb;
    --bs-warning: #ffbc34;
    --bs-danger: #f62d51;
    --bs-light: #ebf3f5;
    --bs-dark: #263238;
    --bs-cyan: #4fc3f7;
    --bs-orange: #fb8c00;
    --bs-purple: #7460ee;
    --bs-inverse: #2f3d4a;
    --bs-megna: #01c0c8;
    --bs-light-danger: #f9e7eb;
    --bs-light-success: #c5f7cb;
    --bs-light-warning: #ffedc9;
    --bs-light-primary: #ddd8fd;
    --bs-light-info: #aedcf7;
    --bs-light-inverse: #f6f6f6;
    --bs-light-secondary: #dde1e4;
    --bs-light-megna: #e0f2f4;
    --bs-dark-danger: #e6294b;
    --bs-dark-success: #4ab657;
    --bs-dark-warning: #e9ab2e;
    --bs-dark-primary: #6352ce;
    --bs-dark-info: #028ee1;
    --bs-font-sans-serif: "Rubik", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #54667a;
    background-color: #f2f7f8;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #2c2b2e;
}

h1,
.h1 {
    font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.25rem;
    }
}

h2,
.h2 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.5rem;
    }
}

h3,
.h3 {
    font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.3125rem;
    }
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 500;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #7460ee;
    text-decoration: underline;
}

a:hover {
    color: #5d4dbe;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
        /* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 1px;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 500;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #90a4ae;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.display-7 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    }
}

.display-8 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-8 {
        font-size: 1.75rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote> :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #f2f7f8;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #868e96;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1320px;
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1600px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: #ebf3f5;
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: #ebf3f5;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #e8eef3;
}

.table> :not(caption)>*>* {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: transparent;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 10px 15px;
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #e3dffc;
    --bs-table-striped-bg: #d8d4ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ccc9e3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d2cee9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ccc9e3;
}

.table-secondary {
    --bs-table-bg: #e7e8ea;
    --bs-table-striped-bg: #dbdcde;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d0d1d3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d6d7d8;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d0d1d3;
}

.table-success {
    --bs-table-bg: #d7f3db;
    --bs-table-striped-bg: #cce7d0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c2dbc5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c7e1cb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c2dbc5;
}

.table-info {
    --bs-table-bg: #ccecfe;
    --bs-table-striped-bg: #c2e0f1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8d4e5;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bddaeb;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8d4e5;
}

.table-warning {
    --bs-table-bg: #fff2d6;
    --bs-table-striped-bg: #f2e6cb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dac1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece0c6;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dac1;
}

.table-danger {
    --bs-table-bg: #fdd5dc;
    --bs-table-striped-bg: #f0cad1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4c0c6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eac5cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e4c0c6;
}

.table-light {
    --bs-table-bg: #ebf3f5;
    --bs-table-striped-bg: #dfe7e9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #d4dbdd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d9e1e3;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #d4dbdd;
}

.table-dark {
    --bs-table-bg: #263238;
    --bs-table-striped-bg: #313c42;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #3c474c;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #364147;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #3c474c;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1599.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #90a4ae;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dadada;
    appearance: none;
    border-radius: 4px;
    box-shadow: unset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not(:read-only) {
    cursor: pointer;
}

.form-control:focus {
    color: #54667a;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: unset, transparent;
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #54667a;
    background-color: #ebf3f5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dfe7e9;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #54667a;
    background-color: #ebf3f5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dfe7e9;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #54667a;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 4px;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 4px;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 4px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23263238' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    box-shadow: unset;
    appearance: none;
}

.form-select:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: unset, unset;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef !important;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #54667a;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.875em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.875em;
}

.form-check-input {
    width: 1.375em;
    height: 1.375em;
    margin-top: 0.0625em;
    vertical-align: top;
    background-color: #eaedf5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    appearance: none;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 4px;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: transparent;
}

.form-check-input:checked {
    background-color: #009efb;
    border-color: #009efb;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #009efb;
    border-color: #009efb;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f2f7f8, transparent;
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f2f7f8, transparent;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #009efb;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b3e2fe;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #009efb;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b3e2fe;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #90a4ae;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #90a4ae;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    text-align: center;
    white-space: nowrap;
    background-color: #ebf3f5;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 4px;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #39c449;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(57, 196, 73, 0.9);
    border-radius: 4px;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #39c449;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339c449' 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);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #39c449;
    box-shadow: 0 0 0 0 rgba(57, 196, 73, 0);
}

.was-validated textarea.form-control:valid,
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);
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #39c449;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23263238' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339c449' 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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #39c449;
    box-shadow: 0 0 0 0 rgba(57, 196, 73, 0);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #39c449;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #39c449;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0 rgba(57, 196, 73, 0);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #39c449;
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #f62d51;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(246, 45, 81, 0.9);
    border-radius: 4px;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #f62d51;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f62d51'%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='%23f62d51' 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);
}

.main-invalid {
    border: #f62d51 1px solid !important;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #f62d51;
    box-shadow: 0 0 0 0 rgba(246, 45, 81, 0);
}

.was-validated textarea.form-control:invalid,
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);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #f62d51;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23263238' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f62d51'%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='%23f62d51' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #f62d51;
    box-shadow: 0 0 0 0 rgba(246, 45, 81, 0);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #f62d51;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #f62d51;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0 rgba(246, 45, 81, 0);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #f62d51;
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 3;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem !important;
    border-radius: 6px;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #54667a;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: transparent;
}

.btn-check:checked+.btn,
.btn-check:active+.btn,
.btn:active,
.btn.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #dde1e4;
}

.btn-check:checked+.btn:focus,
.btn-check:active+.btn:focus,
.btn:active:focus,
.btn.active:focus {
    box-shadow: transparent, inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-primary:hover {
    color: #fff;
    background-color: #6352ca;
    border-color: #5d4dbe;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #6352ca;
    border-color: #5d4dbe;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(137, 120, 241, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5d4dbe;
    border-color: #5748b3;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(137, 120, 241, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.btn-secondary {
    color: #000;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
    color: #000;
    background-color: #989fa6;
    border-color: #9299a1;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #000;
    background-color: #989fa6;
    border-color: #9299a1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(114, 121, 128, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #9ea5ab;
    border-color: #9299a1;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(114, 121, 128, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #000;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-success {
    color: #000;
    background-color: #39c449;
    border-color: #39c449;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-success:hover {
    color: #000;
    background-color: #57cd64;
    border-color: #4dca5b;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #000;
    background-color: #57cd64;
    border-color: #4dca5b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(48, 167, 62, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #000;
    background-color: #61d06d;
    border-color: #4dca5b;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(48, 167, 62, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
    color: #000;
    background-color: #39c449;
    border-color: #39c449;
}

.btn-info {
    color: #000;
    background-color: #009efb;
    border-color: #009efb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-info:hover {
    color: #000;
    background-color: #26adfc;
    border-color: #1aa8fb;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #26adfc;
    border-color: #1aa8fb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(0, 134, 213, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #33b1fc;
    border-color: #1aa8fb;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(0, 134, 213, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
    color: #000;
    background-color: #009efb;
    border-color: #009efb;
}

.btn-warning {
    color: #000;
    background-color: #ffbc34;
    border-color: #ffbc34;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-warning:hover {
    color: #000;
    background-color: #ffc652;
    border-color: #ffc348;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffc652;
    border-color: #ffc348;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(217, 160, 44, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffc95d;
    border-color: #ffc348;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(217, 160, 44, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-danger {
    color: #000;
    background-color: #f62d51;
    border-color: #f62d51;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-danger:hover {
    color: #000;
    background-color: #f74d6b;
    border-color: #f74262;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #000;
    background-color: #f74d6b;
    border-color: #f74262;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 38, 69, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #000;
    background-color: #f85774;
    border-color: #f74262;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(209, 38, 69, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #000;
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-light {
    color: #000;
    background-color: #ebf3f5;
    border-color: #ebf3f5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light:hover {
    color: #000;
    background-color: #eef5f7;
    border-color: #edf4f6;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #eef5f7;
    border-color: #edf4f6;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(200, 207, 208, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #eff5f7;
    border-color: #edf4f6;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(200, 207, 208, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #ebf3f5;
    border-color: #ebf3f5;
}

.btn-dark {
    color: #fff;
    background-color: #263238;
    border-color: #263238;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark:hover {
    color: #fff;
    background-color: #202b30;
    border-color: #1e282d;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #202b30;
    border-color: #1e282d;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(71, 81, 86, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e282d;
    border-color: #1d262a;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(71, 81, 86, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #263238;
    border-color: #263238;
}

.btn-cyan {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-cyan:hover {
    color: #000;
    background-color: #69ccf8;
    border-color: #61c9f8;
}

.btn-check:focus+.btn-cyan,
.btn-cyan:focus {
    color: #000;
    background-color: #69ccf8;
    border-color: #61c9f8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(67, 166, 210, 0.5);
}

.btn-check:checked+.btn-cyan,
.btn-check:active+.btn-cyan,
.btn-cyan:active,
.btn-cyan.active,
.show>.btn-cyan.dropdown-toggle {
    color: #000;
    background-color: #72cff9;
    border-color: #61c9f8;
}

.btn-check:checked+.btn-cyan:focus,
.btn-check:active+.btn-cyan:focus,
.btn-cyan:active:focus,
.btn-cyan.active:focus,
.show>.btn-cyan.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(67, 166, 210, 0.5);
}

.btn-cyan:disabled,
.btn-cyan.disabled {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}

.btn-orange {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-orange:hover {
    color: #000;
    background-color: #fc9d26;
    border-color: #fb981a;
}

.btn-check:focus+.btn-orange,
.btn-orange:focus {
    color: #000;
    background-color: #fc9d26;
    border-color: #fb981a;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(213, 119, 0, 0.5);
}

.btn-check:checked+.btn-orange,
.btn-check:active+.btn-orange,
.btn-orange:active,
.btn-orange.active,
.show>.btn-orange.dropdown-toggle {
    color: #000;
    background-color: #fca333;
    border-color: #fb981a;
}

.btn-check:checked+.btn-orange:focus,
.btn-check:active+.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange.active:focus,
.show>.btn-orange.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(213, 119, 0, 0.5);
}

.btn-orange:disabled,
.btn-orange.disabled {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
}

.btn-purple {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-purple:hover {
    color: #fff;
    background-color: #6352ca;
    border-color: #5d4dbe;
}

.btn-check:focus+.btn-purple,
.btn-purple:focus {
    color: #fff;
    background-color: #6352ca;
    border-color: #5d4dbe;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(137, 120, 241, 0.5);
}

.btn-check:checked+.btn-purple,
.btn-check:active+.btn-purple,
.btn-purple:active,
.btn-purple.active,
.show>.btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #5d4dbe;
    border-color: #5748b3;
}

.btn-check:checked+.btn-purple:focus,
.btn-check:active+.btn-purple:focus,
.btn-purple:active:focus,
.btn-purple.active:focus,
.show>.btn-purple.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(137, 120, 241, 0.5);
}

.btn-purple:disabled,
.btn-purple.disabled {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.btn-inverse {
    color: #fff;
    background-color: #2f3d4a;
    border-color: #2f3d4a;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-inverse:hover {
    color: #fff;
    background-color: #28343f;
    border-color: #26313b;
}

.btn-check:focus+.btn-inverse,
.btn-inverse:focus {
    color: #fff;
    background-color: #28343f;
    border-color: #26313b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(78, 90, 101, 0.5);
}

.btn-check:checked+.btn-inverse,
.btn-check:active+.btn-inverse,
.btn-inverse:active,
.btn-inverse.active,
.show>.btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #26313b;
    border-color: #232e38;
}

.btn-check:checked+.btn-inverse:focus,
.btn-check:active+.btn-inverse:focus,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.show>.btn-inverse.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(78, 90, 101, 0.5);
}

.btn-inverse:disabled,
.btn-inverse.disabled {
    color: #fff;
    background-color: #2f3d4a;
    border-color: #2f3d4a;
}

.btn-megna {
    color: #000;
    background-color: #01c0c8;
    border-color: #01c0c8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-megna:hover {
    color: #000;
    background-color: #27c9d0;
    border-color: #1ac6ce;
}

.btn-check:focus+.btn-megna,
.btn-megna:focus {
    color: #000;
    background-color: #27c9d0;
    border-color: #1ac6ce;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(1, 163, 170, 0.5);
}

.btn-check:checked+.btn-megna,
.btn-check:active+.btn-megna,
.btn-megna:active,
.btn-megna.active,
.show>.btn-megna.dropdown-toggle {
    color: #000;
    background-color: #34cdd3;
    border-color: #1ac6ce;
}

.btn-check:checked+.btn-megna:focus,
.btn-check:active+.btn-megna:focus,
.btn-megna:active:focus,
.btn-megna.active:focus,
.show>.btn-megna.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(1, 163, 170, 0.5);
}

.btn-megna:disabled,
.btn-megna.disabled {
    color: #000;
    background-color: #01c0c8;
    border-color: #01c0c8;
}

.btn-light-danger {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-danger:hover {
    color: #000;
    background-color: #faebee;
    border-color: #fae9ed;
}

.btn-check:focus+.btn-light-danger,
.btn-light-danger:focus {
    color: #000;
    background-color: #faebee;
    border-color: #fae9ed;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(212, 196, 200, 0.5);
}

.btn-check:checked+.btn-light-danger,
.btn-check:active+.btn-light-danger,
.btn-light-danger:active,
.btn-light-danger.active,
.show>.btn-light-danger.dropdown-toggle {
    color: #000;
    background-color: #faecef;
    border-color: #fae9ed;
}

.btn-check:checked+.btn-light-danger:focus,
.btn-check:active+.btn-light-danger:focus,
.btn-light-danger:active:focus,
.btn-light-danger.active:focus,
.show>.btn-light-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(212, 196, 200, 0.5);
}

.btn-light-danger:disabled,
.btn-light-danger.disabled {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb;
}

.btn-light-success {
    color: #000;
    background-color: #c5f7cb;
    border-color: #c5f7cb;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-success:hover {
    color: #000;
    background-color: #cef8d3;
    border-color: #cbf8d0;
}

.btn-check:focus+.btn-light-success,
.btn-light-success:focus {
    color: #000;
    background-color: #cef8d3;
    border-color: #cbf8d0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(167, 210, 173, 0.5);
}

.btn-check:checked+.btn-light-success,
.btn-check:active+.btn-light-success,
.btn-light-success:active,
.btn-light-success.active,
.show>.btn-light-success.dropdown-toggle {
    color: #000;
    background-color: #d1f9d5;
    border-color: #cbf8d0;
}

.btn-check:checked+.btn-light-success:focus,
.btn-check:active+.btn-light-success:focus,
.btn-light-success:active:focus,
.btn-light-success.active:focus,
.show>.btn-light-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(167, 210, 173, 0.5);
}

.btn-light-success:disabled,
.btn-light-success.disabled {
    color: #000;
    background-color: #c5f7cb;
    border-color: #c5f7cb;
}

.btn-light-warning {
    color: #000;
    background-color: #ffedc9;
    border-color: #ffedc9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-warning:hover {
    color: #000;
    background-color: #fff0d1;
    border-color: #ffefce;
}

.btn-check:focus+.btn-light-warning,
.btn-light-warning:focus {
    color: #000;
    background-color: #fff0d1;
    border-color: #ffefce;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(217, 201, 171, 0.5);
}

.btn-check:checked+.btn-light-warning,
.btn-check:active+.btn-light-warning,
.btn-light-warning:active,
.btn-light-warning.active,
.show>.btn-light-warning.dropdown-toggle {
    color: #000;
    background-color: #fff1d4;
    border-color: #ffefce;
}

.btn-check:checked+.btn-light-warning:focus,
.btn-check:active+.btn-light-warning:focus,
.btn-light-warning:active:focus,
.btn-light-warning.active:focus,
.show>.btn-light-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(217, 201, 171, 0.5);
}

.btn-light-warning:disabled,
.btn-light-warning.disabled {
    color: #000;
    background-color: #ffedc9;
    border-color: #ffedc9;
}

.btn-light-primary {
    color: #000;
    background-color: #ddd8fd;
    border-color: #ddd8fd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-primary:hover {
    color: #000;
    background-color: #e2defd;
    border-color: #e0dcfd;
}

.btn-check:focus+.btn-light-primary,
.btn-light-primary:focus {
    color: #000;
    background-color: #e2defd;
    border-color: #e0dcfd;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(188, 184, 215, 0.5);
}

.btn-check:checked+.btn-light-primary,
.btn-check:active+.btn-light-primary,
.btn-light-primary:active,
.btn-light-primary.active,
.show>.btn-light-primary.dropdown-toggle {
    color: #000;
    background-color: #e4e0fd;
    border-color: #e0dcfd;
}

.btn-check:checked+.btn-light-primary:focus,
.btn-check:active+.btn-light-primary:focus,
.btn-light-primary:active:focus,
.btn-light-primary.active:focus,
.show>.btn-light-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(188, 184, 215, 0.5);
}

.btn-light-primary:disabled,
.btn-light-primary.disabled {
    color: #000;
    background-color: #ddd8fd;
    border-color: #ddd8fd;
}

.btn-light-info {
    color: #000;
    background-color: #aedcf7;
    border-color: #aedcf7;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-info:hover {
    color: #000;
    background-color: #bae1f8;
    border-color: #b6e0f8;
}

.btn-check:focus+.btn-light-info,
.btn-light-info:focus {
    color: #000;
    background-color: #bae1f8;
    border-color: #b6e0f8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(148, 187, 210, 0.5);
}

.btn-check:checked+.btn-light-info,
.btn-check:active+.btn-light-info,
.btn-light-info:active,
.btn-light-info.active,
.show>.btn-light-info.dropdown-toggle {
    color: #000;
    background-color: #bee3f9;
    border-color: #b6e0f8;
}

.btn-check:checked+.btn-light-info:focus,
.btn-check:active+.btn-light-info:focus,
.btn-light-info:active:focus,
.btn-light-info.active:focus,
.show>.btn-light-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(148, 187, 210, 0.5);
}

.btn-light-info:disabled,
.btn-light-info.disabled {
    color: #000;
    background-color: #aedcf7;
    border-color: #aedcf7;
}

.btn-light-inverse {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-inverse:hover {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.btn-check:focus+.btn-light-inverse,
.btn-light-inverse:focus {
    color: #000;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(209, 209, 209, 0.5);
}

.btn-check:checked+.btn-light-inverse,
.btn-check:active+.btn-light-inverse,
.btn-light-inverse:active,
.btn-light-inverse.active,
.show>.btn-light-inverse.dropdown-toggle {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f7f7f7;
}

.btn-check:checked+.btn-light-inverse:focus,
.btn-check:active+.btn-light-inverse:focus,
.btn-light-inverse:active:focus,
.btn-light-inverse.active:focus,
.show>.btn-light-inverse.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(209, 209, 209, 0.5);
}

.btn-light-inverse:disabled,
.btn-light-inverse.disabled {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-light-secondary {
    color: #000;
    background-color: #dde1e4;
    border-color: #dde1e4;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-secondary:hover {
    color: #000;
    background-color: #e2e6e8;
    border-color: #e0e4e7;
}

.btn-check:focus+.btn-light-secondary,
.btn-light-secondary:focus {
    color: #000;
    background-color: #e2e6e8;
    border-color: #e0e4e7;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(188, 191, 194, 0.5);
}

.btn-check:checked+.btn-light-secondary,
.btn-check:active+.btn-light-secondary,
.btn-light-secondary:active,
.btn-light-secondary.active,
.show>.btn-light-secondary.dropdown-toggle {
    color: #000;
    background-color: #e4e7e9;
    border-color: #e0e4e7;
}

.btn-check:checked+.btn-light-secondary:focus,
.btn-check:active+.btn-light-secondary:focus,
.btn-light-secondary:active:focus,
.btn-light-secondary.active:focus,
.show>.btn-light-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(188, 191, 194, 0.5);
}

.btn-light-secondary:disabled,
.btn-light-secondary.disabled {
    color: #000;
    background-color: #dde1e4;
    border-color: #dde1e4;
}

.btn-light-megna {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-light-megna:hover {
    color: #000;
    background-color: #e5f4f6;
    border-color: #e3f3f5;
}

.btn-check:focus+.btn-light-megna,
.btn-light-megna:focus {
    color: #000;
    background-color: #e5f4f6;
    border-color: #e3f3f5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(190, 206, 207, 0.5);
}

.btn-check:checked+.btn-light-megna,
.btn-check:active+.btn-light-megna,
.btn-light-megna:active,
.btn-light-megna.active,
.show>.btn-light-megna.dropdown-toggle {
    color: #000;
    background-color: #e6f5f6;
    border-color: #e3f3f5;
}

.btn-check:checked+.btn-light-megna:focus,
.btn-check:active+.btn-light-megna:focus,
.btn-light-megna:active:focus,
.btn-light-megna.active:focus,
.show>.btn-light-megna.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(190, 206, 207, 0.5);
}

.btn-light-megna:disabled,
.btn-light-megna.disabled {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4;
}

.btn-dark-danger {
    color: #000;
    background-color: #e6294b;
    border-color: #e6294b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark-danger:hover {
    color: #000;
    background-color: #ea4966;
    border-color: #e93e5d;
}

.btn-check:focus+.btn-dark-danger,
.btn-dark-danger:focus {
    color: #000;
    background-color: #ea4966;
    border-color: #e93e5d;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(196, 35, 64, 0.5);
}

.btn-check:checked+.btn-dark-danger,
.btn-check:active+.btn-dark-danger,
.btn-dark-danger:active,
.btn-dark-danger.active,
.show>.btn-dark-danger.dropdown-toggle {
    color: #000;
    background-color: #eb546f;
    border-color: #e93e5d;
}

.btn-check:checked+.btn-dark-danger:focus,
.btn-check:active+.btn-dark-danger:focus,
.btn-dark-danger:active:focus,
.btn-dark-danger.active:focus,
.show>.btn-dark-danger.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(196, 35, 64, 0.5);
}

.btn-dark-danger:disabled,
.btn-dark-danger.disabled {
    color: #000;
    background-color: #e6294b;
    border-color: #e6294b;
}

.btn-dark-success {
    color: #000;
    background-color: #4ab657;
    border-color: #4ab657;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark-success:hover {
    color: #000;
    background-color: #65c170;
    border-color: #5cbd68;
}

.btn-check:focus+.btn-dark-success,
.btn-dark-success:focus {
    color: #000;
    background-color: #65c170;
    border-color: #5cbd68;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(63, 155, 74, 0.5);
}

.btn-check:checked+.btn-dark-success,
.btn-check:active+.btn-dark-success,
.btn-dark-success:active,
.btn-dark-success.active,
.show>.btn-dark-success.dropdown-toggle {
    color: #000;
    background-color: #6ec579;
    border-color: #5cbd68;
}

.btn-check:checked+.btn-dark-success:focus,
.btn-check:active+.btn-dark-success:focus,
.btn-dark-success:active:focus,
.btn-dark-success.active:focus,
.show>.btn-dark-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(63, 155, 74, 0.5);
}

.btn-dark-success:disabled,
.btn-dark-success.disabled {
    color: #000;
    background-color: #4ab657;
    border-color: #4ab657;
}

.btn-dark-warning {
    color: #000;
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark-warning:hover {
    color: #000;
    background-color: #ecb84d;
    border-color: #ebb343;
}

.btn-check:focus+.btn-dark-warning,
.btn-dark-warning:focus {
    color: #000;
    background-color: #ecb84d;
    border-color: #ebb343;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(198, 145, 39, 0.5);
}

.btn-check:checked+.btn-dark-warning,
.btn-check:active+.btn-dark-warning,
.btn-dark-warning:active,
.btn-dark-warning.active,
.show>.btn-dark-warning.dropdown-toggle {
    color: #000;
    background-color: #edbc58;
    border-color: #ebb343;
}

.btn-check:checked+.btn-dark-warning:focus,
.btn-check:active+.btn-dark-warning:focus,
.btn-dark-warning:active:focus,
.btn-dark-warning.active:focus,
.show>.btn-dark-warning.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(198, 145, 39, 0.5);
}

.btn-dark-warning:disabled,
.btn-dark-warning.disabled {
    color: #000;
    background-color: #e9ab2e;
    border-color: #e9ab2e;
}

.btn-dark-primary {
    color: #fff;
    background-color: #6352ce;
    border-color: #6352ce;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark-primary:hover {
    color: #fff;
    background-color: #5446af;
    border-color: #4f42a5;
}

.btn-check:focus+.btn-dark-primary,
.btn-dark-primary:focus {
    color: #fff;
    background-color: #5446af;
    border-color: #4f42a5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(122, 108, 213, 0.5);
}

.btn-check:checked+.btn-dark-primary,
.btn-check:active+.btn-dark-primary,
.btn-dark-primary:active,
.btn-dark-primary.active,
.show>.btn-dark-primary.dropdown-toggle {
    color: #fff;
    background-color: #4f42a5;
    border-color: #4a3e9b;
}

.btn-check:checked+.btn-dark-primary:focus,
.btn-check:active+.btn-dark-primary:focus,
.btn-dark-primary:active:focus,
.btn-dark-primary.active:focus,
.show>.btn-dark-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(122, 108, 213, 0.5);
}

.btn-dark-primary:disabled,
.btn-dark-primary.disabled {
    color: #fff;
    background-color: #6352ce;
    border-color: #6352ce;
}

.btn-dark-info {
    color: #000;
    background-color: #028ee1;
    border-color: #028ee1;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-dark-info:hover {
    color: #000;
    background-color: #289fe6;
    border-color: #1b99e4;
}

.btn-check:focus+.btn-dark-info,
.btn-dark-info:focus {
    color: #000;
    background-color: #289fe6;
    border-color: #1b99e4;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(2, 121, 191, 0.5);
}

.btn-check:checked+.btn-dark-info,
.btn-check:active+.btn-dark-info,
.btn-dark-info:active,
.btn-dark-info.active,
.show>.btn-dark-info.dropdown-toggle {
    color: #000;
    background-color: #35a5e7;
    border-color: #1b99e4;
}

.btn-check:checked+.btn-dark-info:focus,
.btn-check:active+.btn-dark-info:focus,
.btn-dark-info:active:focus,
.btn-dark-info.active:focus,
.show>.btn-dark-info.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(2, 121, 191, 0.5);
}

.btn-dark-info:disabled,
.btn-dark-info.disabled {
    color: #000;
    background-color: #028ee1;
    border-color: #028ee1;
}

.btn-outline-primary {
    color: #7460ee;
    border-color: #7460ee;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(116, 96, 238, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(116, 96, 238, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #7460ee;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #868e96;
    border-color: #868e96;
    border: 1px solid #868e96;
}

.btn-outline-secondary:hover {
    color: #000;
    background-color: #f0f0f0;
    border-color: #868e96;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(134, 142, 150, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #868e96;
    background-color: transparent;
}

.btn-outline-success {
    color: #39c449;
    border-color: #39c449;
}

.btn-outline-success:hover {
    color: #000;
    background-color: #39c449;
    border-color: #39c449;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(57, 196, 73, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #39c449;
    border-color: #39c449;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(57, 196, 73, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #39c449;
    background-color: transparent;
}

.btn-outline-info {
    color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #009efb;
    border-color: #009efb;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(0, 158, 251, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #009efb;
    border-color: #009efb;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(0, 158, 251, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #009efb;
    background-color: transparent;
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(255, 188, 52, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(255, 188, 52, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffbc34;
    background-color: transparent;
}

.btn-outline-danger {
    color: #f62d51;
    border-color: #f62d51;
}

.btn-outline-danger:hover {
    color: #000;
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(246, 45, 81, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #000;
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(246, 45, 81, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #f62d51;
    background-color: transparent;
}

.btn-outline-light {
    color: #ebf3f5;
    border-color: #ebf3f5;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #ebf3f5;
    border-color: #ebf3f5;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(235, 243, 245, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #ebf3f5;
    border-color: #ebf3f5;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(235, 243, 245, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #ebf3f5;
    background-color: transparent;
}

.btn-outline-dark {
    color: #263238;
    border-color: #263238;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #263238;
    border-color: #263238;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(38, 50, 56, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #263238;
    border-color: #263238;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(38, 50, 56, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #263238;
    background-color: transparent;
}

.btn-outline-cyan {
    color: #4fc3f7;
    border-color: #4fc3f7;
}

.btn-outline-cyan:hover {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}

.btn-check:focus+.btn-outline-cyan,
.btn-outline-cyan:focus {
    box-shadow: 0 0 0 0 rgba(79, 195, 247, 0.5);
}

.btn-check:checked+.btn-outline-cyan,
.btn-check:active+.btn-outline-cyan,
.btn-outline-cyan:active,
.btn-outline-cyan.active,
.btn-outline-cyan.dropdown-toggle.show {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}

.btn-check:checked+.btn-outline-cyan:focus,
.btn-check:active+.btn-outline-cyan:focus,
.btn-outline-cyan:active:focus,
.btn-outline-cyan.active:focus,
.btn-outline-cyan.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(79, 195, 247, 0.5);
}

.btn-outline-cyan:disabled,
.btn-outline-cyan.disabled {
    color: #4fc3f7;
    background-color: transparent;
}

.btn-outline-orange {
    color: #fb8c00;
    border-color: #fb8c00;
}

.btn-outline-orange:hover {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
}

.btn-check:focus+.btn-outline-orange,
.btn-outline-orange:focus {
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
}

.btn-check:checked+.btn-outline-orange,
.btn-check:active+.btn-outline-orange,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.dropdown-toggle.show {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
}

.btn-check:checked+.btn-outline-orange:focus,
.btn-check:active+.btn-outline-orange:focus,
.btn-outline-orange:active:focus,
.btn-outline-orange.active:focus,
.btn-outline-orange.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(251, 140, 0, 0.5);
}

.btn-outline-orange:disabled,
.btn-outline-orange.disabled {
    color: #fb8c00;
    background-color: transparent;
}

.btn-outline-purple {
    color: #7460ee;
    border-color: #7460ee;
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.btn-check:focus+.btn-outline-purple,
.btn-outline-purple:focus {
    box-shadow: 0 0 0 0 rgba(116, 96, 238, 0.5);
}

.btn-check:checked+.btn-outline-purple,
.btn-check:active+.btn-outline-purple,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.dropdown-toggle.show {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.btn-check:checked+.btn-outline-purple:focus,
.btn-check:active+.btn-outline-purple:focus,
.btn-outline-purple:active:focus,
.btn-outline-purple.active:focus,
.btn-outline-purple.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(116, 96, 238, 0.5);
}

.btn-outline-purple:disabled,
.btn-outline-purple.disabled {
    color: #7460ee;
    background-color: transparent;
}

.btn-outline-inverse {
    color: #2f3d4a;
    border-color: #2f3d4a;
}

.btn-outline-inverse:hover {
    color: #fff;
    background-color: #2f3d4a;
    border-color: #2f3d4a;
}

.btn-check:focus+.btn-outline-inverse,
.btn-outline-inverse:focus {
    box-shadow: 0 0 0 0 rgba(47, 61, 74, 0.5);
}

.btn-check:checked+.btn-outline-inverse,
.btn-check:active+.btn-outline-inverse,
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.btn-outline-inverse.dropdown-toggle.show {
    color: #fff;
    background-color: #2f3d4a;
    border-color: #2f3d4a;
}

.btn-check:checked+.btn-outline-inverse:focus,
.btn-check:active+.btn-outline-inverse:focus,
.btn-outline-inverse:active:focus,
.btn-outline-inverse.active:focus,
.btn-outline-inverse.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(47, 61, 74, 0.5);
}

.btn-outline-inverse:disabled,
.btn-outline-inverse.disabled {
    color: #2f3d4a;
    background-color: transparent;
}

.btn-outline-megna {
    color: #01c0c8;
    border-color: #01c0c8;
}

.btn-outline-megna:hover {
    color: #000;
    background-color: #01c0c8;
    border-color: #01c0c8;
}

.btn-check:focus+.btn-outline-megna,
.btn-outline-megna:focus {
    box-shadow: 0 0 0 0 rgba(1, 192, 200, 0.5);
}

.btn-check:checked+.btn-outline-megna,
.btn-check:active+.btn-outline-megna,
.btn-outline-megna:active,
.btn-outline-megna.active,
.btn-outline-megna.dropdown-toggle.show {
    color: #000;
    background-color: #01c0c8;
    border-color: #01c0c8;
}

.btn-check:checked+.btn-outline-megna:focus,
.btn-check:active+.btn-outline-megna:focus,
.btn-outline-megna:active:focus,
.btn-outline-megna.active:focus,
.btn-outline-megna.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(1, 192, 200, 0.5);
}

.btn-outline-megna:disabled,
.btn-outline-megna.disabled {
    color: #01c0c8;
    background-color: transparent;
}

.btn-outline-light-danger {
    color: #f9e7eb;
    border-color: #f9e7eb;
}

.btn-outline-light-danger:hover {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb;
}

.btn-check:focus+.btn-outline-light-danger,
.btn-outline-light-danger:focus {
    box-shadow: 0 0 0 0 rgba(249, 231, 235, 0.5);
}

.btn-check:checked+.btn-outline-light-danger,
.btn-check:active+.btn-outline-light-danger,
.btn-outline-light-danger:active,
.btn-outline-light-danger.active,
.btn-outline-light-danger.dropdown-toggle.show {
    color: #000;
    background-color: #f9e7eb;
    border-color: #f9e7eb;
}

.btn-check:checked+.btn-outline-light-danger:focus,
.btn-check:active+.btn-outline-light-danger:focus,
.btn-outline-light-danger:active:focus,
.btn-outline-light-danger.active:focus,
.btn-outline-light-danger.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(249, 231, 235, 0.5);
}

.btn-outline-light-danger:disabled,
.btn-outline-light-danger.disabled {
    color: #f9e7eb;
    background-color: transparent;
}

.btn-outline-light-success {
    color: #c5f7cb;
    border-color: #c5f7cb;
}

.btn-outline-light-success:hover {
    color: #000;
    background-color: #c5f7cb;
    border-color: #c5f7cb;
}

.btn-check:focus+.btn-outline-light-success,
.btn-outline-light-success:focus {
    box-shadow: 0 0 0 0 rgba(197, 247, 203, 0.5);
}

.btn-check:checked+.btn-outline-light-success,
.btn-check:active+.btn-outline-light-success,
.btn-outline-light-success:active,
.btn-outline-light-success.active,
.btn-outline-light-success.dropdown-toggle.show {
    color: #000;
    background-color: #c5f7cb;
    border-color: #c5f7cb;
}

.btn-check:checked+.btn-outline-light-success:focus,
.btn-check:active+.btn-outline-light-success:focus,
.btn-outline-light-success:active:focus,
.btn-outline-light-success.active:focus,
.btn-outline-light-success.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(197, 247, 203, 0.5);
}

.btn-outline-light-success:disabled,
.btn-outline-light-success.disabled {
    color: #c5f7cb;
    background-color: transparent;
}

.btn-outline-light-warning {
    color: #ffedc9;
    border-color: #ffedc9;
}

.btn-outline-light-warning:hover {
    color: #000;
    background-color: #ffedc9;
    border-color: #ffedc9;
}

.btn-check:focus+.btn-outline-light-warning,
.btn-outline-light-warning:focus {
    box-shadow: 0 0 0 0 rgba(255, 237, 201, 0.5);
}

.btn-check:checked+.btn-outline-light-warning,
.btn-check:active+.btn-outline-light-warning,
.btn-outline-light-warning:active,
.btn-outline-light-warning.active,
.btn-outline-light-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffedc9;
    border-color: #ffedc9;
}

.btn-check:checked+.btn-outline-light-warning:focus,
.btn-check:active+.btn-outline-light-warning:focus,
.btn-outline-light-warning:active:focus,
.btn-outline-light-warning.active:focus,
.btn-outline-light-warning.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(255, 237, 201, 0.5);
}

.btn-outline-light-warning:disabled,
.btn-outline-light-warning.disabled {
    color: #ffedc9;
    background-color: transparent;
}

.btn-outline-light-primary {
    color: #ddd8fd;
    border-color: #ddd8fd;
}

.btn-outline-light-primary:hover {
    color: #000;
    background-color: #ddd8fd;
    border-color: #ddd8fd;
}

.btn-check:focus+.btn-outline-light-primary,
.btn-outline-light-primary:focus {
    box-shadow: 0 0 0 0 rgba(221, 216, 253, 0.5);
}

.btn-check:checked+.btn-outline-light-primary,
.btn-check:active+.btn-outline-light-primary,
.btn-outline-light-primary:active,
.btn-outline-light-primary.active,
.btn-outline-light-primary.dropdown-toggle.show {
    color: #000;
    background-color: #ddd8fd;
    border-color: #ddd8fd;
}

.btn-check:checked+.btn-outline-light-primary:focus,
.btn-check:active+.btn-outline-light-primary:focus,
.btn-outline-light-primary:active:focus,
.btn-outline-light-primary.active:focus,
.btn-outline-light-primary.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(221, 216, 253, 0.5);
}

.btn-outline-light-primary:disabled,
.btn-outline-light-primary.disabled {
    color: #ddd8fd;
    background-color: transparent;
}

.btn-outline-light-info {
    color: #aedcf7;
    border-color: #aedcf7;
}

.btn-outline-light-info:hover {
    color: #000;
    background-color: #aedcf7;
    border-color: #aedcf7;
}

.btn-check:focus+.btn-outline-light-info,
.btn-outline-light-info:focus {
    box-shadow: 0 0 0 0 rgba(174, 220, 247, 0.5);
}

.btn-check:checked+.btn-outline-light-info,
.btn-check:active+.btn-outline-light-info,
.btn-outline-light-info:active,
.btn-outline-light-info.active,
.btn-outline-light-info.dropdown-toggle.show {
    color: #000;
    background-color: #aedcf7;
    border-color: #aedcf7;
}

.btn-check:checked+.btn-outline-light-info:focus,
.btn-check:active+.btn-outline-light-info:focus,
.btn-outline-light-info:active:focus,
.btn-outline-light-info.active:focus,
.btn-outline-light-info.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(174, 220, 247, 0.5);
}

.btn-outline-light-info:disabled,
.btn-outline-light-info.disabled {
    color: #aedcf7;
    background-color: transparent;
}

.btn-outline-light-inverse {
    color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-outline-light-inverse:hover {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-check:focus+.btn-outline-light-inverse,
.btn-outline-light-inverse:focus {
    box-shadow: 0 0 0 0 rgba(246, 246, 246, 0.5);
}

.btn-check:checked+.btn-outline-light-inverse,
.btn-check:active+.btn-outline-light-inverse,
.btn-outline-light-inverse:active,
.btn-outline-light-inverse.active,
.btn-outline-light-inverse.dropdown-toggle.show {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-check:checked+.btn-outline-light-inverse:focus,
.btn-check:active+.btn-outline-light-inverse:focus,
.btn-outline-light-inverse:active:focus,
.btn-outline-light-inverse.active:focus,
.btn-outline-light-inverse.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(246, 246, 246, 0.5);
}

.btn-outline-light-inverse:disabled,
.btn-outline-light-inverse.disabled {
    color: #f6f6f6;
    background-color: transparent;
}

.btn-outline-light-secondary {
    color: #dde1e4;
    border-color: #dde1e4;
}

.btn-outline-light-secondary:hover {
    color: #000;
    background-color: #dde1e4;
    border-color: #dde1e4;
}

.btn-check:focus+.btn-outline-light-secondary,
.btn-outline-light-secondary:focus {
    box-shadow: 0 0 0 0 rgba(221, 225, 228, 0.5);
}

.btn-check:checked+.btn-outline-light-secondary,
.btn-check:active+.btn-outline-light-secondary,
.btn-outline-light-secondary:active,
.btn-outline-light-secondary.active,
.btn-outline-light-secondary.dropdown-toggle.show {
    color: #000;
    background-color: #dde1e4;
    border-color: #dde1e4;
}

.btn-check:checked+.btn-outline-light-secondary:focus,
.btn-check:active+.btn-outline-light-secondary:focus,
.btn-outline-light-secondary:active:focus,
.btn-outline-light-secondary.active:focus,
.btn-outline-light-secondary.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(221, 225, 228, 0.5);
}

.btn-outline-light-secondary:disabled,
.btn-outline-light-secondary.disabled {
    color: #dde1e4;
    background-color: transparent;
}

.btn-outline-light-megna {
    color: #e0f2f4;
    border-color: #e0f2f4;
}

.btn-outline-light-megna:hover {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4;
}

.btn-check:focus+.btn-outline-light-megna,
.btn-outline-light-megna:focus {
    box-shadow: 0 0 0 0 rgba(224, 242, 244, 0.5);
}

.btn-check:checked+.btn-outline-light-megna,
.btn-check:active+.btn-outline-light-megna,
.btn-outline-light-megna:active,
.btn-outline-light-megna.active,
.btn-outline-light-megna.dropdown-toggle.show {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4;
}

.btn-check:checked+.btn-outline-light-megna:focus,
.btn-check:active+.btn-outline-light-megna:focus,
.btn-outline-light-megna:active:focus,
.btn-outline-light-megna.active:focus,
.btn-outline-light-megna.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(224, 242, 244, 0.5);
}

.btn-outline-light-megna:disabled,
.btn-outline-light-megna.disabled {
    color: #e0f2f4;
    background-color: transparent;
}

.btn-outline-dark-danger {
    color: #e6294b;
    border-color: #e6294b;
}

.btn-outline-dark-danger:hover {
    color: #000;
    background-color: #e6294b;
    border-color: #e6294b;
}

.btn-check:focus+.btn-outline-dark-danger,
.btn-outline-dark-danger:focus {
    box-shadow: 0 0 0 0 rgba(230, 41, 75, 0.5);
}

.btn-check:checked+.btn-outline-dark-danger,
.btn-check:active+.btn-outline-dark-danger,
.btn-outline-dark-danger:active,
.btn-outline-dark-danger.active,
.btn-outline-dark-danger.dropdown-toggle.show {
    color: #000;
    background-color: #e6294b;
    border-color: #e6294b;
}

.btn-check:checked+.btn-outline-dark-danger:focus,
.btn-check:active+.btn-outline-dark-danger:focus,
.btn-outline-dark-danger:active:focus,
.btn-outline-dark-danger.active:focus,
.btn-outline-dark-danger.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(230, 41, 75, 0.5);
}

.btn-outline-dark-danger:disabled,
.btn-outline-dark-danger.disabled {
    color: #e6294b;
    background-color: transparent;
}

.btn-outline-dark-success {
    color: #4ab657;
    border-color: #4ab657;
}

.btn-outline-dark-success:hover {
    color: #000;
    background-color: #4ab657;
    border-color: #4ab657;
}

.btn-check:focus+.btn-outline-dark-success,
.btn-outline-dark-success:focus {
    box-shadow: 0 0 0 0 rgba(74, 182, 87, 0.5);
}

.btn-check:checked+.btn-outline-dark-success,
.btn-check:active+.btn-outline-dark-success,
.btn-outline-dark-success:active,
.btn-outline-dark-success.active,
.btn-outline-dark-success.dropdown-toggle.show {
    color: #000;
    background-color: #4ab657;
    border-color: #4ab657;
}

.btn-check:checked+.btn-outline-dark-success:focus,
.btn-check:active+.btn-outline-dark-success:focus,
.btn-outline-dark-success:active:focus,
.btn-outline-dark-success.active:focus,
.btn-outline-dark-success.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(74, 182, 87, 0.5);
}

.btn-outline-dark-success:disabled,
.btn-outline-dark-success.disabled {
    color: #4ab657;
    background-color: transparent;
}

.btn-outline-dark-warning {
    color: #e9ab2e;
    border-color: #e9ab2e;
}

.btn-outline-dark-warning:hover {
    color: #000;
    background-color: #e9ab2e;
    border-color: #e9ab2e;
}

.btn-check:focus+.btn-outline-dark-warning,
.btn-outline-dark-warning:focus {
    box-shadow: 0 0 0 0 rgba(233, 171, 46, 0.5);
}

.btn-check:checked+.btn-outline-dark-warning,
.btn-check:active+.btn-outline-dark-warning,
.btn-outline-dark-warning:active,
.btn-outline-dark-warning.active,
.btn-outline-dark-warning.dropdown-toggle.show {
    color: #000;
    background-color: #e9ab2e;
    border-color: #e9ab2e;
}

.btn-check:checked+.btn-outline-dark-warning:focus,
.btn-check:active+.btn-outline-dark-warning:focus,
.btn-outline-dark-warning:active:focus,
.btn-outline-dark-warning.active:focus,
.btn-outline-dark-warning.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(233, 171, 46, 0.5);
}

.btn-outline-dark-warning:disabled,
.btn-outline-dark-warning.disabled {
    color: #e9ab2e;
    background-color: transparent;
}

.btn-outline-dark-primary {
    color: #6352ce;
    border-color: #6352ce;
}

.btn-outline-dark-primary:hover {
    color: #fff;
    background-color: #6352ce;
    border-color: #6352ce;
}

.btn-check:focus+.btn-outline-dark-primary,
.btn-outline-dark-primary:focus {
    box-shadow: 0 0 0 0 rgba(99, 82, 206, 0.5);
}

.btn-check:checked+.btn-outline-dark-primary,
.btn-check:active+.btn-outline-dark-primary,
.btn-outline-dark-primary:active,
.btn-outline-dark-primary.active,
.btn-outline-dark-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #6352ce;
    border-color: #6352ce;
}

.btn-check:checked+.btn-outline-dark-primary:focus,
.btn-check:active+.btn-outline-dark-primary:focus,
.btn-outline-dark-primary:active:focus,
.btn-outline-dark-primary.active:focus,
.btn-outline-dark-primary.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(99, 82, 206, 0.5);
}

.btn-outline-dark-primary:disabled,
.btn-outline-dark-primary.disabled {
    color: #6352ce;
    background-color: transparent;
}

.btn-outline-dark-info {
    color: #028ee1;
    border-color: #028ee1;
}

.btn-outline-dark-info:hover {
    color: #000;
    background-color: #028ee1;
    border-color: #028ee1;
}

.btn-check:focus+.btn-outline-dark-info,
.btn-outline-dark-info:focus {
    box-shadow: 0 0 0 0 rgba(2, 142, 225, 0.5);
}

.btn-check:checked+.btn-outline-dark-info,
.btn-check:active+.btn-outline-dark-info,
.btn-outline-dark-info:active,
.btn-outline-dark-info.active,
.btn-outline-dark-info.dropdown-toggle.show {
    color: #000;
    background-color: #028ee1;
    border-color: #028ee1;
}

.btn-check:checked+.btn-outline-dark-info:focus,
.btn-check:active+.btn-outline-dark-info:focus,
.btn-outline-dark-info:active:focus,
.btn-outline-dark-info.active:focus,
.btn-outline-dark-info.dropdown-toggle.show:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(2, 142, 225, 0.5);
}

.btn-outline-dark-info:disabled,
.btn-outline-dark-info.disabled {
    color: #028ee1;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #7460ee;
    text-decoration: underline;
}

.btn-link:hover {
    color: #5d4dbe;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #e9ecef;
    border-radius: 4px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto
        /* rtl:ignore */
    ;
    left: 0
        /* rtl:ignore */
    ;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0
        /* rtl:ignore */
    ;
    left: auto
        /* rtl:ignore */
    ;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 1600px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    font-weight: 400;
    color: #868e96;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009efb;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #90a4ae;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.65rem 1rem;
    color: #868e96;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #263238;
    border-color: #e9ecef;
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #009efb;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #90a4ae;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: #e9ecef;
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #90a4ae;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #7460ee;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #5d4dbe;
}

.nav-link.disabled {
    color: #868e96;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #4F5467;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #009efb;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1600px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: white;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 0px);
    border-top-right-radius: calc(0.25rem - 0px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 0px);
    border-bottom-left-radius: calc(0.25rem - 0px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0px solid transparent;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 0px) calc(0.25rem - 0px) 0 0;
}

.card-footer {
    padding: 0.625rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0px solid transparent;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 0px) calc(0.25rem - 0px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.625rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 0px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 0px);
    border-top-right-radius: calc(0.25rem - 0px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 0px);
    border-bottom-left-radius: calc(0.25rem - 0px);
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #54667a;
    text-align: left;
    background-color: #f2f7f8;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #6856d6;
    background-color: #e6f5ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236856d6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2354667a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: transparent;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #f2f7f8;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb-modal {
    margin-bottom: 0 !important;
    background: none !important;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1.5rem;
    list-style: none;
    background-color: #f2f7f8;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #868e96;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.breadcrumb-item.active {
    color: #868e96;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #7460ee;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #5d4dbe;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #5d4dbe;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: transparent;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009efb;
    border-color: #009efb;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 500;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #fefdff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.alert-primary .alert-link {
    color: #cbcacc;
}

.alert-secondary {
    color: #010102;
    background-color: #868e96;
    border-color: #868e96;
}

.alert-secondary .alert-link {
    color: #010102;
}

.alert-success {
    color: #010201;
    background-color: #39c449;
    border-color: #39c449;
}

.alert-success .alert-link {
    color: #010201;
}

.alert-info {
    color: #000203;
    background-color: #009efb;
    border-color: #009efb;
}

.alert-info .alert-link {
    color: #000202;
}

.alert-warning {
    color: #030201;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.alert-warning .alert-link {
    color: #020201;
}

.alert-danger {
    color: #020001;
    background-color: #f62d51;
    border-color: #f62d51;
}

.alert-danger .alert-link {
    color: #020001;
}

.alert-light {
    color: #020202;
    background-color: #ebf3f5;
    border-color: #ebf3f5;
}

.alert-light .alert-link {
    color: #020202;
}

.alert-dark {
    color: #fdfdfd;
    background-color: #263238;
    border-color: #263238;
}

.alert-dark .alert-link {
    color: #cacaca;
}

.alert-cyan {
    color: #010202;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}

.alert-cyan .alert-link {
    color: #010202;
}

.alert-orange {
    color: #030100;
    background-color: #fb8c00;
    border-color: #fb8c00;
}

.alert-orange .alert-link {
    color: #020100;
}

.alert-purple {
    color: #fefdff;
    background-color: #7460ee;
    border-color: #7460ee;
}

.alert-purple .alert-link {
    color: #cbcacc;
}

.alert-inverse {
    color: #fdfdfd;
    background-color: #2f3d4a;
    border-color: #2f3d4a;
}

.alert-inverse .alert-link {
    color: #cacaca;
}

.alert-megna {
    color: #000202;
    background-color: #01c0c8;
    border-color: #01c0c8;
}

.alert-megna .alert-link {
    color: #000202;
}

.alert-light-danger {
    color: #020202;
    background-color: #f9e7eb;
    border-color: #f9e7eb;
}

.alert-light-danger .alert-link {
    color: #020202;
}

.alert-light-success {
    color: #020202;
    background-color: #c5f7cb;
    border-color: #c5f7cb;
}

.alert-light-success .alert-link {
    color: #020202;
}

.alert-light-warning {
    color: #030202;
    background-color: #ffedc9;
    border-color: #ffedc9;
}

.alert-light-warning .alert-link {
    color: #020202;
}

.alert-light-primary {
    color: #020203;
    background-color: #ddd8fd;
    border-color: #ddd8fd;
}

.alert-light-primary .alert-link {
    color: #020202;
}

.alert-light-info {
    color: #020202;
    background-color: #aedcf7;
    border-color: #aedcf7;
}

.alert-light-info .alert-link {
    color: #020202;
}

.alert-light-inverse {
    color: #020202;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.alert-light-inverse .alert-link {
    color: #020202;
}

.alert-light-secondary {
    color: #020202;
    background-color: #dde1e4;
    border-color: #dde1e4;
}

.alert-light-secondary .alert-link {
    color: #020202;
}

.alert-light-megna {
    color: #020202;
    background-color: #e0f2f4;
    border-color: #e0f2f4;
}

.alert-light-megna .alert-link {
    color: #020202;
}

.alert-dark-danger {
    color: #020001;
    background-color: #e6294b;
    border-color: #e6294b;
}

.alert-dark-danger .alert-link {
    color: #020001;
}

.alert-dark-success {
    color: #010201;
    background-color: #4ab657;
    border-color: #4ab657;
}

.alert-dark-success .alert-link {
    color: #010201;
}

.alert-dark-warning {
    color: #020200;
    background-color: #e9ab2e;
    border-color: #e9ab2e;
}

.alert-dark-warning .alert-link {
    color: #020200;
}

.alert-dark-primary {
    color: #fdfdff;
    background-color: #6352ce;
    border-color: #6352ce;
}

.alert-dark-primary .alert-link {
    color: #cacacc;
}

.alert-dark-info {
    color: #000102;
    background-color: #028ee1;
    border-color: #028ee1;
}

.alert-dark-info .alert-link {
    color: #000102;
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 5px;
    }
}

.progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 4px;
    box-shadow: none;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #7460ee;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 5px 5px;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #4F5467;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #4F5467;
    text-decoration: none;
    background-color: #ebf3f5;
}

.list-group-item-action:active {
    color: #54667a;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #009efb;
    border-color: #009efb;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1600px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #463a8f;
    background-color: #e3dffc;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #463a8f;
    background-color: #ccc9e3;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #463a8f;
    border-color: #463a8f;
}

.list-group-item-secondary {
    color: #50555a;
    background-color: #e7e8ea;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #50555a;
    background-color: #d0d1d3;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #50555a;
    border-color: #50555a;
}

.list-group-item-success {
    color: #22762c;
    background-color: #d7f3db;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #22762c;
    background-color: #c2dbc5;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #22762c;
    border-color: #22762c;
}

.list-group-item-info {
    color: #005f97;
    background-color: #ccecfe;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #005f97;
    background-color: #b8d4e5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #005f97;
    border-color: #005f97;
}

.list-group-item-warning {
    color: #664b15;
    background-color: #fff2d6;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664b15;
    background-color: #e6dac1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664b15;
    border-color: #664b15;
}

.list-group-item-danger {
    color: #941b31;
    background-color: #fdd5dc;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #941b31;
    background-color: #e4c0c6;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #941b31;
    border-color: #941b31;
}

.list-group-item-light {
    color: #5e6162;
    background-color: #fbfdfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #5e6162;
    background-color: #e2e4e4;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #5e6162;
    border-color: #5e6162;
}

.list-group-item-dark {
    color: #171e22;
    background-color: #d4d6d7;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #171e22;
    background-color: #bfc1c2;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #171e22;
    border-color: #171e22;
}

.list-group-item-cyan {
    color: #204e63;
    background-color: #dcf3fd;
}

.list-group-item-cyan.list-group-item-action:hover,
.list-group-item-cyan.list-group-item-action:focus {
    color: #204e63;
    background-color: #c6dbe4;
}

.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #204e63;
    border-color: #204e63;
}

.list-group-item-orange {
    color: #975400;
    background-color: #fee8cc;
}

.list-group-item-orange.list-group-item-action:hover,
.list-group-item-orange.list-group-item-action:focus {
    color: #975400;
    background-color: #e5d1b8;
}

.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #975400;
    border-color: #975400;
}

.list-group-item-purple {
    color: #463a8f;
    background-color: #e3dffc;
}

.list-group-item-purple.list-group-item-action:hover,
.list-group-item-purple.list-group-item-action:focus {
    color: #463a8f;
    background-color: #ccc9e3;
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #463a8f;
    border-color: #463a8f;
}

.list-group-item-inverse {
    color: #1c252c;
    background-color: #d5d8db;
}

.list-group-item-inverse.list-group-item-action:hover,
.list-group-item-inverse.list-group-item-action:focus {
    color: #1c252c;
    background-color: #c0c2c5;
}

.list-group-item-inverse.list-group-item-action.active {
    color: #fff;
    background-color: #1c252c;
    border-color: #1c252c;
}

.list-group-item-megna {
    color: #017378;
    background-color: #ccf2f4;
}

.list-group-item-megna.list-group-item-action:hover,
.list-group-item-megna.list-group-item-action:focus {
    color: #017378;
    background-color: #b8dadc;
}

.list-group-item-megna.list-group-item-action.active {
    color: #fff;
    background-color: #017378;
    border-color: #017378;
}

.list-group-item-light-danger {
    color: #645c5e;
    background-color: #fefafb;
}

.list-group-item-light-danger.list-group-item-action:hover,
.list-group-item-light-danger.list-group-item-action:focus {
    color: #645c5e;
    background-color: #e5e1e2;
}

.list-group-item-light-danger.list-group-item-action.active {
    color: #fff;
    background-color: #645c5e;
    border-color: #645c5e;
}

.list-group-item-light-success {
    color: #4f6351;
    background-color: #f3fdf5;
}

.list-group-item-light-success.list-group-item-action:hover,
.list-group-item-light-success.list-group-item-action:focus {
    color: #4f6351;
    background-color: #dbe4dd;
}

.list-group-item-light-success.list-group-item-action.active {
    color: #fff;
    background-color: #4f6351;
    border-color: #4f6351;
}

.list-group-item-light-warning {
    color: #665f50;
    background-color: #fffbf4;
}

.list-group-item-light-warning.list-group-item-action:hover,
.list-group-item-light-warning.list-group-item-action:focus {
    color: #665f50;
    background-color: #e6e2dc;
}

.list-group-item-light-warning.list-group-item-action.active {
    color: #fff;
    background-color: #665f50;
    border-color: #665f50;
}

.list-group-item-light-primary {
    color: #585665;
    background-color: #f8f7ff;
}

.list-group-item-light-primary.list-group-item-action:hover,
.list-group-item-light-primary.list-group-item-action:focus {
    color: #585665;
    background-color: #dfdee6;
}

.list-group-item-light-primary.list-group-item-action.active {
    color: #fff;
    background-color: #585665;
    border-color: #585665;
}

.list-group-item-light-info {
    color: #465863;
    background-color: #eff8fd;
}

.list-group-item-light-info.list-group-item-action:hover,
.list-group-item-light-info.list-group-item-action:focus {
    color: #465863;
    background-color: #d7dfe4;
}

.list-group-item-light-info.list-group-item-action.active {
    color: #fff;
    background-color: #465863;
    border-color: #465863;
}

.list-group-item-light-inverse {
    color: #626262;
    background-color: #fdfdfd;
}

.list-group-item-light-inverse.list-group-item-action:hover,
.list-group-item-light-inverse.list-group-item-action:focus {
    color: #626262;
    background-color: #e4e4e4;
}

.list-group-item-light-inverse.list-group-item-action.active {
    color: #fff;
    background-color: #626262;
    border-color: #626262;
}

.list-group-item-light-secondary {
    color: #585a5b;
    background-color: #f8f9fa;
}

.list-group-item-light-secondary.list-group-item-action:hover,
.list-group-item-light-secondary.list-group-item-action:focus {
    color: #585a5b;
    background-color: #dfe0e1;
}

.list-group-item-light-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #585a5b;
    border-color: #585a5b;
}

.list-group-item-light-megna {
    color: #5a6162;
    background-color: #f9fcfd;
}

.list-group-item-light-megna.list-group-item-action:hover,
.list-group-item-light-megna.list-group-item-action:focus {
    color: #5a6162;
    background-color: #e0e3e4;
}

.list-group-item-light-megna.list-group-item-action.active {
    color: #fff;
    background-color: #5a6162;
    border-color: #5a6162;
}

.list-group-item-dark-danger {
    color: #8a192d;
    background-color: #fad4db;
}

.list-group-item-dark-danger.list-group-item-action:hover,
.list-group-item-dark-danger.list-group-item-action:focus {
    color: #8a192d;
    background-color: #e1bfc5;
}

.list-group-item-dark-danger.list-group-item-action.active {
    color: #fff;
    background-color: #8a192d;
    border-color: #8a192d;
}

.list-group-item-dark-success {
    color: #2c6d34;
    background-color: #dbf0dd;
}

.list-group-item-dark-success.list-group-item-action:hover,
.list-group-item-dark-success.list-group-item-action:focus {
    color: #2c6d34;
    background-color: #c5d8c7;
}

.list-group-item-dark-success.list-group-item-action.active {
    color: #fff;
    background-color: #2c6d34;
    border-color: #2c6d34;
}

.list-group-item-dark-warning {
    color: #5d4412;
    background-color: #fbeed5;
}

.list-group-item-dark-warning.list-group-item-action:hover,
.list-group-item-dark-warning.list-group-item-action:focus {
    color: #5d4412;
    background-color: #e2d6c0;
}

.list-group-item-dark-warning.list-group-item-action.active {
    color: #fff;
    background-color: #5d4412;
    border-color: #5d4412;
}

.list-group-item-dark-primary {
    color: #3b317c;
    background-color: #e0dcf5;
}

.list-group-item-dark-primary.list-group-item-action:hover,
.list-group-item-dark-primary.list-group-item-action:focus {
    color: #3b317c;
    background-color: #cac6dd;
}

.list-group-item-dark-primary.list-group-item-action.active {
    color: #fff;
    background-color: #3b317c;
    border-color: #3b317c;
}

.list-group-item-dark-info {
    color: #015587;
    background-color: #cce8f9;
}

.list-group-item-dark-info.list-group-item-action:hover,
.list-group-item-dark-info.list-group-item-action:focus {
    color: #015587;
    background-color: #b8d1e0;
}

.list-group-item-dark-info.list-group-item-action.active {
    color: #fff;
    background-color: #015587;
    border-color: #015587;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 4px;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: transparent;
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
}

.toast.hide {
    display: none;
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container> :not(:last-child) {
    margin-bottom: 15px;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #868e96;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 0 solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0;
}

.select2-container,
label {
    z-index: 1063 !important;
}



.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 900px;
    }
}

@media (min-width: 1400px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1599.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0
        /* rtl:ignore */
    ;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #2c2b2e;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #54667a;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2);
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #7460ee;
}

.link-primary:hover,
.link-primary:focus {
    color: #5d4dbe;
}

.link-secondary {
    color: #868e96;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #9ea5ab;
}

.link-success {
    color: #39c449;
}

.link-success:hover,
.link-success:focus {
    color: #61d06d;
}

.link-info {
    color: #009efb;
}

.link-info:hover,
.link-info:focus {
    color: #33b1fc;
}

.link-warning {
    color: #ffbc34;
}

.link-warning:hover,
.link-warning:focus {
    color: #ffc95d;
}

.link-danger {
    color: #f62d51;
}

.link-danger:hover,
.link-danger:focus {
    color: #f85774;
}

.link-light {
    color: #ebf3f5;
}

.link-light:hover,
.link-light:focus {
    color: #eff5f7;
}

.link-dark {
    color: #263238;
}

.link-dark:hover,
.link-dark:focus {
    color: #1e282d;
}

.link-cyan {
    color: #4fc3f7;
}

.link-cyan:hover,
.link-cyan:focus {
    color: #72cff9;
}

.link-orange {
    color: #fb8c00;
}

.link-orange:hover,
.link-orange:focus {
    color: #fca333;
}

.link-purple {
    color: #7460ee;
}

.link-purple:hover,
.link-purple:focus {
    color: #5d4dbe;
}

.link-inverse {
    color: #2f3d4a;
}

.link-inverse:hover,
.link-inverse:focus {
    color: #26313b;
}

.link-megna {
    color: #01c0c8;
}

.link-megna:hover,
.link-megna:focus {
    color: #34cdd3;
}

.link-light-danger {
    color: #f9e7eb;
}

.link-light-danger:hover,
.link-light-danger:focus {
    color: #faecef;
}

.link-light-success {
    color: #c5f7cb;
}

.link-light-success:hover,
.link-light-success:focus {
    color: #d1f9d5;
}

.link-light-warning {
    color: #ffedc9;
}

.link-light-warning:hover,
.link-light-warning:focus {
    color: #fff1d4;
}

.link-light-primary {
    color: #ddd8fd;
}

.link-light-primary:hover,
.link-light-primary:focus {
    color: #e4e0fd;
}

.link-light-info {
    color: #aedcf7;
}

.link-light-info:hover,
.link-light-info:focus {
    color: #bee3f9;
}

.link-light-inverse {
    color: #f6f6f6;
}

.link-light-inverse:hover,
.link-light-inverse:focus {
    color: #f8f8f8;
}

.link-light-secondary {
    color: #dde1e4;
}

.link-light-secondary:hover,
.link-light-secondary:focus {
    color: #e4e7e9;
}

.link-light-megna {
    color: #e0f2f4;
}

.link-light-megna:hover,
.link-light-megna:focus {
    color: #e6f5f6;
}

.link-dark-danger {
    color: #e6294b;
}

.link-dark-danger:hover,
.link-dark-danger:focus {
    color: #eb546f;
}

.link-dark-success {
    color: #4ab657;
}

.link-dark-success:hover,
.link-dark-success:focus {
    color: #6ec579;
}

.link-dark-warning {
    color: #e9ab2e;
}

.link-dark-warning:hover,
.link-dark-warning:focus {
    color: #edbc58;
}

.link-dark-primary {
    color: #6352ce;
}

.link-dark-primary:hover,
.link-dark-primary:focus {
    color: #4f42a5;
}

.link-dark-info {
    color: #028ee1;
}

.link-dark-info:hover,
.link-dark-info:focus {
    color: #35a5e7;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1600px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #e9ecef !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #e9ecef !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #e9ecef !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #7460ee !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #39c449 !important;
}

.border-info {
    border-color: #009efb !important;
}

.border-warning {
    border-color: #ffbc34 !important;
}

.border-danger {
    border-color: #f62d51 !important;
}

.border-light {
    border-color: #ebf3f5 !important;
}

.border-dark {
    border-color: #263238 !important;
}

.border-cyan {
    border-color: #4fc3f7 !important;
}

.border-orange {
    border-color: #fb8c00 !important;
}

.border-purple {
    border-color: #7460ee !important;
}

.border-inverse {
    border-color: #2f3d4a !important;
}

.border-megna {
    border-color: #01c0c8 !important;
}

.border-light-danger {
    border-color: #f9e7eb !important;
}

.border-light-success {
    border-color: #c5f7cb !important;
}

.border-light-warning {
    border-color: #ffedc9 !important;
}

.border-light-primary {
    border-color: #ddd8fd !important;
}

.border-light-info {
    border-color: #aedcf7 !important;
}

.border-light-inverse {
    border-color: #f6f6f6 !important;
}

.border-light-secondary {
    border-color: #dde1e4 !important;
}

.border-light-megna {
    border-color: #e0f2f4 !important;
}

.border-dark-danger {
    border-color: #e6294b !important;
}

.border-dark-success {
    border-color: #4ab657 !important;
}

.border-dark-warning {
    border-color: #e9ab2e !important;
}

.border-dark-primary {
    border-color: #6352ce !important;
}

.border-dark-info {
    border-color: #028ee1 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -3rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: 0.625rem !important;
}

.fs-2 {
    font-size: 0.75rem !important;
}

.fs-3 {
    font-size: 0.875rem !important;
}

.fs-4 {
    font-size: 1rem !important;
}

.fs-5 {
    font-size: 1.125rem !important;
}

.fs-6 {
    font-size: 1.25rem !important;
}

.fs-7 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
    color: #7460ee !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-success {
    color: #39c449 !important;
}

.text-info {
    color: #009efb !important;
}

.text-warning {
    color: #ffbc34 !important;
}

.text-danger {
    color: #f62d51 !important;
}

.text-light {
    color: #ebf3f5 !important;
}

.text-dark {
    color: #263238 !important;
}

.text-cyan {
    color: #4fc3f7 !important;
}

.text-orange {
    color: #fb8c00 !important;
}

.text-purple {
    color: #7460ee !important;
}

.text-inverse {
    color: #2f3d4a !important;
}

.text-megna {
    color: #01c0c8 !important;
}

.text-light-danger {
    color: #f9e7eb !important;
}

.text-light-success {
    color: #c5f7cb !important;
}

.text-light-warning {
    color: #ffedc9 !important;
}

.text-light-primary {
    color: #ddd8fd !important;
}

.text-light-info {
    color: #aedcf7 !important;
}

.text-light-inverse {
    color: #f6f6f6 !important;
}

.text-light-secondary {
    color: #dde1e4 !important;
}

.text-light-megna {
    color: #e0f2f4 !important;
}

.text-dark-danger {
    color: #e6294b !important;
}

.text-dark-success {
    color: #4ab657 !important;
}

.text-dark-warning {
    color: #e9ab2e !important;
}

.text-dark-primary {
    color: #6352ce !important;
}

.text-dark-info {
    color: #028ee1 !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #54667a !important;
}

.text-muted {
    color: #90a4ae !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #7460ee !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

.bg-success {
    background-color: #39c449 !important;
}

.bg-info {
    background-color: #009efb !important;
}

.bg-warning {
    background-color: #ffbc34 !important;
}

.bg-danger {
    background-color: #f62d51 !important;
}

.bg-light {
    background-color: #ebf3f5 !important;
}

.bg-dark {
    background-color: #263238 !important;
}

.bg-cyan {
    background-color: #4fc3f7 !important;
}

.bg-orange {
    background-color: #fb8c00 !important;
}

.bg-purple {
    background-color: #7460ee !important;
}

.bg-inverse {
    background-color: #2f3d4a !important;
}

.bg-megna {
    background-color: #01c0c8 !important;
}

.bg-light-danger {
    background-color: #f9e7eb !important;
}

.bg-light-success {
    background-color: #c5f7cb !important;
}

.bg-light-warning {
    background-color: #ffedc9 !important;
}

.bg-light-primary {
    background-color: #ddd8fd !important;
}

.bg-light-info {
    background-color: #aedcf7 !important;
}

.bg-light-inverse {
    background-color: #f6f6f6 !important;
}

.bg-light-secondary {
    background-color: #dde1e4 !important;
}

.bg-light-megna {
    background-color: #e0f2f4 !important;
}

.bg-dark-danger {
    background-color: #e6294b !important;
}

.bg-dark-success {
    background-color: #4ab657 !important;
}

.bg-dark-warning {
    background-color: #e9ab2e !important;
}

.bg-dark-primary {
    background-color: #6352ce !important;
}

.bg-dark-info {
    background-color: #028ee1 !important;
}

.bg-body {
    background-color: #f2f7f8 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 4px !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 1px !important;
}

.rounded-2 {
    border-radius: 4px !important;
}

.rounded-3 {
    border-radius: 5px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.rounded-end {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.rounded-start {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 3rem !important;
    }

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -3rem !important;
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-right: -1rem !important;
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .me-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-left: -1rem !important;
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-sm-n5 {
        margin-left: -3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -3rem !important;
    }

    .me-md-n1 {
        margin-right: -0.25rem !important;
    }

    .me-md-n2 {
        margin-right: -0.5rem !important;
    }

    .me-md-n3 {
        margin-right: -1rem !important;
    }

    .me-md-n4 {
        margin-right: -1.5rem !important;
    }

    .me-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-left: -1rem !important;
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-md-n5 {
        margin-left: -3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 3rem !important;
    }

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -1rem !important;
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -1rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-left: -3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xl-n5 {
        margin-top: -3rem !important;
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xl-n3 {
        margin-right: -1rem !important;
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xl-n5 {
        margin-left: -3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-7 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.error-box {
    height: 100%;
    width: 100%;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link,
.f-icon,
.t-icon,
.w-icon,
.sl-icon,
.if-icon,
.m-icon {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.error-box .error-title {
    font-size: 210px;
    font-weight: 900;
    text-shadow: 4px 4px 0 #fff, 6px 6px 0 #263238;
    line-height: 210px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .error-box .error-title {
        font-size: 150px;
        line-height: 150px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .error-box .error-title {
        font-size: 70px;
        line-height: 70px;
    }
}

.sidebar-nav .has-arrow::after {
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar-nav li.active>.has-arrow::after,
.sidebar-nav li>.has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
}

@-webkit-keyframes blow {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }
}

@keyframes blow {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }
}

.topbar .mega-dropdown .dropdown-menu {
    border-radius: 0px;
}

.topbar .dropdown-menu .with-arrow>span {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.btn-facebook {
    background: #3b5998;
    color: #fff;
}

.btn-facebook:hover {
    background: #30487b;
    color: #fff;
}

.btn-facebook:active {
    background: #17233c;
    color: #fff;
}

.btn-twitter {
    background: #55acee;
    color: #fff;
}

.btn-twitter:hover {
    background: #309aea;
    color: #fff;
}

.btn-twitter:active {
    background: #126db2;
    color: #fff;
}

.btn-linkedin {
    background: #007bb6;
    color: #fff;
}

.btn-linkedin:hover {
    background: #005f8d;
    color: #fff;
}

.btn-linkedin:active {
    background: #002537;
    color: #fff;
}

.btn-dribbble {
    background: #ea4c89;
    color: #fff;
}

.btn-dribbble:hover {
    background: #e62771;
    color: #fff;
}

.btn-dribbble:active {
    background: #a3134b;
    color: #fff;
}

.btn-googleplus {
    background: #dd4b39;
    color: #fff;
}

.btn-googleplus:hover {
    background: #ca3523;
    color: #fff;
}

.btn-googleplus:active {
    background: #802216;
    color: #fff;
}

.btn-instagram {
    background: #3f729b;
    color: #fff;
}

.btn-instagram:hover {
    background: #335d7e;
    color: #fff;
}

.btn-instagram:active {
    background: #1a2f40;
    color: #fff;
}

.btn-pinterest {
    background: #cb2027;
    color: #fff;
}

.btn-pinterest:hover {
    background: #a81a20;
    color: #fff;
}

.btn-pinterest:active {
    background: #5d0f12;
    color: #fff;
}

.btn-dropbox {
    background: #007ee5;
    color: #fff;
}

.btn-dropbox:hover {
    background: #0068bc;
    color: #fff;
}

.btn-dropbox:active {
    background: #003866;
    color: #fff;
}

.btn-flickr {
    background: #ff0084;
    color: #fff;
}

.btn-flickr:hover {
    background: #d6006f;
    color: #fff;
}

.btn-flickr:active {
    background: #800042;
    color: #fff;
}

.btn-tumblr {
    background: #32506d;
    color: #fff;
}

.btn-tumblr:hover {
    background: #253b51;
    color: #fff;
}

.btn-tumblr:active {
    background: #0a1016;
    color: #fff;
}

.btn-skype {
    background: #00aff0;
    color: #fff;
}

.btn-skype:hover {
    background: #0091c7;
    color: #fff;
}

.btn-skype:active {
    background: #005271;
    color: #fff;
}

.btn-youtube {
    background: #bb0000;
    color: #fff;
}

.btn-youtube:hover {
    background: #920000;
    color: #fff;
}

.btn-youtube:active {
    background: #3c0000;
    color: #fff;
}

.btn-github {
    background: #171515;
    color: #fff;
}

.btn-github:hover {
    background: #020202;
    color: #fff;
}

.btn-github:active {
    background: #000000;
    color: #fff;
}

.btn-facebook {
    background: #3b5998;
    color: #fff;
}

.btn-facebook:hover {
    background: #30487b;
    color: #fff;
}

.btn-facebook:active {
    background: #17233c;
    color: #fff;
}

.btn-twitter {
    background: #55acee;
    color: #fff;
}

.btn-twitter:hover {
    background: #309aea;
    color: #fff;
}

.btn-twitter:active {
    background: #126db2;
    color: #fff;
}

.btn-linkedin {
    background: #007bb6;
    color: #fff;
}

.btn-linkedin:hover {
    background: #005f8d;
    color: #fff;
}

.btn-linkedin:active {
    background: #002537;
    color: #fff;
}

.btn-dribbble {
    background: #ea4c89;
    color: #fff;
}

.btn-dribbble:hover {
    background: #e62771;
    color: #fff;
}

.btn-dribbble:active {
    background: #a3134b;
    color: #fff;
}

.btn-googleplus {
    background: #dd4b39;
    color: #fff;
}

.btn-googleplus:hover {
    background: #ca3523;
    color: #fff;
}

.btn-googleplus:active {
    background: #802216;
    color: #fff;
}

.btn-instagram {
    background: #3f729b;
    color: #fff;
}

.btn-instagram:hover {
    background: #335d7e;
    color: #fff;
}

.btn-instagram:active {
    background: #1a2f40;
    color: #fff;
}

.btn-pinterest {
    background: #cb2027;
    color: #fff;
}

.btn-pinterest:hover {
    background: #a81a20;
    color: #fff;
}

.btn-pinterest:active {
    background: #5d0f12;
    color: #fff;
}

.btn-dropbox {
    background: #007ee5;
    color: #fff;
}

.btn-dropbox:hover {
    background: #0068bc;
    color: #fff;
}

.btn-dropbox:active {
    background: #003866;
    color: #fff;
}

.btn-flickr {
    background: #ff0084;
    color: #fff;
}

.btn-flickr:hover {
    background: #d6006f;
    color: #fff;
}

.btn-flickr:active {
    background: #800042;
    color: #fff;
}

.btn-tumblr {
    background: #32506d;
    color: #fff;
}

.btn-tumblr:hover {
    background: #253b51;
    color: #fff;
}

.btn-tumblr:active {
    background: #0a1016;
    color: #fff;
}

.btn-skype {
    background: #00aff0;
    color: #fff;
}

.btn-skype:hover {
    background: #0091c7;
    color: #fff;
}

.btn-skype:active {
    background: #005271;
    color: #fff;
}

.btn-youtube {
    background: #bb0000;
    color: #fff;
}

.btn-youtube:hover {
    background: #920000;
    color: #fff;
}

.btn-youtube:active {
    background: #3c0000;
    color: #fff;
}

.btn-github {
    background: #171515;
    color: #fff;
}

.btn-github:hover {
    background: #020202;
    color: #fff;
}

.btn-github:active {
    background: #000000;
    color: #fff;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

#main-wrapper {
    width: 100%;
    overflow: hidden;
}

.page-wrapper {
    position: relative;
    background: #f2f7f8;
    display: none;
    transition: 0.2s ease-in;
}

.page-wrapper>.container-fluid,
.page-wrapper>.container-sm,
.page-wrapper>.container-md,
.page-wrapper>.container-lg,
.page-wrapper>.container-xl,
.page-wrapper>.container-xxl {
    padding: 20px 30px;
    min-height: calc(100vh - 180px);
}

.footer {
    background: #fff;
    border-top: 1px solid #e9ecef;
    padding: 15px 20px;
}

.left-part {
    position: absolute;
    height: 100%;
    width: 260px;
    border-right: 1px solid #e9ecef;
}

.left-part.fixed-left-part {
    position: fixed;
    top: 0;
    padding-top: 10px;
}

.left-part .show-left-part {
    position: absolute;
    top: 45%;
    right: -41px;
}

.right-part {
    width: calc(100% - 260px);
    height: calc(100vh - 125px);
    margin-left: 260px;
}

.reverse-mode .left-part {
    right: 0;
    border-left: 1px solid #e9ecef;
}

.reverse-mode .show-left-part {
    right: auto;
    left: -41px;
}

.reverse-mode .right-part {
    margin-left: 0;
    margin-right: 260px;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header {
    transition: 0.2s ease-in;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="full"] .page-wrapper {
    margin-left: 240px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .page-wrapper {
    margin-left: 180px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .navbar-brand .logo-text {
    display: none;
}


#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .left-sidebar,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .left-sidebar .sidebar-footer,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .topbar .top-navbar .navbar-header,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .topbar .top-navbar .navbar-header .navbar-brand,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item {
    width: 180px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 12px 15px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 12px 15px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link {
    display: block;
    white-space: nowrap;
    text-align: center;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link i,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link .feather {
    display: block;
    width: auto;
    margin: 0 auto;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"] .topbar .top-navbar .navbar-header {
    width: 240px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"] .left-sidebar {
    left: -240px;
}

#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"].show-sidebar .left-sidebar {
    left: 0;
}

#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-header {
    position: fixed;
    z-index: 10;
}

#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"] .left-sidebar {
    position: fixed;
}

#main-wrapper[data-layout="vertical"][data-header-position="fixed"] .topbar {
    position: fixed;
    width: 100%;
}

#main-wrapper[data-layout="vertical"][data-header-position="fixed"] .page-wrapper {
    padding-top: 70px;
}

#main-wrapper[data-layout="vertical"][data-boxed-layout="boxed"] {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    box-shadow: 1px 0 80px rgba(0, 0, 0, 0.2);
}

#main-wrapper[data-layout="vertical"][data-boxed-layout="boxed"][data-header-position="fixed"] .topbar {
    max-width: 1300px;
}

@media (min-width: 768px) {
    #main-wrapper[data-layout="vertical"][data-sidebartype="full"] .topbar .top-navbar .navbar-header {
        width: 240px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="full"] .topbar .top-navbar .navbar-header .navbar-brand {
        width: 240px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="full"] .topbar .top-navbar .navbar-collapse,
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="overlay"] .topbar .top-navbar .navbar-collapse {
        margin-left: 240px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
        margin-left: 60px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="iconbar"] .topbar .top-navbar .navbar-collapse {
        margin-left: 180px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header {
        width: 60px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header .navbar-brand {
        width: 60px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header .logo-text {
        display: none;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header.expand-logo {
        width: 240px;
        z-index: 99;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header.expand-logo .navbar-brand {
        width: 240px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-header.expand-logo .logo-text {
        display: block;
    }

    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
        margin-left: 60px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .page-wrapper {
        margin-left: 60px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .hide-menu,
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .has-arrow:after {
        display: none;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .nav-small-cap {
        justify-content: center;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .nav-small-cap i {
        display: block;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .user-profile .profile-img {
        width: 35px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .user-profile .profile-img::before {
        width: 35px;
        height: 35px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav .user-profile .u-dropdown {
        display: none;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav ul .sidebar-item .sidebar-link {
        padding: 14px 35px 14px 12px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav ul .sidebar-item .first-level {
        padding: 0 0 10px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
        padding: 10px 35px 10px 12px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
        display: block;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar {
        width: 60px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar .sidebar-footer {
        display: none;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover {
        width: 240px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .hide-menu,
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .has-arrow:after {
        display: block;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .nav-small-cap {
        justify-content: flex-start;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .nav-small-cap i {
        display: none;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .user-profile .profile-img {
        width: 50px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .user-profile .profile-img::before {
        width: 50px;
        height: 50px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav .user-profile .u-dropdown {
        display: block;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
        padding: 14px 35px 14px 8px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level {
        padding: 0 0 10px 0;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
        padding: 12px 15px 12px 37px;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
        display: none;
    }

    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-footer {
        display: flex;
    }
}

@media (max-width: 767px) {

    #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar,
    #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar .sidebar-footer {
        left: -240px;
    }

    #main-wrapper.show-sidebar .left-sidebar,
    #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
        left: 0;
    }

    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse,
    #main-wrapper[data-layout="vertical"][data-header-position="fixed"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse {
        position: relative;
        top: 70px;
    }

    .left-part {
        position: fixed;
        left: -260px;
        background: #f2f7f8;
        z-index: 1;
        transition: 0.1s ease-in;
    }

    .left-part.show-panel {
        left: 0;
    }

    .reverse-mode .left-part {
        right: -260px;
        left: auto;
    }

    .reverse-mode .left-part.show-panel {
        right: 0;
    }

    .right-part {
        width: 100%;
        margin-left: 0;
    }
}

/*******************
Preloader
********************/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background-image: radial-gradient(circle at center, #ffffff 0%, #ffffff8f 30%, #ffffff8f 70%, transparent 100%);
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

svg.tea {
    --secondary: #33406f;
}

svg.tea #teabag {
    transform-origin: top center;
    transform: rotate(3deg);
    animation: swing 2s infinite;
}

svg.tea #steamL {
    stroke-dasharray: 13;
    stroke-dashoffset: 13;
    animation: steamLarge 2s infinite;
}

svg.tea #steamR {
    stroke-dasharray: 9;
    stroke-dashoffset: 9;
    animation: steamSmall 2s infinite;
}

@-moz-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@-webkit-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@-o-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}

@-moz-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@-webkit-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@-o-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}

@-moz-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

@-webkit-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

@-o-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

@keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}

/*******************
Notify
*******************/
li a .notify {
    position: relative;
    /*top: -35px;
    right: -8px;*/
}

li a .notify .heartbit {
    position: absolute;
    top: 30px;
    right: -1px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #f62d51;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

li a .notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff0000;
    position: absolute;
    right: 9px;
    top: 39px;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

.topbar {
    position: relative;
    height: 70px;
    background: #fff;
    z-index: 50;
    transition: 0.2s ease-in;
    box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05);
}

.topbar .navbar-collapse {
    padding: 0px 10px 0 0;
}

.topbar .top-navbar {
    min-height: 70px;
    padding: 0;
}

.topbar .top-navbar .dropdown-toggle::after {
    display: none;
}

.topbar .top-navbar .navbar-header {
    line-height: 70px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin: 0;
}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
    margin-right: 5px;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    line-height: 70px;
    height: 70px;
    padding: 0px 0.75rem;
    font-size: 17px;
}

.topbar .top-navbar .navbar-nav>.nav-item a i {
    transition: 0.2s ease-in;
}

.topbar .top-navbar .navbar-nav>.nav-item a i:hover {
    transform: scale(1.2);
}

.topbar .user-dd,
.topbar .mailbox {
    width: 300px;
}

.topbar .nav-toggler,
.topbar .topbartoggler {
    color: #fff;
    padding: 0 15px;
}

.app-search {
    position: relative;
    /*margin-top: 13px;*/
    margin-right: 10px;
    display: inline-block;
}

.app-search input {
    width: 200px;
    font-size: 14px;
    transition: 0.5s ease-in;
}

.app-search input:focus {
    width: 240px;
}

.app-search .srh-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-size: 14px;
}

.topbar .mega-dropdown {
    position: static;
}

.topbar .mega-dropdown .dropdown-menu {
    padding: 30px;
    width: 100%;
    max-height: 480px;
    overflow: auto;
}

.topbar .dropdown-menu {
    padding-top: 0;
    border: 0;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

.topbar .dropdown-menu .with-arrow {
    position: absolute;
    top: -10px;
    width: 40px;
    height: 10px;
    overflow: hidden;
}

.topbar .dropdown-menu .with-arrow>span {
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    top: 3px;
    left: 15px;
    background-color: #fff;
    border-radius: 6px 0 0 0;
}

.topbar .dropdown-menu.dropdown-menu-right .with-arrow {
    right: 0px;
}

.topbar .dropdown-menu.dropdown-menu-right .with-arrow>span {
    right: 20px;
    left: auto;
}

@media (max-width: 767px) {

    .topbar .top-navbar .navbar-collapse.show,
    .topbar .top-navbar .navbar-collapse.collapsing {
        display: flex;
        width: 100%;
        border-top: 1px solid #e9ecef;
    }

    .topbar .top-navbar .navbar-nav {
        flex-direction: row;
    }

    .topbar .top-navbar .navbar-nav .dropdown {
        position: static;
    }

    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding: 0 10px;
    }

    .topbar .top-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .topbar .top-navbar .dropdown-menu {
        position: absolute;
        width: 100%;
    }

    .topbar .top-navbar .dropdown-menu .with-arrow {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .mailbox .message-center {
        height: 110px !important;
    }
}

@media (min-width: 576px) {
    .topbar .navbar-expand-md .navbar-collapse {
        justify-content: space-between;
    }
}

.left-sidebar {
    position: absolute;
    width: 240px;
    height: 100%;
    top: 0;
    padding-top: 70px;
    z-index: 10;
    background: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    transition: 0.2s ease-in;
}

.left-sidebar .sidebar-footer {
    position: fixed;
    bottom: 0;
    width: 240px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(233, 236, 239, 0.1);
    z-index: 99;
    transition: 0.2s ease-in;
}

.left-sidebar .sidebar-footer a {
    padding: 15px;
    width: 33.333337%;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.scroll-sidebar {
    position: relative;
    height: calc(100% - 50px);
}

.ps-scrollbar-y-rail {
    z-index: 1;
}

.sidebar-nav ul .sidebar-item {
    width: 240px;
}

.sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 14px 35px 14px 8px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    position: relative;
    line-height: 25px;
    font-size: 16px;
    opacity: 0.6;
    color: #fff;
    border-left: 3px solid transparent;
}

.sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-nav ul .sidebar-item .sidebar-link .feather {
    height: 18px;
    width: 18px;
    margin: 0 8px 0 5px;
    fill: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.sidebar-nav ul .sidebar-item .sidebar-link i {
    color: #fff;
    font-style: normal;
    line-height: 25px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    width: 30px;
    display: inline-block;
}

.sidebar-nav ul .sidebar-item .sidebar-link .badge {
    position: absolute;
    right: 34px;
    top: 19px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 14px;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active,
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    opacity: 1;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active .feather,
.sidebar-nav ul .sidebar-item .sidebar-link:hover .feather {
    color: #fff;
}

.sidebar-nav ul .sidebar-item .sidebar-link.active {
    font-weight: 400;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-left: 3px solid #fff;
    opacity: 1;
    /*background: rgba(0, 0, 0, 0.04);*/
}

.sidebar-nav ul .sidebar-item .first-level {
    padding: 0 0 10px 0;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link {
    opacity: 1;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 12px 15px 12px 37px;
}

.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
    display: none;
    font-size: 14px;
}

.sidebar-nav ul .nav-small-cap {
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 14px 14px 15px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.sidebar-nav ul .nav-small-cap i {
    line-height: 30px;
    margin: 0 5px;
    display: none;
}

.sidebar-nav ul .nav-devider {
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    margin: 14px 0;
    display: block;
}

.sidebar-nav>#sidebarnav>.sidebar-item>.sidebar-link:hover {
    /*background: rgba(0, 0, 0, 0.04);*/
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
}

.sidebar-nav ul li {
    list-style: none;
}

.collapse.in {
    display: block;
}

.sidebar-nav .has-arrow {
    position: relative;
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: "";
    width: 0.4em;
    height: 0.4em;
    margin-left: 10px;
    top: 26px;
    right: 15px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
}

/*.sidebar-nav .active > .has-arrow::after,*/
/*.sidebar-nav li.selected > .has-arrow::after,*/
.user-profile .profile-img {
    width: 50px;
}

.user-profile .profile-img::before {
    -webkit-animation: 2.5s blow 0s linear infinite;
    animation: 2.5s blow 0s linear infinite;
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 1.5rem;
    border-radius: 50%;
    z-index: 0;
}

@-webkit-keyframes blow {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }
}

@keyframes blow {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }
}

.user-profile .profile-text .dropdown-toggle.link.u-dropdown {
    color: #fff;
}

.user-profile .dropdown-menu {
    left: 0px;
    right: 0px;
    top: unset !important;
    width: 180px;
    margin: 0 auto;
}

.customizer {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in;
}

.customizer .service-panel-toggle {
    position: absolute;
    top: 40%;
    left: -46px;
    color: #fff;
    background: #009efb;
    border-radius: 25px 0 0 25px;
    padding: 12px 15px;
}

.customizer.show-service-panel {
    position: fixed;
    right: 0;
}

.customizer .customizer-body {
    position: relative;
    height: 100%;
}

.customizer .customizer-tab {
    display: flex;
}

.customizer .customizer-tab .nav-item {
    width: 33.33%;
    text-align: center;
}

.customizer .customizer-tab .nav-item .nav-link {
    color: #54667a;
    border-bottom: 3px solid transparent;
    padding: 15px 12px;
}

.customizer .customizer-tab .nav-item .nav-link:hover,
.customizer .customizer-tab .nav-item .nav-link.active {
    color: #009efb;
    border-bottom: 3px solid #009efb;
}

.custom-control-label::after,
.custom-control-label::before {
    top: 0.15rem;
}

.theme-color .theme-item .theme-link {
    width: 20px;
    height: 20px;
}

.theme-color .theme-item .theme-link[data-logobg="skin1"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin1"] {
    background: #90a4ae;
}

.theme-color .theme-item .theme-link[data-logobg="skin2"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin2"] {
    background: #55ce63;
}

.theme-color .theme-item .theme-link[data-logobg="skin3"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin3"] {
    background: #363d4a;
}

.theme-color .theme-item .theme-link[data-logobg="skin4"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin4"] {
    background: #009efb;
}

.theme-color .theme-item .theme-link[data-logobg="skin5"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin5"] {
    background: #7460ee;
}

.theme-color .theme-item .theme-link[data-logobg="skin6"],
.theme-color .theme-item .theme-link[data-navbarbg="skin6"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin6"] {
    background: #e9ecef;
}

/*Wave Effeects*/
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-dark .waves-ripple {
    background: rgba(0, 0, 0, 0.4);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.waves-button {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button:hover {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

#main-wrapper[data-layout="horizontal"] .footer {
    background: transparent;
    border-top: 0;
    text-align: center;
}

#main-wrapper[data-layout="horizontal"] .right-part {
    height: calc(100vh - 180px);
}

#main-wrapper[data-layout="horizontal"] .chat-container .chat-box {
    height: calc(100vh - 365px) !important;
}

#main-wrapper[data-layout="horizontal"][data-header-position="fixed"] .topbar {
    position: fixed;
    width: 100%;
}

#main-wrapper[data-layout="horizontal"][data-header-position="fixed"] .left-sidebar {
    padding-top: 70px;
}

#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .topbar {
    position: fixed;
    width: 100%;
}

#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .left-sidebar {
    position: fixed;
    padding-top: 70px;
}

#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .page-wrapper {
    padding-top: 78px;
}

#main-wrapper[data-layout="horizontal"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
    display: block;
    font-size: 16px;
}

#main-wrapper[data-layout="horizontal"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 12px 15px;
}

@media (min-width: 992px) {

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin1"],
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin2"],
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin3"],
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin4"],
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin5"] {
        background: transparent;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] {
        background: transparent;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .dark-logo {
        display: inline;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .light-logo {
        display: none;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .nav-toggler,
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .topbartoggler {
        color: #54667a;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin1"],
    #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin2"],
    #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin3"],
    #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin4"],
    #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin5"],
    #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin6"] {
        background: transparent;
    }

    #main-wrapper[data-layout="horizontal"] .mega-dropdown .first-level {
        max-height: 400px;
        overflow: auto;
    }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-breadcrumb {
        padding: 25px 20px 0;
    }

    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper>.container-fluid,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper>.container-sm,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper>.container-md,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper>.container-lg,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper>.container-xl,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper>.container-xxl {
        padding: 20px 20px 0;
    }
}

@media (min-width: 992px) {
    #main-wrapper[data-layout="horizontal"] {
        background: #f2f7f8;
    }

    #main-wrapper[data-layout="horizontal"] .topbar {
        transition: 0s;
    }

    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .top-navbar,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .scroll-sidebar,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper {
        position: relative;
        max-width: 1300px;
        margin: 0 auto;
    }

    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .sidebar-nav #sidebarnav {
        flex-wrap: wrap;
    }

    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .sidebar-nav #sidebarnav>.sidebar-item>.has-arrow:after {
        display: block;
    }

    #main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .page-wrapper {
        padding-top: 125px;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header {
        width: 230px;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .sidebartoggler {
        display: none;
    }

    #main-wrapper[data-layout="horizontal"] .left-sidebar {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 0;
        z-index: 45;
        transition: 0s;
    }

    #main-wrapper[data-layout="horizontal"] .left-sidebar .scroll-sidebar {
        height: 54px;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav ul {
        display: flex;
    }

    #main-wrapper[data-layout="horizontal"] .scroll-sidebar {
        height: auto;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav {
        display: flex;
        width: 100%;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .sidebar-item {
        position: relative;
        width: auto;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item>.has-arrow:after {
        transform: rotate(-135deg) translate(0, -50%);
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:last-child>.first-level {
        right: 0;
        left: auto;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item>.two-column+.first-level {
        width: 400px;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item>.two-column+.first-level>.sidebar-item {
        float: left;
        vertical-align: top;
        width: 50%;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item ul {
        position: absolute;
        left: 0;
        top: auto;
        width: 220px;
        padding-bottom: 0;
        display: none;
        z-index: 100;
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.mega-dropdown {
        position: static;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.mega-dropdown .first-level {
        width: 100%;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.mega-dropdown .first-level>li {
        width: 25%;
        float: left;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:hover {
        background: rgba(0, 0, 0, 0.035);
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:hover ul.first-level,
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:hover ul.first-level.collapse {
        display: block;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:hover ul.first-level>li,
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:hover ul.first-level.collapse>li {
        background: rgba(0, 0, 0, 0.035);
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item ul.second-level {
        left: 220px;
        top: 0;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:last-child>.first-level ul.second-level,
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item .first-level .right-side-dd ul.second-level {
        right: 220px;
        top: 0;
        left: auto;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav ul.first-level>.sidebar-item:hover ul.second-level {
        display: block;
    }

    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .nav-small-cap,
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .sidebar-footer,
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .user-pro,
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .badge {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item {
        flex: auto;
    }
}

@media (max-width: 991.98px) {

    #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"] .left-sidebar,
    #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"] .left-sidebar .sidebar-footer {
        left: -240px;
    }

    #main-wrapper[data-layout="horizontal"].show-sidebar .left-sidebar,
    #main-wrapper[data-layout="horizontal"].show-sidebar .left-sidebar .sidebar-footer {
        left: 0;
    }

    #main-wrapper[data-layout="horizontal"][data-layout="vertical"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse,
    #main-wrapper[data-layout="horizontal"][data-layout="vertical"][data-header-position="fixed"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse {
        position: relative;
        top: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-collapse.show,
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-collapse.collapsing {
        display: block;
        width: 100%;
        border-top: 1px solid #e9ecef;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-nav {
        flex-direction: row;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-nav .dropdown {
        position: static;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding: 0 10px;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .dropdown-menu {
        position: absolute;
        width: 100%;
    }

    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .dropdown-menu .with-arrow {
        display: none;
    }
}

html[dir="rtl"] .btn-group>.btn:not(:first-child),
html[dir="rtl"] .btn-group>.btn-group:not(:first-child) {
    margin-right: -1px;
}

html[dir="rtl"] .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
html[dir="rtl"] .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

html[dir="rtl"] .btn-group>.btn:nth-child(n + 3),
html[dir="rtl"] .btn-group> :not(.btn-check)+.btn,
html[dir="rtl"] .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

html[dir="rtl"] .float-start {
    float: right !important;
}

html[dir="rtl"] .float-end {
    float: left !important;
}

html[dir="rtl"] .float-none {
    float: none !important;
}

@media (min-width: 576px) {
    html[dir="rtl"] .float-sm-start {
        float: right !important;
    }

    html[dir="rtl"] .float-sm-end {
        float: left !important;
    }

    html[dir="rtl"] .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    html[dir="rtl"] .float-md-start {
        float: right !important;
    }

    html[dir="rtl"] .float-md-end {
        float: left !important;
    }

    html[dir="rtl"] .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .float-lg-start {
        float: right !important;
    }

    html[dir="rtl"] .float-lg-end {
        float: left !important;
    }

    html[dir="rtl"] .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1600px) {
    html[dir="rtl"] .float-xl-start {
        float: right !important;
    }

    html[dir="rtl"] .float-xl-end {
        float: left !important;
    }

    html[dir="rtl"] .float-xl-none {
        float: none !important;
    }
}

html[dir="rtl"] .dropdown-menu-start {
    --bs-position: start;
    right: 0
        /* rtl:ignore */
    ;
    left: auto
        /* rtl:ignore */
    ;
}

html[dir="rtl"] .dropdown-menu-end {
    --bs-position: end;
    right: auto
        /* rtl:ignore */
    ;
    left: 0
        /* rtl:ignore */
    ;
}

@media (min-width: 576px) {
    html[dir="rtl"] .dropdown-menu-sm-start {
        --bs-position: start;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }

    html[dir="rtl"] .dropdown-menu-sm-end {
        --bs-position: end;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 768px) {
    html[dir="rtl"] .dropdown-menu-md-start {
        --bs-position: start;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }

    html[dir="rtl"] .dropdown-menu-md-end {
        --bs-position: end;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .dropdown-menu-lg-start {
        --bs-position: start;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }

    html[dir="rtl"] .dropdown-menu-lg-end {
        --bs-position: end;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 1600px) {
    html[dir="rtl"] .dropdown-menu-xl-start {
        --bs-position: start;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }

    html[dir="rtl"] .dropdown-menu-xl-end {
        --bs-position: end;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }
}

html[dir="rtl"] .m-0 {
    margin: 0 !important;
}

html[dir="rtl"] .mt-0,
html[dir="rtl"] .my-0 {
    margin-top: 0 !important;
}

html[dir="rtl"] .me-0 {
    margin-right: unset !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .mb-0,
html[dir="rtl"] .my-0 {
    margin-bottom: 0 !important;
}

html[dir="rtl"] .ms-0 {
    margin-left: unset !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .m-1 {
    margin: 0.25rem !important;
}

html[dir="rtl"] .mt-1,
html[dir="rtl"] .my-1 {
    margin-top: 0.25rem !important;
}

html[dir="rtl"] .me-1 {
    margin-right: unset !important;
    margin-left: 0.25rem !important;
}

html[dir="rtl"] .mb-1,
html[dir="rtl"] .my-1 {
    margin-bottom: 0.25rem !important;
}

html[dir="rtl"] .ms-1 {
    margin-left: unset !important;
    margin-right: 0.25rem !important;
}

html[dir="rtl"] .m-2 {
    margin: 0.5rem !important;
}

html[dir="rtl"] .mt-2,
html[dir="rtl"] .my-2 {
    margin-top: 0.5rem !important;
}

html[dir="rtl"] .me-2 {
    margin-right: unset !important;
    margin-left: 0.5rem !important;
}

html[dir="rtl"] .mb-2,
html[dir="rtl"] .my-2 {
    margin-bottom: 0.5rem !important;
}

html[dir="rtl"] .ms-2 {
    margin-left: unset !important;
    margin-right: 0.5rem !important;
}

html[dir="rtl"] .m-3 {
    margin: 1rem !important;
}

html[dir="rtl"] .mt-3,
html[dir="rtl"] .my-3 {
    margin-top: 1rem !important;
}

html[dir="rtl"] .me-3 {
    margin-right: unset !important;
    margin-left: 1rem !important;
}

html[dir="rtl"] .mb-3,
html[dir="rtl"] .my-3 {
    margin-bottom: 1rem !important;
}

html[dir="rtl"] .ms-3 {
    margin-left: unset !important;
    margin-right: 1rem !important;
}

html[dir="rtl"] .m-4 {
    margin: 1.5rem !important;
}

html[dir="rtl"] .mt-4,
html[dir="rtl"] .my-4 {
    margin-top: 1.5rem !important;
}

html[dir="rtl"] .me-4 {
    margin-right: unset !important;
    margin-left: 1.5rem !important;
}

html[dir="rtl"] .mb-4,
html[dir="rtl"] .my-4 {
    margin-bottom: 1.5rem !important;
}

html[dir="rtl"] .ms-4 {
    margin-left: unset !important;
    margin-right: 1.5rem !important;
}

html[dir="rtl"] .m-5 {
    margin: 3rem !important;
}

html[dir="rtl"] .mt-5,
html[dir="rtl"] .my-5 {
    margin-top: 3rem !important;
}

html[dir="rtl"] .me-5 {
    margin-right: unset !important;
    margin-left: 3rem !important;
}

html[dir="rtl"] .mb-5,
html[dir="rtl"] .my-5 {
    margin-bottom: 3rem !important;
}

html[dir="rtl"] .ms-5 {
    margin-left: unset !important;
    margin-right: 3rem !important;
}

html[dir="rtl"] .p-0 {
    padding: 0 !important;
}

html[dir="rtl"] .pt-0,
html[dir="rtl"] .py-0 {
    padding-top: 0 !important;
}

html[dir="rtl"] .pe-0 {
    padding-right: unset !important;
    padding-left: 0 !important;
}

html[dir="rtl"] .pb-0,
html[dir="rtl"] .py-0 {
    padding-bottom: 0 !important;
}

html[dir="rtl"] .ps-0 {
    padding-left: unset !important;
    padding-right: 0 !important;
}

html[dir="rtl"] .p-1 {
    padding: 0.25rem !important;
}

html[dir="rtl"] .pt-1,
html[dir="rtl"] .py-1 {
    padding-top: 0.25rem !important;
}

html[dir="rtl"] .pe-1 {
    padding-right: unset !important;
    padding-left: 0.25rem !important;
}

html[dir="rtl"] .pb-1,
html[dir="rtl"] .py-1 {
    padding-bottom: 0.25rem !important;
}

html[dir="rtl"] .ps-1 {
    padding-left: unset !important;
    padding-right: 0.25rem !important;
}

html[dir="rtl"] .p-2 {
    padding: 0.5rem !important;
}

html[dir="rtl"] .pt-2,
html[dir="rtl"] .py-2 {
    padding-top: 0.5rem !important;
}

html[dir="rtl"] .pe-2 {
    padding-right: unset !important;
    padding-left: 0.5rem !important;
}

html[dir="rtl"] .pb-2,
html[dir="rtl"] .py-2 {
    padding-bottom: 0.5rem !important;
}

html[dir="rtl"] .ps-2 {
    padding-left: unset !important;
    padding-right: 0.5rem !important;
}

html[dir="rtl"] .p-3 {
    padding: 1rem !important;
}

html[dir="rtl"] .pt-3,
html[dir="rtl"] .py-3 {
    padding-top: 1rem !important;
}

html[dir="rtl"] .pe-3 {
    padding-right: unset !important;
    padding-left: 1rem !important;
}

html[dir="rtl"] .pb-3,
html[dir="rtl"] .py-3 {
    padding-bottom: 1rem !important;
}

html[dir="rtl"] .ps-3 {
    padding-left: unset !important;
    padding-right: 1rem !important;
}

html[dir="rtl"] .p-4 {
    padding: 1.5rem !important;
}

html[dir="rtl"] .pt-4,
html[dir="rtl"] .py-4 {
    padding-top: 1.5rem !important;
}

html[dir="rtl"] .pe-4 {
    padding-right: unset !important;
    padding-left: 1.5rem !important;
}

html[dir="rtl"] .pb-4,
html[dir="rtl"] .py-4 {
    padding-bottom: 1.5rem !important;
}

html[dir="rtl"] .ps-4 {
    padding-left: unset !important;
    padding-right: 1.5rem !important;
}

html[dir="rtl"] .p-5 {
    padding: 3rem !important;
}

html[dir="rtl"] .pt-5,
html[dir="rtl"] .py-5 {
    padding-top: 3rem !important;
}

html[dir="rtl"] .pe-5 {
    padding-right: unset !important;
    padding-left: 3rem !important;
}

html[dir="rtl"] .pb-5,
html[dir="rtl"] .py-5 {
    padding-bottom: 3rem !important;
}

html[dir="rtl"] .ps-5 {
    padding-left: unset !important;
    padding-right: 3rem !important;
}

html[dir="rtl"] .m-n1 {
    margin: -0.25rem !important;
}

html[dir="rtl"] .mt-n1,
html[dir="rtl"] .my-n1 {
    margin-top: -0.25rem !important;
}

html[dir="rtl"] .me-n1,
html[dir="rtl"] .mx-n1 {
    margin-right: unset !important;
    margin-left: -0.25rem !important;
}

html[dir="rtl"] .mb-n1,
html[dir="rtl"] .my-n1 {
    margin-bottom: -0.25rem !important;
}

html[dir="rtl"] .ms-n1,
html[dir="rtl"] .mx-n1 {
    margin-left: unset !important;
    margin-right: -0.25rem !important;
}

html[dir="rtl"] .m-n2 {
    margin: -0.5rem !important;
}

html[dir="rtl"] .mt-n2,
html[dir="rtl"] .my-n2 {
    margin-top: -0.5rem !important;
}

html[dir="rtl"] .me-n2,
html[dir="rtl"] .mx-n2 {
    margin-right: unset !important;
    margin-left: -0.5rem !important;
}

html[dir="rtl"] .mb-n2,
html[dir="rtl"] .my-n2 {
    margin-bottom: -0.5rem !important;
}

html[dir="rtl"] .ms-n2,
html[dir="rtl"] .mx-n2 {
    margin-left: unset !important;
    margin-right: -0.5rem !important;
}

html[dir="rtl"] .m-n3 {
    margin: -1rem !important;
}

html[dir="rtl"] .mt-n3,
html[dir="rtl"] .my-n3 {
    margin-top: -1rem !important;
}

html[dir="rtl"] .me-n3,
html[dir="rtl"] .mx-n3 {
    margin-right: unset !important;
    margin-left: -1rem !important;
}

html[dir="rtl"] .mb-n3,
html[dir="rtl"] .my-n3 {
    margin-bottom: -1rem !important;
}

html[dir="rtl"] .ms-n3,
html[dir="rtl"] .mx-n3 {
    margin-left: unset !important;
    margin-right: -1rem !important;
}

html[dir="rtl"] .m-n4 {
    margin: -1.5rem !important;
}

html[dir="rtl"] .mt-n4,
html[dir="rtl"] .my-n4 {
    margin-top: -1.5rem !important;
}

html[dir="rtl"] .me-n4,
html[dir="rtl"] .mx-n4 {
    margin-right: unset !important;
    margin-left: -1.5rem !important;
}

html[dir="rtl"] .mb-n4,
html[dir="rtl"] .my-n4 {
    margin-bottom: -1.5rem !important;
}

html[dir="rtl"] .ms-n4,
html[dir="rtl"] .mx-n4 {
    margin-left: unset !important;
    margin-right: -1.5rem !important;
}

html[dir="rtl"] .m-n5 {
    margin: -3rem !important;
}

html[dir="rtl"] .mt-n5,
html[dir="rtl"] .my-n5 {
    margin-top: -3rem !important;
}

html[dir="rtl"] .me-n5,
html[dir="rtl"] .mx-n5 {
    margin-right: unset !important;
    margin-left: -3rem !important;
}

html[dir="rtl"] .mb-n5,
html[dir="rtl"] .my-n5 {
    margin-bottom: -3rem !important;
}

html[dir="rtl"] .ms-n5,
html[dir="rtl"] .mx-n5 {
    margin-left: unset !important;
    margin-right: -3rem !important;
}

html[dir="rtl"] .m-auto {
    margin: auto !important;
}

html[dir="rtl"] .mt-auto,
html[dir="rtl"] .my-auto {
    margin-top: auto !important;
}

html[dir="rtl"] .me-auto,
html[dir="rtl"] .mx-auto {
    margin-right: unset !important;
    margin-left: auto !important;
}

html[dir="rtl"] .mb-auto,
html[dir="rtl"] .my-auto {
    margin-bottom: auto !important;
}

html[dir="rtl"] .ms-auto,
html[dir="rtl"] .mx-auto {
    margin-left: unset !important;
    margin-right: auto !important;
}

@media (min-width: 576px) {
    html[dir="rtl"] .m-sm-0 {
        margin: 0 !important;
    }

    html[dir="rtl"] .mt-sm-0,
    html[dir="rtl"] .my-sm-0 {
        margin-top: 0 !important;
    }

    html[dir="rtl"] .me-sm-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir="rtl"] .mb-sm-0,
    html[dir="rtl"] .my-sm-0 {
        margin-bottom: 0 !important;
    }

    html[dir="rtl"] .ms-sm-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir="rtl"] .m-sm-1 {
        margin: 0.25rem !important;
    }

    html[dir="rtl"] .mt-sm-1,
    html[dir="rtl"] .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    html[dir="rtl"] .me-sm-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }

    html[dir="rtl"] .mb-sm-1,
    html[dir="rtl"] .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ms-sm-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }

    html[dir="rtl"] .m-sm-2 {
        margin: 0.5rem !important;
    }

    html[dir="rtl"] .mt-sm-2,
    html[dir="rtl"] .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    html[dir="rtl"] .me-sm-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }

    html[dir="rtl"] .mb-sm-2,
    html[dir="rtl"] .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ms-sm-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }

    html[dir="rtl"] .m-sm-3 {
        margin: 1rem !important;
    }

    html[dir="rtl"] .mt-sm-3,
    html[dir="rtl"] .my-sm-3 {
        margin-top: 1rem !important;
    }

    html[dir="rtl"] .me-sm-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir="rtl"] .mb-sm-3,
    html[dir="rtl"] .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    html[dir="rtl"] .ms-sm-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir="rtl"] .m-sm-4 {
        margin: 1.5rem !important;
    }

    html[dir="rtl"] .mt-sm-4,
    html[dir="rtl"] .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    html[dir="rtl"] .me-sm-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir="rtl"] .mb-sm-4,
    html[dir="rtl"] .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ms-sm-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir="rtl"] .m-sm-5 {
        margin: 3rem !important;
    }

    html[dir="rtl"] .mt-sm-5,
    html[dir="rtl"] .my-sm-5 {
        margin-top: 3rem !important;
    }

    html[dir="rtl"] .me-sm-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir="rtl"] .mb-sm-5,
    html[dir="rtl"] .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    html[dir="rtl"] .ms-sm-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir="rtl"] .p-sm-0 {
        padding: 0 !important;
    }

    html[dir="rtl"] .pt-sm-0,
    html[dir="rtl"] .py-sm-0 {
        padding-top: 0 !important;
    }

    html[dir="rtl"] .pe-sm-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir="rtl"] .pb-sm-0,
    html[dir="rtl"] .py-sm-0 {
        padding-bottom: 0 !important;
    }

    html[dir="rtl"] .ps-sm-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir="rtl"] .p-sm-1 {
        padding: 0.25rem !important;
    }

    html[dir="rtl"] .pt-sm-1,
    html[dir="rtl"] .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    html[dir="rtl"] .pe-sm-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }

    html[dir="rtl"] .pb-sm-1,
    html[dir="rtl"] .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ps-sm-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }

    html[dir="rtl"] .p-sm-2 {
        padding: 0.5rem !important;
    }

    html[dir="rtl"] .pt-sm-2,
    html[dir="rtl"] .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    html[dir="rtl"] .pe-sm-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }

    html[dir="rtl"] .pb-sm-2,
    html[dir="rtl"] .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ps-sm-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }

    html[dir="rtl"] .p-sm-3 {
        padding: 1rem !important;
    }

    html[dir="rtl"] .pt-sm-3,
    html[dir="rtl"] .py-sm-3 {
        padding-top: 1rem !important;
    }

    html[dir="rtl"] .pe-sm-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir="rtl"] .pb-sm-3,
    html[dir="rtl"] .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    html[dir="rtl"] .ps-sm-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir="rtl"] .p-sm-4 {
        padding: 1.5rem !important;
    }

    html[dir="rtl"] .pt-sm-4,
    html[dir="rtl"] .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    html[dir="rtl"] .pe-sm-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir="rtl"] .pb-sm-4,
    html[dir="rtl"] .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ps-sm-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir="rtl"] .p-sm-5 {
        padding: 3rem !important;
    }

    html[dir="rtl"] .pt-sm-5,
    html[dir="rtl"] .py-sm-5 {
        padding-top: 3rem !important;
    }

    html[dir="rtl"] .pe-sm-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir="rtl"] .pb-sm-5,
    html[dir="rtl"] .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    html[dir="rtl"] .ps-sm-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir="rtl"] .m-sm-n1 {
        margin: -0.25rem !important;
    }

    html[dir="rtl"] .mt-sm-n1,
    html[dir="rtl"] .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    html[dir="rtl"] .me-sm-n1,
    html[dir="rtl"] .mx-sm-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }

    html[dir="rtl"] .mb-sm-n1,
    html[dir="rtl"] .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    html[dir="rtl"] .ms-sm-n1,
    html[dir="rtl"] .mx-sm-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }

    html[dir="rtl"] .m-sm-n2 {
        margin: -0.5rem !important;
    }

    html[dir="rtl"] .mt-sm-n2,
    html[dir="rtl"] .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    html[dir="rtl"] .me-sm-n2,
    html[dir="rtl"] .mx-sm-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }

    html[dir="rtl"] .mb-sm-n2,
    html[dir="rtl"] .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    html[dir="rtl"] .ms-sm-n2,
    html[dir="rtl"] .mx-sm-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }

    html[dir="rtl"] .m-sm-n3 {
        margin: -1rem !important;
    }

    html[dir="rtl"] .mt-sm-n3,
    html[dir="rtl"] .my-sm-n3 {
        margin-top: -1rem !important;
    }

    html[dir="rtl"] .me-sm-n3,
    html[dir="rtl"] .mx-sm-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir="rtl"] .mb-sm-n3,
    html[dir="rtl"] .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir="rtl"] .ms-sm-n3,
    html[dir="rtl"] .mx-sm-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir="rtl"] .m-sm-n4 {
        margin: -1.5rem !important;
    }

    html[dir="rtl"] .mt-sm-n4,
    html[dir="rtl"] .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir="rtl"] .me-sm-n4,
    html[dir="rtl"] .mx-sm-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir="rtl"] .mb-sm-n4,
    html[dir="rtl"] .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir="rtl"] .ms-sm-n4,
    html[dir="rtl"] .mx-sm-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir="rtl"] .m-sm-n5 {
        margin: -3rem !important;
    }

    html[dir="rtl"] .mt-sm-n5,
    html[dir="rtl"] .my-sm-n5 {
        margin-top: -3rem !important;
    }

    html[dir="rtl"] .me-sm-n5,
    html[dir="rtl"] .mx-sm-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir="rtl"] .mb-sm-n5,
    html[dir="rtl"] .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir="rtl"] .ms-sm-n5,
    html[dir="rtl"] .mx-sm-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir="rtl"] .m-sm-auto {
        margin: auto !important;
    }

    html[dir="rtl"] .mt-sm-auto,
    html[dir="rtl"] .my-sm-auto {
        margin-top: auto !important;
    }

    html[dir="rtl"] .me-sm-auto,
    html[dir="rtl"] .mx-sm-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir="rtl"] .mb-sm-auto,
    html[dir="rtl"] .my-sm-auto {
        margin-bottom: auto !important;
    }

    html[dir="rtl"] .ms-sm-auto,
    html[dir="rtl"] .mx-sm-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

@media (min-width: 768px) {
    html[dir="rtl"] .m-md-0 {
        margin: 0 !important;
    }

    html[dir="rtl"] .mt-md-0,
    html[dir="rtl"] .my-md-0 {
        margin-top: 0 !important;
    }

    html[dir="rtl"] .me-md-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir="rtl"] .mb-md-0,
    html[dir="rtl"] .my-md-0 {
        margin-bottom: 0 !important;
    }

    html[dir="rtl"] .ms-md-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir="rtl"] .m-md-1 {
        margin: 0.25rem !important;
    }

    html[dir="rtl"] .mt-md-1,
    html[dir="rtl"] .my-md-1 {
        margin-top: 0.25rem !important;
    }

    html[dir="rtl"] .me-md-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }

    html[dir="rtl"] .mb-md-1,
    html[dir="rtl"] .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ms-md-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }

    html[dir="rtl"] .m-md-2 {
        margin: 0.5rem !important;
    }

    html[dir="rtl"] .mt-md-2,
    html[dir="rtl"] .my-md-2 {
        margin-top: 0.5rem !important;
    }

    html[dir="rtl"] .me-md-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }

    html[dir="rtl"] .mb-md-2,
    html[dir="rtl"] .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ms-md-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }

    html[dir="rtl"] .m-md-3 {
        margin: 1rem !important;
    }

    html[dir="rtl"] .mt-md-3,
    html[dir="rtl"] .my-md-3 {
        margin-top: 1rem !important;
    }

    html[dir="rtl"] .me-md-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir="rtl"] .mb-md-3,
    html[dir="rtl"] .my-md-3 {
        margin-bottom: 1rem !important;
    }

    html[dir="rtl"] .ms-md-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir="rtl"] .m-md-4 {
        margin: 1.5rem !important;
    }

    html[dir="rtl"] .mt-md-4,
    html[dir="rtl"] .my-md-4 {
        margin-top: 1.5rem !important;
    }

    html[dir="rtl"] .me-md-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir="rtl"] .mb-md-4,
    html[dir="rtl"] .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ms-md-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir="rtl"] .m-md-5 {
        margin: 3rem !important;
    }

    html[dir="rtl"] .mt-md-5,
    html[dir="rtl"] .my-md-5 {
        margin-top: 3rem !important;
    }

    html[dir="rtl"] .me-md-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir="rtl"] .mb-md-5,
    html[dir="rtl"] .my-md-5 {
        margin-bottom: 3rem !important;
    }

    html[dir="rtl"] .ms-md-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir="rtl"] .p-md-0 {
        padding: 0 !important;
    }

    html[dir="rtl"] .pt-md-0,
    html[dir="rtl"] .py-md-0 {
        padding-top: 0 !important;
    }

    html[dir="rtl"] .pe-md-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir="rtl"] .pb-md-0,
    html[dir="rtl"] .py-md-0 {
        padding-bottom: 0 !important;
    }

    html[dir="rtl"] .ps-md-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir="rtl"] .p-md-1 {
        padding: 0.25rem !important;
    }

    html[dir="rtl"] .pt-md-1,
    html[dir="rtl"] .py-md-1 {
        padding-top: 0.25rem !important;
    }

    html[dir="rtl"] .pe-md-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }

    html[dir="rtl"] .pb-md-1,
    html[dir="rtl"] .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ps-md-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }

    html[dir="rtl"] .p-md-2 {
        padding: 0.5rem !important;
    }

    html[dir="rtl"] .pt-md-2,
    html[dir="rtl"] .py-md-2 {
        padding-top: 0.5rem !important;
    }

    html[dir="rtl"] .pe-md-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }

    html[dir="rtl"] .pb-md-2,
    html[dir="rtl"] .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ps-md-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }

    html[dir="rtl"] .p-md-3 {
        padding: 1rem !important;
    }

    html[dir="rtl"] .pt-md-3,
    html[dir="rtl"] .py-md-3 {
        padding-top: 1rem !important;
    }

    html[dir="rtl"] .pe-md-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir="rtl"] .pb-md-3,
    html[dir="rtl"] .py-md-3 {
        padding-bottom: 1rem !important;
    }

    html[dir="rtl"] .ps-md-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir="rtl"] .p-md-4 {
        padding: 1.5rem !important;
    }

    html[dir="rtl"] .pt-md-4,
    html[dir="rtl"] .py-md-4 {
        padding-top: 1.5rem !important;
    }

    html[dir="rtl"] .pe-md-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir="rtl"] .pb-md-4,
    html[dir="rtl"] .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ps-md-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir="rtl"] .p-md-5 {
        padding: 3rem !important;
    }

    html[dir="rtl"] .pt-md-5,
    html[dir="rtl"] .py-md-5 {
        padding-top: 3rem !important;
    }

    html[dir="rtl"] .pe-md-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir="rtl"] .pb-md-5,
    html[dir="rtl"] .py-md-5 {
        padding-bottom: 3rem !important;
    }

    html[dir="rtl"] .ps-md-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir="rtl"] .m-md-n1 {
        margin: -0.25rem !important;
    }

    html[dir="rtl"] .mt-md-n1,
    html[dir="rtl"] .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    html[dir="rtl"] .me-md-n1,
    html[dir="rtl"] .mx-md-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }

    html[dir="rtl"] .mb-md-n1,
    html[dir="rtl"] .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    html[dir="rtl"] .ms-md-n1,
    html[dir="rtl"] .mx-md-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }

    html[dir="rtl"] .m-md-n2 {
        margin: -0.5rem !important;
    }

    html[dir="rtl"] .mt-md-n2,
    html[dir="rtl"] .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    html[dir="rtl"] .me-md-n2,
    html[dir="rtl"] .mx-md-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }

    html[dir="rtl"] .mb-md-n2,
    html[dir="rtl"] .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    html[dir="rtl"] .ms-md-n2,
    html[dir="rtl"] .mx-md-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }

    html[dir="rtl"] .m-md-n3 {
        margin: -1rem !important;
    }

    html[dir="rtl"] .mt-md-n3,
    html[dir="rtl"] .my-md-n3 {
        margin-top: -1rem !important;
    }

    html[dir="rtl"] .me-md-n3,
    html[dir="rtl"] .mx-md-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir="rtl"] .mb-md-n3,
    html[dir="rtl"] .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir="rtl"] .ms-md-n3,
    html[dir="rtl"] .mx-md-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir="rtl"] .m-md-n4 {
        margin: -1.5rem !important;
    }

    html[dir="rtl"] .mt-md-n4,
    html[dir="rtl"] .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir="rtl"] .me-md-n4,
    html[dir="rtl"] .mx-md-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir="rtl"] .mb-md-n4,
    html[dir="rtl"] .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir="rtl"] .ms-md-n4,
    html[dir="rtl"] .mx-md-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir="rtl"] .m-md-n5 {
        margin: -3rem !important;
    }

    html[dir="rtl"] .mt-md-n5,
    html[dir="rtl"] .my-md-n5 {
        margin-top: -3rem !important;
    }

    html[dir="rtl"] .me-md-n5,
    html[dir="rtl"] .mx-md-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir="rtl"] .mb-md-n5,
    html[dir="rtl"] .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir="rtl"] .ms-md-n5,
    html[dir="rtl"] .mx-md-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir="rtl"] .m-md-auto {
        margin: auto !important;
    }

    html[dir="rtl"] .mt-md-auto,
    html[dir="rtl"] .my-md-auto {
        margin-top: auto !important;
    }

    html[dir="rtl"] .me-md-auto,
    html[dir="rtl"] .mx-md-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir="rtl"] .mb-md-auto,
    html[dir="rtl"] .my-md-auto {
        margin-bottom: auto !important;
    }

    html[dir="rtl"] .ms-md-auto,
    html[dir="rtl"] .mx-md-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .m-lg-0 {
        margin: 0 !important;
    }

    html[dir="rtl"] .mt-lg-0,
    html[dir="rtl"] .my-lg-0 {
        margin-top: 0 !important;
    }

    html[dir="rtl"] .me-lg-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir="rtl"] .mb-lg-0,
    html[dir="rtl"] .my-lg-0 {
        margin-bottom: 0 !important;
    }

    html[dir="rtl"] .ms-lg-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir="rtl"] .m-lg-1 {
        margin: 0.25rem !important;
    }

    html[dir="rtl"] .mt-lg-1,
    html[dir="rtl"] .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    html[dir="rtl"] .me-lg-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }

    html[dir="rtl"] .mb-lg-1,
    html[dir="rtl"] .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ms-lg-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }

    html[dir="rtl"] .m-lg-2 {
        margin: 0.5rem !important;
    }

    html[dir="rtl"] .mt-lg-2,
    html[dir="rtl"] .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    html[dir="rtl"] .me-lg-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }

    html[dir="rtl"] .mb-lg-2,
    html[dir="rtl"] .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ms-lg-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }

    html[dir="rtl"] .m-lg-3 {
        margin: 1rem !important;
    }

    html[dir="rtl"] .mt-lg-3,
    html[dir="rtl"] .my-lg-3 {
        margin-top: 1rem !important;
    }

    html[dir="rtl"] .me-lg-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir="rtl"] .mb-lg-3,
    html[dir="rtl"] .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    html[dir="rtl"] .ms-lg-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir="rtl"] .m-lg-4 {
        margin: 1.5rem !important;
    }

    html[dir="rtl"] .mt-lg-4,
    html[dir="rtl"] .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    html[dir="rtl"] .me-lg-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir="rtl"] .mb-lg-4,
    html[dir="rtl"] .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ms-lg-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir="rtl"] .m-lg-5 {
        margin: 3rem !important;
    }

    html[dir="rtl"] .mt-lg-5,
    html[dir="rtl"] .my-lg-5 {
        margin-top: 3rem !important;
    }

    html[dir="rtl"] .me-lg-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir="rtl"] .mb-lg-5,
    html[dir="rtl"] .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    html[dir="rtl"] .ms-lg-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir="rtl"] .p-lg-0 {
        padding: 0 !important;
    }

    html[dir="rtl"] .pt-lg-0,
    html[dir="rtl"] .py-lg-0 {
        padding-top: 0 !important;
    }

    html[dir="rtl"] .pe-lg-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir="rtl"] .pb-lg-0,
    html[dir="rtl"] .py-lg-0 {
        padding-bottom: 0 !important;
    }

    html[dir="rtl"] .ps-lg-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir="rtl"] .p-lg-1 {
        padding: 0.25rem !important;
    }

    html[dir="rtl"] .pt-lg-1,
    html[dir="rtl"] .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    html[dir="rtl"] .pe-lg-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }

    html[dir="rtl"] .pb-lg-1,
    html[dir="rtl"] .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ps-lg-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }

    html[dir="rtl"] .p-lg-2 {
        padding: 0.5rem !important;
    }

    html[dir="rtl"] .pt-lg-2,
    html[dir="rtl"] .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    html[dir="rtl"] .pe-lg-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }

    html[dir="rtl"] .pb-lg-2,
    html[dir="rtl"] .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ps-lg-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }

    html[dir="rtl"] .p-lg-3 {
        padding: 1rem !important;
    }

    html[dir="rtl"] .pt-lg-3,
    html[dir="rtl"] .py-lg-3 {
        padding-top: 1rem !important;
    }

    html[dir="rtl"] .pe-lg-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir="rtl"] .pb-lg-3,
    html[dir="rtl"] .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    html[dir="rtl"] .ps-lg-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir="rtl"] .p-lg-4 {
        padding: 1.5rem !important;
    }

    html[dir="rtl"] .pt-lg-4,
    html[dir="rtl"] .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    html[dir="rtl"] .pe-lg-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir="rtl"] .pb-lg-4,
    html[dir="rtl"] .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ps-lg-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir="rtl"] .p-lg-5 {
        padding: 3rem !important;
    }

    html[dir="rtl"] .pt-lg-5,
    html[dir="rtl"] .py-lg-5 {
        padding-top: 3rem !important;
    }

    html[dir="rtl"] .pe-lg-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir="rtl"] .pb-lg-5,
    html[dir="rtl"] .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    html[dir="rtl"] .ps-lg-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir="rtl"] .m-lg-n1 {
        margin: -0.25rem !important;
    }

    html[dir="rtl"] .mt-lg-n1,
    html[dir="rtl"] .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    html[dir="rtl"] .me-lg-n1,
    html[dir="rtl"] .mx-lg-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }

    html[dir="rtl"] .mb-lg-n1,
    html[dir="rtl"] .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    html[dir="rtl"] .ms-lg-n1,
    html[dir="rtl"] .mx-lg-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }

    html[dir="rtl"] .m-lg-n2 {
        margin: -0.5rem !important;
    }

    html[dir="rtl"] .mt-lg-n2,
    html[dir="rtl"] .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    html[dir="rtl"] .me-lg-n2,
    html[dir="rtl"] .mx-lg-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }

    html[dir="rtl"] .mb-lg-n2,
    html[dir="rtl"] .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    html[dir="rtl"] .ms-lg-n2,
    html[dir="rtl"] .mx-lg-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }

    html[dir="rtl"] .m-lg-n3 {
        margin: -1rem !important;
    }

    html[dir="rtl"] .mt-lg-n3,
    html[dir="rtl"] .my-lg-n3 {
        margin-top: -1rem !important;
    }

    html[dir="rtl"] .me-lg-n3,
    html[dir="rtl"] .mx-lg-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir="rtl"] .mb-lg-n3,
    html[dir="rtl"] .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir="rtl"] .ms-lg-n3,
    html[dir="rtl"] .mx-lg-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir="rtl"] .m-lg-n4 {
        margin: -1.5rem !important;
    }

    html[dir="rtl"] .mt-lg-n4,
    html[dir="rtl"] .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir="rtl"] .me-lg-n4,
    html[dir="rtl"] .mx-lg-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir="rtl"] .mb-lg-n4,
    html[dir="rtl"] .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir="rtl"] .ms-lg-n4,
    html[dir="rtl"] .mx-lg-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir="rtl"] .m-lg-n5 {
        margin: -3rem !important;
    }

    html[dir="rtl"] .mt-lg-n5,
    html[dir="rtl"] .my-lg-n5 {
        margin-top: -3rem !important;
    }

    html[dir="rtl"] .me-lg-n5,
    html[dir="rtl"] .mx-lg-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir="rtl"] .mb-lg-n5,
    html[dir="rtl"] .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir="rtl"] .ms-lg-n5,
    html[dir="rtl"] .mx-lg-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir="rtl"] .m-lg-auto {
        margin: auto !important;
    }

    html[dir="rtl"] .mt-lg-auto,
    html[dir="rtl"] .my-lg-auto {
        margin-top: auto !important;
    }

    html[dir="rtl"] .me-lg-auto,
    html[dir="rtl"] .mx-lg-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir="rtl"] .mb-lg-auto,
    html[dir="rtl"] .my-lg-auto {
        margin-bottom: auto !important;
    }

    html[dir="rtl"] .ms-lg-auto,
    html[dir="rtl"] .mx-lg-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

@media (min-width: 1600px) {
    html[dir="rtl"] .m-xl-0 {
        margin: 0 !important;
    }

    html[dir="rtl"] .mt-xl-0,
    html[dir="rtl"] .my-xl-0 {
        margin-top: 0 !important;
    }

    html[dir="rtl"] .me-xl-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }

    html[dir="rtl"] .mb-xl-0,
    html[dir="rtl"] .my-xl-0 {
        margin-bottom: 0 !important;
    }

    html[dir="rtl"] .ms-xl-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }

    html[dir="rtl"] .m-xl-1 {
        margin: 0.25rem !important;
    }

    html[dir="rtl"] .mt-xl-1,
    html[dir="rtl"] .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    html[dir="rtl"] .me-xl-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }

    html[dir="rtl"] .mb-xl-1,
    html[dir="rtl"] .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ms-xl-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }

    html[dir="rtl"] .m-xl-2 {
        margin: 0.5rem !important;
    }

    html[dir="rtl"] .mt-xl-2,
    html[dir="rtl"] .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    html[dir="rtl"] .me-xl-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }

    html[dir="rtl"] .mb-xl-2,
    html[dir="rtl"] .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ms-xl-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }

    html[dir="rtl"] .m-xl-3 {
        margin: 1rem !important;
    }

    html[dir="rtl"] .mt-xl-3,
    html[dir="rtl"] .my-xl-3 {
        margin-top: 1rem !important;
    }

    html[dir="rtl"] .me-xl-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }

    html[dir="rtl"] .mb-xl-3,
    html[dir="rtl"] .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    html[dir="rtl"] .ms-xl-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }

    html[dir="rtl"] .m-xl-4 {
        margin: 1.5rem !important;
    }

    html[dir="rtl"] .mt-xl-4,
    html[dir="rtl"] .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    html[dir="rtl"] .me-xl-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }

    html[dir="rtl"] .mb-xl-4,
    html[dir="rtl"] .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ms-xl-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }

    html[dir="rtl"] .m-xl-5 {
        margin: 3rem !important;
    }

    html[dir="rtl"] .mt-xl-5,
    html[dir="rtl"] .my-xl-5 {
        margin-top: 3rem !important;
    }

    html[dir="rtl"] .me-xl-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }

    html[dir="rtl"] .mb-xl-5,
    html[dir="rtl"] .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    html[dir="rtl"] .ms-xl-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }

    html[dir="rtl"] .p-xl-0 {
        padding: 0 !important;
    }

    html[dir="rtl"] .pt-xl-0,
    html[dir="rtl"] .py-xl-0 {
        padding-top: 0 !important;
    }

    html[dir="rtl"] .pe-xl-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }

    html[dir="rtl"] .pb-xl-0,
    html[dir="rtl"] .py-xl-0 {
        padding-bottom: 0 !important;
    }

    html[dir="rtl"] .ps-xl-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }

    html[dir="rtl"] .p-xl-1 {
        padding: 0.25rem !important;
    }

    html[dir="rtl"] .pt-xl-1,
    html[dir="rtl"] .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    html[dir="rtl"] .pe-xl-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }

    html[dir="rtl"] .pb-xl-1,
    html[dir="rtl"] .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    html[dir="rtl"] .ps-xl-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }

    html[dir="rtl"] .p-xl-2 {
        padding: 0.5rem !important;
    }

    html[dir="rtl"] .pt-xl-2,
    html[dir="rtl"] .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    html[dir="rtl"] .pe-xl-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }

    html[dir="rtl"] .pb-xl-2,
    html[dir="rtl"] .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    html[dir="rtl"] .ps-xl-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }

    html[dir="rtl"] .p-xl-3 {
        padding: 1rem !important;
    }

    html[dir="rtl"] .pt-xl-3,
    html[dir="rtl"] .py-xl-3 {
        padding-top: 1rem !important;
    }

    html[dir="rtl"] .pe-xl-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }

    html[dir="rtl"] .pb-xl-3,
    html[dir="rtl"] .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    html[dir="rtl"] .ps-xl-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }

    html[dir="rtl"] .p-xl-4 {
        padding: 1.5rem !important;
    }

    html[dir="rtl"] .pt-xl-4,
    html[dir="rtl"] .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    html[dir="rtl"] .pe-xl-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }

    html[dir="rtl"] .pb-xl-4,
    html[dir="rtl"] .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    html[dir="rtl"] .ps-xl-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }

    html[dir="rtl"] .p-xl-5 {
        padding: 3rem !important;
    }

    html[dir="rtl"] .pt-xl-5,
    html[dir="rtl"] .py-xl-5 {
        padding-top: 3rem !important;
    }

    html[dir="rtl"] .pe-xl-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }

    html[dir="rtl"] .pb-xl-5,
    html[dir="rtl"] .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    html[dir="rtl"] .ps-xl-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }

    html[dir="rtl"] .m-xl-n1 {
        margin: -0.25rem !important;
    }

    html[dir="rtl"] .mt-xl-n1,
    html[dir="rtl"] .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    html[dir="rtl"] .me-xl-n1,
    html[dir="rtl"] .mx-xl-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }

    html[dir="rtl"] .mb-xl-n1,
    html[dir="rtl"] .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    html[dir="rtl"] .ms-xl-n1,
    html[dir="rtl"] .mx-xl-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }

    html[dir="rtl"] .m-xl-n2 {
        margin: -0.5rem !important;
    }

    html[dir="rtl"] .mt-xl-n2,
    html[dir="rtl"] .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    html[dir="rtl"] .me-xl-n2,
    html[dir="rtl"] .mx-xl-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }

    html[dir="rtl"] .mb-xl-n2,
    html[dir="rtl"] .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    html[dir="rtl"] .ms-xl-n2,
    html[dir="rtl"] .mx-xl-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }

    html[dir="rtl"] .m-xl-n3 {
        margin: -1rem !important;
    }

    html[dir="rtl"] .mt-xl-n3,
    html[dir="rtl"] .my-xl-n3 {
        margin-top: -1rem !important;
    }

    html[dir="rtl"] .me-xl-n3,
    html[dir="rtl"] .mx-xl-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }

    html[dir="rtl"] .mb-xl-n3,
    html[dir="rtl"] .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    html[dir="rtl"] .ms-xl-n3,
    html[dir="rtl"] .mx-xl-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }

    html[dir="rtl"] .m-xl-n4 {
        margin: -1.5rem !important;
    }

    html[dir="rtl"] .mt-xl-n4,
    html[dir="rtl"] .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    html[dir="rtl"] .me-xl-n4,
    html[dir="rtl"] .mx-xl-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }

    html[dir="rtl"] .mb-xl-n4,
    html[dir="rtl"] .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    html[dir="rtl"] .ms-xl-n4,
    html[dir="rtl"] .mx-xl-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }

    html[dir="rtl"] .m-xl-n5 {
        margin: -3rem !important;
    }

    html[dir="rtl"] .mt-xl-n5,
    html[dir="rtl"] .my-xl-n5 {
        margin-top: -3rem !important;
    }

    html[dir="rtl"] .me-xl-n5,
    html[dir="rtl"] .mx-xl-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }

    html[dir="rtl"] .mb-xl-n5,
    html[dir="rtl"] .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    html[dir="rtl"] .ms-xl-n5,
    html[dir="rtl"] .mx-xl-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }

    html[dir="rtl"] .m-xl-auto {
        margin: auto !important;
    }

    html[dir="rtl"] .mt-xl-auto,
    html[dir="rtl"] .my-xl-auto {
        margin-top: auto !important;
    }

    html[dir="rtl"] .me-xl-auto,
    html[dir="rtl"] .mx-xl-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }

    html[dir="rtl"] .mb-xl-auto,
    html[dir="rtl"] .my-xl-auto {
        margin-bottom: auto !important;
    }

    html[dir="rtl"] .ms-xl-auto,
    html[dir="rtl"] .mx-xl-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}

html[dir="rtl"] .text-start {
    text-align: right !important;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

html[dir="rtl"] .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    html[dir="rtl"] .text-sm-start {
        text-align: right !important;
    }

    html[dir="rtl"] .text-sm-end {
        text-align: left !important;
    }

    html[dir="rtl"] .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    html[dir="rtl"] .text-md-start {
        text-align: right !important;
    }

    html[dir="rtl"] .text-md-end {
        text-align: left !important;
    }

    html[dir="rtl"] .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .text-lg-start {
        text-align: right !important;
    }

    html[dir="rtl"] .text-lg-end {
        text-align: left !important;
    }

    html[dir="rtl"] .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    html[dir="rtl"] .text-xl-start {
        text-align: right !important;
    }

    html[dir="rtl"] .text-xl-end {
        text-align: left !important;
    }

    html[dir="rtl"] .text-xl-center {
        text-align: center !important;
    }
}

html[dir="rtl"] .border-start.border-2.border-info {
    border-right: 2px solid #009efb !important;
    border-left: 0 !important;
}

html[dir="rtl"] .border-start.border-2.border-warning {
    border-right: 2px solid #ffbc34 !important;
    border-left: 0 !important;
}

html[dir="rtl"] .border-start.border-2.border-danger {
    border-right: 2px solid #f62d51 !important;
    border-left: 0 !important;
}

html[dir="rtl"] .border-start.border-2.border-primary {
    border-right: 2px solid #7460ee !important;
    border-left: 0 !important;
}

html[dir="rtl"] .border-start.border-2.border-success {
    border-right: 2px solid #39c449 !important;
    border-left: 0 !important;
}

html[dir="rtl"] .border-start {
    border-right: 1px solid #e9ecef !important;
    border-left: 0 !important;
}

html[dir="rtl"] .border-end {
    border-left: 1px solid #e9ecef !important;
    border-right: 0 !important;
}

html[dir="rtl"] .border-end-0 {
    border-left: 0 !important;
}

html[dir="rtl"] .border-start-0 {
    border-right: 0 !important;
}

html[dir="rtl"] .rounded-right {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

html[dir="rtl"] .rounded-left {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

html[dir="rtl"] .form-check {
    padding-left: 0;
    padding-right: 1.75em;
}

html[dir="rtl"] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.75em;
}

html[dir="rtl"] .form-check-inline {
    margin-left: 1rem;
    margin-right: 0;
}

html[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before {
    float: right;
}

html[dir="rtl"] .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: .5rem;
}

html[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before {
    padding-left: .5rem;
    padding-right: 0;
}

html[dir="rtl"] .form-select {
    padding: .375rem .75rem .375rem 1.75rem;
    background-position: left .75rem center;
}

html[dir="rtl"] .input-group>.form-control:not(:last-child),
html[dir="rtl"] .input-group>.custom-select:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group>.form-control:not(:first-child),
html[dir="rtl"] .input-group>.custom-select:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir="rtl"] .input-group>.custom-file {
    display: flex;
    align-items: center;
}

html[dir="rtl"] .input-group>.custom-file:not(:last-child) .custom-file-label,
html[dir="rtl"] .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir="rtl"] .input-group> :not(:first-child):not(.dropdown-menu) {
    margin-right: -1px;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group>.input-group-prepend>.btn,
html[dir="rtl"] .input-group>.input-group-prepend>.input-group-text,
html[dir="rtl"] .input-group>.input-group-append:not(:last-child)>.btn,
html[dir="rtl"] .input-group>.input-group-append:not(:last-child)>.input-group-text,
html[dir="rtl"] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
html[dir="rtl"] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

html[dir="rtl"] .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
html[dir="rtl"] .input-group>.input-group-prepend:not(:first-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir="rtl"] .input-group .form-control:not(:first-child),
html[dir="rtl"] .input-group .form-control:not(:last-child) {
    border-radius: 0 !important;
}

html[dir="rtl"] .input-group>.input-group-append>.btn,
html[dir="rtl"] .input-group>.input-group-append>.input-group-text,
html[dir="rtl"] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
html[dir="rtl"] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

html[dir="rtl"] .form-floating>label {
    right: 0;
    left: auto;
}

html[dir="rtl"] .form-switch .form-check-input {
    margin-left: 8px;
}

html[dir="rtl"] .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}

html[dir="rtl"] .modal-header .btn-close {
    margin: -.5rem auto -.5rem -.5rem;
}

html[dir="rtl"] .alert-dismissible.customize-alert {
    padding-left: 25px !important;
}

html[dir="rtl"] .alert-dismissible .btn-close {
    left: 0;
    right: auto;
}

html[dir="rtl"] .alert.customize-alert .side-line {
    left: unset;
    right: 0;
}

html[dir="rtl"] .toast-header .btn-close {
    margin-left: -.375rem;
    margin-right: .75rem;
}

html[dir="rtl"] .toast .btn-close.ms-auto {
    margin-left: 8px !important;
}

html[dir="rtl"] .dropdown-toggle::after {
    margin-right: .255em;
    margin-left: 0;
}

html[dir="rtl"] body {
    text-align: right;
    direction: rtl;
}

html[dir="rtl"] .custom-select {
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    background: url(../../img/template/custom-select.png) left 0.35rem center no-repeat #fff;
}

html[dir="rtl"] .custom-control {
    padding-left: 0;
    padding-right: 1.5rem;
}

html[dir="rtl"] .custom-control-label::after,
html[dir="rtl"] .custom-control-label::before {
    left: auto;
    right: -25px;
}

html[dir="rtl"] .list-group {
    padding: 0;
}

html[dir="rtl"] .custom-file-label {
    left: auto;
    right: 0;
    width: 100%;
}

html[dir="rtl"] .custom-file-label::after {
    right: auto;
    left: 0;
}

html[dir="rtl"] .checkbox {
    padding-left: 0;
    padding-right: 20px;
}

html[dir="rtl"] .checkbox input[type="checkbox"] {
    right: 0;
    left: auto;
}

html[dir="rtl"] .checkbox label {
    padding-left: 0;
    padding-right: 5px;
}

html[dir="rtl"] .checkbox label::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .checkbox label::after {
    right: 3px;
    left: auto;
}

html[dir="rtl"] .checkbox label::after,
html[dir="rtl"] .checkbox label::before {
    margin-left: 0;
    margin-right: -20px;
}

html[dir="rtl"] .radio {
    padding-left: 0;
    padding-right: 20px;
}

html[dir="rtl"] .radio input[type="radio"] {
    right: 0;
    left: auto;
}

html[dir="rtl"] .radio label {
    padding-left: 0;
    padding-right: 5px;
}

html[dir="rtl"] .radio label::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .radio label::after {
    right: 5px;
    left: auto;
}

html[dir="rtl"] .radio label::after,
html[dir="rtl"] .radio label::before {
    margin-left: 0;
    margin-right: -20px;
}

html[dir="rtl"] .modal-footer> :not(:last-child) {
    margin-left: 0.25rem;
    margin-right: 0;
}

html[dir="rtl"] .alert-dismissible {
    padding-left: 3.8125rem;
    padding-right: 1.25rem;
}

html[dir="rtl"] .alert-dismissible .close {
    left: 0;
    right: auto;
}

html[dir="rtl"] .navbar-nav,
html[dir="rtl"] .nav,
html[dir="rtl"] .list-unstyled,
html[dir="rtl"] .pagination {
    padding-right: 0;
}

html[dir="rtl"] .topbar .navbar-collapse {
    padding: 0 0 0 10px;
}

html[dir="rtl"] .topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
    margin-right: 0;
}

html[dir="rtl"] .topbar .dropdown-menu.dropdown-menu-right .with-arrow {
    left: 0;
    right: auto;
}

html[dir="rtl"] .topbar .dropdown-menu.dropdown-menu-right .with-arrow>span,
html[dir="rtl"] .search-box .app-search .srh-btn {
    left: 20px;
    right: auto;
}

html[dir="rtl"] .sidebar-nav .has-arrow::after {
    margin-left: 0;
    margin-right: 10px;
    right: auto;
    left: 15px;
}

html[dir="rtl"] .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 14px 8px 14px 35px;
}

html[dir="rtl"] .sidebar-nav ul .sidebar-item .sidebar-link .badge {
    left: 34px;
    right: auto;
}

html[dir="rtl"] .customizer {
    left: -280px;
    right: auto;
}

html[dir="rtl"] .customizer.show-service-panel {
    left: 0;
    right: auto;
}

html[dir="rtl"] .customizer .service-panel-toggle {
    right: -46px;
    left: auto;
    border-radius: 0 25px 25px 0;
}

html[dir="rtl"] .steamline {
    border-right: 1px solid #e9ecef;
    border-left: 0;
    margin-right: 20px;
    margin-left: 0;
}

html[dir="rtl"] .steamline .sl-left {
    margin-right: -20px;
    margin-left: 15px;
}

html[dir="rtl"] .message-box .message-widget a .user-img {
    margin: 0 0 15px 10px;
}

html[dir="rtl"] .mailbox .message-center .message-item .mail-contnet {
    padding-right: 10px;
    padding-left: 0;
}

html[dir="rtl"] .feed-widget .feed-body .feed-item>.feed-icon {
    margin-right: 0;
    margin-left: 10px;
}

html[dir="rtl"] .chat-list li .chat-content .message {
    border-radius: 25px 5px 25px 25px;
}

html[dir="rtl"] .chat-list li.odd .chat-content .message {
    border-radius: 5px 25px 25px 25px;
}

html[dir="rtl"] .comment-widgets .comment-row {
    border-left: 0;
    border-right: 3px solid transparent;
}

html[dir="rtl"] .comment-widgets .comment-row:hover {
    border-left: 0;
    border-right: 3px solid #009efb;
}

html[dir="rtl"] .stylish-table tbody tr.active,
html[dir="rtl"] .stylish-table tbody tr:hover {
    border-left: 0;
    border-right: 4px solid #009efb;
}

html[dir="rtl"] .stylish-table tbody tr {
    border-left: 0;
    border-right: 4px solid transparent;
}

html[dir="rtl"] .steamline {
    border-left: 0;
    border-right: 1px solid #e9ecef;
    margin-left: 0;
    margin-right: 20px;
}

html[dir="rtl"] .steamline .sl-left {
    margin-left: 15px;
    margin-right: -20px;
}

html[dir="rtl"] .steamline .sl-right {
    padding-left: 0;
    padding-right: 30px;
}

html[dir="rtl"] .left-part {
    border-left: 1px solid #e9ecef;
    border-right: none;
}

html[dir="rtl"] .left-part .show-left-part {
    left: -41;
    right: auto;
}

html[dir="rtl"] .right-part {
    margin-right: 260px;
    margin-left: 0;
}

html[dir="rtl"] .reverse-mode .left-part {
    right: auto;
    left: 0;
}

html[dir="rtl"] .reverse-mode .show-left-part {
    left: auto;
    right: -41px;
}

html[dir="rtl"] .reverse-mode .right-part {
    margin-right: 0;
    margin-left: 260px;
}

html[dir="rtl"] .profiletimeline {
    padding-right: 40px;
    padding-left: 0;
    margin: 40px 30px 0 10px;
    border-right: 1px solid #e9ecef;
    border-left: none;
}

html[dir="rtl"] .profiletimeline .sl-left {
    margin-right: -60px;
    margin-left: 15px;
}

html[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

html[dir="rtl"] table.table-bordered.dataTable th,
html[dir="rtl"] table.table-bordered.dataTable td {
    border-left-width: 1px;
}

html[dir="rtl"] div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5rem;
    margin-left: 0;
}

html[dir="rtl"] div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-left: 1px;
}

html[dir="rtl"] .lobilists .lobilist-actions {
    right: auto;
    left: 8px;
}

html[dir="rtl"] .lobilists .lobilist-item .todo-actions {
    right: auto;
    left: 4px;
}

html[dir="rtl"] .lobilists .lobilist-check {
    left: auto;
    right: 12px;
}

html[dir="rtl"] .lobilists .lobilist-item,
html[dir="rtl"] .lobilists .lobilist-item-placeholder {
    padding-left: 0;
    padding-right: 35px;
}

html[dir="rtl"] .lobilists .lobilist-item .drag-handler {
    left: auto;
    right: 0;
}

html[dir="rtl"] .lobilists .lobilist-wrapper,
html[dir="rtl"] .lobilists .lobilist-placeholder {
    margin-left: 16px;
    margin-right: 0;
}

html[dir="rtl"] .datepicker {
    direction: rtl;
}

html[dir="rtl"] .minicolors .minicolors-grid {
    right: 22px;
    left: auto;
}

html[dir="rtl"] .wizard>.steps>ul>li,
html[dir="rtl"] .wizard>.actions>ul>li {
    float: right;
}

html[dir="rtl"] .wizard-content .wizard>.steps>ul>li:after {
    right: auto;
    left: 0;
}

html[dir="rtl"] .wizard-content .wizard>.steps>ul>li:before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .wizard-content .wizard.vertical>.steps {
    float: right;
}

html[dir="rtl"] .css-bar>i {
    margin-left: 0;
    margin-right: 5px;
}

html[dir="rtl"] .treeview span.icon {
    margin-left: 5px;
    margin-right: 0;
}

html[dir="rtl"] .dz-hidden-input {
    display: none;
}

html[dir="rtl"] .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 14px 11px 14px 35px;
    border-right: 3px solid transparent;
    border-left: 0;
}

html[dir="rtl"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-right: 3px solid #fff;
    border-left: 0;
}

html[dir="rtl"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 12px 37px 12px 15px;
}

html[dir="rtl"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-right: 3px solid #009efb;
    border-left: 0 !important;
}

html[dir="rtl"] #main-wrapper[data-sidebartype="full"] .page-wrapper {
    margin-right: 240px;
    margin-left: 0;
}

html[dir="rtl"] #main-wrapper[data-sidebartype="iconbar"] .page-wrapper {
    margin-right: 180px;
    margin-left: 0;
}

html[dir="rtl"] #main-wrapper[data-sidebartype="overlay"] .left-sidebar {
    right: -240px;
    left: auto;
}

html[dir="rtl"] #main-wrapper[data-sidebartype="overlay"].show-sidebar .left-sidebar {
    right: 0;
    left: auto;
}

@media (min-width: 768px) {
    html[dir="rtl"] .topbar .dropdown-menu {
        left: unset;
        right: 0;
    }
}

@media (min-width: 768px) {

    html[dir="rtl"] #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="full"] .topbar .top-navbar .navbar-collapse,
    html[dir="rtl"] #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="overlay"] .topbar .top-navbar .navbar-collapse {
        margin-right: 240px;
        margin-left: 0;
    }

    html[dir="rtl"] #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
        margin-right: 60px;
        margin-left: 0;
    }

    html[dir="rtl"] #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="iconbar"] .topbar .top-navbar .navbar-collapse {
        margin-right: 180px;
        margin-left: 0;
    }

    html[dir="rtl"] #main-wrapper[data-sidebartype="mini-sidebar"] .page-wrapper {
        margin-left: 0;
        margin-right: 60px;
    }

    html[dir="rtl"] #main-wrapper[data-sidebartype="mini-sidebar"] .sidebar-nav ul .sidebar-item .sidebar-link {
        padding: 14px 11px 14px 35px;
    }

    html[dir="rtl"] #main-wrapper[data-sidebartype="mini-sidebar"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
        padding: 10px 12px 10px 35px;
    }

    html[dir="rtl"] #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
        padding: 14px 11px 14px 35px;
    }

    html[dir="rtl"] #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
        padding: 12px 37px 12px 15px;
    }
}

@media (max-width: 575.98px) {
    html[dir="rtl"] #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar {
        right: -240px;
        left: auto;
    }

    html[dir="rtl"] #main-wrapper.show-sidebar .left-sidebar {
        right: 0;
        left: auto;
    }

    html[dir="rtl"] #main-wrapper.show-sidebar .left-sidebar .sidebar-footer {
        right: 0;
        left: auto;
    }

    html[dir="rtl"] .left-part {
        right: -260px;
        left: auto;
    }

    html[dir="rtl"] .left-part.show-panel {
        right: 0;
        left: auto;
    }

    html[dir="rtl"] .right-part {
        margin-right: 0;
    }
}

html[dir=rtl] #main-wrapper[data-layout="horizontal"] .sidebar-nav ul .sidebar-item .sidebar-link {
    border-right: 0;
}

html[dir=rtl] #main-wrapper[data-layout="horizontal"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-right: 0;
}

html[dir=rtl] #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-left: 0 !important;
}

html[dir=rtl] #main-wrapper[data-layout="horizontal"] #main-wrapper[data-sidebartype="full"][data-layout="horizontal"] .page-wrapper {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    html[dir=rtl] #main-wrapper[data-sidebartype="full"][data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item ul {
        right: 0;
        left: auto;
    }

    html[dir=rtl] #main-wrapper[data-sidebartype="full"][data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item ul .second-level {
        right: 220px;
        left: auto;
    }

    html[dir=rtl] #main-wrapper[data-sidebartype="full"][data-layout="horizontal"] .sidebar-nav #sidebarnav>.sidebar-item:last-child .second-level {
        left: 220px;
        right: auto;
    }

    html[dir=rtl] #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .top-navbar,
    html[dir=rtl] #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .scroll-sidebar,
    html[dir=rtl] #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper {
        position: relative;
        max-width: 1300px;
        margin: 0 auto;
    }

    html[dir=rtl] #main-wrapper[data-layout="horizontal"][data-boxed-layout="full"] .page-wrapper {
        margin-right: 0;
    }

    html[dir=rtl] #main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"][data-sidebartype="full"] .topbar .top-navbar .navbar-collapse {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html[dir=rtl] #main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"] .topbar .top-navbar .navbar-collapse {
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    html[dir=rtl] #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"] .left-sidebar {
        right: -240px;
        left: auto;
    }

    html[dir=rtl] #main-wrapper[data-layout="horizontal"].show-sidebar .left-sidebar {
        right: 0;
        left: auto;
    }

    html[dir=rtl] #main-wrapper[data-layout="horizontal"].show-sidebar .left-sidebar .sidebar-footer {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
    #main-wrapper .topbar .top-navbar .navbar-header {
        background: #fff;
    }
}

#main-wrapper[data-layout="vertical"] {
    /*This is for the logo bg*/
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin1"] {
    background: #90a4ae;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin2"] {
    background: #55ce63;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin3"] {
    background: #363d4a;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin4"] {
    background: #009efb;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin5"] {
    background: #7460ee;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] {
    background: var(--program_color);
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .dark-logo {
    display: none;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .light-logo {
    display: inline;
}

#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .nav-toggler,
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .topbartoggler {
    color: #FFF;
}

#main-wrapper[data-layout="vertical"],
#main-wrapper[data-layout="horizontal"] {
    /*This is for the sidebar bg*/
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"] ul,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"],
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] ul {
    background: #90a4ae;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"] .sidebar-footer,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"] ul .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] ul .sidebar-footer {
    background: #90a4ae;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"] ul,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"],
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] ul {
    background: #55ce63;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"] .sidebar-footer,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"] ul .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] ul .sidebar-footer {
    background: #55ce63;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"] ul,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"],
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] ul {
    background: #363d4a;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"] .sidebar-footer,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"] ul .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] ul .sidebar-footer {
    background: #363d4a;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"] ul,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"],
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] ul {
    background: #009efb;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"] .sidebar-footer,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"] ul .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] ul .sidebar-footer {
    background: #009efb;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] ul,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"],
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] ul {
    background: #7460ee;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-footer,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] ul .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] ul .sidebar-footer {
    background: #7460ee;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"],
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] {
    background: #fff;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer {
    background: #fff;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer {
    border-top: 1px solid #e9ecef;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer a,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .user-profile .profile-text a,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer a,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .user-profile .profile-text a {
    color: #54667a;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul {
    background: #fff;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link {
    color: #54667a;
    opacity: 1;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link .feather,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link .feather {
    fill: rgba(0, 158, 251, 0.1);
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    color: #000;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover .feather,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover .feather {
    color: #009efb;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link i,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link .feather,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link i,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link .feather {
    color: #737b88;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active {
    color: #009efb;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active i,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active .feather,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active i,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active .feather {
    color: #009efb;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-left: 3px solid #009efb;
    color: #009efb;
    /*background: rgba(0, 0, 0, 0.04);*/
    opacity: 1;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link i,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link i {
    color: #009efb;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
    color: #263238;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active i,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active i {
    color: #263238;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .nav-small-cap,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .nav-small-cap {
    color: #90a4ae;
    opacity: 1;
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .nav-devider,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .nav-devider {
    background: rgba(120, 130, 140, 0.13);
}

#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .has-arrow::after,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .has-arrow::after {
    border-color: #54667a;
}

#main-wrapper[data-layout="horizontal"] {
    /*This is for the logo bg*/
}

#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin6"] .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: inline;
}

#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin6"] .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
}

#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link,
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected>.sidebar-link {
    border-left: 0;
}

.alert-primary,
.alert-warning,
.alert-success,
.alert-info,
.alert-danger {
    color: #fff;
}

.alert-primary .alert-link,
.alert-warning .alert-link,
.alert-success .alert-link,
.alert-info .alert-link,
.alert-danger .alert-link {
    color: #fff;
}

.alert.customize-alert {
    padding: 20px 25px;
}

.alert.customize-alert .btn-close {
    width: 25px;
}

.alert.customize-alert .side-line {
    position: absolute;
    width: 3px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 575.98px) {
    .alert.customize-alert {
        padding: 20px 15px;
    }
}

/*******************
 Breadcrumb and page title
*******************/
.page-breadcrumb {
    padding: 25px 30px 0;
}

.page-breadcrumb .page-title {
    margin-bottom: 0;
}

.page-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 16px;
}

.page-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-family: themify;
    color: #ced4da;
    font-size: 11px;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb.bg-light-info .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb.border-info .breadcrumb-item+.breadcrumb-item::before {
    color: #009efb;
}

.breadcrumb.bg-light-primary .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb.border-primary .breadcrumb-item+.breadcrumb-item::before {
    color: #7460ee;
}

.breadcrumb.bg-light-warning .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb.border-warning .breadcrumb-item+.breadcrumb-item::before {
    color: #ffbc34;
}

.breadcrumb.bg-light-danger .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb.border-danger .breadcrumb-item+.breadcrumb-item::before {
    color: #f62d51;
}

.breadcrumb.bg-light-success .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb.border-success .breadcrumb-item+.breadcrumb-item::before {
    color: #39c449;
}

.button-group .btn {
    margin-bottom: 8px;
    margin-right: 8px;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 30px;
}

.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
    width: 50px;
    height: 50px;
    padding: 14px 10px;
    font-size: 18px;
    line-height: 23px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px;
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

.btn-rounded.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}

.btn-rounded.btn-sm,
.btn-group-sm>.btn-rounded.btn {
    padding: .25rem .5rem;
    font-size: 12px;
}

.btn-rounded.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}

.btn-rounded.btn-lg,
.btn-group-lg>.btn-rounded.btn {
    padding: .75rem 1.5rem;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}

.btn .text-active {
    display: none;
}

.btn.active .text-active {
    display: inline-block;
}

button:focus {
    outline: 0;
}

.btn-danger,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-warning,
.btn-success {
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger.active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.active,
.btn-info:hover,
.btn-info:focus,
.btn-info.disabled,
.btn-info:disabled,
.btn-info.active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning.active,
.btn-success:hover,
.btn-success:focus,
.btn-success.disabled,
.btn-success:disabled,
.btn-success.active {
    color: #fff;
}

.btn-outline-danger:hover,
.btn-outline-primary:hover,
.btn-outline-info:hover,
.btn-outline-warning:hover,
.btn-outline-success:hover {
    color: #fff;
}

.btn-check:checked+.btn-outline-danger,
.btn-check:checked+.btn-outline-primary,
.btn-check:checked+.btn-outline-info,
.btn-check:checked+.btn-outline-warning,
.btn-check:checked+.btn-outline-success,
.btn-check.active+.btn-outline-danger,
.btn-check.active+.btn-outline-primary,
.btn-check.active+.btn-outline-info,
.btn-check.active+.btn-outline-warning,
.btn-check.active+.btn-outline-success {
    color: #fff;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 30px;
}

.btn-circle.btn-sm,
.btn-group-sm>.btn-circle.btn {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
}

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
    width: 50px;
    height: 50px;
    padding: 14px 10px;
    font-size: 18px;
    line-height: 23px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

.btn-rounded.btn-lg,
.btn-group-lg>.btn-rounded.btn {
    padding: 0.75rem 1.5rem;
}

.btn-rounded.btn-sm,
.btn-group-sm>.btn-rounded.btn {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
}

.btn-rounded.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
}

.btn-rounded.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}

.btn-default {
    background-color: #009efb;
    color: #fff;
}

.btn-default:hover {
    color: #fff;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}

.btn-facebook:hover {
    color: #fff;
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
}

.btn-twitter:hover {
    color: #fff;
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
}

.btn-linkedin:hover {
    color: #fff;
}

.btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
}

.btn-dribbble:hover {
    color: #fff;
}

.btn-googleplus {
    color: #fff;
    background-color: #dd4b39;
}

.btn-googleplus:hover {
    color: #fff;
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
}

.btn-dropbox {
    color: #fff;
    background-color: #007ee5;
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
}

.btn-tumblr {
    color: #fff;
    background-color: #32506d;
}

.btn-skype {
    color: #fff;
    background-color: #00aff0;
}

.btn-youtube {
    color: #fff;
    background-color: #ff0000;
}

.btn-github {
    color: #fff;
    background-color: #171515;
}

.button-group .btn {
    margin-bottom: 8px;
    margin-right: 8px;
}

.no-button-group .btn {
    margin-bottom: 5px;
    margin-right: 0px;
}

.btn .text-active {
    display: none;
}

.btn.active .text-active {
    display: inline-block;
}

.btn.active .text {
    display: none;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes animation-dropdown-menu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes animation-dropdown-menu-move-up {
    from {
        top: 71px;
    }

    to {
        top: 70px;
    }
}

@keyframes animation-dropdown-menu-move-up {
    from {
        top: 71px;
    }

    to {
        top: 70px;
    }
}

.dropdown-menu-animate-up {
    -webkit-animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1;
    animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1;
}

.btn-light-primary:hover {
    background-color: #7460ee;
    border-color: #7460ee;
    color: #fff !important;
}

.btn-light-primary:hover svg,
.btn-light-primary:hover i {
    color: #fff !important;
}

.btn-light-secondary:hover {
    background-color: #868e96;
    border-color: #868e96;
    color: #fff !important;
}

.btn-light-secondary:hover svg,
.btn-light-secondary:hover i {
    color: #fff !important;
}

.btn-light-success:hover {
    background-color: #39c449;
    border-color: #39c449;
    color: #fff !important;
}

.btn-light-success:hover svg,
.btn-light-success:hover i {
    color: #fff !important;
}

.btn-light-info:hover {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff !important;
}

.btn-light-info:hover svg,
.btn-light-info:hover i {
    color: #fff !important;
}

.btn-light-warning:hover {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #fff !important;
}

.btn-light-warning:hover svg,
.btn-light-warning:hover i {
    color: #fff !important;
}

.btn-light-danger:hover {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #fff !important;
}

.btn-light-danger:hover svg,
.btn-light-danger:hover i {
    color: #fff !important;
}

.btn-close {
    background-size: 11px;
}

.remove-close-icon .btn-close {
    background: none;
    opacity: 1;
}

.form-check-input {
    background-position: left center;
}

.form-check-input.check-outline.outline-success {
    border: 1px solid #39c449;
    background-color: transparent;
}

.form-check-input.check-outline.outline-danger {
    border: 1px solid #f62d51;
    background-color: transparent;
}

.form-check-input.check-outline.outline-warning {
    border: 1px solid #ffbc34;
    background-color: transparent;
}

.form-check-input.check-outline.outline-primary {
    border: 1px solid #7460ee;
    background-color: transparent;
}

.form-check-input.check-outline.outline-secondary {
    border: 1px solid #868e96;
    background-color: transparent;
}

.form-check-input.check-light-success {
    background-color: #c5f7cb;
}

.form-check-input.check-light-warning {
    background-color: #ffedc9;
}

.form-check-input.check-light-danger {
    background-color: #f9e7eb;
}

.form-check-input.check-light-primary {
    background-color: #ddd8fd;
}

.form-check-input.check-light-secondary {
    background-color: #dde1e4;
}

.form-check-input.success:checked {
    background-color: #39c449 !important;
    border-color: #39c449 !important;
}

.form-check-input.warning:checked {
    background-color: #ffbc34 !important;
    border-color: #ffbc34 !important;
}

.form-check-input.danger:checked {
    background-color: #f62d51 !important;
    border-color: #f62d51 !important;
}

.form-check-input.primary:checked {
    background-color: #7460ee !important;
    border-color: #7460ee !important;
}

.form-check-input.secondary:checked {
    background-color: #868e96 !important;
    border-color: #868e96 !important;
}

.card {
    margin-bottom: 30px;
}

.card .card-subtitle {
    margin-bottom: 10px;
    font-weight: 300;
    color: #90a4ae;
}

.card .card-title {
    margin-bottom: 10px;
    font-weight: 400;
}

.card .card-actions a {
    cursor: pointer;
    padding: 0 5px;
}

.card .card-header .card-title {
    margin-bottom: 0;
}

.card-group {
    margin-bottom: 30px;
}

.card-group .card {
    border-right: 1px solid #e9ecef;
}

.card-hover {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.card-hover:hover {
    webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
}

.draggable-cards .card-header {
    cursor: move;
}

.card-moved .card {
    background: #009efb;
    color: #fff;
}

.modal-colored-header .modal-title {
    color: #fff;
}

.modal-colored-header .btn-close {
    filter: invert(1);
}

.toast:not(.showing):not(.show) {
    opacity: 1;
}

.nav-pills.custom-pills .nav-link {
    border-radius: 0;
    opacity: 0.7;
}

.nav-pills.custom-pills .nav-link.active {
    color: #009efb;
    background-color: transparent;
    border-bottom: 2px solid #009efb;
    opacity: 1;
}

.custom-range,
[type=search],
button.close {
    -webkit-appearance: none;
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
}

* {
    outline: none;
}

body {
    overflow-x: hidden;
    margin: 0;
    color: #54667a;
    background: #f2f7f8;
    position: relative;
}

html {
    position: relative;
    min-height: 100%;
}

b,
strong {
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #009efb;
}

a:hover,
a:focus {
    text-decoration: none;
}

a.link {
    color: #54667a;
}

a.link:hover,
a.link:focus {
    color: #009efb;
}

.op-5 {
    opacity: 0.5;
}

html body .font-weight-medium {
    font-weight: 500;
}

html body .display-5 {
    font-size: 3rem;
}

html body .display-6 {
    font-size: 2.5rem;
}

html body .display-7 {
    font-size: 2rem;
}

ul.list-style-none {
    margin: 0;
    padding: 0;
}

ul.list-style-none li {
    list-style: none;
}

ul.list-style-none li a {
    display: block;
    padding: 8px 0;
    color: #54667a;
    text-decoration: none;
}

ul.list-style-none li a:hover {
    color: #009efb;
}

.round {
    line-height: 45px;
    width: 45px;
    height: 45px;
}

.round-lg {
    line-height: 65px;
    width: 60px;
    height: 60px;
    font-size: 30px;
}

.w-85 {
    width: 85%;
}

ul.list-icons li a {
    color: #54667a;
}

ul.list-icons li a:hover {
    color: #009efb;
}

ul.list-icons li i {
    font-size: 13px;
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-size: auto;
}

.form-select {
    background-image: url(../../img/template/custom-select.png);
    background-size: auto;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.v-middle td,
.v-middle th {
    vertical-align: middle;
}

.grid-structure .grid-container {
    background-color: #ebf3f5;
    margin-bottom: 10px;
    font-size: .8rem;
    padding: 10px 20px;
}

#div-templates {
    background-color: #ebf3f5;
    padding: 0;
}

#div-templates .btn-check:checked+.btn {
    box-shadow: none;
    background-color: #ffffff;
}

.icon-hover {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.icon-hover i {
    font-size: 21px;
    margin-right: 8px;
}

.icon-hover:hover {
    color: var(--program_color);
    transform: scale(1.05);
}

.hide {
    display: none;
}

.progress-sm {
    height: 5px;
}

.progress-md {
    height: 8px;
}

.progress-lg {
    height: 12px;
}

.progress-xl {
    height: 15px;
}

.revenue {
    position: relative;
}

.revenue .ct-series-a .ct-line {
    stroke: #009efb;
    stroke-width: 1px;
}

.revenue .ct-series-a .ct-point {
    stroke: #009efb;
    stroke-width: 5px;
}

.revenue .ct-series-b .ct-line {
    stroke: #39c449;
    stroke-width: 1px;
}

.revenue .ct-series-b .ct-point {
    stroke: #39c449;
    stroke-width: 5px;
}

.revenue .ct-series-a .ct-area {
    fill: #009efb;
    fill-opacity: 0.2;
}

.revenue .ct-series-b .ct-area {
    fill: #39c449;
    fill-opacity: 0.2;
}

.round-overlap {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    top: 107px;
    margin: 0 auto;
    border: 2px solid #e9ecef;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round-overlap svg {
    line-height: 150px;
}

.sales-diff {
    position: relative;
}

.sales-diff .ct-series-a .ct-slice-donut {
    stroke: #39c449;
}

.sales-diff .ct-series-b .ct-slice-donut {
    stroke: #ebf3f5;
}

.sales-diff .ct-series-c .ct-slice-donut {
    stroke: #009efb;
}

.stylish-table tbody tr {
    border-left: 4px solid transparent;
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
    border-left: 4px solid #009efb;
}

.stylish-table tbody td small,
.stylish-table tbody td .small {
    line-height: 12px;
}

.social-profile {
    background: rgba(7, 10, 43, 0.8);
}

.profile-card .profile-img {
    max-height: 380px;
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
    border: 0;
    padding: 15px 20px;
    color: #54667a;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #009efb;
    color: #009efb;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #009efb;
}

#visitfromworld path.jvectormap-region.jvectormap-element {
    stroke-width: 1px;
}

.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
    background: #90a4ae;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

.total-sales {
    position: relative;
}

.total-sales .ct-series-a .ct-bar {
    stroke: #0f8edd;
}

.total-sales .ct-series-b .ct-bar {
    stroke: #11a0f8;
}

.total-sales .ct-series-c .ct-bar {
    stroke: #51bdff;
}

.ct-chart {
    position: relative;
}

.ct-chart .ct-series-a .ct-slice-donut {
    stroke: #39c449;
}

.ct-chart .ct-series-b .ct-slice-donut {
    stroke: #ebf3f5;
}

.ct-chart .ct-series-c .ct-slice-donut {
    stroke: #009efb;
}

.dashboard-calendar .fc-scroller {
    overflow: hidden !important;
}

@media (min-width: 1800px) {
    .dashboard-calendar .fc-view {
        overflow-y: auto;
        overflow-x: hidden;
        height: 479px;
    }

    .dashboard-calendar .fc td,
    .dashboard-calendar .fc th {
        border-width: 0;
    }
}

.total-revenue,
.income-year,
.total-revenue2 {
    position: relative;
}

.total-revenue .chartist-tooltip,
.income-year .chartist-tooltip,
.total-revenue2 .chartist-tooltip {
    border-radius: 60px;
}

.total-revenue .ct-series-a .ct-line,
.income-year .ct-series-a .ct-line,
.total-revenue2 .ct-series-a .ct-line {
    stroke: #009efb;
    stroke-width: 2px;
}

.total-revenue .ct-series-a .ct-point,
.income-year .ct-series-a .ct-point,
.total-revenue2 .ct-series-a .ct-point {
    stroke: #009efb;
    stroke-width: 7px;
}

.total-revenue .ct-series-b .ct-line,
.income-year .ct-series-b .ct-line,
.total-revenue2 .ct-series-b .ct-line {
    stroke: #39c449;
    stroke-width: 2px;
}

.total-revenue .ct-series-b .ct-point,
.income-year .ct-series-b .ct-point,
.total-revenue2 .ct-series-b .ct-point {
    stroke: #39c449;
    stroke-width: 7px;
}

.total-revenue .ct-series-a .ct-area,
.total-revenue .ct-series-b .ct-area,
.income-year .ct-series-a .ct-area,
.income-year .ct-series-b .ct-area,
.total-revenue2 .ct-series-a .ct-area,
.total-revenue2 .ct-series-b .ct-area {
    fill: transparent;
}

.income-year .ct-series-a .ct-bar {
    stroke: #009efb;
}

.income-year .ct-series-b .ct-bar {
    stroke: #39c449;
}

.round-overlap.sales {
    position: absolute;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 67px;
    border: 2px solid #e9ecef;
    border-radius: 100%;
    font-size: 35px;
    text-align: center;
}

.round-overlap.sales i {
    line-height: 150px;
}

.error-box {
    position: fixed;
    background: url(../../img/template/background/error-bg.jpg) no-repeat bottom center #fff;
}

.error-box .error-body {
    padding-top: 5%;
}

.auth-wrapper {
    position: relative;
    min-height: 100vh;
}

.auth-wrapper .auth-box {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    margin: 10% 0;
    max-width: 400px;
    width: 90%;
}

.auth-wrapper .auth-box.on-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.auth-wrapper .auth-box-2 {
    padding: 40px;
}

.auth-wrapper .auth-box-2 .logo {
    text-align: center;
}

.auth-wrapper .logbox-content {
    width: 100%;
    margin-left: 400px;
}

.auth-wrapper #recoverform {
    display: none;
}

.auth-wrapper #registerform {
    display: none;
}

.auth-wrapper .auth-sidebar {
    position: fixed;
    height: 100%;
    right: 0px;
    overflow: auto;
    margin: 0px;
    top: 0px;
}

@media (max-width: 767px) {
    .auth-wrapper .auth-sidebar {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 40px 0 60px;
    }

    .auth-wrapper .demo-text {
        margin-top: 30px;
    }

    .auth-wrapper .logbox-content {
        margin-left: 0;
    }

    .auth-wrapper .auth-box-2.on-sidebar {
        position: relative;
        width: 100%;
    }

    .auth-wrapper .auth-box-2 {
        padding: 40px 25px;
    }
}

@media (min-width: 1500px) {
    .inner-width-card {
        width: 450px;
    }
}

.email-app .list-group .list-group-item {
    background: transparent;
}

.email-app .list-group .list-group-item .list-group-item-action {
    padding: 12px 15px;
    color: #54667a;
}

.email-app .list-group .list-group-item .list-group-item-action:hover,
.email-app .list-group .list-group-item .list-group-item-action.active {
    background: rgba(0, 0, 0, 0.03);
}

.email-app .email-table {
    table-layout: fixed;
}

.email-app .email-table .selected {
    background: #fff8e1;
}

.email-app .email-table .chb {
    width: 50px;
}

.email-app .email-table .time {
    width: 100px;
}

.email-app .email-table .starred,
.email-app .email-table .clip {
    width: 25px;
}

.email-app .email-table .user-image {
    width: 45px;
}

.email-app .email-table .user-name {
    width: 130px;
}

.email-app .email-table .user-name .m-b-0 {
    font-weight: 300;
}

.email-app .email-table .unread .m-b-0,
.email-app .email-table .unread .max-texts {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .email-table {
        min-width: 500px;
    }
}

form label {
    font-weight: 400;
    margin-bottom: 0;
}

.error .form-control {
    border-color: #f62d51;
}

.error .help-block {
    color: #f62d51;
}

.validate .form-control {
    border-color: #39c449;
}

.validate .help-block {
    color: #39c449;
}

@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        position: absolute;
        top: 30%;
        bottom: auto;
    }
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp table.dtp-picker-days tr>td>a.selected {
    background: #009efb;
}

.dtp .p10>a {
    color: #fff;
}

.datepicker .day,
.datepicker .dow {
    padding: 5px 10px;
}

.docs-buttons .btn,
.docs-data .input-group {
    margin-bottom: 5px;
}

.scrollable {
    position: relative;
}

.form-material .form-control {
    background-color: rgba(0, 0, 0, 0);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
    height: calc(2.25rem + 2px);
    border-bottom: 1px solid #e9ecef !important;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#e9ecef, #e9ecef);
    border: 0 none;
    border-radius: 0;
    box-shadow: none !important;
    float: none;
    background-position: bottom;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    transition-duration: 0.3s;
}

.form-control-line .form-group {
    overflow: hidden;
}

.form-control-line .form-control {
    border: 0px;
    border-radius: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #e9ecef;
}

.form-control-line .form-control:focus {
    border-bottom: 1px solid #009efb;
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.btn-file>input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px;
}

.fileinput .input-group-addon {
    border-right: 1px solid #e9ecef;
}

.fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileinput .thumbnail>img {
    max-height: 100%;
}

.fileinput .btn {
    vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.form-control .fileinput-filename {
    vertical-align: bottom;
}

.fileinput.input-group>* {
    position: relative;
    z-index: 2;
}

.fileinput.input-group>.btn-file {
    z-index: 1;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #39c449;
}

.has-success .form-control-success {
    background-image: url(../../img/template/icon/success.svg);
}

.has-success .form-control {
    border-color: #39c449;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #ffbc34;
}

.has-warning .form-control-warning {
    background-image: url(../../img/template/icon/warning.svg);
}

.has-warning .form-control {
    border-color: #ffbc34;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #f62d51;
}

.has-danger .form-control-danger {
    background-image: url(../../img/template/icon/danger.svg);
}

.has-danger .form-control {
    border-color: #f62d51;
}

.el-element-overlay .white-box {
    padding: 0;
}

.el-element-overlay .el-card-item .el-overlay-1 {
    cursor: default;
}

.el-element-overlay .el-card-item .el-overlay-1 img {
    height: auto;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.el-element-overlay .el-card-item .el-overlay-1:hover img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
    /* transform: scale(1.2) translateZ(0); */
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-decoration: none;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link {
    padding: 12px 15px 10px;
}

.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link:hover {
    border-color: #009efb;
    background: #009efb;
}

.el-element-overlay .el-card-item .el-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
    top: -100%;
}

.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
    top: 100%;
    height: 0;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
    top: 0;
}

.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
    top: 0;
    height: 100%;
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
}

.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #e9ecef;
    border-radius: 4px;
}

.gmaps-overlay {
    display: block;
    background: #009efb;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #009efb;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #009efb;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.jvectormap-zoomout {
    top: 40px;
}

.title-part-padding {
    padding: 15px 20px;
}

.fill-white {
    fill: rgba(255, 255, 255, 0.1);
}

.feather-sm {
    width: 18px;
    height: 18px;
}

.feather-lg {
    width: 28px;
    height: 28px;
}

.feather-xl {
    width: 35px;
    height: 35px;
}

.price-label {
    position: absolute;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100px;
    padding: 5px 10px;
}

.price-sign {
    font-size: 15px;
    position: absolute;
    top: 5px;
    margin-left: -10px;
}

.bootstrap-table .pull-right {
    float: right;
}

.bootstrap-table .pull-left {
    float: left;
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    cursor: move;
    color: #979898;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #317eeb;
    background: #fff;
}

.dd-item>button {
    display: block;
    position: absolute;
    cursor: pointer;
    height: 25px;
    margin: 5px;
    width: 25px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    content: "+";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button[data-action="collapse"]:before {
    content: "-";
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f5f5f5;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #979898;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #317eeb;
    background: #fff;
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0;
}

.dd3-item>button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #d5d5d5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    font-weight: 900;
    color: #67757c;
    top: 7px;
}

.dd3-handle:hover {
    background: #404040;
    border: 1px solid #404040;
}

.myadmin-dd .dd-list .dd-item .dd-handle {
    background: #ffffff;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 8px 16px 8px 30px;
    height: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    border-radius: 0;
}

.myadmin-dd-empty .dd-list .dd3-content {
    height: auto;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 8px 16px 8px 46px;
    background: #ffffff;
    font-weight: 400;
}

.myadmin-dd-empty .dd-list .dd3-handle {
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-bottom: 0;
    background: #ffffff;
    height: 36px;
    width: 36px;
}

.dd3-handle:before {
    color: #67757c;
    top: 7px;
}

.lobilists .lobilist {
    box-shadow: none;
}

.lobilists .lobilist.lobilist-primary {
    border-color: #e9ecef;
}

.lobilists .lobilist.lobilist-primary .lobilist-header,
.lobilists .lobilist.lobilist-primary .lobilist-footer,
.lobilists .lobilist.lobilist-primary .lobilist-form-footer {
    border-color: #7460ee;
    background-color: #7460ee;
}

.lobilists .lobilist.lobilist-danger {
    border-color: #e9ecef;
}

.lobilists .lobilist.lobilist-danger .lobilist-header,
.lobilists .lobilist.lobilist-danger .lobilist-footer,
.lobilists .lobilist.lobilist-danger .lobilist-form-footer {
    border-color: #f62d51;
    background-color: #f62d51;
}

.lobilists .lobilist.lobilist-info {
    border-color: #e9ecef;
}

.lobilists .lobilist.lobilist-info .lobilist-header,
.lobilists .lobilist.lobilist-info .lobilist-footer,
.lobilists .lobilist.lobilist-info .lobilist-form-footer {
    border-color: #009efb;
    background-color: #009efb;
}

.lobilists .lobilist.lobilist-success {
    border-color: #e9ecef;
}

.lobilists .lobilist.lobilist-success .lobilist-header,
.lobilists .lobilist.lobilist-success .lobilist-footer {
    border-color: #39c449;
    background-color: #39c449;
}

.lobilists .lobilist-footer,
.lobilists .lobilist-form-footer {
    border-color: #e9ecef !important;
    background: rgba(0, 0, 0, 0.02) !important;
}

.lobilists .btn-link {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #263238 !important;
}

.lobilists.single-line {
    height: 500px;
}

.lobilist,
.lobilists {
    position: relative;
}

.lobilists [type="checkbox"]:not(:checked),
.lobilists [type="checkbox"]:checked {
    opacity: 1;
    position: relative;
}

.lobilists .lobilist-item {
    margin-bottom: 16px;
    padding-top: 5px;
}

.lobilists .lobilist-item-title {
    color: #263238;
}

.lobilists .lobilist-item-description {
    font-style: normal;
    font-size: 13px;
}

.lobilists .lobilist-check {
    top: 7px;
}

.lobilists .lobilist-item-duedate {
    position: relative;
    font-size: 12px;
    left: 0px;
}

.lobilists .lobilist-actions {
    top: 0px;
}

.lobilist-actions .btn i {
    font-size: 15px;
    vertical-align: middle;
}

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #e9ecef;
}

.timeline>.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline>.timeline-item:before,
.timeline>.timeline-item:after {
    content: " ";
    display: table;
}

.timeline>.timeline-item:after {
    clear: both;
}

.timeline>.timeline-item>.timeline-panel {
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline>.timeline-item>.timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-top: 8px solid transparent;
    border-right: 0 solid #e9ecef;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e9ecef;
}

.timeline>.timeline-item>.timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-top: 7px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
}

.timeline>.timeline-item>.timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}

.timeline>.timeline-item.timeline-inverted>.timeline-panel {
    left: 0;
    right: 0;
    margin-left: auto;
}

.timeline>.timeline-item.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0;
}

.timeline>.timeline-item.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0;
}

.timeline-badge.primary {
    background-color: #7460ee;
}

.timeline-badge.success {
    background-color: #39c449;
}

.timeline-badge.warning {
    background-color: #ffbc34;
}

.timeline-badge.danger {
    background-color: #f62d51;
}

.timeline-badge.info {
    background-color: #009efb;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-left:before {
    left: 30px;
}

.timeline-left>.timeline-item>.timeline-badge {
    left: 30px;
    top: 9px;
}

.timeline-left>.timeline-item>.timeline-panel {
    width: calc(100% - 80px);
    margin-left: 85px;
}

.timeline-right:before {
    right: 30px;
    left: auto;
}

.timeline-right>.timeline-item>.timeline-badge {
    right: 5px;
    top: 9px;
    left: auto;
}

.timeline-right>.timeline-item>.timeline-panel {
    margin-right: 85px;
    width: calc(100% - 80px);
}

.cd-horizontal-timeline .events a {
    padding-bottom: 6px;
    color: #009efb;
}

.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
    background: #009efb;
}

.cd-horizontal-timeline .events a.selected::after {
    border-color: #009efb;
}

.cd-horizontal-timeline .m-t-40 {
    margin-top: 40px !important;
}

.twitter-typeahead {
    width: 100%;
}

.twitter-typeahead .tt-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #ebf3f5;
    border-radius: 5px;
    padding: .75rem 0;
}

.twitter-typeahead .tt-menu .tt-suggestion {
    padding: .25rem .75rem;
    cursor: pointer;
}

.twitter-typeahead .tt-menu .tt-suggestion:hover {
    background-color: #7460ee;
    color: #fff;
}

.twitter-typeahead .empty-message {
    padding: 5px 10px;
    text-align: center;
}

.twitter-typeahead .rtl-typeahead .tt-menu {
    text-align: right;
}

.twitter-typeahead .league-name {
    margin: 0 10px 5px;
    padding: 7px 5px 10px;
    border-bottom: 1px solid #e9ecef;
}

.scrollable-dropdown .twitter-typeahead .tt-menu {
    max-height: 80px;
    overflow-y: auto;
}

.bootstrap-maxlength {
    margin-top: .5rem;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.calendar {
    margin-bottom: 0;
}

.fc-view {
    margin-top: 30px;
}

.none-border .modal-footer {
    border-top: none;
}

.fc-toolbar {
    margin-bottom: 5px;
    margin-top: 15px;
}

.fc-toolbar h2,
.fc-toolbar .h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.fc-day {
    background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}

.fc-widget-header {
    border: 0 !important;
}

.fc-widget-content {
    border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
    color: #54667a;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 7px 0;
}

.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat,
.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
    background: #f2f7f8;
}

.fc-view {
    margin-top: 0;
}

.fc-toolbar {
    margin: 0;
    padding: 24px 0;
}

.fc-button {
    background: #fff;
    border: 1px solid #e9ecef;
    color: #54667a;
    text-transform: capitalize;
}

.fc-button:hover {
    background: #ebf3f5;
    opacity: 0.8;
}

.fc-text-arrow {
    font-size: 16px;
    font-family: inherit;
}

.fc-state-hover {
    background: #f5f5f5;
}

.fc-unthemed .fc-today {
    border: 1px solid #f62d51;
    background: #ebf3f5 !important;
}

.fc-state-highlight,
.fc-cell-overlay {
    background: #f0f0f0;
}

.fc-unthemed .fc-today {
    background: #fff;
}

.fc-event {
    border-radius: 0;
    border: none;
    background: #009efb;
    color: #fff !important;
    padding: 5px 5px;
    margin: 1px -1px 0 -1px;
    cursor: move;
    font-size: 13px;
    text-align: center;
}

.calendar-event {
    margin: 10px 5px 0 0;
    padding: 6px 10px;
    display: inline-block;
    cursor: move;
    color: #fff;
    text-align: center;
    min-width: 140px;
    background: #009efb;
}

.calendar-event a {
    opacity: 0.6;
    font-size: 10px;
    color: #fff;
    margin: 4px 0 0 10px;
}

.fc-basic-view td.fc-week-number span {
    padding-right: 5px;
}

.fc-basic-view .fc-day-number {
    display: inline-block;
    padding: 10px 15px;
}

.fc-state-default {
    text-shadow: none;
    box-shadow: none;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 5rem;
}

.fc-toolbar .fc-button-group {
    border: 1px solid #009efb;
    border-radius: 4px;
}

.fc-toolbar .fc-button {
    background: #009efb;
    color: #fff;
    border: none;
}

.fc-toolbar .fc-button:hover {
    background: #009efb;
    opacity: 1;
}

.fc-toolbar .fc-button.fc-state-active {
    background: #fff;
    color: #009efb;
}

.fc-widget-header {
    border: 0px !important;
}

.fc-widget-content {
    border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc-widget-content tr {
    border-bottom: none;
}

.fc-view {
    margin-top: 0px;
}

.fc-toolbar {
    margin: 0px;
    padding: 24px 0px;
}

.fc-event {
    border-radius: 0px;
    border: none;
    cursor: move;
    color: #fff !important;
    font-size: 13px;
    margin: 1px -1px 0 -1px;
    padding: 5px 5px;
    text-align: center;
    background: #7460ee;
}

html body .jqstooltip,
html body .flotTip {
    height: auto !important;
    width: auto !important;
    background: #212529;
    color: #fff;
    border-color: #212529;
    padding: 5px 10px;
}

html body .jqstooltip {
    border-color: tranparent;
    border-radius: 60px;
}

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    min-width: 50px;
    padding: 5px 10px;
    background: #313131;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.chartist-tooltip:before {
    display: none;
}

.chartist-tooltip.tooltip-show {
    opacity: 1;
}

.ct-area,
.ct-line {
    pointer-events: none;
}

.c3-chart-arcs-title {
    fill: #90a4ae;
}

.c3 line,
.c3 path {
    stroke: rgba(0, 0, 0, 0.2);
}

.c3-chart-arc path {
    stroke: transparent;
}

.gaugejs-box {
    position: relative;
    margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
    width: 100% !important;
    height: auto !important;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple {
    border-color: #e9ecef;
    color: #54667a;
    height: 40px;
    line-height: 40px;
}

.select2-container--default .select2-selection--multiple {
    line-height: 27px;
    height: auto;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #009efb;
    border-color: #009efb;
    color: #fff;
}

select.form-control.form-control-line {
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.m-icon {
    width: 33%;
    display: inline-block;
}

@media (max-width: 575.98px) {
    .m-icon {
        width: 100%;
    }
}

.f-icon,
.t-icon,
.w-icon,
.sl-icon,
.if-icon,
.m-icon {
    cursor: pointer;
    padding: 13px 15px;
}

.f-icon:hover,
.t-icon:hover,
.w-icon:hover,
.sl-icon:hover,
.if-icon:hover,
.m-icon:hover {
    background-color: #ebf3f5;
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: transparent;
    opacity: .9;
}

.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
    height: 11px;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: transparent;
    opacity: .9;
}

.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
    width: 11px;
}

.ps-container>.ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0;
    height: 15px;
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px;
}

.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x {
    height: 6px;
}

.ps-container>.ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 15px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
    -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
    transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
    right: 2px;
    width: 6px;
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 6px;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
    background-color: transparent;
    opacity: .9;
}

.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
    height: 6px;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
    background-color: transparent;
    opacity: .9;
}

.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
    width: 6px;
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .6;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: transparent;
    opacity: .9;
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: transparent;
    opacity: .9;
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    /* please don't change 'position' */
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.table thead th,
.table tfoot th,
.table th {
    font-weight: 500;
}

.page-link {
    color: #009efb;
}

.table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper {
    padding: 0px;
}

.note-editor.note-frame,
.dropzone {
    border-color: #e9ecef;
}

.note-toolbar {
    z-index: 1;
}

.note-toolbar-wrapper {
    height: 33px !important;
}

.dropzone {
    border-style: dotted;
}

#demo-foo-accordion .open>.dropdown-menu,
#demo-foo-accordion2 .open>.dropdown-menu,
#footable-addrow .open>.dropdown-menu {
    display: block;
}

table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox {
    padding-left: 0;
}

table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox input[type=checkbox] {
    position: relative;
    margin-right: 10px;
    margin-left: -20px;
    left: 0;
    opacity: 1;
}

table.footable thead tr.footable-filtering th ul.dropdown-menu li .checkbox label::before {
    display: none;
}

.footable .pagination li a {
    position: relative;
    margin-left: -1px;
    border: 1px solid #e9ecef;
    color: #009efb;
    background-color: #fff;
    padding: .5rem .75rem;
    display: block;
    line-height: 1.25;
}

.footable .pagination li.active a {
    z-index: 2;
    border-color: #009efb;
    color: #fff;
    background-color: #009efb;
}

.footable .pagination li.disabled a {
    border-color: #ebf3f5;
    color: #e9ecef;
    background-color: #fff;
    pointer-events: none;
    cursor: not-allowed;
}

.footable .pagination li:first-child a {
    border-radius: .25rem 0 0 .25rem;
    margin-left: 0;
}

.jsgrid-pager-page a,
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #67757c;
    border: 1px solid #ddd;
}

.jsgrid-pager-page a:hover,
.jsgrid-pager-nav-button a:hover {
    background-color: #009efb;
    color: #fff;
}

.jsgrid-pager-current-page {
    background-color: #009efb;
    color: #fff;
}

.jsgrid-pager-page,
.jsgrid-pager-nav-button {
    padding: 0;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
    padding: 0.5em 1em !important;
}

.table-light {
    color: #54667a;
}

.jsgrid .jsgrid-button {
    background-image: url(../../img/template/table-jsgrid.png);
    background-repeat: repeat;
}

.jsgrid-button.jsgrid-search-mode-button,
.jsgrid-button.jsgrid-search-button {
    background-position: top 49px left 6px;
}

.jsgrid-button.jsgrid-clear-filter-button {
    background-position: top 153px left 5px;
}

.jsgrid-button.jsgrid-edit-button {
    background-position: top 100px left -3px;
}

.jsgrid-button.jsgrid-delete-button {
    background-position: top 125px left -3px;
}

.jsgrid-button.jsgrid-update-button {
    background-position: top 23px left -5px;
}

.jsgrid-button.jsgrid-cancel-edit-button {
    background-position: top 181px left -5px;
}

table.customize-table td,
table.customize-table th {
    padding: 15px 20px;
}

.table-light,
.table {
    color: #54667a;
}

.table-dark {
    color: #fff;
}

.chat-windows {
    position: fixed;
    bottom: 0px;
    right: 300px;
    height: 350px;
    max-height: 350px;
    z-index: 9999;
    transition: 600ms;
}

.chat-windows.show-chat {
    bottom: 0px;
}

.chat-windows.hide-chat {
    bottom: -350px;
}

.chat-windows .user-chat {
    min-width: 300px;
    min-height: 350px;
    background-color: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    margin: 0 2px 0 0;
}

.chat-windows .user-chat.mini-chat {
    min-width: 40px;
    min-height: 40px;
    bottom: 0px;
    top: 310px;
    position: relative;
}

.chat-windows .user-chat.mini-chat .chat-head .name,
.chat-windows .user-chat.mini-chat .chat-head i,
.chat-windows .user-chat.mini-chat .chat-footer,
.chat-windows .user-chat.mini-chat .chat-body {
    display: none;
}

.chat-windows .user-chat.mini-chat .chat-head img {
    margin: 0;
}

.chat-windows .user-chat.mini-chat .chat-head .status {
    left: 28px;
    top: 10px;
}

.chat-windows .user-chat .chat-head {
    height: 40px;
    padding: 10px;
    background-color: #009efb;
    color: #fff;
    position: relative;
    display: flex;
}

.chat-windows .user-chat .chat-head .opts {
    margin-left: auto;
}

.chat-windows .user-chat .chat-head img {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    display: inline-block;
    cursor: pointer;
}

.chat-windows .user-chat .chat-head .status {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    left: 28px;
    top: 7px;
}

.chat-windows .user-chat .chat-head .online {
    background-color: #39c449;
}

.chat-windows .user-chat .chat-head .busy {
    background-color: #f62d51;
}

.chat-windows .user-chat .chat-head .away {
    background-color: #fb8c00;
}

.chat-windows .user-chat .chat-head .offline {
    background-color: #ffbc34;
}

.chat-windows .user-chat .chat-head i {
    font-size: 14px;
    color: #fff;
    margin: 3px 0 0 5px;
    cursor: pointer;
}

.chat-windows .user-chat .chat-footer {
    padding: 0px;
    border-top: 1px solid #e9ecef;
}

.chat-windows .user-chat .chat-footer .form-control {
    background-color: transparent;
    color: #54667a;
    font-size: 14px;
    border: 0px;
    width: 100%;
    height: 40px;
}

.chat-windows .user-chat .chat-footer .form-control:focus,
.chat-windows .user-chat .chat-footer .form-control:hover {
    border: 0px;
}

.chat-windows .user-chat .chat-body {
    height: 270px;
    padding: 15px 15px 0;
    background-color: #f2f7f8;
    overflow: hidden;
    max-width: 300px;
    position: relative;
}

.chat-list {
    margin: 0px;
    padding: 0px;
}

.chat-list .msg_receive,
.chat-list .msg_sent {
    list-style: none;
    margin-top: 30px;
}

.chat-list .msg_receive .chat-img,
.chat-list .msg_sent .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
}

.chat-list .msg_receive .chat-img img,
.chat-list .msg_sent .chat-img img {
    width: 100%;
    border-radius: 100%;
}

.chat-list .msg_receive .chat-content,
.chat-list .msg_sent .chat-content {
    width: calc(100% - 50px);
    display: inline-block;
    padding-left: 15px;
}

.chat-list .msg_receive .chat-content .box,
.chat-list .msg_sent .chat-content .box {
    display: inline-block;
    padding: 10px;
    margin-bottom: 3px;
    background: #fff;
}

.chat-list .msg_receive .chat-time,
.chat-list .msg_sent .chat-time {
    display: block;
    font-size: 10px;
    color: #90a4ae;
    margin: 5px 0 15px 15px;
}

.chat-list .msg_receive.odd .chat-content,
.chat-list .msg_sent.odd .chat-content {
    text-align: right;
    width: calc(100% - 0px);
}

.chat-list .msg_receive.odd .chat-content .box,
.chat-list .msg_sent.odd .chat-content .box {
    clear: both;
    background: #009efb;
}

.chat-list .msg_receive.odd .chat-time,
.chat-list .msg_receive .reverse,
.chat-list .msg_sent.odd .chat-time,
.chat-list .msg_sent .reverse {
    text-align: right;
}

.chat-list .msg_receive.odd+.odd,
.chat-list .msg_sent.odd+.odd {
    margin-top: 0px;
}

.chat-list .msg_receive.reverse .chat-content,
.chat-list .msg_sent.reverse .chat-content {
    padding-left: 0px;
    padding-right: 15px;
}

.chat-list .msg_receive.reverse .chat-time,
.chat-list .msg_sent.reverse .chat-time {
    text-align: left;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-box {
    overflow: auto;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-list li {
    list-style: none;
}

.chat-list li .chat-img {
    width: 45px;
}

.chat-list li .chat-img img {
    width: 45px;
}

.chat-list li .chat-content {
    width: calc(100% - 55px);
}

.chat-list li .chat-content .message {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 15px 20px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 25px;
}

.chat-list li .chat-time {
    width: 80px;
    font-size: 13px;
}

.chat-list li.odd .chat-content {
    width: calc(100% - 10px);
}

.chat-list li.odd .chat-content .message {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 25px;
    padding: 15px 20px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.chat-list li.odd .box {
    clear: both;
}

.chat-list li.odd+.odd {
    margin-top: 0px;
}

.chat-list li.reverse {
    text-align: right;
}

.chat-list li.reverse .chat-time {
    text-align: left;
}

.chat-list li.reverse .chat-content {
    padding-left: 0px;
    padding-right: 15px;
}

@media (max-width: 767.98px) {
    .chat-list li .chat-content {
        width: calc(100% - 80px);
    }
}

/*******************/
/*Chat widget*/
/*******************/
.message-box .message-widget a:hover {
    background: rgba(0, 0, 0, 0.025);
}

.message-box .message-widget a .user-img {
    width: 45px;
}

.message-box .message-widget a .user-img .profile-status {
    border: 2px solid #fff;
    height: 10px;
    left: 33px;
    position: absolute;
    top: -1px;
    width: 10px;
}

.message-box .message-widget a .user-img .online {
    background: #39c449;
}

.message-box .message-widget a .user-img .busy {
    background: #f62d51;
}

.message-box .message-widget a .user-img .away {
    background: #ffbc34;
}

.message-box .message-widget a .user-img .offline {
    background: #ffbc34;
}

.message-box .message-widget a .mail-desc,
.message-box .message-widget a .time {
    color: #54667a;
}

.right-part.chat-container,
.right-part.invoice-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-part.chat-container .chat-box-inner-part,
.right-part.invoice-box .chat-box-inner-part {
    width: 100%;
}

.left-part.user-chat-box,
.left-part.list-of-user {
    height: 100vh;
}

.chatting-box,
.invoiceing-box {
    display: none;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-box .chat {
    display: none;
}

.chat-box .chat.active-chat {
    display: block;
}

@media (max-width: 767.98px) {
    .right-part.invoice-box {
        display: block;
    }

    .right-part.invoice-box .chat-box-inner-part {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .left-part.list-of-user {
        position: fixed;
        left: -260px;
        background: #f2f7f8;
        z-index: 1;
        transition: 0.1s ease-in;
    }

    .left-part.list-of-user .show-left-part {
        right: -107px;
    }

    .left-part.list-of-user.show-panel {
        left: 65px;
    }

    .left-part.list-of-user.show-panel .show-left-part {
        right: -42px;
    }

    .right-part.invoice-box {
        margin-left: 0;
        width: 100%;
    }
}

/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets .comment-row {
    background: transparent;
}

.comment-widgets .comment-row:hover,
.comment-widgets .comment-row.active {
    background: rgba(0, 0, 0, 0.025);
}

.comment-text:hover .comment-footer .action-icons,
.comment-text.active .comment-footer .action-icons {
    visibility: visible;
}

.comment-footer .action-icons {
    visibility: hidden;
}

.comment-footer .action-icons a {
    color: #90a4ae;
}

.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
    color: #009efb;
}

form p {
    margin-bottom: 10px;
    text-align: left;
}

form p:last-child {
    margin-bottom: 0;
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked)[class*="material-inputs"],
[type="checkbox"]:checked[class*="material-inputs"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="checkbox"] {
    /* checkbox aspect */
}

[type="checkbox"].material-inputs+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 21px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}

[type="checkbox"].material-inputs+label:before,
[type="checkbox"].material-inputs:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #b1b8bb;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

[type="checkbox"].material-inputs:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"].material-inputs:not(:checked):disabled+label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].material-inputs.tabbed:focus+label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].material-inputs:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].material-inputs:checked:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type="checkbox"].material-inputs:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].material-inputs:indeterminate:disabled+label:before {
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    background-color: transparent;
}

[type="checkbox"].material-inputs.filled-in+label:after {
    border-radius: 2px;
}

[type="checkbox"].material-inputs.filled-in+label:before,
[type="checkbox"].material-inputs.filled-in+label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].material-inputs.filled-in:not(:checked)+label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"].material-inputs.filled-in:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #e9ecef;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].material-inputs.filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].material-inputs.filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].material-inputs.filled-in.tabbed:focus+label:after {
    border-radius: 2px;
    border-color: #e9ecef;
    background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].material-inputs.filled-in.tabbed:checked:focus+label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a;
}

[type="checkbox"].material-inputs.filled-in:disabled:not(:checked)+label:before {
    background-color: transparent;
    border: 2px solid transparent;
}

[type="checkbox"].material-inputs.filled-in:disabled:not(:checked)+label:after {
    border-color: transparent;
    background-color: #BDBDBD;
}

[type="checkbox"].material-inputs.filled-in:disabled:checked+label:before {
    background-color: transparent;
}

[type="checkbox"].material-inputs.filled-in:disabled:checked+label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD;
}

[type="radio"].material-inputs:not(:checked)[class*="material-inputs"],
[type="radio"].material-inputs:checked[class*="material-inputs"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

[type="radio"].material-inputs:not(:checked)+label,
[type="radio"].material-inputs:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 21px;
    font-size: 1rem;
    transition: .28s ease;
    /* webkit (konqueror) browsers */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"].material-inputs+label:before,
[type="radio"].material-inputs+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
    border-radius: 50%;
}

/* Unchecked styles */
[type="radio"].material-inputss:not(:checked)+label:before,
[type="radio"].material-inputss:not(:checked)+label:after,
[type="radio"].material-inputss:checked+label:before,
[type="radio"].material-inputss:checked+label:after,
[type="radio"].material-inputss.with-gap:checked+label:before,
[type="radio"].material-inputss.with-gap:checked+label:after {
    border-radius: 50%;
}

[type="radio"].material-inputs:not(:checked)+label:before,
[type="radio"].material-inputs:not(:checked)+label:after {
    border: 2px solid #e9ecef;
}

[type="radio"].material-inputs:not(:checked)+label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Checked styles */
[type="radio"].material-inputs:checked+label:before {
    border: 2px solid transparent;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs:checked+label:after,
[type="radio"].material-inputs.with-gap:checked+label:before,
[type="radio"].material-inputs.with-gap:checked+label:after {
    border: 2px solid #26a69a;
}

[type="radio"].material-inputs:checked+label:after,
[type="radio"].material-inputs.with-gap:checked+label:after {
    background-color: #26a69a;
    z-index: 0;
}

[type="radio"].material-inputs:checked+label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].material-inputs.with-gap:checked+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* Focused styles */
[type="radio"].material-inputs.tabbed:focus+label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    animation: ripple 0.2s linear forwards;
}

/* Disabled Radio With gap */
[type="radio"].material-inputs.with-gap:disabled:checked+label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap:disabled:checked+label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"].material-inputs:disabled:not(:checked)+label:before,
[type="radio"].material-inputs:disabled:checked+label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs:disabled+label {
    color: rgba(0, 0, 0, 0.26);
}

[type="radio"].material-inputs:disabled:not(:checked)+label:before {
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"].material-inputs:disabled:checked+label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #BDBDBD;
}

[type="checkbox"].material-inputs+label {
    padding-left: 26px;
    height: 16px;
    line-height: 21px;
    font-weight: normal;
}

[type="checkbox"].material-inputs:checked+label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}

[type="checkbox"].material-inputs:checked.chk-col-red+label:before {
    border-right: 2px solid #fb3a3a;
    border-bottom: 2px solid #fb3a3a;
}

[type="checkbox"].material-inputs:checked.chk-col-pink+label:before {
    border-right: 2px solid #E91E63;
    border-bottom: 2px solid #E91E63;
}

[type="checkbox"].material-inputs:checked.chk-col-purple+label:before {
    border-right: 2px solid #7460ee;
    border-bottom: 2px solid #7460ee;
}

[type="checkbox"].material-inputs:checked.chk-col-deep-purple+label:before {
    border-right: 2px solid #673AB7;
    border-bottom: 2px solid #673AB7;
}

[type="checkbox"].material-inputs:checked.chk-col-indigo+label:before {
    border-right: 2px solid #3F51B5;
    border-bottom: 2px solid #3F51B5;
}

[type="checkbox"].material-inputs:checked.chk-col-blue+label:before {
    border-right: 2px solid #02bec9;
    border-bottom: 2px solid #02bec9;
}

[type="checkbox"].material-inputs:checked.chk-col-light-blue+label:before {
    border-right: 2px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
}

[type="checkbox"].material-inputs:checked.chk-col-cyan+label:before {
    border-right: 2px solid #00BCD4;
    border-bottom: 2px solid #00BCD4;
}

[type="checkbox"].material-inputs:checked.chk-col-teal+label:before {
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688;
}

[type="checkbox"].material-inputs:checked.chk-col-green+label:before {
    border-right: 2px solid #26c6da;
    border-bottom: 2px solid #26c6da;
}

[type="checkbox"].material-inputs:checked.chk-col-light-green+label:before {
    border-right: 2px solid #8BC34A;
    border-bottom: 2px solid #8BC34A;
}

[type="checkbox"].material-inputs:checked.chk-col-lime+label:before {
    border-right: 2px solid #CDDC39;
    border-bottom: 2px solid #CDDC39;
}

[type="checkbox"].material-inputs:checked.chk-col-yellow+label:before {
    border-right: 2px solid #ffe821;
    border-bottom: 2px solid #ffe821;
}

[type="checkbox"].material-inputs:checked.chk-col-amber+label:before {
    border-right: 2px solid #FFC107;
    border-bottom: 2px solid #FFC107;
}

[type="checkbox"].material-inputs:checked.chk-col-orange+label:before {
    border-right: 2px solid #FF9800;
    border-bottom: 2px solid #FF9800;
}

[type="checkbox"].material-inputs:checked.chk-col-deep-orange+label:before {
    border-right: 2px solid #FF5722;
    border-bottom: 2px solid #FF5722;
}

[type="checkbox"].material-inputs:checked.chk-col-brown+label:before {
    border-right: 2px solid #795548;
    border-bottom: 2px solid #795548;
}

[type="checkbox"].material-inputs:checked.chk-col-grey+label:before {
    border-right: 2px solid #9E9E9E;
    border-bottom: 2px solid #9E9E9E;
}

[type="checkbox"].material-inputs:checked.chk-col-blue-grey+label:before {
    border-right: 2px solid #607D8B;
    border-bottom: 2px solid #607D8B;
}

[type="checkbox"].material-inputs:checked.chk-col-black+label:before {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

[type="checkbox"].material-inputs:checked.chk-col-white+label:before {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

[type="checkbox"].material-inputs.filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}

[type="checkbox"].material-inputs.filled-in:checked+label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-red+label:after {
    border: 2px solid #fb3a3a;
    background-color: #fb3a3a;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-pink+label:after {
    border: 2px solid #E91E63;
    background-color: #E91E63;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-purple+label:after {
    border: 2px solid #7460ee;
    background-color: #7460ee;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-deep-purple+label:after {
    border: 2px solid #673AB7;
    background-color: #673AB7;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-indigo+label:after {
    border: 2px solid #3F51B5;
    background-color: #3F51B5;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-blue+label:after {
    border: 2px solid #02bec9;
    background-color: #02bec9;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-light-blue+label:after {
    border: 2px solid #03A9F4;
    background-color: #03A9F4;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-cyan+label:after {
    border: 2px solid #00BCD4;
    background-color: #00BCD4;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-teal+label:after {
    border: 2px solid #009688;
    background-color: #009688;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-green+label:after {
    border: 2px solid #26c6da;
    background-color: #26c6da;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-light-green+label:after {
    border: 2px solid #8BC34A;
    background-color: #8BC34A;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-lime+label:after {
    border: 2px solid #CDDC39;
    background-color: #CDDC39;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-yellow+label:after {
    border: 2px solid #ffe821;
    background-color: #ffe821;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-amber+label:after {
    border: 2px solid #FFC107;
    background-color: #FFC107;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-orange+label:after {
    border: 2px solid #FF9800;
    background-color: #FF9800;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-deep-orange+label:after {
    border: 2px solid #FF5722;
    background-color: #FF5722;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-brown+label:after {
    border: 2px solid #795548;
    background-color: #795548;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-grey+label:after {
    border: 2px solid #9E9E9E;
    background-color: #9E9E9E;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-blue-grey+label:after {
    border: 2px solid #607D8B;
    background-color: #607D8B;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-black+label:after {
    border: 2px solid #000000;
    background-color: #000000;
}

[type="checkbox"].material-inputs.filled-in:checked.chk-col-white+label:after {
    border: 2px solid #ffffff;
    background-color: #ffffff;
}

[type="radio"].material-inputs:not(:checked)+label {
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
}

[type="radio"].material-inputs:checked+label {
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
}

[type="radio"].material-inputs.radio-col-red:checked+label:after {
    background-color: #fb3a3a;
    border-color: #fb3a3a;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-pink:checked+label:after {
    background-color: #E91E63;
    border-color: #E91E63;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-purple:checked+label:after {
    background-color: #7460ee;
    border-color: #7460ee;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-deep-purple:checked+label:after {
    background-color: #673AB7;
    border-color: #673AB7;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-indigo:checked+label:after {
    background-color: #3F51B5;
    border-color: #3F51B5;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-blue:checked+label:after {
    background-color: #02bec9;
    border-color: #02bec9;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-light-blue:checked+label:after {
    background-color: #03A9F4;
    border-color: #03A9F4;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-cyan:checked+label:after {
    background-color: #00BCD4;
    border-color: #00BCD4;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-teal:checked+label:after {
    background-color: #009688;
    border-color: #009688;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-green:checked+label:after {
    background-color: #26c6da;
    border-color: #26c6da;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-light-green:checked+label:after {
    background-color: #8BC34A;
    border-color: #8BC34A;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-lime:checked+label:after {
    background-color: #CDDC39;
    border-color: #CDDC39;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-yellow:checked+label:after {
    background-color: #ffe821;
    border-color: #ffe821;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-amber:checked+label:after {
    background-color: #FFC107;
    border-color: #FFC107;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-orange:checked+label:after {
    background-color: #FF9800;
    border-color: #FF9800;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-deep-orange:checked+label:after {
    background-color: #FF5722;
    border-color: #FF5722;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-brown:checked+label:after {
    background-color: #795548;
    border-color: #795548;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-grey:checked+label:after {
    background-color: #9E9E9E;
    border-color: #9E9E9E;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-blue-grey:checked+label:after {
    background-color: #607D8B;
    border-color: #607D8B;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-black:checked+label:after {
    background-color: #000000;
    border-color: #000000;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.radio-col-white:checked+label:after {
    background-color: #ffffff;
    border-color: #ffffff;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-red:checked+label:before {
    border: 2px solid #fb3a3a;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-red:checked+label:after {
    background-color: #fb3a3a;
    border: 2px solid #fb3a3a;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-pink:checked+label:before {
    border: 2px solid #E91E63;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-pink:checked+label:after {
    background-color: #E91E63;
    border: 2px solid #E91E63;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-purple:checked+label:before {
    border: 2px solid #7460ee;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-purple:checked+label:after {
    background-color: #7460ee;
    border: 2px solid #7460ee;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-deep-purple:checked+label:before {
    border: 2px solid #673AB7;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-deep-purple:checked+label:after {
    background-color: #673AB7;
    border: 2px solid #673AB7;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-indigo:checked+label:before {
    border: 2px solid #3F51B5;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-indigo:checked+label:after {
    background-color: #3F51B5;
    border: 2px solid #3F51B5;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-blue:checked+label:before {
    border: 2px solid #02bec9;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-blue:checked+label:after {
    background-color: #02bec9;
    border: 2px solid #02bec9;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-light-blue:checked+label:before {
    border: 2px solid #03A9F4;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-light-blue:checked+label:after {
    background-color: #03A9F4;
    border: 2px solid #03A9F4;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-cyan:checked+label:before {
    border: 2px solid #00BCD4;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-cyan:checked+label:after {
    background-color: #00BCD4;
    border: 2px solid #00BCD4;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-teal:checked+label:before {
    border: 2px solid #009688;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-teal:checked+label:after {
    background-color: #009688;
    border: 2px solid #009688;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-green:checked+label:before {
    border: 2px solid #26c6da;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-green:checked+label:after {
    background-color: #26c6da;
    border: 2px solid #26c6da;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-light-green:checked+label:before {
    border: 2px solid #8BC34A;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-light-green:checked+label:after {
    background-color: #8BC34A;
    border: 2px solid #8BC34A;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-lime:checked+label:before {
    border: 2px solid #CDDC39;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-lime:checked+label:after {
    background-color: #CDDC39;
    border: 2px solid #CDDC39;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-yellow:checked+label:before {
    border: 2px solid #ffe821;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-yellow:checked+label:after {
    background-color: #ffe821;
    border: 2px solid #ffe821;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-amber:checked+label:before {
    border: 2px solid #FFC107;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-amber:checked+label:after {
    background-color: #FFC107;
    border: 2px solid #FFC107;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-orange:checked+label:before {
    border: 2px solid #FF9800;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-orange:checked+label:after {
    background-color: #FF9800;
    border: 2px solid #FF9800;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-deep-orange:checked+label:before {
    border: 2px solid #FF5722;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-deep-orange:checked+label:after {
    background-color: #FF5722;
    border: 2px solid #FF5722;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-brown:checked+label:before {
    border: 2px solid #795548;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-brown:checked+label:after {
    background-color: #795548;
    border: 2px solid #795548;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-grey:checked+label:before {
    border: 2px solid #9E9E9E;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-grey:checked+label:after {
    background-color: #9E9E9E;
    border: 2px solid #9E9E9E;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-blue-grey:checked+label:before {
    border: 2px solid #607D8B;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-blue-grey:checked+label:after {
    background-color: #607D8B;
    border: 2px solid #607D8B;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-black:checked+label:before {
    border: 2px solid #000000;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-black:checked+label:after {
    background-color: #000000;
    border: 2px solid #000000;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-white:checked+label:before {
    border: 2px solid #ffffff;
    animation: ripple 0.2s linear forwards;
}

[type="radio"].material-inputs.with-gap.radio-col-white:checked+label:after {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    animation: ripple 0.2s linear forwards;
}

.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a;
    left: 24px;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 40px;
    height: 15px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px;
}

.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox].material-inputs:checked:not(:disabled)~.lever:active::after,
input[type=checkbox].material-inputs:checked:not(:disabled).tabbed:focus~.lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox].material-inputs:not(:disabled)~.lever:active:after,
input[type=checkbox].material-inputs:not(:disabled).tabbed:focus~.lever::after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default;
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #BDBDBD;
}

.switch label {
    font-weight: normal;
    font-size: 13px;
}

.switch label .lever {
    margin: 0 14px;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-red:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red {
    background-color: rgba(251, 58, 58, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red:after {
    background-color: #fb3a3a;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-pink:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink {
    background-color: rgba(233, 30, 99, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink:after {
    background-color: #E91E63;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
    background-color: rgba(116, 96, 238, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple:after {
    background-color: #7460ee;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple {
    background-color: rgba(103, 58, 183, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple:after {
    background-color: #673AB7;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-indigo:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo {
    background-color: rgba(63, 81, 181, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo:after {
    background-color: #3F51B5;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
    background-color: rgba(2, 190, 201, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue:after {
    background-color: #02bec9;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue {
    background-color: rgba(3, 169, 244, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue:after {
    background-color: #03A9F4;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-cyan:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan {
    background-color: rgba(0, 188, 212, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan:after {
    background-color: #00BCD4;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-teal:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal {
    background-color: rgba(0, 150, 136, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal:after {
    background-color: #009688;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green {
    background-color: rgba(38, 198, 218, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green:after {
    background-color: #26c6da;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green {
    background-color: rgba(139, 195, 74, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green:after {
    background-color: #8BC34A;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-lime:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime {
    background-color: rgba(205, 220, 57, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime:after {
    background-color: #CDDC39;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-yellow:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow {
    background-color: rgba(255, 232, 33, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow:after {
    background-color: #ffe821;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-amber:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber {
    background-color: rgba(255, 193, 7, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber:after {
    background-color: #FFC107;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange {
    background-color: rgba(255, 152, 0, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange:after {
    background-color: #FF9800;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange {
    background-color: rgba(255, 87, 34, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange:after {
    background-color: #FF5722;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-brown:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown {
    background-color: rgba(121, 85, 72, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown:after {
    background-color: #795548;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey {
    background-color: rgba(158, 158, 158, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey:after {
    background-color: #9E9E9E;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey {
    background-color: rgba(96, 125, 139, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey:after {
    background-color: #607D8B;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-black:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black {
    background-color: rgba(0, 0, 0, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black:after {
    background-color: #000000;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-white:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white {
    background-color: rgba(255, 255, 255, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white:after {
    background-color: #ffffff;
}

html[dir=rtl] [type="checkbox"]:not(:checked)[class*="material-inputs"],
html[dir=rtl] [type="checkbox"]:checked[class*="material-inputs"] {
    position: absolute;
    left: auto;
    right: -9999px;
    opacity: 0;
}

html[dir=rtl] [type="checkbox"].material-inputs+label {
    padding-left: 0;
    padding-right: 26px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked+label:before {
    left: auto;
    right: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs.filled-in+label:before,
html[dir=rtl] [type="checkbox"].material-inputs.filled-in+label:after {
    left: auto;
    right: 0;
}

html[dir=rtl] [type="checkbox"].material-inputs.filled-in:not(:checked)+label:before {
    left: auto;
    right: 6px;
}

html[dir=rtl] [type=checkbox].material-inputs+label:before,
html[dir=rtl] [type=checkbox].material-inputs:not(.filled-in)+label:after {
    left: auto;
    right: 0;
}

html[dir=rtl] [type=checkbox].filled-in:checked+label:before {
    right: 2px;
}

html[dir=rtl] [type=checkbox].material-inputs:checked+label:before,
html[dir=rtl] [type=checkbox].material-inputs.filled-in:checked+label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid #39c449;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #39c449;
    transform: rotate(-45deg);
}

html[dir="rtl"] .checkbox label::after,
html[dir="rtl"] .checkbox label::before {
    margin-left: 0;
    margin-right: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-red+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #fb3a3a;
    border-bottom: 2px solid #fb3a3a;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-pink+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #E91E63;
    border-bottom: 2px solid #E91E63;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-purple+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #7460ee;
    border-bottom: 2px solid #7460ee;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-deep-purple+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #673AB7;
    border-bottom: 2px solid #673AB7;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-indigo+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #3F51B5;
    border-bottom: 2px solid #3F51B5;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-blue+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #02bec9;
    border-bottom: 2px solid #02bec9;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-light-blue+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #03A9F4;
    border-bottom: 2px solid #03A9F4;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-cyan+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #00BCD4;
    border-bottom: 2px solid #00BCD4;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-teal+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #009688;
    border-bottom: 2px solid #009688;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-green+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #26c6da;
    border-bottom: 2px solid #26c6da;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-light-green+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #8BC34A;
    border-bottom: 2px solid #8BC34A;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-lime+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #CDDC39;
    border-bottom: 2px solid #CDDC39;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-yellow+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #ffe821;
    border-bottom: 2px solid #ffe821;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-amber+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #FFC107;
    border-bottom: 2px solid #FFC107;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-orange+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #FF9800;
    border-bottom: 2px solid #FF9800;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-deep-orange+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #FF5722;
    border-bottom: 2px solid #FF5722;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-brown+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #795548;
    border-bottom: 2px solid #795548;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-grey+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #9E9E9E;
    border-bottom: 2px solid #9E9E9E;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-blue-grey+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #607D8B;
    border-bottom: 2px solid #607D8B;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-black+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    top: -5px;
}

html[dir=rtl] [type="checkbox"].material-inputs:checked.chk-col-white+label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: -5px;
}

html[dir=rtl] [type=checkbox].material-inputs.filled-in:checked+label:before {
    border-right: 0 !important;
    border-left: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

html[dir=rtl] [type="radio"].material-inputs:not(:checked)[class*="material-inputs"],
html[dir=rtl] [type="radio"].material-inputs:checked[class*="material-inputs"] {
    left: auto;
    right: -9999px;
}

html[dir=rtl] [type=radio].material-inputs:not(:checked)+label,
html[dir=rtl] [type=radio].material-inputs:checked+label {
    padding-left: 0;
    padding-right: 26px;
}

html[dir=rtl] [type=radio].material-inputs+label:after,
html[dir=rtl] [type=radio].material-inputs+label:before {
    left: auto;
    right: 0;
}

.profiletimeline {
    position: relative;
    padding-left: 40px;
    margin: 10px 10px 0 30px;
    border-left: 1px solid #e9ecef;
}

.profiletimeline .sl-left {
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px;
}

.profiletimeline .sl-left img {
    max-width: 40px;
}

.profiletimeline .sl-item {
    margin-top: 8px;
    display: flex;
    margin-bottom: 30px;
}

.profiletimeline .sl-date {
    font-size: 12px;
    color: #90a4ae;
}

/*******************/
/*Steam line widget*/
/*******************/
.steamline {
    position: relative;
    border-left: 1px solid #e9ecef;
    margin-left: 20px;
}

.steamline .sl-left {
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px;
}

.steamline .sl-left img {
    max-width: 40px;
}

.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
    margin-bottom: 21px;
}

.steamline .sl-item {
    border-bottom: 1px solid #e9ecef;
    margin: 20px 0;
    display: flex;
}

.steamline .sl-item:last-child {
    border-bottom: none;
}

.sl-date {
    font-size: 10px;
    color: #90a4ae;
}

.time-item {
    border-color: #e9ecef;
    padding-bottom: 1px;
    position: relative;
}

.time-item:before {
    content: " ";
    display: table;
}

.time-item:after {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}

.time-item-item:after {
    content: " ";
    display: table;
}

.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

.item-info p {
    margin-bottom: 10px !important;
}

/*******************/
/*To do widgets*/
/*******************/
.todo-list li .assignedto li {
    margin-right: 2px;
}

.todo-list li .assignedto li img {
    width: 30px;
}

.list-task .task-done span {
    text-decoration: line-through;
}

.todo-listing .todo-item .inner-item.done-todo label,
.todo-listing .todo-item .inner-item.done-todo .todo-subtext,
.todo-listing .todo-item .inner-item.done-todo .todo-time {
    text-decoration: line-through;
}

.todo-listing .todo-item .todo-action-dropdown.dropdown-toggle::after {
    display: none;
}

.todo-listing .todo-item.current-task-done .todo-header,
.todo-listing .todo-item.current-task-done .todo-subtext,
.todo-listing .todo-item.current-task-done .todo-time {
    text-decoration: line-through;
}

.todo-listing .todo-item.all-todo-list .todo-action-dropdown .dropdown-item.permanent-delete,
.todo-listing .todo-item.all-todo-list .todo-action-dropdown .dropdown-item.revive {
    display: none;
}

.todo-listing .todo-item.current-todo-delete {
    display: none;
}

.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.permanent-delete,
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.revive {
    display: block;
}

.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.edit,
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.remove,
.todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.important {
    display: none;
}

.note-has-grid .nav-link {
    padding: 0.5rem;
}

.note-has-grid .single-note-item .card {
    border-radius: 10px;
}

.note-has-grid .single-note-item .favourite-note {
    cursor: pointer;
}

.note-has-grid .single-note-item .side-stick {
    position: absolute;
    width: 3px;
    height: 35px;
    left: 0;
    background-color: rgba(79, 84, 103, 0.5);
}

.note-has-grid .single-note-item .category-dropdown.dropdown-toggle:after {
    display: none;
}

.note-has-grid .single-note-item .category [class*="category-"] {
    height: 15px;
    width: 15px;
    display: none;
}

.note-has-grid .single-note-item .category [class*="category-"]::after {
    content: "\F143";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 12px;
    color: #fff;
    position: absolute;
}

.note-has-grid .single-note-item .category .category-business {
    background-color: rgba(57, 196, 73, 0.5);
    border: 2px solid #39c449;
}

.note-has-grid .single-note-item .category .category-social {
    background-color: rgba(0, 158, 251, 0.5);
    border: 2px solid #009efb;
}

.note-has-grid .single-note-item .category .category-important {
    background-color: rgba(246, 45, 81, 0.5);
    border: 2px solid #f62d51;
}

.note-has-grid .single-note-item.all-category .point {
    color: rgba(79, 84, 103, 0.5);
}

.note-has-grid .single-note-item.note-business .point {
    color: rgba(57, 196, 73, 0.5);
}

.note-has-grid .single-note-item.note-business .side-stick {
    background-color: rgba(57, 196, 73, 0.5);
}

.note-has-grid .single-note-item.note-business .category .category-business {
    display: inline-block;
}

.note-has-grid .single-note-item.note-favourite .favourite-note {
    color: #ffbc34;
}

.note-has-grid .single-note-item.note-social .point {
    color: rgba(0, 158, 251, 0.5);
}

.note-has-grid .single-note-item.note-social .side-stick {
    background-color: rgba(0, 158, 251, 0.5);
}

.note-has-grid .single-note-item.note-social .category .category-social {
    display: inline-block;
}

.note-has-grid .single-note-item.note-important .point {
    color: rgba(246, 45, 81, 0.5);
}

.note-has-grid .single-note-item.note-important .side-stick {
    background-color: rgba(246, 45, 81, 0.5);
}

.note-has-grid .single-note-item.note-important .category .category-important {
    display: inline-block;
}

.note-has-grid .single-note-item.all-category .more-options,
.note-has-grid .single-note-item.all-category.note-favourite .more-options {
    display: block;
}

.note-has-grid .single-note-item.all-category.note-important .more-options,
.note-has-grid .single-note-item.all-category.note-business .more-options,
.note-has-grid .single-note-item.all-category.note-social .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-important .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-business .more-options,
.note-has-grid .single-note-item.all-category.note-favourite.note-social .more-options {
    display: none;
}

/*******************
/*User mail widgets*/
/*******************/
.mailbox .chat-scroll {
    height: calc(100vh - 100px) !important;
}


body[data-theme="dark"] #btnBusinessChange {
    background-color:  rgba(0, 0, 0, 0.5);
}

.mailbox .message-center {
    height: 317px;
    overflow: auto;
}

.mailbox .message-center .message-item {
    display: flex;
}

.mailbox .message-center .message-item:hover,
.mailbox .message-center .message-item.active {
    background: rgba(0, 0, 0, 0.025);
}

.mailbox .message-center .message-item .message-title {
    color: #212529;
}

.mailbox .message-center .message-item .user-img {
    width: 40px;
}

.mailbox .message-center .message-item .user-img .profile-status {
    border: 2px solid #fff;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.mailbox .message-center .message-item .user-img .online {
    background: #39c449;
}

.mailbox .message-center .message-item .user-img .busy {
    background: #f62d51;
}

.mailbox .message-center .message-item .user-img .away {
    background: #ffbc34;
}

.mailbox .message-center .message-item .user-img .offline {
    background: #ffbc34;
}



.form-floating .select2 {
    width: 100% !important;
}

.form-floating .choose-position .select2-container {
    width: 100% !important;
}

.form-floating .choose-position .select2-container--default .select2-selection--single {
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    transition: 0.1s;
}

.form-floating .choose-position .select2-search {
    display: none;
}

.form-floating .choose-position .select2-results__option {
    display: flex;
    align-items: center;
}

.form-floating .choose-position .select2-results__option .img-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.form-floating .choose-position .select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #c9c9c9 !important;
    outline: 0;
}

.form-floating .choose-position span.select2-selection.select2-selection--single {
    outline: none;
}

.form-floating .choose-position .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(35, 49, 45, 0.14);
}

.form-floating .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../../img/template/custom-select.png);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 7px !important;
    width: 12px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.form-floating .select2-selection--single {
    height: 58px !important;
}

.form-floating .select2-selection__rendered {
    margin-top: 18px !important;
    font-weight: 400;
    margin-left: 4px;
}

.form-floating span.select2-selection__arrow {
    margin-top: 27px !important;
    margin-right: 4px;
}

.bg-plices {
    background-color: var(--program_color) !important;
    border-color: var(--program_color) !important;
}

.text-plices {
    color: var(--program_color) !important;
}

.text-plices-light {
    color: #e77b9a !important;
}

.bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#coverVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 62%;
}

.card-login {
    background-color: rgb(0 0 0 / 40%);
    border: #ffffff4a 1px solid;
    border-radius: 18px;
}

.column-login-form {
    background-size: cover;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 100vh;
    z-index: 2;
}

.pandora-name {
    color: #333;
}

#btn-chatWithPlixel {
    position: fixed;
    bottom: 50px;
    right: 35px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
    filter: drop-shadow(2px 4px 6px grey);
}

#btn-chatWithPlixel:hover {
    filter: drop-shadow(2px 4px 6px var(--program_color)) !important;
}

#btn-chatWithPlixel i {
    margin-top: 10px;
}

#chatWithPlixel {
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 350px;
    height: 400px;

    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9998;
    display: none;
}

/* Estilos para a barra de rolagem da modal chatWithPlixel */
#aiShowMessages::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

#aiShowMessages::-webkit-scrollbar-thumb {
    background-color: #de3869;
    border-radius: 4px;
}

#aiShowMessages::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
    .column-login-form {
        display: block;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
}

.btn-xs {
    font-size: 10px !important;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

/*************************/
.btn-contato-personal {
    color: var(--program_color);
    transition: all .2s ease-in-out;
}

.btn-contato-personal:hover {
    transform: scale(1.05);
}

.btn-plan {
    background-color: var(--program_color);
    color: #ffffff;
    font-weight: 500;
    transition: all .2s ease-in-out;
}

.btn-plan:hover {
    color: #ffffff !important;
    transform: scale(1.06);
}

/**************************/

.upgrade-col-bg {
    background-color: #f3f3f3!important;
}

body[data-theme="dark"] .upgrade-col-bg {
    background-color: #333333!important;
}

body[data-theme="dark"] .upgrade-title-price {
    color: #ffffff;
}

.upgrade-title-plan {
    color: #666666;
}

body[data-theme="dark"] .upgrade-title-plan {
    color: #f3f3f3;
}

.upgrade-title-plan, .upgrade-title-price {
    transition: all .2s ease-in-out;
}

.upgrade-title-plan:hover, .upgrade-title-price:hover {
    transform: scale(1.1);
    text-shadow: 1px 1px 3px rgba(219, 36, 90, .5);
}

/*********************/
/* VOUCHER CADASTRO  */

.card-voucher1 {
    width: 100%;
    background-color: rgba(255, 255, 255, .2);
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#register-form #voucher{
    background: linear-gradient(to bottom left, #ffffff, #c4c4c4);
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.text-voucher1 {
    color: #ffffff;
    font-size: 16px;
}

.btn-voucher1 {
    color: #f2f2f2; 
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.btn-voucher1:hover {
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(225,90,36,.5);
}

/******************************/
/*   ANIMAÇÕES PARA BUILDER   */
@keyframes builder-pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes builder-pulse-low {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes builder-pulse-high {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes builder-zoomin {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  
  @keyframes builder-zoomout {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.9);
    }
  }
  
  @keyframes builder-shake {
    0%, 100% {
      transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
      transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
      transform: translateX(5px);
    }
  }
  
  @keyframes builder-push {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes builder-pop {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes builder-rotate {
    0% {
      transform: scale(1);
      transform: rotate(0deg);
    }
    100% {
      transform: scale(1.1);
      transform: rotate(5deg);
    }
  }
  
  @keyframes builder-float {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  
  @keyframes builder-bounce {
    0% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(-10px);
    }
    50% {
      transform: translateY(10px);
    }
    75% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }