html{
    height: 100%;
}
.bg-light {
    background-color: #072d76!important;
}
.question-heading{
    border-bottom:1px solid #e5e5e5;
    padding:10px
}
.mt-50{margin-top:50px}
.card{
    border-radius:10px;
}
.error-msg{
    background:red;
    display:inline-block;
    padding:2px 10px;
    margin-left:3px;
    margin-top:3px;
    border-radius:20px;
    font-size:13px;
    color:#fff;
}
.bg-dark{
    background-color: #ffffff !important;
}
body{
    background-color: #f0f1fd;
    background-image: url("../images/ISH_bg.png");
    position:relative;
    background-size: cover !important;
    background-position: 0 50%;
}
.hidden{
    display:none;
}
#question_panel .options li input{
    margin-right:10px;
}
#question_panel .q{
    font-size:21px;
    padding-left: 15px;
    padding-top: 10px;
}
#question_panel .options{
    margin-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}
#question_panel .options li{
    list-style-type: none;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.not-found{
    display:
    flex;
    text-align:
    center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    padding: 100px 50px;
    color: grey;
    filter: grayscale(1);
}
.not-found img{
    width:200px;
    display:
    block;
    margin-bottom: 25px;
}
input[type="email"],input[type="text"], input[type='password'], input[type='textarea']{
    border-radius:50px;
}
.btn{
    border-radius:50px;
    padding-left:20px;
    padding-right:20px;
}
footer{
border-radius: 25px 25px 0px 0px;
    box-shadow: 0px 5px 14px 6px #7d7c7c;
position: absolute;bottom: 0;width: 100%;height: 145px;}
.background-img{
    /* height: 100%; */
    /* padding-bottom: 300px; */
    }
.navbar-light .navbar-toggler{
    border:none;
    color:#000;
position: absolute;right: 0px;}
.navbar-toggler-icon{
    color:#000 !important;    
filter: brightness(0);}
.branding{
    text-align:center;
    padding-bottom:20px;
}
.actions{
    text-align:
    center;
    display:
    flex;
    flex-wrap: wrap;
}
.btn-primary{
    padding-left:40px;
    padding-right:40px;
    background: #4d53a8;
    border: 1px solid #4d53a8;
}

