* {
    box-sizing: border-box;
}

:root {
    /* --font-medium: "Roboto Medium", sans-serif;
    --font-light: "Roboto Light", sans-serif;
    --font-bold: "Roboto Bold", sans-serif; */

    --primary-color: #ff6109;
    --second-color: #ffffff;
    --third-color: #263238;
    --fourth-color: rgba(0, 0, 0, .15);
    --fifth-color: #f8f8fb;
}

@font-face {
    font-family: Roboto Medium;
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Roboto Light;
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Roboto Bold;
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.adm-glyphicon span {
    background: url('img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: inline-block !important;
    position: relative;
    z-index: 9;
}

.wrap {
    max-width: 1395px;
    width: 100%;
    margin: 0 auto;
}

a {
    transition: .3s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--primary-color) !important;
}

input,
button,
textarea,
select {
    outline: none;
}

input {
    -webkit-appearance: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img-404 {
    max-width: 100%;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

/* .img-100:hover img {
    transform: scale(1.05);
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

.site-title {
    width: 0px;
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

/* a[href^="tel"] {
    color: inherit; 
    text-decoration: none; 
} */

#swal2-content,
#swal2-html-container {
    font-size: 18px !important;
    text-align: center;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-size: 14px;
}

.swal2-popup {
    width: 350px;
}

.wrap-img {
    display: block;
}

.stop_scroll {
    height: 100%;
    overflow: hidden;
}

.button-orange {
    display: inline-block;
    color: var(--second-color);
    background-color: #ff6109;
    font-size: 20px;
    font-family: var(--font-bold);
    line-height: 24px;
    padding: 7px 32px;
    border-radius: 100px;
    border: 1px solid var(--primary-color);
    transition: .2s linear;
}

.button-orange:hover {
    background-color: var(--second-color);
    color: var(--primary-color);
}

/* Header  */
.header-wrap {
    --offset-shadow: 0 0 #0000;
    --ring-shadow: 0 0 #0000;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--offset-shadow, 0 0 #0000), var(--ring-shadow, 0 0 #0000), var(--shadow);
    padding: 20px 0 15px;
}

.logo-header img {
    max-width: 150px;
}

.menu .login {
    box-shadow: 0 .5rem 1rem var(--fourth-color) !important;
    font-size: 16px;
}

.menu {
    margin-top: 2px;
    text-align: right;
}

/* business scale */
.business-scale .business {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: calc(100vh - 80px);
    align-items: center;
}

.business-scale video {
    height: 80vh;
}

.business-scale .right {
    text-align: right;
}

.business-scale .des {
    margin: 32px 0;
}

.social-img {
    margin-top: 32px;
}

.social-img .icon {
    display: inline-block;
}

.social-img img {
    width: 48px;
    margin: 8px 8px 24px;
}

/* automation */
.automation {
    background-color: #fafafa;
}

.space-live-chat {
    padding: 112px 0;
}

.live-chat-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    text-transform: capitalize;
}

.live-chat-des {
    font-size: 20px;
    line-height: 28px;
}

.automation .des {
    margin-top: 24px;
}

.automation .social-img {
    justify-content: center;
    margin-top: 0px;
}

.automation .social-img img {
    width: 24px;
}

.automation .title-wrap {
    text-align: center;
    padding: 0 48px 24px;
    margin-bottom: 48px;
}

.auto-item {
    background-color: #fff;
    display: flex;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    width: calc(50% - 24px);
    margin: 0 12px 40px;
}

.auto-item .icon {
    margin-right: 14px;
    font-size: 16px;
    background-color: rgba(128, 102, 220, .1);
    color: #0d6efd;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border-radius: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auto-item .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

.auto-item .des-content {
    line-height: 1.7;
    color: #6c757d;
}

.automation-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

/* Platform */
.platform {
    background-color: #fafafa;
}

.platform .title,
.feedback-wrap .title {
    margin-bottom: 16px;
}

.platform .des {
    padding-bottom: 32px;
}

.platform .img-wrap {
    text-align: center;
    background-color: #e3e4e7;
}

/* automation official */
.automation-official-inner {
    display: grid;
    grid-template-columns: 66.67% auto;
    max-width: 1024px;
    margin: 0 auto;
    align-items: center;
}

.automation-official-inner .left {
    padding-right: 30px;
}

.automation-official-inner .live-chat-des {
    margin: 24px 0;
}

.automation-official-inner ul li {
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 46px;
}

.automation-official-inner ul li::before {
    content: url('images/icon-ok.svg');
    position: absolute;
    top: 0;
    left: 0;
}

.automation-official-inner ul {
    margin-bottom: 24px;
}

/* Reply */
.reply {
    padding: 32px 0;
    text-align: center;
    background-image: linear-gradient(to right, #3b82f6, #db2777);
    color: var(--second-color);
}

.reply .live-chat-des {
    margin-top: 8px;
}

.reply .app img {
    border-radius: 13px;
    width: 250px;
}

.reply .app {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.reply .app.ios {
    margin-top: 32px;
}

.reply .app.android {
    margin-top: 16px;
}

.agency .learn-more {
    margin-top: 32px;
    border: none;
}

.space-live-chat-2 {
    padding: 64px 0;
}

/* Learn faster */
.learn-faster {
    padding: 32px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}

.learn-faster::before {
    content: '';
    background-image: linear-gradient(to right, #db2777, rgba(219, 39, 119, 0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.learn-faster .wrap {
    position: relative;
    z-index: 1;
}

.learn-faster .live-chat-title {
    text-align: center;
    color: #FFF;
}

.faster-item {
    margin-top: 32px;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 32px;
}

.faster-item .item {
    background-color: #FFF;
    padding: 32px;
    border-radius: 16px;
    text-align: center;
    width: 50%;
}

.faster-item .item .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}

.faster-item .item .des {
    font-size: 16px;
    margin-top: 8px;
}

.faster-item .item .button-orange {
    font-size: 16px;
    margin-top: 32px;
}

/* Faq */
.live-chat-faq .live-chat-title {
    text-align: center;
    margin-bottom: 32px;
}

.live-chat-faq {
    padding-top: 64px;
    padding-bottom: 24px;
}

.home-session-4 .faq-list {
    max-width: 960px;
    margin: 0 auto;
}

.home-session-4 .faq-list .faq-item {
    margin-bottom: 30px;
    cursor: pointer;
}

.home-session-4 .faq-list .faq-item h4 {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
}

.home-session-4 .faq-list .faq-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 0px;
}

.faq-list .faq-title .doc {
    display: none;
}

.faq-list .faq-title.collapsed .doc {
    display: block;
}

.home-session-4 .faq-list .faq-item span {
    float: right;
    cursor: pointer;
    line-height: 23px;
}

.home-session-4 .panel {
    border: none;
    box-shadow: unset;
}

.home-session-4 .faq-item .faq-wrap {
    font-size: 16px;
    line-height: 24px;
}

.home-session-4 .faq-item .faq-wrap>div {
    padding-top: 15px;
}

.feedback-wrap {
    text-align: center;
}

#feedback {
    margin-top: 40px;
}

/* Footer  */
.footer-wrap {
    padding: 32px 0 24px;
    background-color: var(--third-color);
    color: var(--second-color);
}

.footer-col .item .name {
    font-size: 16px;
    line-height: 24px;
    color: var(--second-color);
}

.info-company .item .name {
    padding-left: 30px;
    position: relative;
}

.info-company .item .name svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.info-company .item:not(:last-child) {
    margin-bottom: 8px;
}

.footer-col.first {
    margin-right: 35px;
}

.social {
    margin-top: 30px;
}

.social .title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.social-icons a:not(:last-child) {
    margin-right: 5px;
}

.copyright {
    text-align: center;
    margin-top: 32px;
}

/* Btn fixed */
.btn_fixed_wrap {
    position: fixed;
    right: 20px;
    bottom: 50px;
    transform: translate(150%, 0);
    visibility: hidden;
    transition: all ease .5s;
    opacity: 0;
    z-index: 8;
}

.btn-fixed {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.btn-fixed:not(:last-child) {
    margin-bottom: 19px;
}

#back_to_top {
    background-color: #1868B3;
}

.btn_fixed_wrap .zalo-fixed {
    margin-bottom: 24px;
}

.btn_fixed_wrap .phone-fixed {
    background-color: #C12D82;
}

.ring:after {
    animation: pulsate1 1s ease-out;
    animation-iteration-count: infinite;
    position: absolute;
    content: '';
    left: -6px;
    top: -6px;
    width: 62px;
    height: 62px;
    background-color: transparent;
    z-index: -1;
    border-radius: 50%;
}

.phone-fixed:after {
    border: 12px solid #C12D8233;
}

.zalo-fixed:after {
    border: 12px solid #108fff80;
}

.btn_fixed_wrap.show {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

.btn-fixed svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes pulsate1 {
    0% {
        transform: scale(0.92);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

/* -----------breadcrumb------- */
.breadcrumb-build {
    padding: 11px 0;
    background-color: var(--fifth-color);
}

.breadcrumb-build ol li {
    display: inline-block;
    position: relative;
}

.breadcrumb-build ol li:last-child a {
    pointer-events: none;
}

.breadcrumb-build ol li:not(:first-child) {
    margin-left: 24px;
}

.breadcrumb-build li a {
    font-size: 14px;
    line-height: 21px;
    color: var(--third-color);
    transition: .2s linear;
}

.breadcrumb-build li a:hover {
    color: var(--primary-color);
}

.breadcrumb-build li:not(:first-child)::before {
    content: url(img/icon-breadcrumb.svg);
    position: absolute;
    top: 0px;
    left: -14px;
}

/* -----------Login--------- */
.login-page,
.register-page {
    padding: 60px 0px;
}

.form-account .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
}

.form-account input {
    height: 46px;
    font-size: 13px;
    padding: 5px 40px 5px 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 3px;
    margin: 5px 0px;
}

.form-account .forgot-pass,
.form-account .create-acc {
    color: var(--third-color);
    display: inline-block;
    transition: .3s linear;
    margin-top: 10px;
}

.form-account .has-account {
    color: var(--third-color);
    margin-bottom: 20px;
}

.form-account .has-account a {
    color: var(--third-color);
    transition: .3s linear;
}

.form-account .submit-login {
    font-size: 14px;
    font-weight: 400;
    padding: 9px 25px;
    border-radius: 17px;
    background: var(--third-color);
    color: var(--second-color);
    border: none;
    margin-top: 20px;
    transition: .3s linear;
    text-transform: uppercase;
}

.form-account .submit-login:hover {
    background-color: var(--primary-color);
}

.password-wrap {
    position: relative;
}

.password-wrap svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

#recoverrr .modal-dialog {
    width: 500px;
    margin: 100px auto 30px;
}

#recoverrr .modal-content {
    text-align: center;
    padding: 20px;
}

.user-img img {
    width: 80px;
    margin: 15px 0;
}

#recoverrr .input-wrap input {
    width: 80%;
    margin: 20px auto;
    border-radius: 40px;
    border: 1px solid var(--fourth-color);
    padding: 0 20px;
    height: 40px;
}

.quenmk-btn {
    width: 80%;
    border-radius: 40px;
    background: var(--primary-color);
    padding: 0 20px;
    height: 40px;
    border: none;
    color: var(--second-color);
    font-size: 16px;
}

/* -----user.css----- */
.space-list {
    padding: 40px 0px 60px;
}

.dashboard {
    background-color: var(--fifth-color);
}

.dashboard .row-flex {
    display: flex;
}

.dashboard .sibar-dashboard {
    padding: 30px 0 25px;
    height: 100%;
    background-color: var(--second-color);
}

.dashboard .sibar-dashboard .user {
    padding-left: 20px;
}

.dashboard .sibar-dashboard .user .avatar {
    width: 72px;
    height: 72px;
    float: left;
    margin-right: 10px;
    background-color: var(--fourth-color);
    border-radius: 50%;
    position: relative;
}

.dashboard .sibar-dashboard .user .avatar .avt-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.dashboard .sibar-dashboard .user .info {
    float: left;
    margin-top: 9px;
}

.dashboard .sibar-dashboard .user .info .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--third-color);
    margin-bottom: 15px;
}

