/* Login screen styling */
/*.loginscreen-logo img {
    width: 180px;
    height: 44px;
    opacity: 0.80;
}
.card-login .category{
    font-family: "Open Sans",Helvetica,arial,sans-serif;
    font-weight: 600;
    color: #455a64;
    font-size: 12px;
}
.login-screen .card {
    box-shadow: none;
    padding: 50px 15px;
    min-height: 100%;
    background: transparent;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset!important;
    -moz-box-shadow: 0 0 0 30px white inset;
    -ms-box-shadow: 0 0 0 30px white inset;
    -o-box-shadow: 0 0 0 30px white inset;
}
.field-error-message{
    text-align: left;
    font-size: 11px; 
    font-family: 'Poppins', sans-serif;
    color: #6f6e72;
}
.card-login .form-group .form-control {
    margin-top: 3px;
    padding: 0 5px!important;
    font-weight: normal;
    border: none;
    border-bottom:none; 
}
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 5px;
    transition: .2s;
}
.logincard-footer{
    margin: 10px 5px;
    font-size: 12px;
    text-align: center;
}
.logincard-footer a {
    font-weight: 600;
}
.login-screen .card-content .input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 0 10px 0 0;
}
.login-screen .btn.btn-primary.btn-simple,
.navbar .navbar-nav>li>a.btn.btn-primary.btn-simple {
    background-color: #1e88e5;
    color: #fff;
    box-shadow: none;
}
.logincard-footer .material-icons{
    font-size: 15px;
}
.login-form-widget{
    height: calc(100vh - 0vh);
    background: #fff;
    box-shadow: -4px 0 40px rgba(0,0,0,0.20)!important;
    border-left: 1px solid #eee;
}

.card-login .card-content {
    padding: 25px 20px!important;}
.card .card-header {
    padding: 0 50px;
    z-index: 3;
}
.termscard-widget{
text-align: center!important;
font-size: 11px;
padding-top: 15px;
font-weight: 600;
}
.termscard-widget a{
    color: #505459;
}
.login-form-widget .form-control[disabled], 
.login-form-widget .form-group .form-control[disabled]{
    background-image: none;
    background: #ffffff!important;
}
.md-mt-170{
    margin-top: 170px;
}
.card-login .card-content .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.card-login .form-group label, 
.card-login .form-group label.control-label, 
.card-login label.control-label {
    font-size: 12px;
    line-height: 1.428571429;
    color: #343a40!important;
    font-weight: 600;
}
.login-form-widget .form-group {
    padding-bottom: 10px;
    margin: 0 0 0 0;
}
.login-form-widget .form-group label.control-label {
    margin: 0;
}
.login-form-widget input,
.login-form-widget input::-webkit-input-placeholder {
    font-size: 11px!important;
    font-weight: 400;
}
.continue-btn .btn-login i {
    float: right;
    color: #fff;
    top: 0;
}
.continue-btn .btn-login{
    height: 40px; 
    width: 105px!important;
    padding: 0 10px;
}
.card-login .card-content .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    border: 0.75pt solid #d5dce0;
    margin: 20px 0 0;
    border-radius: 2px;
}
.card-login i {
    color: #b9babb;
}
.login-screen .card-content .input-group .input-group-addon {
    padding: 0 10px 0 10px;
}
.login-form-widget .form-group {
    padding-bottom: 0;
}
.login-form-widget .field-error-message{
    padding-left: 45px;
}
.login-back{
    border: 1px dotted #ececec;
    height: 40px;
    padding: 0 35px;
    box-shadow: 0 0 0.1px rgba(0,0,0,0.3)!important;
}
.login-back i{
    color: #777373;
}
.login-form-widget input,
.login-form-widget input::-webkit-input-placeholder {
    font-size: 12px!important;
    font-weight: 600!important;
    color: #343a40!important;
}
.notification-col .user-deatiled-card .btn-success {
    border: 1px solid #00c292;
    background: #00c292;
}
.perfect-scrollbar-on::-webkit-scrollbar,
.panel-scrollbar::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #f1f4f5; 
}
.perfect-scrollbar-on, .panel-scrollbar{
  overflow: auto;
}
.perfect-scrollbar-on::-webkit-scrollbar-thumb, .panel-scrollbar::-webkit-scrollbar-thumb {
  background: #c9c7c7;
  border-radius: 10px;
}
.btn-signout,
.btn-signout:hover,
.btn-signout:focus,
.btn-signout:active, .btn-signout.active, 
.btn-signout:active:focus, .btn-signout:active:hover{
    border: 1px dotted #f44336;
    background: #f44336;
    color: #f9f9f9;
    box-shadow: none;
    font-size: 11px!important;
    padding: 5px 20px!important;
    font-weight: 500;
}
.btn-openapp:hover,
 .btn-openapp:active:hover{
      background: #ffff;
    color: #505459;
}
.btn-openapp,

.btn-openapp:focus,
.btn-openapp:active, .btn-openapp.active, 
.btn-openapp:active:focus{
  border: 1px solid #ffff;
    background: #fff;
    color: #505459;
    box-shadow: none;
    font-size: 11px!important;
    padding: 10px 20px!important;
}
@media (min-width: 768px) and (max-width: 1023px){
    .login-form-widget{
        background: transparent;
        box-shadow: none!important;
        border-left:none;
        
    }
    .login-screen .card {
        background: #fff;
        box-shadow: -4px 0 40px rgba(0,0,0,0.20);
        margin-top: 200px;
    }
}*/
/*ekah login screen css*/
/* Login screen styling */

