@charset "UTF-8";
/*Color variables*/

/*Gradient variables*/

/*white variables*/

/*black variables*/

/*shadow variables*/

/*
--- bootstrap-styles
--- accordion
--- alert
--- avatars
--- badges
--- blackquote
--- breadcrumb
--- button
--- cards
--- carousel
--- dropdown
--- forms
--- grid
--- input-group
--- modal
--- navigation
--- pagination
--- panel
--- popover
--- progress
--- tables
--- tags
--- thumbnail
--- tooltip
--- components-col
--- count-down
--- custom-forms
--- custom-styles
--- font
--- gallery
--- high-light
--- labels
--- list-group
--- media
--- navbar
--- pricing
--- rating
--- tabs-menu
--- timeline
--- footer
--- header
--- horizontal-menu
--- icons-list
--- item-styles
--- loaders
--- datepicker
--- jvector
--- select2
--- select-group
--- selectize
--- calender
--- chart
--- error-pages
--- range
--- ribbon
--- weather-cards
--- widgets
--- alignments
--- background
--- border
--- display
--- float-elements
--- height
--- margin
--- padding
--- position
--- typography
--- width
*/

/* ######## FONT ######## */

/*-------- Bootstrap Framework -------*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* ######## BOOTSTRAP ######## */

/*Color variables*/

/*Gradient variables*/

/*white variables*/

/*black variables*/

/*shadow variables*/

* {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}


@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


.number-font {
    font-weight: 600 !important;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

svg:not(:root) {
    overflow: hidden;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #505662;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}




[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}


[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.171875rem;
    font-weight: 300;
    line-height: 1.4;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #eaedf1;
    opacity: 1;
    background-color: transparent;
}

small, .small {
    font-size: 87.5%;
    font-weight: 400;
}



pre {
    display: block;
    font-size: 85%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

@media (max-width: 576px) {
    .container {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}


.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.users img {
    max-width: none !important;
}

@media print {
    * {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    *::before, *::after {
        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;
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body, .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table, .text-wrap table {
        border-collapse: collapse !important;
    }
    .table td, .text-wrap table td, .table th, .text-wrap table th {
        background-color: #fff !important;
    }
    .table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
        border: 1px solid #eaedf1 !important;
    }
}

html {
    font-size: 16px;
    height: 100%;
    direction: ltr;
}

body {
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-font-feature-settings: "liga"0;
    font-feature-settings: "liga"0;
    height: 100%;
    overflow-y: scroll;
    position: relative;
    background-color: #f8f8f8;
    font-size: 13px;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    transition: .3s background;
}

body *::-webkit-scrollbar-thumb {
    background: #ced4da;
}

body *:hover::-webkit-scrollbar-thumb {
    background: #adb5bd;
}

@media print {
    body {
        background: none;
    }
}

.section-nav {
    background-color: #f8f9fa;
    margin: 1rem 0;
    padding: .5rem 1rem;
    border: 1px solid #eaedf1;
    border-radius: 3px;
    list-style: none;
}

.section-nav:before {
    content: 'Table of contents:';
    display: block;
    font-weight: 600;
}

@media print {
    .container {
        max-width: none;
    }
}

/*------ Accordion -------*/

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordionjs .acc_section .acc_head h3 {
    font-weight: 400 !important;
}

.accordionjs .acc_section .acc_head h3:before {
    color: #76839a;
}


/*----- Avatars -----*/

.country-selector .avatar {
    width: 1.4rem;
    height: 1.2rem;
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 500;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.avatar i {
    font-size: 125%;
    vertical-align: sub;
}

.avatar-status {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: .75rem;
    height: .75rem;
    border: 2px solid #fff;
    border-radius: 50%;
}

.avatar-sm {
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: .75rem;
}

.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

.avatar-lg {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.25rem;
}

.avatar-xl {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.75rem;
}

.avatar-xxl {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2rem;
}

.avatar-placeholder {
    background: #ced4da url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#868e96" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>') no-repeat center/80%;
}

.avatar-list {
    margin: 0 0 -.5rem;
    padding: 0;
    font-size: 0;
}

.avatar-list .avatar {
    margin-bottom: .5rem;
}

.avatar-list .avatar:not(:last-child) {
    margin-right: .5rem;
}

.avatar-list-stacked .avatar {
    margin-right: -.8em !important;
    box-shadow: 0 0 0 2px #fff;
}

.avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

.avatar-indigo {
    background-color: #d1d5f0;
    color: #6574cd;
}

.avatar-purple {
    background-color: #e4cff9;
    color: #867efc;
}

.avatar-pink {
    background-color: #fcd3e1;
    color: #ec82ef;
}

.avatar-red {
    background-color: #f0bcbc;
    color: #c21a1a;
}

.avatar-orange {
    background-color: #fee0c7;
    color: #fc7303;
}

.avatar-yellow {
    background-color: #fbedb7;
    color: #ecb403;
}

.avatar-green {
    background-color: #cfeab3;
    color: #4ecc48;
}

.avatar-teal {
    background-color: #bfefea;
    color: #2bcbba;
}

.avatar-cyan {
    background-color: #b9e3ea;
    color: #17a2b8;
}

.avatar-white {
    background-color: white;
    color: #fff;
}

.avatar-gray {
    background-color: #dbdde0;
    color: #868e96;
}

.avatar-gray-dark {
    background-color: #c2c4c6;
    color: #343a40;
}

.avatar-azure {
    background-color: #c7e6fb;
    color: #45aaf2;
}

.avatar-lime {
    background-color: #d7f2c2;
    color: #7bd235;
}

.avatar-group .avatar {
    position: relative;
    z-index: 2;
    background: transparent !important;
}

.avatar-group .avatar:hover {
    z-index: 3;
}

.avatar-group .avatar+.avatar {
    margin-left: -0.8rem;
}

.avatar-group .avatar-sm {
    font-size: .875rem;
    width: 32px;
    height: 32px;
}

/*-----Badges-----*/

.btn .badge {
    position: relative;
    top: -1px;
    right: -3px;
}

.badge {
    display: inline-block;
    padding: 1em .9em;
    font-size: 100% !important;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.rounded-pill {
    border-radius: 50px;
}

.badgetext {
    float: right;
}

.badge.bg-white {
    color: #000 !important;
}



/*--------- Buttons--------------*/

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.84615385;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
    text-decoration: none;
}

.btn:focus {
    text-decoration: none;
    outline: none !important;
}

.btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-secondary {
    color: #fff;
    background: #fb6b25 !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #e6682b;
    border-color: #e6682b;
}

.btn-secondary:focus, .btn-secondary:focus {
    box-shadow: 0 0 0 2px rgba(230, 104, 43, 0.9);
    border-color: #fb6b25;
}

.btn-secondary:disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #e6682b;
    border-color: #e6682b;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #e6682b;
    border-color: #e6682b;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    border: transparent;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fb6b25;
    border-color: #fb6b25;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(230, 104, 43, 0.9);
    border: 1px solid #fb6b25;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(230, 104, 43, 0.9);
    order: 1px solid #fb6b25;
}

.btn-success {
    color: #fff;
    background: #4CBB17;
    border-color: #4CBB17;
}

.btn-success:hover {
    color: #fff;
    background-color: #32CD32;
    border-color: #4CBB17;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 2px #32CD32;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #13bfa6;
    border-color: #32cab4;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.9);
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.9);
}

.btn-info {
    color: #fff;
    background: #45aaf2;
    border-color: #469fde;
}

.btn-info:hover {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background: #45aaf2;
    border-color: #45aaf2;
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    background: #45aaf2;
    border-color: #45aaf2;
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-warning {
    color: #fff !important;
    background: #f7b731 !important;
    border-color: #e5a623;
}

.btn-warning:hover {
    color: #fff;
    background-color: #dba12a;
    border-color: #dda32b;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #faad3b;
    border-color: #e5a623;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc9547;
    border-color: #e5a623;
}

.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc9547;
    border-color: #e5a623;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.btn-danger {
    color: #fff;
    background: #f82649 !important;
    border-color: #e62a45;
}

.btn-danger:hover {
    color: #fff;
    background-color: #dd2540;
    border-color: #df2540;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #f5334f;
    border-color: #ed314c;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f5334f;
    border-color: #ed314c;
}

.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f5334f;
    border-color: #ed314c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.btn-default {
    color: #292828;
    background: #f6f4fb;
    border-color: #b9b5b5;
}

.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 2px rgba(240, 239, 241, 0.9);
}

.btn-default.disabled, .btn-default:disabled {
    color: #292828;
    background-color: #e5e4e6;
    border-color: #a8a6a9;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active {
    color: #292828;
    background-color: #eceeef;
    border-color: #c8cacc;
}

.show>.btn-default.dropdown-toggle {
    color: #292828;
    background-color: #eceeef;
    border-color: #c8cacc;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(185, 182, 187, 0.9);
}

.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(185, 182, 187, 0.9);
}

/*-- light-buttons--*/

.btn-secondary-light {
    color: #fb6b25;
    background: #fdd6c3 !important;
    border-color: #fdd6c3;
}

.btn-secondary-light:hover {
    color: #fff;
    background-color: #fb6b25 !important;
    border-color: #fb6b25;
}

.btn-secondary-light:focus, .btn-secondary-light.focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
    border: 1px solid #fb6b25;
}

.btn-success-light {
    color: #188e7d;
    background: #a6efe4 !important;
    border-color: #a6efe4;
}

.btn-success-light:hover {
    color: #fff;
    background-color: #13bfa6 !important;
    border-color: #13bfa6;
}

.btn-success-light:focus, .btn-success-light.focus {
    box-shadow: 0 0 0 2px #13bfa6;
}

.btn-info-light {
    color: #4c81d2;
    background: #d0e2f7;
    border-color: #d0e2f7;
}

