﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

body[data-theme=dark] {
    color: #b2b9bf;
    background: #323743 !important
}

    body[data-theme=dark] .text-orange {
        color: rgba(251,140,0,.5) !important
    }

    body[data-theme=dark] .text-cyan {
        color: rgba(38,198,218,.5) !important
    }

    body[data-theme=dark] .text-info {
        color: rgba(30,136,229,.7) !important
    }

    body[data-theme=dark] .text-primary {
        color: rgba(116,96,238,.7) !important
    }

    body[data-theme=dark] .text-success {
        color: rgba(33,193,214,.5) !important
    }

    body[data-theme=dark] .text-dark {
        color: #e9ecef !important
    }

    body[data-theme=dark] .bg-cyan, body[data-theme=dark] .btn-cyan, body[data-theme=dark] .card.bg-cyan {
        background-color: rgba(38,198,218,.5) !important
    }

    body[data-theme=dark] .badge-info, body[data-theme=dark] .bg-info, body[data-theme=dark] .btn-info, body[data-theme=dark] .card.bg-info, body[data-theme=dark] .label-info {
        background-color: rgba(30,136,229,.5) !important;
        border-color: rgba(30,136,229,.5) !important
    }

    body[data-theme=dark] .badge-secondary, body[data-theme=dark] .bg-secondary, body[data-theme=dark] .btn-secondary, body[data-theme=dark] .card.bg-secondary {
        background-color: rgba(108,117,125,.5) !important
    }

    body[data-theme=dark] .badge-primary, body[data-theme=dark] .bg-primary, body[data-theme=dark] .btn-primary, body[data-theme=dark] .card.bg-primary, body[data-theme=dark] .label-primary {
        background-color: rgba(116,96,238,.5) !important;
        border-color: rgba(116,96,238,.5) !important
    }

    body[data-theme=dark] .bg-orange, body[data-theme=dark] .btn-orange, body[data-theme=dark] .card.bg-orange {
        background-color: rgba(251,140,0,.5) !important;
        border-color: rgba(251,140,0,.5) !important
    }

    body[data-theme=dark] .badge-success, body[data-theme=dark] .bg-success, body[data-theme=dark] .btn-success, body[data-theme=dark] .card.bg-success, body[data-theme=dark] .label-success {
        background-color: rgba(33,193,214,.5) !important;
        border-color: rgba(33,193,214,.5) !important
    }

    body[data-theme=dark] .badge-danger, body[data-theme=dark] .bg-danger, body[data-theme=dark] .btn-danger, body[data-theme=dark] .card.bg-danger, body[data-theme=dark] .label-danger {
        background-color: rgba(252,75,108,.5) !important;
        border-color: rgba(252,75,108,.5) !important
    }

    body[data-theme=dark] .badge-warning, body[data-theme=dark] .bg-warning, body[data-theme=dark] .btn-warning, body[data-theme=dark] .card.bg-warning, body[data-theme=dark] .round.round-warning {
        background-color: rgba(255,178,43,.5) !important;
        border-color: rgba(255,178,43,.5) !important
    }

    body[data-theme=dark] .bg-white {
        background-color: #272b34 !important
    }

    body[data-theme=dark] .bg-dark {
        background-color: #6c757d !important
    }

    body[data-theme=dark] .round.round-danger {
        background: rgba(252,75,108,.5)
    }

    body[data-theme=dark] .bg-light {
        background-color: #3c424e !important
    }

    body[data-theme=dark] .alert-light-info, body[data-theme=dark] .bg-light-info, body[data-theme=dark] .btn-light-info {
        background-color: rgba(30,136,229,.3) !important;
        border-color: rgba(30,136,229,.3) !important
    }

    body[data-theme=dark] .alert-light-success, body[data-theme=dark] .bg-light-success, body[data-theme=dark] .btn-light-success, body[data-theme=dark] .email-app .email-table .selected {
        background-color: rgba(33,193,214,.3) !important;
        border-color: rgba(33,193,214,.3) !important
    }

    body[data-theme=dark] .alert-light-warning, body[data-theme=dark] .bg-light-warning, body[data-theme=dark] .btn-light-warning, body[data-theme=dark] .mark, body[data-theme=dark] mark {
        background-color: rgba(255,178,43,.3) !important;
        border-color: rgba(255,178,43,.3) !important
    }

    body[data-theme=dark] .alert-light-danger, body[data-theme=dark] .bg-light-danger, body[data-theme=dark] .btn-light-danger {
        background-color: rgba(252,75,108,.3) !important;
        border-color: rgba(252,75,108,.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] .alert-light-secondary, body[data-theme=dark] .bg-light-secondary, body[data-theme=dark] .btn-light-secondary {
        background-color: rgba(108,117,125,.3) !important;
        border-color: rgba(108,117,125,.3) !important
    }

    body[data-theme=dark] .bg-light-inverse {
        background-color: #544f4f !important
    }

    body[data-theme=dark] .alert-light-primary, body[data-theme=dark] .bg-light-primary, body[data-theme=dark] .btn-light-primary {
        background-color: rgba(116,96,238,.3) !important;
        border-color: rgba(116,96,238,.3) !important
    }

        body[data-theme=dark] .btn-light-primary:focus, body[data-theme=dark] .btn-light-primary:hover {
            background-color: #7460ee !important;
            border-color: #7460ee !important;
            color: #fff !important
        }

    body[data-theme=dark] .btn-light-success:focus, body[data-theme=dark] .btn-light-success:hover {
        background-color: #21c1d6 !important;
        border-color: #21c1d6 !important;
        color: #fff !important
    }

    body[data-theme=dark] .btn-light-warning:focus, body[data-theme=dark] .btn-light-warning:hover {
        background-color: #ffb22b !important;
        border-color: #ffb22b !important;
        color: #fff !important
    }

    body[data-theme=dark] .btn-light-danger:focus, body[data-theme=dark] .btn-light-danger:hover {
        background-color: #fc4b6c !important;
        border-color: #fc4b6c !important;
        color: #fff !important
    }

    body[data-theme=dark] .btn-light-secondary:focus, body[data-theme=dark] .btn-light-secondary:hover {
        background-color: #6c757d !important;
        border-color: #6c757d !important;
        color: #fff !important
    }

    body[data-theme=dark] .btn-light-info:focus, body[data-theme=dark] .btn-light-info:hover {
        background-color: #1e88e5 !important;
        border-color: #1e88e5 !important;
        color: #fff !important
    }

    body[data-theme=dark] .badge-light {
        background-color: #343a40;
        color: #b2b9bf
    }

    body[data-theme=dark] .btn-light {
        background-color: #343a40;
        border-color: #343a40;
        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,.4);
        border-color: rgba(116,96,238,.3);
        color: #7460ee
    }

    body[data-theme=dark] .alert-secondary {
        background-color: rgba(71,86,103,.4);
        border-color: rgba(222,226,231,.3);
        color: #6c757d
    }

    body[data-theme=dark] .alert-success {
        background-color: rgba(33,193,214,.4);
        border-color: rgba(33,193,214,.3)
    }

    body[data-theme=dark] .alert-danger {
        background-color: rgba(252,75,108,.4);
        border-color: rgba(252,75,108,.3)
    }

    body[data-theme=dark] .alert-warning {
        background-color: rgba(255,178,43,.4);
        border-color: rgba(255,178,43,.3)
    }

    body[data-theme=dark] .alert-info {
        background-color: rgba(30,136,229,.4);
        border-color: rgba(30,136,229,.3)
    }

    body[data-theme=dark] .alert-light {
        background-color: rgba(253,254,254,.4);
        border-color: rgba(252,253,254,.3)
    }

    body[data-theme=dark] .alert-dark {
        background-color: rgba(52,58,64,.4);
        border-color: rgba(52,58,64,.3)
    }

    body[data-theme=dark] .form-check-input {
        background-color: #323743;
        border: 1px solid rgba(255,255,255,.2)
    }

        body[data-theme=dark] .form-check-input:checked {
            background-color: #1e88e5;
            border-color: #1e88e5
        }

    body[data-theme=dark] .table-danger, body[data-theme=dark] .table-info, body[data-theme=dark] .table-primary, body[data-theme=dark] .table-success, body[data-theme=dark] .table-warning {
        --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 > td, body[data-theme=dark] .table-danger > th {
        background-color: rgba(252,75,108,.2) !important
    }

    body[data-theme=dark] .table-success, body[data-theme=dark] .table-success > td, body[data-theme=dark] .table-success > th {
        background-color: rgba(33,193,214,.2) !important
    }

    body[data-theme=dark] .table-primary, body[data-theme=dark] .table-primary > td, body[data-theme=dark] .table-primary > th {
        background-color: rgba(116,96,238,.2) !important
    }

    body[data-theme=dark] .table-info, body[data-theme=dark] .table-info > td, body[data-theme=dark] .table-info > th {
        background-color: rgba(30,136,229,.2) !important
    }

    body[data-theme=dark] .table-warning, body[data-theme=dark] .table-warning > td, body[data-theme=dark] .table-warning > th {
        background-color: rgba(255,178,43,.2) !important
    }

    body[data-theme=dark] .form-control.border.border-warning {
        border-color: #ffb22b !important
    }

    body[data-theme=dark] .form-control.border.border-info {
        border-color: #1e88e5 !important
    }

    body[data-theme=dark] .form-control.border.border-danger {
        border-color: #fc4b6c !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: #21c1d6 !important
    }

    body[data-theme=dark] .fill-white {
        fill: rgba(0,0,0,.1)
    }

    body[data-theme=dark] .accordion-button::after, body[data-theme=dark] .btn-close {
        filter: contrast(.1);
        opacity: 1
    }

    body[data-theme=dark] .accordion-button, body[data-theme=dark] .breadcrumb-item.active, body[data-theme=dark] .chat-list .chat-item .chat-content .box, body[data-theme=dark] .chat-list .chat-item .chat-content .box.bg-light, 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] .custom-file-label::after, body[data-theme=dark] .daterangepicker select.ampmselect, body[data-theme=dark] .daterangepicker select.hourselect, body[data-theme=dark] .daterangepicker select.minuteselect, body[data-theme=dark] .daterangepicker select.monthselect, body[data-theme=dark] .daterangepicker select.secondselect, body[data-theme=dark] .daterangepicker select.yearselect, body[data-theme=dark] .dropdown-item, body[data-theme=dark] .dropdown-menu, body[data-theme=dark] .dtp .dtp-picker-time > a, body[data-theme=dark] .dtp table.dtp-picker-days tr > td > a, body[data-theme=dark] .email-app .list-group .list-group-item .list-group-item-action, body[data-theme=dark] .form-control, body[data-theme=dark] .form-select, 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] .input-group-text, body[data-theme=dark] .list-group-item-action, body[data-theme=dark] .lobilists .btn-link, body[data-theme=dark] .lobilists .lobilist-item-title, body[data-theme=dark] .mailbox .message-center .message-item .message-title, body[data-theme=dark] .mce-container, body[data-theme=dark] .mce-container *, body[data-theme=dark] .mce-ico, body[data-theme=dark] .mce-menubar .mce-menubtn button span, body[data-theme=dark] .mce-reset, body[data-theme=dark] .mce-widget, body[data-theme=dark] .mce-widget *, body[data-theme=dark] .nav-tabs .nav-item.show .nav-link, body[data-theme=dark] .nav-tabs .nav-link.active, body[data-theme=dark] .nav-tabs .nav-link:focus, body[data-theme=dark] .nav-tabs .nav-link:hover, body[data-theme=dark] .noUi-tooltip, body[data-theme=dark] .note-btn, body[data-theme=dark] .note-editor.note-frame .note-editing-area .note-editable, body[data-theme=dark] .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before, body[data-theme=dark] .page-wrapper, body[data-theme=dark] .picker, body[data-theme=dark] .popover-body, body[data-theme=dark] .ql-formats button, body[data-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-item::before, body[data-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-label::before, body[data-theme=dark] .select2-container--classic .select2-selection--single, body[data-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field, 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] .swal2-input, body[data-theme=dark] .swal2-popup .swal2-content, body[data-theme=dark] .swal2-popup .swal2-title, body[data-theme=dark] .table, body[data-theme=dark] .table .thead-light th, body[data-theme=dark] .table-hover tbody tr:hover, body[data-theme=dark] .table-light, body[data-theme=dark] .table-striped > tbody > tr:nth-of-type(odd), body[data-theme=dark] .text-bodycolor, body[data-theme=dark] .toast-header, body[data-theme=dark] a.link, body[data-theme=dark] button.list-group-item, 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] ul.list-style-none li a {
        color: #b2b9bf
    }

    body[data-theme=dark] .cke_button_icon {
        filter: brightness(0) invert(1)
    }

    body[data-theme=dark] #main-wrapper, body[data-theme=dark] .bg-light, body[data-theme=dark] .bg-white, body[data-theme=dark] .chat-list .chat-item .chat-content .box.bg-light-info, body[data-theme=dark] .cke_toolbar_separator, body[data-theme=dark] .custom-file-label::after, body[data-theme=dark] .customizer, body[data-theme=dark] .daterangepicker .ranges li:hover, body[data-theme=dark] .daterangepicker td.available:hover, body[data-theme=dark] .daterangepicker th.available:hover, body[data-theme=dark] .dropdown-menu, body[data-theme=dark] .form-select, body[data-theme=dark] .icon-hover:hover, body[data-theme=dark] .input-group-text, body[data-theme=dark] .jumbotron, body[data-theme=dark] .list-group-item.active, body[data-theme=dark] .mce-panel, 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] .note-modal-content, body[data-theme=dark] .note-toolbar, body[data-theme=dark] .offcanvas, body[data-theme=dark] .page-wrapper, body[data-theme=dark] .progress, body[data-theme=dark] .ql-snow .ql-picker-options, body[data-theme=dark] .select2-container--classic .select2-search--dropdown .select2-search__field, body[data-theme=dark] .select2-container--classic .select2-selection--single, body[data-theme=dark] .select2-container--default .select2-results__option[aria-selected=true], body[data-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field, 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-dropdown, body[data-theme=dark] .table .thead-light th, body[data-theme=dark] .table-hover tbody tr:hover, body[data-theme=dark] .toast-header, body[data-theme=dark] .wizard-content .wizard > .actions > ul > li > a[href="#previous"], body[data-theme=dark] .wizard-content .wizard > .steps .step, body[data-theme=dark] .wizard:not(.wizard-circle) > .actions .disabled a, body[data-theme=dark] .wizard:not(.wizard-circle) > .actions .disabled a:active, body[data-theme=dark] .wizard:not(.wizard-circle) > .actions .disabled a:hover, body[data-theme=dark] .wizard:not(.wizard-circle) > .content, body[data-theme=dark] .wizard:not(.wizard-circle) > .steps .disabled a, body[data-theme=dark] .wizard:not(.wizard-circle) > .steps .disabled a:active, body[data-theme=dark] .wizard:not(.wizard-circle) > .steps .disabled a:hover, body[data-theme=dark] pre[class*=language-] {
        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] .bootstrap-switch .bootstrap-switch-label, body[data-theme=dark] .cd-horizontal-timeline .events a::after, body[data-theme=dark] .cke_top, body[data-theme=dark] .css-bar > i, 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 table tr td.day.focused, body[data-theme=dark] .datepicker table tr td.day:hover, body[data-theme=dark] .datepicker tfoot tr th:hover, body[data-theme=dark] .daterangepicker, body[data-theme=dark] .daterangepicker .calendar-table, body[data-theme=dark] .daterangepicker td.off, body[data-theme=dark] .daterangepicker td.off.end-date, body[data-theme=dark] .daterangepicker td.off.in-range, body[data-theme=dark] .daterangepicker td.off.start-date, body[data-theme=dark] .dp-off, 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, body[data-theme=dark] .fc-toolbar .fc-button.fc-state-active, body[data-theme=dark] .fc-unthemed td.fc-today, body[data-theme=dark] .feed-widget .feed-body .feed-item:hover, 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] .mce-menu-item.mce-disabled, body[data-theme=dark] .mce-menu-item.mce-disabled:hover, body[data-theme=dark] .noUi-target, body[data-theme=dark] .noUi-tooltip, body[data-theme=dark] .picker--time .picker__box, body[data-theme=dark] .picker__box, body[data-theme=dark] .picker__list-item, body[data-theme=dark] .striped-rows .row:nth-child(odd), body[data-theme=dark] .swal2-popup, body[data-theme=dark] .table-hover > tbody > tr:hover, body[data-theme=dark] div.mce-edit-area {
        background: #323743 !important
    }

    body[data-theme=dark] .card-header {
        background: #3c424e
    }

    body[data-theme=dark] .footable .pagination li a, body[data-theme=dark] .footable .pagination li.disabled a, body[data-theme=dark] .toast, body[data-theme=dark] .twitter-typeahead .tt-menu {
        background-color: #323743
    }

    body[data-theme=dark] .breadcrumb {
        background-color: transparent
    }

    body[data-theme=dark] .daterangepicker select.ampmselect, body[data-theme=dark] .daterangepicker select.hourselect, body[data-theme=dark] .daterangepicker select.minuteselect, body[data-theme=dark] .daterangepicker select.monthselect, body[data-theme=dark] .daterangepicker select.secondselect, 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] .accordion-button:not(.collapsed), body[data-theme=dark] .card, body[data-theme=dark] .card-footer, body[data-theme=dark] .css-bar:after, body[data-theme=dark] .dtp > .dtp-content, body[data-theme=dark] .form-control, body[data-theme=dark] .form-select, body[data-theme=dark] .jsgrid-header-row > .jsgrid-header-cell, body[data-theme=dark] .jsgrid-row > .jsgrid-cell, body[data-theme=dark] .jvectormap-container, body[data-theme=dark] .left-part, body[data-theme=dark] .list-group-item, body[data-theme=dark] .list-group-item-action:active, body[data-theme=dark] .lobilists .lobilist, body[data-theme=dark] .modal-content, body[data-theme=dark] .nav-tabs .nav-item.show .nav-link, body[data-theme=dark] .nav-tabs .nav-link.active, 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] .page-item.disabled .page-link, body[data-theme=dark] .page-link, body[data-theme=dark] .popover, body[data-theme=dark] .popover-header, body[data-theme=dark] .right-part.mail-compose, body[data-theme=dark] .right-part.mail-details, body[data-theme=dark] .right-part.mail-list, 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-dropdown, body[data-theme=dark] .typeahead.form-control {
        background-color: #272b34 !important
    }

    body[data-theme=dark] .dropdown-item:focus, body[data-theme=dark] .dropdown-item:hover, body[data-theme=dark] .dropzone, body[data-theme=dark] .footer, body[data-theme=dark] .jsgrid-grid-header, body[data-theme=dark] .mailbox .message-center .message-item.active, body[data-theme=dark] .mailbox .message-center .message-item:hover, body[data-theme=dark] .picker__button--clear, body[data-theme=dark] .picker__button--close, body[data-theme=dark] .picker__button--today {
        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,.05) !important;
        border: 0
    }

        body[data-theme=dark] .form-control.form-input-bg:focus {
            background-color: rgba(0,0,0,.09) !important
        }

    body[data-theme=dark] .accordion-button, body[data-theme=dark] .accordion-collapse, body[data-theme=dark] .activity-box .date-divider, body[data-theme=dark] .b-form .row, body[data-theme=dark] .bootstrap-switch, body[data-theme=dark] .border, body[data-theme=dark] .border-bottom, body[data-theme=dark] .border-end, body[data-theme=dark] .border-start, body[data-theme=dark] .border-top, body[data-theme=dark] .btn-outline-secondary, body[data-theme=dark] .card-group .card, body[data-theme=dark] .cd-horizontal-timeline .events a::after, body[data-theme=dark] .cd-timeline-navigation a, body[data-theme=dark] .cke_chrome, body[data-theme=dark] .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after, body[data-theme=dark] .cke_toolgroup a.cke_button:last-child:after, body[data-theme=dark] .custom-file-label, body[data-theme=dark] .custom-file-label::after, body[data-theme=dark] .datepaginator .pagination li a, body[data-theme=dark] .datepaginator-lg .pagination li a, body[data-theme=dark] .datepaginator-sm .pagination li a, body[data-theme=dark] .daterangepicker, body[data-theme=dark] .daterangepicker .calendar-table, body[data-theme=dark] .daterangepicker .drp-buttons, body[data-theme=dark] .dropdown-divider, body[data-theme=dark] .dropdown-menu, body[data-theme=dark] .dropzone, body[data-theme=dark] .e-campaign .c-cost, body[data-theme=dark] .fixed-table-container, body[data-theme=dark] .footable .pagination li a, body[data-theme=dark] .footable .pagination li.disabled a, body[data-theme=dark] .footer, body[data-theme=dark] .form-check-input, body[data-theme=dark] .form-control, body[data-theme=dark] .form-select, body[data-theme=dark] .input-group-text, 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-current-page, body[data-theme=dark] .jsgrid-pager-nav-button a, body[data-theme=dark] .jsgrid-pager-page a, body[data-theme=dark] .left-part, body[data-theme=dark] .list-group-item, body[data-theme=dark] .lobilists .lobilist, body[data-theme=dark] .lobilists .lobilist-footer, body[data-theme=dark] .lobilists .lobilist-form-footer, body[data-theme=dark] .lobilists .lobilist-item, body[data-theme=dark] .lobilists .lobilist-item .drag-handler, body[data-theme=dark] .mailbox .message-center .message-item, body[data-theme=dark] .mailbox .nav-link, body[data-theme=dark] .mce-btn-group:not(:first-child), body[data-theme=dark] .mce-btn:active, body[data-theme=dark] .mce-btn:hover, body[data-theme=dark] .mce-menubar, body[data-theme=dark] .mce-panel, body[data-theme=dark] .mce-splitbtn:hover .mce-open, body[data-theme=dark] .modal-footer, body[data-theme=dark] .modal-header, body[data-theme=dark] .nav-tabs, body[data-theme=dark] .nav-tabs .nav-item.show .nav-link, body[data-theme=dark] .nav-tabs .nav-link.active, body[data-theme=dark] .nav-tabs .nav-link:focus, body[data-theme=dark] .nav-tabs .nav-link:hover, body[data-theme=dark] .noUi-tooltip, body[data-theme=dark] .note-btn, body[data-theme=dark] .note-editor.note-frame, body[data-theme=dark] .note-editor.note-frame .note-statusbar, body[data-theme=dark] .note-toolbar, body[data-theme=dark] .page-link, body[data-theme=dark] .picker__button--clear, body[data-theme=dark] .picker__button--close, body[data-theme=dark] .picker__button--today, body[data-theme=dark] .picker__list-item, body[data-theme=dark] .popover-header, body[data-theme=dark] .profiletimeline, body[data-theme=dark] .ql-container.ql-snow, body[data-theme=dark] .ql-toolbar.ql-snow, body[data-theme=dark] .r-separator .form-group, 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-dropdown, body[data-theme=dark] .steamline, body[data-theme=dark] .steamline .sl-item, body[data-theme=dark] .table td, body[data-theme=dark] .table th, body[data-theme=dark] .table-bordered, body[data-theme=dark] .table-bordered td, body[data-theme=dark] .table-bordered th, body[data-theme=dark] .timeline > .timeline-item > .timeline-panel, body[data-theme=dark] .twitter-typeahead .tt-menu, body[data-theme=dark] .wizard-content .wizard.wizard-circle > .steps .step, body[data-theme=dark] .wizard-content .wizard > .actions > ul > li > a[href="#previous"], body[data-theme=dark] blockquote, body[data-theme=dark] pre[class*=language-], body[data-theme=dark] table.footable, body[data-theme=dark] table.footable-details {
        border-color: rgba(255,255,255,.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,.2),rgba(255,255,255,.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: #343a40
    }

    body[data-theme=dark] .cd-horizontal-timeline .events {
        background: #343a40
    }

    body[data-theme=dark] .timeline > .timeline-item > .timeline-panel:after {
        border-right: rgba(255,255,255,.2);
        border-left: rgba(255,255,255,.2)
    }

    body[data-theme=dark] .mce-menubar .mce-menubtn.mce-active, body[data-theme=dark] .mce-menubar .mce-menubtn:focus, body[data-theme=dark] .mce-menubar .mce-menubtn:hover {
        background: #343a40;
        border-color: rgba(255,255,255,.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,.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] .custom-select.is-valid, body[data-theme=dark] .form-control.is-valid, body[data-theme=dark] .was-validated .custom-select:valid, body[data-theme=dark] .was-validated .form-control:valid {
        border-color: #21c1d6 !important
    }

    body[data-theme=dark] .custom-select.is-invalid, body[data-theme=dark] .form-control.is-invalid, body[data-theme=dark] .was-validated .custom-select:invalid, body[data-theme=dark] .was-validated .form-control:invalid {
        border-color: #fc4b6c !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-toolbar .fc-button.fc-state-active, body[data-theme=dark] .fc-unthemed td.fc-today {
        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: #1e88e5;
    --bs-indigo: #6610f2;
    --bs-purple: #7460ee;
    --bs-pink: #e83e8c;
    --bs-red: #fc4b6c;
    --bs-orange: #fb8c00;
    --bs-yellow: #ffb22b;
    --bs-green: #21c1d6;
    --bs-teal: #20c997;
    --bs-cyan: #26c6da;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #7460ee;
    --bs-secondary: #6c757d;
    --bs-success: #21c1d6;
    --bs-info: #1e88e5;
    --bs-warning: #ffb22b;
    --bs-danger: #fc4b6c;
    --bs-light: #f2f4f8;
    --bs-dark: #343a40;
    --bs-cyan: #26c6da;
    --bs-orange: #fb8c00;
    --bs-purple: #7460ee;
    --bs-inverse: #2f3d4a;
    --bs-megna: #01c0c8;
    --bs-light-danger: #f9e7eb;
    --bs-light-success: #a8eef7;
    --bs-light-warning: #fff8ec;
    --bs-light-primary: #f1effd;
    --bs-light-info: #cfecfe;
    --bs-light-inverse: #f6f6f6;
    --bs-light-megna: #e0f2f4;
    --bs-light-secondary: #dde1e4;
    --bs-dark-danger: #e6294b;
    --bs-dark-success: #1eacbe;
    --bs-dark-warning: #e9ab2e;
    --bs-dark-primary: #6352ce;
    --bs-dark-info: #028ee1;
    --bs-font-sans-serif: "Poppins",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))
}