.enterpriseloginpage .loginscreen-logo img {
    width: 130px;
    height: auto;
    opacity: 1;
}
.div-logn{
    display: flex;
}
.div-logn .img-1{
    height: 600px !important;
    border-radius: 20px 0 0 20px;
}
.img-1 {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: inherit;
    right: 0;
    top: 0;
    width: 100%;
        height: auto !important;
    min-height: auto !important;
}
.enterpriseloginpage .card-login .category {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #455a64;
    font-size: 12px;
}

.enterpriseloginpage .login-screen .card {
box-shadow: none;
    padding: 100px 30px;
    min-height: 100%;
    background: transparent;
    /* margin-top: 80px; */
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 6% auto;
}
.secondlogin{
      margin-top: 70px;
}

/* Change the white to any color ;) */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -moz-box-shadow: 0 0 0 30px white inset;
    -ms-box-shadow: 0 0 0 30px white inset;
    -o-box-shadow: 0 0 0 30px white inset;
}

.field-error-message {
    text-align: left;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    color: #6f6e72;
}
.passwd-visible,
.passwd-visible.active,
.passwd-visible:focus,
.passwd-visible:hover{
position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    box-shadow: none;
padding: 9px 18px;
    font-size: 13px;
    color: #fff;
    background: #dcdbdb;
    cursor: pointer;
    z-index: 9;
}