.btn-info-light:hover {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-info-light:focus, .btn-info-light.focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-warning-light {
    color: #c38b13;
    background: #f8e8c6 !important;
    border-color: #f8e8c6;
}

.btn-warning-light:hover {
    color: #fff;
    background-color: #f7b731 !important;
    border-color: #e5a623;
}

.btn-warning-light:focus, .btn-warning-light.focus {
    box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
}

.btn-danger-light {
    color: #c16674;
    background: #f8ccd3 !important;
    border-color: #f8ccd3;
}

.btn-danger-light:hover {
    color: #fff;
    background-color: #f82649 !important;
    border-color: #ed314c;
}

.btn-danger-light:focus, .btn-danger-light.focus {
    box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.btn-default-light {
    color: #292828;
    background: #f6f4fb54;
    border-color: #e9f1f9;
}

.btn-default-light:hover {
    color: #292828;
    background-color: #ced2e4 !important;
    border-color: #ced2e4;
}

.btn-default-light:focus, .btn-default-light.focus {
    box-shadow: 0 0 0 2px #f6f9fc;
}

/*--gradient-buttons--*/

.btn-secondary-gradient {
    color: #fff;
    background: linear-gradient(to bottom right, #ce4300 0%, #fb854c 100%) !important;
    border-color: #eb6f33;
}

.btn-secondary-gradient:hover {
    color: #fff;
    background-color: #eb6f33;
    border-color: #f66b4e;
}

.btn-secondary-gradient:focus, .btn-secondary-gradient.focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
    border: 1px solid #fb6b25;
}

.btn-secondary-gradient.disabled, .btn-secondary-gradient:disabled {
    color: #fff;
    background-color: #eb6f33;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active, .btn-secondary-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #eb6f33;
    border-color: #f66b4e;
}

.show>.btn-secondary-gradient.dropdown-toggle {
    color: #fff;
    background-color: #eb6f33;
    border-color: #f66b4e;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus, .btn-secondary-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.show>.btn-secondary-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.btn-success-gradient {
    color: #fff;
    background: linear-gradient(to bottom right, #4be8d4 0%, #129bd2 100%) !important;
    border-color: #4ecc48;
}

.btn-success-gradient:hover {
    color: #fff;
    background-color: #4b9400;
    border-color: #448700;
}

.btn-success-gradient:focus, .btn-success-gradient.focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

.btn-success-gradient.disabled, .btn-success-gradient:disabled {
    color: #fff;
    background-color: #4ecc48;
    border-color: #4ecc48;
}

.btn-success-gradient:not(:disabled):not(.disabled):active, .btn-success-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #448700;
    border-color: #3e7a00;
}

.show>.btn-success-gradient.dropdown-toggle {
    color: #fff;
    background-color: #448700;
    border-color: #3e7a00;
}

.btn-success-gradient:not(:disabled):not(.disabled):active:focus, .btn-success-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

.show>.btn-success-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

.btn-info-gradient {
    color: #fff;
    background: linear-gradient(to bottom right, #1e63c3 0%, #00f2fe 100%) !important;
    border-color: #07cedc;
}

.btn-info-gradient:hover {
    color: #fff;
    background-color: #219af0;
    border-color: #1594ef;
}

.btn-info-gradient:focus, .btn-info-gradient.focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-info-gradient.disabled, .btn-info-gradient:disabled {
    color: #fff;
    background-color: #45aaf2;
    border-color: #07cedc;
}

.btn-info-gradient:not(:disabled):not(.disabled):active, .btn-info-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #3979a7;
    border-color: #07cedc;
}

.show>.btn-info-gradient.dropdown-toggle {
    color: #fff;
    background-color: #3979a7;
    border-color: #07cedc;
}

.btn-info-gradient:not(:disabled):not(.disabled):active:focus, .btn-info-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.show>.btn-info-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-warning-gradient {
    color: #fff;
    background: linear-gradient(to bottom right, #f66b4e 0%, #fbc434 100%) !important;
    border-color: #FBB034;
}

.btn-warning-gradient:hover {
    color: #fff;
    background-color: #faad3b;
    border-color: #d4952d;
}

.btn-warning-gradient:focus, .btn-warning-gradient.focus {
    box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
}

.btn-warning-gradient.disabled, .btn-warning-gradient:disabled {
    color: #fff;
    background-color: #faad3b;
    border-color: #FBB034;
}

.btn-warning-gradient:not(:disabled):not(.disabled):active, .btn-warning-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc9547;
    border-color: #FBB034;
}

.show>.btn-warning-gradient.dropdown-toggle {
    color: #fff;
    background-color: #cc9547;
    border-color: #FBB034;
}

.btn-warning-gradient:not(:disabled):not(.disabled):active:focus, .btn-warning-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.show>.btn-warning-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.btn-warning-gradient-gradient {
    background: linear-gradient(to bottom right, #fbc434 0%, #f66b4e 100%);
}

.btn-warning-gradient-gradient:focus {
    box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}

.btn-warning-gradient.focus {
    box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}

.btn-warning-gradient:hover {
    color: #fff;
    box-shadow: 0 3px 10px rgba(240, 138, 46, 0.5);
}

.btn-danger-gradient {
    color: #fff;
    background-image: linear-gradient(to bottom right, #f1bf64 0%, #f71d36 100%) !important;
    border-color: #e3325a;
}

.btn-danger-gradient:hover {
    color: #fff;
    background-color: #FF4B2B;
    border-color: #e3325a;
}

.btn-danger-gradient:focus, .btn-danger-gradient.focus {
    box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

.btn-danger-gradient.disabled, .btn-danger-gradient:disabled {
    color: #fff;
    background-color: #FF4B2B;
    border-color: #e3325a;
}

.btn-danger-gradient:not(:disabled):not(.disabled):active, .btn-danger-gradient:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #FF4B2B;
    border-color: #e3325a;
}

.show>.btn-danger-gradient.dropdown-toggle {
    color: #fff;
    background-color: #FF4B2B;
    border-color: #e3325a;
}

.btn-danger-gradient:not(:disabled):not(.disabled):active:focus, .btn-danger-gradient:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

.show>.btn-danger-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

.btn-default {
    color: #292828;
    background: #f6f4fb;
    border-color: #e9f1f9;
}

.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 2px #e5f0fa;
}

.btn-default.disabled, .btn-default:disabled {
    color: #292828;
    background-color: #e9e5f1;
    border-color: #f0f0f4;
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active {
    color: #292828;
    background-color: #e9e5f1;
    border-color: #f0f0f4;
}

.show>.btn-default.dropdown-toggle {
    color: #292828;
    background-color: #e9e5f1;
    border-color: #f0f0f4;
}

.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(229, 240, 250, 0.9);
}

.show>.btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(229, 240, 250, 0.9);
}

.btn-purple-gradient {
    background: linear-gradient(to bottom right, #8927ec 0%, #647DEE 100%) !important;
    color: #fff !important;
}

.btn-light {
    color: #495057;
    background-color: #f5f6fb;
    border-color: #f0f0f4;
    box-shadow: 0 5px 10px rgba(227, 228, 237, 0.3);
}

.btn-light:hover {
    color: #495057;
    background-color: #eeebf3;
    border-color: #eeebf3;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-light.disabled, .btn-light:disabled {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #f6f3f9;
    border-color: #f0f0f4;
}

.show>.btn-light.dropdown-toggle {
    color: #495057;
    background-color: #f6f3f9;
    border-color: #f0f0f4;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-dark {
    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 {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-outline-default {
    color: #292828;
    background: transparent;
    background-image: none;
    border-color: #f0f0f4;
}

.btn-outline-default:hover {
    color: #292828;
    background: #f6f4fb;
    border-color: #f0f0f4;
    box-shadow: 0 5px 15px rgba(246, 249, 252, 0.5) !important;
}

.btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 2px rgba(246, 249, 252, 0.1);
}

.btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #292828;
    background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active {
    color: #292828;
    background-color: #f6f4fb;
    border-color: #f0f0f4;
}

.show>.btn-outline-default.dropdown-toggle {
    color: #292828;
    background-color: #f6f4fb;
    border-color: #f0f0f4;
}

.btn-outline-secondary {
    color: #fb6b25;
    background-color: transparent;
    background-image: none;
    border-color: #fb6b25;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #fb6b25;
    border-color: #e6682b;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e6682b;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #fb6b25;
    border-color: #e6682b;
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fb6b25;
    border-color: #e6682b;
}

.btn-outline-success {
    color: #13bfa6;
    background-color: transparent;
    background-image: none;
    border-color: #13bfa6;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #13bfa6;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #13bfa6;
    border-color: #13bfa6;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.btn-outline-info {
    color: #45aaf2;
    background-color: transparent;
    background-image: none;
    border-color: #45aaf2;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #45aaf2;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #45aaf2;
    border-color: #45aaf2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.btn-outline-warning {
    color: #ecb403;
    background-color: transparent;
    background-image: none;
    border-color: #ecb403;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ecb403;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}

.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ecb403;
    border-color: #ecb403;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-outline-danger {
    color: #c21a1a;
    background-color: transparent;
    background-image: none;
    border-color: #f12c2c;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f12c2c;
    border-color: #f12c2c;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c21a1a;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c21a1a;
    border-color: #c21a1a;
}

.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c21a1a;
    border-color: #c21a1a;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.show>.btn-outline-light.dropdown-toggle {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-link {
    font-weight: 400;
    background-color: transparent;
}

.btn-link:hover {
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #868e96;
    pointer-events: none;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.625;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 0.35rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

/**Btn-group**/

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active {
    z-index: 1;
}

.btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group {
    margin-left: -1px;
}

.btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group {
    margin-left: -1px;
}

.btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
    margin-left: 0;
}

.dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}


/*------ Default Card Values -------*/

.card {
    position: relative;
    /* margin-bottom: 1.5rem; */
    width: 100%;
}

.card .card {
    border: 1px solid #eaedf1;
}

@media print {
    .card {
        box-shadow: none;
        border: none;
    }
}

.card-body+.card-body {
    border-top: 1px solid #eaedf1;
}

.card-body> :last-child {
    margin-bottom: 0;
}

@media print {
    .card-body {
        padding: 0;
    }
}

.card-body-scrollable {
    overflow: auto;
}

.card-footer, .card-bottom {
    padding: 1rem 1.5rem;
    background: none;
}

.card-header {
    background: none;
    padding: 1rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #eaedf1;
}

.card-head {
    background: none;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #eaedf1;
}

.card-header .card-title {
    margin-bottom: 0;
}

.card-header.border-0+.card-body {
    padding-top: 0;
}

@media print {
    .card-header {
        display: none;
    }
}

.card-title {
    font-size: 1rem;
    /* font-weight: 500; */
    margin-bottom: 1.5rem;
}

.reg {
    text-align: center;
    font-size: 50px;
    color: #2e1170;
    float: right;
}

.card-title a {
    color: inherit;
}

.card-title:only-child {
    margin-bottom: 0;
}

.card-title small {
    color: #9aa0ac;
    font-size: 0.875rem;
    display: block;
    margin: -.75rem 0 1rem;
    line-height: 1.1;
    font-weight: 400;
}

.card-subtitle {
    color: #9aa0ac;
    font-size: 0.875rem;
    display: block;
    margin: -.75rem 0 1rem;
    line-height: 1.1;
    font-weight: 400;
}

.card-table {
    margin-bottom: 0;
}

.card-table tr:first-child td, .card-table tr:first-child th {
    border-top: 0;
}

.card-table tr td:first-child, .card-table tr th:first-child {
    padding-left: 1.5rem !important;
}

.card-table tr td:last-child, .card-table tr th:last-child {
    padding-right: 1.5rem;
}

.card-body+.card-table {
    border-top: 1px solid #eaedf1;
}

.card-profile .card-header {
    height: 5rem;
    background-size: cover;
    border: 0;
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-body+.card-list-group {
    border-top: 1px solid #eaedf1;
}

.card-list-group .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.card-list-group .list-group-item:last-child {
    border-bottom: 0;
}

.card-list-group .list-group-item:first-child {
    border-top: 0;
}

.card-header-tabs {
    margin: -1.25rem 0;
    border-bottom: 0;
    line-height: 2rem;
    margin-right: -0.75rem;
    margin-bottom: -1.5rem;
    margin-left: -0.75rem;
}

.card-header-tabs .nav-item {
    margin-bottom: 1px;
}

.card-header-pills {
    margin: -.75rem 0;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.card-aside {
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-aside-column {
    min-width: 5rem;
    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: no-repeat center/cover;
}

.card-value {
    font-size: 1rem;
    line-height: 3.4rem;
    height: 3.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.card-value i {
    vertical-align: middle;
    font-size: 30px;
}

.card-chart-bg {
    height: 4rem;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}

.card-options a:not(.btn) {
    margin-left: .5rem;
    color: #76839a;
    display: inline-block;
    min-width: 1rem;
}

.card-options a:not(.btn):hover {
    text-decoration: none;
    color: #6e7687;
}

.card-options a:not(.btn) i {
    font-size: 1rem;
    vertical-align: middle;
}

.card-options .dropdown-toggle:after {
    display: none;
}



/*------Drop Downs-------*/

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf1;
}

.dropdown-menu-end {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[data-popper-placement^="top"], .dropdown-menu[data-popper-placement^="right"], .dropdown-menu[data-popper-placement^="bottom"], .dropdown-menu[data-popper-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.drop-heading {
    padding: 1rem 1rem;
    color: #8f9daf;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem !important;
    clear: both;
    font-weight: 400;
    color: #6e84a3;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.drop-icon-wrap {
    text-align: center;
}

.drop-icon-wrap li {
    display: inline-block;
}

.drop-icon-wrap .drop-icon-item {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #878787;
    text-transform: capitalize;
    min-width: 75px;
}

.drop-icon-item i {
    font-size: 20px;
    padding-bottom: 5px;
}

.drop-icon-wrap .drop-icon-item:hover {
    text-decoration: none;
    background-color: #f1f1f9;
}

.dropdown-item.user {
    font-size: 18px;
    padding: 5px;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #f5f6fb;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
    margin: 0;
    border: 1px solid #eaf2f6;
    box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
    border-radius: 5px;
}

.header-search-icon .dropdown-menu {
    box-shadow: 0 10px 15px rgba(229, 228, 230, 0.5);
    margin-top: 13px !important;
    border: 1px solid #eaedf1 !important;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

/*-----List Of Dropdwons-----*/

btn.dropdown-toggle~.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: white !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    position: absolute !important;
    width: 100% !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #76839a;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #76839a;
    background-color: #f1f1f9;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #eaedf1;
}

.dropdown-menu .dropdown-plus-title {
    width: 100% !important;
    color: #0d0c22 !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
    border: 0 solid #eaedf1 !important;
    border-bottom-width: 1px !important;
    cursor: pointer !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
}

.btn.dropdown-toggle.btn-primary~.dropdown-menu .dropdown-plus-title {
    border-color: #357ebd !important;
}

.btn.dropdown-toggle.btn-success~.dropdown-menu .dropdown-plus-title {
    border-color: #4cae4c !important;
}

.btn.dropdown-toggle.btn-info~.dropdown-menu .dropdown-plus-title {
    border-color: #46b8da !important;
}

.btn.dropdown-toggle.btn-warning~.dropdown-menu .dropdown-plus-title {
    border-color: #eea236 !important;
}

.btn.dropdown-toggle.btn-danger~.dropdown-menu .dropdown-plus-title {
    border-color: #d43f3a !important;
}

.dropdown-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #eaedf1;
}

.dropdown-demo .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu-header label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #76839a;
}

.dropdown-media-list .media {
    padding: 12px 15px;
}

.dropdown-media-list .media:hover, .dropdown-media-list .media:focus {
    background-color: #f8f9fa;
}

.media {
    display: flex;
    align-items: flex-start;
}

.dropdown-media-list img {
    border-radius: 100%;
}

.dropdown-media-list .media-body {
    margin-left: 15px;
}

.dropdown-media-list .media-body>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-media-list .media-body>div p {
    margin-bottom: 0;
    font-weight: 500;
    color: #76839a;
    font-size: 14px;
}

.dropdown-media-list .media-body>div span {
    font-size: 12px;
    color: #CFCFCF;
}

.dropdown-media-list .media-body>p {
    font-size: 14px;
    color: #bfbfbf;
    margin-bottom: 0;
}

.dropdown-list-footer {
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #eaedf1;
}

.dropdown-media-list {
    padding: 0;
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-arrow:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 28px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

.dropdown {
    display: block;
}

.header .dropdown .nav-link.icon:hover {
    background: none !important;
}

.dropdown-menu {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-end:before, .dropdown-menu-arrow.dropdown-menu-end:after {
    left: auto;
    right: 12px;
}

.dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-toggle:after {
    vertical-align: 0.155em;
}

.dropdown-toggle:empty:after {
    margin-left: 0;
}

.dropdown-icon {
    color: #8f9daf;
    margin-right: .5rem;
    margin-left: -.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
}

.dropdown-menu.dropdown-menu-end.show {
    left: inherit !important;
}

/*------- Forms -------*/

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 28px;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf1;
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #6f6e6e;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-color: #eaedf1;
}

.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #76839a;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f5f6fb;
    opacity: 1;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

select.form-control:not([size]):not([multiple]) {
    height: 2.375rem;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
    border: 1px solid #9ca3b1;
    border-radius: 5px;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.44444444;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.14285714;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.6;
    color: #495057;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-group-sm>.form-control-plaintext.form-control, .input-group-sm>.input-group-text>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-text>.form-control-plaintext.input-group-text, .input-group-sm>.input-group-text>.form-control-plaintext.btn, .input-group-sm>.input-group-text>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.input-group-lg>.form-control-plaintext.form-control, .input-group-lg>.input-group-text>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-text>.form-control-plaintext.input-group-text, .input-group-lg>.input-group-text>.form-control-plaintext.btn, .input-group-lg>.input-group-text>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.14285714;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-text>.input-group-text, .input-group-sm>.input-group-text>.input-group-text, .input-group-sm>.input-group-text>.btn, .input-group-sm>.input-group-text>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.14285714;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.input-group-sm>select.form-control:not([size]):not([multiple]), .input-group-sm>.input-group-text>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-text>select.input-group-text:not([size]):not([multiple]), .input-group-sm>.input-group-text>select.btn:not([size]):not([multiple]), .input-group-sm>.input-group-text>select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
    border-radius: 3px;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-text>.input-group-text, .input-group-lg>.input-group-text>.input-group-text, .input-group-lg>.input-group-text>.btn, .input-group-lg>.input-group-text>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.44444444;
    border-radius: 3px;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px);
}

.input-group-lg>select.form-control:not([size]):not([multiple]), .input-group-lg>.input-group-text>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-text>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-text>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-text>select.btn:not([size]):not([multiple]) {
    height: calc(2.6875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
    display: block;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col, .form-row>[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: 0.3rem;
    margin-left: -1.25rem;
} */

.form-check-input:disabled~.form-check-label {
    color: #505662;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-select:valid, .form-select.is-valid {
    border-color: #09ad95;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #09ad95;
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
    display: block;
}

.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-select:valid~.valid-feedback, .was-validated .form-select:valid~.valid-tooltip {
    display: block;
}

.form-select.is-valid~.valid-feedback, .form-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
    color: #09ad95;
}

.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
    display: block;
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
    color: #09ad95;
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
    background-color: #09ad95;
    border-color: #35b9a6;
}

.was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
    display: block;
}

.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #09ad95;
    border-color: #35b9a6;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f1f1f9, 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.was-validated .form-file-input:valid~.form-file-label, .form-file-input.is-valid~.form-file-label {
    border-color: #09ad95;
}

.was-validated .form-file-input:valid~.form-file-label::before, .form-file-input.is-valid~.form-file-label::before {
    border-color: inherit;
}

.was-validated .form-file-input:valid~.valid-feedback, .was-validated .form-file-input:valid~.valid-tooltip {
    display: block;
}

.form-file-input.is-valid~.valid-feedback, .form-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-file-input:valid:focus~.form-file-label, .form-file-input.is-valid:focus~.form-file-label {
    box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.25);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #f82649 !important;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #f82649;
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
    display: block;
}

.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-select:invalid~.invalid-feedback, .was-validated .form-select:invalid~.invalid-tooltip {
    display: block;
}

.form-select.is-invalid~.invalid-feedback, .form-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
    color: #f82649;
}

.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
    color: #f82649;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #f82649;
    border-color: #e62b4a;
}

.was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e23e3d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #f1f1f9, 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.was-validated .form-file-input:invalid~.form-file-label, .form-file-input.is-invalid~.form-file-label {
    border-color: #f82649;
}

.was-validated .form-file-input:invalid~.form-file-label::before, .form-file-input.is-invalid~.form-file-label::before {
    border-color: inherit;
}

.was-validated .form-file-input:invalid~.invalid-feedback, .was-validated .form-file-input:invalid~.invalid-tooltip {
    display: block;
}

.form-file-input.is-invalid~.invalid-feedback, .form-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-file-input:invalid:focus~.form-file-label, .form-file-input.is-invalid:focus~.form-file-label {
    box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.header .form-inline {
    margin-right: 7px;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group, .form-inline .form-select {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 500;
    font-size: 0.875rem;
    margin-top: 9px;
}

.form-label-small {
    font-weight: 400;
    font-size: 87.5%;
}

.form-footer {
    margin-top: 2rem;
}

.form-signin .form-control {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
}

.form-signin .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #9ca3b1 !important;
}

.form-control.header-search {
    background: #f1f1f9;
    border: 1px solid rgba(225, 225, 225, 0.1);
    color: #fff;
    padding: 0.375rem 0.75rem;
    width: 100%;
    margin-top: 4px;
}

.form-control.header-search::placeholder {
    color: #fff;
    opacity: 0.7;
}

.form-control.header-search:hover, .form-control.header-search:focus {
    border: 1px solid rgba(225, 225, 225, 0.1);
    box-shadow: none;
}

.form-fieldset {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 1rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.form-required {
    color: #f82649;
}

.form-required:before {
    content: ' ';
}

.state-valid {
    padding-right: 2rem;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'><polyline points='20 6 9 17 4 12'></polyline></svg>") no-repeat center right 0.5rem/1rem;
}

.state-invalid {
    padding-right: 2rem;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 0.5rem/1rem;
}

.form-help {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    color: #76839a;
    background: #f1f1f9;
    border-radius: 50%;
    font-size: 0.75rem;
    transition: .3s background-color, .3s color;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-help:hover, .form-help[aria-describedby] {
    background: #467fcf;
    color: #fff;
}

.wizard-card .moving-tab {
    margin-top: 5px;
}

.wizard-card.form-group .form-control {
    background-image: linear-gradient(#c4c4c4, #c4c4c4, linear-gradient(#e1e1e2, #e1e1e2));
}

form.convFormDynamic button.submit:hover {
    color: #fff;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #09ad95;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: #5eba00;
    border-radius: .2rem;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 87.5%;
    color: #f82649;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: #cd201f;
    border-radius: .2rem;
}

ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul.labels-info li {
    margin: 0;
}

ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}

ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
}

ul.labels-info li a:hover, ul.labels-info li a:focus {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a;
}

ul.labels-info li a i {
    padding-right: 10px;
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.files .progress {
    width: 200px;
}

.fileupload-processing .fileupload-loading {
    display: block;
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}

*+html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}

@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }
    .files .preview * {
        width: 40px;
    }
    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }
    .files .progress {
        width: 20px;
    }
    .files .delete {
        width: 60px;
    }
    .border-right-1 {
        border-right: 0 !important;
    }
}


.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control, .input-group>.form-select, .input-group>.form-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-control:focus, .input-group>.form-select:focus, .input-group>.form-file:focus {
    z-index: 3;
}

.input-group>.form-control+.form-control, .input-group>.form-control+.form-select, .input-group>.form-control+.form-file {
    margin-left: -1px;
}

.input-group>.form-select+.form-control, .input-group>.form-select+.form-select, .input-group>.form-select+.form-file {
    margin-left: -1px;
}

.input-group>.form-file+.form-control, .input-group>.form-file+.form-select, .input-group>.form-file+.form-file {
    margin-left: -1px;
}

.input-group>.form-control:not(:last-child), .input-group>.form-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child), .input-group>.form-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.form-file:not(:last-child) .form-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:last-child) .form-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:first-child) .form-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-file:not(:first-child) .form-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 0.9;
    color: #94a2af;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f1f98a;
    border: 1px solid #d8dde4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-btn {
    font-size: 0.9375rem;
    border: 0;
}

.input-group-btn>.btn {
    height: 100%;
    border-color: #24c4b4;
}

.input-group-text {
    border-right: 0;
}

.input-group-text {
    border-left: 0;
}

.input-icon .form-group.is-empty {
    margin-bottom: 0;
}

.input-icon .form-group.is-empty .form-control {
    margin-bottom: 0;
}

.input-group-addon {
    padding: 10px 0px 6px 12px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1 !important;
    color: #555;
    text-align: center;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.input-indec .input-group-btn>.btn {
    height: 100%;
    border-color: #eaedf1;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control, .input-group>.form-select, .input-group>.form-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-control:focus, .input-group>.form-select:focus, .input-group>.form-file:focus {
    z-index: 3;
}

.input-group>.form-control+.form-control, .input-group>.form-control+.form-select, .input-group>.form-control+.form-file {
    margin-left: -1px;
}

.input-group>.form-select+.form-control, .input-group>.form-select+.form-select, .input-group>.form-select+.form-file {
    margin-left: -1px;
}

.input-group>.form-file+.form-control, .input-group>.form-file+.form-select, .input-group>.form-file+.form-file {
    margin-left: -1px;
}

.input-group>.form-control:not(:last-child), .input-group>.form-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child), .input-group>.form-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group>.form-file:not(:last-child) .form-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:last-child) .form-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-file:not(:first-child) .form-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-file:not(:first-child) .form-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 0.9;
    color: #86909a;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #eaedf1;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-icon .form-group.is-empty {
    margin-bottom: 0;
}

.input-icon .form-group.is-empty .form-control {
    margin-bottom: 0;
}

.input-group-addon {
    padding: 10px 0px 6px 12px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1 !important;
    color: #555;
    text-align: center;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}

.input-indec .input-group-btn>.btn {
    height: 100%;
    border-color: #eaedf1;
}

.modal-header h4.modal-title {
    font-weight: 300;
}

.modal-body label {
    font-weight: 400;
}

/*------ Modal -------*/

.modal-open {
    overflow: scroll;
    padding: 0 !important;
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-right: 0 !important;
    margin: 0 !important;
}

.modal-open, .modal-backdrop.fade.show {
    padding-right: 0 !important;
}

.modal-open {
    overflow: auto !important;
    padding: 0px !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0px !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaedf1;
    border-radius: 3px;
    outline: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.modal.effect-just-me .modal-content {
    background-color: #16192f;
    border: 1px solid #4d4e50;
    padding: 0 9px;
}

.modal.animated .modal-dialog {
    transform: translate(0, 0);
}

.modal.effect-scale .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
}

.modal.effect-scale.show .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eaedf1;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal-header .btn-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body p:last-child {
    margin-bottom: 0;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.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;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.model-wrapper-demo {
    padding: 50px 0;
    background: #f1f1f9;
}

.pos-static {
    position: static;
}

.modal.animated .modal-dialog {
    transform: translate(0, 0);
}

.modal.effect-scale .modal-dialog {
    transform: scale(0.7);
    opacity: 0;
    transition: all 0.3s;
}


.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

body.fixed-header .page {
    padding-top: 4.5rem;
}

@media (min-width: 1600px) {
    body.aside-opened .page {
        margin-right: 22rem;
    }
}

.page-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.page-content {
    margin: .75rem 0;
}

@media (min-width: 768px) {
    .page-content {
        margin: 1.5rem 0;
    }
}

.example .pagination {
    margin-bottom: 0;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #eaedf1;
    color: #0d0c22;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    background-color: rgba(70, 127, 207, 0.06);
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
}

.page-item.disabled .page-link {
    color: #ced4da;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #eaedf1;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0rem 1.5rem;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    /* border-radius: 7px; */
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.page-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.2rem;
}

.page-title-icon {
    color: #9aa0ac;
    font-size: 1.25rem;
}

.page-subtitle {
    font-size: 0.8125rem;
    color: #c0a0f1;
    margin-left: 2rem;
    position: relative;
}

.page-subtitle a {
    color: inherit;
}

.page-options {
    margin-left: auto;
}

.page-header .breadcrumb {
    font-size: 12px;
    padding-left: 0 !important;
}

.page-breadcrumb {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: none;
    padding: 0;
    margin: 1rem 0 0;
    font-size: 0.875rem;
}

.page-description {
    margin: .25rem 0 0;
    color: #6e7687;
}

.page-description a {
    color: inherit;
}

.page-single {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .page-breadcrumb {
        margin: -.5rem 0 0;
    }
}

.page-breadcrumb .breadcrumb-item {
    color: #9aa0ac;
}

.page-breadcrumb .breadcrumb-item.active {
    color: #6e7687;
}

.pagination-simple .page-item .page-link {
    background: none;
    border: none;
}

.pagination-simple .page-item.active .page-link {
    color: #495057;
    font-weight: 700;
}

.pagination-pager .page-prev {
    margin-right: auto;
}

.pagination-pager .page-next {
    margin-left: auto;
}

.page-total-text {
    margin-right: 1rem;
    -ms-flex-item-align: center;
    align-self: center;
    color: #6e7687;
}

/*-----progress-----*/

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.703125rem;
    background-color: #ebecf5;
    border-radius: 7px;
    box-shadow: 0 5px 10px rgba(227, 228, 237, 0.3);
    position: relative;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 7px;
    transition: width 0.6s ease;
}

