#paytm-pg-spinner {
    width: 70px;
    text-align: center;
    z-index: 999999;
    position: fixed;
    top: 25%;
    left: 50%;
}

#paytm-pg-spinner>div {
    width: 10px;
    height: 10px;
    background-color: #012b71;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#paytm-pg-spinner .bounce1 {
    -webkit-animation-delay: -0.64s;
    animation-delay: -0.64s;
}

#paytm-pg-spinner .bounce2 {
    -webkit-animation-delay: -0.48s;
    animation-delay: -0.48s;
}

#paytm-pg-spinner .bounce3 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#paytm-pg-spinner .bounce4 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

#paytm-pg-spinner .bounce4,
#paytm-pg-spinner .bounce5 {
    background-color: #48baf5;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.paytm-overlay {
    width: 100%;
    position: fixed;
    top: 0px;
    opacity: .3;
    height: 100%;
    background: #000;
}

.paytm-pg-loader {
    display: none;
}

.paytm-pg-donar-address p,
.paytm-pg-donar-info p {
    width: 100%;
    float: left;
    display: block;
}

.paytm-pg-donar-address p label,
.paytm-pg-donar-info p label {
    width: 25%;
    float: left;
    display: block;
}

.paytm-pg-donar-address p input[type="text"],
.paytm-pg-donar-info p input[type="text"] {
    width: 70%;
    float: left;
}

#hide-address {
    display: none !important;
}
#wpfooter{
    position: fixed !important;
}
.dropdown{
    width: 71%;
    display: block;
    height: 25px;
}
.plusIcon{
   font-size:16px; 
   font-weight:bold;
}

/*---MODAL CSS---*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  text-align: center;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  max-width: 650px;
  margin: auto;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.table-view-list tr td:first-child{
  text-transform:capitalize;
}
.btnPrimary{ 
  background-color: #fafafa;  
  color: #444444; 
  padding: 8px;
  text-align: center;
  font-size: 12px;
  border: 1px #444 solid;
  border-radius: 4px
}
.okbutton{
    width: 100px !important;
    padding: 6px 20px 6px 20px;
    background-color: #fafafa;  
    color: #444444;  
    text-align: center;
    font-size: 14px;
    border: 1px #444 solid;
    border-radius: 4px;
    text-decoration: none;
    
}