*, ::after, ::before {
    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: .9375rem;
    font-weight: 300;
    line-height: 1.5;
    color: #67757c;
    background-color: #eef5f9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #455a64
}

.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 + .3vw)
}

@media (min-width:1200px) {
    .h2, h2 {
        font-size: 1.5rem
    }
}

.h3, h3 {
    font-size: calc(1.25625rem + .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: .875rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[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
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        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: .875em
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .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
    }

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875em;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .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: .75rem;
    padding-bottom: .75rem;
    color: #a1aab2;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, 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
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button: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: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-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.171875rem;
    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 + .9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-7 {
        font-size: 2rem
    }
}

.display-8 {
    font-size: calc(1.3rem + .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: .5rem
    }

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.171875rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "— "
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #eef5f9;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-shadow: 0 2px 9px 0 rgba(169,184,200,.2);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .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-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.container, .container-lg, .container-md, .container-sm, .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.3333333333%
}

.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.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

.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.3333333333%
    }

    .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.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }

    .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.3333333333%
    }

    .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.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .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: #67757c;
    --bs-table-striped-bg: #f2f4f8;
    --bs-table-active-color: #67757c;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #67757c;
    --bs-table-hover-bg: #f2f4f8;
    width: 100%;
    margin-bottom: 1rem;
    color: #67757c;
    vertical-align: top;
    border-color: #e8eef3
}

    .table > :not(caption) > * > * {
        padding: .75rem .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: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d3f3f7;
    --bs-table-striped-bg: #c8e7eb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bedbde;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c3e1e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bedbde
}

.table-info {
    --bs-table-bg: #d2e7fa;
    --bs-table-striped-bg: #c8dbee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bdd0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c2d6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bdd0e1
}

.table-warning {
    --bs-table-bg: #fff0d5;
    --bs-table-striped-bg: #f2e4ca;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d8c0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdec5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d8c0
}

.table-danger {
    --bs-table-bg: #fedbe2;
    --bs-table-striped-bg: #f1d0d7;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5c5cb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebcbd1;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e5c5cb
}

.table-light {
    --bs-table-bg: #f2f4f8;
    --bs-table-striped-bg: #e6e8ec;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dadcdf;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e0e2e5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dadcdf
}

.table-dark {
    --bs-table-bg: #343a40;
    --bs-table-striped-bg: #3e444a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #484e53;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #43494e;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #484e53
}

.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: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.171875rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .8203125rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #a1aab2
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    appearance: none;
    border-radius: 4px;
    box-shadow: unset;
    transition: border-color .15s ease-in-out,box-shadow .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,.25);
    outline: 0;
    box-shadow: unset,0 0 0 0 transparent
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control:read-only {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #54667a;
    background-color: #f2f4f8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: #e6e8ec
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #54667a;
    background-color: #f2f4f8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: #e6e8ec
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #67757c;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .8203125rem;
    border-radius: 4px
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    border-radius: 4px
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .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: .375rem 2.25rem .375rem .75rem;
    font-size: .9375rem;
    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='%23343a40' 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 .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,.25);
        outline: 0;
        box-shadow: unset,unset
    }

    .form-select[multiple], .form-select[size]:not([size="1"]) {
        padding-right: .75rem;
        background-image: none
    }

    .form-select:disabled {
        background-color: #e9ecef
    }

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #54667a
    }

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .8203125rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.171875rem
}

.form-check {
    display: block;
    min-height: 1.40625rem;
    padding-left: 1.875em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.875em
    }

.form-check-input {
    width: 1.375em;
    height: 1.375em;
    margin-top: .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,.25);
        outline: 0;
        box-shadow: 0 0 0 0 transparent
    }

    .form-check-input:checked {
        background-color: #1e88e5;
        border-color: #1e88e5
    }

        .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: #1e88e5;
        border-color: #1e88e5;
        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: .5
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            opacity: .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 .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: .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 #eef5f9,0 0 0 0 transparent
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #eef5f9,0 0 0 0 transparent
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #1e88e5;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: #bcdbf7
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075)
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1e88e5;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: #bcdbf7
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075)
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #a1aab2
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #a1aab2
    }

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        padding: 1rem .75rem
    }

    .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out,transform .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: .625rem
}

.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem)
    }

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.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: .375rem .75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    text-align: center;
    white-space: nowrap;
    background-color: #f2f4f8;
    border: 1px solid #e9ecef;
    border-radius: 4px
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    border-radius: 4px
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .8203125rem;
    border-radius: 4px
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    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: .25rem;
    font-size: .875em;
    color: #21c1d6
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8203125rem;
    color: #000;
    background-color: rgba(33,193,214,.9);
    border-radius: 4px
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #21c1d6;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2321c1d6' 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(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #21c1d6;
        box-shadow: 0 0 0 0 rgba(33,193,214,0)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #21c1d6
}

    .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select: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='%23343a40' 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='%2321c1d6' 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 .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
        border-color: #21c1d6;
        box-shadow: 0 0 0 0 rgba(33,193,214,0)
    }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #21c1d6
}

    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
        background-color: #21c1d6
    }

    .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 0 rgba(33,193,214,0)
    }

    .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
        color: #21c1d6
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #fc4b6c
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .8203125rem;
    color: #000;
    background-color: rgba(252,75,108,.9);
    border-radius: 4px
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #fc4b6c;
    padding-right: calc(1.5em + .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='%23fc4b6c'%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='%23fc4b6c' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #fc4b6c;
        box-shadow: 0 0 0 0 rgba(252,75,108,0)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #fc4b6c
}

    .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select: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='%23343a40' 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='%23fc4b6c'%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='%23fc4b6c' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
        border-color: #fc4b6c;
        box-shadow: 0 0 0 0 rgba(252,75,108,0)
    }

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #fc4b6c
}

    .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
        background-color: #fc4b6c
    }

    .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 0 rgba(252,75,108,0)
    }

    .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
        color: #fc4b6c
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #67757c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9375rem;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #67757c
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent
}

.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-check:active + .btn:focus, .btn-check:checked + .btn:focus, .btn.active:focus, .btn:active:focus {
        box-shadow: 0 0 0 0 transparent,inset 0 3px 5px rgba(0,0,0,.125)
    }

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
    box-shadow: none
}

.btn-primary {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
    box-shadow: 0 1px 0 rgba(255,255,255,.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,.15),0 0 0 0 rgba(137,120,241,.5)
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #5d4dbe;
        border-color: #5748b3
    }

        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(137,120,241,.5)
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #7460ee;
        border-color: #7460ee
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(130,138,145,.5)
    }

    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e
    }

        .btn-check:active + .btn-secondary:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(130,138,145,.5)
        }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

.btn-success {
    color: #000;
    background-color: #21c1d6;
    border-color: #21c1d6;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-success:hover {
        color: #000;
        background-color: #42cadc;
        border-color: #37c7da
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #000;
        background-color: #42cadc;
        border-color: #37c7da;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(28,164,182,.5)
    }

    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        color: #000;
        background-color: #4dcdde;
        border-color: #37c7da
    }

        .btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(28,164,182,.5)
        }

    .btn-success.disabled, .btn-success:disabled {
        color: #000;
        background-color: #21c1d6;
        border-color: #21c1d6
    }

.btn-info {
    color: #000;
    background-color: #1e88e5;
    border-color: #1e88e5;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-info:hover {
        color: #000;
        background-color: #409ae9;
        border-color: #3594e8
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #409ae9;
        border-color: #3594e8;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(26,116,195,.5)
    }

    .btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #4ba0ea;
        border-color: #3594e8
    }

        .btn-check:active + .btn-info:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(26,116,195,.5)
        }

    .btn-info.disabled, .btn-info:disabled {
        color: #000;
        background-color: #1e88e5;
        border-color: #1e88e5
    }

.btn-warning {
    color: #000;
    background-color: #ffb22b;
    border-color: #ffb22b;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffbe4b;
        border-color: #ffba40
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffbe4b;
        border-color: #ffba40;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(217,151,37,.5)
    }

    .btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffc155;
        border-color: #ffba40
    }

        .btn-check:active + .btn-warning:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(217,151,37,.5)
        }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #000;
        background-color: #ffb22b;
        border-color: #ffb22b
    }

.btn-danger {
    color: #000;
    background-color: #fc4b6c;
    border-color: #fc4b6c;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-danger:hover {
        color: #000;
        background-color: #fc6682;
        border-color: #fc5d7b
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #000;
        background-color: #fc6682;
        border-color: #fc5d7b;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(214,64,92,.5)
    }

    .btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        color: #000;
        background-color: #fd6f89;
        border-color: #fc5d7b
    }

        .btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(214,64,92,.5)
        }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #000;
        background-color: #fc4b6c;
        border-color: #fc4b6c
    }

.btn-light {
    color: #000;
    background-color: #f2f4f8;
    border-color: #f2f4f8;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-light:hover {
        color: #000;
        background-color: #f4f6f9;
        border-color: #f3f5f9
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f4f6f9;
        border-color: #f3f5f9;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(206,207,211,.5)
    }

    .btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f5f6f9;
        border-color: #f3f5f9
    }

        .btn-check:active + .btn-light:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(206,207,211,.5)
        }

    .btn-light.disabled, .btn-light:disabled {
        color: #000;
        background-color: #f2f4f8;
        border-color: #f2f4f8
    }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-dark:hover {
        color: #fff;
        background-color: #2c3136;
        border-color: #2a2e33
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #2c3136;
        border-color: #2a2e33;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(82,88,93,.5)
    }

    .btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #2a2e33;
        border-color: #272c30
    }

        .btn-check:active + .btn-dark:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(82,88,93,.5)
        }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

.btn-cyan {
    color: #000;
    background-color: #26c6da;
    border-color: #26c6da;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-cyan:hover {
        color: #000;
        background-color: #47cfe0;
        border-color: #3cccde
    }

    .btn-check:focus + .btn-cyan, .btn-cyan:focus {
        color: #000;
        background-color: #47cfe0;
        border-color: #3cccde;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(32,168,185,.5)
    }

    .btn-check:active + .btn-cyan, .btn-check:checked + .btn-cyan, .btn-cyan.active, .btn-cyan:active, .show > .btn-cyan.dropdown-toggle {
        color: #000;
        background-color: #51d1e1;
        border-color: #3cccde
    }

        .btn-check:active + .btn-cyan:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(32,168,185,.5)
        }

    .btn-cyan.disabled, .btn-cyan:disabled {
        color: #000;
        background-color: #26c6da;
        border-color: #26c6da
    }

.btn-orange {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
    box-shadow: 0 1px 0 rgba(255,255,255,.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,.15),0 0 0 0 rgba(213,119,0,.5)
    }

    .btn-check:active + .btn-orange, .btn-check:checked + .btn-orange, .btn-orange.active, .btn-orange:active, .show > .btn-orange.dropdown-toggle {
        color: #000;
        background-color: #fca333;
        border-color: #fb981a
    }

        .btn-check:active + .btn-orange:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(213,119,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,.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,.15),0 0 0 0 rgba(137,120,241,.5)
    }

    .btn-check:active + .btn-purple, .btn-check:checked + .btn-purple, .btn-purple.active, .btn-purple:active, .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #5d4dbe;
        border-color: #5748b3
    }

        .btn-check:active + .btn-purple:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(137,120,241,.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,.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,.15),0 0 0 0 rgba(78,90,101,.5)
    }

    .btn-check:active + .btn-inverse, .btn-check:checked + .btn-inverse, .btn-inverse.active, .btn-inverse:active, .show > .btn-inverse.dropdown-toggle {
        color: #fff;
        background-color: #26313b;
        border-color: #232e38
    }

        .btn-check:active + .btn-inverse:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(78,90,101,.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,.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,.15),0 0 0 0 rgba(1,163,170,.5)
    }

    .btn-check:active + .btn-megna, .btn-check:checked + .btn-megna, .btn-megna.active, .btn-megna:active, .show > .btn-megna.dropdown-toggle {
        color: #000;
        background-color: #34cdd3;
        border-color: #1ac6ce
    }

        .btn-check:active + .btn-megna:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(1,163,170,.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,.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,.15),0 0 0 0 rgba(212,196,200,.5)
    }

    .btn-check:active + .btn-light-danger, .btn-check:checked + .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:active + .btn-light-danger:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(212,196,200,.5)
        }

    .btn-light-danger.disabled, .btn-light-danger:disabled {
        color: #000;
        background-color: #f9e7eb;
        border-color: #f9e7eb
    }

.btn-light-success {
    color: #000;
    background-color: #a8eef7;
    border-color: #a8eef7;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-light-success:hover {
        color: #000;
        background-color: #b5f1f8;
        border-color: #b1f0f8
    }

    .btn-check:focus + .btn-light-success, .btn-light-success:focus {
        color: #000;
        background-color: #b5f1f8;
        border-color: #b1f0f8;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(143,202,210,.5)
    }

    .btn-check:active + .btn-light-success, .btn-check:checked + .btn-light-success, .btn-light-success.active, .btn-light-success:active, .show > .btn-light-success.dropdown-toggle {
        color: #000;
        background-color: #b9f1f9;
        border-color: #b1f0f8
    }

        .btn-check:active + .btn-light-success:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(143,202,210,.5)
        }

    .btn-light-success.disabled, .btn-light-success:disabled {
        color: #000;
        background-color: #a8eef7;
        border-color: #a8eef7
    }

.btn-light-warning {
    color: #000;
    background-color: #fff8ec;
    border-color: #fff8ec;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-light-warning:hover {
        color: #000;
        background-color: #fff9ef;
        border-color: #fff9ee
    }

    .btn-check:focus + .btn-light-warning, .btn-light-warning:focus {
        color: #000;
        background-color: #fff9ef;
        border-color: #fff9ee;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(217,211,201,.5)
    }

    .btn-check:active + .btn-light-warning, .btn-check:checked + .btn-light-warning, .btn-light-warning.active, .btn-light-warning:active, .show > .btn-light-warning.dropdown-toggle {
        color: #000;
        background-color: #fff9f0;
        border-color: #fff9ee
    }

        .btn-check:active + .btn-light-warning:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(217,211,201,.5)
        }

    .btn-light-warning.disabled, .btn-light-warning:disabled {
        color: #000;
        background-color: #fff8ec;
        border-color: #fff8ec
    }

.btn-light-primary {
    color: #000;
    background-color: #f1effd;
    border-color: #f1effd;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-light-primary:hover {
        color: #000;
        background-color: #f3f1fd;
        border-color: #f2f1fd
    }

    .btn-check:focus + .btn-light-primary, .btn-light-primary:focus {
        color: #000;
        background-color: #f3f1fd;
        border-color: #f2f1fd;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(205,203,215,.5)
    }

    .btn-check:active + .btn-light-primary, .btn-check:checked + .btn-light-primary, .btn-light-primary.active, .btn-light-primary:active, .show > .btn-light-primary.dropdown-toggle {
        color: #000;
        background-color: #f4f2fd;
        border-color: #f2f1fd
    }

        .btn-check:active + .btn-light-primary:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(205,203,215,.5)
        }

    .btn-light-primary.disabled, .btn-light-primary:disabled {
        color: #000;
        background-color: #f1effd;
        border-color: #f1effd
    }

.btn-light-info {
    color: #000;
    background-color: #cfecfe;
    border-color: #cfecfe;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-light-info:hover {
        color: #000;
        background-color: #d6effe;
        border-color: #d4eefe
    }

    .btn-check:focus + .btn-light-info, .btn-light-info:focus {
        color: #000;
        background-color: #d6effe;
        border-color: #d4eefe;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(176,201,216,.5)
    }

    .btn-check:active + .btn-light-info, .btn-check:checked + .btn-light-info, .btn-light-info.active, .btn-light-info:active, .show > .btn-light-info.dropdown-toggle {
        color: #000;
        background-color: #d9f0fe;
        border-color: #d4eefe
    }

        .btn-check:active + .btn-light-info:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(176,201,216,.5)
        }

    .btn-light-info.disabled, .btn-light-info:disabled {
        color: #000;
        background-color: #cfecfe;
        border-color: #cfecfe
    }

