.opt-modal {
  display: block;
}

.ajs-alertify .ajs-header {
  padding: 0;
}

.ajs-alertify .ajs-footer {
  padding: 0;
}

.ajs-alertify .ajs-body .ajs-content {
  padding: 1em 0;
}

.ajs-alertify.ajs-frameless .ajs-body .ajs-content {
  padding: 0;
  position: relative;

}

.ajs-alertify.ajs-closable .ajs-commands button.ajs-close {
  box-shadow: none;
}

.opt-modal .opt-modal-action-title {
  font-size: 1.3em;
  padding: 0.5em 0;
  font-weight: 700;
}

.opt-modal .opt-modal-message {
  font-size: 1.2em;
  padding: 0.5em 0;
  text-align: justify;
}

.deposit-amount {
  display: flex;
  flex-flow: row nowrap;
  font-size: 1.5em;
  padding: 0.5em;

  line-height: 2.3em;
  align-items: center;
  justify-content: center;
}

.deposit-amount > * {
  /*line-height: 2em;*/
}

.deposit-amount .label {
  flex: 1;
  color: #333;
  text-align: left;
  /*line-height: 2em;*/
  padding: 0;
}

.opt-modal-header {
  line-height: 2em;
  padding: 0.2em 1em;
  font-size: 1.5em;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
}

.deposit-amount .dollar-amount {
  font-weight: 700;
}

.payment-channels-wrapper {
  /*min-width: 560px;*/
  text-align: justify;
}

.channel-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  /*padding: 10px;*/
}

dl.channel-item, dl.channel-item > dt, dl.channel-item > dd {
  margin: 0;
  padding: 0;
}

.channel-items dl.channel-item {
  flex: 49.5%;
  text-align: center;
  padding: 0.5em 1em;
  height: 180px;
  max-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #999;
  cursor: pointer;
  -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;
}

.channel-items dl.channel-item:not(:last-child):nth-child(odd) {
  margin-right: 1%;
}

.channel-items dl.channel-item:hover {
  background: #ededed;
}

dl.channel-item ul.icons-list, dl.channel-item ul.icons-list > li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl.channel-item ul.icons-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px;
}

dl.channel-item ul.icons-list > li {

}

.ajs-alertify .ajs-dialog {
  max-width: 620px;
}


.alertify.deposit-handler-dialog {
  width: auto;
  max-height: 98%;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);-o-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);
  -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}

.alertify.deposit-handler-dialog .alertify-buttons {
  display: none;
}

