﻿html {
    height: 100%;
    font-size: 13px;
}

@media (max-width: 776px) {
    .container-sm, .container {
        position: relative;
        max-width: 540px;
        margin-top: 20px;
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        position: relative;
        max-width: 100%;
        margin-top: 25px;
        margin-left: 80px;
        padding-right: 95px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        position: relative;
        max-width: 100%;
        margin-top: 25px;
        margin-bottom: 15px;
        margin-left: 78px;
        margin-right: 7px;
        /*padding-right: var(--bs-gutter-x, .75rem);*/
        padding-right: .75rem;
        max-inline-size: -webkit-fill-available;
        max-inline-size: -moz-available;
    }
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #555555;
    padding: 0;
    text-align: left;
    background-color: #f0f3f5;
    height: 100%;
}

.float-right {
    float: right !important;
}

@media (min-width: 576px) {
    .float-sm-right {
        float: right !important;
    }
}

@media (min-width: 768px) {
    .float-md-right {
        float: right !important;
    }
}

@media (min-width: 992px) {
    .float-lg-right {
        float: right !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-right {
        float: right !important;
    }
}



/*------------------------------------------------------------------------------------- [container] ------------------------------------------------------------------------------------------*/
.am-wrapper {
    min-height: 100%;
    padding-top: 62px;
}

.widget-head {
    height: 20%;
    color: white;
    background-color: #041F40;
    margin-top: -13px;
    margin-right: -13px;
    margin-left: -13px;
}

@media (max-width: 767px){
    .mx-cell-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-cell-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-cell-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-cell-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-cell-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-cell-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-cell-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-cell-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-cell-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-cell-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-cell-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-cell-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-cell-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-cell-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-cell-0 {
        margin-top: 0 !important;
    }

    .mt-cell-1 {
        margin-top: 0.25rem !important;
    }

    .mt-cell-2 {
        margin-top: 0.5rem !important;
    }

    .mt-cell-3 {
        margin-top: 1rem !important;
    }

    .mt-cell-4 {
        margin-top: 1.5rem !important;
    }

    .mt-cell-5 {
        margin-top: 3rem !important;
    }

    .mt-cell-auto {
        margin-top: auto !important;
    }

    .me-cell-0 {
        margin-right: 0 !important;
    }

    .me-cell-1 {
        margin-right: 0.25rem !important;
    }

    .me-cell-2 {
        margin-right: 0.5rem !important;
    }

    .me-cell-3 {
        margin-right: 1rem !important;
    }

    .me-cell-4 {
        margin-right: 1.5rem !important;
    }

    .me-cell-5 {
        margin-right: 3rem !important;
    }

    .me-cell-auto {
        margin-right: auto !important;
    }

    .mb-cell-0 {
        margin-bottom: 0 !important;
    }

    .mb-cell-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-cell-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-cell-3 {
        margin-bottom: 1rem !important;
    }

    .mb-cell-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-cell-5 {
        margin-bottom: 3rem !important;
    }

    .mb-cell-auto {
        margin-bottom: auto !important;
    }

    .ms-cell-0 {
        margin-left: 0 !important;
    }

    .ms-cell-1 {
        margin-left: 0.25rem !important;
    }

    .ms-cell-2 {
        margin-left: 0.5rem !important;
    }

    .ms-cell-3 {
        margin-left: 1rem !important;
    }

    .ms-cell-4 {
        margin-left: 1.5rem !important;
    }

    .ms-cell-5 {
        margin-left: 3rem !important;
    }

    .ms-cell-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .col-xl-1-5 {
        flex: 0 0 auto;
        width: 10%;
    }
}



/*------------------------------------------------------------------------------------- [Left sidebar] ------------------------------------------------------------------------------------------*/
.am-left-sidebar {
    background-color: #000;
    width: 70px;
    height: 100%;
    left: 0;
    position: absolute;
}

    .am-left-sidebar .am-scroller-fixed-left-sidebar {
        position: relative;
        width: 100%;
        height: 100%;
    }

.rtl .am-left-sidebar {
    left: auto;
    right: 0;
}

.am-left-sidebar .sidebar-elements {
    margin: 0;
    padding: 0;
}

    .am-left-sidebar .sidebar-elements > li {
        border-bottom: 1px solid #4c4c4c;
        list-style: none;
    }

        .am-left-sidebar .sidebar-elements > li > a {
            display: block;
            padding: 10px;
            padding-left: 4px;
            color: #e1e1e1;
            text-align: center;
            font-size: 10.6px;
        }

            .am-left-sidebar .sidebar-elements > li > a .icon {
                display: block;
                font-size: 24px;
            }

            .am-left-sidebar .sidebar-elements > li > a span {
                display: block;
                margin-top: 5px;
            }

@media (min-width: 768px) {
    .am-left-sidebar .sidebar-elements > li:hover, .am-left-sidebar .sidebar-elements > li.open {
        background-color: #424141;
    }
}

.am-left-sidebar .sidebar-elements > li.active > a {
    border-left: 2px solid #fdc500;
    padding-left: 13px;
}

.rtl .am-left-sidebar .sidebar-elements > li.active > a {
    padding-left: 15px;
    padding-right: 13px;
    border-left-width: 0;
    border-right: 2px solid #fdc500;
}

.am-left-sidebar .sidebar-elements > li > ul {
    display: none;
    position: fixed;
    left: 70px;
    top: 0;
    height: 100%;
    background-color: #000;
    z-index: 1031;
    padding: 0;
    table-layout: fixed;
    list-style: none;
    width: 240px;
    box-shadow: 10px 20px 12px -11px rgba(0, 0, 0, 0.75);
}

.rtl .am-left-sidebar .sidebar-elements > li > ul {
    left: auto;
    right: 100px;
}

@media (max-width: 767px) {
    .rtl .am-left-sidebar .sidebar-elements > li > ul {
        right: 0;
    }
}

@media (min-width: 768px) {
    .am-left-sidebar .sidebar-elements > li > ul.visible {
        display: table;
    }

    .am-left-sidebar .sidebar-elements > li > ul.hide {
        display: none;
    }
}

.am-left-sidebar .sidebar-elements > li > ul > li.title {
    color: #FFFFFF;
    border-bottom: 1px solid #6d6b6b;
    font-size: 20px;
    font-weight: 300;
    margin: 0 25px 0;
    padding-bottom: 18px;
    padding-top: 21px;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items {
    display: table-row;
    height: 100%;
}

    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
        position: relative;
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller {
        display: block;
    }
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
    height: 100%;
    width: 100%;
    position: absolute;
    padding-top: 15px;
    margin-right: 0 !important;
}

@media screen and (min-width: 0) {
    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content {
        position: static;
        overflow: hidden;
    }
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a {
        padding: 11px 25px;
        color: #b3b3b3;
        font-size: 12.2px;
        display: block;
        font-weight: 300;
    }

        .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .badge {
            float: right;
            border-radius: 2px;
            font-weight: 400;
            line-height: 10px;
            padding: 5px 10px;
        }

.rtl .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a .badge {
    float: left;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:hover, .am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul > li > a:focus {
    background-color: #424141;
    color: #FFFFFF;
}

.am-left-sidebar .sidebar-elements > li > ul > .nav-items .am-scroller .content > ul li.active > a {
    color: #fdc500;
}

.am-left-sidebar .am-logo {
    display: none;
}

.am-left-sidebar:before {
    content: "";
    position: fixed;
    z-index: -1;
    width: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: inherit;
}

.rtl .am-left-sidebar:before {
    left: auto;
    right: 0;
}

@media (max-width: 767px) {
    .am-left-sidebar:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .am-left-sidebar {
        width: 70%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        z-index: 1031;
    }

    .rtl .am-left-sidebar {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .am-left-sidebar .sidebar-elements > li > a {
        text-align: center;
        position: relative;
        font-size: 12px;
    }

    .rtl .am-left-sidebar .sidebar-elements > li > a {
        text-align: right;
    }

    .am-left-sidebar .sidebar-elements > li > a .icon {
        display: inline-block;
        font-size: 25px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .rtl .am-left-sidebar .sidebar-elements > li > a .icon {
        margin-right: 0;
        margin-left: 10px;
    }

    .am-left-sidebar .sidebar-elements > li > a span {
        display: inline-block;
    }

    .am-left-sidebar .sidebar-elements > li.parent > a:after {
        content: "\e688";
        float: right;
        font-family: "Stroke 7";
        font-size: 26px;
        line-height: 28px;
        color: #a1a1a1;
    }

    .rtl .am-left-sidebar .sidebar-elements > li.parent > a:after {
        float: left;
    }

    .am-left-sidebar .sidebar-elements > li > ul {
        position: relative;
        height: auto;
        width: 100%;
        left: 0;
        background-color: transparent;
        box-shadow: unset;
    }

        .am-left-sidebar .sidebar-elements > li > ul > li.title {
            display: none;
        }

        .am-left-sidebar .sidebar-elements > li > ul > li.nav-items {
            display: block;
            height: auto;
        }

            .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller {
                height: auto;
                overflow: visible;
            }

                .am-left-sidebar .sidebar-elements > li > ul > li.nav-items > .am-scroller > .content {
                    padding-top: 0;
                    overflow: visible;
                    position: relative;
                    text-align: center;
                }

    .am-left-sidebar .sidebar-elements > li:hover {
        background-color: inherit;
    }

        .am-left-sidebar .sidebar-elements > li:hover > ul {
            display: none;
        }

    .am-left-sidebar .sidebar-elements li.open > ul {
        display: block;
    }

    .am-left-sidebar .am-logo {
        height: 62px;
        background-color: #000;
        border-bottom: 1px solid #4c4c4c;
        display: block;
    }
}

@media -webkit-min-device-pixel-ratio and (max-width: 767px) {
    .am-left-sidebar .am-logo {
        background-image: url("../Img/logo-full-retina.png");
        background-size: 150px 39px;
    }
}

.am-fixed-sidebar .am-left-sidebar {
    margin-top: 63px;
    padding-bottom: 80px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1031;
}

@media (max-width: 767px) {
    .am-fixed-sidebar .am-left-sidebar {
        margin-top: 0;
        padding-bottom: 0;
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }
}

.am-fixed-sidebar .am-left-sidebar:before {
    top: 80px;
}

.am-fixed-sidebar .am-left-sidebar .nano-pane {
    width: 4px;
}

    .am-fixed-sidebar .am-left-sidebar .nano-pane > .nano-slider {
        background-color: rgba(0, 0, 0, 0.15);
    }

@media (max-width: 767px) {
    body.open-left-sidebar .am-wrapper {
        overflow: hidden;
    }

    body.open-left-sidebar .am-content, body.open-left-sidebar .am-top-header {
        -webkit-transform: translate3d(85%, 0, 0);
        transform: translate3d(70%, 0, 0);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }

    .rtl body.open-left-sidebar .am-content, .rtl body.open-left-sidebar .am-top-header {
        -webkit-transform: translate3d(-85%, 0, 0);
        transform: translate3d(-85%, 0, 0);
    }

    body.open-left-sidebar .am-left-sidebar {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }
}



/*-------------------------------------------------------------------------------------- [Top header] -------------------------------------------------------------------------------------------*/
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.am-top-header {
    background-color: #000;
    height: 62px;
    border: 0;
    margin-bottom: 0;
}

    .am-top-header.navbar {
        padding: 0;
    }

    .am-top-header.navbar-expand-md > .container-fluid {
        padding-right: 15px;
        padding-left: 0;
    }

@media (max-width: 767px) {
    .am-top-header.navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

.am-top-header .dropdown.show {
    background-color: #000000;
}

@media (max-width: 767px) {
    .am-top-header .dropdown.show {
        background-color: transparent;
    }
}

.am-top-header .dropdown > .dropdown-toggle:after {
    display: none;
}

.rtl .am-top-header .am-navbar-header {
    float: right;
}

@media (max-width: 767px) {
    .rtl .am-top-header .am-navbar-header {
        float: none;
    }
}

.am-top-header .am-navbar-header .navbar-brand {
    float: left;
    background-color: #000;
    color: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -15px;
    line-height: 80px;
    height: 64px;
    width: 85px;
    /*background-image: url("/images/logo-sq.png");*/
    background-size: 55px 70px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 0px;
    border-bottom: 1px solid #474646 !important;
}

.rtl .am-top-header .am-navbar-header .navbar-brand {
    margin-right: -15px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .am-top-header .am-navbar-header .navbar-brand {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .am-top-header .am-navbar-header .navbar-brand {
        margin-right: 10px;
    }
}

.am-nosidebar-left .am-top-header .am-navbar-header .navbar-brand {
    background-color: transparent;
    border-bottom-width: 0;
    margin-left: 0;
    margin-right: 10px;
    width: 180px;
    background-image: url("../Img/logo-full.png");
}

@media (min-width: 768px) and (max-width: 991px) {
    .am-nosidebar-left .am-top-header .am-navbar-header .navbar-brand {
        margin-right: 0;
        padding-left: 0;
        width: 160px;
    }
}

.am-top-header .am-navbar-header .am-toggle-left-sidebar {
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
    display: none;
    padding: 0 18px;
    border-width: 0;
    line-height: 70px;
}

.rtl .am-top-header .am-navbar-header .am-toggle-left-sidebar {
    left: auto;
    right: 0;
}

.am-top-header .am-navbar-header .am-toggle-left-sidebar .icon-bar {
    display: inline-block;
    background-color: transparent;
    height: auto;
    width: auto;
    vertical-align: middle;
}

    .am-top-header .am-navbar-header .am-toggle-left-sidebar .icon-bar span {
        display: block;
        width: 25px;
        height: 1px;
        margin-top: 6px;
        background-color: #FFFFFF;
    }

        .am-top-header .am-navbar-header .am-toggle-left-sidebar .icon-bar span:first-child {
            margin-top: 0;
        }

.am-top-header .am-navbar-header .am-toggle-left-sidebar:hover, .am-top-header .am-navbar-header .am-toggle-left-sidebar:focus {
    background-color: transparent;
}

@media (max-width: 767px) {
    .am-top-header .am-navbar-header .am-toggle-left-sidebar {
        display: block;
    }
}

.am-top-header .am-navbar-header .page-title {
    display: none;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 1.462rem;
    line-height: 70px;
}

@media (max-width: 767px) {
    .am-top-header .am-navbar-header .page-title {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .am-top-header .am-navbar-header {
        width: 100%;
        text-align: center;
    }
}

.am-top-header .am-search-container {
    margin-left: 17px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .am-top-header .am-search-container {
        display: none;
    }
}

.am-top-header .am-search-container .am-search {
    position: relative;
    width: 100%;
    max-width: 500px;
    border-bottom: 1px solid #f06b6b;
}

@media (min-width: 768px) and (max-width: 991px) {
    .am-top-header .am-search-container .am-search {
        max-width: 330px;
    }
}

.am-top-header .am-search-container .am-search > input {
    border: 1px solid transparent;
    background-color: #ed5757;
    color: #FFFFFF;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-size: 1.231rem;
    font-weight: 300;
    padding: 8px 10px;
    outline: none;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

    .am-top-header .am-search-container .am-search > input:focus {
        border-color: #ec4747;
    }

    .am-top-header .am-search-container .am-search > input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: rgba(255, 255, 255, 0.4);
    }

    .am-top-header .am-search-container .am-search > input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: rgba(255, 255, 255, 0.4);
        opacity: 1;
    }

    .am-top-header .am-search-container .am-search > input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: rgba(255, 255, 255, 0.4);
    }

.am-top-header .am-search-container .am-search > span {
    position: absolute;
    color: #FFFFFF;
    right: 8px;
    top: 50%;
    font-size: 1.846rem;
    margin-top: -12px;
    cursor: pointer;
}

.rtl .am-top-header .am-search-container .am-search > span {
    right: unset;
    left: 8px;
}

.am-top-header .navbar-collapse {
    padding-right: 20px;
}

.rtl .am-top-header .navbar-collapse {
    padding-right: 0;
    padding-left: 20px;
}

    .rtl .am-top-header .navbar-collapse .navbar-nav {
        padding-right: 0;
    }

.am-top-header .navbar-collapse .navbar-nav > li > a {
    line-height: 80px;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 1.077rem;
    padding: 0 18px;
    outline: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .am-top-header .navbar-collapse .navbar-nav > li > a {
        padding: 0 12px;
    }
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
    font-size: 2.077rem;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown > a .angle-down {
        float: none;
        line-height: 1;
    }
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
    border: 0;
    border-radius: 3px;
    margin-top: 2px;
}

.rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
    left: auto;
    right: 0;
    float: right;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
        float: none;
    }
}

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
    display: block;
    font-size: 0.9231rem;
    font-weight: 300;
    color: #504e4e;
    padding: 10px 20px;
    min-width: 175px;
}

    .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
        background-color: #fdc500;
        color: #FFFFFF;
    }

    .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:focus, .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
        background-color: transparent;
        color: #504e4e;
    }

.am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    left: 42px;
    margin-left: -6px;
    position: absolute;
}

