/* Profile Content */
.profile-content-historial {
    padding: 10px;
    min-height: 460px;
    background: #343a40;
    color: #fff;
    font-size: 12px;
    margin-top:10px;
    margin-bottom: 10px;

}
.blockin {
    padding-right: 5px;
    padding-left: 5px;

}
.header-name {
    font-size:15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.header-info-user {
    font-size:11px;
    color: #ccc;
}
.header-profile {
    font-size:11px;
    color: #ccc;
    padding-left: 10p;
    padding-right: 0;
    margin-bottom: 20px;
}
.header-profile-two {
    font-size:11px;
    color: #ccc;
    padding-left: 0;
    padding-right: 0;
}
.balance {
    margin-top: 50px;
}
.balance-total {
    font-size:20px;
    font-weight: 700;
    color: #ccc;
    padding: 10px;
    letter-spacing: 3px;
    text-align: center;
    background: linear-gradient(-130deg,#343a40 90%, transparent 10%);
}
.points{
    font-size:20px;
    font-weight: 700;
    color: #ccc;
    padding: 10px;
    letter-spacing: 3px;
    text-align: center;
    background: linear-gradient(130deg,#343a40 90%, transparent 10%);
}
select.form-control.input-sm {
    background: #2c3034;
    border: 0  !important;
    border-radius: 3px  !important;
    color: #FFF  !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif;
    max-height: 30px;
}


.pagination>li>a, #pagination>li>span{

    border: 0  !important;
    border-radius: 0  !important;
    color: #FFF  !important;
    padding: 3px;
    float: right;
    background: #2c3034 !important;
}
.pagination{
    background: #2c3034 !important;
    border: 0  !important;
    border-radius: 5px  !important;
    color: #FFF  !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    padding: 3px;
    float: right;
}


input.form-control.input-sm{ background: #2c3034!important;
    border: 0  !important;
    border-radius: 3px  !important;
    color: #FFF  !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    max-height: 30px;
}

/* Profile container */
.container-back {

    padding: 0;
}
.profile {
    padding-top: 10px;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 20px 5px 10px 5px;
    background: #272d33;

}

.profile-userpic img {
    float: none;
    text-align: center;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}
.con-pic {
    text-align: center;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-list {
    margin-top: 10px;
    font-size: 14px;

}
.item-list-o{
    background: #343a40;
}
.item-list-o:hover{
    background: #212529;
}

/* Profile Content */
.profile-content {
    padding: 10px;
    min-height: 260px;
    background:url("/assets/img/auth/banner-profile-top.png") #343a40;

}
.cashin, .cashout{
    margin-right: 8px;
}

.profile-form-container {
    padding-left: 10px;
    padding-right: 10px;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #343a40;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background:#212531;
}
.bg-modal-cashin{
    background: #343a40 !important;
}
.theme--light.v-table tbody tr[active]{
    background:rgb(255,255,255,0.1) !important;
    }
.theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row){
    background:rgb(255,255,255,0.1) !important;
    }
.v-input__slot {
    width: 25%;  
    float: right;
    }
    .v-input__control {
        flex-wrap: wrap-reverse ;
    }