.navbar {
    background-color: white;
}

.navbar a, .navbar .nav-link {
    color: #23AA4E !important;
    font-size: 18px;
    font-weight: bold;
}

.slide {
    position: relative;
}

.btn-outline-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-success, .btn-call {
    color: #fff !important;
    background-color: #2ace5e !important;
    border-color: #2ace5e !important;
}

.box .column strong {
    color: #2ace5e;
}

.banner-img img {
    object-fit: contain;
    max-width: 100%;
    vertical-align: top;
    border-style: none;
    text-align: center;
}

.banner-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    transform: translateY(-50%);
}

.banner-img {
    margin-top: 100px;
}

.banner-caption .banner-inner {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.banner-caption .title {
    line-height: 1.15;
    margin: 0;
    font-size: 2.5em;
    color: white;
    font-weight: 800;
}

.banner-caption .banner-description {
    margin-top: 10px;
    font-size: 1em;
    color: white;
    line-height: 1.5;
    font-weight: 400;
}

.banner-caption .banner-form {
    margin-top: 20px;

}

.banner-caption .job-listings {
    margin-bottom: 0px;
}

.banner-caption .banner-search {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;

}

.banner-search .search-slt {
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    background-color: #2ace5e !important;
    border: solid 0.5px #2ace5e !important;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.section-title {
    text-align: center;
    margin: 20px auto;
    font-weight: 900;
    color: #2ace5e;
    padding-top: 20px;
}

.PaperContainer {
    background-color: white;
}

.box {
    margin-bottom: 20px;
}

.box .column {
    flex-direction: column;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
    margin-top: 15px;
    min-height: 230px;
}

.job-title {
    margin-bottom: 10px;
    white-space: normal;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.job-title h3 {
    font-size: 1.4rem;
}

.div-call {
    padding-top: 30px;
}

.job-image {
    width: 100%;
    margin: 0;
    padding: 0;
}

.job-image img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 150px;
    vertical-align: top;
    height: 150px;
    overflow: hidden;
    object-fit: cover;
}

.job-title-wrap {
    width: 100%;
    padding-left: 0;
}

.job-title-wrap .entry-title {
    font-size: 22px;
    line-height: 1.45em;
    font-weight: bold;
}

.job-title-wrap .entry-meta {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 15px;
    font-size: 1em;
    font-weight: 400;
}

.job-title-wrap .entry-meta .salary-amt {
    font-size: 16px;
    line-height: 1.44em;
    font-weight: 400;
    margin-bottom: 5px;
}

.currency {
    font-weight: 600;
    color: red;
    margin-right: 5px;
    font-size: 18px;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.lead {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: black !important;
}

/* Job lauout */

.breadcrumb-item a {
    color: #2ace5e;
}

.meta {
    display: inline-block;
    list-style: none outside;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    clear: both;
}

.meta li {
    display: inline;
    color: #999999;
}

.meta .job-type {
    padding: 5px;
    color: white;
    font-weight: 900;
    background: #2ace5e;
}

#job-rel {
    background: #f1f1f1;
    padding: 10px;
}

#job-rel h5 {
    color: #2ace5e;
    font-weight: 900;
}

.job-rel {
    background: white;
    padding: 10px;
    margin: 10px;
}

.share {
    padding: 15px
}

/* Login layout */
#login {
    padding: 100px 0;
    background-color: #f1f1f1;
}

.login {
    height: 500px;
    background-color: white;
}

.login .form {
    padding: 50px 20px;
}

/* Profile */
#profile {
    padding: 100px 0;
    background-color: #f1f1f1;
}

#profile .nav-link {
    color: #2ace5e !important;
    font-size: 16px;
    font-weight: 900;
}

#profile .nav-link.active {
    color: white !important;
    font-size: 16px;
    font-weight: 900;
    background-color: #2ace5e;
}

.profile-tab {
    background-color: white;
    height: auto;
    padding: 10px;
}

table th, table td {
    text-align: center;
}

table tr:nth-child(even) {
    background-color: #BEF2F5
}

.pagination li:hover {
    cursor: pointer;
}

table tbody tr {
    display: none;
}

.post {
    background-color: white;
    padding: 20px;
}

.box-avatar {
    border-left: dashed 1px #2ace5e;
}

.form-img {
    margin-top: 50px;
}

.image-box {
    margin: 0 auto;
    margin-top: 1em;
    width: 100%;
    height: 200px;
    background: white;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10%;
    border: dashed 2px #2ace5e;
}

.image-box img {
    height: 100%;
    display: none;
}

.image-box p {
    position: relative;
    top: 30%;
    color: #2ace5e;

}

.ck-editor__editable_inline {
    min-height: 300px;
}

.notfound {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

@media (min-width: 768px) {
    .notfound {
        padding: 40px 0;
        width: 50%;
    }
}

@media (max-width: 525px) {
    .banner {
        display: none;
    }
    #job-posting-section {
        padding-top: 100px;
    }
}

.notfound .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.notfound .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.contactInfo .PaperInfoWrapper .BasicInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

body {
    background-color: #f1f1f1 !important;
}

.header {
    background-color: #fff !important;
}

.contactInfo {
    text-align: center;
}

.PaperContainer {
    padding-bottom: 15px;
}

.PaperContainer .PaperWrapper {
    padding: 15px;
}

.contactInfo .PaperInfoWrapper .BasicInfo .AvatarWrapper {
    padding-right: 5px;
}

.contactInfo .PaperInfoWrapper .BasicInfo .InfoWrapper {
    margin-left: 10px;
    width: 100%;
    text-align: left;
}

.contactInfo .PaperInfoWrapper .BasicInfo .InfoWrapper .UltiRow .MainFunctionButton.EditProfile {
    background-color: #fff;
    color: #000;
    border: 1px solid #d7d9dc;
}

