.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}

.vefiry-section{
	display: flex;
}

.vefiry-section input{
	margin-right:8px;
}

.page-content.d-flex.align-items-center.justify-content-center {
        background-image: url(/assets/images/mh-bg.svg);
}



.demo-wrap {
    position: relative;
}
.main-wrapper .login-bgmobile.page-wrapper{
    height: calc(100vh + 80px);
    padding-bottom: 230px;
    overflow-y: auto;
}
.main-wrapper .page-wrapper .page-content{
    margin-top: 15px;
}
.main-wrapper.login-screen{
    padding-top: 50px;
}
.demo-wrap:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('https://assets.digitalocean.com/labs/images/community_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.demo-content {
    position: relative;
}

/*copy from login page*/

body {
  font-family: "Afacad", sans-serif;
  margin: 0;
  padding: 0;
}

.demo-wrap, .demo-wrap-2 {
  position: relative;
  
}

.demo-wrap:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: url('/assets/images/pawarsahab.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: 0;
}

.demo-wrap-2:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -1;
}

.demo-content {
  position: relative;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  /*padding-top: 148px;*/
}

.dropdown-toggle:after, .btn-group .dropdown-toggle:after {
  line-height: 20px;
}
/*.flag-icon {*/
/*  display: none;*/
/*}*/
.bg-blue{
    background: #1c73e8 !important;
}
.demo-wrap{
    min-height: 510px;
    color: #fff;
}
.top-callout h3 {
    font-size: 59px !important;
    text-align: left;
    font-weight: bold;
    margin-bottom: 19px;
  }
  .my-container{
      margin:0 20%;
  }

.noble-ui-logo{
    font-size:22px !important;
}
.mb-10{
    margin-bottom:50px;
}
.form-label,.form-check-label {
    font-size:13px;
}

/*afterLogin-footer*/

.customer-footer{
  padding-left:187px !important;
  padding-top:1%;
  padding-bottom:1%;
  padding-right:25px;
    
}
.card-round{
    border-radius: 25px !important;
}
.forgot-pass{
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: end;
    padding: 6px 0;
}
#toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.signup{
    display: block;
    width:100%;
    padding:15px 0;
    text-align: center;
    font-size:14px;
    color:#000;
}
.signup a{
    color:#000;
}
.signup a:hover{
    color:#000;
}

/* Hide extra scrollbars */
.dataTables_scrollHead,
.dataTables_scrollFoot {
  overflow-x: hidden !important;
}

/* Scroll only the body */
.dataTables_scrollBody {
  overflow-x: auto;
}

/* Ensure buttons don't scroll */
div.dt-buttons {
  position: relative;
  z-index: 10;
  background: #fff;
  padding-bottom: 5px;
}

table.dataTable tbody tr>.dtfc-fixed-left, table.dataTable tbody tr>.dtfc-fixed-right {
  
    position: static !important;
}


@media (max-width: 768px) {
  .top-callout h3 {
    font-size: 28px !important;
    text-align: center;
  }
  
  .signup{
    display: block;
    width:100%;
    padding:15px 0;
    text-align: center;
    font-size:14px;
    color:#fff;
}
.signup a{
    color:#fff;
}
.signup a:hover{
    color:#fff;
}

  .top-callout p, .bottom-content h1 {
    font-size: 18px !important;
    text-align: center;
  }
  .mobile-txt{
      color:#1b71e3;
  }
  .mobile-cta{
      background-color:#1b71e3 !important;
      color:#fff !important;
      border-radius: 6px !important;
        padding: 6px 18px !important;
  }

  .bottom-content h1 {
    font-size: 28px !important;
  }

  .top-callout, .bottom-content {
    width: 100% !important;
    padding: 0 15px;
  }
  
  .main-wrapper.login-screen .page-wrapper .page-content{
    padding-top: 0px !important;
}
 
  
  /*.main-wrapper{
      padding-top: 75px;
  }*/
   .dropdown-side-nav .navbar-nav .nav-item{
                    padding-left: 10px;
                }
                 .dropdown-side-nav .navbar-nav a.nav-link{
                     padding-left: 0px !important;
                 }
  
  h3, .h3 {
    font-size: calc(1rem + 0.3vw) !important;
    }
    
    .customer-footer {
        padding-left: 20px !important;
        line-height: 13px;
        padding-top: 4px;
    }
    .mobile-reverse{flex-direction: row-reverse;
    }
    

}
@media (max-width: 768px) {
    
    .card-round{
        margin-top: 50px;
    }

header{
     background: #1c73e8 !important;
}

  #loginsection {
    margin-bottom:0px;
    padding:7%;
  }
  .rounded{
      display: none;
  }
  .mobile-round{
     border-radius: 50%; 
  }
  
  
  
  
  .demo-wrap:before {
    height: 50vw;
    z-index: 0;
}
/*.demo-content.my-container {*/
/*    margin-top: 100px;*/
/*}*/

.login-bgmobile{
     background: #1c73e8 !important;
}
.page-content.demo-wrap {
    min-height: 25vh !important;
    max-height: 5vh !important;
    display: none;
}
.mobile-display
 {
    display: none;
}
.custom-footer-content{
        width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding-left: 200px !important;
}
.img-midsec2 img{
    width: 80px !important;
        bottom: 33px !important;
        left: 15px !important;
}

.noble-ui-logo {
    font-weight: 700;
    font-size: 17px !important;
    color: #1c73e8 !important;
}
.header-wrapper{
    background-color:#1c73e8b!important;
}
.vefiry-section{
    flex-direction: column !important;
}
#verify-phone-btn
 {
    width: -webkit-fill-available !important;
}
#admin-bypass-btn
 {
    width: -webkit-fill-available !important;
}
.auth-form-wrapper
     {
        color: #fff;
    }
    .custom-scroll
 {
    overflow: auto;
    margin-bottom: 10px;
    flex-direction: column;
}

#print-btn{
    white-space: nowrap;
}
.legend{
    white-space: nowrap;
    margin: 5px !important;
}
	.table thead th{
	    font-size: 15px !important;
	}
	table.dataTable td
 {
    box-sizing: content-box;
    font-size: 14px !important;
}
.custom-flexdirection {
    flex-direction: column;
    margin-bottom: 10px;
}
a.page-link {
    padding: 10px;
}

.main-wrapper .page-wrapper .page-content{
    padding-top: 85px !important;
}


/*.page-wrapper{*/
/*    padding-top: 55px;*/
/*}*/
}


@media (max-width: 552px) {
    .img-midsec2 img{
    width: 80px !important;
        bottom: 48px !important;
        left: 15px !important;
}

.right-side
 {
    text-align: right;
    width: 25%;
}
.customer-footer h5 {
        font-size: .8rem;
    }
    .customer-footer small{
        font-size: .6rem !important;
    }
.header-wrapper span{
    display: block !important;
    color: #fff !important;
}
.logo .h4{
    font-size: 1rem !important;
}
    
}
@media (max-width: 360px) {
    .img-midsec2 img{
    width: 80px !important;
        bottom: 50px !important;
        left: 15px !important;
}


    
}

	/* For iOS devices */
/*body.ios @media (max-width: 768px) {*/
/* .img-midsec2 img {*/
/*            width: 80px !important;*/
/*            bottom: 49px !important;*/
/*            left: 15px !important;*/
/*        }*/
/*}*/

/* For Android devices */
/*body.android @media (max-width: 768px) {*/
/*  .img-midsec2 img {*/
/*            width: 80px !important;*/
/*            bottom: 49px !important;*/
/*            left: 15px !important;*/
/*        }*/
/*}*/

/*tabel Responsive */