.passwd-visible i{
        color:#607D8B!important;
    font-size: 14px!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color:#232222;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
.enterpriseloginpage .card-login .form-group .form-control {
    margin-top: 0;
    padding: 0 5px !important;
    font-weight: normal;
    border: none;
    border-bottom: none;
/*        background-color: #13191e !important;*/
        background-color: transparent!important;
        appearance: none !important;
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 5px;
    transition: .2s;
}

.enterpriseloginpage .logincard-footer {
    margin: 10px 5px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.enterpriseloginpage .logincard-footer a {
    font-weight: 500;
    color: #4b4c4c;
}

.enterpriseloginpage .login-screen .card-content .input-group .input-group-addon {
    border: 0;
    background: transparent;
    padding: 0 10px 0 0;
}
.secondlogin .btn.passwd-visible:hover,
.secondlogin .btn.passwd-visible{
    top: 0;
    right: 0;
    margin: 0;
    height: 36px;
    border-radius: 0;
    padding: 9px 15px;
}
.form-group select {
    appearance: none;
}
.enterpriseloginpage .login-screen .btn.btn-primary.btn-simple,
.enterpriseloginpage .navbar .navbar-nav>li>a.btn.btn-primary.btn-simple {
        background-color: #75a9fb !important;
    color: #fff;
    box-shadow: none;
    font-weight: 500;
}
.secondlogin select.form-control {
    margin-top: -7px;
    padding: 5px 5px !important;
    border: 1px solid #ced4da;
    border-radius: 3px;
    font-weight: 500 !important;
        color: #232222 !important;
}
.enterpriseloginpage .logincard-footer .material-icons {
    font-size: 15px;
}

.enterpriseloginpage .login-form-widget {
    width: 450px;
    height: 600px;
    background: #ffffff;
    /* background: rgb(255 255 255 / 70%); */
    /* box-shadow: -4px 0 40px rgba(0, 0, 0, 0.30) !important; */
    /* border-left: 1px solid #eee; */
    margin: 100px auto;
    text-align: center;
    display: inline-flex;
    top: calc((100vh - 800px) / 2);
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    transition: opacity .5s ease;
    border-radius: 20px;
}

.enterpriseloginpage .card-login .card-content {
    padding: 25px 20px !important;
}

.enterpriseloginpage .card .card-header {
    padding: 0 20px;
    z-index: 3;
}

.enterpriseloginpage .termscard-widget {
    text-align: center !important;
    font-size: 11px;
    padding-top: 10px;
    font-weight: 500;
}

.enterpriseloginpage .termscard-widget a {
    color: #434343;
    font-weight: 600;
}

.enterpriseloginpage .login-form-widget .form-control[disabled],
.enterpriseloginpage .login-form-widget .form-group .form-control[disabled] {
    background-image: none;
    /* border-bottom: 1px dotted #D2D2D2; */
/*    background: #ffffff !important;*/
    background: transparent!important;
/*        background-color: #13191e !important;*/
}

.enterpriseloginpage .card-login .card-content .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.enterpriseloginpage .card-login .form-group label,
.enterpriseloginpage .card-login .form-group label.control-label,
.enterpriseloginpage .card-login label.control-label {
    font-size: 12px;
    line-height: 1.428571429;
    color: #343a40 !important;
    font-weight: 500;
}

.enterpriseloginpage .login-form-widget .form-group {
    padding-bottom: 10px;
    margin: 0 0 0 0;
}

.enterpriseloginpage .login-form-widget .form-group label.control-label {
    margin: 0;
}

.enterpriseloginpage .login-form-widget input,
.enterpriseloginpage .login-form-widget input::-webkit-input-placeholder {
    font-size: 11px !important;
    font-weight: 400;
}

.enterpriseloginpage .continue-btn .btn-login i {
    float: right;
    color: #fff;
    top: 0;
}
.messagesent-mail{
    text-align: center;
}
.loginscreen-logo .sub-title{
    color: #3e3e3e;
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}
.messagesent-mail .sub-title{
    font-size: 12px;
    color: #3e3e3e;
}
.messagesent-mail h4{
    color: #3e3e3e;
    font-weight: 500;
    font-size: 18px;
    margin: 15px 0;
}
.messagesent-mail .material-symbols-outlined{
    font-size: 32px;
    border-radius: 40px;
    border: 2px solid #3dcc58;
    padding: 10px 10px;
    color: #3dcc58;
}
.enterpriseloginpage .continue-btn .btn-login {
    height: 40px;
    width: auto;
    padding: 0 10px;
    font-size: 13px !important;
}

.enterpriseloginpage .card-login .card-content .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    border: 0.75pt solid #d5d5d5;
    margin: 20px 0 0;
    border-radius: 2px;
}

.enterpriseloginpage .card-login i {
    color: #75a9fb;
    display: inline-block;
}

.enterpriseloginpage .login-screen .card-content .input-group .input-group-addon {
    padding: 0 10px 0 10px;
}

.enterpriseloginpage .login-form-widget .form-group {
    padding-bottom: 0;
}

.enterpriseloginpage .login-form-widget .field-error-message {
    padding-left: 45px;
}

.enterpriseloginpage .login-back {
/*    border: 1px dotted  #65CBE9;*/
    height: 40px;
    padding: 0 35px;
    background-color: #dcdbd6 !important;
    box-shadow: 0 0 0.1px rgba(0, 0, 0, 0.3) !important;
        margin-right: 10px;
}

.enterpriseloginpage .login-back i {
    color:  #607d8b;
    font-size: 30px;
}

.enterpriseloginpage .login-form-widget input,
.enterpriseloginpage .login-form-widget input::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 500 !important;
       color: #232222 !important;
}

.perfect-scrollbar-on::-webkit-scrollbar,
.panel-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f1f4f5;
    /** or add it to the track **/
}

.perfect-scrollbar-on,
.panel-scrollbar {
    overflow: auto;
}

.perfect-scrollbar-on::-webkit-scrollbar-thumb,
.panel-scrollbar::-webkit-scrollbar-thumb {
    background: #666;
}

