body{
    background-color: #f1f1f1 !important;
}
.container{
    min-width: 320px;
    max-width: 400px;
}
.verifyotp{
    /* height:100vh; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    margin-top:60px
}
.verifyotp .card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border:0px;
}
.btn-primary{
    font-size: 16px;
    text-transform: uppercase;
}
.logo{
    width:100%;
    text-align:center;
}
.logo img{
    width:auto;
    padding:15px;
}
.container-mobile-outer{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #f1f1f1 !important;
}
.container-mobile{
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    /* height: 690px; */
    background: #fff;
    position: relative;
}
.pagebg{
display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    text-align: center;
    padding:20px 20px 25px;
    overflow-y: scroll;
    height: 90vh;
    padding-bottom: 25px;
    background-color: #fff !important;
}
.clientlogo{
display: block;
text-align: center;
margin-top: 15px;
}
.clientlogo img{
width: auto;
}
.headtext{
float: left;
width: 100%;
text-align: center;
}
.headtext h1{
    /* font-family: 'Elgraine'; 
    font-weight: bold; */
    font-size: 24px;
    margin-bottom: 10px;
}
.labelgreen{
border: 2px dashed #48DA82;
background: #C8FFDE;
min-height: 43px;
margin-bottom: 10px;
padding: 10px;
border-radius: 15px;
}
.labelred{
border: 2px dashed #FF4444;
background: #FFD4D4;
min-height: 60px;
margin-bottom: 10px;  
}
.labelgreen span{
display: block;
line-height: 40px;
color: #279352;
font-size: 16px;
    font-family: "Poppins", sans-serif;
/* font-weight: 400; */
font-style: normal;
font-weight: 500;
text-align: center;
/* margin-bottom: 10px; */
}
.labelred span{
display: block;
line-height: 22px;
color: #FF4444;
font-size: 16px;
margin-top: 5px;
    font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
.submsg{
    font-size: 22px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px;
    /* background-color: #00d1d1; */
    padding: 10px;
    border-radius: 15px;
    line-height: 1.15;
    margin-top: 10px;
}
.form-check{
text-align: left;
}
.options{
float: left;
width: 100%;
padding: 15px;
border: 1px solid #d5d5d5;
border-radius: 10px;
min-height: 50px;
margin-bottom: 10px;
}
.form-check-input{
border-color:  #0d6efd;
}
.bluebtn{
width: 100%;
height: 42px;
line-height: 42px;
font-size: 16px;
color: #fff;
background: #0d6efd;
border-radius: 100px;
text-align: center;
display: block;
border: 0px;
margin-top: 30px;
}
.container-mobile .footer{
background: #EFEFEF;
width: 100%;
height: auto;
/* position: absolute; */
bottom: 0;
left: 0px;
    display: block;
    padding: 0px;
}
/* .messagestyle-1{
min-height: 80px;
} */
.messagestyle-1 img{
width: 80px;
margin-top: 20px;
}

.container-mobile .footer p, .container-mobile .footer p a{
display: block;
text-align: center;
}

.container-mobile .footer p{
font-size: 14px;
color: #000;
padding: 10px;
line-height: 20px;
}
.container-mobile .footer img{
width: 100%;
}
.container-mobile .footer p a{
color: #175B98;
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}
    .mobilenumber p img, .whatsapp p img, .email p img, .website p img {
    width: 20px !important;
}  
.social_media {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px !important;
}  
.whatsapp, .mobilenumber, .email, .website {
float: left;
width: 100%;
display: flex;
padding: 5px 10px;
}.whatsapp, .mobilenumber {
float: left;
width: 50%;
}
.mobilenumber p, .whatsapp p, .email p, .website p {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-bottom: 0px;
}
.info{
text-decoration: underline;
font-size: 16px;
line-height: 20px;
font-weight: bold;
margin-bottom: 10px;
display: block;
color: #000;
}

.mobilenumber p a, .whatsapp p a, .email p a, .website p a {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    margin-left: 8px;
    text-decoration: none;
}
#settings .container-mobile{
/* border: 6px solid #ddd;
border-radius: 30px;
/* height: 690px; */
/* position: relative;
overflow: hidden; */
/* overflow-y: scroll; */
/* margin-bottom: 0px; */
}
.preview .overlaybg{
position: absolute;
background: rgba(0, 0, 0, 0.9);
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 999;
}
.btn-show{
width: 200px;
    border: 0px;
    background: #0d6efd;
    color: #fff;
    text-align: center;
    height: 42px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}