.current-progressbar {
    margin-top: 14.5px;
}

.progress-content {
    margin-bottom: 16.5px;
}

.progress-content:last-child {
    margin-bottom: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/*------ progress sizes ------*/

.progress-xs {
    height: .25rem;
}

.progress-xs .progress-bar {
    height: .25rem;
}

.progress-sm {
    height: .5rem;
}

.progress-sm .progress-bar {
    height: .5rem;
}

.progress-lg {
    height: 1.25rem;
}

.progress-lg .progress-bar {
    height: 1.25rem;
}

.progress-bar-indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    left: 0;
    will-change: left, right;
    top: 0;
    bottom: 0;
}

.progress-bar-indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    left: 0;
    will-change: left, right;
    top: 0;
    bottom: 0;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress-bar-indeterminate:after {
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

/*------ Tables -----*/

.table, .text-wrap table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th {
    padding: 0.75rem;
    vertical-align: top;
}

.text-wrap table th, .text-wrap table td {
    padding: 0.75rem;
    vertical-align: top;
}

.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eaedf1;
    border-bottom-width: 1px;
    border-top: 0;
    padding: 0.75rem;
}

.text-wrap table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #eaedf1;
    border-bottom-width: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.table tbody+tbody, .text-wrap table tbody+tbody {
    border-top: 2px solid #eaedf1;
}

.table .table, .text-wrap table .table, .table .text-wrap table {
    background-color: #f1f1f9;
}

.text-wrap .table table, .text-wrap table table {
    background-color: #f1f1f9;
}

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.table-bordered, .text-wrap table, .table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
    border: 1px solid #eaedf1;
}

.table-bordered thead th, .text-wrap table thead th, .table-bordered thead td, .text-wrap table thead td {
    border-bottom-width: 1px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover, .table-hover tbody th {
    background-color: #f1f1f9;
}

.table-primary {
    background-color: #d2cdf9;
}

.table-primary>th, .table-primary>td {
    background-color: #d2cdf9;
}

.table-hover .table-primary:hover {
    background-color: #b7cded;
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #b7cded;
}

.table-secondary {
    background-color: #fdccdb;
}

.table-secondary>th, .table-secondary>td {
    background-color: #fdccdb;
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #cfd2d6;
}

.table-success {
    background-color: #d2ecb8;
}

.table-success>th, .table-success>td {
    background-color: #d2ecb8;
}

.table-hover .table-success:hover {
    background-color: #c5e7a4;
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #c5e7a4;
}

.table-info {
    background-color: #cbe7fb;
}

.table-info>th, .table-info>td {
    background-color: #cbe7fb;
}

.table-hover .table-info:hover {
    background-color: #b3dcf9;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #b3dcf9;
}

.table-warning {
    background-color: #f1d5a7;
}

.table-warning>th, .table-warning>td {
    background-color: #f1d5a7;
}

.table-hover .table-warning:hover {
    background-color: #fae8a4;
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #fae8a4;
}

.table-danger {
    background-color: #f1c1c0;
}

.table-danger>th, .table-danger>td {
    background-color: #f1c1c0;
}

.table-hover .table-danger:hover {
    background-color: #ecacab;
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #ecacab;
}

.table-light {
    background-color: #fdfdfe;
}

.table-light>th, .table-light>td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark {
    background-color: #c6c8ca;
}

.table-dark>th, .table-dark>td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-active>th, .table-active>td {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.04);
}

.table .thead-dark th, .text-wrap table .thead-dark th {
    color: #f1f1f9;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th, .text-wrap table .thead-light th {
    color: #495057;
    background-color: #f1f1f9;
    border-color: #eaedf1;
}

.table-dark {
    color: #f1f1f9;
    background-color: #212529;
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.text-wrap table.table-dark {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm>.table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-sm>table {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md>.table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-md>table {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg>.table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-lg>table {
        border: 0;
    }
}

@media (max-width: 1279.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl>.table-bordered {
        border: 0;
    }
    .text-wrap .table-responsive-xl>table {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
    border: 0;
}

.text-wrap .table-responsive>table {
    border: 0;
}

.table-inbox {
    border: 1px solid #eaedf1;
    margin-bottom: 0;
}

.table-inbox tr {
    border-bottom: 1px solid rgba(238, 238, 238, 0.7);
}

.table-inbox tr:last-child {
    border-bottom: 1px solid #eaedf1;
}

.table-inbox tr td {
    padding: 12px !important;
}

.table-inbox tr td:hover {
    cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09;
}

.table-inbox tr.unread td {
    background: #f5f6fb;
    font-weight: 500;
}

.table th, .text-wrap table th {
    color: #2e3138;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400;
}

.table-md th, .table-md td {
    padding: .5rem;
}

.table-vcenter td, .table-vcenter th {
    vertical-align: middle;
    border-top: 1px solid #eaedf1;
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: rgba(255, 255, 255, 0.2);
}

.table-center td, .table-center th {
    text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f5f6fb;
}

.table-header {
    cursor: pointer;
    transition: .3s color;
}

.table-header:hover {
    color: #495057 !important;
}

.table-header:after {
    content: '\f0dc';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: .5rem;
    font-size: .75rem;
}

.table-header-asc {
    color: #495057 !important;
}

.table-header-asc:after {
    content: '\f0de';
}

.table-header-desc {
    color: #495057 !important;
}

.table-header-desc:after {
    content: '\f0dd';
}

table {
    border-collapse: collapse;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: #eaedf1;
}

.table> :not(caption)>*>* {
    background: transparent;
    box-shadow: none;
    border-bottom-width: inherit;
}

@media (min-width: 768px) {
    .table-responsive.export-table .dt-buttons.btn-group {
        position: absolute;
        top: 0;
        left: 172px;
    }
    .table-responsive.deleted-table .data-table-btn {
        position: absolute;
        left: 185px;
        z-index: 1;
    }
}

@media (max-width: 1328px) {
    .table-responsive.export-table .dt-buttons.btn-group {
        position: relative;
        top: 0;
        left: 0px;
    }
}


.form-select {
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    padding: 0.5rem 1.75rem 0.5rem 0.75rem;
    line-height: 1.5;
    color: #76839a;
    vertical-align: middle;
    background-size: 8px 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaedf1;
}

.form-select:focus {
    border-color: #eaedf1;
    outline: 0;
    box-shadow: none;
}

.form-select:focus::-ms-value {
    color: #76839a;
    background-color: #fff;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}

.form-select::-ms-expand {
    opacity: 0;
}

.form-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 75%;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.form-select-lg {
    height: calc(2.6875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 125%;
}

.form-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.375rem;
    margin-bottom: 0;
}

.form-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.375rem;
    margin: 0;
    opacity: 0;
}

.form-file-input:focus~.form-file-label {
    box-shadow: none;
    border-color: #9ca3b1;
}

.form-file-input:lang(en)~.form-file-label::after {
    content: "Browse";
}

.form-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #76839a;
    background-color: #f1f1f9;
    border: 1px solid #d8dde4;
    border-radius: 5px;
}

.form-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(2.375rem - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #fff;
    content: "Browse";
    border-left: 1px solid #eaedf1;
    border-radius: 0 3px 3px 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    box-shadow: 1px 0 0 -6px rgba(0, 50, 126, 0.12), 6px 0 0 -6px rgba(0, 50, 126, 0.12), 7px 0 0 -6px rgba(0, 50, 126, 0.12), 8px 0 0 -6px rgba(0, 50, 126, 0.12), 9px 0 0 -6px rgba(0, 50, 126, 0.12), 10px 0 0 -6px rgba(0, 50, 126, 0.12), 11px 0 0 -6px rgba(0, 50, 126, 0.12), 12px 0 0 -6px rgba(0, 50, 126, 0.12), 13px 0 0 -6px rgba(0, 50, 126, 0.12), 14px 0 0 -6px rgba(0, 50, 126, 0.12), 15px 0 0 -6px rgba(0, 50, 126, 0.12), 16px 0 0 -6px rgba(0, 50, 126, 0.12), 17px 0 0 -6px rgba(0, 50, 126, 0.12), 18px 0 0 -6px rgba(0, 50, 126, 0.12), 19px 0 0 -6px rgba(0, 50, 126, 0.12), 20px 0 0 -6px rgba(0, 50, 126, 0.12), 21px 0 0 -6px rgba(0, 50, 126, 0.12), 22px 0 0 -6px rgba(0, 50, 126, 0.12), 23px 0 0 -6px rgba(0, 50, 126, 0.12), 24px 0 0 -6px rgba(0, 50, 126, 0.12), 25px 0 0 -6px rgba(0, 50, 126, 0.12), 26px 0 0 -6px rgba(0, 50, 126, 0.12), 27px 0 0 -6px rgba(0, 50, 126, 0.12), 28px 0 0 -6px rgba(0, 50, 126, 0.12), 29px 0 0 -6px rgba(0, 50, 126, 0.12), 30px 0 0 -6px rgba(0, 50, 126, 0.12), 31px 0 0 -6px rgba(0, 50, 126, 0.12), 32px 0 0 -6px rgba(0, 50, 126, 0.12), 33px 0 0 -6px rgba(0, 50, 126, 0.12), 34px 0 0 -6px rgba(0, 50, 126, 0.12), 35px 0 0 -6px rgba(0, 50, 126, 0.12), 36px 0 0 -6px rgba(0, 50, 126, 0.12), 37px 0 0 -6px rgba(0, 50, 126, 0.12), 38px 0 0 -6px rgba(0, 50, 126, 0.12), 39px 0 0 -6px rgba(0, 50, 126, 0.12), 40px 0 0 -6px rgba(0, 50, 126, 0.12), 41px 0 0 -6px rgba(0, 50, 126, 0.12), 42px 0 0 -6px rgba(0, 50, 126, 0.12), 43px 0 0 -6px rgba(0, 50, 126, 0.12), 44px 0 0 -6px rgba(0, 50, 126, 0.12), 45px 0 0 -6px rgba(0, 50, 126, 0.12), 46px 0 0 -6px rgba(0, 50, 126, 0.12), 47px 0 0 -6px rgba(0, 50, 126, 0.12), 48px 0 0 -6px rgba(0, 50, 126, 0.12), 49px 0 0 -6px rgba(0, 50, 126, 0.12), 50px 0 0 -6px rgba(0, 50, 126, 0.12), 51px 0 0 -6px rgba(0, 50, 126, 0.12), 52px 0 0 -6px rgba(0, 50, 126, 0.12), 53px 0 0 -6px rgba(0, 50, 126, 0.12), 54px 0 0 -6px rgba(0, 50, 126, 0.12), 55px 0 0 -6px rgba(0, 50, 126, 0.12), 56px 0 0 -6px rgba(0, 50, 126, 0.12), 57px 0 0 -6px rgba(0, 50, 126, 0.12), 58px 0 0 -6px rgba(0, 50, 126, 0.12), 59px 0 0 -6px rgba(0, 50, 126, 0.12), 60px 0 0 -6px rgba(0, 50, 126, 0.12), 61px 0 0 -6px rgba(0, 50, 126, 0.12), 62px 0 0 -6px rgba(0, 50, 126, 0.12), 63px 0 0 -6px rgba(0, 50, 126, 0.12), 64px 0 0 -6px rgba(0, 50, 126, 0.12), 65px 0 0 -6px rgba(0, 50, 126, 0.12), 66px 0 0 -6px rgba(0, 50, 126, 0.12), 67px 0 0 -6px rgba(0, 50, 126, 0.12), 68px 0 0 -6px rgba(0, 50, 126, 0.12), 69px 0 0 -6px rgba(0, 50, 126, 0.12), 70px 0 0 -6px rgba(0, 50, 126, 0.12), 71px 0 0 -6px rgba(0, 50, 126, 0.12), 72px 0 0 -6px rgba(0, 50, 126, 0.12), 73px 0 0 -6px rgba(0, 50, 126, 0.12), 74px 0 0 -6px rgba(0, 50, 126, 0.12), 75px 0 0 -6px rgba(0, 50, 126, 0.12), 76px 0 0 -6px rgba(0, 50, 126, 0.12), 77px 0 0 -6px rgba(0, 50, 126, 0.12), 78px 0 0 -6px rgba(0, 50, 126, 0.12), 79px 0 0 -6px rgba(0, 50, 126, 0.12), 80px 0 0 -6px rgba(0, 50, 126, 0.12), 81px 0 0 -6px rgba(0, 50, 126, 0.12), 82px 0 0 -6px rgba(0, 50, 126, 0.12), 83px 0 0 -6px rgba(0, 50, 126, 0.12), 84px 0 0 -6px rgba(0, 50, 126, 0.12), 85px 0 0 -6px rgba(0, 50, 126, 0.12), 86px 0 0 -6px rgba(0, 50, 126, 0.12), 87px 0 0 -6px rgba(0, 50, 126, 0.12), 88px 0 0 -6px rgba(0, 50, 126, 0.12), 89px 0 0 -6px rgba(0, 50, 126, 0.12), 90px 0 0 -6px rgba(0, 50, 126, 0.12), 91px 0 0 -6px rgba(0, 50, 126, 0.12), 92px 0 0 -6px rgba(0, 50, 126, 0.12), 93px 0 0 -6px rgba(0, 50, 126, 0.12), 94px 0 0 -6px rgba(0, 50, 126, 0.12), 95px 0 0 -6px rgba(0, 50, 126, 0.12), 96px 0 0 -6px rgba(0, 50, 126, 0.12), 97px 0 0 -6px rgba(0, 50, 126, 0.12), 98px 0 0 -6px rgba(0, 50, 126, 0.12), 99px 0 0 -6px rgba(0, 50, 126, 0.12), 100px 0 0 -6px rgba(0, 50, 126, 0.12), 101px 0 0 -6px rgba(0, 50, 126, 0.12), 102px 0 0 -6px rgba(0, 50, 126, 0.12), 103px 0 0 -6px rgba(0, 50, 126, 0.12), 104px 0 0 -6px rgba(0, 50, 126, 0.12), 105px 0 0 -6px rgba(0, 50, 126, 0.12), 106px 0 0 -6px rgba(0, 50, 126, 0.12), 107px 0 0 -6px rgba(0, 50, 126, 0.12), 108px 0 0 -6px rgba(0, 50, 126, 0.12), 109px 0 0 -6px rgba(0, 50, 126, 0.12), 110px 0 0 -6px rgba(0, 50, 126, 0.12), 111px 0 0 -6px rgba(0, 50, 126, 0.12), 112px 0 0 -6px rgba(0, 50, 126, 0.12), 113px 0 0 -6px rgba(0, 50, 126, 0.12), 114px 0 0 -6px rgba(0, 50, 126, 0.12), 115px 0 0 -6px rgba(0, 50, 126, 0.12), 116px 0 0 -6px rgba(0, 50, 126, 0.12), 117px 0 0 -6px rgba(0, 50, 126, 0.12), 118px 0 0 -6px rgba(0, 50, 126, 0.12), 119px 0 0 -6px rgba(0, 50, 126, 0.12), 120px 0 0 -6px rgba(0, 50, 126, 0.12), 121px 0 0 -6px rgba(0, 50, 126, 0.12), 122px 0 0 -6px rgba(0, 50, 126, 0.12), 123px 0 0 -6px rgba(0, 50, 126, 0.12), 124px 0 0 -6px rgba(0, 50, 126, 0.12), 125px 0 0 -6px rgba(0, 50, 126, 0.12), 126px 0 0 -6px rgba(0, 50, 126, 0.12), 127px 0 0 -6px rgba(0, 50, 126, 0.12), 128px 0 0 -6px rgba(0, 50, 126, 0.12), 129px 0 0 -6px rgba(0, 50, 126, 0.12), 130px 0 0 -6px rgba(0, 50, 126, 0.12), 131px 0 0 -6px rgba(0, 50, 126, 0.12), 132px 0 0 -6px rgba(0, 50, 126, 0.12), 133px 0 0 -6px rgba(0, 50, 126, 0.12), 134px 0 0 -6px rgba(0, 50, 126, 0.12), 135px 0 0 -6px rgba(0, 50, 126, 0.12), 136px 0 0 -6px rgba(0, 50, 126, 0.12), 137px 0 0 -6px rgba(0, 50, 126, 0.12), 138px 0 0 -6px rgba(0, 50, 126, 0.12), 139px 0 0 -6px rgba(0, 50, 126, 0.12), 140px 0 0 -6px rgba(0, 50, 126, 0.12), 141px 0 0 -6px rgba(0, 50, 126, 0.12), 142px 0 0 -6px rgba(0, 50, 126, 0.12), 143px 0 0 -6px rgba(0, 50, 126, 0.12), 144px 0 0 -6px rgba(0, 50, 126, 0.12), 145px 0 0 -6px rgba(0, 50, 126, 0.12), 146px 0 0 -6px rgba(0, 50, 126, 0.12), 147px 0 0 -6px rgba(0, 50, 126, 0.12), 148px 0 0 -6px rgba(0, 50, 126, 0.12), 149px 0 0 -6px rgba(0, 50, 126, 0.12), 150px 0 0 -6px rgba(0, 50, 126, 0.12), 151px 0 0 -6px rgba(0, 50, 126, 0.12), 152px 0 0 -6px rgba(0, 50, 126, 0.12), 153px 0 0 -6px rgba(0, 50, 126, 0.12), 154px 0 0 -6px rgba(0, 50, 126, 0.12), 155px 0 0 -6px rgba(0, 50, 126, 0.12), 156px 0 0 -6px rgba(0, 50, 126, 0.12), 157px 0 0 -6px rgba(0, 50, 126, 0.12), 158px 0 0 -6px rgba(0, 50, 126, 0.12), 159px 0 0 -6px rgba(0, 50, 126, 0.12), 160px 0 0 -6px rgba(0, 50, 126, 0.12), 161px 0 0 -6px rgba(0, 50, 126, 0.12), 162px 0 0 -6px rgba(0, 50, 126, 0.12), 163px 0 0 -6px rgba(0, 50, 126, 0.12), 164px 0 0 -6px rgba(0, 50, 126, 0.12), 165px 0 0 -6px rgba(0, 50, 126, 0.12), 166px 0 0 -6px rgba(0, 50, 126, 0.12), 167px 0 0 -6px rgba(0, 50, 126, 0.12), 168px 0 0 -6px rgba(0, 50, 126, 0.12), 169px 0 0 -6px rgba(0, 50, 126, 0.12), 170px 0 0 -6px rgba(0, 50, 126, 0.12), 171px 0 0 -6px rgba(0, 50, 126, 0.12), 172px 0 0 -6px rgba(0, 50, 126, 0.12), 173px 0 0 -6px rgba(0, 50, 126, 0.12), 174px 0 0 -6px rgba(0, 50, 126, 0.12), 175px 0 0 -6px rgba(0, 50, 126, 0.12), 176px 0 0 -6px rgba(0, 50, 126, 0.12), 177px 0 0 -6px rgba(0, 50, 126, 0.12), 178px 0 0 -6px rgba(0, 50, 126, 0.12), 179px 0 0 -6px rgba(0, 50, 126, 0.12), 180px 0 0 -6px rgba(0, 50, 126, 0.12), 181px 0 0 -6px rgba(0, 50, 126, 0.12), 182px 0 0 -6px rgba(0, 50, 126, 0.12), 183px 0 0 -6px rgba(0, 50, 126, 0.12), 184px 0 0 -6px rgba(0, 50, 126, 0.12), 185px 0 0 -6px rgba(0, 50, 126, 0.12), 186px 0 0 -6px rgba(0, 50, 126, 0.12), 187px 0 0 -6px rgba(0, 50, 126, 0.12), 188px 0 0 -6px rgba(0, 50, 126, 0.12), 189px 0 0 -6px rgba(0, 50, 126, 0.12), 190px 0 0 -6px rgba(0, 50, 126, 0.12), 191px 0 0 -6px rgba(0, 50, 126, 0.12), 192px 0 0 -6px rgba(0, 50, 126, 0.12), 193px 0 0 -6px rgba(0, 50, 126, 0.12), 194px 0 0 -6px rgba(0, 50, 126, 0.12), 195px 0 0 -6px rgba(0, 50, 126, 0.12), 196px 0 0 -6px rgba(0, 50, 126, 0.12), 197px 0 0 -6px rgba(0, 50, 126, 0.12), 198px 0 0 -6px rgba(0, 50, 126, 0.12), 199px 0 0 -6px rgba(0, 50, 126, 0.12), 200px 0 0 -6px rgba(0, 50, 126, 0.12), 201px 0 0 -6px rgba(0, 50, 126, 0.12), 202px 0 0 -6px rgba(0, 50, 126, 0.12), 203px 0 0 -6px rgba(0, 50, 126, 0.12), 204px 0 0 -6px rgba(0, 50, 126, 0.12), 205px 0 0 -6px rgba(0, 50, 126, 0.12), 206px 0 0 -6px rgba(0, 50, 126, 0.12), 207px 0 0 -6px rgba(0, 50, 126, 0.12), 208px 0 0 -6px rgba(0, 50, 126, 0.12), 209px 0 0 -6px rgba(0, 50, 126, 0.12), 210px 0 0 -6px rgba(0, 50, 126, 0.12), 211px 0 0 -6px rgba(0, 50, 126, 0.12), 212px 0 0 -6px rgba(0, 50, 126, 0.12), 213px 0 0 -6px rgba(0, 50, 126, 0.12), 214px 0 0 -6px rgba(0, 50, 126, 0.12), 215px 0 0 -6px rgba(0, 50, 126, 0.12), 216px 0 0 -6px rgba(0, 50, 126, 0.12), 217px 0 0 -6px rgba(0, 50, 126, 0.12), 218px 0 0 -6px rgba(0, 50, 126, 0.12), 219px 0 0 -6px rgba(0, 50, 126, 0.12), 220px 0 0 -6px rgba(0, 50, 126, 0.12), 221px 0 0 -6px rgba(0, 50, 126, 0.12), 222px 0 0 -6px rgba(0, 50, 126, 0.12), 223px 0 0 -6px rgba(0, 50, 126, 0.12), 224px 0 0 -6px rgba(0, 50, 126, 0.12), 225px 0 0 -6px rgba(0, 50, 126, 0.12), 226px 0 0 -6px rgba(0, 50, 126, 0.12), 227px 0 0 -6px rgba(0, 50, 126, 0.12), 228px 0 0 -6px rgba(0, 50, 126, 0.12), 229px 0 0 -6px rgba(0, 50, 126, 0.12), 230px 0 0 -6px rgba(0, 50, 126, 0.12), 231px 0 0 -6px rgba(0, 50, 126, 0.12), 232px 0 0 -6px rgba(0, 50, 126, 0.12), 233px 0 0 -6px rgba(0, 50, 126, 0.12), 234px 0 0 -6px rgba(0, 50, 126, 0.12), 235px 0 0 -6px rgba(0, 50, 126, 0.12), 236px 0 0 -6px rgba(0, 50, 126, 0.12), 237px 0 0 -6px rgba(0, 50, 126, 0.12), 238px 0 0 -6px rgba(0, 50, 126, 0.12), 239px 0 0 -6px rgba(0, 50, 126, 0.12), 240px 0 0 -6px rgba(0, 50, 126, 0.12);
    transition: .3s border-color, .3s background-color;
}

.form-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f1f1f9, 0 0 0 2px rgba(98, 58, 162, 0.25);
}

.form-range::-webkit-slider-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eaedf1;
    border-color: transparent;
    border-radius: 1rem;
    background: #467fcf;
    content: '';
    pointer-events: none;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    position: relative;
    transition: .3s border-color, .3s background-color;
}

.form-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f1f1f9, 0 0 0 2px rgba(98, 58, 162, 0.25);
}

