.rate-card{

	min-width: 200px;
	max-width: 250px;
	border:thin #F4F4F4 solid;
	box-shadow: 5px 6px 6px 2px #e9ecef;
	border-radius: 12px;
}

.circle-image img{

	border: 3px solid #fff;
    border-radius: 100%;
    padding: 0px;
    top: -28px;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    z-index: 1;
    background: #e7d184;
    cursor: pointer;

}


.dot {
    height: 18px;
    width: 18px;
    background-color:#F00;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    top: -40px;
    z-index: 1000;
}

.name{
	margin-top: -31px;
	font-size: 18px;
}


.fw-500{
	font-weight: 500 !important;
}


.start{

	color: green;
}

.stop{
	color: red;
}


.rate{
	background-color:#004182;
	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: 100;
    color: #FFD600;
    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
}


.rating-submit{
	border-color:#007DFB;
	border-radius: 20px;
	font-weight:500;
	color: #fff;
	height: 40px;
	top: 25px;
    position: relative;
}


.rating-submit:hover{
	
	color: #fff;
}