﻿.title-modal-header-new {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.box-modal-header-new, .box-modal-footer-new {
    /*border-bottom: 1px solid;*/
    border-image: -webkit-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image: -moz-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image: -o-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image-slice: 1;
}

.box-modal-header-new {
    position: relative;
}

.box-modal-footer-new {
    margin-top: 0;
}

    .box-modal-footer-new .form-group {
        margin-bottom: 0;
    }

.box-modal-header-new .row {
    position: absolute;
    right: 25px;
    bottom: 2px;
}

    .box-modal-header-new .row > div {
        display: flex;
        margin-right: 15px;
    }

    .box-modal-header-new .row div div {
        margin: 2px 10px 0 0;
    }

    .box-modal-header-new .row div button {
        padding: 0;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        margin-right: 10px;
    }

.icon-modal {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 2px;
    object-fit: contain;
}

    .icon-modal.icon-warning-modal {
        background-image: url(../images/iconEinvoiNew/icon-warning.svg);
        width: 20px;
        height: 20px;
    }

.icon-edit-modal {
    background-image: url('../images/iconEinvoiNew/edit-new.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 2px;
    object-fit: contain;
}

.icon-video-modal {
    background-image: url('../images/iconEinvoiNew/video-new.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 2px;
    object-fit: contain;
}

.wnND70 {
    display: block;
    padding: 0 20px;
    font-size: 15px;
}

.icon-faq-modal {
    background-image: url('../images/iconEinvoiNew/cauhoi-new.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 2px;
    object-fit: contain;
}

    .icon-faq-modal.HDMV {
        background-image: url('../images/iconEinvoiNew/cauhoi-hdmv.svg');
    }

.icon-gopy-modal {
    background-image: url('../images/iconEinvoiNew/gopy.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 2px;
    object-fit: contain;
}

    .icon-gopy-modal.HDMV {
        background-image: url('../images/iconEinvoiNew/gopy-hdmv.svg');
    }

.icon-matcuoi-modal {
    background-image: url(../images/iconEinvoiNew/matcuoi.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-right: 0px;
    margin-top: -2px;
    object-fit: contain;
}

.font-bold {
    font-weight: bold;
}

.vote {
    display: inline-block;
    line-height: 15px;
    position: relative;
}

    .vote span {
        position: absolute;
    }

        .vote span:last-child {
            right: 20px;
        }

    .vote > ul {
        padding-left: 0;
        margin-bottom: 5px;
    }

        .vote > ul > li {
            cursor: pointer;
            display: inline-block;
            line-height: 25px;
            height: 25px;
            width: 25px;
            border: 1px red solid;
            border-radius: 50%;
            text-align: center;
            margin-right: 20px;
            color: red;
        }

            .vote > ul > li.good {
                border: 1px #fd892c solid;
                color: #fd892c;
            }

            .vote > ul > li.veryGood {
                border: 1px #41c928 solid;
                color: #41c928;
            }

            .vote > ul > li.active {
                color: #fff;
                background: red;
            }

            .vote > ul > li.good.active {
                background: #fd892c;
            }

            .vote > ul > li.veryGood.active {
                background: #41c928;
            }

/*=============== CUSTOM SWEET ALERT ====================*/
.lbl-new {
    margin-top: -100px;
}

    .lbl-new .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
        background-image: unset;
    }

    .lbl-new .swal2-styled.swal2-cancel, .swal2-confirm.swal2-styled.btn-cancel {
        border: solid 1px;
    }

    .lbl-new .swal2-popup {
        font-size: 14px;
    }

    .lbl-new .swal2-confirm:focus {
        box-shadow: none;
    }

    .lbl-new .swal2-confirm {
        min-width: 100px;
    }

    .lbl-new .swal-icon--success__ring {
        width: 80px;
        height: 80px;
        border: 4px solid hsl(98, 55%, 69%);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2;
    }

    .lbl-new.notify-error .swal2-title,
    .lbl-new.notify-info .swal2-title {
        font-size: 18px;
        padding: 5px;
    }

    .lbl-new.notify-error .swal2-popup,
    .lbl-new.notify-info .swal2-popup {
        width: 45.6em;
        padding: 0.8em;
    }

    .lbl-new.notify-error .swal2-actions,
    .lbl-new.notify-info .swal2-actions {
        justify-content: flex-end;
        margin: 0.8em auto 0;
    }

    .lbl-new.notify-error .swal2-header,
    .lbl-new.notify-info .swal2-header {
        display: inline-block;
        flex-direction: row-reverse;
        align-items: end;
    }

    .lbl-new.notify-error .swal2-content,
    .lbl-new.notify-info .swal2-content {
        padding: 15px;
        text-align: justify;
        font-weight: normal;
    }

        .lbl-new.notify-error .swal2-content #swal2-content,
        .lbl-new.notify-info .swal2-content #swal2-content {
            display: inline-flex !important;
            font-size: 17.7px;
        }

        .lbl-new.notify-error .swal2-content .notify-text,
        .lbl-new.notify-info .swal2-content .notify-text {
            padding: 1.5em 0em;
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: left;
        }

.swal2-notify-cuongbn.lbl-new.notify-error .swal2-content .notify-text,
.swal2-notify-cuongbn.lbl-new.notify-info .swal2-content .notify-text {
    padding: 20px 20px 20px 0px;
    text-align: justify;
    font-size: 14px;
}

.lbl-new.notify-error .swal2-content .notify-text.text-left,
.lbl-new.notify-info .swal2-content .notify-text.text-left {
    text-align: left
}

.lbl-new.notify-error .swal2-header, .lbl-new.notify-error .swal2-content,
.lbl-new.notify-info .swal2-header, .lbl-new.notify-info .swal2-content {
    border-bottom: 1px solid;
    border-image: -webkit-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image: -moz-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image: -o-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image-slice: 1;
}

    .lbl-new.notify-error .swal2-header .swal2-icon,
    .lbl-new.notify-info .swal2-header .swal2-icon {
        display: none !important;
    }

.lbl-new.notify-info .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 3em;
    height: 3em;
    min-width: 3em;
    min-height: 3em;
    margin: 1.25em;
    zoom: normal;
    border-radius: 50%;
    font-family: inherit;
    line-height: 3em;
    cursor: default;
}

.lbl-new.notify-error .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    margin: 1.25em;
    zoom: normal;
    border-radius: 50%;
    font-family: inherit;
    line-height: 3em;
    cursor: default;
}

    .lbl-new.notify-error .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
        top: 34px;
        height: 5px;
    }

        .lbl-new.notify-error .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: 9px;
        }

        .lbl-new.notify-error .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: 9px;
        }

    .lbl-new.notify-error .swal2-icon::before,
    .lbl-new.notify-info .swal2-icon::before {
        display: flex;
        align-items: center;
        height: 92%;
        font-size: 2.75em;
    }

