﻿
.vne-footer {
    background-color: #004065 !important;
    color: #fff;
    padding: 16px 80px !important;
    z-index: 999999 !important;
}

.footer-doc {
    display: inline-block !important;
    text-align: center !important;
    width: 19px !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.vne-footer a {
    color: white;
    text-decoration: none;
}

    .vne-footer a:hover {
        text-decoration: underline;
    }

#modal-footer > .modal-dialog {
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: -112px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out !important;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out !important;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out !important;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out !important;
}

#modal-footer.show > .modal-dialog {
    bottom: 0;
    opacity: 1;
}

.footer-modal-content {
    position: relative;
    height: fit-content;
    padding: 12px 0px 48px 0px;
}

.footer-close-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24px;
    left: 24px;
    cursor: pointer;
}

    .footer-close-icon:hover {
        border-radius: 50%;
        background-color: var(--pc-g-v-g);
    }

.footer-content {
    padding: 0 80px;
}

.footer-content-list {
    list-style: none !important;
    font-size: 14px;
}

    .footer-content-list > li {
        margin-top: 12px;
    }

.modal.fade .modal-dialog {
    transform: none;
}

#modal-footer .modal-content {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#modal-footer .modal-content {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-open-modal-icon {
    cursor: pointer;
}

ul {
    padding-left: 0px;
}

#footer-img img {
    object-fit: contain;
    padding: 4px;
}

/*#full-width img {
    width: 100%;
    object-fit: contain;
    padding: 4px;
}*/

#footer-status {
    background-color: #B9E5FF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 30px;
    color: #004065;
}
/* Tùy chỉnh thanh cuộn cho trình duyệt Webkit (Chrome, Safari) */
.modal-content::-webkit-scrollbar {
    width: 8px; /* Chiều rộng của thanh cuộn dọc */
}

.modal-content::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

    .modal-content::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

/* Tùy chỉnh thanh cuộn cho trình duyệt Firefox */
.modal-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

    /* Cải thiện thanh cuộn cho các trình duyệt khác */
    .modal-content::-moz-scrollbar {
        width: 8px;
    }

    .modal-content::-moz-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }

        .modal-content::-moz-scrollbar-thumb:hover {
            background-color: #555;
        }

.footer-content {
    padding: 20px;
}

.footer-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .footer-row.justify-center {
        justify-content: center;
    }

.footer-col {
    flex: 1;
    text-align: center;
}

.footer-img {
    width: auto;
    height: 45px;
    margin: 0 auto;
}

.footer-modal-content .text-block {
    font-size: 16px;
    font-weight: 900;
}

.text-content {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.text-section {
    padding-top: 36px;
}

.img-container {
    flex: 1;
    text-align: center;
    padding: 4px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.d-flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #full-width img {
        width: 100%;
        height: 64px !important;
        object-fit: contain !important;
        padding: 4px;
    }
}

/* Cải thiện thiết kế khi ở desktop */
@media screen and (min-width: 769px) {
    #full-width img {
        width: 100%;
        height: 50px !important;
        object-fit: contain;
        padding: 4px;
    }
}



