@font-face {
font-family: FoRegular;
src: url(../font/Regular.ttf);
font-display: swap;
}
@font-face {
font-family: FoEBold;
src: url(../font/eBold.ttf);
font-display: swap;
}
@font-face {
font-family: FoBold;
src: url(../font/Bold.ttf);
font-display: swap;
}
@font-face {
font-family: FoLight;
src: url(../font/Light.ttf);
font-display: swap;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  min-height: 100%;
  font-family: FoRegular;
  background-color: #eee;
  display: flex;
  flex-direction: column;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 20px 0;
  padding: 5px;
}

.payment-option {
  width: 100%;
  background-color: #fff;
  padding: 10px 30px;
  max-width: 1200px;
  /* height: 1000px; */
  height: auto;
  width: 100%;
  display: flex;
  background-color: #fff;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 0 4px 3px #e4e4e4;
}

.margin-t-20 {
  margin-top: 20px;
} 
.margin-b-20 {
  margin-bottom: 20px;
}

.pay-select-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.pay-select {
  background-color: #f3f3f3;
  width: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pay-select-parent label input {
  position: absolute;
  opacity: 0;
  z-index: -9999999;
  visibility: hidden;
}

.pay-select-parent label .payment-paystep-radio {
  padding: 10px;
  margin: 20px;
  width: 200px;
  height: 90px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 1px rgb(100 100 100 / 30%);
  border-radius: 5px;
  border: 3px solid #fff;
  transition: 0.3s border-color;
}

.pay-select-parent label .payment-paystep-radio div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.pay-select-parent label input[disabled] ~ div.payment-paystep-radio {
  background-color: #eee;
  filter: grayscale(0.7);
}

.pay-select-parent label input:checked ~ div.payment-paystep-radio {
  border-color: #3e71a8;
}
.pay-select-parent label .payment-paystep-radio:hover {
  border-color: #ccc;
}

.payapp-info-title {
  font-size: 30px;
  font-family: FoBold;
}

.payapp-info-title-small {
  font-size: 20px;
  font-family: FoRegular;
}

.alert-message-parent[data-alert-color="danger"] {background-color: #ff715e;color:white;}
.alert-message-parent[data-alert-color="warning"] {background-color: #ffe566;}
.alert-message-parent[data-alert-color="success"] {background-color: #98c377;}
.alert-message-parent {
  display: flex;
  flex-direction: row;
  padding: 25px 15px;
  background-color: #f2f2f2;
  max-width: 400px;
  width: 100%;
  align-items: center;
  border-radius: 3px;
  margin-bottom: 15px;
}

.alert-message-parent .alert-message-icon {
  max-height: 25px;
  margin-right: 20px;
}

.alert-message-parent .alert-message-text {
  font-size: 14px;
  line-height: 170%;
  opacity: 0.8;
}

.payment-info-title span span.payment-info-title-small {
  font-size: 20px;
  font-family: FoRegular;
}
.payment-info-title span {
  font-size: 30px;
  font-family: FoBold;
  text-align: center;
}

span.payment-info-title-price {
  color: #fa5039;
  font-size: 25px;
}
.payment-info-title span {
  font-size: 30px;
  font-family: FoBold;
  text-align: center;
}

.payment-option-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-option-type span {
  font-size: 16px;
  font-family: 'FoBold';
  margin-top: 10px;
}

.w-step-circle {
  position: relative;
  padding-top: 40px;
  margin-top: 30px;
}

.step-circles-parent {
  position: absolute;
  width: 100%;
  left: 0;
  top: -25px;
  display: flex;
  justify-content: space-evenly;
}

.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ccc;
  background-color: #f2f2f2;
  font-family: FoBold;
  font-size: 18px;
}

.done-step-circle {
  background-color: #fff;
  border-color: #3e71a8;
  color: #3e71a8;
}
.active-step-circle {
  background-color: #fff;
  border-color: #98c377;
  color: #98c377;
}

nav.center-nav {
  justify-content: center;
}
nav {
  display: flex;
  padding: 8px;
  background-color: #fff;
  flex-direction: row;
  border-bottom: 2px solid #ddd;
}

.logotipas {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
}

.zero-m-nav {
  margin: 0!important;
}

.nav-member {
  justify-self: center;
}

.logotipas img {
  width: 170px;
  cursor: pointer;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

.info-sides {
  min-width: 500px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-sides .large-text {
  font-family: 'FoBold';
  font-size: 20px;
}

.inner-nest-for-inp-and-text {
  width: 70%
}

.header-w-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.header-w-info .info-header {
  font-size: 18px;
  font-family: FoBold
}

.header-w-info .little-text {
  font-size: 16px;
  font-family: FoRegular;
  margin-top: 5px;
}

.proper-pay-input {
  outline: none;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 8px 4px;
  font-size: 16px;
  font-family: 'FoRegular';
  margin-top: 5px;
  transition-duration: 0.3s;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.proper-pay-input:focus {
  border-bottom: 1px solid #6e6e6e;
}

.w-info-sides {
  flex-wrap: wrap;
}

footer {
  margin-top: auto;
}

footer .foo-end-line {
  background-color: #3e71a8;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 15px;
}

.main-mygtukas {
  width: 100%;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 8px 0;
  transition-duration: 0.4s;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  color: white;
  font-family: FoLight;
  background-color: #0b3a6e;
  border-radius: 45px;
}

.main-mygtukas:hover {
    background-color: #1a1a1a;
}

.second-type-button {
  padding: 15px;
}

.payment-submit-button {
  width: auto!important;
  float: right;
  font-family: FoBold;
  min-width: 100px;
}

.payment-go-back {
  width: auto!important;
  float: left!important;
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  font-family: FoRegular;
  min-width: unset!important;
}

.payment-go-back:hover {
  background-color: transparent;
}

.pay-select-loader {
  max-height: 260px;
  height: 20px;;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: block;
  background: url(https://pickdev.lt/theme/images/loader.svg) no-repeat center center / cover;
}

.bank-screen {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .info-sides {
    min-width: unset;
    max-width: 600px;
    width: 100%;
  }
  .inner-nest-for-inp-and-text {
    width: 100%;
  }
  .info-sides .large-text {
    text-align: center;
  }
}

@media only screen and (max-width: 535px) {
  .pay-select {
    justify-content: center;
  }
}