.btn-light-inverse {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    box-shadow: 0 1px 0 rgba(255,255,255,.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,.15),0 0 0 0 rgba(209,209,209,.5)
    }

    .btn-check:active + .btn-light-inverse, .btn-check:checked + .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:active + .btn-light-inverse:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(209,209,209,.5)
        }

    .btn-light-inverse.disabled, .btn-light-inverse:disabled {
        color: #000;
        background-color: #f6f6f6;
        border-color: #f6f6f6
    }

.btn-light-megna {
    color: #000;
    background-color: #e0f2f4;
    border-color: #e0f2f4;
    box-shadow: 0 1px 0 rgba(255,255,255,.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,.15),0 0 0 0 rgba(190,206,207,.5)
    }

    .btn-check:active + .btn-light-megna, .btn-check:checked + .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:active + .btn-light-megna:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(190,206,207,.5)
        }

    .btn-light-megna.disabled, .btn-light-megna:disabled {
        color: #000;
        background-color: #e0f2f4;
        border-color: #e0f2f4
    }

.btn-light-secondary {
    color: #000;
    background-color: #dde1e4;
    border-color: #dde1e4;
    box-shadow: 0 1px 0 rgba(255,255,255,.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,.15),0 0 0 0 rgba(188,191,194,.5)
    }

    .btn-check:active + .btn-light-secondary, .btn-check:checked + .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:active + .btn-light-secondary:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(188,191,194,.5)
        }

    .btn-light-secondary.disabled, .btn-light-secondary:disabled {
        color: #000;
        background-color: #dde1e4;
        border-color: #dde1e4
    }

.btn-dark-danger {
    color: #000;
    background-color: #e6294b;
    border-color: #e6294b;
    box-shadow: 0 1px 0 rgba(255,255,255,.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,.15),0 0 0 0 rgba(196,35,64,.5)
    }

    .btn-check:active + .btn-dark-danger, .btn-check:checked + .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:active + .btn-dark-danger:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(196,35,64,.5)
        }

    .btn-dark-danger.disabled, .btn-dark-danger:disabled {
        color: #000;
        background-color: #e6294b;
        border-color: #e6294b
    }

.btn-dark-success {
    color: #000;
    background-color: #1eacbe;
    border-color: #1eacbe;
    box-shadow: 0 1px 0 rgba(255,255,255,.15)
}

    .btn-dark-success:hover {
        color: #000;
        background-color: #40b8c8;
        border-color: #35b4c5
    }

    .btn-check:focus + .btn-dark-success, .btn-dark-success:focus {
        color: #000;
        background-color: #40b8c8;
        border-color: #35b4c5;
        box-shadow: 0 1px 0 rgba(255,255,255,.15),0 0 0 0 rgba(26,146,162,.5)
    }

    .btn-check:active + .btn-dark-success, .btn-check:checked + .btn-dark-success, .btn-dark-success.active, .btn-dark-success:active, .show > .btn-dark-success.dropdown-toggle {
        color: #000;
        background-color: #4bbdcb;
        border-color: #35b4c5
    }

        .btn-check:active + .btn-dark-success:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(26,146,162,.5)
        }

    .btn-dark-success.disabled, .btn-dark-success:disabled {
        color: #000;
        background-color: #1eacbe;
        border-color: #1eacbe
    }

.btn-dark-warning {
    color: #000;
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    box-shadow: 0 1px 0 rgba(255,255,255,.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,.15),0 0 0 0 rgba(198,145,39,.5)
    }

    .btn-check:active + .btn-dark-warning, .btn-check:checked + .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:active + .btn-dark-warning:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(198,145,39,.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,.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,.15),0 0 0 0 rgba(122,108,213,.5)
    }

    .btn-check:active + .btn-dark-primary, .btn-check:checked + .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:active + .btn-dark-primary:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(122,108,213,.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,.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,.15),0 0 0 0 rgba(2,121,191,.5)
    }

    .btn-check:active + .btn-dark-info, .btn-check:checked + .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:active + .btn-dark-info:focus, .btn-check:checked + .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,.125),0 0 0 0 rgba(2,121,191,.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,.5)
    }

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #fff;
        background-color: #7460ee;
        border-color: #7460ee
    }

        .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(116,96,238,.5)
        }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #7460ee;
        background-color: transparent
    }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0 rgba(108,117,125,.5)
    }

    .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(108,117,125,.5)
        }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

.btn-outline-success {
    color: #21c1d6;
    border-color: #21c1d6
}

    .btn-outline-success:hover {
        color: #000;
        background-color: #21c1d6;
        border-color: #21c1d6
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        box-shadow: 0 0 0 0 rgba(33,193,214,.5)
    }

    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
        color: #000;
        background-color: #21c1d6;
        border-color: #21c1d6
    }

        .btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(33,193,214,.5)
        }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #21c1d6;
        background-color: transparent
    }

.btn-outline-info {
    color: #1e88e5;
    border-color: #1e88e5
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #1e88e5;
        border-color: #1e88e5
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        box-shadow: 0 0 0 0 rgba(30,136,229,.5)
    }

    .btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
        color: #000;
        background-color: #1e88e5;
        border-color: #1e88e5
    }

        .btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(30,136,229,.5)
        }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #1e88e5;
        background-color: transparent
    }

.btn-outline-warning {
    color: #ffb22b;
    border-color: #ffb22b
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffb22b;
        border-color: #ffb22b
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0 rgba(255,178,43,.5)
    }

    .btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
        color: #000;
        background-color: #ffb22b;
        border-color: #ffb22b
    }

        .btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(255,178,43,.5)
        }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffb22b;
        background-color: transparent
    }

.btn-outline-danger {
    color: #fc4b6c;
    border-color: #fc4b6c
}

    .btn-outline-danger:hover {
        color: #000;
        background-color: #fc4b6c;
        border-color: #fc4b6c
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0 rgba(252,75,108,.5)
    }

    .btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
        color: #000;
        background-color: #fc4b6c;
        border-color: #fc4b6c
    }

        .btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(252,75,108,.5)
        }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #fc4b6c;
        background-color: transparent
    }

.btn-outline-light {
    color: #f2f4f8;
    border-color: #f2f4f8
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f2f4f8;
        border-color: #f2f4f8
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        box-shadow: 0 0 0 0 rgba(242,244,248,.5)
    }

    .btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
        color: #000;
        background-color: #f2f4f8;
        border-color: #f2f4f8
    }

        .btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(242,244,248,.5)
        }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f2f4f8;
        background-color: transparent
    }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0 rgba(52,58,64,.5)
    }

    .btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(52,58,64,.5)
        }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

.btn-outline-cyan {
    color: #26c6da;
    border-color: #26c6da
}

    .btn-outline-cyan:hover {
        color: #000;
        background-color: #26c6da;
        border-color: #26c6da
    }

    .btn-check:focus + .btn-outline-cyan, .btn-outline-cyan:focus {
        box-shadow: 0 0 0 0 rgba(38,198,218,.5)
    }

    .btn-check:active + .btn-outline-cyan, .btn-check:checked + .btn-outline-cyan, .btn-outline-cyan.active, .btn-outline-cyan.dropdown-toggle.show, .btn-outline-cyan:active {
        color: #000;
        background-color: #26c6da;
        border-color: #26c6da
    }

        .btn-check:active + .btn-outline-cyan:focus, .btn-check:checked + .btn-outline-cyan:focus, .btn-outline-cyan.active:focus, .btn-outline-cyan.dropdown-toggle.show:focus, .btn-outline-cyan:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(38,198,218,.5)
        }

    .btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
        color: #26c6da;
        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,.5)
    }

    .btn-check:active + .btn-outline-orange, .btn-check:checked + .btn-outline-orange, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show, .btn-outline-orange:active {
        color: #000;
        background-color: #fb8c00;
        border-color: #fb8c00
    }

        .btn-check:active + .btn-outline-orange:focus, .btn-check:checked + .btn-outline-orange:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus, .btn-outline-orange:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(251,140,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,.5)
    }

    .btn-check:active + .btn-outline-purple, .btn-check:checked + .btn-outline-purple, .btn-outline-purple.active, .btn-outline-purple.dropdown-toggle.show, .btn-outline-purple:active {
        color: #fff;
        background-color: #7460ee;
        border-color: #7460ee
    }

        .btn-check:active + .btn-outline-purple:focus, .btn-check:checked + .btn-outline-purple:focus, .btn-outline-purple.active:focus, .btn-outline-purple.dropdown-toggle.show:focus, .btn-outline-purple:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(116,96,238,.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,.5)
    }

    .btn-check:active + .btn-outline-inverse, .btn-check:checked + .btn-outline-inverse, .btn-outline-inverse.active, .btn-outline-inverse.dropdown-toggle.show, .btn-outline-inverse:active {
        color: #fff;
        background-color: #2f3d4a;
        border-color: #2f3d4a
    }

        .btn-check:active + .btn-outline-inverse:focus, .btn-check:checked + .btn-outline-inverse:focus, .btn-outline-inverse.active:focus, .btn-outline-inverse.dropdown-toggle.show:focus, .btn-outline-inverse:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(47,61,74,.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,.5)
    }

    .btn-check:active + .btn-outline-megna, .btn-check:checked + .btn-outline-megna, .btn-outline-megna.active, .btn-outline-megna.dropdown-toggle.show, .btn-outline-megna:active {
        color: #000;
        background-color: #01c0c8;
        border-color: #01c0c8
    }

        .btn-check:active + .btn-outline-megna:focus, .btn-check:checked + .btn-outline-megna:focus, .btn-outline-megna.active:focus, .btn-outline-megna.dropdown-toggle.show:focus, .btn-outline-megna:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(1,192,200,.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,.5)
    }

    .btn-check:active + .btn-outline-light-danger, .btn-check:checked + .btn-outline-light-danger, .btn-outline-light-danger.active, .btn-outline-light-danger.dropdown-toggle.show, .btn-outline-light-danger:active {
        color: #000;
        background-color: #f9e7eb;
        border-color: #f9e7eb
    }

        .btn-check:active + .btn-outline-light-danger:focus, .btn-check:checked + .btn-outline-light-danger:focus, .btn-outline-light-danger.active:focus, .btn-outline-light-danger.dropdown-toggle.show:focus, .btn-outline-light-danger:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(249,231,235,.5)
        }

    .btn-outline-light-danger.disabled, .btn-outline-light-danger:disabled {
        color: #f9e7eb;
        background-color: transparent
    }

.btn-outline-light-success {
    color: #a8eef7;
    border-color: #a8eef7
}

    .btn-outline-light-success:hover {
        color: #000;
        background-color: #a8eef7;
        border-color: #a8eef7
    }

    .btn-check:focus + .btn-outline-light-success, .btn-outline-light-success:focus {
        box-shadow: 0 0 0 0 rgba(168,238,247,.5)
    }

    .btn-check:active + .btn-outline-light-success, .btn-check:checked + .btn-outline-light-success, .btn-outline-light-success.active, .btn-outline-light-success.dropdown-toggle.show, .btn-outline-light-success:active {
        color: #000;
        background-color: #a8eef7;
        border-color: #a8eef7
    }

        .btn-check:active + .btn-outline-light-success:focus, .btn-check:checked + .btn-outline-light-success:focus, .btn-outline-light-success.active:focus, .btn-outline-light-success.dropdown-toggle.show:focus, .btn-outline-light-success:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(168,238,247,.5)
        }

    .btn-outline-light-success.disabled, .btn-outline-light-success:disabled {
        color: #a8eef7;
        background-color: transparent
    }

.btn-outline-light-warning {
    color: #fff8ec;
    border-color: #fff8ec
}

    .btn-outline-light-warning:hover {
        color: #000;
        background-color: #fff8ec;
        border-color: #fff8ec
    }

    .btn-check:focus + .btn-outline-light-warning, .btn-outline-light-warning:focus {
        box-shadow: 0 0 0 0 rgba(255,248,236,.5)
    }

    .btn-check:active + .btn-outline-light-warning, .btn-check:checked + .btn-outline-light-warning, .btn-outline-light-warning.active, .btn-outline-light-warning.dropdown-toggle.show, .btn-outline-light-warning:active {
        color: #000;
        background-color: #fff8ec;
        border-color: #fff8ec
    }

        .btn-check:active + .btn-outline-light-warning:focus, .btn-check:checked + .btn-outline-light-warning:focus, .btn-outline-light-warning.active:focus, .btn-outline-light-warning.dropdown-toggle.show:focus, .btn-outline-light-warning:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(255,248,236,.5)
        }

    .btn-outline-light-warning.disabled, .btn-outline-light-warning:disabled {
        color: #fff8ec;
        background-color: transparent
    }

.btn-outline-light-primary {
    color: #f1effd;
    border-color: #f1effd
}

    .btn-outline-light-primary:hover {
        color: #000;
        background-color: #f1effd;
        border-color: #f1effd
    }

    .btn-check:focus + .btn-outline-light-primary, .btn-outline-light-primary:focus {
        box-shadow: 0 0 0 0 rgba(241,239,253,.5)
    }

    .btn-check:active + .btn-outline-light-primary, .btn-check:checked + .btn-outline-light-primary, .btn-outline-light-primary.active, .btn-outline-light-primary.dropdown-toggle.show, .btn-outline-light-primary:active {
        color: #000;
        background-color: #f1effd;
        border-color: #f1effd
    }

        .btn-check:active + .btn-outline-light-primary:focus, .btn-check:checked + .btn-outline-light-primary:focus, .btn-outline-light-primary.active:focus, .btn-outline-light-primary.dropdown-toggle.show:focus, .btn-outline-light-primary:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(241,239,253,.5)
        }

    .btn-outline-light-primary.disabled, .btn-outline-light-primary:disabled {
        color: #f1effd;
        background-color: transparent
    }

.btn-outline-light-info {
    color: #cfecfe;
    border-color: #cfecfe
}

    .btn-outline-light-info:hover {
        color: #000;
        background-color: #cfecfe;
        border-color: #cfecfe
    }

    .btn-check:focus + .btn-outline-light-info, .btn-outline-light-info:focus {
        box-shadow: 0 0 0 0 rgba(207,236,254,.5)
    }

    .btn-check:active + .btn-outline-light-info, .btn-check:checked + .btn-outline-light-info, .btn-outline-light-info.active, .btn-outline-light-info.dropdown-toggle.show, .btn-outline-light-info:active {
        color: #000;
        background-color: #cfecfe;
        border-color: #cfecfe
    }

        .btn-check:active + .btn-outline-light-info:focus, .btn-check:checked + .btn-outline-light-info:focus, .btn-outline-light-info.active:focus, .btn-outline-light-info.dropdown-toggle.show:focus, .btn-outline-light-info:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(207,236,254,.5)
        }

    .btn-outline-light-info.disabled, .btn-outline-light-info:disabled {
        color: #cfecfe;
        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,.5)
    }

    .btn-check:active + .btn-outline-light-inverse, .btn-check:checked + .btn-outline-light-inverse, .btn-outline-light-inverse.active, .btn-outline-light-inverse.dropdown-toggle.show, .btn-outline-light-inverse:active {
        color: #000;
        background-color: #f6f6f6;
        border-color: #f6f6f6
    }

        .btn-check:active + .btn-outline-light-inverse:focus, .btn-check:checked + .btn-outline-light-inverse:focus, .btn-outline-light-inverse.active:focus, .btn-outline-light-inverse.dropdown-toggle.show:focus, .btn-outline-light-inverse:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(246,246,246,.5)
        }

    .btn-outline-light-inverse.disabled, .btn-outline-light-inverse:disabled {
        color: #f6f6f6;
        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,.5)
    }

    .btn-check:active + .btn-outline-light-megna, .btn-check:checked + .btn-outline-light-megna, .btn-outline-light-megna.active, .btn-outline-light-megna.dropdown-toggle.show, .btn-outline-light-megna:active {
        color: #000;
        background-color: #e0f2f4;
        border-color: #e0f2f4
    }

        .btn-check:active + .btn-outline-light-megna:focus, .btn-check:checked + .btn-outline-light-megna:focus, .btn-outline-light-megna.active:focus, .btn-outline-light-megna.dropdown-toggle.show:focus, .btn-outline-light-megna:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(224,242,244,.5)
        }

    .btn-outline-light-megna.disabled, .btn-outline-light-megna:disabled {
        color: #e0f2f4;
        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,.5)
    }

    .btn-check:active + .btn-outline-light-secondary, .btn-check:checked + .btn-outline-light-secondary, .btn-outline-light-secondary.active, .btn-outline-light-secondary.dropdown-toggle.show, .btn-outline-light-secondary:active {
        color: #000;
        background-color: #dde1e4;
        border-color: #dde1e4
    }

        .btn-check:active + .btn-outline-light-secondary:focus, .btn-check:checked + .btn-outline-light-secondary:focus, .btn-outline-light-secondary.active:focus, .btn-outline-light-secondary.dropdown-toggle.show:focus, .btn-outline-light-secondary:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(221,225,228,.5)
        }

    .btn-outline-light-secondary.disabled, .btn-outline-light-secondary:disabled {
        color: #dde1e4;
        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,.5)
    }

    .btn-check:active + .btn-outline-dark-danger, .btn-check:checked + .btn-outline-dark-danger, .btn-outline-dark-danger.active, .btn-outline-dark-danger.dropdown-toggle.show, .btn-outline-dark-danger:active {
        color: #000;
        background-color: #e6294b;
        border-color: #e6294b
    }

        .btn-check:active + .btn-outline-dark-danger:focus, .btn-check:checked + .btn-outline-dark-danger:focus, .btn-outline-dark-danger.active:focus, .btn-outline-dark-danger.dropdown-toggle.show:focus, .btn-outline-dark-danger:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(230,41,75,.5)
        }

    .btn-outline-dark-danger.disabled, .btn-outline-dark-danger:disabled {
        color: #e6294b;
        background-color: transparent
    }

.btn-outline-dark-success {
    color: #1eacbe;
    border-color: #1eacbe
}

    .btn-outline-dark-success:hover {
        color: #000;
        background-color: #1eacbe;
        border-color: #1eacbe
    }

    .btn-check:focus + .btn-outline-dark-success, .btn-outline-dark-success:focus {
        box-shadow: 0 0 0 0 rgba(30,172,190,.5)
    }

    .btn-check:active + .btn-outline-dark-success, .btn-check:checked + .btn-outline-dark-success, .btn-outline-dark-success.active, .btn-outline-dark-success.dropdown-toggle.show, .btn-outline-dark-success:active {
        color: #000;
        background-color: #1eacbe;
        border-color: #1eacbe
    }

        .btn-check:active + .btn-outline-dark-success:focus, .btn-check:checked + .btn-outline-dark-success:focus, .btn-outline-dark-success.active:focus, .btn-outline-dark-success.dropdown-toggle.show:focus, .btn-outline-dark-success:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(30,172,190,.5)
        }

    .btn-outline-dark-success.disabled, .btn-outline-dark-success:disabled {
        color: #1eacbe;
        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,.5)
    }

    .btn-check:active + .btn-outline-dark-warning, .btn-check:checked + .btn-outline-dark-warning, .btn-outline-dark-warning.active, .btn-outline-dark-warning.dropdown-toggle.show, .btn-outline-dark-warning:active {
        color: #000;
        background-color: #e9ab2e;
        border-color: #e9ab2e
    }

        .btn-check:active + .btn-outline-dark-warning:focus, .btn-check:checked + .btn-outline-dark-warning:focus, .btn-outline-dark-warning.active:focus, .btn-outline-dark-warning.dropdown-toggle.show:focus, .btn-outline-dark-warning:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(233,171,46,.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,.5)
    }

    .btn-check:active + .btn-outline-dark-primary, .btn-check:checked + .btn-outline-dark-primary, .btn-outline-dark-primary.active, .btn-outline-dark-primary.dropdown-toggle.show, .btn-outline-dark-primary:active {
        color: #fff;
        background-color: #6352ce;
        border-color: #6352ce
    }

        .btn-check:active + .btn-outline-dark-primary:focus, .btn-check:checked + .btn-outline-dark-primary:focus, .btn-outline-dark-primary.active:focus, .btn-outline-dark-primary.dropdown-toggle.show:focus, .btn-outline-dark-primary:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(99,82,206,.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,.5)
    }

    .btn-check:active + .btn-outline-dark-info, .btn-check:checked + .btn-outline-dark-info, .btn-outline-dark-info.active, .btn-outline-dark-info.dropdown-toggle.show, .btn-outline-dark-info:active {
        color: #000;
        background-color: #028ee1;
        border-color: #028ee1
    }

        .btn-check:active + .btn-outline-dark-info:focus, .btn-check:checked + .btn-outline-dark-info:focus, .btn-outline-dark-info.active:focus, .btn-outline-dark-info.dropdown-toggle.show:focus, .btn-outline-dark-info:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125),0 0 0 0 rgba(2,142,225,.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: #6c757d
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    border-radius: 10px
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .8203125rem;
    border-radius: 4px
}

