.bCard{
    position: absolute;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
    z-index: 3;
    }


.saler_circle_color{
    position: absolute;
    width: 70%;
    height: 55%;
    border-radius:100px;
    background-color: blue;
    left: 20%;
    z-index: 1;
}

.SalerName{
    position: absolute;
    z-index: 4;
    transform: rotate(270deg);
    right: 0;
    font-size: 2.4em;
    margin: 0px;
    width: min-content;
    height: min-content;
    left: 75%;
    text-shadow: 2px 2px 4px rgba(14, 0, 36, 0.3);
}
.saler_icon{
    width: 50px;
    position: absolute;
    z-index: 4;
    right: 3%;
    top: 5%;
}
.card__content{
    width: 80%;
    height: 95%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border: solid 1px rgb(183, 183, 183);
    border-radius: 15px;
    z-index: 2;
}
.havepoint{
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.5em;
    font-weight:bold;
    margin-top: 10%;
}
.havepoint_icon{
    width: 30px;
}
.ProgressBar{
    width: 100%;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
}
.ProgressBar__progress{
    width: 90%;
    height: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.fillProgressBar_second{
    width: 100px;
    height: 100%;
    position: absolute;
    top:0;
    background-color: rgba(236,87,7,1);
    border-radius: 10px;
    z-index: 3;
}
.fillProgressBar_first{
    width: 100px;
    height: 100%;
    position: absolute;
    top:0;
    background-color: rgba(236,87,7,1);
    border-radius: 10px;
    z-index: 3;
}
.Howmanypointneed{
    width: 100%;
    height: 5%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 5px;
    font-size: 1em;
    margin-top: 5%;
    text-shadow: 2px 2px 4px rgba(14, 0, 36, 0.3);
}

.Needed_point_text{
    font-size: 0.8em;
    font-weight: bold;
    z-index: 6;
    position: relative;
}
.Howmanypointneed__icon{
    width: 10px;
    margin-right: 5%;
    z-index: 4;
}

.useButton:hover {
    background-color: rgb(0, 45, 179);
    transform: scale(1.05);
    transition: width , height 0.2s ease-in-out;
}
.useButton{
    width: 60px;
    height: 15px;
    font-size: 0.6em;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    background-color: rgb(2, 98, 193);
    border-radius: 5px;
    z-index: 4;
    align-self: flex-start;
    margin-left: 5%;
    color: white;
    cursor: pointer;
}

.information{
    width: 100%;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.free_info{
    width: 80%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-top: 10px;
}
.split{
    width: 100%;
    height: 1px;
    background-color: black;
    margin-top: 10px;
}