﻿.bg-danger {
    color: #ffffff;
    background-color: #f05050;
}

.rnred, .rnboxred {
    color: red;
}

.rngreen, .green {
    color: green;
}

.rnboxred {
    border: 1px solid red;
    padding: 5px;
}

.rnbold {
    font-weight: bold;
}

#adminForm .error {
    color: red;
}

.padt5 {
    padding-top: 5px;
}

.padl10 {
    padding-left: 10px;
}

.padr0 {
    padding-right: 0px;
}

.padr10 {
    padding-right: 10px;
}

.padb10 {
    padding-bottom: 10px;
}

.padb15 {
    padding-bottom: 15px;
}

.pdl0 {
    padding-left: 0px;
}
.pdl-30{padding-left:30px;}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt5 {
    margin-top: 5px;
}

.mgl5{margin-left:5px;}
.mgl10 {margin-left: 10px;}
.mgl15{ margin-left: 17px;}
.mgl20{ margin-left: 20px;}

.mgb5 {
    margin-bottom: 5px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgb20 {
    margin-bottom: 20px;
}

.mgr10 {
    margin-right: 10px;
}

.mgr30 {
    margin-right: 30px;
}

.error {
    color: red;
}

label {
    font-weight: normal;
}

#boxCat1, #boxCat2 {
    display: none;
}

.cpanel a {
    color: #000;
    text-decoration: none;
}

    .cpanel a > i, .cpanel a > span {
        display: block;
    }

    .cpanel a > span {
        color: #000;
        padding: 5px 0;
        text-overflow: ellipsis;
    }

    .cpanel a span:hover {
        color: green;
        font-weight: bold;
    }

.cpanel .icon {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

    .cpanel .icon .icon-card {
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        height: 200px;
        overflow: auto;
        padding: 10px 5px 5px 5px;
        background-color: #f5f5f5;
    }

    .cpanel .icon .icon-card-list {
        height: auto;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        padding: 10px 5px 5px 10px;
        background-color: #f5f5f5;
    }

        .cpanel .icon .icon-card-list ol {
            text-align: left;
            margin-left: 5px;
            padding-left: 10px;
        }

            .cpanel .icon .icon-card-list ul li a:hover, .cpanel .icon .icon-card-list ol li a:hover {
                color: #0459fd;
            }

.icon-card:hover {
    background: #c1c1c1 !important;
}

.table td key {
    background-color: #ebe3e3;
    font-weight: 700;
}

h4.panel-title {
    padding-top: 7.5px;
}

.bvip {
    text-align: justify;
    background-color: #F2F9FA
}

    .bvip .vtxt {
        text-align: justify;
        line-height: 20px;
    }

ul.list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.list li {
        list-style-type: none;
        padding: 5px 3px;
    }

ul.plist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.plist li {
        list-style-type: none;
        padding: 5px 3px;
        width: 25%;
        float: left;
    }

.fl-r {
    float: right;
}

.fl-l {
    float: left;
}

.sta1 {
    background: #c2dfff !important;
}

.sta2 {
    background: #e3b7eb !important;
}

.sta3 {
    background: #d2f5b0 !important;
}

.sta4 {
    background: #ffcd85 !important;
}

.f80 {
    font-size: 95% !important;
}

.pd-0 {
    padding: 0px;
}

.date-info {
    float: left;
    font-style: italic;
    display: block;
    padding-left: 0px;
    /*  height:120px;*/
}

.cat-info {
    float: left;
    display: block;
    padding-left: 10px;
}

.item-tit {
    padding-bottom: 5px;
}

.btn-act {
    text-align: center;
}

    .btn-act a {
        color: white;
    }

@media (max-width: 991px) {
    ul .plist li {
        width: 50%;
    }
}

@media (max-width: 450px) {
    ul.plist li {
        width: 100%;
    }
}

.fa-2 {
    font-size: 1.5em !important;
}

.sm-avatar {
    float: left;
    padding-right: 10px;
}

    .sm-avatar img, #showimg img, #showimgAvt img {
        width: 120px;
        height: auto;
        max-height: 120px;
        border-radius: 4px;
    }

        .sm-avatar img:hover, #showimg img:hover, #showimgAvt img:hover {
            border: 1px solid #319c00;
        }

