/*
Colours:
  Primary:      #6699ff
  PrimaryL:     b8b8d0
  PrimaryD:     373752
  Secondary:    #ffcc66
  SecondaryL:   d0d0b8
  SecondaryD:   525237
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");

*:focus {
    outline: 0 !important;
}

::selection {
    background: #6699ff;
    color: #fff;
}

::-moz-selection {
    background: #6699ff;
    color: #fff;
}

canvas::selection {
    background: transparent;
    color: #fff;
}

canvas::-moz-selection {
    background: transparent;
    color: #fff;
}

html {
    height: 100%;
}

html.wait * {
    cursor: wait !important;
}

body {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    letter-spacing: 0em;
    font-family: Verdana, Geneva, sans-serif;
    overflow-x: hidden;
    position: relative;
}

/*.row {*/
/*    width: 100%;*/
/*    margin: 0;*/
/*}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    display: block;
    width: 100%;
    margin-top: 0;
    color: #222;
    font-weight: 600;
    letter-spacing: 0;
    font-family: Verdana, Geneva, sans-serif;
}

a:hover, button:hover, button:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a {
    color: #6699ff;
}

a:hover {
    color: #000;
}

a, a > span {
    cursor: pointer !important;
}

p, a.disabled, span {
    cursor: default;
}

.btn {
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    text-transform: capitalize;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 20px;
    border-radius: 2px;
}

.btn.btn-secondary {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1eaea;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus:not(.disabled):not([disabled]), .btn.btn-secondary.focus:not(.disabled):not([disabled]), .btn.btn-secondary:active:not(.disabled):not([disabled]), .btn.btn-secondary.active:not(.disabled):not([disabled]) {
    background-color: #fff;
    box-shadow: none;
    border-color: #6699ff;
    color: #6699ff;
}

@media (min-width: 992px) {
    .page-wrapper {
        width: 100%;
        min-width: 300px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
}

.page-wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}

.main-content {
    min-height: 100vh;
    padding-bottom: 40px;
    width: 100%
}

.page-footer {
    position: absolute;
    left: 220px;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
}

.content {
    padding: 0;
}

.container {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.flex {
    -ms-flex: 1;
    flex: 1;
}

/*
sideNavigation.html.twig
*/
/*
    page-aside
*/
#page-aside {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 750;
    opacity: 1;
    min-height: 100vh;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 240px;
}

#page-aside > * {
    width: inherit;
    margin: 0;
    overflow: hidden;
    height: 100%;
}

#page-aside.aside-fixed > * {
    position: fixed;
}

#page-aside.aside-fixed .hidden-scroll {
    margin-right: -17px;
}

#page-aside .app-logo {
    background-color: rgba(16, 114, 206, 0.1);
    color: #fff;
    width: 240px;
    height: 3.5rem;
    max-height: 3.5rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#page-aside .app-logo > i {
    font-size: 18px !important;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background-color: #6699ff;
    background: linear-gradient(-90deg, #86d4f5, #6699ff);
    background: -webkit-linear-gradient(-90deg, #86d4f5, #6699ff);
}

#page-aside .app-logo .logo-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: capitalize;
    margin-left: 8px;
    position: relative;
    letter-spacing: .5px;
}

.sidenav {
    background: #262734;
    color: #868aa8;
    box-shadow: 2px 2px 15px rgba(188, 189, 197, 0.1) !important;
    border-color: rgba(188, 189, 197, 0.5) !important;
    border: inherit;
    margin: 0;
    pointer-events: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
}

.sidenav .flex {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.sidenav .slimScrollBar {
    background: #e5f2ff !important;
    border-radius: 0 !important;
    width: 5px !important;
}

.sidenav .nav-thumbnail, .sidenav .nav-text, .sidenav .has-arrow:after, #metisMenu > li ul > li > a {
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sidenav .nav-text, .sidenav a.has-arrow:after {
    opacity: .75;
}

.sidenav .nav-thumbnail {
    opacity: 1;
    color: inherit;
}

.sidenav a:hover {
    color: inherit;
}

.sidenav .aside-footer, .sidenav .nav-title {
    opacity: .75;
}

.sidenav .aside-footer {
    border-top: 1px solid rgba(225, 234, 234, 0.19);
    height: 3.5rem;
}


/*
Metis menu
*/
#metisMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#metisMenu li {
    background: none;
    display: block;
    line-height: 1;
    position: relative;
    clear: right;
}

#metisMenu li:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

#metisMenu li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    display: inline-block;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    clear: both;
}

#metisMenu li > a > .nav-label {
    font-size: 12px;
    opacity: 0.4;
    display: block;
    clear: both;
    line-height: 20px;
}

#metisMenu li > a > .nav-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
}

#metisMenu li .nav-thumbnail {
    float: right;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: capitalize;
}

#metisMenu > li {
    line-height: 1;
    padding: 0;
    margin: 0;
}

#metisMenu > li.nav-heading {
    padding: 14px 14px 14px 34px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
}

#metisMenu > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style: none;
    clear: both;
}

#metisMenu > li ul > li {
    position: relative;
}

#metisMenu > li a.has-arrow:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 14px;
    top: 16px;
    margin-top: -4px;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
}

#metisMenu > li ul a.has-arrow:after {
    top: 6px;
    margin-top: 0;
}

#metisMenu > li > .nav-thumbnail {
    width: 24px;
    height: 24px;
    line-height: 24px;
    z-index: 2;
    right: 14px;
    top: 0;
    font-size: 18px;
    text-align: center;
}

#metisMenu li.active > a.has-arrow:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#metisMenu > li > ul > li {
    min-height: 30px;
    line-height: 20px;
}

#metisMenu > li > ul > li .nav-thumbnail {
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    right: 17px;
    font-size: .7rem;
    font-weight: 600;
    text-align: center;
}

#metisMenu > li > ul > li > a {
    min-height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    padding-left: 20px;
}

#metisMenu > li > ul > li > ul > li {
    min-height: 24px;
    line-height: 20px;
}

#metisMenu > li > ul > li > ul > li .nav-thumbnail {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: .65rem;
    font-weight: 600;
    right: 20px;
    top: 0;
}

#metisMenu > li > ul > li > ul > li > a {
    min-height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: .8rem;
    padding-left: 2.25rem;
}

#metisMenu > li ul > li:first-child {
    padding-top: 5px;
    min-height: 35px;
}

#metisMenu > li ul > li:last-child {
    padding-bottom: 5px;
    min-height: 35px;
}

#metisMenu li.nav-title {
    clear: both;
    line-height: 36px;
    height: 36px;
    padding-left: 21px;
    padding-top: 0rem;
    margin: 10px 0;
    font-size: .6rem;
    text-transform: uppercase;
    font-weight: 600;
    color: inherit;
}

#metisMenu li.nav-title > .nav-thumbnail {
    font-size: .62rem;
    text-transform: uppercase;
    font-weight: 700;
}

#metisMenu > li > a {
    padding: 8px 8px 8px 14px;
    color: #aeaeae;
    font-size: 14px;
    line-height: 18px;
}

#metisMenu > li > a > i {
    margin-right: .5rem;
    font-size: 14px;
    vertical-align: bottom;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 28px;
    text-align: center;
}

#metisMenu > li > a:hover, #metisMenu > li > a:focus {
    color: #fff;
}

#metisMenu > li > a .badge {
    margin-left: 10px;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    top: -2px;
}

#metisMenu > li.active > a {
    color: #fff;
}


#metisMenu li:hover:not(.nav-title) > .nav-thumbnail, #metisMenu li:hover:not(.nav-title) .nav-text, #metisMenu li:hover:not(.nav-title) > a.has-arrow:after, #metisMenu li.active > .nav-thumbnail, #metisMenu li.active .nav-text, #metisMenu li.active > a.has-arrow:after {
    color: #fff;
}

#metisMenu li.nav-title, #metisMenu li .aside-footer {
    color: #868aa8;
}

#metisMenu li .nav-title > .nav-thumbnail {
    background-color: #2c2d3a;
}

#metisMenu li > a:after {
    opacity: .75;
}

#metisMenu > li.active > .nav-thumbnail {
    background-color: #6699ff;
}

#metisMenu > li ul > li.active > .nav-thumbnail, #metisMenu > li ul > li.active > a, #metisMenu > li ul > li:hover > .nav-thumbnail, #metisMenu > li ul > li:hover > a {
    color: #fff;
}

#metisMenu > li:hover:not(.nav-title) > .nav-thumbnail, #metisMenu > li:hover:not(.nav-title) .nav-text, #metisMenu > li:hover:not(.nav-title) a.has-arrow:after, #metisMenu > li.active > .nav-thumbnail, #metisMenu > li.active .nav-text, #metisMenu > li.active a.has-arrow:after {
    opacity: 1;
}

#metisMenu > li > ul li > a, #metisMenu > li > ul li > .nav-thumbnail {
    opacity: .6;
}

#metisMenu > li ul > li.active > .nav-thumbnail, #metisMenu > li ul > li.active > a, #metisMenu > li ul > li:hover > .nav-thumbnail, #metisMenu > li ul > li:hover > a {
    opacity: 1;
}

#metisMenu > li > ul > li, #metisMenu li > ul > li > ul {
    background-color: transparent !important;
}


@media (max-width: 991px) {
    .page-wrapper .sidebar-nav {
        margin-left: -220px;
        width: 220px;
    }

    .main-content {
        padding-left: 0;
    }

    .page-footer {
        left: 0;
    }

    .page-wrapper.sidebar-enable .sidebar-nav {
        margin-left: 0;
    }

    .page-wrapper.sidebar-enable .main-content {
        margin-left: 220px;
    }

    .page-wrapper.sidebar-enable .sidebar-toggler i:before {
        content: "\e92a";
        font-family: 'Linearicons';
    }
}