.enterpriseloginpage .btn-signout,
.enterpriseloginpage .btn-signout:hover,
.enterpriseloginpage .btn-signout:focus,
.enterpriseloginpage .btn-signout:active,
.enterpriseloginpage .btn-signout.active,
.enterpriseloginpage .btn-signout:active:focus,
.enterpriseloginpage .btn-signout:active:hover {
    border: 1px dotted #99abb4;
    background: #fff;
    color: #99abb4;
    box-shadow: none;
    font-size: 11px !important;
    padding: 5px 20px !important;
}

.btn-openapp,

.btn-openapp:focus,
.btn-openapp:active,
.btn-openapp.active,
.btn-openapp:active:focus,
.btn-openapp:active:hover {
     border: 1px dotted #00bcd4;
    background: #26c6da;
    color: #fff;
    box-shadow: none;
    font-size: 12px!important;
    padding: 10px 20px!important;
    position: relative;
    bottom: 0;
    right: inherit;
    text-align: center;
  
 font-weight: 600;
}

.btn-openapp:hover
{
    font-weight: 600;
    border: 1px solid #26c6da;
    background: transparent;
    color: #26c6da;
    box-shadow: none;
}
.btn-openapp:hover i{
    color: #26c6da;
}

.enterpriseloginpage .confirmchangepassword-notification {
    padding: 15px;
    background: transparent;
    color: #26c6da;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid #26c6da;
    margin-bottom: 15px;
}
.enterpriseloginpage .deniedchangepassword-notification {
    padding: 15px;
    background: transparent;
    color: #f44336;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid #f44336;
    margin-bottom: 0px;
}
.noinitated-records h5{
    font-weight: 500;
}
.homelandingdashboard  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: 0;
  }
.noinitated-records {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    width: 100%;
    text-align: center;
}
.no-record-svg {
    width: 135px;
    text-align: center;
    display: inherit;
    padding-bottom: 0;
    opacity: 0.50;
}

.noinitated-records p {
    font-size: 12px;
    color: #505459;
    text-align: center;
    padding: 0;
    font-weight: 500;
    margin-bottom: 0;
}
.noinitated-records img {
    text-align: center;
    padding: 0;
    width: 150px;
    height: 150px;
    display: block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.50;
}
.enterpriseloginpage .promo-content {
    width: 100%;
    height:auto;
    overflow: visible;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
      padding:0;
    width: 100%;
    text-align: left !important;
    position: relative;
        height: auto;
}
.ekahlogo{
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 0;
    width: 150px;
    text-align: center;
    right: 0;
    margin: auto;
}
.enterpriseloginpage .promo-content h2 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    line-height: 1.3;
    text-transform: inherit;
}
.enterpriseloginpage .promo-content .title-sub {
      letter-spacing: 1px;
      line-height: 1.3;
}
.enterpriseloginpage .promo-heading {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}
.enterpriseloginpage .promo-intro {
    font-size: 20px;
    color: #646871;
    font-weight: 400;
    font-style: italic;
    line-height: 2.2;
}
.enterpriseloginpage .brandname {
    font-size: 24px;
    color: #fff;
    line-height: 4;
    font-weight: 700;
}
.swappable-text {
    font-size: 44px;
    color: #f44336;
    font-weight: 500;
}