.form-range::-moz-range-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #eaedf1;
    border-color: transparent;
    border-radius: 1rem;
    background: rgba(0, 50, 126, 0.12);
}

.form-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    border: 0;
    border-radius: 1rem;
    appearance: none;
    background: #fff;
    border-radius: 50px;
    border: 1px solid rgba(0, 30, 75, 0.12);
    transition: .3s border-color, .3s background-color;
}

.form-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f1f1f9, 0 0 0 2px rgba(98, 58, 162, 0.25);
}

.form-range::-ms-thumb:active {
    background-color: #d4e1f4;
}

.form-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
}

.form-range::-ms-fill-lower {
    background-color: #eaedf1;
    border-radius: 1rem;
    background: #467fcf;
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem;
}

.custom-control-label {
    vertical-align: middle;
    position: unset;
    margin-bottom: 0;
}

.custom-control-label:before {
    border: 1px solid #d8dde4;
    background-color: #f1f1f9;
    background-size: .5rem;
}

.custom-control-description {
    line-height: 1.5rem;
}

.form-range {
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 2.375rem;
    overflow: hidden;
    padding: 0;
    border: 0;
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    box-shadow: none;
    outline: none;
}

.form-range:focus::-webkit-slider-thumb, .form-range:focus::-moz-range-thumb, .form-range:focus::-ms-thumb {
    border-color: #467fcf;
    background-color: #467fcf;
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-moz-range-progress {
    height: 2px;
    background: #467fcf;
    border: 0;
    margin-top: 0;
}

.form-range::-ms-fill-upper {
    background: rgba(0, 50, 126, 0.12);
    border-radius: 0;
    margin-right: 15px;
    background-color: #eaedf1;
}

.form-range::-ms-tooltip {
    display: none;
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding-left: 0;
}

.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-description {
    margin-left: .5rem;
    color: #6e7687;
    transition: .3s color;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switch-input:checked~.custom-switch-description {
    color: #495057;
}

.custom-switches-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-switches-stacked .custom-switch {
    margin-bottom: .5rem;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #f1f1f9;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #d8dde4;
    transition: .3s border-color, .3s background-color;
}

.custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:focus~.custom-switch-indicator {
    box-shadow: none;
    border-color: #60529f;
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.show) {
    opacity: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.collapse:not(.show) {
    display: none;
    background: #fff;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.notifyimg {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 43px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    font-size: 16px;
}

.block {
    display: block !important;
}

.user-semi-title {
    font-size: 14px;
    line-height: 23px;
}

/*----- Global Loader -----*/

#global-loader {
    position: fixed;
    z-index: 50000;
    background: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#popup {
    position: absolute;
    width: auto;
    height: 30px;
    background: #fe6b1f;
    display: none;
    color: white;
    border-radius: 5px;
}

#copy {
    background: none;
    color: white;
    font-weight: bold;
    padding: 8px 25px;
    border: 0;
}

.popsecondary {
    color: #628dea;
}

.popinfo {
    color: #88c8f7;
}

.popsuccess {
    color: #bfff80;
}

.popdanger {
    color: #ea6262;
}

.popwarning {
    color: #f7db6e;
}

.more-less {
    float: right;
    color: #212121;
}

.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.content-heading {
    font-weight: 400;
    margin: 2rem 0 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
}

.content-heading:first-child {
    margin-top: 0;
}

.aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22rem;
    background: #fff;
    border-left: 1px solid #eaedf1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    visibility: hidden;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1600px) {
    body.aside-opened .aside {
        visibility: visible;
    }
}

.aside-body {
    padding: 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
}

.center-block {
    margin-right: auto;
    margin-left: auto;
    float: inherit !important;
}

.tracking-tight {
    letter-spacing: -0.05em !important;
}

.tracking-normal {
    letter-spacing: 0 !important;
}

.tracking-wide {
    letter-spacing: 0.05em !important;
}

.leading-none {
    line-height: 1 !important;
}

.leading-tight {
    line-height: 1.25 !important;
}

.leading-normal {
    line-height: 1.5 !important;
}

.leading-loose {
    line-height: 3 !important;
}

.icon i {
    vertical-align: -1px;
}

a.icon {
    text-decoration: none;
    cursor: pointer;
}

a.icon:hover {
    color: #1a1a1a !important;
}

.o-auto {
    overflow: auto !important;
}

.o-hidden {
    overflow: hidden !important;
}

.shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

@media (max-width: 992px) {
    .with-sub .nav-link, .nav-item.with-sub {
        display: block !important;
    }
    .about-con {
        border-bottom: 1px solid #eaedf1;
    }
    .hor-content .container, .mobile-header .container, .hor-header .container {
        max-width: none;
    }
    .hor-mobile-header .animated-arrow.hor-toggle {
        margin: 20px 0 0 18px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .page-header .notifications {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .list-media .info {
        padding-bottom: 15px;
    }
    .list-media .info .text-right {
        display: none;
    }
    .header .nav-link {
        padding: 0.6rem 0.6rem !important;
        line-height: 1.9;
    }
    .header .nav-link.leading-none::after {
        top: 12px !important;
    }
    .header .navsearch i {
        font-size: 20px !important;
        margin-top: -2px;
    }
    .header .nav-link.icon {
        font-size: 16px;
    }
    .header .nav-link .badge {
        position: absolute;
        top: -7px;
        right: 6px;
        width: 1rem;
        height: 1rem;
        font-size: 11px;
        text-align: center !important;
        padding: 0.25em 0.4em;
        line-height: 1;
    }
    #user-profile .tabs-menu2 ul li a {
        padding: 10px 8px 11px 8px;
    }
    .tabs-menu ul li {
        width: 100%;
        margin: 15px 15px 0 15px;
    }
    .tabs-menu ul li:last-child {
        margin-bottom: 15px;
    }
    .tabs-menu ul li a {
        width: 100%;
        border: 1px solid #eaedf1;
        border-radius: 5px;
    }
    .cal1 .clndr .clndr-table tr {
        height: 50px !important;
    }
    .tabs-menu1 ul li {
        width: 100%;
        margin: 15px 15px 0 15px;
        border: 1px solid #eaedf1;
    }
    .tabs-menu1 ul li:last-child {
        margin-bottom: 15px;
    }
    .tabs-menu1 ul li a {
        width: 100%;
    }
    .wizard-card .nav-pills>li {
        text-align: center;
        padding: 9px !important;
    }
    .form-control.form-select.w-auto {
        display: none;
    }
    .mail-inbox .badge {
        margin: 0;
    }
    .construction .display-5 {
        font-size: 1.5rem;
    }
    .mail-option .hidden-phone {
        display: none;
    }
    .error-page .display-1 {
        font-size: 8.5rem !important;
        text-align: center;
        margin-right: 2px;
    }
    .countdown-timer-wrapper .timer .timer-wrapper {
        width: 50px;
        margin: 10px;
        margin-bottom: 0 !important;
    }
    .countdown-timer-wrapper .timer .timer-wrapper .time {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

@media (max-width: 320px) {
    .error-page .display-1 {
        font-size: 6.5rem !important;
        text-align: center;
    }
    .construction .btn.btn-icon {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        text-align: center;
        padding: 0;
        background: transparent;
        font-size: 16px;
        color: #fff;
        margin: 0 2px !important;
    }
    .countdown-timer-wrapper .timer {
        padding: 0 !important;
    }
    .display-2 {
        text-align: center;
        font-size: 3rem;
    }
}

@media (max-width: 360px) {
    .error-page .display-1 {
        font-size: 6.5rem !important;
        text-align: center;
    }
    .page-header {
        display: block !important;
    }
    .breadcrumb {
        flex-wrap: wrap;
        margin-bottom: 0;
        list-style: none;
        border-radius: 3px;
        position: relative;
        right: 0;
        top: 0px;
        padding-right: 0;
        color: #fff;
        left: 0px;
        padding: 0;
        margin-top: 5px;
    }
    #user-profile .tabs-menu2 ul li a {
        padding: 10px 6px 11px 6px;
    }
    .header .nav-link {
        line-height: 1.9;
    }
}

@media (max-width: 400px) {
    .page-header {
        display: block !important;
    }
    .hor-content .container .page-header .breadcrumb {
        margin-bottom: 0.8rem;
    }
}

@media (max-width: 767px) {
    .card-tabs {
        display: block !important;
    }
    .header .input-icon.mt-2 {
        margin-top: 5px !important;
    }
    .footer .privacy {
        text-align: center !important;
    }
    .shop-dec .col-md-6.pr-0 {
        padding-right: 0.75rem !important;
    }
    .shop-dec .col-md-6.pl-0 {
        padding-left: 0.75rem !important;
    }
    .horizontalMenucontainer .hor-mobile-header .header-brand {
        width: inherit;
        position: absolute;
        left: 0;
        right: 0;
    }
    .horizontalMenucontainer .hor-mobile-header .header-brand .header-brand-img {
        margin: 0 auto;
        margin-top: 3px;
    }
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        width: 100%;
    }
    .page-subtitle {
        display: none;
    }
    .richText .richText-toolbar ul li a {
        border: rgba(0, 40, 100, 0.12) solid 1px;
    }
    .ticket-card .col-md-1 {
        width: 100%;
        display: block;
    }
    .ticket-card img {
        display: block;
        text-align: Center;
        margin: 0 auto;
    }
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        margin-top: 10px !important;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
    .page-title {
        margin-bottom: 0;
    }
    .carousel-caption {
        display: none;
    }
    .demo-gallery>ul>li {
        width: 100% !important;
    }
    ul.inbox-pagination li span {
        display: none;
    }
    .header-1 .notifications, .header-1 .message {
        display: none;
    }
    .header-1 .navsearch i {
        color: #000 !important;
    }
    .responsive-navbar .dropdown-menu.dropdown-menu-end.show {
        left: 10px !important;
        right: 10px;
    }
    .responsive-navbar .dropdown-menu.dropdown-menu-start.show {
        right: 10px;
        left: 10px;
    }
}

@media (max-width: 320px) {
    .wizard-card .nav-pills>li>a, .wizard-card .moving-tab {
        font-size: 11px;
    }
    .tui-full-calendar-popup-container {
        padding: 17px 24px !important;
    }
}

@media (max-width: 576px) {
    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .sm-mb-3 {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 990px) {
    .header-toggler {
        top: 6px;
    }
    .nav-tabs .nav-link {
        width: 100%;
    }
    form.convFormDynamic button.submit {
        margin: 4px !important;
    }
    .messages-list .media {
        padding: 9px !important;
    }
    .nav-tabs {
        z-index: 9;
    }
}



@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    100%, 60% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    100%, 60% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    100%, 60% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    100%, 60% {
        left: 107%;
        right: -8%;
    }
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.user p.u-name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0d0c22;
}

.user p.u-designation {
    margin: 0;
    font-size: 11px;
    color: #0d0c22;
}

div.online-status .status.online {
    background: rgba(0, 128, 0, 0.68);
}

.online-status .status {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: inline-flex;
    justify-content: flex-start;
    transform: translateX(-60px) translateY(2px);
}

.online-status .status.offline {
    background: rgba(255, 0, 0, 0.7);
}

.link-overlay {
    position: relative;
}

.link-overlay:hover .link-overlay-bg {
    opacity: 1;
}

.link-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    opacity: 0;
    transition: .3s opacity;
    background: rgba(0, 0, 0, 0.3);
}

.fs {
    font-size: 25px;
}

.sparkline {
    display: inline-block;
    height: 2rem;
}

@-webkit-keyframes status-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .32;
    }
}

@keyframes status-pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .32;
    }
}

.status-icon {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: currentColor;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    margin-right: .375rem;
    vertical-align: middle;
}

.status-animated {
    -webkit-animation: 1s status-pulse infinite ease;
    animation: 1s status-pulse infinite ease;
}

#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    z-index: 10000;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 5px;
}

#back-to-top i {
    padding-top: 15px;
    font-size: 16px;
}

#back-to-top:hover {
    background: #fff !important;
}



@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}



.user-profile .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.user-profile .box .img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.userprofile {
    width: 100%;
    float: left;
    clear: both;
    margin: 7px auto;
}

.userprofile .userpic {
    height: 100px;
    width: 100px;
    clear: both;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

.userlist a:hover {
    color: #fff;
    opacity: 0.9;
}

.userprofile .userpic .userpicimg {
    height: auto;
    width: 100%;
    border-radius: 100%;
}

.username {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.username+p {
    color: #f2f2f2;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.settingbtn {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.userprofile.small {
    width: auto;
    clear: both;
    margin: 0px auto;
}

.userprofile.small .userpic {
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    display: block;
    border-radius: 100%;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    float: left;
}

.userprofile.small .textcontainer {
    float: left;
    max-width: 100px;
    padding: 0;
}

.userprofile.small .userpic .userpicimg {
    min-height: 100%;
    width: 100%;
    border-radius: 100%;
}

.userprofile.small .username {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin: 0px;
    float: left;
    width: 100%;
}

.userprofile.small .username+p {
    color: #607d8b;
    font-size: 13px;
    float: left;
    width: 100%;
    margin: 0;
}

.error-template h2 {
    font-size: 3.5rem;
}

.counters h3 {
    font-weight: 400;
}

#user-profile h2 {
    padding-right: 15px;
}

#user-profile .profile-status {
    font-size: 0.75em;
    margin-top: -10px;
    color: #7e47a9;
}

#user-profile .profile-status.offline {
    color: #fe635f;
}

