html, body {
    height: 100%;
}

body {
    position: relative;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    background: #EFEFEF;
}
a {
    text-decoration: none !important;
}
/***Login Screen*****/

/* spinner */
#first-div {
    position: relative;
    height: 100%;
}
/* #spinner {
    position: absolute;
    z-index: 9;
} */
.loader-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: rgba(0, 0, 0, .5);
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#bottom-link {
    /*position: absolute;*/
    bottom: 10px;
    left: 0;
    right: 0;
}
.formverti_wrap{width:100%;}
.form-container.container.p-3 {
    display: flex;
    width: 100%;height: 100%;
    justify-content: space-between;flex-wrap: wrap;
}
/* spinner end */
#logout-btn {
    right: 10px;
    top: 6px;
}

/* .banner {
    background: rgba(28, 28, 28,.9);
    padding: 20px;
    text-align: center;
} */
.banner {
    min-height: 200px;
    background: rgba(28, 28, 28,.9);
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner1 {
    background: rgba(28, 28, 28,.9);
    padding: 5px 10px;
}
.banner.login-banner img {
    max-width: calc(100% - 92px);
}

.color-orange{color:#FD8C00;}
.btn-orange {background: #FD8C00;height: 50px;border-radius: 42px;color: #fff;font-size: 16px;text-transform: uppercase;}
.form-container .form-control {height: 45px;border-radius: 20px;border-right: none;}
.input-group > .input-group-prepend > .input-group-text {border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
.input-group-text {background: none;border-left: none;}

.mobile-container {
    height: 100%;
    display: flex;
    flex-flow: column;
}
.main-box{
    height:100%;
}

/*  */
  .circle {
  width: 200px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.circle strong {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 45px;
  font-size: 43px;
  display: none;
}

.progress .progress-value {
    font-size: 100px;
    font-weight: 900;
    line-height: 100px;
}

.progress .progress-des {
    font-size: 12px;
}
.progress .progress-inner {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    color: #fff;
    line-height: normal;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 10%;
    padding: 34px;
}
/*  */

.user-name {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 21px;
    color: #FFFFFF;
    margin-top: 5px;
}
.film-block {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.film-cont-value {
    font-size: 16px;
    font-weight: 900;
}
.qrblock p {
    font-size: 14px;
    margin-bottom: 5px;
}
.qr-img img {
    width: 32vh;
}
.qrblock {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    padding:5px;
}


.footerbar ul {
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.footerbar {
    background: rgba(28, 28, 28,.9);
    width: 100%;
}
.footerbar img {
    width: auto;
    height: 22px;
}
.footerbar ul li a {
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    display: block;
}
.footerbar ul li .nav-text {
    margin-top: 6px;
    line-height: normal;
}
.progress-value {
    font-size: 70px;
    font-weight: 900;
    line-height: 70px; 
}
/* pop up style */

/* dahsboard install button style */
#mySidenav a {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    transition: 0.3s;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px;
    color: white;
  }
/* #mySidenav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
  }
  
  #mySidenav a:hover {
    left: 0;
  } */
  
  #installBtn {
       background-color: #2196F3;
       display: flex;
       align-items: center;
   }
/* dahsboard install button style */

.popover-content > span {
    display: block;
}
.popover-content {
    height: 380px;
    overflow: auto;
    margin: 0;
}


/* pop up style */

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}


@media only screen and (max-width: 1399px) {
canvas#qr-code-img {    width: 100px !important;}
}


@media only screen and (max-width: 767px) {
    
    
    .progress-value {font-size: 65px;}
    .progress-des { font-size: 9px !important;}
    #circle-a canvas{   width: 180px !important;height: 180px !important;}
    .circle {   width: 180px;}
    .demo { width: 180px;height: 180px;}
    /*#installBtn { display: none;}*/
    #qr-code-img{width:100px;}
    /* .form-container.container.p-3 { } */
    .banner { min-height: 150px;}
    body{min-height:auto !important;}
}

.download-app-block .close {
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 5px;
    display: flex;
}

.bg-primary {
    background-color: #4384F4!important;
}
.term-text{
    font-size: 14px;
}

@media only screen  and (max-width: 767px) {
canvas#qr-code-img {
    width: 40vw !important;
}
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-height: 736px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    /* canvas#qr-code-img {   width: calc( 100% - 80%) !important;} */
    .download-app-block {
        position: absolute!important;
        bottom: 61px;
    }
    .footerbar {
        margin-top: 55px !important;
    }
}

@media only screen 
  and (device-width: 375px) 
  and (device-height: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    /* canvas#qr-code-img {   width: calc( 100% - 60%) !important;} */
    .download-app-block {
        position: absolute!important;
        bottom: 61px;
    }
    .footerbar {
        margin-top: 55px !important;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-height: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    /* canvas#qr-code-img {   width: calc( 100% - 80%) !important;} */
    .download-app-block {
        position: absolute!important;
        bottom: 61px;
    }
    .footerbar {
        margin-top: 55px !important;
    }
    .qrblock {
           display: block !important;;
        }
}   

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        .qrblock {
           display: block !important;;
        }
    }
} 