/* Hide Radio button */
.rate > input{
    display: none;
}

.rate{
    display: inline-block;
    border: 0;
}

.rate > label{
    float: right;
}

/* Showing thr stars */
.rate > label:before{
    display: inline-block;
    font-size: 1.1rem;
    font-family: FontAwesome;
    content: "\f005";
    margin: 0;
    padding: 0.3rem .2rem;
    cursor: pointer;
}

/* Half star */
.rate .half:before{
    content: "\f089";
    position: absolute;
    padding-right: 0;
}

/* Click and hover */
input:checked ~ label, label:hover ~ label{
    color: #ffb503;
}

/* Hommee hight right */
input:checked + label:hover, input:checked ~ label:hover, input:checked ~ label:hover ~ label,
label:hover ~ input:checked ~ label{
    color: #cc9000;
} 

.rating-star span i{
    color: #ffb503 !important;
}

ul.thumb {
    margin: 0 auto;
    padding: 0;
    float: left;
}

ul.thumb li {
    list-style: none;
    margin: 10px;
}

ul.thumb li img {
    width: 80px;
    height: 80px;
    border: 1px solid grey;
}

.card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.form-control {
    border-radius: 5px;
    padding: 12px 15px;
    border: 1px solid #ddd;
}
.form-control:focus {
    /* border-color: #2a4fa0; */
    box-shadow: 0 0 0 0.2rem rgba(42, 79, 160, 0.25);
    border: none; 
    box-shadow: none;
}
.btn-primary {
    /* transition: all 0.3s ease; */
    /* border-color: #2a4fa0; */
    background-color: #2a4fa0 !important;
    border: none; 
    box-shadow: none;
}
.btn-primary:hover {
    background-color: #2a4fa0 !important;
    transform: translateY(-2px);
    /* border-color: #2a4fa0; */
    border: none; 
    box-shadow: none;
}
small.text-muted {
    font-size: 0.8rem;
    color: #6c757d !important;
}
page-item.active .page-link {
    background-color: #2a4fa0 !important;
    border-color: #2a4fa0 !important;
    color: #fcfdfe !important;
}
.page-item.active .page-link:hover {
    background-color: #2a4fa0 !important;
    border-color: #2a4fa0 !important;
    color: #fcfdfe !important;
}
.page-link {
    color: #2a4fa0 !important;
    border-color: #2a4fa0 !important;
}
.list-group-item active {
    background-color: #2a4fa0 !important;
    border-color: #2a4fa0 !important;
    color: #fcfdfe !important;
}
.list-group-item:hover {
    background-color: #2a4fa0 !important;
    border-color: #2a4fa0 !important;
    color: #fcfdfe !important;
}