﻿.background-base {
    background-image: url(../images/BackgroundHighway.png);
    background-position: center;
    background-size: cover;
}

.row-line-bottom {
    border-bottom: solid darkgray 1px;
}

.separator-row-t {
    border-top: 2px solid #F2F2F2;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 1px;
    margin-right: 1px;
}

.dashboard-body-padding {
    padding: 1rem;
}

.form-group .form-control {
    padding-left: 2.375rem;
}

.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.welcome-position {
    margin-top: -120px;
    margin-bottom: 60px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #a19f9f;
    z-index: 2999;
    text-align: center;
}

#masterLoading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #a19f9f;
    z-index: 2999;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 30%;
    left: 45%;
    z-index: 2999;
}

#masterLoading-image {
    position: absolute;
    top: 30%;
    left: 45%;
    z-index: 2999;
}

.value-required {
    border: #C80404 solid 3px !important;
}

.premiuminfo-title {
    color: #C80404;
    font-weight: bold;
}
.premiuminfo-title-light {
    color: #C80404;
    font-weight: normal;
}

.required {
    color: #C80404;
    font-size: 10px;
}

.info-gray {
    background-color: #808080;
    color: #FFF;
    width: 100%;
    font-size: 11px;
    text-align: center
}

.img-program {
    border-radius: 50%;
    border: 24px #0D6EFD solid;
    height: 290px;
    cursor: pointer;
}

.img-program:hover {
    border: 24px #043174 solid;
    opacity: 90%
}

.a-program-link {
    text-decoration: none;
    color: #FFF;
}

.img-program-disable {
    border-radius: 50%;
    border: 24px #7d7d7d solid;
    height: 290px;
    cursor: default;
}

.a-disable {
    text-decoration: none;
    color: #FFF;
    cursor: default;
}

.lbl-access-title {
    font-weight: bolder;
    font-size: 26px;
    color: #0D6EFD;
}

.lbl-access-info {
    font-size: 15px;
    color: #0D6EFD;
}

.lbl-program-maintitle {
    font-weight: bolder;
    font-size: 36px;
    color: #FFF;
}
.lbl-thanks-title {
    font-size: 42px;
}

.lbl-program-title {
    font-weight: bolder;
    font-size: 26px;
}

.lbl-program-subtitle {
    font-weight: 300;
    font-size: 20px;
}

.lbl-title {
    background-color: #0D6EFD;
    color: #FFF;
    font-weight: bold;
    width: 50%;
    border-radius: 0;
}

.lbl-title-100 {
    background-color: #0D6EFD;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    border-radius: 0;
    height: 38px;
}

.lbl-title-value {
    background-color: #FFF;
    color: #000;
    width: 50%;
    border-radius: 0;
}

.lbl-title-full {
    background-color: #0D6EFD;
    color: #FFF;
    font-weight: bold;
    height: 37px;
    text-align: center;
}

.lbl-subtitle {
    background-color: #0D6EFD;
    color: #FFF;
    width: 50%;
    border-radius: 0;
}

.lbl-coverage-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.lbl-disclaimer-title {
    font-weight: bold;
    color: #000;
}
.no-hover {
    font-weight: normal !important;
    font-size: 14px;
}
.no-hover:hover {
    font-weight:normal !important;
    text-decoration:none;
}

.big-check input {
    width: 22px;
    height: 22px;
    border-radius: 5px;
}
.lbl-title-credicard {
    font-size: 20px;
    font-weight: bold;
    background-color: #0D6EFD;
    color: #FFF;
    border-radius: 20px;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    padding-top: 6px;
    margin-bottom: -25px !important;
}

.lbl-icon-creditcard {
    background-color: #fff;
    color: #0D6EFD;
    padding: 0px 6px 1px 6px;
    ;
    border-radius: 8px;
    font-size: 25px;
}
.lbl-footer-title {
    color: #E4E1E1;
    font-size: 12px;
    padding: 8px;
    bottom: 2%;
    left: 0;
    width: 100%;
    text-align: center;
}

.icon-size-small {
    font-size: 20px;
}

.icon-size {
    font-size: 22px;
}

.icon-size-large {
    font-size: 30px;
}
.element-show {
    display: block;
}

.color-title {
    background-color: #CCCCCC;
    color: #000000;
}