/*login page*/
@media (min-width: 768px) and (max-width: 1023px) {
    .login-background {
        background-image: url(http://uat.ekah.io/BPMV1/app/assets/img/loginbg.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    .logout-icon img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    
    .logincard-footer a {
        font-weight: 500;
        color: #555;
    }
}
.enterpriseloginpage .banner {
       width: 100%;
    display: block;
height: auto;
    background-image: url(/assets/img/loginbg.jpg)!important;
background-position: 100% 100%;
   background: #ffff;
    top: 0;
}
.enterpriseloginpage .background-banner-office .promo-heading {
    color: #532d87;
    font-size: 90px !important;
    line-height: 100px;
}
.enterpriseloginpage .background-banner-finacial .promo-heading {
    font-size: 38px;
    color: #ffb74d;
    font-weight: 600;
    font-size: 90px !important;
    line-height: 100px;
}
.enterpriseloginpage .background-banner-dms .promo-heading {
    font-size: 38px;
    color: #59d583;
    font-weight: 600;
    text-align: left;
    font-size: 90px !important;
    line-height: 100px;
}
.enterpriseloginpage .login-screen .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #59beff;
    border-radius: 10px;
}
.enterpriseloginpage .login-screen .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #59beff;
}
.enterpriseloginpage .login-screen .carousel-indicators {
    position: absolute;
    bottom: 10px;
    z-index: 15;
    width: 75%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    left: inherit !important;
}
.enterpriseloginpage .first-login-section {
        display: flex;
    /* justify-content: space-around; */
    /* align-items: center; */
    /* background: #0000004f; */
    background: #0000000a;
    position: fixed;
    left: 0;
    /* top: 0; */
    width: 100%;
    height: 100%;
/*       position: absolute;*/
    top: 0;
    right: 0;
/*    width: 100%;*/
    left: 0;
    margin: auto;
    text-align: center;
}
.enterpriseloginpage .login-footersection {
/*     position: absolute;*/
    bottom: 40px;
    left: 0;
    right: 0;
}
.animated {
    animation-duration: 5s;
}
.enterpriseloginpage .btn-flowoffice:hover {
    box-shadow: none;
    background-color: #fff !important;
    color: #532d87 !important;
    border: 1px solid;
      font-weight: 500;
}
.enterpriseloginpage .btn-flowoffice{
box-shadow: none;
    background-color: #532d87!important;
    color: #fff!important;
    border: 1px solid;
    font-weight: 500;
    float: right;
}
.app-ekha{
   width: 100%;
    background: #ffff;
    transition: opacity .5s ease;
    box-shadow: 0px 30px 40px -20px #c3c9d0;
}
.applist-dashboard.ekah-app-list .subscribedapp-section ul li {
       padding: 5px 15px;
    display: block;
    min-width: 50%;
    max-width: 50%;
    float: left;
    height: auto;
}
.qm-appdashboard-page .applist-dashboard.ekah-app-list .qm-appcard .card-content{
        height: auto;
    min-height: auto!important;
}
.promo-content .icon img{
    width: 185px;
}
.ekah-app-list  .qm-appcard{
    left: 0;
    right: 0;
    width: 90%!important;
    top: -60px;
}
.app-btns-grp a{
    width: 48%;
    float: left;
}
.heading-second{
    position: relative;
    margin: 10px 0 0 0;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #090b17;
}
.app-ekha img{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #fff7f7;
    height: auto;
}
.enterpriseloginpage .btn-elms {
    color: #f99604 !important;
    background-color: #fff !important;
    border: 1px solid #f99604;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .enterpriseloginpage .card-login .card-content {
    padding: 5px 20px !important;
}
 

.loginlogo {
    padding: inherit;
}
    /*.enterpriseloginpage .login-form-widget {
        background: transparent;
        box-shadow: none !important;
        border-left: none;
        height: calc(100vh - 22vh);
    }*/
    
   /* .enterpriseloginpage .login-screen .card {
        background: #fff;
        box-shadow: -4px 0 40px rgba(0, 0, 0, 0.20);
        margin-top: 200px;
    }
*/    /*
    .enterpriseloginpage .promo-content {
        padding: 200px 0px;
        text-align: center !important;
        height: calc(100vh - 24vh);
    }
    */
    .enterpriseloginpage .promo-content h2 {
        font-size: 15px;
    }
    
    .enterpriseloginpage .background-banner-office .promo-heading {
        color: #532d87;
        font-size: 50px !important;
        line-height: 30px;
    }
    
    .enterpriseloginpage .background-banner-finacial .promo-heading {
        color: #ffb74d;
        font-size: 50px !important;
        line-height: 30px;
    }
    
    .enterpriseloginpage .promo-intro {
        font-size: 15px;
        color: #646871;
        font-weight: 400;
        font-style: italic;
        line-height: 2.2;
    }
    
    .enterpriseloginpage .login-footersection {
        position: inherit;
        bottom: 0;
    }
    
   /* .enterpriseloginpage .first-login-section {
        width: 50%;
    }*/
}
.enterpriseloginpage .notification-col .user-deatiled-card .btn-success {
    border: 1px solid #00c292;
    background: #00c292;
}

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-block: 3rem 2rem;
  background: var(--color-white-100);
  box-shadow: var(--shadow-medium);
  transition: all 0.45s ease-in-out;
}
.menu.is-active {
  top: 0;
  width: 100%;
  height: inherit;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: right;
  row-gap: 1.25rem;
}
.menu-link {
      font-family: inherit;
    font-size: 13px;
        cursor: pointer;
    font-weight: 500;
    line-height: inherit;
    text-transform: uppercase!important;
    color: #3e3e3e;
    transition: all 0.35s ease-in-out;
}

