﻿.cms-content, .cms-content * {
    text-align: justify !important;
    line-height: 32px !important;
    font-size: 16px !important; 
}

    .cms-content > ul {
        margin-right: 30px !important;
    }

    .cms-content ul,
    .cms-content ul li {
        list-style: disc !important;
    }

    .cms-content ol,
    .cms-content ol li {
        list-style: auto !important;
    }

.top-inside .title {
    font-size: 28px !important;
}

.req {
    color: red !important;
}

.text-center {
    text-align: center;
}

.swal2-container.swal2-center > .swal2-popup {
    font-size: 14px;
}

.validation-summary-errors * {
    color: red !important;
}

.field-validation-valid {
    display: contents
}

.field-validation-error {
    width: 100%;
    display: block;
    color: red !important;
}

    .field-validation-error * {
        color: red !important;
    }

.relative {
    position: relative
}

#loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 100%;
    height: 100%;
}

    #loading::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.19);
    }

    #loading > figure {
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 100;
        transform: translateX(-50%);
    }

        #loading > figure > img {
            height: auto;
            object-fit: cover;
            text-align: center;
            margin: 0 auto;
        }

        #loading > figure > figcaption {
            text-align: center;
            margin: 10px auto;
            padding: 10px 0;
            color: #000;
        }

.pagination-container {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
}

    .pagination-container .pagination {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .pagination-container .pagination > li {
            margin-right: 5px;
            border-radius: 50%;
            transition: all .3s ease-in;
        }

            .pagination-container .pagination > li > a {
                width: 32px;
                height: 32px;
                background-color: #FAFAFA;
                color: #444444;
                display: flex;
                -ms-align-items: center;
                -o-align-items: center;
                -webkit-align-items: center;
                align-items: center;
                -o-justify-content: center;
                -webkit-justify-content: center;
                justify-content: center;
                -ms-border-radius: 50%;
                border-radius: 50%;
                -ms-transition: all .3s ease-in;
                -o-transition: all .3s ease-in;
                -webkit-transition: all .3s ease-in;
                transition: all .3s ease-in;
            }

                .pagination-container .pagination > li > a:hover {
                    border: 2px solid #CC0500;
                    color: #e40d11;
                }

            .pagination-container .pagination > li.active a {
                border: 2px solid #CC0500;
                color: #e40d11;
            }

.list-comment {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.detPro-page .product-properties .list-comment li {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 40px
}

    .detPro-page .product-properties .list-comment li .left-col {
        width: calc(100% - 150px)
    }

    .detPro-page .product-properties .list-comment li .right-col {
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

.detPro-page .product-properties .list-comment .img-user {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%
}

.detPro-page .product-properties .list-comment .name-user {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: bold
}

.detPro-page .product-properties .list-comment .desc-comment {
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
    color: #0d0e12;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.detPro-page .product-properties .list-comment .sug {
    color: #068d38;
    font-size: 12px;
    font-weight: bold;
    background: #edf7f1;
    border-radius: 30px;
    padding: 0 20px;
    line-height: 30px
}

.detPro-page .product-properties .list-comment .not-sug {
    color: #F44336;
    font-size: 12px;
    font-weight: bold;
    background: #ebebeb;
    border-radius: 30px;
    padding: 0 20px;
    line-height: 30px
}

.detPro-page .product-properties .list-comment .date {
    color: #a0a0a0;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px
}

.show-answers {
    margin-top: 15px;
    color: #0eac72 !important;
    display: block;
}

.child-comment {
    margin-right: 50px;
}

.no-comment {
    text-align: center
}

.comments {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}