.sidebar-wrapper .menu .sidebar-item {
    margin-top: 0; 
}
.hide {
    display: none !important;
}

/** Pre-loader start **/
#pre-loader-container {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    /* background: #222; */
    /* background: radial-gradient(circle farthest-corner at center center, #00a4e1 0%, #0099d2 60%, #0186b3 90%); */
}

#pre-loader-container .loading {
    display: flex;
}

#pre-loader-container .loading .dot {
    position: relative;
    width: 2em;
    height: 2em;
    margin: 0.8em;
    border-radius: 50%;
}

#pre-loader-container .loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}

#pre-loader-container .loading .dot:nth-child(1) {
    background: #7ef9ff;
}

#pre-loader-container .loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}

#pre-loader-container .loading .dot:nth-child(2) {
    background: #89cff0;
}

#pre-loader-container .loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}

#pre-loader-container .loading .dot:nth-child(3) {
    background: #4682b4;
}

#pre-loader-container .loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}

#pre-loader-container .loading .dot:nth-child(4) {
    background: #0f52ba;
}

#pre-loader-container .loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}

#pre-loader-container .loading .dot:nth-child(5) {
    background: #000080;
}

#pre-loader-container .loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {

    50%,
    75% {
        transform: scale(2.5);
    }

    80%,
    100% {
        opacity: 0;
    }
}

/** Pre-loader end **/
/** **/


/** Loading bar start */
.loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    overflow: hidden;
    display: none;
}

.loading-bar--active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 5px;
    background-color: #0187B5;
    box-shadow: 10px 0 30px 15px #00A2DE, -10px 0 30px 15px #00A2DE;
    animation: moveLoadBar 5s cubic-bezier(0.09, 0.89, 0.7, 0.71) infinite;
}

@keyframes moveLoadBar {
    0% {
        left: -10%;
    }

    100% {
        left: 110%;
    }
}

/** Loading bar  end*/

/** Mandatory * start */
.required {
    color: red;
}

/** Mandatory * end */

/** Additional feather icons for feather start*/
.feather_ext {
    height: 18px;
    width: 18px;
    margin: 2px;
}

.feather_ext.eye {
    /* icon color -> #0066FF */
    content: url('../lib/icons/eye.svg') !important;
}

.feather_ext.users {
    /* icon color -> #0066FF */
    content: url('../lib/icons/users.svg') !important;
}

.feather_ext.download {
    content: url('../lib/icons/download.svg') !important;
}

.feather_ext.active {
    content: url('../lib/icons/check-circle.svg') !important;
}

.feather_ext.blocked {
    content: url('../lib/icons/x-circle.svg') !important;
}

.feather_ext.edit {
    content: url('../lib/icons/edit.svg') !important;
}

.feather_ext.trash {
    content: url('../lib/icons/trash.svg') !important;
}

.feather_ext.permissions {
    content: url('../lib/icons/sliders.svg') !important;
}

.feather_ext.list {
    content: url('../lib/icons/list.svg') !important;
}

.feather_ext.file-text {
    content: url('../lib/icons/file-text.svg') !important;
}

.feather_ext.loader {
    content: url('../lib/icons/loader.gif') !important;
    /* content: url('../lib/icons/loader-32.gif') !important; */
}

/** Additional icons for feather end*/

/*  Top home & back */

.topmenu_outer {
    width: 80px;
    float: left;
    margin-left: 10%;
}

@media (max-width: 75em) {
    .topmenu_outer {
        margin-top: 10px;
    }
}

.topmenu_outer a {
    font-family: "berthold-akzidenz-grotesk-be-light";
    font-weight: 400;
    font-size: 20px;
    color: white;
    display: block;
    width: 30px;
    float: left;
}

.topmenu_outer a .icon-Home img {
    max-width: 25px;
    max-height: 25px;
}

@media (max-width: 37.5em) {
    .topmenu_outer a .icon-Home img {
        max-width: 25px;
        max-height: 25px;
    }
}

.topmenu_outer a .icon-Back {
    display: block;
}

.topmenu_outer a .icon-Back img {
    max-width: 25px;
    max-height: 25px;
    margin-left: 7px;
}