.fade {
    transition: opacity .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 .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: .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: 0 15px 30px rgba(0,0,0,.12)
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:1600px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .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: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .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: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .65rem 1rem;
    clear: both;
    font-weight: 400;
    color: #6c757d;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #1e88e5
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #a1aab2;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .8203125rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .65rem 1rem;
    color: #6c757d
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: #e9ecef
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

        .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
            color: #fff;
            background-color: rgba(255,255,255,.15)
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #1e88e5
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #a1aab2
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: #e9ecef
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #a1aab2
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group.show .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .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: .5rem 1rem;
    color: #7460ee;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #5d4dbe
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            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: 0 0;
    border: 0;
    border-radius: 4px
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1e88e5
    }

.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    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: .5rem;
    padding-bottom: .5rem
}

    .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .32421875rem;
    padding-bottom: .32421875rem;
    margin-right: 1rem;
    font-size: 1.171875rem;
    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: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.171875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: box-shadow .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
}

.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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
                padding-left: .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: .5rem;
            padding-left: .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,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(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,.55)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: rgba(255,255,255,.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='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: #fff
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        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: 0 solid rgba(0,0,0,.125);
    border-radius: 4px
}

    .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: 4px;
            border-top-right-radius: 4px
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .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: .5rem
}

.card-subtitle {
    margin-top: -.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: .625rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0 solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: 4px 4px 0 0
    }

.card-footer {
    padding: .625rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 0 solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 4px 4px
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.625rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 4px
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.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-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    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-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: .9375rem;
    color: #67757c;
    text-align: left;
    background-color: #eef5f9;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #6856d6;
    background-color: #e9f3fc;
    box-shadow: inset 0 -1px 0 rgba(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='%2367757c'%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 .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,.25);
    outline: 0;
    box-shadow: 0 0 0 0 transparent
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(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 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1.5rem;
    list-style: none;
    background-color: #eef5f9
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/")
    }

.breadcrumb-item.active {
    color: #6c757d
}

.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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: 0 0 0 0 transparent
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1e88e5;
    border-color: #1e88e5
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .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: .75rem 1.5rem;
    font-size: 1.171875rem
}

.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: .25rem .5rem;
    font-size: .8203125rem
}

.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: .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: #fefefe;
    background-color: #6c757d;
    border-color: #6c757d
}

    .alert-secondary .alert-link {
        color: #cbcbcb
    }

.alert-success {
    color: #000202;
    background-color: #21c1d6;
    border-color: #21c1d6
}

    .alert-success .alert-link {
        color: #000202
    }

.alert-info {
    color: #000102;
    background-color: #1e88e5;
    border-color: #1e88e5
}

    .alert-info .alert-link {
        color: #000102
    }

.alert-warning {
    color: #030200;
    background-color: #ffb22b;
    border-color: #ffb22b
}

    .alert-warning .alert-link {
        color: #020200
    }

.alert-danger {
    color: #030101;
    background-color: #fc4b6c;
    border-color: #fc4b6c
}

    .alert-danger .alert-link {
        color: #020101
    }

.alert-light {
    color: #020202;
    background-color: #f2f4f8;
    border-color: #f2f4f8
}

    .alert-light .alert-link {
        color: #020202
    }

.alert-dark {
    color: #fdfdfd;
    background-color: #343a40;
    border-color: #343a40
}

    .alert-dark .alert-link {
        color: #cacaca
    }

.alert-cyan {
    color: #000202;
    background-color: #26c6da;
    border-color: #26c6da
}

    .alert-cyan .alert-link {
        color: #000202
    }

.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: #a8eef7;
    border-color: #a8eef7
}

    .alert-light-success .alert-link {
        color: #020202
    }

.alert-light-warning {
    color: #030202;
    background-color: #fff8ec;
    border-color: #fff8ec
}

    .alert-light-warning .alert-link {
        color: #020202
    }

.alert-light-primary {
    color: #020203;
    background-color: #f1effd;
    border-color: #f1effd
}

    .alert-light-primary .alert-link {
        color: #020202
    }

.alert-light-info {
    color: #020203;
    background-color: #cfecfe;
    border-color: #cfecfe
}

    .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-megna {
    color: #020202;
    background-color: #e0f2f4;
    border-color: #e0f2f4
}

    .alert-light-megna .alert-link {
        color: #020202
    }

.alert-light-secondary {
    color: #020202;
    background-color: #dde1e4;
    border-color: #dde1e4
}

    .alert-light-secondary .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: #000202;
    background-color: #1eacbe;
    border-color: #1eacbe
}

    .alert-dark-success .alert-link {
        color: #000202
    }

.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: .703125rem;
    background-color: #e9ecef;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075)
}

.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 .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #4f5467;
        text-decoration: none;
        background-color: #f2f4f8
    }

    .list-group-item-action:active {
        color: #67757c;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(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: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #1e88e5;
        border-color: #1e88e5
    }

    .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:focus, .list-group-item-primary.list-group-item-action:hover {
        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: #41464b;
    background-color: #e2e3e5
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #41464b;
        background-color: #cbccce
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b
    }

.list-group-item-success {
    color: #147480;
    background-color: #d3f3f7
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #147480;
        background-color: #bedbde
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #147480;
        border-color: #147480
    }

.list-group-item-info {
    color: #125289;
    background-color: #d2e7fa
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #125289;
        background-color: #bdd0e1
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #125289;
        border-color: #125289
    }

.list-group-item-warning {
    color: #664711;
    background-color: #fff0d5
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #664711;
        background-color: #e6d8c0
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664711;
        border-color: #664711
    }

.list-group-item-danger {
    color: #972d41;
    background-color: #fedbe2
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #972d41;
        background-color: #e5c5cb
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #972d41;
        border-color: #972d41
    }

.list-group-item-light {
    color: #616263;
    background-color: #fcfdfe
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #616263;
        background-color: #e3e4e5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #616263;
        border-color: #616263
    }

.list-group-item-dark {
    color: #1f2326;
    background-color: #d6d8d9
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1f2326;
        background-color: #c1c2c3
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1f2326;
        border-color: #1f2326
    }

.list-group-item-cyan {
    color: #177783;
    background-color: #d4f4f8
}

    .list-group-item-cyan.list-group-item-action:focus, .list-group-item-cyan.list-group-item-action:hover {
        color: #177783;
        background-color: #bfdcdf
    }

    .list-group-item-cyan.list-group-item-action.active {
        color: #fff;
        background-color: #177783;
        border-color: #177783
    }

.list-group-item-orange {
    color: #975400;
    background-color: #fee8cc
}

    .list-group-item-orange.list-group-item-action:focus, .list-group-item-orange.list-group-item-action:hover {
        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:focus, .list-group-item-purple.list-group-item-action:hover {
        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:focus, .list-group-item-inverse.list-group-item-action:hover {
        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:focus, .list-group-item-megna.list-group-item-action:hover {
        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:focus, .list-group-item-light-danger.list-group-item-action:hover {
        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: #435f63;
    background-color: #eefcfd
}

    .list-group-item-light-success.list-group-item-action:focus, .list-group-item-light-success.list-group-item-action:hover {
        color: #435f63;
        background-color: #d6e3e4
    }

    .list-group-item-light-success.list-group-item-action.active {
        color: #fff;
        background-color: #435f63;
        border-color: #435f63
    }

.list-group-item-light-warning {
    color: #66635e;
    background-color: #fffefb
}

    .list-group-item-light-warning.list-group-item-action:focus, .list-group-item-light-warning.list-group-item-action:hover {
        color: #66635e;
        background-color: #e6e5e2
    }

    .list-group-item-light-warning.list-group-item-action.active {
        color: #fff;
        background-color: #66635e;
        border-color: #66635e
    }

.list-group-item-light-primary {
    color: #606065;
    background-color: #fcfcff
}

    .list-group-item-light-primary.list-group-item-action:focus, .list-group-item-light-primary.list-group-item-action:hover {
        color: #606065;
        background-color: #e3e3e6
    }

    .list-group-item-light-primary.list-group-item-action.active {
        color: #fff;
        background-color: #606065;
        border-color: #606065
    }

.list-group-item-light-info {
    color: #535e66;
    background-color: #f5fbff
}

    .list-group-item-light-info.list-group-item-action:focus, .list-group-item-light-info.list-group-item-action:hover {
        color: #535e66;
        background-color: #dde2e6
    }

    .list-group-item-light-info.list-group-item-action.active {
        color: #fff;
        background-color: #535e66;
        border-color: #535e66
    }

.list-group-item-light-inverse {
    color: #626262;
    background-color: #fdfdfd
}

    .list-group-item-light-inverse.list-group-item-action:focus, .list-group-item-light-inverse.list-group-item-action:hover {
        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-megna {
    color: #5a6162;
    background-color: #f9fcfd
}

    .list-group-item-light-megna.list-group-item-action:focus, .list-group-item-light-megna.list-group-item-action:hover {
        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-light-secondary {
    color: #585a5b;
    background-color: #f8f9fa
}

    .list-group-item-light-secondary.list-group-item-action:focus, .list-group-item-light-secondary.list-group-item-action:hover {
        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-dark-danger {
    color: #8a192d;
    background-color: #fad4db
}

    .list-group-item-dark-danger.list-group-item-action:focus, .list-group-item-dark-danger.list-group-item-action:hover {
        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: #126772;
    background-color: #d2eef2
}

    .list-group-item-dark-success.list-group-item-action:focus, .list-group-item-dark-success.list-group-item-action:hover {
        color: #126772;
        background-color: #bdd6da
    }

    .list-group-item-dark-success.list-group-item-action.active {
        color: #fff;
        background-color: #126772;
        border-color: #126772
    }

.list-group-item-dark-warning {
    color: #5d4412;
    background-color: #fbeed5
}

    .list-group-item-dark-warning.list-group-item-action:focus, .list-group-item-dark-warning.list-group-item-action:hover {
        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:focus, .list-group-item-dark-primary.list-group-item-action:hover {
        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:focus, .list-group-item-dark-info.list-group-item-action:hover {
        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: .25em .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: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 0 transparent;
        opacity: 1
    }

    .btn-close.disabled, .btn-close:disabled {
        pointer-events: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(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: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 0 solid rgba(0,0,0,.05);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

    .toast-header .btn-close {
        margin-right: -.375rem;
        margin-left: .75rem
    }

.toast-body {
    padding: .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: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .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,.2);
    border-radius: 5px;
    box-shadow: 0 2px 9px 0 rgba(169,184,200,.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: .5
    }

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.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: .75rem;
    border-top: 0 solid #e9ecef;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

    .modal-footer > * {
        margin: .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 .5rem 1rem rgba(0,0,0,.15)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1600px) {
    .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: .8203125rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
        bottom: 0
    }

        .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
            top: -1px;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
    padding: 0 .4rem
}

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
            right: -1px;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
        top: 0
    }

        .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
            bottom: -1px;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
    padding: 0 .4rem
}

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
            left: -1px;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    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: .8203125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

        .popover .popover-arrow::after, .popover .popover-arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
    bottom: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
    top: calc(-.5rem - 1px)
}

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0,0,0,.25)
    }

    .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .9375rem;
    color: #455a64;
    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: #67757c
}

.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 .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    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: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.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: .5;
        transition: opacity .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-next-icon, .carousel-dark .carousel-control-prev-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)
    }
}

.spinner-border {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 64px;
    height: 64px;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .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: 0 2px 9px 0 rgba(169,184,200,.2);
    transition: transform .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: .5rem .5rem;
        margin: -.5rem -.5rem -.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,.2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 0 solid rgba(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,.2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 0 solid rgba(0,0,0,.2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #7460ee
}

    .link-primary:focus, .link-primary:hover {
        color: #5d4dbe
    }

.link-secondary {
    color: #6c757d
}

    .link-secondary:focus, .link-secondary:hover {
        color: #565e64
    }

.link-success {
    color: #21c1d6
}

    .link-success:focus, .link-success:hover {
        color: #4dcdde
    }

.link-info {
    color: #1e88e5
}

    .link-info:focus, .link-info:hover {
        color: #4ba0ea
    }

.link-warning {
    color: #ffb22b
}

    .link-warning:focus, .link-warning:hover {
        color: #ffc155
    }

.link-danger {
    color: #fc4b6c
}

    .link-danger:focus, .link-danger:hover {
        color: #fd6f89
    }

.link-light {
    color: #f2f4f8
}

    .link-light:focus, .link-light:hover {
        color: #f5f6f9
    }

.link-dark {
    color: #343a40
}

    .link-dark:focus, .link-dark:hover {
        color: #2a2e33
    }

.link-cyan {
    color: #26c6da
}

    .link-cyan:focus, .link-cyan:hover {
        color: #51d1e1
    }

.link-orange {
    color: #fb8c00
}

    .link-orange:focus, .link-orange:hover {
        color: #fca333
    }

.link-purple {
    color: #7460ee
}

    .link-purple:focus, .link-purple:hover {
        color: #5d4dbe
    }

.link-inverse {
    color: #2f3d4a
}

    .link-inverse:focus, .link-inverse:hover {
        color: #26313b
    }

.link-megna {
    color: #01c0c8
}

    .link-megna:focus, .link-megna:hover {
        color: #34cdd3
    }

.link-light-danger {
    color: #f9e7eb
}

    .link-light-danger:focus, .link-light-danger:hover {
        color: #faecef
    }

.link-light-success {
    color: #a8eef7
}

    .link-light-success:focus, .link-light-success:hover {
        color: #b9f1f9
    }

.link-light-warning {
    color: #fff8ec
}

    .link-light-warning:focus, .link-light-warning:hover {
        color: #fff9f0
    }

.link-light-primary {
    color: #f1effd
}

    .link-light-primary:focus, .link-light-primary:hover {
        color: #f4f2fd
    }

.link-light-info {
    color: #cfecfe
}

    .link-light-info:focus, .link-light-info:hover {
        color: #d9f0fe
    }

.link-light-inverse {
    color: #f6f6f6
}

    .link-light-inverse:focus, .link-light-inverse:hover {
        color: #f8f8f8
    }

.link-light-megna {
    color: #e0f2f4
}

    .link-light-megna:focus, .link-light-megna:hover {
        color: #e6f5f6
    }

.link-light-secondary {
    color: #dde1e4
}

    .link-light-secondary:focus, .link-light-secondary:hover {
        color: #e4e7e9
    }

.link-dark-danger {
    color: #e6294b
}

    .link-dark-danger:focus, .link-dark-danger:hover {
        color: #eb546f
    }

.link-dark-success {
    color: #1eacbe
}

    .link-dark-success:focus, .link-dark-success:hover {
        color: #4bbdcb
    }

.link-dark-warning {
    color: #e9ab2e
}

    .link-dark-warning:focus, .link-dark-warning:hover {
        color: #edbc58
    }

.link-dark-primary {
    color: #6352ce
}

    .link-dark-primary:focus, .link-dark-primary:hover {
        color: #4f42a5
    }

.link-dark-info {
    color: #028ee1
}

    .link-dark-info:focus, .link-dark-info:hover {
        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 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    box-shadow: 0 2px 9px 0 rgba(169,184,200,.2) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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: #6c757d !important
}

.border-success {
    border-color: #21c1d6 !important
}

.border-info {
    border-color: #1e88e5 !important
}

.border-warning {
    border-color: #ffb22b !important
}

.border-danger {
    border-color: #fc4b6c !important
}

.border-light {
    border-color: #f2f4f8 !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-cyan {
    border-color: #26c6da !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: #a8eef7 !important
}

.border-light-warning {
    border-color: #fff8ec !important
}

.border-light-primary {
    border-color: #f1effd !important
}

.border-light-info {
    border-color: #cfecfe !important
}

.border-light-inverse {
    border-color: #f6f6f6 !important
}

.border-light-megna {
    border-color: #e0f2f4 !important
}

.border-light-secondary {
    border-color: #dde1e4 !important
}

.border-dark-danger {
    border-color: #e6294b !important
}

.border-dark-success {
    border-color: #1eacbe !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: .25rem !important
}

.gap-2 {
    gap: .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: .25rem !important
}

.m-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important
}

.mt-2 {
    margin-top: .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: .25rem !important
}

.me-2 {
    margin-right: .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: .25rem !important
}

.mb-2 {
    margin-bottom: .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: .25rem !important
}

.ms-2 {
    margin-left: .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: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mx-n1 {
    margin-right: -.25rem !important;
    margin-left: -.25rem !important
}

.mx-n2 {
    margin-right: -.5rem !important;
    margin-left: -.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: -.25rem !important;
    margin-bottom: -.25rem !important
}

.my-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.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: -.25rem !important
}

.mt-n2 {
    margin-top: -.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: -.25rem !important
}

.me-n2 {
    margin-right: -.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: -.25rem !important
}

.mb-n2 {
    margin-bottom: -.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: -.25rem !important
}

.ms-n2 {
    margin-left: -.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: .25rem !important
}

.p-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

.ps-2 {
    padding-left: .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: .625rem !important
}

.fs-2 {
    font-size: .75rem !important
}

.fs-3 {
    font-size: .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 + .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
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #7460ee !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #21c1d6 !important
}

.text-info {
    color: #1e88e5 !important
}

.text-warning {
    color: #ffb22b !important
}

.text-danger {
    color: #fc4b6c !important
}

.text-light {
    color: #f2f4f8 !important
}

.text-dark {
    color: #343a40 !important
}

.text-cyan {
    color: #26c6da !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: #a8eef7 !important
}

.text-light-warning {
    color: #fff8ec !important
}

.text-light-primary {
    color: #f1effd !important
}

.text-light-info {
    color: #cfecfe !important
}

.text-light-inverse {
    color: #f6f6f6 !important
}

.text-light-megna {
    color: #e0f2f4 !important
}

.text-light-secondary {
    color: #dde1e4 !important
}

.text-dark-danger {
    color: #e6294b !important
}

.text-dark-success {
    color: #1eacbe !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: #67757c !important
}

.text-muted {
    color: #a1aab2 !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #7460ee !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #21c1d6 !important
}

.bg-info {
    background-color: #1e88e5 !important
}

.bg-warning {
    background-color: #ffb22b !important
}

.bg-danger {
    background-color: #fc4b6c !important
}

.bg-light {
    background-color: #f2f4f8 !important
}

.bg-dark {
    background-color: #343a40 !important
}

.bg-cyan {
    background-color: #26c6da !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: #a8eef7 !important
}

.bg-light-warning {
    background-color: #fff8ec !important
}

.bg-light-primary {
    background-color: #f1effd !important
}

.bg-light-info {
    background-color: #cfecfe !important
}

.bg-light-inverse {
    background-color: #f6f6f6 !important
}

.bg-light-megna {
    background-color: #e0f2f4 !important
}

.bg-light-secondary {
    background-color: #dde1e4 !important
}

.bg-dark-danger {
    background-color: #e6294b !important
}

.bg-dark-success {
    background-color: #1eacbe !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: #eef5f9 !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: .25rem !important
    }

    .gap-sm-2 {
        gap: .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: .25rem !important
    }

    .m-sm-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .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: .25rem !important
    }

    .me-sm-2 {
        margin-right: .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: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .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: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.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: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -.5rem !important;
        margin-left: -.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: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-sm-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.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: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.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: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.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: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.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: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.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: .25rem !important
    }

    .p-sm-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .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: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .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: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .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: .25rem !important
    }

    .gap-md-2 {
        gap: .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: .25rem !important
    }

    .m-md-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-md-2 {
        margin-top: .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: .25rem !important
    }

    .me-md-2 {
        margin-right: .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: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-md-2 {
        margin-left: .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: -.25rem !important
    }

    .m-md-n2 {
        margin: -.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: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-md-n2 {
        margin-right: -.5rem !important;
        margin-left: -.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: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-md-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.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: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.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: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.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: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.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: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.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: .25rem !important
    }

    .p-md-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-md-2 {
        padding-top: .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: .25rem !important
    }

    .pe-md-2 {
        padding-right: .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: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-md-2 {
        padding-left: .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: .25rem !important
    }

    .gap-lg-2 {
        gap: .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: .25rem !important
    }

    .m-lg-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .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: .25rem !important
    }

    .me-lg-2 {
        margin-right: .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: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .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: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.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: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -.5rem !important;
        margin-left: -.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: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-lg-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.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: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.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: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.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: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.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: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.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: .25rem !important
    }

    .p-lg-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .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: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .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: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .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: .25rem !important
    }

    .gap-xl-2 {
        gap: .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: .25rem !important
    }

    .m-xl-2 {
        margin: .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: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .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: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .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: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .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: .25rem !important
    }

    .me-xl-2 {
        margin-right: .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: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .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: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .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: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.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: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.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: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.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: -.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -.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: -.25rem !important
    }

    .me-xl-n2 {
        margin-right: -.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: -.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.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: -.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -.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: .25rem !important
    }

    .p-xl-2 {
        padding: .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: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .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: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .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: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .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: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .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: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .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: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .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 {
    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 #343a40;
    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 .has-arrow[aria-expanded=true]::after, .sidebar-nav li.active > .has-arrow::after, .sidebar-nav li > .has-arrow.active::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 0 rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0,0,0,.1);
        opacity: 0;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }
}

