.account-block {
    color: #8687a3;
    background: #ecf5f9;
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;

}

.account-block p {
  margin-bottom:5px;
  font-weight:600;
   text-align:center;
}

.account-block h4 {
    margin-bottom: 0px;
    color: #f6a317;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}
  
 .account-block .icon {
    float: none;
    margin: 10px auto;
    width: 56px;
 } 
 
 
  .account-block .icon img {
  width:48px;
  height:auto;
  } 
  
.allpaidouts {
  text-align:center;
  padding-bottom:20px;
}  

.allpaidouts span {
      background: #29348e;
    text-align: center;
    padding: 10px 15px;
    color:white;
    border-radius:4px;
}

#proof-dates {
  padding-top:10px;
}

.page-title {
    text-align: center;
    color: white;
    padding: 0px 0px 20px;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 24px;
}

.account-container {
  overflow:hidden;
      background: rgb(40,47,193);
    background: linear-gradient(180deg, rgba(40,47,193,1) 0%, rgba(24,31,172,0) 100%);
    border-radius: 15px 15px 0 0;
    padding: 20px;
}

.sdate {
    display: inline-block;
    border: 2px solid #B5B0F0;
    padding: 8px 15px;
    margin: 0px 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #8d89bc;
}

.sdate.active {
  color:#F6A917;
  border:2px solid #F6A917;
}

.allpaidouts .proof-data .proof-top{
      background: #fff;
    border: 1px solid #EAEAF1;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.05);
    display: flex;
    padding: 1.5rem 2rem;
    border-radius: 5px;
    margin-top: .75rem;
    -webkit-align-items: center;
    align-items: center;
  }