.background-form-loginuser {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    width: 170px;
}

.div-img-loginuser {
    margin-left: -25px;
    position: absolute;
}

.img-leftloginuser {
    margin-top: 15px;
}

.lbl-loginuser {
    font-size: 11px;
}
.img-loginuser {
    margin-bottom: -35px;
}

.info-gray {
    background-color: #6F6D6D;
    color: #FFF;
    width: 100%;
    font-size: 11px;
    text-align: center
}
.bold {
    font-weight: bold;
}
.not-rounded {
    border-radius: 0;
}
.background-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 20px;
}

.background-form-text {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}

.background-form-payment {
    background-color: #FFF;
    border: 1px solid #86b7fe;
    border-radius: 20px;
    padding: 25px 15px 10px 25px;
}

.background-form-access {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #86b7fe;
    border-radius: 20px;
    padding: 20px 15px 20px 15px;
}

.lbl-form-title {
    background-color: #0D6EFD;
    color: #FFF;
    font-weight: bold;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    text-align: center;
    margin: 0 -12px 0 -12px !important;
}

.notes-container {
    border-radius: 20px;
    background-color: #0D6EFD;
    margin-left: 8rem;
    margin-right: 8rem;
}

.notes-container2 {
    border-radius: 20px;
    background-color: #0D6EFD;
    margin-left: 8rem;
    margin-right: 8rem;
    text-align: center;
}

.notes-container:hover {
    background-color: #043174;
    opacity: 90%
}

.notes-container-summary {
    border-radius: 20px;
    background-color: #0D6EFD;
}

.notes-container-summary:hover {
    background-color: #043174;
    opacity: 90%
}

.notes-icon {
    background-color: #FFF;
    border-end-start-radius: 20px;
    border-start-start-radius: 20px;
}

.notes-img {
    height: 45px;
}

.notes-title {
    color: #FFF;
    font-weight: bold;
}

.notes-subtitle {
    color: #FFF;
}

.numberdays-background {
    background-color: #FFF;
    margin-left: 0;
    margin-right: 0;
}

.numberdays-border {
    border-top: 2px solid #0D6EFD;
}

.img-vehicle-disable {
    text-decoration: none;
    color: #000;
    background-color: #807D7D;
    border-radius: 20px;
    padding: 5px;
    cursor: default;
}
.a-vehicle-disable {
    text-decoration: none;
    color: #807D7D;
    cursor: default;
}

.img-vehicle {
    text-decoration: none;
    color: #000;
    background-color: #0D6EFD;
    border-radius: 20px;
    padding: 5px;
    cursor: pointer;
}

.img-vehicle:hover {
    background-color: #043174 !important;
    opacity: 90%;
    font-weight: bold;
}

.a-link-vehicle {
    text-decoration: none;
    color: #000;
    background-color: #0D6EFD;
    border-radius: 20px;
}

.a-link-vehicle:hover {
    background-color: #043174 !important;
    opacity: 90%;
    font-weight: bold;
}

.a-link-vehicle:active {
    background-color: #043174;
    font-weight: bold;
    border-radius: 20px;
}
.a-link-vehicle-selected {
    background-color: #043174 !important;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 20px;
}

.a-link {
    text-decoration: none;
    color: #000;
}

.a-link:hover {
    background-color: #0D6EFD;
    color: #FFF;
    border-radius: 70%;
    padding: 5px;
    opacity: 90%
}

.a-link:active {
    background-color: #0D6EFD;
    color: #FFF;
    font-weight: bold;
    border-radius: 70%;
    padding: 5px;
}
.a-link-selected {
    background-color: #0D6EFD !important;
    text-decoration: none !important;
    color: #FFF;
    font-weight: bold;
    border-radius: 70%;
    padding: 5px !important;
}
.a-button-selected {
    background-color: #043174 !important;
    color: #FFF;
    font-weight: bold;
    opacity: 90%
}

.disclaimer-border {
    border-top: 3px solid #6F6D6D;
}
.vertical-l-border {
    border-left: 3px solid #6F6D6D;
}

.color-white {
    color: #FFF;
}
.color-white {
    color: #FFF;
}
.element-hide {
    display: none;
}
.pointer {
    cursor: pointer;
}