@keyframes blow {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0,0,0,.1);
        opacity: 0;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }
}

.topbar .mega-dropdown .dropdown-menu {
    border-radius: 0
}

.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: #b00;
    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: #000;
        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: #b00;
    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: #000;
        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: #eef5f9;
    display: none;
    transition: .2s ease-in
}

    .page-wrapper > .container-fluid, .page-wrapper > .container-lg, .page-wrapper > .container-md, .page-wrapper > .container-sm, .page-wrapper > .container-xl, .page-wrapper > .container-xxl {
        padding: 20px 30px;
        min-height: calc(100vh - 180px);
        max-width: 1300px
    }

    .page-wrapper > .page-titles {
        max-width: 1300px;
        margin: 0 auto
    }

.footer {
    background: #fff;
    border-top: 1px solid #e9ecef;
    padding: 17px 15px
}

.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 - 127px);
    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: .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 {
    width: 180px
}

#main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item {
    width: calc(180px - 30px)
}

    #main-wrapper[data-layout=vertical][data-sidebartype=iconbar] .sidebar-nav ul .sidebar-item .first-level {
        padding-left: 0
    }

    #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 {
            display: block;
            width: 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,.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: 65px
    }

    #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: 65px
    }

        #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
        }

            #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: 65px
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .page-wrapper {
        margin-left: 65px
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .user-profile .profile-img {
        margin-left: 9px
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .user-profile .profile-text {
        display: none
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav ul {
        padding: 7px
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .has-arrow:after, #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .hide-menu {
        display: none
    }

    #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .sidebar-nav .nav-small-cap {
        justify-content: center;
        padding: 14px 14px 14px 14px
    }

        #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 ul .sidebar-item .sidebar-link {
        padding: 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 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: 65px
    }

        #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 .user-profile .profile-img {
                margin-left: 30px
            }

            #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .user-profile .profile-text {
                display: block
            }

            #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .has-arrow:after, #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .hide-menu {
                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: 8px 35px 8px 8px
            }

            #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level {
                padding: 10px 0 0 5px
            }

                #main-wrapper[data-layout=vertical][data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
                    padding: 10px 35px 10px 20px
                }

                    #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-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse, #main-wrapper[data-layout=vertical][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse {
        position: relative;
        top: 70px
    }

    .left-part {
        position: fixed;
        left: -260px;
        background: #eef5f9;
        z-index: 1;
        transition: .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 {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

.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: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@-webkit-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@-o-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: .6
    }

    100% {
        stroke-dashoffset: 39;
        opacity: 0
    }
}

@-moz-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}

@-webkit-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}

@-o-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}

@keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: .6
    }

    80% {
        stroke-dashoffset: 27;
        opacity: 0
    }

    100% {
        stroke-dashoffset: 27;
        opacity: 0
    }
}

.notify {
    position: relative;
    top: -35px;
    right: -8px
}

    .notify .heartbit {
        position: absolute;
        top: -20px;
        right: -4px;
        height: 25px;
        width: 25px;
        z-index: 10;
        border: 5px solid #fc4b6c;
        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
    }

    .notify .point {
        width: 6px;
        height: 6px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-color: #fc4b6c;
        position: absolute;
        right: 6px;
        top: -10px
    }

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }

    25% {
        -moz-transform: scale(.1);
        opacity: .1
    }

    50% {
        -moz-transform: scale(.5);
        opacity: .3
    }

    75% {
        -moz-transform: scale(.8);
        opacity: .5
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(.1);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.5);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.8);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.topbar {
    position: relative;
    height: 70px;
    background: #fff;
    z-index: 50;
    transition: .2s ease-in;
    box-shadow: 1px 0 7px rgba(0,0,0,.05)
}

    .topbar .navbar-collapse {
        padding: 0 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: 0 .75rem;
            font-size: 19px
        }

        .topbar .top-navbar .navbar-nav > .nav-item {
            transition: .2s ease-in
        }

            .topbar .top-navbar .navbar-nav > .nav-item:hover {
                background: rgba(0,0,0,.05)
            }

    .topbar .mailbox, .topbar .user-dd {
        width: 300px
    }

    .topbar .nav-toggler, .topbar .topbartoggler {
        color: #fff;
        padding: 0 .75rem
    }

.search-box .app-search {
    position: absolute;
    margin: 0;
    display: block;
    z-index: 110;
    width: 100%;
    top: -1px;
    box-shadow: 2px 0 10px rgba(0,0,0,.2);
    display: none;
    left: 0
}

    .search-box .app-search input {
        width: 100%;
        padding: 25px 40px 25px 20px;
        border-radius: 0;
        font-size: 17px;
        transition: .5s ease-in;
        height: 70px
    }

    .search-box .app-search .srh-btn {
        position: absolute;
        top: 23px;
        right: 20px;
        cursor: pointer
    }

.topbar .mega-dropdown {
    position: static
}

    .topbar .mega-dropdown .dropdown-menu {
        padding: 30px;
        width: 100%;
        max-height: 480px;
        overflow: auto
    }

.dropdown-user .user-list:hover {
    background: #f2f4f8
}

.topbar .dropdown-menu {
    padding-top: 0;
    border: 0;
    box-shadow: 1px 1px 15px rgba(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: 0
    }

        .topbar .dropdown-menu.dropdown-menu-right .with-arrow > span {
            right: 20px;
            left: auto
        }

@media (max-width:767px) {
    .topbar .top-navbar .navbar-collapse.collapsing, .topbar .top-navbar .navbar-collapse.show {
        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 0 20px rgba(0,0,0,.08);
    transition: .2s ease-in
}

    .left-sidebar .sidebar-footer {
        position: fixed;
        bottom: 0;
        width: 240px;
        display: flex;
        align-items: center;
        border-top: 1px solid #e9ecef;
        z-index: 99;
        transition: .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 > .sidebar-link.active {
    background-color: #343a40;
    color: #fff;
    opacity: 1;
    font-weight: 400
}

.sidebar-nav ul {
    padding: 15px
}

    .sidebar-nav ul .sidebar-item {
        width: 100%;
        margin-bottom: 10px
    }

        .sidebar-nav ul .sidebar-item .sidebar-link {
            padding: 8px 35px 8px 8px;
            display: flex;
            border-radius: 4px;
            white-space: nowrap;
            align-items: center;
            position: relative;
            line-height: 25px;
            font-size: 15px;
            opacity: .6;
            color: #fff
        }

            .sidebar-nav ul .sidebar-item .sidebar-link i {
                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 .hide-menu {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .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 {
                font-weight: 500
            }

        .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
            background-color: #343a40;
            color: #fff;
            opacity: 1
        }

        .sidebar-nav ul .sidebar-item .first-level {
            padding: 10px 0 0 5px
        }

            .sidebar-nav ul .sidebar-item .first-level .sidebar-item {
                margin-bottom: 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: 10px 35px 10px 20px
                }

                    .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 20px;
        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,.1);
        height: 1px;
        margin: 14px 0;
        display: block
    }

.sidebar-nav ul {
    margin: 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: .55em;
        height: .55em;
        margin-left: 10px;
        top: 20px;
        right: 15px;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: #fff
    }

.user-profile .profile-text > a {
    padding: 6px 30px;
    background: rgba(0,0,0,.5)
}

    .user-profile .profile-text > a:after {
        position: absolute;
        right: 20px;
        top: 15px
    }

.user-profile .profile-img {
    width: 50px;
    margin-left: 30px;
    padding: 35px 0
}

    .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: 35px;
        border-radius: 50%;
        z-index: 0
    }

@-webkit-keyframes blow {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0,0,0,.1);
        opacity: 0;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }
}

@keyframes blow {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0,0,0,.1);
        opacity: 1;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0,0,0,.1);
        opacity: 0;
        -webkit-transform: scale3d(1,1,.5);
        transform: scale3d(1,1,.5)
    }
}

.user-profile .dropdown-menu {
    left: 0;
    right: 0;
    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 0 20px rgba(0,0,0,.08);
    transition: .3s ease-in
}

    .customizer .service-panel-toggle {
        position: absolute;
        bottom: 27px;
        left: -75px;
        color: #fff;
        background: #26c6da;
        border-radius: 100%;
        padding: 17px 20px
    }

    .customizer.show-service-panel {
        position: fixed;
        right: 0
    }

        .customizer.show-service-panel .service-panel-toggle {
            border-radius: 30px 0 0 30px;
            left: -54px
        }

    .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: #67757c;
                border-bottom: 3px solid transparent;
                padding: 15px 12px
            }

                .customizer .customizer-tab .nav-item .nav-link.active, .customizer .customizer-tab .nav-item .nav-link:hover {
                    color: #009efb;
                    border-bottom: 3px solid #009efb
                }

.custom-control-label::after, .custom-control-label::before {
    top: .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-navbarbg=skin1], .theme-color .theme-item .theme-link[data-sidebarbg=skin1] {
        background: #1e88e5
    }

    .theme-color .theme-item .theme-link[data-logobg=skin2], .theme-color .theme-item .theme-link[data-navbarbg=skin2], .theme-color .theme-item .theme-link[data-sidebarbg=skin2] {
        background: #00acc1
    }

    .theme-color .theme-item .theme-link[data-logobg=skin3], .theme-color .theme-item .theme-link[data-navbarbg=skin3], .theme-color .theme-item .theme-link[data-sidebarbg=skin3] {
        background: #fc4b6c
    }

    .theme-color .theme-item .theme-link[data-logobg=skin4], .theme-color .theme-item .theme-link[data-navbarbg=skin4], .theme-color .theme-item .theme-link[data-sidebarbg=skin4] {
        background: #7460ee
    }

    .theme-color .theme-item .theme-link[data-logobg=skin5], .theme-color .theme-item .theme-link[data-navbarbg=skin5], .theme-color .theme-item .theme-link[data-sidebarbg=skin5] {
        background: #1d2126
    }

    .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
    }

#main-wrapper[data-layout=horizontal] .page-titles {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 15px 30px 0
}

#main-wrapper[data-layout=horizontal] .footer {
    background: 0 0;
    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
}

@media (min-width:992px) and (max-width:1599.98px) {
    #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-breadcrumb {
        padding: 25px 0 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-lg, #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-sm, #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 10px
    }
}

@media (min-width:992px) {
    #main-wrapper[data-layout=horizontal] {
        background: #eef5f9
    }

        #main-wrapper[data-layout=horizontal] .page-titles {
            padding: 15px 10px 0
        }

        #main-wrapper[data-layout=horizontal] .topbar {
            transition: 0s
        }

        #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .page-wrapper, #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .scroll-sidebar, #main-wrapper[data-layout=horizontal][data-boxed-layout=boxed] .top-navbar {
            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] .mega-dropdown .first-level {
            max-height: 400px;
            overflow: auto
        }

        #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header {
            width: 200px
        }

        #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%;
            padding: 6px
        }

            #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item {
                margin-right: 6px
            }

                #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child {
                    margin-right: 0
                }

                #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link {
                    padding: 8px 32px 8px 5px
                }

            #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .sidebar-item {
                position: relative;
                width: auto;
                margin-bottom: 0
            }

                #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav .sidebar-item .first-level {
                    padding: 0
                }

            #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,.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,.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.collapse > li, #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level > li {
                        background: rgba(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 .first-level .right-side-dd ul.second-level, #main-wrapper[data-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item:last-child > .first-level 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 .badge, #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 {
                display: none
            }
}

@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-header-position=fixed][data-sidebar-position=fixed] .topbar .top-navbar .navbar-collapse, #main-wrapper[data-layout=horizontal][data-layout=vertical][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.collapsing, #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-collapse.show {
        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-group:not(:first-child), html[dir=rtl] .btn-group > .btn:not(:first-child) {
    margin-right: -1px
}

html[dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn, html[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    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-group:not(:first-child) > .btn, html[dir=rtl] .btn-group > .btn:nth-child(n+3), html[dir=rtl] .btn-group > :not(.btn-check) + .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;
    left: auto
}

html[dir=rtl] .dropdown-menu-end {
    --bs-position: end;
    right: auto;
    left: 0
}

@media (min-width:576px) {
    html[dir=rtl] .dropdown-menu-sm-start {
        --bs-position: start;
        right: 0;
        left: auto
    }

    html[dir=rtl] .dropdown-menu-sm-end {
        --bs-position: end;
        right: auto;
        left: 0
    }
}

@media (min-width:768px) {
    html[dir=rtl] .dropdown-menu-md-start {
        --bs-position: start;
        right: 0;
        left: auto
    }

    html[dir=rtl] .dropdown-menu-md-end {
        --bs-position: end;
        right: auto;
        left: 0
    }
}

@media (min-width:992px) {
    html[dir=rtl] .dropdown-menu-lg-start {
        --bs-position: start;
        right: 0;
        left: auto
    }

    html[dir=rtl] .dropdown-menu-lg-end {
        --bs-position: end;
        right: auto;
        left: 0
    }
}

@media (min-width:1600px) {
    html[dir=rtl] .dropdown-menu-xl-start {
        --bs-position: start;
        right: 0;
        left: auto
    }

    html[dir=rtl] .dropdown-menu-xl-end {
        --bs-position: end;
        right: auto;
        left: 0
    }
}

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: .25rem !important
}

html[dir=rtl] .mt-1, html[dir=rtl] .my-1 {
    margin-top: .25rem !important
}

html[dir=rtl] .me-1 {
    margin-right: unset !important;
    margin-left: .25rem !important
}

html[dir=rtl] .mb-1, html[dir=rtl] .my-1 {
    margin-bottom: .25rem !important
}

html[dir=rtl] .ms-1 {
    margin-left: unset !important;
    margin-right: .25rem !important
}

html[dir=rtl] .m-2 {
    margin: .5rem !important
}

html[dir=rtl] .mt-2, html[dir=rtl] .my-2 {
    margin-top: .5rem !important
}

html[dir=rtl] .me-2 {
    margin-right: unset !important;
    margin-left: .5rem !important
}

html[dir=rtl] .mb-2, html[dir=rtl] .my-2 {
    margin-bottom: .5rem !important
}

html[dir=rtl] .ms-2 {
    margin-left: unset !important;
    margin-right: .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: .25rem !important
}

html[dir=rtl] .pt-1, html[dir=rtl] .py-1 {
    padding-top: .25rem !important
}

html[dir=rtl] .pe-1 {
    padding-right: unset !important;
    padding-left: .25rem !important
}

html[dir=rtl] .pb-1, html[dir=rtl] .py-1 {
    padding-bottom: .25rem !important
}

html[dir=rtl] .ps-1 {
    padding-left: unset !important;
    padding-right: .25rem !important
}

html[dir=rtl] .p-2 {
    padding: .5rem !important
}

html[dir=rtl] .pt-2, html[dir=rtl] .py-2 {
    padding-top: .5rem !important
}

html[dir=rtl] .pe-2 {
    padding-right: unset !important;
    padding-left: .5rem !important
}

html[dir=rtl] .pb-2, html[dir=rtl] .py-2 {
    padding-bottom: .5rem !important
}

html[dir=rtl] .ps-2 {
    padding-left: unset !important;
    padding-right: .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: -.25rem !important
}

html[dir=rtl] .mt-n1, html[dir=rtl] .my-n1 {
    margin-top: -.25rem !important
}

html[dir=rtl] .me-n1, html[dir=rtl] .mx-n1 {
    margin-right: unset !important;
    margin-left: -.25rem !important
}

html[dir=rtl] .mb-n1, html[dir=rtl] .my-n1 {
    margin-bottom: -.25rem !important
}

html[dir=rtl] .ms-n1, html[dir=rtl] .mx-n1 {
    margin-left: unset !important;
    margin-right: -.25rem !important
}

html[dir=rtl] .m-n2 {
    margin: -.5rem !important
}

html[dir=rtl] .mt-n2, html[dir=rtl] .my-n2 {
    margin-top: -.5rem !important
}

html[dir=rtl] .me-n2, html[dir=rtl] .mx-n2 {
    margin-right: unset !important;
    margin-left: -.5rem !important
}

html[dir=rtl] .mb-n2, html[dir=rtl] .my-n2 {
    margin-bottom: -.5rem !important
}

