.wrap div.updated,
.wrap div.error {
  margin: 5px 0 15px;
}
#message p {
  margin: 5px 10px;
}
div.updated {
  background-color: #FFFFE0;
  border-color: #E6DB55;
}
div.updated,
div.error {
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  margin: 10px 0;
  padding: 0 0.6em;
}
div.error {
  background-color: #FFEBE8;
  border-color: #CC0000;
}
div.error a {
  color: #CC0000;
}
/* Payment interface css*/
p.payment_option {
  font-size: 24px;
  font-weight: bold;
  width: 21%;
  float: left;
  display: inline-block;
  min-width: 156px;
}
.payment_option small {
  color: grey;
  display: inline-block;
  float: left;
  font-size: 11px;
  margin: 0 0 0 30px;
}
.loadform {
  display: none;
}
.wpdeposit_form p.advertisement label {
  font-weight: bold;
  width: 150px;
  display: inline-block;
  vertical-align: top;
}
.wpdeposit_form p.advertisement input {
  width: 200px;
}
.wpdeposit_form fieldset {
  border: 1px dotted #CCCCCC;
  padding: 10px;
  margin-bottom: 10px;
}
.wpdeposit_form p.advertisement label.error {
  display: block;
  width: 500px;
  color: red;
}
#frm_donate_to_user label {
  font-weight: bold;
  width: 90px;
  display: inline-block;
}
#frm_donate_to_user small {
  font-size: 10px;
}


form input[type=text], select {
  width: 100% !important;
  padding: 12px 20px !important;
  margin: 8px 0 !important;
  display: inline-block !important;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  box-sizing: border-box !important;
}

form input[type=submit] {
  width: 100% !important;
  background-color: #4CAF50 !important;
  color: white !important;
  padding: 14px 20px !important;
  margin: 8px 0 !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

form input[type=submit]:hover {
  background-color: #45a049 !important;
}

form img.loader{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div .form_container {
  border-radius: 5px !important;
  background-color: #f2f2f2 !important;
  padding: 20px !important;
}

/*PROGRESS BAR*/
.meter {
  box-sizing: content-box;
  height: 9px; /* Can be anything */
  position: relative;
  background: #555;
  border-radius: 25px;
  padding: 2px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  display: none;
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span,
.nostripes > span::after {
  background-image: none;
}
/*PROGRESS BAR*/


.token-listrik{
  display: none;
}


#frm_payment_pln{
  display: none;
}