#sb_form, #proofTransfer{
    background: #ededed;
    display: block;
    width: 47px;
    text-align: center;
    padding: 1px 1px;
    border-radius: 10px;
    //margin-top: 10px;
    border: 1px solid #000;
}
#sb_form:hover{
    background-color:#5cb85c;
}
#proofTransfer:hover{
    background-color:#5cb85c;
}
.notify{
    position: absolute;
    background: #fff;
    top: -5px;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 99px;
    margin-left: 5px;
    width: 76px;
    z-index: 10;
    transition: 0.5s;
}
td, td span{
    position: relative;
}
#notifications {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-top: 22px;
    margin-right: 15px;
    max-width: 300px;
    padding: 12px!important;
}
.notifyKyc{
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-top: 22px;
    margin-right: 15px;
    max-width: 300px;
    padding: 12px!important;
    height: 44px;
    display: none;
}
.invalid-feedback{
    display: none;
    width: 100%;
    margin-top: .25rem;
    margin-left: 163px;
    /*font-size: 80%;*/
    color: #dc3545;
}
.invalid-feedback1{
    float: left;
    display: none;
    width: 100%;
    margin-top: .25rem;
    /*font-size: 80%;*/
    color: #dc3545;
}
.wait_level{
    background: #ededed;
    display: block;
    /*width: 47px;*/
    text-align: center;
    padding: 1px 1px;
    border-radius: 10px;
    border: 1px solid #000;
    float: right;
    width: 30%;
}
.update_level{
    display: block;
    text-align: center;
    padding: 1px 1px;
    border-radius: 10px;
    border: 1px solid #000;
    float: right;width: 30%;
    background-color: #77b540;
    color: #fff
}
.update_level:hover{
    background-color:#5cb85c;
}
.borderForm{
    border-radius: 25px;
    border: 1px solid #5f5f5f;
    padding: 20px;
}
#bankCode{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    border: 1px solid transparent;
    border-radius: 4px;
}
#networkType{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    border: 1px solid transparent;
    border-radius: 4px;
}
#preview{
    width: 319px;
}
#bankCodeBuy{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    border: 1px solid transparent;
    border-radius: 4px;
}