

.welcome-section {
    margin-top: 2rem;
}

.user-stats-banner {
}

.user-stats-banner-text-container {
    background: #fff;
    padding: 1rem;
    overflow: hidden;
}

.welc-back-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    color: #767373;
}

.user-name {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
    color: #000;
    margin-bottom: 0px;
}

.user-profile-see-plans::after {
    margin-top: 3px !important;
    background-image: url(/assets/img/arrow-black-right.png) !important;
    width: 15px !important;
    margin-left: 1rem;
}


.user-profile-see-plans {
    margin-left: 1rem;
    background: #fff;
    color: #000 !important;
}

.user-stats-slider-val {
    font-family: Titillium;
    font-weight: 400;
    font-size: 21px;
    font-style: normal;
    line-height: 21px;
    color: #008A97;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.user-stat-indicator {
    left: unset !important;
    right: 0px !important;
    transform: translateX(-50%);
}

.user-stat-indicator button:not(.active) {
    background-color: #EAEEF0 !important;
}

.carousel-indicators button span {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
}

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #008A97;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
    opacity: 1;
}


.user-stats-alert {
    background: rgba(0, 141, 154, .09);
    padding: 1rem;
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    color: #000000;
    display: flex;
    margin-top: 3rem;

}

.user-stats-alert span {
    color: #787B7F;
}

.user-stats-alert img {
    height: 24px;
    margin-right: 1rem;
}

.user-account-details-card {
    transition: .5s;
    background: #fff;
    margin-top: 2rem;
    padding: 1rem;
    border-bottom: 3px solid #008D9A;
}

.user-account-details-card:hover {
    background: #000;
    border-bottom: 3px solid #fff;
}

.user-account-details-card:hover .user-account-details-card-amount {
    color: #fff;
}

.user-account-details-card-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    color: #93A4A0;
}

.user-account-details-card-amount {
    font-family: Titillium;
    font-weight: 400;
    font-size: 33px;
    font-style: normal;
    line-height: 24px;
    color: #000000;
    display: flex;
}

.user-account-details-card-amount span {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 32px;
    margin-left: auto;
}

.stat-speed-up {
    color: #008A97;
}


.stat-speed-up::before {
    content: '';
    width: 1rem;
    height: 11px;
    background-image: url('/assets/img/stat-speed-up.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.stat-speed-down {
    color: #A81A00;
}

.stat-speed-down::before {
    content: '';
    width: 1rem;
    height: 13px;
    background-image: url('/assets/img/stat-speed-down.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.stats-details-card {
    padding: 1rem;
    background: #fff;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.stats-details-card div:nth-child(1) {
    border-bottom: 1px solid #008D9A;
    margin-bottom: 1rem;
}

.stat-row td:nth-child(1), .action-link, .refer-us-learn p:nth-child(2), .referral-link textarea, .referral-link span, .user-account-ref-text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 36px;
    color: #767373;
    text-align: left;
}

.stat-row td:nth-child(2) {
    font-family: Titillium;
    font-weight: 800;
    font-size: 13px;
    font-style: normal;
    line-height: 36px;
    color: #000000;
    text-align: right;
}

.stats-table-foot-row td:nth-child(1), .stats-table-foot-row td:nth-child(2) {
    font-family: Titillium;
    font-weight: 800;
    font-size: 13px;
    font-style: normal;
    line-height: 36px;
    color: #000000;
}

.stats-table-foot-row td:nth-child(1) {
    text-align: left;
}

.stats-table-foot {
    padding-top: 1rem;
    border-top: 1px solid #BDBDBD;
}

.stats-table-foot-row td:nth-child(2) {
    text-align: right;
}

.actions-bloc {
    margin-top: auto;
    text-align: center;
}

.actions-bloc .btn-primary:hover {
    background: #000;
}

.refer-us {
    margin-top: 2rem;
}


.action-link {
    text-decoration: none;
    text-align: center;
}

.action-link:hover {
    text-decoration: none;
    color: black;
}

.btn-grey {
    background: #E1E7EB; 
    color: #000;
}

.btn-grey:hover {
    color: #E1E7EB; 
    background: #000;
}

.refer-us-div {
    display: flex;
}

.refer-us-button {
    margin-left: auto;
}

.refer-us-container {
    margin-top: 2rem;
    padding: 1rem;
    background: #fff;
}

.refer-us-learn p:nth-child(1) {
    font-family: Titillium;
    font-weight: 600;
    font-size: 21px;
    font-style: normal;
    line-height: 36px;
    color: #000000;
}

.referral-link {
    display: flex;
    padding: .5rem 1rem;
    border: 1px solid #CCCDD3;
}

.referral-link img {
    height: 1rem;
    margin-right: 1rem;
    margin-top: auto;
    margin-bottom: auto;
}

.referral-link textarea, .referral-link span {
    margin-bottom: 0px;
}

.referral-link .referral-button {
    margin-left: auto;
}

.referral-link span {
    text-decoration: none;
    color: #008A97;
    cursor: pointer;
}

.referral-link span:hover {
    text-decoration: none;
    color: #000;
}


.referral-link textarea {
    border: none;
    height: 32px;
    resize: none;
}

.user-account-ref-value {
    font-family: Titillium;
    font-weight: 600;
    font-size: 21px;
    font-style: normal;
    line-height: 36px;
    color: #000000;
    margin-bottom: 0px;
}

.my-ref{
    display: flex;
    width: 100%;
}

.avatar-button {
    background-color: transparent;
    display: inline-block !important;
    border: none;
    width: auto;
    padding-right: 50px;
}

.avatar-button::after {
    content: ' ';
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/next2.png);
    display: block;
    position: absolute;
    right: 10px;
    bottom: 50%;
    background-size: cover;
    transform: translateY(50%) rotate(90deg);

}

.avatar-button:hover, .avatar-button:focus {
    background-color: transparent;
    box-shadow: none;
}

.avatar-button .avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}