#user-profile .profile-img {
    padding: 4px;
}

#user-profile .profile-label {
    text-align: center;
}

#user-profile .profile-label .label {
    padding: 5px 15px;
    font-size: 1em;
}

#user-profile .profile-stars {
    color: #FABA03;
    padding: 7px 0;
    text-align: center;
}

#user-profile .profile-stars>i {
    margin-left: -2px;
}

#user-profile .profile-since {
    text-align: center;
    margin-top: -5px;
}

#user-profile .profile-details ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 40px;
}

#user-profile .profile-details ul>li {
    margin: 3px 0;
    line-height: 1.5;
}

#user-profile .profile-details a>i {
    padding-top: 2px;
}

#user-profile .profile-details ul>li>span {
    color: #643ba2;
}

#user-profile .profile-header {
    position: relative;
}

#user-profile .profile-header>h3 {
    margin-top: 10px;
}

#user-profile .profile-header .edit-profile {
    margin-top: -6px;
    position: absolute;
    right: 0;
    top: 0;
}

#user-profile .profile-tabs {
    margin-top: 30px;
}

#user-profile .profile-user-info {
    padding-bottom: 20px;
}

#user-profile .profile-user-info .profile-user-details {
    position: relative;
    padding: 4px 0;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
    width: 110px;
    float: left;
    bottom: 0;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 110px;
}

#user-profile .profile-image {
    position: absolute;
    top: 33px;
    right: 30%;
    display: block;
    border: 1px solid rgba(167, 180, 201, 0.2);
    border-radius: 50%;
    font-size: 10px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    height: 24px;
    background: rgba(240, 243, 249, 0.6);
    z-index: 1000;
}

#user-profile .profile-image:hover {
    background: rgba(164, 166, 169, 0.9);
}

@media only screen and (max-width: 767px) {
    #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
        float: none;
        position: relative;
        text-align: left;
    }
    #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
        margin-left: 0;
    }
    #user-profile .profile-social {
        margin-top: 20px;
    }
    .responsive-navbar .dropdown .avatar.profile-user {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 420px) {
    #user-profile .profile-header .edit-profile {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }
    #user-profile .profile-message-btn .btn {
        display: block;
    }
}

.main-box {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    padding: 20px;
}

.main-box h2 {
    margin: 0 0 15px -20px;
    padding: 5px 0 5px 20px;
    border-left: 10px solid #c2c2c2;
    /*7e8c8d*/
}

@media (max-width: 1024px) {
    body.search-show, body.sidebar-show {
        overflow: hidden;
    }
    body.search-show:before, body.sidebar-show:before {
        content: '';
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: .6;
        z-index: 891;
    }
}

@media (max-width: 575.98px) {
    body.search-show .header .form-inline .search-element {
        display: block;
    }
    .header .form-inline .search-element .form-control {
        float: left;
        width: 100%;
        height: 40px;
        margin: 0 auto;
        background: #fff;
        border-radius: 0;
    }
    .search-show .search-element {
        display: block;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        padding: 10px 13px;
    }
    .form-control.header-search {
        color: #000;
    }
    .header .form-inline .search-element {
        position: absolute;
        z-index: 892;
        display: none;
    }
    .header .form-inline .btn {
        color: #46494a !important;
    }
    .header .form-inline .form-control::-webkit-input-placeholder {
        color: #fff !important;
    }
    .header .navsearch i {
        font-size: 20px;
        color: #fff;
        padding-top: 4px;
    }
    .header .header-brand-img.desktop-logo {
        display: none;
    }
    .header .header-brand-img.mobile-view-logo {
        display: block !important;
    }
}



.dark-mode .list-group-item-success {
    background-color: #d2ecb8 !important;
}

.dark-mode .list-group-item-info {
    background-color: #cbe7fb !important;
}

.dark-mode .list-group-item-warning {
    background-color: #fbeebc !important;
}

.dark-mode .list-group-item-danger {
    background-color: #f1c1c0 !important;
}

.dark-mode .btn-light:focus, .dark-mode .btn-light.focus {
    background-color: #282840 !important;
}

.dark-mode .apexcharts-tooltip.light {
    border: 1px solid #43435d;
    background: #232239;
}

.dark-mode .apexcharts-tooltip.light .apexcharts-tooltip-title {
    background: #30304d;
    border-bottom: 1px solid #43435d;
}

.input-group.input-indec .form-control {
    border-color: #eaedf1;
}

/*********************IE***************************/

*::-ms-backdrop, html.fullscreenie .app-content {
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
}

*::-ms-backdrop, html.fullscreenie .container.app-content {
    min-height: 0;
}

*::-ms-backdrop, html.fullscreenie {
    width: 100%;
}

*::-ms-backdrop, .ieh-100 {
    height: 100%;
}

*::-ms-backdrop, .mail-chats li.chat-persons {
    height: 100%;
}

*::-ms-backdrop, .card-img-top {
    height: 252px;
}

*::-ms-backdrop, .custom-control-label::before, *::-ms-backdrop, .custom-control-label::after {
    left: -25px;
}

*::-ms-backdrop, .media-body, .media-left, .media-right {
    display: block;
}

*::-ms-backdrop, .resp-vtabs .resp-tabs-list li {
    display: block;
}

.transaction-table.table td {
    vertical-align: middle;
}

@media (min-width: 1135px) {
    .main-header-center .form-control {
        width: 350px;
    }
}

@media (min-width: 992px) {
    .main-header-center .form-control {
        height: 40px;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid #eaedf1;
    }
}

.main-header-center .form-control {
    padding: 1rem 1.5rem;
}

@media (min-width: 992px) {
    .main-header-center .btn {
        position: absolute;
        top: 0;
        right: 12px;
        background-color: transparent;
        height: 40px;
        color: #b4bdce;
        transition: none;
        font-size: 16px;
        padding-right: 13px;
    }
}

.header .btn {
    position: absolute;
    top: -2px;
    margin-left: 171px;
}

.header .main-header-center {
    position: relative;
    top: 5px;
    padding-left: 30px;
}

.header-icon-svgs {
    width: 19px;
    height: 19px;
    color: #5b6e88;
}

.pulse-danger {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ee335e;
}

.pulse-danger:before {
    content: '';
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(238, 51, 94, 0.8);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(238, 51, 94, 0.9);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

.pulse {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c03c;
}

.pulse:before {
    content: '';
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(34, 192, 60, 0.6);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse 1s linear infinite;
}

.progress.info1 {
    background: #fed5db;
}

.progress.secondary {
    background: #f9d1bd;
}

.app-header .header-right-icons .nav-link.icon {
    margin: 5px;
    padding: 11px !important;
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
}

.app-header .header-right-icons .nav-link.icon:hover {
    margin: 5px;
    padding: 11px;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    background: #f8fbff !important;
    border-radius: 50%;
}

.avatar {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 500;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.badge-success-light {
    background-color: rgba(19, 191, 27, 0.15) !important;
    color: #13bf1b;
}

.badge-orange-light {
    color: #e17626;
    background-color: rgba(225, 118, 38, 0.15);
}

.badge-danger-light {
    color: #f33819;
    background-color: rgba(243, 56, 25, 0.15);
}

.activity-img {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
}

.fa-user-plus:before {
    content: "\f234";
}

.activity-details {
    margin-left: 15px;
    width: 80%;
    margin-top: 6px;
}

.activity-blog {
    display: flex;
    position: relative;
    min-height: 70px;
}

.activity-blog:before {
    content: '';
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 23px;
    border-left: 1px solid #e0e9f1;
}

.activity-blog:last-child:before {
    display: none;
}

.sales-product-info .sales-product-infomation {
    margin-top: -30px;
}

.chart-circle-sm {
    height: 4rem;
    width: 4rem;
    font-size: .8rem;
}

.chart-circle {
    display: block;
    height: 8rem;
    width: 8rem;
    position: relative;
    margin: 0 auto;
}

small, .small {
    font-size: 60%;
    font-weight: 400;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.browser-stats i {
    font-size: 18px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.browser-stats {
    min-height: 70px;
    display: flex;
}

svg.table-edit {
    fill: #fff !important;
}

svg.table-delete {
    fill: #fff !important;
}

@media (min-width: 767px) {
    .sidebar-mini.sidenav-toggled .side-menu {
        padding: 0 0px 40px 00px;
    }
    .sidebar-mini.sidenav-toggled .side-menu__item.active .side-menu__icon {
        color: #ffffff !important;
    }
    .sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        background: none !important;
        box-shadow: none;
    }
    .sidebar-mini.sidenav-toggled .side-menu__item.active .side-menu__icon {
        color: #ffffff;
        fill: #ffffff;
    }
    .sidebar-mini.sidenav-toggled .side-badge, .sidebar-mini.sidenav-toggled .slide-menu open.slide-menu hide .side-badge {
        top: 6px;
        right: 22px;
    }
}

.activity-img i {
    padding-bottom: 4px;
}

@media (max-width: 767px) {
    .sidenav-toggled .app-header.header {
        padding-left: 0px !important;
    }
    .sidenav-toggled .header-brand1 .light-logo {
        display: none !important;
    }
    .sidebar-mini .page-header {
        display: block;
    }
    .pageheader-btn {
        margin-top: 12px;
    }
    .header-brand1 {
        width: 100%;
        margin: 0 auto;
    }
    .header-brand1 .light-logo1 {
        margin: 0 auto;
        margin-top: 6px;
    }
    .app-header {
        position: fixed !important;
        z-index: 999999 !important;
    }
    .side-menu {
        padding: 80px 15px 0 0px !important;
    }
    .side-menu h3 {
        display: none !important;
    }
    .app-content .side-app {
        padding: 0px 15px 0 15px !important;
    }
}

@media (max-width: 991px) {
    .main-header-center .form-control {
        display: none !important;
    }
    .main-header-center .btn {
        display: none !important;
    }
    .app-header.header .header-brand-img.toggle-logo {
        display: none;
    }
    .app-header.header .header-brand-img.desktop-logo {
        display: none;
    }
    .dropdown-menu.header-search:before {
        left: 15px !important;
    }
    .header .dropdown-menu {
        margin-top: 16px !important;
    }
}



.sidebar .tab-menu-heading {
    background: #6259ca;
    color: #fff;
}

.sidebar .user-pro-body img {
    display: block;
    margin: 0 auto 0px;
    border: 2px solid #353d9f;
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2);
    padding: 3px;
    background: #e8e9f5;
}

.sidebar .user-pro-body .profile-status {
    top: 52px;
}

.profile-status {
    content: '';
    position: absolute;
    bottom: 0;
    right: 103px;
    width: 10px;
    height: 10px;
    background-color: #00d48f;
    border-radius: 100%;
    top: 73px;
    border: 2px solid #fff;
}

.sidebar-right .tab-content i {
    font-size: 18px;
    line-height: 2;
    background-color: #6259ca;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #ffffff !important;
}

.nav.panel-tabs a:hover {
    background-color: #f5f6fb;
    border-radius: 5px;
}

.nav.panel-tabs a.active {
    background-color: #f5f6fb;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .dropdown-menu.header-search:before {
        content: '';
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        left: 28px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

#morrisBar8.chartsh svg text {
    font-size: 10px !important;
    /*but its not reducing the font size */
    font-weight: 400 !important;
}

#morrisBar9.chartsh svg text {
    font-size: 10px !important;
    /*but its not reducing the font size */
    font-weight: 400 !important;
}

.table-bordered> :not(caption)>* {
    border-width: 0px 0;
}

.list-group .contact-icons {
    position: absolute;
    top: 20px;
    left: 70px;
}

.list-group .list-contact-icons {
    min-width: 2rem;
    transition: .3s color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #6259ca;
    background: #ece8ff;
    height: 35px;
    width: 35px;
    font-size: 13px;
    padding: 10px;
}

.sw-btn-group-extra.btn-group>.btn:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.13) !important;
}

.sw-btn-group-extra .btn+.btn {
    margin-left: 0;
}

@media screen and (max-width: 1310px) and (min-width: 1280px) {
    h3.number-font {
        font-size: 1.8rem;
    }
}

@media (min-width: 768px) and (max-width: 830px) {
    .form-group .custom-switch .custom-switch-indicator {
        width: 2.8rem;
    }
}

.inbox-body .mail-option .dropdown-menu {
    z-index: 8;
}

@media (max-width: 320px) {
    .responsive-navbar.navbar .nav-link.icon {
        margin: 1px !important;
    }
}

@media (min-width: 992px) and (max-width: 1060px) {
    .panel-theme .no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.dropdown.tooltip {
    z-index: 999 !important;
}

.profie-img .flex-md-row img {
    width: 60px;
}

.profile-img {
    display: block;
    border: 1px solid rgba(167, 180, 201, 0.2);
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    background: rgba(225, 225, 225, 0.2);
    z-index: 1000;
    position: relative;
}

.cover-image {
    background-size: cover !important;
}

.card-profile-img {
    max-width: 6rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .7;
    transition: .3s color;
}

.btn-close:hover, .btn-close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.btn-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container, .navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.359375rem;
    padding-bottom: 0.359375rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1279.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1280px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='$black-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='$white-5' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff;
}

.sidebar-mini .responsive-navbar.navbar .navbar-collapse {
    margin-top: 71px;
}

.responsive-navbar.navbar {
    position: relative !important;
    display: -ms-flexbox;
    display: flex;
    top: 65px;
    margin: 0;
    margin-bottom: 0 !important;
    padding: 0;
}

.responsive-navbar.navbar .navbar-collapse {
    padding: 5px;
    position: fixed;
    width: 100%;
    background: #fff;
    margin-top: 41px;
    z-index: 999;
    box-shadow: 0 3px 9px 0 rgba(44, 46, 47, 0.2);
}

.responsive-navbar.navbar .dropdown-menu.dropdown-menu-left {
    left: -1px;
    right: -1px;
    position: absolute;
}

.responsive-navbar.navbar .dropdown {
    position: initial;
}

.responsive-navbar.navbar .nav-link.icon {
    padding: 9px !important;
    border: 1px solid #eaedf1;
    margin: 3px;
    color: #2A1B4D !important;
    border-radius: 50px;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
}

@media (max-width: 768px) {
    .navresponsive-toggler {
        padding: 2px;
    }
    .navresponsive-toggler span {
        margin-top: 2px;
        padding: 9px;
        text-align: center;
        height: 2.5rem;
        font-size: 1.2rem;
        position: relative;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
        width: 2.5rem;
    }
    .dropdown-menu.dropdown-menu-right {
        left: 0 !important;
    }
    .responsive-navbar.navbar .navbar-collapse .icon.navsearch {
        padding: 7px 10px !important;
        border: 1px solid #e4e6f9;
        margin: 2px;
        border-radius: 25px;
    }
    .responsive-navbar.navbar .navbar-collapse .icon.navsearch i {
        line-height: 20px;
    }
}

.navbar-nav {
    flex-direction: initial !important;
}




/* ######## LAYOUT-STYLES ######## */

.aside-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #eaedf1;
}

.footer {
    background: #fff;
    border-top: 1px solid #eaedf1;
    font-size: 0.875rem;
    padding: 1.25rem 1.25rem;
}

.footer .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.footer .social {
    margin: 0 auto;
}

.footer .social ul li {
    float: left;
    padding: 7px;
}

.footer .social ul li a {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #eceef7;
    line-height: 25px;
    border-radius: 50%;
    background: #e9ebfa;
    color: #6259ca;
}

@media print {
    .footer {
        display: none;
    }
}

.footer-1.footer {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.top-footer {
    width: 100%;
    line-height: 1.25rem;
    opacity: 1;
    transform: translate(0px, 0px);
    font-size: 14px;
    flex: 0 0 auto;
}

.top-footer h6 {
    font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 500;
}

.top-footer p {
    color: #76839a;
}

.top-footer a {
    color: #76839a;
    line-height: 2;
}

.top-footer a address {
    color: #76839a;
    margin-bottom: 0;
    line-height: 2;
}

.top-footer img {
    width: 80px;
    border: 1px solid #e6eaea;
    padding: 2px;
    height: 80px;
}

.top-footer img:hover {
    color: #8e9090;
    opacity: .6;
}

.top-footer .list-unstyled li {
    border-bottom: 0;
}

.footer-payments {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}

.footer-payments li {
    display: inline-block;
}

.footer-payments li:not(:last-child) {
    margin-right: 1.5rem;
}

.footer-payments a {
    color: #a7a8c7;
    text-decoration: none;
    font-size: 2rem;
}

.footer-payments a:hover {
    opacity: .9;
}

.main-footer {
    padding: 20px 30px 20px 280px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    border-top: 1px solid #e6eaea;
}

.footer-social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    line-height: 1.25rem;
}

.footer-social-list li {
    display: inline-block;
}

.footer-social-list li:not(:last-child) {
    margin-right: 1.5rem;
}

.footer-social-list a {
    text-decoration: none;
    font-size: 1rem;
}

@media (max-width: 992px) {
    .footer-social-list {
        text-align: center;
        margin-top: 1rem;
    }
    .footer1 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 1.25rem 0;
    }
}

.header-search {
    min-width: 18rem !important;
}

.aside-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #eaedf1;
}

.header {
    background: #fff;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #eaedf1;
}

body.fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

@media print {
    .header {
        display: none;
    }
}

.header .dropdown-menu {
    margin-top: 0;
}

.header .mega-menu {
    width: 350px;
}

.header .nav-tabs {
    margin: 0;
}

.header-right-icons a {
    padding-top: 9px;
}

.header-right-icons .dropdown-menu a {
    padding: 12px;
}

.header-brand {
    color: inherit;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.6rem;
}

.app-header .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
    min-width: 200px;
    text-align: center;
}

.app-header .header-brand .header-brand-img {
    margin-right: 0;
}

.app-header1 .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.9rem;
    min-width: 215px;
    text-align: center;
}

.app-header1 .header-brand .header-brand-img {
    margin-right: 0;
}

.header-brand:hover {
    color: inherit;
    text-decoration: none;
}

.header-brand-img {
    height: 2.25rem;
    line-height: 2rem;
    vertical-align: middle;
    margin-right: .5rem;
    width: auto;
}

.header-avatar {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
}

.header-btn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
}

@media (max-width: 991px) {
    .header .form-inline {
        margin-right: -2px;
    }
}

