th > img.logo {
    width: 30px;
    height: 30px;
}

th > img.business_type {
    width: 18px;
    height: 18px;
}

.star {
    width: 100px;
    height: 20px;
}

.star. {
    width: 100px;
    height: 20px;
}
.star_attribute {
    width: 100px;
    height: 20px;
}

.star_attribute. {
    width: 100px;
    height: 20px;
}


.menuList_compare {
    padding: 0;
    list-style: none;
    margin-right: 0;
    cursor: default;
    display: flex;
    align-items: center;
}

.menuList_compare.index {
    margin-right: auto;
}

.menuList_compare .menuItems {
    display: inline-block;
    padding: 0 1rem;
    position: relative;
}

.menuList_compare .menuItems span {
    color: #ffffff;
    display: inline-block;
    padding: 1.5rem 0;
}

.menuList_compare .menuItems span img {
    width: 0.75rem;
    margin-right: 0.5rem;
}

.menuList_compare .menuItems .profile-details {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    right: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.48);
    font-size: 0.9rem;
    top: 5rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}

.menuList_compare .menuItems:hover .profile-details {
    opacity: 1;
    visibility: visible;
}

.menuList_compare .menuItems .profile-details a {
    color: #000000;
    padding: 0.5rem;
    border-bottom: 1px solid #5a6268;
}

.menuList_compare .menuItems .profile-details a:last-child {
    border: none;
}

.menuList_compare .menuItems a {
    color: #ffffff;
    padding: 1.5rem 0;
    display: block;
    position: relative;
}

.menuList_compare .menuItems a:after {
    content: '';
    display: block;
    background-color: #ffffff;
    height: 0.2rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
    width: 0;
}

.menuList_compare .menuItems a:hover:after {
    width: 100%;
}

.menuList_compare .menuItems.company a {
    border: 1px solid #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.menuList_compare .menuItems.company a:after {
    display: none;
}


.top-content_compare .container-fluid .row {
    align-items: center;
}

.top-content_compare .img-hero {
    width: 100%;
}

.top-content_compare .img-hero img {
    width: 65%;
}

.top-content_compare .title {
    cursor: default;
    text-align: justify;
    color: #1B1B21;
    font-weight: bold;
}

.top-content_compare .text {
    cursor: default;
    color: #454554;
    padding: 0.5rem 0;
}

.top-content_compare .input-place input {
    width: 100%;
    color: #1B1B21;
    background-color: #eeeeee;
    border: none;
    text-align: right;
    direction: rtl;
    padding: 0.9rem 1rem;
}

.top-content_compare .input-place .submit-search {
    background-color: #1a66ff;
    border: none;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
}

.top-content_compare .input-place .submit-search:hover {
    background-color: #124abe;
}

.top-content_compare .input-place .submit-search img {
    width: 1rem;
}

.top-content_compare .input-place #compare_search_result {
    list-style-type: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    background-color: #f6f6f6;
}

.search-place_compare #search_result-menu {
    position: fixed;
    top: 3.6rem;
    right: unset;
    background-color: #a4a4a4;
    width: 17rem;
    border-radius: 3px;
    padding-top: 0.4rem;
}

.top-content_compare .input-place #compare_search_result li {
    display: block;
    padding: 0.5rem;
    transition: 0.3s ease-in-out;
    width: 95%;
    margin: 0.5rem auto;
    border-radius: 5px;
    border-style: dotted;
    border-width: 1px;
    font-size: 0.9rem;
}

.search-place_compare #search_result-menu li {
    display: block;
    padding: 0.5rem;
    transition: 0.3s ease-in-out;
    width: 95%;
    margin: 0.5rem auto;
    border-radius: 5px;
    font-size: 0.8rem;
    position: relative;
}

@media (max-width: 500px) {
    .auto-complete-rate {
        display: none;
    }

    .top-content_compare .input-place #compare_search_result li {
        display: block;
        padding: 0.5rem;
        transition: 0.3s ease-in-out;
        width: 95%;
        margin: 0.5rem auto;
        border-radius: 5px;
        border-style: dotted;
        border-width: 1px;
        font-size: 0.7rem;
    }
}


.top-content_compare .input-place #compare_search_result li:hover, .search-place_compare #search_result-menu li:hover {
    background-color: rgb(217, 224, 218);
}

.top-content_compare .input-place #compare_search_result li a {
    color: #000000;
}

.search-place_compare #search_result-menu li a {
    color: #ffffff;
    display: block;
    transition: 0.3s ease-in-out;
}

.search-place_compare #search_result-menu li:hover a {
    color: #5a6268;
}

.top-content_compare .input-place #search_result-m li img {
    margin-right: 1rem;
}

.search-place_compare #search_result-menu li img {
    width: 4rem;
    margin-right: 0.5rem;
}

.top-content_compare .title-bottom {
    color: #454554;
    cursor: default;
}

.top-content_compare .bottom-section {
    display: flex;
    margin-top: 0.5rem;
}

.top-content_compare .bottom-section .content {
    background-color: #ffffff;
    margin: 0 0.25rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 50, 0.04);
    position: relative;
}

.top-content_compare .bottom-section .content a {
    display: block;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
}

.top-content_compare .bottom-section .content:first-child {
    margin-right: 0;
}

.top-content_compare .bottom-section .content:last-child {
    margin-left: 0;
}

.top-content_compare .bottom-section .content span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 0.8rem;
    color: #1B1B21;
}

.top-content_compare label {
    margin-right: 3px;
}

.auto-complete-logo {
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

.auto-complete-type-logo {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.auto-complete-rate {
    float: left;
    margin-left: 15px;
    margin-top: 4px;
}

@media (max-width: 500px) {
    .auto-complete-rate {
        display: none;
    }

    .top-content_compare .input-place #search_result li {
        display: block;
        padding: 0.5rem;
        transition: 0.3s ease-in-out;
        width: 95%;
        margin: 0.5rem auto;
        border-radius: 5px;
        border-style: dotted;
        border-width: 1px;
        font-size: 0.7rem;
    }
}

.modal-body {
    height: 440px;
}

.styled-table {
    border-collapse: collapse;
    margin: 10px 0;
    font-size: 0.9em;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.styled-table thead tr {
    background-color: #000032;
    color: #ffffff;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #000032;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #000032;
}

.outlined {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-color: #000032;
    border-left-style: solid;
    border-left-width: 3px;
}

.outlined-business {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-color: #000032;
    border-left-style: dotted;
    border-left-width: 2px;
}