/* Almondpage main css  */
/* #page.drawers {
    margin-top: -45px;
    padding-left: 0;
    padding-right: 0;
} */
#page.drawers::-webkit-scrollbar-thumb {
    border: none;
}
#page.drawers .main-inner {
    padding: 0;
    max-width: 100% !important;
}
#page.drawers {
    padding-left: 0;
    padding-right: 0;
}
#region-main {
    border: 0px solid rgba(0, 0, 0, 0.125);
    padding: 0px;
} 
#almondpage-backgroundsimple img, #almondpage-topsimple img, #almondpage-fulltopsimple img, #almondpage-leftsimple img, #almondpage-rightsimple img {
    border-radius: 3px 3px 0 0;
    width: 100%;
}
#page-header .card {
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
#page-header .pt-3 {
    padding-top: 0rem !important;
}
#page-header .col-12 {
    padding-left: 0px;
    padding-right: 0px;
}
#page-content {
    padding-top: 0;
    background-color: rgba(250, 250, 250);
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.backgroundsimple {
    min-height: 500px;
}
.backgroundsimple:before {    
    content: "";
    background: var(--backgroundurl) no-repeat center center fixed ;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
}
#imgnewlink {
    width: 1px;
    height: 1px;
    display: none;
}