.button-margin {
    margin: 1rem !important;
}

.rb-large {
    transform: scale(1.4);
    display: inline-flex;
    font-size: 11px;
    cursor: pointer;
}

.rb-large input[type="radio"] {
    margin-right: 2px;
}

.font-xxl {
    font-size: 46px;
}
.font-xl {
    font-size: 40px;
}
.font-xl2 {
    font-size: 36px;
}
.font-l {
    font-size: 32px;
}
.font-m {
    font-size: 24px;
}
.font-mm {
    font-size: 20px;
}
.font-xm {
    font-size: 18px;
}
.font-small {
    font-size: 14px;
}
.font-xsmall {
    font-size: 12px;
}
.font-xxsmall {
    font-size: 9px;
}

.modal-index {
    z-index: 2000 !important;
}

.modal-grid-padding {
    padding: 1px;
    margin-top: -5px;
}

#header-text {
    background-color: #F2F2F2;
    height: 44px;
    padding-top: 8px;
    margin-bottom: .5px;
}

#header-text-user {
    background-color: #F2F2F2;
    height: 54px;
    padding-top: 8px;
    margin-bottom: .5px;
}

#header-search {
    /*background-color: #CCCCCC;*/
    height: 64px;
    padding-top: 11px;
}

#header-search-2 {
    height: 64px;
    padding-top: 11px;
}

#header-search-3 {
    height: 64px;
    padding-top: 11px;
}

#header-search-4 {
    height: 64px;
    padding-top: 11px;
}

.header-simple {
    background-color: #CCCCCC;
    height: 35px;
    padding: 4px 10px 4px 10px;
    border-radius: 5px;
    margin-top: 15px;
}

#header-search-complex {
    /*background-color: #CCCCCC;*/
    height: 64px;
    padding-top: 8px;
}

#header-search-complex-2 {
    height: 64px;
    padding-top: 8px;
}

#header-search-complex-3 {
    height: 64px;
    padding-top: 8px;
}

#header-search-permission {
    /*background-color: #CCCCCC;*/
    height: 64px;
    padding-top: 8px;
}

#form-buttons {
    border-top: 1px solid #DEE2E6;
    background-color: #ffffff
}

.ErrorMessage {
    font-size: 16px;
    color: #CC0000;
}

.InfoMessage {
    font-size: 16px;
    color: #3366FF;
}

@media (max-width: 580px) {
    #header-search-permission {
        height: 160px;
    }

    #header-search-complex {
        height: 110px;
    }

    #header-search-complex-2 {
        height: 110px;
    }

    #header-search-complex-3 {
        height: 110px;
    }

    #header-text-user {
        height: 82px;
    }

    .search-control {
        width: 166px !important;
    }

    .search-control-min {
        width: 165px !important;
    }

    .text-creation {
        text-align: center;
    }

    .text-progress {
        text-align: center;
        margin-bottom: 10px !important;
    }

    #attribute-size {
        width: 100px;
    }

    .crop-img-product {
        width: 50px;
        height: 50px;
        box-shadow: 0 0 3px rgb(0 0 0 / 10%);
        border: solid .5px #e5e5e5;
    }

    .badge-quantity {
        font-size: 12px;
        top: -20px;
    }

    .total-header-title {
        padding-top: 0px;
    }

    .total-header-title-sm {
        font-size: 14px;
        font-weight: bold;
    }
}

.form-group .form-control {
    padding-left: 1.9rem;
}

/*BEGIN: GRID STYLE*/
.ColumnStyle {
    height: 20px;
    background-color: #F2F2F2;
    font-weight: bold;
    color: Black;
}

    .ColumnStyle:hover {
        text-decoration: none;
    }

.RowEven {
    background-color: #f3f1f1;
    color: Black;
}

.RowStyle {
    background-color: #FFFFFF;
    color: Black;
}

.RowStyle:hover {
    background-color: #CCCCCC; /*#faf9f9*/
    color: Black;
}

.btn-m {
    font-size: 20px;
}

.btn-grid {
    font-size: 24px;
}

.btn-sale {
    font-size: 32px;
}

.btn-command {
    color: #6b7485;
}

    .btn-command:hover {
        color: #404651 !important;
    }

.btn-copy {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
}

    .btn-copy:hover {
        background-color: #b0b4b7;
    }