.menu-link:hover,
.menu-link:active {
 outline: none;
    color: #00bcd4;
}
.heading-card{
    color: #000000;
    font-weight: 500;
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
    min-height: auto;
    text-align: left;
    padding: 0 10px;
}
.menu {
       position: relative;
    justify-self: end;
    top: 0;
    left: inherit;
    width: auto;
    height: auto;
    padding-block: 0;
    background: none;
    box-shadow: none;
    transition: none;
    z-index: 9999;
    display: initial;
  }
  .menu-inner {
   display: flex;
    flex-direction: row;
    column-gap: 3.25rem;
    margin: 0 auto;
    list-style: none;
    padding: 10px;
  }
  .menu-link {
    text-transform: capitalize;
  }
  .signout-modal {
  left: auto;
    right: 0;
    position: absolute;
    top: 30px;
}
.signout-container {
    background: #fff;
}
 .signout-container {
        width: 340px;
    padding: 0;
    border: none;
    box-shadow: none;
    cursor: default;
}
.signout-body {
    padding: 15px 5px;
}
.signout-body img {
    width: auto;
    border-radius: 50%;
    min-height: 80px;
    max-height: 80px;
        margin-left: 0;
    min-width: 25px;
    background-size: 100% 100%;
        height: auto;
    text-align: center;
}
.profile-info {
    position: relative;
    top: 15px;
}
.card-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0;
        line-height: 2;
    letter-spacing: 1px;
}
.card-email {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #58666e;
}
.about-description{
  font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffff;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 2; 
}
.productnametitle{
        text-transform: uppercase!important;
}
.div-1{
        width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;
    background-clip: border-box;
    background-color: var(--color-background-container);
    border: 4px solid var(--color-background-container);
    box-shadow: none;
    margin: auto;
    position: relative;
}

.div-2{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
        margin: 0 auto;
    position: relative;
        width: 100%;
    height: 100%;
}
.app-ekha{
    line-height: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    touch-action: manipulation;
}

.app-ekha img{
    min-height: 238px;
    max-height: initial;
        height: 100%;
        border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: inherit;
    right: 0;
    top: 0;
}
.indashboard{
    display: block;
    margin: auto!important;
    width: 70%;
}
.indashboard-list{
        min-height: 435px!important;
    max-height: 435px;
    overflow-y: hidden;
}
.loginbgimage{
      position: relative;
    width:100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.loginbgimage img{
       width: 100%;
    padding: 60px 0;
}
.promo-content .icon{
    background: #ffffff;
    padding: 5px 30px 5px 10px;
    border-radius: 13px;
    width: auto;
    display: inline-block;
}
.loginlogo{
    height: 525px;
   text-align: center;
    margin: 0% auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height:auto;
}

h3.loginheader{
        margin: 0;
    margin-top: 30px;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.login-form-widget input:-internal-autofill-selected {
    background-color: transparent!important;
}
.verticallogin-separator{
  width: 1px;
    position: absolute;
    height: calc(100vh - 55vh);
    color: #ffff;
    display: block;
    right: 0;
    z-index: 9;
    top: 0;
    text-align: center;
    background: #8999a5;
    bottom: 0;
    margin:auto;
}.wrapper {
    position: relative;
    top: 0;
    height: auto;
}
.enterpriseloginpage{
 position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
/*dahboard landing*/
.qm-appdashboard-page .applist-dashboard-header .navbar-transparent {
    border-bottom: 0;
    border-image: none;
    border-radius: 0;
    background: -webkit-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    background: -webkit-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    background: -moz-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    background: -ms-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    background: -o-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
    z-index: 99;
    transition: all 1s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.0985);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.0985);
    box-shadow: none;
    border-bottom-style: solid;
    height: 30px;
    position: fixed;
}

.qm-appdashboard-page .perfect-scrollbar-on::-webkit-scrollbar,
.panel-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 8px;
    background-color: #f1f4f5;
}