.dashboard .sibar-dashboard ul {
    margin-top: 30px;
}

.dashboard .sibar-dashboard ul li a {
    padding: 12px 12px 12px 45px;
    position: relative;
    display: block;
}

.dashboard .sibar-dashboard ul li a:hover {
    background: #ececec;
    color: var(--third-color) !important;
}

.dashboard .sibar-dashboard ul li svg {
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.dashboard .sibar-dashboard ul li a {
    color: var(--third-color);
}

/* .dashboard .tab-info {
    margin-left: 33px;
} */

.dashboard .tab-info h2.title {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 20px;
    color: var(--third-color);
    text-align: left;
}

.dashboard .dashboard-button {
    border: none;
    background: var(--third-color);
    color: var(--second-color);
    padding: 10px 20px;
    transition: .2s linear;
    font-weight: 500;
    border-radius: 100px;
}

.dashboard .dashboard-button:hover {
    background-color: var(--primary-color);
}

#form-change-pass .add-item:not(:last-child) {
    margin-bottom: 20px;
}

#form-change-pass .add-item label {
    color: var(--third-color);
    font-weight: 500;
}

.dashboard .tab-info table {
    border: 1px solid var(--fourth-color);
    width: 100%;
}

.dashboard .tab-info table th:first-child,
.dashboard .tab-info table td:first-child {
    text-align: left;
}

