.language-label {
  cursor: pointer;
}

*[translation-key] {
  display: none;
}

body{
  font-family: "Roboto Condensed", serif;
  background:#00386B;
  font-size: 16px;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.container-main {
  flex: 1; /* Rozťahuje obsah na maximum */
}

.footer-wrap {
  width: 100%;
  background: white;
  min-height: 300px;
  padding-top: 30px;
  text-align: center;
  margin-top:30px;
  font-size: 20px;
  line-height: 50px;

}



.footer-wrap a{
  color: black;
}

a.gdpr-link {
  text-decoration: underline;
  font-size: 14px;
}

h1 {
  color: #fff;
  font-size: 80px;
  text-shadow: 0px 5px 5px #004A67B3;
  font-weight:300;
  margin: 0px;
  box-sizing: border-box;
  overflow: hidden;
  animation-name: intronadpis;
  animation-duration: 3s;
  animation-iteration-count: 1;
  font-family: "Khand", serif;
  margin-top: 40px;
  margin-bottom: 0px;
}

h1 + h2 {
  color:#87C86E;
  font-family: "Khand", serif;
  font-size: 34px;
  font-weight:300;
  margin-bottom: 40px;
}

.header-banner {
  padding: 60px 0px;
  /* background: transparent url(https://devel.solsol.cz/themes/solsol/images/bgnew.jpg) no-repeat center center; */
  background-size: cover;
  margin-bottom: 50px;
}

.footer-banner img {
  margin: auto;
}

.footer-banner {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}

.solbtn, .progress-bar {
  background: transparent linear-gradient(90deg,#87C86E 0%,#76BE5A 100%) 0% 0% no-repeat padding-box;
}

.btn {
  border-radius:5px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
}

.nav-link,
#add-portal-contact {
  color: black;
}



#add-invoice-contact:focus {
  color:black;
}


#add-invoice-contact:focus {
  background: none;
  border:0px;
}

.remove-portal-contact,
.remove-contact {
  color: red;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active {
  background: none;
  font-weight: bold;
  color: black;
}

.form-check input,
.form-check label {
  cursor: pointer;
}

.suggestion-container {
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  border: 0px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 730px;
}

.suggestion-container .suggestion {
  padding: 10px;
  cursor: pointer;
}

.suggestion-container .suggestion:hover {
  background-color: #f4f4f4;
}

.is-valid {
  border-color: #28a745;
}

.is-invalid {
  border-color: #dc3545;
}

.website-check-icon {
  margin-left: 10px;
}

.select2 {
  width: 100% !important;
}


.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}

.remove-contact {
  margin-top:-10px;
  cursor: pointer;
}

#invoicing-contacts .contact:first-of-type .remove-contact {
  display: none !important;
}


.help-popup {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #00386B;
  color: #ffffff;
  border: 1px solid white;
  padding: 9px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  width: 273px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.help-popup a{
  text-decoration: underline;
  color: #ffffff;

}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

.phone-icon {
  font-size: 24px;
  margin-right: 10px;
}

.help-text {
  flex: 1;
}

label{
  font-size: 20px;
  line-height: 23px;
  color: black;
  font-weight: 600;
  cursor: pointer;
}

.form-check-inline label {
  font-size: 16px;
}

#step1 label{
  color: #000;
  font-weight: normal;
}

.container-main {
  background: white;
  padding: 30px;
  border-radius: 16px;

}



.main-logo {
  max-width: 200px;
  margin-top: 69px;
}

h5 {
  color:#00386B;
  font-size:20px;
  line-height: 28px;
  font-weight: 600;
}

.icon-footer {
  height: 35px;
  width: auto;
  margin:17px;
}

@media (max-width: 768px) {
  .help-popup {
    right: 10px;
        border: 10px;
        width: 95%;
        height: 82px;
        padding-top: 9px;
        position: fixed;
        font-size: 12px;
  }

  .help-text {
    padding-top:15px;
  }

  #first-continue {
    margin-left: 15px;
  }

  h1 {
    font-size: 24px;
  }

  h1 + h2  {
    font-size:18px;
  }

  .container-main {
    background: white;
    padding: 15px;
    border-radius: 16px;
    max-width: calc(100% - 30px);
  }

  .nav.nav-pills .nav-link {
    display: block;
    font-size:10px;
    padding: .1rem 0.2rem;
  }


  .footer-wrap {
    min-height: 650px;

  }

}