.qm-appdashboard-page {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.qm-appdashboard-page .applist-dashboard-header .navbar-transparent .signout-option .dropdown-toggle {
    margin: 10px;
    color: #fff;
    cursor: pointer;
}

.qm-appdashboard-page .wrapper.wrapper-full-page {
    height: auto;
    min-height: 100vh;
    background: #ffffff;
}

.qm-appdashboard-page .qm-enterprise-banner-logo .logo-tagline {
    color: #fff;
    font-size: 10px;
    margin-bottom: 0;
}

.qm-appdashboard-page .dashboard-main-content .sub-feature-col {
    height: calc(100vh - 8vh);
    overflow-y: hidden;
    background: #f5f9fc;
}

.qm-appdashboard-page .dashboard-main-content .sub-feature-col .applist-dashboard {
    min-height: calc(100vh - 8vh);
    max-height: calc(100vh - 8vh);
    overflow-y: none;
    overflow-x: hidden;
    background: #ffffff;
}

.qm-appdashboard-page .dashboard-main-content {
    height: 100%;
    background: #f0f0f0;
    padding-top: 0;
}

.qm-appdashboard-page .applist-section-heading {
       padding: 0 15%;
    font-weight: 500;
    line-height: 1.8;
    color: #3e3e3e;
    font-size: 14px;
        margin-bottom: 40px;
}

.qm-appdashboard-page .applist-section-heading .title {
    color: #5258af;
    font-size: 35px;
        line-height: .5;
    margin: 0;
    font-weight: 400;
    text-shadow: 1px 1px #d2d2d2;
}
.qm-appcard img{
        border-radius: 5px 5px 0 0;
}
.applist-section-heading .sub-title {
    font-size: 13px;
    margin-bottom: 0;
}

.qm-appdashboard-page .qm-appcard {
    width: 100%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 20px;
    text-align: left;
    cursor: default;
    height: auto;
    margin-bottom: 25px;
    background: #fafafa;
    transition: opacity .5s ease;
    box-shadow: 0px 30px 40px -20px #c3c9d0;
}
.qm-appdashboard-page .card-info{
    padding: 0 10px;
    font-size: 12px;
    color: #9e9e9e;
}
.qm-appdashboard-page .qm-appcard:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    transition: opacity .5s ease;
}

.qm-appdashboard-page .qm-appcard .card-content {
        padding: 20px 15px;
    position: relative;
    border: none;
    height: auto;
    min-height: 75px;
    border-radius: 5px;
    text-align: center;
}

.qm-appdashboard-page .qm-appcard .card-title {
    margin-top: 5px;
    margin-bottom: 5px !important;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}

.qm-appdashboard-page .qm-appcard .category {
  color: #3e3e3e;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    min-height: auto;
       text-align: left;
    padding: 0 10px;
}

.qm-appdashboard-page .qm-appcard .card-content .icon {
    padding: 0;
    color: #999999;
    text-align: left;
    margin-bottom: 10px;
    min-height: 0;
}

.qm-appdashboard-page .qm-appcard .card-content .icon img {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    padding: 0;
    width: 140px;
}
.divimgpro{
    height: 200px;
    display: flex;
    padding: 15px;
    border-radius: 20px;
}
.qm-appdashboard-page .qm-appcard .card-content .icon i {
    margin: 0;
    border: none;
    border-radius: 50%;
    width: auto;
    line-height: 1;
    height: auto;
    font-size: 45px;
    text-align: center;
    color: #f44336;
    float: right;
    display: block;
    position: absolute;
    top: -35px;
    right: -1px;
    background: #ffffff;
    padding: 10px;
}

.qm-appdashboard-page .qm-appcard .card-description {
    color: #a3a3a3;
    margin-top: 20px;
    font-size: 12px !important;
    line-height: 1.6;
}

.qm-appdashboard-page .qm-appcard:hover .card-description {
    color: #fff;
    margin-top: 20px;
}


.qm-appdashboard-page .qm-appcard:hover .trail-details,
.qm-appdashboard-page .qm-appcard:hover .trail-details a {
    color: #fff;
}

.qm-appdashboard-page .qm-appcard .trail-details {
    font-size: 10px;
    color: #a3a3a3;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
}

.qm-appdashboard-page .qm-appcard .trail-details a {
    font-size: 10px;
    color: #448aff;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer;
}

.dashboard-main-content .applist-dashboard .subscribedapp-main .subscribedapp-section {
    padding: 50px 0 0 0;
}

.dashboard-main-content .featuredapp-section {
    padding: 0 15px;
}