html[dir=rtl] .ms-n2, html[dir=rtl] .mx-n2 {
    margin-left: unset !important;
    margin-right: -.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: .25rem !important
    }

    html[dir=rtl] .mt-sm-1, html[dir=rtl] .my-sm-1 {
        margin-top: .25rem !important
    }

    html[dir=rtl] .me-sm-1 {
        margin-right: unset !important;
        margin-left: .25rem !important
    }

    html[dir=rtl] .mb-sm-1, html[dir=rtl] .my-sm-1 {
        margin-bottom: .25rem !important
    }

    html[dir=rtl] .ms-sm-1 {
        margin-left: unset !important;
        margin-right: .25rem !important
    }

    html[dir=rtl] .m-sm-2 {
        margin: .5rem !important
    }

    html[dir=rtl] .mt-sm-2, html[dir=rtl] .my-sm-2 {
        margin-top: .5rem !important
    }

    html[dir=rtl] .me-sm-2 {
        margin-right: unset !important;
        margin-left: .5rem !important
    }

    html[dir=rtl] .mb-sm-2, html[dir=rtl] .my-sm-2 {
        margin-bottom: .5rem !important
    }

    html[dir=rtl] .ms-sm-2 {
        margin-left: unset !important;
        margin-right: .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: .25rem !important
    }

    html[dir=rtl] .pt-sm-1, html[dir=rtl] .py-sm-1 {
        padding-top: .25rem !important
    }

    html[dir=rtl] .pe-sm-1 {
        padding-right: unset !important;
        padding-left: .25rem !important
    }

    html[dir=rtl] .pb-sm-1, html[dir=rtl] .py-sm-1 {
        padding-bottom: .25rem !important
    }

    html[dir=rtl] .ps-sm-1 {
        padding-left: unset !important;
        padding-right: .25rem !important
    }

    html[dir=rtl] .p-sm-2 {
        padding: .5rem !important
    }

    html[dir=rtl] .pt-sm-2, html[dir=rtl] .py-sm-2 {
        padding-top: .5rem !important
    }

    html[dir=rtl] .pe-sm-2 {
        padding-right: unset !important;
        padding-left: .5rem !important
    }

    html[dir=rtl] .pb-sm-2, html[dir=rtl] .py-sm-2 {
        padding-bottom: .5rem !important
    }

    html[dir=rtl] .ps-sm-2 {
        padding-left: unset !important;
        padding-right: .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: -.25rem !important
    }

    html[dir=rtl] .mt-sm-n1, html[dir=rtl] .my-sm-n1 {
        margin-top: -.25rem !important
    }

    html[dir=rtl] .me-sm-n1, html[dir=rtl] .mx-sm-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important
    }

    html[dir=rtl] .mb-sm-n1, html[dir=rtl] .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    html[dir=rtl] .ms-sm-n1, html[dir=rtl] .mx-sm-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important
    }

    html[dir=rtl] .m-sm-n2 {
        margin: -.5rem !important
    }

    html[dir=rtl] .mt-sm-n2, html[dir=rtl] .my-sm-n2 {
        margin-top: -.5rem !important
    }

    html[dir=rtl] .me-sm-n2, html[dir=rtl] .mx-sm-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important
    }

    html[dir=rtl] .mb-sm-n2, html[dir=rtl] .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    html[dir=rtl] .ms-sm-n2, html[dir=rtl] .mx-sm-n2 {
        margin-left: unset !important;
        margin-right: -.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: .25rem !important
    }

    html[dir=rtl] .mt-md-1, html[dir=rtl] .my-md-1 {
        margin-top: .25rem !important
    }

    html[dir=rtl] .me-md-1 {
        margin-right: unset !important;
        margin-left: .25rem !important
    }

    html[dir=rtl] .mb-md-1, html[dir=rtl] .my-md-1 {
        margin-bottom: .25rem !important
    }

    html[dir=rtl] .ms-md-1 {
        margin-left: unset !important;
        margin-right: .25rem !important
    }

    html[dir=rtl] .m-md-2 {
        margin: .5rem !important
    }

    html[dir=rtl] .mt-md-2, html[dir=rtl] .my-md-2 {
        margin-top: .5rem !important
    }

    html[dir=rtl] .me-md-2 {
        margin-right: unset !important;
        margin-left: .5rem !important
    }

    html[dir=rtl] .mb-md-2, html[dir=rtl] .my-md-2 {
        margin-bottom: .5rem !important
    }

    html[dir=rtl] .ms-md-2 {
        margin-left: unset !important;
        margin-right: .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: .25rem !important
    }

    html[dir=rtl] .pt-md-1, html[dir=rtl] .py-md-1 {
        padding-top: .25rem !important
    }

    html[dir=rtl] .pe-md-1 {
        padding-right: unset !important;
        padding-left: .25rem !important
    }

    html[dir=rtl] .pb-md-1, html[dir=rtl] .py-md-1 {
        padding-bottom: .25rem !important
    }

    html[dir=rtl] .ps-md-1 {
        padding-left: unset !important;
        padding-right: .25rem !important
    }

    html[dir=rtl] .p-md-2 {
        padding: .5rem !important
    }

    html[dir=rtl] .pt-md-2, html[dir=rtl] .py-md-2 {
        padding-top: .5rem !important
    }

    html[dir=rtl] .pe-md-2 {
        padding-right: unset !important;
        padding-left: .5rem !important
    }

    html[dir=rtl] .pb-md-2, html[dir=rtl] .py-md-2 {
        padding-bottom: .5rem !important
    }

    html[dir=rtl] .ps-md-2 {
        padding-left: unset !important;
        padding-right: .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: -.25rem !important
    }

    html[dir=rtl] .mt-md-n1, html[dir=rtl] .my-md-n1 {
        margin-top: -.25rem !important
    }

    html[dir=rtl] .me-md-n1, html[dir=rtl] .mx-md-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important
    }

    html[dir=rtl] .mb-md-n1, html[dir=rtl] .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    html[dir=rtl] .ms-md-n1, html[dir=rtl] .mx-md-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important
    }

    html[dir=rtl] .m-md-n2 {
        margin: -.5rem !important
    }

    html[dir=rtl] .mt-md-n2, html[dir=rtl] .my-md-n2 {
        margin-top: -.5rem !important
    }

    html[dir=rtl] .me-md-n2, html[dir=rtl] .mx-md-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important
    }

    html[dir=rtl] .mb-md-n2, html[dir=rtl] .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    html[dir=rtl] .ms-md-n2, html[dir=rtl] .mx-md-n2 {
        margin-left: unset !important;
        margin-right: -.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: .25rem !important
    }

    html[dir=rtl] .mt-lg-1, html[dir=rtl] .my-lg-1 {
        margin-top: .25rem !important
    }

    html[dir=rtl] .me-lg-1 {
        margin-right: unset !important;
        margin-left: .25rem !important
    }

    html[dir=rtl] .mb-lg-1, html[dir=rtl] .my-lg-1 {
        margin-bottom: .25rem !important
    }

    html[dir=rtl] .ms-lg-1 {
        margin-left: unset !important;
        margin-right: .25rem !important
    }

    html[dir=rtl] .m-lg-2 {
        margin: .5rem !important
    }

    html[dir=rtl] .mt-lg-2, html[dir=rtl] .my-lg-2 {
        margin-top: .5rem !important
    }

    html[dir=rtl] .me-lg-2 {
        margin-right: unset !important;
        margin-left: .5rem !important
    }

    html[dir=rtl] .mb-lg-2, html[dir=rtl] .my-lg-2 {
        margin-bottom: .5rem !important
    }

    html[dir=rtl] .ms-lg-2 {
        margin-left: unset !important;
        margin-right: .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: .25rem !important
    }

    html[dir=rtl] .pt-lg-1, html[dir=rtl] .py-lg-1 {
        padding-top: .25rem !important
    }

    html[dir=rtl] .pe-lg-1 {
        padding-right: unset !important;
        padding-left: .25rem !important
    }

    html[dir=rtl] .pb-lg-1, html[dir=rtl] .py-lg-1 {
        padding-bottom: .25rem !important
    }

    html[dir=rtl] .ps-lg-1 {
        padding-left: unset !important;
        padding-right: .25rem !important
    }

    html[dir=rtl] .p-lg-2 {
        padding: .5rem !important
    }

    html[dir=rtl] .pt-lg-2, html[dir=rtl] .py-lg-2 {
        padding-top: .5rem !important
    }

    html[dir=rtl] .pe-lg-2 {
        padding-right: unset !important;
        padding-left: .5rem !important
    }

    html[dir=rtl] .pb-lg-2, html[dir=rtl] .py-lg-2 {
        padding-bottom: .5rem !important
    }

    html[dir=rtl] .ps-lg-2 {
        padding-left: unset !important;
        padding-right: .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: -.25rem !important
    }

    html[dir=rtl] .mt-lg-n1, html[dir=rtl] .my-lg-n1 {
        margin-top: -.25rem !important
    }

    html[dir=rtl] .me-lg-n1, html[dir=rtl] .mx-lg-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important
    }

    html[dir=rtl] .mb-lg-n1, html[dir=rtl] .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    html[dir=rtl] .ms-lg-n1, html[dir=rtl] .mx-lg-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important
    }

    html[dir=rtl] .m-lg-n2 {
        margin: -.5rem !important
    }

    html[dir=rtl] .mt-lg-n2, html[dir=rtl] .my-lg-n2 {
        margin-top: -.5rem !important
    }

    html[dir=rtl] .me-lg-n2, html[dir=rtl] .mx-lg-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important
    }

    html[dir=rtl] .mb-lg-n2, html[dir=rtl] .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    html[dir=rtl] .ms-lg-n2, html[dir=rtl] .mx-lg-n2 {
        margin-left: unset !important;
        margin-right: -.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: .25rem !important
    }

    html[dir=rtl] .mt-xl-1, html[dir=rtl] .my-xl-1 {
        margin-top: .25rem !important
    }

    html[dir=rtl] .me-xl-1 {
        margin-right: unset !important;
        margin-left: .25rem !important
    }

    html[dir=rtl] .mb-xl-1, html[dir=rtl] .my-xl-1 {
        margin-bottom: .25rem !important
    }

    html[dir=rtl] .ms-xl-1 {
        margin-left: unset !important;
        margin-right: .25rem !important
    }

    html[dir=rtl] .m-xl-2 {
        margin: .5rem !important
    }

    html[dir=rtl] .mt-xl-2, html[dir=rtl] .my-xl-2 {
        margin-top: .5rem !important
    }

    html[dir=rtl] .me-xl-2 {
        margin-right: unset !important;
        margin-left: .5rem !important
    }

    html[dir=rtl] .mb-xl-2, html[dir=rtl] .my-xl-2 {
        margin-bottom: .5rem !important
    }

    html[dir=rtl] .ms-xl-2 {
        margin-left: unset !important;
        margin-right: .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: .25rem !important
    }

    html[dir=rtl] .pt-xl-1, html[dir=rtl] .py-xl-1 {
        padding-top: .25rem !important
    }

    html[dir=rtl] .pe-xl-1 {
        padding-right: unset !important;
        padding-left: .25rem !important
    }

    html[dir=rtl] .pb-xl-1, html[dir=rtl] .py-xl-1 {
        padding-bottom: .25rem !important
    }

    html[dir=rtl] .ps-xl-1 {
        padding-left: unset !important;
        padding-right: .25rem !important
    }

    html[dir=rtl] .p-xl-2 {
        padding: .5rem !important
    }

    html[dir=rtl] .pt-xl-2, html[dir=rtl] .py-xl-2 {
        padding-top: .5rem !important
    }

    html[dir=rtl] .pe-xl-2 {
        padding-right: unset !important;
        padding-left: .5rem !important
    }

    html[dir=rtl] .pb-xl-2, html[dir=rtl] .py-xl-2 {
        padding-bottom: .5rem !important
    }

    html[dir=rtl] .ps-xl-2 {
        padding-left: unset !important;
        padding-right: .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: -.25rem !important
    }

    html[dir=rtl] .mt-xl-n1, html[dir=rtl] .my-xl-n1 {
        margin-top: -.25rem !important
    }

    html[dir=rtl] .me-xl-n1, html[dir=rtl] .mx-xl-n1 {
        margin-right: unset !important;
        margin-left: -.25rem !important
    }

    html[dir=rtl] .mb-xl-n1, html[dir=rtl] .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    html[dir=rtl] .ms-xl-n1, html[dir=rtl] .mx-xl-n1 {
        margin-left: unset !important;
        margin-right: -.25rem !important
    }

    html[dir=rtl] .m-xl-n2 {
        margin: -.5rem !important
    }

    html[dir=rtl] .mt-xl-n2, html[dir=rtl] .my-xl-n2 {
        margin-top: -.5rem !important
    }

    html[dir=rtl] .me-xl-n2, html[dir=rtl] .mx-xl-n2 {
        margin-right: unset !important;
        margin-left: -.5rem !important
    }

    html[dir=rtl] .mb-xl-n2, html[dir=rtl] .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    html[dir=rtl] .ms-xl-n2, html[dir=rtl] .mx-xl-n2 {
        margin-left: unset !important;
        margin-right: -.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 #1e88e5 !important;
    border-left: 0 !important
}

html[dir=rtl] .border-start.border-2.border-warning {
    border-right: 2px solid #ffb22b !important;
    border-left: 0 !important
}

html[dir=rtl] .border-start.border-2.border-danger {
    border-right: 2px solid #fc4b6c !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 #21c1d6 !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 > .custom-select:not(:last-child), html[dir=rtl] .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html[dir=rtl] .input-group > .custom-select:not(:first-child), html[dir=rtl] .input-group > .form-control: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-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), 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-prepend > .btn, html[dir=rtl] .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn, html[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    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: .25rem;
    border-bottom-left-radius: .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: .375rem .75rem .375rem 1.75rem;
    background: url(../../assets/images/custom-select.png) left .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] .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: .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] .form-control-danger, html[dir=rtl] .form-control-success, html[dir=rtl] .form-control-warning {
    background-position: center left .5625rem
}

html[dir=rtl] .dropdown-menu {
    text-align: right
}

html[dir=rtl] .list-unstyled, html[dir=rtl] .nav, html[dir=rtl] .navbar-nav, html[dir=rtl] .pagination {
    padding-right: 0
}

html[dir=rtl] .topbar .navbar-collapse {
    padding: 0 0 0 10px
}

html[dir=rtl] .user-profile .profile-img {
    margin-right: 30px;
    margin-left: auto
}

html[dir=rtl] .user-profile .profile-text > a:after {
    left: 20px;
    right: auto
}

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] .search-box .app-search .srh-btn, html[dir=rtl] .topbar .dropdown-menu.dropdown-menu-right .with-arrow > span {
        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.show-service-panel .service-panel-toggle {
            border-radius: 0 30px 30px 0;
            right: -54px
        }

    html[dir=rtl] .customizer .service-panel-toggle {
        right: -75px;
        left: auto
    }

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] .left-part {
    border-left: 1px solid #e9ecef;
    border-right: none
}

    html[dir=rtl] .left-part .show-left-part {
        left: -41px;
        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 !important;
        margin-left: 15px
    }

html[dir=rtl] div.dataTables_wrapper div.dataTables_filter {
    text-align: left
}

html[dir=rtl] table.table-bordered.dataTable td, html[dir=rtl] table.table-bordered.dataTable th {
    border-left-width: 1px
}

html[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
    margin-right: .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-placeholder, html[dir=rtl] .lobilists .lobilist-wrapper {
    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 > .actions > ul > li, html[dir=rtl] .wizard > .steps > 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: 8px 8px 8px 35px
}

html[dir=rtl] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 10px 20px 10px 35px
}

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] #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: 65px;
        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: 65px
    }

    html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .user-profile .profile-img {
        margin-right: 9px;
        margin-left: 0
    }

    html[dir=rtl] #main-wrapper[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
        padding: 8px 8px 8px 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: 10px 20px 10px 35px
    }
}

@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
        }
}

@media (max-width:575.98px) {
    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] .stylish-table tbody tr {
    border-left: 0;
    border-right: 4px solid transparent
}

    html[dir=rtl] .stylish-table tbody tr.active, html[dir=rtl] .stylish-table tbody tr:hover {
        border-left: 0;
        border-right: 4px solid #1e88e5
    }

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 #1e88e5
    }

html[dir=rtl] .add-ct-btn {
    left: 4px;
    right: auto
}

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-layout=horizontal] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link {
        padding: 8px 5px 8px 32px
    }

    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] .page-wrapper, 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] .top-navbar {
        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
        }
}

#main-wrapper .topbar .top-navbar .navbar-header {
    background: #1e88e5
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin1], #main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin1] {
    background: #1e88e5
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin2], #main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin2] {
    background: #00acc1
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin3], #main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin3] {
    background: #fc4b6c
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin4], #main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin4] {
    background: #7460ee
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin5], #main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin5] {
    background: #1d2126
}

#main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6], #main-wrapper[data-layout=vertical] .topbar .top-navbar .navbar-header[data-logobg=skin6] {
    background: #fff
}

    #main-wrapper[data-layout=horizontal] .topbar .top-navbar .navbar-header[data-logobg=skin6] .navbar-brand .dark-logo, #main-wrapper[data-layout=vertical] .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, #main-wrapper[data-layout=vertical] .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, #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: #67757c
    }

#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin1], #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin1], #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin1], #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin1] {
    background: #1e88e5
}

#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin2], #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin2], #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin2], #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin2] {
    background: #00acc1
}

#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin3], #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin3], #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin3], #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin3] {
    background: #fc4b6c
}

#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin4], #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin4], #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin4], #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin4] {
    background: #7460ee
}

#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin5], #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin5], #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin5], #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin5] {
    background: #1d2126
}

#main-wrapper[data-layout=horizontal] .topbar .navbar-collapse[data-navbarbg=skin6], #main-wrapper[data-layout=horizontal] .topbar[data-navbarbg=skin6], #main-wrapper[data-layout=vertical] .topbar .navbar-collapse[data-navbarbg=skin6], #main-wrapper[data-layout=vertical] .topbar[data-navbarbg=skin6] {
    background: #fff
}

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1], #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin1] ul, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1], #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin1] ul {
    background: #1e88e5
}

    #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, #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 {
        background: #1e88e5
    }

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2], #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin2] ul, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2], #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin2] ul {
    background: #00acc1
}

    #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, #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 {
        background: #00acc1
    }

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3], #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin3] ul, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3], #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin3] ul {
    background: #fc4b6c
}

    #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, #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 {
        background: #fc4b6c
    }

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4], #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin4] ul, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4], #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin4] ul {
    background: #7460ee
}

    #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, #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 {
        background: #7460ee
    }

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5], #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] {
    background: #1d2126
}

    #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] .sidebar-footer, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] .sidebar-footer {
        background: #1d2126;
        border-top: 1px solid rgba(0,0,0,.1)
    }

    #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul {
        background: #1d2126
    }

        #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul .sidebar-item.selected > .sidebar-link, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin5] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
            background-color: #21c1d6
        }

#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6], #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] {
    background: #fff
}

    #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer {
        background: #f2f4f8
    }

        #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer a, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-footer a {
            color: #67757c
        }

    #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active {
        background-color: #26c6da;
        color: #fff !important;
        opacity: 1;
        font-weight: 400
    }

        #main-wrapper[data-layout=horizontal] .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 i {
            color: #fff !important
        }

        #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:after, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:after {
            border-color: #fff
        }

    #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul {
        background: #fff
    }

        #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link {
            color: #607d8b;
            opacity: 1
        }

            #main-wrapper[data-layout=horizontal] .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 i {
                color: #99abb4
            }

            #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover {
                color: #343a40
            }

                #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link:hover i {
                    color: #343a40
                }

            #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item .sidebar-link.active {
                color: #212529
            }

        #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link {
            color: #fff;
            background-color: #26c6da
        }

            #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link i, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link i {
                color: #fff
            }

            #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link.has-arrow::after, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link.has-arrow::after {
                border-color: #fff
            }

            #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link:hover i, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .sidebar-item.selected > .sidebar-link:hover i {
                color: #fff
            }

        #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .nav-small-cap, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul .nav-small-cap {
            color: #99abb4
        }

    #main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow::after, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav .has-arrow::after {
        border-color: #607d8b
    }

.alert-danger, .alert-info, .alert-primary, .alert-success, .alert-warning {
    color: #fff
}

    .alert-danger .alert-link, .alert-info .alert-link, .alert-primary .alert-link, .alert-success .alert-link, .alert-warning .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
    }
}

.page-titles {
    padding: 20px 20px 0 20px;
    margin-bottom: 15px
}

    .page-titles .text-themecolor {
        color: #1e88e5
    }

    .page-titles .breadcrumb {
        padding: 0;
        margin: 0;
        background: 0 0;
        font-size: 14px
    }

        .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "";
            font-family: themify;
            color: #ced4da;
            font-size: 11px
        }

    .page-titles .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: #1e88e5
}

.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: #ffb22b
}

.breadcrumb.bg-light-danger .breadcrumb-item + .breadcrumb-item::before, .breadcrumb.border-danger .breadcrumb-item + .breadcrumb-item::before {
    color: #fc4b6c
}

.breadcrumb.bg-light-success .breadcrumb-item + .breadcrumb-item::before, .breadcrumb.border-success .breadcrumb-item + .breadcrumb-item::before {
    color: #21c1d6
}

.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-group-sm > .btn-rounded.btn, .btn-rounded.btn-sm {
        padding: .25rem .5rem;
        font-size: 12px
    }

    .btn-rounded.btn-md {
        padding: 12px 35px;
        font-size: 16px
    }

    .btn-group-lg > .btn-rounded.btn, .btn-rounded.btn-lg {
        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-info, .btn-primary, .btn-success, .btn-warning {
    color: #fff
}

    .btn-danger.active, .btn-danger.disabled, .btn-danger:disabled, .btn-danger:focus, .btn-danger:hover, .btn-info.active, .btn-info.disabled, .btn-info:disabled, .btn-info:focus, .btn-info:hover, .btn-primary.active, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:focus, .btn-primary:hover, .btn-success.active, .btn-success.disabled, .btn-success:disabled, .btn-success:focus, .btn-success:hover, .btn-warning.active, .btn-warning.disabled, .btn-warning:disabled, .btn-warning:focus, .btn-warning:hover {
        color: #fff
    }

.btn-outline-danger:hover, .btn-outline-info:hover, .btn-outline-primary:hover, .btn-outline-success:hover, .btn-outline-warning:hover {
    color: #fff
}

.btn-check.active + .btn-outline-danger, .btn-check.active + .btn-outline-info, .btn-check.active + .btn-outline-primary, .btn-check.active + .btn-outline-success, .btn-check.active + .btn-outline-warning, .btn-check:checked + .btn-outline-danger, .btn-check:checked + .btn-outline-info, .btn-check:checked + .btn-outline-primary, .btn-check:checked + .btn-outline-success, .btn-check:checked + .btn-outline-warning {
    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: .25rem .5rem;
    font-size: 10px
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px
}

    .btn-group-lg > .btn-rounded.btn, .btn-rounded.btn-lg {
        padding: .75rem 1.5rem
    }

    .btn-group-sm > .btn-rounded.btn, .btn-rounded.btn-sm {
        padding: .25rem .5rem;
        font-size: 12px
    }

    .btn-rounded.btn-xs {
        padding: .25rem .5rem;
        font-size: 10px
    }

    .btn-rounded.btn-md {
        padding: 12px 35px;
        font-size: 16px
    }

.btn-default {
    background-color: #1e88e5;
    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: red
}

.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: 0
}

.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 .5s ease 1,animation-dropdown-menu-move-up .5s ease-out 1;
    animation: animation-dropdown-menu-fade-in .5s ease 1,animation-dropdown-menu-move-up .5s ease-out 1
}

.btn-light-primary:hover {
    background-color: #7460ee;
    border-color: #7460ee;
    color: #fff !important
}

    .btn-light-primary:hover i, .btn-light-primary:hover svg {
        color: #fff !important
    }

.btn-light-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff !important
}

    .btn-light-secondary:hover i, .btn-light-secondary:hover svg {
        color: #fff !important
    }

.btn-light-success:hover {
    background-color: #21c1d6;
    border-color: #21c1d6;
    color: #fff !important
}

    .btn-light-success:hover i, .btn-light-success:hover svg {
        color: #fff !important
    }

.btn-light-info:hover {
    background-color: #1e88e5;
    border-color: #1e88e5;
    color: #fff !important
}

    .btn-light-info:hover i, .btn-light-info:hover svg {
        color: #fff !important
    }

.btn-light-warning:hover {
    background-color: #ffb22b;
    border-color: #ffb22b;
    color: #fff !important
}

    .btn-light-warning:hover i, .btn-light-warning:hover svg {
        color: #fff !important
    }

.btn-light-danger:hover {
    background-color: #fc4b6c;
    border-color: #fc4b6c;
    color: #fff !important
}

    .btn-light-danger:hover i, .btn-light-danger:hover svg {
        color: #fff !important
    }

.btn-close {
    background-size: 11px
}

.remove-close-icon .btn-close {
    background: 0 0;
    opacity: 1
}