.notify-new #swal2-title {
    color: rgb(165, 220, 134);
    font-size: 14px;
    margin-top: 5px;
    text-align: justify;
}

.notify-new .swal2-header {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

    .notify-new .swal2-header .swal2-icon.swal2-success {
        width: 9.3em;
        height: 5em;
        margin: 10px;
    }

.swal2-icon.swal2-info {
    border-color: #005689;
    color: #005689;
}

.swal2-styled:focus {
    box-shadow: none;
}
/*======================================*/

.mainForm-new label {
    font-weight: normal;
    width: 100%;
    text-align: left;
    padding-top: 5px !important;
    padding-bottom: 2px;
    margin-top: 0;
}

.box-modal-footer-new .btn + .btn {
    margin-left: 2px;
}

.mainForm-new .form-group > label.stars {
    padding-left: 8px;
}

.mainForm-new .form-group > label.star {
    /*padding-left: 10px;*/
}

    .mainForm-new .form-group > label.star:after {
        font-size: 18px;
        margin-left: 2px;
        right: unset;
        top: auto;
    }

/*.mainForm-new .form-group > label.stars::before {
    content: "*";
    color: red;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 18px;
}*/

/*.mainForm-new .form-group > label.star-fix::before {
    left: 14px;
}*/

/*.mainForm-new .form-group > label.stars::after, .mainForm-new .form-group > label.star::after {
    content: "*";
    color: red;
    position: absolute;
    top: 10px;
    left: 4px;
    font-size: 18px;
}*/

#fix .box-modal-body-new .headline {
    margin-bottom: 5px;
    border-bottom: 0px solid #bdc3c7;
}

/*.mainForm-new .form-group:last-child {
    padding-left: 0px;
    padding-right: 0px;
}*/

#fix #ThemMoiKhachHang .mainForm-new label {
    margin-top: 0px;
}