.rtl .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
    left: auto;
    right: 42px;
}

@media (max-width: 767px) {
    .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
}

.am-top-header .navbar-collapse .navbar-nav.am-top-menu {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

    .am-top-header .navbar-collapse .navbar-nav.am-top-menu > li:first-child > a {
        padding-left: 15px;
    }

.rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu {
    float: right;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu {
        float: none;
    }
}

.rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu > li:first-child > a {
    padding-left: 18px;
}

.rtl .am-top-header .navbar-collapse .navbar-nav.am-top-menu > li:last-child > a {
    padding-right: 15px;
}

.am-top-header .navbar-collapse .am-user-nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
}

.rtl .am-top-header .navbar-collapse .am-user-nav {
    float: left;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .am-user-nav {
        float: none;
    }
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding-left: 16px;
    padding-right: 4px;
}

.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
    padding-left: 0px;
    padding-right: 16px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
        padding-left: 10px;
    }
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a img {
    max-width: 43px;
    max-height: 43px;
    border-radius: 50%;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
    margin-left: 8px;
    display: none;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
        margin-left: 0;
        margin-right: 8px;
    }
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu {
    left: 0;
    right: auto;
    float: left;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu {
        position: static;
        float: none;
    }
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu li a .icon {
    font-size: 1.538rem;
    vertical-align: middle;
    margin-right: 6px;
}

.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu li a .icon {
    float: right;
    margin-right: 0;
    margin-left: 6px;
}

.am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu:after {
    left: auto;
    right: 20px;
}

.rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown .dropdown-menu:after {
    right: auto;
    left: 20px;
}

.am-top-header .navbar-collapse .am-icons-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .am-top-header .navbar-collapse .am-icons-nav {
        float: none;
    }
}