.form-check-input {
    background-position: left center
}

    .form-check-input.check-outline.outline-success {
        border: 1px solid #21c1d6;
        background-color: transparent
    }

    .form-check-input.check-outline.outline-danger {
        border: 1px solid #fc4b6c;
        background-color: transparent
    }

    .form-check-input.check-outline.outline-warning {
        border: 1px solid #ffb22b;
        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 #6c757d;
        background-color: transparent
    }

    .form-check-input.check-light-success {
        background-color: #a8eef7
    }

    .form-check-input.check-light-warning {
        background-color: #fff8ec
    }

    .form-check-input.check-light-danger {
        background-color: #f9e7eb
    }

    .form-check-input.check-light-primary {
        background-color: #f1effd
    }

    .form-check-input.check-light-secondary {
        background-color: #dde1e4
    }

    .form-check-input.success:checked {
        background-color: #21c1d6 !important;
        border-color: #21c1d6 !important
    }

    .form-check-input.warning:checked {
        background-color: #ffb22b !important;
        border-color: #ffb22b !important
    }

    .form-check-input.danger:checked {
        background-color: #fc4b6c !important;
        border-color: #fc4b6c !important
    }

    .form-check-input.primary:checked {
        background-color: #7460ee !important;
        border-color: #7460ee !important
    }

    .form-check-input.secondary:checked {
        background-color: #6c757d !important;
        border-color: #6c757d !important
    }

.card {
    margin-bottom: 30px
}

    .card .card-subtitle {
        margin-bottom: 10px;
        font-weight: 300;
        color: #a1aab2
    }

    .card .card-title {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 18px
    }

    .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 .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .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,.1);
        box-shadow: 0 14px 24px rgba(62,57,107,.1)
    }

.draggable-cards .card-header {
    cursor: move
}

.card-moved .card {
    background: #1e88e5;
    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: .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: 0
}

body {
    overflow-x: hidden;
    margin: 0;
    color: #67757c;
    background: #eef5f9;
    position: relative
}

html {
    position: relative;
    min-height: 100%
}

b, strong {
    font-weight: 500
}

a {
    color: #009efb;
    text-decoration: none
}

    a:focus, a:hover {
        text-decoration: none;
        color: #1e88e5
    }

    a.link {
        color: #455a64
    }

        a.link:focus, a.link:hover {
            color: #009efb
        }

.op-5 {
    opacity: .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: #67757c;
            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
}

ul.list-icons li a {
    color: #67757c
}

    ul.list-icons li a:hover {
        color: #1e88e5
    }

ul.list-icons li i {
    font-size: 13px
}

.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    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: #f2f4f8;
    margin-bottom: 10px;
    font-size: .8rem;
    padding: 10px 20px
}

.icon-hover {
    cursor: pointer;
    border-radius: 8px
}

    .icon-hover i {
        font-size: 20px;
        margin-right: 8px
    }

    .icon-hover:hover {
        background-color: #e9ecef;
        color: #1e88e5
    }

.form-select {
    background-image: url(../../assets/images/custom-select.png);
    background-size: auto
}

.progress-sm {
    height: 5px
}

.progress-md {
    height: 8px
}

.progress-lg {
    height: 12px
}

.progress-xl {
    height: 15px
}

.amp-pxl {
    position: relative
}

    .amp-pxl .ct-series-a .ct-bar {
        stroke: #1e88e5
    }

    .amp-pxl .ct-series-b .ct-bar {
        stroke: #21c1d6
    }

.campaign {
    height: 266px;
    position: relative
}

    .campaign .ct-series-a .ct-area {
        fill-opacity: .2;
        fill: url(#gradient)
    }

    .campaign .ct-series-a .ct-line, .campaign .ct-series-a .ct-point {
        stroke: #21c1d6;
        stroke-width: 2px
    }

    .campaign .ct-series-b .ct-area {
        fill: #1e88e5;
        fill-opacity: .1
    }

    .campaign .ct-series-b .ct-line, .campaign .ct-series-b .ct-point {
        stroke: #1e88e5;
        stroke-width: 2px
    }

    .campaign .ct-series-a .ct-point, .campaign .ct-series-b .ct-point {
        stroke-width: 6px
    }

.add-ct-btn {
    right: 4px;
    top: -46px
}

.little-profile .pro-img {
    margin-top: -80px;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .profile-bg-height {
        max-height: 187px
    }

    .blog-img-height {
        max-height: 238px
    }
}

.profile-card .profile-img {
    max-height: 401px
}

.blog-widget {
    margin-top: 30px
}

    .blog-widget .blog-image img {
        border-radius: 4px;
        margin-top: -45px;
        margin-bottom: 20px;
        box-shadow: 0 0 15px rgba(0,0,0,.2)
    }

.stylish-table tbody tr {
    border-left: 4px solid transparent
}

    .stylish-table tbody tr.active, .stylish-table tbody tr:hover {
        border-left: 4px solid #1e88e5
    }

.stylish-table tbody td .small, .stylish-table tbody td small {
    line-height: 12px
}

.campaign2 {
    position: relative
}

    .campaign2 .ct-series-a .ct-area {
        fill-opacity: .2;
        fill: url(#gradient)
    }

    .campaign2 .ct-series-a .ct-line, .campaign2 .ct-series-a .ct-point {
        stroke: #21c1d6;
        stroke-width: 2px
    }

    .campaign2 .ct-series-b .ct-area {
        fill: #1e88e5;
        fill-opacity: .1
    }

    .campaign2 .ct-series-b .ct-line, .campaign2 .ct-series-b .ct-point {
        stroke: #1e88e5;
        stroke-width: 2px
    }

    .campaign2 .ct-series-a .ct-point, .campaign2 .ct-series-b .ct-point {
        stroke-width: 6px
    }

.profile-card .profile-img {
    max-height: 380px
}

.customtab li a.nav-link, .profile-tab li a.nav-link {
    border: 0;
    padding: 15px 20px;
    color: #67757c;
    font-size: 1rem
}

    .customtab li a.nav-link.active, .profile-tab li a.nav-link.active {
        border-bottom: 2px solid #1e88e5;
        color: #1e88e5
    }

    .customtab li a.nav-link:hover, .profile-tab li a.nav-link:hover {
        color: #1e88e5
    }

.jvectormap-goback, .jvectormap-zoomin, .jvectormap-zoomout {
    background: #a1aab2
}

.jvectormap-zoomin {
    top: 10px
}

.jvectormap-zoomout {
    top: 40px
}

.hide {
    display: none
}

.total-sales {
    position: relative
}

    .total-sales .chartist-tooltip {
        background: #2f3d4a
    }

    .total-sales .ct-series-a .ct-bar {
        stroke: #1e88e5
    }

    .total-sales .ct-series-b .ct-bar {
        stroke: #21c1d6
    }

    .total-sales .ct-series-c .ct-bar {
        stroke: #fc4b6c
    }

.ct-chart {
    position: relative
}

    .ct-chart .ct-series-a .ct-slice-donut {
        stroke: #21c1d6
    }

    .ct-chart .ct-series-b .ct-slice-donut {
        stroke: #f2f4f8
    }

    .ct-chart .ct-series-c .ct-slice-donut {
        stroke: #1e88e5
    }

.social-profile {
    text-align: center;
    background: rgba(7,10,43,.8)
}

@media (max-width:575.98px) {
    .social-profile-first {
        padding-top: 15% !important;
        max-height: 193px
    }
}

.card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto
}

.error-box {
    position: fixed;
    background: url(../../assets/images/background/error-bg.jpg) no-repeat bottom 30% center #fff
}

    .error-box .error-body {
        padding-top: 5%
    }

.auth-wrapper {
    position: relative;
    min-height: 100vh
}

    .auth-wrapper .auth-box {
        box-shadow: 1px 0 20px rgba(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: 0;
        overflow: auto;
        margin: 0;
        top: 0
    }

@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: 0 0
}

    .email-app .list-group .list-group-item .list-group-item-action {
        padding: 12px 15px;
        color: #67757c
    }

        .email-app .list-group .list-group-item .list-group-item-action.active, .email-app .list-group .list-group-item .list-group-item-action:hover {
            background: rgba(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 .clip, .email-app .email-table .starred {
        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: 500;
    margin-bottom: 5px;
    font-size: 15px
}

.error .form-control {
    border-color: #fc4b6c
}

.error .help-block {
    color: #fc4b6c
}

.validate .form-control {
    border-color: #21c1d6
}

.validate .help-block {
    color: #21c1d6
}

@media (min-height:33.875em) {
    .picker--opened .picker__frame {
        position: absolute;
        top: 30%;
        bottom: auto
    }
}

.dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected, .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #1e88e5
}

.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-group {
    overflow: hidden
}

.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)
}

    .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
        background-image: linear-gradient(#1e88e5,#1e88e5),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: .3s
        }

.form-control-line .form-group {
    overflow: hidden
}

.form-control-line .form-control {
    border: 0;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid #e9ecef
}

    .form-control-line .form-control:focus {
        border-bottom: 1px solid #1e88e5
    }

select.form-control.form-control-line {
    -webkit-appearance: auto;
    -moz-appearance: auto
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

    .btn-file > input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        font-size: 23px;
        height: 100%;
        width: 100%;
        direction: ltr;
        cursor: pointer;
        border-radius: 0
    }

.fileinput .input-group-addon {
    border-right: 1px solid #e9ecef
}

.fileinput .form-control {
    padding-top: 7px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 0;
    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: #21c1d6
}

.has-success .form-control-success {
    background-image: url(../../assets/images/icon/success.svg)
}

.has-success .form-control {
    border-color: #21c1d6
}

.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: #ffb22b
}

.has-warning .form-control-warning {
    background-image: url(../../assets/images/icon/warning.svg)
}

.has-warning .form-control {
    border-color: #ffb22b
}

.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: #fc4b6c
}

.has-danger .form-control-danger {
    background-image: url(../../assets/images/icon/danger.svg)
}

.has-danger .form-control {
    border-color: #fc4b6c
}

.floating-labels .form-control {
    box-shadow: none
}

.floating-labels .form-group {
    position: relative
}

.floating-labels .form-control {
    padding: 10px 10px 10px 0;
    display: block;
    border: none;
    font-family: Poppins,sans-serif;
    border-radius: 0;
    border-bottom: 1px solid #e9ecef
}

    .floating-labels .form-control:focus {
        box-shadow: none
    }

.floating-labels select.form-control > option {
    font-size: 14px
}

.floating-labels .has-error .form-control {
    border-bottom: 1px solid #fc4b6c !important
}

.floating-labels .has-warning .form-control {
    border-bottom: 1px solid #ffb22b !important
}

.floating-labels .has-success .form-control {
    border-bottom: 1px solid #21c1d6 !important
}

.floating-labels .form-control:focus {
    outline: 0;
    border: none
}

.floating-labels label {
    color: #67757c;
    position: absolute;
    cursor: auto;
    top: 5px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.floating-labels .focused label {
    top: -20px;
    font-size: 12px;
    color: #343a40
}

.floating-labels .bar {
    position: relative;
    display: block
}

    .floating-labels .bar:after, .floating-labels .bar:before {
        content: "";
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #009efb;
        transition: .2s ease all;
        -moz-transition: .2s ease all;
        -webkit-transition: .2s ease all
    }

    .floating-labels .bar:before {
        left: 50%
    }

    .floating-labels .bar:after {
        right: 50%
    }

.floating-labels .form-control:focus ~ .bar:after, .floating-labels .form-control:focus ~ .bar:before {
    width: 50%
}

.floating-labels .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5
}

.floating-labels .input-lg, .floating-labels .input-lg ~ label {
    font-size: 24px
}

.floating-labels .input-sm, .floating-labels .input-sm ~ label {
    font-size: 16px
}

.has-warning .bar:after, .has-warning .bar:before {
    background: #ffb22b
}

.has-success .bar:after, .has-success .bar:before {
    background: #21c1d6
}

.has-error .bar:after, .has-error .bar:before {
    background: #fc4b6c
}

.bootstrap-switch {
    margin-bottom: 10px
}

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
        background: #1e88e5
    }

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
        background: #26c6da
    }

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
        background: #21c1d6
    }

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
        background: #ffb22b
    }

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
        background: #fc4b6c
    }

.btn.move, .btn.moveall, .btn.remove, .btn.removeall {
    color: #fff
}

.wizard-content .wizard > .actions > ul > li > a, .wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
    padding: 7px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 400
}

    .wizard-content .wizard > .actions a, .wizard-content .wizard > .actions a:hover, .wizard > .actions a:hover {
        background: #1e88e5
    }

.r-separator .form-group {
    border-bottom: 1px solid #e9ecef
}

    .r-separator .form-group:last-child {
        border-bottom: none
    }

.striped-rows .row:nth-child(odd) {
    background-color: #f2f4f8
}

.b-form .row {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
    padding: 15px 0
}

    .b-form .row:last-child {
        border-bottom: none
    }

.b-label {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.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)
    }

    .el-element-overlay .el-card-item .el-overlay-1 .el-info {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        text-decoration: none;
        -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,.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;
    -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: #1e88e5;
    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 #1e88e5
    }

    .gmaps-overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #1e88e5
    }

.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,.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
}

table.customize-table td, table.customize-table th {
    padding: 15px 20px
}

.table-light {
    color: #67757c
}

.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-empty, .dd-item, .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: 700;
    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: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700
}

    .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-empty, .dd-placeholder {
    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,.1);
        box-shadow: 2px 4px 6px 0 rgba(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: 700;
    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: "";
        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: #fff;
    border: 1px solid rgba(120,130,140,.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,.13);
    padding: 8px 16px 8px 46px;
    background: #fff;
    font-weight: 400
}