/*
    page header and breadcrumbs
*/
.page-subheader {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    background-color: #f3f8fa;
    border-bottom: 1px solid #e1eaea;
    margin-bottom: 16px;
}

.page-subheader h3 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
}

/* UNUSED */
.page-subheader .breadcrumb .breadcrumb-item {
    color: inherit;
}

.page-subheader .breadcrumb .breadcrumb-item i.mr-2 {
    margin-right: 0 !important;
}

.page-subheader .breadcrumb .breadcrumb-item.active {
    opacity: .6;
}

.page-subheader .list-item {
    padding: 0;
}

.page-subheader .list-body {
    padding: 5px 0;
}

.page-subheader .list-thumb {
    line-height: 1.2;
    margin-left: 0;
    width: auto !important;
    padding: .15rem;
    padding-left: 0;
    height: auto !important;
    overflow: visible;
}

.page-subheader .list-thumb > i {
    font-size: 24px !important;
}

.page-header-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.page-header-space h4 {
    margin-bottom: 0;
}

.page-header-img {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6699ff;
    width: 100%;
}

.page-header-img img {
    opacity: .15;
    left: 0;
    width: 100%;
    top: 0;
}

/* UNUSED END */


/*
CONTENT
*/
.card-body {
    padding: 15px;
}

.pagination-filters {
    width: 100%;
}

.list-group-item {
    border: none;
    padding: 15px 15px 5px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.list-group-item.pagination-header > div {
    justify-content: flex-start;
    display: flex;
}

.list-group-item.pagination-header > div.pagination-export-dropdown {
    align-self: flex-end;
}

.list-group-item p {
    padding: 5px;
    margin: 0;
}

.pagination-page-number-select {
    margin: -2px 0 -1px 15px !important;
}


.dropdown-menu.show {
    left: auto !important;
    right: 0;
    min-width: 1px;
}

/*
TABLE
*/
.table {
    margin: 0;
    color: #666
}

.table > thead > tr > th {
    padding: 0;
    line-height: 20px;
    position: relative;
}

.table > tbody > tr > th:first-of-type,
.table > tbody > tr > td:first-of-type {
    padding: 10px 5px 10px 10px;
}

.table > tbody > tr > th:last-of-type,
.table > tbody > tr > td:last-of-type {
    padding: 10px 10px 10px 5px;
}

.table > thead > tr > th:hover > a {
    background-color: #ececec;
}

.table > thead > tr > th > a,
.table > thead > tr > th > p {
    font-weight: bold;
    display: block;
    letter-spacing: 0;
    white-space: nowrap;
    margin: 0;
    padding: 15px 20px 15px 15px;
    min-width: 30px;
    position: relative;
}

.table > thead > tr > th.order:before,
.table > thead > tr > th.order:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: block;
}

.table > thead > tr > th.order:before {
    right: 10px;
    content: "\f30c";
    bottom: 16px;
}

.table > thead > tr > th.order:after {
    right: 5px;
    content: "\f309";
    bottom: 12px;
}

.table > thead > tr > th.order:hover:before,
.table > thead > tr > th.order:hover:before {
    z-index: 10;
}

.table > thead > tr > th.order.asc:after, .table > thead > tr > th.order.desc:before {
    color: #6699ff;
}

.table > thead > tr > th > i {
    line-height: 30px;
    font-size: 1em;
    height: 30px;
    min-width: 10px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 3px;
    color: #fff;
    z-index: 1;
}

.table > thead > tr > th > a > img.table-header {
    margin: -1px auto;
    max-height: 20px;
    max-width: 20px;
    display: block;
}

.table > tbody > tr > td {
    padding: 10px 5px;
    line-height: 20px;
    position: relative;
}

.table > tbody > tr > td > p {
    color: #5e5e5e;
    font-size: 14px;
    margin: 0;
    padding: 2px 5px;
    min-width: 0;
    line-height: 15px;
    font-weight: normal;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    min-height: 29px;
    width: 100% !important;
}

.table > tbody > tr > td > p.date {
    min-width: 110px;
}

.table > tbody > tr > td > p.name, .table > tbody > tr > td > p.username, .table > tbody > tr > td > p.user {
    justify-content: space-between;
}

.table > tbody > tr > td > p > a, .table > tbody > tr > td > p > i {
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 25px;
}

.table > tbody > tr > td > p > img {
    max-height: 28px;
    display: block;
    margin: -5px auto;
}

.table > tbody > tr > td > p.platform > img {
    max-width: 80px;
}

.table > tbody > tr > td > ul {
    margin: 0 0 10px 0;
    padding: 0 3px;
}

.table > tbody > tr > td > ul > li {
    color: #5e5e5e !important;
    line-height: 15px;
    list-style-type: none !important;
    padding-top: 10px;
    width: auto;
}

#temp-image-preview {
    position: absolute;
    border: 1px solid #6699ff;
    background: #ddd;
    padding: 5px;
    display: none;
}

#temp-image-preview img {
    max-width: 200px;
    display: block;
}

/*
TABLE FORMS
*/
.form-control:focus, select.form-control:focus, .single-line:focus {
    border-color: #6699ff;
    box-shadow: none;
}

.table > tbody > tr > td > .input-group {
    margin: 0;
    padding: 0;
    border-bottom: none;
    min-height: 24px;
    position: relative;
    overflow: visible;
}

.table > tbody > tr > td > .input-group input {
    background-color: transparent;
}

.table > tbody > tr > td > .input-group textarea::-webkit-scrollbar {
    width: 0;
}

.table > tbody > tr > td > .input-group textarea {
    min-height: 40px;
    border-color: transparent;
    font-size: 14px;
    padding: 3px;
    margin: 0;
    line-height: 16px;
    height: 24px;
    min-width: 200px;
}

.table > tbody > tr > td > .input-group input[type="number"] {
    min-width: 50px !important;
    width: 50px !important;
}

.table > tbody > tr > td > .input-group input[type="checkbox"], .table > tbody > tr > td > .input-group input[type="radio"] {
    min-width: 30px !important;
    margin: 13px auto 0 auto;
}

.table > tbody > tr > td > #form_price {
    max-width: 160px;
}

.table > tbody > tr > td > #form_order {
    max-width: 60px;
}

/*
TABLE ACTIONS
*/
.table > tbody > tr > td > .table-actions {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.table > tbody > tr > td > .table-actions *:first-child {
    margin: 0 !important;
}

.table > tbody > tr > td > .table-actions a, .table > tbody > tr > td > .table-actions button, .table > tbody > tr > td > .table-actions p {
    border: none;
    font-size: 18px;
    line-height: 20px;
    padding: 5px;
    margin: 0 0 0 5px;
    background: transparent;
}

.table > tbody > tr > td > .btn-group {
    padding: 0;
    margin: 6px 5px 0 5px;
    float: right;
}

.table > tbody > tr > td > .btn-group > button {
    font-size: 14px;
    line-height: 20px;
    padding: 0 6px;
    margin: 0 3px 0 0;
}

.table > tbody > tr > td > .btn-group.open > .dropdown-menu {
    left: inherit;
    right: 0;
    top: 100%;
    padding: 0;
}

.table > tbody > tr > td > .btn-group.open > .dropdown-menu > li > a {
    font-size: 14px;
    line-height: 16px;
    padding: 6px;
}

/*
FORMS
*/
/*.form-control,select.form-control*/
/*.form-control,select.form-control{border:1px solid #e1eaea;border-radius:2px;-webkit-border-radius:2px;font-size:14px;padding:5px;margin:-1px 0 0 1rem;line-height:20px;}*/
/*
FORMS select2
*/
.select2-container {
    width: 100% !important;
    min-height: 32px;
    min-width: 70px;
    margin: -1px 0;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-selection:focus, .select2-selection__rendered:focus {
    outline: none;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 32px;
    border: 1px solid #e1eaea;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #000;
    font-size: 0px;
}

.select2-container--default .select2-selection--multiple {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    border: 1px solid #e1eaea;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #000;
    font-size: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    display: flex;
    justify-content: left;
    align-content: center;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 32px;
    padding: 5px 15px 7px 5px;
    font-size: 13px;
    line-height: 20px;
    color: #2a3846;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0;
    border-radius: 0px;
    padding: 0;
    line-height: 20px;
    font-size: 13px;
    background-color: #fff;
    border: none !important;
    color: #6699ff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    margin-right: 0;
    font-size: 13px;
    padding: 0 5px;
    float: right;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    min-height: 32px;
    border-color: #6699ff;
    font-size: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 30px;
    width: 16px;
    top: 1px;
    right: 1px;
    padding: 0;
    position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__arrow i,
.select2-container--default .select2-selection--multiple .select2-selection__arrow i {
    color: #6699ff;
    line-height: 30px;
    height: 30px;
    line-height: 30px;
    width: 16px;
    padding: 0;
    font-size: 13px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    min-height: 32px;
    border: none;
    font-size: 0px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    line-height: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6699ff;
}

.select2-dropdown {
    border-color: #fff;
    border-radius: 0px;
}

.select2-container--open .select2-dropdown {
    top: 2px;
}

.table > tbody > tr > td > .input-group .select2-container--default .select2-selection--single, .table > tbody > tr > td > .input-group .select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border-color: transparent;
}

.select2-dropdown *::-webkit-scrollbar {
    width: 5px;
}

.select2-dropdown *::-webkit-scrollbar-track {
    background-color: transparent;
}

/**input groups**/
.input-group-text {
    background-color: #f3f8fa;
    border-color: #f2f6f8;
    color: #9ba4ae;
    font-size: .8rem;
}

.input-icon-group:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.input-icon-group .input-icon-append {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.input-icon-group .input-icon-append i {
    position: relative;
    border: 1px solid #e1eaea;
    border-right: 0;
    width: 2rem;
    float: left;
    height: 32px;
    display: block;
    right: -1px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-icon-group .input-icon-append i[class^="icon-"], .input-icon-group .input-icon-append i[class*=" icon-"] {
    font-size: 16px;
}

.input-icon-group .input-icon-append .form-control {
    width: calc(100% - 2rem);
    position: relative;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-icon-group.input-icon-right .input-icon-append i {
    float: right;
    right: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #e1eaea;
    border-left: 0;
    margin: -1px 0;
}

.input-icon-group.input-icon-right .input-icon-append .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    float: left;
}


/*
FLASH
*/
.flash-success {
    animation: flash-success 3s 2;
}

@keyframes flash-success {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #1dafec;
    }
    100% {
        background-color: #fff;
    }
}

.flash-info {
    animation: flash-information 3s 2;
}

@keyframes flash-information {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #23c6c8;
    }
    100% {
        background-color: #fff;
    }
}

.flash-warning {
    animation: flash-warning 3s 2;
}

@keyframes flash-warning {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #f8ac59;
    }
    100% {
        background-color: #fff;
    }
}

.flash-error {
    animation: flash-error 3s 2;
}

@keyframes flash-error {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: #ed5565;
    }
    100% {
        background-color: #fff;
    }
}