.btnSPVideo, .btnSPFAQ, .box-modal-header-new > .row > div > div {
    display: none;
}

#ModalThemMoi,
#ModalThemMoiCap2,
#ModalSua,
#ThongTinGopY,
#ThemMoiKhachHang,
#modalCreateLH,
#ThemMoiHangHoa,
#ThongTinGopYLH {
    /*top: 10%;*/
    overflow: auto;
    padding-top: 2vmin;
}

#ModalThemMoiCap2 {
    z-index: 1041;
}

.modal .fix-lhd-dropbox .dropdown-menu.inner {
    overflow-x: hidden
}

.modal .input-append + img {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 34px;
    opacity: 0.8;
}

.star::before {
    content: '*';
    position: relative;
    color: red;
    left: -2px;
    top: -2px;
}

.star:after {
    content: "";
}

.lbl-new.notify-info.emailNhap .swal2-content #swal2-content {
    display: block !important;
    font-size: 1.125em;
}

.swal2-content #swal2-content {
    font-size: 17.7px;
    line-height: 24px;
}

    .swal2-content #swal2-content #err-sign {
        text-align: left;
    }

    .swal2-content #swal2-content .tel {
        color: red;
    }

.err-lbl .swal2-actions {
    justify-content: flex-end;
}

.success-lbl .swal2-actions {
    justify-content: center;
}

.lbl-new .swal2-actions .err-btn {
    color: #ffffff !important;
    background: #285E8D !important;
}

    .lbl-new .swal2-actions .err-btn:hover {
        color: #ffffff !important;
        background-color: #5c81a2 !important;
        border: 1px solid #285e8e !important;
    }
/*style popup ghi hoa don*/
.popup-err .swal2-header {
    display: inline-block;
    flex-direction: row-reverse;
    align-items: end;
    border-bottom: 1px solid;
    border-image: -webkit-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image-slice: 1;
}

    .popup-err .swal2-header .swal2-title {
        font-size: 18px;
        padding: 5px;
        display: flex;
    }

.popup-err .content-err .swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 3em;
    height: 3em;
    min-width: 3em;
    min-height: 3em;
    margin: 1.25em;
    zoom: normal;
    border-radius: 50%;
    font-family: inherit;
    line-height: 3em;
    cursor: default;
    float: left;
}

    .popup-err .content-err .swal2-icon:before {
        display: flex;
        align-items: center;
        height: 92%;
        font-size: 2.75em;
    }

.popup-err .content-err #text {
    text-align: left;
    padding: 1em 0em 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.popup-err .content-err {
    padding: 15px;
    text-align: justify;
    border-bottom: 1px solid;
    border-image: -webkit-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image: -moz-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image: -o-radial-gradient(#cdcdcd 75%, rgb(255, 255, 255));
    border-image-slice: 1;
}

    .popup-err .content-err #swal2-content {
    }

.popup-err .swal2-popup {
    width: 45em;
    padding: 0.8em;
}

.popup-err .swal2-actions {
    justify-content: flex-end;
    margin: 0.8em auto 0;
}

/*edit button them moi mau*/
.err-lbl .swal2-actions .err-create:focus {
    box-shadow: none !important;
}

.mb-38 {
    margin-bottom: 38px;
}

.no-outline:hover {
    text-decoration: underline !important;
}

.no-outline:focus {
    outline: none;
    text-decoration: none;
}
/*edit icon xử lí hóa đơn*/
.fix-content #swal2-content .swal2-icon {
    width: 2em !important;
    height: 2em !important;
    min-width: 2em !important;
    min-height: 2em !important;
}

    .fix-content #swal2-content .swal2-icon:before {
        font-size: 2.2em !important;
    }

.bg-dvt {
    background-color: rgb(65, 201, 43) !important;
    color: #ffffff;
}

.fix-swal-submit {
    min-width: 100px;
}

/*fix border*/
.fix-border {
    border-color: #b94a48 !important;
}

.fix-content:focus, .fix-content:checked {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
    border-color: #b94a48 !important;
}

.swal2-success i.fa-check {
    text-align: center;
    color: #a5dc86;
    padding-top: 5px;
    font-size: 40px;
}

.form-group label.error {
    color: #b94a48;
    font-size: 85%;
}

.modal.modal-js > .modal-dialog {
    margin-top: 50px;
}

.fullScreen {
    width: 100% !important;
}