    .modal-dialog {
    background: #fff;
    border: 1px solid #eaeae8;
    margin-top: 150px;
    display: block;
    padding: 15px;
    border-radius: 8px;
    }
    button.close {
    background: #8A2BE2;
    color: #Fff;
    right: -29px;
    border-radius: 22px;
    width: 45px;
    height: 45px;
    top: -33px;
    position: relative;
    opacity: 1;
    }
    .carousel {
    height: auto;
    margin-bottom: 0;
    }
    .carousel .item {
    height: auto;
    }
    .deposit {
    padding: 13px 10px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    }
    .deposit .deposit-icon {
    max-width: 60%;
    float: left;
    text-align: left;
    position: relative;
    padding: 5px 0 0;
    }
    .deposit .deposit-icon img {
    width: 35px;
    height: 35px;
    margin: -5px 0 0;
    border: 0;
    }
    .deposit .deposit-icon span {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    left: 5px;
    bottom: 0;
    position: relative;
    }
    .deposit .deposit-tambah {
    max-width: 40%;
    float: right;
    text-align: right; 
    }
    .deposit .deposit-tambah a {
    padding: 7px 10px;
    display: block;
    border: 1px solid #8A2BE2;
    background-color: #8A2BE2;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    text-shadow: 0 1px 1px #757070;
    text-decoration: none;
    }
    .text-p {
    border-top: 1px solid #bbb;
    color: #8A2BE2;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 5px;
    }
    .tab-iconn {
    width: 75px;
    height: 75px;
    border: 0;
    text-align: center;
    display: inline-table;
    }