.w100 {
    width: 100% !important;
}

.w100:after {
    content: "";
    display: table;
    clear: both;
}

.border0 {
    border: 0 !important;
}

.shadow0 {
    box-shadow: none !important;
}

.shadow0:focus {
    box-shadow: none;
}


.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(44, 45, 58, 0.14);
}

label {
    font-weight: 400;
    color: inherit;
    text-transform: capitalize;
}

strong, b {
    font-weight: 700;
}

.fullscreen {
    height: 100%;
}

.full-height {
    height: 100%;
    background-size: cover;
    width: 100%;
    background-position: center center;
    background-attachment: scroll;
}

.pl-15 {
    padding-left: 1rem;
}

/** responsive hidden/show elements classes**/
@media (min-width: 992px) {
    .h-lg-up {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .h-md-up {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .h-sm-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .h-lg-down {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .h-md-down {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .h-sm-down {
        display: none !important;
    }
}

.radius2 {
    border-radius: 2px !important;
}

.radius4 {
    border-radius: 4px !important;
}

.radius6 {
    border-radius: 6px !important;
}

.radius100 {
    border-radius: 100px !important;
}

.radius-round {
    border-radius: 50% !important;
}

.b-t {
    border-top: 1px solid #e1eaea !important;
}

.b-b {
    border-bottom: 1px solid #e1eaea !important;
}

.b-l {
    border-left: 1px solid #e1eaea !important;
}

.b-r {
    border-right: 1px solid #e1eaea !important;
}

.bd-1 {
    border: 1px solid !important;
}

.bd-light {
    border-color: #e1eaea !important;
}

.position-relative {
    position: relative;
}


/*
Buttons style
*/
.btn-group-sm > .btn {
    padding: .35rem .75rem;
    font-size: .7rem;
    min-width: 1rem;
}

.btn-group-lg > .btn {
    padding: .75rem 1.25rem;
    font-size: .9rem;
}

.btn-group-xl > .btn {
    padding: .9rem 1.5rem;
    font-size: 1rem;
}

.btn-group .btn.active:not(disabled):not(.disabled) {
    box-shadow: inset 0 0 2px 1px rgba(44, 45, 58, 0.05) !important;
}


.btn.btn-sm {
    padding: .35rem .75rem;
    font-size: .8rem;
    min-width: 1.5rem;
}

.btn.btn-sm.btn-subtitle .text-block {
    font-size: 10px;
}

.btn.btn-lg {
    padding: .75rem 1.25rem;
    font-size: .9rem;
}

.btn.btn-xl {
    padding: .9rem 1.5rem;
    font-size: 1rem;
}

.btn.btn-rounded {
    border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
}

.btn.btn-square {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.btn.btn-border0 {
    border: 0 !important;
}

.btn.btn-border0 > * {
    border: 0 !important;
}

.btn.btn-subtitle {
    text-align: center;
}

.btn.btn-subtitle span.text-block {
    opacity: .75;
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.btn.btn-subtitle.btn-icon {
    text-align: left;
}

.btn.btn-icon {
    padding-left: 2.5rem;
}

.btn.btn-icon > i {
    display: inline-flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    position: absolute;
    left: 0;
    top: 1px;
    height: 100%;
    width: 2.5rem;
    line-height: 1;
    font-size: 14px;
    margin-right: 0;
}

.btn.btn-icon > i[class^="icon-"], .btn.btn-icon > i[class*=" icon-"] {
    font-size: 21px;
}

.btn.btn-icon.btn-sm {
    padding-left: 2rem;
}

.btn.btn-icon.btn-sm > i {
    width: 2rem;
    font-size: 12px;
}

.btn.btn-icon.btn-sm > i[class^="icon-"], .btn.btn-icon.btn-sm > i[class*=" icon-"] {
    font-size: 16px;
}

.btn.btn-icon.btn-lg {
    padding-left: 3.5rem;
}

.btn.btn-icon.btn-lg > i {
    width: 3.5rem;
    font-size: 18px;
}

.btn.btn-icon.btn-lg > i[class^="icon-"], .btn.btn-icon.btn-lg > i[class*=" icon-"] {
    font-size: 24px;
}

.btn.btn-icon.btn-xl {
    padding-left: 4rem;
}

.btn.btn-icon.btn-xl > i {
    width: 4rem;
    font-size: 28px;
}

.btn.btn-icon.btn-xl > i[class^="icon-"], .btn.btn-icon.btn-xl > i[class*=" icon-"] {
    font-size: 32px;
}

.btn.btn-icon.btn-icon-right {
    padding-right: 2.5rem;
    padding-left: 1rem;
    text-align: right;
}

.btn.btn-icon.btn-icon-right > i {
    right: 0;
    left: auto;
}

.btn.btn-icon.btn-icon-right .btn-subtitle-content {
    text-align: right;
}

.btn.btn-icon.btn-icon-right.btn-sm {
    padding-right: 2rem;
    padding-left: .5rem;
}

.btn.btn-icon.btn-icon-right.btn-lg {
    padding-right: 3.5rem;
    padding-left: 1.25rem;
}

.btn.btn-icon.btn-icon-right.btn-xl {
    padding-right: 4rem;
    padding-left: 1.5rem;
}

.btn.disabled, .btn:disabled {
    opacity: .5;
    pointer-events: none;
}

/**fill buttons**/
.btn.btn-primary {
    color: #fff;
    background-color: #6699ff;
    border-color: rgba(16, 114, 206, 0.4);
}

.btn.btn-primary:hover, .btn.btn-primary:focus:not(.disabled):not([disabled]), .btn.btn-primary.focus:not(.disabled):not([disabled]), .btn.btn-primary:active:not(.disabled):not([disabled]), .btn.btn-primary.active:not(.disabled):not([disabled]) {
    background-color: #1072ce;
    box-shadow: none;
    border-color: rgba(16, 114, 206, 0.5);
    color: #e5f2ff;
}

.btn.btn-primary.btn-shadow {
    box-shadow: 0 5px 10px 2px #6699ff !important;
}

.btn.btn-success {
    color: #fff;
    background-color: #94df4a;
    border-color: rgba(125, 200, 53, 0.7);
}

.btn.btn-success:hover, .btn.btn-success:focus:not(.disabled):not([disabled]), .btn.btn-success.focus:not(.disabled):not([disabled]), .btn.btn-success:active:not(.disabled):not([disabled]), .btn.btn-success.active:not(.disabled):not([disabled]) {
    background-color: #7dc835;
    box-shadow: none;
    border-color: #7dc835;
    color: #e5fcd0;
}

.btn.btn-success.btn-shadow {
    box-shadow: 0 5px 10px 2px rgba(148, 223, 74, 0.24) !important;
}

.btn.btn-info {
    color: #fff;
    background-color: #86d4f5;
    border-color: rgba(105, 193, 230, 0.7);
}

.btn.btn-info:hover, .btn.btn-info:focus:not(.disabled):not([disabled]), .btn.btn-info.focus:not(.disabled):not([disabled]), .btn.btn-info:active:not(.disabled):not([disabled]), .btn.btn-info.active:not(.disabled):not([disabled]) {
    background-color: #69c1e6;
    box-shadow: none;
    border-color: #69c1e6;
    color: #e7f7fe;
}

.btn.btn-info.btn-shadow {
    box-shadow: 0 5px 10px 2px rgba(134, 212, 245, 0.24) !important;
}

.btn.btn-danger {
    color: #fff;
    background-color: #fa625e;
    border-color: rgba(227, 66, 61, 0.7);
}

.btn.btn-danger:hover, .btn.btn-danger:focus:not(.disabled):not([disabled]), .btn.btn-danger.focus:not(.disabled):not([disabled]), .btn.btn-danger:active:not(.disabled):not([disabled]), .btn.btn-danger.active:not(.disabled):not([disabled]) {
    background-color: #e3423d;
    box-shadow: none;
    border-color: #e3423d;
    color: #fee5e4;
}

.btn.btn-danger.btn-shadow {
    box-shadow: 0 5px 10px 2px rgba(250, 98, 94, 0.24) !important;
}

.btn.btn-warning {
    color: #fff;
    background-color: #f3d768;
    border-color: rgba(223, 193, 74, 0.7);
}

.btn.btn-warning:hover, .btn.btn-warning:focus:not(.disabled):not([disabled]), .btn.btn-warning.focus:not(.disabled):not([disabled]), .btn.btn-warning:active:not(.disabled):not([disabled]), .btn.btn-warning.active:not(.disabled):not([disabled]) {
    background-color: #dfc14a;
    box-shadow: none;
    border-color: #dfc14a;
    color: #fff;
    color: #fef8e2;
}

.btn.btn-warning.btn-shadow {
    box-shadow: 0 5px 10px 2px rgba(243, 215, 104, 0.24) !important;
}

.btn.btn-secondary {
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1eaea;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus:not(.disabled):not([disabled]), .btn.btn-secondary.focus:not(.disabled):not([disabled]), .btn.btn-secondary:active:not(.disabled):not([disabled]), .btn.btn-secondary.active:not(.disabled):not([disabled]) {
    background-color: #fff;
    box-shadow: none;
    border-color: #6699ff;
    color: #6699ff;
}

/*
form custom ui style for assan admin....
*/
.tooltip {
    z-index: 9999;
}

.form-control::-webkit-input-placeholder, .note-placeholder {
    transition: opacity .3s;
    color: rgba(155, 164, 174, 0.5);
    font-weight: 400;
    opacity: 1;
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    transition: opacity .3s;
    color: rgba(155, 164, 174, 0.5);
    font-weight: 400;
    opacity: 1;
}

.form-control::placeholder {
    transition: opacity .3s;
    color: rgba(155, 164, 174, 0.5);
    font-weight: 400;
    opacity: .95;
}

.form-control.form-control-light::placeholder {
    color: rgba(243, 248, 250, 0.5);
}

.form-control:focus::-webkit-input-placeholder {
    opacity: .5;
}

.form-control:focus:-ms-input-placeholder, .form-control:focus::-ms-input-placeholder {
    opacity: .5;
}

.form-control:focus::placeholder {
    opacity: .5;
}


.form-control.form-control-bBottom, select.form-control.form-control-bBottom {
    border: 1px solid #f3f8fa;
    border-radius: 0;
    padding-left: 1rem;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.form-control.form-control-bBottom:focus, select.form-control.form-control-bBottom:focus {
    box-shadow: none;
}

.form-control.disabled, .form-control[disabled], .form-control[readonly], select.form-control.disabled, select.form-control[disabled], select.form-control[readonly] {
    /*background-color:rgba(243,248,250,0.15);*/
    background-color: #e9ecef;
}

.form-control.error, select.form-control.error {
    border-color: #fa625e;
    background-color: rgba(250, 98, 94, 0.1);
    box-shadow: 0 0 5px 2px rgba(250, 98, 94, 0.15);
}

.form-control.valid, select.form-control.valid {
    border-color: #94df4a;
    background-color: rgba(148, 223, 74, 0.1);
    box-shadow: 0 0 5px 2px rgba(148, 223, 74, 0.15);
}

.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder {
    color: rgba(44, 45, 58, 0.6);
}

.form-control::-moz-placeholder, select.form-control::-moz-placeholder {
    color: rgba(44, 45, 58, 0.6);
}

.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder {
    color: rgba(44, 45, 58, 0.6);
}

.form-control:-moz-placeholder, select.form-control:-moz-placeholder {
    color: rgba(44, 45, 58, 0.6);
}

.dropzone {
    border-color: #e1eaea;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .75rem 1rem;
    font-size: 1rem;
}

select.form-control-sm, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .15rem .5rem;
    font-size: .7rem;
}

.input-group-text {
    border-color: #e1eaea;
}

.search-form-o {
    position: relative;
}

.search-form-o button[type="submit"], .search-form-o button[type="button"], .search-form-o input[type="submit"], .search-form-o input[type="button"] {
    position: absolute;
    right: 10px;
    top: 2px;
    height: 100%;
    font-size: 16px;
    opacity: .6;
}

.form-control-light {
    background-color: rgba(16, 114, 206, 0.05);
    color: #fff;
    border-color: rgba(229, 242, 255, 0.15);
}

.form-control-light:focus {
    background-color: rgba(229, 242, 255, 0.12);
    border-color: rgba(229, 242, 255, 0.75);
    color: #fff;
}

.form-control.form-control-light::-webkit-input-placeholder {
    color: rgba(243, 248, 250, 0.5);
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

label.error, label.valid {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 10px;
}

label.error:before, label.error:after, label.valid:before, label.valid:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

label.error, .invalid-feedback {
    color: #fa625e;
    font-size: 90%;
}

label.valid, .valid-feedback {
    color: #94df4a;
    font-size: 90%;
}

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #94df4a;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #94df4a;
    background-color: rgba(148, 223, 74, 0.1);
    box-shadow: 0 0 5px 2px rgba(148, 223, 74, 0.15);
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #fa625e;
    background-color: rgba(250, 98, 94, 0.1);
    box-shadow: 0 0 5px 2px rgba(250, 98, 94, 0.15);
}

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

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

.custom-file-label, .custom-file-label::after {
    padding: .6rem .75rem;
}


/*
main templates layouts
*/


.content {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.page-content {
    position: relative;
}

.content-footer {
    margin-top: auto;
    min-height: 3.5rem;
}

.content-footer .p-3 {
    padding: 1rem !important;
}

#page-aside > * {
    box-shadow: inset -1px 0 0 0 #e1eaea;
    overflow: hidden;
    width: 240px;
}

.collapse.in {
    display: block;
    height: auto !important;
}

.aside-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 !important;
    padding-left: 1.5rem !important;
    height: 52px;
    line-height: 52px;
}

.slimScrollBar {
    background: #edf4f7 !important;
    width: 5px !important;
    border-radius: 0 !important;
}

.hidden-scroll {
    -ms-flex: 1;
    flex: 1;
    width: auto;
    margin-right: -17px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.content-footer {
    border-top: 1px solid #e1eaea;
    border-color: #e1eaea !important;
}

.navbar {
    min-height: 3.5rem;
    max-height: 3.5rem;
    position: relative;
}

.navbar form button {
    position: absolute;
    right: 1rem;
    top: 1.2rem;
}

.navbar form .form-control {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 1rem;
    border-radius: 0;
}

/********************
Off-canvas menu
*********************/
.offcanvas-wrapper {
    z-index: 900;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .3s ease-in-out;
    opacity: 0;
    transition: opacity .15s linear;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu {
    position: relative;
    z-index: 1000;
    opacity: 1;
    height: auto;
    min-height: 100vh;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 450px;
    position: absolute;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    bottom: 0;
    top: 0;
    box-shadow: -4px 4px 10px rgba(44, 45, 58, 0.19);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .close {
    opacity: 1;
    line-height: 1;
    color: inherit;
    top: .85rem !important;
    right: 1rem !important;
}

.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .flex {
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.offcanvas-wrapper .offcanvas-collapse.offcanvas-menu .offcanvas-content {
    border: inherit;
    margin: 0;
    pointer-events: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: inherit;
    margin: 0;
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
}

.offcanvas-wrapper .offcanvas-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.offcanvas-wrapper .offcanvas-overlay {
    width: 100%;
    z-index: 999;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #2c2d3a;
    transition: opacity .15s linear;
    opacity: 0;
}

.offcanvas-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.offcanvas-wrapper.show .offcanvas-collapse.offcanvas-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.offcanvas-wrapper.show .offcanvas-overlay {
    opacity: .6;
}

@media (min-width: 1200px) {
    body.layout-boxed {
        padding: 2rem 0;
        background-color: #6699ff;
        background: linear-gradient(-180deg, #e5f2ff, #f4daff);
        background: -webkit-linear-gradient(-180deg, #e5f2ff, #f4daff);
        max-width: 1140px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    body.layout-boxed .page-wrapper {
        background-color: #f3f8fa;
        border-radius: 0;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        overflow-x: hidden;
    }
}

body.layout-fixed {
    height: 100%;
}

body.layout-fixed .page-wrapper {
    max-height: 100%;
    height: 100vh;
    -ms-flex: 1;
    flex: 1;
}

body.layout-fixed .page-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

body.layout-fixed .aside-footer, body.layout-fixed .content-footer {
    display: none;
}

@media (min-width: 992px) {
    .page-subheader {
        padding-left: 15px;
        padding-right: 15px;
    }

    #page-aside {
        display: block !important;
    }

    #page-aside .hidden-scroll {
        -ms-flex: 1;
        flex: 1;
        width: auto;
        margin-right: -17px;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #page-aside.aside-folded {
        width: 60px;
    }

    #page-aside.aside-folded .app-logo {
        width: 63px;
        padding-left: 0;
        text-align: center;
        transform: translate(177px, 0);
        -webkit-transform: translate(177px, 0);
    }

    #page-aside.aside-folded .app-logo .logo-text {
        display: none !important;
    }

    #page-aside.aside-folded .sidenav {
        transform: translate(-177px, 0px);
        -webkit-transform: translate(-177px, 0px);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
    }

    #page-aside.aside-folded:hover .sidenav, #page-aside.aside-folded:focus .sidenav, #page-aside.aside-folded.active .sidenav {
        transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
    }

    #page-aside.aside-folded:hover .app-logo, #page-aside.aside-folded:focus .app-logo, #page-aside.aside-folded.active .app-logo {
        width: 240px;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    #page-aside.aside-folded:hover .app-logo .logo-text, #page-aside.aside-folded:focus .app-logo .logo-text, #page-aside.aside-folded.active .app-logo .logo-text {
        display: flex !important;
    }

    .page-header.navbar.navbar-expand-lg {
        padding-top: 0;
        padding-bottom: 0;
    }

    .offcanvas-collapse.offcanvas-menu {
        width: 568px;
    }
}

/*
Horizontal
*/
.layout-horizontal header.page-header .dropdown-menu {
    margin-top: 0;
}

.navbar.navbar-horizontal {
    min-height: auto;
    height: auto;
    max-height: 100%;
    padding: 0 1rem;
    position: relative;
    z-index: 400;
    box-shadow: 0 2px 10px rgba(44, 45, 58, 0.1);
}

.navbar.navbar-horizontal .container {
    position: relative;
}

.navbar.navbar-horizontal .dropdown-menu {
    margin-top: 0;
}

.navbar.navbar-horizontal .navbar-nav > li {
    padding: .5rem .15rem;
}

.navbar.navbar-horizontal .navbar-nav > li > .nav-link {
    border-radius: 4px;
    padding: .5rem 1rem;
    font-size: .85rem;
    font-weight: 400;
    color: #868aa8;
}

.navbar.navbar-horizontal .navbar-nav > li > .nav-link > i {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-right: .5rem;
    position: relative;
    vertical-align: middle;
    line-height: inherit;
}

.layout-horizontal {
    /**multi level dropdown menu**/
}

.layout-horizontal .dropdown-menu {
    min-width: 200px;
    padding: 10px 0;
}

.layout-horizontal .dropdown-menu .dropdown-item {
    border-radius: 0;
    padding: .5rem 1rem;
}

.layout-horizontal .dropdown-menu.dropdown-menu-right .dropdown-submenu .dropdown-menu {
    left: auto;
    margin: 0;
    top: 0;
    right: 100%;
    margin-right: 0;
    border-radius: 4px;
}

.layout-horizontal .dropdown-submenu {
    position: relative;
}

.layout-horizontal .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.layout-horizontal .dropdown-submenu .dropdown-toggle {
    position: relative;
}

.layout-horizontal .dropdown-submenu .dropdown-toggle:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    position: absolute;
    right: .5rem;
    top: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    text-align: center;
}

.layout-horizontal .dropdown-menu-right .dropdown-submenu .dropdown-toggle:after {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
}

.layout-horizontal .navbar-light .search-horizontal {
    width: 220px;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    position: absolute;
}

.layout-horizontal .navbar-light form .form-control {
    width: 220px;
    height: 100%;
    position: relative;
}

.layout-horizontal .navbar-light form .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

.layout-horizontal .navbar-light form button {
    position: absolute;
    right: 0;
    height: 100%;
    top: .15rem;
}

.layout-horizontal .navbar-brand {
    margin-left: 1rem;
}

@media (min-width: 992px) {
    .navbar-light.navbar-horizontal .navbar-nav .active > .nav-link, .navbar-light.navbar-horizontal .navbar-nav .nav-link.active, .navbar-light.navbar-horizontal .navbar-nav .nav-link.show, .navbar-light.navbar-horizontal .navbar-nav .show > .nav-link {
        background-color: #6699ff;
        color: #fff;
    }
}

/*
Layout aside mini
*/
.aside-icon-o {
    width: 4.5rem;
    min-height: 100vh;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 600;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.aside-icon-o .sidenav-mini {
    width: 4.5rem;
    border: inherit;
    margin: 0;
    pointer-events: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.aside-icon-o .app-logo {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 3.5rem;
    background-color: #fef8e2;
    border-bottom: 1px solid rgba(16, 114, 206, 0.05);
}

.aside-icon-o .app-logo > i {
    font-size: 1.25rem;
    color: #6699ff;
}

.aside-mini-content {
    padding: 1.5rem 0;
}

.aside-mini-content .nav .nav-item {
    display: block;
    width: 100%;
    position: relative;
}

.aside-mini-content .nav .nav-item .nav-link {
    display: block;
    flex-direction: row;
    padding: 0;
    width: 100%;
    padding: .5rem 1.25rem;
    color: inherit;
}

.aside-mini-content .nav .nav-item .nav-link .badge {
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: .6rem;
    font-weight: 600;
}

.aside-mini-content .nav .nav-item .nav-link:after {
    display: table;
    content: "";
    clear: both;
}

.aside-mini-content .nav .nav-item .nav-link > i {
    text-align: center;
    padding: 0;
    display: flex;
    width: 2rem;
    height: 2rem;
    line-height: 1;
    font-size: 14px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border-radius: 10rem;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.aside-mini-content .nav .nav-item .nav-link .nav-text {
    display: block;
    float: right;
    line-height: 2rem;
}

.aside-mini-content .nav .dropdown-menu {
    width: 250px;
    border: 0;
    top: calc(100% - 3.5rem) !important;
    left: 100% !important;
    margin-left: .75rem;
    box-shadow: 0 0 10px #6699ff;
    -webkit-box-shadow: 0 0 50px #6699ff;
}

.aside-mini-content .nav .dropdown-menu:before, .aside-mini-content .nav .dropdown-menu:after {
    right: 100%;
    top: 2rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.aside-mini-content .nav .dropdown-menu:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.aside-mini-content .nav .dropdown-menu:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #fff;
    border-width: 11px;
    margin-top: -11px;
}

.aside-mini-content .nav .dropup .dropdown-menu {
    top: auto !important;
    bottom: calc(100% - 4rem) !important;
}

.aside-mini-content .nav .dropup .dropdown-menu:before, .aside-mini-content .nav .dropup .dropdown-menu:after {
    bottom: 1.5rem;
    top: auto;
}

.aside-mini-content .nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-transform: translateY(10px) !important;
    -moz-transform: translateY(10px) !important;
    -ms-transform: translateY(10px) !important;
    -o-transform: translateY(10px) !important;
    transform: translateY(10px) !important;
    -webkit-transform-style: preserve-3d;
}

.aside-mini-content .nav .show.dropdown-menu {
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    opacity: 1;
    visibility: visible;
}

.aside-mini-content .dropup.dropdown-submenu .dropdown-menu {
    display: none;
}

.aside-mini-content .dropup.dropdown-submenu .dropdown-menu:before, .aside-mini-content .dropup.dropdown-submenu .dropdown-menu:after {
    bottom: 2rem;
}

.aside-icon-o.aside-light {
    background-color: #fff;
    box-shadow: 1px -10px 10px rgba(44, 45, 58, 0.12);
    -webkit-box-shadow: 1px -10px 10px rgba(44, 45, 58, 0.12);
}

.aside-icon-o.aside-light .aside-mini-content .nav .nav-item .nav-link > i {
    background-color: rgba(229, 242, 255, 0.2);
    color: #6699ff;
}

.aside-icon-o.aside-light .aside-mini-content .nav .nav-item.active a.nav-link > i, .aside-icon-o.aside-light .aside-mini-content .nav .nav-item.show a.nav-link > i, .aside-icon-o.aside-light .aside-mini-content .nav .nav-item:hover a.nav-link > i {
    background: linear-gradient(180deg, #86d4f5, #6699ff);
    background: -webkit-linear-gradient(180deg, #86d4f5, #6699ff);
    color: #fff;
}

.aside-icon-o.aside-dark {
    background-color: #1072ce;
    box-shadow: 1px -10px 10px rgba(44, 45, 58, 0.12);
    -webkit-box-shadow: 1px -10px 10px rgba(44, 45, 58, 0.12);
    color: #fff;
}

.aside-icon-o.aside-dark .aside-mini-content .nav .nav-item {
    color: rgba(243, 248, 250, 0.5);
}

.aside-icon-o.aside-dark .aside-mini-content .nav .nav-item .nav-link > i {
    background-color: #6699ff;
    color: rgba(255, 255, 255, 0.75);
}

.aside-icon-o.aside-dark .aside-mini-content .nav .nav-item.active a.nav-link > i, .aside-icon-o.aside-dark .aside-mini-content .nav .nav-item.show a.nav-link > i, .aside-icon-o.aside-dark .aside-mini-content .nav .nav-item:hover a.nav-link > i {
    background-color: #6699ff;
    color: #fff;
}

.aside-icon-o.aside-dark .app-logo {
    background-color: #6699ff;
}

.aside-icon-o.aside-dark .app-logo > i {
    color: #fff;
}

@media (min-width: 768px) {
    .aside-icon-o .aside-mini-content .nav .nav-item .nav-link .nav-text {
        display: none;
    }
}

@media (max-width: 991px) {
    .layout-aside-mini .page-wrapper {
        flex-flow: row !important;
        align-content: start !important;
    }
}

@media (max-width: 767px) {
    .aside-icon-o {
        width: 13rem;
        position: fixed;
        padding-top: 3.5rem;
        left: 0;
        top: 0;
        height: 100%;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    .aside-icon-o .sidenav-mini {
        width: 13rem;
        height: calc(100% - 3.5rem);
        overflow-y: auto;
    }

    .aside-icon-o .sidenav-mini .app-logo {
        position: fixed;
        left: 0;
        top: 0;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        padding-left: 1.5rem;
    }

    .aside-icon-o .aside-mini-content .nav .dropdown-menu {
        opacity: 1;
        display: none;
        visibility: visible;
        position: static !important;
        left: 0 !important;
        margin: 0;
        border-radius: 0;
        border: 0;
        width: 100% !important;
    }

    .aside-icon-o .aside-mini-content .nav .dropdown-menu:before, .aside-icon-o .aside-mini-content .nav .dropdown-menu:after {
        display: none;
    }

    .aside-icon-o .aside-close {
        position: absolute;
        right: 1.5rem;
        top: 1rem;
        z-index: 99;
    }

    .aside-icon-o .aside-close > i {
        font-size: 24px;
    }

    .aside-icon-o .badge {
        display: none !important;
    }

    .aside-icon-o .aside-mini-content .nav .show .dropdown-menu {
        display: block;
    }

    .aside-icon-o.show {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

/*
Page header
*/
header.page-header {
    position: relative;
    width: 100%;
    z-index: 500;
    padding-top: 0;
    padding-bottom: 0;
}

header.page-header .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

header.page-header .dropdown-menu.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

header.page-header .nav {
    align-items: center;
}

header.page-header .nav li:not(.list-item) {
    min-height: 3.5rem;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

header.page-header .nav li:not(.list-item) > a {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: flex;
    line-height: 1;
}

header.page-header .nav .user-dropdown a .img-fluid {
    width: 35px;
}

header.page-header .nav .user-dropdown a.nav-link {
    position: relative;
}

header.page-header .nav-link {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
    font-size: .85rem;
    color: inherit;
}

header.page-header .nav-link:hover {
    opacity: 1;
}

header.page-header .nav-link > i {
    font-size: 24px;
}

header.page-header .nav-link .badge {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    display: inline-flex !important;
    line-height: 1;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    font-size: .65rem;
}

header.page-header .nav-link .badge:empty {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 13px;
}

header.page-header .nav-link .badge.anibadge:after {
    border-radius: 50%;
}

header.page-header li.nav-item {
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

header.page-header .form-inline {
    width: 210px;
    border: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

header.page-header .form-inline .form-control {
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-left: 30px;
    background-color: transparent;
    position: relative;
}

header.page-header .form-inline button {
    text-align: left;
    position: absolute;
    left: 0;
    top: 12px;
    line-height: 1;
    border: 0 !important;
    font-size: 1rem;
}

header.page-header .sidenav-btn {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
    margin-left: .5rem;
}

header.page-header .sidenav-btn .navbar-toggler-icon {
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #9ba4ae;
    top: 50%;
    display: block;
    margin-top: -1px;
}

header.page-header .sidenav-btn .navbar-toggler-icon:after {
    bottom: -6px;
}

header.page-header .sidenav-btn .navbar-toggler-icon:before {
    top: -6px;
}

header.page-header .sidenav-btn .navbar-toggler-icon:before, header.page-header .sidenav-btn .navbar-toggler-icon:after {
    display: block;
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #9ba4ae;
}

header.page-header .sidenav-btn.toggler-folded .navbar-toggler-icon:before {
    transform: translate3d(8px, 0, 0);
}

header.page-header .sidenav-btn.toggler-folded .navbar-toggler-icon:after {
    transform: translate3d(8px, 0, 0);
}

/*****navbar-toggler-icon****/
.page-header.darkHeader {
    background-color: #2c2d3a;
}

.page-header.darkHeader .nav-link, .page-header.darkHeader button {
    color: #868aa8;
}

.page-header.darkHeader .nav-link:hover, .page-header.darkHeader button:hover {
    color: #868aa8;
}

.page-header.darkHeader .search-collapse .form-inline {
    background-color: transparent;
}

.page-header.darkHeader .search-collapse .form-inline .form-control {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.75);
    border-color: rgba(229, 242, 255, 0.5);
}

.page-header.darkHeader input::-webkit-input-placeholder {
    color: rgba(243, 248, 250, 0.85);
}

.page-header.darkHeader input::-moz-placeholder {
    color: rgba(243, 248, 250, 0.85);
}

.page-header.darkHeader input:-ms-input-placeholder {
    color: rgba(243, 248, 250, 0.85);
}

.page-header.darkHeader input:-moz-placeholder {
    color: rgba(243, 248, 250, 0.85);
}

.page-header.darkHeader .nav-icons > .nav-item:not(.user-dropdown) > .nav-link > i {
    font-size: 22px;
    position: relative;
    top: 1px;
}

.page-header.darkHeader.page-header .sidenav-btn .navbar-toggler-icon {
    background-color: #868aa8;
}

.page-header.darkHeader.page-header .sidenav-btn .navbar-toggler-icon:before, .page-header.darkHeader.page-header .sidenav-btn .navbar-toggler-icon:after {
    background-color: #868aa8;
}

.page-header.whiteHeader {
    border-bottom: 1px solid #e1eaea;
    background-color: white;
}

.page-header.whiteHeader .search-collapse .form-inline .form-control {
    color: inherit;
}

.page-header.whiteHeader .search-collapse .form-inline button {
    background-color: transparent;
}

.page-header.whiteHeader .nav-link, .page-header.whiteHeader button {
    color: inherit;
    opacity: .75;
}

.page-header.whiteHeader.page-header .sidenav-btn .navbar-toggler-icon {
    background-color: rgba(24, 35, 89, 0.85);
}

.page-header.whiteHeader.page-header .sidenav-btn .navbar-toggler-icon:before, .page-header.whiteHeader.page-header .sidenav-btn .navbar-toggler-icon:after {
    background-color: rgba(24, 35, 89, 0.85);
}

.page-header.whiteHeader .navbar-collapse.search-collapse {
    background-color: transparent;
}

.page-header.whiteHeader input::-webkit-input-placeholder {
    color: rgba(155, 164, 174, 0.57);
}

.page-header.whiteHeader input::-moz-placeholder {
    color: rgba(155, 164, 174, 0.57);
}

.page-header.whiteHeader input:-ms-input-placeholder {
    color: rgba(155, 164, 174, 0.57);
}

.page-header.whiteHeader input:-moz-placeholder {
    color: rgba(155, 164, 174, 0.57);
}

.navbar-search {
    position: relative;
    width: 220px;
    height: 3.5rem;
}

.navbar-search .form-control:focus {
    background-color: transparent;
}

@media (min-width: 992px) {
    .collapse.search-collapse {
        margin-left: 1rem;
    }
}

/*
Block quotes
*/
.blockquote {
    padding-left: .75rem;
    border-left: 3px solid #e5f2ff;
}

.blockquote.blockquote-right {
    padding-left: 0;
    padding-right: .75rem;
    border-left: 0;
    border-right: 3px solid #e5f2ff;
    text-align: right;
}

.blockquote.blockquote-center {
    text-align: center;
    padding-left: 0;
    border-left: 0;
}

.blockquote .blockquote-footer {
    color: inherit;
    opacity: .6;
    font-size: .857rem;
}

.blockquote.blockquote-dark {
    color: #fff;
    padding: .75rem 1rem;
}

/*
Template dropdown styles
*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 5000 !important;
    right: 0 !important;
    top: 100% !important;
    left: auto !important;
}

.dropdown-menu.dropdown-menu-lg {
    width: 330px;
}

.dropdown-menu.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu {
    min-width: 160px;
    padding: .8rem;
    font-size: .85rem;
    color: inherit;
    border: 0;
    box-shadow: 0 0 5px 1px rgba(16, 114, 206, 0.13);
    margin-top: 1px;
    border-radius: 5px;
    z-index: 1500;
    color: rgba(24, 35, 89, 0.85);
}

.dropdown-menu .dropdown-divider {
    border-color: #e1eaea;
    margin: 5px 0;
}

.dropdown-menu .dropdown-item {
    font-size: inherit;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: capitalize;
    display: block;
    padding: .45rem .9375rem;
    color: #868aa8;
}

.dropdown-menu .dropdown-item > i {
    width: auto;
    font-size: 10px;
    line-height: 1.5;
    margin-right: .5rem;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    margin-top: -2px;
}

.dropdown-menu .dropdown-item > i[class^="icon-"], .dropdown-menu .dropdown-item > i[class*=" icon-"] {
    font-size: 16px;
    line-height: 16px;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background-color: #f3f8fa;
    color: #6699ff;
}

.dropdown-menu .slimScrollBar {
    background-color: #f2f6f8 !important;
    border-radius: 0 !important;
}

.dropdown-menu .list .list-item:hover {
    background-color: #f3f8fa;
}

.dropdown-menu .list .list-item .list-body:after {
    background-color: transparent;
}

.dropdown-menu .list .list-item .list-thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.dropdown-menu.emoji-dropdown {
    width: 300px;
    height: 300px;
}

.dropdown-menu.emoji-dropdown table.table-light {
    background-color: #fff;
}

.dropdown-menu.emoji-dropdown table.table-light td {
    text-align: center;
    border-top: 0;
    vertical-align: middle;
}

.dropdown-header-top {
    padding: .75rem .9rem;
    background-color: transparent;
}

.dropdown-footer {
    display: block;
    text-align: center;
    padding: .75rem .9rem;
    background-color: #f3f8fa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid rgba(225, 234, 234, 0.5);
}

.dropdown-footer:hover {
    background-color: #f3f6fc;
}

.dropdown-footer > i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.dropdown-title {
    font-weight: 600;
}

.tool-item {
    display: block;
    line-height: 1;
}

.tool-item > i {
    line-height: 1.2;
    color: #182359;
    font-size: 24px;
}

.tool-item .tool-heading {
    color: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    padding-top: 5px;
    opacity: .6;
    font-size: .8rem;
}

.dropdown-toggle:after {
    position: relative;
    transition: all .3s;
    line-height: 10px;
    width: 10px;
    font-size: 12px;
    height: 10px;
    top: 3px;
    border: 0;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
}

li.show .dropdown-toggle:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.dropdown-menu-dark {
    background-color: #2c2d3a;
    border-color: #262734;
    color: #868aa8;
}

.dropup .dropdown-toggle:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border: 0;
    position: relative;
    transition: all .3s;
    line-height: 10px;
    width: 10px;
    font-size: 12px;
    height: 10px;
    top: 3px;
    border: 0;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
}

.show.dropup .dropdown-toggle:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transform-style: preserve-3d;
    }

    .show.dropdown-menu {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }

    .navbar-light .dropdown-menu.dropdown-menu-lg {
        width: 568px;
    }
}

/*
Tabs
*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #6699ff;
    color: #e5f2ff;
}

.profile-tabs .nav-link {
    background-color: #fff;
    margin-right: .5rem;
    color: #6699ff;
}

/*
Tables style
*/
.table thead th {
    border-color: #e1eaea;
    border-bottom-width: 1px;
}

.table .customUi-checkbox {
    position: relative;
    height: 20px;
}

.table .customUi-checkbox input {
    width: 20px !important;
    height: 20px !important;
    z-index: 1 !important;
    cursor: pointer;
}

.table th:hover a.text-muted, .table th:hover a .text-muted, .table td:hover a.text-muted, .table td:hover a .text-muted {
    opacity: 0.85 !important;
}

.table td, .table th {
    border-color: #e1eaea;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
    border-color: #e1eaea;
}

table.table-data.dataTable {
    border-collapse: collapse !important;
}

table.table-data.dataTable tr {
    border-collapse: collapse;
}

table.table-data.dataTable thead th {
    border-bottom: 0;
}

table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper select.form-control {
    margin: 0rem .5rem;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: #6699ff;
    box-shadow: none;
    width: 16px;
    height: 16px;
    display: block;
    border: 0;
    border-radius: 2px;
    line-height: 19px;
}

.table-contacts tr td, .table-contacts tr th {
    vertical-align: middle;
    text-align: left;
}

/*
Modal and lightboxes;
*/
.modal-dialog .modal-content, .modal-dialog .modal-header {
    border-color: #e1eaea;
}

.modal-dialog .modal-header .modal-title {
    font-size: 1rem;
    color: #2c2d3a;
}

.note-dialog .modal-dialog {
    z-index: 1050;
}

.note-editor.note-frame.card .modal-dialog {
    margin: 0.5rem !important;
}

.note-popover .popover-content, .card-header.note-toolbar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.note-editor.note-frame {
    border-color: #e1eaea;
}

.note-editor.note-frame .dropdown-menu {
    padding: 2px;
}

.note-editable.card-block p {
    margin-bottom: 0;
}

/**jvector map custom**/
.jvectormap-zoomin {
    top: 0;
}

.jvectormap-zoomout {
    top: 30px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 14px;
    height: 14px;
    line-height: 14px;
}

/** profile card **/
.profile-content {
    position: relative;
    padding-top: 5rem !important;
}

.profile-content .profile-cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
}

.profile-content .profile-cover > * {
    opacity: .25;
}

/*
Alert and notifications
*/
.close {
    position: absolute;
    padding: 0.65rem 1.25rem;
    text-shadow: none;
    color: inherit;
    right: 5px !important;
    top: 0 !important;
}

.close:hover {
    color: inherit;
    opacity: 1;
}

.alert {
    position: relative;
    border-color: inherit;
}

.alert .alert-link {
    color: inherit !important;
    font-weight: 600;
    border-bottom: 1px solid;
    border-bottom-color: rgba(44, 45, 58, 0.1);
}

.alert.animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.alert a {
    color: inherit;
    font-weight: 700;
}

.alert a:hover {
    color: inherit;
    text-decoration: underline;
}

.alert.alert-primary {
    background-color: #e5f2ff;
    color: #1072ce;
    border-color: #6699ff;
}

.alert.alert-primary hr {
    border-top-color: #6699ff;
}

.alert.alert-warning {
    background-color: #fef8e2;
    color: #dfc14a;
    border-color: rgba(243, 215, 104, 0.15);
}

.alert.alert-warning hr {
    border-top-color: rgba(243, 215, 104, 0.15);
}

.alert.alert-success {
    background-color: #e5fcd0;
    color: #7dc835;
    border-color: rgba(148, 223, 74, 0.15);
}

.alert.alert-success hr {
    border-top-color: rgba(148, 223, 74, 0.15);
}

.alert.alert-danger {
    background-color: #fee5e4;
    color: #e3423d;
    border-color: rgba(250, 98, 94, 0.15);
}

.alert.alert-danger hr {
    border-top-color: rgba(250, 98, 94, 0.15);
}

.alert.alert-info {
    background-color: #e7f7fe;
    color: #69c1e6;
    border-color: rgba(134, 212, 245, 0.15);
}

.alert.alert-info hr {
    border-top-color: rgba(134, 212, 245, 0.15);
}

.alert.alert-teal {
    background-color: #d9fff8;
    color: #20c7aa;
    border-color: rgba(44, 221, 190, 0.15);
}

.alert.alert-teal hr {
    border-top-color: rgba(44, 221, 190, 0.15);
}

.alert.alert-secondary {
    background-color: #dfe0e3;
    color: #828897;
    border-color: rgba(168, 173, 185, 0.15);
}

.alert.alert-secondary hr {
    border-top-color: rgba(168, 173, 185, 0.15);
}

.alert.alert-light {
    background-color: #fff;
    color: #9ba4ae;
    border-color: #e1eaea;
}

.alert.alert-dark {
    background-color: #f2f6f8;
    color: #262734;
    border-color: rgba(44, 45, 58, 0.15);
}

.alert.alert-dark hr {
    border-top-color: rgba(44, 45, 58, 0.15);
}

.alert.alert-purple {
    background-color: #f4daff;
    color: #8f3faf;
    border-color: rgba(169, 94, 199, 0.15);
}

.alert.alert-purple hr {
    border-top-color: rgba(169, 94, 199, 0.15);
}

.alert.alert-pink {
    background-color: #fde6f3;
    color: #da55a0;
    border-color: rgba(247, 125, 194, 0.15);
}

.alert.alert-pink hr {
    border-top-color: rgba(247, 125, 194, 0.15);
}

/**notifications - bootstrap-notify**/
.alert .progress {
    position: absolute;
    width: calc(100% - 2px);
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
}

.alert .progress > .progress-bar {
    background-color: #6699ff;
    border-radius: 0;
    height: 2px;
    line-height: 2px;
    border-bottom-left-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
}

.alert.alert-info .progress > .progress-bar {
    background-color: #86d4f5;
}

.alert.alert-success .progress > .progress-bar {
    background-color: #94df4a;
}

.alert.alert-warning .progress > .progress-bar {
    background-color: #f3d768;
}

.alert.alert-danger .progress > .progress-bar {
    background-color: #fa625e;
}

.alert.alert-light .progress > .progress-bar {
    background-color: #e1eaea;
}

.alert.alert-primary .progress > .progress-bar {
    background-color: #6699ff;
}

.alert.alert-teal .progress > .progress-bar {
    background-color: #2cddbe;
}

.alert.alert-purple .progress > .progress-bar {
    background-color: #a95ec7;
}

.alert.alert-dark .progress > .progress-bar {
    background-color: #2c2d3a;
}

.alert.alert-pink .progress > .progress-bar {
    background-color: #f77dc2;
}

.table-demo-ui tr, .table-demo-ui th, .table-demo-ui td, .table-demo-ui thead, .table-demo-ui tbody {
    vertical-align: middle;
}

[data-notify="title"] {
    display: block;
    width: 100%;
    font-weight: 500 !important;
}

[data-notify="message"] {
    display: block;
    width: 100%;
}

[data-notify="icon"].alert-thumb, .alert-thumb [data-notify="icon"] {
    float: left;
    display: inline-flex !important;
    margin-right: 0;
    text-align: center;
    width: 2.5rem;
    height: 100%;
    line-height: 1;
    position: absolute;
    left: .5rem;
    top: -1px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    overflow: hidden;
    font-size: 16px;
}

[data-notify="icon"].alert-thumb img, .alert-thumb [data-notify="icon"] img {
    width: 90%;
    display: block;
    height: auto;
    position: relative;
    top: 1px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.alert-thumb [data-notify="icon"] + *, [data-notify="icon"].alert-thumb + *, .alert-thumb [data-notify="icon"] + * + *, [data-notify="icon"].alert-thumb + * + * {
    padding-left: 2rem;
}

/*
Accordions
*/
.card-accordions .card, .card-accordions .card-header {
    border: 0;
    border-radius: 5px;
}

.card-accordions .card .card-body {
    border-left: 1px solid #e5f2ff;
    border-right: 1px solid #e5f2ff;
    border-bottom: 1px solid #e5f2ff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-accordions .card .card-header {
    position: relative;
    padding: 0;
}

.card-accordions .card .card-header > .collapse-title {
    padding: .55rem 1.25rem;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    background-color: #6699ff;
    font-weight: 500;
    font-size: .85rem;
    color: #fff;
}

.card-accordions .card .card-header > .collapse-title.collapsed {
    border-radius: 5px;
    background-color: #f3f8fa;
    color: inherit;
}

.card-accordions-flat .card, .card-accordions-flat .card .card-header {
    border-radius: 0;
    border: 0;
}

.card-accordions-flat .card .card-body {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.card-accordions-flat .card-header {
    position: relative;
    padding: 0;
}

.card-accordions-flat .card-header > .collapse-title {
    padding: .5rem 1.25rem;
    display: block;
    position: relative;
    background-color: #fff;
    font-weight: 500;
    font-size: .85rem;
    color: #6699ff;
}

.card-accordions-flat .card-header > .collapse-title.collapsed {
    background-color: #fff;
    color: #182359;
}

.card-accordions-flat .card-header > .collapse-title.collapsed:hover {
    color: #6699ff;
}

.card-accordions-flat .card-header > .collapse-title:hover {
    color: #6699ff;
}

.collapse-title:before {
    position: absolute;
    display: inline-block;
    transition: all .2s;
    -webkit-transition: all .2s;
    right: 1.25rem;
    top: 50%;
    height: 12px;
    width: 12px;
    text-align: center;
    line-height: 12px;
    margin-top: -4px;
    font-size: 16px;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-weight: 900;
}

.collapse-title.collapsed:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}


/*
paginations style
*/
.page-link {
    border-color: #e1eaea;
}

.page-item.active .page-link, .page-link:hover, .page-link:focus {
    background-color: #6699ff;
    border-color: #6699ff;
    color: #fff;
}

.page-link:focus {
    box-shadow: none;
    background-color: #1072ce;
}

/*
Carousel slider
*/
.carousel-item .carousel-cpation {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-50%);
}

/*
 Badge tooltip and popovers
*/
.tooltip-inner {
    background-color: #2c2d3a;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #2c2d3a;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #2c2d3a;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #2c2d3a;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #2c2d3a;
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    border-left-color: #e1eaea;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: #e1eaea;
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    border-right-color: #e1eaea;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    border-bottom-color: #e1eaea;
}

.popover {
    border-color: #e1eaea;
}

.popover-header {
    background-color: #f3f8fa;
    border-bottom-color: #e1eaea;
    font-weight: 400;
}

/*
Dialogue card fixed at bottom
*/
.dialogue-card-btn {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1040;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    line-height: 1;
    font-size: 1rem;
}

.dialogue-card-btn > i {
    font-size: 1.5rem;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dialogue-card-btn.active > i:before {
    content: "\e773";
}

.dialogue-card {
    position: fixed;
    z-index: 1039;
    right: 1rem;
    bottom: 7rem;
    width: 350px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .3s;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 21px 35px 0 #6699ff;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    display: flex;
    max-width: 350px;
    flex: 1;
    flex-direction: column;
}

.dialogue-card.is-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.dialogue-card .dialogue-header {
    background-color: #6699ff;
    border-radius: 4px;
    height: 60px;
    color: #fff;
    box-shadow: 0 2px 16px rgba(44, 45, 58, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dialogue-card .dialogue-header .dialogue-title {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    padding-left: 1rem;
    padding-right: 1rem;
}

.dialogue-card .dialogue-header > * {
    height: 100%;
    align-items: center;
    display: flex;
}

.dialogue-card .dialogue-header > * ul {
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    margin-left: auto;
    padding-right: 1rem;
}

.dialogue-card .dialogue-header > * ul > li {
    display: flex;
    height: 100%;
    align-items: center;
}

.dialogue-card .dialogue-content {
    height: 300px;
}

.dialogue-card .dialogue-content .slimScrollBar {
    width: 5px;
    background: #f2f6f8 !important;
}

.dialogue-card .dialogue-card-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: .5rem 1rem;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*
Layout style for app pages like chat,email etc...
*/
.sidebar {
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    z-index: 500;
    overflow: hidden;
    width: 280px;
}

.sidebar.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sidebar .flex-column, .sidebar-body .flex-column {
    height: 100vh;
    overflow: hidden;
}

.sidebar-body-footer, .sidebar-footer {
    min-height: 3.5rem;
    line-height: 1;
    position: relative;
}

.list.chat-list .chat-user {
    position: relative;
}

.list.chat-list .chat-user:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 18px;
    background-color: #e1eaea;
    border-radius: 50%;
    display: block;
}

.list.chat-list .chat-user.user-online:after {
    background-color: #94df4a;
}

.list.chat-list .chat-user.user-away:after {
    background-color: #f3d768;
}

.list.chat-list .chat-user.user-dnd:after {
    background-color: #fa625e;
}

.sidebar .chat-list .list-item {
    transition: all .3s;
    -webkit-transition: all .3s;
    border-left: 3px solid transparent;
}

.sidebar .chat-list .list-item:hover {
    background-color: rgba(243, 248, 250, 0.7);
    border-left-color: #6699ff;
}

.sidebar .chat-list .list-item.active {
    background-color: #f3f8fa;
    border-left-color: #6699ff;
}

.sidebar .flex-column, .sidebar-body .flex-column {
    width: 100%;
}

.sidebar .nav .nav-item {
    display: block;
    width: 100%;
}

.sidebar .nav .nav-item .nav-link {
    display: block;
    opacity: .75;
    font-weight: 500;
}

.sidebar .nav .nav-item .nav-link > i {
    opacity: .35;
}

.sidebar .nav .nav-item .nav-link:hover {
    box-shadow: inset 3px 0 0 0 #6699ff;
    opacity: 1;
}

.sidebar .nav .nav-item .nav-link:hover > i {
    opacity: 1;
}

.sidebar .nav .nav-item .nav-link.active {
    box-shadow: inset 3px 0 0 0 #6699ff;
    color: #6699ff;
    opacity: 1;
}

.sidebar .nav .nav-item .nav-link.active > i {
    opacity: 1;
}

.sidebar .nav .nav-divider {
    color: #2c2d3a;
    border-top: 1px solid #e1eaea;
}

@media (min-width: 992px) {
    .sidebar .flex-column, .sidebar-body .flex-column {
        height: calc(100vh - 0);
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    .sidebar-sm.sidebar {
        border-right: 1px solid #e1eaea;
        display: block !important;
        background: inherit !important;
        position: fixed !important;
        top: 0;
        opacity: 1 !important;
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .sidebar-sm.sidebar.show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*
Responsive layouts style
*/
@media (max-width: 991px) {
    .dropdown-menu {
        box-shadow: none;
    }

    .layout-horizontal .navbar-light .dropdown-menu {
        box-shadow: none;
        padding: 0;
        border: 0;
    }

    .layout-horizontal .navbar-light .row.p-3 {
        padding: 0 !important;
    }

    .layout-horizontal .navbar-light .navbar-nav {
        padding-top: 1rem;
    }

    .layout-horizontal .navbar-light .navbar-nav > li {
        padding: 0;
    }

    .layout-horizontal .navbar-light .dropdown-submenu .dropdown-menu {
        padding-left: .75rem;
    }

    .layout-horizontal .navbar-light .dropdown-menu.dropdown-menu-lg {
        width: auto;
    }

    .layout-horizontal .navbar-light .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .layout-horizontal .navbar-light.navbar.navbar-horizontal {
        padding: .5rem 1rem;
    }

    .layout-horizontal .navbar-light.navbar-light .navbar-toggler {
        border: 0;
        padding: 0;
    }

    .layout-horizontal .navbar-light.navbar.navbar-horizontal.navbar-expand-lg .navbar-nav > li > .nav-link {
        padding: .5rem 1rem;
        text-align: left;
        padding-left: 0;
    }

    .layout-horizontal .navbar-light.navbar.navbar-horizontal.navbar-expand-lg .navbar-nav > li > .nav-link > i {
        text-align: left;
        display: inline-block;
        margin-right: .5rem;
    }

    .layout-horizontal .navbar-light .search-horizontal {
        top: 0;
        right: 15px;
        margin-top: 0;
    }

    .layout-horizontal .navbar-light .search-horizontal .form-control {
        position: static;
    }

    .layout-horizontal .navbar-light .search-horizontal button {
        right: 0;
    }

    .page-wrapper {
        flex-flow: column;
        align-content: flex-start;
    }

    .media-chat {
        padding-right: 0;
    }

    #page-aside {
        width: 100%;
        height: 100%;
        top: 0;
        position: fixed;
        z-index: 1050;
        background: 0 0 !important;
        position: fixed;
        height: 100%;
        background-color: inherit;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        -o-transition: -o-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        width: 240px;
    }

    #page-aside.show {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .aside-footer {
        display: none;
    }

    .page-header .form-control {
        width: 200px;
    }

    header.page-header {
        padding-left: 0;
        padding-right: 0;
    }

    header.page-header .navbar-collapse {
        background-color: #fff;
    }

    header.page-header .navbar-collapse .form-inline {
        background: #fff;
        max-width: 100%;
        width: 100%;
        border: 0;
        margin: 0 !important;
        height: 3.45rem;
    }

    header.page-header .navbar-collapse .form-inline .form-control {
        padding-left: 1rem;
    }

    header.page-header.darkHeader .navbar-collapse {
        border-top: 0;
        border-bottom: 0;
        background-color: #6699ff;
    }

    .page-header a.nav-link {
        padding: .5rem 1rem;
    }

    .page-header a.nav-link i.icon-Magnifi-Glass2:before {
        content: "\e772";
        width: 25px;
    }

    .page-header a.nav-link.collapsed i.icon-Magnifi-Glass2:before {
        content: "\ea6f";
    }

    header.page-header .form-inline button {
        text-align: left;
        position: absolute;
        left: calc(100% - 2rem);
        top: 19px;
        line-height: 1;
    }

    header.page-header .form-inline .form-control {
        height: 100%;
    }

    .offcanvas-wrapper .offcanvas-collapse.offcanvas-menu {
        width: 96%;
        right: 2%;
    }

    .sidebar-body .flex-column {
        height: calc(100vh - 3.5rem);
    }
}

@media (max-width: 767px) {
    header.page-header .dropdown {
        position: static;
    }

    header.page-header .dropdown-menu, header.page-header .dropdown-menu.dropdown-menu-right {
        min-width: 96% !important;
        width: 96% !important;
        left: 2% !important;
        right: auto !important;
        transform: none !important;
    }

    .media-chat p {
        max-width: 100%;
    }

    .media-chat.media-chat-self {
        padding-right: 0;
        padding-left: 0;
    }

    .page-subheader .col-md-5 {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .layout-horizontal .navbar-light .container {
        padding-left: 0;
        padding-right: 0;
    }

    .layout-horizontal .navbar-light .search-horizontal button {
        right: -15px;
    }
}

#form_search::placeholder {
    color: #ffffff !important;
    opacity: 1; /* Firefox */
}

#form_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;;
}

#form_search::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;;
}

/* Date Filter Styling */
.input-daterange input.date-filter-after,
.input-daterange input.date-filter-before {
    background-color: #fff;
    border: 1px solid #e1eaea;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    color: #666;
    width: 100%;
}

.input-daterange input.date-filter-after:focus,
.input-daterange input.date-filter-before:focus {
    border-color: #6699ff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(102, 153, 255, 0.2);
}

/* Ensure jQuery UI datepicker is not applied to date filter inputs */
.input-daterange .date-filter-after.hasDatepicker,
.input-daterange .date-filter-before.hasDatepicker {
    background-color: #fff !important;
}

/* Hide jQuery UI datepicker icons for HTML5 date inputs */
.input-daterange .date-filter-after + .ui-datepicker-trigger,
.input-daterange .date-filter-before + .ui-datepicker-trigger {
    display: none !important;
}

.pagination-filter-holder {
    margin-bottom: 15px;
}