.myadmin-dd-empty .dd-list .dd3-handle {
    border: 1px solid rgba(120,130,140,.13);
    border-bottom: 0;
    background: #fff;
    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-footer, .lobilists .lobilist.lobilist-primary .lobilist-form-footer, .lobilists .lobilist.lobilist-primary .lobilist-header {
            border-color: #7460ee;
            background-color: #7460ee
        }

    .lobilists .lobilist.lobilist-danger {
        border-color: #e9ecef
    }

        .lobilists .lobilist.lobilist-danger .lobilist-footer, .lobilists .lobilist.lobilist-danger .lobilist-form-footer, .lobilists .lobilist.lobilist-danger .lobilist-header {
            border-color: #fc4b6c;
            background-color: #fc4b6c
        }

    .lobilists .lobilist.lobilist-info {
        border-color: #e9ecef
    }

        .lobilists .lobilist.lobilist-info .lobilist-footer, .lobilists .lobilist.lobilist-info .lobilist-form-footer, .lobilists .lobilist.lobilist-info .lobilist-header {
            border-color: #1e88e5;
            background-color: #1e88e5
        }

    .lobilists .lobilist.lobilist-success {
        border-color: #e9ecef
    }

        .lobilists .lobilist.lobilist-success .lobilist-footer, .lobilists .lobilist.lobilist-success .lobilist-header {
            border-color: #21c1d6;
            background-color: #21c1d6
        }

.lobilists .lobilist-footer, .lobilists .lobilist-form-footer {
    border-color: #e9ecef !important;
    background: rgba(0,0,0,.02) !important
}

.lobilists .btn-link {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: #343a40 !important
}

.lobilists.single-line {
    height: 500px
}

.lobilist, .lobilists {
    position: relative
}

    .lobilists [type=checkbox]:checked, .lobilists [type=checkbox]:not(:checked) {
        opacity: 1;
        position: relative
    }

    .lobilists .lobilist-item {
        margin-bottom: 16px;
        padding-top: 5px
    }

    .lobilists .lobilist-item-title {
        color: #343a40
    }

    .lobilists .lobilist-item-description {
        font-style: normal;
        font-size: 13px
    }

    .lobilists .lobilist-check {
        top: 10px
    }

    .lobilists .lobilist-item-duedate {
        position: relative;
        font-size: 12px;
        left: 0
    }

    .lobilists .lobilist-actions {
        top: 0
    }

.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:after, .timeline > .timeline-item:before {
            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,.05);
            box-shadow: 0 1px 6px rgba(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: #21c1d6
}

.timeline-badge.warning {
    background-color: #ffb22b
}

.timeline-badge.danger {
    background-color: #fc4b6c
}

.timeline-badge.info {
    background-color: #1e88e5
}

.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 .events a.selected::after, .cd-horizontal-timeline .filling-line {
        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 #f2f4f8;
        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.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.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 {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.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 {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    50%,from,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,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.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,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.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(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.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 {
    11.1%,from,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%,from,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.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(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.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(.97,.97,.97);
        transform: scale3d(.97,.97,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.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(.9,.9,.9);
        transform: scale3d(.9,.9,.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(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.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(.3,.3,.3);
        transform: scale3d(.3,.3,.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(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.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(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.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(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.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(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.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(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.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
}

.scale-up {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    transform-origin: right 0
}

.scale-up-left {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    transform-origin: left 0
}

.show > .scale-up {
    transform: scale(1);
    transform-origin: right 0
}

.show > .scale-up-left {
    transform: scale(1);
    transform-origin: left 0
}

.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 .ui-state-hover, .fc-toolbar button:focus, .fc-toolbar button:hover {
    z-index: 0
}

.fc-widget-header {
    border: 0 !important
}

.fc-widget-content {
    border-color: rgba(120,130,140,.13) !important
}

.fc th.fc-widget-header {
    color: #67757c;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 7px 0
}

.fc th.fc-fri, .fc th.fc-mon, .fc th.fc-sat, .fc th.fc-sun, .fc th.fc-thu, .fc th.fc-tue, .fc th.fc-wed {
    background: #f2f7f8
}

.fc-view {
    margin-top: 0
}

.fc-toolbar {
    margin: 0;
    padding: 24px 0
}

.fc-button {
    background: #fff;
    border: 1px solid #e9ecef;
    color: #67757c;
    text-transform: capitalize
}

    .fc-button:hover {
        background: #f2f4f8;
        opacity: .8
    }

.fc-text-arrow {
    font-size: 16px;
    font-family: inherit
}

.fc-state-hover {
    background: #f5f5f5
}

.fc-unthemed .fc-today {
    border: 1px solid #fc4b6c;
    background: #f2f4f8 !important
}

.fc-cell-overlay, .fc-state-highlight {
    background: #f0f0f0
}

.fc-unthemed .fc-today {
    background: #fff
}

.fc-event {
    border-radius: 0;
    border: none;
    background: #1e88e5;
    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: #1e88e5
}

    .calendar-event a {
        opacity: .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 #1e88e5;
    border-radius: 4px
}

.fc-toolbar .fc-button {
    background: #1e88e5;
    color: #fff;
    border: none
}

    .fc-toolbar .fc-button:hover {
        background: #1e88e5;
        opacity: 1
    }

    .fc-toolbar .fc-button.fc-state-active {
        background: #fff;
        color: #1e88e5
    }

.fc-widget-header {
    border: 0 !important
}

.fc-widget-content {
    border-color: rgba(120,130,140,.13) !important
}

    .fc-widget-content tr {
        border-bottom: none
    }

.fc-view {
    margin-top: 0
}

.fc-toolbar {
    margin: 0;
    padding: 24px 0
}

.fc-event {
    border-radius: 0;
    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 .flotTip, html body .jqstooltip {
    height: auto !important;
    width: auto !important;
    background: #212529;
    border-color: #212529;
    color: #fff;
    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: #a1aab2
}

.c3 line, .c3 path {
    stroke: rgba(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
    }

.css-bar {
    z-index: 9
}

.flot-chart {
    display: block;
    height: 400px
}

.flot-chart-content {
    width: 100%;
    height: 400px
}

.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-color: #e9ecef;
    color: #67757c;
    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: #1e88e5;
        border-color: #1e88e5;
        color: #fff
    }

.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,.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,.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,.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:active > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:hover > .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,.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:active > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:hover > .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,.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,.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,.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,.2)
        }

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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 tfoot th, .table th, .table thead th {
    font-weight: 500
}

.page-link {
    color: #1e88e5
}

.table.dataTable {
    border-collapse: collapse !important
}

.dataTables_wrapper {
    padding: 0
}

.dropzone, .note-editor.note-frame {
    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: #1e88e5;
    background-color: #fff;
    padding: .5rem .75rem;
    display: block;
    line-height: 1.25
}

.footable .pagination li.active a {
    z-index: 2;
    border-color: #1e88e5;
    color: #fff;
    background-color: #1e88e5
}

.footable .pagination li.disabled a {
    border-color: #f2f4f8;
    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-current-page, .jsgrid-pager-nav-button a, .jsgrid-pager-page a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #67757c;
    border: 1px solid #ddd
}

    .jsgrid-pager-nav-button a:hover, .jsgrid-pager-page a:hover {
        background-color: #009efb;
        color: #fff
    }

.jsgrid-pager-current-page {
    background-color: #009efb;
    color: #fff
}

.jsgrid-pager-nav-button, .jsgrid-pager-page {
    padding: 0
}

    .jsgrid-pager-page.jsgrid-pager-current-page {
        padding: .5em 1em !important
    }

.jsgrid .jsgrid-button {
    background-image: url(../../assets/images/table-jsgrid.png);
    background-repeat: repeat
}

.jsgrid-button.jsgrid-search-button, .jsgrid-button.jsgrid-search-mode-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
}

.chat-windows {
    position: fixed;
    bottom: 0;
    right: 300px;
    height: 350px;
    max-height: 350px;
    z-index: 9999;
    transition: .6s
}

    .chat-windows.show-chat {
        bottom: 0
    }

    .chat-windows.hide-chat {
        bottom: -350px
    }

    .chat-windows .user-chat {
        min-width: 300px;
        min-height: 350px;
        background-color: #fff;
        box-shadow: 1px 0 20px rgba(0,0,0,.08);
        margin: 0 2px 0 0
    }

        .chat-windows .user-chat.mini-chat {
            min-width: 40px;
            min-height: 40px;
            bottom: 0;
            top: 310px;
            position: relative
        }

            .chat-windows .user-chat.mini-chat .chat-body, .chat-windows .user-chat.mini-chat .chat-footer, .chat-windows .user-chat.mini-chat .chat-head .name, .chat-windows .user-chat.mini-chat .chat-head i {
                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: #1e88e5;
            color: #fff;
            position: relative;
            display: flex;
            align-items: center
        }

            .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: #21c1d6
            }

            .chat-windows .user-chat .chat-head .busy {
                background-color: #fc4b6c
            }

            .chat-windows .user-chat .chat-head .away {
                background-color: #fb8c00
            }

            .chat-windows .user-chat .chat-head .offline {
                background-color: #ffb22b
            }

            .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: 0;
            border-top: 1px solid #e9ecef
        }

            .chat-windows .user-chat .chat-footer .form-control {
                background-color: transparent;
                color: #67757c;
                font-size: 14px;
                border: 0;
                width: 100%;
                height: 40px
            }

                .chat-windows .user-chat .chat-footer .form-control:focus, .chat-windows .user-chat .chat-footer .form-control:hover {
                    border: 0
                }

        .chat-windows .user-chat .chat-body {
            height: 270px;
            padding: 15px 15px 0;
            background-color: #eef5f9;
            overflow: hidden;
            max-width: 300px;
            position: relative
        }

.chat-list {
    margin: 0;
    padding: 0
}

    .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: #a1aab2;
            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;
                color: #fff;
                background: #1e88e5
            }

        .chat-list .msg_receive .reverse, .chat-list .msg_receive.odd .chat-time, .chat-list .msg_sent .reverse, .chat-list .msg_sent.odd .chat-time {
            text-align: right
        }

        .chat-list .msg_receive.odd + .odd, .chat-list .msg_sent.odd + .odd {
            margin-top: 0
        }

        .chat-list .msg_receive.reverse .chat-content, .chat-list .msg_sent.reverse .chat-content {
            padding-left: 0;
            padding-right: 15px
        }

        .chat-list .msg_receive.reverse .chat-time, .chat-list .msg_sent.reverse .chat-time {
            text-align: left
        }

.chat-box {
    overflow: auto
}

.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% - 140px)
    }

        .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% - 90px)
    }

        .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: 0
    }

    .chat-list li.reverse {
        text-align: right
    }

        .chat-list li.reverse .chat-time {
            text-align: left
        }

        .chat-list li.reverse .chat-content {
            padding-left: 0;
            padding-right: 15px
        }

@media (max-width:767.98px) {
    .chat-list li .chat-content {
        width: calc(100% - 80px)
    }
}

.message-box .message-widget a:hover {
    background: rgba(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: #21c1d6
    }

    .message-box .message-widget a .user-img .busy {
        background: #fc4b6c
    }

    .message-box .message-widget a .user-img .away {
        background: #ffb22b
    }

    .message-box .message-widget a .user-img .offline {
        background: #ffb22b
    }

.message-box .message-widget a .mail-desc, .message-box .message-widget a .time {
    color: #67757c
}

.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.list-of-user, .left-part.user-chat-box {
    height: 100vh
}

.chatting-box, .invoiceing-box {
    display: none
}

.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: #eef5f9;
        z-index: 1;
        transition: .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-row {
    background: 0 0
}

    .comment-widgets .comment-row.active, .comment-widgets .comment-row:hover {
        background: rgba(0,0,0,.025)
    }

.comment-text.active .comment-footer .action-icons, .comment-text:hover .comment-footer .action-icons {
    visibility: visible
}

.comment-footer .action-icons {
    visibility: hidden
}

    .comment-footer .action-icons a {
        color: #a1aab2
    }

        .comment-footer .action-icons a.active, .comment-footer .action-icons a:hover {
            color: #1e88e5
        }

[type=checkbox]:checked[class*=material-inputs] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type=checkbox]:not(:checked)[class*=material-inputs] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[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;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    padding-left: 26px;
    height: 16px;
    line-height: 21px;
    font-weight: 400
}

    [type=checkbox].material-inputs + label:before {
        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 {
    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;
    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,.26)
}

[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%;
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px
}

[type=checkbox].material-inputs:checked:disabled + label:before {
    border-right: 2px solid rgba(0,0,0,.26);
    border-bottom: 2px solid rgba(0,0,0,.26)
}

[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,.26);
    background-color: transparent
}

[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 #000;
    border-bottom: 2px solid #000
}

[type=checkbox].material-inputs:checked.chk-col-white + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

[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,.1);
    background-color: rgba(0,0,0,.1)
}

[type=checkbox].material-inputs.filled-in + label:after {
    border-radius: 2px;
    content: "";
    left: 0;
    position: absolute;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1
}

[type=checkbox].material-inputs.filled-in + label:before {
    content: "";
    left: 0;
    position: absolute;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .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: 0;
    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%;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important
}

[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;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[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=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 #000;
    background-color: #000
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-white + label:after {
    border: 2px solid #fff;
    background-color: #fff
}

[type=checkbox].material-inputs.filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #e9ecef;
    background-color: rgba(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=radio].material-inputs:checked[class*=material-inputs] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type=radio].material-inputs:not(:checked)[class*=material-inputs] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[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-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    font-weight: 400
}

    [type=radio].material-inputs:checked + label:before {
        border: 2px solid transparent;
        animation: ripple .2s linear forwards
    }

    [type=radio].material-inputs:checked + label:after {
        border: 2px solid #26a69a;
        background-color: #26a69a;
        z-index: 0;
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

[type=radio].material-inputs:not(:checked) + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 21px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    font-weight: 400
}

    [type=radio].material-inputs:not(:checked) + label:after {
        border: 2px solid #e9ecef;
        z-index: -1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    [type=radio].material-inputs:not(:checked) + label:before {
        border: 2px solid #e9ecef
    }

[type=radio].material-inputs:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs:disabled:checked + label:after {
    background-color: rgba(0,0,0,.26);
    border-color: #bdbdbd
}

[type=radio].material-inputs:disabled:not(:checked) + label:before {
    background-color: transparent;
    border-color: rgba(0,0,0,.26);
    animation: ripple .2s linear forwards;
    border-color: rgba(0,0,0,.26)
}

[type=radio].material-inputs:disabled + label {
    color: rgba(0,0,0,.26)
}

[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%
}

[type=radio].material-inputs + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
    border-radius: 50%
}

[type=radio].material-inputss.with-gap:checked + label:after {
    border-radius: 50%
}

[type=radio].material-inputss.with-gap:checked + label:before {
    border-radius: 50%
}

[type=radio].material-inputss:checked + label:after {
    border-radius: 50%
}

[type=radio].material-inputss:checked + label:before {
    border-radius: 50%
}

[type=radio].material-inputss:not(:checked) + label:after {
    border-radius: 50%
}

[type=radio].material-inputss:not(:checked) + label:before {
    border-radius: 50%
}

[type=radio].material-inputs.with-gap:checked + label:after {
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

[type=radio].material-inputs.with-gap:checked + label:before {
    border: 2px solid #26a69a
}

[type=radio].material-inputs.with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0,0,0,.26);
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0,0,0,.26)
}

[type=radio].material-inputs.tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0,0,0,.1);
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-red:checked + label:after {
    background-color: #fb3a3a;
    border-color: #fb3a3a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-pink:checked + label:after {
    background-color: #e91e63;
    border-color: #e91e63;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-purple:checked + label:after {
    background-color: #7460ee;
    border-color: #7460ee;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-deep-purple:checked + label:after {
    background-color: #673ab7;
    border-color: #673ab7;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-indigo:checked + label:after {
    background-color: #3f51b5;
    border-color: #3f51b5;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-blue:checked + label:after {
    background-color: #02bec9;
    border-color: #02bec9;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-light-blue:checked + label:after {
    background-color: #03a9f4;
    border-color: #03a9f4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-cyan:checked + label:after {
    background-color: #00bcd4;
    border-color: #00bcd4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-teal:checked + label:after {
    background-color: #009688;
    border-color: #009688;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-green:checked + label:after {
    background-color: #26c6da;
    border-color: #26c6da;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-light-green:checked + label:after {
    background-color: #8bc34a;
    border-color: #8bc34a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-lime:checked + label:after {
    background-color: #cddc39;
    border-color: #cddc39;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border-color: #ffe821;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-amber:checked + label:after {
    background-color: #ffc107;
    border-color: #ffc107;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-orange:checked + label:after {
    background-color: #ff9800;
    border-color: #ff9800;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-deep-orange:checked + label:after {
    background-color: #ff5722;
    border-color: #ff5722;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-brown:checked + label:after {
    background-color: #795548;
    border-color: #795548;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-grey:checked + label:after {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-blue-grey:checked + label:after {
    background-color: #607d8b;
    border-color: #607d8b;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-black:checked + label:after {
    background-color: #000;
    border-color: #000;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-white:checked + label:after {
    background-color: #fff;
    border-color: #fff;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-red:checked + label:before {
    border: 2px solid #fb3a3a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-red:checked + label:after {
    background-color: #fb3a3a;
    border: 2px solid #fb3a3a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-pink:checked + label:before {
    border: 2px solid #e91e63;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-pink:checked + label:after {
    background-color: #e91e63;
    border: 2px solid #e91e63;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-purple:checked + label:before {
    border: 2px solid #7460ee;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-purple:checked + label:after {
    background-color: #7460ee;
    border: 2px solid #7460ee;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-deep-purple:checked + label:before {
    border: 2px solid #673ab7;
    animation: ripple .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 .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-indigo:checked + label:before {
    border: 2px solid #3f51b5;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-indigo:checked + label:after {
    background-color: #3f51b5;
    border: 2px solid #3f51b5;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-blue:checked + label:before {
    border: 2px solid #02bec9;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-blue:checked + label:after {
    background-color: #02bec9;
    border: 2px solid #02bec9;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-light-blue:checked + label:before {
    border: 2px solid #03a9f4;
    animation: ripple .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 .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-cyan:checked + label:before {
    border: 2px solid #00bcd4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-cyan:checked + label:after {
    background-color: #00bcd4;
    border: 2px solid #00bcd4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-teal:checked + label:before {
    border: 2px solid #009688;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-teal:checked + label:after {
    background-color: #009688;
    border: 2px solid #009688;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-green:checked + label:before {
    border: 2px solid #26c6da;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-green:checked + label:after {
    background-color: #26c6da;
    border: 2px solid #26c6da;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-light-green:checked + label:before {
    border: 2px solid #8bc34a;
    animation: ripple .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 .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-lime:checked + label:before {
    border: 2px solid #cddc39;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-lime:checked + label:after {
    background-color: #cddc39;
    border: 2px solid #cddc39;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-yellow:checked + label:before {
    border: 2px solid #ffe821;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border: 2px solid #ffe821;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-amber:checked + label:before {
    border: 2px solid #ffc107;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-amber:checked + label:after {
    background-color: #ffc107;
    border: 2px solid #ffc107;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-orange:checked + label:before {
    border: 2px solid #ff9800;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-orange:checked + label:after {
    background-color: #ff9800;
    border: 2px solid #ff9800;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-deep-orange:checked + label:before {
    border: 2px solid #ff5722;
    animation: ripple .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 .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-brown:checked + label:before {
    border: 2px solid #795548;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-brown:checked + label:after {
    background-color: #795548;
    border: 2px solid #795548;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-grey:checked + label:before {
    border: 2px solid #9e9e9e;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-grey:checked + label:after {
    background-color: #9e9e9e;
    border: 2px solid #9e9e9e;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-blue-grey:checked + label:before {
    border: 2px solid #607d8b;
    animation: ripple .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 .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-black:checked + label:before {
    border: 2px solid #000;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-black:checked + label:after {
    background-color: #000;
    border: 2px solid #000;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-white:checked + label:before {
    border: 2px solid #fff;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-white:checked + label:after {
    background-color: #fff;
    border: 2px solid #fff;
    animation: ripple .2s linear forwards
}

.switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

    .switch * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none
    }

    .switch label {
        cursor: pointer;
        font-weight: 400;
        font-size: 13px
    }

        .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 input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(251,58,58,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(233,30,99,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(116,96,238,.1)
            }

            .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,.4),0 0 0 15px rgba(103,58,183,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(63,81,181,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(2,190,201,.1)
            }

            .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,.4),0 0 0 15px rgba(3,169,244,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(0,188,212,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(0,150,136,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(38,198,218,.1)
            }

            .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,.4),0 0 0 15px rgba(139,195,74,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(205,220,57,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(255,232,33,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(255,193,7,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(255,152,0,.1)
            }

            .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,.4),0 0 0 15px rgba(255,87,34,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(121,85,72,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(158,158,158,.1)
            }

            .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,.4),0 0 0 15px rgba(96,125,139,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(0,0,0,.1)
            }

            .switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
                box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(255,255,255,.1)
            }

            .switch label input[type=checkbox]:checked + .lever.switch-col-red {
                background-color: rgba(251,58,58,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
                    background-color: #fb3a3a
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-pink {
                background-color: rgba(233,30,99,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
                    background-color: #e91e63
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-purple {
                background-color: rgba(116,96,238,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
                    background-color: #7460ee
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
                background-color: rgba(103,58,183,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
                    background-color: #673ab7
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
                background-color: rgba(63,81,181,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
                    background-color: #3f51b5
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-blue {
                background-color: rgba(2,190,201,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
                    background-color: #02bec9
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
                background-color: rgba(3,169,244,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
                    background-color: #03a9f4
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
                background-color: rgba(0,188,212,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
                    background-color: #00bcd4
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-teal {
                background-color: rgba(0,150,136,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
                    background-color: #009688
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-green {
                background-color: rgba(38,198,218,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
                    background-color: #26c6da
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
                background-color: rgba(139,195,74,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
                    background-color: #8bc34a
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-lime {
                background-color: rgba(205,220,57,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
                    background-color: #cddc39
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
                background-color: rgba(255,232,33,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
                    background-color: #ffe821
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-amber {
                background-color: rgba(255,193,7,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
                    background-color: #ffc107
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-orange {
                background-color: rgba(255,152,0,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
                    background-color: #ff9800
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
                background-color: rgba(255,87,34,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
                    background-color: #ff5722
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-brown {
                background-color: rgba(121,85,72,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
                    background-color: #795548
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-grey {
                background-color: rgba(158,158,158,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
                    background-color: #9e9e9e
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
                background-color: rgba(96,125,139,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
                    background-color: #607d8b
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-black {
                background-color: rgba(0,0,0,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
                    background-color: #000
                }

            .switch label input[type=checkbox]:checked + .lever.switch-col-white {
                background-color: rgba(255,255,255,.5)
            }

                .switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
                    background-color: #fff
                }

        .switch label .lever {
            content: "";
            display: inline-block;
            position: relative;
            width: 40px;
            height: 15px;
            background-color: #818181;
            border-radius: 15px;
            margin-right: 10px;
            transition: background .3s ease;
            vertical-align: middle;
            margin: 0 16px;
            margin: 0 14px
        }

            .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,.4);
                left: -5px;
                top: -3px;
                transition: left .3s ease,background .3s ease,box-shadow .1s ease
            }

        .switch label input[type=checkbox][disabled] + .lever:after {
            background-color: #bdbdbd
        }

        .switch label input[type=checkbox][disabled]:checked + .lever:after {
            background-color: #bdbdbd
        }

    .switch input[type=checkbox][disabled] + .lever {
        cursor: default
    }

input[type=checkbox].material-inputs:checked:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(38,166,154,.1)
}

input[type=checkbox].material-inputs:checked:not(:disabled) ~ .lever:active::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(38,166,154,.1)
}

input[type=checkbox].material-inputs:not(:disabled).tabbed:focus ~ .lever::after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(0,0,0,.08)
}

input[type=checkbox].material-inputs:not(:disabled) ~ .lever:active:after {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.4),0 0 0 15px rgba(0,0,0,.08)
}

html[dir=rtl] [type=checkbox]:checked[class*=material-inputs] {
    position: absolute;
    left: auto;
    right: -9999px;
    opacity: 0
}

html[dir=rtl] [type=checkbox]:not(: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 + label:before {
        left: auto;
        right: 0
    }

html[dir=rtl] [type=checkbox].material-inputs:checked + label:before {
    left: auto;
    right: -5px;
    border-top: 2px solid transparent;
    border-left: 2px solid #21c1d6;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #21c1d6;
    transform: rotate(-45deg)
}

html[dir=rtl] [type=checkbox].material-inputs:not(.filled-in) + label:after {
    left: auto;
    right: 0
}

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 #000;
    border-bottom: 2px solid #000;
    top: -5px
}

html[dir=rtl] [type=checkbox].material-inputs:checked.chk-col-white + label:before {
    border-right: 2px solid transparent;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: -5px
}

html[dir=rtl] [type=checkbox].material-inputs.filled-in + label:after {
    left: auto;
    right: 0
}

html[dir=rtl] [type=checkbox].material-inputs.filled-in + label:before {
    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.filled-in:checked + label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid #21c1d6;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #21c1d6;
    transform: rotate(-45deg);
    border-right: 0 !important;
    border-left: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important
}

html[dir=rtl] [type=checkbox].filled-in:checked + label:before {
    right: 2px
}

html[dir=rtl] .checkbox label::after {
    margin-left: 0;
    margin-right: -5px
}

html[dir=rtl] .checkbox label::before {
    margin-left: 0;
    margin-right: -5px
}

html[dir=rtl] [type=radio].material-inputs:checked[class*=material-inputs] {
    left: auto;
    right: -9999px
}

html[dir=rtl] [type=radio].material-inputs:not(:checked)[class*=material-inputs] {
    left: auto;
    right: -9999px
}

html[dir=rtl] [type=radio].material-inputs:checked + label {
    padding-left: 0;
    padding-right: 26px
}

html[dir=rtl] [type=radio].material-inputs:not(:checked) + label {
    padding-left: 0;
    padding-right: 26px
}

html[dir=rtl] [type=radio].material-inputs + label:after {
    left: auto;
    right: 0
}

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;
        margin-bottom: 30px;
        display: flex
    }

    .profiletimeline .sl-date {
        font-size: 12px;
        color: #a1aab2
    }

.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: #a1aab2
}

.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
    }

.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 .todo-subtext, .todo-listing .todo-item .inner-item.done-todo .todo-time, .todo-listing .todo-item .inner-item.done-todo label {
    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.important, .todo-listing .todo-item.current-todo-delete .todo-action-dropdown .dropdown-item.remove {
        display: none
    }

.note-has-grid .nav-link {
    padding: .5rem
}

.note-has-grid .single-note-item {
    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,.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: "";
            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(33,193,214,.5);
        border: 2px solid #21c1d6
    }

    .note-has-grid .single-note-item .category .category-social {
        background-color: rgba(30,136,229,.5);
        border: 2px solid #1e88e5
    }

    .note-has-grid .single-note-item .category .category-important {
        background-color: rgba(252,75,108,.5);
        border: 2px solid #fc4b6c
    }

    .note-has-grid .single-note-item.all-category .point {
        color: rgba(79,84,103,.5)
    }

    .note-has-grid .single-note-item.note-business .point {
        color: rgba(33,193,214,.5)
    }

    .note-has-grid .single-note-item.note-business .side-stick {
        background-color: rgba(33,193,214,.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: #ffb22b
    }

    .note-has-grid .single-note-item.note-social .point {
        color: rgba(30,136,229,.5)
    }

    .note-has-grid .single-note-item.note-social .side-stick {
        background-color: rgba(30,136,229,.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(252,75,108,.5)
    }

    .note-has-grid .single-note-item.note-important .side-stick {
        background-color: rgba(252,75,108,.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-business .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-important .more-options, .note-has-grid .single-note-item.all-category.note-favourite.note-social .more-options, .note-has-grid .single-note-item.all-category.note-important .more-options, .note-has-grid .single-note-item.all-category.note-social .more-options {
        display: none
    }

@media (max-width:575.98px) {
    .note-has-grid .single-note-item {
        max-width: 100%
    }
}

@media (max-width:767.98px) {
    .note-has-grid .single-note-item {
        max-width: 301px
    }
}

.mailbox .chat-scroll {
    height: calc(100vh - 100px) !important
}

.mailbox .message-center {
    height: 317px;
    overflow: auto
}

    .mailbox .message-center .message-item {
        display: flex
    }

        .mailbox .message-center .message-item.active, .mailbox .message-center .message-item:hover {
            background: rgba(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: #21c1d6
            }

            .mailbox .message-center .message-item .user-img .busy {
                background: #fc4b6c
            }

            .mailbox .message-center .message-item .user-img .away {
                background: #ffb22b
            }

            .mailbox .message-center .message-item .user-img .offline {
                background: #ffb22b
            }
