﻿/*-----------New card design----------*/
.bg-theme, .card.bg-theme {
    background-color: #78c300 !important;
    color: #ffffff;
}

.bg-disable, .card.bg-theme {
    background-color: #c5c5c53d !important;
    color: #ffffff50;
}

.float-end {
    float: right !important;
}

.position-absolute {
    position: absolute !important;
}

.coverimg + div, .coverimg + * {
    position: relative;
    z-index: 1;
}

.ps-0 {
    padding-left: 0 !important;
}

.btn-link {
    transition: ease all 0.5s;
}

.circle-small {
    height: 70px;
    width: 70px;
    position: relative;
    margin: 16px 0px;
}

    .circle-small > .avatar-text, .circle-small > em {
        height: 40px;
        width: 40px;
        line-height: 40px;
        left: 15px;
        top: 16px;
        position: absolute;
        display: block;
        vertical-align: middle;
        font-size: 34px;
        font-weight: bold;
    }

.col {
    flex: 1 0 0%;
}

.avatar-group {
    z-index: 1;
    display: flex;
}

.avatar.avatar-40 {
    line-height: 40px;
    height: 40px;
    width: 40px;
}

.avatar.avatar-20 {
    line-height: 19px;
    height: 20px;
    width: 20px;
}

.avatar-40 em {
    font-size: 25px;
}

.avatar {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.avatar-text {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.rounded-circle {
    border-radius: 50% !important;
}

.avatar-group .avatar.overlay-ms-15:not(:first-child) {
    margin-left: -15px;
}

.avatar-group .avatar:nth-child(1) {
    z-index: 6;
    background-color: #ff63a5;
    margin-left: 0;
}

.avatar-group-2 .avatar:nth-child(1) {
    z-index: 6;
    background-color: #6393ff !important;
    margin-left: 0;
}

.avatar-group .avatar:nth-child(2) {
    z-index: 5;
    background-color: #f9b707;
}

.avatar-group .avatar:nth-child(3) {
    z-index: 4;
    background-color: #2196f3;
}

.half-circle-vertical {
    position: relative;
}

.z-index-1 {
    z-index: 1;
}

.half-circle-vertical > div {
    z-index: 1;
}

.half-circle-vertical:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 60px;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(302deg,#16a3fe 0%,#41faa4 100%) !important;
    z-index: 0;
}

.bg-light-theme {
    background-color: rgba(120, 195, 0, 0.15) !important;
    color: #78c300;
}

.bg-disable-theme {
    background-color: rgb(62 62 62) !important;
    color: #a7a7a7;
}

.theme-disable {
    /*opacity:0.3;*/
}
/*.bg-theme {
    background-color: #015ec2 !important;
    color: #ffffff;
}

.bg-theme-y {
    background: linear-gradient(45deg,#16a3fe 0%,#41faa4 100%);
    color: black !important;
}*/
.rounded {
    border-radius: 5.375px !important;
}

.float-end {
    float: right !important;
}

.text-blk {
    color: black !important;
}


.copy-text {
    color: black !important;
    border-color: black !important;
}

    .copy-text:hover {
        background-color: #fff;
        color: black;
        border-color: #fff !important;
    }

.card-inner-md {
    padding: 2rem 0.8rem !important;
}

.PkgLvl {
    font-weight: bold;
    font-size: 14px;
}

.small-lvl {
    font-size: 11px;
    font-weight: 500;
    letter-spacing:1px;
}
.media-icon-pool{
    border: 1px solid rgba(79, 119, 248, 0.2)!important;
    background: rgba(85, 127, 253, 0.1)!important;
    font-size:18px;
}
.media-icon-pool{
    color: #0068ff!important;
}
.media-icon-pool {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    color: #ffffff;
    font-size: 22px;
    position: relative;
    top: 2px;
    border: 1px solid #e5ebfb;
    color: #01c6f6!important;
    background: var(--primary-transparentcolor);
    border-radius: 100%;
}
/*-----------End New card design----------*/
