@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

.style-standard *,
.style-standard *::after,
.style-standard *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
html {
  scroll-behavior: smooth;
}

#app {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0 70px;
  background: #fff;
  min-height: 100vh;
  margin-bottom: 2rem !important;
}
.message-container > img,
.message-container-you > img {
  min-width: 50px;
  min-height: 50px;
}
.message-container,
.loader,
.message-container-you {
  max-width: 480px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 10px;
}
.message-container-you {
  flex-direction: row-reverse;
  align-self: flex-end;
}
.message-container > p,
.message-container-you > p,
.loader > .dots-container {
  position: relative;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.message-container > p,
.loader > .dots-container {
  background: #e5e7e9;
  color: #000;
}
.message-container-you > p {
  background: rgba(36, 145, 218);
  color: #fff;
}

.message-container > p::before,
.message-container-you > p::before,
.loader > .dots-container::before {
  position: absolute;
  content: "";
  top: 0;
  width: 20px;
  height: 20px;
}
#message{
  display: flex;
    flex-direction: column;
}
.profile-pic {
  width: 50px;
  background: #fff;
  border: 2px solid #e5e7e9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 5px !important;
}

button,
a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 18px;
  margin-left: 70px !important;
  cursor: pointer;
  padding: 5px !important;
  min-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  background: rgba(36, 145, 218);
  border: none;
  color: #fff;
  max-width: 250px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
button{
  min-width: 150px;
}
button:hover,
a:hover {
  background-color: rgba(36, 145, 218, 0.8);
}

.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px 10px !important;
}

.dot {
  height: 10px;
  width: 10px;
  margin-right: 5px !important;
  border-radius: 10px;
  background-color: #b3d4fc;
  animation: pulse 1.5s infinite ease-in-out;
}

.dot:last-child {
  margin-right: 0 !important;
}

.dot:nth-child(1) {
  animation-delay: -0.3s;
}

.dot:nth-child(2) {
  animation-delay: -0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    background-color: #909497;
    box-shadow: 0 0 0 0 rgba(149, 165, 166, 0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }

  50% {
    transform: scale(1);
    background-color: #909497;
    box-shadow: 0 0 0 10px rgba(149, 165, 166, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    background-color: #e5e7e9;
    box-shadow: 0 0 0 0 rgba(149, 165, 166, 0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
  }
}

body{
  margin: 0;
background: #F0F2F5;
}
header{
background: #fff;
position: fixed;
top: 0;
z-index: 1000;
max-width:800px;
width: 800px;
display: flex;
padding: 8px 0 !important;
}
header .brands .logos{
  display: flex;
  align-items: center;
}

header .brands .logos svg{
  width: 44px;
height: 42px;
fill: rgb(139, 59, 239);
}
.header-text span{
  width: 100%;
  float: left;
}
.header-text span{
  font-size: 18px;
}
.header-text span:first-child{
  font-weight: 700;
line-height: 26px;
color: rgb(0, 0, 0);
margin-bottom: 3px;
display: flex;
align-items: center;
}
.header-text span:first-child img{
  width: 25px;
  margin-left: 5px;
  display: flex;
}
.header-text span:last-child{
  color: rgb(54, 54, 54);
font-weight: 300;
}
header .brands,
header .brands-right{
  width: 50%;
  float: left;
}

.phone-icon{
  padding-right: 2rem !important;
}

header .brands .logo{
  width: 80px;
  margin: 0px 7px;
}
header .brands-right{
  display: flex;
 justify-content: end;
}
.header{
  margin-bottom: 4rem !important;
}
a.phone-icon,
a.bar-icon{
  background: transparent;
  width: max-content;
  float: left;
  margin: 0 !important;
  fill: rgb(139, 59, 239);
}
.cvt-svg-icon-container svg {
width: 100%;
height: 100%;
}
.d18 {
left: calc(50% + 229px);
width: 44px;
height: 42px;
top: 27px;
}
footer a{
background: transparent !important;
margin: 0 !important;
}

footer {
  width: 800px;
  padding: 10px;
  background-color: #ffffff;
  margin-top: 0px !important;
  padding: 10px 10px !important;
}
script+script+div {
  display: none !important;
  opacity: 0;
}
.d-flex{
display: flex;
align-items: center;
width: 100%;
}
.bottomx{
position: fixed;
bottom: 0;
z-index: 9999999;
width: 100%;
  background: #F0F2F5;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .form{
width: 100%;
float: left;
}
.responsive-font-size {
  font-size: 16px; /* Default font size */
}
@media (max-width: 768px) { /* For tablets and mobile devices */
  .responsive-font-size {
      font-size: 12px!important;
  }
  .responsive-font-size2 {
      font-size: 16px!important;
  }
  .header-text span:first-child img{
    width: 15px!important;
  }
}
footer form{
display: flex;
}
.disclaimer {
  font-size: 13px;
  display: none;
}
#submit-button {
    background-color: blue00;
      color: white;
      border-radius: 10px !important;
      /* border: none; */
      padding: 10px 20px;
      border-radius: 5px;
      justify-content: center;
      align-items: center;
      margin-left: 0 !important;
      display: flex;
      margin-right: 0 !important;
      margin-top: -7px;
}
footer form input{
border: 1px solid #ccc;
border: 0;
background-color: #f0f0f0;
border-radius: 20px;
padding: 5px 15px !important;
height: 34px;margin-top: 3px !important;
outline: none;
width: 100%;
}

.icons{
display: flex;
  align-items: center;
  gap: 5px;margin-right: 5px;
}
.icons label{align-items: center;display: flex;}
.main-img{
  width: 400px;
  margin: 0 auto;
 }

 

@media (max-width:767px) {
  #app {
    padding: 10px 0 4rem !important;
    margin-bottom: 60px !important;
  }
  header,#app,footer{
    width: 100% !important;
    max-width: 100% !important;
  }
  footer form input{
    width: auto !important;
  }
  header{
    width: 100% !important;
  }
  header .brands .logo {
    width: 34px !important;
    margin: 0px 7px 0 2px !important;
  }
  .brands{
    width: 75% !important;
  float: left;
  }
  .brands-right{
    width:25% !important;
  float: left;
  }
  .header-text span{
    font-size: 10px !important;
  }
  .phone-icon {
    padding-right: 0 !important;
  }
  .d18{
    width: 30px !important;
    height: 30px !important;
  }
}

