body {
background-color: #fff;
}
.main-newlgn-header {
	position: relative;
    /*height: 100vh;*/
}
.img-responsive {
	width: 100%;
}

.main-newlgn-header:before {
content: "";
    background-image: url(../img/newdash_img/left-bg.png);
    position: absolute;
    right: 0;
    top: 0;
    max-width: 70%;
    height: 70%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position: top right;
}
.main-newlgn-header:after {
content: "";
    background-image: url(../img/newdash_img/right-bg.png);
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 70%;
    height: 70%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-position: bottom left;
}

.lgn-container-wrapper {
        max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 11px 19px 0px rgb(0 0 1 / 12%);
        margin-top: 50px;
    margin-bottom: 50px;
}

.form-group small.help-block {
    background: #10243d !important;
}

.login-swiper-01 {
    background: #fff;
    padding: 0px 15px;
}
.login-swiper-01 .swiper{
    width:100%;
    /*height:100vh;*/
}
.login-swiper-01 .swiper .swiper-slide{
    display:flex;
    align-items:center;
}
.login-swiper-01 .swiper .swiper-slide section{
    width: 90%;
    height: 400px;
    float:left;
    margin: 2% 8% 15%;
    padding:30px 0px 0px;
    backdrop-filter:blur(17px);
    border-radius:20px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 30px;
}
.login-swiper-01 .swiper .swiper-slide.swiper-slide1 section{
    background-color:rgb(124 89 230 / 10%);
}
.login-swiper-01 .swiper .swiper-slide.swiper-slide2 section{
    background-color:rgb(235 111 51 / 10%);
}
.login-swiper-01 .swiper .swiper-slide.swiper-slide3 section{
    background-color:rgb(6 175 241 / 10%);
}
.login-swiper-01 .swiper .swiper-slide section h2 {
    width: 100%;
    padding: 0px 40px 30px;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
    text-align: center;
}
.login-swiper-01 .swiper .swiper-slide section img{
        max-width: 250px;
    float: right;
    position: relative;
    top: 0px;
    left: 20px;
    width: 100%;
}
.login-swiper-01 .swiper .swiper-slide.swiper-slide1.swiper-slide-active section img{
    animation:1.7s loginSwiperAnimate1;
}
@keyframes loginSwiperAnimate1{
    0%{
        transform:rotate(25deg);
    }
    100%{
        transform:rotate(0deg);
    }
}
.login-swiper-01 .swiper .swiper-slide.swiper-slide2.swiper-slide-active section img{
    animation:1.7s loginSwiperAnimate2;
}
@keyframes loginSwiperAnimate2{
    0%{
        transform:translateY(-70px);
    }
    100%{
        transform:translateY(0px);
    }
}
.login-swiper-01 .swiper .swiper-slide.swiper-slide3.swiper-slide-active section img{
    animation:1.7s loginSwiperAnimate3;
}
@keyframes loginSwiperAnimate3{
    0%{
        transform:scale(0.5);
    }
    100%{
        transform:scale(1);
    }
}
.login-swiper-01 .swiper .swiper-pagination .swiper-pagination-bullet{
    background:var(--primary-color);
    opacity:0.5;
    transition:all 0.5s ease;
}
.login-swiper-01 .swiper .swiper-pagination .swiper-pagination-bullet-active{
    width:20px;
    background:var(--primary-color);
    border-radius:50px;
    opacity:1;
}
.nw-dash-logo {
    text-align: center;
    padding-top: 50px;
}
.sprd_clor {
color: #F3505A;
}
.lgn-bgwrapper {
    padding: 20px 40px 20px 25px;
    background-color: #112346;
}
.lgn-header-title h3 ,.lgn-header-title p {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    text-align: center;
}
.lgn-header-title p {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 25px;

}
.lgnInpt {
	position: relative;
}
.lgnInpt label {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 8px;
    font-weight: 300;
}
.lgnInpt .form-control {
background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 100%;
   height: 46px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    box-shadow: 0px 0px 0px 30px #122344 inset !important;
    -webkit-text-fill-color: #fff;
}
.lgnInpt .form-control::placeholder {
	color: #fff;
	opacity: 0.5;
	font-size: 16px;
}

