.user-balance-container {
    height: 100%;
    background: var(--dark-gray);
    padding: 10px;
}

.user-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border: 1px solid var(--white-bg);
    text-transform: uppercase;

}


.user-container .pull-left strong{
  color: var(--white-bg);
  font-weight:700;
  font-size: 14px;
}
.user-container i{
  height: 28px;
  margin-left: 10px;
  line-height: 19px;
  width: 100%;
  padding: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
    background-color: var(--red-bg);
    border-radius: 3px;
}
.user-balance {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  background: #201b32;
}

.user-balance > div > h3,
.player-balance > p {
  font-size: 14px;
  margin: 0;
}

.player-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    border-left: 1px solid var(--white-bg);
  padding: 0 10px;
  line-height: 1;
    font-weight: bold;
}

.player-balance .user__balance p{
    margin: 0;
    color: var(--white-bg);
}

.user-btn {
    height: 25px;
    border: none;
    background: none;
}

.bonus__content {
    display: flex;
    justify-content: end;
    align-items: center;
    color: var(--white-bg);
}

.bonus__content span {
    color: var(--white-bg);
}

.btn-comp {
    width: 35px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 4px;
    border: none;
    font-size: 10px;
    line-height: 2;
    color: var(--bg-color);
}

.balance__amount {
   display: flex;
    justify-content: space-between;
}

.player-balance > p {
  position: relative;
  top: 50%;
  color: var(--white-bg);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.player-bonus {
    border-left: 0;
}

.display-content{
  display: inline-flex;
    width: 100%;
    height: 100%;

}

.player-balance.deposit{
  background-color: #f5aa18;
  margin-right: 5px;
}
.user-container .pull-left .text-yellow{
  margin-left: 5px;
}
.user-container .pull-left .text-yellow.rank-19{
  color: #ff2929;
}
.user-container .pull-left .text-yellow.rank-18{
  color: #ff840c;
}
.user-container .pull-left .text-yellow.rank-17{
  color: #dff119;
}
.user-container .pull-left .text-yellow.rank-16{
  color: #00ed16;
}
.user-container .pull-left .text-yellow.rank-15{
  color: #0fbeff;
}
.user-container .pull-left .text-yellow.rank-14{
  color: #0361b9;
}
.pull-left.user{
  display: flex;
  align-items: center;
  justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 0 10px;
}

.btn-balance {
    margin-top: 10px;
    width: 100%;
}

.pull-left.message {
    margin-left: 10px;
}

.user-balance-container .user-container:first-child {
    border-bottom: 0;
}

.user-login-content.transaction {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding:20px 0;
    list-style: none;
    margin: 0;
    border: none;
    height: 140px;
    background: var(--bg-color);
}

.user-login-item > h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
    color: #ffffff;
}

.user-login-item {
    width: calc(25% - 35px);
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
}