.Tin-vip {
    color: red;
    font-weight: bold;
}

.Tin-thuong {
    color: #319c00;
    font-weight: bold;
}

.text-info-expl {
    font-size: 12px;
    color: #585d69 !important;
}

.blue {
    color: #055699;
}

.yellow {
    color: #FB6D05;
}

.red {
    color: #f52010;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #c1c1c1;
}

.no-pub {
    background-color: #a7abae !important;
}

.table-hover > tbody > tr.no-pub:hover {
    background-color: #a1cbea !important;
}

.u-infor {
    color: #0081AF;
    padding: 5px 15px 5px 5px;
}

.item-info {
    padding: 5px 8px 5px 5px;
    font-size: 12px;
    line-height:20px;
    display:inline-block;
}

.color-lv2 {
    color: #585d69;
    list-style: none;
}

.vip-des {
    /*  display:none;*/
}

.form-group .price-fee {
    border-radius: 4px;
    padding: 4px;
    border: 2px dashed #f5b306;
}

.price-fee span {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

#showimg, #showimgAvt {
    margin-top: 15px;
}

.btn-group .btn {
    margin-top: 10px;
}

.pending-payment {
    background-color: #F9DB5F !important;
}

.label-info {
    background-color: #00c0ef !important;
    /*padding: 10px 5px 5px 5px;*/
}

.form-group input[type="file"] {
    max-width: 100%;
    text-align: left;
}

.sub-image {
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin: 5px 10px 5px 0px;
}

.delete-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #f00;
    border: none;
}

.upload-process {
    padding: 1px;
    border-radius: 50%;
    background-color: white;
}

td {
    overflow: hidden;
}

.pd-r0 {
    padding-right: 0px !important;
}

.pd-r5 {
    padding-right: 5px;
}
.pd-r10 {
    padding-right: 10px;
}
.pd-r15 {
    padding-right: 15px;
}
.pd-l0 {
    padding-left: 0px;
}

.share-box {
    position: relative;
}

.share-content {
    max-height: 500px;
    min-height: 20px;
    padding: 5px;
    overflow: auto;
    margin-top: 10px;
    border: 1px solid #0692f7;
    border-radius: 5px;
}

.share-content-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #f00;
    border: none;
    border-radius: 0 5px 0px 0px;
}

.input-group {
    background-color: #eee;
    border-radius: 3px;
}

    .input-group label.error {
        padding-left: 5px;
    }

    .input-group select {
        border-radius: 3px !important;
    }

.save-note {
    cursor: pointer;
}

    .save-note :hover {
        color: #0a681c;
    }

.icon-card .text-left a:hover {
    color: green;
}

.fa-1_5x {
    font-size: 1.2em;
    font-weight: bold;
}


.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
    z-index: 9999;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

/* Changing style for spinner */
.submit-progress {
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em; /* Set to a negative number that is 1/2 of the width */
}

    .submit-progress i {
        margin-right: 0.5em;
    }

.hidden {
    display: none;
}

.displayNote {
    display: block !important;
}

.ask-main .item-car:hover {
    background: #f1f1f1 !important;
}

.ask-main .item-car {
    border: 1px solid #dedede !important;
    padding: 10px 0px 0px 10px;
    background: #f1f1f1 !important;
}