.contactInfo .PaperInfoWrapper .BasicInfo .InfoWrapper .UltiRow .MainFunctionButton {
    cursor: pointer;
    text-align: center;
    line-height: 1.5;
    min-width: 125px;
    font-size: 14px;
    border-radius: 20px;
    outline: 0;
    padding: 4px 10px;
    min-height: 30px;
    margin-right: 10px;
    -webkit-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

@media screen and (min-width: 768px) {
    .contactInfo .PaperInfoWrapper .BasicInfo {
        border-right: 1px solid #eee;
        border-bottom: none;
    }
}

.contactInfo .PaperInfoWrapper .BasicInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.contactInfo .PaperInfoWrapper .ExtraInfo {
    padding: 15px;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contactInfo .PaperInfoWrapper .ExtraInfo .itemRow img {
    margin-right: 10px;
}

.contactInfo .icon {
    position: relative;
}

.contactInfo .infoIcon {
    width: 35px;
}

.contactInfo .PaperInfoWrapper .ExtraInfo .itemRow {
    height: 20px;
    margin: 5px 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    color: #9b9b9b;
}

.avatar-user {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%;
}

.breadcrumb {
    background-color: #f1f1f1 !important;
}

.PaperInfoWrapper {
    color: rgba(0, 0, 0, 0.87);
    background-color: #ffffff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Verdana, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 2px;
}

.AvatarWrapper img {
    color: #ffffff;
    background-color: rgb(188, 188, 188);
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.PaperWrapper {
    color: rgba(0, 0, 0, 0.87);
    background-color: #ffffff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Verdana, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 2px;
}

.row.list>div {
    padding: 8px 0px 8px 0px;
    width: 100%;
}

.notfound a {
    border: 1px solid rgb(254, 153, 0);
    box-sizing: border-box;
    display: inline-block;
    font-family: Verdana, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px 0px 10px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    vertical-align: middle;
    height: 36px;
    line-height: 30px;
    min-width: 100%;
    color: rgba(0, 0, 0, 0.87);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 3px;
    user-select: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}

.notfound a span {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: rgb(254, 153, 0);
}

.btn-outline-danger {
    margin: -100px 20px 0px 0px;
}

.listItem {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    margin-left: 0px;
    padding: 5px 0px;
}

.job-post a {
    color: rgb(0, 0, 0);
}

.job-post a:hover {
    color: black;
    text-decoration: unset;
}

.content-job .PaperContainer {
    background-color: white;
}

.content-job .breadcrumb {
    background-color: #f1f1f1;
    margin-bottom: 0px;
}

.content-job .PaperContainer {
    padding: 20px;
}

.jdmbsx {
    display: block;
    margin: auto;
    height: 121px;
    border-bottom: 1px solid rgb(233, 235, 238);
    padding: 10px 0px;
    box-sizing: border-box;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.jdmbsx li {
    list-style: none;
    position: relative;
}

.jdmbsx li a {
    color: rgb(0, 0, 0);
    display: block;
}

.jYrOeG {
    float: left;
    width: 133px;
    height: 100px;
}

.dPyyiW {
    display: inline-block;
    margin: auto;
    height: 100px;
    width: 133px;
    float: left;
    position: relative;
    background-image: url("https://timviecnha.com/giupviec.png");
    background-size: 100%;
}

@media (max-width: 768px) {
    .dPyyiW {
        width: 106px;
        height: 80px;
    }

    .banner-caption .title {
        font-size: 1.5em;
    }
}

@media (max-width: 425px) {
    .banner-caption {
        top: 60%;
    }
}

.hDgMYM {
    width: 100%;
    height: 100%;
    position: relative;
}

.hDgMYM img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bQVRRv {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.enrfhw {
    float: right;
    width: calc(100% - 143px);
    height: 100px;
    position: relative;
}

.hXRBzs {
    max-width: calc(100% - 15px);
    max-height: 34px;
    margin-bottom: 5px;
}

.cUQZyp {
    font-size: 14px;
    line-height: 17px;
    margin: auto;
    padding: 0px;
    height: 100%;
    font-weight: normal;
    display: -webkit-box;
    margin-block: 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.EYiyr {
    height: 20px;
    line-height: 20px;
}

.dBCFhH span {
    color: rgb(208, 1, 27);
    font-weight: bold;
    font-size: 13px;
    max-width: calc(100% - 60px);
    display: inline-block;
}

.hNtdWe {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    height: 25px;
    width: calc(100% - 143px);
    font-size: 12px;
}

.knzJMl {
    position: relative;
    width: 100%;
    height: 100%;
}

.dHIttn {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    position: relative;
}

.jRTXwt {
    display: flex;
}

.banner-caption .form-wrap form .search_jobs label {
    display: none;
}

.banner-caption .jobscout_job_filters .search_jobs {
    padding: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
}

.banner-caption .jobscout_job_filters .search_jobs input, .banner-caption .jobscout_job_filters .search_jobs select {
    border-radius: 0;
    height: 50px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 0.8888em;
    font-weight: 400;
    padding: 10px 20px;
    color: #666;
    width: 100%;
}

.banner-caption .jobscout_job_filters .search_jobs input, .banner-caption .jobscout_job_filters .search_jobs select {
    border-radius: 0;
    height: 50px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 0.8888em;
    font-weight: 400;
    padding: 10px 20px;
    color: #666;
}

.banner-caption .jobscout_job_filters .search_jobs div.filter_first, .banner-caption .jobscout_job_filters .search_jobs div.search_keywords, .banner-caption .jobscout_job_filters .search_jobs div.filter_last, .banner-caption .jobscout_job_filters .search_jobs div.search_location {
    float: none;
    width: auto;
    padding-right: 0;
    display: flex;
    flex: 1;
    padding-left: 0;
}

.banner-caption .jobscout_job_filters .search_jobs>div:first-child input {
    border-left: none;
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.banner-caption .jobscout_job_filters .search_jobs input[type="submit"] {
    padding: 0;
    width: 60px;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    text-indent: 70px;
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.banner-caption button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    background: #2ace5e;
    border: 1px solid #2ace5e;
    color: #fff;
    font-weight: 700;
    font-size: 0.888em;
    border-radius: 5px;
    padding: 10px 18px;
    cursor: pointer;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.banner-caption .jobscout_job_filters .search_jobs {
    padding: 0;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    border-radius: 5px;
    overflow: hidden;
}

.banner-caption .jobscout_job_filters .search_jobs input, .banner-caption .jobscout_job_filters .search_jobs select {
    border-radius: 0;
    height: 50px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    font-size: 0.8888em;
    font-weight: 400;
    padding: 10px 20px;
    color: #666;
}

.gAfVfp {
    background-image: url(images/heart.png);
    width: 27px;
    height: 25px;
    display: inline-block;
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.PaperContainer {
    background-color: #f1f1f1;
}

@media screen and (max-width: 767px) {
    .banner-caption .jobscout_job_filters .search_jobs {
        flex-direction: column;
    }
}

.banner-caption .container {
    margin: 0 auto;
    max-width: 1170px;
}

@media screen and (max-width: 1199px) {
    .banner-caption .container {
        max-width: 1000px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-caption .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 767px) {
    .banner-caption .container {
        max-width: 420px;
    }
}

.banner-caption .caption-inner {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .banner-caption .jobscout_job_filters .search_jobs input[type="submit"] {
        background-image: none;
        width: 100%;
        text-indent: 0;
        margin-top: 1px;
        border-left: none;
    }
}

.Yhkvq {
    max-width: 140px;
    position: relative;
    top: 4px;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.dHIttn::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    bottom: 2px;
    right: -8px;
}

.SWKJx {
    float: left;
    opacity: 0.7;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    position: relative;
}

.SWKJx span {
    position: relative;
    top: 4px;
    display: inline-block;
    text-transform: capitalize;
}

.SWKJx::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    bottom: 2px;
    right: -8px;
}

.bwQGTK {
    background: transparent;
    cursor: pointer;
    border: none;
    outline: none;
}

.tablink {
    font-weight: 700;
    background-color: #f8f9fa;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    font-size: 19px;
    width: 50%;
}

.component-six-main-item {
    padding-left: 15px;
    width: 100%;
    --spacing: 15px;
    --columns: 5;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing));
}

.post-view, .count-phone {
    line-height: 25px;
}

.post-view i, .post-view span, .count-phone i, .count-phone span {
    position: relative;
    top: 4px;
}

@media (max-width:1025px) {
    .component-six-main-item {
        --columns: 4;
    }
}

@media (max-width:767px) {
    .post-image {
        width: 300px;
    }
}

@media (max-width:368px) {
    .post-image {
        width: 250px;
    }
}

@media (max-width:320px) {
    .post-image {
        width: 200px;
    }
}

@media (min-width:768px) {
    .post-image {
        width: 200px;
    }
}

@media (min-width:992px) {
    .post-image {
        width: 300px;
    }
}

@media (max-width:550px) {
    .component-six-main-item {
        --columns: 2;
    }

    .job-image img {
        width: 130px;
        height: 130px;
    }

    .div-call {
        padding-top: 10px;
    }
}

@media (max-width:375px) {
    .component-six-main-item {
        --columns: 1;
    }

    .job-image img {
        width: 115px;
        height: 115px;
    }

    .div-call {
        padding-top: 0px;
    }
}

@media (max-width:320px) {
    .job-image img {
        width: 95px;
        height: 95px;
    }
}

.component-six-flex-item {
    overflow: hidden;
    width: calc(calc(100% / var(--columns)) - var(--spacing));
    margin-left: var(--spacing);
}

.a-post {
    color: black;
}

.component-six-box {
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    min-height: 250px;
    background: #f2f2f2;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 4%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 4%), 0 0 2px rgb(0 0 0 / 6%), 0 0 1px rgb(0 0 0 / 4%);
}

.content-image {
    text-align: center;
}

.component-six-box img {
    width: 150px;
    height: 150px;
}

.component-six-desc {
    height: 200px;
    padding: 10px 15px;
}

.component-six-desc h4 {
    text-align: left;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.component-six-desc p {
    display: block;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    font-family: 'Roboto', Ubuntu, sans-serif;
}

p.salary {
    color: red;
    font-size: 18px;
    font-weight: 700;
}

.tablink:hover {
    background-color: #777;
}

.tabcontent {
    color: white;
    display: none;
    padding: 50px 10px;
    height: 100%;
}

.item-post {
    background: #fff;
    border: 1px solid #f4f4f4;
    overflow: hidden;
    padding: 12px;
    flex-basis: 20%;
}

#job-list {
    background-color: white;
    color: black;
}

#staff-list {
    background-color: white;
    color: black;
}

@media only screen and (max-width: 768px) {
    .item-post {
        flex-basis: 25%;
    }
}

@media only screen and (max-width: 540px) {
    .item-post {
        flex-basis: 50%;
    }
}

@media only screen and (max-width: 320px) {
    .tabcontent {
        padding: 50px 0px;
    }
}


.item-post .item-post-div {
    display: block;
    height: 100%;
    position: relative;
}

.thumbnailWrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

.Body_caption {
    padding-bottom: 20px;
    position: relative;
}

.btn-edit {
    color: #007bff;
}

input.error {
    border: 1px solid #D0021B;
}

.form-group .ck-editor.error {
    border: 1px solid #D0021B;
}

span.error {
    --prswihc-0: #D0021B;
    color: var(--prswihc-0);
    min-height: 18px;
    margin: 0;
    line-height: 17px;
}

.thumbnailWrapper .thumbnailImg {
    background: url("https://timviecnha.com/giupviec.png") 50% no-repeat;
    background-size: cover !important;
    border-radius: 2px;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.thumbnailWrapper .thumbnailImg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.thumbnailWrapper .thumbnailImg:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.item-post .saveAd {
    bottom: 4px;
    right: 8px;
    z-index: 4;
}

.saveAdWrapper {
    bottom: -3px;
    position: absolute;
    right: 12px;
}

.saveAdWrapper .SaveAd_btnSavedAdFull__1oR0n, .saveAdWrapper .btnSavedAd {
    background: 0 0;
    border: none;
    cursor: pointer;
    outline: 0;
    padding: 0;
}

#profile_form .image-box {
    border-radius: 50%;
    margin: 1em;
    border: none;
    width: 80px;
    height: 80px;
}

.adTitleGrid {
    display: block;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 1.43 !important;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: unset;
}

.adTitleGrid:hover {
    color: black;
    text-decoration: unset;
}

@media only screen and (min-width: 768px) {
    .adTitleGrid, .commonStyle_adTitle {
        font-size: 15px;
        line-height: 1.33;
        text-overflow: ellipsis;
    }
}

.adTitleGrid, .commonStyle_adTitle {
    color: #222;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Body_caption .Body_condition {
    color: #9b9b9b;
    display: block;
    font-size: 14px;
    line-height: 1.43;
    margin-top: 2px;
    max-width: 100%;
    min-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Body_caption .Body_price {
    color: #d0021b;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    margin: 2px 4px 0 0;
}

.Body_footer-b {
    bottom: -6px;
    color: #9b9b9b;
    display: flex;
    left: 0;
    position: absolute;
    width: 100%;
}

a:not([href]), a:not([href]):hover {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.Body_footer-b a img {
    margin-right: 3px;
    margin-top: 1px;
    object-fit: unset;
}

.imageCover {
    object-fit: cover !important;
    width: 16px;
}

.commonStyle_image {
    margin-right: 2px;
    object-fit: cover;
    width: auto;
}

.deviderWrapper {
    display: inline-block;
}

.deviderWrapper:after {
    content: ".";
    display: inline-block;
}

.Body_footer-b .adItemPostedTime {
    display: inline-block;
    font-size: 11px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.Body_footer-b .adItemPostedTime .AdBody_text {
    margin: 0 3px;
}

.deviderWrapper {
    display: inline-block;
}

.deviderWrapper:after {
    content: ".";
    display: inline-block;
}

.Body_footer-b .adItemPostedTime.Body_location {
    max-width: 65px;
}

.Body_footer-b .adItemPostedTime {
    display: inline-block;
    font-size: 11px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.Body_footer-b .adItemPostedTime.Body_location .AdBody_text {
    margin-right: 0;
}

.Body_footer-b .adItemPostedTime .AdBody_text {
    margin: 0 3px;
}

.SimilarAds_similarAdsDesktop__1NJg3 {
    margin-bottom: 18px;
}

.container.login {
    background-color: #f1f1f1;
}

.container.login .form {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

#login_form .btn-success {
    width: 100%;
}

.item-post:hover {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
    z-index: 6;
}
.box .column:hover {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
    z-index: 10;
}
.margin-list .items_list:hover {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
}

.jdmbsx li a .ctAdItemContainer::after {
    clear: both;
    display: block;
    content: "";
}

@media (max-width: 768px) {
    .enrfhw {
        width: calc(100% - 116px);
        height: 81px;
    }

    .jdmbsx {
        height: 101px;
        padding: 10px 0px 10px 10px;
    }

    .jYrOeG {
        width: 106px;
        height: 81px;
    }

    .dPyyiW {
        width: 106px;
        height: 80px;
    }

    .cUQZyp {
        font-size: 12px;
        line-height: 15px;
    }

    .dBCFhH span {
        font-size: 12px;
        line-height: 15px;
        height: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

.d-none {
    display: none !important;
}

.d-none .img-thumbnail {
    border: none !important;
}

.sellerWrapper {
    color: #333;
    display: flex;
}

.sellerWrapper:hover {
    color: black;
    text-decoration: unset;
}

@media (min-width: 320px) {
    .d-lg-block.d-none {
        display: block !important;
    }

    .sellerWrapper {
        padding: 0;
    }
}

.img-circle {
    border-radius: 50%;
}

.imageWrapper {
    background-color: #fff;
    background-size: contain;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

.defaultSize {
    height: 50px;
    object-fit: cover;
    width: 50px;
}

.SellerProfile .nameBounder {
    flex: 1 1;
    padding-left: 8px;
    width: 100%;
}

.SellerProfile .flexDiv {
    display: flex;
}

.SellerProfile .nameDiv {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    flex: 1 1;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 5px 3px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SellerProfile .baseBtn, .SellerProfile .primaryButton {
    border-radius: 20px;
    cursor: pointer;
    font-size: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 7px 10px;
    text-align: center;
    transition: background-color .2s ease-in-out;
    width: -webkit-max-content;
    width: max-content;
}

.SellerProfile .statusOnlineDiv {
    color: #9b9b9b;
    display: flex;
    font-size: 11px;
}

.SellerProfile .statusOnlineDiv .offlineBullet, .SellerProfile .statusOnlineDiv .onlineBullet {
    color: #589f39;
    font-size: 30px;
    line-height: 21px;
    margin-right: 5px;
}

.LeadButton .showPhoneButton {
    margin: 12px 0;
}

.boxContentLeft {
    padding-bottom: 10px;
    position: relative;
}
@media (max-width: 959px) {
    .boxContentLeft {
        padding: 0;
        margin: auto;
        padding-bottom: 10px;
    }
    .boxContentRight {
        display: none;
    }
}

@media (min-width: 960px) {
    .boxContentRight {
        display: block;
    }
}

.boxContentRight {
    margin-left: -10px;
}
.relativeBox {
    position: relative;
}
._3F9hPtMjdXdMaR83ewg822 {
    width: 100%;
}
._1u8NAUHia4-dT1Gln1dAw9 {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    text-transform: uppercase;
    border-top: 1px solid #dbdbdb;
    font-size: 13px;
    border-bottom: 1px solid #dbdbdb;
}
._1u8NAUHia4-dT1Gln1dAw9>li {
    float: none;
    position: relative;
}
._1u8NAUHia4-dT1Gln1dAw9>li a, ._1u8NAUHia4-dT1Gln1dAw9>li a:focus, ._1u8NAUHia4-dT1Gln1dAw9>li a:visited {
    border-radius: 0;
    color: #000;
    background: transparent;
    border: 0;
    border-bottom: 4px solid #fff;
    font-weight: 500;
    opacity: .5;
    outline: 0;
}
._1u8NAUHia4-dT1Gln1dAw9 .post-view a {
    background: transparent;
    color: #000!important;
    font-weight: 600!important;
    border-bottom: 4px solid #f8c938!important;
    opacity: 1!important;
}
#adTabBar>li>a {
    padding: 10px 15px;
}
#adTabBar>li, #adTabBar>li>a {
    position: relative;
    display: block;
}
@media only screen and (min-width: 768px) {
    .noMargin {
        margin: 0 auto;
    }
}

._3ItG4vnT-FSnJk1UzUnzQ- {
    margin-top: 0;
    background: #f4f4f4;
}

.redux-infinite-scroll {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .ctNewAd {
        padding: 10px 10px 0;
    }
}

@media (min-width: 768px) {
    .ctad {
        padding: 10px;
    }
}
#job-list .more.more-content{
    padding-top: 7px;
}
@media (max-width: 576px) {
    #job-list .job-post {
        padding-right: unset;
    }
    #job-list .job-post .column {
        padding: unset;
    }
    #job-list .more.more-content{
        padding-top: 7px;
        padding-right: unset;
    }
    #job-list .more.more-content .item {
        padding-right: unset;
    }
    #job-list .more.more-content .item.noti a.link {
        flex-direction: column;
    }
    #job-list .more.more-content .item.noti a.link .image, #job-list .more.more-content .item.noti a.link .content {
        text-align: center;
    }
}
@media (max-width: 320px) {
    #job-list .job-post .column .job-image {
        padding-right: unset;
    }
    #job-list .job-post .column .job-content {
        padding-left: unset;
    }
}

.ctad {
    background: #fff;
    position: relative;
    margin-top: 8px;
    border-radius: 1px;
}

.ctad .ctadBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ctad .ctadBody .ctadImage {
    cursor: pointer;
    width: 102px;
    min-width: 102px;
    height: 71px;
    background-image: url("https://timviecnha.com/giupviec.png");
    background-size: cover;
}

.ctad .ctadBody .ctadImage, .ctad .ctadBody .ctadImage img {
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.ctad .ctadBody .ctadImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
}

.ctad .ctadBody .ctadImage, .ctad .ctadBody .ctadImage img {
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.ctad .ctadBody .ctadImage .imageNumber {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 26px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    font-weight: 700;
    background: url("https://timviecnha.com/images/camera.svg");
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.ctad .ctadBody .ctadImage .ctadSelectIcon {
    position: absolute;
    width: 23px;
    height: 23px;
    background-size: 23px;
    top: 5px;
    left: 5px;
    background-position: 50%;
    z-index: 2;
}

.ctad .ctadBody .ctadImage .ctadSelectIconNormal {
    background-image: url(https://timviecnha.com/images/oval.svg);
}

.ctad .ctadBody .ctadImage:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 2;
    content: "";
}

.ctad .ctadBody .ctadInfo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    cursor: pointer;
}

.ctad .ctadBody .ctadInfo .upperBlock {
    width: 100%;
    min-width: 0;
}

.ctad .ctadBody .ctadInfo .upperBlockLayout {
    height: 75px;
}

.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper {
    min-width: 0;
    width: 100%;
    height: 100%;
}

.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .ctadTitle .title {
    color: #000;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 15px;
}

.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .ctadTitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo {
    float: left;
    width: 40%;
    position: relative;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo .ctadPrice {
    position: absolute;
    bottom: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .ctadPrice {
    color: #d0011b;
    display: block;
    font-size: 15px;
}
@media (min-width: 768px) {
    .ctad .ctadPrice {
        margin-top: 5px;
    }
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .ctadPrice {
    color: #d0011b;
    display: block;
    font-size: 15px;
}
.ctad .addinBlock, .ctad .ctadFooter .addinBlockRR {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo .addinBlock, .ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo .ctadFooter .addinBlockRR, .ctad .ctadFooter .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnAdInfo .addinBlockRR {
    position: absolute;
    bottom: 27%;
}

.ctad .addinBlock .ctadDate, .ctad .ctadFooter .addinBlockRR .ctadDate {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.ctad .addinBlock .bumpTime, .ctad .ctadFooter .addinBlockRR .bumpTime {
    color: #589f39;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnSellFaster {
    position: relative;
    float: left;
    width: 60%;
    height: 87%;
}
.ctDashboardAdStatsPosition {
    background: #fff;
    font-family: Helvetica!important;
    position: absolute;
    bottom: 30%;
    right: 53%;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox {
    padding: 0 10px;
    text-align: center;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo {
    position: relative;
    height: 26px;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper {
    width: 68px;
    position: absolute;
    left: 0;
    height: 29px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 11px;
    border-radius: 5px;
    position: relative;
    transition: all .6s ease-in-out;
    background-image: url(https://timviecnha.com/images/page-number-tooltip.svg);
    background-position: 50%;
    background-size: 68px 29px;
    background-repeat: no-repeat;
}

.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper span {
    position: relative;
    z-index: 3;
    color: #000;
    bottom: 4px;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .icPosition {
    width: 18px;
    height: 18px;
    background-image: url(https://timviecnha.com/images/page-indicator.svg);
    background-position: 50%;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -26px;
    transition: all .6s ease-in-out;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPostionPageBar {
    height: 5px;
    width: 148px;
    margin-top: 15px;
    background-image: url(https://timviecnha.com/images/slider_adstats.svg);
    background-size: 148px 4px;
    background-repeat: no-repeat;
}
.ctad .ctadBody .ctadInfo .underBlock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnSellFaster .underBlock {
    position: absolute;
    bottom: 22%;
    width: 50%;
    right: 0;
}
.ctad .ctadBody .ctadInfo .underBlock .buttonBlock {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.premiumButton, .premiumButtonDisable {
    text-align: right;
    position: relative;
}
.premiumButton .btn, .premiumButtonDisable .btn {
    border: 1px solid #589f39;
    color: #589f39;
    background: rgba(117,189,79,.1);
    height: 32px;
    font-size: 15px;
    width: 158px;
    padding: 4px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 0;
    width: 35px;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .buttonMenu {
    border: 0;
    box-shadow: none!important;
    background: transparent!important;
    z-index: 5;
    position: relative;
}
.ctad .ctadBody .ctadInfo .upperBlock .ctadMenu .buttonMenu img {
    width: 5px;
    position: relative;
    left: 20px;
    top: 5px;
}
.ctad .bottomAdInfo .bottomPremiumFeature {
    display: none;
}
.ctDashboardAdStatsPosition {
    background: #fff;
    font-family: Helvetica!important;
    position: absolute;
    bottom: 30%;
    right: 53%;
}
.coverMenu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
}
.boxMenu {
    display: none;
    position: absolute;
    z-index: 4;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    right: 0;
    top: -10px;
}
.boxMenu.display {
    display: block;
}
.boxMenu .boxMenuItem {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}
.boxMenu .boxMenuItem .iconMenuItem {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox {
    padding: 0 10px;
    text-align: center;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo {
    position: relative;
    height: 26px;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper {
    width: 68px;
    position: absolute;
    left: 0;
    height: 29px;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 11px;
    border-radius: 5px;
    position: relative;
    transition: all .6s ease-in-out;
    background-image: url(https://timviecnha.com/images/page-number-tooltip.svg);
    background-position: 50%;
    background-size: 68px 29px;
    background-repeat: no-repeat;
}
.ctDashboardAdStatsPosition .ctAdStatsPositionBox .ctAdPositionPageInfo .ctAdPositionPageInfoWrapper span {
    position: relative;
    z-index: 3;
    color: #000;
    bottom: 4px;
}
.ctadNewFooter {
    padding-top: 10px;
    height: 48px;
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
}
.ctad .ctadFooter .ctadNewFooter .addinBlockRR, .ctadNewFooter .addinBlock, .ctadNewFooter .ctad .ctadFooter .addinBlockRR {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ctadNewFooter .premiumFeatureComponent {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 38px;
    background-color: #fff;
}
.ctadNewFooter .premiumFeatureComponent .hideAd {
    width: 50%;
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    text-align: center;
}
.ctadNewFooter .premiumFeatureBoxAdItem {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.ctad .addinBlock .premiumFeatureBoxAdItem, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.ctadNewFooter .premiumFeatureBoxAdItem .premiumFeatureIcon {
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    box-sizing: content-box;
    color: #38699f;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.ctad .addinBlock .premiumFeatureBoxAdItem .premiumFeatureIcon, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem .premiumFeatureIcon {
    cursor: pointer;
    height: 30px;
    line-height: 28px;
    box-sizing: content-box;
    color: #38699f;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    width: -webkit-max-content!important;
    width: -moz-max-content!important;
    width: max-content!important;
    margin-right: auto;
    margin-left: auto;
}
.ctad .addinBlock .premiumFeatureBoxAdItem .premiumFeatureIcon .hideAdIcon, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem .premiumFeatureIcon .hideAdIcon {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-left: 0;
    position: relative;
    top: 3px;
    background-size: auto 20px;
    text-overflow: ellipsis;
}
.ctadNewFooter .premiumFeatureBoxAdItem .premiumFeatureIcon .hideAdIcon {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    background-size: 20px 20px;
    text-overflow: ellipsis;
}
.ctadNewFooter .premiumFeatureComponent .premiumFeature {
    width: 50%;
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    text-align: center;
}
.ctad .addinBlock .premiumFeatureBoxAdItem, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.ctadNewFooter .premiumFeatureBoxAdItem {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.ctad .addinBlock .premiumFeatureBoxAdItem .premiumFeatureIcon .premiumFeatureAdStatsIcon, .ctad .ctadFooter .addinBlockRR .premiumFeatureBoxAdItem .premiumFeatureIcon .premiumFeatureAdStatsIcon {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    background-size: auto 20px;
    position: relative;
    top: 4px;
}
.ctadNewFooter .premiumFeatureBoxAdItem .premiumFeatureIcon .premiumFeatureAdStatsIcon {
    display: inline-block;
    height: 20px;
    width: 24px;
    margin-right: 10px;
    background-size: auto 20px;
}

._1Xxc1lotHxJaz_2EttIbaU {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.pull-left {
    float: left!important;
}
._1Xxc1lotHxJaz_2EttIbaU ._3koXJCkMo96Va7IafPEleg {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 15px;
}
._1Xxc1lotHxJaz_2EttIbaU ._3koXJCkMo96Va7IafPEleg img {
    width: 80px;
    height: 80px;
}
._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf {
    width: calc(100% - 270px);
}
._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf ._2tNHMsiWHVl7nRZTUAw9D8 {
    font-size: 18px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf ._2tNHMsiWHVl7nRZTUAw9D8 a {
    color: #1e1e1e;
    text-decoration: none;
}
.boxMenuItem a {
    color: black;
}
.boxMenuItem a:hover {
    color: black;
    text-decoration: unset;
}
@media (max-width: 768px) {
    .ctad .bottomAdInfo .bottomPremiumFeature {
        margin-top: 10px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .ctadNewFooter {
        padding-top: 5px;
        height: 41px;
    }
    .ctad .ctadBody .ctadInfo .upperBlock .ctadWrapper .layoutBlock .columnSellFaster {
        display: none;
    }
    .ctDashboardAdStatsPosition {
        position: relative;
        left: -1%;
        margin-bottom: 15px;
    }
    .premiumButton, .premiumButtonDisable {
        position: absolute;
        right: 0;
        bottom: 8px;
    }
    .premiumButton .btn, .premiumButtonDisable .btn {
        font-size: 13px;
        width: 140px;
        padding: 6px 0;
    }
    #data .container {
        padding-right: unset;
        padding-left: unset;
    }
    ._1Xxc1lotHxJaz_2EttIbaU ._25H1ekVUjqjsYJSnHq6sTf {
        width: auto;
    }
}
.bi.bi-bell {
    animation: shake 0.5s cubic-bezier(.36,.07,.19,.97) 10s infinite;
}

@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(7deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-7deg); }
    100% { transform: rotate(0deg); }
    0% { transform: rotate(0deg); }
}
.phone ul li span.bell-span {
    width: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.phone ul li.active span.bell-span {
    display: none;
}
.phone ul li .bell-span.active span.bell-notification {
    animation-delay: 0s;
}
.phone ul li span.bell-notification {
    opacity: 0;
    animation: fadein 1s;
    animation-delay:10s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    top: 0px;
    left: -7px;
    display: inline-block;
    padding: 0 4px;
    min-width: 8px;
    max-width: 18px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.98);
    border-radius: 22px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    z-index: 9;
    color: #FFFFFF;
    background-color: #D0021B;
    box-sizing: unset;
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1;}
}
.header .navbar-nav .bell-span {
    position: absolute;
    top: 0px;
    margin-left: -10px;
}
.header .navbar-nav .bell-span.active .bell-notification {
    animation-delay: 0s;
    left: 30px;
}
.header .navbar-nav .bell-notification {
    opacity: 0;
    animation: fadein 1s;
    animation-delay:10s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    position: absolute;
    top: 0px;
    left: -4px;
    display: inline-block;
    padding: 0 4px;
    min-width: 8px;
    max-width: 18px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.98);
    border-radius: 22px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    z-index: 9;
    color: #FFFFFF;
    background-color: #D0021B;
    box-sizing: unset;
}
.navbar-nav.mr-auto i {
    font-size: 20px;
}
.more-content .item.noti a.link {
    width: 100%;
    flex-direction: row;
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}
.news-content img {
    width: 100%;
}
.chat-box {
    z-index: 102;
    height: 320px;
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 300px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px 5px 0 0;
    display: none; /* Ẩn hộp chat ban đầu */
    flex-direction: column;
}
.chat-header {
    background: #ffffff;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    height: 50px;
}
.chat-header .first {
    position: absolute;
    top: 10px;
}
.chat-header .first .avatar {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.chat-header .live {
    background: white;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 0px;
    top: 20px;
    left: 22px;
}
.chat-header .live img {
    position: absolute;
    top: 0px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
}
.chat-header .name {
    margin-left: 40px;
}
.chat-header .name span {
    font-size: 16px;
    font-weight: 500;
}
.chat-header .name p {
    font-size: 12px;
}
.chat-header .end {
    position: absolute;
    top: 10px;
    right: 5px;
}
.chat-header .end button.btn-close {
    border-radius: 50%;
    background: white;
    color: #bcc0c4;
    border: unset;
    width: 27px;
    height: 27px;
}
.chat-header .end button.btn-close i {
    font-size: 32px;
    position: absolute;
    top: -8px;
    right: 0;
}
.chat-header .end button.btn {
    border-radius: 50%;
    color: #bcc0c4;
    border: unset;
    width: 33px;
    height: 33px;
    padding: 0px;
}
.chat-header .end a:hover {
    text-decoration: unset;
}
.chat-body {
    height: 215px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}
.chat-body .user {
    line-height: 23px;
    display: inline-block;
    width: 100%;
    padding-right: 5px;
    text-align: left;
    color: #333;
    display: flex;
    align-items: flex-end;
}
.chat-body .me {
    background: white;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    padding-right: 5px;
    text-align: right;
}
.chat-body .user img {
    border-radius: 50%;
    float: left;
    width: 32px;
    height: 32px;
    margin: 2px 0px 5px 5px;
}
.chat-body .user span {
    color: #CCC;
    font-size: 12px;
    padding-left: 10px;
}
.chat-body .me span {
    color: #CCC;
    font-size: 12px;
}
.chat-body .user .text div {
    border-radius: 20px;
    background: #f0f0f0;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 5px;
}
.chat-body .me .text div {
    border-radius: 20px;
    background: #2ace5e;
    color: white;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 5px;
}
.chat-body .timestamp {
    display: none;
}
.chat-body .timestamp.active {
    display: block;
}
.chat-footer {
    padding: 5px 10px 10px 9px;
}
.chat-footer #messageForm {
    position: fixed;
}
.sidebar {
    width: 300px;
    border-right: 1px solid #f0f2f5;
    overflow-y: auto;
}
.list-chat {
    width: 300px;
    border-right: 1px solid #f0f2f5;
    overflow-y: auto;
    height: 400px;
}
.chat-window {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: unset;
}
.messages {
    flex: 1;
    overflow-y: auto;
}
.message {
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}
.me {
    background-color: #dcf8c6;
    align-self: flex-end;
}
.other {
    background-color: #fff;
    align-self: flex-start;
}
#chat-window {
    height: 100%;
}
.message-form {
    margin-bottom: 0;
    display: flex;
    padding: 10px;
    border-top: 1px solid #f0f2f5;
    position: static;
}
.message-form input {
    flex: 1;
    margin-right: 10px;
}
.chat-room {
    background: white;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 80vh;
    max-height: 575px;
}
.list-chat-item {
    display: flex;
    border: unset;
    padding: 5px 5px;
    border-radius: 10px;
    margin: 0px 5px;
}
.list-chat-item:hover {
    background-color: #f0f2f5;
}
.list-chat-item.active {
    color: #050505;
    background-color: #ebf5ff;
}
.sidebar .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.sidebar .live {
    position: absolute;
    background: white;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    margin: 40px 0px 0px -20px;
}
.sidebar .live div {
    height: 16px;
    width: 16px;
    background: #31a24c;
    border-radius: 50%;
    margin: 2px 2px;
}
.sidebar .name {
    margin-left: 10px;
}
.sidebar .name span {
    font-size: 16px;
    font-weight: 500;
    max-width: 170px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.sidebar .name p {
    font-size: 11px;
    color: #65676B;
    overflow: hidden;
    max-width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.chat-list {
    max-height: 485px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar .header {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f2f5;
}
.sidebar .search {
    display: flex;
    flex-wrap: wrap;
    border-radius: 40px;
    overflow: hidden;
    background: #f0f2f5;
    padding: 2px;
    margin: 0px 5px;
}
.sidebar .search .search {
    float: none;
    width: auto;
    padding-right: 0;
    display: flex;
    flex: 1;
    padding-left: 0;
}
.sidebar .search .search input {
    border-radius: 20px;
    border: unset;
    font-weight: 400;
    color: #666;
    width: 100%;
    background: #f0f2f5;
    padding-left: 10px;
}
.sidebar .search .search input:focus {
    outline: unset;
}
#messages {
    max-height: 467px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 10px;
    margin-left: 15px;
    padding-right: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}
.chat-header {
    display: flex;
    border-bottom: 1px solid #f0f2f5;
    padding-left: 15px;
}
.chat-room .header h3 {
    margin-left: 10px;
}
.chat-room .header .search_submit {
    margin-left: 10px;
    margin-top: 7px;
}
.chat-room .chat-header {
    position: relative;
}
.chat-room .chat-header .first {
    position: unset;
}
.chat-room .chat-header .live {
    position: unset;
    margin: -15px 0px 0px 20px;
}
.chat-room .chat-header .live img {
    position: unset;
}
.chat-room .chat-header .name {
    margin-left: 10px;
}
.chat-room .messages .user {
    line-height: 23px;
    display: inline-block;
    width: 100%;
    padding-right: 5px;
    text-align: left;
    color: #333;
    display: flex;
    align-items: flex-end;
}
.chat-room .messages .me {
    background: white;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    padding-right: 5px;
    text-align: right;
}
.chat-room .messages .user img {
    border-radius: 50%;
    float: left;
    width: 32px;
    height: 32px;
    margin: 2px 0px 5px 5px;
}
.chat-room .messages .user span {
    color: #CCC;
    font-size: 12px;
    padding-left: 10px;
}
.chat-room .messages .me span {
    color: #CCC;
    font-size: 12px;
}
.chat-room .messages .user .text div {
    border-radius: 20px;
    background: #f0f0f0;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 5px;
}
.chat-room .messages .me .text div {
    border-radius: 20px;
    background: #2ace5e;
    color: white;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    margin: 5px;
}
.chat-room .messages .timestamp {
    display: none;
}
.chat-room .messages .timestamp.active {
    display: block;
}
.chat-room .sidebar .live {
    position: unset;
}
.chat-room .noti {
    display: none;
    height: 12px;
    width: 12px;
    background: #0866ff;
    border-radius: 50%;
    margin: 12px 0px;
    margin-left: auto;
}
.chat-room .noti.active {
    display: block;
}
.chat-room .mess.new {
    color: #050505;
}
.mess-noti .bell-span {
    display: none;
}
.mess-noti .bell-span.active {
    display: block;
}
input.edit-name {
    border-radius: 20px;
    border: unset;
    font-weight: 400;
    color: #666;
    width: 100%;
    background: #f0f2f5;
    padding-left: 10px;
}
input.edit-name:focus {
    outline: unset;
}
@media (max-width: 768px) {
    .chat-room .sidebar {
        width: 220px;
    }
}
@media (max-width: 425px) {
    .chat-room .sidebar {
        width: 100%;
    }
    .chat-room {
        height: 100vh;
        max-height: 800px;
    }
    .chat-room .chat-list {
        height: 230px;
        border-bottom: 1px solid #f0f2f5;
        border-radius: unset;
    }
    #messages {
        height: 295px;
    }
    #chat-window {
        height: 355px;
    }
}
.name-card.bubble-contact-card-container {
    width: 100%;
    max-width: 300px;
    min-width: 250px;
    position: relative;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.name-card .card--business {
    padding: 0;
    max-width: 100%;
    border-radius: 7px;
}
.name-card .card--business .content{
    position: relative;
    display: flex;
    background: url(https://t4.ftcdn.net/jpg/04/67/96/13/360_F_467961350_LlpfNFYVGUwkofWQzB4uptbSxl12rWps.jpg) no-repeat center top;
    /* background: #0091ff; */
    border-radius: 5px 5px 0px 0px;
}
.name-card .zavatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    position: relative;
    color: var(--WA100);
    overflow: hidden;
    box-sizing: border-box;
}
.name-card .zavatar img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: cover;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
    border: 0.12rem solid white;
    box-sizing: border-box;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}
.name-card .user-info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
}
.name-card .user-info .user__name, .name-card .user-info .user__sdt {
    max-width: 140px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
    color: white;
}
.name-card .qr-code {
    margin: 10px 5px 10px 0px;
    width: 94px;
    position: absolute;
    right: 0;
}
.name-card .qr-title {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.5;
    color: white;
    margin-bottom: 4px;
}
.name-card .qr__photo {
    width: 80px;
    height: 80px;
    border-radius: 3px;
}
.name-card .footer {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}
.name-card .footer__right {
    margin-top: 8px;
    height: 100%;
    color: #005ae0;
    cursor: pointer;
}
.name-card .user-info-wrapper {
    margin: 35px 0 35px 10px;
}
.name-card .zavatar-container {
    margin-top: 2px;
    height: fit-content;
    position: relative;
}
#chatBox .name-card .card--business {
    margin-left: 10px;
    margin-right: 40px;
}
#chatBox .name-card .user-info-wrapper {
    margin: 10px 0 10px 5px;
}
#chatBox .name-card .user__name {
    max-width: 130px;
    margin-top: unset;
    font-size: 14px
}
#chatBox .name-card .qr__photo{
    width: 49px;
    height: 49px;
    border-radius: 3px;
}
#chatBox .name-card .user-info-wrapper {
    margin: 10px 0 10px 5px;
}
#chatBox .name-card .qr-code {
    width: 50px;
}
/* Loading Overlay - Hiện đại và trung tâm */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Tăng độ mờ cho chuyên nghiệp */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff; /* Màu xanh hiện đại */
    border-radius: 50%;
    animation: spin 0.8s ease-in-out infinite; /* Animation mượt hơn */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3); /* Hiệu ứng glow */
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Modal - Chia đôi, thiết kế hiện đại */
.modal-ai-suggest .modal-dialog {
    max-width: 900px; /* Tăng chiều rộng để chia đôi */
}
.modal-ai-suggest .modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); /* Bóng nhẹ hiện đại */
}
.modal-ai-suggest .modal-header {
    background: #2ace5e; /* Màu xanh header */
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 20px;
}
.modal-ai-suggest .modal-title {
    font-weight: 600;
}
.modal-ai-suggest .close {
    color: white;
    opacity: 0.8;
    text-shadow: none;
}
.modal-ai-suggest .close:hover {
    opacity: 1;
}
.modal-ai-suggest .modal-body {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Khoảng cách giữa hai phần */
}
.ai-option {
    flex: 1; /* Chia đều độ rộng */
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease; /* Hiệu ứng mượt */
}
.ai-option:hover {
    border-color: #007bff;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.2); /* Hiệu ứng hover */
}
.ai-option h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.ai-option p {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}
.ai-option p strong {
    color: #222;
}
.modal-ai-suggest .modal-footer {
    border-top: none;
    padding: 10px 20px;
}
.modal-ai-suggest .btn-secondary {
    background: #6c757d;
    border: none;
    border-radius: 5px;
    padding: 8px 20px;
    transition: background 0.3s ease;
}
.modal-ai-suggest .btn-secondary:hover {
    background: #5a6268;
}
.regular-section {
    margin-bottom: 10px;
}
