@font-face {
  font-family: 'Omnes';
  src: url(../../fonts/Omnes.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Omnes, 'Omnes', Omnes, serif;
}

.allPanel {
  min-height: 93vh;
  width: 100%;
/*  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/background3.jpg");*/
  background-size: cover;
  background-position: center;
}

.myNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
  position: sticky;
  top: 0;
  /*
   background-color: #7c7c7c;
   */
  background-color: var(--main-bg-color, gray);
  border-bottom: 1px solid #343232;
  max-height: 12vh;
  height: 12vh;
  z-index: 2;
}

.logoImg {
  height: 8vh;
  width: auto;
}

.initial {

  display: flex;
  width: 100%;
  height: calc(81vh);
}

.mobileBanner {
  display: none;
}

.leftPanel {
  /*background-color: green;*/
  width: 70%;
  display: block;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 40px;
}

.rightPanel {
 /* background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/background4.jpg");*/
  background-size: cover;
  background-position: center;
  width: 30%;
  display: block;
  height: 100%;
}

#mainPanel {

  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
}


#contenedor {
  padding: 0 20px 20px 20px;
  background-color: white;
}

.parentCaptcha {
  width: 70%;
  margin: 0 auto;
  margin-top: 7vh;
  padding: 10px;
  /* padding-bottom: 10vh !important;*/
  background-color: white;

}

.initPrivacyPolicy {
  padding: 5px;
  font-size: 18px;
  text-align: justify;
  max-height: 70%;
  overflow-y: auto;
}

.linkPrivacyPolicy {
      color: var(--main-bg-color, grey) !important;
    display: block;

    width: fit-content;
    margin: 0 auto;
}

.linkPrivacyPolicy:hover {
  color: var(--main-bg-color, grey) !important;
  text-decoration: none !important;
}


#spinnerElt {
  color: var(--main-bg-color);
}

.buttonPanelBottom {
  text-align: center;
}

#continueButton,
#continueAdviceButton,
#continueEkycSuccessButton {
  background-color: var(--main-bg-color, gainsboro);
  color: white;
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--main-bg-color, gainsboro);
  border-radius: 20px;
  font-weight: bold;
  min-width: 140px;
  transition: .5s;
}

#continueButton:hover {
  transform: scale(1.3);
  transition: .5s;
}

#continueAdviceButton:hover {
  transform: scale(1.3);
  transition: .5s;
}

#continueEkycSuccessButton:hover {
  transform: scale(1.3);
  transition: .5s;
}

#continueAdviceButton:disabled {
  cursor: not-allowed;
  opacity: .5;
  transform: scale(1);
  transition: .3s;
}

.adviceButton {
  margin-top: 20px;
  text-align: center;
}

footer {
  background-color: var(--main-bg-color, gray);
  color: white;

  font-size: 14px;
  padding: 20px 0 !important;
  text-align: center;
  line-height: 14px;
  position: sticky;
  bottom: 0;
  /*width: 100%;*/
  z-index: 100;
  /*display: none;*/
  height: 7vh;
}

.footerContent {
  text-align: center;
  width: 95%;
  margin: 0 auto;
}

#viewFormPanel {
  /*   padding-left: 100px;
    padding-right: 100px;*/
  padding-top: 40px;
  padding-bottom: 40px;
}

.fullHeight{
    min-height: 100vh !important;
}

.hidePanel{
    display: none !important;
}

.fullContent{
  height: 100vh !important;
}

.marginTopDelete{
  margin-top: 0px !important;

}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .fullContent {
    height: -webkit-fill-available;
  }
  .fullHeight{
    min-height: -webkit-fill-available !important;
}
}

.cardBdStyle{
    text-align: center !important;
}

.cardStyle{
    box-shadow: none  !important;
    border: none  !important;
}

.waitPollingMsg{
    text-align: center;
    font-family: 'komet', sans-serif;
    font-weight: 600 !important;
    color: #181c32;
    font-size: 1.5rem
    margin-top: 20px;
}