@media (max-width: 767px) {
    .mobile-header {
        display: block;
        padding: .75rem 0;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: #fff;
        border-bottom: 1px solid #eaedf1;
        box-shadow: 0 8px 24px #f8f5fb;
        top: 0;
    }
    .mobile-header .navbar-toggler-icon {
        color: #76839a !important;
    }
    .header-search-icon {
        display: none !important;
    }
    .side-header {
        display: none !important;
    }
    .header-brand-img {
        margin-right: 0;
        margin-left: 1.5rem;
    }
    .mobile-header .header-brand-img {
        margin-top: 2px;
    }
    .mobile-header .header-brand {
        line-height: 0;
        margin: 0 auto;
    }
    .mobile-header .app-sidebar__toggle {
        padding: 2px 15px;
        color: #76839a;
    }
    .mobile-header .app-sidebar__toggle:hover {
        color: #76839a;
    }
    .mobile-header .nav-link.icon i {
        color: #495584 !important;
    }
    .mobile-header .header-settings {
        margin-top: 6px;
    }
    .mobile-header .profile-user {
        margin-top: 8px;
    }
    .sidebar-mini.sidenav-toggled .side-header {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .mobile-header .app-sidebar__toggle {
        display: block;
    }
    .header.hor-header {
        display: none;
    }
    .hor-content .container {
        padding-top: 72px;
    }
    .mobile-header.hor-mobile-header .header-brand-img {
        margin-left: 2.5rem;
        margin-top: 2px;
    }
    .mobile-header .profile-user {
        margin-top: 0px !important;
    }
    .mobile-header .nav-link.icon {
        padding: 12px !important;
        margin: 2px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 1.9rem !important;
    }
    .mobile-header .header-right-icons .nav-link.icon:hover {
        background: none;
    }
    .mobile-header .header-right-icons .profile-user:hover {
        box-shadow: none;
    }
    .mobile-header .header-brand-img.desktop-logo {
        display: none;
    }
    .mobile-header .header-brand-img.mobile-light {
        display: block !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .hor-header .header-brand-img.desktop-logo {
        display: block;
        margin-left: 3rem;
        margin-top: 2px;
    }
    .hor-header .header-brand-img.light-logo {
        display: none;
        margin-left: 3rem;
        margin-top: 2px;
    }
    .animated-arrow {
        cursor: pointer;
        padding: 25px 35px 16px 0px !important;
        margin: 11px 0 0 15px;
    }
}

@media (max-width: 568px) {
    .mobile-header .profile-1 .nav-link {
        padding-left: 0;
        padding-right: 0 !important;
    }
    .mobile-header .header-brand-img {
        margin-left: 0rem;
        margin-top: 2px;
    }
}

@media (min-width: 768px) {
    .mobile-header {
        display: none;
    }
    .app-content .side-app {
        padding-top: 0px !important;
    }
}

.header .form-inline .form-control {
    border-color: rgba(225, 225, 225, 0.1);
    padding-left: 20px;
    width: 220px;
    padding-right: 40px;
    background: rgba(225, 225, 225, 0.3);
    color: #000 !important;
}

.header .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid transparent;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: transparent;
    color: #fff;
    margin-left: -56px;
    font-size: 15px;
}

.header .header-brand-img.mobile-view-logo {
    display: none;
}

.header .dropdown-menu {
    padding: 0;
    border: 0;
}

.header .bg-image {
    background: linear-gradient(to right bottom, rgba(132, 65, 246, 0.7), rgba(212, 40, 234, 0.7));
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header .bg-image-2 {
    background: linear-gradient(to right bottom, rgba(251, 196, 52, 0.7), rgba(246, 107, 78, 0.7));
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header .bg-image-3 {
    background: linear-gradient(to right bottom, rgba(98, 251, 92, 0.6), rgba(33, 165, 6, 0.6));
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header .bg-image a:hover {
    background: transparent !important;
}

@media (max-width: 767.98px) and (min-width: 576px) {
    .header .form-inline .search-element {
        position: absolute;
        top: 8px;
        left: 10px;
        right: 10px;
        z-index: 892;
        display: none;
    }
    body.search-show .header .form-inline .search-element {
        display: block;
    }
    .header .navsearch i {
        font-size: 20px;
        color: #fff;
    }
    .search-element .form-control {
        float: left;
        width: 100% !important;
        height: 40px;
        margin: 0 auto;
        background: #fff !important;
        color: #000;
    }
    .search-show .search-element {
        display: block;
        left: 0 !important;
        top: 0 !important;
        right: 0;
        width: 100%;
        padding: 10px 13px;
    }
    .header .form-inline .form-control::-webkit-input-placeholder {
        color: #76839a;
    }
    .header .navsearch i {
        font-size: 20px;
        color: #fff;
        padding-top: 5px;
    }
    .header .form-inline .btn {
        color: #46494a !important;
        padding: 8px 15px 6px 15px;
    }
}

@media (max-width: 568px) {
    .header .input-icon .form-control {
        display: block !important;
    }
    .page-main .header {
        top: 0px !important;
    }
}

.header-1 .navbar .nav-link.nav-link-lg i {
    font-size: 1.1rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    color: #0d0c22;
    line-height: 32px;
    margin: 0 auto;
    text-align: center;
}

.header-1 .nav-link .badge {
    position: absolute;
    top: 3px;
    right: 6px;
    width: 1rem;
    height: 1rem;
    font-size: 11px !important;
    text-align: center !important;
    padding: 0.25em 0.4em;
    line-height: 1;
}

.header-1 .badge {
    border-radius: 50%;
}

.header-1 .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid transparent;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: transparent;
    color: #0d0c22;
    margin-left: -50px;
    font-size: 15px;
    position: inherit;
    margin-top: 3px;
}

.header-1 .form-control.header-search {
    color: #0d0c22;
}

.header-1 .form-inline .form-control::-webkit-input-placeholder {
    color: #76839a;
}

.header-1 .animated-arrow span {
    display: none;
}

.animated-arrow span:before, .animated-arrow span:after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .header-1 .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .animated-arrow span:before, .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .header-1 .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .animated-arrow span:before, .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .header-1 .hor-toggle.animated-arrow {
        padding: 83px 35px 16px 20px !important;
        margin: 11px 0 0 0px !important;
    }
    .header-1 .animated-arrow {
        cursor: pointer;
        margin: 0px 0 0 -11px;
        position: initial;
    }
    .header-2 .animated-arrow {
        cursor: pointer;
        margin: 0px 0 0 -11px;
        position: initial;
    }
    .header-1 .form-inline .form-control, .header-2 .form-inline .form-control {
        width: 100PX !important;
    }
    .header-1 .header-search, .header-2 .header-search {
        min-width: auto !important;
    }
    .header-1 .navbar .nav-link.nav-link-lg i {
        font-size: 1.1rem;
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
        color: #0d0c22;
        line-height: 39px;
        margin: 0 auto;
        text-align: center;
        padding: 0px 42px 0px 10px;
    }
    .header-1 .dropdown-menu {
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
    }
    .header-1 .nav-link .badge {
        position: absolute;
        top: 4px;
        width: 1rem;
        height: 1rem;
        font-size: 11px;
        text-align: center !important;
        padding: 0.25em 0.4em;
        line-height: 1;
    }
}

.header-1 .nav-link.icon i {
    color: #5b6e88 !important;
}

.header-1 .dropdown-menu {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
}

.header-2 .dropdown-menu {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.05);
}

.header-2 .nav-link .badge {
    position: absolute;
    top: 2px;
    right: 8px;
    width: 1rem;
    height: 1rem;
    font-size: 11px;
    text-align: center !important;
    padding: 0.25em 0.4em;
    line-height: 1;
    border-radius: 50%;
}

.header-2 .nav-link i {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #0d0c22;
    margin-top: 5px;
}

.header-2 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}

.header-2 .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid transparent;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: transparent;
    color: #0d0c22;
    margin-left: -45px;
    font-size: 15px;
    position: absolute;
    margin-top: 4px;
}

.header-2 .form-inline .form-control::-webkit-input-placeholder {
    color: #76839a;
}

.header-2 .form-control.header-search {
    background: rgba(225, 225, 225, 0.4);
    border: 1px solid rgba(225, 225, 225, 0.1);
    color: #fff;
    padding: 0.375rem 0.75rem;
    margin-top: 4px;
}

@media only screen and (max-width: 991px) {
    .header-1 .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        color: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .header-1 .animated-arrow span:before, .header-1 .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        color: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
}

/*--header-2--*/

@media only screen and (max-width: 991px) {
    .header-2 .animated-arrow {
        cursor: pointer;
        padding: 8px 33px 3px 0px;
        margin: 11px 0 0 -11px;
    }
    .header-2 .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        color: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .header-2 .animated-arrow span:before, .header-2 .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        color: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .header-2 .nav-link .badge {
        position: absolute;
        top: -1px;
        right: 6px;
        width: 1rem;
        height: 1rem;
        font-size: 11px;
        text-align: center !important;
        padding: 0.25em 0.4em;
        line-height: 1;
        border-radius: 50%;
    }
    .header-2 .navbar-nav .dropdown-menu {
        position: absolute;
        float: right;
    }
    .header-2 .dropdown-menu.dropdown-menu-right {
        position: absolute;
        transform: translate3d(-98px, 19px, -16px);
        top: 24px;
        left: 0px;
        will-change: transform;
    }
}

@media only screen and (max-width: 460px) {
    .header-2 .navbar-nav .envelope {
        display: none !important;
    }
}

/*--header-3--*/

.header-3 .nav-link .badge {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 1rem;
    height: 1rem;
    font-size: 11px;
    text-align: center !important;
    padding: 0.25em 0.4em;
    line-height: 1;
    border-radius: 50%;
}

.header-3 .nav-link i {
    display: block;
    text-align: center;
    font-size: 20px;
    position: relative;
    color: #0d0c22;
}

.header-3 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}

.header-3 .form-inline .btn {
    border-radius: 0;
    padding: 5px 15px 6px 15px;
    border: 2px solid transparent;
    box-shadow: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: transparent;
    color: #0d0c22;
    margin-left: -56px;
    font-size: 15px;
}

.header-3 .form-inline .form-control::-webkit-input-placeholder {
    color: #76839a;
}

.header-3 .form-control.header-search {
    background: rgba(225, 225, 225, 0.4);
    border: 1px solid rgba(225, 225, 225, 0.1);
    color: #fff;
    padding: 0.375rem 0.75rem;
    margin-top: 4px;
}

@media only screen and (max-width: 991px) {
    .header-3 .animated-arrow {
        cursor: pointer;
        padding: 32px 33px 3px 0px;
        margin: 11px 0 0 -11px;
    }
    .header-3 .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        color: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .header-3 .animated-arrow span:before, .header-3 .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #0d0c22;
        color: #0d0c22;
        position: absolute;
        display: block;
        content: '';
    }
    .header-3 .nav-link .badge {
        position: absolute;
        top: -14px;
        right: 6px;
        width: 1rem;
        height: 1rem;
        font-size: 11px;
        text-align: center !important;
        padding: 0.25em 0.4em;
        line-height: 1;
        border-radius: 50%;
    }
    .header-3 .navbar-nav .dropdown-menu {
        position: absolute;
        float: right;
    }
    .header-3 .dropdown-menu.dropdown-menu-right {
        position: absolute;
        transform: translate3d(-98px, 19px, -16px);
        top: 24px;
        left: 0px;
        will-change: transform;
    }
}

@media only screen and (max-width: 460px) {
    .header-3 .navbar-nav .envelope {
        display: none !important;
    }
}

.header-style .header-brand {
    margin-left: 0 !important;
}

.default-header .form-inline .form-control, .header2 .form-inline .form-control, .header3 .form-inline .form-control {
    background: #f1f1f9 !important;
}

@media only screen and (max-width: 991px) {
    .page-header {
        padding: 4px;
    }
    .app-header {
        box-shadow: none !important;
        position: fixed !important;
    }
    .page {
        position: inherit;
        background: none;
    }
    body {
        background-color: #f1f1f9;
    }
    .page-main {
        z-index: inherit;
    }
}

@media only screen and (min-width: 768px) {
    .header .form-inline .form-control {
        width: 200px;
    }
}

.hor-header .header-brand-img {
    margin-right: 0;
}

.hor-header .header-brand1 {
    color: inherit;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: .3s opacity;
    line-height: 2.8rem;
    margin-top: 2px;
}

.header-right-icons .nav-link.icon:hover {
    background: none;
    border-radius: 50px;
}

.header-right-icons .profile-user:hover {
    box-shadow: none;
}

/*Logo-center header */

@media (min-width: 991px) {
    .hor-topheader .header-brand1 .main-logo {
        display: none;
    }
    .hor-topheader .header-brand2 {
        margin-left: auto;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .hor-topheader .header-brand-img.main-logo {
        display: block;
        margin-left: 3rem;
        margin-top: 2px;
    }
    .color-hor-header .hor-topheader .header-brand1 .header-brand-img.main-logo, .gradient-hor-header .hor-topheader .header-brand1 .header-brand-img.main-logo {
        display: none;
    }
}

.hor-topheader .header-search.dropdown-menu {
    box-shadow: 0 10px 15px rgba(229, 228, 230, 0.5);
    margin-top: 13px !important;
    border: 1px solid #eaedf1 !important;
}

.hor-topheader .dropdown-menu.show {
    display: block;
    margin: 0;
    border: 1px solid #eaf2f6;
    transform: translate3d(8px, 45px, 0px) !important;
}

.hor-topheader .dropdown-menu-arrow.dropdown-menu-right:before, .hor-topheader .dropdown-menu-arrow.dropdown-menu-right:after {
    right: auto;
    left: 12px;
}

@media (max-width: 480px) {
    .app-header .header-brand, .app-header1 .header-brand {
        min-width: auto;
    }
    .header-right-icons .dropdown .header-toggler {
        margin-top: 9px;
    }
}

@media (max-width: 992px) {
    .header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
}

.header .notifications .dropdown-menu {
    min-width: 16rem;
}

.header .dropdown.message .dropdown-menu {
    min-width: 19rem;
}

.header .dropdown.notifications .dropdown-item, .header .dropdown.message .dropdown-item {
    padding: 1rem !important;
}

.header .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #eaedf1;
    top: 5px !important;
}

.header .dropdown-menu .badge {
    padding: 9px 6px !important;
}

.header .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eaedf1;
}

.header .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.header .dropdown-item {
    color: #0d0c22;
}

.header .notifications-menu h5, .header .message-menu h5 {
    font-size: 13.5px;
    color: #0d0c22;
    font-weight: 500;
}

.header .notifications-menu span, .header .message-menu span {
    font-size: 12px;
    color: #76839a;
}

.header .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #eaedf1;
}

.header .dropdown-menu .badge {
    padding: 3px 6px;
}

.header .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eaedf1;
}

.header .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.header .message-menu .wd-90p {
    width: 90%;
}

.header .profile-1 .dropdown-item {
    padding: .75rem 1.75rem !important;
}

.header .profile-1 .dropdown-item .dropdown-icon {
    font-size: 16px;
    color: #0d0c22;
}

.responsive-navbar .notifications-menu h5, .responsive-navbar .message-menu h5 {
    font-size: 13.5px;
    color: #0d0c22;
    font-weight: 500;
}

.responsive-navbar .notifications-menu span, .responsive-navbar .message-menu span {
    font-size: 12px;
    color: #76839a;
}

.responsive-navbar .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #eaedf1;
}

.responsive-navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eaedf1;
    color: #0d0c22;
}

.responsive-navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}

.responsive-navbar .message-menu .wd-90p {
    width: 90%;
}

.responsive-navbar .profile-1 .dropdown-item {
    padding: .75rem 1.75rem !important;
}

.responsive-navbar .profile-1 .dropdown-item .dropdown-icon {
    font-size: 16px;
    color: #0d0c22;
}

.header-1 .header-brand-img.logo, .header-2 .header-brand-img.logo, .header-1.header-style .header-brand-img.logo {
    display: none;
}

.header.header-1.header-style .dropdown-menu {
    top: inherit !important;
}

.dropdown .avatar.profile-user {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
}

.horizontalMenu html, .horizontalMenu body, .horizontalMenu iframe, .horizontalMenu h1, .horizontalMenu h2, .horizontalMenu h3, .horizontalMenu h4, .horizontalMenu h5, .horizontalMenu h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    color: #000 !important;
    vertical-align: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: Helvetica, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased;
}

.horizontalMenu .cl {
    clear: both;
}

.horizontalMenu img {
    border: 0 none;
    max-width: 100%;
}

object, embed, video {
    border: 0 none;
    max-width: 100%;
}

.horizontalMenu a:focus {
    outline: none;
}

.horizontalMenu:before {
    content: "";
    display: table;
}

.horizontalMenu:after {
    content: "";
    display: table;
    clear: both;
}

/* ================== Desktop Main Menu CSS ================== */

.horizontalMenucontainer {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.horizontal-main {
    width: 100%;
    position: relative;
}

.horizontal-mainwrapper {
    margin: 0 auto;
}

.desktoplogo {
    padding: 0.75rem;
    margin: 0;
    float: left;
}

.desktoplogo img {
    width: 100%;
}

.horizontalMenu {
    color: #fff;
    font-size: 14px;
    padding: 0;
    display: block;
}

.horizontalMenu>.horizontalMenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0;
}

.horizontalMenu>.horizontalMenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}

.horizontalMenu>.horizontalMenu-list>li>a {
    display: block;
    padding: 16px;
    text-decoration: none;
    position: relative;
    color: #495584;
    border-right: 1px solid #eaedf1;
}

.horizontalMenu>.horizontalMenu-list>li:last-child>a {
    border-right: 0px;
}

.horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
    padding-left: 25px;
    padding-right: 25px;
}

.horizontalMenu>.horizontalMenu-list>li>a i {
    display: inline-block;
    font-size: 16px;
    line-height: inherit;
    margin-right: 4px;
    vertical-align: bottom;
}

.horizontalMenu>.horizontalMenu-list>li>a .horizontal-icon {
    font-size: 12px;
    line-height: 1.8;
}

