.fa,
        body {
            font-weight: 400
        }

        .input-group-text input[type=checkbox],
        .input-group-text input[type=radio],
        dl,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        ol,
        p,
        ul {
            margin-top: 0
        }

        .fa,
        address {
            font-style: normal
        }

        address,
        dl,
        ol,
        p,
        pre,
        ul {
            margin-bottom: 1rem
        }

        body,
        caption {
            text-align: left
        }

        .fa,
        .fa-stack,
        label {
            display: inline-block
        }

        dd,
        label {
            margin-bottom: .5rem
        }

        pre,
        textarea {
            overflow: auto
        }

        article,
        aside,
        figcaption,
        figure,
        footer,
        header,
        hgroup,
        legend,
        main,
        nav,
        section {
            display: block
        }

        progress,
        sub,
        sup {
            vertical-align: baseline
        }

        button,
        hr,
        input {
            overflow: visible
        }

        .btn,
        .fa-fw,
        .fa-li {
            text-align: center
        }

        .btn.focus,
        .btn:focus,
        .form-control:focus {
            box-shadow: rgba(0, 123, 255, .25) 0 0 0 .2rem
        }

        .dropdown-menu,
        .nav,
        .navbar-nav {
            list-style: none
        }

        .badge,
        .dropdown-header,
        .dropdown-item,
        .input-group-text,
        .navbar-brand,
        .progress-bar {
            white-space: nowrap
        }

        #UserDetailsForm #termsandConditions .detail-box p,
        #UserDetailsForm #termsandConditions .detail-box span {
            font-family: "Frutiger LT Arabic 55 Roman", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
        }

        .complainbar,
        .form-control-plaintext,
        .spinner-border,
        hr {
            border-image: initial
        }

        .description-box ol,
        .tasheelnew-box ul {
            list-style-position: inside
        }

        @font-face {
            font-family: FontAwesome;
            src: url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fontawesome-webfont.ttf?v=4.7.0") format("truetype");
            font-weight: 400;
            font-style: normal
        }

        .fa {
            font-variant: normal;
            font-size-adjust: none;
            font-kerning: auto;
            font-optical-sizing: auto;
            font-feature-settings: normal;
            font-variation-settings: normal;
            font-stretch: normal;
            line-height: 1;
            font-family: FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased
        }

        .fa-lg {
            font-size: 1.33333em;
            line-height: .75em;
            vertical-align: -15%
        }

        .fa-2x,
        .fa-stack-2x {
            font-size: 2em
        }

        .fa-3x {
            font-size: 3em
        }

        .fa-4x {
            font-size: 4em
        }

        .fa-5x {
            font-size: 5em
        }

        .fa-fw {
            width: 1.28571em
        }

        .fa-ul {
            padding-left: 0;
            margin-left: 2.14286em;
            list-style-type: none
        }

        .attached-images,
        .carousel,
        .custom-file,
        .dropdown,
        .dropleft,
        .dropright,
        .dropup,
        .fa-ul>li,
        .heading-bg,
        .hidden-serachbar .form-group,
        .searched-services,
        .serachbar .form-group,
        .servicecenter-location,
        .superuser-tooltip,
        .table-collapsable .collapsable-td>td table td:first-child,
        .uppy-Root [aria-label][role~=tooltip],
        form .form-group,
        span.multiselect-native-select {
            position: relative
        }

        .fa-li {
            position: absolute;
            left: -2.14286em;
            width: 2.14286em;
            top: .142857em
        }

        .fa-li.fa-lg {
            left: -1.85714em
        }

        .fa-border {
            padding: .2em .25em .15em;
            border: .08em solid #eee;
            border-radius: .1em
        }

        .fa-pull-left,
        .pull-left {
            float: left
        }

        .datepicker-rtl table tr td span,
        .fa-pull-right,
        .owl-carousel.owl-rtl .owl-item,
        .pull-right {
            float: right
        }

        .fa.fa-pull-left,
        .fa.pull-left {
            margin-right: .3em
        }

        .fa.fa-pull-right,
        .fa.pull-right {
            margin-left: .3em
        }

        .ellipsis-dropup .dropdown-menu .btn+.btn,
        .multiselect-container>li>a>label.checkbox,
        .multiselect-container>li>a>label.radio,
        .quick-form h3,
        .sr-only-focusable:active,
        .sr-only-focusable:focus,
        body,
        fieldset {
            margin: 0
        }

        .fa-spin {
            animation: 2s linear infinite fa-spin
        }

        .fa-pulse {
            animation: 1s steps(8) infinite fa-spin
        }

        @-webkit-keyframes fa-spin {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(359deg)
            }
        }

        @keyframes fa-spin {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(359deg)
            }
        }

        .fa-rotate-90 {
            transform: rotate(90deg)
        }

        .fa-rotate-180 {
            transform: rotate(180deg)
        }

        .fa-rotate-270 {
            transform: rotate(270deg)
        }

        .fa-flip-horizontal {
            transform: scale(-1, 1)
        }

        .fa-flip-vertical {
            transform: scale(1, -1)
        }

        :root .fa-flip-horizontal,
        :root .fa-flip-vertical,
        :root .fa-rotate-180,
        :root .fa-rotate-270,
        :root .fa-rotate-90 {
            filter: none
        }

        .fa-stack {
            position: relative;
            width: 2em;
            height: 2em;
            line-height: 2em;
            vertical-align: middle
        }

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

        .fa-stack-1x,
        address,
        legend {
            line-height: inherit
        }

        .fa-stack-1x,
        .fa-stack-2x {
            position: absolute;
            left: 0;
            width: 100%;
            text-align: center
        }

        .annoucement-crousel p,
        .btn-primary,
        .btn-primary:hover,
        .btn-secondary,
        .btn-success,
        .custom-control-input:not(:disabled):active~.custom-control-label::before,
        .datepicker table tr td.today.active:hover,
        .fa-inverse,
        .main-banner .banner-heading p,
        .multiselect-container>li:hover>a>label,
        .navbar-dark .navbar-brand,
        .navbar-dark .navbar-brand:focus,
        .navbar-dark .navbar-brand:hover,
        .navbar-dark .navbar-nav .active>.nav-link,
        .navbar-dark .navbar-nav .nav-link.active,
        .navbar-dark .navbar-nav .nav-link.show,
        .navbar-dark .navbar-nav .show>.nav-link,
        .navbar-dark .navbar-text a,
        .navbar-dark .navbar-text a:focus,
        .navbar-dark .navbar-text a:hover,
        .service-box:hover h4,
        .tasheel-navbar .navbar-brand {
            color: #fff
        }

        .fa-glass::before {
            content: ""
        }

        .fa-music::before {
            content: ""
        }

        .fa-search::before {
            content: ""
        }

        .fa-envelope-o::before {
            content: ""
        }

        .fa-heart::before {
            content: ""
        }

        .fa-star::before {
            content: ""
        }

        .fa-star-o::before {
            content: ""
        }

        .fa-user::before {
            content: ""
        }

        .fa-film::before {
            content: ""
        }

        .fa-th-large::before {
            content: ""
        }

        .fa-th::before {
            content: ""
        }

        .fa-th-list::before {
            content: ""
        }

        .fa-check::before {
            content: ""
        }

        .fa-close::before,
        .fa-remove::before,
        .fa-times::before {
            content: ""
        }

        .fa-search-plus::before {
            content: ""
        }

        .fa-search-minus::before {
            content: ""
        }

        .fa-power-off::before {
            content: ""
        }

        .fa-signal::before {
            content: ""
        }

        .fa-cog::before,
        .fa-gear::before {
            content: ""
        }

        .fa-trash-o::before {
            content: ""
        }

        .fa-home::before {
            content: ""
        }

        .fa-file-o::before {
            content: ""
        }

        .fa-clock-o::before {
            content: ""
        }

        .fa-road::before {
            content: ""
        }

        .fa-download::before {
            content: ""
        }

        .fa-arrow-circle-o-down::before {
            content: ""
        }

        .fa-arrow-circle-o-up::before {
            content: ""
        }

        .fa-inbox::before {
            content: ""
        }

        .fa-play-circle-o::before {
            content: ""
        }

        .fa-repeat::before,
        .fa-rotate-right::before {
            content: ""
        }

        .fa-refresh::before {
            content: ""
        }

        .fa-list-alt::before {
            content: ""
        }

        .fa-lock::before {
            content: ""
        }

        .fa-flag::before {
            content: ""
        }

        .fa-headphones::before {
            content: ""
        }

        .fa-volume-off::before {
            content: ""
        }

        .fa-volume-down::before {
            content: ""
        }

        .fa-volume-up::before {
            content: ""
        }

        .fa-qrcode::before {
            content: ""
        }

        .fa-barcode::before {
            content: ""
        }

        .fa-tag::before {
            content: ""
        }

        .fa-tags::before {
            content: ""
        }

        .fa-book::before {
            content: ""
        }

        .fa-bookmark::before {
            content: ""
        }

        .fa-print::before {
            content: ""
        }

        .fa-camera::before {
            content: ""
        }

        .fa-font::before {
            content: ""
        }

        .fa-bold::before {
            content: ""
        }

        .fa-italic::before {
            content: ""
        }

        .fa-text-height::before {
            content: ""
        }

        .fa-text-width::before {
            content: ""
        }

        .fa-align-left::before {
            content: ""
        }

        .fa-align-center::before {
            content: ""
        }

        .fa-align-right::before {
            content: ""
        }

        .fa-align-justify::before {
            content: ""
        }

        .fa-list::before {
            content: ""
        }

        .fa-dedent::before,
        .fa-outdent::before {
            content: ""
        }

        .fa-indent::before {
            content: ""
        }

        .fa-video-camera::before {
            content: ""
        }

        .fa-image::before,
        .fa-photo::before,
        .fa-picture-o::before {
            content: ""
        }

        .fa-pencil::before {
            content: ""
        }

        .fa-map-marker::before {
            content: ""
        }

        .fa-adjust::before {
            content: ""
        }

        .fa-tint::before {
            content: ""
        }

        .fa-edit::before,
        .fa-pencil-square-o::before {
            content: ""
        }

        .fa-share-square-o::before {
            content: ""
        }

        .fa-check-square-o::before {
            content: ""
        }

        .fa-arrows::before {
            content: ""
        }

        .fa-step-backward::before {
            content: ""
        }

        .fa-fast-backward::before {
            content: ""
        }

        .fa-backward::before {
            content: ""
        }

        .fa-play::before {
            content: ""
        }

        .fa-pause::before {
            content: ""
        }

        .fa-stop::before {
            content: ""
        }

        .fa-forward::before {
            content: ""
        }

        .fa-fast-forward::before {
            content: ""
        }

        .fa-step-forward::before {
            content: ""
        }

        .fa-eject::before {
            content: ""
        }

        .fa-chevron-left::before {
            content: ""
        }

        .fa-chevron-right::before {
            content: ""
        }

        .fa-plus-circle::before {
            content: ""
        }

        .fa-minus-circle::before {
            content: ""
        }

        .fa-times-circle::before {
            content: ""
        }

        .fa-check-circle::before {
            content: ""
        }

        .fa-question-circle::before {
            content: ""
        }

        .fa-info-circle::before {
            content: ""
        }

        .fa-crosshairs::before {
            content: ""
        }

        .fa-times-circle-o::before {
            content: ""
        }

        .fa-check-circle-o::before {
            content: ""
        }

        .fa-ban::before {
            content: ""
        }

        .fa-arrow-left::before {
            content: ""
        }

        .fa-arrow-right::before {
            content: ""
        }

        .fa-arrow-up::before {
            content: ""
        }

        .fa-arrow-down::before {
            content: ""
        }

        .fa-mail-forward::before,
        .fa-share::before {
            content: ""
        }

        .fa-expand::before {
            content: ""
        }

        .fa-compress::before {
            content: ""
        }

        .fa-plus::before {
            content: ""
        }

        .fa-minus::before {
            content: ""
        }

        .fa-asterisk::before {
            content: ""
        }

        .fa-exclamation-circle::before {
            content: ""
        }

        .fa-gift::before {
            content: ""
        }

        .fa-leaf::before {
            content: ""
        }

        .fa-fire::before {
            content: ""
        }

        .fa-eye::before {
            content: ""
        }

        .fa-eye-slash::before {
            content: ""
        }

        .fa-exclamation-triangle::before,
        .fa-warning::before {
            content: ""
        }

        .fa-plane::before {
            content: ""
        }

        .fa-calendar::before {
            content: ""
        }

        .fa-random::before {
            content: ""
        }

        .fa-comment::before {
            content: ""
        }

        .fa-magnet::before {
            content: ""
        }

        .fa-chevron-up::before {
            content: ""
        }

        .fa-chevron-down::before {
            content: ""
        }

        .fa-retweet::before {
            content: ""
        }

        .fa-shopping-cart::before {
            content: ""
        }

        .fa-folder::before {
            content: ""
        }

        .fa-folder-open::before {
            content: ""
        }

        .fa-arrows-v::before {
            content: ""
        }

        .fa-arrows-h::before {
            content: ""
        }

        .fa-bar-chart-o::before,
        .fa-bar-chart::before {
            content: ""
        }

        .fa-twitter-square::before {
            content: ""
        }

        .fa-facebook-square::before {
            content: ""
        }

        .fa-camera-retro::before {
            content: ""
        }

        .fa-key::before {
            content: ""
        }

        .fa-cogs::before,
        .fa-gears::before {
            content: ""
        }

        .fa-comments::before {
            content: ""
        }

        .fa-thumbs-o-up::before {
            content: ""
        }

        .fa-thumbs-o-down::before {
            content: ""
        }

        .fa-star-half::before {
            content: ""
        }

        .fa-heart-o::before {
            content: ""
        }

        .fa-sign-out::before {
            content: ""
        }

        .fa-linkedin-square::before {
            content: ""
        }

        .fa-thumb-tack::before {
            content: ""
        }

        .fa-external-link::before {
            content: ""
        }

        .fa-sign-in::before {
            content: ""
        }

        .fa-trophy::before {
            content: ""
        }

        .fa-github-square::before {
            content: ""
        }

        .fa-upload::before {
            content: ""
        }

        .fa-lemon-o::before {
            content: ""
        }

        .fa-phone::before {
            content: ""
        }

        .fa-square-o::before {
            content: ""
        }

        .fa-bookmark-o::before {
            content: ""
        }

        .fa-phone-square::before {
            content: ""
        }

        .fa-twitter::before {
            content: ""
        }

        .fa-facebook-f::before,
        .fa-facebook::before {
            content: ""
        }

        .fa-github::before {
            content: ""
        }

        .fa-unlock::before {
            content: ""
        }

        .fa-credit-card::before {
            content: ""
        }

        .fa-feed::before,
        .fa-rss::before {
            content: ""
        }

        .fa-hdd-o::before {
            content: ""
        }

        .fa-bullhorn::before {
            content: ""
        }

        .fa-bell::before {
            content: ""
        }

        .fa-certificate::before {
            content: ""
        }

        .fa-hand-o-right::before {
            content: ""
        }

        .fa-hand-o-left::before {
            content: ""
        }

        .fa-hand-o-up::before {
            content: ""
        }

        .fa-hand-o-down::before {
            content: ""
        }

        .fa-arrow-circle-left::before {
            content: ""
        }

        .fa-arrow-circle-right::before {
            content: ""
        }

        .fa-arrow-circle-up::before {
            content: ""
        }

        .fa-arrow-circle-down::before {
            content: ""
        }

        .fa-globe::before {
            content: ""
        }

        .fa-wrench::before {
            content: ""
        }

        .fa-tasks::before {
            content: ""
        }

        .fa-filter::before {
            content: ""
        }

        .fa-briefcase::before {
            content: ""
        }

        .fa-arrows-alt::before {
            content: ""
        }

        .fa-group::before,
        .fa-users::before {
            content: ""
        }

        .fa-chain::before,
        .fa-link::before {
            content: ""
        }

        .fa-cloud::before {
            content: ""
        }

        .fa-flask::before {
            content: ""
        }

        .fa-cut::before,
        .fa-scissors::before {
            content: ""
        }

        .fa-copy::before,
        .fa-files-o::before {
            content: ""
        }

        .fa-paperclip::before {
            content: ""
        }

        .fa-floppy-o::before,
        .fa-save::before {
            content: ""
        }

        .fa-square::before {
            content: ""
        }

        .fa-bars::before,
        .fa-navicon::before,
        .fa-reorder::before {
            content: ""
        }

        .fa-list-ul::before {
            content: ""
        }

        .fa-list-ol::before {
            content: ""
        }

        .fa-strikethrough::before {
            content: ""
        }

        .fa-underline::before {
            content: ""
        }

        .fa-table::before {
            content: ""
        }

        .fa-magic::before {
            content: ""
        }

        .fa-truck::before {
            content: ""
        }

        .fa-pinterest::before {
            content: ""
        }

        .fa-pinterest-square::before {
            content: ""
        }

        .fa-google-plus-square::before {
            content: ""
        }

        .fa-google-plus::before {
            content: ""
        }

        .fa-money::before {
            content: ""
        }

        .fa-caret-down::before {
            content: ""
        }

        .fa-caret-up::before {
            content: ""
        }

        .fa-caret-left::before {
            content: ""
        }

        .fa-caret-right::before {
            content: ""
        }

        .fa-columns::before {
            content: ""
        }

        .fa-sort::before,
        .fa-unsorted::before {
            content: ""
        }

        .fa-sort-desc::before,
        .fa-sort-down::before {
            content: ""
        }

        .fa-sort-asc::before,
        .fa-sort-up::before {
            content: ""
        }

        .fa-envelope::before {
            content: ""
        }

        .fa-linkedin::before {
            content: ""
        }

        .fa-rotate-left::before,
        .fa-undo::before {
            content: ""
        }

        .fa-gavel::before,
        .fa-legal::before {
            content: ""
        }

        .fa-dashboard::before,
        .fa-tachometer::before {
            content: ""
        }

        .fa-comment-o::before {
            content: ""
        }

        .fa-comments-o::before {
            content: ""
        }

        .fa-bolt::before,
        .fa-flash::before {
            content: ""
        }

        .fa-sitemap::before {
            content: ""
        }

        .fa-umbrella::before {
            content: ""
        }

        .fa-clipboard::before,
        .fa-paste::before {
            content: ""
        }

        .fa-lightbulb-o::before {
            content: ""
        }

        .fa-exchange::before {
            content: ""
        }

        .fa-cloud-download::before {
            content: ""
        }

        .fa-cloud-upload::before {
            content: ""
        }

        .fa-user-md::before {
            content: ""
        }

        .fa-stethoscope::before {
            content: ""
        }

        .fa-suitcase::before {
            content: ""
        }

        .fa-bell-o::before {
            content: ""
        }

        .fa-coffee::before {
            content: ""
        }

        .fa-cutlery::before {
            content: ""
        }

        .fa-file-text-o::before {
            content: ""
        }

        .fa-building-o::before {
            content: ""
        }

        .fa-hospital-o::before {
            content: ""
        }

        .fa-ambulance::before {
            content: ""
        }

        .fa-medkit::before {
            content: ""
        }

        .fa-fighter-jet::before {
            content: ""
        }

        .fa-beer::before {
            content: ""
        }

        .fa-h-square::before {
            content: ""
        }

        .fa-plus-square::before {
            content: ""
        }

        .fa-angle-double-left::before {
            content: ""
        }

        .fa-angle-double-right::before {
            content: ""
        }

        .fa-angle-double-up::before {
            content: ""
        }

        .fa-angle-double-down::before {
            content: ""
        }

        .fa-angle-left::before {
            content: ""
        }

        .fa-angle-right::before {
            content: ""
        }

        .fa-angle-up::before {
            content: ""
        }

        .fa-angle-down::before {
            content: ""
        }

        .fa-desktop::before {
            content: ""
        }

        .fa-laptop::before {
            content: ""
        }

        .fa-tablet::before {
            content: ""
        }

        .fa-mobile-phone::before,
        .fa-mobile::before {
            content: ""
        }

        .fa-circle-o::before {
            content: ""
        }

        .fa-quote-left::before {
            content: ""
        }

        .fa-quote-right::before {
            content: ""
        }

        .fa-spinner::before {
            content: ""
        }

        .fa-circle::before {
            content: ""
        }

        .fa-mail-reply::before,
        .fa-reply::before {
            content: ""
        }

        .fa-github-alt::before {
            content: ""
        }

        .fa-folder-o::before {
            content: ""
        }

        .fa-folder-open-o::before {
            content: ""
        }

        .fa-smile-o::before {
            content: ""
        }

        .fa-frown-o::before {
            content: ""
        }

        .fa-meh-o::before {
            content: ""
        }

        .fa-gamepad::before {
            content: ""
        }

        .fa-keyboard-o::before {
            content: ""
        }

        .fa-flag-o::before {
            content: ""
        }

        .fa-flag-checkered::before {
            content: ""
        }

        .fa-terminal::before {
            content: ""
        }

        .fa-code::before {
            content: ""
        }

        .fa-mail-reply-all::before,
        .fa-reply-all::before {
            content: ""
        }

        .fa-star-half-empty::before,
        .fa-star-half-full::before,
        .fa-star-half-o::before {
            content: ""
        }

        .fa-location-arrow::before {
            content: ""
        }

        .fa-crop::before {
            content: ""
        }

        .fa-code-fork::before {
            content: ""
        }

        .fa-chain-broken::before,
        .fa-unlink::before {
            content: ""
        }

        .fa-question::before {
            content: ""
        }

        .fa-info::before {
            content: ""
        }

        .fa-exclamation::before {
            content: ""
        }

        .fa-superscript::before {
            content: ""
        }

        .fa-subscript::before {
            content: ""
        }

        .fa-eraser::before {
            content: ""
        }

        .fa-puzzle-piece::before {
            content: ""
        }

        .fa-microphone::before {
            content: ""
        }

        .fa-microphone-slash::before {
            content: ""
        }

        .fa-shield::before {
            content: ""
        }

        .fa-calendar-o::before {
            content: ""
        }

        .fa-fire-extinguisher::before {
            content: ""
        }

        .fa-rocket::before {
            content: ""
        }

        .fa-maxcdn::before {
            content: ""
        }

        .fa-chevron-circle-left::before {
            content: ""
        }

        .fa-chevron-circle-right::before {
            content: ""
        }

        .fa-chevron-circle-up::before {
            content: ""
        }

        .fa-chevron-circle-down::before {
            content: ""
        }

        .fa-html5::before {
            content: ""
        }

        .fa-css3::before {
            content: ""
        }

        .fa-anchor::before {
            content: ""
        }

        .fa-unlock-alt::before {
            content: ""
        }

        .fa-bullseye::before {
            content: ""
        }

        .fa-ellipsis-h::before {
            content: ""
        }

        .fa-ellipsis-v::before {
            content: ""
        }

        .fa-rss-square::before {
            content: ""
        }

        .fa-play-circle::before {
            content: ""
        }

        .fa-ticket::before {
            content: ""
        }

        .fa-minus-square::before {
            content: ""
        }

        .fa-minus-square-o::before {
            content: ""
        }

        .fa-level-up::before {
            content: ""
        }

        .fa-level-down::before {
            content: ""
        }

        .fa-check-square::before {
            content: ""
        }

        .fa-pencil-square::before {
            content: ""
        }

        .fa-external-link-square::before {
            content: ""
        }

        .fa-share-square::before {
            content: ""
        }

        .fa-compass::before {
            content: ""
        }

        .fa-caret-square-o-down::before,
        .fa-toggle-down::before {
            content: ""
        }

        .fa-caret-square-o-up::before,
        .fa-toggle-up::before {
            content: ""
        }

        .fa-caret-square-o-right::before,
        .fa-toggle-right::before {
            content: ""
        }

        .fa-eur::before,
        .fa-euro::before {
            content: ""
        }

        .fa-gbp::before {
            content: ""
        }

        .fa-dollar::before,
        .fa-usd::before {
            content: ""
        }

        .fa-inr::before,
        .fa-rupee::before {
            content: ""
        }

        .fa-cny::before,
        .fa-jpy::before,
        .fa-rmb::before,
        .fa-yen::before {
            content: ""
        }

        .fa-rouble::before,
        .fa-rub::before,
        .fa-ruble::before {
            content: ""
        }

        .fa-krw::before,
        .fa-won::before {
            content: ""
        }

        .fa-bitcoin::before,
        .fa-btc::before {
            content: ""
        }

        .fa-file::before {
            content: ""
        }

        .fa-file-text::before {
            content: ""
        }

        .fa-sort-alpha-asc::before {
            content: ""
        }

        .fa-sort-alpha-desc::before {
            content: ""
        }

        .fa-sort-amount-asc::before {
            content: ""
        }

        .fa-sort-amount-desc::before {
            content: ""
        }

        .fa-sort-numeric-asc::before {
            content: ""
        }

        .fa-sort-numeric-desc::before {
            content: ""
        }

        .fa-thumbs-up::before {
            content: ""
        }

        .fa-thumbs-down::before {
            content: ""
        }

        .fa-youtube-square::before {
            content: ""
        }

        .fa-youtube::before {
            content: ""
        }

        .fa-xing::before {
            content: ""
        }

        .fa-xing-square::before {
            content: ""
        }

        .fa-youtube-play::before {
            content: ""
        }

        .fa-dropbox::before {
            content: ""
        }

        .fa-stack-overflow::before {
            content: ""
        }

        .fa-instagram::before {
            content: ""
        }

        .fa-flickr::before {
            content: ""
        }

        .fa-adn::before {
            content: ""
        }

        .fa-bitbucket::before {
            content: ""
        }

        .fa-bitbucket-square::before {
            content: ""
        }

        .fa-tumblr::before {
            content: ""
        }

        .fa-tumblr-square::before {
            content: ""
        }

        .fa-long-arrow-down::before {
            content: ""
        }

        .fa-long-arrow-up::before {
            content: ""
        }

        .fa-long-arrow-left::before {
            content: ""
        }

        .fa-long-arrow-right::before {
            content: ""
        }

        .fa-apple::before {
            content: ""
        }

        .fa-windows::before {
            content: ""
        }

        .fa-android::before {
            content: ""
        }

        .fa-linux::before {
            content: ""
        }

        .fa-dribbble::before {
            content: ""
        }

        .fa-skype::before {
            content: ""
        }

        .fa-foursquare::before {
            content: ""
        }

        .fa-trello::before {
            content: ""
        }

        .fa-female::before {
            content: ""
        }

        .fa-male::before {
            content: ""
        }

        .fa-gittip::before,
        .fa-gratipay::before {
            content: ""
        }

        .fa-sun-o::before {
            content: ""
        }

        .fa-moon-o::before {
            content: ""
        }

        .fa-archive::before {
            content: ""
        }

        .fa-bug::before {
            content: ""
        }

        .fa-vk::before {
            content: ""
        }

        .fa-weibo::before {
            content: ""
        }

        .fa-renren::before {
            content: ""
        }

        .fa-pagelines::before {
            content: ""
        }

        .fa-stack-exchange::before {
            content: ""
        }

        .fa-arrow-circle-o-right::before {
            content: ""
        }

        .fa-arrow-circle-o-left::before {
            content: ""
        }

        .fa-caret-square-o-left::before,
        .fa-toggle-left::before {
            content: ""
        }

        .fa-dot-circle-o::before {
            content: ""
        }

        .fa-wheelchair::before {
            content: ""
        }

        .fa-vimeo-square::before {
            content: ""
        }

        .fa-try::before,
        .fa-turkish-lira::before {
            content: ""
        }

        .fa-plus-square-o::before {
            content: ""
        }

        .fa-space-shuttle::before {
            content: ""
        }

        .fa-slack::before {
            content: ""
        }

        .fa-envelope-square::before {
            content: ""
        }

        .fa-wordpress::before {
            content: ""
        }

        .fa-openid::before {
            content: ""
        }

        .fa-bank::before,
        .fa-institution::before,
        .fa-university::before {
            content: ""
        }

        .fa-graduation-cap::before,
        .fa-mortar-board::before {
            content: ""
        }

        .fa-yahoo::before {
            content: ""
        }

        .fa-google::before {
            content: ""
        }

        .fa-reddit::before {
            content: ""
        }

        .fa-reddit-square::before {
            content: ""
        }

        .fa-stumbleupon-circle::before {
            content: ""
        }

        .fa-stumbleupon::before {
            content: ""
        }

        .fa-delicious::before {
            content: ""
        }

        .fa-digg::before {
            content: ""
        }

        .fa-pied-piper-pp::before {
            content: ""
        }

        .fa-pied-piper-alt::before {
            content: ""
        }

        .fa-drupal::before {
            content: ""
        }

        .fa-joomla::before {
            content: ""
        }

        .fa-language::before {
            content: ""
        }

        .fa-fax::before {
            content: ""
        }

        .fa-building::before {
            content: ""
        }

        .fa-child::before {
            content: ""
        }

        .fa-paw::before {
            content: ""
        }

        .fa-spoon::before {
            content: ""
        }

        .fa-cube::before {
            content: ""
        }

        .fa-cubes::before {
            content: ""
        }

        .fa-behance::before {
            content: ""
        }

        .fa-behance-square::before {
            content: ""
        }

        .fa-steam::before {
            content: ""
        }

        .fa-steam-square::before {
            content: ""
        }

        .fa-recycle::before {
            content: ""
        }

        .fa-automobile::before,
        .fa-car::before {
            content: ""
        }

        .fa-cab::before,
        .fa-taxi::before {
            content: ""
        }

        .fa-tree::before {
            content: ""
        }

        .fa-spotify::before {
            content: ""
        }

        .fa-deviantart::before {
            content: ""
        }

        .fa-soundcloud::before {
            content: ""
        }

        .fa-database::before {
            content: ""
        }

        .fa-file-pdf-o::before {
            content: ""
        }

        .fa-file-word-o::before {
            content: ""
        }

        .fa-file-excel-o::before {
            content: ""
        }

        .fa-file-powerpoint-o::before {
            content: ""
        }

        .fa-file-image-o::before,
        .fa-file-photo-o::before,
        .fa-file-picture-o::before {
            content: ""
        }

        .fa-file-archive-o::before,
        .fa-file-zip-o::before {
            content: ""
        }

        .fa-file-audio-o::before,
        .fa-file-sound-o::before {
            content: ""
        }

        .fa-file-movie-o::before,
        .fa-file-video-o::before {
            content: ""
        }

        .fa-file-code-o::before {
            content: ""
        }

        .fa-vine::before {
            content: ""
        }

        .fa-codepen::before {
            content: ""
        }

        .fa-jsfiddle::before {
            content: ""
        }

        .fa-life-bouy::before,
        .fa-life-buoy::before,
        .fa-life-ring::before,
        .fa-life-saver::before,
        .fa-support::before {
            content: ""
        }

        .fa-circle-o-notch::before {
            content: ""
        }

        .fa-ra::before,
        .fa-rebel::before,
        .fa-resistance::before {
            content: ""
        }

        .fa-empire::before,
        .fa-ge::before {
            content: ""
        }

        .fa-git-square::before {
            content: ""
        }

        .fa-git::before {
            content: ""
        }

        .fa-hacker-news::before,
        .fa-y-combinator-square::before,
        .fa-yc-square::before {
            content: ""
        }

        .fa-tencent-weibo::before {
            content: ""
        }

        .fa-qq::before {
            content: ""
        }

        .fa-wechat::before,
        .fa-weixin::before {
            content: ""
        }

        .fa-paper-plane::before,
        .fa-send::before {
            content: ""
        }

        .fa-paper-plane-o::before,
        .fa-send-o::before {
            content: ""
        }

        .fa-history::before {
            content: ""
        }

        .fa-circle-thin::before {
            content: ""
        }

        .fa-header::before {
            content: ""
        }

        .fa-paragraph::before {
            content: ""
        }

        .fa-sliders::before {
            content: ""
        }

        .fa-share-alt::before {
            content: ""
        }

        .fa-share-alt-square::before {
            content: ""
        }

        .fa-bomb::before {
            content: ""
        }

        .fa-futbol-o::before,
        .fa-soccer-ball-o::before {
            content: ""
        }

        .fa-tty::before {
            content: ""
        }

        .fa-binoculars::before {
            content: ""
        }

        .fa-plug::before {
            content: ""
        }

        .fa-slideshare::before {
            content: ""
        }

        .fa-twitch::before {
            content: ""
        }

        .fa-yelp::before {
            content: ""
        }

        .fa-newspaper-o::before {
            content: ""
        }

        .fa-wifi::before {
            content: ""
        }

        .fa-calculator::before {
            content: ""
        }

        .fa-paypal::before {
            content: ""
        }

        .fa-google-wallet::before {
            content: ""
        }

        .fa-cc-visa::before {
            content: ""
        }

        .fa-cc-mastercard::before {
            content: ""
        }

        .fa-cc-discover::before {
            content: ""
        }

        .fa-cc-amex::before {
            content: ""
        }

        .fa-cc-paypal::before {
            content: ""
        }

        .fa-cc-stripe::before {
            content: ""
        }

        .fa-bell-slash::before {
            content: ""
        }

        .fa-bell-slash-o::before {
            content: ""
        }

        .fa-trash::before {
            content: ""
        }

        .fa-copyright::before {
            content: ""
        }

        .fa-at::before {
            content: ""
        }

        .fa-eyedropper::before {
            content: ""
        }

        .fa-paint-brush::before {
            content: ""
        }

        .fa-birthday-cake::before {
            content: ""
        }

        .fa-area-chart::before {
            content: ""
        }

        .fa-pie-chart::before {
            content: ""
        }

        .fa-line-chart::before {
            content: ""
        }

        .fa-lastfm::before {
            content: ""
        }

        .fa-lastfm-square::before {
            content: ""
        }

        .fa-toggle-off::before {
            content: ""
        }

        .fa-toggle-on::before {
            content: ""
        }

        .fa-bicycle::before {
            content: ""
        }

        .fa-bus::before {
            content: ""
        }

        .fa-ioxhost::before {
            content: ""
        }

        .fa-angellist::before {
            content: ""
        }

        .fa-cc::before {
            content: ""
        }

        .fa-ils::before,
        .fa-shekel::before,
        .fa-sheqel::before {
            content: ""
        }

        .fa-meanpath::before {
            content: ""
        }

        .fa-buysellads::before {
            content: ""
        }

        .fa-connectdevelop::before {
            content: ""
        }

        .fa-dashcube::before {
            content: ""
        }

        .fa-forumbee::before {
            content: ""
        }

        .fa-leanpub::before {
            content: ""
        }

        .fa-sellsy::before {
            content: ""
        }

        .fa-shirtsinbulk::before {
            content: ""
        }

        .fa-simplybuilt::before {
            content: ""
        }

        .fa-skyatlas::before {
            content: ""
        }

        .fa-cart-plus::before {
            content: ""
        }

        .fa-cart-arrow-down::before {
            content: ""
        }

        .fa-diamond::before {
            content: ""
        }

        .fa-ship::before {
            content: ""
        }

        .fa-user-secret::before {
            content: ""
        }

        .fa-motorcycle::before {
            content: ""
        }

        .fa-street-view::before {
            content: ""
        }

        .fa-heartbeat::before {
            content: ""
        }

        .fa-venus::before {
            content: ""
        }

        .fa-mars::before {
            content: ""
        }

        .fa-mercury::before {
            content: ""
        }

        .fa-intersex::before,
        .fa-transgender::before {
            content: ""
        }

        .fa-transgender-alt::before {
            content: ""
        }

        .fa-venus-double::before {
            content: ""
        }

        .fa-mars-double::before {
            content: ""
        }

        .fa-venus-mars::before {
            content: ""
        }

        .fa-mars-stroke::before {
            content: ""
        }

        .fa-mars-stroke-v::before {
            content: ""
        }

        .fa-mars-stroke-h::before {
            content: ""
        }

        .fa-neuter::before {
            content: ""
        }

        .fa-genderless::before {
            content: ""
        }

        .fa-facebook-official::before {
            content: ""
        }

        .fa-pinterest-p::before {
            content: ""
        }

        .fa-whatsapp::before {
            content: ""
        }

        .fa-server::before {
            content: ""
        }

        .fa-user-plus::before {
            content: ""
        }

        .fa-user-times::before {
            content: ""
        }

        .fa-bed::before,
        .fa-hotel::before {
            content: ""
        }

        .fa-viacoin::before {
            content: ""
        }

        .fa-train::before {
            content: ""
        }

        .fa-subway::before {
            content: ""
        }

        .fa-medium::before {
            content: ""
        }

        .fa-y-combinator::before,
        .fa-yc::before {
            content: ""
        }

        .fa-optin-monster::before {
            content: ""
        }

        .fa-opencart::before {
            content: ""
        }

        .fa-expeditedssl::before {
            content: ""
        }

        .fa-battery-4::before,
        .fa-battery-full::before,
        .fa-battery::before {
            content: ""
        }

        .fa-battery-3::before,
        .fa-battery-three-quarters::before {
            content: ""
        }

        .fa-battery-2::before,
        .fa-battery-half::before {
            content: ""
        }

        .fa-battery-1::before,
        .fa-battery-quarter::before {
            content: ""
        }

        .fa-battery-0::before,
        .fa-battery-empty::before {
            content: ""
        }

        .fa-mouse-pointer::before {
            content: ""
        }

        .fa-i-cursor::before {
            content: ""
        }

        .fa-object-group::before {
            content: ""
        }

        .fa-object-ungroup::before {
            content: ""
        }

        .fa-sticky-note::before {
            content: ""
        }

        .fa-sticky-note-o::before {
            content: ""
        }

        .fa-cc-jcb::before {
            content: ""
        }

        .fa-cc-diners-club::before {
            content: ""
        }

        .fa-clone::before {
            content: ""
        }

        .fa-balance-scale::before {
            content: ""
        }

        .fa-hourglass-o::before {
            content: ""
        }

        .fa-hourglass-1::before,
        .fa-hourglass-start::before {
            content: ""
        }

        .fa-hourglass-2::before,
        .fa-hourglass-half::before {
            content: ""
        }

        .fa-hourglass-3::before,
        .fa-hourglass-end::before {
            content: ""
        }

        .fa-hourglass::before {
            content: ""
        }

        .fa-hand-grab-o::before,
        .fa-hand-rock-o::before {
            content: ""
        }

        .fa-hand-paper-o::before,
        .fa-hand-stop-o::before {
            content: ""
        }

        .fa-hand-scissors-o::before {
            content: ""
        }

        .fa-hand-lizard-o::before {
            content: ""
        }

        .fa-hand-spock-o::before {
            content: ""
        }

        .fa-hand-pointer-o::before {
            content: ""
        }

        .fa-hand-peace-o::before {
            content: ""
        }

        .fa-trademark::before {
            content: ""
        }

        .fa-registered::before {
            content: ""
        }

        .fa-creative-commons::before {
            content: ""
        }

        .fa-gg::before {
            content: ""
        }

        .fa-gg-circle::before {
            content: ""
        }

        .fa-tripadvisor::before {
            content: ""
        }

        .fa-odnoklassniki::before {
            content: ""
        }

        .fa-odnoklassniki-square::before {
            content: ""
        }

        .fa-get-pocket::before {
            content: ""
        }

        .fa-wikipedia-w::before {
            content: ""
        }

        .fa-safari::before {
            content: ""
        }

        .fa-chrome::before {
            content: ""
        }

        .fa-firefox::before {
            content: ""
        }

        .fa-opera::before {
            content: ""
        }

        .fa-internet-explorer::before {
            content: ""
        }

        .fa-television::before,
        .fa-tv::before {
            content: ""
        }

        .fa-contao::before {
            content: ""
        }

        .fa-500px::before {
            content: ""
        }

        .fa-amazon::before {
            content: ""
        }

        .fa-calendar-plus-o::before {
            content: ""
        }

        .fa-calendar-minus-o::before {
            content: ""
        }

        .fa-calendar-times-o::before {
            content: ""
        }

        .fa-calendar-check-o::before {
            content: ""
        }

        .fa-industry::before {
            content: ""
        }

        .fa-map-pin::before {
            content: ""
        }

        .fa-map-signs::before {
            content: ""
        }

        .fa-map-o::before {
            content: ""
        }

        .fa-map::before {
            content: ""
        }

        .fa-commenting::before {
            content: ""
        }

        .fa-commenting-o::before {
            content: ""
        }

        .fa-houzz::before {
            content: ""
        }

        .fa-vimeo::before {
            content: ""
        }

        .fa-black-tie::before {
            content: ""
        }

        .fa-fonticons::before {
            content: ""
        }

        .fa-reddit-alien::before {
            content: ""
        }

        .fa-edge::before {
            content: ""
        }

        .fa-credit-card-alt::before {
            content: ""
        }

        .fa-codiepie::before {
            content: ""
        }

        .fa-modx::before {
            content: ""
        }

        .fa-fort-awesome::before {
            content: ""
        }

        .fa-usb::before {
            content: ""
        }

        .fa-product-hunt::before {
            content: ""
        }

        .fa-mixcloud::before {
            content: ""
        }

        .fa-scribd::before {
            content: ""
        }

        .fa-pause-circle::before {
            content: ""
        }

        .fa-pause-circle-o::before {
            content: ""
        }

        .fa-stop-circle::before {
            content: ""
        }

        .fa-stop-circle-o::before {
            content: ""
        }

        .fa-shopping-bag::before {
            content: ""
        }

        .fa-shopping-basket::before {
            content: ""
        }

        .fa-hashtag::before {
            content: ""
        }

        .fa-bluetooth::before {
            content: ""
        }

        .fa-bluetooth-b::before {
            content: ""
        }

        .fa-percent::before {
            content: ""
        }

        .fa-gitlab::before {
            content: ""
        }

        .fa-wpbeginner::before {
            content: ""
        }

        .fa-wpforms::before {
            content: ""
        }

        .fa-envira::before {
            content: ""
        }

        .fa-universal-access::before {
            content: ""
        }

        .fi-accessibility-settings::before {
            content: ""
        }

        .fa-wheelchair-alt::before {
            content: ""
        }

        .fa-question-circle-o::before {
            content: ""
        }

        .fa-blind::before {
            content: ""
        }

        .fa-audio-description::before {
            content: ""
        }

        .fa-volume-control-phone::before {
            content: ""
        }

        .fa-braille::before {
            content: ""
        }

        .fa-assistive-listening-systems::before {
            content: ""
        }

        .fa-american-sign-language-interpreting::before,
        .fa-asl-interpreting::before {
            content: ""
        }

        .fa-deaf::before,
        .fa-deafness::before,
        .fa-hard-of-hearing::before {
            content: ""
        }

        .fa-glide::before {
            content: ""
        }

        .fa-glide-g::before {
            content: ""
        }

        .fa-sign-language::before,
        .fa-signing::before {
            content: ""
        }

        .fa-low-vision::before {
            content: ""
        }

        .fa-viadeo::before {
            content: ""
        }

        .fa-viadeo-square::before {
            content: ""
        }

        .fa-snapchat::before {
            content: ""
        }

        .fa-snapchat-ghost::before {
            content: ""
        }

        .fa-snapchat-square::before {
            content: ""
        }

        .fa-pied-piper::before {
            content: ""
        }

        .fa-first-order::before {
            content: ""
        }

        .fa-yoast::before {
            content: ""
        }

        .fa-themeisle::before {
            content: ""
        }

        .fa-google-plus-circle::before,
        .fa-google-plus-official::before {
            content: ""
        }

        .fa-fa::before,
        .fa-font-awesome::before {
            content: ""
        }

        .fa-handshake-o::before {
            content: ""
        }

        .fa-envelope-open::before {
            content: ""
        }

        .fa-envelope-open-o::before {
            content: ""
        }

        .fa-linode::before {
            content: ""
        }

        .fa-address-book::before {
            content: ""
        }

        .fa-address-book-o::before {
            content: ""
        }

        .fa-address-card::before,
        .fa-vcard::before {
            content: ""
        }

        .fa-address-card-o::before,
        .fa-vcard-o::before {
            content: ""
        }

        .fa-user-circle::before {
            content: ""
        }

        .fa-user-circle-o::before {
            content: ""
        }

        .fa-user-o::before {
            content: ""
        }

        .fa-id-badge::before {
            content: ""
        }

        .fa-drivers-license::before,
        .fa-id-card::before {
            content: ""
        }

        .fa-drivers-license-o::before,
        .fa-id-card-o::before {
            content: ""
        }

        .fa-quora::before {
            content: ""
        }

        .fa-free-code-camp::before {
            content: ""
        }

        .fa-telegram::before {
            content: ""
        }

        .fa-thermometer-4::before,
        .fa-thermometer-full::before,
        .fa-thermometer::before {
            content: ""
        }

        .fa-thermometer-3::before,
        .fa-thermometer-three-quarters::before {
            content: ""
        }

        .fa-thermometer-2::before,
        .fa-thermometer-half::before {
            content: ""
        }

        .fa-thermometer-1::before,
        .fa-thermometer-quarter::before {
            content: ""
        }

        .fa-thermometer-0::before,
        .fa-thermometer-empty::before {
            content: ""
        }

        .fa-shower::before {
            content: ""
        }

        .fa-bath::before,
        .fa-bathtub::before,
        .fa-s15::before {
            content: ""
        }

        .fa-podcast::before {
            content: ""
        }

        .fa-window-maximize::before {
            content: ""
        }

        .fa-window-minimize::before {
            content: ""
        }

        .fa-window-restore::before {
            content: ""
        }

        .fa-times-rectangle::before,
        .fa-window-close::before {
            content: ""
        }

        .fa-times-rectangle-o::before,
        .fa-window-close-o::before {
            content: ""
        }

        .fa-bandcamp::before {
            content: ""
        }

        .fa-grav::before {
            content: ""
        }

        .fa-etsy::before {
            content: ""
        }

        .fa-imdb::before {
            content: ""
        }

        .fa-ravelry::before {
            content: ""
        }

        .fa-eercast::before {
            content: ""
        }

        .fa-microchip::before {
            content: ""
        }

        .fa-snowflake-o::before {
            content: ""
        }

        .fa-superpowers::before {
            content: ""
        }

        .fa-wpexplorer::before {
            content: ""
        }

        .fa-meetup::before {
            content: ""
        }

        .sr-only {
            margin: -1px
        }

        :root {
            --blue: #007bff;
            --indigo: #6610f2;
            --purple: #6f42c1;
            --pink: #e83e8c;
            --red: #dc3545;
            --orange: #fd7e14;
            --yellow: #ffc107;
            --green: #28a745;
            --teal: #20c997;
            --cyan: #17a2b8;
            --white: #fff;
            --gray: #6c757d;
            --gray-dark: #343a40;
            --primary: #007bff;
            --secondary: #6c757d;
            --success: #28a745;
            --info: #17a2b8;
            --warning: #ffc107;
            --danger: #dc3545;
            --light: #f8f9fa;
            --dark: #343a40;
            --breakpoint-xs: 0;
            --breakpoint-sm: 576px;
            --breakpoint-md: 768px;
            --breakpoint-lg: 992px;
            --breakpoint-xl: 1200px;
            --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
        }

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

        html {
            font-family: sans-serif;
            line-height: 1.15;
            text-size-adjust: 100%;
            -webkit-tap-highlight-color: transparent
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 1rem;
            line-height: 1.5;
            background-color: #fff
        }

        #UserDetailsForm #termsandConditions .detail-box p:nth-child(4) span,
        .alert-link,
        .multiselect-container>li>a.multiselect-all label,
        dt,
        kbd kbd {
            font-weight: 700
        }

        [tabindex="-1"]:focus {
            outline: 0 !important
        }

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

        .btn:not(:disabled):not(.disabled),
        .close:not(:disabled):not(.disabled),
        .datepicker .datepicker-switch,
        .datepicker .next,
        .datepicker .prev,
        .datepicker tfoot tr th,
        .input-append.date .add-on,
        .input-prepend.date .add-on,
        .multiselect-container>li.multiselect-group-clickable label,
        .navbar-toggler:not(:disabled):not(.disabled),
        .page-link:not(:disabled):not(.disabled),
        .search-div .table tr td,
        .sifEditFile td:last-child .fa-stack,
        .uppy-c-btn:not(:disabled):not(.disabled),
        button.uppy-Dashboard-Item-progressIndicator,
        summary {
            cursor: pointer
        }

        .btn-group-toggle>.btn,
        .btn-group-toggle>.btn-group>.btn,
        .card-text:last-child,
        .detail-box .f-pagination,
        .detail-box .heading-h3,
        .detail-box .pagination,
        .dvEida p:last-child,
        .form-check-label,
        .tasheel-navbar ul.navbar-nav,
        .uppy-size--md .uppy-Provider-breadcrumbs,
        .user-info [class^=col-],
        ol ol,
        ol ul,
        ul ol,
        ul ul {
            margin-bottom: 0
        }

        dd {
            margin-left: 0
        }

        blockquote,
        figure {
            margin: 0 0 1rem
        }

        b,
        strong {
            font-weight: bolder
        }

        sub,
        sup {
            position: relative;
            font-size: 75%;
            line-height: 0
        }

        .btn,
        img,
        svg {
            vertical-align: middle
        }

        sub {
            bottom: -.25em
        }

        sup {
            top: -.5em
        }

        .table-striped .datepicker table tr td,
        .table-striped .datepicker table tr th,
        a {
            background-color: transparent
        }

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

        .custom-range:focus,
        .owl-carousel .owl-nav button.owl-next:focus,
        .owl-carousel .owl-nav button.owl-prev:focus,
        .owl-carousel button.owl-dot:focus,
        .uppy-ProviderBrowser-list:focus,
        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,
        a:focus,
        a:not([href]):not([tabindex]):focus,
        button.uppy-Dashboard-Item-progressIndicator:focus {
            outline: 0
        }

        code,
        kbd,
        pre,
        samp {
            font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 1em
        }

        pre {
            margin-top: 0
        }

        img {
            border-style: none
        }

        svg {
            overflow: hidden
        }

        table {
            border-collapse: collapse
        }

        caption {
            padding-top: .75rem;
            padding-bottom: .75rem;
            color: #6c757d;
            caption-side: bottom
        }

        th {
            text-align: inherit
        }

        .accordion .card:not(:first-of-type) .card-header:first-child,
        .fw-login .modal-announcebar,
        .news-letter .searchbar .form-control,
        button {
            border-radius: 0
        }

        button:focus {
            outline: -webkit-focus-ring-color auto 5px
        }

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

        button,
        select {
            text-transform: none
        }

        [type=button],
        [type=reset],
        [type=submit],
        button {
            appearance: button
        }

        input[type=checkbox],
        input[type=radio] {
            box-sizing: border-box;
            padding: 0
        }

        input[type=date],
        input[type=datetime-local],
        input[type=month],
        input[type=time] {
            appearance: listbox
        }

        textarea {
            resize: vertical
        }

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

        legend {
            width: 100%;
            max-width: 100%;
            padding: 0;
            margin-bottom: .5rem;
            font-size: 1.5rem;
            color: inherit;
            white-space: normal
        }

        [type=number]::-webkit-inner-spin-button,
        [type=number]::-webkit-outer-spin-button {
            height: auto
        }

        [type=search] {
            outline-offset: -2px;
            appearance: none
        }

        [type=search]::-webkit-search-decoration {
            appearance: none
        }

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

        .display-1,
        .display-2,
        .display-3,
        .display-4 {
            line-height: 1.2
        }

        .figure,
        .footer-social li,
        .list-inline-item,
        .startservice-tooltip li,
        .sweet-alert .sa-error-container p,
        output {
            display: inline-block
        }

        summary {
            display: list-item
        }

        .badge:empty,
        .collapse:not(.show),
        .navbar-expand .navbar-toggler,
        .popover-header:empty,
        .tab-content>.tab-pane,
        .toast.hide,
        template {
            display: none
        }

        .ar-logo,
        .cropper-hidden,
        .d-none,
        .empInfoMain .detail-box .detailbox-heading img,
        .hidediv,
        [hidden] {
            display: none !important
        }

        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin-bottom: .5rem;
            font-family: inherit;
            font-weight: 500;
            line-height: 1.2;
            color: inherit
        }

        .blockquote,
        hr {
            margin-bottom: 1rem
        }

        #pac-input,
        .display-1,
        .display-2,
        .display-3,
        .display-4,
        .lead {
            font-weight: 300
        }

        .h1,
        h1 {
            font-size: 2.5rem
        }

        .h2,
        h2 {
            font-size: 2rem
        }

        .h3,
        h3 {
            font-size: 1.75rem
        }

        .h4,
        h4 {
            font-size: 1.5rem
        }

        .h5,
        h5 {
            font-size: 1.25rem
        }

        .alert h4,
        .h6,
        .service-items li h5,
        h6 {
            font-size: 1rem
        }

        .lead {
            font-size: 1.25rem
        }

        .display-1 {
            font-size: 6rem
        }

        .display-2 {
            font-size: 5.5rem
        }

        .display-3 {
            font-size: 4.5rem
        }

        .display-4 {
            font-size: 3.5rem
        }

        .btn,
        .btn-link,
        .dropdown-item,
        .form-control,
        .small,
        small {
            font-weight: 400
        }

        hr {
            box-sizing: content-box;
            height: 0;
            margin-top: 1rem;
            border-width: 1px 0 0;
            border-style: solid initial initial;
            border-color: rgba(0, 0, 0, .1) initial initial
        }

        .small,
        small {
            font-size: 80%
        }

        code,
        kbd,
        pre {
            font-size: 87.5%
        }

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

        .img-thumbnail,
        .table .table {
            background-color: #fff
        }

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

        .bs-popover-auto[x-placement^=left],
        .bs-popover-left,
        .list-inline-item:not(:last-child) {
            margin-right: .5rem
        }

        .initialism {
            font-size: 90%;
            text-transform: uppercase
        }

        .blockquote {
            font-size: 1.25rem
        }

        .blockquote-footer {
            display: block;
            font-size: 80%;
            color: #6c757d
        }

        .blockquote-footer::before {
            content: "— "
        }

        .img-thumbnail {
            padding: .25rem;
            border: 1px solid #dee2e6;
            border-radius: .25rem
        }

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

        .figure-caption {
            font-size: 90%;
            color: #6c757d
        }

        .alert-heading,
        a>code,
        pre code {
            color: inherit
        }

        code {
            color: #e83e8c;
            word-break: break-word
        }

        kbd {
            padding: .2rem .4rem;
            color: #fff;
            background-color: #212529;
            border-radius: .2rem
        }

        kbd kbd {
            padding: 0;
            font-size: 100%
        }

        pre {
            display: block;
            color: #212529
        }

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

        .pre-scrollable {
            max-height: 340px;
            overflow-y: scroll
        }

        .container,
        .container-fluid {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto
        }

        .col,
        .col-auto {
            max-width: 100%
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px
        }

        .card>hr,
        .no-gutters {
            margin-right: 0;
            margin-left: 0
        }

        .form-control-plaintext.form-control-lg,
        .form-control-plaintext.form-control-sm,
        .navbar-nav .nav-link,
        .no-gutters>.col,
        .no-gutters>[class*=col-] {
            padding-right: 0;
            padding-left: 0
        }

        .col,
        .col-1,
        .col-10,
        .col-11,
        .col-12,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-auto,
        .col-lg,
        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-auto,
        .col-md,
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-auto,
        .col-sm,
        .col-sm-1,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-auto,
        .col-xl,
        .col-xl-1,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-auto {
            position: relative;
            width: 100%;
            padding-right: 15px;
            padding-left: 15px
        }

        .col {
            flex-basis: 0px;
            flex-grow: 1
        }

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

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

        .col-2 {
            flex: 0 0 16.6667%;
            max-width: 16.6667%
        }

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

        .col-4 {
            flex: 0 0 33.3333%;
            max-width: 33.3333%
        }

        .col-5 {
            flex: 0 0 41.6667%;
            max-width: 41.6667%
        }

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

        .col-7 {
            flex: 0 0 58.3333%;
            max-width: 58.3333%
        }

        .col-8 {
            flex: 0 0 66.6667%;
            max-width: 66.6667%
        }

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

        .col-10 {
            flex: 0 0 83.3333%;
            max-width: 83.3333%
        }

        .col-11 {
            flex: 0 0 91.6667%;
            max-width: 91.6667%
        }

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

        .order-first {
            order: -1
        }

        .order-last {
            order: 13
        }

        .order-0 {
            order: 0
        }

        .order-1 {
            order: 1
        }

        .order-2 {
            order: 2
        }

        .order-3 {
            order: 3
        }

        .order-4 {
            order: 4
        }

        .order-5 {
            order: 5
        }

        .order-6 {
            order: 6
        }

        .order-7 {
            order: 7
        }

        .order-8 {
            order: 8
        }

        .order-9 {
            order: 9
        }

        .order-10 {
            order: 10
        }

        .order-11 {
            order: 11
        }

        .order-12 {
            order: 12
        }

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

        .offset-2 {
            margin-left: 16.6667%
        }

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

        .offset-4 {
            margin-left: 33.3333%
        }

        .offset-5 {
            margin-left: 41.6667%
        }

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

        .offset-7 {
            margin-left: 58.3333%
        }

        .offset-8 {
            margin-left: 66.6667%
        }

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

        .offset-10 {
            margin-left: 83.3333%
        }

        .offset-11 {
            margin-left: 91.6667%
        }

        .table {
            width: 100%;
            margin-bottom: 1rem;
            background-color: transparent
        }

        .table thead th {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6
        }

        .table tbody+tbody {
            border-top: 2px solid #dee2e6
        }

        .table-sm td,
        .table-sm th {
            padding: .3rem
        }

        .table-bordered,
        .table-bordered td,
        .table-bordered th {
            border: 1px solid #dee2e6
        }

        .table-bordered thead td,
        .table-bordered thead th {
            border-bottom-width: 2px
        }

        .card,
        .card:first-child,
        .contact-panel .horizontal-listing .list-group-item,
        .table-borderless tbody+tbody,
        .table-borderless td,
        .table-borderless th,
        .table-borderless thead th,
        .table-dark.table-bordered,
        .table-responsive>.table-bordered {
            border: 0
        }

        .table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(0, 0, 0, .05)
        }

        .table-primary,
        .table-primary>td,
        .table-primary>th {
            background-color: #b8daff
        }

        .table-primary tbody+tbody,
        .table-primary td,
        .table-primary th,
        .table-primary thead th {
            border-color: #7abaff
        }

        .table-hover .table-primary:hover,
        .table-hover .table-primary:hover>td,
        .table-hover .table-primary:hover>th {
            background-color: #9fcdff
        }

        .table-secondary,
        .table-secondary>td,
        .table-secondary>th {
            background-color: #d6d8db
        }

        .table-secondary tbody+tbody,
        .table-secondary td,
        .table-secondary th,
        .table-secondary thead th {
            border-color: #b3b7bb
        }

        .table-hover .table-secondary:hover,
        .table-hover .table-secondary:hover>td,
        .table-hover .table-secondary:hover>th {
            background-color: #c8cbcf
        }

        .table-success,
        .table-success>td,
        .table-success>th {
            background-color: #c3e6cb
        }

        .table-success tbody+tbody,
        .table-success td,
        .table-success th,
        .table-success thead th {
            border-color: #8fd19e
        }

        .table-hover .table-success:hover,
        .table-hover .table-success:hover>td,
        .table-hover .table-success:hover>th {
            background-color: #b1dfbb
        }

        .table-info,
        .table-info>td,
        .table-info>th {
            background-color: #bee5eb
        }

        .table-info tbody+tbody,
        .table-info td,
        .table-info th,
        .table-info thead th {
            border-color: #86cfda
        }

        .table-hover .table-info:hover,
        .table-hover .table-info:hover>td,
        .table-hover .table-info:hover>th {
            background-color: #abdde5
        }

        .table-warning,
        .table-warning>td,
        .table-warning>th {
            background-color: #ffeeba
        }

        .table-warning tbody+tbody,
        .table-warning td,
        .table-warning th,
        .table-warning thead th {
            border-color: #ffdf7e
        }

        .table-hover .table-warning:hover,
        .table-hover .table-warning:hover>td,
        .table-hover .table-warning:hover>th {
            background-color: #ffe8a1
        }

        .table-danger,
        .table-danger>td,
        .table-danger>th {
            background-color: #f5c6cb
        }

        .table-danger tbody+tbody,
        .table-danger td,
        .table-danger th,
        .table-danger thead th {
            border-color: #ed969e
        }

        .table-hover .table-danger:hover,
        .table-hover .table-danger:hover>td,
        .table-hover .table-danger:hover>th {
            background-color: #f1b0b7
        }

        .table-light,
        .table-light>td,
        .table-light>th {
            background-color: #fdfdfe
        }

        .table-light tbody+tbody,
        .table-light td,
        .table-light th,
        .table-light thead th {
            border-color: #fbfcfc
        }

        .table-hover .table-light:hover,
        .table-hover .table-light:hover>td,
        .table-hover .table-light:hover>th {
            background-color: #ececf6
        }

        .table-dark,
        .table-dark>td,
        .table-dark>th {
            background-color: #c6c8ca
        }

        .table-dark tbody+tbody,
        .table-dark td,
        .table-dark th,
        .table-dark thead th {
            border-color: #95999c
        }

        .table .thead-dark th,
        .table-dark td,
        .table-dark th,
        .table-dark thead th {
            border-color: #32383e
        }

        .table-hover .table-dark:hover,
        .table-hover .table-dark:hover>td,
        .table-hover .table-dark:hover>th {
            background-color: #b9bbbe
        }

        .table-active,
        .table-active>td,
        .table-active>th,
        .table-hover .table-active:hover,
        .table-hover .table-active:hover>td,
        .table-hover .table-active:hover>th {
            background-color: rgba(0, 0, 0, .075)
        }

        .table .thead-dark th,
        .table-dark {
            color: #fff;
            background-color: #212529
        }

        .table .thead-light th {
            color: #495057;
            background-color: #e9ecef;
            border-color: #dee2e6
        }

        .form-control,
        .form-control:focus {
            color: #495057;
            background-color: #fff
        }

        .table-dark.table-striped tbody tr:nth-of-type(odd) {
            background-color: rgba(255, 255, 255, .05)
        }

        .table-dark.table-hover tbody tr:hover {
            background-color: rgba(255, 255, 255, .075)
        }

        .table-responsive {
            display: block;
            width: 100%;
            overflow-x: auto
        }

        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            line-height: 1.5;
            background-clip: padding-box;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        .form-control:focus {
            outline: 0
        }

        .form-control::-webkit-input-placeholder {
            color: #6c757d;
            opacity: 1
        }

        .form-control::placeholder {
            color: #6c757d;
            opacity: 1
        }

        .carousel-indicators .active,
        .form-control:disabled,
        .form-control[readonly],
        .lb-nav a.lb-next:hover,
        .lb-nav a.lb-prev:hover,
        .toast.showing,
        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,
        .uppy-StatusBar-actionCircleBtn:hover {
            opacity: 1
        }

        .btn-block,
        .form-control-file,
        .form-control-range,
        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

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

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

        .col-form-label-sm {
            padding-top: calc(1px + .25rem);
            padding-bottom: calc(1px + .25rem);
            font-size: .875rem;
            line-height: 1.5
        }

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

        .form-control-sm {
            height: calc(2px + 1.8125rem);
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: .2rem
        }

        .form-control-lg {
            height: calc(2px + 2.875rem);
            padding: .5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: .3rem
        }

        .mainlogin-form,
        select.form-control[multiple],
        select.form-control[size],
        textarea.form-control {
            height: auto
        }

        .form-text {
            display: block;
            margin-top: .25rem
        }

        .form-row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -5px;
            margin-left: -5px
        }

        .form-row>.col,
        .form-row>[class*=col-],
        .gutters-5>[class^=col-] {
            padding-right: 5px;
            padding-left: 5px
        }

        .form-check {
            position: relative;
            display: block;
            padding-left: 1.25rem
        }

        .form-check-input {
            position: absolute;
            margin-top: .3rem;
            margin-left: -1.25rem
        }

        .breadcrumb-item.active,
        .custom-control-input:disabled~.custom-control-label,
        .form-check-input:disabled~.form-check-label {
            color: #6c757d
        }

        .form-check-inline {
            display: inline-flex;
            align-items: center;
            padding-left: 0;
            margin-right: .75rem
        }

        .invalid-tooltip,
        .valid-tooltip {
            position: absolute;
            z-index: 5;
            display: none;
            max-width: 100%;
            padding: .25rem .5rem;
            border-radius: .25rem;
            line-height: 1.5;
            top: 100%
        }

        .form-check-inline .form-check-input {
            position: static;
            margin-top: 0;
            margin-right: .3125rem;
            margin-left: 0
        }

        .valid-feedback {
            display: none;
            width: 100%;
            margin-top: .25rem;
            font-size: 80%;
            color: #28a745
        }

        .valid-tooltip {
            margin-top: .1rem;
            font-size: .875rem;
            color: #fff;
            background-color: rgba(40, 167, 69, .9)
        }

        .form-control.is-valid,
        .was-validated .form-control:valid {
            border-color: #28a745;
            padding-right: 2.25rem;
            background-repeat: no-repeat;
            background-position: right calc(.5625rem) center;
            background-size: calc(1.125rem) calc(1.125rem);
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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")
        }

        .form-control.is-valid:focus,
        .was-validated .form-control:valid:focus {
            border-color: #28a745;
            box-shadow: rgba(40, 167, 69, .25) 0 0 0 .2rem
        }

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

        .was-validated textarea.form-control:valid,
        textarea.form-control.is-valid {
            padding-right: 2.25rem;
            background-position: right calc(.5625rem) top calc(.5625rem)
        }

        .custom-select.is-valid,
        .was-validated .custom-select:valid {
            border-color: #28a745;
            padding-right: 3.4375rem;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") right 1.75rem center/1.125rem 1.125rem no-repeat
        }

        .custom-select.is-valid:focus,
        .was-validated .custom-select:valid:focus {
            border-color: #28a745;
            box-shadow: rgba(40, 167, 69, .25) 0 0 0 .2rem
        }

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

        .form-control-file.is-valid~.valid-feedback,
        .form-control-file.is-valid~.valid-tooltip,
        .was-validated .form-control-file:valid~.valid-feedback,
        .was-validated .form-control-file:valid~.valid-tooltip {
            display: block
        }

        .form-check-input.is-valid~.form-check-label,
        .was-validated .form-check-input:valid~.form-check-label {
            color: #28a745
        }

        .form-check-input.is-valid~.valid-feedback,
        .form-check-input.is-valid~.valid-tooltip,
        .was-validated .form-check-input:valid~.valid-feedback,
        .was-validated .form-check-input:valid~.valid-tooltip {
            display: block
        }

        .custom-control-input.is-valid~.custom-control-label,
        .was-validated .custom-control-input:valid~.custom-control-label {
            color: #28a745
        }

        .custom-control-input.is-valid~.custom-control-label::before,
        .was-validated .custom-control-input:valid~.custom-control-label::before {
            border-color: #28a745
        }

        .custom-control-input.is-valid~.valid-feedback,
        .custom-control-input.is-valid~.valid-tooltip,
        .was-validated .custom-control-input:valid~.valid-feedback,
        .was-validated .custom-control-input:valid~.valid-tooltip {
            display: block
        }

        .custom-control-input.is-valid:checked~.custom-control-label::before,
        .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
            border-color: #34ce57;
            background-color: #34ce57
        }

        .custom-control-input.is-valid:focus~.custom-control-label::before,
        .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
            box-shadow: rgba(40, 167, 69, .25) 0 0 0 .2rem
        }

        .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
        .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
            border-color: #28a745
        }

        .custom-file-input.is-valid~.custom-file-label,
        .was-validated .custom-file-input:valid~.custom-file-label {
            border-color: #28a745
        }

        .custom-file-input.is-valid~.valid-feedback,
        .custom-file-input.is-valid~.valid-tooltip,
        .was-validated .custom-file-input:valid~.valid-feedback,
        .was-validated .custom-file-input:valid~.valid-tooltip {
            display: block
        }

        .custom-file-input.is-valid:focus~.custom-file-label,
        .was-validated .custom-file-input:valid:focus~.custom-file-label {
            border-color: #28a745;
            box-shadow: rgba(40, 167, 69, .25) 0 0 0 .2rem
        }

        .invalid-feedback {
            display: none;
            width: 100%;
            margin-top: .25rem;
            font-size: 80%;
            color: #dc3545
        }

        .invalid-tooltip {
            margin-top: .1rem;
            font-size: .875rem;
            color: #fff;
            background-color: rgba(220, 53, 69, .9)
        }

        .form-control.is-invalid,
        .was-validated .form-control:invalid {
            border-color: #dc3545;
            padding-right: 2.25rem;
            background-repeat: no-repeat;
            background-position: right calc(.5625rem) center;
            background-size: calc(1.125rem) calc(1.125rem);
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
        }

        .form-control.is-invalid:focus,
        .was-validated .form-control:invalid:focus {
            border-color: #dc3545;
            box-shadow: rgba(220, 53, 69, .25) 0 0 0 .2rem
        }

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

        .was-validated textarea.form-control:invalid,
        textarea.form-control.is-invalid {
            padding-right: 2.25rem;
            background-position: right calc(.5625rem) top calc(.5625rem)
        }

        .custom-select.is-invalid,
        .was-validated .custom-select:invalid {
            border-color: #dc3545;
            padding-right: 3.4375rem;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") right 1.75rem center/1.125rem 1.125rem no-repeat
        }

        .custom-select.is-invalid:focus,
        .was-validated .custom-select:invalid:focus {
            border-color: #dc3545;
            box-shadow: rgba(220, 53, 69, .25) 0 0 0 .2rem
        }

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

        .form-control-file.is-invalid~.invalid-feedback,
        .form-control-file.is-invalid~.invalid-tooltip,
        .was-validated .form-control-file:invalid~.invalid-feedback,
        .was-validated .form-control-file:invalid~.invalid-tooltip {
            display: block
        }

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

        .form-check-input.is-invalid~.invalid-feedback,
        .form-check-input.is-invalid~.invalid-tooltip,
        .was-validated .form-check-input:invalid~.invalid-feedback,
        .was-validated .form-check-input:invalid~.invalid-tooltip {
            display: block
        }

        .custom-control-input.is-invalid~.custom-control-label,
        .was-validated .custom-control-input:invalid~.custom-control-label {
            color: #dc3545
        }

        .custom-control-input.is-invalid~.custom-control-label::before,
        .was-validated .custom-control-input:invalid~.custom-control-label::before {
            border-color: #dc3545
        }

        .custom-control-input.is-invalid~.invalid-feedback,
        .custom-control-input.is-invalid~.invalid-tooltip,
        .was-validated .custom-control-input:invalid~.invalid-feedback,
        .was-validated .custom-control-input:invalid~.invalid-tooltip {
            display: block
        }

        .custom-control-input.is-invalid:checked~.custom-control-label::before,
        .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
            border-color: #e4606d;
            background-color: #e4606d
        }

        .custom-control-input.is-invalid:focus~.custom-control-label::before,
        .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
            box-shadow: rgba(220, 53, 69, .25) 0 0 0 .2rem
        }

        .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
        .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
            border-color: #dc3545
        }

        .custom-file-input.is-invalid~.custom-file-label,
        .was-validated .custom-file-input:invalid~.custom-file-label {
            border-color: #dc3545
        }

        .custom-file-input.is-invalid~.invalid-feedback,
        .custom-file-input.is-invalid~.invalid-tooltip,
        .was-validated .custom-file-input:invalid~.invalid-feedback,
        .was-validated .custom-file-input:invalid~.invalid-tooltip {
            display: block
        }

        .custom-file-input.is-invalid:focus~.custom-file-label,
        .was-validated .custom-file-input:invalid:focus~.custom-file-label {
            border-color: #dc3545;
            box-shadow: rgba(220, 53, 69, .25) 0 0 0 .2rem
        }

        .form-inline {
            display: flex;
            flex-flow: wrap;
            align-items: center
        }

        .btn-group-vertical>.btn,
        .btn-group-vertical>.btn-group,
        .form-inline .form-check,
        input[type=button].btn-block,
        input[type=reset].btn-block,
        input[type=submit].btn-block {
            width: 100%
        }

        .btn {
            display: inline-block;
            color: #212529;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            line-height: 1.5;
            border-radius: .25rem
        }

        .btn:hover {
            color: #212529;
            text-decoration: none
        }

        .btn.focus,
        .btn:focus {
            outline: 0
        }

        .btn.disabled,
        .btn:disabled {
            opacity: .65
        }

        .disable-control,
        a.btn.disabled,
        a.close.disabled,
        fieldset:disabled a.btn {
            pointer-events: none
        }

        .btn-primary.focus,
        .btn-primary:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show>.btn-primary.dropdown-toggle:focus {
            box-shadow: rgba(38, 143, 255, .5) 0 0 0 .2rem
        }

        .btn-outline-primary:hover,
        .btn-outline-primary:not(:disabled):not(.disabled).active,
        .btn-outline-primary:not(:disabled):not(.disabled):active,
        .btn-primary.disabled,
        .btn-primary:disabled,
        .show>.btn-outline-primary.dropdown-toggle {
            color: #fff;
            background-color: #007bff;
            border-color: #007bff
        }

        .btn-primary:not(:disabled):not(.disabled).active,
        .btn-primary:not(:disabled):not(.disabled):active,
        .show>.btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #0062cc;
            border-color: #005cbf
        }

        .btn-secondary:hover {
            color: #fff;
            background-color: #5a6268;
            border-color: #545b62
        }

        .btn-secondary.focus,
        .btn-secondary:focus,
        .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-secondary:not(:disabled):not(.disabled):active:focus,
        .show>.btn-secondary.dropdown-toggle:focus {
            box-shadow: rgba(130, 138, 145, .5) 0 0 0 .2rem
        }

        .btn-outline-secondary:not(:disabled):not(.disabled).active,
        .btn-outline-secondary:not(:disabled):not(.disabled):active,
        .btn-secondary.disabled,
        .btn-secondary:disabled,
        .show>.btn-outline-secondary.dropdown-toggle {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d
        }

        .btn-secondary:not(:disabled):not(.disabled).active,
        .btn-secondary:not(:disabled):not(.disabled):active,
        .show>.btn-secondary.dropdown-toggle {
            color: #fff;
            background-color: #545b62;
            border-color: #4e555b
        }

        .btn-success:hover {
            color: #fff;
            background-color: #218838;
            border-color: #1e7e34
        }

        .btn-success.focus,
        .btn-success:focus,
        .btn-success:not(:disabled):not(.disabled).active:focus,
        .btn-success:not(:disabled):not(.disabled):active:focus,
        .show>.btn-success.dropdown-toggle:focus {
            box-shadow: rgba(72, 180, 97, .5) 0 0 0 .2rem
        }

        .btn-outline-success:hover,
        .btn-outline-success:not(:disabled):not(.disabled).active,
        .btn-outline-success:not(:disabled):not(.disabled):active,
        .btn-success.disabled,
        .btn-success:disabled,
        .show>.btn-outline-success.dropdown-toggle {
            color: #fff;
            background-color: #28a745;
            border-color: #28a745
        }

        .btn-success:not(:disabled):not(.disabled).active,
        .btn-success:not(:disabled):not(.disabled):active,
        .show>.btn-success.dropdown-toggle {
            color: #fff;
            background-color: #1e7e34;
            border-color: #1c7430
        }

        .btn-info,
        .btn-info.disabled,
        .btn-info:disabled,
        .btn-outline-info:hover,
        .btn-outline-info:not(:disabled):not(.disabled).active,
        .btn-outline-info:not(:disabled):not(.disabled):active,
        .show>.btn-outline-info.dropdown-toggle {
            color: #fff;
            background-color: #17a2b8;
            border-color: #17a2b8
        }

        .btn-info:hover {
            color: #fff;
            background-color: #138496;
            border-color: #117a8b
        }

        .btn-info.focus,
        .btn-info:focus,
        .btn-info:not(:disabled):not(.disabled).active:focus,
        .btn-info:not(:disabled):not(.disabled):active:focus,
        .show>.btn-info.dropdown-toggle:focus {
            box-shadow: rgba(58, 176, 195, .5) 0 0 0 .2rem
        }

        .btn-info:not(:disabled):not(.disabled).active,
        .btn-info:not(:disabled):not(.disabled):active,
        .show>.btn-info.dropdown-toggle {
            color: #fff;
            background-color: #117a8b;
            border-color: #10707f
        }

        .btn-outline-warning:hover,
        .btn-outline-warning:not(:disabled):not(.disabled).active,
        .btn-outline-warning:not(:disabled):not(.disabled):active,
        .btn-warning,
        .btn-warning.disabled,
        .btn-warning:disabled,
        .show>.btn-outline-warning.dropdown-toggle {
            color: #212529;
            background-color: #ffc107;
            border-color: #ffc107
        }

        .btn-warning:hover {
            color: #212529;
            background-color: #e0a800;
            border-color: #d39e00
        }

        .btn-warning.focus,
        .btn-warning:focus,
        .btn-warning:not(:disabled):not(.disabled).active:focus,
        .btn-warning:not(:disabled):not(.disabled):active:focus,
        .show>.btn-warning.dropdown-toggle:focus {
            box-shadow: rgba(222, 170, 12, .5) 0 0 0 .2rem
        }

        .btn-warning:not(:disabled):not(.disabled).active,
        .btn-warning:not(:disabled):not(.disabled):active,
        .show>.btn-warning.dropdown-toggle {
            color: #212529;
            background-color: #d39e00;
            border-color: #c69500
        }

        .btn-danger.focus,
        .btn-danger:focus,
        .btn-danger:not(:disabled):not(.disabled).active:focus,
        .btn-danger:not(:disabled):not(.disabled):active:focus,
        .show>.btn-danger.dropdown-toggle:focus {
            box-shadow: rgba(225, 83, 97, .5) 0 0 0 .2rem
        }

        .btn-danger.disabled,
        .btn-danger:disabled,
        .btn-outline-danger:not(:disabled):not(.disabled).active,
        .btn-outline-danger:not(:disabled):not(.disabled):active,
        .show>.btn-outline-danger.dropdown-toggle {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545
        }

        .btn-danger:not(:disabled):not(.disabled).active,
        .btn-danger:not(:disabled):not(.disabled):active,
        .show>.btn-danger.dropdown-toggle {
            color: #fff;
            background-color: #bd2130;
            border-color: #b21f2d
        }

        .btn-light.focus,
        .btn-light:focus,
        .btn-light:not(:disabled):not(.disabled).active:focus,
        .btn-light:not(:disabled):not(.disabled):active:focus,
        .show>.btn-light.dropdown-toggle:focus {
            box-shadow: rgba(216, 217, 219, .5) 0 0 0 .2rem
        }

        .btn-light.disabled,
        .btn-light:disabled,
        .btn-outline-light:hover,
        .btn-outline-light:not(:disabled):not(.disabled).active,
        .btn-outline-light:not(:disabled):not(.disabled):active,
        .show>.btn-outline-light.dropdown-toggle {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #f8f9fa
        }

        .btn-light:not(:disabled):not(.disabled).active,
        .btn-light:not(:disabled):not(.disabled):active,
        .show>.btn-light.dropdown-toggle {
            color: #212529;
            background-color: #dae0e5;
            border-color: #d3d9df
        }

        .btn-dark,
        .btn-dark.disabled,
        .btn-dark:disabled,
        .btn-outline-dark:hover,
        .btn-outline-dark:not(:disabled):not(.disabled).active,
        .btn-outline-dark:not(:disabled):not(.disabled):active,
        .show>.btn-outline-dark.dropdown-toggle {
            color: #fff;
            background-color: #343a40;
            border-color: #343a40
        }

        .btn-dark:hover {
            color: #fff;
            background-color: #23272b;
            border-color: #1d2124
        }

        .btn-dark.focus,
        .btn-dark:focus,
        .btn-dark:not(:disabled):not(.disabled).active:focus,
        .btn-dark:not(:disabled):not(.disabled):active:focus,
        .show>.btn-dark.dropdown-toggle:focus {
            box-shadow: rgba(82, 88, 93, .5) 0 0 0 .2rem
        }

        .btn-dark:not(:disabled):not(.disabled).active,
        .btn-dark:not(:disabled):not(.disabled):active,
        .show>.btn-dark.dropdown-toggle {
            color: #fff;
            background-color: #1d2124;
            border-color: #171a1d
        }

        .dropdown-toggle::after,
        .dropup .dropdown-toggle::after {
            vertical-align: .255em;
            border-color: initial transparent;
            display: inline-block;
            content: ""
        }

        .btn-outline-primary {
            color: #007bff;
            border-color: #007bff
        }

        .btn-outline-primary.focus,
        .btn-outline-primary:focus,
        .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-primary.dropdown-toggle:focus {
            box-shadow: rgba(0, 123, 255, .5) 0 0 0 .2rem
        }

        .btn-outline-primary.disabled,
        .btn-outline-primary:disabled {
            color: #007bff;
            background-color: transparent
        }

        .btn-outline-secondary {
            color: #6c757d;
            border-color: #6c757d
        }

        .btn-outline-secondary.focus,
        .btn-outline-secondary:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: rgba(108, 117, 125, .5) 0 0 0 .2rem
        }

        .btn-outline-secondary.disabled,
        .btn-outline-secondary:disabled {
            color: #6c757d;
            background-color: transparent
        }

        .btn-outline-success {
            color: #28a745;
            border-color: #28a745
        }

        .btn-outline-success.focus,
        .btn-outline-success:focus,
        .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-success.dropdown-toggle:focus {
            box-shadow: rgba(40, 167, 69, .5) 0 0 0 .2rem
        }

        .btn-outline-success.disabled,
        .btn-outline-success:disabled {
            color: #28a745;
            background-color: transparent
        }

        .btn-outline-info {
            color: #17a2b8;
            border-color: #17a2b8
        }

        .btn-outline-info.focus,
        .btn-outline-info:focus,
        .btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-info.dropdown-toggle:focus {
            box-shadow: rgba(23, 162, 184, .5) 0 0 0 .2rem
        }

        .btn-outline-info.disabled,
        .btn-outline-info:disabled {
            color: #17a2b8;
            background-color: transparent
        }

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

        .btn-outline-warning.focus,
        .btn-outline-warning:focus,
        .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-warning.dropdown-toggle:focus {
            box-shadow: rgba(255, 193, 7, .5) 0 0 0 .2rem
        }

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

        .btn-outline-danger {
            color: #dc3545
        }

        .btn-outline-danger.focus,
        .btn-outline-danger:focus,
        .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-danger.dropdown-toggle:focus {
            box-shadow: rgba(220, 53, 69, .5) 0 0 0 .2rem
        }

        .btn-outline-danger.disabled,
        .btn-outline-danger:disabled {
            color: #dc3545;
            background-color: transparent
        }

        .btn-outline-light {
            color: #f8f9fa;
            border-color: #f8f9fa
        }

        .btn-outline-light.focus,
        .btn-outline-light:focus,
        .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-light.dropdown-toggle:focus {
            box-shadow: rgba(248, 249, 250, .5) 0 0 0 .2rem
        }

        .btn-outline-light.disabled,
        .btn-outline-light:disabled {
            color: #f8f9fa;
            background-color: transparent
        }

        .btn-outline-dark {
            color: #343a40;
            border-color: #343a40
        }

        .btn-outline-dark.focus,
        .btn-outline-dark:focus,
        .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .show>.btn-outline-dark.dropdown-toggle:focus {
            box-shadow: rgba(52, 58, 64, .5) 0 0 0 .2rem
        }

        .btn-outline-dark.disabled,
        .btn-outline-dark:disabled {
            color: #343a40;
            background-color: transparent
        }

        .btn-link {
            color: #007bff
        }

        .btn-link:hover {
            color: #0056b3;
            text-decoration: underline
        }

        .btn-link.focus,
        .btn-link:focus {
            text-decoration: underline;
            box-shadow: none
        }

        .btn-link.disabled,
        .btn-link:disabled {
            color: #6c757d;
            pointer-events: none
        }

        .btn-group-lg>.btn,
        .btn-lg,
        .input-group-lg>.custom-select,
        .input-group-lg>.form-control,
        .input-group-lg>.input-group-append>.btn,
        .input-group-lg>.input-group-append>.input-group-text,
        .input-group-lg>.input-group-prepend>.btn,
        .input-group-lg>.input-group-prepend>.input-group-text {
            padding: .5rem 1rem;
            font-size: 1.25rem;
            line-height: 1.5;
            border-radius: .3rem
        }

        .btn-group-sm>.btn,
        .btn-sm,
        .input-group-sm>.custom-select,
        .input-group-sm>.form-control,
        .input-group-sm>.input-group-append>.btn,
        .input-group-sm>.input-group-append>.input-group-text,
        .input-group-sm>.input-group-prepend>.btn,
        .input-group-sm>.input-group-prepend>.input-group-text {
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5;
            border-radius: .2rem
        }

        .bs-popover-auto[x-placement^=bottom],
        .bs-popover-bottom,
        .btn-block+.btn-block {
            margin-top: .5rem
        }

        .fade {
            transition: opacity .15s linear
        }

        .cropper-invisible,
        .fade:not(.show),
        .modal-backdrop.fade,
        .owl-carousel.owl-hidden,
        .uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress,
        .uppy-ImageCropper .cropper-face {
            opacity: 0
        }

        .collapsing {
            position: relative;
            height: 0;
            overflow: hidden;
            transition: height .35s
        }

        .dropdown-toggle::after {
            margin-left: .255em;
            border-width: .3em .3em 0;
            border-style: solid solid initial
        }

        .dropdown-toggle-split::after,
        .dropdown-toggle:empty::after,
        .dropleft .dropdown-toggle:empty::after,
        .dropright .dropdown-toggle-split::after,
        .dropright .dropdown-toggle:empty::after,
        .dropup .dropdown-toggle-split::after,
        .dropup .dropdown-toggle:empty::after {
            margin-left: 0
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 10rem;
            padding: .5rem 0;
            margin: .125rem 0 0;
            font-size: 1rem;
            color: #212529;
            text-align: left;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: .25rem
        }

        .dropdown-menu-right {
            right: 0;
            left: auto
        }

        .dropdown-menu-left {
            right: auto;
            left: 0
        }

        .dropup .dropdown-menu {
            top: auto;
            bottom: 100%;
            margin-top: 0;
            margin-bottom: .125rem
        }

        .dropup .dropdown-toggle::after {
            margin-left: .255em;
            border-width: 0 .3em .3em;
            border-style: initial solid solid
        }

        .dropright .dropdown-menu {
            top: 0;
            right: auto;
            left: 100%;
            margin-top: 0;
            margin-left: .125rem
        }

        .dropright .dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            content: "";
            border-width: .3em 0 .3em .3em;
            border-style: solid initial solid solid;
            border-color: transparent initial;
            vertical-align: 0
        }

        .dropleft .dropdown-menu {
            top: 0;
            right: 100%;
            left: auto;
            margin-top: 0;
            margin-right: .125rem
        }

        .dropleft .dropdown-toggle::after {
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            display: none
        }

        .dropleft .dropdown-toggle::before {
            display: inline-block;
            margin-right: .255em;
            content: "";
            border-top: .3em solid transparent;
            border-right: .3em solid;
            border-bottom: .3em solid transparent;
            vertical-align: 0
        }

        .dropdown-menu[x-placement^=bottom],
        .dropdown-menu[x-placement^=left],
        .dropdown-menu[x-placement^=right],
        .dropdown-menu[x-placement^=top] {
            right: auto;
            bottom: auto
        }

        .dropdown-divider {
            height: 0;
            margin: .5rem 0;
            overflow: hidden;
            border-top: 1px solid #e9ecef
        }

        .custom-control-label,
        .custom-file,
        .dropdown-header,
        .input-group-text,
        .nav,
        .navbar-nav {
            margin-bottom: 0
        }

        .dropdown-item {
            display: block;
            width: 100%;
            padding: .25rem 1.5rem;
            clear: both;
            color: #212529;
            text-align: inherit;
            background-color: transparent;
            border: 0
        }

        .dropdown-item:first-child {
            border-top-left-radius: calc(-1px + .25rem);
            border-top-right-radius: calc(-1px + .25rem)
        }

        .dropdown-item:last-child {
            border-bottom-right-radius: calc(-1px + .25rem);
            border-bottom-left-radius: calc(-1px + .25rem)
        }

        .dropdown-item:focus,
        .dropdown-item:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #f8f9fa
        }

        .dropdown-item.active,
        .dropdown-item:active {
            color: #fff;
            text-decoration: none;
            background-color: #007bff
        }

        .dropdown-item.disabled,
        .dropdown-item:disabled {
            color: #6c757d;
            pointer-events: none;
            background-color: transparent
        }

        .carousel-item-next,
        .carousel-item-prev,
        .carousel-item.active,
        .dropdown-menu.show,
        .no-js .owl-carousel,
        .owl-carousel.owl-loaded,
        .sweet-alert.show-input input,
        .tab-content>.active,
        .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap::after,
        .uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap::after,
        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,
        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author {
            display: block
        }

        .dropdown-header {
            display: block;
            padding: .5rem 1.5rem;
            font-size: .875rem;
            color: #6c757d
        }

        .dropdown-item-text {
            display: block;
            padding: .25rem 1.5rem;
            color: #212529
        }

        .btn-group,
        .btn-group-vertical {
            position: relative;
            display: inline-flex;
            vertical-align: middle
        }

        .btn-group-vertical>.btn,
        .btn-group>.btn,
        .modal-body {
            position: relative;
            flex: 1 1 auto
        }

        .btn-group-vertical>.btn.active,
        .btn-group-vertical>.btn:active,
        .btn-group-vertical>.btn:focus,
        .btn-group-vertical>.btn:hover,
        .btn-group>.btn.active,
        .btn-group>.btn:active,
        .btn-group>.btn:focus,
        .btn-group>.btn:hover,
        .owl-carousel .owl-animated-out {
            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),
        .input-group-append,
        .input-group-append .btn+.btn,
        .input-group-append .btn+.input-group-text,
        .input-group-append .input-group-text+.btn,
        .input-group-append .input-group-text+.input-group-text,
        .input-group-prepend .btn+.btn,
        .input-group-prepend .btn+.input-group-text,
        .input-group-prepend .input-group-text+.btn,
        .input-group-prepend .input-group-text+.input-group-text,
        .input-group>.custom-file+.custom-file,
        .input-group>.custom-file+.custom-select,
        .input-group>.custom-file+.form-control,
        .input-group>.custom-select+.custom-file,
        .input-group>.custom-select+.custom-select,
        .input-group>.custom-select+.form-control,
        .input-group>.form-control+.custom-file,
        .input-group>.form-control+.custom-select,
        .input-group>.form-control+.form-control,
        .input-group>.form-control-plaintext+.custom-file,
        .input-group>.form-control-plaintext+.custom-select,
        .input-group>.form-control-plaintext+.form-control {
            margin-left: -1px
        }

        .btn-group>.btn-group:not(:last-child)>.btn,
        .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
        .input-group>.custom-file:not(:last-child) .custom-file-label,
        .input-group>.custom-file:not(:last-child) .custom-file-label::after,
        .input-group>.custom-select:not(:last-child),
        .input-group>.form-control:not(:last-child),
        .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
        .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
        .input-group>.input-group-append:not(:last-child)>.btn,
        .input-group>.input-group-append:not(:last-child)>.input-group-text,
        .input-group>.input-group-prepend>.btn,
        .input-group>.input-group-prepend>.input-group-text {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .btn-group>.btn-group:not(:first-child)>.btn,
        .btn-group>.btn:not(:first-child),
        .input-group>.custom-file:not(:first-child) .custom-file-label,
        .input-group>.custom-select:not(:first-child),
        .input-group>.form-control:not(:first-child),
        .input-group>.input-group-append>.btn,
        .input-group>.input-group-append>.input-group-text,
        .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
        .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
        .input-group>.input-group-prepend:not(:first-child)>.btn,
        .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .dropdown-toggle-split {
            padding-right: .5625rem;
            padding-left: .5625rem
        }

        .dropleft .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-vertical {
            flex-direction: column;
            align-items: flex-start;
            justify-content: center
        }

        .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
        }

        .accordion .card:last-of-type,
        .btn-group-vertical>.btn-group:not(:first-child)>.btn,
        .btn-group-vertical>.btn:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .custom-select,
        .input-group-text {
            line-height: 1.5;
            color: #495057;
            border: 1px solid #ced4da;
            font-weight: 400
        }

        .btn-group-toggle>.btn input[type=checkbox],
        .btn-group-toggle>.btn input[type=radio],
        .btn-group-toggle>.btn-group>.btn input[type=checkbox],
        .btn-group-toggle>.btn-group>.btn input[type=radio] {
            position: absolute;
            clip: rect(0, 0, 0, 0);
            pointer-events: none
        }

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

        .input-group>.custom-file,
        .input-group>.custom-select,
        .input-group>.form-control,
        .input-group>.form-control-plaintext {
            position: relative;
            flex: 1 1 auto;
            width: 1%;
            margin-bottom: 0
        }

        .input-group-append .btn:focus,
        .input-group-prepend .btn:focus,
        .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
        .input-group>.custom-select:focus,
        .input-group>.form-control:focus {
            z-index: 3
        }

        .input-group>.custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group>.custom-file {
            display: flex;
            align-items: center
        }

        .header-top .container,
        .input-group-append,
        .input-group-prepend,
        .steps-form,
        .top-links .signin,
        .top-links .signin ul {
            display: flex
        }

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

        .input-group-prepend {
            margin-right: -1px
        }

        .input-group-text {
            display: flex;
            align-items: center;
            padding: .375rem .75rem;
            font-size: 1rem;
            text-align: center;
            background-color: #e9ecef;
            border-radius: .25rem
        }

        .nav,
        .navbar {
            flex-wrap: wrap
        }

        .input-group-lg>.custom-select,
        .input-group-lg>.form-control:not(textarea) {
            height: calc(2px + 2.875rem)
        }

        .input-group-sm>.custom-select,
        .input-group-sm>.form-control:not(textarea) {
            height: calc(2px + 1.8125rem)
        }

        .input-group-lg>.custom-select,
        .input-group-sm>.custom-select {
            padding-right: 1.75rem
        }

        .custom-control {
            position: relative;
            display: block;
            min-height: 1.5rem;
            padding-left: 1.5rem
        }

        .custom-control-inline {
            display: inline-flex;
            margin-right: 1rem
        }

        .custom-file,
        .custom-select {
            display: inline-block;
            width: 100%
        }

        .custom-control-input,
        .readonly-control input[type=checkbox],
        .readonly-control input[type=radio] {
            position: absolute;
            z-index: -1;
            opacity: 0
        }

        .custom-control-input:focus~.custom-control-label::before {
            box-shadow: rgba(0, 123, 255, .25) 0 0 0 .2rem
        }

        .custom-control-label {
            position: relative
        }

        .custom-control-label::before {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            pointer-events: none;
            content: "";
            background-color: #fff
        }

        .custom-control-label::after {
            position: absolute;
            display: block;
            content: "";
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50% 50%
        }

        .custom-checkbox .custom-control-label::before {
            border-radius: .25rem
        }

        .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
        }

        .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
            border-color: #007bff;
            background-color: #007bff
        }

        .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
        }

        .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
            background-color: rgba(0, 123, 255, .5)
        }

        .custom-radio .custom-control-label::before {
            border-radius: 50%
        }

        .custom-radio .custom-control-input:checked~.custom-control-label::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
        }

        .custom-switch {
            padding-left: 2.25rem
        }

        .custom-switch .custom-control-label::before {
            left: -2.25rem;
            width: 1.75rem;
            pointer-events: all;
            border-radius: .5rem
        }

        .custom-switch .custom-control-label::after {
            top: calc(2px + .25rem);
            left: calc(2px - 2.25rem);
            width: calc(-4px + 1rem);
            height: calc(-4px + 1rem);
            background-color: #adb5bd;
            border-radius: .5rem;
            transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
        }

        .custom-file-input:disabled~.custom-file-label,
        .custom-select:disabled {
            background-color: #e9ecef
        }

        .custom-switch .custom-control-input:checked~.custom-control-label::after {
            background-color: #fff;
            transform: translateX(.75rem)
        }

        .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
            background-color: rgba(0, 123, 255, .5)
        }

        .custom-select {
            height: calc(2px + 2.25rem);
            padding: .375rem 1.75rem .375rem .75rem;
            vertical-align: middle;
            background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
            border-radius: .25rem;
            appearance: none
        }

        .custom-select:focus {
            border-color: #80bdff;
            outline: 0;
            box-shadow: rgba(128, 189, 255, .5) 0 0 0 .2rem
        }

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

        .custom-select:disabled {
            color: #6c757d
        }

        .custom-select-sm {
            height: calc(2px + 1.8125rem);
            padding-top: .25rem;
            padding-bottom: .25rem;
            padding-left: .5rem;
            font-size: .875rem
        }

        .custom-select-lg {
            height: calc(2px + 2.875rem);
            padding-top: .5rem;
            padding-bottom: .5rem;
            padding-left: 1rem;
            font-size: 1.25rem
        }

        .custom-file,
        .custom-file-input,
        .custom-file-label {
            height: calc(2px + 2.25rem)
        }

        .custom-file-label,
        .custom-file-label::after {
            top: 0;
            padding: .375rem .75rem;
            color: #495057;
            line-height: 1.5;
            right: 0
        }

        .custom-file-input {
            position: relative;
            z-index: 2;
            width: 100%;
            margin: 0;
            opacity: 0
        }

        .custom-file-input:focus~.custom-file-label {
            border-color: #80bdff;
            box-shadow: rgba(0, 123, 255, .25) 0 0 0 .2rem
        }

        .custom-file-input:lang(en)~.custom-file-label::after {
            content: "Browse"
        }

        .custom-file-input~.custom-file-label[data-browse]::after {
            content: attr(data-browse)
        }

        .custom-file-label {
            position: absolute;
            left: 0;
            z-index: 1;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: .25rem
        }

        .card,
        .navbar {
            position: relative
        }

        .custom-file-label::after {
            position: absolute;
            bottom: 0;
            z-index: 3;
            display: block;
            height: 2.25rem;
            content: "Browse";
            background-color: #e9ecef;
            border-left: inherit;
            border-radius: 0 .25rem .25rem 0
        }

        .custom-range {
            width: 100%;
            height: calc(1.4rem);
            padding: 0;
            background-color: transparent;
            appearance: none
        }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: #fff 0 0 0 1px, rgba(0, 123, 255, .25) 0 0 0 .2rem
        }

        .custom-range::-webkit-slider-thumb {
            width: 1rem;
            height: 1rem;
            margin-top: -.25rem;
            background-color: #007bff;
            border: 0;
            border-radius: 1rem;
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            appearance: none
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #b3d7ff
        }

        .custom-range::-webkit-slider-runnable-track {
            width: 100%;
            height: .5rem;
            color: transparent;
            cursor: pointer;
            background-color: #dee2e6;
            border-color: transparent;
            border-radius: 1rem
        }

        .custom-range:disabled::-webkit-slider-thumb {
            background-color: #adb5bd
        }

        .nav-tabs .nav-link.disabled,
        .navbar-toggler,
        button.close {
            background-color: transparent
        }

        .custom-range:disabled::-webkit-slider-runnable-track {
            cursor: default
        }

        .custom-control-label::before,
        .custom-file-label,
        .custom-select {
            transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        .nav {
            display: flex;
            padding-left: 0
        }

        .nav-link,
        .navbar {
            padding: .5rem 1rem
        }

        .nav-link {
            display: block
        }

        .breadcrumb-item+.breadcrumb-item:hover::before,
        .card-link:hover,
        .nav-link:focus,
        .nav-link:hover,
        .navbar-brand:focus,
        .navbar-brand:hover,
        .navbar-toggler:focus,
        .navbar-toggler:hover,
        a.badge:focus,
        a.badge:hover {
            text-decoration: none
        }

        .nav-link.disabled {
            color: #6c757d;
            pointer-events: none;
            cursor: default
        }

        .nav-tabs {
            border-bottom: 1px solid #dee2e6
        }

        .accordion .card .card-header,
        .list-group-flush .list-group-item:last-child,
        .nav-tabs .nav-item {
            margin-bottom: -1px
        }

        .nav-tabs .nav-link {
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
        }

        .nav-tabs .nav-link:focus,
        .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #495057;
            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-fill .nav-item {
            flex: 1 1 auto;
            text-align: center
        }

        .nav-justified .nav-item {
            flex-basis: 0px;
            flex-grow: 1;
            text-align: center
        }

        .navbar {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .navbar>.container,
        .navbar>.container-fluid {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between
        }

        .navbar-brand {
            display: inline-block;
            padding-top: .3125rem;
            padding-bottom: .3125rem;
            margin-right: 1rem;
            font-size: 1.25rem;
            line-height: inherit
        }

        .card-header-pills,
        .card-header-tabs {
            margin-right: -.625rem;
            margin-left: -.625rem
        }

        .navbar-nav {
            display: flex;
            flex-direction: column;
            padding-left: 0
        }

        .navbar-nav .dropdown-menu {
            position: static;
            float: none
        }

        .navbar-text {
            display: inline-block;
            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.25rem;
            line-height: 1;
            border: 1px solid transparent;
            border-radius: .25rem
        }

        .navbar-toggler-icon {
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            vertical-align: middle;
            content: "";
            background: center center/100% 100% no-repeat
        }

        @media (max-width:575.98px) {
            .table-responsive-sm {
                display: block;
                width: 100%;
                overflow-x: auto
            }

            .table-responsive-sm>.table-bordered {
                border: 0
            }

            .navbar-expand-sm>.container,
            .navbar-expand-sm>.container-fluid {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (max-width:767.98px) {
            .table-responsive-md {
                display: block;
                width: 100%;
                overflow-x: auto
            }

            .table-responsive-md>.table-bordered {
                border: 0
            }

            .navbar-expand-md>.container,
            .navbar-expand-md>.container-fluid {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (max-width:991.98px) {
            .table-responsive-lg {
                display: block;
                width: 100%;
                overflow-x: auto
            }

            .table-responsive-lg>.table-bordered {
                border: 0
            }

            .navbar-expand-lg>.container,
            .navbar-expand-lg>.container-fluid {
                padding-right: 0;
                padding-left: 0
            }
        }

        @media (max-width:1199.98px) {
            .table-responsive-xl {
                display: block;
                width: 100%;
                overflow-x: auto
            }

            .table-responsive-xl>.table-bordered {
                border: 0
            }

            .navbar-expand-xl>.container,
            .navbar-expand-xl>.container-fluid {
                padding-right: 0;
                padding-left: 0
            }
        }

        .navbar-expand {
            flex-flow: row;
            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>.container,
        .navbar-expand>.container-fluid {
            padding-right: 0;
            padding-left: 0;
            flex-wrap: nowrap
        }

        .navbar-expand .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-light .navbar-brand,
        .navbar-light .navbar-brand:focus,
        .navbar-light .navbar-brand:hover,
        .navbar-light .navbar-nav .active>.nav-link,
        .navbar-light .navbar-nav .nav-link.active,
        .navbar-light .navbar-nav .nav-link.show,
        .navbar-light .navbar-nav .show>.nav-link,
        .navbar-light .navbar-text a,
        .navbar-light .navbar-text a:focus,
        .navbar-light .navbar-text a:hover {
            color: rgba(0, 0, 0, .9)
        }

        .navbar-light .navbar-nav .nav-link,
        .navbar-light .navbar-text,
        .navbar-light .navbar-toggler {
            color: rgba(0, 0, 0, .5)
        }

        .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-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        }

        .navbar-dark .navbar-nav .nav-link,
        .navbar-dark .navbar-text {
            color: rgba(255, 255, 255, .5)
        }

        .navbar-dark .navbar-nav .nav-link:focus,
        .navbar-dark .navbar-nav .nav-link:hover {
            color: rgba(255, 255, 255, .75)
        }

        .navbar-dark .navbar-nav .nav-link.disabled {
            color: rgba(255, 255, 255, .25)
        }

        .navbar-dark .navbar-toggler {
            color: rgba(255, 255, 255, .5);
            border-color: rgba(255, 255, 255, .1)
        }

        .navbar-dark .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
        }

        .card {
            display: flex;
            flex-direction: column;
            min-width: 0;
            overflow-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border-radius: .25rem
        }

        .accordion .card,
        .cropper-canvas,
        .cropper-wrap-box,
        .madal-main form,
        .modal,
        .modal-open,
        .progress,
        .toast,
        body.lb-disable-scrolling {
            overflow: hidden
        }

        .card-footer,
        .card-header {
            padding: .75rem 1.25rem;
            background-color: rgba(0, 0, 0, .03)
        }

        .card>.list-group:first-child .list-group-item:first-child,
        .list-group-item:first-child {
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
        }

        .card>.list-group:last-child .list-group-item:last-child {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

        .card-body,
        .stat-title>div {
            flex: 1 1 auto
        }

        .card-columns .card,
        .card-title,
        .toast:not(:last-child) {
            margin-bottom: .75rem
        }

        .card-subtitle {
            margin-top: -.375rem;
            margin-bottom: 0
        }

        .card-link+.card-link {
            margin-left: 1.25rem
        }

        .card-header {
            margin-bottom: 0;
            color: inherit;
            border-bottom: 1px solid rgba(0, 0, 0, .125)
        }

        .card-header:first-child {
            border-radius: calc(-1px + .25rem) calc(-1px + .25rem) 0 0
        }

        .card-header+.list-group .list-group-item:first-child,
        .list-group-flush:first-child .list-group-item:first-child {
            border-top: 0
        }

        .card-footer {
            border-top: 1px solid rgba(0, 0, 0, .125)
        }

        .card-footer:last-child {
            border-radius: 0 0 calc(-1px + .25rem) calc(-1px + .25rem)
        }

        .card-header-tabs {
            margin-bottom: -.75rem;
            border-bottom: 0
        }

        .card-img-overlay {
            position: absolute;
            inset: 0px;
            padding: 1.25rem
        }

        .alert,
        .btn .badge,
        .list-group-item,
        .page-link {
            position: relative
        }

        .card-img {
            width: 100%;
            border-radius: calc(-1px + .25rem)
        }

        .card-img-top {
            width: 100%;
            border-top-left-radius: calc(-1px + .25rem);
            border-top-right-radius: calc(-1px + .25rem)
        }

        .card-img-bottom {
            width: 100%;
            border-bottom-right-radius: calc(-1px + .25rem);
            border-bottom-left-radius: calc(-1px + .25rem)
        }

        .breadcrumb,
        .pagination {
            display: flex;
            border-radius: .25rem;
            list-style: none
        }

        .card-deck,
        .card-group {
            display: flex;
            flex-direction: column
        }

        .card-deck .card,
        .card-group>.card,
        .footer-links h3,
        .heading-img,
        .modal form .form-group:last-child button[type=submit],
        .uppy-FileInput-container {
            margin-bottom: 15px
        }

        .accordion .card:not(:first-of-type):not(:last-of-type) {
            border-bottom: 0;
            border-radius: 0
        }

        .accordion .card:first-of-type {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .breadcrumb {
            flex-wrap: wrap;
            padding: .75rem 1rem;
            margin-bottom: 1rem;
            background-color: #e9ecef
        }

        .breadcrumb-item+.breadcrumb-item {
            padding-left: .5rem
        }

        .breadcrumb-item+.breadcrumb-item::before {
            display: inline-block;
            padding-right: .5rem;
            color: #6c757d;
            content: "/"
        }

        .pagination {
            padding-left: 0
        }

        .page-link {
            display: block;
            padding: .5rem .75rem;
            margin-left: -1px;
            line-height: 1.25;
            color: #007bff;
            background-color: #fff;
            border: 1px solid #dee2e6
        }

        .badge,
        .close {
            font-weight: 700;
            line-height: 1
        }

        .badge-primary,
        .page-item.active .page-link {
            background-color: #007bff;
            color: #fff
        }

        .page-link:hover {
            z-index: 2;
            color: #0056b3;
            text-decoration: none;
            background-color: #e9ecef;
            border-color: #dee2e6
        }

        .page-link:focus {
            z-index: 2;
            outline: 0;
            box-shadow: rgba(0, 123, 255, .25) 0 0 0 .2rem
        }

        .page-item:first-child .page-link {
            margin-left: 0;
            border-top-left-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

        .page-item:last-child .page-link {
            border-top-right-radius: .25rem;
            border-bottom-right-radius: .25rem
        }

        .page-item.active .page-link {
            z-index: 1;
            border-color: #007bff
        }

        .page-item.disabled .page-link {
            color: #6c757d;
            pointer-events: none;
            cursor: auto;
            background-color: #fff;
            border-color: #dee2e6
        }

        .pagination-lg .page-link {
            padding: .75rem 1.5rem;
            font-size: 1.25rem;
            line-height: 1.5
        }

        .pagination-lg .page-item:first-child .page-link {
            border-top-left-radius: .3rem;
            border-bottom-left-radius: .3rem
        }

        .pagination-lg .page-item:last-child .page-link {
            border-top-right-radius: .3rem;
            border-bottom-right-radius: .3rem
        }

        .pagination-sm .page-link {
            padding: .25rem .5rem;
            font-size: .875rem;
            line-height: 1.5
        }

        .pagination-sm .page-item:first-child .page-link {
            border-top-left-radius: .2rem;
            border-bottom-left-radius: .2rem
        }

        .pagination-sm .page-item:last-child .page-link {
            border-top-right-radius: .2rem;
            border-bottom-right-radius: .2rem
        }

        .badge {
            display: inline-block;
            padding: .25em .4em;
            font-size: 75%;
            text-align: center;
            vertical-align: baseline;
            border-radius: .25rem
        }

        .btn .badge {
            top: -1px
        }

        .badge-pill {
            padding-right: .6em;
            padding-left: .6em;
            border-radius: 10rem
        }

        a.badge-primary:focus,
        a.badge-primary:hover {
            color: #fff;
            background-color: #0062cc
        }

        .badge-secondary {
            color: #fff;
            background-color: #6c757d
        }

        a.badge-secondary:focus,
        a.badge-secondary:hover {
            color: #fff;
            background-color: #545b62
        }

        .badge-success {
            color: #fff;
            background-color: #28a745
        }

        a.badge-success:focus,
        a.badge-success:hover {
            color: #fff;
            background-color: #1e7e34
        }

        .badge-info {
            color: #fff;
            background-color: #17a2b8
        }

        a.badge-info:focus,
        a.badge-info:hover {
            color: #fff;
            background-color: #117a8b
        }

        .badge-warning {
            color: #212529;
            background-color: #ffc107
        }

        a.badge-warning:focus,
        a.badge-warning:hover {
            color: #212529;
            background-color: #d39e00
        }

        .badge-danger {
            color: #fff;
            background-color: #dc3545
        }

        a.badge-danger:focus,
        a.badge-danger:hover {
            color: #fff;
            background-color: #bd2130
        }

        .badge-light {
            color: #212529;
            background-color: #f8f9fa
        }

        a.badge-light:focus,
        a.badge-light:hover {
            color: #212529;
            background-color: #dae0e5
        }

        .badge-dark {
            color: #fff;
            background-color: #343a40
        }

        a.badge-dark:focus,
        a.badge-dark:hover {
            color: #fff;
            background-color: #1d2124
        }

        .jumbotron {
            padding: 2rem 1rem;
            margin-bottom: 2rem;
            background-color: #e9ecef;
            border-radius: .3rem
        }

        .jumbotron-fluid {
            padding-right: 0;
            padding-left: 0;
            border-radius: 0
        }

        .alert {
            padding: .75rem 1.25rem;
            margin-bottom: 1rem;
            border: 1px solid transparent
        }

        .alert-dismissible {
            padding-right: 4rem
        }

        .alert-dismissible .close {
            position: absolute;
            top: 0;
            right: 0;
            padding: .75rem 1.25rem;
            color: inherit
        }

        .alert-primary {
            color: #004085;
            background-color: #cce5ff;
            border-color: #b8daff
        }

        .alert-primary hr {
            border-top-color: #9fcdff
        }

        .alert-primary .alert-link {
            color: #002752
        }

        .alert-secondary {
            color: #383d41;
            background-color: #e2e3e5;
            border-color: #d6d8db
        }

        .alert-secondary hr {
            border-top-color: #c8cbcf
        }

        .alert-secondary .alert-link {
            color: #202326
        }

        .alert-success {
            background-color: #d4edda
        }

        .alert-success hr {
            border-top-color: #b1dfbb
        }

        .alert-success .alert-link {
            color: #0b2e13
        }

        .alert-info {
            color: #0c5460;
            background-color: #d1ecf1;
            border-color: #bee5eb
        }

        .alert-info hr {
            border-top-color: #abdde5
        }

        .alert-info .alert-link {
            color: #062c33
        }

        .alert-warning {
            background-color: #fff3cd
        }

        .alert-warning hr {
            border-top-color: #ffe8a1
        }

        .alert-warning .alert-link {
            color: #533f03
        }

        .alert-danger hr {
            border-top-color: #f1b0b7
        }

        .alert-danger .alert-link {
            color: #491217
        }

        .alert-light {
            color: #818182;
            background-color: #fefefe;
            border-color: #fdfdfe
        }

        .alert-light hr {
            border-top-color: #ececf6
        }

        .alert-light .alert-link {
            color: #686868
        }

        .alert-dark {
            color: #1b1e21;
            background-color: #d6d8d9;
            border-color: #c6c8ca
        }

        .alert-dark hr {
            border-top-color: #b9bbbe
        }

        .alert-dark .alert-link {
            color: #040505
        }

        @-webkit-keyframes progress-bar-stripes {
            0% {
                background-position: 1rem 0
            }

            100% {
                background-position: 0 0
            }
        }

        @keyframes progress-bar-stripes {
            0% {
                background-position: 1rem 0
            }

            100% {
                background-position: 0 0
            }
        }

        .progress {
            display: flex;
            height: 1rem;
            font-size: .75rem;
            background-color: #e9ecef;
            border-radius: .25rem
        }

        .progress-bar {
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #fff;
            text-align: center;
            background-color: #007bff;
            transition: width .6s
        }

        .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: 1rem 1rem
        }

        .progress-bar-animated {
            animation: 1s linear infinite progress-bar-stripes
        }

        .media {
            display: flex;
            align-items: flex-start
        }

        .contact-panel .horizontal-listing .list-group-item span:last-child,
        .media-body,
        .owl-carousel .owl-item .service-box>div,
        .userinfo-right>.row {
            flex: 1 1 0%
        }

        .list-group {
            display: flex;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0
        }

        .list-group-item-action {
            width: 100%;
            color: #495057;
            text-align: inherit
        }

        .list-group-item-action:focus,
        .list-group-item-action:hover {
            color: #495057;
            text-decoration: none;
            background-color: #f8f9fa
        }

        .list-group-item-action:active {
            color: #212529;
            background-color: #e9ecef
        }

        .list-group-item {
            display: block;
            padding: .75rem 1.25rem;
            margin-bottom: -1px;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, .125)
        }

        .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

        .list-group-item:focus,
        .list-group-item:hover {
            z-index: 1;
            text-decoration: none
        }

        .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: #007bff;
            border-color: #007bff
        }

        .list-group-flush .list-group-item {
            border-right: 0px;
            border-left: 0;
            border-radius: 0
        }

        .list-group-flush:last-child .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom: 0
        }

        .list-group-item-primary {
            color: #004085;
            background-color: #b8daff
        }

        .list-group-item-primary.list-group-item-action:focus,
        .list-group-item-primary.list-group-item-action:hover {
            color: #004085;
            background-color: #9fcdff
        }

        .list-group-item-primary.list-group-item-action.active {
            color: #fff;
            background-color: #004085;
            border-color: #004085
        }

        .list-group-item-secondary {
            color: #383d41;
            background-color: #d6d8db
        }

        .list-group-item-secondary.list-group-item-action:focus,
        .list-group-item-secondary.list-group-item-action:hover {
            color: #383d41;
            background-color: #c8cbcf
        }

        .list-group-item-secondary.list-group-item-action.active {
            color: #fff;
            background-color: #383d41;
            border-color: #383d41
        }

        .list-group-item-success {
            color: #155724;
            background-color: #c3e6cb
        }

        .list-group-item-success.list-group-item-action:focus,
        .list-group-item-success.list-group-item-action:hover {
            color: #155724;
            background-color: #b1dfbb
        }

        .list-group-item-success.list-group-item-action.active {
            color: #fff;
            background-color: #155724;
            border-color: #155724
        }

        .list-group-item-info {
            color: #0c5460;
            background-color: #bee5eb
        }

        .list-group-item-info.list-group-item-action:focus,
        .list-group-item-info.list-group-item-action:hover {
            color: #0c5460;
            background-color: #abdde5
        }

        .list-group-item-info.list-group-item-action.active {
            color: #fff;
            background-color: #0c5460;
            border-color: #0c5460
        }

        .list-group-item-warning {
            color: #856404;
            background-color: #ffeeba
        }

        .list-group-item-warning.list-group-item-action:focus,
        .list-group-item-warning.list-group-item-action:hover {
            color: #856404;
            background-color: #ffe8a1
        }

        .list-group-item-warning.list-group-item-action.active {
            color: #fff;
            background-color: #856404;
            border-color: #856404
        }

        .list-group-item-danger {
            color: #721c24;
            background-color: #f5c6cb
        }

        .list-group-item-danger.list-group-item-action:focus,
        .list-group-item-danger.list-group-item-action:hover {
            color: #721c24;
            background-color: #f1b0b7
        }

        .list-group-item-danger.list-group-item-action.active {
            color: #fff;
            background-color: #721c24;
            border-color: #721c24
        }

        .list-group-item-light {
            color: #818182;
            background-color: #fdfdfe
        }

        .list-group-item-light.list-group-item-action:focus,
        .list-group-item-light.list-group-item-action:hover {
            color: #818182;
            background-color: #ececf6
        }

        .list-group-item-light.list-group-item-action.active {
            color: #fff;
            background-color: #818182;
            border-color: #818182
        }

        .list-group-item-dark {
            color: #1b1e21;
            background-color: #c6c8ca
        }

        .toast,
        .toast-header {
            background-color: rgba(255, 255, 255, .85);
            background-clip: padding-box
        }

        .list-group-item-dark.list-group-item-action:focus,
        .list-group-item-dark.list-group-item-action:hover {
            color: #1b1e21;
            background-color: #b9bbbe
        }

        .list-group-item-dark.list-group-item-action.active {
            color: #fff;
            background-color: #1b1e21;
            border-color: #1b1e21
        }

        .close {
            float: right;
            font-size: 1.5rem;
            color: #000;
            text-shadow: #fff 0 1px 0;
            opacity: .5
        }

        .close:hover {
            color: #000;
            text-decoration: none
        }

        .close:not(:disabled):not(.disabled):focus,
        .close:not(:disabled):not(.disabled):hover {
            opacity: .75
        }

        button.close {
            padding: 0;
            border: 0;
            appearance: none
        }

        .toast {
            max-width: 350px;
            font-size: .875rem;
            border: 1px solid rgba(0, 0, 0, .1);
            border-radius: .25rem;
            box-shadow: rgba(0, 0, 0, .1) 0 .25rem .75rem;
            backdrop-filter: blur(10px);
            opacity: 0
        }

        .toast.show {
            display: block;
            opacity: 1
        }

        .toast-header {
            display: flex;
            align-items: center;
            padding: .25rem .75rem;
            color: #6c757d;
            border-bottom: 1px solid rgba(0, 0, 0, .05)
        }

        .toast-body {
            padding: .75rem
        }

        .modal-open .modal {
            overflow: hidden auto
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            display: none;
            width: 100%;
            height: 100%;
            outline: 0
        }

        .modal-dialog {
            position: relative;
            pointer-events: none
        }

        .modal.show .modal-dialog {
            transform: none
        }

        .modal-dialog-centered {
            display: flex;
            align-items: center;
            min-height: calc(100% - 1rem)
        }

        .modal-dialog-centered::before {
            display: block;
            height: calc(-1rem + 100vh);
            content: ""
        }

        .modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            outline: 0
        }

        .modal-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1040;
            width: 100vw;
            height: 100vh;
            background-color: #000
        }

        .modal-backdrop.show {
            opacity: .5
        }

        .modal-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            border-top-left-radius: .3rem;
            border-top-right-radius: .3rem
        }

        .modal-header .close {
            padding: 1rem;
            margin: -1rem -1rem -1rem auto
        }

        .modal-title {
            margin-bottom: 0;
            line-height: 1.5
        }

        .modal-footer {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 1rem;
            border-top: 1px solid #e9ecef;
            border-bottom-right-radius: .3rem;
            border-bottom-left-radius: .3rem
        }

        .modal-footer>:not(:first-child) {
            margin-left: .25rem
        }

        .modal-footer>:not(:last-child) {
            margin-right: .25rem
        }

        .modal-scrollbar-measure {
            position: absolute;
            top: -9999px;
            width: 50px;
            height: 50px;
            overflow: scroll
        }

        .popover,
        .tooltip {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            font-style: normal;
            line-height: 1.5;
            text-transform: none;
            letter-spacing: normal;
            word-break: normal;
            word-spacing: normal;
            line-break: auto;
            font-size: .875rem;
            overflow-wrap: break-word;
            position: absolute;
            display: block;
            text-decoration: none;
            white-space: normal;
            text-shadow: none;
            font-weight: 400
        }

        .tooltip {
            z-index: 1070;
            margin: 0;
            text-align: start;
            opacity: 0
        }

        .tooltip.show {
            opacity: .9
        }

        .tooltip .arrow {
            position: absolute;
            display: block;
            width: .8rem;
            height: .4rem
        }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

        .bs-tooltip-auto[x-placement^=bottom],
        .bs-tooltip-auto[x-placement^=top],
        .bs-tooltip-bottom,
        .bs-tooltip-top {
            padding: .4rem 0
        }

        .bs-tooltip-auto[x-placement^=top] .arrow,
        .bs-tooltip-top .arrow {
            bottom: 0
        }

        .bs-tooltip-auto[x-placement^=top] .arrow::before,
        .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

        .bs-tooltip-auto[x-placement^=left],
        .bs-tooltip-auto[x-placement^=right],
        .bs-tooltip-left,
        .bs-tooltip-right {
            padding: 0 .4rem
        }

        .bs-tooltip-auto[x-placement^=right] .arrow,
        .bs-tooltip-right .arrow {
            left: 0;
            width: .4rem;
            height: .8rem
        }

        .bs-tooltip-auto[x-placement^=right] .arrow::before,
        .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

        .bs-tooltip-auto[x-placement^=bottom] .arrow,
        .bs-tooltip-bottom .arrow {
            top: 0
        }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
        .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

        .bs-tooltip-auto[x-placement^=left] .arrow,
        .bs-tooltip-left .arrow {
            right: 0;
            width: .4rem;
            height: .8rem
        }

        .bs-tooltip-auto[x-placement^=left] .arrow::before,
        .bs-tooltip-left .arrow::before {
            left: 0;
            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: .25rem
        }

        .popover {
            top: 0;
            left: 0;
            z-index: 1060;
            max-width: 276px;
            text-align: start;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: .3rem
        }

        .flex-100,
        .mw-100 {
            max-width: 100% !important
        }

        .popover .arrow {
            position: absolute;
            display: block;
            width: 1rem;
            height: .5rem;
            margin: 0 .3rem
        }

        .popover .arrow::after,
        .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

        .bs-popover-auto[x-placement^=top],
        .bs-popover-top,
        .form-group {
            margin-bottom: .5rem
        }

        .bs-popover-auto[x-placement^=top] .arrow,
        .bs-popover-top .arrow {
            bottom: calc(-1px - .5rem)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after,
        .bs-popover-auto[x-placement^=top] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before,
        .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=top] .arrow::after,
        .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

        .bs-popover-auto[x-placement^=right],
        .bs-popover-right {
            margin-left: .5rem
        }

        .bs-popover-auto[x-placement^=right] .arrow,
        .bs-popover-right .arrow {
            left: calc(-1px - .5rem);
            width: .5rem;
            height: 1rem;
            margin: .3rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::after,
        .bs-popover-auto[x-placement^=right] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before,
        .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=right] .arrow::after,
        .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

        .bs-popover-auto[x-placement^=bottom] .arrow,
        .bs-popover-bottom .arrow {
            top: calc(-1px - .5rem)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after,
        .bs-popover-auto[x-placement^=bottom] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before,
        .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after,
        .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff
        }

        .bs-popover-auto[x-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 #f7f7f7
        }

        .bs-popover-auto[x-placement^=left] .arrow,
        .bs-popover-left .arrow {
            right: calc(-1px - .5rem);
            width: .5rem;
            height: 1rem;
            margin: .3rem 0
        }

        .bs-popover-auto[x-placement^=left] .arrow::after,
        .bs-popover-auto[x-placement^=left] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before,
        .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, .25)
        }

        .bs-popover-auto[x-placement^=left] .arrow::after,
        .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

        .popover-header {
            padding: .5rem .75rem;
            margin-bottom: 0;
            font-size: 1rem;
            color: inherit;
            background-color: #f7f7f7;
            border-bottom: 1px solid #ebebeb;
            border-top-left-radius: calc(-1px + .3rem);
            border-top-right-radius: calc(-1px + .3rem)
        }

        .popover-body {
            padding: .5rem .75rem;
            color: #212529
        }

        .carousel.pointer-event {
            touch-action: pan-y
        }

        .carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden
        }

        .carousel-inner::after,
        .clearfix::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, -webkit-transform .6s ease-in-out
        }

        .flipInX,
        .flipInY,
        .flipOutX,
        .flipOutY {
            backface-visibility: visible !important
        }

        .active.carousel-item-right,
        .carousel-item-next:not(.carousel-item-left) {
            transform: translateX(100%)
        }

        .active.carousel-item-left,
        .carousel-item-prev:not(.carousel-item-right) {
            transform: translateX(-100%)
        }

        .carousel-fade .carousel-item {
            opacity: 0;
            transition-property: opacity;
            transform: none
        }

        .carousel-fade .carousel-item-next.carousel-item-left,
        .carousel-fade .carousel-item-prev.carousel-item-right,
        .carousel-fade .carousel-item.active {
            z-index: 1;
            opacity: 1
        }

        .carousel-fade .active.carousel-item-left,
        .carousel-fade .active.carousel-item-right {
            z-index: 0;
            opacity: 0;
            transition: opacity .6s
        }

        .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%;
            color: #fff;
            text-align: center;
            opacity: .5;
            transition: opacity .15s
        }

        .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,
        .lb-container>.nav {
            left: 0
        }

        .carousel-control-next {
            right: 0
        }

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: center center/100% 100% no-repeat
        }

        .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
        }

        .carousel-control-next-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
        }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 15;
            display: flex;
            justify-content: center;
            padding-left: 0;
            margin-right: 15%;
            margin-left: 15%;
            list-style: none
        }

        .spinner-border,
        .spinner-grow {
            display: inline-block;
            vertical-align: text-bottom;
            border-radius: 50%
        }

        .carousel-indicators li {
            box-sizing: content-box;
            flex: 0 1 auto;
            width: 30px;
            height: 3px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #fff;
            background-clip: padding-box;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
            transition: opacity .6s
        }

        .controls,
        .sweet-alert input,
        .uppy-Root {
            box-sizing: border-box
        }

        @media screen and (prefers-reduced-motion:reduce) {

            .btn,
            .collapsing,
            .custom-switch .custom-control-label::after,
            .fade,
            .form-control {
                transition: none
            }

            .custom-range::-webkit-slider-thumb {
                transition: none
            }

            .carousel-control-next,
            .carousel-control-prev,
            .carousel-fade .active.carousel-item-left,
            .carousel-fade .active.carousel-item-right,
            .carousel-indicators li,
            .carousel-item,
            .custom-control-label::before,
            .custom-file-label,
            .custom-select,
            .modal.fade .modal-dialog,
            .progress-bar {
                transition: none
            }
        }

        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: 20px;
            left: 15%;
            z-index: 10;
            padding-top: 20px;
            padding-bottom: 20px;
            color: #fff;
            text-align: center
        }

        .embed-responsive,
        .multiselect-container>li,
        .multiselect-container>li>a,
        .sr-only,
        ol,
        ul {
            padding: 0
        }

        @-webkit-keyframes spinner-border {
            100% {
                transform: rotate(360deg)
            }
        }

        @keyframes spinner-border {
            100% {
                transform: rotate(360deg)
            }
        }

        .spinner-border {
            width: 2rem;
            height: 2rem;
            border-width: .25em;
            border-style: solid;
            border-color: currentcolor transparent currentcolor currentcolor;
            animation: .75s linear infinite spinner-border
        }

        .spinner-border-sm {
            width: 1rem;
            height: 1rem;
            border-width: .2em
        }

        @-webkit-keyframes spinner-grow {
            0% {
                transform: scale(0)
            }

            50% {
                opacity: 1
            }
        }

        @keyframes spinner-grow {
            0% {
                transform: scale(0)
            }

            50% {
                opacity: 1
            }
        }

        .spinner-grow {
            width: 2rem;
            height: 2rem;
            background-color: currentcolor;
            opacity: 0;
            animation: .75s linear infinite spinner-grow
        }

        .headShake,
        .heartBeat {
            animation-timing-function: ease-in-out
        }

        .spinner-grow-sm {
            width: 1rem;
            height: 1rem
        }

        .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
        }

        .bg-primary {
            background-color: #007bff !important
        }

        a.bg-primary:focus,
        a.bg-primary:hover,
        button.bg-primary:focus,
        button.bg-primary:hover {
            background-color: #0062cc !important
        }

        a.bg-secondary:focus,
        a.bg-secondary:hover,
        button.bg-secondary:focus,
        button.bg-secondary:hover {
            background-color: #545b62 !important
        }

        .bg-success {
            background-color: #28a745 !important
        }

        a.bg-success:focus,
        a.bg-success:hover,
        button.bg-success:focus,
        button.bg-success:hover {
            background-color: #1e7e34 !important
        }

        .bg-info {
            background-color: #17a2b8 !important
        }

        a.bg-info:focus,
        a.bg-info:hover,
        button.bg-info:focus,
        button.bg-info:hover {
            background-color: #117a8b !important
        }

        .bg-warning {
            background-color: #ffc107 !important
        }

        a.bg-warning:focus,
        a.bg-warning:hover,
        button.bg-warning:focus,
        button.bg-warning:hover {
            background-color: #d39e00 !important
        }

        a.bg-danger:focus,
        a.bg-danger:hover,
        button.bg-danger:focus,
        button.bg-danger:hover {
            background-color: #bd2130 !important
        }

        .bg-light {
            background-color: #f8f9fa !important
        }

        a.bg-light:focus,
        a.bg-light:hover,
        button.bg-light:focus,
        button.bg-light:hover {
            background-color: #dae0e5 !important
        }

        .bg-dark {
            background-color: #343a40 !important
        }

        a.bg-dark:focus,
        a.bg-dark:hover,
        button.bg-dark:focus,
        button.bg-dark:hover {
            background-color: #1d2124 !important
        }

        .bg-white {
            background-color: #fff !important
        }

        .bg-transparent {
            background-color: transparent !important
        }

        .border {
            border: 1px solid #dee2e6 !important
        }

        .border-top {
            border-top: 1px solid #dee2e6 !important
        }

        .border-right {
            border-right: 1px solid #dee2e6 !important
        }

        .border-bottom {
            border-bottom: 1px solid #dee2e6 !important
        }

        .border-left {
            border-left: 1px solid #dee2e6 !important
        }

        .border-0 {
            border: 0 !important
        }

        .rounded-right,
        .rounded-top {
            border-top-right-radius: .25rem !important
        }

        .rounded-bottom,
        .rounded-right {
            border-bottom-right-radius: .25rem !important
        }

        .rounded-left,
        .rounded-top {
            border-top-left-radius: .25rem !important
        }

        .rounded-bottom,
        .rounded-left {
            border-bottom-left-radius: .25rem !important
        }

        .border-top-0 {
            border-top: 0 !important
        }

        .border-right-0 {
            border-right: 0px !important
        }

        .border-bottom-0,
        .table-collapsable .sub-th:last-child td {
            border-bottom: 0 !important
        }

        .border-left-0 {
            border-left: 0 !important
        }

        .border-primary {
            border-color: #007bff !important
        }

        .border-secondary {
            border-color: #6c757d !important
        }

        .border-info {
            border-color: #17a2b8 !important
        }

        .border-warning {
            border-color: #ffc107 !important
        }

        .border-light {
            border-color: #f8f9fa !important
        }

        .border-dark {
            border-color: #343a40 !important
        }

        .border-white {
            border-color: #fff !important
        }

        .rounded {
            border-radius: .25rem !important
        }

        .rounded-circle {
            border-radius: 50% !important
        }

        .rounded-pill {
            border-radius: 50rem !important
        }

        .rounded-0 {
            border-radius: 0 !important
        }

        .d-inline,
        .detail-box .f-pagination li span,
        .detail-box .pagination li span {
            display: inline !important
        }

        .d-inline-block,
        .heading-h3 h3 {
            display: inline-block !important
        }

        .d-block,
        .multiselect-native-select .btn-group {
            display: block !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
        }

        .embed-responsive {
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden
        }

        .embed-responsive::before {
            display: block;
            content: ""
        }

        .embed-responsive .embed-responsive-item,
        .embed-responsive embed,
        .embed-responsive iframe,
        .embed-responsive object,
        .embed-responsive video {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }

        .datepicker-dropdown::after,
        .datepicker-dropdown::before {
            content: "";
            border-style: initial solid solid;
            display: inline-block
        }

        .embed-responsive-16by9::before {
            padding-top: 56.25%
        }

        .embed-responsive-3by4::before {
            padding-top: 133.333%
        }

        .embed-responsive-1by1::before {
            padding-top: 100%
        }

        .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-wrap {
            flex-wrap: wrap !important
        }

        .flex-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .flex-fill {
            flex: 1 1 auto !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
        }

        .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
        }

        .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
        }

        .float-left {
            float: left !important
        }

        .float-right {
            float: right !important
        }

        .float-none {
            float: none !important
        }

        .overflow-auto {
            overflow: auto !important
        }

        .overflow-hidden {
            overflow: hidden !important
        }

        .btn,
        .sr-only {
            overflow: hidden
        }

        .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
        }

        .fixed-bottom,
        .fixed-top {
            position: fixed;
            right: 0;
            z-index: 1030;
            left: 0
        }

        .fixed-top {
            top: 0
        }

        .fixed-bottom {
            bottom: 0
        }

        @supports ((position:-webkit-sticky) or (position:sticky)) {
            .sticky-top {
                position: sticky;
                top: 0;
                z-index: 1020
            }
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0
        }

        .sr-only-focusable:active,
        .sr-only-focusable:focus {
            position: static;
            width: auto;
            height: auto;
            overflow: visible;
            clip: auto;
            white-space: normal
        }

        .shadow-sm {
            box-shadow: rgba(0, 0, 0, .075) 0 .125rem .25rem !important
        }

        .shadow {
            box-shadow: rgba(0, 0, 0, .15) 0 .5rem 1rem !important
        }

        .shadow-lg {
            box-shadow: rgba(0, 0, 0, .176) 0 1rem 3rem !important
        }

        .shadow-none,
        .sweet-alert[data-has-cancel-button=false] button {
            box-shadow: none !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
        }

        .h-25 {
            height: 25% !important
        }

        .h-50 {
            height: 50% !important
        }

        .h-75 {
            height: 75% !important
        }

        .h-100 {
            height: 100% !important
        }

        .h-auto,
        .home-sevciecestab .services-tabcontent,
        .services-directory .services-tabsidebar {
            height: auto !important
        }

        .mh-100 {
            max-height: 100% !important
        }

        .min-vw-100 {
            min-width: 100vw !important
        }

        .min-vh-100 {
            min-height: 100vh !important
        }

        .vw-100 {
            width: 100vw !important
        }

        .vh-100 {
            height: 100vh !important
        }

        .m-0 {
            margin: 0 !important
        }

        .mt-0,
        .my-0 {
            margin-top: 0 !important
        }

        .mr-0,
        .mx-0 {
            margin-right: 0 !important
        }

        .mb-0,
        .my-0 {
            margin-bottom: 0 !important
        }

        .ml-0,
        .mx-0 {
            margin-left: 0 !important
        }

        .m-1 {
            margin: .25rem !important
        }

        .mt-1,
        .my-1 {
            margin-top: .25rem !important
        }

        .mr-1,
        .mx-1 {
            margin-right: .25rem !important
        }

        .mb-1,
        .my-1 {
            margin-bottom: .25rem !important
        }

        .ml-1,
        .mx-1 {
            margin-left: .25rem !important
        }

        .m-2 {
            margin: .5rem !important
        }

        .mt-2,
        .my-2 {
            margin-top: .5rem !important
        }

        .mr-2,
        .mx-2 {
            margin-right: .5rem !important
        }

        .mb-2,
        .my-2 {
            margin-bottom: .5rem !important
        }

        .ml-2,
        .mx-2 {
            margin-left: .5rem !important
        }

        .m-3 {
            margin: 1rem !important
        }

        .mt-3,
        .my-3 {
            margin-top: 1rem !important
        }

        .mr-3,
        .mx-3 {
            margin-right: 1rem !important
        }

        .mb-3,
        .my-3 {
            margin-bottom: 1rem !important
        }

        .ml-3,
        .mx-3 {
            margin-left: 1rem !important
        }

        .m-4 {
            margin: 1.5rem !important
        }

        .mt-4,
        .my-4 {
            margin-top: 1.5rem !important
        }

        .mr-4,
        .mx-4 {
            margin-right: 1.5rem !important
        }

        .mb-4,
        .my-4 {
            margin-bottom: 1.5rem !important
        }

        .ml-4,
        .mx-4 {
            margin-left: 1.5rem !important
        }

        .m-5 {
            margin: 3rem !important
        }

        .mt-5,
        .my-5 {
            margin-top: 3rem !important
        }

        .mr-5,
        .mx-5 {
            margin-right: 3rem !important
        }

        .mb-5,
        .my-5 {
            margin-bottom: 3rem !important
        }

        .ml-5,
        .mx-5 {
            margin-left: 3rem !important
        }

        .p-0 {
            padding: 0 !important
        }

        .pt-0,
        .py-0 {
            padding-top: 0 !important
        }

        .pr-0,
        .px-0 {
            padding-right: 0 !important
        }

        .fw-login .madal-main,
        .pb-0,
        .py-0 {
            padding-bottom: 0 !important
        }

        .pl-0,
        .px-0 {
            padding-left: 0 !important
        }

        .p-1 {
            padding: .25rem !important
        }

        .pt-1,
        .py-1 {
            padding-top: .25rem !important
        }

        .pr-1,
        .px-1 {
            padding-right: .25rem !important
        }

        .pb-1,
        .py-1 {
            padding-bottom: .25rem !important
        }

        .pl-1,
        .px-1 {
            padding-left: .25rem !important
        }

        .p-2 {
            padding: .5rem !important
        }

        .pt-2,
        .py-2 {
            padding-top: .5rem !important
        }

        .pr-2,
        .px-2 {
            padding-right: .5rem !important
        }

        .pb-2,
        .py-2 {
            padding-bottom: .5rem !important
        }

        .pl-2,
        .px-2 {
            padding-left: .5rem !important
        }

        .p-3 {
            padding: 1rem !important
        }

        .pt-3,
        .py-3 {
            padding-top: 1rem !important
        }

        .pr-3,
        .px-3 {
            padding-right: 1rem !important
        }

        .pb-3,
        .py-3 {
            padding-bottom: 1rem !important
        }

        .pl-3,
        .px-3 {
            padding-left: 1rem !important
        }

        .p-4 {
            padding: 1.5rem !important
        }

        .pt-4,
        .py-4 {
            padding-top: 1.5rem !important
        }

        .pr-4,
        .px-4 {
            padding-right: 1.5rem !important
        }

        .pb-4,
        .py-4 {
            padding-bottom: 1.5rem !important
        }

        .pl-4,
        .px-4 {
            padding-left: 1.5rem !important
        }

        .p-5 {
            padding: 3rem !important
        }

        .pt-5,
        .py-5 {
            padding-top: 3rem !important
        }

        .pr-5,
        .px-5 {
            padding-right: 3rem !important
        }

        .pb-5,
        .py-5 {
            padding-bottom: 3rem !important
        }

        .pl-5,
        .px-5 {
            padding-left: 3rem !important
        }

        .m-n1 {
            margin: -.25rem !important
        }

        .mt-n1,
        .my-n1 {
            margin-top: -.25rem !important
        }

        .mr-n1,
        .mx-n1 {
            margin-right: -.25rem !important
        }

        .mb-n1,
        .my-n1 {
            margin-bottom: -.25rem !important
        }

        .ml-n1,
        .mx-n1 {
            margin-left: -.25rem !important
        }

        .m-n2 {
            margin: -.5rem !important
        }

        .mt-n2,
        .my-n2 {
            margin-top: -.5rem !important
        }

        .mr-n2,
        .mx-n2 {
            margin-right: -.5rem !important
        }

        .mb-n2,
        .my-n2 {
            margin-bottom: -.5rem !important
        }

        .ml-n2,
        .mx-n2 {
            margin-left: -.5rem !important
        }

        .m-n3 {
            margin: -1rem !important
        }

        .mt-n3,
        .my-n3 {
            margin-top: -1rem !important
        }

        .mr-n3,
        .mx-n3 {
            margin-right: -1rem !important
        }

        .mb-n3,
        .my-n3 {
            margin-bottom: -1rem !important
        }

        .ml-n3,
        .mx-n3 {
            margin-left: -1rem !important
        }

        .m-n4 {
            margin: -1.5rem !important
        }

        .mt-n4,
        .my-n4 {
            margin-top: -1.5rem !important
        }

        .mr-n4,
        .mx-n4 {
            margin-right: -1.5rem !important
        }

        .mb-n4,
        .my-n4 {
            margin-bottom: -1.5rem !important
        }

        .ml-n4,
        .mx-n4 {
            margin-left: -1.5rem !important
        }

        .m-n5 {
            margin: -3rem !important
        }

        .mt-n5,
        .my-n5 {
            margin-top: -3rem !important
        }

        .mr-n5,
        .mx-n5 {
            margin-right: -3rem !important
        }

        .mb-n5,
        .my-n5 {
            margin-bottom: -3rem !important
        }

        .ml-n5,
        .mx-n5 {
            margin-left: -3rem !important
        }

        .m-auto {
            margin: auto !important
        }

        .mt-auto,
        .my-auto {
            margin-top: auto !important
        }

        .mr-auto,
        .mx-auto {
            margin-right: auto !important
        }

        .mb-auto,
        .my-auto {
            margin-bottom: auto !important
        }

        .ml-auto,
        .mx-auto {
            margin-left: auto !important
        }

        .gutters-5,
        .input-daterange .add-on {
            margin-right: -5px;
            margin-left: -5px
        }

        .text-monospace {
            font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
        }

        .text-justify {
            text-align: justify !important
        }

        .text-wrap {
            white-space: normal !important
        }

        .text-nowrap {
            white-space: nowrap !important
        }

        .modal-title,
        .text-truncate {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .text-left {
            text-align: left !important
        }

        .text-right {
            text-align: right !important
        }

        .center-heading-h3,
        .text-center {
            text-align: center !important
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px
            }

            .col-sm {
                flex-basis: 0px;
                flex-grow: 1;
                max-width: 100%
            }

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

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

            .col-sm-2 {
                flex: 0 0 16.6667%;
                max-width: 16.6667%
            }

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

            .col-sm-4 {
                flex: 0 0 33.3333%;
                max-width: 33.3333%
            }

            .col-sm-5 {
                flex: 0 0 41.6667%;
                max-width: 41.6667%
            }

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

            .col-sm-7 {
                flex: 0 0 58.3333%;
                max-width: 58.3333%
            }

            .col-sm-8 {
                flex: 0 0 66.6667%;
                max-width: 66.6667%
            }

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

            .col-sm-10 {
                flex: 0 0 83.3333%;
                max-width: 83.3333%
            }

            .col-sm-11 {
                flex: 0 0 91.6667%;
                max-width: 91.6667%
            }

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

            .order-sm-first {
                order: -1
            }

            .order-sm-last {
                order: 13
            }

            .order-sm-0 {
                order: 0
            }

            .order-sm-1 {
                order: 1
            }

            .order-sm-2 {
                order: 2
            }

            .order-sm-3 {
                order: 3
            }

            .order-sm-4 {
                order: 4
            }

            .order-sm-5 {
                order: 5
            }

            .order-sm-6 {
                order: 6
            }

            .order-sm-7 {
                order: 7
            }

            .order-sm-8 {
                order: 8
            }

            .order-sm-9 {
                order: 9
            }

            .order-sm-10 {
                order: 10
            }

            .order-sm-11 {
                order: 11
            }

            .order-sm-12 {
                order: 12
            }

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

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

            .offset-sm-2 {
                margin-left: 16.6667%
            }

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

            .offset-sm-4 {
                margin-left: 33.3333%
            }

            .offset-sm-5 {
                margin-left: 41.6667%
            }

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

            .offset-sm-7 {
                margin-left: 58.3333%
            }

            .offset-sm-8 {
                margin-left: 66.6667%
            }

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

            .offset-sm-10 {
                margin-left: 83.3333%
            }

            .offset-sm-11 {
                margin-left: 91.6667%
            }

            .form-inline label {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 0
            }

            .form-inline .form-group {
                display: flex;
                flex: 0 0 auto;
                flex-flow: wrap;
                align-items: center;
                margin-bottom: 0
            }

            .form-inline .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle
            }

            .form-inline .form-control-plaintext {
                display: inline-block
            }

            .form-inline .custom-select,
            .form-inline .input-group {
                width: auto
            }

            .form-inline .form-check {
                display: flex;
                align-items: center;
                justify-content: center;
                width: auto;
                padding-left: 0
            }

            .form-inline .form-check-input {
                position: relative;
                margin-top: 0;
                margin-right: .25rem;
                margin-left: 0
            }

            .form-inline .custom-control {
                align-items: center;
                justify-content: center
            }

            .form-inline .custom-control-label {
                margin-bottom: 0
            }

            .dropdown-menu-sm-right {
                right: 0;
                left: auto
            }

            .dropdown-menu-sm-left {
                right: auto;
                left: 0
            }

            .navbar-expand-sm {
                flex-flow: row;
                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>.container,
            .navbar-expand-sm>.container-fluid {
                flex-wrap: nowrap
            }

            .navbar-expand-sm .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-sm .navbar-toggler {
                display: none
            }

            .card-deck {
                flex-flow: wrap;
                margin-right: -15px;
                margin-left: -15px
            }

            .card-deck .card {
                display: flex;
                flex: 1 0 0%;
                flex-direction: column;
                margin-right: 15px;
                margin-bottom: 0;
                margin-left: 15px
            }

            .card-group {
                flex-flow: wrap
            }

            .card-group>.card {
                flex: 1 0 0%;
                margin-bottom: 0
            }

            .card-group>.card+.card {
                margin-left: 0;
                border-left: 0
            }

            .card-group>.card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

            .card-group>.card:first-child .card-header,
            .card-group>.card:first-child .card-img-top {
                border-top-right-radius: 0
            }

            .card-group>.card:first-child .card-footer,
            .card-group>.card:first-child .card-img-bottom {
                border-bottom-right-radius: 0
            }

            .card-group>.card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

            .card-group>.card:last-child .card-header,
            .card-group>.card:last-child .card-img-top {
                border-top-left-radius: 0
            }

            .card-group>.card:last-child .card-footer,
            .card-group>.card:last-child .card-img-bottom {
                border-bottom-left-radius: 0
            }

            .card-group>.card:only-child {
                border-radius: .25rem
            }

            .card-group>.card:only-child .card-header,
            .card-group>.card:only-child .card-img-top {
                border-top-left-radius: .25rem;
                border-top-right-radius: .25rem
            }

            .card-group>.card:only-child .card-footer,
            .card-group>.card:only-child .card-img-bottom {
                border-bottom-right-radius: .25rem;
                border-bottom-left-radius: .25rem
            }

            .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
            .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
            .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
            .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
            .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0
            }

            .card-columns {
                column-count: 3;
                column-gap: 1.25rem;
                orphans: 1;
                widows: 1
            }

            .card-columns .card {
                display: inline-block;
                width: 100%
            }

            .jumbotron {
                padding: 4rem 2rem
            }

            .modal-dialog {
                max-width: 500px;
                margin: 1.75rem auto
            }

            .modal-dialog-centered {
                min-height: calc(100% - 3.5rem)
            }

            .modal-dialog-centered::before {
                height: calc(-3.5rem + 100vh)
            }

            .modal-sm {
                max-width: 300px
            }

            .d-sm-none {
                display: none !important
            }

            .d-sm-inline {
                display: inline !important
            }

            .d-sm-inline-block {
                display: inline-block !important
            }

            .d-sm-block {
                display: block !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
            }

            .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-wrap {
                flex-wrap: wrap !important
            }

            .flex-sm-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-sm-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-sm-fill {
                flex: 1 1 auto !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
            }

            .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
            }

            .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
            }

            .float-sm-left {
                float: left !important
            }

            .float-sm-right {
                float: right !important
            }

            .float-sm-none {
                float: none !important
            }

            .m-sm-0 {
                margin: 0 !important
            }

            .mt-sm-0,
            .my-sm-0 {
                margin-top: 0 !important
            }

            .mr-sm-0,
            .mx-sm-0 {
                margin-right: 0 !important
            }

            .mb-sm-0,
            .my-sm-0 {
                margin-bottom: 0 !important
            }

            .ml-sm-0,
            .mx-sm-0 {
                margin-left: 0 !important
            }

            .m-sm-1 {
                margin: .25rem !important
            }

            .mt-sm-1,
            .my-sm-1 {
                margin-top: .25rem !important
            }

            .mr-sm-1,
            .mx-sm-1 {
                margin-right: .25rem !important
            }

            .mb-sm-1,
            .my-sm-1 {
                margin-bottom: .25rem !important
            }

            .ml-sm-1,
            .mx-sm-1 {
                margin-left: .25rem !important
            }

            .m-sm-2 {
                margin: .5rem !important
            }

            .mt-sm-2,
            .my-sm-2 {
                margin-top: .5rem !important
            }

            .mr-sm-2,
            .mx-sm-2 {
                margin-right: .5rem !important
            }

            .mb-sm-2,
            .my-sm-2 {
                margin-bottom: .5rem !important
            }

            .ml-sm-2,
            .mx-sm-2 {
                margin-left: .5rem !important
            }

            .m-sm-3 {
                margin: 1rem !important
            }

            .mt-sm-3,
            .my-sm-3 {
                margin-top: 1rem !important
            }

            .mr-sm-3,
            .mx-sm-3 {
                margin-right: 1rem !important
            }

            .mb-sm-3,
            .my-sm-3 {
                margin-bottom: 1rem !important
            }

            .ml-sm-3,
            .mx-sm-3 {
                margin-left: 1rem !important
            }

            .m-sm-4 {
                margin: 1.5rem !important
            }

            .mt-sm-4,
            .my-sm-4 {
                margin-top: 1.5rem !important
            }

            .mr-sm-4,
            .mx-sm-4 {
                margin-right: 1.5rem !important
            }

            .mb-sm-4,
            .my-sm-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-sm-4,
            .mx-sm-4 {
                margin-left: 1.5rem !important
            }

            .m-sm-5 {
                margin: 3rem !important
            }

            .mt-sm-5,
            .my-sm-5 {
                margin-top: 3rem !important
            }

            .mr-sm-5,
            .mx-sm-5 {
                margin-right: 3rem !important
            }

            .mb-sm-5,
            .my-sm-5 {
                margin-bottom: 3rem !important
            }

            .ml-sm-5,
            .mx-sm-5 {
                margin-left: 3rem !important
            }

            .p-sm-0 {
                padding: 0 !important
            }

            .pt-sm-0,
            .py-sm-0 {
                padding-top: 0 !important
            }

            .pr-sm-0,
            .px-sm-0 {
                padding-right: 0 !important
            }

            .pb-sm-0,
            .py-sm-0 {
                padding-bottom: 0 !important
            }

            .pl-sm-0,
            .px-sm-0 {
                padding-left: 0 !important
            }

            .p-sm-1 {
                padding: .25rem !important
            }

            .pt-sm-1,
            .py-sm-1 {
                padding-top: .25rem !important
            }

            .pr-sm-1,
            .px-sm-1 {
                padding-right: .25rem !important
            }

            .pb-sm-1,
            .py-sm-1 {
                padding-bottom: .25rem !important
            }

            .pl-sm-1,
            .px-sm-1 {
                padding-left: .25rem !important
            }

            .p-sm-2 {
                padding: .5rem !important
            }

            .pt-sm-2,
            .py-sm-2 {
                padding-top: .5rem !important
            }

            .pr-sm-2,
            .px-sm-2 {
                padding-right: .5rem !important
            }

            .pb-sm-2,
            .py-sm-2 {
                padding-bottom: .5rem !important
            }

            .pl-sm-2,
            .px-sm-2 {
                padding-left: .5rem !important
            }

            .p-sm-3 {
                padding: 1rem !important
            }

            .pt-sm-3,
            .py-sm-3 {
                padding-top: 1rem !important
            }

            .pr-sm-3,
            .px-sm-3 {
                padding-right: 1rem !important
            }

            .pb-sm-3,
            .py-sm-3 {
                padding-bottom: 1rem !important
            }

            .pl-sm-3,
            .px-sm-3 {
                padding-left: 1rem !important
            }

            .p-sm-4 {
                padding: 1.5rem !important
            }

            .pt-sm-4,
            .py-sm-4 {
                padding-top: 1.5rem !important
            }

            .pr-sm-4,
            .px-sm-4 {
                padding-right: 1.5rem !important
            }

            .pb-sm-4,
            .py-sm-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-sm-4,
            .px-sm-4 {
                padding-left: 1.5rem !important
            }

            .p-sm-5 {
                padding: 3rem !important
            }

            .pt-sm-5,
            .py-sm-5 {
                padding-top: 3rem !important
            }

            .pr-sm-5,
            .px-sm-5 {
                padding-right: 3rem !important
            }

            .pb-sm-5,
            .py-sm-5 {
                padding-bottom: 3rem !important
            }

            .pl-sm-5,
            .px-sm-5 {
                padding-left: 3rem !important
            }

            .m-sm-n1 {
                margin: -.25rem !important
            }

            .mt-sm-n1,
            .my-sm-n1 {
                margin-top: -.25rem !important
            }

            .mr-sm-n1,
            .mx-sm-n1 {
                margin-right: -.25rem !important
            }

            .mb-sm-n1,
            .my-sm-n1 {
                margin-bottom: -.25rem !important
            }

            .ml-sm-n1,
            .mx-sm-n1 {
                margin-left: -.25rem !important
            }

            .m-sm-n2 {
                margin: -.5rem !important
            }

            .mt-sm-n2,
            .my-sm-n2 {
                margin-top: -.5rem !important
            }

            .mr-sm-n2,
            .mx-sm-n2 {
                margin-right: -.5rem !important
            }

            .mb-sm-n2,
            .my-sm-n2 {
                margin-bottom: -.5rem !important
            }

            .ml-sm-n2,
            .mx-sm-n2 {
                margin-left: -.5rem !important
            }

            .m-sm-n3 {
                margin: -1rem !important
            }

            .mt-sm-n3,
            .my-sm-n3 {
                margin-top: -1rem !important
            }

            .mr-sm-n3,
            .mx-sm-n3 {
                margin-right: -1rem !important
            }

            .mb-sm-n3,
            .my-sm-n3 {
                margin-bottom: -1rem !important
            }

            .ml-sm-n3,
            .mx-sm-n3 {
                margin-left: -1rem !important
            }

            .m-sm-n4 {
                margin: -1.5rem !important
            }

            .mt-sm-n4,
            .my-sm-n4 {
                margin-top: -1.5rem !important
            }

            .mr-sm-n4,
            .mx-sm-n4 {
                margin-right: -1.5rem !important
            }

            .mb-sm-n4,
            .my-sm-n4 {
                margin-bottom: -1.5rem !important
            }

            .ml-sm-n4,
            .mx-sm-n4 {
                margin-left: -1.5rem !important
            }

            .m-sm-n5 {
                margin: -3rem !important
            }

            .mt-sm-n5,
            .my-sm-n5 {
                margin-top: -3rem !important
            }

            .mr-sm-n5,
            .mx-sm-n5 {
                margin-right: -3rem !important
            }

            .mb-sm-n5,
            .my-sm-n5 {
                margin-bottom: -3rem !important
            }

            .ml-sm-n5,
            .mx-sm-n5 {
                margin-left: -3rem !important
            }

            .m-sm-auto {
                margin: auto !important
            }

            .mt-sm-auto,
            .my-sm-auto {
                margin-top: auto !important
            }

            .mr-sm-auto,
            .mx-sm-auto {
                margin-right: auto !important
            }

            .mb-sm-auto,
            .my-sm-auto {
                margin-bottom: auto !important
            }

            .ml-sm-auto,
            .mx-sm-auto {
                margin-left: auto !important
            }

            .text-sm-left {
                text-align: left !important
            }

            .text-sm-right {
                text-align: right !important
            }

            .text-sm-center {
                text-align: center !important
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px
            }

            .col-md {
                flex-basis: 0px;
                flex-grow: 1;
                max-width: 100%
            }

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

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

            .col-md-2 {
                flex: 0 0 16.6667%;
                max-width: 16.6667%
            }

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

            .col-md-4 {
                flex: 0 0 33.3333%;
                max-width: 33.3333%
            }

            .col-md-5 {
                flex: 0 0 41.6667%;
                max-width: 41.6667%
            }

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

            .col-md-7 {
                flex: 0 0 58.3333%;
                max-width: 58.3333%
            }

            .col-md-8 {
                flex: 0 0 66.6667%;
                max-width: 66.6667%
            }

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

            .col-md-10 {
                flex: 0 0 83.3333%;
                max-width: 83.3333%
            }

            .col-md-11 {
                flex: 0 0 91.6667%;
                max-width: 91.6667%
            }

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

            .order-md-first {
                order: -1
            }

            .order-md-last {
                order: 13
            }

            .order-md-0 {
                order: 0
            }

            .order-md-1 {
                order: 1
            }

            .order-md-2 {
                order: 2
            }

            .order-md-3 {
                order: 3
            }

            .order-md-4 {
                order: 4
            }

            .order-md-5 {
                order: 5
            }

            .order-md-6 {
                order: 6
            }

            .order-md-7 {
                order: 7
            }

            .order-md-8 {
                order: 8
            }

            .order-md-9 {
                order: 9
            }

            .order-md-10 {
                order: 10
            }

            .order-md-11 {
                order: 11
            }

            .order-md-12 {
                order: 12
            }

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

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

            .offset-md-2 {
                margin-left: 16.6667%
            }

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

            .offset-md-4 {
                margin-left: 33.3333%
            }

            .offset-md-5 {
                margin-left: 41.6667%
            }

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

            .offset-md-7 {
                margin-left: 58.3333%
            }

            .offset-md-8 {
                margin-left: 66.6667%
            }

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

            .offset-md-10 {
                margin-left: 83.3333%
            }

            .offset-md-11 {
                margin-left: 91.6667%
            }

            .dropdown-menu-md-right {
                right: 0;
                left: auto
            }

            .dropdown-menu-md-left {
                right: auto;
                left: 0
            }

            .navbar-expand-md {
                flex-flow: row;
                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>.container,
            .navbar-expand-md>.container-fluid {
                flex-wrap: nowrap
            }

            .navbar-expand-md .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-md .navbar-toggler {
                display: none
            }

            .d-md-none {
                display: none !important
            }

            .d-md-inline {
                display: inline !important
            }

            .d-md-inline-block {
                display: inline-block !important
            }

            .d-md-block {
                display: block !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
            }

            .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-wrap {
                flex-wrap: wrap !important
            }

            .flex-md-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-md-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-md-fill {
                flex: 1 1 auto !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
            }

            .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
            }

            .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
            }

            .float-md-left {
                float: left !important
            }

            .float-md-right {
                float: right !important
            }

            .float-md-none {
                float: none !important
            }

            .m-md-0 {
                margin: 0 !important
            }

            .mt-md-0,
            .my-md-0 {
                margin-top: 0 !important
            }

            .mr-md-0,
            .mx-md-0 {
                margin-right: 0 !important
            }

            .mb-md-0,
            .my-md-0 {
                margin-bottom: 0 !important
            }

            .ml-md-0,
            .mx-md-0 {
                margin-left: 0 !important
            }

            .m-md-1 {
                margin: .25rem !important
            }

            .mt-md-1,
            .my-md-1 {
                margin-top: .25rem !important
            }

            .mr-md-1,
            .mx-md-1 {
                margin-right: .25rem !important
            }

            .mb-md-1,
            .my-md-1 {
                margin-bottom: .25rem !important
            }

            .ml-md-1,
            .mx-md-1 {
                margin-left: .25rem !important
            }

            .m-md-2 {
                margin: .5rem !important
            }

            .mt-md-2,
            .my-md-2 {
                margin-top: .5rem !important
            }

            .mr-md-2,
            .mx-md-2 {
                margin-right: .5rem !important
            }

            .mb-md-2,
            .my-md-2 {
                margin-bottom: .5rem !important
            }

            .ml-md-2,
            .mx-md-2 {
                margin-left: .5rem !important
            }

            .m-md-3 {
                margin: 1rem !important
            }

            .mt-md-3,
            .my-md-3 {
                margin-top: 1rem !important
            }

            .mr-md-3,
            .mx-md-3 {
                margin-right: 1rem !important
            }

            .mb-md-3,
            .my-md-3 {
                margin-bottom: 1rem !important
            }

            .ml-md-3,
            .mx-md-3 {
                margin-left: 1rem !important
            }

            .m-md-4 {
                margin: 1.5rem !important
            }

            .mt-md-4,
            .my-md-4 {
                margin-top: 1.5rem !important
            }

            .mr-md-4,
            .mx-md-4 {
                margin-right: 1.5rem !important
            }

            .mb-md-4,
            .my-md-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-md-4,
            .mx-md-4 {
                margin-left: 1.5rem !important
            }

            .m-md-5 {
                margin: 3rem !important
            }

            .mt-md-5,
            .my-md-5 {
                margin-top: 3rem !important
            }

            .mr-md-5,
            .mx-md-5 {
                margin-right: 3rem !important
            }

            .mb-md-5,
            .my-md-5 {
                margin-bottom: 3rem !important
            }

            .ml-md-5,
            .mx-md-5 {
                margin-left: 3rem !important
            }

            .p-md-0 {
                padding: 0 !important
            }

            .pt-md-0,
            .py-md-0 {
                padding-top: 0 !important
            }

            .pr-md-0,
            .px-md-0 {
                padding-right: 0 !important
            }

            .pb-md-0,
            .py-md-0 {
                padding-bottom: 0 !important
            }

            .pl-md-0,
            .px-md-0 {
                padding-left: 0 !important
            }

            .p-md-1 {
                padding: .25rem !important
            }

            .pt-md-1,
            .py-md-1 {
                padding-top: .25rem !important
            }

            .pr-md-1,
            .px-md-1 {
                padding-right: .25rem !important
            }

            .pb-md-1,
            .py-md-1 {
                padding-bottom: .25rem !important
            }

            .pl-md-1,
            .px-md-1 {
                padding-left: .25rem !important
            }

            .p-md-2 {
                padding: .5rem !important
            }

            .pt-md-2,
            .py-md-2 {
                padding-top: .5rem !important
            }

            .pr-md-2,
            .px-md-2 {
                padding-right: .5rem !important
            }

            .pb-md-2,
            .py-md-2 {
                padding-bottom: .5rem !important
            }

            .pl-md-2,
            .px-md-2 {
                padding-left: .5rem !important
            }

            .p-md-3 {
                padding: 1rem !important
            }

            .pt-md-3,
            .py-md-3 {
                padding-top: 1rem !important
            }

            .pr-md-3,
            .px-md-3 {
                padding-right: 1rem !important
            }

            .pb-md-3,
            .py-md-3 {
                padding-bottom: 1rem !important
            }

            .pl-md-3,
            .px-md-3 {
                padding-left: 1rem !important
            }

            .p-md-4 {
                padding: 1.5rem !important
            }

            .pt-md-4,
            .py-md-4 {
                padding-top: 1.5rem !important
            }

            .pr-md-4,
            .px-md-4 {
                padding-right: 1.5rem !important
            }

            .pb-md-4,
            .py-md-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-md-4,
            .px-md-4 {
                padding-left: 1.5rem !important
            }

            .p-md-5 {
                padding: 3rem !important
            }

            .pt-md-5,
            .py-md-5 {
                padding-top: 3rem !important
            }

            .pr-md-5,
            .px-md-5 {
                padding-right: 3rem !important
            }

            .pb-md-5,
            .py-md-5 {
                padding-bottom: 3rem !important
            }

            .pl-md-5,
            .px-md-5 {
                padding-left: 3rem !important
            }

            .m-md-n1 {
                margin: -.25rem !important
            }

            .mt-md-n1,
            .my-md-n1 {
                margin-top: -.25rem !important
            }

            .mr-md-n1,
            .mx-md-n1 {
                margin-right: -.25rem !important
            }

            .mb-md-n1,
            .my-md-n1 {
                margin-bottom: -.25rem !important
            }

            .ml-md-n1,
            .mx-md-n1 {
                margin-left: -.25rem !important
            }

            .m-md-n2 {
                margin: -.5rem !important
            }

            .mt-md-n2,
            .my-md-n2 {
                margin-top: -.5rem !important
            }

            .mr-md-n2,
            .mx-md-n2 {
                margin-right: -.5rem !important
            }

            .mb-md-n2,
            .my-md-n2 {
                margin-bottom: -.5rem !important
            }

            .ml-md-n2,
            .mx-md-n2 {
                margin-left: -.5rem !important
            }

            .m-md-n3 {
                margin: -1rem !important
            }

            .mt-md-n3,
            .my-md-n3 {
                margin-top: -1rem !important
            }

            .mr-md-n3,
            .mx-md-n3 {
                margin-right: -1rem !important
            }

            .mb-md-n3,
            .my-md-n3 {
                margin-bottom: -1rem !important
            }

            .ml-md-n3,
            .mx-md-n3 {
                margin-left: -1rem !important
            }

            .m-md-n4 {
                margin: -1.5rem !important
            }

            .mt-md-n4,
            .my-md-n4 {
                margin-top: -1.5rem !important
            }

            .mr-md-n4,
            .mx-md-n4 {
                margin-right: -1.5rem !important
            }

            .mb-md-n4,
            .my-md-n4 {
                margin-bottom: -1.5rem !important
            }

            .ml-md-n4,
            .mx-md-n4 {
                margin-left: -1.5rem !important
            }

            .m-md-n5 {
                margin: -3rem !important
            }

            .mt-md-n5,
            .my-md-n5 {
                margin-top: -3rem !important
            }

            .mr-md-n5,
            .mx-md-n5 {
                margin-right: -3rem !important
            }

            .mb-md-n5,
            .my-md-n5 {
                margin-bottom: -3rem !important
            }

            .ml-md-n5,
            .mx-md-n5 {
                margin-left: -3rem !important
            }

            .m-md-auto {
                margin: auto !important
            }

            .mt-md-auto,
            .my-md-auto {
                margin-top: auto !important
            }

            .mr-md-auto,
            .mx-md-auto {
                margin-right: auto !important
            }

            .mb-md-auto,
            .my-md-auto {
                margin-bottom: auto !important
            }

            .ml-md-auto,
            .mx-md-auto {
                margin-left: auto !important
            }

            .text-md-left {
                text-align: left !important
            }

            .text-md-right {
                text-align: right !important
            }

            .text-md-center {
                text-align: center !important
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px
            }

            .col-lg {
                flex-basis: 0px;
                flex-grow: 1;
                max-width: 100%
            }

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

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

            .col-lg-2 {
                flex: 0 0 16.6667%;
                max-width: 16.6667%
            }

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

            .col-lg-4 {
                flex: 0 0 33.3333%;
                max-width: 33.3333%
            }

            .col-lg-5 {
                flex: 0 0 41.6667%;
                max-width: 41.6667%
            }

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

            .col-lg-7 {
                flex: 0 0 58.3333%;
                max-width: 58.3333%
            }

            .col-lg-8 {
                flex: 0 0 66.6667%;
                max-width: 66.6667%
            }

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

            .col-lg-10 {
                flex: 0 0 83.3333%;
                max-width: 83.3333%
            }

            .col-lg-11 {
                flex: 0 0 91.6667%;
                max-width: 91.6667%
            }

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

            .order-lg-first {
                order: -1
            }

            .order-lg-last {
                order: 13
            }

            .order-lg-0 {
                order: 0
            }

            .order-lg-1 {
                order: 1
            }

            .order-lg-2 {
                order: 2
            }

            .order-lg-3 {
                order: 3
            }

            .order-lg-4 {
                order: 4
            }

            .order-lg-5 {
                order: 5
            }

            .order-lg-6 {
                order: 6
            }

            .order-lg-7 {
                order: 7
            }

            .order-lg-8 {
                order: 8
            }

            .order-lg-9 {
                order: 9
            }

            .order-lg-10 {
                order: 10
            }

            .order-lg-11 {
                order: 11
            }

            .order-lg-12 {
                order: 12
            }

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

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

            .offset-lg-2 {
                margin-left: 16.6667%
            }

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

            .offset-lg-4 {
                margin-left: 33.3333%
            }

            .offset-lg-5 {
                margin-left: 41.6667%
            }

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

            .offset-lg-7 {
                margin-left: 58.3333%
            }

            .offset-lg-8 {
                margin-left: 66.6667%
            }

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

            .offset-lg-10 {
                margin-left: 83.3333%
            }

            .offset-lg-11 {
                margin-left: 91.6667%
            }

            .dropdown-menu-lg-right {
                right: 0;
                left: auto
            }

            .dropdown-menu-lg-left {
                right: auto;
                left: 0
            }

            .navbar-expand-lg {
                flex-flow: row;
                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>.container,
            .navbar-expand-lg>.container-fluid {
                flex-wrap: nowrap
            }

            .navbar-expand-lg .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-lg .navbar-toggler {
                display: none
            }

            .modal-lg,
            .modal-xl {
                max-width: 800px
            }

            .d-lg-none {
                display: none !important
            }

            .d-lg-inline {
                display: inline !important
            }

            .d-lg-inline-block {
                display: inline-block !important
            }

            .d-lg-block {
                display: block !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
            }

            .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-wrap {
                flex-wrap: wrap !important
            }

            .flex-lg-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-lg-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-lg-fill {
                flex: 1 1 auto !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
            }

            .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
            }

            .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
            }

            .float-lg-left {
                float: left !important
            }

            .float-lg-right {
                float: right !important
            }

            .float-lg-none {
                float: none !important
            }

            .m-lg-0 {
                margin: 0 !important
            }

            .mt-lg-0,
            .my-lg-0 {
                margin-top: 0 !important
            }

            .mr-lg-0,
            .mx-lg-0 {
                margin-right: 0 !important
            }

            .mb-lg-0,
            .my-lg-0 {
                margin-bottom: 0 !important
            }

            .ml-lg-0,
            .mx-lg-0 {
                margin-left: 0 !important
            }

            .m-lg-1 {
                margin: .25rem !important
            }

            .mt-lg-1,
            .my-lg-1 {
                margin-top: .25rem !important
            }

            .mr-lg-1,
            .mx-lg-1 {
                margin-right: .25rem !important
            }

            .mb-lg-1,
            .my-lg-1 {
                margin-bottom: .25rem !important
            }

            .ml-lg-1,
            .mx-lg-1 {
                margin-left: .25rem !important
            }

            .m-lg-2 {
                margin: .5rem !important
            }

            .mt-lg-2,
            .my-lg-2 {
                margin-top: .5rem !important
            }

            .mr-lg-2,
            .mx-lg-2 {
                margin-right: .5rem !important
            }

            .mb-lg-2,
            .my-lg-2 {
                margin-bottom: .5rem !important
            }

            .ml-lg-2,
            .mx-lg-2 {
                margin-left: .5rem !important
            }

            .m-lg-3 {
                margin: 1rem !important
            }

            .mt-lg-3,
            .my-lg-3 {
                margin-top: 1rem !important
            }

            .mr-lg-3,
            .mx-lg-3 {
                margin-right: 1rem !important
            }

            .mb-lg-3,
            .my-lg-3 {
                margin-bottom: 1rem !important
            }

            .ml-lg-3,
            .mx-lg-3 {
                margin-left: 1rem !important
            }

            .m-lg-4 {
                margin: 1.5rem !important
            }

            .mt-lg-4,
            .my-lg-4 {
                margin-top: 1.5rem !important
            }

            .mr-lg-4,
            .mx-lg-4 {
                margin-right: 1.5rem !important
            }

            .mb-lg-4,
            .my-lg-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-lg-4,
            .mx-lg-4 {
                margin-left: 1.5rem !important
            }

            .m-lg-5 {
                margin: 3rem !important
            }

            .mt-lg-5,
            .my-lg-5 {
                margin-top: 3rem !important
            }

            .mr-lg-5,
            .mx-lg-5 {
                margin-right: 3rem !important
            }

            .mb-lg-5,
            .my-lg-5 {
                margin-bottom: 3rem !important
            }

            .ml-lg-5,
            .mx-lg-5 {
                margin-left: 3rem !important
            }

            .p-lg-0 {
                padding: 0 !important
            }

            .pt-lg-0,
            .py-lg-0 {
                padding-top: 0 !important
            }

            .pr-lg-0,
            .px-lg-0 {
                padding-right: 0 !important
            }

            .pb-lg-0,
            .py-lg-0 {
                padding-bottom: 0 !important
            }

            .pl-lg-0,
            .px-lg-0 {
                padding-left: 0 !important
            }

            .p-lg-1 {
                padding: .25rem !important
            }

            .pt-lg-1,
            .py-lg-1 {
                padding-top: .25rem !important
            }

            .pr-lg-1,
            .px-lg-1 {
                padding-right: .25rem !important
            }

            .pb-lg-1,
            .py-lg-1 {
                padding-bottom: .25rem !important
            }

            .pl-lg-1,
            .px-lg-1 {
                padding-left: .25rem !important
            }

            .p-lg-2 {
                padding: .5rem !important
            }

            .pt-lg-2,
            .py-lg-2 {
                padding-top: .5rem !important
            }

            .pr-lg-2,
            .px-lg-2 {
                padding-right: .5rem !important
            }

            .pb-lg-2,
            .py-lg-2 {
                padding-bottom: .5rem !important
            }

            .pl-lg-2,
            .px-lg-2 {
                padding-left: .5rem !important
            }

            .p-lg-3 {
                padding: 1rem !important
            }

            .pt-lg-3,
            .py-lg-3 {
                padding-top: 1rem !important
            }

            .pr-lg-3,
            .px-lg-3 {
                padding-right: 1rem !important
            }

            .pb-lg-3,
            .py-lg-3 {
                padding-bottom: 1rem !important
            }

            .pl-lg-3,
            .px-lg-3 {
                padding-left: 1rem !important
            }

            .p-lg-4 {
                padding: 1.5rem !important
            }

            .pt-lg-4,
            .py-lg-4 {
                padding-top: 1.5rem !important
            }

            .pr-lg-4,
            .px-lg-4 {
                padding-right: 1.5rem !important
            }

            .pb-lg-4,
            .py-lg-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-lg-4,
            .px-lg-4 {
                padding-left: 1.5rem !important
            }

            .p-lg-5 {
                padding: 3rem !important
            }

            .pt-lg-5,
            .py-lg-5 {
                padding-top: 3rem !important
            }

            .pr-lg-5,
            .px-lg-5 {
                padding-right: 3rem !important
            }

            .pb-lg-5,
            .py-lg-5 {
                padding-bottom: 3rem !important
            }

            .pl-lg-5,
            .px-lg-5 {
                padding-left: 3rem !important
            }

            .m-lg-n1 {
                margin: -.25rem !important
            }

            .mt-lg-n1,
            .my-lg-n1 {
                margin-top: -.25rem !important
            }

            .mr-lg-n1,
            .mx-lg-n1 {
                margin-right: -.25rem !important
            }

            .mb-lg-n1,
            .my-lg-n1 {
                margin-bottom: -.25rem !important
            }

            .ml-lg-n1,
            .mx-lg-n1 {
                margin-left: -.25rem !important
            }

            .m-lg-n2 {
                margin: -.5rem !important
            }

            .mt-lg-n2,
            .my-lg-n2 {
                margin-top: -.5rem !important
            }

            .mr-lg-n2,
            .mx-lg-n2 {
                margin-right: -.5rem !important
            }

            .mb-lg-n2,
            .my-lg-n2 {
                margin-bottom: -.5rem !important
            }

            .ml-lg-n2,
            .mx-lg-n2 {
                margin-left: -.5rem !important
            }

            .m-lg-n3 {
                margin: -1rem !important
            }

            .mt-lg-n3,
            .my-lg-n3 {
                margin-top: -1rem !important
            }

            .mr-lg-n3,
            .mx-lg-n3 {
                margin-right: -1rem !important
            }

            .mb-lg-n3,
            .my-lg-n3 {
                margin-bottom: -1rem !important
            }

            .ml-lg-n3,
            .mx-lg-n3 {
                margin-left: -1rem !important
            }

            .m-lg-n4 {
                margin: -1.5rem !important
            }

            .mt-lg-n4,
            .my-lg-n4 {
                margin-top: -1.5rem !important
            }

            .mr-lg-n4,
            .mx-lg-n4 {
                margin-right: -1.5rem !important
            }

            .mb-lg-n4,
            .my-lg-n4 {
                margin-bottom: -1.5rem !important
            }

            .ml-lg-n4,
            .mx-lg-n4 {
                margin-left: -1.5rem !important
            }

            .m-lg-n5 {
                margin: -3rem !important
            }

            .mt-lg-n5,
            .my-lg-n5 {
                margin-top: -3rem !important
            }

            .mr-lg-n5,
            .mx-lg-n5 {
                margin-right: -3rem !important
            }

            .mb-lg-n5,
            .my-lg-n5 {
                margin-bottom: -3rem !important
            }

            .ml-lg-n5,
            .mx-lg-n5 {
                margin-left: -3rem !important
            }

            .m-lg-auto {
                margin: auto !important
            }

            .mt-lg-auto,
            .my-lg-auto {
                margin-top: auto !important
            }

            .mr-lg-auto,
            .mx-lg-auto {
                margin-right: auto !important
            }

            .mb-lg-auto,
            .my-lg-auto {
                margin-bottom: auto !important
            }

            .ml-lg-auto,
            .mx-lg-auto {
                margin-left: auto !important
            }

            .text-lg-left {
                text-align: left !important
            }

            .text-lg-right {
                text-align: right !important
            }

            .text-lg-center {
                text-align: center !important
            }

            .tasheel-navbar .nav-item::before {
                content: "";
                position: absolute;
                background: #d7363c;
                z-index: 10;
                top: 0;
                left: 0;
                width: 100%;
                height: 4px;
                opacity: 0;
                transition: top .4s, background .4s, height .4s
            }

            .tasheel-navbar .nav-item:hover::before {
                opacity: 1;
                top: -5px;
                transition: top .4s, background .4s
            }

            .tasheel-navbar .navbar-nav .dropdown-menu {
                width: 231px;
                background-color: #fff;
                border-width: 0 2px;
                border-image: initial;
                border-style: initial solid;
                border-color: initial #efefef;
                padding: 0 20px;
                margin: 0;
                transform-style: preserve-3d;
                transform-origin: center top;
                transform: scale3d(1, 0, 0);
                transition: transform .4s;
                display: block !important;
                box-sizing: content-box !important
            }

            .dropdown-toggle::before {
                display: inline-block;
                vertical-align: .255em;
                content: "";
                border-width: 0 .5em .5em;
                border-style: initial solid solid;
                border-color: initial transparent;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -10px;
                opacity: 0;
                transform-origin: center bottom;
                transition: opacity .3s, transform .3s
            }

            .tasheel-navbar .nav-item:hover .dropdown-toggle::after {
                transform-origin: center top;
                transform: rotate(-180deg);
                transition: transform .3s
            }

            .tasheel-navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
                transform: scale3d(1, 1, 1);
                transition: transform .4s;
                border-bottom: 2px solid #efefef
            }

            .tasheel-navbar .navbar-nav .nav-item.dropdown:hover .dropdown-toggle::before {
                opacity: 1;
                transition: opacity .3s
            }

            .tasheel-navbar .navbar-nav .dropdown-menu .dropdown-item {
                color: #7c7c7c;
                display: block;
                padding: 16px 0;
                position: relative;
                font-size: 13px;
                white-space: normal
            }

            .tasheel-navbar .navbar-nav .dropdown-menu .dropdown-item:last-child {
                border-bottom: 0
            }

            .tasheel-navbar .navbar-nav .profile-dropdown .dropdown-menu {
                width: 344px;
                text-align: center;
                padding: 24px 0 0
            }
        }

        @media (min-width:1200px) {

            .container,
            .modal-xl {
                max-width: 1140px
            }

            .col-xl {
                flex-basis: 0px;
                flex-grow: 1;
                max-width: 100%
            }

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

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

            .col-xl-2 {
                flex: 0 0 16.6667%;
                max-width: 16.6667%
            }

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

            .col-xl-4 {
                flex: 0 0 33.3333%;
                max-width: 33.3333%
            }

            .col-xl-5 {
                flex: 0 0 41.6667%;
                max-width: 41.6667%
            }

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

            .col-xl-7 {
                flex: 0 0 58.3333%;
                max-width: 58.3333%
            }

            .col-xl-8 {
                flex: 0 0 66.6667%;
                max-width: 66.6667%
            }

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

            .col-xl-10 {
                flex: 0 0 83.3333%;
                max-width: 83.3333%
            }

            .col-xl-11 {
                flex: 0 0 91.6667%;
                max-width: 91.6667%
            }

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

            .order-xl-first {
                order: -1
            }

            .order-xl-last {
                order: 13
            }

            .order-xl-0 {
                order: 0
            }

            .order-xl-1 {
                order: 1
            }

            .order-xl-2 {
                order: 2
            }

            .order-xl-3 {
                order: 3
            }

            .order-xl-4 {
                order: 4
            }

            .order-xl-5 {
                order: 5
            }

            .order-xl-6 {
                order: 6
            }

            .order-xl-7 {
                order: 7
            }

            .order-xl-8 {
                order: 8
            }

            .order-xl-9 {
                order: 9
            }

            .order-xl-10 {
                order: 10
            }

            .order-xl-11 {
                order: 11
            }

            .order-xl-12 {
                order: 12
            }

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

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

            .offset-xl-2 {
                margin-left: 16.6667%
            }

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

            .offset-xl-4 {
                margin-left: 33.3333%
            }

            .offset-xl-5 {
                margin-left: 41.6667%
            }

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

            .offset-xl-7 {
                margin-left: 58.3333%
            }

            .offset-xl-8 {
                margin-left: 66.6667%
            }

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

            .offset-xl-10 {
                margin-left: 83.3333%
            }

            .offset-xl-11 {
                margin-left: 91.6667%
            }

            .dropdown-menu-xl-right {
                right: 0;
                left: auto
            }

            .dropdown-menu-xl-left {
                right: auto;
                left: 0
            }

            .navbar-expand-xl {
                flex-flow: row;
                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>.container,
            .navbar-expand-xl>.container-fluid {
                flex-wrap: nowrap
            }

            .navbar-expand-xl .navbar-collapse {
                display: flex !important;
                flex-basis: auto
            }

            .navbar-expand-xl .navbar-toggler {
                display: none
            }

            .d-xl-none {
                display: none !important
            }

            .d-xl-inline {
                display: inline !important
            }

            .d-xl-inline-block {
                display: inline-block !important
            }

            .d-xl-block {
                display: block !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
            }

            .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-wrap {
                flex-wrap: wrap !important
            }

            .flex-xl-nowrap {
                flex-wrap: nowrap !important
            }

            .flex-xl-wrap-reverse {
                flex-wrap: wrap-reverse !important
            }

            .flex-xl-fill {
                flex: 1 1 auto !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
            }

            .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
            }

            .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
            }

            .float-xl-left {
                float: left !important
            }

            .float-xl-right {
                float: right !important
            }

            .float-xl-none {
                float: none !important
            }

            .m-xl-0 {
                margin: 0 !important
            }

            .mt-xl-0,
            .my-xl-0 {
                margin-top: 0 !important
            }

            .mr-xl-0,
            .mx-xl-0 {
                margin-right: 0 !important
            }

            .mb-xl-0,
            .my-xl-0 {
                margin-bottom: 0 !important
            }

            .ml-xl-0,
            .mx-xl-0 {
                margin-left: 0 !important
            }

            .m-xl-1 {
                margin: .25rem !important
            }

            .mt-xl-1,
            .my-xl-1 {
                margin-top: .25rem !important
            }

            .mr-xl-1,
            .mx-xl-1 {
                margin-right: .25rem !important
            }

            .mb-xl-1,
            .my-xl-1 {
                margin-bottom: .25rem !important
            }

            .ml-xl-1,
            .mx-xl-1 {
                margin-left: .25rem !important
            }

            .m-xl-2 {
                margin: .5rem !important
            }

            .mt-xl-2,
            .my-xl-2 {
                margin-top: .5rem !important
            }

            .mr-xl-2,
            .mx-xl-2 {
                margin-right: .5rem !important
            }

            .mb-xl-2,
            .my-xl-2 {
                margin-bottom: .5rem !important
            }

            .ml-xl-2,
            .mx-xl-2 {
                margin-left: .5rem !important
            }

            .m-xl-3 {
                margin: 1rem !important
            }

            .mt-xl-3,
            .my-xl-3 {
                margin-top: 1rem !important
            }

            .mr-xl-3,
            .mx-xl-3 {
                margin-right: 1rem !important
            }

            .mb-xl-3,
            .my-xl-3 {
                margin-bottom: 1rem !important
            }

            .ml-xl-3,
            .mx-xl-3 {
                margin-left: 1rem !important
            }

            .m-xl-4 {
                margin: 1.5rem !important
            }

            .mt-xl-4,
            .my-xl-4 {
                margin-top: 1.5rem !important
            }

            .mr-xl-4,
            .mx-xl-4 {
                margin-right: 1.5rem !important
            }

            .mb-xl-4,
            .my-xl-4 {
                margin-bottom: 1.5rem !important
            }

            .ml-xl-4,
            .mx-xl-4 {
                margin-left: 1.5rem !important
            }

            .m-xl-5 {
                margin: 3rem !important
            }

            .mt-xl-5,
            .my-xl-5 {
                margin-top: 3rem !important
            }

            .mr-xl-5,
            .mx-xl-5 {
                margin-right: 3rem !important
            }

            .mb-xl-5,
            .my-xl-5 {
                margin-bottom: 3rem !important
            }

            .ml-xl-5,
            .mx-xl-5 {
                margin-left: 3rem !important
            }

            .p-xl-0 {
                padding: 0 !important
            }

            .pt-xl-0,
            .py-xl-0 {
                padding-top: 0 !important
            }

            .pr-xl-0,
            .px-xl-0 {
                padding-right: 0 !important
            }

            .pb-xl-0,
            .py-xl-0 {
                padding-bottom: 0 !important
            }

            .pl-xl-0,
            .px-xl-0 {
                padding-left: 0 !important
            }

            .p-xl-1 {
                padding: .25rem !important
            }

            .pt-xl-1,
            .py-xl-1 {
                padding-top: .25rem !important
            }

            .pr-xl-1,
            .px-xl-1 {
                padding-right: .25rem !important
            }

            .pb-xl-1,
            .py-xl-1 {
                padding-bottom: .25rem !important
            }

            .pl-xl-1,
            .px-xl-1 {
                padding-left: .25rem !important
            }

            .p-xl-2 {
                padding: .5rem !important
            }

            .pt-xl-2,
            .py-xl-2 {
                padding-top: .5rem !important
            }

            .pr-xl-2,
            .px-xl-2 {
                padding-right: .5rem !important
            }

            .pb-xl-2,
            .py-xl-2 {
                padding-bottom: .5rem !important
            }

            .pl-xl-2,
            .px-xl-2 {
                padding-left: .5rem !important
            }

            .p-xl-3 {
                padding: 1rem !important
            }

            .pt-xl-3,
            .py-xl-3 {
                padding-top: 1rem !important
            }

            .pr-xl-3,
            .px-xl-3 {
                padding-right: 1rem !important
            }

            .pb-xl-3,
            .py-xl-3 {
                padding-bottom: 1rem !important
            }

            .pl-xl-3,
            .px-xl-3 {
                padding-left: 1rem !important
            }

            .p-xl-4 {
                padding: 1.5rem !important
            }

            .pt-xl-4,
            .py-xl-4 {
                padding-top: 1.5rem !important
            }

            .pr-xl-4,
            .px-xl-4 {
                padding-right: 1.5rem !important
            }

            .pb-xl-4,
            .py-xl-4 {
                padding-bottom: 1.5rem !important
            }

            .pl-xl-4,
            .px-xl-4 {
                padding-left: 1.5rem !important
            }

            .p-xl-5 {
                padding: 3rem !important
            }

            .pt-xl-5,
            .py-xl-5 {
                padding-top: 3rem !important
            }

            .pr-xl-5,
            .px-xl-5 {
                padding-right: 3rem !important
            }

            .pb-xl-5,
            .py-xl-5 {
                padding-bottom: 3rem !important
            }

            .pl-xl-5,
            .px-xl-5 {
                padding-left: 3rem !important
            }

            .m-xl-n1 {
                margin: -.25rem !important
            }

            .mt-xl-n1,
            .my-xl-n1 {
                margin-top: -.25rem !important
            }

            .mr-xl-n1,
            .mx-xl-n1 {
                margin-right: -.25rem !important
            }

            .mb-xl-n1,
            .my-xl-n1 {
                margin-bottom: -.25rem !important
            }

            .ml-xl-n1,
            .mx-xl-n1 {
                margin-left: -.25rem !important
            }

            .m-xl-n2 {
                margin: -.5rem !important
            }

            .mt-xl-n2,
            .my-xl-n2 {
                margin-top: -.5rem !important
            }

            .mr-xl-n2,
            .mx-xl-n2 {
                margin-right: -.5rem !important
            }

            .mb-xl-n2,
            .my-xl-n2 {
                margin-bottom: -.5rem !important
            }

            .ml-xl-n2,
            .mx-xl-n2 {
                margin-left: -.5rem !important
            }

            .m-xl-n3 {
                margin: -1rem !important
            }

            .mt-xl-n3,
            .my-xl-n3 {
                margin-top: -1rem !important
            }

            .mr-xl-n3,
            .mx-xl-n3 {
                margin-right: -1rem !important
            }

            .mb-xl-n3,
            .my-xl-n3 {
                margin-bottom: -1rem !important
            }

            .ml-xl-n3,
            .mx-xl-n3 {
                margin-left: -1rem !important
            }

            .m-xl-n4 {
                margin: -1.5rem !important
            }

            .mt-xl-n4,
            .my-xl-n4 {
                margin-top: -1.5rem !important
            }

            .mr-xl-n4,
            .mx-xl-n4 {
                margin-right: -1.5rem !important
            }

            .mb-xl-n4,
            .my-xl-n4 {
                margin-bottom: -1.5rem !important
            }

            .ml-xl-n4,
            .mx-xl-n4 {
                margin-left: -1.5rem !important
            }

            .m-xl-n5 {
                margin: -3rem !important
            }

            .mt-xl-n5,
            .my-xl-n5 {
                margin-top: -3rem !important
            }

            .mr-xl-n5,
            .mx-xl-n5 {
                margin-right: -3rem !important
            }

            .mb-xl-n5,
            .my-xl-n5 {
                margin-bottom: -3rem !important
            }

            .ml-xl-n5,
            .mx-xl-n5 {
                margin-left: -3rem !important
            }

            .m-xl-auto {
                margin: auto !important
            }

            .mt-xl-auto,
            .my-xl-auto {
                margin-top: auto !important
            }

            .mr-xl-auto,
            .mx-xl-auto {
                margin-right: auto !important
            }

            .mb-xl-auto,
            .my-xl-auto {
                margin-bottom: auto !important
            }

            .ml-xl-auto,
            .mx-xl-auto {
                margin-left: auto !important
            }

            .text-xl-left {
                text-align: left !important
            }

            .text-xl-right {
                text-align: right !important
            }

            .text-xl-center {
                text-align: center !important
            }
        }

        .text-lowercase {
            text-transform: lowercase !important
        }

        .text-uppercase {
            text-transform: uppercase !important
        }

        .text-capitalize {
            text-transform: capitalize !important
        }

        .font-weight-light {
            font-weight: 300 !important
        }

        .font-weight-lighter {
            font-weight: lighter !important
        }

        .font-weight-normal {
            font-weight: 400 !important
        }

        #MsoListParagraphCxSpMiddle span,
        .MsoNormal b span,
        .font-weight-bold {
            font-weight: 700 !important
        }

        .font-weight-bolder {
            font-weight: bolder !important
        }

        .font-italic {
            font-style: italic !important
        }

        .ms-grey-layout .accessable-sidebar a,
        .ms-grey-layout .accessable-sidebar h2,
        .ms-grey-layout .loader-wrapper .balls div,
        .ms-grey-layout .service-box:hover h4,
        .ms-grey-layout .service-box:hover span,
        .text-white {
            color: #fff !important
        }

        .text-primary {
            color: #007bff !important
        }

        a.text-primary:focus,
        a.text-primary:hover {
            color: #0056b3 !important
        }

        a.text-secondary:focus,
        a.text-secondary:hover {
            color: #494f54 !important
        }

        a.text-success:focus,
        a.text-success:hover {
            color: #19692c !important
        }

        .text-info {
            color: #17a2b8 !important
        }

        .text-warning {
            color: #ffc107 !important
        }

        a.text-warning:focus,
        a.text-warning:hover {
            color: #ba8b00 !important
        }

        a.text-danger:focus,
        a.text-danger:hover {
            color: #a71d2a !important
        }

        .text-light {
            color: #f8f9fa !important
        }

        a.text-light:focus,
        a.text-light:hover {
            color: #cbd3da !important
        }

        .text-dark {
            color: #343a40 !important
        }

        a.text-dark:focus,
        a.text-dark:hover {
            color: #121416 !important
        }

        .text-body {
            color: #212529 !important
        }

        .text-muted {
            color: #6c757d !important
        }

        .text-black-50 {
            color: rgba(0, 0, 0, .5) !important
        }

        .text-white-50 {
            color: rgba(255, 255, 255, .5) !important
        }

        .text-hide {
            font: 0px/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0
        }

        .text-decoration-none {
            text-decoration: none !important
        }

        .text-reset {
            color: inherit !important
        }

        .visible {
            visibility: visible !important
        }

        .invisible {
            visibility: hidden !important
        }

        .datepicker {
            padding: 4px;
            border-radius: 4px;
            direction: ltr
        }

        .datepicker-rtl,
        .owl-carousel.owl-rtl,
        .rating {
            direction: rtl
        }

        .datepicker-inline {
            width: 220px
        }

        .datepicker-rtl.dropdown-menu {
            left: auto
        }

        .datepicker-dropdown {
            top: 0;
            left: 0
        }

        .datepicker-dropdown::before {
            border-width: 0 7px 7px;
            border-color: initial transparent rgba(0, 0, 0, .2);
            position: absolute
        }

        .datepicker-dropdown::after {
            border-width: 0 6px 6px;
            border-color: initial transparent #fff;
            position: absolute
        }

        .datepicker-dropdown.datepicker-orient-left::before {
            left: 6px
        }

        .datepicker-dropdown.datepicker-orient-left::after,
        [dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox::after,
        [dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox::after {
            left: 7px
        }

        .datepicker-dropdown.datepicker-orient-right::before {
            right: 6px
        }

        .datepicker-dropdown.datepicker-orient-right::after,
        [dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox::after,
        [dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox::after {
            right: 7px
        }

        .datepicker-dropdown.datepicker-orient-bottom::before {
            top: -7px
        }

        .datepicker-dropdown.datepicker-orient-bottom::after {
            top: -6px
        }

        .datepicker-dropdown.datepicker-orient-top::before {
            bottom: -7px;
            border-bottom: 0;
            border-top: 7px solid #999
        }

        .datepicker-dropdown.datepicker-orient-top::after {
            bottom: -6px;
            border-bottom: 0;
            border-top: 6px solid #fff
        }

        .datepicker table {
            margin: 0;
            user-select: none
        }

        .datepicker td,
        .datepicker th {
            text-align: center;
            width: 20px;
            height: 20px;
            border-radius: 4px;
            border: none
        }

        .datepicker table tr td.day.focused,
        .datepicker table tr td.day:hover {
            background: #eee;
            cursor: pointer
        }

        .datepicker table tr td span.new,
        .datepicker table tr td span.old,
        .datepicker table tr td.new,
        .datepicker table tr td.old {
            color: #999
        }

        .datepicker table tr td span.disabled,
        .datepicker table tr td span.disabled:hover,
        .datepicker table tr td.disabled,
        .datepicker table tr td.disabled:hover {
            background: 0 0;
            color: #999;
            cursor: default
        }

        .datepicker table tr td.highlighted {
            background: #d9edf7;
            border-radius: 0
        }

        .datepicker table tr td.today,
        .datepicker table tr td.today.disabled,
        .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today:hover {
            background-color: #fde19a;
            background-image: linear-gradient(#fdd49a, #fdf59a);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            color: #000
        }

        .datepicker table tr td.today.active,
        .datepicker table tr td.today.disabled,
        .datepicker table tr td.today.disabled.active,
        .datepicker table tr td.today.disabled.disabled,
        .datepicker table tr td.today.disabled:active,
        .datepicker table tr td.today.disabled:hover,
        .datepicker table tr td.today.disabled:hover.active,
        .datepicker table tr td.today.disabled:hover.disabled,
        .datepicker table tr td.today.disabled:hover:active,
        .datepicker table tr td.today.disabled:hover:hover,
        .datepicker table tr td.today.disabled:hover[disabled],
        .datepicker table tr td.today.disabled[disabled],
        .datepicker table tr td.today:active,
        .datepicker table tr td.today:hover,
        .datepicker table tr td.today:hover.active,
        .datepicker table tr td.today:hover.disabled,
        .datepicker table tr td.today:hover:active,
        .datepicker table tr td.today:hover:hover,
        .datepicker table tr td.today:hover[disabled],
        .datepicker table tr td.today[disabled] {
            background-color: #fdf59a
        }

        .datepicker table tr td.today:hover:hover {
            color: #000
        }

        .datepicker table tr td.range,
        .datepicker table tr td.range.disabled,
        .datepicker table tr td.range.disabled:hover,
        .datepicker table tr td.range:hover {
            background: #eee;
            border-radius: 0
        }

        .datepicker table tr td.range.today,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today:hover {
            background-color: #f3d17a;
            background-image: linear-gradient(#f3c17a, #f3e97a);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            border-radius: 0
        }

        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today.disabled:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today[disabled] {
            background-color: #f3e97a
        }

        .datepicker table tr td.selected,
        .datepicker table tr td.selected.disabled,
        .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected:hover {
            background-color: #9e9e9e;
            background-image: linear-gradient(#b3b3b3, grey);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            color: #fff;
            text-shadow: rgba(0, 0, 0, .25) 0 -1px 0
        }

        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected.disabled,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled.disabled,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover,
        .datepicker table tr td.selected.disabled:hover.active,
        .datepicker table tr td.selected.disabled:hover.disabled,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.disabled:hover:hover,
        .datepicker table tr td.selected.disabled:hover[disabled],
        .datepicker table tr td.selected.disabled[disabled],
        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected:hover.disabled,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected:hover:hover,
        .datepicker table tr td.selected:hover[disabled],
        .datepicker table tr td.selected[disabled] {
            background-color: grey
        }

        .datepicker table tr td.active.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover.active,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active.disabled:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active:hover:hover,
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active[disabled] {
            background-color: #04c
        }

        .datepicker table tr td span {
            display: block;
            width: 23%;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 1%;
            cursor: pointer;
            border-radius: 4px
        }

        .datepicker .datepicker-switch:hover,
        .datepicker .next:hover,
        .datepicker .prev:hover,
        .datepicker table tr td span.focused,
        .datepicker table tr td span:hover,
        .datepicker tfoot tr th:hover {
            background: #eee
        }

        .datepicker table tr td span.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active:hover {
            background-color: #006dcc;
            background-image: linear-gradient(#08c, #04c);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
            color: #fff;
            text-shadow: rgba(0, 0, 0, .25) 0 -1px 0
        }

        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active.disabled:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active[disabled] {
            background-color: #04c
        }

        .datepicker .datepicker-switch {
            width: 145px
        }

        .datepicker .next.disabled,
        .datepicker .prev.disabled,
        .owl-carousel.owl-refresh .owl-item {
            visibility: hidden
        }

        .datepicker .cw {
            font-size: 10px;
            width: 12px;
            padding: 0 2px 0 5px;
            vertical-align: middle
        }

        .input-append.date .add-on i,
        .input-prepend.date .add-on i {
            margin-top: 3px
        }

        .info-danger,
        .info-success,
        .info-text,
        .input-daterange input,
        .uppy-c-btn,
        [dir=rtl] .uppy-c-btn {
            text-align: center
        }

        .input-daterange input:first-child {
            border-radius: 3px 0 0 3px
        }

        .input-daterange input:last-child {
            border-radius: 0 3px 3px 0
        }

        .input-daterange .add-on {
            display: inline-block;
            width: auto;
            min-width: 16px;
            height: 18px;
            padding: 4px 5px;
            font-weight: 400;
            line-height: 18px;
            text-align: center;
            text-shadow: #fff 0 1px 0;
            vertical-align: middle;
            background-color: #eee;
            border: 1px solid #ccc
        }

        .transbox-body p,
        h1,
        h2,
        h3,
        h4,
        h5 {
            font-weight: 700
        }

        @font-face {
            font-family: "Frutiger LT Arabic 55 Roman";
            src: url("FrutigerLTArabic-55Roman.woff2") format("woff2"), url("FrutigerLTArabic-55Roman.woff") format("woff"), url("FrutigerLTArabic-55Roman.ttf") format("truetype");
            font-weight: 400;
            font-style: normal
        }

        @font-face {
            font-family: Dubai-Regular;
            src: url("Dubai-Regular.ttf")
        }

        @font-face {
            font-family: Dubai-Medium;
            src: url("Dubai-Medium.ttf")
        }

        @media only screen and (max-width:600px) {
            .main-col {
                width: 100%
            }

            .main-col:first-child {
                margin: 0 0 50px
            }

            .box-row::before {
                top: -65px;
                height: 2px;
                width: 300px;
                left: 50%;
                transform: translateX(-50%)
            }
        }

        body {
            font-family: "Frutiger LT Arabic 55 Roman", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            color: #616161
        }

        a,
        a:hover {
            text-decoration: none;
            color: #9a9a9e
        }

        ul {
            list-style: none
        }

        .default-ul {
            padding-left: 50px
        }

        .default-ul>li {
            margin-bottom: 7px;
            font-size: 14px;
            position: relative
        }

        .default-ul>li b,
        .ellipsis-dropup .dropdown-menu .btn .fa,
        .help-section a,
        .tasheel-navbar .navbar-nav .profile-dropdown .dropdown-menu .btn:focus,
        .tasheel-navbar .navbar-nav .profile-dropdown .dropdown-menu .btn:hover,
        span.underline a:hover {
            color: #bf9e66
        }

        .default-ul>li::before {
            content: "";
            font-family: fontawesome;
            position: absolute;
            left: -26px;
            color: #bf9e66;
            font-size: 18px
        }

        .default-ul-entry>.li-noicon,
        .default-ul>.li-noicon {
            margin-left: -25px;
            font-weight: 700
        }

        .default-ul-entry>.li-noicon::before,
        .default-ul>.li-noicon::before,
        .ellipsis-dropdown .btn::before,
        .multiselect::before,
        .tasheel-navbar .nav-item ul .nav-item::before,
        .tasheel-navbar .profile-dropdown .dropdown-toggle::after {
            content: normal
        }

        .gutters-10 {
            margin-right: -10px;
            margin-left: -10px
        }

        .gutters-10>[class^=col-] {
            padding-right: 10px;
            padding-left: 10px
        }

        .mt-55 {
            margin-top: 55px !important;
            transition: margin-top .3s !important
        }

        .mt-35 {
            margin-top: 35px
        }

        .mt-80 {
            margin-top: 80px
        }

        .roundedr-0 {
            border-radius: 8px 0 0 8px !important
        }

        .roundedl-0 {
            border-radius: 0 8px 8px 0 !important
        }

        .mx-minus-1 {
            margin-right: -1px !important;
            margin-left: -1px !important
        }

        .flex-100 {
            flex: 0 0 100% !important
        }

        a.text-info:focus,
        a.text-info:hover {
            background: linear-gradient(90deg, #3a516a, #4a647f);
            color: #fff !important
        }

        .text-default,
        .userinfo-tooltip .dropdown-menu .btn .fa:not(.fa-cog) {
            color: #bf9e66 !important
        }

        .set-default-text,
        .table tr td .fa-trash-o,
        .text-danger {
            color: #dd5656 !important
        }

        .text-secondary {
            color: #636363 !important
        }

        .text-success {
            color: #459448 !important
        }

        .bg-danger,
        .bg-secondary,
        .btn-danger {
            color: #fff !important
        }

        .textright,
        .uppy-Root[dir=rtl],
        .user-manage-list .ellipsis-dropdown .dropdown-menu .dropdown-item,
        [dir=rtl] .uppy-Provider-breadcrumbs,
        [dir=rtl] .uppy-Root,
        [dir=rtl] .uppy-u-reset {
            text-align: right
        }

        .bg-secondary {
            background-color: #636363 !important
        }

        .bg-danger {
            background-color: #dd5656 !important
        }

        .bg-secondary-2 {
            background-color: #e9e9e9
        }

        .border-success {
            border-color: #459448 !important
        }

        .border-danger,
        .border-required {
            border-color: #dd5656 !important
        }

        h1,
        h2,
        h3,
        h4,
        h5 {
            font-family: sans-serif
        }

        h1 {
            font-size: 26px;
            margin-bottom: 24px
        }

        h2 {
            font-size: 20px;
            color: #dd5656;
            margin-bottom: .7rem
        }

        h3 {
            font-size: 18px
        }

        .heading-h3 {
            position: relative;
            margin-bottom: 17px
        }

        .heading-h3 h3 {
            background: #fff;
            padding: 0 15px 0 0;
            position: relative;
            z-index: 2;
            text-transform: capitalize;
            margin-bottom: 0;
            color: #9a9a9e
        }

        .heading-h3 h3 img {
            width: 38px
        }

        .heading-h3::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background: #e2e2e2;
            z-index: 2;
            top: 50%;
            margin-top: 1px;
            transform: translateY(-50%)
        }

        .heading-img img {
            margin-right: 10px;
            width: 40px
        }

        .center-heading-h3::before {
            right: 0;
            left: 0;
            background: #dadada
        }

        .center-heading-h3 h3 {
            font-size: 14px;
            padding: 0 15px !important
        }

        #InvoiceInfo h2 {
            border-bottom: 1px solid #dd5656;
            margin-bottom: .4rem
        }

        .fixed-heading-h3 {
            top: 54px;
            width: 1300px;
            max-width: 100%;
            box-shadow: rgba(191, 158, 102, .27) 0 10px 5px -6px;
            position: fixed !important;
            background: #fff !important;
            padding: 12px 0 !important;
            z-index: 4 !important
        }

        .fixed-heading-h3::after {
            content: "";
            position: absolute;
            width: 13px;
            height: 13px;
            background: #fff;
            border-width: 1px;
            border-color: rgba(191, 158, 102, .55);
            border-image: initial;
            top: 56px;
            left: 11px;
            transform: rotate(45deg);
            border-style: none solid solid none
        }

        header {
            z-index: 15
        }

        .header-top {
            background: #fff;
            position: relative;
            z-index: 15;
            padding: 20px 0;
            transform-origin: center top;
            transition: transform .3s, max-height .3s, padding .3s
        }

        .top-links {
            display: flex;
            align-items: center;
            margin-bottom: 0
        }

        .top-links>li {
            padding: 0 14px;
            line-height: 1
        }

        .top-links>li a {
            font-size: 18px;
            color: #979798;
            transition: .3s
        }

        .top-links>li a:hover {
            transition: .3s;
            color: #bf9e66
        }

        .top-links>li .fa,
        [dir=ltr] .uppy-StatusBar-statusIndicator {
            margin-right: 7px
        }

        .top-links>li+li:not(:last-child) {
            border-left: 1px solid #e0e0e0
        }

        .header-top img {
            max-width: 300px;
            object-fit: contain
        }

        .header-top .navbar-brand img {
            width: 175px;
            max-width: 100%
        }

        .tasheel-navbar {
            background-color: #bf9e66 !important;
            z-index: 15;
            padding: 0 1rem
        }

        .tasheel-navbar .navbar-nav {
            display: flex;
            justify-content: space-between;
            flex: 1 1 0%
        }

        .tasheel-navbar .nav-item {
            position: relative;
            text-align: center;
            flex: 1 1 0%
        }

        .tasheel-navbar .navbar-nav .nav-link {
            padding: 1rem 0;
            white-space: nowrap
        }

        .tasheel-navbar .navbar-nav .active>.nav-link,
        .tasheel-navbar .navbar-nav .nav-link,
        .tasheel-navbar .navbar-nav .nav-link.active,
        .tasheel-navbar .navbar-nav .nav-link.show,
        .tasheel-navbar .navbar-nav .nav-link:focus,
        .tasheel-navbar .navbar-nav .nav-link:hover,
        .tasheel-navbar .navbar-nav .show>.nav-link {
            color: #fff;
            text-transform: uppercase;
            font-size: 12px
        }

        .tasheel-navbar .nav-item ul .nav-item {
            border-right: 0px;
            border-left: 0;
            border-bottom: 1px solid #eee;
            text-align: inherit
        }

        .description-box:last-child,
        .tasheel-navbar .nav-item ul .nav-item:last-child {
            border-bottom: 0
        }

        .tasheel-navbar .navbar-nav .dropdown-item.active,
        .tasheel-navbar .navbar-nav .dropdown-item:active,
        .tasheel-navbar .navbar-nav .dropdown-item:hover,
        .tasheel-navbar .navbar-nav.dropdown-item:focus {
            text-decoration: none;
            background-color: #fff;
            outline: 0;
            color: #bf9e66 !important
        }

        .tasheel-navbar .navbar-brand img {
            width: 104px
        }

        .tasheel-navbar .nav-item:last-child .dropdown-menu {
            left: auto;
            right: 0
        }

        .tasheel-navbar .navbar-nav .dropdown-menu>li .subdropdown-menu {
            transform-origin: right center;
            left: 100%;
            top: 0;
            transition: transform .4s;
            box-sizing: content-box !important;
            border-top: 2px solid #efefef !important;
            transform: scale3d(0, 1, 0) !important
        }

        .tasheel-navbar .navbar-nav .dropdown-menu>li:hover .subdropdown-menu {
            transform-origin: left center;
            transition: transform .4s;
            transform: scale3d(1, 1, 1) !important
        }

        .has-subchild>.dropdown-item::before {
            content: "";
            position: absolute;
            right: 2px;
            top: 50%;
            transform: translateY(-50%);
            font-family: FontAwesome;
            font-size: 20px;
            color: #bf9e66
        }

        .selectfingers {
            width: 300px;
            margin: 40px auto;
            position: relative
        }

        .selectfingers span {
            background: url("gesture-selected.svg") center center/contain no-repeat;
            display: block;
            width: 18px;
            height: 18px;
            position: absolute
        }

        .selectfingers span.f1 {
            top: 9%;
            transform: rotate(-8deg);
            left: -1%
        }

        .selectfingers span.f2 {
            top: -3%;
            left: 6.5%;
            transform: rotate(-7deg)
        }

        .selectfingers span.f3 {
            top: -8%;
            left: 15.777%
        }

        .selectfingers span.f4 {
            top: 1%;
            left: 25%
        }

        .selectfingers span.f5 {
            top: 37.5%;
            left: 40%;
            transform: rotate(20deg)
        }

        .selectfingers span.f6 {
            right: 39.5%;
            top: 38%;
            transform: rotate(-20deg)
        }

        .selectfingers span.f7 {
            top: 2%;
            right: 24.6%
        }

        .selectfingers span.f8 {
            top: -8%;
            right: 15.5%
        }

        .selectfingers span.f9 {
            top: -3%;
            right: 6%;
            transform: rotate(5deg)
        }

        .selectfingers span.f10 {
            top: 9%;
            right: -2.2%;
            transform: rotate(15deg)
        }

        .tasheel-navbar .profile-dropdown .dropdown-toggle {
            padding: .75rem 1rem
        }

        .profile-dropdown img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            object-fit: cover
        }

        .tasheel-navbar .navbar-nav .profile-dropdown .dropdown-menu a {
            padding: 0;
            font-size: 12px
        }

        .tasheel-navbar .navbar-nav .profile-dropdown .dropdown-menu .btn-light {
            background-color: #fff;
            border-color: #bf9e66;
            padding: .175rem .75rem
        }

        .profile-dropdown .dropdown-menu img {
            width: 60px;
            height: 60px;
            background: #989898;
            display: block;
            margin: 0 auto 12px
        }

        .btn {
            font-size: .82rem;
            min-width: 80px;
            position: relative;
            transition: .3s
        }

        .btn+.btn,
        [dir=rtl] .uppy-StatusBar-statusIndicator {
            margin-left: 7px
        }

        .btn::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 1;
            transform: translate(-120%, 0) skew(15deg);
            border-right: 1px solid #fff;
            background-color: rgba(255, 255, 255, .25)
        }

        .btn:hover::before {
            opacity: 0;
            transform: translate(0, 0) skew(15deg);
            transition: .4s
        }

        .btn .fa {
            font-size: 17px;
            vertical-align: inherit;
            margin-right: 8px
        }

        .btn:active,
        .btn:focus,
        .btn:focus:active,
        .btn:hover {
            box-shadow: #fff 0 0 0 1px inset;
            transition: .3s
        }

        .btn-block,
        .user-manage-list .searchbar .btn {
            height: 40px
        }

        .btn-danger {
            border: 1px solid #dd5656;
            background-color: #dd5656
        }

        .btn-danger:active,
        .btn-danger:active:focus,
        .btn-danger:focus,
        .btn-danger:hover,
        .btn-outline-danger:active,
        .btn-outline-danger:active:focus,
        .btn-outline-danger:focus,
        .btn-outline-danger:hover {
            color: #fff;
            background-color: #c82333;
            border-color: #bd2130
        }

        .btn-outline-danger {
            border-color: #dd5656
        }

        .btn-secondary {
            background-color: #636363;
            border-color: #636363
        }

        .btn-light {
            color: #212529;
            background-color: #f8f9fa;
            border-color: #636363
        }

        .btn-success {
            background-color: #459448;
            border-color: #459448
        }

        .btn-light:active,
        .btn-light:focus,
        .btn-light:focus:active,
        .btn-light:hover,
        .btn-outline-secondary:active,
        .btn-outline-secondary:focus,
        .btn-outline-secondary:focus:active,
        .btn-outline-secondary:hover {
            background: #636363;
            color: #f8f9fa;
            border-color: #636363
        }

        .btn-primary,
        .btn-primary:active,
        .btn-primary:focus,
        .btn-primary:focus:active,
        .btn-primary:hover,
        .btn-primary:not(:disabled):not(.disabled):active {
            background-color: #bf9d66;
            border-color: #bf9d66
        }

        .btn-primary:not(:disabled):not(.disabled):active,
        .btn-primary:not(:disabled):not(.disabled):active:focus {
            box-shadow: rgba(191, 156, 101, .59) 0 0 0 .2rem
        }

        .form-control.btn {
            border-color: #dd5655
        }

        .form-control:focus,
        .multiselect:focus {
            border-color: #bf9d66
        }

        .btn-draft {
            background-color: #e9e9e9;
            padding: .175rem .75rem;
            text-transform: capitalize
        }

        .complainbar li a,
        .detail-box,
        .stat-title h3,
        .stat-title p,
        .transbox-body p {
            text-transform: uppercase
        }

        .btn-stack .fa-stack {
            margin-right: 10px;
            width: 1em !important;
            height: 1.2em !important
        }

        .btn-stack .fa-stack .fa-stack-2x {
            font-size: 1em !important
        }

        .btn-stack .fa-stack .fa-stack-1x {
            left: 6px;
            top: -5px;
            font-size: .8em !important;
            margin-left: inherit !important
        }

        .hidden-serachbar .form-group .fa,
        .searchbar .form-group .fa,
        .serachbar .form-group .fa,
        form .form-group .fa-search {
            position: absolute;
            right: 12px;
            top: 9px;
            font-size: 20px;
            cursor: pointer;
            color: #bf9d66
        }

        .hidden-serachbar .form-group .fa-search~input[type=text],
        .serachbar .form-group .fa-search~input[type=text],
        form .form-group .fa-search~input[type=text] {
            padding: .375rem 2.2rem .375rem .75rem
        }

        .form-control {
            height: 40px;
            border-radius: 8px;
            border: 1px solid #a7abba;
            font-size: 13px
        }

        .form-control:disabled,
        .form-control[readonly] {
            background-color: #eaeaea
        }

        select {
            background: url("arrow-down.png") right 10px center/12px 10px no-repeat
        }

        select.form-control {
            padding: .375rem 2rem .375rem .75rem
        }

        .form-control:focus {
            box-shadow: none
        }

        ::placeholder {
            font-size: 14px;
            color: #999da9
        }

        ::-webkit-input-placeholder {
            font-size: 14px !important;
            color: #999da9 !important
        }

        .field-validation-error {
            display: block;
            text-align: initial;
            font-size: 14px
        }

        .sterick::after {
            content: "*";
            display: inline-block;
            color: #dd5656
        }

        .border-allGood {
            border-color: #228b22 !important
        }

        input[type=email],
        input[type=password],
        input[type=text],
        select,
        textarea {
            appearance: none !important
        }

        input:-webkit-autofill,
        input:-webkit-autofill:active,
        input:-webkit-autofill:focus,
        input:-webkit-autofill:hover {
            box-shadow: #fff 0 0 0 35px inset !important;
            -webkit-text-fill-color: rgb(73, 80, 86) !important
        }

        input[type=date],
        input[type=time] {
            background-color: #fff;
            position: relative;
            min-width: 95% !important;
            appearance: none !important;
            line-height: 1.5 !important
        }

        input::-webkit-clear-button,
        input::-webkit-inner-spin-button {
            display: none
        }

        .txtDate,
        input[type=date] {
            background: url("ic_calender.png") right 9px top 5px/22px 26px no-repeat;
            cursor: default
        }

        .datepicker-dropdown {
            z-index: 15 !important
        }

        .FavouriteIcon-Services,
        .FavouriteIcon-Services2,
        .ellipsis-dropup {
            z-index: 2;
            transition: 1.5s;
            position: absolute
        }

        .datepicker table thead tr:nth-child(3) th {
            background: #bf9d66;
            border-radius: 0;
            color: #fff;
            font-weight: 100;
            padding: 5px
        }

        .datepicker table tr td.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active:hover {
            color: #fff;
            border: 1px solid #bf9d66;
            color: inherit;
            text-shadow: none;
            background: 0 0 !important
        }

        .multiselect {
            border: 1px solid #a7abba;
            height: 40px;
            border-radius: 8px;
            min-width: 120px;
            width: 100%;
            background: url("arrow-down.png") right 10px center/12px 10px no-repeat;
            text-align: inherit
        }

        .multiselect-container {
            width: 100%;
            border-radius: 0;
            text-align: inherit !important;
            box-shadow: none !important;
            border: 1px solid #3796ff !important
        }

        .multiselect-container>li:hover {
            background: #3796ff
        }

        .custom-control-label {
            font-size: 14px;
            vertical-align: super;
            line-height: 2
        }

        .custom-control-label::before {
            width: 1.2rem;
            height: 1.2rem;
            border: .1rem solid rgba(0, 0, 0, .45)
        }

        .custom-control-label::after {
            top: .15rem;
            left: -1.612rem;
            width: 1.4rem;
            height: 1.4rem
        }

        .custom-control-input:checked~.custom-control-label::before {
            color: #fff;
            border-color: #c2a26d;
            background-color: #c2a26d
        }

        .custom-control-input:focus:not(:checked)~.custom-control-label::before,
        .custom-control-input:not(:disabled):active~.custom-control-label::before {
            border-color: #c2a26d;
            background-color: #fff
        }

        .custom-control-input:focus:not(:checked)~.custom-control-label::before,
        .custom-control-input:focus~.custom-control-label::before {
            box-shadow: rgba(194, 162, 109, .72) 0 0 0 .2rem
        }

        .custom-control-input:disabled~.custom-control-label::before {
            background-color: #e0e0e0;
            border: .1rem solid #e0e0e0
        }

        .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
        .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
            background-color: #e0e0e0;
            border-color: #e0e0e0
        }

        #UserDetailsForm #termsandConditions .detail-box p:nth-child(4) span[style*="mso-list: Ignore"]::before,
        .custom-file input[type=file],
        .owl-carousel .owl-dots.disabled,
        .owl-carousel .owl-nav.disabled,
        .owl-carousel .owl-video-playing .owl-video-play-icon,
        .owl-carousel .owl-video-playing .owl-video-tn,
        .table tr td .dropdown-toggle::after,
        .table-collapsable .collapsable-td,
        .toggle-servicesbox .servicebox-overlay h2,
        .uppy-Root [hidden],
        .uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
            display: none
        }

        .custom-file input[type=file]+b {
            cursor: pointer;
            outline: 0;
            position: relative;
            display: inline-block;
            margin: 4px 1px 0;
            background-color: #415973;
            border: 2px solid #415973;
            min-width: 150px;
            height: 35px;
            line-height: 1.2;
            border-radius: 4px;
            text-align: center;
            font-size: 20px
        }

        .custom-file input[type=file]+b::after {
            content: "Upload Images";
            font-size: 13px;
            color: #fff;
            text-align: center;
            line-height: 1;
            font-weight: 200
        }

        .card-body {
            padding: 1.25rem 0 0
        }

        .profilepic {
            position: absolute;
            left: 39px;
            top: 55px;
            object-fit: unset;
            border-radius: 50% !important
        }

        .overflow-container {
            height: 181px;
            overflow: hidden auto
        }

        .transentry-form {
            flex: 0 0 100%;
            border: 1px solid #a7abba;
            border-radius: 4px;
            max-width: 800px;
            margin: 50px auto 0
        }

        .modal .transentry-form {
            border: none;
            border-radius: 0;
            max-width: inherit;
            margin: auto
        }

        .transentry-form form {
            padding: 10px 25px
        }

        .navbar-light .navbar-toggler {
            border-color: transparent
        }

        .ellipsis-dropdown .btn {
            overflow: visible;
            min-width: inherit
        }

        .btn:active,
        .ellipsis-dropdown .btn:focus,
        .ellipsis-dropdown .btn:focus:active,
        .ellipsis-dropdown .btn:hover,
        .uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewInnerWrap {
            box-shadow: none
        }

        .ellipsis-dropdown .dropdown-menu {
            top: -8px !important;
            transform: translate3d(-100%, 0, 0) !important
        }

        .table-responsive tr:last-child .ellipsis-dropdown .dropdown-menu {
            top: -100% !important
        }

        .table-responsive tr:last-child .ellipsis-dropdown .dropdown-menu::before {
            top: 60%;
            transform: translateY(-60%)
        }

        .ellipsis-dropdown .dropdown-menu .dropdown-item {
            text-transform: capitalize;
            text-align: initial;
            font-size: 13px;
            padding: 3px 16px !important
        }

        .ellipsis-dropdown .dropdown-menu .dropdown-item img {
            margin-bottom: 0;
            margin-left: 10px;
            width: 32px !important
        }

        .ellipsis-dropdown .dropdown-menu::before {
            display: inline-block;
            vertical-align: .255em;
            content: "";
            width: 0;
            height: 0;
            border-top: 11px solid transparent;
            border-left: 15px solid #fff;
            border-bottom: 10px solid transparent;
            position: absolute;
            top: 16%;
            transform: translateY(-16%);
            right: 0;
            margin-right: -14px
        }

        .ellipsis-dropdown .dropdown-item.active,
        .ellipsis-dropdown .dropdown-item:active,
        .ellipsis-dropdown .dropdown-item:active:focus,
        .ellipsis-dropdown .dropdown-item:focus,
        .ellipsis-dropdown .dropdown-item:hover {
            background: #e9e9e9
        }

        .ellipsis-dropup {
            right: 3px;
            top: 3px;
            color: #f3e8d6
        }

        .FavouriteIcon-Services {
            left: 20px;
            top: 7px
        }

        .FavouriteIcon-Services2 {
            left: 287px;
            top: 39px
        }

        .ellipsis-dropup .dropdown-menu {
            border: 4px solid #f3e8d6;
            border-radius: 8px;
            padding: .3rem 0;
            transform-style: preserve-3d;
            perspective: 600px;
            transform-origin: right bottom 10px;
            display: block;
            transition: transform .4s;
            left: auto !important;
            right: 0 !important;
            top: -44px !important;
            transform: translate3d(-2%, 0, 0) scale3d(0, 0, 0) !important
        }

        .ellipsis-dropup:hover .dropdown-menu {
            transition: transform .4s;
            left: auto !important;
            right: 0 !important;
            transform: translate3d(-2%, 0, 0) scale3d(1, 1, 2) !important
        }

        .ellipsis-dropup .dropdown-menu::before {
            border-top: 12px solid #f3e8d6;
            top: auto;
            bottom: 0;
            transform: none;
            right: 0;
            margin-right: 7px;
            margin-bottom: -23px;
            border-left: 8px solid transparent !important;
            border-right: 8px solid transparent !important
        }

        .ellipsis-dropup:hover .dropdown-menu:hover {
            background: #f3e8d6;
            border-color: #bf9e66
        }

        .ellipsis-dropup:hover .dropdown-menu:hover::before {
            border-top-color: #bf9e66
        }

        .ellipsis-dropup .dropdown-menu .btn {
            min-width: auto;
            font-size: 11px;
            padding: .175rem .25rem;
            line-height: 1
        }

        .ellipsis-dropup p {
            padding: 0;
            margin: 0;
            font-size: 12px;
            line-height: .5
        }

        .service-box:hover~.ellipsis-dropup {
            z-index: -1
        }

        .ellipsis-dropup .fa-stack {
            width: 1em;
            height: 1em
        }

        .ellipsis-dropup .fa-stack-1x {
            top: -7px;
            font-size: 10px !important;
            left: 0 !important;
            color: #fff !important
        }

        .ellipsis-dropup .fa-stack-2x {
            font-size: 17px !important;
            color: #bf9e66 !important
        }

        .ellipsis-dropup .fa-stack-1x,
        .ellipsis-dropup .fa-stack-2x {
            margin-left: 2px !important
        }

        .selector-statment .btn-secondary:not(:disabled):not(.disabled).active,
        .selector-statment .btn-secondary:not(:disabled):not(.disabled):active,
        .selector-statment .show>.btn-secondary.dropdown-toggle {
            color: #636363;
            background-color: #f8f8f8;
            border-color: #4e555b;
            cursor: no-drop
        }

        .selector-statment {
            padding: 0 0 17px
        }

        .selector-statment .btn {
            padding: .575rem .75rem
        }

        .selector-statment label {
            padding-top: 11px
        }

        #UserDetailsForm #termsandConditions .detail-box {
            color: #616161;
            padding-left: 50px;
            text-transform: none !important
        }

        .MsoNormal [style*="mso-tab-count: 1"] {
            font-size: 0px
        }

        .MsoNormal b span {
            font-size: 20px;
            color: #dd5656;
            margin-bottom: .7rem
        }

        #UserDetailsForm #termsandConditions .detail-box span {
            font-weight: 400;
            display: inline
        }

        #UserDetailsForm #termsandConditions .detail-box span[style*="mso-list: Ignore"] {
            position: relative;
            font-size: 0px
        }

        #UserDetailsForm #termsandConditions .detail-box span[style*="mso-list: Ignore"] span {
            font-size: 0px !important
        }

        #UserDetailsForm #termsandConditions .detail-box span[style*="mso-list: Ignore"]::before {
            content: "";
            font-family: fontawesome;
            position: absolute;
            left: -26px;
            color: #bf9e66;
            font-size: 18px;
            background: #fff
        }

        #UserDetailsForm #termsandConditions .detail-box p {
            margin: 0 0 .5rem;
            display: flex;
            text-indent: 0 !important
        }

        .trans-box {
            background: #f3e8d6;
            height: 280px;
            border-radius: 6px;
            padding: 10px;
            transition: .3s
        }

        .transbox-body {
            text-align: center;
            background: #fff;
            border-radius: 6px;
            height: calc(100% - 33px)
        }

        .reprint-transbox {
            height: calc(100% - 80px)
        }

        .transbox-body img {
            width: 128px;
            padding: 24px 10px 21px
        }

        .transbox-img {
            height: 156px;
            background-size: 93px;
            background-position: center center;
            transition: .3s;
            background-repeat: no-repeat
        }

        .trans-box:hover .transbox-img {
            background-size: 105px
        }

        .transbox-img1 {
            background-image: url("pending transaction.png");
            background-repeat: no-repeat
        }

        .transbox-img273 {
            background-image: url("pending_esign.png");
            background-repeat: no-repeat
        }

        .trans-box:hover .transbox-img1 {
            background-image: url("pending transaction_rollover.png");
            transition: .3s;
            background-repeat: no-repeat
        }

        .transbox-img2 {
            background-image: url("completed transaction.png")
        }

        .trans-box:hover .transbox-img2 {
            background-image: url("completed transaction_rollover.png");
            transition: .3s;
            background-repeat: no-repeat
        }

        .transbox-img3 {
            background-image: url("drafts.png")
        }

        .trans-box:hover .transbox-img3 {
            background-image: url("drafts_rollover.png");
            transition: .3s;
            background-repeat: no-repeat
        }

        .transbox-img4 {
            background-image: url("reprint.png")
        }

        .trans-box:hover .transbox-img4 {
            background-image: url("reprint_rollover.png");
            transition: .3s;
            background-repeat: no-repeat
        }

        .trans-box:hover .transbox-img5,
        .transbox-img5 {
            background-image: url("emoloyee.png")
        }

        .trans-box:hover .transbox-img5 {
            transition: .3s;
            background-repeat: no-repeat
        }

        .transbox-body p {
            border-top: 1px solid #f3e8d6;
            color: #7d7d7d;
            font-size: 11px;
            padding-top: 5px;
            margin-bottom: 0
        }

        .transbox-body p span {
            font-size: 20px;
            display: block;
            color: #616161;
            font-weight: bolder
        }

        .reprint-search {
            background: #fff;
            padding: 6px 14px;
            margin-top: 9px;
            margin-bottom: 0;
            border-radius: 5px;
            white-space: nowrap
        }

        .reprint-search .form-control {
            height: 25px
        }

        .trans-box .btn {
            margin-top: 8px;
            padding: .175rem .75rem
        }

        .trans-box:hover {
            transition: .3s;
            background: #c29f65
        }

        .trans-box:hover .transbox-body p,
        .trans-box:hover .transbox-body p span {
            color: #be1536
        }

        .trans-box:hover .btn {
            transition: .3s;
            color: #c29f65 !important;
            background: #fff !important
        }

        .main-banner {
            position: relative;
            height: 638px;
            background: url("bg-2.jpg") right top/cover no-repeat;
            padding: 58px 0;
            overflow: hidden
        }

        .announceCarousel-wrapper h2,
        .main-banner .banner-heading h2 {
            font-size: 22px;
            font-weight: 800;
            color: #fff
        }

        .main-banner p {
            margin-bottom: .7rem;
            line-height: 1.2;
            font-size: 15px
        }

        .stat-box {
            background: #fff;
            border-radius: 7px;
            min-height: 195px;
            position: relative;
            display: block;
            padding: 23px 21px 15px;
            text-align: center;
            cursor: default;
            pointer-events: none
        }

        .boxclose-btn,
        .closeAlert,
        .googleMap .close-btn {
            cursor: pointer;
            position: absolute
        }

        .stat-title h2 {
            font-size: 20px;
            margin-bottom: 2px
        }

        .stat-title h3 {
            font-size: 12px;
            margin-bottom: 0
        }

        .stat-title p {
            font-size: 11px;
            margin-top: 10px
        }

        .detail-box #divCurrentSecurityQuestion label,
        .detail-box .form-group label,
        .user-info h3 {
            text-transform: capitalize
        }

        .stat-box img {
            width: 76px;
            max-width: 100%;
            margin-bottom: 13px
        }

        .stat-box:last-child {
            margin-top: 22px
        }

        .complainbar {
            border-width: 0 12px;
            border-style: initial solid;
            border-color: initial #a78b59
        }

        .complainbar li:not(:last-child) {
            border-bottom: 1px solid #b8a37e
        }

        .complainbar li a {
            text-align: center;
            color: #fff;
            display: block;
            font-size: 14px;
            padding: 22px 32px;
            background: url("header.jpg") left center/cover no-repeat;
            transition: .3s;
            line-height: 1.2
        }

        .complainbar li a:focus,
        .complainbar li a:focus:active,
        .complainbar li a:hover {
            color: #6b5839;
            background-position: center bottom;
            transition: .3s
        }

        .useful .fi {
            font-size: 18px;
            width: 30px;
            height: 30px;
            background: #dd5656;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            line-height: 1.7
        }

        .useful li h5 {
            margin-bottom: 0;
            font-size: 1.1rem
        }

        .useful li {
            font-size: 14px;
            line-height: 2;
            margin-bottom: 18px
        }

        .useful li a {
            color: #bf9e66;
            line-height: 1.4;
            display: block;
            font-size: 15px
        }

        .useful .fa-stack-2x {
            font-size: 1.2em;
            top: 4px
        }

        .useful .fa-stack-1x {
            font-size: 11px;
            top: 6px;
            left: -1px
        }

        .announceCarousel-wrapper {
            padding: 25px 29px 10px;
            border-radius: 4px;
            margin: 0 8px;
            background: rgba(255, 255, 255, .21)
        }

        .announceCarousel-wrapper h3 {
            color: #fff;
            font-size: 16px
        }

        .servicecenter-location .horizontal-listing {
            position: absolute;
            top: 79px;
            left: 13%;
            max-width: 500px;
            width: 100%;
            height: 400px;
            z-index: 10;
            background: rgba(232, 232, 232, .89);
            overflow-y: auto
        }

        .servicecenter-location .horizontal-listing li {
            background: 0 0;
            border-color: #cecccc
        }

        .servicecenter-location .horizontal-listing li a {
            color: #616161;
            line-height: 1.1;
            font-size: 12px
        }

        .heading-bg .btn-danger,
        .heading-bg .btn-secondary,
        .help-question {
            padding: 20px 0;
            margin: 15px 0 0;
            text-align: center
        }

        .home-sevciecestab {
            transition: transform .3s, opacity .2s;
            padding: 0 !important;
            top: inherit !important;
            left: inherit !important;
            position: relative !important;
            width: 100% !important;
            height: auto !important;
            transform: scale3d(1, 1, 1) !important;
            opacity: 1 !important
        }

        .home-sevciecestab .services-tabsidebar {
            background: #636363;
            height: 100vh !important
        }

        .contact-detail {
            position: relative;
            max-width: 80%;
            margin: 0 auto
        }

        .contact-panel {
            position: relative;
            padding: 15px 24px;
            border-left: 1px solid #dd5656;
            border-right: 1px solid #dd5656;
            border-bottom: 1px solid #dd5656;
            margin-bottom: 20px;
            border-radius: 0 0 0 6px;
            height: 262px
        }

        .contact-panel.last-contact {
            border-right: 1px solid #636363;
            border-left: 1px solid #636363;
            border-bottom: 1px solid #636363;
            border-radius: 0 0 6px
        }

        .contact-panel .fa {
            font-size: 20px;
            color: #dd5656
        }

        .contact-panel.last-contact .fa {
            color: #636363
        }

        .contact-panel .horizontal-listing {
            border: 1px solid transparent;
            padding: 13px
        }

        .contact-panel .horizontal-listing .list-group-item i,
        .contact-panel .horizontal-listing .list-group-item span {
            flex: 0 0 100px
        }

        .tasheelnew-box {
            border: 1px solid #d7363c;
            border-radius: 16px;
            color: #d7363c;
            padding-bottom: 14px
        }

        .tasheelnew-box [class^=col-] {
            padding: 0 34px
        }

        .tasheelnew-box h1 {
            text-align: center;
            background: #d7363c;
            color: #fff;
            padding: 10px;
            font-size: 20px;
            height: 48px;
            border-radius: 13px 13px 0 0;
            animation: .7s linear infinite alternate textblink
        }

        .tasheelnew-box h2 {
            font-size: 16px
        }

        .tasheelnew-box p {
            font-size: 13px;
            line-height: 1.3
        }

        .tasheelnew-box ul {
            font-size: 13px;
            padding-left: 25px
        }

        .tasheelnew-box img {
            max-width: 251px
        }

        .annoucement-in-tasheelnew {
            text-align: justify;
            color: inherit
        }

        .annoucement-in-tasheelnew img {
            max-width: 152px;
            margin: 0 auto;
            display: block
        }

        .annoucement-in-tasheelnew h2 {
            font-size: 16px;
            margin: 22px 0 3px
        }

        .annoucement-in-tasheelnew b,
        .modal .table td,
        .modal .table th {
            font-size: 13px
        }

        .annoucement-in-tasheelnew .servey-box {
            margin-top: 118px
        }

        .embed-responsive-21by9::before {
            padding-top: 56%
        }

        .servey-box {
            margin-top: 145px
        }

        .usabilla_live_button_container {
            transform: rotate(180deg);
            right: 0 !important;
            left: auto !important
        }

        .btn-listgroup {
            margin-top: 8px;
            margin-right: 2.7rem
        }

        .btn-listgroup .fa {
            font-size: 22px;
            cursor: pointer
        }

        .btn-listgroup .fa+.fa,
        .detail-box li:not(:first-child):nth-child(odd),
        .table tr td .fa+.fa,
        .uppy-Dashboard-Item-fileName button,
        .uppy-StatusBar-statusPrimary button.uppy-StatusBar-details,
        [dir=rtl] .uppy-StatusBar-statusSecondaryHint {
            margin-left: 5px
        }

        .services-tabcontent .toggle-servicesbox {
            height: 64px;
            padding: 6px 12px;
            margin-bottom: 9px
        }

        .services-tabcontent .toggle-servicesbox>div {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .services-tabcontent .toggle-servicesbox img,
        .toggle-servicesbox .fa {
            font-size: 25px;
            width: 35px;
            margin-right: 6px;
            flex: 0 0 35px
        }

        .services-tabcontent .toggle-servicesbox span {
            margin: 0 auto;
            flex: 1 1 auto;
            line-height: 1.1;
            text-align: left
        }

        .services-directory {
            box-shadow: none !important;
            border-radius: 0 !important;
            margin: 0 0 15px !important
        }

        .services-directory .nav-pills .nav-link {
            padding: 1rem;
            font-size: 16px
        }

        .services-directory .tab-content {
            flex: 1 1 0px
        }

        .services-directory .services-tabcontent {
            overflow: visible;
            padding: 0
        }

        .services-lisiting {
            max-width: 76%;
            width: 100%;
            display: flex;
            flex-direction: column;
            min-height: 131px
        }

        .services-lisiting h3 {
            font-size: 19px;
            margin-bottom: 13px
        }

        .services-lisiting p {
            padding: 0;
            line-height: 1
        }

        .services-lisiting a {
            display: inline-block;
            color: #dd5655;
            padding: 0 16px 0 0;
            margin: 0 2px
        }

        .services-lisiting a:nth-child(2) {
            padding: 0 0 0 16px;
            margin: 0
        }

        .services-lisiting a+a {
            border-left: 1px solid #a7abba
        }

        .filter-column {
            border: 2px solid #eee;
            border-radius: 32px;
            text-align: center;
            flex: 0 0 45px;
            max-width: 45px;
            padding: 18px 9px;
            margin: 0 39px 0 32px;
            background: #e9e9e9
        }

        .qr-code,
        .qr-code-Authenticator {
            max-width: 167px;
            width: 100%;
            margin: 11px auto 0;
            border: 1px solid #b7b7b7
        }

        .filter-column a {
            display: block;
            color: #636363;
            font-size: 15px
        }

        .services-directory .form-control {
            width: 200px;
            max-width: 100%
        }

        .service-items li::before,
        .startservice-tooltip::before {
            content: "";
            position: absolute;
            width: 13px;
            height: 13px;
            left: 50%;
            border-image: initial
        }

        .pagination .page-link {
            border: 0;
            color: #bf9e66;
            font-size: 27px;
            padding: .5rem .255rem
        }

        .pagination .page-link:focus,
        .pagination .page-link:focus:active,
        .pagination .page-link:hover {
            outline: 0;
            background: 0 0;
            box-shadow: none
        }

        .pagination .page-item {
            font-size: 13px;
            line-height: 4
        }

        .services-directory .pagination {
            position: absolute;
            right: 0;
            bottom: 0
        }

        .service-items li {
            padding: 26px 0 19px;
            border-bottom: 1px solid #b7b7b7;
            position: relative;
            margin-right: 20px
        }

        .service-items li::before {
            background: #fff;
            border-width: 0 0 1px 1px;
            border-style: initial initial solid solid;
            border-color: initial initial #a2a2a2 #a2a2a2;
            bottom: -7px;
            transform: translateX(-50%) rotate(-45deg)
        }

        .service-items li p {
            margin-bottom: 0;
            font-size: 14px
        }

        .service-items li .fi {
            font-size: 49px;
            color: #bf9e66
        }

        .qr-code {
            display: block
        }

        .fi-sapcing {
            width: 103px;
            max-width: 100%
        }

        .description-links a {
            color: #616161;
            margin-right: 10px;
            font-weight: 700;
            display: inline-block
        }

        .description-links a .fi {
            font-size: 20px;
            margin-right: 10px;
            vertical-align: middle
        }

        .description-steps .steps li span {
            width: 50px;
            height: 50px;
            top: -4px;
            right: -7px;
            text-align: center;
            line-height: 1.5;
            font-size: 29px
        }

        .description-steps .steps li {
            margin-bottom: 60px
        }

        .description-steps h4,
        .startservice-tooltip h4 {
            font-size: 1.1rem;
            color: #bf9d66
        }

        .description-box ol li,
        .description-steps p,
        .detail-box h2 {
            font-size: 15px
        }

        .description-box {
            padding: 28px 19px 23px;
            border-bottom: 1px solid #ebebeb
        }

        .description-box:first-child,
        .uppy-size--md .uppy-ImageCropper-controls {
            padding-top: 0
        }

        .description-box ul li {
            position: relative;
            font-size: 15px
        }

        .description-box .icon-list li::before {
            position: absolute;
            content: "";
            font-family: FontAwesome
        }

        .startservice-tooltip {
            position: absolute;
            width: 200px;
            height: 187px;
            right: -2%;
            top: 38px;
            border: 1px solid #a2a2a2;
            border-radius: 4px;
            background: rgba(255, 255, 255, .82);
            transition: 1s;
            text-align: center;
            padding: 18px 0 0;
            z-index: 10;
            display: none
        }

        .detail-box,
        .startservice-tooltip .active {
            background: #fff
        }

        .startservice-tooltip::before {
            background: #fff;
            border-width: 0 0 1px 1px;
            border-style: initial initial solid solid;
            border-color: initial initial #a2a2a2 #a2a2a2;
            top: -7px;
            transform: translateX(-50%) rotate(134deg)
        }

        .startservice-tooltip p {
            font-size: .8rem;
            margin-bottom: 5px
        }

        .startservice-tooltip .btn {
            font-size: .62rem;
            min-width: inherit
        }

        .startservice-tooltip ul {
            margin-bottom: 7px
        }

        .startservice-tooltip li a {
            width: 10px;
            height: 10px;
            background: #000;
            border-radius: 50%;
            display: block
        }

        .rating {
            unicode-bidi: bidi-override;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between
        }

        .rating>.fa-star {
            display: inline-block;
            position: relative;
            line-height: 1;
            color: grey;
            font-size: 20px
        }

        .rating>.fa-star:hover,
        .rating>.fa-star:hover~.fa-star,
        .sweet-alert button.confirm[disabled] {
            color: transparent
        }

        .rating .active,
        .rating>.fa-star:hover::before,
        .rating>.fa-star:hover~.fa-star::before {
            color: #faae6b
        }

        .error-page {
            max-width: 900px;
            margin: 39px auto 0;
            border: 1px solid rgba(177, 177, 177, .33);
            border-radius: 6px;
            box-shadow: rgba(70, 70, 70, .09) 1px 3px 10px 1px;
            text-align: center !important;
            padding: 77px 25px 40px !important
        }

        .error-page .fa {
            font-size: 90px;
            color: #636363;
            text-shadow: rgba(0, 0, 0, .29) 2px 5px 5px
        }

        .error-page img {
            max-width: 418px
        }

        .error-page h1 {
            font-size: 29px;
            color: #616161
        }

        .error-page h4 {
            font-size: 14px;
            margin: 42px 0 20px;
            font-weight: 500
        }

        .modal .error-page {
            margin: 0 auto
        }

        .detail-box [class^=col-],
        .dvEida h5 {
            margin-bottom: 10px
        }

        .dvEida {
            border: 1px solid #a7abba;
            border-radius: 4px;
            padding: 25px 15px
        }

        .dvEida img {
            width: 86px;
            height: 88px;
            object-fit: cover;
            border-radius: 5px
        }

        .dvEida h5 {
            font-size: 15px;
            font-weight: 700
        }

        .dvEida p {
            font-size: 13px;
            margin-bottom: 5px
        }

        .dvEida p b,
        .uppy-size--md .uppy-StatusBar-actionBtn {
            font-size: 11px
        }

        .gray-layout {
            filter: grayscale(100%)
        }

        .gray-layout .modal-backdrop {
            width: 100%;
            height: 100%
        }

        #map,
        .grey-height {
            height: 100%
        }

        .ms-grey-layout .sterick::after,
        .ms-grey-layout [class^=col-],
        .ms-grey-layout h1,
        .ms-grey-layout h2,
        .ms-grey-layout h3,
        .ms-grey-layout h4,
        .ms-grey-layout h5,
        .ms-grey-layout p,
        .ms-grey-layout span {
            color: grey !important
        }

        .ms-grey-layout .btn:not(.multiselect),
        .ms-grey-layout .sidebar,
        .ms-grey-layout .steps .active-step,
        .ms-grey-layout .steps .active-step span,
        .ms-grey-layout .tasheel-navbar,
        .ms-grey-layout .theme-color a {
            border-color: #fff;
            background-color: grey !important
        }

        .ms-grey-layout .steps .active-step span {
            box-shadow: grey 0 0 0 4px;
            color: #fff !important
        }

        .ms-grey-layout .accessable-sidebar,
        .ms-grey-layout .service-box:hover {
            background: grey !important;
            color: #fff !important;
            box-shadow: rgba(162, 162, 162, .6) 0 20px 25px -5px, rgba(162, 162, 162, .6) 0 10px 10px -5px !important
        }

        .ms-grey-layout .alert-danger,
        .ms-grey-layout .selected-list a,
        .ms-grey-layout .sidebar .sidebar-menu .selected-list,
        .ms-grey-layout .sidebar-menu li:hover a,
        .ms-grey-layout .sidebar-menu li:not(:first-child):hover {
            color: #a2a2a2 !important;
            border-color: #a2a2a2 !important
        }

        .detail-box,
        .search-div .table th {
            color: #7d7d7d
        }

        .ms-grey-layout .form-control:focus,
        .ms-grey-layout .multiselect:focus {
            border-color: grey !important
        }

        .searchbar,
        .tab-heading {
            display: flex;
            position: relative;
            padding-bottom: 12px
        }

        .searchbar .form-control {
            border-radius: 20px;
            padding: .375rem 2.5rem .375rem .75rem
        }

        .searchbar .btn,
        .tab-heading.serachbar .form-control {
            border-radius: 20px
        }

        .detail-box {
            box-shadow: rgba(70, 70, 70, .14) 0 0 10px 0;
            border: none;
            padding: 28px 25px 22px;
            border-radius: 5px;
            margin-bottom: 17px;
            font-size: 13px;
            text-align: initial
        }

        .detailbox-heading {
            display: flex;
            align-items: flex-end;
            font-size: 13px !important
        }

        .detailbox-heading img {
            display: inline-flex;
            width: 36px;
            height: 39px;
            object-fit: cover;
            margin-top: initial !important;
            margin-left: initial !important;
            margin-right: 10px !important;
            margin-bottom: 0 !important
        }

        .detail-box img {
            width: 38px;
            margin-bottom: 13px
        }

        .detail-box h3 {
            display: flex;
            justify-content: space-between;
            margin-bottom: 18px;
            font-size: 13px;
            font-weight: 700
        }

        .detail-box h5 {
            flex: 0 0 100%;
            font-size: 13px
        }

        .detail-box span {
            display: block;
            font-weight: 700;
            color: #525252;
            font-size: 12px;
            margin-top: 2px;
            line-height: 1.2
        }

        .detail-box label span {
            margin: 4px;
            display: inline-block !important
        }

        .detail-box li:not(:first-child) {
            display: inline-block;
            vertical-align: top;
            width: 47%;
            margin-top: 8px;
            line-height: 1.2
        }

        .bio-img,
        .circle canvas,
        .nav-pills .nav-link .fa,
        .nav-pills .nav-link img,
        .nav-pills .nav-link span,
        .normal-img,
        .superuser-img,
        .table td,
        .table th {
            vertical-align: middle
        }

        .detail-box .table td,
        .detail-box .table th {
            font-size: inherit
        }

        .search-div {
            position: relative;
            padding: 15px 30px 10px;
            background: #e9e9e9;
            border-radius: 0 0 7px 7px;
            max-height: 200px;
            overflow-y: auto
        }

        .caretUp::before {
            font-family: FontAwesome;
            content: "";
            font-size: 20px;
            position: absolute;
            right: 12px;
            bottom: -18px;
            color: #e9e9e9
        }

        .main-content,
        .main-footer .footer-content {
            transition: transform .3s
        }

        .toggle-footer,
        .toggle-maincontent {
            transform: translateX(40px);
            transition: transform .3s
        }

        .user-info {
            box-shadow: none;
            min-height: initial;
            padding: 5px 20px;
            font-size: 13px;
            background: #f3e8d6;
            border-radius: 6px
        }

        .user-info .media {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem
        }

        .user-info .userinfo-right {
            background: #fff;
            padding: 22px;
            border-radius: 6px;
            display: flex;
            align-items: center
        }

        .user-info h3 {
            font-size: 18px;
            margin-bottom: 14px
        }

        .user-info p {
            margin-bottom: 0;
            text-transform: uppercase
        }

        .user-info span {
            font-size: 13px;
            font-weight: 400;
            word-break: break-all
        }

        .user-info .media h5 {
            font-size: .75rem;
            color: #403d39;
            margin-bottom: 0;
            font-weight: 700;
            line-height: 1
        }

        .user-info .media h5 .fa {
            display: inline-block;
            color: #dd5656;
            margin-left: 6px;
            font-size: 16px
        }

        .user-info .user-infoimg {
            width: 57px;
            height: 65px;
            border: 3px solid #fff;
            background: #d5d7d8;
            border-radius: 4px;
            text-align: center;
            display: -webkit-flex;
            align-items: center;
            justify-content: center
        }

        .user-infoimg img {
            margin-bottom: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px
        }

        .user-info .userupdate-msg {
            line-height: 1.2;
            margin-top: 11px;
            color: #dd5656;
            font-size: 11px;
            font-weight: 700
        }

        .user-info .userinfo-right .row>[class^=col-]:not(:first-child) {
            border-left: 1px solid #dadada
        }

        .userinfo-tooltip {
            position: relative;
            display: inline-block;
            z-index: 8;
            top: -3px
        }

        .userinfo-tooltip .dropdown-toggle {
            margin-top: -8px
        }

        .ellipsis-dropup .dropdown-toggle {
            z-index: 8
        }

        .ellipsis-dropup .dropdown-menu {
            z-index: 6
        }

        .userinfo-tooltip:hover .dropdown-menu {
            transform: translate3d(4%, 0, 0) scale3d(1, 1, 2) !important
        }

        .userinfo-tooltip .dropdown-menu {
            top: -61px !important;
            z-index: 6
        }

        .userinfo-tooltip .dropdown-menu .btn {
            line-height: 1.2;
            text-transform: none
        }

        .hightlight-container {
            box-shadow: rgba(70, 70, 70, .14) 0 0 10px 0;
            border: none;
            padding: 28px 25px 22px;
            border-radius: 5px;
            margin-bottom: 17px
        }

        .closeAlert {
            right: 16px;
            top: 17px
        }

        .boxclose-btn {
            right: 16px;
            top: 4px;
            font-size: 23px
        }

        .circle,
        .scan-img {
            position: relative
        }

        .profile-uploader {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: flex-end;
            height: 100%
        }

        .profile-uploader img {
            width: 100px;
            height: 120px;
            border-radius: 3px;
            margin: 0 10px;
            padding: 1px;
            object-fit: cover;
            box-shadow: rgba(167, 171, 186, .29) 0 0 0 1px
        }

        .alert-success {
            color: #459448;
            border-color: #459448
        }

        .alert-warning {
            color: #bf9e66;
            border-color: #bf9d66;
            font-size: 13px
        }

        .alert {
            border-radius: 7px;
            background: #fff
        }

        .alert h4::before {
            content: "";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: 5px
        }

        .alert-success h4::before {
            content: "";
            font-family: FontAwesome;
            display: inline-block;
            margin-right: 5px
        }

        .alert h4 .fa {
            font-size: 1rem;
            margin-right: 7px
        }

        .alert p {
            font-size: 12px
        }

        .controls {
            margin-top: 10px;
            border: 1px solid transparent;
            border-radius: 2px 0 0 2px;
            height: 32px;
            outline: 0;
            box-shadow: rgba(0, 0, 0, .3) 0 2px 6px
        }

        #pac-input {
            background-color: #fff;
            font-family: Roboto;
            font-size: 15px;
            margin-left: 12px;
            padding: 0 11px 0 13px;
            text-overflow: ellipsis;
            width: 300px
        }

        #pac-input:focus {
            border-color: #4d90fe
        }

        .googleMap .close-btn {
            top: 7px;
            right: 72px;
            font-size: 46px;
            color: #fff
        }

        .gm-style .gm-style-iw-c button {
            top: -2px !important;
            right: -2px !important
        }

        @media (-ms-high-contrast:none),
        (-ms-high-contrast:active) {
            .gm-style>div:first-child {
                cursor: pointer !important
            }

            .uploadFileSif #SifFileUpload {
                width: 100%
            }
        }

        .owl-carousel .owl-item .service-box img {
            display: inline-block;
            width: 62px !important
        }

        .owl-nav {
            text-align: right;
            line-height: .3;
            height: 43px;
            display: block !important
        }

        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel button.owl-dot {
            font-size: 82px !important;
            line-height: 0 !important;
            color: #bf9e65 !important
        }

        .owl-carousel .service-box {
            margin-bottom: 15px;
            margin-top: 10px;
            border: 5px solid #f3e8d6;
            box-shadow: none
        }

        .owl-carousel .service-box:hover {
            box-shadow: none;
            border-color: #bf9e66;
            background: #f3e8d6
        }

        .mostused-services .owl-nav,
        .upcoming-services .owl-nav,
        .uppy-ProgressBar[aria-hidden=true] {
            height: 0
        }

        .mostused-services .owl-nav button.owl-next,
        .mostused-services .owl-nav button.owl-prev,
        .upcoming-services .owl-nav button.owl-next,
        .upcoming-services .owl-nav button.owl-prev {
            position: absolute;
            top: 50%;
            margin-top: -19px;
            font-size: 53px !important
        }

        .mostused-services .owl-prev,
        .upcoming-services .owl-prev {
            left: -18px
        }

        .mostused-services .owl-next,
        .upcoming-services .owl-next {
            right: -18px
        }

        .attached-images .attach-img {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 5px;
            text-align: center;
            vertical-align: text-top
        }

        .attached-images img {
            width: 120px;
            height: 80px;
            border-radius: 6px;
            margin-bottom: 5px;
            object-fit: cover;
            border: 1px solid #636363
        }

        .attached-images .fa-picture-o {
            font-size: 90px;
            line-height: .9
        }

        .attached-images span {
            text-align: center;
            margin-right: 5px;
            color: #6e6a6a
        }

        .scan-file {
            margin-top: 11px
        }

        .scan-img {
            flex: 0 0 75%;
            width: 75%;
            max-width: 75%
        }

        .vertical-navbar {
            width: 169px;
            height: 100%;
            background: #636363;
            transition: .3s;
            margin-bottom: 0
        }

        .vertical-navbar li {
            position: relative;
            color: #fff
        }

        .vertical-navbar li a {
            padding: 8px 10px;
            color: #fff;
            border-left: 4px solid transparent;
            border-bottom: 1px solid #929292;
            display: block;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden
        }

        .vertical-navbar li a:active,
        .vertical-navbar li a:focus,
        .vertical-navbar li a:focus:active,
        .vertical-navbar li a:hover {
            color: #bf9d66;
            border-left-color: #bf9d66;
            background: #585858;
            transition: .3s
        }

        .vertical-navbar li .fa {
            margin-right: 10px;
            font-size: 13px;
            cursor: pointer
        }

        .vertical-navbar li a span {
            display: inline-block;
            vertical-align: text-top;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 8em
        }

        .horizontal-listing .list-group-item {
            border-color: #dadada;
            padding: 0
        }

        .horizontal-listing .list-group-item a {
            padding: .75rem 0;
            display: block;
            font-size: 14px
        }

        .horizontal-listing .list-group-item a .action-fa .fa {
            font-size: 14px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            text-align: center;
            line-height: 2.1;
            transition: .3s
        }

        .horizontal-listing .list-group-item a .action-fa .fa-times {
            color: #dd5656;
            border: 1px solid #dd5656
        }

        .horizontal-listing .list-group-item a .action-fa .fa-times:hover {
            background-color: #dd5656;
            color: #fff;
            transition: .3s
        }

        .horizontal-listing .list-group-item a .action-fa .fa-check {
            color: #459448;
            border: 1px solid #459448
        }

        .horizontal-listing .list-group-item a .action-fa .fa-check:hover {
            background-color: #459448;
            color: #fff;
            transition: .3s
        }

        .horizontal-listing .list-group-item a .action-fa .fa+.fa,
        [dir=rtl] .uppy-Dashboard-FileCard-actionsBtn,
        [dir=rtl] .uppy-StatusBar-spinner {
            margin-left: 10px
        }

        .progressbar {
            display: inline-block;
            width: 100px;
            margin: 25px
        }

        .circle,
        .circle div {
            width: 100%;
            text-align: center
        }

        .circle {
            margin: 10px auto 0;
            display: inline-block
        }

        .nav-pills .nav-link img,
        .sidebar-menu li img,
        .steps,
        [dir=ltr] .uppy-Dashboard-FileCard-actionsBtn,
        [dir=ltr] .uppy-StatusBar-spinner {
            margin-right: 10px
        }

        .circle div {
            position: absolute;
            top: 30px;
            left: 0;
            line-height: 40px;
            font-size: 20px
        }

        .circle strong i {
            font-style: normal;
            font-size: .6em;
            font-weight: 400
        }

        .circle span {
            display: block;
            color: #aaa;
            margin-top: 12px
        }

        .circle p {
            margin-top: 8px
        }

        .nav-pills {
            border-left: 5px solid #636363
        }

        .nav-pills .nav-link {
            background-color: #636363;
            border-radius: 0;
            border-bottom: 1px solid #929292;
            color: #fff;
            font-size: 14px;
            padding: .5rem 1rem;
            white-space: nowrap
        }

        .nav-pills .nav-link:first-child {
            border-top: 1px solid #929292
        }

        .nav-pills .nav-link .fa {
            font-size: 19px;
            margin-right: 10px
        }

        .nav-pills .nav-link img {
            width: 32px
        }

        .nav-pills .nav-link span {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 13em
        }

        .nav-pills .nav-link.active,
        .nav-pills .nav-link:hover,
        .nav-pills .show>.nav-link {
            background-color: #fff;
            color: #bf9d66
        }

        .services-tab {
            top: 0;
            left: 100%;
            position: absolute;
            width: 80vw;
            height: 77vh;
            padding: 20px 0;
            overflow: hidden;
            border-radius: 5px;
            background: #fff;
            box-shadow: rgba(0, 0, 0, .2) 0 0 4px;
            z-index: 10;
            margin-top: 172px;
            margin-left: 16px;
            transform-style: preserve-3d;
            transform-origin: center bottom;
            transform: scale3d(1, 0, 0);
            opacity: 0;
            transition: transform .4s, opacity .5s
        }

        .owl-carousel .service-box:hover>div,
        .toggle-servicetab {
            transform: scale3d(1, 1, 1)
        }

        .toggle-servicetab {
            opacity: 1;
            transition: transform .3s, opacity .2s
        }

        .services-tabsidebar {
            overflow: hidden auto;
            height: 74.7vh
        }

        .services-tabcontent {
            padding: 15px 40px;
            overflow-y: auto;
            height: 73vh
        }

        .service-box {
            height: 170px;
            text-align: center;
            background: #fff;
            border-radius: 8px;
            margin-bottom: 19px;
            box-shadow: rgba(70, 70, 70, .14) 0 0 10px 0;
            padding: 12px 5px;
            border: 4px solid #f3e8d6;
            overflow: hidden;
            display: flex;
            justify-content: center;
            transform-style: preserve-3d;
            transform-origin: center center;
            transform: scale3d(1, 1, 1);
            transition: .4s
        }

        .fw-search,
        .service-box>div {
            transform-origin: center top
        }

        .service-box>div {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            flex: 1 1 0%;
            align-items: center;
            transform: scale3d(1, 1, 1);
            transition: transform .4s
        }

        .service-box .fa,
        .service-box img {
            font-size: 40px;
            width: 62px
        }

        .service-box h4 {
            font-size: 43px;
            color: #dd5656
        }

        .service-box span {
            font-size: 13px;
            display: block;
            margin: 18px auto 0;
            line-height: 1.3;
            flex: 0 0 100%
        }

        .service-box:hover {
            background: #f3e8d6;
            border-color: #bf9e66;
            color: #6c6c6d;
            transform: scale3d(1.05, 1.05, 1.2);
            box-shadow: rgba(191, 158, 102, .43) 0 20px 25px -5px, rgba(191, 158, 102, .61) 0 10px 10px -5px;
            transition: .4s
        }

        .fw-search,
        .service-box .servicebox-overlay {
            width: 100%;
            transform-style: preserve-3d;
            left: 0
        }

        .service-box:hover .servicebox-overlay p {
            color: #6c6c6d
        }

        .service-box .servicebox-overlay {
            position: absolute;
            top: 0;
            height: 100%;
            padding: 20px 12px 15px;
            display: block;
            opacity: 0;
            transition: transform .4s, opacity .4s;
            transform-origin: center bottom;
            transform: scale3d(1, 0, 0)
        }

        .service-box:hover .servicebox-overlay {
            transition: transform 1.5s 2s, opacity 1.5s;
            opacity: 1;
            transform: scale3d(1, 1, 1)
        }

        .service-box:hover>div {
            transition: transform .4s 2s;
            transform: scale3d(1, 0, 0)
        }

        .servicebox-overlay h2 {
            font-size: 14px;
            color: #fff
        }

        .servicebox-overlay p {
            margin-top: 0;
            margin-bottom: 1rem;
            font-size: 12px
        }

        .toggle-servicesbox .servicebox-overlay {
            padding: 6px 12px 5px
        }

        .toggle-servicesbox .servicebox-overlay p {
            line-height: 1.2
        }

        .tab-heading .close-icon {
            position: absolute;
            right: 20px;
            top: 6px;
            cursor: pointer;
            font-size: 22px
        }

        .servicelist-box {
            display: flex;
            border-radius: 8px;
            border: 4px solid #f3e8d6;
            align-items: center;
            padding: 10px;
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 1.2;
            transition: .3s
        }

        .servicelist-box:hover {
            background: #f3e8d6;
            border-color: #bf9e66;
            transition: .3s
        }

        .servicelist-box img {
            width: 40px;
            flex: 0 0 40px
        }

        .fw-search {
            position: fixed;
            bottom: 0;
            height: calc(100% - 91px);
            background: rgba(0, 0, 0, .4);
            display: flex;
            justify-content: center;
            z-index: 25;
            transform: scale(1, 0);
            transition: .3s
        }

        .steps,
        .steps li,
        .steptab-wrapper {
            position: relative
        }

        .form-login .form-control:focus~.bar::after,
        .form-login .form-control:focus~.bar::before,
        .fw-search .searchbar {
            width: 50%
        }

        .fw-search .close {
            position: absolute;
            right: 30px;
            top: 10px;
            color: #fff
        }

        .toggle-fwsearch {
            transform: scale(1, 1);
            transition: .3s
        }

        #bioLogin,
        #normalLogin,
        .step-tab {
            transform-style: preserve-3d;
            opacity: 0
        }

        #bioLogin,
        #normalLogin,
        #normalLoginNew,
        .step-tab {
            transform-origin: center bottom;
            transition: transform .4s, opacity .5s
        }

        .steps::before {
            content: "";
            position: absolute;
            width: 4px;
            background: #e9e9e9;
            height: 88%;
            right: 14px;
            z-index: 1;
            top: 0;
            bottom: 0
        }

        .inline-loader-btn::after,
        .inline-loader-sm::after,
        .inline-loader::before {
            content: "";
            font-family: FontAwesome;
            animation: 2s linear infinite fa-spin
        }

        .steps li {
            width: 152px;
            z-index: 5;
            border-radius: 20px;
            background: #e9e9e9;
            margin-bottom: 36px;
            line-height: 1;
            padding: 7px 37px 7px 15px;
            font-size: 13px;
            height: 40px;
            display: flex;
            align-items: center;
            cursor: pointer
        }

        .steps li b {
            font-weight: 400;
            padding-right: 8px
        }

        .steps li span {
            position: absolute;
            width: 36px;
            height: 36px;
            background: #e9e9e9;
            border-radius: 50%;
            border: 4px solid #fff;
            box-shadow: #e9e9e9 0 0 0 4px;
            top: 2px;
            right: 0;
            text-align: center;
            line-height: 2
        }

        .steps .done-step {
            background: #459448;
            color: #fff
        }

        .steps .done-step span {
            background: #459448;
            color: #fff;
            box-shadow: #459448 0 0 0 4px
        }

        .steps .active-step,
        .steps .active-step span {
            background: #bf9d66;
            color: #fff
        }

        .steps .active-step span {
            box-shadow: #bf9d66 0 0 0 4px
        }

        .steptab-wrapper {
            flex: 0 0 80%;
            width: 80%;
            max-width: 80%;
            background: #fff;
            overflow: hidden
        }

        .step-tab {
            position: absolute;
            top: 0;
            padding: 5px 14px 0;
            margin-bottom: 20px;
            flex: 0 0 100%;
            width: 100%;
            max-width: 100%;
            transform: scale3d(1, 0, 0)
        }

        .toggle-steptab {
            position: relative;
            transform: scale3d(1, 1, 1);
            opacity: 1;
            transition: transform .3s, opacity .2s
        }

        .table-responsive {
            overflow-y: auto;
            max-height: 700px
        }

        .table tbody tr:only-child td {
            padding-bottom: 24px
        }

        .table tr td:last-child,
        .table tr th:last-child {
            position: relative;
            text-align: center
        }

        .table tr th:last-child {
            min-width: 55px
        }

        .table-hover tbody tr:hover {
            background-color: #faf9ff
        }

        .table tr td .dropdown-menu {
            border: 0;
            box-shadow: rgba(0, 0, 0, .12) 0 0 8px 3px;
            text-align: center;
            padding: .8rem 0
        }

        .table tr td:not(:last-child) .fa {
            color: #b8b9b9 !important;
            cursor: pointer
        }

        .fa.fa-home,
        .table tr td:last-child .fa,
        .uppy-size--md .uppy-Provider-authTitle {
            font-size: 20px
        }

        .table tr td .fa-pencil-square-o {
            color: #636363 !important;
            cursor: pointer
        }

        .table tr td .dropdown-menu a {
            color: #23a2ff
        }

        .table tr td a {
            word-break: break-all;
            color: #23a2ff
        }

        .table td,
        .table th {
            font-size: 14px;
            font-weight: 500;
            padding: .4rem .35rem;
            border-top: 1px solid #dee2e6;
            line-height: 1.2;
            transition: .3s
        }

        .table:not(#tblLegalConditionsList) tr:hover td {
            transition: .3s;
            background: #e9e9e9;
            color: #403d39
        }

        .table th {
            color: #c7cdd3;
            position: relative;
            padding-bottom: .7rem;
            border: none !important
        }

        .tabl:not(#tbledrafts) tr td:last-child a:hover,
        .table:not(#tbledrafts) tr td:last-child a,
        .table:not(#tbledrafts) tr td:last-child a:focus {
            color: #5b5a67;
            text-decoration: none;
            display: inline-block;
            padding: 0 5px
        }

        .modal .table-responsive,
        .modal form .table-responsive {
            max-height: 47vh;
            overflow-y: auto
        }

        .modal .search-div .table-responsive,
        .modal form .search-div .table-responsive {
            max-height: initial
        }

        .SearchGridResult .table-responsive {
            max-height: 100%
        }

        .table td .custom-control .custom-control-label {
            vertical-align: top
        }

        .tr-highliter {
            background: #eaeaea;
            color: #dd5656
        }

        .table td br {
            line-height: 1.4
        }

        .sifEmployees-div td input[type=text],
        .transactions-div td input[type=text] {
            height: 30px
        }

        .sifEmployees-div .table-responsive,
        .transactions-div .table-responsive {
            margin-bottom: 19px;
            box-shadow: rgba(99, 99, 99, .16) 0 2px 11px 0 inset
        }

        .sifEmployees-div .table-responsive .table th,
        .transactions-div .table-responsive .table th {
            padding: .9rem .35rem
        }

        .sifEmployees-div .table-responsive .table th:first-child,
        .sifEmployees-div .table-responsive .table tr>td:first-child,
        .transactions-div .table-responsive .table th:first-child,
        .transactions-div .table-responsive .table tr>td:first-child {
            padding-left: .9rem
        }

        #FineGridTable {
            border-bottom: 1px solid #636363;
            margin-bottom: 0
        }

        .sifEditFile {
            padding: 15px 30px 19px
        }

        .sifEditFile table th {
            padding-right: .35rem;
            padding-left: .35rem;
            text-align: left;
            color: #7d7d7d !important;
            font-size: 12px !important;
            padding-bottom: 0 !important;
            padding-top: 0 !important
        }

        .sifEditFile table td .form-control {
            height: 27px !important
        }

        .sifEditFile table td {
            border-top-color: transparent !important
        }

        .sifEditFile td:last-child .fa-repeat {
            font-size: 2em !important
        }

        .sifEditFile td:last-child .fa-check-circle {
            font-size: 1.2em !important;
            left: -5px
        }

        .table-collapsable {
            padding-bottom: 25px
        }

        .table-collapsable thead th {
            background: #989898;
            color: #fff;
            text-align: center
        }

        .table-collapsable th {
            position: relative;
            border: 0;
            background: #636363;
            padding: 13px 1px;
            color: #fff
        }

        .table-collapsable th:first-child {
            border-radius: 6px 0 0
        }

        .table-collapsable th:last-child {
            border-radius: 0 6px 0 0;
            width: 94px
        }

        .table-collapsable .sub-th td {
            padding: 6px 0;
            background: #e9e9e9;
            border-bottom: 1px solid #d0d0d0;
            text-align: center
        }

        .table-collapsable .sub-th td .toggleFa {
            margin: 0 18px;
            cursor: pointer
        }

        .table-collapsable td,
        .table-collapsable th {
            font-size: 12px;
            font-weight: initial
        }

        .table-collapsable .collapsable-td td {
            border: 0;
            padding: 4px 0
        }

        .table-collapsable tr td:first-child,
        .table-collapsable tr th:first-child {
            width: 50px
        }

        .table-collapsable .collapsable-td>td {
            position: relative;
            max-width: 0
        }

        .table-collapsable .collapsable-td>td::before {
            content: "";
            position: absolute;
            left: 21px;
            height: 53px;
            border-left: 1px dotted #6f6b6b;
            top: 0
        }

        .table-collapsable .collapsable-td>td table td:first-child::before {
            content: "";
            position: absolute;
            width: 29px;
            left: 21px;
            height: 1px;
            border-top: 1px dotted #6f6b6b;
            top: 50px
        }

        .collapsable-td .btn,
        .sub-th .btn {
            height: auto;
            font-size: .62rem
        }

        .collapsable-td .btn .fa,
        .footer a,
        .footer p,
        .sub-th .btn .fa {
            font-size: 14px
        }

        .f-pagination .page-link {
            font-size: 16px;
            line-height: 2
        }

        .f-pagination .page-link:active:hover,
        .f-pagination .page-link:focus,
        .f-pagination .page-link:hover {
            color: #616161
        }

        .detail-box .f-pagination li,
        .detail-box .pagination li {
            display: inline !important;
            vertical-align: top !important;
            width: auto !important;
            margin-top: auto !important;
            line-height: 3.5 !important
        }

        .sidebar {
            position: fixed;
            top: 0;
            left: 0;
            width: 52px;
            max-width: 100%;
            height: 100%;
            background: #636363;
            z-index: 10;
            transform-origin: left center;
            transition: width .3s, max-width .3s, font-size .3s, transform .3s
        }

        .sidebar-menu {
            margin-top: 190px
        }

        .sidebar-menu li:first-child {
            padding: 14px 12px;
            border-bottom: 1px solid #a5a5a5;
            overflow: hidden;
            white-space: nowrap
        }

        .sidebar-menu li {
            position: relative;
            border-left: 4px solid transparent;
            color: #fff
        }

        .selected-list a,
        .sidebar-menu li:hover a,
        .sidebar-menu li:not(:first-child):hover {
            background: #fff;
            transition: .3s;
            color: #bf9d66 !important;
            border-left-color: #bf9d66 !important
        }

        .sidebar-menu li a {
            padding: 8px 10px;
            color: #fff;
            border-bottom: 1px solid #929292;
            display: block;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden
        }

        .sidebar-menu li a span,
        .sidebar-menu li:first-child span {
            vertical-align: text-top;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 8em;
            display: inline-block !important
        }

        .sidebar-menu li .fa {
            margin-right: 17px;
            font-size: 22px;
            cursor: pointer
        }

        .sidebar-toggle {
            width: 195px;
            max-width: 100%;
            transition: width .3s, max-width .3s, font-size .3s
        }

        .sidebar .sidebar-menu .selected-list {
            color: #bf9d66;
            border-color: #bf9d66
        }

        .sidebar .sidebar-menu .selected-icon::before {
            content: "";
            position: absolute;
            border-right: 17px solid #636363;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            right: -16px;
            top: 50%;
            transform: translateY(-50%)
        }

        .default-overlay,
        .sidedbar-overlay {
            position: fixed;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 5;
            background: rgba(5, 5, 5, .45)
        }

        .sidebar-menu li .btn-stack .fa-stack {
            width: 1.25em !important
        }

        .sidebar-menu li .btn-stack .fa-stack .fa-stack-2x {
            font-size: 1.2em !important
        }

        .accessable-sidebar {
            position: fixed;
            right: 0;
            top: 0;
            width: 325px;
            height: 100%;
            background: #636363;
            z-index: 20;
            transform-origin: center top;
            transition: transform .3s ease-in-out;
            transform: scale3d(1, 0, 0)
        }

        .accessable-menu {
            padding: 19px 26px;
            color: #fff
        }

        .accessable-menu ul h2 {
            font-weight: 400;
            margin-bottom: 21px;
            color: #fff;
            font-size: 17px
        }

        .accessable-menu ul {
            padding: 19px 0 31px;
            text-align: center;
            border: 1px solid #929292
        }

        .accessable-menu ul li {
            margin-right: 3px;
            display: inline-block
        }

        .accessable-menu ul li:last-child {
            margin-right: initial
        }

        .accessable-menu ul li a {
            display: block;
            color: #fff;
            border: 1px solid #929292;
            font-size: 20px;
            height: 40px;
            width: 77px
        }

        .theme-default {
            background: #bb985c
        }

        .theme-success {
            background: #00732f
        }

        .theme-danger {
            background: #bf2300
        }

        .set-default {
            background: #bb985c !important
        }

        .set-success {
            background: #00732f !important;
            border-color: #00732f !important
        }

        .set-success-text {
            color: #00732f !important
        }

        .set-danger {
            background: #bf2300 !important;
            border-color: #bf2300 !important
        }

        .copy-right,
        .footer {
            border-top: 1px solid #bf9e66
        }

        .set-danger-text {
            color: #bf2300 !important
        }

        .accessable-menu ul li a .fa {
            vertical-align: middle;
            font-size: 13px;
            font-weight: 400 !important
        }

        .toggle-accessable {
            transition: transform .3s ease-in-out;
            transform: scale3d(1, 1, 1)
        }

        .close-accessable {
            cursor: pointer;
            font-size: 30px;
            margin-bottom: 21px
        }

        .footer {
            padding: 31px 0 20px;
            transition: transform .3s;
            margin-top: 60px;
            background: #f8f8f8
        }

        .call-center .fa-volume-control-phone {
            font-size: 66px;
            color: #bf9e66;
            transform: rotate(-30deg);
            font-weight: 700
        }

        .call-center h5 {
            font-size: 28px;
            font-weight: 700
        }

        .footer-social li a {
            display: flex;
            width: 45px;
            height: 45px;
            text-align: center;
            background: #bf9e66;
            color: #fff;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 3;
            overflow: hidden
        }

        .footer-social li a .fa {
            font-size: 27px;
            position: relative;
            z-index: 3
        }

        .footer-social li a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #636363;
            transform-origin: center bottom;
            transform: scale(1, 0);
            transition: transform .3s;
            z-index: 2
        }

        .footer-social li a:hover::before {
            background: #636363;
            transform-origin: center top;
            transform: scale(1, 1);
            transition: transform .3s
        }

        .footer-social li+li {
            margin-left: 3px
        }

        .apps-links,
        .footer-links {
            display: flex;
            flex-wrap: wrap
        }

        .footer-links li {
            position: relative;
            overflow: hidden;
            flex: 0 0 50%
        }

        .footer-links li a {
            line-height: 1.8
        }

        .footer-links li a::before {
            width: 100%;
            height: 100%;
            line-height: 1.8;
            position: absolute;
            overflow: hidden;
            white-space: nowrap;
            max-width: 0;
            color: #bf9e66;
            content: attr(data-title);
            transition: max-width .6s
        }

        .footer-links li a:active::before,
        .footer-links li a:focus::before,
        .footer-links li a:hover::before {
            max-width: 100%;
            transition: max-width .4s
        }

        .apps-links li h3,
        .news-letter .searchbar .form-group {
            flex: 0 0 100%
        }

        .apps-links li {
            flex: 0 0 50%;
            display: flex;
            flex-wrap: wrap
        }

        .apps-links li a+a {
            margin-left: 14px
        }

        .apps-links li a {
            font-size: 34px;
            color: #bf9e66
        }

        .apps-links li a:hover {
            color: #636363;
            transition: .3s
        }

        .copy-right {
            display: flex;
            justify-content: space-between;
            padding: 20px 0 0;
            align-items: center;
            margin-top: 20px
        }

        .copy-right p {
            font-size: 13px;
            margin-bottom: 0
        }

        .copy-right img {
            height: 55px
        }

        .copy-right a+a {
            margin-left: 10px;
            display: inline-block
        }

        .modal-dialog {
            margin: 0 auto;
            width: 100%
        }

        .modal.fade .modal-dialog {
            top: 50%;
            left: 50%;
            position: absolute;
            transition: transform .3s ease-out;
            transform: translate(-150%, -50%)
        }

        .modal.show .modal-dialog {
            transform: translate(-50%, -50%)
        }

        .modal-content {
            box-shadow: none;
            border-radius: 4px;
            border: transparent
        }

        .modal-header {
            padding: 45px 35px 0;
            border-bottom: 0 !important
        }

        .modal-body,
        .modal-custom-body {
            padding: 1rem 2.2rem;
            min-height: 240px
        }

        .modal-custom-body {
            max-height: 80vh;
            overflow-y: auto
        }

        .modal-header .close {
            position: absolute;
            right: 47px
        }

        .modal .modal-body form {
            max-height: 68vh
        }

        #attachmentModal.modal.show .modal-dialog {
            transform: translate(0, 0)
        }

        #attachmentModal.modal.fade .modal-dialog {
            top: 0;
            left: 0;
            position: relative;
            transform: translate(0, 0)
        }

        .sidebar-modal .modal-body form {
            padding: 10px 25px;
            max-height: 68vh;
            overflow-y: auto
        }

        .sidebar-modal .modal-header {
            padding: 45px 25px 0 !important
        }

        .sidebar-modal .modal-body .close {
            position: absolute;
            right: 19px;
            top: 20px;
            z-index: 10;
            color: #fff;
            opacity: 1;
            font-weight: 100
        }

        .alertPopUp.fade .modal-dialog {
            transition: transform .2s ease-out, -webkit-transform .2s ease-out, -o-transform .2s ease-out;
            transform: translate(-50%, -50%) scale(.8) !important
        }

        .alertPopUp.show .modal-dialog {
            transition: transform 80ms ease-out, -webkit-transform 80ms ease-out, -o-transform 80ms ease-out;
            margin-top: 0;
            transform: translate(-50%, -50%) scale(1) !important
        }

        .alertPopUp .modal-content {
            border: 1px solid rgba(0, 0, 0, .2)
        }

        .alertPopUp .modal-body {
            margin-bottom: 0;
            padding-bottom: 25px
        }

        .info-danger .fa,
        .info-success .fa,
        .info-text .fa {
            width: 100px;
            height: 100px;
            text-align: center;
            line-height: 1.8;
            font-size: 50px;
            margin: 29px auto 15px
        }

        .info-success .fa {
            border-radius: 50%;
            color: #459448;
            border: 3px solid #459448
        }

        .info-danger .fa {
            border-radius: 50%;
            color: #dd5656;
            border: 3px solid #dd5656
        }

        .info-text .fa {
            border-radius: 50%;
            color: #636363;
            border: 3px solid #636363
        }

        .accordion .card,
        .multiselect-container>li>a>label>input[type=checkbox] {
            margin-bottom: 5px
        }

        .accordion .card-header {
            padding: 0;
            background: #e9e9e9
        }

        .accordion .card-header a {
            padding: .75rem 1.25rem;
            display: block;
            color: #403d39;
            font-size: 15px
        }

        .accordion .card-header a .fa {
            position: absolute;
            right: 17px;
            top: 9px;
            font-size: 26px;
            transform: rotate(-180deg);
            transition: transform .3s
        }

        .accordion .card-header a.collapsed .fa {
            transform: rotate(0);
            transition: transform .3s
        }

        .accordion .card-body {
            border: 1px solid #e9e9e9;
            padding: 22px 27px;
            border-radius: 0 0 5px 5px
        }

        .accordion .card-body p {
            color: #636363;
            margin-bottom: 5px
        }

        .loader-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 1100;
            background: rgba(254, 254, 254, .83)
        }

        .loader {
            position: absolute;
            left: 50%;
            top: 50%;
            color: #bf9d66;
            font-size: 40px;
            transform: translate(-50%, 50%)
        }

        .balls {
            width: 1.8em;
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: space-between
        }

        .fw-login .forgot-links,
        .inline-loader {
            width: 100%;
            position: absolute;
            display: flex
        }

        .balls div {
            width: .5em;
            height: .5em;
            border-radius: 50%;
            background-color: #bf9d66;
            transform: translateY(-100%);
            animation: .8s ease-in-out infinite alternate wave
        }

        .balls div:first-of-type {
            animation-delay: -.4s
        }

        .balls div:nth-of-type(2),
        .la-ball-fall>div:first-child {
            animation-delay: -.2s
        }

        @keyframes wave {
            0% {
                transform: translateY(-100%)
            }

            100% {
                transform: translateY(100%)
            }
        }

        .inline-loader {
            top: 0;
            left: 0;
            height: 100%;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            color: #bf9e66;
            z-index: 3
        }

        .chat-btn,
        .scrollToTop {
            position: fixed;
            z-index: 7;
            text-align: center;
            text-decoration: none
        }

        .inline-loader-btn {
            color: #bf9e66;
            background: 0 0 !important
        }

        .inline-loader-btn::after,
        .inline-loader-sm::after {
            position: absolute;
            top: 50%;
            left: 50%;
            font-size: 24px;
            color: #bf9e66;
            z-index: 3;
            margin-left: -11px !important;
            margin-top: -18px !important
        }

        .scrollToTop {
            bottom: 20px;
            right: 20px;
            border: 2px solid #636363;
            width: 50px;
            height: 50px;
            border-radius: 35px;
            display: none;
            transition: .3s
        }

        .scrollToTop i {
            color: #636363;
            margin: 0;
            position: relative;
            top: 9px;
            font-size: 21px;
            font-weight: 700;
            transition: .3s
        }

        .chat-btn,
        .chat-btn i {
            color: #fff;
            transition: .3s
        }

        .scrollToTop:hover {
            background: rgba(0, 0, 0, .9)
        }

        .chat-btn:hover i,
        .scrollToTop:hover i {
            color: #cac8c8;
            top: 5px
        }

        .chat-btn {
            bottom: 0;
            left: 0;
            background: #bf9e66;
            width: 121px;
            height: 42px;
            line-height: 3;
            font-size: 13px;
            display: block;
            border-radius: 0 11px 0 0;
            font-weight: 700
        }

        .chat-btn i {
            margin-right: 7px;
            position: relative;
            font-size: 21px;
            vertical-align: sub
        }

        .chat-btn:hover {
            background: #636363
        }

        .card-form a {
            background: #f6f2e9;
            color: #616161;
            height: 100px;
            display: block;
            border: 1px solid #ededed;
            border-radius: 5px;
            padding: 20px;
            font-weight: 700;
            text-align: center;
            transition: .5s ease-in-out
        }

        .card-form a:hover {
            background: #616161;
            color: #fff
        }

        .card-form a span:first-child {
            font-size: 13px;
            color: #fff;
            background: #bf2300;
            padding: 10px;
            border-radius: 50%;
            width: 44px;
            height: 44px;
            display: inline-block;
            margin-right: 5px
        }

        .card-form h5 {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 15px
        }

        .card-form img {
            width: 24px
        }

        .fw-login {
            border: 1px solid #eff2f3;
            z-index: 2;
            background: #fff;
            height: 353px
        }

        .custom-fw-reset {
            top: 375px !important
        }

        .fw-login .forgot-links {
            left: 0;
            right: 0;
            bottom: 0;
            background: #eff2f3;
            height: 40px;
            justify-content: space-around;
            align-items: center
        }

        .fw-login .forgot-links .btn-forgot,
        .fw-login .forgot-links .btn-forgot:active,
        .fw-login .forgot-links .btn-forgot:focus,
        .fw-login .forgot-links .btn-forgot:focus:active,
        .fw-login .forgot-links .btn-forgot:hover {
            position: relative;
            font-size: 11px;
            color: #dd5655;
            border-radius: 0;
            line-height: 2.4
        }

        .modal-announcebar {
            background: url("annon-bg.jpg") left top/cover no-repeat;
            border-radius: 0 4px 4px 0;
            padding: 27px 32px 10px !important;
            color: #fff !important
        }

        .modal-announcebar h2 {
            color: #fff;
            font-size: 18px;
            border-bottom: 1px solid rgba(255, 255, 255, .33);
            padding-bottom: 17px;
            margin-bottom: 20px
        }

        .modal-announcebar b {
            font-size: 12px;
            font-weight: 500;
            display: block
        }

        .modal-announcebar h3 {
            font-size: 15px;
            color: #fff
        }

        .modal-announcebar p {
            font-size: 12px;
            font-weight: lighter
        }

        .form-login .modal-body {
            padding: 0 !important;
            margin-bottom: 0 !important
        }

        .modal-logo {
            padding: 28px 25px 0
        }

        .modal-logo img {
            max-width: 280px;
            display: block
        }

        .modal-logo b {
            font-size: 13px;
            font-weight: 700;
            margin: 14px 0;
            display: block
        }

        .btn-forgot,
        .btn-forgot:active,
        .btn-forgot:focus,
        .btn-forgot:focus:active,
        .btn-forgot:hover {
            position: fixed;
            left: 0;
            bottom: 0;
            background: #eff2f3;
            width: calc(66.666% + 10px);
            font-size: 11px;
            color: #dd5655;
            border-radius: 0 0 0 5px;
            height: 40px;
            line-height: 2
        }

        .bio-img,
        .normal-img,
        .smart-img,
        .superuser-img,
        .uaepass-img {
            width: 39px;
            display: inline-block
        }

        .login-btns {
            border-left: 1px solid #dadada;
            padding: 0 15px;
            background: #fff;
            height: 94%
        }

        .login-btns li a {
            height: 41px;
            border-radius: 5px;
            color: #3d3a3b;
            border: 1px solid #dadada;
            margin-bottom: 10px;
            font-size: 14px;
            text-transform: uppercase;
            transition: .4s;
            padding: 0;
            display: flex;
            align-items: center
        }

        .login-btns li:hover a {
            background: #dd5655;
            color: #fff;
            transition: .4s
        }

        .login-btns .usepass-login:hover a {
            background: 0 0
        }

        .normal-img {
            background: url("icon_regular_01.png") left 10px center/20px no-repeat;
            height: 100%
        }

        .bio-img {
            background: url("icon_fingerprint_01.png") left 10px center/20px no-repeat;
            height: 100%
        }

        .smart-img {
            background: url("icon_smartpass_01.png") left 10px center/20px no-repeat;
            height: 100%
        }

        .superuser-img {
            background: url("super-user-creation-1.png") left 10px center/20px no-repeat;
            height: 100%
        }

        .uaepass-img {
            background: url("uae-pass1.png") left 10px center/20px no-repeat;
            height: 100%
        }

        .btn-normal:hover .normal-img {
            background: url("icon_regular_02.png") left 10px center/20px no-repeat
        }

        .btn-bio:hover .bio-img {
            background: url("icon_fingerprint_02.png") left 10px center/20px no-repeat
        }

        .btn-smartpass:hover .smart-img {
            background: url("icon_smartpass_02.png") left 10px center/20px no-repeat
        }

        .btn-uaepass:hover .uaepass-img {
            background: url("uae-pass2.png") left 10px center/20px no-repeat
        }

        .btn-superuser:hover .superuser-img {
            background: url("super-user-creation-2.png") left 10px center/20px no-repeat
        }

        #bioLogin img {
            margin: 0 auto;
            display: block
        }

        .login-cards li a {
            height: 100px;
            line-height: 100px;
            color: #fff;
            border-radius: 5px;
            border: 6px double #eff2f3;
            background: #fff !important
        }

        .uaepassbtn {
            padding: 0 15px 12px
        }

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

        .strike {
            display: block;
            text-align: center;
            overflow: hidden;
            white-space: nowrap
        }

        .strike>span {
            position: relative;
            display: inline-block
        }

        .strike>span::after,
        .strike>span::before {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: grey
        }

        .form .form-group label,
        .form-login .form-group label,
        .labelNew {
            top: 10px;
            font-size: 14px;
            transition: .2s;
            pointer-events: none;
            font-weight: 400
        }

        .strike>span::before {
            right: 100%;
            margin-right: 15px
        }

        .strike>span::after {
            left: 100%;
            margin-left: 15px
        }

        .vbtn-group button {
            background-color: #04aa6d;
            border: 1px solid green;
            color: #fff;
            padding: 10px 24px;
            cursor: pointer;
            width: 50%;
            display: block
        }

        .vbtn-group button:not(:last-child) {
            border-bottom: none
        }

        .vbtn-group button:hover {
            background-color: #3e8e41
        }

        .pxb-3 {
            padding: 0 36px 10px !important
        }

        .superuser-tooltip .ellipsis-dropup .dropdown-menu {
            transform-origin: left bottom 10px;
            left: 0 !important;
            right: auto !important
        }

        .superuser-tooltip .ellipsis-dropup .dropdown-menu::before {
            margin-right: inherit;
            margin-left: 7px;
            right: auto;
            left: 0
        }

        .form-login .form,
        .form-login form {
            padding: 10px 20px
        }

        .form-login .form .form-group,
        .form-login form .form-group {
            position: relative;
            margin-bottom: 16px
        }

        #bioLogin,
        #normalLogin {
            position: absolute;
            width: 89%;
            transform: scale3d(1, 0, 0)
        }

        #normalLoginNew,
        .owl-carousel .owl-item img.owl-lazy {
            transform-style: preserve-3d
        }

        #normalLoginNew {
            position: absolute;
            width: 89%;
            position: inherit;
            display: flex
        }

        .labelNew {
            left: 0
        }

        .toggle-mainlogin-form {
            position: relative;
            transition: transform .3s, opacity .2s;
            transform: scale3d(1, 1, 1) !important;
            opacity: 1 !important
        }

        .form-login .form-control {
            font-size: 14px;
            border-top: none;
            border-right: none;
            border-left: none;
            border-image: initial;
            border-bottom: 1px solid #bf9d66;
            box-shadow: none;
            border-radius: 0;
            padding: .375rem 0
        }

        .form-login select {
            background: url("arrow-down.png") right center/14px no-repeat
        }

        .form .form-group label,
        .form-login .form-group label {
            position: absolute;
            left: 0
        }

        .form-login .form-control:focus~label,
        .form-login .form-control:valid~label {
            top: -9px;
            font-size: 14px;
            color: #bf9d66
        }

        .form-login .form-group .bar {
            position: relative;
            display: block;
            width: 100%
        }

        .bar::after,
        .form-login .form-group .bar::before {
            content: "";
            height: 1px;
            width: 0;
            bottom: 1px;
            position: absolute;
            background: #bf9d66;
            transition: .2s
        }

        .form-login .form-group .bar::before {
            left: 50%
        }

        .form-login .form-group .bar::after {
            right: 50%
        }

        .form-login .form-group .highlight {
            position: absolute;
            height: 60%;
            width: 100px;
            top: 25%;
            left: 0;
            pointer-events: none;
            opacity: .5
        }

        .form-login .form-control:focus~.highlight {
            animation: .3s inputHighlighter
        }

        @-webkit-keyframes inputHighlighter {
            0% {
                background: #5264ae
            }

            100% {
                width: 0;
                background: 0 0
            }
        }

        @keyframes inputHighlighter {
            0% {
                background: #5264ae
            }

            100% {
                width: 0;
                background: 0 0
            }
        }

        @media (min-width:1350px) {
            .container {
                max-width: 1300px
            }
        }

        @media (max-width:1199px) {
            .main-content {
                padding-left: 63px;
                padding-right: 18px
            }

            .contact-detail {
                max-width: 90%
            }
        }

        @media (max-width:991px) {

            .steptab-wrapper,
            .table-mobile td,
            .toggle-steptab {
                position: relative
            }

            .copy-right,
            .table-mobile td,
            .tasheel-navbar .nav-item:last-child .dropdown-menu {
                text-align: center
            }

            .trans-box {
                margin: 0 0 15px
            }

            .stat-box {
                padding: 7px 10px;
                min-height: 178px
            }

            .tab-heading {
                display: unset !important
            }

            .form-group.ml-3 {
                margin-left: 0 !important
            }

            .btn-listgroup {
                margin-bottom: 1rem
            }

            .tab-heading .close-icon {
                right: 5px;
                top: 0
            }

            .nav-pills .nav-link:first-child {
                border-top: 0
            }

            .services-tab {
                padding: 5px 0 0;
                margin-top: 270px
            }

            .sidebar-menu {
                margin-top: 260px
            }

            .header-top .container {
                flex-wrap: wrap;
                justify-content: space-between
            }

            .header-top .top-links {
                order: 3;
                flex: 0 0 100%
            }

            .header-top .navbar-brand {
                margin: 0
            }

            .header-top .navbar-brand img {
                width: 109px
            }

            .tasheel-navbar .navbar-nav .dropdown-menu {
                padding: 0 20px;
                background: #636363;
                display: block
            }

            .tasheel-navbar .navbar-nav .dropdown-menu .media {
                padding: 20px 0;
                margin: 0 !important
            }

            .navbar-toggler {
                padding: .25rem .625rem
            }

            .top-links>li {
                padding: 0 5px
            }

            .tasheel-navbar .navbar-nav .active>.nav-link,
            .tasheel-navbar .navbar-nav .nav-link,
            .tasheel-navbar .navbar-nav .nav-link.active,
            .tasheel-navbar .navbar-nav .nav-link.show,
            .tasheel-navbar .navbar-nav .nav-link:focus,
            .tasheel-navbar .navbar-nav .nav-link:hover,
            .tasheel-navbar .navbar-nav .show>.nav-link {
                background: #636363
            }

            .tasheel-navbar .nav-item:not(:first-child),
            .tasheel-navbar .nav-item:not(:last-child) {
                border-right: 0px !important;
                border-left: 0 !important
            }

            .tasheel-navbar .nav-item {
                text-align: inherit;
                flex: 0 1 0%
            }

            .dropdown.profile-dropdown {
                margin-left: initial !important
            }

            .dropdown-menu:not(.datepicker):not(.ellipsis-dropdown)>.dropdown-menu {
                background-color: #bf9d66;
                border: 0;
                border-radius: 0
            }

            .dropdown-item {
                color: #d5d5d5;
                white-space: normal;
                font-size: 12px
            }

            .tasheel-navbar .navbar-nav .nav-item>.nav-link {
                padding: 1rem
            }

            .tasheel-navbar .navbar-nav .dropdown-item {
                padding: .25rem 0
            }

            .tasheel-navbar .navbar-nav .dropdown-menu>li .subdropdown-menu {
                left: 0;
                top: 0;
                position: relative;
                display: block;
                transform: scale3d(1, 1, 1) !important
            }

            .tasheel-navbar .nav-item ul .nav-item {
                border-color: #d5d5d5
            }

            .tasheel-navbar .navbar-nav {
                overflow-y: auto;
                max-height: 75vh;
                justify-content: flex-start
            }

            .footer-social li a {
                width: 36px;
                height: 36px
            }

            .hide-th,
            .modal-announcebar,
            .table-mobile thead {
                display: none
            }

            .sidebar-modal .modal-body .close {
                color: initial
            }

            .btn-forgot {
                width: 100%
            }

            .madal-main {
                padding: 26px 30px 32px
            }

            .modal-body .close {
                color: #888
            }

            .login-btns {
                border-left: 0;
                padding: 0 15px;
                background: #fff
            }

            .login-btns li,
            .table-mobile,
            .table-mobile tbody,
            .table-mobile td,
            .table-mobile tr {
                display: block
            }

            .heading-h3 h3,
            h1 {
                font-size: 16px
            }

            .main-content {
                padding-left: 63px;
                padding-right: 18px
            }

            .main-content>.row {
                margin-right: -10px
            }

            .steptab-wrapper {
                flex: 0 0 74%;
                width: 74%;
                max-width: 74%
            }

            .user-info .userinfo-right .row>[class^=col-] {
                border-left: 0;
                border-right: 1px solid #dadada
            }

            .navbar-collapse.collapse.show {
                margin-bottom: 16px
            }

            .custom-control-inline.mt-35 {
                margin-top: 0
            }

            .table-mobile td {
                background: #fff;
                margin-bottom: 1px;
                padding: 10px;
                border-top: none !important;
                border-right: none !important;
                border-left: none !important;
                border-image: initial !important;
                border-bottom: 1px solid #eee !important
            }

            .table-mobile td::before {
                content: attr(data-th);
                display: inline-block;
                margin: 0 8px;
                font-weight: 700
            }

            .table-mobile td:last-child::before {
                display: block;
                margin-bottom: 7px
            }

            .table-mobile tr:not(:first-child):not(:last-child) {
                padding: 10px 0
            }

            .nav-pills .nav-link span {
                width: 5em
            }

            .main-banner {
                height: auto
            }

            .servicecenter-location .horizontal-listing {
                left: auto
            }

            .contact-detail,
            fw-login {
                max-width: 100%
            }

            .copy-right {
                flex-direction: column
            }

            .copy-right>.text-right {
                margin-top: 10px;
                line-height: 1.4;
                text-align: center !important
            }

            .services-directory .tab-heading {
                position: inherit;
                right: auto;
                left: auto;
                padding-left: 0 !important
            }

            .filter-column {
                margin: 0 39px 0 0
            }

            .services-directory .services-lisiting {
                max-width: 100%;
                width: 100%
            }

            .services-directory .form-control {
                width: auto;
                max-width: inherit
            }

            .copy-right img {
                height: 48px
            }

            .tasheelnew-box [class^=col-] {
                padding: 0 37px
            }
        }

        @media (max-width:767px) {
            h2 {
                font-size: 22px !important
            }

            .header-top .top-links {
                display: block;
                text-align: center;
                margin-left: initial !important
            }

            .top-links .signin,
            .top-links .signin ul,
            .top-links>li {
                display: inline-block
            }

            .top-links>li a {
                font-size: 13px
            }

            .header-top .top-links li img {
                width: 60px
            }

            .usertrans-search {
                flex-wrap: wrap;
                flex: 0 0 100%;
                justify-content: center;
                margin-left: 0 !important
            }

            .usertrans-search .btn {
                margin-top: 10px
            }

            .stat-box {
                margin-top: 22px
            }

            .main-banner .mt-80 {
                margin-top: 0
            }

            .contact-panel .horizontal-listing .list-group-item i,
            .contact-panel .horizontal-listing .list-group-item span {
                flex: 0 0 73px
            }

            .location-list {
                display: none
            }

            .contact-panel,
            .contact-panel.last-contact {
                border-radius: 0
            }
        }

        @media (max-width:576px) {

            .steps li,
            .user-infoimg img {
                width: auto
            }

            .header-top {
                padding: 0
            }

            .header-top img {
                max-width: 200px
            }

            .top-links {
                margin-bottom: 1rem
            }

            .sidebar-menu {
                margin-top: 190px
            }

            .sidebar-toggle {
                width: 52px
            }

            .btn-toggle {
                pointer-events: none !important
            }

            .steptab-wrapper {
                flex: 0 0 82%;
                width: 82%;
                max-width: 82%
            }

            .steps li {
                font-size: 0px;
                padding: 7px 11px !important
            }

            .steps li span {
                font-size: 13px;
                width: 25px;
                height: 25px;
                line-height: 1.2
            }

            .steps::before {
                right: 10px;
                height: 100%
            }

            .done-step .active-step,
            .steps .active-step,
            .steps li {
                background: 0 0 !important
            }

            .services-tab {
                width: 80vw;
                height: 70vh
            }

            .user-info {
                padding: 5px 10px
            }

            .services-tabcontent {
                padding: 31px 11px 15px 29px
            }

            .tab-heading {
                position: fixed;
                z-index: 10;
                background: #fff;
                right: 0;
                left: 91px;
                top: 10px;
                padding-bottom: 0
            }

            .tab-heading .close-icon {
                right: 17px;
                top: 5px
            }

            .tab-heading .btn-listgroup {
                margin-right: .5rem
            }

            .tab-heading h2.mt-1 {
                margin-left: 10px;
                font-size: 18px !important
            }

            .nav-pills .nav-link .fa,
            .nav-pills .nav-link span,
            .tab-heading h2 {
                display: none
            }

            .user-info>.row>[class^=col-lg-] {
                padding: 0 0 12px
            }

            .user-info .media {
                flex-wrap: wrap;
                margin-top: 0 !important
            }

            .user-info .user-infoimg {
                flex: 0 0 100%;
                background: #fff;
                margin-left: 0 !important;
                margin-right: 0 !important
            }

            .user-info .userinfo-right .row>[class^=col-] {
                border-left: 0;
                border-right: 0px
            }

            .tab-heading h2+.form-group {
                width: 143px;
                margin: 0 !important
            }

            .description-steps .steps li span,
            .mostused-services .owl-next,
            .upcoming-services .owl-next {
                right: -15px
            }

            .step-tab .detail-box.media {
                flex-wrap: wrap
            }

            .trans-box {
                margin-bottom: 14px
            }

            .mostused-services .owl-prev,
            .upcoming-services .owl-prev {
                left: -14px
            }

            .user-info,
            .user-info span {
                text-align: center;
                font-size: 12px
            }

            .user-info .media-body {
                padding: 23px 0 5px
            }

            .user-info .userinfo-right {
                padding-top: 16px !important
            }
        }

        @media print {
            .d-print-none {
                display: none !important
            }

            .d-print-inline {
                display: inline !important
            }

            .d-print-inline-block {
                display: inline-block !important
            }

            .d-print-block {
                display: block !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
            }

            .main-footer,
            .servicelist-box,
            blockquote,
            img,
            pre,
            tr {
                break-inside: avoid
            }

            *,
            ::after,
            ::before {
                text-shadow: none !important;
                box-shadow: none !important
            }

            a:not(.btn) {
                text-decoration: underline
            }

            abbr[title]::after {
                content: " ("attr(title) ")"
            }

            pre {
                white-space: pre-wrap !important
            }

            blockquote,
            pre {
                border: 1px solid #adb5bd
            }

            thead {
                display: table-header-group
            }

            h2,
            h3,
            p {
                orphans: 3;
                widows: 3
            }

            h2,
            h3 {
                break-after: avoid
            }

            @page {
                size: a3
            }

            .container,
            body {
                min-width: 992px !important
            }

            .chat-btn,
            .navbar,
            .scrollToTop,
            .usabilla_live_button_container,
            .windowresize-btn {
                display: none
            }

            .badge {
                border: 1px solid #000
            }

            .table {
                border-collapse: collapse !important
            }

            .table td,
            .table th {
                background-color: #fff !important
            }

            .table-bordered td,
            .table-bordered th {
                border: 1px solid #dee2e6 !important
            }

            .table-dark {
                color: inherit
            }

            .table-dark tbody+tbody,
            .table-dark td,
            .table-dark th,
            .table-dark thead th {
                border-color: #dee2e6
            }

            .table .thead-dark th {
                color: inherit;
                border-color: #dee2e6
            }

            .sidebar {
                z-index: 20
            }

            sidebar-menu {
                margin-top: 0
            }

            .header-top,
            .main-footer {
                padding: 20px 50px
            }

            .main-content {
                padding: 20px 15px
            }

            .contact-detail {
                max-width: 100%
            }

            .detail-box {
                border: 1px solid #eee !important
            }

            a {
                text-decoration: none !important
            }
        }

        .label-warning {
            font-size: 12px;
            color: #ca0000;
            display: inline-block;
            padding-bottom: 8px
        }

        .label-info-green,
        .label-info-red {
            padding: 10px 20px !important;
            font-size: 14px !important
        }

        .label-info-green {
            color: green !important
        }

        .label-info-red {
            color: red !important
        }

        .empInfoMain .detail-box {
            box-shadow: transparent 0 0 0 0;
            border: 0;
            padding: 0;
            min-height: inherit;
            border-radius: 0;
            margin-bottom: inherit;
            font-size: inherit;
            text-align: inherit;
            color: #7d7d7d;
            text-transform: inherit;
            background: #fff
        }

        .empInfoMain h2.detailbox-heading {
            font-size: 20px !important;
            color: #dd5656 !important;
            margin-bottom: .7rem !important;
            font-weight: 700 !important
        }

        .font14 {
            font-size: 14px !important
        }

        .default-ul-entry {
            padding-left: 0;
            color: #dd5656;
            font-size: 15px
        }

        .default-ul-entry>li.entry {
            margin-bottom: 7px;
            font-size: 15px;
            position: relative;
            padding: 10px 30px !important
        }

        .default-ul-entry>li.entry b {
            color: #dd5656
        }

        .default-ul-entry>li.entry::before {
            font-family: fontawesome;
            position: absolute;
            left: -26px;
            color: #dd5656;
            font-size: 18px;
            padding: 10px 30px !important
        }

        #customConfirmModal tr td:first-child,
        [dir=ltr] .uppy-Provider-breadcrumbs {
            text-align: left
        }

        .fa.fa-whatsapp {
            color: #3ec14f
        }

        @-webkit-keyframes bounce {

            0%,
            100%,
            20%,
            53%,
            80% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transform: translateZ(0)
            }

            40%,
            43% {
                animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transform: translate3d(0, -30px, 0)
            }

            70% {
                animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transform: translate3d(0, -15px, 0)
            }

            90% {
                transform: translate3d(0, -4px, 0)
            }
        }

        @keyframes bounce {

            0%,
            100%,
            20%,
            53%,
            80% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transform: translateZ(0)
            }

            40%,
            43% {
                animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transform: translate3d(0, -30px, 0)
            }

            70% {
                animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transform: translate3d(0, -15px, 0)
            }

            90% {
                transform: translate3d(0, -4px, 0)
            }
        }

        .bounce {
            animation-name: bounce;
            transform-origin: center bottom
        }

        @-webkit-keyframes flash {

            0%,
            100%,
            50% {
                opacity: 1
            }

            25%,
            75% {
                opacity: 0
            }
        }

        @keyframes flash {

            0%,
            100%,
            50% {
                opacity: 1
            }

            25%,
            75% {
                opacity: 0
            }
        }

        .flash {
            animation-name: flash
        }

        @-webkit-keyframes pulse {

            0%,
            100% {
                transform: scaleX(1)
            }

            50% {
                transform: scale3d(1.05, 1.05, 1.05)
            }
        }

        @keyframes pulse {

            0%,
            100% {
                transform: scaleX(1)
            }

            50% {
                transform: scale3d(1.05, 1.05, 1.05)
            }
        }

        .pulse {
            animation-name: pulse
        }

        @-webkit-keyframes rubberBand {

            0%,
            100% {
                transform: scaleX(1)
            }

            30% {
                transform: scale3d(1.25, .75, 1)
            }

            40% {
                transform: scale3d(.75, 1.25, 1)
            }

            50% {
                transform: scale3d(1.15, .85, 1)
            }

            65% {
                transform: scale3d(.95, 1.05, 1)
            }

            75% {
                transform: scale3d(1.05, .95, 1)
            }
        }

        @keyframes rubberBand {

            0%,
            100% {
                transform: scaleX(1)
            }

            30% {
                transform: scale3d(1.25, .75, 1)
            }

            40% {
                transform: scale3d(.75, 1.25, 1)
            }

            50% {
                transform: scale3d(1.15, .85, 1)
            }

            65% {
                transform: scale3d(.95, 1.05, 1)
            }

            75% {
                transform: scale3d(1.05, .95, 1)
            }
        }

        .rubberBand {
            animation-name: rubberBand
        }

        @-webkit-keyframes shake {

            0%,
            100% {
                transform: translateZ(0)
            }

            10%,
            30%,
            50%,
            70%,
            90% {
                transform: translate3d(-10px, 0, 0)
            }

            20%,
            40%,
            60%,
            80% {
                transform: translate3d(10px, 0, 0)
            }
        }

        @keyframes shake {

            0%,
            100% {
                transform: translateZ(0)
            }

            10%,
            30%,
            50%,
            70%,
            90% {
                transform: translate3d(-10px, 0, 0)
            }

            20%,
            40%,
            60%,
            80% {
                transform: translate3d(10px, 0, 0)
            }
        }

        .shake {
            animation-name: shake
        }

        @-webkit-keyframes headShake {

            0%,
            50% {
                transform: translateX(0)
            }

            6.5% {
                transform: translateX(-6px) rotateY(-9deg)
            }

            18.5% {
                transform: translateX(5px) rotateY(7deg)
            }

            31.5% {
                transform: translateX(-3px) rotateY(-5deg)
            }

            43.5% {
                transform: translateX(2px) rotateY(3deg)
            }
        }

        @keyframes headShake {

            0%,
            50% {
                transform: translateX(0)
            }

            6.5% {
                transform: translateX(-6px) rotateY(-9deg)
            }

            18.5% {
                transform: translateX(5px) rotateY(7deg)
            }

            31.5% {
                transform: translateX(-3px) rotateY(-5deg)
            }

            43.5% {
                transform: translateX(2px) rotateY(3deg)
            }
        }

        .headShake {
            animation-name: headShake
        }

        @-webkit-keyframes swing {
            20% {
                transform: rotate(15deg)
            }

            40% {
                transform: rotate(-10deg)
            }

            60% {
                transform: rotate(5deg)
            }

            80% {
                transform: rotate(-5deg)
            }

            100% {
                transform: rotate(0)
            }
        }

        @keyframes swing {
            20% {
                transform: rotate(15deg)
            }

            40% {
                transform: rotate(-10deg)
            }

            60% {
                transform: rotate(5deg)
            }

            80% {
                transform: rotate(-5deg)
            }

            100% {
                transform: rotate(0)
            }
        }

        .swing {
            animation-name: swing;
            transform-origin: center top
        }

        @-webkit-keyframes tada {

            0%,
            100% {
                transform: scaleX(1)
            }

            10%,
            20% {
                transform: scale3d(.9, .9, .9) rotate(-3deg)
            }

            30%,
            50%,
            70%,
            90% {
                transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
            }

            40%,
            60%,
            80% {
                transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
            }
        }

        @keyframes tada {

            0%,
            100% {
                transform: scaleX(1)
            }

            10%,
            20% {
                transform: scale3d(.9, .9, .9) rotate(-3deg)
            }

            30%,
            50%,
            70%,
            90% {
                transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
            }

            40%,
            60%,
            80% {
                transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
            }
        }

        .tada {
            animation-name: tada
        }

        @-webkit-keyframes wobble {

            0%,
            100% {
                transform: translateZ(0)
            }

            15% {
                transform: translate3d(-25%, 0, 0) rotate(-5deg)
            }

            30% {
                transform: translate3d(20%, 0, 0) rotate(3deg)
            }

            45% {
                transform: translate3d(-15%, 0, 0) rotate(-3deg)
            }

            60% {
                transform: translate3d(10%, 0, 0) rotate(2deg)
            }

            75% {
                transform: translate3d(-5%, 0, 0) rotate(-1deg)
            }
        }

        @keyframes wobble {

            0%,
            100% {
                transform: translateZ(0)
            }

            15% {
                transform: translate3d(-25%, 0, 0) rotate(-5deg)
            }

            30% {
                transform: translate3d(20%, 0, 0) rotate(3deg)
            }

            45% {
                transform: translate3d(-15%, 0, 0) rotate(-3deg)
            }

            60% {
                transform: translate3d(10%, 0, 0) rotate(2deg)
            }

            75% {
                transform: translate3d(-5%, 0, 0) rotate(-1deg)
            }
        }

        .wobble {
            animation-name: wobble
        }

        @-webkit-keyframes jello {

            0%,
            100%,
            11.1% {
                transform: translateZ(0)
            }

            22.2% {
                transform: skewX(-12.5deg) skewY(-12.5deg)
            }

            33.3% {
                transform: skewX(6.25deg) skewY(6.25deg)
            }

            44.4% {
                transform: skewX(-3.125deg) skewY(-3.125deg)
            }

            55.5% {
                transform: skewX(1.5625deg) skewY(1.5625deg)
            }

            66.6% {
                transform: skewX(-.78125deg) skewY(-.78125deg)
            }

            77.7% {
                transform: skewX(.390625deg) skewY(.390625deg)
            }

            88.8% {
                transform: skewX(-.195312deg) skewY(-.195312deg)
            }
        }

        @keyframes jello {

            0%,
            100%,
            11.1% {
                transform: translateZ(0)
            }

            22.2% {
                transform: skewX(-12.5deg) skewY(-12.5deg)
            }

            33.3% {
                transform: skewX(6.25deg) skewY(6.25deg)
            }

            44.4% {
                transform: skewX(-3.125deg) skewY(-3.125deg)
            }

            55.5% {
                transform: skewX(1.5625deg) skewY(1.5625deg)
            }

            66.6% {
                transform: skewX(-.78125deg) skewY(-.78125deg)
            }

            77.7% {
                transform: skewX(.390625deg) skewY(.390625deg)
            }

            88.8% {
                transform: skewX(-.195312deg) skewY(-.195312deg)
            }
        }

        .jello {
            animation-name: jello;
            transform-origin: center center
        }

        @-webkit-keyframes heartBeat {

            0%,
            28%,
            70% {
                transform: scale(1)
            }

            14%,
            42% {
                transform: scale(1.3)
            }
        }

        @keyframes heartBeat {

            0%,
            28%,
            70% {
                transform: scale(1)
            }

            14%,
            42% {
                transform: scale(1.3)
            }
        }

        .heartBeat {
            animation-duration: 1.3s;
            animation-name: heartBeat
        }

        .bounceIn,
        .bounceOut,
        .flipOutX,
        .flipOutY {
            animation-duration: .75s
        }

        @-webkit-keyframes bounceIn {

            0%,
            100%,
            20%,
            40%,
            60%,
            80% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }

            20% {
                transform: scale3d(1.1, 1.1, 1.1)
            }

            40% {
                transform: scale3d(.9, .9, .9)
            }

            60% {
                opacity: 1;
                transform: scale3d(1.03, 1.03, 1.03)
            }

            80% {
                transform: scale3d(.97, .97, .97)
            }

            100% {
                opacity: 1;
                transform: scaleX(1)
            }
        }

        @keyframes bounceIn {

            0%,
            100%,
            20%,
            40%,
            60%,
            80% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }

            20% {
                transform: scale3d(1.1, 1.1, 1.1)
            }

            40% {
                transform: scale3d(.9, .9, .9)
            }

            60% {
                opacity: 1;
                transform: scale3d(1.03, 1.03, 1.03)
            }

            80% {
                transform: scale3d(.97, .97, .97)
            }

            100% {
                opacity: 1;
                transform: scaleX(1)
            }
        }

        .bounceIn {
            animation-name: bounceIn
        }

        @-webkit-keyframes bounceInDown {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(0, -3000px, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(0, 25px, 0)
            }

            75% {
                transform: translate3d(0, -10px, 0)
            }

            90% {
                transform: translate3d(0, 5px, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes bounceInDown {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(0, -3000px, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(0, 25px, 0)
            }

            75% {
                transform: translate3d(0, -10px, 0)
            }

            90% {
                transform: translate3d(0, 5px, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        .bounceInDown {
            animation-name: bounceInDown
        }

        @-webkit-keyframes bounceInLeft {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(-3000px, 0, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(25px, 0, 0)
            }

            75% {
                transform: translate3d(-10px, 0, 0)
            }

            90% {
                transform: translate3d(5px, 0, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes bounceInLeft {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(-3000px, 0, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(25px, 0, 0)
            }

            75% {
                transform: translate3d(-10px, 0, 0)
            }

            90% {
                transform: translate3d(5px, 0, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        .bounceInLeft {
            animation-name: bounceInLeft
        }

        @-webkit-keyframes bounceInRight {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(3000px, 0, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(-25px, 0, 0)
            }

            75% {
                transform: translate3d(10px, 0, 0)
            }

            90% {
                transform: translate3d(-5px, 0, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes bounceInRight {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(3000px, 0, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(-25px, 0, 0)
            }

            75% {
                transform: translate3d(10px, 0, 0)
            }

            90% {
                transform: translate3d(-5px, 0, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        .bounceInRight {
            animation-name: bounceInRight
        }

        @-webkit-keyframes bounceInUp {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(0, 3000px, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }

            75% {
                transform: translate3d(0, 10px, 0)
            }

            90% {
                transform: translate3d(0, -5px, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes bounceInUp {

            0%,
            100%,
            60%,
            75%,
            90% {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }

            0% {
                opacity: 0;
                transform: translate3d(0, 3000px, 0)
            }

            60% {
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }

            75% {
                transform: translate3d(0, 10px, 0)
            }

            90% {
                transform: translate3d(0, -5px, 0)
            }

            100% {
                transform: translateZ(0)
            }
        }

        .bounceInUp {
            animation-name: bounceInUp
        }

        @-webkit-keyframes bounceOut {
            20% {
                transform: scale3d(.9, .9, .9)
            }

            50%,
            55% {
                opacity: 1;
                transform: scale3d(1.1, 1.1, 1.1)
            }

            100% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
        }

        @keyframes bounceOut {
            20% {
                transform: scale3d(.9, .9, .9)
            }

            50%,
            55% {
                opacity: 1;
                transform: scale3d(1.1, 1.1, 1.1)
            }

            100% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
        }

        .bounceOut {
            animation-name: bounceOut
        }

        @-webkit-keyframes bounceOutDown {
            20% {
                transform: translate3d(0, 10px, 0)
            }

            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }

        @keyframes bounceOutDown {
            20% {
                transform: translate3d(0, 10px, 0)
            }

            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }

        .bounceOutDown {
            animation-name: bounceOutDown
        }

        @-webkit-keyframes bounceOutLeft {
            20% {
                opacity: 1;
                transform: translate3d(20px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }

        @keyframes bounceOutLeft {
            20% {
                opacity: 1;
                transform: translate3d(20px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }

        .bounceOutLeft {
            animation-name: bounceOutLeft
        }

        @-webkit-keyframes bounceOutRight {
            20% {
                opacity: 1;
                transform: translate3d(-20px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }

        @keyframes bounceOutRight {
            20% {
                opacity: 1;
                transform: translate3d(-20px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }

        .bounceOutRight {
            animation-name: bounceOutRight
        }

        @-webkit-keyframes bounceOutUp {
            20% {
                transform: translate3d(0, -10px, 0)
            }

            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, 20px, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }

        @keyframes bounceOutUp {
            20% {
                transform: translate3d(0, -10px, 0)
            }

            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, 20px, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }

        .bounceOutUp {
            animation-name: bounceOutUp
        }

        @-webkit-keyframes fadeIn {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        @keyframes fadeIn {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        .fadeIn {
            animation-name: fadeIn
        }

        @-webkit-keyframes fadeInDown {
            0% {
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInDown {
            0% {
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInDown {
            animation-name: fadeInDown
        }

        @-webkit-keyframes fadeInDownBig {
            0% {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInDownBig {
            0% {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInDownBig {
            animation-name: fadeInDownBig
        }

        @-webkit-keyframes fadeInLeft {
            0% {
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInLeft {
            0% {
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInLeft {
            animation-name: fadeInLeft
        }

        @-webkit-keyframes fadeInLeftBig {
            0% {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInLeftBig {
            0% {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInLeftBig {
            animation-name: fadeInLeftBig
        }

        @-webkit-keyframes fadeInRight {
            0% {
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInRight {
            0% {
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInRight {
            animation-name: fadeInRight
        }

        @-webkit-keyframes fadeInRightBig {
            0% {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInRightBig {
            0% {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInRightBig {
            animation-name: fadeInRightBig
        }

        @-webkit-keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInUp {
            animation-name: fadeInUp
        }

        @-webkit-keyframes fadeInUpBig {
            0% {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes fadeInUpBig {
            0% {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .fadeInUpBig {
            animation-name: fadeInUpBig
        }

        @-webkit-keyframes fadeOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0
            }
        }

        .fadeOut,
        .owl-carousel .fadeOut {
            animation-name: fadeOut
        }

        @-webkit-keyframes fadeOutDown {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
        }

        @keyframes fadeOutDown {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
        }

        .fadeOutDown {
            animation-name: fadeOutDown
        }

        @-webkit-keyframes fadeOutDownBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }

        @keyframes fadeOutDownBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }

        .fadeOutDownBig {
            animation-name: fadeOutDownBig
        }

        @-webkit-keyframes fadeOutLeft {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
        }

        @keyframes fadeOutLeft {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
        }

        .fadeOutLeft {
            animation-name: fadeOutLeft
        }

        @-webkit-keyframes fadeOutLeftBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }

        @keyframes fadeOutLeftBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }

        .fadeOutLeftBig {
            animation-name: fadeOutLeftBig
        }

        @-webkit-keyframes fadeOutRight {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
        }

        @keyframes fadeOutRight {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
        }

        .fadeOutRight {
            animation-name: fadeOutRight
        }

        @-webkit-keyframes fadeOutRightBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }

        @keyframes fadeOutRightBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }

        .fadeOutRightBig {
            animation-name: fadeOutRightBig
        }

        @-webkit-keyframes fadeOutUp {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
        }

        @keyframes fadeOutUp {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
        }

        .fadeOutUp {
            animation-name: fadeOutUp
        }

        @-webkit-keyframes fadeOutUpBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }

        @keyframes fadeOutUpBig {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }

        .fadeOutUpBig {
            animation-name: fadeOutUpBig
        }

        @-webkit-keyframes flip {
            0% {
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
            }

            40% {
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
            }

            50% {
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
            }

            80% {
                animation-timing-function: ease-in;
                transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
            }

            100% {
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
            }
        }

        @keyframes flip {
            0% {
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
            }

            40% {
                animation-timing-function: ease-out;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
            }

            50% {
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
            }

            80% {
                animation-timing-function: ease-in;
                transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
            }

            100% {
                animation-timing-function: ease-in;
                transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
            }
        }

        .animated.flip {
            animation-name: flip;
            backface-visibility: visible
        }

        @-webkit-keyframes flipInX {
            0% {
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }

            40% {
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateX(-20deg)
            }

            60% {
                opacity: 1;
                transform: perspective(400px) rotateX(10deg)
            }

            80% {
                transform: perspective(400px) rotateX(-5deg)
            }

            100% {
                transform: perspective(400px)
            }
        }

        @keyframes flipInX {
            0% {
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }

            40% {
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateX(-20deg)
            }

            60% {
                opacity: 1;
                transform: perspective(400px) rotateX(10deg)
            }

            80% {
                transform: perspective(400px) rotateX(-5deg)
            }

            100% {
                transform: perspective(400px)
            }
        }

        .flipInX {
            animation-name: flipInX
        }

        @-webkit-keyframes flipInY {
            0% {
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }

            40% {
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateY(-20deg)
            }

            60% {
                opacity: 1;
                transform: perspective(400px) rotateY(10deg)
            }

            80% {
                transform: perspective(400px) rotateY(-5deg)
            }

            100% {
                transform: perspective(400px)
            }
        }

        @keyframes flipInY {
            0% {
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }

            40% {
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateY(-20deg)
            }

            60% {
                opacity: 1;
                transform: perspective(400px) rotateY(10deg)
            }

            80% {
                transform: perspective(400px) rotateY(-5deg)
            }

            100% {
                transform: perspective(400px)
            }
        }

        .flipInY {
            animation-name: flipInY
        }

        @-webkit-keyframes flipOutX {
            0% {
                transform: perspective(400px)
            }

            30% {
                opacity: 1;
                transform: perspective(400px) rotateX(-20deg)
            }

            100% {
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
        }

        @keyframes flipOutX {
            0% {
                transform: perspective(400px)
            }

            30% {
                opacity: 1;
                transform: perspective(400px) rotateX(-20deg)
            }

            100% {
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
        }

        .flipOutX {
            animation-name: flipOutX
        }

        @-webkit-keyframes flipOutY {
            0% {
                transform: perspective(400px)
            }

            30% {
                opacity: 1;
                transform: perspective(400px) rotateY(-15deg)
            }

            100% {
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }
        }

        @keyframes flipOutY {
            0% {
                transform: perspective(400px)
            }

            30% {
                opacity: 1;
                transform: perspective(400px) rotateY(-15deg)
            }

            100% {
                opacity: 0;
                transform: perspective(400px) rotateY(90deg)
            }
        }

        .flipOutY {
            animation-name: flipOutY
        }

        @-webkit-keyframes lightSpeedIn {
            0% {
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(-30deg)
            }

            60% {
                opacity: 1;
                transform: skewX(20deg)
            }

            80% {
                transform: skewX(-5deg)
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes lightSpeedIn {
            0% {
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(-30deg)
            }

            60% {
                opacity: 1;
                transform: skewX(20deg)
            }

            80% {
                transform: skewX(-5deg)
            }

            100% {
                transform: translateZ(0)
            }
        }

        .lightSpeedIn {
            animation-name: lightSpeedIn;
            animation-timing-function: ease-out
        }

        @-webkit-keyframes lightSpeedOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(30deg)
            }
        }

        @keyframes lightSpeedOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(100%, 0, 0) skewX(30deg)
            }
        }

        .lightSpeedOut {
            animation-name: lightSpeedOut;
            animation-timing-function: ease-in
        }

        @-webkit-keyframes rotateIn {
            0% {
                opacity: 0;
                transform: rotate(-200deg);
                transform-origin: center center
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: center center
            }
        }

        @keyframes rotateIn {
            0% {
                opacity: 0;
                transform: rotate(-200deg);
                transform-origin: center center
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: center center
            }
        }

        .rotateIn {
            animation-name: rotateIn
        }

        @-webkit-keyframes rotateInDownLeft {
            0% {
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }

        @keyframes rotateInDownLeft {
            0% {
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }

        .rotateInDownLeft {
            animation-name: rotateInDownLeft
        }

        @-webkit-keyframes rotateInDownRight {
            0% {
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: right bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }

        @keyframes rotateInDownRight {
            0% {
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: right bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }

        .rotateInDownRight {
            animation-name: rotateInDownRight
        }

        @-webkit-keyframes rotateInUpLeft {
            0% {
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }

        @keyframes rotateInUpLeft {
            0% {
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: left bottom
            }
        }

        .rotateInUpLeft {
            animation-name: rotateInUpLeft
        }

        @-webkit-keyframes rotateInUpRight {
            0% {
                opacity: 0;
                transform: rotate(-90deg);
                transform-origin: right bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }

        @keyframes rotateInUpRight {
            0% {
                opacity: 0;
                transform: rotate(-90deg);
                transform-origin: right bottom
            }

            100% {
                opacity: 1;
                transform: translateZ(0);
                transform-origin: right bottom
            }
        }

        .rotateInUpRight {
            animation-name: rotateInUpRight
        }

        @-webkit-keyframes rotateOut {
            0% {
                opacity: 1;
                transform-origin: center center
            }

            100% {
                opacity: 0;
                transform: rotate(200deg);
                transform-origin: center center
            }
        }

        @keyframes rotateOut {
            0% {
                opacity: 1;
                transform-origin: center center
            }

            100% {
                opacity: 0;
                transform: rotate(200deg);
                transform-origin: center center
            }
        }

        .rotateOut {
            animation-name: rotateOut
        }

        @-webkit-keyframes rotateOutDownLeft {
            0% {
                opacity: 1;
                transform-origin: left bottom
            }

            100% {
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }
        }

        @keyframes rotateOutDownLeft {
            0% {
                opacity: 1;
                transform-origin: left bottom
            }

            100% {
                opacity: 0;
                transform: rotate(45deg);
                transform-origin: left bottom
            }
        }

        .rotateOutDownLeft {
            animation-name: rotateOutDownLeft
        }

        @-webkit-keyframes rotateOutDownRight {
            0% {
                opacity: 1;
                transform-origin: right bottom
            }

            100% {
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: right bottom
            }
        }

        @keyframes rotateOutDownRight {
            0% {
                opacity: 1;
                transform-origin: right bottom
            }

            100% {
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: right bottom
            }
        }

        .rotateOutDownRight {
            animation-name: rotateOutDownRight
        }

        @-webkit-keyframes rotateOutUpLeft {
            0% {
                opacity: 1;
                transform-origin: left bottom
            }

            100% {
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }
        }

        @keyframes rotateOutUpLeft {
            0% {
                opacity: 1;
                transform-origin: left bottom
            }

            100% {
                opacity: 0;
                transform: rotate(-45deg);
                transform-origin: left bottom
            }
        }

        .rotateOutUpLeft {
            animation-name: rotateOutUpLeft
        }

        @-webkit-keyframes rotateOutUpRight {
            0% {
                opacity: 1;
                transform-origin: right bottom
            }

            100% {
                opacity: 0;
                transform: rotate(90deg);
                transform-origin: right bottom
            }
        }

        @keyframes rotateOutUpRight {
            0% {
                opacity: 1;
                transform-origin: right bottom
            }

            100% {
                opacity: 0;
                transform: rotate(90deg);
                transform-origin: right bottom
            }
        }

        .rotateOutUpRight {
            animation-name: rotateOutUpRight
        }

        @-webkit-keyframes hinge {
            0% {
                animation-timing-function: ease-in-out;
                transform-origin: left top
            }

            20%,
            60% {
                animation-timing-function: ease-in-out;
                transform: rotate(80deg);
                transform-origin: left top
            }

            40%,
            80% {
                animation-timing-function: ease-in-out;
                opacity: 1;
                transform: rotate(60deg);
                transform-origin: left top
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 700px, 0)
            }
        }

        @keyframes hinge {
            0% {
                animation-timing-function: ease-in-out;
                transform-origin: left top
            }

            20%,
            60% {
                animation-timing-function: ease-in-out;
                transform: rotate(80deg);
                transform-origin: left top
            }

            40%,
            80% {
                animation-timing-function: ease-in-out;
                opacity: 1;
                transform: rotate(60deg);
                transform-origin: left top
            }

            100% {
                opacity: 0;
                transform: translate3d(0, 700px, 0)
            }
        }

        .hinge {
            animation-duration: 2s;
            animation-name: hinge
        }

        @-webkit-keyframes jackInTheBox {
            0% {
                opacity: 0;
                transform: scale(.1) rotate(30deg);
                transform-origin: center bottom
            }

            50% {
                transform: rotate(-10deg)
            }

            70% {
                transform: rotate(3deg)
            }

            100% {
                opacity: 1;
                transform: scale(1)
            }
        }

        @keyframes jackInTheBox {
            0% {
                opacity: 0;
                transform: scale(.1) rotate(30deg);
                transform-origin: center bottom
            }

            50% {
                transform: rotate(-10deg)
            }

            70% {
                transform: rotate(3deg)
            }

            100% {
                opacity: 1;
                transform: scale(1)
            }
        }

        .jackInTheBox {
            animation-name: jackInTheBox
        }

        @-webkit-keyframes rollIn {
            0% {
                opacity: 0;
                transform: translate3d(-100%, 0, 0) rotate(-120deg)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes rollIn {
            0% {
                opacity: 0;
                transform: translate3d(-100%, 0, 0) rotate(-120deg)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        .rollIn {
            animation-name: rollIn
        }

        @-webkit-keyframes rollOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(100%, 0, 0) rotate(120deg)
            }
        }

        @keyframes rollOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0;
                transform: translate3d(100%, 0, 0) rotate(120deg)
            }
        }

        .rollOut {
            animation-name: rollOut
        }

        @-webkit-keyframes zoomIn {
            0% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }

            50% {
                opacity: 1
            }
        }

        @keyframes zoomIn {
            0% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }

            50% {
                opacity: 1
            }
        }

        .zoomIn {
            animation-name: zoomIn
        }

        @-webkit-keyframes zoomInDown {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }
        }

        @keyframes zoomInDown {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }
        }

        .zoomInDown {
            animation-name: zoomInDown
        }

        @-webkit-keyframes zoomInLeft {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
            }
        }

        @keyframes zoomInLeft {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
            }
        }

        .zoomInLeft {
            animation-name: zoomInLeft
        }

        @-webkit-keyframes zoomInRight {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
            }
        }

        @keyframes zoomInRight {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
            }
        }

        .zoomInRight {
            animation-name: zoomInRight
        }

        @-webkit-keyframes zoomInUp {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }
        }

        @keyframes zoomInUp {
            0% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
            }

            60% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }
        }

        .zoomInUp {
            animation-name: zoomInUp
        }

        @-webkit-keyframes zoomOut {
            0% {
                opacity: 1
            }

            50% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }

            100% {
                opacity: 0
            }
        }

        @keyframes zoomOut {
            0% {
                opacity: 1
            }

            50% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }

            100% {
                opacity: 0
            }
        }

        .zoomOut {
            animation-name: zoomOut
        }

        @-webkit-keyframes zoomOutDown {
            40% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }

            100% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                transform-origin: center bottom
            }
        }

        @keyframes zoomOutDown {
            40% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
            }

            100% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
                transform-origin: center bottom
            }
        }

        .zoomOutDown {
            animation-name: zoomOutDown
        }

        @-webkit-keyframes zoomOutLeft {
            40% {
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: scale(.1) translate3d(-2000px, 0, 0);
                transform-origin: left center
            }
        }

        @keyframes zoomOutLeft {
            40% {
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: scale(.1) translate3d(-2000px, 0, 0);
                transform-origin: left center
            }
        }

        .zoomOutLeft {
            animation-name: zoomOutLeft
        }

        @-webkit-keyframes zoomOutRight {
            40% {
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: scale(.1) translate3d(2000px, 0, 0);
                transform-origin: right center
            }
        }

        @keyframes zoomOutRight {
            40% {
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
            }

            100% {
                opacity: 0;
                transform: scale(.1) translate3d(2000px, 0, 0);
                transform-origin: right center
            }
        }

        .zoomOutRight {
            animation-name: zoomOutRight
        }

        @-webkit-keyframes zoomOutUp {
            40% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }

            100% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                transform-origin: center bottom
            }
        }

        @keyframes zoomOutUp {
            40% {
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
                opacity: 1;
                transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
            }

            100% {
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
                opacity: 0;
                transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
                transform-origin: center bottom
            }
        }

        .zoomOutUp {
            animation-name: zoomOutUp
        }

        @-webkit-keyframes slideInDown {
            0% {
                transform: translate3d(0, -100%, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes slideInDown {
            0% {
                transform: translate3d(0, -100%, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        .slideInDown {
            animation-name: slideInDown
        }

        @-webkit-keyframes slideInLeft {
            0% {
                transform: translate3d(-100%, 0, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes slideInLeft {
            0% {
                transform: translate3d(-100%, 0, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        .slideInLeft {
            animation-name: slideInLeft
        }

        @-webkit-keyframes slideInRight {
            0% {
                transform: translate3d(100%, 0, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes slideInRight {
            0% {
                transform: translate3d(100%, 0, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        .slideInRight {
            animation-name: slideInRight
        }

        @-webkit-keyframes slideInUp {
            0% {
                transform: translate3d(0, 100%, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        @keyframes slideInUp {
            0% {
                transform: translate3d(0, 100%, 0);
                visibility: visible
            }

            100% {
                transform: translateZ(0)
            }
        }

        .slideInUp {
            animation-name: slideInUp
        }

        @-webkit-keyframes slideOutDown {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(0, 100%, 0);
                visibility: hidden
            }
        }

        @keyframes slideOutDown {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(0, 100%, 0);
                visibility: hidden
            }
        }

        .slideOutDown {
            animation-name: slideOutDown
        }

        @-webkit-keyframes slideOutLeft {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(-100%, 0, 0);
                visibility: hidden
            }
        }

        @keyframes slideOutLeft {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(-100%, 0, 0);
                visibility: hidden
            }
        }

        .slideOutLeft {
            animation-name: slideOutLeft
        }

        @-webkit-keyframes slideOutRight {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(100%, 0, 0);
                visibility: hidden
            }
        }

        @keyframes slideOutRight {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(100%, 0, 0);
                visibility: hidden
            }
        }

        .slideOutRight {
            animation-name: slideOutRight
        }

        @-webkit-keyframes slideOutUp {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(0, -100%, 0);
                visibility: hidden
            }
        }

        @keyframes slideOutUp {
            0% {
                transform: translateZ(0)
            }

            100% {
                transform: translate3d(0, -100%, 0);
                visibility: hidden
            }
        }

        .slideOutUp {
            animation-name: slideOutUp
        }

        .animated,
        .owl-carousel .animated {
            animation-duration: 1s;
            animation-fill-mode: both
        }

        .animated.infinite {
            animation-iteration-count: infinite
        }

        .animated.delay-1s {
            animation-delay: 1s
        }

        .animated.delay-2s {
            animation-delay: 2s
        }

        .animated.delay-3s {
            animation-delay: 3s
        }

        .animated.delay-4s {
            animation-delay: 4s
        }

        .animated.delay-5s {
            animation-delay: 5s
        }

        .animated.fast {
            animation-duration: .8s
        }

        .animated.faster {
            animation-duration: .5s
        }

        .animated.slow {
            animation-duration: 2s
        }

        .animated.slower {
            animation-duration: 3s
        }

        @media (prefers-reduced-motion) {
            .animated {
                animation: unset !important;
                transition: none !important
            }
        }

        .owl-carousel,
        .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative
        }

        .owl-carousel {
            display: none;
            width: 100%;
            z-index: 1
        }

        .owl-carousel .owl-stage {
            position: relative;
            touch-action: manipulation
        }

        .owl-carousel .owl-stage::after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            transform: translate3d(0, 0, 0)
        }

        .owl-carousel .owl-item,
        .owl-carousel .owl-wrapper {
            backface-visibility: hidden;
            transform: translate3d(0, 0, 0)
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            backface-visibility: hidden
        }

        .owl-carousel .owl-dot,
        .owl-carousel .owl-nav .owl-next,
        .owl-carousel .owl-nav .owl-prev {
            cursor: pointer;
            user-select: none
        }

        .owl-carousel .owl-nav button.owl-next,
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            font: inherit;
            padding: 0 !important
        }

        .owl-carousel.owl-loading {
            opacity: 0;
            display: block
        }

        .owl-carousel.owl-drag .owl-item {
            touch-action: pan-y;
            user-select: none
        }

        .owl-carousel.owl-grab {
            cursor: grab
        }

        .owl-carousel .owl-animated-in {
            z-index: 0
        }

        @keyframes fadeOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0
            }
        }

        .owl-height {
            transition: height .5s ease-in-out
        }

        .owl-carousel .owl-item .owl-lazy {
            opacity: 0;
            transition: opacity .4s
        }

        .owl-carousel .owl-item .owl-lazy:not([src]),
        .owl-carousel .owl-item .owl-lazy[src^=""] {
            max-height: 0
        }

        .owl-carousel .owl-video-wrapper {
            position: relative;
            height: 100%;
            background: #000
        }

        .owl-carousel .owl-video-play-icon {
            position: absolute;
            height: 80px;
            width: 80px;
            left: 50%;
            top: 50%;
            margin-left: -40px;
            margin-top: -40px;
            background: url("owl.video.play.png") no-repeat;
            cursor: pointer;
            z-index: 1;
            backface-visibility: hidden;
            transition: transform .1s
        }

        .owl-carousel .owl-video-tn,
        .sweet-alert .sa-icon.sa-custom {
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat
        }

        .owl-carousel .owl-video-play-icon:hover {
            transform: scale(1.3, 1.3)
        }

        .owl-carousel .owl-video-tn {
            opacity: 0;
            height: 100%;
            transition: opacity .4s
        }

        .owl-carousel .owl-video-frame {
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%
        }

        span.multiselect-native-select select {
            left: 50%;
            top: 30px;
            border: 0 !important;
            clip: rect(0, 0, 0, 0) !important;
            height: 1px !important;
            margin: -1px -1px -1px -3px !important;
            overflow: hidden !important;
            padding: 0 !important;
            position: absolute !important;
            width: 1px !important
        }

        .multiselect-container {
            position: absolute;
            list-style-type: none;
            margin: 0;
            padding: 0
        }

        .multiselect-container .input-group {
            margin: 5px
        }

        .multiselect-container .multiselect-reset .input-group {
            width: 93%
        }

        .multiselect-container>li.multiselect-group label {
            margin: 0;
            padding: 3px 20px;
            height: 100%;
            font-weight: 700
        }

        .multiselect-container>li>a>label {
            padding: 4px 10px !important;
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: 400
        }

        .btn-group>.btn-group:nth-child(2)>.multiselect.btn {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .form-inline .multiselect-container label.checkbox,
        .form-inline .multiselect-container label.radio {
            padding: 3px 20px 3px 40px
        }

        .form-inline .multiselect-container li a label.checkbox input[type=checkbox],
        .form-inline .multiselect-container li a label.radio input[type=radio] {
            margin-left: -20px;
            margin-right: 0
        }

        .lb-loader,
        .lightbox {
            text-align: center;
            line-height: 0
        }

        .lb-dataContainer::after,
        .lb-outerContainer::after {
            content: "";
            clear: both
        }

        .lightboxOverlay {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9999;
            background-color: #000;
            opacity: .8;
            display: none
        }

        .lightbox {
            position: absolute;
            left: 0;
            width: 100%;
            z-index: 10000;
            font-weight: 400
        }

        .lightbox .lb-image {
            display: block;
            height: auto;
            max-width: inherit;
            max-height: none;
            border-radius: 3px;
            border: 4px solid #fff
        }

        .lightbox a img {
            border: none
        }

        .lb-outerContainer {
            position: relative;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            border-radius: 4px;
            background-color: #fff
        }

        .lb-loader,
        .lb-nav {
            position: absolute;
            left: 0
        }

        .lb-dataContainer::after,
        .lb-outerContainer::after {
            display: table
        }

        .lb-loader {
            top: 43%;
            height: 25%;
            width: 100%
        }

        .lb-cancel {
            display: block;
            width: 32px;
            height: 32px;
            margin: 0 auto;
            background: url("loading.gif") no-repeat
        }

        .lb-nav {
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 10
        }

        .lb-nav a {
            outline: 0;
            background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
        }

        .lb-next,
        .lb-prev {
            height: 100%;
            cursor: pointer;
            display: block
        }

        .sweet-alert,
        .sweet-overlay {
            position: fixed;
            display: none
        }

        .lb-nav a.lb-prev {
            width: 34%;
            left: 0;
            float: left;
            background: url("prev.png") left 48% no-repeat;
            opacity: 0;
            transition: opacity .6s
        }

        .lb-nav a.lb-next {
            width: 64%;
            right: 0;
            float: right;
            background: url("next.png") right 48% no-repeat;
            opacity: 0;
            transition: opacity .6s
        }

        .lb-dataContainer {
            margin: 0 auto;
            padding-top: 5px;
            width: 100%;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .lb-data {
            padding: 0 4px;
            color: #ccc
        }

        .lb-data .lb-details {
            width: 85%;
            float: left;
            text-align: left;
            line-height: 1.1em
        }

        .lb-data .lb-caption {
            font-size: 13px;
            font-weight: 700;
            line-height: 1em
        }

        .lb-data .lb-caption a {
            color: #4ae
        }

        .lb-data .lb-number {
            display: block;
            clear: left;
            padding-bottom: 1em;
            font-size: 12px;
            color: #999
        }

        .lb-data .lb-close {
            display: block;
            float: right;
            width: 30px;
            height: 30px;
            background: url("close.png") right top no-repeat;
            text-align: right;
            outline: 0;
            opacity: .7;
            transition: opacity .2s
        }

        .lb-data .lb-close:hover {
            cursor: pointer;
            opacity: 1
        }

        @font-face {
            font-family: ficons;
            src: url("mohre.woff2") format("woff2"), url("mohre.woff") format("woff"), url("mohre.ttf") format("truetype");
            font-weight: 400;
            font-style: normal
        }

        .fi-stared-multi,
        .ficon,
        [class*=" fi-"]::before,
        [class^=fi-]::before {
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            font-family: ficons !important
        }

        .fi-people::before {
            content: ""
        }

        .fi-global::before {
            content: ""
        }

        .fi-graph::before {
            content: ""
        }

        .fi-complaints::before {
            content: ""
        }

        .fi-department::before {
            content: ""
        }

        .fi-play::before {
            content: ""
        }

        .fi-timeline::before {
            content: ""
        }

        .fi-tawseel-truck::before {
            content: ""
        }

        .fi-whatsapp::before {
            content: ""
        }

        .fi-tawteen360::before {
            content: ""
        }

        .fi-enetwasal::before {
            content: ""
        }

        .fi-font-increase-thick::before {
            content: ""
        }

        .fi-setting-tools::before {
            content: ""
        }

        .fi-font-descrease::before {
            content: ""
        }

        .fi-print-2::before {
            content: ""
        }

        .fi-news2::before {
            content: ""
        }

        .fi-interview::before {
            content: ""
        }

        .fi-download::before {
            content: ""
        }

        .fi-leagal::before {
            content: ""
        }

        .fi-partner::before {
            content: ""
        }

        .fi-close-2::before {
            content: ""
        }

        .fi-stared-multi .path1::before {
            content: ""
        }

        .fi-stared-multi .path2::before {
            content: ""
        }

        .fi-tawteen-guide::before {
            content: ""
        }

        .fi-tawteen-training::before {
            content: ""
        }

        .fi-tawteen-employer::before {
            content: ""
        }

        .fi-tawteen-jobseeker::before {
            content: ""
        }

        .fi-stared::before {
            content: ""
        }

        .fi-voice-mute::before {
            content: ""
        }

        .fi-voice::before {
            content: ""
        }

        .fi-pdf-file::before {
            content: ""
        }

        .fi-zip::before {
            content: ""
        }

        .fi-powerpoint::before {
            content: ""
        }

        .fi-word::before {
            content: ""
        }

        .fi-excel::before {
            content: ""
        }

        .fi-funnel::before {
            content: ""
        }

        .fi-toll-free-outline::before {
            content: ""
        }

        .fi-eservice::before {
            content: ""
        }

        .fi-email-outline::before {
            content: ""
        }

        .fi-customer-care::before {
            content: ""
        }

        .fi-add-to-calendar::before {
            content: ""
        }

        .fi-grid::before {
            content: ""
        }

        .fi-clock::before {
            content: ""
        }

        .fi-photo-album::before {
            content: ""
        }

        .fi-calendar-outline::before {
            content: ""
        }

        .fi-jobseeker::before {
            content: ""
        }

        .fi-employers::before {
            content: ""
        }

        .fi-career-guidence::before {
            content: ""
        }

        .fi-tawtheen-recruit::before {
            content: ""
        }

        .fi-jobseeker-recruit::before {
            content: ""
        }

        .fi-employer-recruit::before {
            content: ""
        }

        .fi-cancel-private-agency::before {
            content: ""
        }

        .fi-cancel-labour-complaint::before {
            content: ""
        }

        .fi-fine-excemption::before {
            content: ""
        }

        .fi-training-program::before {
            content: ""
        }

        .fi-withdraw-absconding::before {
            content: ""
        }

        .fi-bank-garuntee::before {
            content: ""
        }

        .fi-info-request::before {
            content: ""
        }

        .fi-transfer-request::before {
            content: ""
        }

        .fi-reg-labour-complaint::before {
            content: ""
        }

        .fi-locate::before {
            content: ""
        }

        .fi-desktop::before {
            content: ""
        }

        .fi-responisve::before {
            content: ""
        }

        .fi-service-channels::before {
            content: ""
        }

        .fi-multi-task::before {
            content: ""
        }

        .fi-notification::before {
            content: ""
        }

        .fi-chats::before {
            content: ""
        }

        .fi-neutral::before {
            content: ""
        }

        .fi-sad::before {
            content: ""
        }

        .fi-happy::before {
            content: ""
        }

        .fi-filter::before {
            content: ""
        }

        .fi-windows::before {
            content: ""
        }

        .fi-android::before {
            content: ""
        }

        .fi-apple::before {
            content: ""
        }

        .fi-video::before {
            content: ""
        }

        .fi-comment::before {
            content: ""
        }

        .fi-heart::before {
            content: ""
        }

        .fi-call-center-mail::before {
            content: ""
        }

        .fi-call-center-num::before {
            content: ""
        }

        .fi-call-us::before {
            content: ""
        }

        .fi-service-center::before {
            content: ""
        }

        .fi-video-tutorial::before {
            content: ""
        }

        .fi-service-timing::before {
            content: ""
        }

        .fi-condition::before {
            content: ""
        }

        .fi-process::before {
            content: ""
        }

        .fi-arrow-round-left::before {
            content: ""
        }

        .fi-arrow-round-right::before {
            content: ""
        }

        .fi-export-pdf::before {
            content: ""
        }

        .fi-employee::before {
            content: ""
        }

        .fi-employer::before {
            content: ""
        }

        .fi-add::before {
            content: ""
        }

        .fi-mouse-scroll::before {
            content: ""
        }

        .fi-total-transaction::before {
            content: ""
        }

        .fi-services-list::before {
            content: ""
        }

        .fi-pei::before {
            content: ""
        }

        .fi-employer-services::before {
            content: ""
        }

        .fi-info::before {
            content: ""
        }

        .fi-view-detail::before {
            content: ""
        }

        .fi-arrow-thin-right::before {
            content: ""
        }

        .fi-arrow-thin-left::before {
            content: ""
        }

        .fi-announcement::before {
            content: ""
        }

        .fi-settings-outline::before {
            content: ""
        }

        .fi-emiratisation::before {
            content: ""
        }

        .fi-inquiry-services::before {
            content: ""
        }

        .fi-priority-services::before {
            content: ""
        }

        .fi-a-to-z-services::before {
            content: ""
        }

        .fi-jobs::before {
            content: ""
        }

        .fi-employee-services::before {
            content: ""
        }

        .fi-myprofile::before {
            content: ""
        }

        .fi-logout::before {
            content: ""
        }

        .fi-calendar-date::before {
            content: ""
        }

        .fi-contact-email::before {
            content: ""
        }

        .fi-contact-number::before {
            content: ""
        }

        .fi-account-manger::before {
            content: ""
        }

        .fi-star2::before {
            content: ""
        }

        .fi-calendar2::before {
            content: ""
        }

        .fi-estb-number::before {
            content: ""
        }

        .fi-calculator::before {
            content: ""
        }

        .fi-signup::before {
            content: ""
        }

        .fi-calendar-date2::before {
            content: ""
        }

        .fi-terms-of-membership::before {
            content: ""
        }

        .fi-contact-club::before {
            content: ""
        }

        .fi-target-group::before {
            content: ""
        }

        .fi-controls-and-provisions::before {
            content: ""
        }

        .fi-apply-for-participation::before {
            content: ""
        }

        .fi-benefits::before {
            content: ""
        }

        .fi-emiratisation-partners-club::before {
            content: ""
        }

        .fi-goals-of-emiratisation::before {
            content: ""
        }

        .fi-application-for-registration::before {
            content: ""
        }

        .fi-providing-consultancy::before {
            content: ""
        }

        .fi-inspection-of-work::before {
            content: ""
        }

        .fi-my-salary::before {
            content: ""
        }

        .fi-renew-work-permit-incountry::before {
            content: ""
        }

        .fi-issue-contract-incountry::before {
            content: ""
        }

        .fi-issue-news-work-permit-incountry::before {
            content: ""
        }

        .fi-issue-contract::before {
            content: ""
        }

        .fi-renew-work-permit::before {
            content: ""
        }

        .fi-issue-news-work-permit::before {
            content: ""
        }

        .fi-work-permit-qouta::before {
            content: ""
        }

        .fi-our-location::before {
            content: ""
        }

        .fi-service-dir::before {
            content: ""
        }

        .fi-my-request::before {
            content: ""
        }

        .fi-arrow-backward::before {
            content: ""
        }

        .fi-arrow-forward::before {
            content: ""
        }

        .fi-career::before {
            content: ""
        }

        .fi-events::before {
            content: ""
        }

        .fi-using-map::before {
            content: ""
        }

        .fi-user-friendly-tool::before {
            content: ""
        }

        .fi-data-library::before {
            content: ""
        }

        .fi-question::before {
            content: ""
        }

        .fi-services-2::before {
            content: ""
        }

        .fi-esrvices::before {
            content: ""
        }

        .fi-service-sector::before {
            content: ""
        }

        .fi-arrow-right::before {
            content: ""
        }

        .fi-arrow-left::before {
            content: ""
        }

        .fi-search-2::before {
            content: ""
        }

        .fi-404 .path1::before {
            content: "";
            color: #ac823a
        }

        .fi-404 .path2::before {
            content: "";
            margin-left: -1em;
            color: #595551
        }

        .fi-404 .path3::before {
            content: "";
            margin-left: -1em;
            color: #ac823a
        }

        .fi-phone::before {
            content: ""
        }

        .fi-youtube2::before {
            content: ""
        }

        .fi-online-form::before {
            content: ""
        }

        .fi-linkedin2::before {
            content: ""
        }

        .fi-mobile-app::before {
            content: ""
        }

        .fi-live-chat::before {
            content: ""
        }

        .fi-website::before {
            content: ""
        }

        .fi-email::before {
            content: ""
        }

        .fi-toll-free::before {
            content: ""
        }

        .fi-call-center::before {
            content: ""
        }

        .fi-working-hour::before {
            content: ""
        }

        .fi-services-view::before {
            content: ""
        }

        .fi-rss::before {
            content: ""
        }

        .fi-most-visted-page::before {
            content: ""
        }

        .fi-bookmark::before {
            content: ""
        }

        .fi-up::before {
            content: ""
        }

        .fi-menu::before {
            content: ""
        }

        .fi-search::before {
            content: ""
        }

        .fi-salary-complaint::before {
            content: ""
        }

        .fi-mic::before {
            content: ""
        }

        .fi-neutral-smeily::before {
            content: ""
        }

        .fi-sad-smeily::before {
            content: ""
        }

        .fi-happy-smeily::before {
            content: ""
        }

        .fi-close::before {
            content: ""
        }

        .fi-login::before {
            content: ""
        }

        .fi-bold-arrow-left::before {
            content: ""
        }

        .fi-bold-arrow-right::before {
            content: ""
        }

        .fi-abscond::before {
            content: ""
        }

        .fi-accessibility::before {
            content: ""
        }

        .fi-arrow-down::before {
            content: ""
        }

        .fi-box-arrow-left::before {
            content: ""
        }

        .fi-box-arrow-right::before {
            content: ""
        }

        .fi-calendar::before {
            content: ""
        }

        .fi-chat::before {
            content: ""
        }

        .fi-complain::before {
            content: ""
        }

        .fi-customer-Care::before {
            content: ""
        }

        .fi-electronic-work::before {
            content: ""
        }

        .fi-facebook::before {
            content: ""
        }

        .fi-flash::before {
            content: ""
        }

        .fi-font-decrease::before {
            content: ""
        }

        .fi-font-increase::before {
            content: ""
        }

        .fi-help::before {
            content: ""
        }

        .fi-home::before {
            content: ""
        }

        .fi-instagram::before {
            content: ""
        }

        .fi-language::before {
            content: ""
        }

        .fi-law::before {
            content: ""
        }

        .fi-linkedin::before {
            content: ""
        }

        .fi-news::before {
            content: ""
        }

        .fi-newsletter::before {
            content: ""
        }

        .fi-pdf::before {
            content: ""
        }

        .fi-photos::before {
            content: ""
        }

        .fi-poll::before {
            content: ""
        }

        .fi-pre-approval::before {
            content: ""
        }

        .fi-print::before {
            content: ""
        }

        .fi-quota-less::before {
            content: ""
        }

        .fi-quota-more::before {
            content: ""
        }

        .fi-rating::before {
            content: ""
        }

        .fi-renewal::before {
            content: ""
        }

        .fi-settings::before {
            content: ""
        }

        .fi-share::before {
            content: ""
        }

        .fi-sound::before {
            content: ""
        }

        .fi-star::before {
            content: ""
        }

        .fi-thin-arrow-left::before {
            content: ""
        }

        .fi-thin-arrow-right::before {
            content: ""
        }

        .fi-twitter::before {
            content: ""
        }

        .fi-videos::before {
            content: ""
        }

        .fi-withdraw::before {
            content: ""
        }

        .fi-youtube::before {
            content: ""
        }

        body.stop-scrolling {
            height: 100%;
            overflow: hidden
        }

        .sweet-overlay {
            background-color: rgba(0, 0, 0, .4);
            inset: 0px;
            z-index: 10000
        }

        .sweet-alert {
            background-color: #fff;
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            width: 478px;
            padding: 17px;
            border-radius: 5px;
            text-align: center;
            left: 50%;
            top: 50%;
            margin-left: -256px;
            margin-top: -200px;
            overflow: hidden;
            z-index: 99999
        }

        .uppy-Root,
        .uppy-u-reset {
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
            line-height: 1
        }

        @media (max-width:540px) {
            .sweet-alert {
                width: auto;
                margin-left: 0;
                margin-right: 0;
                left: 15px;
                right: 15px
            }
        }

        .sweet-alert h2 {
            color: #575757;
            font-size: 30px;
            text-align: center;
            font-weight: 600;
            text-transform: none;
            position: relative;
            margin: 25px 0;
            padding: 0;
            line-height: 40px;
            display: block
        }

        .sweet-alert p {
            color: #797979;
            font-size: 16px;
            font-weight: 300;
            position: relative;
            text-align: inherit;
            float: none;
            margin: 0;
            padding: 0;
            line-height: normal
        }

        .sweet-alert fieldset {
            border: none;
            position: relative
        }

        .sweet-alert .sa-error-container {
            background-color: #f1f1f1;
            margin-left: -17px;
            margin-right: -17px;
            overflow: hidden;
            padding: 0 10px;
            max-height: 0;
            transition: padding .15s, max-height .15s
        }

        .sweet-alert .sa-error-container.show {
            padding: 10px 0;
            max-height: 100px;
            transition: padding .25s, max-height .25s
        }

        .sweet-alert .sa-error-container .icon {
            display: inline-block;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background-color: #ea7d7d;
            color: #fff;
            line-height: 24px;
            text-align: center;
            margin-right: 3px
        }

        .sweet-alert .sa-input-error {
            position: absolute;
            top: 29px;
            right: 26px;
            width: 20px;
            height: 20px;
            opacity: 0;
            transform: scale(.5);
            transform-origin: 50% 50%;
            transition: .1s
        }

        .sweet-alert .sa-input-error::after,
        .sweet-alert .sa-input-error::before {
            content: "";
            width: 20px;
            height: 6px;
            background-color: #f06e57;
            border-radius: 3px;
            position: absolute;
            top: 50%;
            margin-top: -4px;
            left: 50%;
            margin-left: -9px
        }

        .sweet-alert .sa-input-error::before {
            transform: rotate(-45deg)
        }

        .sweet-alert .sa-input-error::after {
            transform: rotate(45deg)
        }

        .sweet-alert .sa-input-error.show {
            opacity: 1;
            transform: scale(1)
        }

        .sweet-alert input {
            width: 100%;
            border-radius: 3px;
            border: 1px solid #d7d7d7;
            height: 43px;
            margin-top: 10px;
            margin-bottom: 17px;
            font-size: 18px;
            box-shadow: rgba(0, 0, 0, .06) 0 1px 1px inset;
            padding: 0 12px;
            display: none;
            transition: .3s
        }

        .sweet-alert input:focus {
            outline: 0;
            box-shadow: #c4e6f5 0 0 3px;
            border: 1px solid #b4dbed
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity .3s 30ms;
            opacity: .5
        }

        .sweet-alert input::-webkit-input-placeholder {
            color: #bdbdbd
        }

        .sweet-alert .sa-confirm-button-container {
            display: inline-block;
            position: relative
        }

        .sweet-alert .la-ball-fall {
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -27px;
            margin-top: 4px;
            opacity: 0;
            visibility: hidden
        }

        .sweet-alert button {
            background-color: #8cd4f5;
            color: #fff;
            border: none;
            box-shadow: none;
            font-size: 17px;
            font-weight: 500;
            border-radius: 5px;
            padding: 10px 32px;
            margin: 26px 5px 0;
            cursor: pointer
        }

        .sweet-alert button:focus {
            outline: 0;
            box-shadow: rgba(128, 179, 235, .5) 0 0 2px, rgba(0, 0, 0, .05) 0 0 0 1px inset
        }

        .sweet-alert button:hover {
            background-color: #7ecff4
        }

        .sweet-alert button:active {
            background-color: #5dc2f1
        }

        .sweet-alert button.cancel {
            background-color: #c1c1c1
        }

        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9
        }

        .sweet-alert button.cancel:active {
            background-color: #a8a8a8
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .047) 0 0 0 1px inset !important
        }

        .sweet-alert button[disabled] {
            opacity: .6;
            cursor: default
        }

        .sweet-alert button.confirm[disabled]~.la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s
        }

        .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
            padding-bottom: 40px
        }

        .sweet-alert .sa-icon {
            width: 80px;
            height: 80px;
            border: 4px solid gray;
            border-radius: 50%;
            margin: 20px auto;
            padding: 0;
            position: relative;
            box-sizing: content-box
        }

        .sweet-alert .sa-icon.sa-error {
            border-color: #f27474
        }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #f27474;
            display: block;
            top: 37px;
            border-radius: 2px
        }

        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
            transform: rotate(45deg);
            left: 17px
        }

        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
            transform: rotate(-45deg);
            right: 16px
        }

        .sweet-alert .sa-icon.sa-warning {
            border-color: #f8bb86
        }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #f8bb86
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #f8bb86
        }

        .sweet-alert .sa-icon.sa-info {
            border-color: #c9dae1
        }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #c9dae1
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #c9dae1
        }

        .sweet-alert .sa-icon.sa-success {
            border-color: #a5dc86
        }

        .sweet-alert .sa-icon.sa-success::after,
        .sweet-alert .sa-icon.sa-success::before {
            content: "";
            position: absolute;
            width: 60px;
            height: 120px;
            background: #fff
        }

        .sweet-alert .sa-icon.sa-success::before {
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            transform: rotate(-45deg);
            transform-origin: 60px 60px
        }

        .sweet-alert .sa-icon.sa-success::after {
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            transform: rotate(-45deg);
            transform-origin: 0px 60px
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, .2);
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: #fff;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            transform: rotate(-45deg)
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #a5dc86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2
        }

        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
            width: 25px;
            left: 14px;
            top: 46px;
            transform: rotate(45deg)
        }

        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
            width: 47px;
            right: 8px;
            top: 38px;
            transform: rotate(-45deg)
        }

        .sweet-alert .sa-icon.sa-custom {
            border-radius: 0;
            border: none
        }

        @-webkit-keyframes showSweetAlert {
            0% {
                transform: scale(.7)
            }

            45% {
                transform: scale(1.05)
            }

            80% {
                transform: scale(.95)
            }

            100% {
                transform: scale(1)
            }
        }

        @keyframes showSweetAlert {
            0% {
                transform: scale(.7)
            }

            45% {
                transform: scale(1.05)
            }

            80% {
                transform: scale(.95)
            }

            100% {
                transform: scale(1)
            }
        }

        @-webkit-keyframes hideSweetAlert {
            0% {
                transform: scale(1)
            }

            100% {
                transform: scale(.5)
            }
        }

        @keyframes hideSweetAlert {
            0% {
                transform: scale(1)
            }

            100% {
                transform: scale(.5)
            }
        }

        @-webkit-keyframes slideFromTop {
            0% {
                top: 0
            }

            100% {
                top: 50%
            }
        }

        @keyframes slideFromTop {
            0% {
                top: 0
            }

            100% {
                top: 50%
            }
        }

        @-webkit-keyframes slideToTop {
            0% {
                top: 50%
            }

            100% {
                top: 0
            }
        }

        @keyframes slideToTop {
            0% {
                top: 50%
            }

            100% {
                top: 0
            }
        }

        @-webkit-keyframes slideFromBottom {
            0% {
                top: 70%
            }

            100% {
                top: 50%
            }
        }

        @keyframes slideFromBottom {
            0% {
                top: 70%
            }

            100% {
                top: 50%
            }
        }

        @-webkit-keyframes slideToBottom {
            0% {
                top: 50%
            }

            100% {
                top: 70%
            }
        }

        @keyframes slideToBottom {
            0% {
                top: 50%
            }

            100% {
                top: 70%
            }
        }

        .showSweetAlert[data-animation=pop] {
            animation: .3s showSweetAlert
        }

        .showSweetAlert[data-animation=slide-from-top] {
            animation: .3s slideFromTop
        }

        .showSweetAlert[data-animation=slide-from-bottom] {
            animation: .3s slideFromBottom
        }

        .hideSweetAlert[data-animation=pop] {
            animation: .2s hideSweetAlert
        }

        .hideSweetAlert[data-animation=slide-from-top] {
            animation: .4s slideToTop
        }

        .hideSweetAlert[data-animation=slide-from-bottom] {
            animation: .3s slideToBottom
        }

        @-webkit-keyframes animateSuccessTip {

            0%,
            54% {
                width: 0;
                left: 1px;
                top: 19px
            }

            70% {
                width: 50px;
                left: -8px;
                top: 37px
            }

            84% {
                width: 17px;
                left: 21px;
                top: 48px
            }

            100% {
                width: 25px;
                left: 14px;
                top: 45px
            }
        }

        @keyframes animateSuccessTip {

            0%,
            54% {
                width: 0;
                left: 1px;
                top: 19px
            }

            70% {
                width: 50px;
                left: -8px;
                top: 37px
            }

            84% {
                width: 17px;
                left: 21px;
                top: 48px
            }

            100% {
                width: 25px;
                left: 14px;
                top: 45px
            }
        }

        @-webkit-keyframes animateSuccessLong {

            0%,
            65% {
                width: 0;
                right: 46px;
                top: 54px
            }

            84% {
                width: 55px;
                right: 0;
                top: 35px
            }

            100% {
                width: 47px;
                right: 8px;
                top: 38px
            }
        }

        @keyframes animateSuccessLong {

            0%,
            65% {
                width: 0;
                right: 46px;
                top: 54px
            }

            84% {
                width: 55px;
                right: 0;
                top: 35px
            }

            100% {
                width: 47px;
                right: 8px;
                top: 38px
            }
        }

        @-webkit-keyframes rotatePlaceholder {

            0%,
            5% {
                transform: rotate(-45deg)
            }

            100%,
            12% {
                transform: rotate(-405deg)
            }
        }

        @keyframes rotatePlaceholder {

            0%,
            5% {
                transform: rotate(-45deg)
            }

            100%,
            12% {
                transform: rotate(-405deg)
            }
        }

        .animateSuccessTip {
            animation: .75s animateSuccessTip
        }

        .animateSuccessLong {
            animation: .75s animateSuccessLong
        }

        .sa-icon.sa-success.animate::after {
            animation: 4.25s ease-in rotatePlaceholder
        }

        @-webkit-keyframes animateErrorIcon {
            0% {
                transform: rotateX(100deg);
                opacity: 0
            }

            100% {
                transform: rotateX(0);
                opacity: 1
            }
        }

        @keyframes animateErrorIcon {
            0% {
                transform: rotateX(100deg);
                opacity: 0
            }

            100% {
                transform: rotateX(0);
                opacity: 1
            }
        }

        .animateErrorIcon {
            animation: .5s animateErrorIcon
        }

        @-webkit-keyframes animateXMark {

            0%,
            50% {
                transform: scale(.4);
                margin-top: 26px;
                opacity: 0
            }

            80% {
                transform: scale(1.15);
                margin-top: -6px
            }

            100% {
                transform: scale(1);
                margin-top: 0;
                opacity: 1
            }
        }

        @keyframes animateXMark {

            0%,
            50% {
                transform: scale(.4);
                margin-top: 26px;
                opacity: 0
            }

            80% {
                transform: scale(1.15);
                margin-top: -6px
            }

            100% {
                transform: scale(1);
                margin-top: 0;
                opacity: 1
            }
        }

        .animateXMark {
            animation: .5s animateXMark
        }

        @-webkit-keyframes pulseWarning {
            0% {
                border-color: #f8d486
            }

            100% {
                border-color: #f8bb86
            }
        }

        @keyframes pulseWarning {
            0% {
                border-color: #f8d486
            }

            100% {
                border-color: #f8bb86
            }
        }

        .pulseWarning {
            animation: .75s infinite alternate pulseWarning
        }

        @-webkit-keyframes pulseWarningIns {
            0% {
                background-color: #f8d486
            }

            100% {
                background-color: #f8bb86
            }
        }

        @keyframes pulseWarningIns {
            0% {
                background-color: #f8d486
            }

            100% {
                background-color: #f8bb86
            }
        }

        .pulseWarningIns {
            animation: .75s infinite alternate pulseWarningIns
        }

        @-webkit-keyframes rotate-loading {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        @keyframes rotate-loading {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        .la-ball-fall,
        .la-ball-fall>div {
            position: relative;
            box-sizing: border-box
        }

        .la-ball-fall {
            display: block;
            font-size: 0px;
            color: #fff;
            width: 54px;
            height: 18px
        }

        .la-ball-fall.la-dark,
        .uppy-Root,
        .uppy-c-btn-link:hover {
            color: #333
        }

        .la-ball-fall>div {
            display: inline-block;
            float: none;
            background-color: currentcolor;
            border: 0 solid currentcolor;
            width: 10px;
            height: 10px;
            margin: 4px;
            border-radius: 100%;
            opacity: 0;
            animation: 1s ease-in-out infinite ball-fall
        }

        .uppy-Informer p,
        [data-uppy-theme=dark] .uppy-StatusBar::before {
            background-color: #757575
        }

        .la-ball-fall>div:nth-child(2) {
            animation-delay: -.1s
        }

        .la-ball-fall>div:nth-child(3) {
            animation-delay: 0s
        }

        .la-ball-fall.la-sm {
            width: 26px;
            height: 8px
        }

        .la-ball-fall.la-sm>div {
            width: 4px;
            height: 4px;
            margin: 2px
        }

        .la-ball-fall.la-2x {
            width: 108px;
            height: 36px
        }

        .la-ball-fall.la-2x>div {
            width: 20px;
            height: 20px;
            margin: 8px
        }

        .la-ball-fall.la-3x {
            width: 162px;
            height: 54px
        }

        .la-ball-fall.la-3x>div {
            width: 30px;
            height: 30px;
            margin: 12px
        }

        @-webkit-keyframes ball-fall {
            0% {
                opacity: 0;
                transform: translateY(-145%)
            }

            10%,
            90% {
                opacity: .5
            }

            20%,
            80% {
                opacity: 1;
                transform: translateY(0)
            }

            100% {
                opacity: 0;
                transform: translateY(145%)
            }
        }

        @keyframes ball-fall {
            0% {
                opacity: 0;
                transform: translateY(-145%)
            }

            10%,
            90% {
                opacity: .5
            }

            20%,
            80% {
                opacity: 1;
                transform: translateY(0)
            }

            100% {
                opacity: 0;
                transform: translateY(145%)
            }
        }

        .uppy-Root {
            position: relative;
            text-align: left;
            -webkit-font-smoothing: antialiased
        }

        .uppy-Root *,
        .uppy-Root ::after,
        .uppy-Root ::before {
            box-sizing: inherit
        }

        .uppy-u-reset {
            color-scheme: initial;
            forced-color-adjust: initial;
            mask: initial;
            math-depth: initial;
            position: initial;
            position-anchor: initial;
            text-size-adjust: initial;
            appearance: none;
            color: initial;
            font-feature-settings: initial;
            font-kerning: initial;
            font-optical-sizing: initial;
            font-palette: initial;
            font-size: initial;
            font-size-adjust: initial;
            font-stretch: initial;
            font-style: initial;
            font-synthesis: initial;
            font-variant: initial;
            font-variation-settings: initial;
            font-weight: initial;
            position-area: initial;
            text-orientation: initial;
            text-rendering: initial;
            text-spacing-trim: initial;
            -webkit-font-smoothing: initial;
            -webkit-locale: initial;
            -webkit-text-orientation: initial;
            -webkit-writing-mode: initial;
            writing-mode: initial;
            zoom: initial;
            accent-color: initial;
            place-content: initial;
            place-items: initial;
            place-self: initial;
            alignment-baseline: initial;
            anchor-name: initial;
            anchor-scope: initial;
            animation-composition: initial;
            animation: initial;
            app-region: initial;
            aspect-ratio: initial;
            backdrop-filter: initial;
            backface-visibility: initial;
            background: initial;
            background-blend-mode: initial;
            baseline-shift: initial;
            baseline-source: initial;
            block-size: initial;
            border-block: initial;
            border: initial;
            border-radius: initial;
            border-collapse: initial;
            border-end-end-radius: initial;
            border-end-start-radius: initial;
            border-inline: initial;
            border-start-end-radius: initial;
            border-start-start-radius: initial;
            inset: initial;
            box-decoration-break: initial;
            box-shadow: initial;
            box-sizing: border-box;
            break-after: initial;
            break-before: initial;
            break-inside: initial;
            buffered-rendering: initial;
            caption-side: initial;
            caret-animation: initial;
            caret-color: initial;
            clear: initial;
            clip: initial;
            clip-path: initial;
            clip-rule: initial;
            color-interpolation: initial;
            color-interpolation-filters: initial;
            color-rendering: initial;
            columns: initial;
            column-fill: initial;
            gap: initial;
            column-rule: initial;
            column-span: initial;
            contain: initial;
            contain-intrinsic-block-size: initial;
            contain-intrinsic-size: initial;
            contain-intrinsic-inline-size: initial;
            container: initial;
            content: initial;
            content-visibility: initial;
            corner-shape: initial;
            corner-block-end-shape: initial;
            corner-block-start-shape: initial;
            counter-increment: initial;
            counter-reset: initial;
            counter-set: initial;
            cursor: initial;
            cx: initial;
            cy: initial;
            d: initial;
            display: initial;
            dominant-baseline: initial;
            dynamic-range-limit: initial;
            empty-cells: initial;
            field-sizing: initial;
            fill: initial;
            fill-opacity: initial;
            fill-rule: initial;
            filter: initial;
            flex: initial;
            flex-flow: initial;
            float: initial;
            flood-color: initial;
            flood-opacity: initial;
            grid: initial;
            grid-area: initial;
            height: initial;
            hyphenate-character: initial;
            hyphenate-limit-chars: initial;
            hyphens: initial;
            image-orientation: initial;
            image-rendering: initial;
            initial-letter: initial;
            inline-size: initial;
            inset-block: initial;
            inset-inline: initial;
            interest-delay: initial;
            interpolate-size: initial;
            isolation: initial;
            letter-spacing: initial;
            lighting-color: initial;
            line-break: initial;
            list-style: initial;
            margin-block: initial;
            margin: initial;
            margin-inline: initial;
            marker: initial;
            mask-type: initial;
            math-shift: initial;
            math-style: initial;
            max-block-size: initial;
            max-height: initial;
            max-inline-size: initial;
            max-width: initial;
            min-block-size: initial;
            min-height: initial;
            min-inline-size: initial;
            min-width: initial;
            mix-blend-mode: initial;
            object-fit: initial;
            object-position: initial;
            object-view-box: initial;
            offset: initial;
            opacity: initial;
            order: initial;
            orphans: initial;
            outline: initial;
            outline-offset: initial;
            overflow-anchor: initial;
            overflow-block: initial;
            overflow-clip-margin: initial;
            overflow-inline: initial;
            overflow-wrap: initial;
            overflow: initial;
            overlay: initial;
            overscroll-behavior-block: initial;
            overscroll-behavior-inline: initial;
            overscroll-behavior: initial;
            padding-block: initial;
            padding: initial;
            padding-inline: initial;
            page: initial;
            page-orientation: initial;
            paint-order: initial;
            perspective: initial;
            perspective-origin: initial;
            pointer-events: initial;
            position-try: initial;
            position-visibility: initial;
            print-color-adjust: initial;
            quotes: initial;
            r: initial;
            reading-flow: initial;
            reading-order: initial;
            resize: initial;
            rotate: initial;
            ruby-align: initial;
            ruby-position: initial;
            rx: initial;
            ry: initial;
            scale: initial;
            scroll-behavior: initial;
            scroll-initial-target: initial;
            scroll-margin-block: initial;
            scroll-margin: initial;
            scroll-margin-inline: initial;
            scroll-marker-group: initial;
            scroll-padding-block: initial;
            scroll-padding: initial;
            scroll-padding-inline: initial;
            scroll-snap-align: initial;
            scroll-snap-stop: initial;
            scroll-snap-type: initial;
            scroll-target-group: initial;
            scroll-timeline: initial;
            scrollbar-color: initial;
            scrollbar-gutter: initial;
            scrollbar-width: initial;
            shape-image-threshold: initial;
            shape-margin: initial;
            shape-outside: initial;
            shape-rendering: initial;
            size: initial;
            speak: initial;
            stop-color: initial;
            stop-opacity: initial;
            stroke: initial;
            stroke-dasharray: initial;
            stroke-dashoffset: initial;
            stroke-linecap: initial;
            stroke-linejoin: initial;
            stroke-miterlimit: initial;
            stroke-opacity: initial;
            stroke-width: initial;
            tab-size: initial;
            table-layout: initial;
            text-align: initial;
            text-align-last: initial;
            text-anchor: initial;
            text-autospace: initial;
            text-box: initial;
            text-combine-upright: initial;
            text-decoration: initial;
            text-decoration-skip-ink: initial;
            text-emphasis: initial;
            text-emphasis-position: initial;
            text-indent: initial;
            text-overflow: initial;
            text-shadow: initial;
            text-transform: initial;
            text-underline-offset: initial;
            text-underline-position: initial;
            text-wrap: initial;
            timeline-scope: initial;
            touch-action: initial;
            transform: initial;
            transform-box: initial;
            transform-origin: initial;
            transform-style: initial;
            transition: initial;
            translate: initial;
            user-select: initial;
            vector-effect: initial;
            vertical-align: initial;
            view-timeline: initial;
            view-transition-class: initial;
            view-transition-group: initial;
            view-transition-name: initial;
            visibility: initial;
            border-spacing: initial;
            -webkit-box-align: initial;
            -webkit-box-decoration-break: initial;
            -webkit-box-direction: initial;
            -webkit-box-flex: initial;
            -webkit-box-ordinal-group: initial;
            -webkit-box-orient: initial;
            -webkit-box-pack: initial;
            -webkit-box-reflect: initial;
            -webkit-line-break: initial;
            -webkit-line-clamp: initial;
            -webkit-mask-box-image: initial;
            -webkit-rtl-ordering: initial;
            -webkit-ruby-position: initial;
            -webkit-tap-highlight-color: initial;
            -webkit-text-combine: initial;
            -webkit-text-decorations-in-effect: initial;
            -webkit-text-fill-color: initial;
            -webkit-text-security: initial;
            -webkit-text-stroke: initial;
            -webkit-user-drag: initial;
            white-space-collapse: initial;
            widows: initial;
            width: initial;
            will-change: initial;
            word-break: initial;
            word-spacing: initial;
            x: initial;
            y: initial;
            z-index: initial
        }

        .uppy-c-textInput {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-family: inherit;
            font-size: 14px;
            line-height: 1.5;
            padding: 6px 8px
        }

        .uppy-size--md .uppy-c-textInput {
            padding: 8px 10px
        }

        .uppy-c-textInput:focus {
            border-color: rgba(18, 105, 207, .6);
            box-shadow: rgba(18, 105, 207, .15) 0 0 0 3px;
            outline: 0
        }

        [data-uppy-theme=dark] .uppy-c-textInput {
            background-color: #333;
            border-color: #333;
            color: #eaeaea
        }

        [data-uppy-theme=dark] .uppy-c-textInput:focus {
            border-color: #525252;
            box-shadow: none
        }

        [data-uppy-theme=dark] .uppy-Audio-button:focus,
        [data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus,
        [data-uppy-theme=dark] .uppy-ScreenCapture-button:focus,
        [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus,
        [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus,
        [data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus,
        [data-uppy-theme=dark] .uppy-Webcam-button:focus,
        [data-uppy-theme=dark] .uppy-c-btn-link:focus,
        [data-uppy-theme=dark] .uppy-c-btn-primary:focus {
            box-shadow: rgba(170, 225, 255, .85) 0 0 0 2px;
            outline: 0
        }

        .uppy-c-icon {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            overflow: hidden;
            fill: currentcolor
        }

        .uppy-c-btn {
            align-items: center;
            color: inherit;
            display: inline-flex;
            font-family: inherit;
            font-size: inherit;
            font-weight: 500;
            justify-content: center;
            line-height: 1;
            transition-duration: .3s;
            transition-property: background-color, color;
            user-select: none;
            white-space: nowrap
        }

        .uppy-ProviderBrowser-searchFilterInput,
        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif
        }

        .uppy-Informer p,
        .uppy-StatusBar {
            font-weight: 400;
            font-size: 12px;
            color: #fff
        }

        .uppy-c-btn-primary {
            background-color: #1269cf;
            border-radius: 4px;
            color: #fff;
            font-size: 14px;
            padding: 10px 18px
        }

        .uppy-c-btn-primary:not(:disabled):hover {
            background-color: #0e51a0
        }

        .uppy-DragDrop-container:focus,
        .uppy-c-btn-primary:focus {
            box-shadow: rgba(18, 105, 207, .4) 0 0 0 3px;
            outline: 0
        }

        .uppy-size--md .uppy-c-btn-primary {
            padding: 13px 22px
        }

        [data-uppy-theme=dark] .uppy-StatusBar-content,
        [data-uppy-theme=dark] .uppy-StatusBar-serviceMsg,
        [data-uppy-theme=dark] .uppy-StatusBar-statusPrimary,
        [data-uppy-theme=dark] .uppy-c-btn-link,
        [data-uppy-theme=dark] .uppy-c-btn-primary {
            color: #eaeaea
        }

        .uppy-c-btn-primary.uppy-c-btn--disabled {
            background-color: #8eb2db
        }

        .uppy-c-btn-link {
            background-color: initial;
            border-radius: 4px;
            color: #525252;
            font-size: 14px;
            line-height: 1;
            padding: 10px 15px
        }

        .uppy-c-btn-link:focus {
            box-shadow: rgba(18, 105, 207, .25) 0 0 0 3px;
            outline: 0
        }

        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label,
        .uppy-StatusBar-actionBtn--retry:focus,
        .uppy-StatusBar-actionCircleBtn:focus {
            box-shadow: rgba(18, 105, 207, .5) 0 0 0 3px
        }

        .uppy-size--md .uppy-c-btn-link {
            padding: 13px 18px
        }

        .uppy-Provider-empty,
        [data-uppy-theme=dark] .uppy-c-btn-link:hover {
            color: #939393
        }

        .uppy-Informer {
            bottom: 60px;
            left: 0;
            position: absolute;
            right: 0;
            text-align: center;
            z-index: 1005
        }

        .uppy-Informer p span,
        .uppy-StatusBar {
            background-color: #fff;
            position: relative
        }

        .uppy-Informer span>div {
            margin-bottom: 6px
        }

        .uppy-Informer-animated {
            opacity: 0;
            transform: translateY(350%);
            transition: .3s ease-in;
            z-index: -1000
        }

        .uppy-Informer p {
            border-radius: 18px;
            display: inline-block;
            line-height: 1.4;
            margin: 0;
            max-width: 90%;
            padding: 6px 15px
        }

        .uppy-size--md .uppy-Informer p {
            font-size: 14px;
            line-height: 1.3;
            max-width: 500px;
            padding: 10px 20px
        }

        [data-uppy-theme=dark] .uppy-Informer p {
            background-color: #333
        }

        [dir=ltr] .uppy-Informer p span {
            left: 3px;
            margin-left: -1px
        }

        [dir=rtl] .uppy-Informer p span {
            right: 3px;
            margin-right: -1px
        }

        .uppy-Informer p span {
            border-radius: 50%;
            color: #525252;
            display: inline-block;
            font-size: 10px;
            height: 13px;
            line-height: 12px;
            top: -1px;
            vertical-align: middle;
            width: 13px
        }

        .uppy-Informer p span:hover {
            cursor: help
        }

        .uppy-Dashboard-Item-errorDetails::after,
        .uppy-Informer p span::after,
        .uppy-StatusBar-details::after {
            line-height: 1.3;
            overflow-wrap: break-word
        }

        .uppy-Root [aria-label][role~=tooltip]::after,
        .uppy-Root [aria-label][role~=tooltip]::before {
            backface-visibility: hidden;
            box-sizing: border-box;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            transform: translateZ(0);
            transform-origin: center top;
            transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
            will-change: transform;
            z-index: 10
        }

        .uppy-Root [aria-label][role~=tooltip]::before {
            background-size: 100% !important;
            content: ""
        }

        .uppy-Root [aria-label][role~=tooltip]::after {
            background: rgba(17, 17, 17, .9);
            border-radius: 4px;
            box-sizing: initial;
            color: #fff;
            content: attr(aria-label);
            font-size: var(--microtip-font-size, 13px);
            font-weight: var(--microtip-font-weight, normal);
            padding: .5em 1em;
            text-transform: var(--microtip-text-transform, none);
            white-space: nowrap
        }

        .uppy-Root [aria-label][role~=tooltip]:focus::after,
        .uppy-Root [aria-label][role~=tooltip]:focus::before,
        .uppy-Root [aria-label][role~=tooltip]:hover::after,
        .uppy-Root [aria-label][role~=tooltip]:hover::before {
            opacity: 1;
            pointer-events: auto
        }

        .uppy-Root [role~=tooltip][data-microtip-position|=top]::before {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002S8.594 0 2.658 0'/%3E%3C/svg%3E") no-repeat;
            bottom: 100%;
            height: 6px;
            left: 50%;
            margin-bottom: 5px;
            transform: translate3d(-50%, 0, 0);
            width: 18px
        }

        .uppy-Root [role~=tooltip][data-microtip-position|=top]::after {
            bottom: 100%;
            left: 50%;
            margin-bottom: 11px;
            transform: translate3d(-50%, 0, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=top]:hover::after,
        .uppy-Root [role~=tooltip][data-microtip-position|=top]:hover::before {
            transform: translate3d(-50%, -5px, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=top-left]::after {
            bottom: 100%;
            transform: translate3d(calc(-100% + 16px), 0, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover::after {
            transform: translate3d(calc(-100% + 16px), -5px, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=top-right]::after {
            bottom: 100%;
            transform: translate3d(-16px, 0, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover::after {
            transform: translate3d(-16px, -5px, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position|=bottom]::before {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002S27.406 12 33.342 12'/%3E%3C/svg%3E") no-repeat;
            bottom: auto;
            height: 6px;
            left: 50%;
            margin-bottom: 0;
            margin-top: 5px;
            top: 100%;
            transform: translate3d(-50%, -10px, 0);
            width: 18px
        }

        .uppy-Root [role~=tooltip][data-microtip-position|=bottom]::after {
            left: 50%;
            margin-top: 11px;
            top: 100%;
            transform: translate3d(-50%, -10px, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover::after,
        .uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover::before {
            transform: translate3d(-50%, 0, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=bottom-left]::after {
            top: 100%;
            transform: translate3d(calc(-100% + 16px), -10px, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover::after {
            transform: translate3d(calc(-100% + 16px), 0, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=bottom-right]::after {
            top: 100%;
            transform: translate3d(-16px, -10px, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover::after {
            transform: translate3d(-16px, 0, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=left]::after,
        .uppy-Root [role~=tooltip][data-microtip-position=left]::before {
            inset: 50% 100% auto auto;
            transform: translate3d(10px, -50%, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=left]::before {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002S0 27.406 0 33.342'/%3E%3C/svg%3E") no-repeat;
            height: 18px;
            margin-bottom: 0;
            margin-right: 5px;
            width: 6px
        }

        .uppy-Root [role~=tooltip][data-microtip-position=left]::after {
            margin-right: 11px
        }

        .uppy-Root [role~=tooltip][data-microtip-position=left]:hover::after,
        .uppy-Root [role~=tooltip][data-microtip-position=left]:hover::before,
        .uppy-Root [role~=tooltip][data-microtip-position=right]:hover::after,
        .uppy-Root [role~=tooltip][data-microtip-position=right]:hover::before {
            transform: translate3d(0, -50%, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=right]::after,
        .uppy-Root [role~=tooltip][data-microtip-position=right]::before {
            bottom: auto;
            left: 100%;
            top: 50%;
            transform: translate3d(-10px, -50%, 0)
        }

        .uppy-Root [role~=tooltip][data-microtip-position=right]::before {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002S12 8.594 12 2.658'/%3E%3C/svg%3E") no-repeat;
            height: 18px;
            margin-bottom: 0;
            margin-left: 5px;
            width: 6px
        }

        .uppy-Root [role~=tooltip][data-microtip-position=right]::after {
            margin-left: 11px
        }

        .uppy-Root [role~=tooltip][data-microtip-size=small]::after {
            white-space: normal;
            width: 80px
        }

        .uppy-Root [role~=tooltip][data-microtip-size=medium]::after {
            white-space: normal;
            width: 150px
        }

        .uppy-Root [role~=tooltip][data-microtip-size=large]::after {
            white-space: normal;
            width: 260px
        }

        .uppy-StatusBar {
            display: flex;
            height: 46px;
            line-height: 40px;
            transition: height .2s;
            z-index: 1001
        }

        [data-uppy-theme=dark] .uppy-StatusBar,
        [data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
            background-color: #1f1f1f
        }

        .uppy-StatusBar::before {
            background-color: #eaeaea;
            inset: 0px;
            content: "";
            height: 2px;
            position: absolute;
            width: 100%
        }

        .uppy-StatusBar[aria-hidden=true] {
            height: 0;
            overflow-y: hidden
        }

        .uppy-StatusBar.is-complete .uppy-StatusBar-progress {
            background-color: #1bb240
        }

        .uppy-StatusBar.is-error .uppy-StatusBar-progress {
            background-color: #e32437
        }

        .uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
            color: #1bb240
        }

        .uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
            color: #e32437
        }

        .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
            background-color: #fff;
            border-top: 1px solid #eaeaea;
            height: 65px
        }

        [data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-footer,
        [data-uppy-theme=dark] .uppy-ScreenCapture-buttonContainer,
        [data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
            background-color: #1f1f1f;
            border-top: 1px solid #333
        }

        .uppy-StatusBar-progress {
            background-color: #1269cf;
            height: 2px;
            position: absolute;
            transition: background-color, width .3s ease-out;
            z-index: 1001
        }

        .uppy-StatusBar-progress.is-indeterminate {
            animation: 1s linear infinite uppy-StatusBar-ProgressStripes;
            background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
            background-size: 64px 64px
        }

        @keyframes uppy-StatusBar-ProgressStripes {
            0% {
                background-position: 0 0
            }

            100% {
                background-position: 64px 0
            }
        }

        .uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,
        .uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
            background-color: #f6a623
        }

        [dir=ltr] .uppy-StatusBar-content,
        [dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
            padding-left: 10px
        }

        [dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo,
        [dir=rtl] .uppy-StatusBar-content {
            padding-right: 10px
        }

        .uppy-StatusBar-content {
            align-items: center;
            color: #333;
            display: flex;
            height: 100%;
            position: relative;
            text-overflow: ellipsis;
            white-space: nowrap;
            z-index: 1002
        }

        [dir=ltr] .uppy-size--md .uppy-StatusBar-content,
        [dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
            padding-left: 15px
        }

        [dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo,
        [dir=rtl] .uppy-size--md .uppy-StatusBar-content {
            padding-right: 15px
        }

        [dir=ltr] .uppy-StatusBar-status {
            padding-right: .3em
        }

        [dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded,
        [dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
            padding-right: 3px
        }

        [dir=rtl] .uppy-StatusBar-status {
            padding-left: .3em
        }

        .uppy-StatusBar-status {
            display: flex;
            flex-direction: column;
            font-weight: 400;
            justify-content: center;
            line-height: 1.4
        }

        .uppy-StatusBar-statusPrimary {
            display: flex;
            font-weight: 500;
            line-height: 1
        }

        .uppy-StatusBar-statusSecondary {
            color: #757575;
            display: inline-block;
            font-size: 11px;
            line-height: 1.2;
            margin-top: 1px;
            white-space: nowrap
        }

        [data-uppy-theme=dark] .uppy-Dashboard-Item-status,
        [data-uppy-theme=dark] .uppy-StatusBar-statusSecondary {
            color: #bbb
        }

        [dir=ltr] .uppy-StatusBar-statusSecondaryHint {
            margin-right: 5px
        }

        .uppy-StatusBar-statusSecondaryHint {
            display: inline-block;
            line-height: 1;
            vertical-align: middle
        }

        [dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
            margin-right: 8px
        }

        [dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
            margin-left: 8px
        }

        .uppy-StatusBar-statusIndicator {
            color: #525252;
            position: relative;
            top: 1px
        }

        .uppy-StatusBar-statusIndicator svg {
            vertical-align: text-bottom
        }

        [dir=ltr] .uppy-Dashboard-FileCard-edit,
        [dir=ltr] .uppy-StatusBar-actions {
            right: 10px
        }

        [dir=rtl] .uppy-Dashboard-FileCard-edit,
        [dir=rtl] .uppy-StatusBar-actions {
            left: 10px
        }

        .uppy-StatusBar-actions {
            align-items: center;
            bottom: 0;
            display: flex;
            position: absolute;
            top: 0;
            z-index: 1004
        }

        .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
            background-color: #fafafa;
            height: 100%;
            padding: 0 15px;
            position: static;
            width: 100%
        }

        .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
            flex-direction: column;
            height: 90px
        }

        .uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
            flex-direction: row;
            height: 65px
        }

        .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
            flex-direction: column;
            justify-content: center
        }

        .uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
            flex-direction: row;
            justify-content: normal
        }

        .uppy-StatusBar-actionCircleBtn {
            cursor: pointer;
            line-height: 1;
            margin: 3px;
            opacity: .9
        }

        .uppy-StatusBar-actionCircleBtn:focus {
            outline: 0;
            border-radius: 50%
        }

        .uppy-StatusBar-actionCircleBtn svg {
            vertical-align: bottom
        }

        .uppy-StatusBar-actionBtn {
            color: #1269cf;
            display: inline-block;
            font-size: 10px;
            line-height: inherit;
            vertical-align: middle
        }

        .uppy-StatusBar-actionBtn--disabled {
            opacity: .4
        }

        .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name,
        [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled {
            opacity: .7
        }

        [dir=ltr] .uppy-StatusBar-actionBtn--retry {
            margin-right: 6px
        }

        [dir=rtl] .uppy-StatusBar-actionBtn--retry {
            margin-left: 6px
        }

        .uppy-StatusBar-actionBtn--retry {
            background-color: #ff4b23;
            border-radius: 8px;
            color: #fff;
            height: 16px;
            line-height: 1;
            padding: 1px 6px 3px 18px;
            position: relative
        }

        .uppy-StatusBar-actionBtn--retry:focus {
            outline: 0
        }

        .uppy-StatusBar-actionBtn--retry:hover {
            background-color: #f92d00
        }

        [dir=ltr] .uppy-StatusBar-actionBtn--retry svg {
            left: 6px
        }

        [dir=rtl] .uppy-StatusBar-actionBtn--retry svg {
            right: 6px
        }

        .uppy-StatusBar-actionBtn--retry svg {
            position: absolute;
            top: 3px
        }

        .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
            background-color: #1bb240;
            color: #fff;
            font-size: 14px;
            line-height: 1;
            padding: 15px 10px;
            width: 100%
        }

        .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
            background-color: #189c38
        }

        [data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload,
        [data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
            background-color: #1c8b37
        }

        [data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
            background-color: #18762f
        }

        .uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
            padding: 13px 22px;
            width: auto
        }

        .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
            background-color: #1bb240;
            cursor: not-allowed
        }

        .uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
            background-color: initial;
            color: #1269cf
        }

        [dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded,
        [dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
            padding-left: 3px
        }

        .uppy-StatusBar-actionBtn--uploadNewlyAdded {
            border-radius: 3px;
            padding-bottom: 1px
        }

        .uppy-Audio-button:focus,
        .uppy-Dashboard-FileCard-edit:focus,
        .uppy-Dashboard-Item-action:focus,
        .uppy-ProviderBrowser-searchFilterReset:focus,
        .uppy-ScreenCapture-button:focus,
        .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus,
        .uppy-Webcam-button:focus {
            outline: 0;
            box-shadow: rgba(18, 105, 207, .5) 0 0 0 3px
        }

        .uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,
        .uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded {
            display: none
        }

        .uppy-StatusBar-actionBtn--done {
            border-radius: 3px;
            line-height: 1;
            padding: 7px 8px
        }

        .uppy-Provider-breadcrumbs button:focus,
        .uppy-ProviderBrowser-userLogout:focus,
        .uppy-StatusBar-actionBtn--done:focus {
            outline: 0;
            background-color: #dfe6f1
        }

        .uppy-StatusBar-actionBtn--done:hover {
            color: #0e51a0
        }

        [data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput:focus,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus,
        [data-uppy-theme=dark] .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,
        [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus {
            background-color: #333
        }

        [data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done {
            color: #02baf2
        }

        .uppy-size--md .uppy-Dashboard-FileCard-label,
        .uppy-size--md .uppy-StatusBar-actionBtn--done {
            font-size: 14px
        }

        .uppy-StatusBar-serviceMsg {
            color: #000;
            font-size: 11px;
            line-height: 1.1;
            padding-left: 10px
        }

        .uppy-size--md .uppy-StatusBar-serviceMsg {
            font-size: 14px;
            padding-left: 15px
        }

        .uppy-StatusBar-serviceMsg-ghostsIcon {
            left: 6px;
            opacity: .5;
            position: relative;
            top: 2px;
            vertical-align: text-bottom;
            width: 10px
        }

        .uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon {
            left: 10px;
            top: 1px;
            width: 15px
        }

        [dir=ltr] .uppy-Dashboard-Item-errorDetails,
        [dir=ltr] .uppy-StatusBar-details {
            left: 2px
        }

        [dir=rtl] .uppy-Dashboard-Item-errorDetails,
        [dir=rtl] .uppy-StatusBar-details {
            right: 2px
        }

        .uppy-StatusBar-details {
            appearance: none;
            background-color: #939393;
            border-radius: 50%;
            color: #fff;
            cursor: help;
            display: inline-block;
            font-size: 10px;
            font-weight: 600;
            height: 13px;
            line-height: 12px;
            position: relative;
            text-align: center;
            top: 0;
            vertical-align: middle;
            width: 13px
        }

        .uppy-StatusBar-spinner {
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-name: uppy-StatusBar-spinnerAnimation;
            animation-timing-function: linear;
            fill: rgb(18, 105, 207)
        }

        .uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,
        .uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
            fill: rgb(246, 166, 35)
        }

        @keyframes uppy-StatusBar-spinnerAnimation {
            0% {
                transform: rotate(0)
            }

            100% {
                transform: rotate(1turn)
            }
        }

        .uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,
        .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list {
            align-items: flex-start;
            display: flex;
            flex-flow: wrap;
            justify-content: space-between;
            padding: 6px
        }

        .uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list::after,
        .uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list::after {
            content: "";
            flex: 1 1 auto
        }

        .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
        .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
            margin: 0;
            position: relative;
            width: 50%
        }

        .uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
        .uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
            width: 33.3333%
        }

        .uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
        .uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
            width: 25%
        }

        .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem::before,
        .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem::before {
            content: "";
            display: block;
            padding-top: 100%
        }

        .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,
        .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,
        .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,
        .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg {
            opacity: .85
        }

        .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,
        .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled {
            opacity: .5
        }

        .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,
        .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
            background-color: rgba(147, 147, 147, .2)
        }

        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
            background-color: rgba(234, 234, 234, .2)
        }

        .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,
        .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
            height: 30%;
            width: 30%;
            fill: rgba(0, 0, 0, 0.7)
        }

        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
            fill: rgba(255, 255, 255, 0.8)
        }

        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
            border-radius: 4px;
            inset: 7px;
            height: calc(100% - 14px);
            overflow: hidden;
            position: absolute;
            text-align: center;
            width: calc(100% - 14px)
        }

        @media (hover:none) {

            .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,
            .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
                display: block
            }
        }

        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
            box-shadow: rgba(170, 225, 255, .7) 0 0 0 3px
        }

        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img {
            border-radius: 4px;
            height: 100%;
            object-fit: cover;
            width: 100%
        }

        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author {
            background: rgba(0, 0, 0, .3);
            bottom: 0;
            color: #fff;
            display: none;
            font-size: 12px;
            font-weight: 500;
            left: 0;
            margin: 0;
            padding: 5px;
            position: absolute;
            text-decoration: none;
            width: 100%
        }

        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-author:hover,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-author:hover {
            background: rgba(0, 0, 0, .4);
            text-decoration: underline
        }

        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox {
            background-color: #1269cf;
            border-radius: 50%;
            height: 26px;
            opacity: 0;
            position: absolute;
            right: 16px;
            top: 16px;
            width: 26px;
            z-index: 1002
        }

        .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox::after,
        .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox::after {
            height: 7px;
            top: 8px;
            width: 12px
        }

        .uppy-ProviderBrowser-viewType--list {
            background-color: #fff
        }

        [data-uppy-theme=dark] .uppy-Dashboard-FileCard-info,
        [data-uppy-theme=dark] .uppy-DashboardContent-panelBody,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-list,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list,
        [data-uppy-theme=dark] .uppy-SearchProvider {
            background-color: #1f1f1f
        }

        .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
            align-items: center;
            display: flex;
            margin: 0;
            padding: 7px 15px
        }

        [data-uppy-theme=dark] .uppy-Dashboard-FileCard-label,
        [data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover,
        [data-uppy-theme=dark] .uppy-Dashboard-Item-name,
        [data-uppy-theme=dark] .uppy-Provider-breadcrumbs,
        [data-uppy-theme=dark] .uppy-Provider-breadcrumbs button,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-user,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout,
        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
            color: #eaeaea
        }

        .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled {
            opacity: .6
        }

        [dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
            margin-right: 15px
        }

        [dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
            margin-left: 15px
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
            background-color: #fff;
            border: 1px solid #cfcfcf;
            border-radius: 3px;
            height: 17px;
            width: 17px
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
            border: 1px solid #1269cf;
            box-shadow: rgba(18, 105, 207, .25) 0 0 0 3px;
            outline: 0
        }

        [dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox::after {
            left: 3px
        }

        [dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox::after {
            right: 3px
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox::after {
            height: 5px;
            opacity: 0;
            top: 4px;
            width: 9px
        }

        [data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
            border-color: rgba(2, 186, 242, .7);
            box-shadow: rgba(2, 186, 242, .2) 0 0 0 3px
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox,
        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox {
            background-color: #1269cf;
            border-color: #1269cf
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox::after,
        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox::after {
            opacity: 1
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
            align-items: center;
            color: inherit;
            display: flex;
            overflow: hidden;
            padding: 2px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
            outline: 0;
            text-decoration: underline
        }

        .uppy-Provider-btn-google svg,
        [dir=ltr] .uppy-ProviderBrowser-footer button,
        [dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
        [dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
            margin-right: 8px
        }

        [dir=ltr] .uppy-DashboardContent-addMore svg,
        [dir=ltr] .uppy-Provider-breadcrumbsIcon {
            margin-right: 4px
        }

        [dir=rtl] .uppy-ProviderBrowser-footer button,
        [dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
        [dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
            margin-left: 8px
        }

        [dir=rtl] .uppy-DashboardContent-addMore svg,
        [dir=rtl] .uppy-Provider-breadcrumbsIcon {
            margin-left: 4px
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span {
            line-height: 1.2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner,
        .uppy-ProviderBrowserItem-checkbox:disabled,
        .uppy-ProviderBrowserItem-checkbox:disabled::after {
            cursor: default
        }

        [dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
            margin-right: 7px
        }

        [dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
            margin-left: 7px
        }

        .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
            width: 20px
        }

        .uppy-ProviderBrowserItem-checkbox {
            cursor: pointer;
            flex-shrink: 0;
            position: relative
        }

        [data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox {
            background-color: #1f1f1f;
            border-color: #939393
        }

        .uppy-ProviderBrowserItem--is-checked .uppy-ProviderBrowserItem-checkbox::after {
            border-bottom: 2px solid #eaeaea;
            border-left: 2px solid #eaeaea;
            content: "";
            cursor: pointer;
            position: absolute;
            transform: rotate(-45deg)
        }

        .uppy-ProviderBrowserItem--is-partial .uppy-ProviderBrowserItem-checkbox::after {
            background-color: #eaeaea !important;
            content: "" !important;
            height: 2px !important;
            left: 20% !important;
            position: absolute !important;
            right: 20% !important;
            top: 50% !important;
            transform: translateY(-50%) !important
        }

        .uppy-SearchProvider,
        .uppy-Url {
            align-items: center;
            display: flex;
            flex: 1 1 0%;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            width: 100%
        }

        .uppy-SearchProvider-input,
        .uppy-Url-input {
            margin-bottom: 15px;
            max-width: 650px;
            width: 90%
        }

        .uppy-size--md .uppy-SearchProvider-input,
        .uppy-size--md .uppy-Url-input {
            margin-bottom: 20px
        }

        .uppy-SearchProvider-input::-webkit-search-cancel-button {
            display: none
        }

        .uppy-SearchProvider-searchButton,
        .uppy-Url-importButton {
            padding: 13px 25px
        }

        .uppy-size--md .uppy-SearchProvider-searchButton,
        .uppy-size--md .uppy-Url-importButton {
            padding: 13px 30px
        }

        .uppy-DashboardContent-panelBody {
            align-items: center;
            display: flex;
            flex: 1 1 0%;
            justify-content: center
        }

        .uppy-Provider-auth,
        .uppy-Provider-empty,
        .uppy-Provider-error,
        .uppy-Provider-loading {
            align-items: center;
            color: #939393;
            display: flex;
            flex: 1 1 0%;
            flex-flow: column wrap;
            justify-content: center
        }

        .uppy-Provider-authIcon svg {
            height: 75px;
            width: 100px
        }

        .uppy-Provider-authTitle {
            color: #757575;
            font-size: 17px;
            font-weight: 400;
            line-height: 1.4;
            margin-bottom: 30px;
            max-width: 500px;
            padding: 0 15px;
            text-align: center
        }

        [data-uppy-theme=dark] .uppy-Dashboard-Item-action,
        [data-uppy-theme=dark] .uppy-Provider-authTitle {
            color: #cfcfcf
        }

        .uppy-Provider-btn-google {
            align-items: center;
            background: #4285f4;
            display: flex;
            padding: 8px 12px !important
        }

        .uppy-Provider-btn-google:hover {
            background-color: #1266f1
        }

        .uppy-Provider-btn-google:focus {
            box-shadow: rgba(66, 133, 244, .4) 0 0 0 3px;
            outline: 0
        }

        .uppy-Provider-breadcrumbs {
            color: #525252;
            flex: 1 1 0%;
            font-size: 12px;
            margin-bottom: 10px
        }

        .uppy-Provider-breadcrumbsIcon {
            color: #525252;
            display: inline-block;
            line-height: 1;
            vertical-align: middle
        }

        .uppy-Provider-breadcrumbsIcon svg {
            height: 13px;
            width: 13px;
            fill: rgb(82, 82, 82)
        }

        .uppy-Provider-breadcrumbs button {
            border-radius: 3px;
            display: inline-block;
            line-height: inherit;
            padding: 4px
        }

        .uppy-Provider-breadcrumbs button:hover {
            color: #0e51a0;
            cursor: pointer
        }

        .uppy-Provider-breadcrumbs button:not(:last-of-type) {
            text-decoration: underline
        }

        .uppy-Provider-breadcrumbs button:last-of-type {
            color: #333;
            font-weight: 500;
            pointer-events: none
        }

        .uppy-ProviderBrowser {
            display: flex;
            flex: 1 1 0%;
            flex-direction: column;
            font-size: 14px;
            font-weight: 400;
            height: 100%
        }

        .uppy-ProviderBrowser-user {
            color: #333;
            font-weight: 500;
            margin: 0 8px 0 0
        }

        [dir=ltr] .uppy-ProviderBrowser-user::after {
            left: 4px
        }

        [dir=rtl] .uppy-ProviderBrowser-user::after {
            right: 4px
        }

        .uppy-ProviderBrowser-user::after {
            color: #939393;
            content: "·";
            font-weight: 400;
            position: relative
        }

        .uppy-ProviderBrowser-header {
            border-bottom: 1px solid #eaeaea;
            position: relative;
            z-index: 1001
        }

        [data-uppy-theme=dark] .uppy-ProviderBrowser-header {
            border-bottom: 1px solid #333
        }

        .uppy-ProviderBrowser-headerBar {
            background-color: #fafafa;
            color: #757575;
            font-size: 12px;
            line-height: 1.4;
            padding: 7px 15px;
            z-index: 1001
        }

        .uppy-size--md .uppy-ProviderBrowser-headerBar {
            align-items: center;
            display: flex
        }

        .uppy-ProviderBrowser-headerBar--simple {
            display: block;
            justify-content: center;
            text-align: center
        }

        .uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
            display: inline-block;
            flex: 0 0 auto;
            vertical-align: middle
        }

        .uppy-ProviderBrowser-searchFilter {
            align-items: center;
            display: flex;
            height: 30px;
            margin-bottom: 15px;
            margin-top: 15px;
            padding-left: 8px;
            padding-right: 8px;
            position: relative;
            width: 100%
        }

        [dir=ltr] .uppy-ProviderBrowser-searchFilterInput,
        [dir=rtl] .uppy-ProviderBrowser-searchFilterInput {
            padding-left: 30px;
            padding-right: 30px
        }

        .uppy-ProviderBrowser-searchFilterInput {
            background-color: #eaeaea;
            border: 0;
            border-radius: 4px;
            color: #333;
            font-size: 13px;
            height: 30px;
            line-height: 1.4;
            outline: 0;
            width: 100%;
            z-index: 1001
        }

        .uppy-ProviderBrowser-searchFilterInput::-webkit-search-cancel-button {
            display: none
        }

        [data-uppy-theme=dark] .uppy-ProviderBrowser-searchFilterInput {
            background-color: #1f1f1f;
            color: #eaeaea
        }

        .uppy-ProviderBrowser-searchFilterInput:focus {
            background-color: #cfcfcf;
            border: 0
        }

        [dir=ltr] .uppy-ProviderBrowser-searchFilterIcon,
        [dir=rtl] .uppy-ProviderBrowser-searchFilterReset {
            left: 16px
        }

        [dir=ltr] .uppy-ProviderBrowser-searchFilterReset,
        [dir=rtl] .uppy-ProviderBrowser-searchFilterIcon {
            right: 16px
        }

        .uppy-ProviderBrowser-searchFilterIcon {
            color: #757575;
            height: 12px;
            position: absolute;
            width: 12px;
            z-index: 1002
        }

        .uppy-ProviderBrowser-searchFilterInput::placeholder {
            color: #939393;
            opacity: 1
        }

        .uppy-ProviderBrowser-searchFilterReset {
            border-radius: 3px;
            color: #939393;
            cursor: pointer;
            height: 22px;
            padding: 6px;
            position: absolute;
            width: 22px;
            z-index: 1002
        }

        .uppy-Dashboard-Item-author a,
        .uppy-ProviderBrowser-searchFilterReset:hover {
            color: #757575
        }

        .uppy-ProviderBrowser-searchFilterReset svg {
            vertical-align: text-top
        }

        .uppy-ProviderBrowser-userLogout {
            border-radius: 3px;
            color: #1269cf;
            cursor: pointer;
            line-height: inherit;
            padding: 4px
        }

        .uppy-ProviderBrowser-userLogout:hover {
            color: #0e51a0;
            text-decoration: underline
        }

        .uppy-ProviderBrowser-body {
            flex: 1 1 0%;
            position: relative
        }

        .uppy-ProviderBrowser-list {
            background-color: #fff;
            border-spacing: 0px;
            inset: 0px;
            display: block;
            flex: 1 1 0%;
            height: 100%;
            list-style: none;
            margin: 0;
            overflow: hidden auto;
            padding: 0;
            position: absolute;
            width: 100%
        }

        .uppy-ProviderBrowserItem-inner {
            cursor: pointer;
            font-size: 13px;
            font-weight: 500
        }

        .uppy-ProviderBrowser-footer {
            align-items: center;
            background-color: #fff;
            border-top: 1px solid #eaeaea;
            display: flex;
            justify-content: space-between;
            padding: 15px
        }

        .uppy-ProviderBrowser-footer-buttons {
            flex-shrink: 0
        }

        .uppy-ProviderBrowser-footer-error {
            color: #e32437;
            line-height: 18px
        }

        @media (max-width:426px) {
            .uppy-ProviderBrowser-footer {
                align-items: stretch;
                flex-direction: column-reverse
            }

            .uppy-ProviderBrowser-footer-error {
                padding-bottom: 10px
            }
        }

        .picker-dialog-bg {
            z-index: 20000 !important
        }

        .picker-dialog {
            z-index: 20001 !important
        }

        .uppy-Dashboard-Item-previewInnerWrap {
            align-items: center;
            border-radius: 3px;
            box-shadow: rgba(0, 0, 0, .4) 0 0 2px 0;
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            overflow: hidden;
            position: relative;
            width: 100%
        }

        .uppy-size--md .uppy-Dashboard-Item-previewInnerWrap {
            box-shadow: rgba(0, 0, 0, .15) 0 1px 2px
        }

        .uppy-Dashboard-Item-previewInnerWrap::after {
            background-color: rgba(0, 0, 0, .65);
            inset: 0px;
            content: "";
            display: none;
            position: absolute;
            z-index: 1001
        }

        .uppy-Dashboard-Item-previewLink {
            inset: 0px;
            position: absolute;
            z-index: 1002
        }

        .uppy-Dashboard-Item-previewLink:focus {
            box-shadow: #579df0 0 0 0 3px inset
        }

        [data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus {
            box-shadow: #016c8d 0 0 0 3px inset
        }

        .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
            border-radius: 3px;
            height: 100%;
            object-fit: cover;
            transform: translateZ(0);
            width: 100%
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
            height: auto;
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
            padding: 10px;
            width: auto
        }

        .uppy-Dashboard-Item-progress {
            color: #fff;
            left: 50%;
            position: absolute;
            text-align: center;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 120px;
            z-index: 1002
        }

        .uppy-Dashboard-Item-progressIndicator {
            color: #fff;
            display: inline-block;
            height: 38px;
            opacity: .9;
            width: 38px
        }

        .uppy-size--md .uppy-Dashboard-Item-progressIndicator {
            height: 55px;
            width: 55px
        }

        button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,
        button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry {
            fill: rgb(87, 157, 240)
        }

        .uppy-Dashboard-Item-progressIcon--circle {
            height: 100%;
            width: 100%
        }

        .uppy-Dashboard-Item-progressIcon--bg {
            stroke: rgba(255, 255, 255, 0.4)
        }

        .uppy-Dashboard-Item-progressIcon--progress {
            transition: stroke-dashoffset .5s ease-out;
            stroke: rgb(255, 255, 255)
        }

        .uppy-Dashboard-Item-progressIcon--cancel,
        .uppy-Dashboard-Item-progressIcon--check,
        .uppy-Dashboard-Item-progressIcon--play {
            fill: rgb(255, 255, 255);
            transition: .2s
        }

        .uppy-Dashboard-Item-progressIcon--play {
            stroke: rgb(255, 255, 255)
        }

        .uppy-Dashboard-Item-progressIcon--pause {
            transition: .2s;
            fill: rgb(255, 255, 255);
            stroke: rgb(255, 255, 255)
        }

        .uppy-Dashboard-Item-progressIcon--retry {
            fill: rgb(255, 255, 255)
        }

        [dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
            left: -8px
        }

        [dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
            right: -8px;
            left: auto
        }

        [dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
            right: auto
        }

        .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
            top: -9px;
            transform: none;
            width: auto
        }

        .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
            height: 18px;
            width: 18px
        }

        .uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
            height: 28px;
            width: 28px
        }

        .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
            height: 18px;
            opacity: 1;
            width: 18px
        }

        .uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
            height: 22px;
            width: 22px
        }

        [dir=ltr] .uppy-Dashboard-Item-fileInfo {
            padding-right: 5px
        }

        [dir=rtl] .uppy-Dashboard-Item-fileInfo {
            padding-left: 5px
        }

        .uppy-Dashboard-Item-name {
            font-size: 12px;
            font-weight: 500;
            line-height: 1.3;
            margin-bottom: 5px;
            overflow-wrap: anywhere;
            word-break: break-all
        }

        .uppy-Dashboard-Item-author,
        .uppy-Dashboard-Item-status {
            color: #757575;
            font-size: 11px;
            font-weight: 400;
            line-height: 1
        }

        .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name {
            font-size: 14px;
            line-height: 1.4
        }

        .uppy-Dashboard-Item-fileName {
            align-items: baseline;
            display: flex
        }

        .uppy-Dashboard-Item-author,
        .uppy-Dashboard-Item-statusSize {
            display: inline-block;
            margin-bottom: 5px;
            vertical-align: bottom
        }

        .uppy-Dashboard-Item-statusSize {
            text-transform: uppercase
        }

        .uppy-Dashboard-Item-reSelect {
            color: #1269cf;
            font-family: inherit;
            font-size: inherit;
            font-weight: 600
        }

        .uppy-Dashboard-Item-errorMessage {
            background-color: #fdeff1;
            color: #a51523;
            font-size: 11px;
            font-weight: 500;
            line-height: 1.3;
            padding: 5px 6px
        }

        .uppy-Dashboard-Item-errorMessageBtn {
            color: #a51523;
            cursor: pointer;
            font-size: 11px;
            font-weight: 500;
            text-decoration: underline
        }

        .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage,
        .uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
            display: none
        }

        .uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            border-top: 1px solid #f7c2c8;
            bottom: 0;
            display: block;
            left: 0;
            line-height: 1.4;
            padding: 6px 8px;
            position: absolute;
            right: 0
        }

        .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
            border: 1px solid #f7c2c8;
            border-radius: 3px;
            display: inline-block;
            position: static
        }

        .uppy-Dashboard-Item-action {
            color: #939393;
            cursor: pointer
        }

        .uppy-Dashboard-Item-action:hover {
            color: #1f1f1f;
            opacity: 1
        }

        .uppy-Dashboard-Item-action--remove {
            color: #1f1f1f;
            opacity: .95
        }

        .uppy-Dashboard-Item-action--remove:hover {
            color: #000;
            opacity: 1
        }

        [dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove {
            right: -8px
        }

        [dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove {
            left: -8px
        }

        .uppy-size--md .uppy-Dashboard-Item-action--remove {
            height: 18px;
            padding: 0;
            position: absolute;
            top: -8px;
            width: 18px;
            z-index: 1002
        }

        .uppy-size--md .uppy-Dashboard-Item-action--remove:focus {
            border-radius: 50%
        }

        [dir=ltr] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
            right: 8px
        }

        [dir=rtl] .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
            left: 8px
        }

        .uppy-Dashboard--singleFile.uppy-size--height-md .uppy-Dashboard-Item-action--remove {
            position: absolute;
            top: 8px
        }

        [data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove {
            color: #525252
        }

        [data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover {
            color: #333
        }

        .uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-actionWrapper {
            align-items: center;
            display: flex
        }

        .uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action {
            height: 22px;
            margin-left: 3px;
            padding: 3px;
            width: 22px
        }

        .uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile.uppy-size--height-md) .uppy-Dashboard-Item-action:focus,
        .uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,
        .uppy-size--md .uppy-Dashboard-Item-action--edit:focus {
            border-radius: 3px
        }

        .uppy-size--md .uppy-Dashboard-Item-action--copyLink,
        .uppy-size--md .uppy-Dashboard-Item-action--edit {
            height: 16px;
            padding: 0;
            width: 16px
        }

        .uppy-Dashboard-Item {
            align-items: center;
            border-bottom: 1px solid #eaeaea;
            display: flex;
            padding: 10px
        }

        [dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
            padding-right: 0
        }

        [dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
            padding-left: 0
        }

        [data-uppy-theme=dark] .uppy-Dashboard-Item {
            border-bottom: 1px solid #333
        }

        [dir=ltr] .uppy-size--md .uppy-Dashboard-Item {
            float: left
        }

        [dir=rtl] .uppy-size--md .uppy-Dashboard-Item {
            float: right
        }

        .uppy-size--md .uppy-Dashboard-Item {
            border-bottom: 0;
            display: block;
            height: 215px;
            margin: 5px 15px;
            padding: 0;
            position: relative;
            width: calc(33.333% - 30px)
        }

        .uppy-size--lg .uppy-Dashboard-Item {
            height: 190px;
            margin: 5px 15px;
            padding: 0;
            width: calc(25% - 30px)
        }

        .uppy-size--xl .uppy-Dashboard-Item {
            height: 210px;
            padding: 0;
            width: calc(20% - 30px)
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item {
            border-bottom: 0;
            display: flex;
            flex-direction: column;
            height: 100%;
            max-width: 400px;
            padding: 15px;
            position: relative;
            width: 100%
        }

        .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap {
            opacity: .2
        }

        .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview::before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39' viewBox='0 0 35 39'%3E%3Cpath fill='%2523000' d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417s5.125 3.417 8.61 3.417c3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709m8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416m13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416'/%3E%3C/svg%3E");
            background-position: 50% 10px;
            background-repeat: no-repeat;
            background-size: 25px;
            inset: 0px;
            content: "";
            opacity: .5;
            position: absolute;
            z-index: 1005
        }

        .uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview::before {
            background-position: 50% 50%;
            background-size: 40px
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview::before {
            background-position: 50% 50%;
            background-size: 30%
        }

        .uppy-Dashboard-Item-preview {
            flex-grow: 0;
            flex-shrink: 0;
            height: 50px;
            position: relative;
            width: 50px
        }

        .uppy-size--md .uppy-Dashboard-Item-preview {
            height: 140px;
            width: 100%
        }

        .uppy-size--lg .uppy-Dashboard-Item-preview {
            height: 120px
        }

        .uppy-size--xl .uppy-Dashboard-Item-preview {
            height: 140px
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview {
            flex-grow: 1;
            max-height: 75%;
            width: 100%
        }

        .uppy-Dashboard--singleFile.uppy-size--md .uppy-Dashboard-Item-preview {
            max-height: 100%
        }

        [dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
            padding-left: 8px
        }

        [dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
            padding-right: 8px;
            padding-left: 12px
        }

        [dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
            padding-right: 12px
        }

        .uppy-Dashboard-Item-fileInfoAndButtons {
            align-items: center;
            display: flex;
            flex-grow: 1;
            justify-content: space-between
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,
        .uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons {
            align-items: flex-start;
            padding: 9px 0 0
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons {
            flex-grow: 0;
            width: 100%
        }

        .uppy-Dashboard-Item-fileInfo {
            flex-grow: 1;
            flex-shrink: 1
        }

        .uppy-Dashboard-Item-actionWrapper {
            flex-grow: 0;
            flex-shrink: 0
        }

        .uppy-Dashboard-Item-errorDetails {
            appearance: none;
            background-color: #939393;
            border: none;
            border-radius: 50%;
            color: #fff;
            cursor: help;
            flex-shrink: 0;
            font-size: 10px;
            font-weight: 600;
            height: 13px;
            line-height: 12px;
            position: relative;
            text-align: center;
            top: 0;
            width: 13px
        }

        .uppy-Dashboard-FileCard {
            background-color: #fff;
            border-radius: 5px;
            inset: 0px;
            box-shadow: rgba(0, 0, 0, .1) 0 0 10px 4px;
            display: flex;
            flex-direction: column;
            height: 100%;
            position: absolute;
            width: 100%;
            z-index: 1005
        }

        .uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px
        }

        .uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px
        }

        .uppy-Dashboard-FileCard-inner {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            flex-shrink: 1;
            height: 100%;
            min-height: 0
        }

        .uppy-Dashboard-FileCard-preview {
            align-items: center;
            border-bottom: 1px solid #eaeaea;
            display: flex;
            flex-grow: 0;
            flex-shrink: 1;
            height: 60%;
            justify-content: center;
            min-height: 0;
            position: relative
        }

        [data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview {
            background-color: #333;
            border-bottom: 0
        }

        .uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg {
            border-radius: 3px;
            box-shadow: rgba(0, 0, 0, .15) 0 3px 20px;
            flex: 0 0 auto;
            max-height: 90%;
            max-width: 90%;
            object-fit: cover
        }

        .uppy-Dashboard-FileCard-edit {
            background-color: rgba(0, 0, 0, .5);
            border-radius: 50px;
            color: #fff;
            font-size: 13px;
            padding: 7px 15px;
            position: absolute;
            top: 10px
        }

        .uppy-Dashboard-FileCard-edit:hover {
            background-color: rgba(0, 0, 0, .8)
        }

        .uppy-Dashboard-FileCard-info {
            flex-grow: 0;
            flex-shrink: 0;
            height: 40%;
            overflow-y: auto;
            padding: 30px 20px 20px
        }

        .uppy-Dashboard-FileCard-fieldset {
            border: 0;
            font-size: 0px;
            margin: auto auto 12px;
            max-width: 640px;
            padding: 0
        }

        .uppy-Dashboard-FileCard-label {
            color: #525252;
            display: inline-block;
            font-size: 12px;
            vertical-align: middle;
            width: 22%
        }

        .uppy-Dashboard-FileCard-input {
            display: inline-block;
            vertical-align: middle;
            width: 78%
        }

        .uppy-Dashboard-FileCard-actions {
            align-items: center;
            background-color: #fafafa;
            border-top: 1px solid #eaeaea;
            display: flex;
            flex-grow: 0;
            flex-shrink: 0;
            height: 55px;
            padding: 0 15px
        }

        .uppy-size--md .uppy-Dashboard-FileCard-actions {
            height: 65px
        }

        .uppy-transition-slideDownUp-enter {
            opacity: .01;
            transform: translate3d(0, -105%, 0);
            transition: transform .25s ease-in-out, opacity .25s ease-in-out
        }

        .uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
            opacity: 1;
            transform: translateZ(0)
        }

        .uppy-transition-slideDownUp-leave {
            opacity: 1;
            transform: translateZ(0);
            transition: transform .25s ease-in-out, opacity .25s ease-in-out
        }

        .uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
            opacity: .01;
            transform: translate3d(0, -105%, 0)
        }

        @keyframes uppy-Dashboard-fadeIn {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        @keyframes uppy-Dashboard-fadeOut {
            0% {
                opacity: 1
            }

            100% {
                opacity: 0
            }
        }

        @keyframes uppy-Dashboard-slideDownAndFadeIn {
            0% {
                opacity: 0;
                transform: translate3d(-50%, -70%, 0)
            }

            100% {
                opacity: 1;
                transform: translate3d(-50%, -50%, 0)
            }
        }

        @keyframes uppy-Dashboard-slideDownAndFadeIn--small {
            0% {
                opacity: 0;
                transform: translate3d(0, -20%, 0)
            }

            100% {
                opacity: 1;
                transform: translateZ(0)
            }
        }

        @keyframes uppy-Dashboard-slideUpFadeOut {
            0% {
                opacity: 1;
                transform: translate3d(-50%, -50%, 0)
            }

            100% {
                opacity: 0;
                transform: translate3d(-50%, -70%, 0)
            }
        }

        @keyframes uppy-Dashboard-slideUpFadeOut--small {
            0% {
                opacity: 1;
                transform: translateZ(0)
            }

            100% {
                opacity: 0;
                transform: translate3d(0, -20%, 0)
            }
        }

        .uppy-Dashboard--modal {
            z-index: 1001
        }

        .uppy-Dashboard--modal[aria-hidden=true] {
            display: none
        }

        .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
            animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideDownAndFadeIn--small
        }

        @media only screen and (min-width:820px) {
            .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
                animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideDownAndFadeIn
            }
        }

        .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay {
            animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-fadeIn
        }

        .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
            animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideUpFadeOut--small
        }

        @media only screen and (min-width:820px) {
            .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
                animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-slideUpFadeOut
            }

            .uppy-Dashboard-inner {
                height: 500px;
                width: 650px
            }
        }

        .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay {
            animation: .3s cubic-bezier(0, 0, .2, 1) uppy-Dashboard-fadeOut
        }

        .uppy-Dashboard-isFixed {
            height: 100vh;
            overflow: hidden
        }

        .uppy-Dashboard--modal .uppy-Dashboard-overlay {
            background-color: rgba(0, 0, 0, .5);
            inset: 0px;
            position: fixed;
            z-index: 1001
        }

        .uppy-Dashboard-inner {
            background-color: #f4f4f4;
            border: 1px solid #eaeaea;
            border-radius: 5px;
            max-height: 100%;
            max-width: 100%;
            outline: 0;
            position: relative
        }

        .uppy-size--md .uppy-Dashboard-inner {
            min-height: auto
        }

        [data-uppy-theme=dark] .uppy-Dashboard-inner,
        [data-uppy-theme=dark] .uppy-Url {
            background-color: #1f1f1f
        }

        .cropper-disabled .cropper-drag-box,
        .cropper-disabled .cropper-face,
        .cropper-disabled .cropper-line,
        .cropper-disabled .cropper-point,
        .uppy-Dashboard--isDisabled .uppy-Dashboard-inner {
            cursor: not-allowed
        }

        .uppy-Dashboard-innerWrap {
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            height: 100%;
            opacity: 0;
            overflow: hidden;
            position: relative
        }

        .uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
            opacity: 1
        }

        .uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap {
            cursor: not-allowed;
            filter: grayscale(100%);
            opacity: .6;
            user-select: none
        }

        .uppy-Dashboard--isDisabled .uppy-ProviderIconBg {
            fill: rgb(159, 159, 159)
        }

        .uppy-Dashboard--isDisabled [aria-disabled],
        .uppy-Dashboard--isDisabled [disabled] {
            cursor: not-allowed;
            pointer-events: none
        }

        .uppy-Dashboard--modal .uppy-Dashboard-inner {
            z-index: 1002;
            border: none;
            inset: 35px 15px 15px;
            position: fixed
        }

        [dir=ltr] .uppy-Dashboard-close {
            right: -2px
        }

        [dir=rtl] .uppy-Dashboard-close {
            left: -2px
        }

        .uppy-Dashboard-close {
            color: rgba(255, 255, 255, .9);
            cursor: pointer;
            display: block;
            font-size: 27px;
            position: absolute;
            top: -33px;
            z-index: 1005
        }

        .uppy-Dashboard-close:focus {
            outline: 0;
            color: #6eabf2
        }

        @media only screen and (min-width:820px) {
            .uppy-Dashboard--modal .uppy-Dashboard-inner {
                box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 4px;
                left: 50%;
                right: auto;
                top: 50%;
                transform: translate(-50%, -50%)
            }

            [dir=ltr] .uppy-Dashboard-close {
                right: -35px
            }

            [dir=rtl] .uppy-Dashboard-close {
                left: -35px
            }

            .uppy-Dashboard-close {
                font-size: 35px;
                top: -10px
            }
        }

        .uppy-Dashboard-serviceMsg {
            background-color: #fffbf7;
            border-bottom: 1px solid #edd4b9;
            border-top: 1px solid #edd4b9;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.3;
            padding: 12px 0;
            position: relative;
            top: -1px;
            z-index: 1004
        }

        .uppy-size--md .uppy-Dashboard-serviceMsg {
            font-size: 14px;
            line-height: 1.4
        }

        [data-uppy-theme=dark] .uppy-Dashboard-serviceMsg {
            background-color: #1f1f1f;
            border-bottom: 1px solid #333;
            border-top: 1px solid #333;
            color: #eaeaea
        }

        .uppy-Dashboard-serviceMsg-title {
            display: block;
            line-height: 1;
            margin-bottom: 4px;
            padding-left: 42px
        }

        .uppy-Dashboard-serviceMsg-text {
            padding: 0 15px
        }

        .uppy-Dashboard-serviceMsg-actionBtn {
            color: #1269cf;
            font-size: inherit;
            font-weight: inherit;
            vertical-align: initial
        }

        [data-uppy-theme=dark] .uppy-Dashboard-browse,
        [data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn {
            color: rgba(2, 186, 242, .9)
        }

        .uppy-Dashboard-serviceMsg-icon {
            left: 15px;
            position: absolute;
            top: 10px
        }

        .uppy-Dashboard-AddFiles {
            align-items: center;
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            position: relative;
            text-align: center
        }

        [data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
            border: 1px dashed #dfdfdf;
            border-radius: 3px;
            height: calc(100% - 14px);
            margin: 7px
        }

        .uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles {
            border: none;
            height: calc(100% - 54px)
        }

        .uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
            border-color: #cfcfcf
        }

        [data-uppy-theme=dark] .uppy-Dashboard-AddFiles {
            border-color: #757575
        }

        .uppy-Dashboard-AddFiles-info {
            display: none;
            margin-top: auto;
            padding-bottom: 15px;
            padding-top: 15px
        }

        .uppy-size--height-md .uppy-Dashboard-AddFiles-info {
            display: block
        }

        .uppy-size--md .uppy-Dashboard-AddFiles-info {
            bottom: 25px;
            left: 0;
            padding-bottom: 0;
            padding-top: 30px;
            position: absolute;
            right: 0
        }

        [data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info {
            margin-top: 0
        }

        .uppy-Dashboard-browse {
            color: #1269cf;
            cursor: pointer
        }

        .uppy-Dashboard-browse:focus,
        .uppy-DashboardTab-btn:focus,
        .uppy-ImageCropper-range:focus {
            outline: 0
        }

        .uppy-Dashboard-browse:focus,
        .uppy-Dashboard-browse:hover {
            border-bottom: 1px solid #1269cf
        }

        [data-uppy-theme=dark] .uppy-Dashboard-browse:focus,
        [data-uppy-theme=dark] .uppy-Dashboard-browse:hover {
            border-bottom: 1px solid #02baf2
        }

        .uppy-Dashboard-browseBtn {
            display: block;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5px;
            margin-top: 8px;
            width: 100%
        }

        .uppy-size--md .uppy-Dashboard-browseBtn {
            font-size: 15px;
            margin: 15px auto;
            padding: 13px 44px;
            width: auto
        }

        .uppy-Dashboard-AddFiles-list {
            display: flex;
            flex: 1 1 0%;
            flex-direction: column;
            margin-top: 2px;
            overflow-y: auto;
            padding: 2px 0;
            width: 100%
        }

        .uppy-size--md .uppy-Dashboard-AddFiles-list {
            flex: 0 0 auto;
            flex-flow: wrap;
            justify-content: center;
            margin-top: 15px;
            max-width: 600px;
            overflow-y: visible;
            padding-top: 0
        }

        .uppy-DashboardTab {
            border-bottom: 1px solid #eaeaea;
            text-align: center;
            width: 100%
        }

        [data-uppy-theme=dark] .uppy-DashboardTab {
            border-bottom: 1px solid #333
        }

        .uppy-size--md .uppy-DashboardTab {
            border-bottom: none;
            display: inline-block;
            margin-bottom: 10px;
            width: auto
        }

        .uppy-DashboardTab-btn {
            align-items: center;
            appearance: none;
            background-color: initial;
            color: #525252;
            cursor: pointer;
            flex-direction: row;
            height: 100%;
            justify-content: left;
            padding: 12px 15px;
            width: 100%
        }

        [dir=ltr] .uppy-size--md .uppy-DashboardTab-btn {
            margin-right: 1px
        }

        [dir=rtl] .uppy-size--md .uppy-DashboardTab-btn {
            margin-left: 1px
        }

        .uppy-size--md .uppy-DashboardTab-btn {
            border-radius: 5px;
            flex-direction: column;
            padding: 10px 3px;
            width: 86px
        }

        [data-uppy-theme=dark] .uppy-Audio-title,
        [data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title,
        [data-uppy-theme=dark] .uppy-DashboardContent-title,
        [data-uppy-theme=dark] .uppy-DashboardTab-btn,
        [data-uppy-theme=dark] .uppy-DashboardTab-iconBox,
        [data-uppy-theme=dark] .uppy-DashboardTab-iconDropbox,
        [data-uppy-theme=dark] .uppy-DashboardTab-iconScreenRec,
        [data-uppy-theme=dark] .uppy-DashboardTab-iconUnsplash,
        [data-uppy-theme=dark] .uppy-DashboardTab-iconWebdav,
        [data-uppy-theme=dark] .uppy-Webcam-title {
            color: #eaeaea
        }

        .uppy-DashboardTab-btn:hover {
            background-color: #e9ecef
        }

        [data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus,
        [data-uppy-theme=dark] .uppy-DashboardContent-back:focus,
        [data-uppy-theme=dark] .uppy-DashboardContent-save:focus,
        [data-uppy-theme=dark] .uppy-DashboardTab-btn:hover {
            background-color: #333
        }

        .uppy-DashboardTab-btn:active,
        .uppy-DashboardTab-btn:focus {
            background-color: #dfe6f1
        }

        [data-uppy-theme=dark] .uppy-DashboardTab-btn:active,
        [data-uppy-theme=dark] .uppy-DashboardTab-btn:focus {
            background-color: #525252
        }

        .uppy-DashboardTab-btn svg {
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
            overflow: hidden;
            transition: transform .15s ease-in-out;
            vertical-align: text-top
        }

        [dir=ltr] .uppy-DashboardTab-inner {
            margin-right: 10px
        }

        [dir=rtl] .uppy-DashboardTab-inner {
            margin-left: 10px
        }

        .uppy-DashboardTab-inner {
            align-items: center;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: rgba(0, 0, 0, .1) 0 1px 1px 0, rgba(0, 0, 0, .1) 0 1px 2px 0, rgba(0, 0, 0, .02) 0 2px 3px 0;
            display: flex;
            height: 32px;
            justify-content: center;
            width: 32px
        }

        [dir=ltr] .uppy-size--md .uppy-DashboardTab-inner {
            margin-right: 0
        }

        [dir=rtl] .uppy-size--md .uppy-DashboardTab-inner {
            margin-left: 0
        }

        [data-uppy-theme=dark] .uppy-DashboardTab-inner {
            background-color: #323232;
            box-shadow: rgba(0, 0, 0, .2) 0 1px 1px 0, rgba(0, 0, 0, .2) 0 1px 2px 0, rgba(0, 0, 0, .08) 0 2px 3px 0
        }

        .uppy-DashboardTab-name {
            font-size: 14px;
            font-weight: 400
        }

        .uppy-size--md .uppy-DashboardTab-name {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 0;
            margin-top: 8px
        }

        .uppy-DashboardTab-iconMyDevice {
            color: #1269cf
        }

        [data-uppy-theme=dark] .uppy-DashboardContent-addMore,
        [data-uppy-theme=dark] .uppy-DashboardContent-back,
        [data-uppy-theme=dark] .uppy-DashboardContent-save,
        [data-uppy-theme=dark] .uppy-DashboardTab-iconMyDevice {
            color: #02baf2
        }

        .uppy-DashboardTab-iconBox {
            color: #0061d5
        }

        .uppy-DashboardTab-iconDropbox {
            color: #0061fe
        }

        .uppy-DashboardTab-iconUnsplash,
        .uppy-DashboardTab-iconWebdav {
            color: #111
        }

        .uppy-DashboardTab-iconScreenRec {
            color: #2c3e50
        }

        .uppy-DashboardTab-iconAudio {
            color: #8030a3
        }

        [data-uppy-theme=dark] .uppy-DashboardTab-iconAudio {
            color: #bf6ee3
        }

        .uppy-Dashboard-input {
            height: .1px;
            opacity: 0;
            overflow: hidden;
            position: absolute;
            width: .1px;
            z-index: -1
        }

        .uppy-DashboardContent-bar {
            align-items: center;
            background-color: #fafafa;
            border-bottom: 1px solid #eaeaea;
            display: flex;
            flex-shrink: 0;
            height: 40px;
            justify-content: space-between;
            padding: 0 10px;
            position: relative;
            width: 100%;
            z-index: 1004
        }

        .uppy-size--md .uppy-DashboardContent-bar {
            height: 50px;
            padding: 0 15px
        }

        [data-uppy-theme=dark] .uppy-DashboardContent-bar {
            background-color: #1f1f1f;
            border-bottom: 1px solid #333
        }

        .uppy-DashboardContent-title {
            font-size: 12px;
            font-weight: 500;
            left: 0;
            line-height: 40px;
            margin: auto;
            max-width: 170px;
            overflow-x: hidden;
            position: absolute;
            right: 0;
            text-align: center;
            text-overflow: ellipsis;
            top: 0;
            white-space: nowrap;
            width: 100%
        }

        .uppy-DashboardContent-addMore,
        .uppy-DashboardContent-back,
        .uppy-DashboardContent-save {
            background: 0 0;
            color: #1269cf;
            font-family: inherit;
            line-height: 1;
            cursor: pointer;
            appearance: none
        }

        .uppy-size--md .uppy-DashboardContent-title {
            font-size: 14px;
            line-height: 50px;
            max-width: 300px
        }

        [dir=ltr] .uppy-DashboardContent-back,
        [dir=ltr] .uppy-DashboardContent-save {
            margin-left: -6px
        }

        [dir=rtl] .uppy-DashboardContent-back,
        [dir=rtl] .uppy-DashboardContent-save {
            margin-right: -6px
        }

        .uppy-DashboardContent-back,
        .uppy-DashboardContent-save {
            border: 0;
            border-radius: 3px;
            font-size: 12px;
            font-weight: 400;
            margin: 0;
            padding: 7px 6px
        }

        .uppy-DashboardContent-addMore:focus,
        .uppy-DashboardContent-back:focus,
        .uppy-DashboardContent-save:focus {
            outline: 0;
            background-color: #dfe6f1
        }

        .uppy-DashboardContent-addMore:hover,
        .uppy-DashboardContent-back:hover,
        .uppy-DashboardContent-save:hover {
            color: #0e51a0
        }

        .uppy-size--md .uppy-DashboardContent-back,
        .uppy-size--md .uppy-DashboardContent-save {
            font-size: 14px
        }

        [dir=ltr] .uppy-DashboardContent-addMore {
            margin-right: -5px
        }

        [dir=rtl] .uppy-DashboardContent-addMore {
            margin-left: -5px
        }

        .uppy-DashboardContent-addMore {
            border: 0;
            border-radius: 3px;
            font-size: inherit;
            font-weight: 500;
            height: 29px;
            margin: 0;
            padding: 7px 8px;
            width: 29px
        }

        [dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore {
            margin-right: -8px
        }

        [dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore {
            margin-left: -8px
        }

        .uppy-size--md .uppy-DashboardContent-addMore {
            font-size: 14px;
            height: auto;
            width: auto
        }

        .uppy-DashboardContent-addMore svg {
            vertical-align: initial
        }

        .uppy-size--md .uppy-DashboardContent-addMore svg {
            height: 11px;
            width: 11px
        }

        .uppy-DashboardContent-addMoreCaption {
            display: none
        }

        .uppy-size--md .uppy-DashboardContent-addMoreCaption {
            display: inline
        }

        .uppy-DashboardContent-panel {
            background-color: #f5f5f5;
            flex: 1 1 0%
        }

        .uppy-Dashboard-AddFilesPanel,
        .uppy-DashboardContent-panel {
            border-radius: 5px;
            inset: 0px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            position: absolute;
            z-index: 1005
        }

        .uppy-Dashboard-AddFilesPanel {
            background: linear-gradient(0deg, #fafafa 35%, rgba(250, 250, 250, .85));
            box-shadow: rgba(0, 0, 0, .15) 0 0 10px 5px
        }

        [data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel {
            background-color: #333;
            background-image: linear-gradient(0deg, #1f1f1f 35%, rgba(31, 31, 31, .85))
        }

        .uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
            filter: blur(2px)
        }

        .uppy-Dashboard-progress {
            bottom: 0;
            height: 12%;
            left: 0;
            position: absolute;
            width: 100%
        }

        .uppy-Dashboard-progressBarContainer.is-active {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1004
        }

        .uppy-Dashboard-filesContainer {
            flex: 1 1 0%;
            margin: 0;
            overflow-y: hidden;
            position: relative
        }

        .uppy-Dashboard-filesContainer::after {
            clear: both;
            content: "";
            display: table
        }

        .uppy-Dashboard-files {
            flex: 1 1 0%;
            margin: 0;
            overflow-y: auto;
            padding: 0 0 10px
        }

        .uppy-size--md .uppy-Dashboard-files {
            padding-top: 10px
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-filesInner {
            align-items: center;
            display: flex;
            height: 100%;
            justify-content: center
        }

        .uppy-Dashboard-dropFilesHereHint {
            align-items: center;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%231269CF' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
            background-position: 50% 50%;
            background-repeat: no-repeat;
            border: 1px dashed #1269cf;
            border-radius: 3px;
            inset: 7px;
            color: #757575;
            display: flex;
            font-size: 16px;
            justify-content: center;
            padding-top: 90px;
            position: absolute;
            text-align: center;
            visibility: hidden;
            z-index: 2000
        }

        [data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath fill='%2302BAF2' d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
            border-color: #02baf2;
            color: #bbb
        }

        .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
            pointer-events: none;
            visibility: visible
        }

        .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,
        .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,
        .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,
        .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
            opacity: .15
        }

        .uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles {
            opacity: .03
        }

        .uppy-Dashboard-AddFiles-title {
            color: #000;
            font-size: 17px;
            font-weight: 500;
            line-height: 1.35;
            margin-bottom: 5px;
            margin-top: 15px;
            padding: 0 15px;
            width: 100%
        }

        .uppy-size--md .uppy-Dashboard-AddFiles-title {
            font-size: 21px;
            font-weight: 400;
            margin-top: 5px;
            max-width: 480px;
            padding: 0 35px;
            text-align: center
        }

        [data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
            text-align: center
        }

        .uppy-Dashboard-AddFiles-title button {
            font-weight: 500
        }

        .uppy-size--md .uppy-Dashboard-AddFiles-title button {
            font-weight: 400
        }

        .uppy-Dashboard-note {
            color: #757575;
            font-size: 14px;
            line-height: 1.25;
            margin: auto;
            max-width: 350px;
            padding: 0 15px;
            text-align: center
        }

        .uppy-size--md .uppy-Dashboard-note {
            line-height: 1.35;
            max-width: 600px
        }

        [data-uppy-theme=dark] .uppy-Dashboard-note {
            color: #cfcfcf
        }

        a.uppy-Dashboard-poweredBy {
            color: #939393;
            display: inline-block;
            font-size: 11px;
            margin-top: 8px;
            text-align: center;
            text-decoration: none
        }

        .uppy-Dashboard-poweredByIcon {
            margin-left: 1px;
            margin-right: 1px;
            opacity: .9;
            position: relative;
            top: 1px;
            vertical-align: text-top;
            fill: none;
            stroke: rgb(147, 147, 147)
        }

        .uppy-Dashboard-Item-previewIcon {
            height: 25px;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 25px;
            z-index: 100
        }

        .uppy-size--md .uppy-Dashboard-Item-previewIcon {
            height: 38px;
            width: 38px
        }

        .uppy-Dashboard-Item-previewIcon svg {
            height: 100%;
            width: 100%
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon {
            height: 100%;
            max-height: 60%;
            max-width: 60%;
            width: 100%
        }

        .uppy-Dashboard-Item-previewIconWrap {
            height: 76px;
            max-height: 75%;
            position: relative
        }

        .uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap {
            height: 100%;
            width: 100%
        }

        .uppy-Dashboard-Item-previewIconBg {
            filter: drop-shadow(rgba(0, 0, 0, .1) 0px 1px 1px);
            height: 100%;
            width: 100%
        }

        .uppy-Dashboard-upload {
            height: 50px;
            position: relative;
            width: 50px
        }

        .uppy-size--md .uppy-Dashboard-upload {
            height: 60px;
            width: 60px
        }

        .uppy-Dashboard-upload .uppy-c-icon {
            position: relative;
            top: 1px;
            width: 50%
        }

        [dir=ltr] .uppy-Dashboard-uploadCount {
            right: -12px
        }

        [dir=rtl] .uppy-Dashboard-uploadCount {
            left: -12px
        }

        .uppy-Dashboard-uploadCount {
            background-color: #1bb240;
            border-radius: 50%;
            color: #fff;
            font-size: 8px;
            height: 16px;
            line-height: 16px;
            position: absolute;
            top: -12px;
            width: 16px
        }

        .uppy-size--md .uppy-Dashboard-uploadCount {
            font-size: 9px;
            height: 18px;
            line-height: 18px;
            width: 18px
        }

        .uppy-DragDrop-container {
            align-items: center;
            background-color: #fff;
            border-radius: 7px;
            cursor: pointer;
            display: flex;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Symbol", "Segoe UI Emoji", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
            justify-content: center;
            max-width: 100%
        }

        .uppy-DragDrop-inner {
            line-height: 1.4;
            margin: 0;
            padding: 80px 20px;
            text-align: center
        }

        .uppy-DragDrop-arrow {
            height: 60px;
            margin-bottom: 17px;
            width: 60px;
            fill: rgb(224, 224, 224)
        }

        .uppy-DragDrop--isDragDropSupported {
            border: 2px dashed #adadad
        }

        .uppy-DragDrop--isDraggingOver {
            background: #eaeaea;
            border: 2px dashed #1269cf
        }

        .uppy-DragDrop--isDraggingOver .uppy-DragDrop-arrow {
            fill: rgb(147, 147, 147)
        }

        .uppy-DragDrop-label {
            display: block;
            font-size: 1.15em;
            margin-bottom: 5px
        }

        .uppy-DragDrop-browse {
            color: #1269cf;
            cursor: pointer
        }

        .uppy-DragDrop-note {
            color: #adadad;
            font-size: 1em
        }

        .uppy-FileInput-btn {
            appearance: none;
            background: 0 0;
            border: 1px solid #0a3971;
            border-radius: 8px;
            color: #0a3971;
            cursor: pointer;
            font-family: sans-serif;
            font-size: .85em;
            line-height: 1;
            margin: 0;
            padding: 10px 15px
        }

        .uppy-FileInput-btn:hover {
            background-color: #0a3971;
            color: #fff
        }

        .uppy-ProgressBar {
            height: 3px;
            left: 0;
            position: absolute;
            top: 0;
            transition: height .2s;
            width: 100%;
            z-index: 10000
        }

        .uppy-ProgressBar-inner {
            background-color: #1269cf;
            box-shadow: rgba(18, 105, 207, .7) 0 0 10px;
            height: 100%;
            transition: width .4s;
            width: 0
        }

        .uppy-ProgressBar-percentage {
            color: #fff;
            display: none;
            left: 50%;
            position: absolute;
            text-align: center;
            top: 50%;
            transform: translate(-50%, -50%)
        }

        .uppy-ScreenCapture-container,
        .uppy-Webcam-container {
            align-items: center;
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            width: 100%
        }

        .uppy-ScreenCapture-mediaContainer,
        .uppy-Webcam-videoContainer {
            background-color: #333;
            flex: 1 1 0%;
            overflow: hidden;
            position: relative;
            text-align: center;
            width: 100%
        }

        .uppy-Webcam-video {
            inset: 0px;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute
        }

        .uppy-Webcam-video--mirrored {
            transform: scaleX(-1)
        }

        .uppy-Webcam-footer {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            min-height: 75px;
            padding: 20px;
            width: 100%
        }

        .uppy-Audio-audioSourceContainer,
        .uppy-Webcam-videoSourceContainer {
            flex-grow: 0;
            width: 100%
        }

        .uppy-size--lg .uppy-Audio-audioSourceContainer,
        .uppy-size--lg .uppy-Webcam-videoSourceContainer {
            margin: 0;
            width: 33%
        }

        .uppy-Audio-audioSource-select,
        .uppy-Webcam-videoSource-select {
            background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
            background-position: right .4em top 50%, 0 0;
            background-repeat: no-repeat;
            background-size: .65em, 100%;
            border: 1px solid #757575;
            display: block;
            font-size: 16px;
            line-height: 1.2;
            margin: auto auto 10px;
            max-width: 90%;
            padding: .4em 1em .3em .4em;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%
        }

        .uppy-size--lg .uppy-Audio-audioSource-select,
        .uppy-size--lg .uppy-Webcam-videoSource-select {
            font-size: 14px;
            margin-bottom: 0
        }

        .uppy-Webcam-buttonContainer {
            margin-left: 25%;
            text-align: center;
            width: 50%
        }

        .uppy-size--lg .uppy-Audio-buttonContainer,
        .uppy-size--lg .uppy-Webcam-buttonContainer {
            margin-left: 0;
            width: 34%
        }

        .uppy-Audio-recordingLength,
        .uppy-Webcam-recordingLength {
            color: #757575;
            flex-grow: 0;
            font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            text-align: right;
            width: 25%
        }

        .uppy-size--lg .uppy-Audio-recordingLength,
        .uppy-size--lg .uppy-Webcam-recordingLength {
            width: 33%
        }

        .uppy-size--md .uppy-Audio-button,
        .uppy-size--md .uppy-ScreenCapture-button,
        .uppy-size--md .uppy-Webcam-button {
            height: 60px;
            width: 60px
        }

        .uppy-Webcam-button {
            background-color: #e32437;
            border-radius: 50%;
            color: #fff;
            cursor: pointer;
            height: 45px;
            transition: .3s;
            width: 45px
        }

        .uppy-Audio-button:hover,
        .uppy-ScreenCapture-button:hover,
        .uppy-Webcam-button:hover {
            background-color: #d31b2d
        }

        .uppy-Audio-button--submit:hover,
        .uppy-ScreenCapture-button--submit:hover,
        .uppy-Webcam-button--submit:hover {
            background-color: #105db8
        }

        .uppy-Webcam-button--submit {
            background-color: #1269cf;
            margin: 0 12px
        }

        .uppy-ScreenCapture-button svg,
        .uppy-Webcam-button svg {
            display: inline-block;
            height: 30px;
            max-height: 100%;
            max-width: 100%;
            overflow: hidden;
            vertical-align: text-top;
            width: 30px;
            fill: currentcolor
        }

        .uppy-Webcam-button--picture {
            margin-right: 12px
        }

        .uppy-Audio-permissons,
        .uppy-Webcam-permissons {
            align-items: center;
            display: flex;
            flex: 1 1 0%;
            flex-flow: column wrap;
            height: 100%;
            justify-content: center;
            padding: 15px
        }

        .uppy-Audio-permissons p,
        .uppy-Webcam-permissons p {
            color: #939393;
            line-height: 1.45;
            margin: 0;
            max-width: 450px;
            text-align: center
        }

        .uppy-Audio-permissonsIcon svg,
        .uppy-Webcam-permissonsIcon svg {
            color: #bbb;
            height: 75px;
            margin-bottom: 30px;
            width: 100px
        }

        .uppy-Audio-title,
        .uppy-ScreenCapture-title,
        .uppy-Webcam-title {
            color: #333;
            font-size: 22px;
            font-weight: 400;
            line-height: 1.35;
            margin: 0 0 5px;
            max-width: 500px;
            padding: 0 15px;
            text-align: center
        }

        .uppy-Audio-container {
            flex-direction: column
        }

        .uppy-Audio-audioContainer,
        .uppy-Audio-container {
            align-items: center;
            display: flex;
            height: 100%;
            justify-content: center;
            width: 100%
        }

        .uppy-Audio-audioContainer {
            background-color: #cfcfcf;
            position: relative
        }

        .uppy-Audio-player {
            border-radius: 12px;
            width: 85%
        }

        .uppy-Audio-button,
        .uppy-ScreenCapture-button {
            border-radius: 50%;
            cursor: pointer;
            transition: .3s;
            color: #fff
        }

        .uppy-Audio-canvas {
            inset: 0px;
            height: 100%;
            position: absolute;
            width: 100%
        }

        .uppy-Audio-footer {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px;
            width: 100%
        }

        .uppy-Audio-buttonContainer {
            flex: 1 1 0%;
            margin-left: 25%;
            text-align: center;
            width: 50%
        }

        .uppy-Audio-button {
            background-color: #e32437;
            height: 45px;
            width: 45px
        }

        .uppy-Audio-button--submit {
            background-color: #1269cf;
            margin: 0 12px
        }

        .uppy-Audio-button svg {
            display: inline-block;
            height: 26px;
            max-height: 100%;
            max-width: 100%;
            overflow: hidden;
            vertical-align: text-top;
            width: 26px;
            fill: currentcolor
        }

        .uppy-size--md .uppy-ScreenCapture-mediaContainer {
            max-width: 100%
        }

        .uppy-ScreenCapture-media {
            inset: 0px;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            outline: 0;
            position: absolute
        }

        .uppy-ScreenCapture-buttonContainer {
            align-items: center;
            background-color: #fff;
            border-top: 1px solid #eaeaea;
            display: flex;
            height: 75px;
            justify-content: center;
            padding: 0 20px;
            width: 100%
        }

        .uppy-ScreenCapture-button {
            height: 45px;
            width: 45px
        }

        .uppy-ScreenCapture-button--submit {
            background-color: #1269cf
        }

        .uppy-ScreenCapture-button--submit:disabled {
            background-color: #939393;
            cursor: default
        }

        .uppy-ScreenCapture-button--discard:hover,
        .uppy-ScreenCapture-button--video:hover {
            background-color: #bc1828
        }

        .uppy-ScreenCapture-button--submit:disabled:hover {
            background-color: #eaeaea
        }

        .uppy-ScreenCapture-button--discard {
            background-color: #e32437;
            margin-left: 8px
        }

        .uppy-ScreenCapture-button--discard svg {
            fill: rgb(255, 255, 255)
        }

        .uppy-ScreenCapture-icon--stream {
            margin: 1rem;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1
        }

        .uppy-ScreenCapture-icon--stream svg {
            fill: rgb(147, 147, 147)
        }

        .uppy-ScreenCapture-icon--streamActive svg {
            animation: 1s cubic-bezier(.47, 0, .75, .72) infinite uppy-ScreenCapture-icon--blink
        }

        @keyframes uppy-ScreenCapture-icon--blink {

            0%,
            100% {
                fill: rgb(18, 105, 207)
            }

            50% {
                fill: rgb(147, 147, 147)
            }
        }

        .uppy-ScreenCapture-button--video {
            background: #e32437;
            color: #fff
        }

        .uppy-ScreenCapture-button--screenshot {
            background-color: #939393;
            color: #fff;
            margin-right: 8px;
            outline: 0
        }

        [data-uppy-theme=dark] .uppy-ScreenCapture-button--screenshot {
            background-color: #525252
        }

        .uppy-ScreenCapture-button--screenshot svg {
            display: inline-block;
            height: 32px;
            max-height: 100%;
            max-width: 100%;
            overflow: hidden;
            vertical-align: text-top;
            width: 32px;
            fill: currentcolor
        }

        .uppy-ScreenCapture-button--screenshot:hover {
            background-color: #7a7a7a
        }

        .uppy-ScreenCapture-button--screenshot:focus {
            box-shadow: none;
            outline: 0
        }

        .uppy-ImageCropper-range {
            appearance: none;
            background: rgba(0, 0, 0, 0);
            margin: 8px 0;
            width: 100%
        }

        .uppy-ImageCropper-range:focus::-webkit-slider-runnable-track {
            background: rgba(255, 255, 255, .2)
        }

        .uppy-ImageCropper-range::-webkit-slider-runnable-track {
            background: rgba(255, 255, 255, .2);
            border: 0 solid transparent;
            border-radius: 5px;
            box-shadow: transparent 0 0 0, rgba(13, 13, 13, 0) 0 0 0;
            cursor: default;
            height: 4px;
            transition: .2s;
            width: 100%
        }

        .uppy-ImageCropper-range::-webkit-slider-thumb {
            appearance: none;
            background: #fff;
            border: 0 solid transparent;
            border-radius: 9px;
            box-shadow: rgba(0, 0, 0, .2) 0 0 4px, rgba(13, 13, 13, .2) 0 0 0;
            box-sizing: border-box;
            cursor: default;
            height: 16px;
            margin-top: -6px;
            width: 16px
        }

        .cropper-container {
            direction: ltr;
            font-size: 0px;
            line-height: 0;
            position: relative;
            touch-action: none;
            user-select: none
        }

        .cropper-container img {
            display: block;
            height: 100%;
            width: 100%;
            max-height: none !important;
            max-width: none !important;
            min-height: 0 !important;
            min-width: 0 !important
        }

        .cropper-canvas,
        .cropper-crop-box,
        .cropper-drag-box,
        .cropper-modal,
        .cropper-wrap-box {
            inset: 0px;
            position: absolute
        }

        .cropper-drag-box {
            background-color: #fff;
            opacity: 0
        }

        .cropper-modal {
            background-color: #000;
            opacity: .5
        }

        .cropper-view-box {
            display: block;
            height: 100%;
            outline: rgba(51, 153, 255, .75) solid 1px;
            overflow: hidden;
            width: 100%
        }

        .cropper-dashed {
            border: 0 dashed #eee;
            display: block;
            opacity: .5;
            position: absolute
        }

        .cropper-dashed.dashed-h {
            border-bottom-width: 1px;
            border-top-width: 1px;
            height: 33.3333%;
            left: 0;
            top: 33.3333%;
            width: 100%
        }

        .cropper-dashed.dashed-v {
            border-left-width: 1px;
            border-right-width: 1px;
            height: 100%;
            left: 33.3333%;
            top: 0;
            width: 33.3333%
        }

        .cropper-center {
            display: block;
            height: 0;
            left: 50%;
            opacity: .75;
            position: absolute;
            top: 50%;
            width: 0
        }

        .cropper-center::after,
        .cropper-center::before {
            background-color: #eee;
            content: " ";
            display: block;
            position: absolute
        }

        .cropper-center::before {
            height: 1px;
            left: -3px;
            top: 0;
            width: 7px
        }

        .cropper-center::after {
            height: 7px;
            left: 0;
            top: -3px;
            width: 1px
        }

        .cropper-face,
        .cropper-line,
        .cropper-point {
            display: block;
            height: 100%;
            opacity: .1;
            position: absolute;
            width: 100%
        }

        .cropper-face {
            background-color: #fff;
            left: 0;
            top: 0
        }

        .cropper-line,
        .cropper-point {
            background-color: #39f
        }

        .cropper-line.line-e {
            cursor: ew-resize;
            right: -3px;
            top: 0;
            width: 5px
        }

        .cropper-line.line-n {
            cursor: ns-resize;
            height: 5px;
            left: 0;
            top: -3px
        }

        .cropper-line.line-w {
            cursor: ew-resize;
            left: -3px;
            top: 0;
            width: 5px
        }

        .cropper-line.line-s {
            bottom: -3px;
            cursor: ns-resize;
            height: 5px;
            left: 0
        }

        .cropper-point {
            height: 5px;
            opacity: .75;
            width: 5px
        }

        .cropper-point.point-e {
            cursor: ew-resize;
            margin-top: -3px;
            right: -3px;
            top: 50%
        }

        .cropper-point.point-n {
            cursor: ns-resize;
            left: 50%;
            margin-left: -3px;
            top: -3px
        }

        .cropper-point.point-w {
            cursor: ew-resize;
            left: -3px;
            margin-top: -3px;
            top: 50%
        }

        .cropper-point.point-s {
            bottom: -3px;
            cursor: s-resize;
            left: 50%;
            margin-left: -3px
        }

        .cropper-point.point-ne {
            cursor: nesw-resize;
            right: -3px;
            top: -3px
        }

        .cropper-point.point-nw {
            cursor: nwse-resize;
            left: -3px;
            top: -3px
        }

        .cropper-point.point-sw {
            bottom: -3px;
            cursor: nesw-resize;
            left: -3px
        }

        .cropper-point.point-se {
            bottom: -3px;
            cursor: nwse-resize;
            height: 20px;
            opacity: 1;
            right: -3px;
            width: 20px
        }

        @media (min-width:768px) {
            .cropper-point.point-se {
                height: 15px;
                width: 15px
            }
        }

        @media (min-width:992px) {
            .windowresize-btn {
                position: fixed;
                right: 17px;
                top: 10px;
                z-index: 15;
                font-size: 27px;
                color: #e6cca1;
                text-align: center;
                line-height: 1;
                padding: 5px
            }

            .windowresize-btn:hover {
                background-color: rgba(213, 215, 216, .64);
                color: #9a9a9e !important
            }

            .windowresize-btn .fa-window-minimize {
                vertical-align: text-top;
                padding-top: 2px
            }

            .toggle-footercontent,
            .toggle-navbar-collapse,
            .toggleHeader-top {
                max-height: 0;
                padding: 0;
                overflow: hidden;
                transform: scale3d(1, 0, 0);
                transition: transform .3s, max-height .3s, padding .3s
            }

            .toggle-maincontent1 {
                transform: translateX(0);
                width: calc(100% - 114px);
                padding: 0 15px;
                max-width: 100% !important
            }

            ::-webkit-scrollbar {
                width: 15px;
                appearance: none
            }

            ::-webkit-scrollbar:horizontal {
                height: 9px
            }

            ::-webkit-scrollbar-thumb {
                background-color: rgba(0, 0, 0, 0);
                border-radius: 10px;
                border: 2px solid rgba(68, 93, 119, .15);
                height: 40px
            }

            ::-webkit-scrollbar-track {
                border-radius: 10px;
                background-color: #fff;
                border: 1px solid #eee;
                margin: 5px 0
            }

            .datepicker,
            .datepicker .table-condensed {
                width: 100%;
                max-width: 300px;
                max-height: 300px
            }

            .h-lg {
                height: 600px
            }

            .cropper-point.point-se {
                height: 10px;
                width: 10px
            }
        }

        @media (min-width:1200px) {
            .cropper-point.point-se {
                height: 5px;
                opacity: .75;
                width: 5px
            }
        }

        .cropper-point.point-se::before {
            background-color: #39f;
            bottom: -50%;
            content: " ";
            display: block;
            height: 200%;
            opacity: 0;
            position: absolute;
            right: -50%;
            width: 200%
        }

        .cropper-bg {
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
        }

        .cropper-hide {
            display: block;
            height: 0;
            position: absolute;
            width: 0
        }

        .cropper-move {
            cursor: move
        }

        .cropper-crop {
            cursor: crosshair
        }

        .uppy-ImageCropper {
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 100%
        }

        .uppy-ImageCropper-container {
            flex-grow: 1
        }

        .uppy-ImageCropper-image {
            display: block;
            max-height: 400px;
            max-width: 100%
        }

        .uppy-ImageCropper-controls {
            align-items: center;
            background-color: rgba(0, 0, 0, .6);
            border-radius: 5px;
            bottom: 15px;
            color: #fff;
            display: flex;
            justify-content: center;
            left: 50%;
            padding-top: 38px;
            position: absolute;
            transform: translateX(-50%)
        }

        .tab,
        .tab button {
            background-color: #bf9e66 !important
        }

        .uppy-ImageCropper-controls button {
            border-radius: 5px;
            height: 35px;
            width: 35px
        }

        .uppy-ImageCropper-controls button svg {
            padding: 3px
        }

        .uppy-size--md .uppy-ImageCropper-controls button {
            height: 40px;
            width: 40px
        }

        .uppy-size--md .uppy-ImageCropper-controls button svg {
            padding: 1px
        }

        .uppy-ImageCropper-controls button:hover {
            background-color: rgba(255, 255, 255, .5)
        }

        .uppy-ImageCropper-controls button:focus {
            background-color: rgba(255, 255, 255, .5);
            outline: 0
        }

        .uppy-Dashboard:not(.uppy-size--md) .uppy-ImageCropper-rangeWrapper {
            height: 38px;
            left: 10px;
            right: 10px;
            top: 0;
            position: absolute !important
        }

        .uppy-size--md .uppy-ImageCropper-range {
            margin-left: 5px;
            margin-right: 5px;
            width: 180px
        }

        .uppy-ImageCropper .cropper-point {
            height: 8px;
            width: 8px
        }

        .uppy-ImageCropper .cropper-view-box {
            background: repeating-conic-gradient(rgba(189, 189, 189, .2) 0deg, rgba(189, 189, 189, .2) 25%, #fff 0deg, #fff 50%) 50% center/16px 16px;
            outline: rgb(51, 153, 255) solid 2px
        }

        [data-uppy-theme=dark] .uppy-ImageCropper .cropper-view-box {
            background: repeating-conic-gradient(#2b2a2a 0deg, #2b2a2a 25%, #000 0deg, #000 50%) 50% center/16px 16px
        }

        .uppy-ImageCropper .cropper-modal {
            background-color: #fff;
            opacity: .9
        }

        [data-uppy-theme=dark] .uppy-ImageCropper .cropper-modal {
            background-color: #000;
            opacity: .7
        }

        .uppy-ImageCropper-range:focus::-webkit-slider-runnable-track,
        .uppy-ImageCropper-range:hover::-webkit-slider-runnable-track {
            background: rgba(255, 255, 255, .5)
        }

        .uppy-is-drag-over::after {
            background-color: rgba(234, 234, 234, .5);
            border: 5px dashed #bbb;
            inset: 7px;
            content: "";
            pointer-events: none;
            position: fixed;
            z-index: 10000
        }

        .alert-danger,
        .fw-login,
        form label {
            position: relative
        }

        .fw-login {
            max-width: 700px;
            width: 100%;
            min-height: 250px;
            border-radius: 10px;
            box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
            transform: translate(0, 0);
            left: auto;
            right: auto;
            margin: 50px auto 0;
            height: unset !important;
            top: unset !important
        }

        .uaePassError {
            padding: 15px;
            font-family: sans-serif;
            color: red
        }

        .uae-pass-single-identity {
            border-bottom: 1px solid #dadada;
            padding-bottom: 16px;
            margin-bottom: 7px;
            line-height: 1.3;
            text-align: center;
            font-size: 14px
        }

        .mainlogin-form {
            padding: 20px 30px
        }

        .custom-btn {
            height: 70px;
            line-height: 70px;
            padding: 0;
            font-size: 20px;
            margin-bottom: 10px;
            margin-left: 0 !important;
            margin-right: 0 !important
        }

        #bioLoginEIDA h3 {
            white-space: nowrap
        }

        #bioLoginEIDA {
            display: flex;
            justify-content: center
        }

        .modal-announcebar {
            height: 591px
        }

        .tab {
            overflow: hidden;
            border: 1px solid #ccc
        }

        .tab button {
            float: left;
            border: none;
            outline: 0;
            cursor: pointer;
            padding: 14px 16px;
            transition: .3s;
            font-size: 17px;
            color: #fff
        }

        .tab button:hover {
            background-color: #ddd
        }

        .tab button.active {
            background-color: #ccc
        }

        .tabcontent {
            display: none;
            padding: 6px 12px;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-image: initial;
            border-top: none
        }

        .disable,
        a.disabled {
            pointer-events: none;
            cursor: default
        }

        span.underline,
        span.underline a {
            color: #979798;
            text-decoration: none
        }

        form label {
            font-size: 14px
        }

        .quick-form hr {
            margin-top: .5rem;
            margin-bottom: 2rem
        }

        .quick-form.form-login .form-control {
            height: 48px;
            border-radius: 8px;
            border: 1px solid #ced4da;
            font-size: 13px;
            display: block;
            width: 100%;
            font-weight: 400;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            padding: .375rem .75rem !important
        }

        .quick-form.form-login .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #bf9d66;
            box-shadow: none;
            outline: 0
        }

        .quick-form .modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            pointer-events: auto;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: .3rem;
            outline: 0
        }

        .quick-form.form .form-group label,
        .quick-form.form-login .form-group label {
            position: unset;
            display: block
        }

        .quick-form.form-login select {
            background-position: 98% 50%;
            background-size: 10px
        }

        .table-holder {
            text-align: center;
            overflow: hidden;
            padding: 0 15px;
            margin: 0 auto
        }

        .table-holder .row .col {
            margin: 0 1px 2px;
            padding: 10px
        }

        .table-holder .table-header .col {
            background: #f1f1f1
        }

        .table-holder .table-body .col {
            background: #fff;
            box-shadow: rgba(0, 0, 0, .1) 0 0 5px 0
        }

        .alert-danger {
            color: #842029;
            background-color: #f8d7da;
            padding: 1rem;
            margin-bottom: 1rem;
            border: 1px solid #f5c2c7;
            border-radius: .25rem
        }

        .arb-styles .quick-form.form-login select {
            background-position: 2% 50%
        }

        @media (max-width:1699px) {
            .fw-login {
                max-width: 550px
            }
        }

        @media only screen and (max-width:1279px) {
            .table-holder .row .col {
                padding: 8px 5px
            }
        }

        @media only screen and (max-width:767px) {
            .table-holder {
                min-width: 350px;
                width: 100%;
                font-size: 10px
            }
        }

        .error {
            color: red
        }
        .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;
        }