body {
    background-color: #f7f6f6;
}
.card {
    width: 350px;
    border: none;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    border-radius: 12px;
}
.circle-image img {
    border: 6px solid #fff;
    border-radius: 100%;
    padding: 0px;
    top: -28px;
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 1;
    background: rgb(75, 168, 142);
    cursor: pointer;
}
.dot {
    height: 18px;
    width: 18px;
    background-color: rgb(75, 168, 142);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid #fff;
    top: -48px;
    left: 186px;
    z-index: 1000;
}
.name {
    margin-top: -21px;
    font-size: 18px;
}
.fw-500 {
    font-weight: 500 !important;
}
.start {
    color: rgb(75, 168, 142);
}
.stop {
    color: red;
}
.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.rating>input {
    display: none;
}
.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: white;
    cursor: pointer;
}
.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}
.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important;
}
.rating>input:checked~label:before {
    opacity: 1;
}
.rating:hover>input:checked~label:before {
    opacity: 0.4;
}
.buttons {
    top: 36px;
    position: relative;
}
.rating-submit {
    border-radius: 15px;
    color: #fff;
    height: 49px;
}
.rating-submit:hover {
    color: #fff;
}
.rating_div{
    background-color: rgb(75, 168, 142);
}