.serialno{
font-size: 16px;
font-weight: 800;
line-height: 22px;
/* color: #488d00; */
background: #dbffb6;
padding: 5px;
display: inline-block;
color: #000;
border: 2px dotted #488d00;
}
.messagewithicon{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-bottom: 11px;
}
.changeView{
margin-bottom: 15px;
}
.hindtext{
margin-top: 20px;
}
.hindtext h1{
font-size: 24px;
}
.hindtext h1.pre_head_text_en{
margin-bottom:10px;
}
.count_message p{
    margin-top: 5px;
    margin-bottom: 0px !important;
    font-size: 14px;
    color:  #823081;
}
.pagebg {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.pagebg::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.company_logo {
width: 220px;
}
.waning_text_en {
    font-size: 18px !important;
}
.waning_text_hin {
    font-size: 18px !important;
    width: 260px;
    margin: 0 auto;
    color: #473699;
}
.website{
    display: block !important;
    font-size: 15px;
    margin-top: 5px;
}
.website span {
    color: #6c757d;
    font-weight: 500;
}
.website a {
    color: #000;
    text-decoration: none;    
}
.McLarens_info{
    text-decoration: none !important;
}
.McLarens_web_url{
    text-decoration: underline !important;
    color: #0d6efd !important;
}

.error_section .container-mobile-outer{
    justify-content: center !important;
}
.error_section .container-mobile {
    border-radius: 30px;
    overflow: hidden;
}
.error_section .pagebg {
    height: auto !important;
}
.error_image{
    width: 100%;
}
.error_image img{
    width: 55%;
    margin: 20px 0px 40px 0px;
}
.error_message h2{
    font-size: 25px !important;
    /* margin-top: 40px; */
    line-height: 1.4;
    font-weight: bold;
}
.error_content{
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.free_text_display a, .free_text_display span {
    margin-top: 5px !important;
    display: inline-block !important;
    margin-left: 5px;
}
.free_text_display span {
    font-size: 15px !important;
}

.free_text_display h5 {
    margin: 10px 0px 0px 0px !important;
    font-size: 16px !important;
}
pre {
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 15px !important;
    margin: 0px !important;
    white-space: normal;             
}

@media only screen and (max-width: 480px) {
    /* Your CSS rules for smartphones */    
    .container-mobile {
        max-width: 100% !important;
        height: 100vh;
    }
    #settings{
        padding: 0px !important;
    }
    .pagebg {
        /* height: 100vh; */
        height: 100%;
        padding:20px 20px 65px !important;
    }
    .container-mobile .footer{
        position: fixed !important;
    }
    .container-mobile-outer {
        background-color: #fff !important;
    }
}

.counterfeited_product{
    width: 90%;
    margin: 0 auto;
    height: 250px;
    background: linear-gradient(90deg, #fd302f 0%, #fb9250 100%);
    border-radius: 15px;
    margin-top: 20px;
}
.counterfeited_product img{
    width: 60px;
    margin-top: 16px;
}
.counterfeited_product p{
    margin-top: 16px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.counterfeited_product button{
    border: none;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
}
#dismiss_btn{
    background: #12bbe2;
}
#report_btn{
    background: #00bf64;
}

/* SPIN LOADER :: START */
#loader-wrapper {    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* White transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-btn {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* SPIN LOADER :: END */