@media only screen and (min-width:375px) and (max-width:767px) {
  .header-text span{
    font-size: 14px !important;
  }
}
.main-header {
  margin-top: 20px;
  font-size: 17px;
  text-align: center;
  width: 12rem;
}
.main-header2 {
  /* margin-top: 9px; */
  color: #596971!important;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 20rem;
}
.main-header3 {
  color: #596971!important;
}
@media only screen and (min-width:240px) and (max-width:767px) {
  .icons{
   width: 30% !important;
  }
 
  footer form input{
   width: 100% !important;
 }
 .d-flex img{
 
 }
 .main-header {
    margin-top: 20px;
    font-size: 17px;
    text-align: center;
    width: 20rem!important;
 }
 .main-header2 {
    /* margin-top: 9px; */
    color: #596971!important;
    text-align: center;
    font-size: 11px!important;
    display: inline-block;
    width: 20rem!important;
}
 .main-header3 {
    margin-top: 5px!important;
    color: #596971!important;
    text-align: center;
    width: 20rem!important;
    font-size: 10px!important;
 }
 .main-img {
  width: 80px !important;
  margin-top: 0px;
}
button{
  width: 200px;
}
.message-container{
  max-width: 100% !important;
}

  }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.overlay img {
    max-width: 100px; 
    max-height: 30vh; 
}



  
  #bottom-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;  }
  
  .overlay-content, .bottom-overlay-content {
    text-align: center;
    font-size: 16px;
    font-weight: 50;
  }

  

@media (min-width: 768px) { 
    #app {
      width: 100%; 
      max-width: 800px; 
      margin: 0 auto; 
    }
  }
  







  
  .sticky-header {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF; 
    color: #000000;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 10; 
  }
  
  .header-logo {
    height: 40px; 
    margin-right: 10px;
  }
  
  .header-verified-icon {
    color: #1DA1F2; 
    margin-left: 5px;
    font-weight: bold;
  }
  
  
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  .show {
    animation: fadeIn 0.5s ease forwards;
  }
  

