  
.rounded-square {
    /* border-radius: 50%!important; */
    height: -webkit-fill-available;
}

.border-right {
    border-right: 1px solid #ccc; /* adjust border style and color as needed */
  }
.matched-badge-term{
    /* width: auto; */
    padding: 0.5rem;
    /* background: #b1b1b145; */
    /* color: #ffffff !important; */
    min-width: 80px;
    border-radius: 3px !important;
    border: 1px solid #c3c3c3!important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* box-shadow: 0 3px 8px gainsboro; */
    box-shadow: 0 2px 8px 1px rgba(166, 166, 166, 0.24);
    transition: 0.51s ease-in-out !important;

}

.matched-badge-term:hover{
    color: #344767;
    /* box-shadow: 0 3px 12px gainsboro; */
    transform: scale(1.05);
    z-index: 999;
}

.candidate_profile_image_blog img,.business_logo_image_blog img{
    width: 160px !important;
    height: 160px !important;
    object-fit: contain;
}