.qm-appdashboard-page .notification-col .notification-list .nt-tilte {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    color: #090b17;
}

.qm-appdashboard-page .notification-col .notification-list ul .notify-details:hover {
    background: #efefef;
}

.qm-appdashboard-page .applist-dashboard-header .navbar .navbar-nav>.notification-details a>i {
    font-size: 16px !important;
    background-color: #fff !important;
}

/*.applist-dashboard .subscribedapp-section ul li:nth-child(1n) .qm-appcard .card-content
{
     border-top: 3px solid #ff8c84;  
}

.applist-dashboard .subscribedapp-section ul li:nth-child(2n) .qm-appcard .card-content{
     border-top: 3px solid #1be5ff;
}*/
/*.applist-dashboard .subscribedapp-section ul li:nth-child(3n) .qm-appcard .card-content
{
      
           border-top: 3px solid #ffc107;
}
.applist-dashboard .subscribedapp-section ul li:nth-child(4n) .qm-appcard .card-content{
           border-top: 3px solid #61add9;
}
*/
.applist-dashboard .subscribedapp-section ul li:nth-child(1n) .qm-appcard .card-content .icon i{
color: #ff8c84;
    opacity: .8;

}
.applist-dashboard .subscribedapp-section ul li:nth-child(2n) .qm-appcard .card-content .icon i{
/*color: #1be5ff;*/
    opacity: .8;

}
.applist-dashboard .subscribedapp-section ul li:nth-child(3n) .qm-appcard .card-content .icon i{
/*color: #ffc107;*/
    opacity: .8;

}
.applist-dashboard .subscribedapp-section ul li:nth-child(4n) .qm-appcard .card-content .icon i{
/*color: #61add9;*/
    opacity: .8;

}

.qm-appdashboard-page .notification-col .notification-list {
    padding: 0;
    cursor: default;
    margin: 10px;
}

.qm-appdashboard-page .notification-col .notification-list ul {
    padding-left: 0;
    width: 100%;
    display: inline-block;
}

.qm-appdashboard-page .notification-col .notification-list ul .notify-details {
    padding: 5px;
    width: 100%;
    display: inherit;
    list-style: none;
    border-radius: 3px;
}

.qm-appdashboard-page .notification-col .notify-details .list-image img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
}

.qm-appdashboard-page .notification-col .notify-details .main-heading {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 1.5em;
}

.qm-appdashboard-page .notification-col .notify-details p {
    font-size: 11px;
    font-weight: 400;
    color: #777;
    margin-bottom: 0;
    line-height: 1.8;
}

.qm-appdashboard-page .notification-col .notify-details .sub-heading {
    font-size: 10px;
    margin: 0;
    text-transform: lowercase;
    color: #999;
    line-height: 1.5em;
}

.qm-appdashboard-page .notification-col .notify-details i {
    display: none;
}

.qm-appdashboard-page .notification-col .notify-details:hover i {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 11px;
    border-radius: 50%;
    padding: 2px;
    background: #ef5011;
    color: #fff;
}

.qm-appdashboard-page .notification-col {
    height: calc(100vh - 8vh);
    background: #ffffff;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.09)!important;
    border-left: none;
}
.productnametitle {
    text-transform: uppercase !important;
}
.heading-card {
    color: #000000;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
    min-height: auto;
    text-align: center;
    padding: 0 10px;
}
.applist-dashboard .subscribedapp-section ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}
.applist-dashboard .subscribedapp-section ul li {
    padding: 5px 0px;
    display: inline-flex;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    margin: 0 15px;
    position: relative;
}
.applist-section-heading .ekahlogo {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    width: 190px;
    text-align: center;
    right: 0;
    margin: auto;
}
.listproductsscrollpage .enterpriseloginpage{
  overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: auto;
    max-height: calc(100vh - 0vh);
   
        background-repeat: repeat;
}
.listproductsscroll {
    position: absolute;
    top: 100px;
    width: 100%;
    margin: auto;
}
.productdisable{
    display: none;
}
.applist-dashboard .subscribedapp-section ul li.disabled .productdisable{
      background: #a8c2cd;
    position: absolute;
    height: 93%;
    display: inline-flex;
    z-index: 9;
    top: 4px;
    opacity: 0.5;
    width: -webkit-fill-available;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: column;
}
.w100px{
    width: 100px!important;
}