input.input-search-cus:focus {
    outline: none;
    box-shadow: none !important;
}
/* Định dạng cho biểu tượng message */
.message-icon {
    position: fixed;
    bottom: 20px; /* Khoảng cách so với đáy */
    right: 20px; /* Khoảng cách so với phải */
    width: 60px;
    height: 60px;
    /*background-color: #0078ff; !* Màu nền *!*/
    border-radius: 50%; /* Bo tròn để thành hình tròn */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000; /* Hiển thị phía trên các phần tử khác */
    transition: transform 0.2s, box-shadow 0.2s;
}

.message-icon:hover {
    transform: scale(1.1); /* Phóng to khi hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

/* Icon message */
.message-icon img {
    /*width: 32px; !* Kích thước icon *!*/
    height: 32px;
}

/* Tooltip hiển thị khi hover */
.message-tooltip {
    position: absolute;
    right: 80px; /* Đẩy tooltip sang bên trái icon */
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateX(10px);
}

.message-icon:hover .message-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.map-cus{
    width: 100%; height: 100%
}
.map-cus iframe{
    width: 100% !important;
}
.cursor-pointer {
    cursor: pointer;
}
.help-block {
    color: red;
}
.section-personal-information-cus .form-group {
    margin-bottom: 2px !important;
}
.section-personal-information-cus input {
    padding: 5px;
}
.section-personal-information-cus {
    background: #fff;
    margin: 50px auto;
    padding: 20px;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
}
.wrap-detail{
    background-color: rgb(16 15 15 / 50%);
    padding: 30px;
    margin: auto;
    width: 50%;
    margin-top: 50px;
}
.button-wrap-detail {
    margin: auto;
    width: 50%;
}
.field-commentaddform-star .help-block {
    font-size: 14px;
}
.custom-file-upload {
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.custom-file-upload:hover {
    background-color: #0056b3;
}

#reviewPopup input[type="file"],
#reviewPopup2 input[type="file"]{
    display: none;
}
.submit-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.btn-icon-dot-2:hover
{
    background-color: var(--primary_color);
}
.btn-icon-dot-2 {
    cursor: pointer;
    margin-left: 15px;
    width: 48px;
    height: 48px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    transition: all .2s;
}
.popup-review .close2 {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.close2:hover {
    color: #000;
    text-decoration: none;
}
.close2 {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
#reviewPopup2, #reviewPopup {
    overflow-y: scroll;
}