.btn-edit {
    color: #218838;
}

    .btn-edit:hover {
        color: #19672A;
    }

.btn-delete {
    color: #D92638;
}

.btn-delete:hover {
    color: #AD1F2D;
}

.btn-select {
    color: #0069d9;
}

.btn-select:hover {
    color: #0062cc;
}

.grid-scroll {
    overflow-x: auto;
    width: 100%;
}

.grid-modal-scroll {
    overflow-x: auto;
    width: 100%;
    height: 320px;
}

.badge-size {
    font-size: 15px;
}

.badge-quantity {
    font-size: 13px;
    position: absolute;
    right: -14px;
    top: -45px;
}

/*PAGING FOR GRID*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline-table;
    border: none;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #737373;
    background-color: #F2F2F2; /*#F0EDED*/
    border-color: #D9D9D9;
    cursor: default;
    font-weight: bold;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #337ab7;
    background-color: #F2F2F2; /*#F0EDED*/
    border-color: #D9D9D9;
}

.total-rows {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #737373;
    background-color: #F2F2F2; /*#F0EDED*/
    border-color: #D9D9D9;
    cursor: default;
    border: 1px solid #d9d9d9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


/*---------------------------------------------------------*/
/*TABLET*/
/*---------------------------------------------------------*/
@media (max-width: 820px) {
    .notes-container2 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .notes-container {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .button-margin {
        margin: 0 !important;
        padding: 0 !important;
    }
    .rb-question {
        width: 100% !important
    }
    .vertical-l-border {
        border-left: none;
    }
    #loading-image {
        left: 40% !important;
    }
}
/*---------------------------------------------------------*/
/*MOBILE*/
/*---------------------------------------------------------*/
@media (max-width: 520px) {
    .welcome-position {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .background-base {
        background-position: revert;
    }
    .notes-container2 {
        margin-left: 4rem;
        margin-right: 4rem;
    }
    .notes-container {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .button-margin {
        margin: 1rem 0 1rem 0 !important;
        padding: 0 1rem 0 1rem !important;
    }
    .rb-question {
        width: 100% !important
    }
    .vertical-l-border {
        border-left: none;
    }
    #loading-image {
        left: 31% !important;
    }
}

.attribute-row {
    border-bottom: 2px solid #F2F2F2;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-left: 4px;
    margin-right: 4px;
}

/*BUTTON FOR GO TO TOP OF PAGE*/
.gototop {
    position: fixed;
    bottom: 15px;
    left: 2%;
    z-index: 3999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop-move {
    left: 21% !important;
}

.content-bottom {
    padding-bottom: 25px;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 40px;
    height: 40px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    .gototop a i {
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);
    }

    .gototop a:hover {
        opacity: .8;
    }

    .gototop a:hover, .gototop a:active, .gototop a:focus {
        text-decoration: none;
        outline: none;
    }

.black-select {
    color: #babdc5 !important;
    background: #3a3f48 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
    box-shadow: 0px -1px 5px #282c33;
    border: 1px solid #464a52;
}

/*SIDEBAR*/
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 260px;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: .5px;
    top: 6px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    opacity: .6;
    transition-delay: 0.3s;
    z-index: 1999;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 1999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.header-title span {
    font-weight: bold;
    font-size: 14px;
    padding: 0px 0px 5px 5px;
    display: inline-block;
    color: #aab3bb; /*#6c7b88;*/
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 6px 15px 6px 15px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 20px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    /*content: "\f111";*/
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer > a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer > a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: .5px;
}

/*.page-wrapper .page-content > div {
    padding: 20px 40px;
}*/

.page-wrapper .page-content {
    overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #444a55; /*#31353D;*/
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand > a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer > a {
    color: #babdc5; /*#818896;*/
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand > a:hover,
.chiller-theme .sidebar-footer > a:hover i {
    color: #d2d6e0; /*#b8bfce;*/
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #444a55;/*#bdbdbd;*/
}

    .page-wrapper.chiller-theme.toggled #close-sidebar:hover {
        color: #ffffff;
    }

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    /*color: #16c7ff;*/
    color: #0069d9;
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #aab3bb; /*#6c7b88;*/
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer > a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer > a:last-child {
    border-right: none;
}