button.refshBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    
}
button:focus {
	box-shadow: none;
	outline: none;
	border:none;
}
button.refshBtn i {
    font-size: 14px;
}

.nw-signBtn {
    background: #fff;
    padding: 4px 32px;
    display: inline-block;
    border-radius: 20px;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 15px;
    color: #F3505A;
    border: none;
}

/*--------- dashboard design --------------*/

.nw-card-wrapper {
    border: 3px solid #fff;
    box-shadow: 2px 4px 16px 0px rgb(0 0 0 / 14%);
    padding: 15px 10px;
    text-align: center;
    /* min-height: 214px; */
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.card-bg-colr {
    background-color: #f7c09880;
    }
    .card-bg-colr-01 {
    background-color: #f7ab9880;
    }
    .card-bg-colr-02 {
    background-color: #f7dc9880;
    }
    .card-bg-colr-03 {
    background-color: #a7f3e380;
    }
    .card-bg-colr-04 {
    background-color: #9dcff280;
    }
    .card-bg-colr-05 {
    background-color: #ccaaeb80;
    }
    .card-bg-colr-06 {
    background-color: #dc5d7b80;
    }
    .card-bg-colr-07 {
    background-color: #f99ec480;
    }
    .card-bg-colr-08 {
    background-color: #b1f79880;
    }
    .card-bg-colr-09 {
    background-color : #98b3f780;
    }
    .card-bg-colr-11 {
        background-color : #609aa880;
    }
    .card-bg-colr-13 {
        background-color : #8674ab80;
    }
.nw-illust-img img{
max-width: 165px;
width: 100%;
    margin: 0 0 0 auto;
}
.dsh-card-content h5 , .dsh-card-content p {
color: #fff;
    font-weight: 300;
}
.dsh-card-content {
    text-align: left;
}
.dsh-card-content h5 {
	margin-bottom: 10px;
}
.dsh-card-content p {
    line-height: 20px;
    margin-top: 8px;
}
.nw-card-title h3 {
color: #000;
font-size: 18px;
text-transform: capitalize;
line-height: 20px;
}
.nw-card-img img {
    max-width: 90px;
    margin-bottom: 10px;
}

/*----------- report page design ----------*/

a.rpt-card-wrapper {
    margin-top: 15px;
    display: block;
    margin-bottom: 15px;
}

.rpt-card {
    display: flex;
    background: #fff;
    padding: 7px;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #E9E9E9;
    transition: 0.4s all ease;
}
.rpt-card:hover {
	box-shadow: 2px 5px 15px 0px rgb(0 0 0 / 10%);
    border: 1px solid #1ab08c;
    transition: 0.4s all ease;
    transform: translateY(-10px);
}
.rpt-img img {
    margin-right: 15px;
    width: 50px;
}
.rpt-head-title h3 {
    text-transform: capitalize;
    font-size: 28px;
    line-height: 28px;
}
.rpt-srchSection {
position: relative;
}

img.crc-01 {
    position: absolute;
    top: 1%;
    left: 30%;
    transform: translate(-30%, -1%);
    z-index: -1;
}
img.crc-05 {
	position: absolute;
    bottom: 5%;
    right: 0;
    transform: translateY(-5%);
    z-index: -1;
}
img.crc-04 {
	max-width: 200px;
	width: 100%;
	position: absolute;
    bottom: 16%;
    right: 7%;
    transform: translate(-16%, -7%);
    z-index: -1;
}
img.crc-03 {
	max-width: 200px;
	width: 100%;
	position: absolute;
    top: 20%;
    left: 12%;
    transform: translate(-20%, -12%);
    z-index: -1;
}
img.crc-02 {
	position: absolute;
        bottom: 40%;
    left: 0;
    transform: translateY(-40%);
    z-index: -1;
}


.rpt-srchSection .form-control {
    /* border: 1px solid #d1d1d1; */
    height: 40px;
    background: #edf1f5;
    border-radius: 4px;
}

.rpt-srchSection {
    position: relative;
    max-width: 250px;
    margin: 0 0 0 auto;
}
button.rpt-srchBtn {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #212121;
    bottom: 0;
    width: 44px;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
}

.nw-main-container {
    background-color: #fff;
    }
.captcha span img{
    width: 120px;

}
.alert{
    top: 0px !important;
}

.fixed-sidebar-left .side-nav li a .pull-left img {
    width: 22px;
}
.fixed-sidebar-left .side-nav li .side_nav_logo i , .slide-nav-toggle .fixed-sidebar-left .side_nav_logo .right-nav-text img{
    display:none;
    } 
    .slide-nav-toggle .fixed-sidebar-left .side-nav li .side_nav_logo i {
    display:block;
    } 
    
    
    .side_nav_logo .right-nav-text img {
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
    }
    .slide-nav-toggle .fixed-sidebar-left .side-nav li .side_nav_logo i img {
        width: 25px;
    }

    /* a.sidebarActiveAnchor span {
        color: #FFC727;
    } */

    /*welcome-page css start*/


.welcome_head_wrapper {
    
    background-image: url(../images/welcome-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
   /* padding-bottom: 100px;*/
    background-position: center;
    /* height: 100vh; */
}
.welcome_bgImage_wrapper img {
        z-index: 9;
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    max-width: 55%;
    width:100%;
    text-align: right;
}

.welcome_heading_wrapper h3 {

    font-size: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;

}
.welcome_heading_wrapper img {
    width: 250px;
    margin-bottom: 15px;
}
.contnew_Btn {
    background: #EE4C44;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
       box-shadow: 0px 10px 20px 0px rgb(203 39 39 / 30%);
       display: inline-block;
    margin-top: 20px;
        text-transform: capitalize;
    font-size: 20px;
    position: relative;
    z-index: 1;
}
.contnew_Btn:hover , .contnew_Btn:focus {
    color: #fff;
}
.contnew_Btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: #000;
    transition: 0.4s all ease;
    z-index: -1;
    border-radius: 4px;

}
.contnew_Btn:hover:before {
width: 100%;
transition: 0.4s all ease;

}
.welcome_shape_wrapper img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 500px;
    width: 100%;
}