@media (max-width: 37.5em) {
    .topmenu_outer a .icon-Back img {
        max-width: 24px;
        max-height: 24px;
    }

    #main .main-content .page-title h3 {
        margin-left: 0;
    }

    .topmenu_outer {
        display: none;
    }
}

@media (max-width: 20em) {}

.topmenu_outer a:hover {
    font-family: "berthold-akzidenz-grotesk-be-light";
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-decoration: none;
}



.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;
}
.timeline::before {
    border-radius: .25rem;
    background: #dee2e6;
    bottom: 0;
    content: '';
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.timeline>div {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
}
.timeline>div::after, .timeline>div::before {
    content: "";
    display: table;
}
.timeline>div>.timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background: #fff;
    color: #495057;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.timeline>div>.timeline-item>.time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}
.timeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}
.timeline>div>.timeline-item>.timeline-header>a {
    font-weight: 600;
}
.timeline>div>.timeline-item>.timeline-body, .timeline>div>.timeline-item>.timeline-footer {
    padding: 10px;
}
.timeline>div>.timeline-item>.timeline-body>img {
    margin: 10px;
}
.timeline>div>.timeline-item>.timeline-body ol, .timeline>div>.timeline-item>.timeline-body ul, .timeline>div>.timeline-item>.timeline-body>dl {
    margin: 0;
}
.timeline>div>.timeline-item>.timeline-footer>a {
    color: #fff;
}
.timeline>div>.fa, .timeline>div>.fab, .timeline>div>.far, .timeline>div>.fas, .timeline>div>.glyphicon, .timeline>div>.ion {
    background: #adb5bd;
    border-radius: 50%;
    font-size: 15px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.timeline>.time-label>span {
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 5px;
}
.timeline-inverse>div>.timeline-item {
    box-shadow: none;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}
.timeline-inverse>div>.timeline-item>.timeline-header {
    border-bottom-color: #dee2e6;
}


    .card.statistic-box  {
    margin-top:  32px;
    margin-top:  2rem }
.card.statistic-box .card-header-warning .card-icon  {
    background:  -webkit-linear-gradient(30deg,  #f5700c,  #ff9800);
    background:  linear-gradient(60deg,  #f5700c,  #ff9800) }
.card.statistic-box .card-header-success .card-icon  {
    background:  -webkit-linear-gradient(30deg,  #288c6c,  #4ea752);
    background:  linear-gradient(60deg,  #288c6c,  #4ea752) }
.card.statistic-box .card-header-danger .card-icon  {
    background:  -webkit-linear-gradient(30deg,  #d22824,  #da3a36);
    background:  linear-gradient(60deg,  #d22824,  #da3a36) }
.card.statistic-box .card-header-info .card-icon  {
    background:  -webkit-linear-gradient(30deg,  #26c6da,  #00acc1);
    background:  linear-gradient(60deg,  #26c6da,  #00acc1) }
.card.statistic-box .card-header .card-icon  {
    border-radius:  3px;
    background-color:  #999;
    margin-top:  -24px;
    margin-top:  -1.5rem;
    margin-right:  15px;
    float:  left;
    height:  80px;
    width:  80px }
.card.statistic-box .card-header .card-icon i  {
    font-size:  36px;
    color:  #fff }
.card-stats .card-header .card-icon+.card-category,  .card-stats .card-header .card-icon+.card-title  {
    padding-top:  10px }
.card-stats .card-header.card-header-icon .card-category,  .card-stats .card-header.card-header-icon .card-title,  .card-stats .card-header.card-header-text .card-category,  .card-stats .card-header.card-header-text .card-title  {
    margin:  0 }
.card-stats .card-header .card-category:not([class*=text-])  {
    color:  #999;
    font-size:  14px }
.card-category  {
    letter-spacing:  1px }
.card .card-footer  {
    padding:  20px 24px;
    padding:  1.25rem 1.5rem;
    background-color:  transparent;
    border-top:  1px solid #eff2f7 }
.card-stats .card-header+.card-footer  {
    margin-top:  20px;
    border-top:  1px solid #eee }