:root {
  --main: #db7f3b;
  --main-dark: #1f9272;
}

.noUi-horizontal .noUi-handle {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 2px #bababa;
    background-color: #fff;
    cursor: pointer;
	right: -20px;
    top: -12px;
}
.noUi-handle:after {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
    background: #e03f4b;
}
.noUi-handle:before {
    content: none; 
}
.noUi-handle:after {
	content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 9px;
    top: 9px;
    background: #289c7c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.noUi-base {
    background: #289c7c;
}

.text-center {text-align: center;}
.allerror {color: #e03f4b;}

.noUi-connect {
    background: #ebebeb;
}
form .form-cell:not(.checkbox):not(.button):not(.slider_amount).filled:not(.error) select {
    color: #2e4451;
}

.faq li li {
    font-weight: 300 !important;
}
form .gdpr_wrapper ol, form .gdpr_wrapper p, form .gdpr_wrapper ul {
    padding-bottom: 10px;
    font-size: 15px;
}
form select optgroup {
    color: #2e4451;
}
.disabled {
    background: #ccc !important;
}

.drop-zone {
    max-width: 200px;
    min-width: 200px;
    height: 120px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #1f9272;
    border-radius: 10px;
    margin:auto;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  
  .upload h2 {
    margin-bottom: 20px;
    color: #bbbbbb;
  }

  .upload h3 {
    margin-bottom: 20px;
    font-weight:900;
  }
  
.upload-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

.upload-grid-prukaz {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 30px;

}
.upload-card {
    margin: 0 auto 20px auto;
}


.zpusob {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: auto;
}
.kontomatik {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: auto;
}
.kontomatik .desc {
  order:1;
  max-width: 250px;
  margin: auto;
}
.kontomatik .widget {
  order:2;
}
.zpusob2 {
  padding: 20px;
  margin: auto;
}
.zpusob2 .head {
  max-width: 250px;
  margin: auto;
}
.zpusob1 .head img {
  margin: auto;
  width: 136px;
  }

.kontomatik .desc img, .zpusob2 img {
    margin: auto;
    width: 48px;
    float: left;
}

.kontomatik .desc p,  .zpusob2 p {
      color: #1f9272;
      font-size: 20px;
      padding: 5px;
      text-align: left;
}


.zpusob2 ul {
padding: 20px;
text-align: left;
width: fit-content;
  margin: auto;
}

.zpusob1 a, .zpusob2 a, .zpusob1 button, .zpusob2 button {
background: #fddb5d;
color: #000;
font-size: 16px;
font-weight: 600;
padding: 13px 40px 13px;
border-radius: 40px;
text-align: center;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
box-shadow: 0 1px 5px #f4e7b2;
transition: 0.3s;
display: inline-block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.zpusob1 a:hover, .zpusob2 a:hover {
  box-shadow: 0 1px 5px #a0dff4;
}
.zpusob2 {
  display: none;
}
.header .content h2{
font-weight: bold;
color: #1f9272;
font-size: 30px;
text-align: center;
}
.header .content .header_text {
  text-align: center;
}
.manual {
  text-decoration: underline;
  color: #1f9272;
  cursor: pointer;
}
.kontomatik .desc ul {
  display: none;
}
.zpusob2 .desc {
  text-align: left;
  font-size: 14px;
}

  @media only screen and (min-width: 768px) {
    .upload-grid {
        grid-template-columns: 1fr 1fr 1fr;
      }
    
    .upload-grid-prukaz {
      width: 60%;
      margin: auto;
      padding-bottom: 30px;
      grid-template-columns: 1fr 1fr;
    }
    .upload-grid .upload-card {
        margin: 0 auto 0 auto;
    }

    .kontomatik {
      display: grid;
      grid-template-columns: 1fr 1fr;
      width: 60%;
      margin: auto;
    }
    .kontomatik .desc img, .zpusob2 img, .zpusob2 .head img {
      margin: auto;
      width: 136px;
      float: inherit;
  }
  .zpusob2 .head {
    width: 100%;
  }
    .kontomatik .desc {
      order:2;
      max-width: 100%;
    }
    .kontomatik .widget {
      order:1;
    }
    .kontomatik .desc ul {
      display: block;
    }
    .kontomatik .desc p {
      text-align: center;
      max-width: 100%;
}
.zpusob2 p {
  text-align: center;
  max-width: 100%;
}
  }

.zpusob2 h3 {
text-align: center;
  }
.qr img {
  width: 300px;
  height: 300px;
  margin: 20px;
}
.smallbox
{
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.smallbox .text_head {
  margin-bottom: 20px;
}

.text-head h4 {
  font-size: 24px;
  color: #2e4451;
  margin-bottom: 0;
}

#smscode {
    margin: 20px auto;
    background-color: #fff;
    border: 1px solid #dde6ee;
    border-radius: 0 !important;
    padding: 18px 0 20px;
    text-indent: 20px;
    font-size: 16px;
    font-weight: 300;
    max-width: 500px;
    height: 100%;
    color: #2e4451;
    display: block;
    transition: 0.3s;
}

#smsconfirm{
  margin-bottom: 30px;
}

.loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba( 255, 255, 255, .95 );
}
.load-container {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  margin-top: 25px;
  width: 50px;
  height: 50px;
  display:none;
  
  & .path {
    stroke: #fddb5d;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
  
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.jumping-dots span {
  position: relative;
  bottom: 0px;
  -webkit-animation: jump 1500ms infinite;
  animation: jump 1.5s infinite;
}
.jumping-dots .dot-1{
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.jumping-dots .dot-2{
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.jumping-dots .dot-3{
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

@-webkit-keyframes jump {
  0%   {bottom: 0px;}
  20%  {bottom: 5px;}
  40%  {bottom: 0px;}
}

@keyframes jump {
  0%   {bottom: 0px;}
  20%  {bottom: 5px;}
  40%  {bottom: 0px;}
}

.bank-block-hidden {
  display: none;
}

#timer {
  font-family: sans-serif;
  display: grid;
  height: 300px;
  place-items: center;
}

.base-timer {
  position: relative;
  width: 200px;
  height: 200px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

#CookiebotWidget {
  display:none!important;
}

