body {
    /* font-family: "goldplayregular", sans-serif !important;
    /*background: rgb(28,110,0);
    background: linear-gradient(337deg, rgba(28,110,0,1) 0%, rgba(18,255,0,1) 100%);
    background: url(/img/bg-magenta.jpg) no-repeat center center;
    background-size: cover; */
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav {
    background: url(/img/bg-sidebar.jpg) no-repeat center center;
    background-size: cover;
}

img.imgUserLogin {
    width: 100px;
}

aside.main-sidebar {
    /*background: url(/img/bg-green.jpg) no-repeat center center;
    background-size: cover;*/
}

li.user-menu a.nav-link.dropdown-toggle {
    font-family: "goldplaybold", sans-serif !important;
    font-size: 1.25rem;
}

#exampleInputEmail1,
#password {
    text-align: center;
}

/* .banners {
    content: '' !important;
    width: 100% !important;
    height: 60px !important;
    position: absolute !important;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.8)),to(rgba(0,0,0,0))) !important;
    background: linear-gradient(to top,rgb(0 0 0 / 93%) 0%,rgba(0,0,0,0) 100%) !important;
    bottom: 0 !important;
    border-radius: 0px 0px 20px 20px;
} */

.carousel-indicators button {
    width: 3px !important;
    height: 3px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    position: relative !important;
    border-radius: 10px;
    padding: 4px !important;
    margin: 0 5px !important;
    border-top: none !important;
    border-bottom: none !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    width: 3px !important;
    height: 3px !important;
    background-color: #fff;
}

.carousel-indicators [data-bs-target]{
    box-shadow: 0px 1px 2px 1px rgb(0 0 0) !important ;
}

.progress_bar_header{
    display: flex;
    justify-content: space-around;
    position: relative;
    top: 9rem;
}

.porgres_pdf{
    width: 15rem !important;
    height: 1.3rem !important;
    border-radius: 0.65rem !important;
}

#pdf_blockUi > .block-ui-container > .block-ui-message-container > .block-ui-message > .loading-indicator{
    display: none !important;

}