.nw-card-img img {
    width: 60px;
}

.no-record-wrapper {
/* background-color: #fff; */
padding: 40px;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.no-record-wrapper img {
max-width: 400px;
width: 100%;
margin: 25px auto;
}

.rpt-srchSection .form-control::placeholder {
    color: #000;
}

 
 .dsh_menu_icon {
        display: flex;
        align-items: center;
        margin-right: 10px;
 }

 .dsh_menu_icon  img {
    max-width: 22px;
    width: 100%;
    margin-right: 10px;
}
.fixed-sidebar-left .side-nav li a {
    position: relative;
}
.fixed-sidebar-left .side-nav li a .pull-right i {
    color: #FFC727;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(-50% , -4%);
    margin-top: inherit;
}

.fixed-sidebar-left .side-nav li a:hover .dsh_menu_icon  span {
    color: #FFC727;
    margin-left: 5px;
}
.fixed-sidebar-left .side-nav li a .dsh_menu_icon > span {
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.fixed-sidebar-left .side-nav li a.sidebarActiveAnchor .dsh_menu_icon span {
    color: #FFC727;
}

.card-bg-colr-12 {
    background-color: #74ab9380;
}

.per-day-image {
    height:50px; 
    width:50px; 
    margin:0;
    margin-right:20px;
}
