ul.biz-tab-admin {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.biz-tab-admin a {
    padding: 13px 20px 8px 20px;
    width: 80px;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.biz-tab-admin a span {
    font-size: 14px;
    margin-top: 2px;
    line-height: 1.5;
}

ul.biz-tab-admin a i {
    font-size: 12px;
}

ul.biz-tab-admin li.item {
    background-color: #003365;
    color: white;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-bottom: 0;
}

ul.biz-tab-admin li.item:hover,
ul.biz-tab-admin li.item.active {
    background-color: #ffc107;
    color: black;
    transition: all 0.3s ease;
}


.upload-image {
    cursor: pointer;
}

.services-list {
    display: flex;
    flex-wrap: wrap; 
    list-style-type: none; 
    padding: 0;
    margin: 0;
}

.services-list li {
    flex: 1 1 calc(33.33% - 10px); 
}

@media (max-width: 768px) {
    .services-list li {
        flex: 1 1 calc(50% - 10px);
    }
}


.single-biz ul.biz-tab {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-biz ul.biz-tab li {
    padding: 5px 10px;
    background: #f5f5f5;
    font-size: 0.95rem;
    cursor: pointer;
    margin-right: 5px;
}

.single-biz ul.biz-tab li:hover {
    background: #003365;
    color: white;
}

.biz-section {
    margin-bottom: 25px;
}

.single-biz .social-link {
    display: flex;
    align-self: center;
    margin-bottom: 10px;
}

.single-biz .social-link:hover .social-icon  {
    background: #003365;
    color: #f6fbff;
    transition: all 0.2s ease-in;
}

.single-biz .social-icon {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    align-self: center;
    background: #f6fbff;
    justify-content: center;
    border-radius: 6px;
    color: #003365;
    margin-right: 10px;
    transition: all 0.2s ease-in;
}


ul.biz-category {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

ul.biz-category li {
    margin-right: 5px;
    font-size: 0.9rem;
    color: gray;
}

ul.biz-category li:not(:last-child):after {
    content: ', ';
}

.biz-box a.biz-name {
    margin-bottom: 2px;
    display: block;
    transition: all 0.3s ease;
}

.biz-box a.biz-name:hover {
    color: #003365;
    transition: all 0.3s ease;
}

.biz-box-2:hover {
    background-color: #dfdfdfb0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.social-list {
    display: flex;
}

.social-list a:not(:last-child) {
    margin-right: 5px;
}

.btn-social {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6fbff;
    color: #003365;
    border: 1px solid #00336514;
}



.icon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.icon-link:not(:last-child) {
    margin-bottom: 10px;
}

.icon-link .icon {
    height: 28px;
    width: 28px;
    color: white;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    border-radius: 5px;
    background: #003365;
    margin-right: 5px;
}

.icon-link p {
    margin-bottom: 0;
}


.social-icon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.social-icon-link:not(:last-child) {
    margin-bottom: 10px;
}

.social-icon-link .icon {
    height: 28px;
    width: 28px;
    background: #dde7f0;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    border-radius: 5px;
    color: #003365;
    margin-right: 10px;
}

.social-icon-link p {
    margin-bottom: 0;
}


#userAddPostForm .form-control,
#userAddPostForm .form-select {
  border: 0px;
  background-color: #f7f7f7;
}
#userAddPostForm .select2-selection.select2-selection--multiple {
  border: 0px;
  background-color: #f7f7f7;
}

.code-inputs {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.code-inputs input {
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
}
.verify-step .step-2 {
    display: none;
}

.star-rating {
    position: relative;
    display: inline-block;
    font-size: 18px;       /* thay đổi được */
    line-height: 1;
}

.stars-back,
.stars-front {
    white-space: nowrap;
}

.stars-back {
    color: #ccc;
}

.stars-front {
    color: gold;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}


.customer-reviews .review {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ddd;
}




.star-rating-input {
    display: inline-block;
    font-size: 32px;
    color: #ccc;
    cursor: pointer;
    line-height: 1;
}

.star-rating-input span {
transition: color 0.2s;
}

.star-rating-input .selected,
.star-rating-input span:hover,
.star-rating-input span:hover ~ span {
    color: gold;
}






.customer-reviews .review .review-rating {
    font-size: 0.75rem;
    margin-bottom: 2px;
    margin-top: 7px;
}

.customer-reviews .review .review-user {
    display: flex;
    align-items: center;
}

.customer-reviews .review .review-user .date{
    font-size: 0.75rem;
}

.customer-reviews .review p {
    margin-bottom: 0;
}

.customer-reviews .review-content p {
   font-size: 0.9rem;
    margin-bottom: 0;
}

.customer-reviews .review .review-user .review-avatar {
    margin-right: 10px;
    margin-bottom: 0;
}


.customer-reviews .review .owner-reply {
    padding-left: 15px;
    padding-right: 10px;
    border-left: 3px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    background: #fbfbfb;
}

.customer-reviews .review .owner-reply .reply {
    margin-top: 4px;
    font-size: 0.9rem;

}

.customer-reviews .review .owner-reply .date {
    font-size: 0.75rem;
}