.rtl .am-top-header .navbar-collapse .am-icons-nav {
    float: left;
    margin-right: 0;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .am-icons-nav {
        float: none;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .am-top-header .navbar-collapse .am-icons-nav {
        margin-right: 10px;
    }
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
    padding: 0 9px;
    position: relative;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
        font-size: 28px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.8);
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
        background: #000000;
        border-radius: 50%;
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        right: 0;
    }

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections {
    width: 300px;
    border-radius: 5px;
    left: auto;
    margin-right: -150px;
    right: 50%;
    padding-bottom: 0;
}

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections {
    right: 50%;
}

@media (max-width: 767px) {
    .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections {
        right: 0;
        margin: 0;
    }
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title {
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    color: #8a8a8a;
    text-align: center;
    padding: 3px 0 7px;
    border-bottom: 1px solid #ebebeb;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title .badge, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title .badge, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title .badge {
        font-weight: 600;
        font-size: 0.7692rem;
        line-height: 9px;
        vertical-align: middle;
        margin-left: 4px;
        background-color: #e4e4e4;
        color: #8a8a8a;
        min-width: 17px;
        height: 17px;
        text-align: center;
        padding: 3px 6px;
        border-radius: 10px;
    }

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .title .badge, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .title .badge, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .title .badge {
    margin-left: 0;
    margin-right: 4px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a {
    font-size: 1rem;
    color: #8a8a8a;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    display: block;
    outline: none;
    font-family: "Raleway", sans-serif;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .footer a:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .footer a:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .footer a:hover {
        background-color: whitesmoke;
    }

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages:after, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications:after, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections:after {
    left: 50%;
    margin-left: -8px;
}

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages:after, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications:after, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections:after {
    left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -8px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications {
    position: relative;
    width: 100%;
    height: 222px;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul {
        list-style: none;
        padding-left: 0;
        padding-right: 0;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li {
            overflow: hidden;
            border-bottom: 1px solid #ebebeb;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a {
                padding: 15px;
                display: block;
                overflow: hidden;
            }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .logo {
                    height: 38px;
                    width: 38px;
                    border-radius: 50%;
                    background-color: #e4e4e4;
                    float: left;
                    text-align: center;
                }

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .logo, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .logo, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .logo, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .logo {
    float: right;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .logo .icon {
    font-size: 1.923rem;
    color: #979595;
    line-height: 36px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content {
    padding-left: 50px;
    line-height: 14px;
}

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content {
    padding-left: 0;
    padding-right: 50px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content .circle {
    width: 6px;
    height: 6px;
    background: #fdc500;
    border-radius: 50%;
    float: right;
    position: relative;
    top: 6px;
}

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content .circle, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content .circle, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .circle, .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content .circle {
    float: left;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content .name, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content .name, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .name, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content .name, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content .text-content {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content .text-content {
    color: #8a8a8a;
    font-size: 0.9231rem;
    line-height: 16px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li > a .user-content .date {
    color: #8a8a8a;
    display: block;
    font-size: 0.6923rem;
    margin-top: 4px;
    text-transform: uppercase;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li.active, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li.active, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li.active, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li.active {
    background-color: rgba(253, 197, 0, 0.1);
    border-bottom: 1px solid rgba(253, 197, 0, 0.1);
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover {
    background-color: #fdc500;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a {
        color: #FFFFFF;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .logo {
            background-color: #000000;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .logo .icon {
                color: #FFFFFF;
            }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .user-content .circle {
            background: #FFFFFF;
        }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .user-content .date {
            color: #FFFFFF;
        }

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:last-child, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:last-child, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:last-child, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:last-child {
    border-bottom: 0;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .logo {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .logo img {
        max-width: 100%;
    }

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .date {
    display: inline-block;
    text-transform: none;
    float: right;
    margin-top: 0;
    font-size: 0.7692rem;
}

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .date {
    float: left;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li > a .user-content .text-content {
    display: block;
    margin-top: 4px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .logo {
    background-color: transparent;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul {
    padding: 0;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li {
        display: block;
        overflow: hidden;
        list-style: none;
        padding: 10px 20px;
        line-height: 34px;
        border-bottom: 1px solid #ebebeb;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo {
            width: 35px;
            height: 35px;
            float: left;
            text-align: center;
        }

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo {
    float: right;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .logo img {
    max-height: 100%;
    max-width: 100%;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field {
    padding-left: 45px;
    vertical-align: middle;
}

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field {
    padding-left: 0;
    padding-right: 45px;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field > span {
    font-family: "Raleway", sans-serif;
    color: #8a8a8a;
    font-weight: 500;
    font-size: 1rem;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-container {
    float: right;
}

.rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-container {
    float: left;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li .field .switch-button {
    vertical-align: middle;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:hover {
    background-color: whitesmoke;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-connections .content ul li:last-child {
    border-bottom: 0;
}

.am-top-header .navbar-collapse .am-icons-nav > li.dropdown.show {
    background-color: transparent;
}

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown.show > a .icon {
        color: #FFFFFF;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .am-top-header .navbar-collapse {
        padding-right: 2px;
    }
}

.am-top-header .am-toggle-right-sidebar {
    display: block;
    padding: 0 18px;
    padding-left: 0;
    line-height: 80px;
    color: #FFFFFF;
    margin-right: 5px;
    margin-left: -2px;
}

.rtl .am-top-header .am-toggle-right-sidebar {
    float: left;
    padding-right: 0;
    padding-left: 18px;
    margin-right: 7px;
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .am-top-header .am-toggle-right-sidebar {
        margin-right: 0;
        padding-left: 5px;
        padding-right: 9px;
    }
}

.am-top-header .am-toggle-right-sidebar .icon {
    font-size: 2rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

@media (max-width: 767px) {
    .am-top-header .am-toggle-right-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 70px;
        margin-right: 0;
    }

    .rtl .am-top-header .am-toggle-right-sidebar {
        right: auto;
        left: 0;
    }
}

.am-top-header .navbar-toggler {
    text-align: center;
    background-color: #000;
    font-size: 2.385rem;
    line-height: 41px;
    width: 100%;
    padding: 0;
    border: 0;
    color: #e1e1e1;
    outline: none;
}

@media (min-width: 768px) {
    .am-white-header .am-top-header {
        background-color: #FFFFFF;
        border-bottom: 1px solid #e6e6e6;
    }

        .am-white-header .am-top-header .navbar-brand {
            background-color: #fdc500;
            border-bottom-color: #474646;
            position: relative;
            top: 1px;
        }

            .am-white-header .am-top-header .navbar-brand:after {
                content: "";
                display: block;
                height: 1px;
                width: 100%;
                background-color: inherit;
                position: absolute;
                top: -1px;
                left: 0;
            }

        .am-white-header .am-top-header .navbar-collapse .navbar-nav > li > a {
            color: #555555;
        }

        .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
            margin-top: 10px;
        }

        .am-white-header .am-top-header .navbar-collapse .navbar-nav > li.dropdown.show {
            background-color: #f7f7f7;
        }

        .am-white-header .am-top-header .navbar-collapse .navbar-nav.am-icons-nav > li.dropdown > a .icon {
            color: rgba(85, 85, 85, 0.8);
        }

        .am-white-header .am-top-header .navbar-collapse .navbar-nav.am-icons-nav > li.dropdown > a .indicator {
            background-color: #fdc500;
        }

        .am-white-header .am-top-header .navbar-collapse .navbar-nav.am-icons-nav > li.dropdown .dropdown-menu {
            margin-top: 10px;
        }

        .am-white-header .am-top-header .navbar-collapse .navbar-nav.am-icons-nav > li.dropdown.show {
            background-color: transparent;
        }

            .am-white-header .am-top-header .navbar-collapse .navbar-nav.am-icons-nav > li.dropdown.show > a .icon {
                color: #fdc500;
            }

        .am-white-header .am-top-header .am-toggle-right-sidebar {
            color: rgba(85, 85, 85, 0.8);
        }
}

@media (max-width: 767px) {
    .am-top-header {
        /*position: relative;*/
        position: fixed;
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }

        .am-top-header .navbar-collapse {
            background-color: #3d3c3c;
            border-top: 1px solid #353434;
            overflow: hidden;
            padding: 0 !important;
            margin: 0;
            width: 100%;
            max-height: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            position: relative;
        }

            .am-top-header .navbar-collapse > .navbar-nav {
                margin: 0;
            }

                .am-top-header .navbar-collapse > .navbar-nav > li > a {
                    padding: 0 20px;
                    line-height: 50px;
                    font-size: 1rem;
                    position: relative;
                }

    .rtl .am-top-header .navbar-collapse > .navbar-nav > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .am-top-header .navbar-collapse > .navbar-nav > li > a {
        background-color: transparent;
    }

    .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu {
        background-color: #484747;
    }

        .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a {
            color: #e1e1e1;
            padding-left: 26px;
            line-height: 1.385rem;
        }

            .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:hover, .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active, .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:focus {
                background-color: transparent;
                color: #e1e1e1;
            }

            .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu > li > a:active {
                color: #FFFFFF;
            }

        .am-top-header .navbar-collapse > .navbar-nav > li.dropdown .dropdown-menu:after {
            content: "";
            display: none;
        }

    .am-top-header .navbar-collapse > .navbar-nav.am-top-menu > li:first-child > a {
        padding-left: 20px;
    }

    .rtl .am-top-header .navbar-collapse > .navbar-nav.am-top-menu > li:last-child > a {
        padding-right: 20px;
    }

    .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
        padding: 0 15px;
        line-height: 65px;
    }

    .rtl .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a > img {
        max-height: 32px;
        max-width: 32px;
    }

    .am-top-header .navbar-collapse .am-user-nav > li.dropdown > a .user-name {
        display: inline;
    }

    .am-top-header .navbar-collapse .am-icons-nav {
        border-top: 1px solid #353434;
        background-color: #393838;
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown {
            display: inline-block;
            position: static;
        }

    .rtl .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a {
        height: 50px;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .icon {
        color: #e1e1e1;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > a .indicator {
        background-color: #fdc500;
    }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu {
        position: absolute;
        top: 0;
        bottom: 51px;
        left: 0;
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-radius: 0;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li {
            height: 100%;
            display: table;
            table-layout: fixed;
            width: 100%;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .title {
                display: none;
            }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li > .list {
                background-color: #eeeeee;
                height: 100%;
                display: table-row;
            }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content {
                background-color: #eeeeee;
            }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .content > ul > li {
                    background-color: #eeeeee;
                }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a {
                border-top-color: #e0e0e0;
                background-color: #ebebeb;
            }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu > li .footer > a:hover {
                    background-color: #e6e6e6;
                }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown > ul.dropdown-menu:after {
            display: none;
        }

    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li {
        border-bottom-color: #e0e0e0;
    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover {
            background-color: #eeeeee;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a {
                color: #fdc500;
            }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .user-content .text-content, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .user-content .date, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .user-content .text-content {
                    color: #8a8a8a;
                }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .user-content .circle, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .user-content .circle {
                    background-color: #fdc500;
                }

                .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .logo, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .logo {
                    background-color: #e4e4e4;
                }

                    .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li:hover > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li:hover > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li:hover > a .logo .icon, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li:hover > a .logo .icon {
                        color: #979595;
                    }

        .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li.active, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li.active, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li.active, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li.active {
            border-bottom-color: #e0e0e0;
        }

            .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-top-messages > .content > ul > li.active:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-messages .am-scroller-notifications > .content > ul > li.active:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-top-messages > .content > ul > li.active:hover, .am-top-header .navbar-collapse .am-icons-nav > li.dropdown .am-notifications .am-scroller-notifications > .content > ul > li.active:hover {
                background-color: #fdefef;
            }
}



/*-------------------------------------------------------------------------------------- [Sticky footer] ----------------------------------------------------------------------------------------*/
.am-sticky-footer {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .am-sticky-footer {
        padding-bottom: 0;
    }
}

.am-sticky-footer footer {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    background-color: #FFFFFF;
    /*margin-left: 100px;*/
    border-top: 1px solid #e6e6e6;
    padding: 15px 35px;
}

.rtl .am-sticky-footer footer {
    margin-left: 0;
    margin-right: 100px;
}

@media (max-width: 767px) {
    .am-sticky-footer footer {
        /*position: static;*/
        position: fixed;
    }
}

.am-sticky-footer.am-aside footer {
    padding: 15px 20px;
}



/*------------------------------------------------------------------------------------------ [Txt Btn] ------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.6923rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
}

.btn-table {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: .167em;
    margin-right: .167em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
}

    .btn-table:active {
        box-shadow: inset 0 0 3px #111;
    }

.title {
    font-size: 1.231rem;
    font-weight: 300;
}

.btn-collapse {
    stroke: #aaaaaa;
}

    .btn-collapse:hover {
        stroke: #858585;
    }

.menu-title {
    color: white;
    font-size: 18px;
    font-weight: 300;
}

    .menu-title i {
        color: white;
        margin-right: 15px;
    }

.log-out {
    color: #c7c7c7;
    font-size: 14px;
}

    .log-out:hover {
        color: #ffff;
    }

a {
    color: #555555;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #555555;
    }

.button-link {
    text-decoration: none;
    background-color: #fff;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #555555;
    transition: background-color 0.3s;
    display: inline-block;
}

    .button-link:hover {
        background-color: transparent;
        color: #555555;
    }

.btn-ripple {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .btn-ripple * {
        position: relative;
        z-index: 2;
    }

.ripple {
    position: absolute;
    border-radius: 50%;
    background: #a5a5a5;
    transform: scale(0);
    animation: ripple-animation 0.5s linear;
    pointer-events: none;
    z-index: 1;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.btn-actualizar {
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    padding: .375rem .75rem;
    border-radius: .25rem;
    background: #fff;
    color: black;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

    .btn-actualizar:active {
        background-color: #ebebeb;
    }

    .btn-actualizar:after {
        content: "ACTUALIZAR";
    }

.onclic {
    width: 30px;
    height: 30px;
    border-color: #bbbbbb;
    border-width: 3px;
    font-size: 0;
    border-left-color: black;
    border-radius: 40px;
    animation: rotating 0.5s 0.25s linear infinite;
    margin-bottom: 3px;
}

    .onclic:after {
        content: "";
    }

    .onclic:hover {
        color: black;
        background: white;
    }

.validate {
    font-size: 13px;
    color: white;
    background: #22b522;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    .validate:hover {
        font-size: 13px;
        color: white;
        background: #22b522;
    }

    .validate:after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    border-color: #258cfb;
    box-shadow: 0 0 0 0.03rem #258cfb !important;
}




/*----------------------------------------------------------------------------------------- [Forms] ---------------------------------------------------------------------------------------------*/
.form-select:focus {
    border-color: #258cfb;
    box-shadow: 0 0 0 0.03rem #258cfb !important;
}

.input-with-icon {
    position: relative;
}

    .input-with-icon input {
        padding-right: 2.5rem;
    }

    .input-with-icon svg {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        pointer-events: none;
    }

.form-control-custom {
    border: 1px solid #bbc2ca;
}


/*----------------------------------------------------------------------------------------- [Card] ---------------------------------------------------------------------------------------------*/
.card {
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 2px 2px rgba(204,197,185,.5);
}

.card-header-charts {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}

.card-header {
    padding-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin: 0 1.538rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-title {
    font-size: 1.385rem;
    font-weight: 300;
    margin-bottom: 0;
}



/*---------------------------------------------------------------------------------------- [Spinner] -------------------------------------------------------------------------------------------*/
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #005fc5;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*---------------------------------------------------------------------------------------- [Datatable] -------------------------------------------------------------------------------------------*/
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: rgba(0, 0, 0, .125);
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom-color: rgba(0, 0, 0, .125) !important;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.dt-search label {
    display: none !important;
}

div.dt-container .dt-search input {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    color: #212529 !important;
    outline: 0;
}

    div.dt-container .dt-search input:focus {
        border-color: #258cfb !important;
        box-shadow: 0 0 0 0.03rem #258cfb !important;
    }

div.dt-buttons > .dt-button:focus:not(.disabled), div.dt-buttons > div.dt-button-split .dt-button:focus:not(.disabled) {
    outline: none !important;
    box-shadow: inset 0 0 3px #111 !important;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    border-radius: 20px !important;
}

    div.dt-container .dt-paging .dt-paging-button.current:focus:not(:hover) {
        background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    }

div.dt-container .dt-paging .dt-paging-button:not(.current):focus:not(:hover) {
    background: transparent;
    border-radius: 20px;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    border-radius: 20px;
}

div.dt-container .dt-paging .dt-paging-button {
    padding: .2em 0.7em;
}

    div.dt-container .dt-paging .dt-paging-button.first:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.first:not(.disabled):active {
        background: none;
        box-shadow: none;
    }

    div.dt-container .dt-paging .dt-paging-button.previous:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.previous:not(.disabled):active {
        background: none;
        box-shadow: none;
    }

    div.dt-container .dt-paging .dt-paging-button.next:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.next:not(.disabled):active {
        background: none;
        box-shadow: none;
    }

    div.dt-container .dt-paging .dt-paging-button.last:not(.disabled):hover {
        color: black !important;
        border: 1px solid #fff;
        background: linear-gradient(to bottom, #ffffff 0%, #fff 100%);
    }

    div.dt-container .dt-paging .dt-paging-button.last:not(.disabled):active {
        background: none;
        box-shadow: none;
    }



/*----------------------------------------------------------------------------------------- [Spinner2] -------------------------------------------------------------------------------------------*/
.loader2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 32px 0 #fff, -32px 0 #fff;
    position: absolute;
    animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
    0% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF;
    }

    50% {
        background-color: #FFF;
        box-shadow: 32px 0 #FFF2, -32px 0 #FFF2;
    }

    100% {
        background-color: #FFF2;
        box-shadow: 32px 0 #FFF, -32px 0 #FFF2;
    }
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1069;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

    .spinner-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.spinner-container {
    position: fixed;
    z-index: 1070;
}



/*------------------------------------------------------------------------------------------ [Table] ---------------------------------------------------------------------------------------------*/
.table > tbody {
    vertical-align: middle;
}