.dashboard .tab-info table th {
    padding: 16px 20px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--third-color);
    text-align: center;
}

table.type-3 th {
    width: 10%;
}

.dashboard .tab-info table tr:nth-child(even) {
    background-color: var(--fourth-color);
}

.dashboard .tab-info table.type-3 td.stt {
    text-align: center;
    padding: 12px 20px;
}

.dashboard .tab-info table td {
    padding: 12px 10px 12px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

.dashboard .tab-info table.type-3 td.name {
    text-align: left;
}

.chat-history {
    height: 560px;
    overflow: auto;
    background-color: #f9f9f9;
    padding-right: 10px;
}

.chat-history::-webkit-scrollbar {
    width: 5px;
}

.chat-history::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--fourth-color);
}

.chat-history .item {
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.chat-history .item:hover {
    background-color: #ececec;
}

.chat-box-inner {
    background-color: var(--second-color);
    border-radius: 4px;
    overflow: hidden;
}

.chat-box-header {
    padding: 24px;
}

.chat-box-header .name {
    font-size: 15px;
    font-weight: 700;
}

.chat-box-header .status {
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

.chat-box-header .status::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #34c38f;
}

.chat-data {
    height: 400px;
    overflow-y: scroll;
    padding: 16px;
    border-bottom: 1px solid #eff2f7;
    border-top: 1px solid #eff2f7;
}

.chat-data::-webkit-scrollbar {
    width: 5px;
}

.chat-data::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 5px;
}

