
@font-face {
  font-family: 'MyFont';
  src:
      url('Metropolis-SemiBold.otf') 
      format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'MyFont', sans-serif !important;
  text-align: center;
}
.dave-container {
    height: 100vh;
    background: transparent linear-gradient(152deg, #E3E3E3 0%, #EEEEEE 100%) 0% 0% no-repeat padding-box;
    padding: 10px;
  }
  
  div#firstdiv {
    background: transparent linear-gradient(180deg, #FEFEFF 0%, #E6E7FF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #0000001A;
    border-radius: 25px;
    opacity: 1;
    height: 100%;
    position: relative;
  }
  
  .dave-calling-message-container {
    text-align: center;
    letter-spacing: 0px;
    color: #A9A9A9;
    font-weight: bold;
    font-size: x-large;
    position: relative;
    top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  span.dave-calling-message {
    padding-bottom: 15px;
  }
  
  img.img-fluid.kara_img.rounded-circle.p-5.m-auto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .dave-call-status-container {
    position: absolute;
    bottom: 10vh;
  }
  
  /* .call_area{
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
  } */
  
.dave-calling-message-container {
    text-align: center;
    letter-spacing: 0px;
    color: #A9A9A9;
    font-weight: bold;
    font-size: x-large;
    position: relative;
    top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dave-calling-message-container {
    text-align: center;
    letter-spacing: 0px;
    color: #A9A9A9;
    font-weight: bold;
    font-size: x-large;
    position: relative;
    top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  span.dave-calling-message {
    padding-bottom: 15px;
  }
  

  
img.dave-connecting {
    width: 90%;
  }

  #disclaimerModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#disclaimerContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 20px; */
    z-index: 9999;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 40px #0000006B;
    width: 80vw;
    max-width: 381px;
}
.warntri{
  background: #FD5D5C;
  padding: 6%;
  border-radius: 30px 30px 0px 0px;
}
.warntri img{
  width: 20%;
}
.warnt{
  padding: 10px 5vw;
  font-size: smaller;
}
.warnt h6{
  font-weight: 900;
    font-size: x-large;
    text-align: center;
    margin-bottom: 10px;
}
.warnt p{
  color: #A9A9A9;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;

}
.btnround{
  background: #FD5D5C !important;
  border-radius: 50px !important;
  color: white !important;
  font-size: medium !important;
  padding: 5px 25px !important;
}


/* Style for the warning modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#warnModal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