.allpaidouts .proof-data .proof-top div{padding:.25rem 1rem;}
.allpaidouts .proof-data .proof-top .username{ width:20%; font-size:13px;border-right:1px solid #EAEAF1;color:#2A233A;font-weight:500;display:flex;}
.allpaidouts .proof-data .proof-top .date{width:25%; font-size:13px;border-right:1px solid #EAEAF1;display:flex;}
.allpaidouts .proof-data .proof-top .amount{width:25%; font-size:13px;border-right:1px solid #EAEAF1;color:#2A233A;font-weight:500;display:flex;}
.allpaidouts .proof-data .proof-top .pm{width:10%; font-size:13px;border-right:1px solid #EAEAF1;display:flex;}
.allpaidouts .proof-data .proof-top .linkxa{width:10%; font-size:13px;display:flex;}
.allpaidouts .proof-data .proof-top .linkxa a{font-size:12px;display:flex;-webkit-align-items: center;align-items: center;}
.allpaidouts .proof-data .proof-top .linkxa a .icon{font-size:12px;display:flex;-webkit-align-items: center;align-items: center;}
.allpaidouts .proof-data .proof-top .usd_amount{width:25%; font-size:13px;border-right:1px solid #EAEAF1;color:#2A233A;font-weight:500;display:flex;}

.sdate:last-child:after{font-weight: 900;padding-left:6px;}
.sdate:first-child:before{font-weight: 900;padding-right:6px;}
.sdate.active:first-child:before{content:'';font-family: "Arial";font-weight: 900;padding-right:0;}
h4 span {cursor:pointer;font-size: 16px;}
h4 span.active {cursor:default;}
  .alert-warning {
    color: #c46121;
    background-color: #ffc328;
    border-color: #ffc328;
    font-weight: 600;
}
 
 
   .alert-warning  a {
      color: #0e70e1;
   }
   
.block-invest {
    background: #ecf5f9 url(images/login-bg.html) no-repeat center;
    border-radius: 10px;
    padding: 20px;
    color: #224c9b;
        margin-bottom: 10px;
}   

.block-invest p {
background: #264ebd;
    color: white;
    padding: 10px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 12px;
}

.block-invest p span {
  float:right;
  color:#ffc328;
}

.block-invest h2 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.main .block-invest h2 {
  font-size: 18px;
}

.invest-bottom {
  overflow:hidden;
}

.main .block-invest p {

}

.investment-block h2 {
  color:white;
  font-size:14px;
  text-transform:uppercase;
  font-weight:600;
}

.investment-block input[type="text"],  .investment-block textarea {
    color: white;
    width: 100%;
    background: #0d2b6f;
    border: 0px;
    padding: 16px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom:10px;
}

.c-block {
    background: #333ae1;
    padding: 10px 20px 10px;
    border-radius: 6px;
    color: white;
    margin: 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.investment-block p {
  color:white;
}


.select-button {
  margin:10px 0px;
}


.select-button .radio {
    display: block;
    text-align: left;
    font-weight: normal;
    margin: 5px auto;
    padding: 6px 20px;
    cursor: pointer;
    line-height: 26px;
    border-radius: 4px;
    background: #272ed0;
    color: #fff;
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
  

}

input[type="submit"].deposit-funds {
    margin: 20px auto;
    border-radius: 4px;
    padding: 10px 40px;
}

.select-button .radio img {
  margin-right:8px;
}

.select-button input[type=radio] {
  display: none
}
.select-button  input[type="radio"]:checked + .radio {
    background: #F4BC16;
 
}

.deposit-button {
  text-align:center;
}

.select-button span {
    float: right;
    padding-top: 4px;

}

.balance-container {
    background: #ecf5f9 url(images/login-bg.html) no-repeat center;
    border-radius: 6px;
    padding: 20px 20px 25px;
    color: #224c9b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.balance-container .icon {
float: left;
    width: 64px;
    margin-right: 15px;
}

.balance-container h2 {
    margin: 0px;
    font-size: 20px;
    margin-bottom: 5px;
}

.balance-container p {
  margin-bottom:0px;
}

.investment-block .c-block h2, .c-block h2 {
    font-size: 24px;
    color: #ffce3d;
    margin: 10px 0px;
    font-weight: 400;
}

.termswrap p {
  text-align:left;
  font-size:14px;
  line-height:24px;
}

.c-block p {
      color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
        margin-bottom: 10px;
}

.block {
    width: 50%;
    float: left;
    text-align: center;
}

.block-invest .icon {
  width:64px;
  margin:0px auto;
}

.block h4 {
  font-weight:600;
  margin:5px 0px;
  color:#f6a317;
}

.block span {
    font-weight: 500;
    font-size: 12px;
    color: #4f4f4f;
}

.block-invest-confirm h2 {
  text-transform:none;
}

.block-invest-confirm{text-align:center;}

.form-deposit {
  margin:0px 0px 20px;
}

.block-invest-confirm p{
    background: #264ebd;
    color: white;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 4px;
    margin: 30px auto;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    }
    
    
.block-invest-confirm .c-block p {
      background: transparent;
    color: white;
    padding: 5px 0px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0px auto;
    font-size: 12px;
    text-align: center;
    display: block;
}    

.network {
    background: #04106e url(assets/images/network.html) no-repeat 95% center;
    border-radius: 6px;
    padding: 20px;
    color: white;
    margin-top: 20px;
}

.network h2, .table-responsive h2, .promobox h3 {
    font-size: 18px;
    margin: 10px 0px;
    color: #F9CD38;

}
.refvalue input {
    background: #29348e;
    padding: 10px 15px;
    border-radius: 6px;
    color: white;
    border: 0px;
    width: 60%;
    font-weight: 600;
}

.promobox {
  background:#04106e;
  border-radius:4px;
  padding:20px;
  margin-bottom:10px;
}

.promobox .refvalue input {
  width:86%;
}

.refvalue button {
      color: #29318d;
    font-weight: 500;
    background: rgb(249,220,29);
    background: linear-gradient(180deg, rgba(249,220,29,1) 0%, rgba(251,179,17,1) 100%);
        border-radius: 6px;
          padding: 10px 15px;
          border:0px;
}  