/* Clients Portal 4 Bar Color */

.hosting-panal {
    background: #057e03;
}

.tick {
    background: #572942;
}

.invo {
  background: #0836a4;
}

.regis {
  background: #06465f;
}


/* Clients Portal 4 Bar Number */
span.host-user {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  right: 14px;
  top: 5px;
  width: 50px;
  height: 48px;
  font-size: 29px;
  border-radius: 50%;
  line-height: 37px;
  border: solid 3px #c9ad15
  color: #ebedf2;
  text-align: center;
  font-weight: 700;
  font-family: Georgia;
}
*, ::after, ::before {
  box-sizing: border-box;
}

/* Clients Portal Home Page My Services Button */
.them-default-home-page .btn-xs {
    color: #ffffff;
    font-size: 16px;
    border: transparent;
}

.bg-color-gold {
    background-color: #712ea3;
}

xs {
    padding: 1px 5px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 3px;
}

/* Invoice Pay Now Button Button */
.btn-success {
    color: #fff;
    background-color: #142eb1;
    border-color: #28a745;
}

.btn {
    display: inline-block;
    font-weight: 900;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #1cb8e6;
    border: 5px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.45rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.div-service-buttons .btn-view-details {
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    color: #000000;
}

.card .small, .card small {
    color: #ff0000;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.alert-info {
    color: #0c5460;
    background-color: #aef7f8;
    border-color: #0d58ff;
}

.panel-setting-heading {
    display: flex
;
    justify-content: space-between;
    align-items: baseline;
    background: #4af4bc;
    padding: 25px;
}