.horizontalMenu>.horizontalMenu-list>li>a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 11px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu {
    float: right;
    float: right;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu a {
    padding: 0px 30px 0px 20px;
    border-right: none;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu a i {
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu:before {
    content: "";
    display: table;
}

/* Desktop Search Bar */

.horizontalMenu-list>li.rightmenu:after {
    content: "";
    display: table;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu {
    zoom: 1;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu:after {
    clear: both;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch {
    float: right;
    width: 210px;
    height: 39px;
    position: relative;
    margin: 16px 0px 0px 0px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .searchicon {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #efefef;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    font-size: 12px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input::placeholder {
    color: #a9a9a9;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus {
    color: #333;
    width: 230px;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle .fa {
    color: #000;
    opacity: 1;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
    opacity: 1;
    z-index: 3;
    color: #FFFFFF;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle {
    top: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.3;
    color: #333;
    z-index: 1000;
    background-color: transparent;
    border: solid 0px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle .fa {
    line-height: 37px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch .btnstyle:hover .fa {
    opacity: 1;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
    position: absolute;
    top: 50px;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 190px;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #f0f0f4;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
    background-image: none;
    color: #76839a;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a>i {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #f0f0f4;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #76839a;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0px;
    list-style: none;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0 10px 15px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #f0f0f4;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    color: #76839a;
    border-right: 0 none;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: normal;
    border-right: 0px solid;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    margin-right: 9px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 50px;
    color: #25252a;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    font-size: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .megamenu-content {
    border: 1px solid #e8ebf3;
    background-color: #fff;
    padding: 14px 20px;
    border-radius: 2px;
    box-shadow: 0px 5px 25px rgba(227, 228, 238, 0.2);
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
    padding: 5px 5px 5px 0px;
    font-size: 16px;
    color: #2c2c2c;
    margin: 0px 0px 4px 0px;
    text-align: left;
    font-weight: 600;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .wsmwnutxt {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    color: #2c2c2c;
    margin-top: 10px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 6px 0px;
    background: #fff;
    background-image: none;
    color: #25252a;
    border-right: 0 none;
    display: block;
    font-size: 14px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li i {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li a:hover {
    background: transparent;
    text-decoration: none;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li i {
    font-size: 12px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu li i {
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .mrgtop {
    margin-top: 15px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0px;
    font-size: 13px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfmenu {
    width: 30%;
    right: auto;
    left: auto;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfdiv {
    width: 20%;
    right: auto;
    left: auto;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form {
    width: 100%;
    display: block;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-inner .item img {
    width: 100%;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-control-next, .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-control-prev {
    opacity: 0.8;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .carousel-caption {
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text {
    padding: 0px 0px;
    font-size: 14px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul {
    padding: 0px 0px;
    margin: 0px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul li {
    display: block;
    padding: 2px 0px;
    line-height: 22px;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .typography-text ul li a {
    color: #656565;
}

/* ================== Desktop Drop Down Menu CSS ================== */

/* ================== Desktop Mega Menus CSS  ================== */

@media (min-width: 1024px) {
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list:first-child {
        border: 0;
    }
}

/*= Desktop Half Menu CSS =*/

/*= Desktop HTML Form Menu CSS =*/

/* ================== Desktop Extra CSS ================== */

.horizontal-header {
    display: none;
}

.horizontal-overlapbg {
    opacity: 0;
    visibility: hidden;
}

.horizontalMenu .horizontalMenu-click, .horizontalMenu .horizontalMenu-click02, .horizontalMenu .horizontalMenu-click03, .horizontalMenu .horizontalMenu-click04 {
    display: none;
}

.hometext {
    display: none;
}

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/

/* ================== Mobile Menu Change Brake Point ================== */

@media only screen and (max-width: 991px) {
    /* ================== Mobile Base CSS ================== */
    body.active {
        overflow: hidden;
    }
    /* ================== Mobile Main Menu CSS ================== */
    .desktoplogo {
        display: none;
    }
    .horizontal-main {
        height: 0;
        padding: 0;
    }
    .horizontalMenucontainer {
        background-attachment: local;
        background-position: 33% 0%;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
        font-size: 12px;
    }
    .mega-menubg {
        padding: 0px 5px !important;
        box-shadow: none !important;
    }
    .mega-menubg h3 {
        font-size: 13px !important;
    }
    .horizontalMenu {
        width: 100%;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        position: fixed;
        visibility: hidden;
        margin: 0px;
    }
    .horizontalMenu>.horizontalMenu-list {
        height: auto;
        min-height: 100%;
        width: 240px;
        background: #fff;
        padding-bottom: 0;
        margin-left: -240px;
        display: block;
        text-align: center;
    }
    .horizontalMenu>.horizontalMenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right;
        padding: 0;
    }
    .horizontalMenu>.horizontalMenu-list>li span a {
        width: 85%;
        margin: 0 auto;
    }
    .horizontalMenu>.horizontalMenu-list>li>a {
        padding: 8px 32px 8px 17px;
        font-size: 13px;
        text-align: left;
        border-right: solid 0px;
        color: #25252a;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: #eaedf1;
        position: static;
        margin: 0;
        border-radius: 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>a i {
        font-size: 13px;
    }
    .horizontalMenu>.horizontalMenu-list>li>a span.i {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
        padding-left: 17px;
        padding-right: 17px;
        border-top: solid 1px rgba(0, 0, 0, 0.13);
    }
    .horizontalMenu>.horizontalMenu-list>li>a>.fa {
        font-size: 16px;
        color: #fff;
    }
    .horizontalMenu>.horizontalMenu-list>li>a .arrow:after {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li:hover>a {
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>a>.hometext {
        display: inline-block;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        display: none;
        position: relative;
        top: 0px;
        background-color: #fff;
        border: none;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
        box-shadow: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 12px;
        padding: 10px 0px 10px 16px;
        color: #76839a;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a>.fa {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover {
        background-color: none;
        color: #25252a;
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu li:hover>a {
        color: #25252a;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        position: relative;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 26px;
        color: #25252a;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #25252a;
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        color: #000;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0px 0px 0px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0px 10px 34px;
        color: #383838;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>.fa {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #25252a;
        text-decoration: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        color: #25252a;
        display: none;
        position: relative;
        top: 0px;
        padding: 0px 0px;
        border: solid 0px;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
        -webkit-transform-style: flat;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .container {
        padding: 0;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfmenu {
        width: 100%;
        margin: 0px;
        padding: 5px 0px 10px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .title {
        color: #25252a;
        font-size: 15px;
        padding: 10px 8px 10px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul {
        width: 100%;
        margin: 0px;
        padding: 0px;
        font-size: 13px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 13px;
        background-color: #e7e7e7;
        color: #25252a;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu>ul>li>a:hover {
        background-color: #000000;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu ul li.title {
        line-height: 26px;
        color: #25252a;
        margin: 0px;
        font-size: 15px;
        padding: 7px 0px;
        background-color: transparent;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu.halfdiv {
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form {
        padding: 5px 0px 62px 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .show-grid div {
        margin: 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="button"], .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form input[type="submit"] {
        width: 46%;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .menu_form textarea {
        min-height: 100px;
    }
    /* ================== Mobile Slide Down Links CSS ================== */
    /* ================== Mobile Mega Menus CSS  ================== */
    /* ================== Mobile Header CSS ================== */
    .horizontal-header {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        height: 54px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontal-header {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .horizontal-header .smllogo {
        display: inline-block;
        margin-top: 11px;
    }
    /* Mobile Search Bar*/
    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch {
        width: 86%;
        margin: 7% 7%;
        padding: 0px;
    }
    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input {
        border-radius: 50px;
    }
    .horizontalMenu>.horizontalMenu-list>li.rightmenu>.topmenusearch input:focus {
        width: 100%;
    }
    .callusbtn {
        color: #a9a9a9;
        font-size: 21px;
        position: absolute;
        right: 5px;
        top: 0px;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        padding: 11px 14px;
    }
    .callusbtn .fa {
        vertical-align: top;
        margin-top: 4px;
    }
    .callusbtn:hover .fa {
        color: #a9a9a9;
    }
    /* Mobile Toggle Menu icon (X ICON) */
    .animated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        padding: 16px 35px 16px 0px;
        margin: 11px 0 0 15px;
    }
    .animated-arrow span {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #76839a;
        position: absolute;
        display: block;
        content: '';
        transition: all 500ms ease-in-out;
    }
    .animated-arrow span:before, .animated-arrow span:after {
        cursor: pointer;
        height: 2px;
        width: 17px;
        background: #76839a;
        position: absolute;
        display: block;
        content: '';
    }
    .animated-arrow span:before {
        top: -7px;
        width: 23px;
    }
    .animated-arrow span:after {
        bottom: -7px;
        width: 17px;
    }
    .animated-arrow span:before, .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }
    .active .animated-arrow span {
        background-color: transparent;
    }
    .active .animated-arrow span:after {
        width: 23px;
        top: -3px;
    }
    .active .animated-arrow span:before {
        top: -3px;
    }
    .active .animated-arrow.active span:after {
        top: -3px;
    }
    .active .animated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0px;
    }
    .active .animated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    /* ================== Mobile Overlay/Drawer CSS ================== */
    .horizontal-overlapbg {
        right: 0;
        width: calc(100% - 240px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
    .active .horizontalMenu .horizontal-overlapbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out;
    }
    .horizontalMenucontainer {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontalMenucontainer {
        margin-left: 240px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .active .horizontalMenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0;
        height: 100% !important;
    }
    .active .horizontalMenu>.horizontalMenu-list {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin-left: 0;
    }
    /* ================== Mobile Sub Menu Expander Arrows  ================== */
    .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li .horizontalMenu-click.horizontal-activearrow>i {
        transform: rotate(180deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontalMenu-click>i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 12px;
        margin-right: 10px;
        background-size: 25px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.2);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 6px 8px 6px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(255, 255, 255, 0.25);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click02>i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 6px 8px 6px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(255, 255, 255, 0.25);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click03>i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04>i {
        display: block;
        height: 23px;
        width: 25px;
        margin: 8px 6px 8px 6px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(255, 255, 255, 0.25);
        float: right;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li .horizontalMenu-click04>i.horizontalMenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .horizontalMenu>.horizontalMenu-list>li a span {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>a .horizontal-icon {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        background-color: rgba(0, 0, 0, 0.05);
        box-shadow: none !important;
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
        color: rgba(255, 255, 255, 0.6);
        background-color: #3d357d;
    }
    .mega-menubg {
        border: 0 !important;
        box-shadow: 0 !important;
    }
    .hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
        background: #fff !important;
        color: #76839a;
    }
    .hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active {
        color: #fff;
        background: #6259ca;
    }
    /*End Media Query*/
}

/* Extra @Media Query*/

@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .horizontalMenu>.horizontalMenu-list>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .horizontalMenu>.horizontalMenu-list>li>a>.arrow {
        display: none;
    }
    .horizontalMenu>.horizontalMenu-list>li a.menuhomeicon {
        padding-left: 22px;
        padding-right: 22px;
    }
}

.horizontalMenu-list .sub-menu .sub-menu:before, .horizontalMenu-list .sub-menu .sub-menu:after {
    display: none;
}

@media (max-width: 992px) {
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .megamenu-content {
        border: 0;
        box-shadow: none;
    }
}

.horizontalMenu ul li a.btn {
    font-size: 14px !important;
    margin: 5px 0;
}

@media (min-width: 992px) {
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .horizontalMenu>.horizontalMenu-list>li:hover>ul.sub-menu, .horizontalMenu>.horizontalMenu-list>li:hover>.horizontal-megamenu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.4s, opacity 0.4s;
        -ms-transition: -ms-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.4s, opacity 0.4s;
        -ms-transition: -ms-transform 0.4s, opacity 0.4s;
        -moz-transition: -moz-transform 0.4s, opacity 0.4s;
        -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }
    .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu {
        opacity: 0;
        visibility: hidden;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        -ms-transition: -ms-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform: rotateX(-75deg);
        -o-transform: rotateX(-75deg);
        -moz-transform: rotateX(-75deg);
        -webkit-transform: rotateX(-75deg);
    }
    .header-style1 .horizontalMenu>.horizontalMenu-list>li {
        padding: 0.75rem 0;
    }
}

.mega-menubg {
    background: #fff;
    padding: 14px 5px;
    box-shadow: 0 10px 15px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #f0f0f4;
}

.horizontal-main.hor-menu {
    background: #fff;
    border-bottom: 1px solid #eaedf1;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a {
    background: #fff;
    color: #76839a;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li:first-child {
    border-left: 1px solid #eaedf1;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li:last-child {
    border-right: 1px solid #eaedf1;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>a.active, .hor-menu .horizontalMenu>.horizontalMenu-list>li>a:hover {
    color: #6259ca;
    background: #fff !important;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu .sub-menu-sub:after {
    content: '\e92f';
    font-family: 'feather';
    font-size: 13px;
    position: absolute;
    top: 9px;
    right: 14px;
    color: #121029;
    opacity: 0.4;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a:hover, .horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    color: #6259ca;
}

.horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a:hover {
    color: #6259ca;
}

.sub-menu li a:before, .mega-menubg li a:before {
    content: '\e92f';
    margin-right: 5px;
    position: relative;
    font-family: 'feather' !important;
    color: #68798b;
    font-size: 11px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a.active {
    color: #6259ca;
}

.hor-menu .horizontalMenu>.horizontalMenu-list>li>.horizontal-megamenu .link-list li a.active {
    color: #6259ca;
}

.icons-list {
    list-style: none;
    margin: 0 -1px -1px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icons-list>li {
    -ms-flex: 1 0 3rem;
    flex: 1 0 3rem;
}

.icons-list-wrap {
    overflow: hidden;
}

.icons-list-item {
    text-align: center;
    height: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e9ebfa;
    margin: 4px;
    border-radius: 5px;
    background: #f5f6fb;
    color: #6d7596;
}

.icons-list-item i {
    font-size: 1.25rem;
}

/*-----Icon input-----*/

.input-icon {
    position: relative;
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
    color: #fff;
}

.input-icon-addon.search-icon {
    right: auto !important;
    left: 0 !important;
    color: #636262 !important;
}

.input-icon-addon:last-child {
    left: auto;
    right: 0;
}

.icon-absolute {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
    padding: 20px 0;
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

@media (min-width: 991px) and (max-width: 1024px) {
    .icon-absolute {
        display: none;
    }
}



svg {
    -ms-touch-action: none;
    touch-action: none;
}

/*-------- Loaders ---------*/

.spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.spinner-lg {
    width: 100px;
    height: 100px;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.spinner1 {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.spinner1-lg {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}


/*------ Alignments -------*/

.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;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1280px) {
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}



.bg-secondary {
    background: #fb6b25 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
    background-color: #f2325e !important;
}

button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #f2325e !important;
}

.bg-success {
    background: #09ad95 !important;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #15bf42 !important;
}

button.bg-success:hover, button.bg-success:focus {
    background-color: #15bf42 !important;
}

.bg-info {
    background: #45aaf2 !important;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #1eb0e2 !important;
}

button.bg-info:hover, button.bg-info:focus {
    background-color: #1eb0e2 !important;
}

.bg-warning {
    background: #f7b731 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #e0a325 !important;
}

button.bg-warning:hover, button.bg-warning:focus {
    background-color: #e0a325 !important;
}

.bg-danger {
    background: #f82649 !important;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #de223d !important;
}

button.bg-danger:hover, button.bg-danger:focus {
    background-color: #de223d !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus {
    background-color: #f1f1f9 !important;
}

button.bg-light:hover, button.bg-light:focus {
    background-color: #f1f1f9 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus {
    background-color: #1d2124 !important;
}

button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-facebook {
    background: #2b4170 !important;
}

/*--- gradient-backgrounds --*/

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, #9070ff 0%, #ff5d9e 100%) !important;
}

a.bg-secondary-gradient:hover, a.bg-secondary-gradient:focus {
    background-color: #fb6b25 !important;
}

button.bg-secondary-gradient:hover, button.bg-secondary-gradient:focus {
    background-color: #fb6b25 !important;
}

.bg-success-gradient {
    background: linear-gradient(to bottom right, #4be8d4 0%, #129bd2 100%) !important;
}

a.bg-success-gradient:hover, a.bg-success-gradient:focus {
    background-color: #448700 !important;
}

button.bg-success-gradient:hover, button.bg-success-gradient:focus {
    background-color: #448700 !important;
}

.bg-info-gradient {
    background: linear-gradient(to bottom right, #1e63c3 0%, #00f2fe 100%) !important;
}

a.bg-info-gradient:hover, a.bg-info-gradient:focus {
    background-color: #1594ef !important;
}

button.bg-info-gradient:hover, button.bg-info-gradient:focus {
    background-color: #1594ef !important;
}

.bg-warning-gradient {
    background: linear-gradient(to bottom right, #f66b4e 0%, #fbc434 100%) !important;
}

a.bg-warning-gradient:hover, a.bg-warning-gradient:focus {
    background-color: #FBB034 !important;
}

button.bg-warning-gradient:hover, button.bg-warning-gradient:focus {
    background-color: #FBB034 !important;
}

.bg-danger-gradient {
    background-image: linear-gradient(to bottom right, #f1bf64 0%, #f71d36 100%) !important;
}

a.bg-danger-gradient:hover, a.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}

button.bg-danger-gradient:hover, button.bg-danger-gradient:focus {
    background-color: #a11918 !important;
}

.bg-light-gradient {
    background-color: #f8f9fa !important;
}

a.bg-light-gradient:hover, a.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}

button.bg-light-gradient:hover, button.bg-light-gradient:focus {
    background-color: #dae0e5 !important;
}

.bg-dark-gradient {
    background-color: #343a40 !important;
}

a.bg-dark-gradient:hover, a.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}

button.bg-dark-gradient:hover, button.bg-dark-gradient:focus {
    background-color: #1d2124 !important;
}

.bg-facebook-gradient {
    background: linear-gradient(to bottom right, #3b5998, #2b4170) !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg1 {
    background: linear-gradient(to right bottom, #163b7c 0%, #548beb 100%);
}

.bg2 {
    background: linear-gradient(to bottom right, #00f2fe 0%, #1e63c3 100%) !important;
}

.bg3 {
    background: linear-gradient(to bottom right, #f53e31, #dd4b39);
}

/*------ Background colors -------*/

.bg-purple {
    background: #8927ec !important;
    color: #fff !important;
}

a.bg-purple:hover, a.bg-purple:focus {
    background-color: #8c31e4 !important;
}

button.bg-purple:hover, button.bg-purple:focus {
    background-color: #8c31e4 !important;
}

.bg-blue-lightest {
    background-color: #edf2fa !important;
}

a.bg-blue-lightest:hover, a.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

button.bg-blue-lightest:hover, button.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}

.bg-blue-lighter {
    background-color: #c8d9f1 !important;
}

a.bg-blue-lighter:hover, a.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

button.bg-blue-lighter:hover, button.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}

.bg-blue-light {
    background-color: #7ea5dd !important;
}

a.bg-blue-light:hover, a.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

button.bg-blue-light:hover, button.bg-blue-light:focus {
    background-color: #5689d2 !important;
}

.bg-blue-dark {
    background-color: #3866a6 !important;
}

a.bg-blue-dark:hover, a.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

button.bg-blue-dark:hover, button.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}

.bg-blue-darker {
    background-color: #1c3353 !important;
}

a.bg-blue-darker:hover, a.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

button.bg-blue-darker:hover, button.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}

.bg-blue-darkest {
    background-color: #0e1929 !important;
}

a.bg-blue-darkest:hover, a.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

button.bg-blue-darkest:hover, button.bg-blue-darkest:focus {
    background-color: #010203 !important;
}

.bg-purssianblue {
    background-color: #362f71;
}

a.bg-purssianblue-lightest:hover, a.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}

button.bg-purssianblue-lightest:hover, button.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}

.bg-indigo-lightest {
    background-color: #f0f1fa !important;
}

a.bg-indigo-lightest:hover, a.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

button.bg-indigo-lightest:hover, button.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}

.bg-indigo-lighter {
    background-color: #d1d5f0 !important;
}

a.bg-indigo-lighter:hover, a.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

button.bg-indigo-lighter:hover, button.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}

.bg-indigo-light {
    background-color: #939edc !important;
}

a.bg-indigo-light:hover, a.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

button.bg-indigo-light:hover, button.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}

.bg-indigo-dark {
    background-color: #515da4 !important;
}

a.bg-indigo-dark:hover, a.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

button.bg-indigo-dark:hover, button.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}

.bg-indigo-darker {
    background-color: #282e52 !important;
}

a.bg-indigo-darker:hover, a.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

button.bg-indigo-darker:hover, button.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}

.bg-indigo-darkest {
    background-color: #141729 !important;
}

a.bg-indigo-darkest:hover, a.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

button.bg-indigo-darkest:hover, button.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}

.bg-purple-lightest {
    background-color: #f6effd !important;
}

a.bg-purple-lightest:hover, a.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

button.bg-purple-lightest:hover, button.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}

.bg-purple-lighter {
    background-color: #e4cff9 !important;
}

a.bg-purple-lighter:hover, a.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

button.bg-purple-lighter:hover, button.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}

.bg-purple-light {
    background-color: #c08ef0 !important;
}

a.bg-purple-light:hover, a.bg-purple-light:focus {
    background-color: #a761ea !important;
}

button.bg-purple-light:hover, button.bg-purple-light:focus {
    background-color: #a761ea !important;
}

.bg-purple-dark {
    background-color: #844bbb !important;
}

a.bg-purple-dark:hover, a.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

button.bg-purple-dark:hover, button.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}

.bg-purple-darker {
    background-color: #42265e !important;
}

a.bg-purple-darker:hover, a.bg-purple-darker:focus {
    background-color: #29173a !important;
}

button.bg-purple-darker:hover, button.bg-purple-darker:focus {
    background-color: #29173a !important;
}

.bg-purple-darkest {
    background-color: #21132f !important;
}

a.bg-purple-darkest:hover, a.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

button.bg-purple-darkest:hover, button.bg-purple-darkest:focus {
    background-color: #08040b !important;
}

.bg-pink-lightest {
    background-color: #fef0f5 !important;
}

a.bg-pink-lightest:hover, a.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

button.bg-pink-lightest:hover, button.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}

.bg-pink-lighter {
    background-color: #fcd3e1 !important;
}

a.bg-pink-lighter:hover, a.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

button.bg-pink-lighter:hover, button.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}

.bg-pink-light {
    background-color: #f999b9 !important;
}

a.bg-pink-light:hover, a.bg-pink-light:focus {
    background-color: #f66998 !important;
}

button.bg-pink-light:hover, button.bg-pink-light:focus {
    background-color: #f66998 !important;
}

.bg-pink-dark {
    background-color: #c5577c !important;
}

a.bg-pink-dark:hover, a.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

button.bg-pink-dark:hover, button.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}

.bg-pink-darker {
    background-color: #622c3e !important;
}

a.bg-pink-darker:hover, a.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

button.bg-pink-darker:hover, button.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}

.bg-pink-darkest {
    background-color: #31161f !important;
}

a.bg-pink-darkest:hover, a.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

button.bg-pink-darkest:hover, button.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}

.bg-red-lightest {
    background-color: #fae9e9 !important;
}

a.bg-red-lightest:hover, a.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

button.bg-red-lightest:hover, button.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}

.bg-red-lighter {
    background-color: #f0bcbc !important;
}

a.bg-red-lighter:hover, a.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

button.bg-red-lighter:hover, button.bg-red-lighter:focus {
    background-color: #e79292 !important;
}

.bg-red-light {
    background-color: #dc6362 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus {
    background-color: #d33a38 !important;
}

button.bg-red-light:hover, button.bg-red-light:focus {
    background-color: #d33a38 !important;
}

.bg-red-dark {
    background-color: #a41a19 !important;
}

a.bg-red-dark:hover, a.bg-red-dark:focus {
    background-color: #781312 !important;
}

button.bg-red-dark:hover, button.bg-red-dark:focus {
    background-color: #781312 !important;
}

.bg-red-darker {
    background-color: #520d0c !important;
}

a.bg-red-darker:hover, a.bg-red-darker:focus {
    background-color: #260605 !important;
}

button.bg-red-darker:hover, button.bg-red-darker:focus {
    background-color: #260605 !important;
}

.bg-red-darkest {
    background-color: #290606 !important;
}

a.bg-red-darkest:hover, a.bg-red-darkest:focus {
    background-color: black !important;
}

button.bg-red-darkest:hover, button.bg-red-darkest:focus {
    background-color: black !important;
}

.bg-orange-lightest {
    background-color: #fff !important;
}

a.bg-orange-lightest:hover, a.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

button.bg-orange-lightest:hover, button.bg-orange-lightest:focus {
    background-color: peachpuff !important;
}

.bg-orange-lighter {
    background-color: #fee0c7 !important;
}

a.bg-orange-lighter:hover, a.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

button.bg-orange-lighter:hover, button.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}

.bg-orange-light {
    background-color: #feb67c !important;
}

a.bg-orange-light:hover, a.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

button.bg-orange-light:hover, button.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}

.bg-orange-dark {
    background-color: #ca7836 !important;
}

a.bg-orange-dark:hover, a.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

button.bg-orange-dark:hover, button.bg-orange-dark:focus {
    background-color: #a2602b !important;
}

.bg-orange-darker {
    background-color: #653c1b !important;
}

a.bg-orange-darker:hover, a.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

button.bg-orange-darker:hover, button.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}

.bg-orange-darkest {
    background-color: #331e0e !important;
}

a.bg-orange-darkest:hover, a.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

button.bg-orange-darkest:hover, button.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}

.bg-yellow-lightest {
    background-color: #fef9e7 !important;
}

a.bg-yellow-lightest:hover, a.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

button.bg-yellow-lightest:hover, button.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}

.bg-yellow-lighter {
    background-color: #fbedb7 !important;
}

a.bg-yellow-lighter:hover, a.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

button.bg-yellow-lighter:hover, button.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}

.bg-yellow-light {
    background-color: #f5d657 !important;
}

a.bg-yellow-light:hover, a.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

button.bg-yellow-light:hover, button.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}

.bg-yellow-dark {
    background-color: #c19d0c !important;
}

a.bg-yellow-dark:hover, a.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

button.bg-yellow-dark:hover, button.bg-yellow-dark:focus {
    background-color: #917609 !important;
}

.bg-yellow-darker {
    background-color: #604e06 !important;
}

a.bg-yellow-darker:hover, a.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

button.bg-yellow-darker:hover, button.bg-yellow-darker:focus {
    background-color: #302703 !important;
}

.bg-yellow-darkest {
    background-color: #302703 !important;
}

a.bg-yellow-darkest:hover, a.bg-yellow-darkest:focus {
    background-color: black !important;
}

button.bg-yellow-darkest:hover, button.bg-yellow-darkest:focus {
    background-color: black !important;
}

.bg-green-lightest {
    background-color: #eff8e6 !important;
}

a.bg-green-lightest:hover, a.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

button.bg-green-lightest:hover, button.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}

.bg-green-lighter {
    background-color: #cfeab3 !important;
}

a.bg-green-lighter:hover, a.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

button.bg-green-lighter:hover, button.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}

.bg-green-light {
    background-color: #8ecf4d !important;
}

a.bg-green-light:hover, a.bg-green-light:focus {
    background-color: #75b831 !important;
}

button.bg-green-light:hover, button.bg-green-light:focus {
    background-color: #75b831 !important;
}

.bg-green-dark {
    background-color: #4b9500 !important;
}

a.bg-green-dark:hover, a.bg-green-dark:focus {
    background-color: #316200 !important;
}

button.bg-green-dark:hover, button.bg-green-dark:focus {
    background-color: #316200 !important;
}

.bg-green-darker {
    background-color: #264a00 !important;
}

a.bg-green-darker:hover, a.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

button.bg-green-darker:hover, button.bg-green-darker:focus {
    background-color: #0c1700 !important;
}

.bg-green-darkest {
    background-color: #132500 !important;
}

a.bg-green-darkest:hover, a.bg-green-darkest:focus {
    background-color: black !important;
}

button.bg-green-darkest:hover, button.bg-green-darkest:focus {
    background-color: black !important;
}

.bg-teal-lightest {
    background-color: #eafaf8 !important;
}

a.bg-teal-lightest:hover, a.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

button.bg-teal-lightest:hover, button.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}

.bg-teal-lighter {
    background-color: #bfefea !important;
}

a.bg-teal-lighter:hover, a.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

button.bg-teal-lighter:hover, button.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}

.bg-teal-light {
    background-color: #6bdbcf !important;
}

a.bg-teal-light:hover, a.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

button.bg-teal-light:hover, button.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}

.bg-teal-dark {
    background-color: #22a295 !important;
}

a.bg-teal-dark:hover, a.bg-teal-dark:focus {
    background-color: #19786e !important;
}

button.bg-teal-dark:hover, button.bg-teal-dark:focus {
    background-color: #19786e !important;
}

.bg-teal-darker {
    background-color: #11514a !important;
}

a.bg-teal-darker:hover, a.bg-teal-darker:focus {
    background-color: #082723 !important;
}

button.bg-teal-darker:hover, button.bg-teal-darker:focus {
    background-color: #082723 !important;
}

.bg-teal-darkest {
    background-color: #092925 !important;
}

a.bg-teal-darkest:hover, a.bg-teal-darkest:focus {
    background-color: black !important;
}

button.bg-teal-darkest:hover, button.bg-teal-darkest:focus {
    background-color: black !important;
}

.bg-cyan-lightest {
    background-color: #e8f6f8 !important;
}

a.bg-cyan-lightest:hover, a.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

button.bg-cyan-lightest:hover, button.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}

.bg-cyan-lighter {
    background-color: #b9e3ea !important;
}

a.bg-cyan-lighter:hover, a.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

button.bg-cyan-lighter:hover, button.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}

.bg-cyan-light {
    background-color: #5dbecd !important;
}

a.bg-cyan-light:hover, a.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

button.bg-cyan-light:hover, button.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}

.bg-cyan-dark {
    background-color: #128293 !important;
}

a.bg-cyan-dark:hover, a.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

button.bg-cyan-dark:hover, button.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}

.bg-cyan-darker {
    background-color: #09414a !important;
}

a.bg-cyan-darker:hover, a.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

button.bg-cyan-darker:hover, button.bg-cyan-darker:focus {
    background-color: #03191d !important;
}

.bg-cyan-darkest {
    background-color: #052025 !important;
}

a.bg-cyan-darkest:hover, a.bg-cyan-darkest:focus {
    background-color: black !important;
}

button.bg-cyan-darkest:hover, button.bg-cyan-darkest:focus {
    background-color: black !important;
}

.bg-white-lightest {
    background-color: white !important;
}

a.bg-white-lightest:hover, a.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}

button.bg-white-lightest:hover, button.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}

.bg-white-lighter {
    background-color: white !important;
}

a.bg-white-lighter:hover, a.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}

button.bg-white-lighter:hover, button.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}

.bg-white-light {
    background-color: white !important;
}

a.bg-white-light:hover, a.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}

button.bg-white-light:hover, button.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}

.bg-white-dark {
    background-color: #cccccc !important;
}

a.bg-white-dark:hover, a.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

button.bg-white-dark:hover, button.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}

.bg-white-darker {
    background-color: #666666 !important;
}

a.bg-white-darker:hover, a.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

button.bg-white-darker:hover, button.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}