.ask-main .customer-name {
    line-height: 22px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.ask-main .item-car .title a {
    display: inline-block;
    line-height: 22px;
}

.ask-main .item-car .title {
    margin-bottom: 0px;
}

.ask-main .iconcom-user {
    width: 25px;
    padding: 2px 5px;
    height: 25px;
    background-image: none;
    background-color: #ccc;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    /* line-height: 26px; */
    font-style: normal;
    display: inline-block;
    /* padding: 5px; */
    vertical-align: middle;
    float: left;
}

.ask-main .description,
.ask-main .relate_infocom {
    margin-left: 30px;
}

.ask-main .relate_infocom {
    display: block;
    overflow: visible;
    height: 18px;
    padding: 5px 0;
    font-size: 12px;
    color: #666;
}

    .ask-main .relate_infocom .reply {
        cursor: pointer;
        color: #4a90e2;
    }

    .ask-main .relate_infocom .dot {
        /* float: left !important;*/
        display: inline;
        font-size: 8px;
        vertical-align: middle;
        /*margin: 2px 5px;*/
        color: #babbb8;
    }

.ask-main .arrow_box {
    position: relative;
    left: 7px;
    display: block;
    margin-top: -15px;
    z-index: 9;
    background: #f1f1f1;
}

    .ask-main .arrow_box:before {
        border-bottom-color: #e7e7e7;
        border-width: 12px px;
        margin-left: -12px;
    }

    .ask-main .arrow_box:after, .ask-main .arrow_box:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.ask-main .comment_reply {
    display: block;
    margin-top: 5px;
    position: relative;
    background: #e7e7e7;
    /*    border: 1px solid #e7e7e7;*/
    padding: 15px 10px;
    font-size: 14px;
    color: #333;
    border-radius: 5px;
}

.ask-main .comment_ask {
    display: block;
    overflow: visible;
    margin: 10px 0 0;
}

.ask-main .clear {
    clear: both;
}

.ask-main .reply-box {
    margin-left: 30px;
    margin-top: 5px;
}

.ask-main .red {
    color: red;
}

.ask-main .bold {
    font-weight: bold;
}

.ask-main .action-button {
    cursor: pointer;
    color: #4a90e2
}

.font-weight-bold {
    font-weight: bold;
}

.quick-person-rpt {
    line-height: 24px;
}

    .quick-person-rpt img {
        width: 24px;
        height: 24px;
        margin-bottom: 14px;
    }

.sm-font {
    font-size: 12px;
    color: gray;
}

.cat_1, .cat_2, .cat_3, .cat_4, .cat_5, .cat_6 {
    border-radius: 3px;
    padding: 3px;
    margin-right: 5px;
}

.cat_1 {
    background-color: #449D44;
}

.cat_6 {
    background-color: #f9bf8b;
}

.cat_2 {
    background-color: #97ec85;
}

.cat_3 {
    background-color: yellow;
}

.cat_4 {
    background-color: #ddd69f;
}

.cat_5 {
    background-color: #ffbdbd;
}

.newversion4_7 .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .newversion4_7 .input-group .input-group-prepend {
        margin-right: -1px !important;
    }

    .newversion4_7 .input-group .input-group-text {
        display: flex;
        align-items: center;
        padding: 0.375rem 0.75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.hiq-group, .hiq-group a {
    color: green;
}

.socialShare span {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #0081AF;
    padding: 2px 5px;
    border-radius: 4px 4px;
    color: #0081AF;
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
}

.socialShare label {
    float: left;
    cursor: pointer;
    display: inline-block;
    padding: 2px 5px;
    color: #0081AF;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}

.socialShare .clearboth {
    clear: both;
}
.clearboth {
    clear: both;
}
.socialShare .share-content {
    margin-top: 0px;
}

.socialShare .added-code {
    background-color: #449d44;
    color: white;
    border: 1px solid #529C61;
}

.pub-box-content {
    background-color: #d4d4d4;
    margin: 0px;
}

    .pub-box-content .item-box-content {
        background-color: white;
        margin: 20px;
        border-radius: 10px;
        padding: 20px;
    }

.panel-heading {
    background-color: #d4d4d4 !important;
}

.panel-body {
    padding: 15px;
}

.viewChartDetailPublisher, .viewVipHistory, .viewNewsSamePublisher, .ViewInvoiceHistory, .addNewAdDetail, .viewAdDetail {
    color: #0081AF;
    /*  font-weight: bold;*/
    cursor: pointer;
}

.page-header {
    margin: 10px 0px;
}

@media (min-width: 1025px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

@media (min-width: 840px) {
}
@media (max-width: 840px) {
    .my-modal-ai {
        width: 100% !important;
        margin-top: 120px !important;
        transform: translateX(-50%) !important; /* chỉ canh giữa theo chiều ngang */
    }
}


@media (max-width: 599px) {
    .popup {
        max-width: 100% !important;
        width: 90% !important;
    }

    .pub-box-content .item-box-content {
        margin: 10px 5px;
        padding: 5px;
    }

    .modal-body {
        padding: 5px;
    }

    .page-header {
        margin: 10px 0px;
        font-size: 17px;
    }

    .panel {
        border: 0px !important;
    }

    .cpanel .icon .icon-card {
        height: auto;
        min-height: 130px;
        max-height: 200px;
    }

}

@media only screen and (max-width: 400px) {
}

.group-face {
    display: flex;
    flex-wrap: wrap;
}

.box-search-job-home {
    margin: 0;
    /*  padding: 60px 15px;*/
    background: none;
}

    .box-search-job-home .row {
        flex-direction: column;
        grid-gap: 10px;
        margin: 0;
    }

        .box-search-job-home .row.mgt10 {
            margin-top: 10px;
        }

        .box-search-job-home .row > div {
            width: 100%;
            padding: 0;
        }

    .box-search-job-home .form-group {
        width: 100%;
    }

.box-search-job .search-input {
    padding-right: 5px;
    padding-left: 10px;
}

.box-search-job .form-group {
    margin-bottom: 0;
}

.search-cate .select-custom {
    /*  border-right: 1px solid #ececec;*/
    font-weight: bold;
    color: #555;
    border-radius: 3px 3px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 12px;
    display: block;
    /*  line-height: 40px;*/
    /* background-size: 20px 21px; */
    cursor: pointer;
}

    .search-cate .select-custom #lblCurrCate, .search-cate .search-form .search-keyword input {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        padding: 0px 0px 0px 10px;
        font-size: 12px;
        line-height: 44px;
        border: none;
        background-color: white;
        border-radius: 4px 4px;
    }

.search-cate, .search-keyword, .search-location {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

    .search-cate .advance-select-options {
        /* max-width: 188px; */
        display: none;
        /* min-width: 125px; */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000000;
        background: #fff;
        border: 1px solid #ccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
    }

        .search-cate .advance-select-options ul {
            padding: 0px;
        }

    .search-cate .advance-select-options {
        position: absolute;
        top: 46px;
        left: 0;
        /* width: 226px; */
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        display: none;
        z-index: 10000;
        padding: 0;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        border-radius: 0;
        min-width: 226px !important;
        border-left: 1px solid #12a9d9;
        border-right: 1px solid #12a9d9;
        border-bottom: 1px solid #12a9d9;
        border-radius: 4px 0px 4px 4px;
        max-height: 600px;
        overflow: scroll;
    }

        .search-cate .advance-select-options ul {
            max-height: inherit;
            max-width: inherit;
            min-width: 226px !important;
        }

        .search-cate .advance-select-options ul, .search-cate .advance-select-options li {
            list-style: none;
            clear: both;
        }

            .search-cate .advance-select-options ul li {
                position: relative;
                margin: 0;
                color: #686868;
                font-size: 13px;
            }

            .search-cate .advance-select-options ul li {
                cursor: pointer;
                padding: 0;
                margin: 0 0 0 4px;
            }

                .search-cate .advance-select-options ul li span {
                    display: block;
                    border-bottom: 1px dashed #c4c4c4;
                    font-size: 13px;
                    line-height: 29px;
                    color: #686868;
                }

                .search-cate .advance-select-options ul li ul li span {
                    margin-left: 16px;
                }

                .search-cate .advance-select-options ul li span.parent-cate {
                    font-weight: bold;
                }

    .search-cate .parent-cate .icon {
        background: url(/frontend/Assets/img/vna-cate-icon.png) no-repeat 0px 1px;
        display: inline-block;
        width: 26px;
        height: 28px;
        background-size: cover;
        float: left;
        margin-right: 5px;
    }

    .search-cate .parent-cate-rd .icon {
        background-position-x: -1px;
    }

    .search-cate .parent-cate-jd .icon {
        background-position-x: -55px;
    }

    .search-cate .parent-cate-frl .icon {
        background-position-x: -83px;
    }

    .search-cate .parent-cate-cr .icon {
        background-position-x: -107px;
    }

    .search-cate .parent-cate-jg .icon {
        background-position-x: -138px;
    }

    .search-cate .parent-cate-b4s .icon {
        background-position-x: -29px;
    }

    .search-cate .advance-select-options ul li ul li span::before {
        content: "•";
        color: rgb(196, 196, 196);
        margin-right: 5px;
    }

    .search-cate .advance-select-options ul li img, .search-cate .select-custom #lblCurrCate img {
        margin-right: 6px;
        vertical-align: middle;
        width: 16px;
    }

    .search-cate .advance-select-options ul li span.active {
        font-weight: bold;
    }

    .search-cate .advance-select-options ul li span:hover, .search-cate .advance-select-options ul li span.active {
        background-color: #cfe7fb !important;
    }

    .search-cate .advance-select-options ul li:hover, .search-cate .advance-select-options ul li.current {
        background-color: #fff;
    }

.NewsUnPublishTotal {
}

    .NewsUnPublishTotal a {
        padding: 10px 3px !important;
    }

.nav-unpub-noti {
    padding: 15px 15px;
}

.item-display-status {
    border-radius: 6px;
    border: 1px solid #C0C0C0;
    padding: 4px 5px;
    background-color: #E3E3E3;
    font-size: 12px;
}

.group-face ul > li .text-info-expl {
    margin: 0px;
}

.sm-avatar-round {
    text-align: center;
    padding-top: 10px !important;
}

    .sm-avatar-round img {
        width: 30px;
        border-radius: 50%;
        float: left;
        margin-right: 10px;
    }

.fa-1_4x {
    font-size: 1.4em;
}

.input-group .addon-icon {
    font-size: 24px;
    padding: 1px 10px;
    cursor: pointer;
}

    .input-group .addon-icon:hover {
        background-color: #c1fbc5;
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* MĆ u Ä‘en vį»›i Ä‘į»™ trong suį»‘t 50% */
    display: none;
    z-index: 1001;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0px;
    border: none;
    border-radius: 6px; /* Bo trĆ²n gĆ³c */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Hiį»‡u į»©ng mį»¯ mį»¯ */
    max-width: 500px;
    z-index: 1005; /* Äįŗ·t z-index cao hĘ�n overlay Ä‘į» pop-up nįŗ±m phĆ­a trĆŖn */
    text-align: left;
    opacity: 0; /* Mįŗ·c Ä‘į»‹nh įŗ©n pop-up */
    transition: opacity 0.5s; /* Hiį»‡u į»©ng chuyį»n Ä‘į»™ng */
}

    .popup.show {
        opacity: 1;
        padding: 0px;
    }

    .popup.hide {
        display: none !important;
    }

    .popup .popup-content, .popup .popup-content p {
        margin-bottom: 0px;
    }

    .popup .popup-title {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        /* margin-bottom: 10px;*/
    }

    .popup .popup-subtitle {
        font-size: 16px;
        color: #555;
        /* margin-bottom: 10px;*/
    }

    .popup .popup-text {
        font-size: 14px;
        color: #666;
        /*margin-bottom: 10px;*/
    }

    .popup .popup-image {
        max-width: 100%;
        height: auto;
        /*     margin-bottom: 10px;*/
    }

    .popup .popup-action-button {
        display: inline-block;
        /*   padding: 10px 20px;*/
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #007bff;
        text-decoration: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .small-popup .close-btn, .popup .close-btn {
        position: absolute;
        top: 4px;
        right: 4px;
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        cursor: pointer;
        background-color: #949494;
        border-radius: 6px;
        padding: 0px 5px 0px 5px;
        z-index: 9999;
    }

        .small-popup .close-btn:hover, .popup .close-btn:hover {
            color: #fff;
            background-color: #0056b3; /* MĆ u nį»n hover cį»§a icon Ä‘Ć³ng */
        }

.box-price-list .box-price-item-wrapper {
    height: 100%;
    padding: 30px 0;
    position: relative;
}

    .box-price-list .box-price-item-wrapper.box-price-item-wrapper-center {
        padding: 0;
    }

.box-price-list .box-price-item {
    border: 1px solid #319c00;
    padding: 30px 15px 80px;
    height: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: white;
    border-radius: 10px;
}

    .box-price-list .box-price-item:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    }

.box-price-list .box-price-top {
    text-align: center;
    margin-bottom: 20px;
}

    .box-price-list .box-price-top p {
        margin-bottom: 5px;
    }

.box-price-list .box-price-midle ul {
    padding: 0;
    margin: 0;
}

.box-price-list .box-price-midle .price-list {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.color-lv1 {
    color: #98a0b1;
}

.color-lv2 {
    color: #585d69;
}

.box-price-list .box-price-midle .price-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: #319c00;
}

.box-price-list .box-price-midle .price {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .box-price-list .box-price-midle .price.price-2 strong {
        font-size: 18px;
    }

    .box-price-list .box-price-midle .price strong {
        font-size: 50px;
    }

    .box-price-list .box-price-midle .price small {
        font-size: 16px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .box-price-list .box-price-midle .price sub {
        margin-right: 8px;
        font-size: 20px;
        margin-top: -30px;
    }

.box-price-list .list-services li {
    margin-bottom: 15px;
}

    .box-price-list .list-services li:last-child {
        margin-bottom: 0;
    }

.box-price-list .box-price-bottom {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .box-price-list .box-price-bottom a {
        color: white;
        font-size: 14px;
        font-weight: bold;
    }

        .box-price-list .box-price-bottom a:hover {
            background: #1f5b04;
            color: white;
        }

.box-price-note {
    margin-top: 60px;
}

.tag-conner-red {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 1px;
    top: 0;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/tag_label_red.png) left no-repeat;
}

    .tag-conner-red span {
        text-shadow: 0 0 2.8px rgba(0, 0, 0, 0.25);
        height: 56px;
        width: 100%;
        text-align: center;
        line-height: 37px;
        padding-right: 8px;
        font-size: 11px;
        letter-spacing: 1px;
        transform: rotate(45deg);
        display: inline-block;
    }

.tag-conner-red-big {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 1px;
    margin-top: 1px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../img/recom.png) left no-repeat;
    background-size: 100%;
    z-index: 1;
}

    .tag-conner-red-big span {
        text-shadow: 0 0 2.8px rgba(0, 0, 0, 0.25);
        height: 93px;
        width: 100%;
        text-align: center;
        line-height: 60px;
        padding-right: 8px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
        transform: rotate(45deg);
        display: inline-block;
    }


.vip-type-desc {
    background-color: #d9d9d9;
}

    .vip-type-desc .box-price-list .box-price-item-wrapper {
        padding: 10px 0px !important;
    }

    .vip-type-desc .box-price-list .box-price-top {
        margin: 10px 0px;
    }

        .vip-type-desc .box-price-list .box-price-top h3 {
            margin-top: 0px;
        }
    .vip-type-desc .box-price-list .box-price-top .price{
        padding:0px;
    }
        .vip-type-desc .box-price-list .box-price-top ul {
            padding: 0px;
            padding-left: 10px;
            font-size: 12px;
        }

    .vip-type-desc .box-price-list .box-price-item {
        border: none !important;
        padding: 10px;
    }

    .vip-type-desc .box-price-list .box-price-midle .price-list {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .vip-type-desc .box-price-list .list-services li {
        list-style: none;
        margin-bottom: 5px;
    }

    .vip-type-desc .box-price-list .box-price-midle .price-list::after {
        background: none !important;
    }

    .vip-type-desc .box-price-list .box-price-top .price strong {
        font-size: 40px !important;
    }
    .vip-type-desc .box-price-list .box-price-top .price sub {
        bottom: 1.0em;
    }
        @media (max-width: 599px) {
            .vip-type-desc .box-price-list .box-price-top {
                margin: 0px 0px;
                padding: 0px 0px;
            }

                .vip-type-desc .box-price-list .box-price-top .price-list ul {
                    padding: 0px 0px;
                }

            .vip-type-desc .box-price-list .list-services li {
                margin-bottom: 0px;
            }

            .vip-type-desc .box-price-list .box-price-midle .price-list {
                margin-bottom: 0px !important;
                padding-bottom: 8px;
            }

            .vip-type-desc .tag-conner-red-big {
                display: none;
            }

            .vip-type-desc .box-price-list .box-price-item-wrapper {
                padding: 5px 0px !important;
            }

            .vip-type-desc .box-price-list .box-price-midle .price strong {
                font-size: 20px !important;
            }
        }
.price-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.price {
    display: flex;
    align-items: center;
    font-size: 24px;
}

.text-left {
    text-align: left;
    padding-left: 10px;
    margin-bottom:0px;
}
.form-group .input-group .input-group-addon select{
    height:24px;
}
.text-secsion {
    font-size: 2em;
    padding-top: 20px;
    padding-bottom: 15px;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
   
.ad-status-finish, .ad-status-finish a {
    background-color: #E3E3E3 !important;
    color: #585d69 !important;
    /*line-height:30px;*/
}
.ad-status-running, .ad-status-running a {
    background-color: #97ec85 !important;
    color: #337ab7 !important;
    /*line-height: 30px;*/
}
.ad-status-pending, .ad-status-pending a {
    background-color: #f9bf8b !important;
    color: #337ab7 !important;
    /*line-height: 30px;*/
}
.removed-ad {
    cursor: pointer !important;
    padding: 0px 5px;
}
.copybtn {
    cursor: pointer;
    vertical-align: middle;
}

.copy-wrapper {
    position: relative;
    display: inline-block;
}
.copybtn:hover {
    color: #f0ad4e;
}
.copyalert {
    position: absolute;
    top: -15px;
    right: -55px;
    display: none;
    color: green;
    background-color: white;
    border: 1px solid green;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}
.admin-list .actionBox div {
    margin-bottom: 5px;
}

    .admin-list .actionBox div a {
        color: #fff !important;
    }
/* Cải thiện responsive cho modal */
.admin-list .modal-body {
    word-wrap: break-word; /* Văn bản dài tự xuống dòng */
    max-width: 100%;
}

.admin-list .modal-footer {
    padding: 15px; /* Đảm bảo padding */
    text-align: right; /* Căn phải nút */
}

    .admin-list .modal-footer .btn {
        margin-left: 5px; /* Khoảng cách giữa các nút */
    line-height: 30px;
}
.ai_btn {
    padding: 0px 0px 0px 15px;
}
.ai_icon {
    border-radius: 4px;
}
.tooltip-ai {
    position: absolute;
    bottom: 100%; /* nằm phía trên button */
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px; /* khoảng cách giữa tooltip và button */
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    z-index: 9999;
    width: 220px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tooltip-ai.show {
    opacity: 1;
    visibility: visible;
}
.tooltip-ai img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.pointer {
    cursor: pointer;
}
.list-unstyled {
    text-align: left;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
.my-modal-ai {
    left: 50%;
    top: 40%;
    margin-top: 200px;
    transform: translate(-50%, -50%);
    overflow: hidden !important;
    position: absolute;
    width: 63%;
    min-height: 800px;
    height: auto;
}

    .my-modal-ai .modal-dialog {
    }

        .my-modal-ai .modal-dialog .modal-content {
            width: initial !important;
            height: 800px !important;
        }
        .my-modal-ai .modal-dialog .modal-content .modal-body {
        height:auto;
        width: auto !important;
    }