.chat-item-bot {
    padding: 12px 24px;
    background-color: rgba(85, 110, 230, .1);
    border-radius: 8px 8px 8px 0;
    display: inline-block;
    margin-bottom: 24px;
    max-width: 90%;
}

.chat-item p {
    color: #495057;
    font-size: 13px;
}

.chat-item-me {
    padding: 12px 24px;
    background-color: #eff2f7;
    border-radius: 8px 8px 0 8px;
    display: inline-block;
    margin-bottom: 24px;
    text-align: right;
    max-width: 90%;
    float: right;
}

.box-nhap {
    padding: 16px;
    display: flex;
    justify-content: space-between;
}

.chat-btn {
    min-width: 110px;
    border-radius: 30px;
    color: #fff;
    background-color: #556ee6;
    border: 1px solid #556ee6;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    font-size: 13px;
    padding: 7px 12px;
    display: inline-block;
}

.chat-btn svg {
    transform: translateY(3px);
    margin-left: 7px;
}

#input_text {
    display: inline-block;
    border-radius: 30px;
    background-color: #eff2f7;
    border: 1px solid #eff2f7;
    padding: 8px 8px 8px 12px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 13px;
    width: calc(100% - 140px);
}

.item-luan {
    background-color: var(--second-color);
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-left: 2px solid var(--primary-color);
}

.item-luan:not(:last-child) {
    margin-bottom: 15px;
}

.item-luan .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.item-luan .row {
    display: flex;
    align-items: center;
}

.item-luan .content {
    position: relative;
}

.item-luan .content:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--primary-color);
    top: 0;
    right: -15px;
}

