﻿.notify-register-to-buy {
    margin-top: -120px;
    z-index: 9999;
}

.success {
    background-image: url(/App_Themes/utility/images/accept.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #00356c;
    background-color: #00356c;
    color: #fff;
    padding-left: 60px;
    line-height: 40px;
    display: none;
}

.failure {
    background-image: url(/App_Themes/utility/images/exclamation.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 1px solid #EB5339;
    background-color: #FCCAC2;
    color: #AC260F;
    padding-left: 60px;
    line-height: 40px;
    display: none;
}

.show-product {
}

    .show-product table {
        width: 99%;
        margin: 0 auto;
        border-collapse: collapse;
    }

        .show-product table tr td, .show-product table tr:first-child th {
            padding: 5px;
            border: 1px solid #dedede;
        }

        .show-product table tr td, .show-product table tr:first-child th {
            padding: 5px;
            border: 1px solid #dedede;
            text-align: center;
        }

        .show-product table tr:last-child td {
            font-weight: 700;
            color: red;
        }

#scroll-on-top {
    opacity: 0; /* Đặt opacity ban đầu */
    visibility: hidden; /* Ẩn nút ban đầu */
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Hiệu ứng mượt khi ẩn/hiện */
    cursor: pointer;
}

    #scroll-on-top img {
        width: 40px;
        /*height: 30px;*/
    }

    #scroll-on-top.show {
        opacity: 1; /* Hiện nút khi thêm lớp 'show' */
        visibility: visible; /* Đảm bảo nút có thể thấy được */
    }

.right-2 {
    right: 0.5rem;
}

.z-50 {
    z-index: 999;
}