.branding h1{
    font-size:25px;
    color: #000;
    padding-top: 20px;
}
.branding img{/*width:100px;*/width: 250px;}
.success-popup{
    position:fixed;
    top:10%;
    padding:20px;
    left:0px;
    margin:30px;
    border-radius:10px;
    right:0px;
    background:#fff;
    box-shadow:0px 0px 1150px 1110px #00000080;
    z-index:11111;
    padding-top:20px;
    padding-bottom: 20px;
}
.success-popup .icon{
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.success-popup .icon i{
    font-size:50px;
    padding:5px;
    border-radius:100%;
    border:5px solid #1ABD5D; 
    color:#1ABD5D;
}
.success-popup .heading{
    font-size:15px;
    padding-top:20px;
    font-weight:bold;
    text-align:center;
    color:#4f4f4f;
    padding-bottom:20px;
}
.success-popup .actions{
    text-align:center;
display: block;padding-top: 20px;}
.success-popup .actions .btn{
    
padding-left: 40px;padding-right: 40px;background: grey;border: none;color: #fff;}
.success-popup .p{
    text-align:center;
    
}
.login-wrapper{
margin-top: 4%;
margin-bottom: 8%;
background: #ffffff91;
padding: 25px;
color: #000;
border-radius: 10px;
backdrop-filter: blur(12px) saturate(1);
box-shadow: 0px 0px 31px 0px #0000002e;
}
.loginbtn{
 background-image: linear-gradient(#104193, #5f2d6c);
 margin-bottom: 10px;
}
.surveyBtn{
width: 300px;
}
.mobile-logo{
display: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-image: linear-gradient(#ab2537, #5f2d6c);
}
.dark-background{
    background:#2A1D7B;
}
.btn-full-width{
    width: 100%;}
.btn-danger{
    background:#BB1622;
    border:1px solid #BB1622;
}
.dark-background .custom-card h1{
        text-align:center;
        font-size:25px;
        color:#fff;
        padding-top:30px;
        padding-bottom:0px;
    }
.dark-background .custom-card p{
    color:#fff;
     text-align:center;
    padding-bottom:20px;
}
.custom-card h1{
        text-align:center;
        font-size:25px;
        color:#000;
        padding-top: 10px;
        padding-bottom:0px;
    }
.list-view-wrapper{
    
}
.custom-nav-tabs{
    
width: 100%;justify-content: center;background: #fff;border: none;color: #ccc;}
.custom-nav-tabs a{
    padding-left:20px;
    padding-right:20px;
width: 50%;text-align: center;color: grey;}
.custom-nav-tabs a.active{
    background-color: #2A1D7B !important;
color: #fff !important;}
.list-view{
    padding:0px;
    margin:0px;
}
.list-card{
    border-radius:15px;
    padding:10px;
    background:#fff;
    position:relative;
}
.list-view a:hover{
    text-decoration:none;
}
.list-view a:hover .list-card{
    box-shadow: 0px 0px 15px 0px #e3e0e0;
}
.list-view .title{
    font-size:18px;
    color:#000;
    font-weight:bold;
    display:block;
}
.list-view .desc{
    color:grey;
    font-size: 12px;
}
.list-view li{
    list-style-type:none;
margin-bottom: 15px;}
.list-view li i{
    color:#000;
    position: absolute;
    right: 20px;
    top: 28px;
}
.journal-list{
    padding:0px;
    margin:0px;
}
.journal-list li{
    list-style-type:none;
}
.loader .wrapper{
    
}
.user-email-header{
    padding-right:10px;
}
.loader{
    position:
    fixed;
    background: #ffffff75;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    z-index:111;
    backdrop-filter: blur(12px) saturate(0.5);
    display:
    flex;
    visibility: collapse;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    }
.loader .spinner{
    
}
.journal-list .custom-card{
    padding:20px;
    background:#fff;
    margin-bottom:10px;
    border-radius:10px;
    overflow:hidden;
    margin-top:10px;
    
}
.custom-card{
margin-top: 10px;
/*margin-bottom: 11%;*/
}
.custom-list-header{
    padding-top:10px;
}
.custom-list-header .col-12{
    margin-top:10px;
}
.journal-date{
    font-size:12px;
    padding-bottom: 10px !important;
color: grey;}
.custom-list-header .info-button{
    display: block;
    font-size: 20px;
    border-radius: 100%;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    padding-left: 12px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
    /* margin-right: 4px; */
    /* margin-left: -5px; */
    color: #000;
    float: right;
}

.custom-list-header .doctor-name{
    font-size:15px;
    font-weight:bold;
}
.custom-list-header .doctor-uin-no{
    font-size:12px;
    color:grey;
}
.logo img{
    height: 50px;
}
.card-body h1{
text-align: center;
font-weight: 600;
}
.card-body p{
text-align: center;
font-size: 20px;
padding-left: 40px;
padding-right: 40px;
}
.journal-list .custom-card-body .col-md-12{
    border-bottom:1px solid #ccc;
    padding-top:10px;
}
.journal-list .custom-card-body .col-md-12:last-child{
    border-bottom:0px;
}
.journal-list p{
    padding-bottom:0px;
    margin-bottom:5px;
    padding-right: 5px;
}
.journal-list .custom-card-body input{
    /* float:right; */
    margin-top:6px !important;
    display:block;
    /*width: 50px;*/
    margin-right: 2px;
    }
.journal-list .custom-card-header .journal-logo{
    padding:0px;
    padding-left:15px;
}
.journal-list .custom-card-header .journal-title > div{
    font-weight:bold;
}
.journal-list .custom-card-header .journal-title{
    
display: flex;align-content: center;flex-direction: column;justify-content: center;align-items: flex-start;}
.journal-list .custom-card-header{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}

.journal-list .custom-card-header img{
    width:100%;
    border-radius:10px;
}
.btn-tabs{
    padding:0px;
    margin:0px;
    margin-top: 30px;
}
.btn-tabs li{
    list-style-type:none;
    
}
.profile-picture{
    text-align:center;
display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;flex-direction: row;}
.profile-picture img{
    border:1px solid #ccc;
    border-radius:100%;
    width:100px;
    margin: 20px 0px 0px 0px;
    margin-bottom: 31px;
}
.btn-tabs li a{
    margin-bottom:15px;
}
.show-mob{display:none}
.pb-10{padding-bottom:10px;}
.pb-15{padding-bottom:15px;}
.pb-5{padding-bottom:5px;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:36px;}
@media only screen and (min-width:700px) and (max-width: 990px){
    .login-wrapper{
        width: 400px;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 4%;
    }
}
@media screen and (max-width:480px) {
.navbar.navbar-expand-lg.navbar-light.bg-light{
        height:100px;
    }
.card-body h1 {
    font-size: 25px;
}
.card-body p {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width:375px) {
 .card-body h1 {
    font-size: 25px;
}
.card-body p {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}   
}
@media only screen and (min-width: 320px) and (max-width: 440px) {
.card-body h1 {
    font-size: 25px;
}
.card-body p {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
    .collapse.navbar-collapse.navbarRight .btn.btn-danger{
        padding-left:12px;
        padding-right:12px;
    }
    .collapse.navbar-collapse.navbarRight{
        position:absolute;
        display:block;
        right:10px;
    }
     .collapse.navbar-collapse.navbarRight span{
         display:none;
     }
    .user-email-header{
        display:none;
    }
    /*.login-wrapper{
        margin-top: 45%;
    }*/
    .login-wrapper {
    padding-top: 30%;
    padding-bottom: 30%;
}
    .right-panel .wrapper{
        z-index: 111;
    }
    .timer{
        position: fixed;
        right: 60px;
        font-size:20px;
        z-index: 11;
        top: 7px;
        border-radius: 5px !important;
    }
    .timer li{
        font-size: 24px;
    }
    body{
        overflow-y:auto !important;
    }
.desktop{
display: none;
}
.mobile-logo{
display: block;
}
    .navbar.navbar-expand-lg.navbar-light.bg-light{
        height:100px;
    }
    .logo img{
        width: 219px;
        height: auto;
    }
    .logo{
        left: 6px;
        position:
        absolute;
        border-radius: 5px;
        overflow: hidden;
        }
    .back-btn{  
        width: 54px;
        text-align: center;
        font-size: 25px;
        color: grey;
        position:absolute;
    left: 0px;}
    .back-btn a{
        display:block;
    }
    .navbar-light .navbar-brand{
        margin-right: 0px;
        display: none;
        position: absolute;
        left: 125px;
        }
    .menu-close-btn{
        float:right;
    }
    .menu-close-btn i{
        font-size:25px;
        color:grey;
    }
    .show-mob{display: none;};
    .hide-mob{display:none !important;};
    .navbar-light .navbar-nav .nav-link{
        border-bottom:1px solid #ccc;
        font-size:20px;
        text-align:center;
    }
    .custom-card{
        padding-left:0px;
        padding-right:0px;
    padding-top: 0px;
    padding-bottom: 3%;
}
    .navbar-light .navbar-nav .nav-link:last-child{
        /* border-bottom:none ; */
        /*#ToDo: in last element the border is not getting disabled*/
    }
    #navbarSupportedContent{
        position:fixed;
        background:#fff;
        left:40px;
        right:40px;
        top:60px;
        height:auto;
        
        z-index:9999;
        border-radius:20px;
        padding:20px;
        box-shadow: 0px 0px 90px 1115px #00000045;
    /* transition-duration: 0s; *//* transition-delay: 0s; */}
}
.navbarRight{
position: absolute;
right: 40px;
}
.roundborder{
border-radius: 14px;
}
/*.navbar-nav>.active>a {
    background-color: #C0C0C0;
    color: green;
}*/

@media (min-width:768px) {
    .btn-tabs li {
        display:inline-block;
    }
    .dr-top-bar .btn {
    width: auto;
    float: right;
    }
}
@media screen and (max-width:480px) {
.surveyBtn {
    width: 200px;
}
}
@media screen and (max-width:375px) {
.surveyBtn {
    width: 200px;
}
}
@media screen and (max-width:375px) {
.surveyBtn {
    width: 200px;
}
}
.left-panel .wrapper{
    background: white;
    border-radius: 10px;
    margin-top: 20px;
    height: 603px;padding:10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.browser-msg{
    padding-top:40px;
    padding-bottom:40px;
  background: #2c2c7a;
  position:
  fixed;
    bottom:0px;
    left:0px;
    right:0px;
  text-align:
  center;
  color: #fff;
}
.browser-msg a{
    background: #e3ce07;
    padding: 10px 15px;
    color: #000;
    margin-top: 10px;
    display: inline-block;
}
.right-panel .wrapper{
    background: white;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
    height: 500px;
    display: flex;
    flex-direction: column;
    /* z-index: 11111; */
    position: relative;
}
.countdown-timer{
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    /* border-radius: 40px; */
    /* background: #f25a5a; */
    margin-bottom: 10px;
    /* color: #000; */
    /* margin-top: 10px; */
    /* background: rgb(2,0,36); */
    /* width: 300px; */
    /* background: linear-gradient(0deg, rgb(175 184 14) 0%, rgb(225 213 15) 35%, rgb(241 216 57) 100%); */
    margin: 0 auto;
    /* margin-bottom: 20px; */
}
.timer{
    padding: 0px;
    margin: 0px;
    font-size: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    border-radius: 10px;
    background: #f25a5a;
    margin-bottom: 10px;
    color: #fff;
    /* margin-top: 10px; */
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgb(179 0 31) 0%, rgb(233 45 45) 35%, rgb(245 91 91) 100%);
}
.timer li{
    padding: 0px;
    margin: 0px 5px;
    list-style-type: none;
    background: -webkit-linear-gradient(#ffffff, #e8e1e1);
    background-position: 14px 96px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.question-list{
    padding: 0px;
    margin: 0px;
    overflow: scroll;
}
.question-list li{
    display:flex;
    cursor:pointer;
    list-style-type: none;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom:5px;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.question-list li:hover{
    background: #f0edf2;
}
.question-list li.active{
    background: #eae6ed;
}
.question-list li.completed i{
   color: #6fcb01;
}
.question-list i.fa-check-circle-o{
    color:#ccc;
    margin-right: 12px;
    font-size: 20px;
}
.btn-inline{
    text-align: left;
}
.toolbar {
    padding: 0px;
    margin: 0px;
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    bottom: 10px;
    position: absolute;
    /* right: -15px; */
    text-align: left;
    /* width: 100%; */
}
#password-field,
#otp-field,
#login-password-submit-btn,
#login-otp-submit-btn{
    display:none;
}
.toolbar li{
    list-style-type: none;
    margin-left: 10px;
    display: inline-block;
}
/**********************Quiz structure start************************************/
.quiz-section
{
  position: relative;
  padding: 30px 20px;
  width: 100%;
  min-height: 12em;
  float: left;
 /* background: #fafafa;*/
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.quiz-section:nth-child(even) {
  border-right: 1px solid #eeeeee;
}
.quest {
  font-weight: bold;
  font-size: 20px;
}
.quiz_lable{
max-width: 100%;
margin-bottom: 5px;
font-weight: 400;
font-size: 16px;
display: flex;
}
.quiz_heading h3{
font-size: 20px;
line-height: 30px;
}
.box p
{
  font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #cefbce;
    margin-top: 10px;
    margin-bottom: -24px;
}
.quiz_heading
{
  margin-bottom: 0px;
}

input[type="radio"]{
    margin: 4px 4px 0;
    line-height: normal;
}
.hover-changes{
  transition: transform .2s; /* Animation */
}
.hover-changes:hover{
  transform: scale(1.1);
  z-index: 9;
}
.digital-first-section .col-md-3 img {
  width: 40%;
}
.digital-first-section .col-md-3 .border-div {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-shadow: 3px 1px 33px -12px #929292;
  padding-top: 5%;
}
.digital-first-section h3.text-center {
  margin-bottom: 5%;
}
.mb-0 {
  margin-bottom: 0;
}
.library-first-section .border-div {
  border: 1px solid #a5a3a3;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 1px 1px 17px -1px #a5a3a3;
}
.mt-4 {
  margin-top: 4%;
}
.menu img.logo.logo-dark {
  width: 98%;
}
ul.menu li.logo-data a {
  width: 60%;
}
.library-first-section {
  padding-top: 5%;
}
.new-row {
  margin-top: 3%;
}
.quiz_lable {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    border: 1px #ccc solid;
    padding: 10px;
    border-radius: 10px;
}
/**********************Quiz structure end************************************/