.bg-white-darkest {
    background-color: #333333 !important;
}

a.bg-white-darkest:hover, a.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

button.bg-white-darkest:hover, button.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}

.bg-gray-lightest {
    background-color: #f3f4f5 !important;
}

a.bg-gray-lightest:hover, a.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

button.bg-gray-lightest:hover, button.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}

.bg-gray-lighter {
    background-color: #dbdde0 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

button.bg-gray-lighter:hover, button.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}

.bg-gray-light {
    background-color: #aab0b6 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus {
    background-color: #8f979e !important;
}

button.bg-gray-light:hover, button.bg-gray-light:focus {
    background-color: #8f979e !important;
}

.bg-gray-dark {
    background-color: #6b7278 !important;
    background: #343a40 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus {
    background-color: #53585d !important;
}

button.bg-gray-dark:hover, button.bg-gray-dark:focus {
    background-color: #53585d !important;
}

.bg-gray-darker {
    background-color: #36393c !important;
}

a.bg-gray-darker:hover, a.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

button.bg-gray-darker:hover, button.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}

.bg-gray-darkest {
    background-color: #1b1c1e !important;
}

a.bg-gray-darkest:hover, a.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

button.bg-gray-darkest:hover, button.bg-gray-darkest:focus {
    background-color: #030303 !important;
}

.bg-gray-dark-lightest {
    background-color: #ebebec !important;
}

a.bg-gray-dark-lightest:hover, a.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

button.bg-gray-dark-lightest:hover, button.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}

.bg-gray-dark-lighter {
    background-color: #c2c4c6 !important;
}

a.bg-gray-dark-lighter:hover, a.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

button.bg-gray-dark-lighter:hover, button.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}

.bg-gray-dark-light {
    background-color: #717579 !important;
}

a.bg-gray-dark-light:hover, a.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

button.bg-gray-dark-light:hover, button.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}

.bg-gray-dark-dark {
    background-color: #2a2e33 !important;
}

a.bg-gray-dark-dark:hover, a.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

button.bg-gray-dark-dark:hover, button.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}

.bg-gray-dark-darker {
    background-color: #15171a !important;
}

a.bg-gray-dark-darker:hover, a.bg-gray-dark-darker:focus {
    background-color: black !important;
}

button.bg-gray-dark-darker:hover, button.bg-gray-dark-darker:focus {
    background-color: black !important;
}

.bg-gray-dark-darkest {
    background-color: #0a0c0d !important;
}

a.bg-gray-dark-darkest:hover, a.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

button.bg-gray-dark-darkest:hover, button.bg-gray-dark-darkest:focus {
    background-color: black !important;
}

.bg-azure-lightest {
    background-color: #ecf7fe !important;
}

a.bg-azure-lightest:hover, a.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

button.bg-azure-lightest:hover, button.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}

.bg-azure-lighter {
    background-color: #c7e6fb !important;
}

a.bg-azure-lighter:hover, a.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}

/*--bg-transparents--*/

.bg-success-transparent {
    background-color: rgba(0, 230, 130, 0.1) !important;
}

.bg-info-transparent {
    background-color: #c7e0fd !important;
}

.bg-warning-transparent {
    background-color: rgba(255, 162, 43, 0.1) !important;
}

.bg-danger-transparent {
    background-color: rgba(255, 56, 43, 0.1) !important;
}

.bg-pink-transparent {
    background-color: rgba(213, 109, 252, 0.1) !important;
}

.bg-purple-transparent {
    background-color: rgba(96, 77, 216, 0.1) !important;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-secondary-transparent {
    background-color: #fce9df;
}

.shadow-primary {
    box-shadow: 0 7px 30px rgba(133, 67, 246, 0.3) !important;
}

.shadow-secondary {
    box-shadow: 0 7px 30px rgba(248, 147, 67, 0.1) !important;
}

.shadow-warning {
    box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
}

.shadow-info {
    box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
}

.shadow-success {
    box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
}

.shadow-danger {
    box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
}

.primary .pricing-divider {
    padding: 1em 0 4em;
    position: relative;
}

.secondary .pricing-divider {
    background: linear-gradient(to bottom right, #f1bf64 0%, #f71d36 100%) !important;
    padding: 1em 0 4em;
    position: relative;
}

.info .pricing-divider {
    background: linear-gradient(to bottom right, #529efa 0%, #0774f8 100%) !important;
    padding: 1em 0 4em;
    position: relative;
}

.success .pricing-divider {
    background: linear-gradient(to bottom right, #62fb62 0%, #21a544 100%) !important;
    padding: 1em 0 4em;
    position: relative;
}

.primary b {
    color: #623AA2;
}

.secondary b {
    color: #f66b4e;
}

.info b {
    color: #2183f9;
}

.success b {
    color: #3ecb51;
}

.google-plus1 {
    background: linear-gradient(to right bottom, #dd4b39 0%, #ef6a5a 100%);
}

.pinterest1 {
    background: linear-gradient(to right bottom, #bd081c 0%, #eb4553 100%);
}

.bg-default {
    background: #e6e7ea;
    color: #000;
    box-shadow: 0 5px 10px rgba(227, 228, 237, 0.3);
}

/*--Box-shadow--*/

.border {
    border: 1px solid #eaedf1 !important;
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #eaedf1;
}

.border-top {
    border-top: 1px solid #eaedf1 !important;
}

.border-end {
    border-right: 1px solid #eaedf1 !important;
}

.border-bottom {
    border-bottom: 1px solid #eaedf1 !important;
}

.border-start {
    border-left: 1px solid #eaedf1 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-secondary {
    border-color: #e88555 !important;
}

.border-success {
    border-color: #1bbfa7 !important;
}

.border-info {
    border-color: #45aaf2 !important;
}

.border-warning {
    border-color: #ecb403 !important;
}

.border-danger {
    border-color: #f82649 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-transparent {
    border-color: #656a71 !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.d-none {
    display: none !important;
}


/* Login */


.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
    margin-bottom: 7px;
}

.brand-wrapper .logo {
    height: 25px;
}

.login-wrapper {
    width: 450px;
    max-width: 100%;
    padding: 34px;
    border-radius: 8px;
    border: 0;
    background-color: #fff;
}

.login-wrapper .form-control {
    border: none;
    padding: 16px 18px;
    border-radius: 0;
    min-height: 48px;
    font-size: 14px;
    font-weight: normal;
    background-color: transparent;
}

.login-wrapper .form-control::-webkit-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::-moz-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control:-ms-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::-ms-input-placeholder {
    color: #b0adad;
}

.login-wrapper .form-control::placeholder {
    color: #b0adad;
}

.login-wrapper .input-group {
    margin-bottom: 18px;
    border-radius: 24px;
    border: solid 1px #d9dbdd;
}

.login-wrapper .input-group .input-group-prepend {
    margin-right: 0;
}

.login-wrapper .input-group .input-group-prepend .input-group-text {
    border: 0;
    background-color: transparent;
    padding-left: 27px;
    color: #000;
    padding-top:16px;
}

.login-wrapper .input-group .input-group-prepend+.form-control {
    padding-left: 5px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.login-wrapper .login-btn {
    padding: 6px 8px;
    background-color: #6259ca ;
    border-radius: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 32px;
}

.login-wrapper .login-btn:hover {
    border: 1px solid #6259ca;
    background-color: #fff;
    color: #6259ca;
}

.login-wrapper-footer-text {
    font-size: 13px;
    color: #000;
    text-align: center;
    margin-bottom: 32px;
}

.login-wrapper .social-links {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.login-wrapper .social-links a {
    display: inline-block;
    font-size: 20px;
    color: #000;
}

.login-wrapper .social-links a+a {
    margin-left: 10px;
}

.login-description {
    font-size: 20px;
    color: #444;
    font-weight: normal;
    margin-bottom: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.login-check-box {
    padding-left: 34px;
}

@media (max-width: 767px) {
    .login-check-box {
        margin-bottom: 10px;
    }
}

.login-check-box .custom-control-label::before {
    width: 24px;
    height: 21px;
    border: solid 1px #f5f5f5;
    left: -34px;
    top: 0px;
}

.login-check-box .custom-control-label::after {
    left: -34px;
    width: 24px;
    height: 21px;
    top: 0;
}

.form-options-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.form-options-wrapper a.forgot-password-link {
    color: #333;
}

.form-options-wrapper a.forgot-password-link:hover {
    text-decoration: none;
}

@media (max-width: 576px) {
    .form-options-wrapper {
        display: block;
    }
    .login-wrapper {
        width: 450px;
        max-width: 100%;
        padding:10px;
        border-radius: 8px;
        border: 0;
        background-color: #fff;
    }
}

 .table td{
     position: relative;
 }
 .table td span a{
     position: absolute;
     right: 10px;
     top: 10px;
 }
 