.alertify.deposit-handler-dialog .alertify-dialog .payment-channels-wrapper {
  max-height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

/*.alertify.deposit-handler-dialog .alertify-dialog, .alertify.deposit-handler-dialog .alertify-dialog .alertify-inner
, .alertify.deposit-handler-dialog .alertify-dialog .alertify-inner .alertify-message
, .alertify.deposit-handler-dialog .alertify-dialog .payment-channels-wrapper{
  max-height: 100%;
  height: 100%;
}*/

.alertify.deposit-handler-dialog .alertify-dialog .opt-scroll-content {
  flex: 1;
  overflow-y: auto;
}

.opt-modal-refund-policy {
  display: none;
  padding: 1em 0;

  color: #999;
}

.opt-modal-refund-policy.show-policy {
  display: block;
}

.opt-modal-pg-verified {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}

.opt-modal-pg-verified > * {
  height: 100%;
}

.opt-modal-pg-verified > *:not(:last-child) {
  margin-right: 3px;
}

.opt-modal-pg-verified img {
  height: 100%;
}

.opt-modal-deposit-note h5 {
  font-weight: 700;
  font-size: 1.15em;
}

.opt-modal-deposit-note {
  display: none;
  padding: 1em 0;

  color: #FF0000;
}

.opt-modal-deposit-note.show-note {
  display: block;
}

.bg-pink {
  background: #F5B7B1;
}

.loading_mask {
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.loading_mask .loading-text {
  color: #FFF;
  margin-top: 68px;
  text-align: center;
}

@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
}
.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(1) {
  border-color: #ffffff;
}
.lds-ripple div:nth-child(2) {
  border-color: #a7d4ec;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-ripple {
  width: 99px !important;
  height: 99px !important;
  -webkit-transform: translate(-49.5px, -49.5px) scale(0.495) translate(49.5px, 49.5px);
  transform: translate(-49.5px, -49.5px) scale(0.495) translate(49.5px, 49.5px);
}

@keyframes lds-spin {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes lds-spin {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.lds-spin {
  position: relative;
}
.lds-spin div > div {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fdfdfd;
  -webkit-animation: lds-spin 1s linear infinite;
  animation: lds-spin 1s linear infinite;
}
.lds-spin div:nth-child(1) > div {
  left: 146px;
  top: 76px;
  -webkit-animation-delay: -0.875s;
  animation-delay: -0.875s;
}
.lds-spin > div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 170px 100px;
  transform-origin: 170px 100px;
}
.lds-spin div:nth-child(2) > div {
  left: 125.49747467px;
  top: 125.49747467px;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spin > div:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 149.49747467px 149.49747467px;
  transform-origin: 149.49747467px 149.49747467px;
}
.lds-spin div:nth-child(3) > div {
  left: 76px;
  top: 146px;
  -webkit-animation-delay: -0.625s;
  animation-delay: -0.625s;
}
.lds-spin > div:nth-child(3) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100px 170px;
  transform-origin: 100px 170px;
}
.lds-spin div:nth-child(4) > div {
  left: 26.502525329999997px;
  top: 125.49747467px;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spin > div:nth-child(4) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: 50.50252533px 149.49747467px;
  transform-origin: 50.50252533px 149.49747467px;
}
.lds-spin div:nth-child(5) > div {
  left: 6px;
  top: 76px;
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
}
.lds-spin > div:nth-child(5) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 30px 100px;
  transform-origin: 30px 100px;
}
.lds-spin div:nth-child(6) > div {
  left: 26.502525329999997px;
  top: 26.502525329999997px;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spin > div:nth-child(6) {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform-origin: 50.50252533px 50.50252533px;
  transform-origin: 50.50252533px 50.50252533px;
}
.lds-spin div:nth-child(7) > div {
  left: 76px;
  top: 6px;
  -webkit-animation-delay: -0.125s;
  animation-delay: -0.125s;
}
.lds-spin > div:nth-child(7) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 100px 30px;
  transform-origin: 100px 30px;
}
.lds-spin div:nth-child(8) > div {
  left: 125.49747467px;
  top: 26.502525329999997px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spin > div:nth-child(8) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  -webkit-transform-origin: 149.49747467px 50.50252533px;
  transform-origin: 149.49747467px 50.50252533px;
}
.lds-spin div:nth-child(9) > div {
  left: 146px;
  top: 76px;
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
.lds-spin > div:nth-child(9) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: 170px 100px;
  transform-origin: 170px 100px;
}
.lds-spin {
  width: 84px !important;
  height: 84px !important;
  -webkit-transform: translate(-42px, -42px) scale(0.42) translate(42px, 42px);
  transform: translate(-42px, -42px) scale(0.42) translate(42px, 42px);
}

@media only screen and (max-width: 680px) {
  .alertify.deposit-handler-dialog {
    width: 98%;
    left: 50%;
    height: 98%;
  }

  .payment-channels-wrapper {
    min-width: 0;
    width: 100%;
  }
}

.ajs-alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: right;

}

.ajs-alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #FFF;
  background: #3593D2;
  border-radius: 5px;
  overflow: hidden;
}

.hero-header .imgbg {
  min-height: 180px;
}

.hero-header {
  margin-bottom: 1em;
}

.hero-header .hero-wrap {
  position: relative;
}

.hero-header img {
  width: 100%;
  display: block;
}