@media only screen and (max-width: 768px) {
    .business-scale .business {
        min-height: unset;
        align-items: unset;
        display: flex;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }

    .business-scale .business .left {
        text-align: center;
    }

    .live-chat-title {
        font-size: 30px;
        line-height: 1.5;
    }

    .social-img img {
        width: 24px;
        margin: 8px 6px 24px;
    }

    .business-scale video {
        width: 100%;
    }

    .space-live-chat {
        padding: 60px 0;
    }

    .automation .title-wrap {
        text-align: center;
        padding: 0;
        margin-bottom: 0;
    }

    .automation-wrap {
        display: block;
        margin: 0;
    }

    .auto-item {
        width: 100%;
        margin: 30px 0 0;
    }

    .automation-official-inner {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .automation-official-inner .left {
        padding-right: 0px;
        text-align: center;
        margin-top: 30px;
    }

    .automation-official-inner ul {
        text-align: left;
    }

    .automation-official-inner .right {
        width: 100%;
    }

    .faster-item {
        display: block;
        margin-top: 0px;
    }

    .faster-item .item {
        width: 100%;
        margin-top: 32px;
    }

    .live-chat-faq {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .home-session-4 .faq-list .faq-title {
        padding-right: 18px;
        position: relative;
        font-size: 18px;
    }

    .home-session-4 .faq-list .faq-item span {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .btn-fixed {
        width: 40px;
        height: 40px;
    }

    .ring:after {
        left: -5px;
        top: -5px;
        width: 50px;
        height: 50px;
    }

    .btn-fixed-wrap .zalo-fixed {
        margin-bottom: 19px;
    }

    .footer-col {
        margin-top: 30px;
    }

    .footer-col.first {
        margin-right: 0px;
        margin-top: 0px;
    }

    .footer-wrap {
        text-align: center;
    }

    .info-company .item .name {
        padding-left: 0px;
    }

    .info-company .item .name svg {
        position: unset;
        transform: translateY(5px);
        margin-right: 3px;
    }

    .header-wrap {
        padding: 15px 0 10px;
    }

    .icon-menu-wrap {
        text-align: right;
        padding-top: 9px;
    }

    .menu_mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: .2s linear;
    }

    .menu_mobile.active {
        visibility: visible;
        opacity: 1;
    }

    .menu-mobile-wrap {
        padding: 60px 20px 20px;
        background-color: #333333;
        height: 100%;
        transform: translate(-100%, 0);
        opacity: 0;
        transition: .2s linear;
        text-align: center;
    }

    .menu_mobile.active .menu-mobile-wrap {
        opacity: 1;
        transform: translate(0, 0);
    }

    .menu-mobile-wrap .logo-menu-m img {
        width: 150px;
    }

    .menu_m_btn_close {
        position: absolute;
        top: 25px;
        left: 25px;
    }

    .level-1-m {
        padding-top: 35px;
        margin-bottom: 30px;
    }

    .level-1-m .item-level-1 {
        padding: 10px 0;
    }

    .level-1-m .item-level-1 .name-level-1 {
        font-size: 18px;
        color: var(--second-color);
        font-weight: 500;
    }

    .menu-mobile-wrap .login {
        font-size: 16px;
    }

    .login-page,
    .register-page {
        padding: 30px 0px 40px;
    }

    .form-account .title {
        line-height: 46px;
    }

    #recoverrr .modal-dialog {
        width: 95%;
    }

    /* user css  */
    .space-list {
        padding: 30px 0px;
    }

    .dashboard .sibar-dashboard {
        margin-right: 0;
        padding: 20px 0 20px;
    }

    .dashboard .tab-info {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .dashboard .tab-info .table-mobile {
        overflow-x: scroll;
        padding: 0px 0px 20px;
    }

    .dashboard .tab-info .table-mobile table {
        min-width: 600px;
    }

    .dashboard .tab-info table th {
        padding: 10px 15px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    table.type-3 th {
        width: 10%;
    }

    .dashboard .sibar-dashboard ul li:hover {
        background: unset;
    }
}

/* CSS cho form tử vi */
:root {
    --primary-color: #8e24aa;
    --secondary-color: #5c007a;
    --light-color: #f3e5f5;
    --text-color: #333;
    --border-radius: 8px;
    --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #f5f5f5;
    color: var(--text-color);
    line-height: 1.6;
    padding: 20px;
}

.form-la-so {
    max-width: 600px;
    margin: 100px auto;
    background-color: white;
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.form-la-so .item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .form-la-so .item {
        flex-direction: row;
        align-items: center;
    }

    .form-la-so .item p {
        flex: 0 0 120px;
        text-align: right;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .form-la-so .info {
        flex: 1;
    }
}

.form-la-so p {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--secondary-color);
}

.form-la-so .info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-la-so input[type="text"] {
    flex: 1;
    min-width: 200px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-la-so input[type="text"]:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(142, 36, 170, 0.2);
}

.form-la-so select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    background-color: white;
    font-size: 16px;
    min-width: 80px;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-la-so select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(142, 36, 170, 0.2);
}

.form-la-so button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-la-so button:hover {
    background-color: var(--secondary-color);
}

/* Styling for specific sections */
.giosinh-home select,
.namxem-home select {
    flex: 0 0 auto;
}

/* Additional responsive adjustments */
@media (max-width: 480px) {
    .form-la-so {
        padding: 20px 15px;
    }

    .form-la-so .info {
        flex-direction: column;
    }

    .form-la-so select,
    .form-la-so input[type="text"] {
        width: 100%;
    }
}

/* Animation for form submission */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.form-la-so button:active {
    animation: pulse 0.3s ease-in-out;
}