/*!
 * table-grid (http://mdo.github.io/table-grid)
 * Released under MIT, (c) 2014 Mark Otto
 */

html {
    font-size: 11px;
}

@media (min-width: 600px) {
    html {
        font-size: 14px;
    }
}

body {
    margin: 0;
    padding-bottom: 3rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* text-align: center; */
    background-color: #FAFAFA;
}

main {
    background-image: url('images/bg-hero.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    /* max-width: 1000px; */
    width: 100% !important;
    /* margin-right: auto;
    margin-left: auto; */
    /* height:max-content; */
    /* padding: 24px 20px; */
}

.container > div {
    /* margin-bottom: 5px; */
    /* margin-left: 5px; */
}

a {
    color: #1874cd;
    text-decoration: none;
}

a:hover {
    color: #104e8b;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.1;
    color: #333;
}

h1 {
    font-size: 3rem;
}

h1 small {
    font-size: 80%;
    color: #777;
}

h2 {
    margin-top: 3rem;
    font-size: 2rem;
}

p {
    margin-top: 0;
}

.container > p {
    /* margin: 0.5rem 0.5rem 0.5rem; */
    max-width: 1010px;
    /* padding: .5rem .5rem .5rem .5rem; */
}

hr {
    max-width: 100px;
    margin: 3rem auto;
    border: 0;
    border-top: .1rem solid #eee;
}

code {
    padding: .15rem .3rem;
    font-family: Menlo, "Courier New", monospace;
    font-size: 90%;
    color: #cd3333;
    background-color: #f5f5f5;
    border-radius: .15rem;
}

.form-floating-custom {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-floating-custom input,
.form-floating-custom select,
.form-floating-custom textarea {
  width: 100%;
  /* padding: 1.25rem 0.75rem 0.5rem 0.75rem; */
  font-size: 14px;
  border: 1px solid #CC9332;
  border-radius: 1rem;
  /* background: #fff; */
  outline: none;
  height: 46px; /* Đặt chiều cao cố định giống input */
  box-sizing: border-box;
  appearance: none; /* Ẩn mũi tên mặc định, có thể thêm icon riêng nếu muốn */
}
.form-floating-custom textarea {
    height: auto;
}
.form-floating-custom label {
  position: absolute;
  top: 0.7rem;
  left: 0.9rem;
  background: transparent;
  padding: 0 0.3em;
  color: #7b82a1;
  font-size: 1.1rem;
  font-weight: 500;
  pointer-events: none;
  transition: 0.2s;
}
.form-floating-custom input:focus + label,
.form-floating-custom input:not(:placeholder-shown) + label,
.form-floating-custom input:not([value=""]) + label,
.form-floating-custom select:focus + label,
.form-floating-custom select:not([value=""]) + label,
.form-floating-custom textarea + label {
  top: -0.8rem;
  left: 0.8rem;
  font-size: 0.95rem;
  color: #667394;
  background: #fff;
  outline: none;
  z-index: 2;
}

.form-floating-custom .row .form-select,
.form-floating-custom .row .form-control {
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
}

.form-control:disabled,
.form-select:disabled {
    background-color: #fff;
}

.form-floating-custom input.is-invalid,
.form-floating-custom select.is-invalid {
    border-color: red;
}
/* Display utility classes */

.inline-block {
    display: inline-block;
}

/* Header */
.header .navbar {
    padding: 16px 0;
    background-color: #fff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom: 1px solid #F5DFAA;
    height: auto;
}

.header .navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.header .navbar-menu {
    flex: 1;
}

.header .navbar-menu .navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.header .navbar-menu .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 14px 12px;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #595D67;
}

.header .navbar-menu .nav-item.active a {
    border-color: #E6E6E6;
    color: #CC9332;
}

.header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.header .btn-header-login {
    background-color: #CC9332;
    width: 98px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

#langMenu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    z-index: 99;   
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00000029;
    padding: 12px;
    border-radius: 14px;
    transform: translateX(-50%);
}

#langMenu button .text {
    color: #09090B;
}

#btnDropdownProfile {
    width: 60px;
    height: 34px;
    border-radius: 90px;
    border: 1px solid #E6E6E6;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 6px;
}

#btnDropdownProfile.active {
    border-color: #CC9332;
}

#btnDropdownProfile img {
    border-radius: 50%;
    object-fit: cover;
}

#btnDropdownProfile .burger-menu {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 14px;
}

#btnDropdownProfile .burger-menu span {
    width: 100%;
    height: 2px;
    background-color: #646C72;
    border-radius: 8px;
}

#btnDropdownProfile.active .burger-menu span {
    background-color: #CC9332;
}

#btnDropdownNoti {
    position: relative;
    width: 34px;
    height: 34px;
    background-color: #F2F5F8;
    border: 0.5px solid #E2E8F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btnDropdownNoti.active {
    border-color: #CC9332;
    background-color: #FCF8F0;
}

#btnDropdownNoti .notification-badge {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #CB3F3F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -4px;
    font-weight: 500;
    font-size: 8px;
    color: #FAFAFA;
}

#btnDropdownNoti .notification-icon {
    background-image: url("images/icon/alarm.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 18px;
    height: 18px;
}

#btnDropdownNoti.active .notification-icon {
    background-image: url("images/icon/alarm-active.svg");
}

#notificationMenu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    width: 650px;
    max-height: 500px;
    border-radius: 14px;
    padding: 24px 14px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00000029;
    z-index: 99;
    overflow-y: auto;
}

#notificationMenu h2.title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #CC9332;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}

#notificationMenu .seemore {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #CC9332;
    margin-bottom: 20px;
}

#notificationMenu .list-notification {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#notificationMenu .list-notification .notification-item {
    max-width: 100%;
    box-shadow: none;
    padding: 0;
}

#notificationMenu .list-notification .notification-item .notification-thumbnail {
    width: 170px;
    height: 100px;
}

#notificationMenu .list-notification .notification-item .notification-thumbnail img {
    width: 100%;
    height: 100%;
}

#profileMenu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    width: 280px;
    z-index: 99;   
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00000029;
    padding: 12px;
    border-radius: 14px;
}

#profileMenu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

#profileMenu ul li a {
    border-radius: 10px;
    padding: 8px 16px;
}

#profileMenu ul li a.active,
#profileMenu ul li a.active:hover {
    background-color: #FCF8F0;
    color: #CC9332;
}

#profileMenu ul li a:hover {
    background: #f8f9fa;
}

#profileMenu ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #09090B;
}
/* End Header */

/* Footer */
.site-footer {
    padding: 50px 0;
    background: #fff;
}

.site-footer .footer-wrapper {
    border-top: 1px solid #C4C4C4;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.site-footer .menu-footer {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.site-footer .menu-footer li {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 10px;
    border-right: 0.5px solid #888888;
}

.site-footer .menu-footer li:last-child {
    border-right: 0;
}

.site-footer .menu-footer li a {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 3%;
    color: #262626;
}

.site-footer .social {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 0;
}

.site-footer .copyright {
    font-weight: 400;
    font-size: 10px;
    line-height: 22.2px;
    letter-spacing: 0%;
    color: #262626;
    text-align: center;
    margin-bottom: 0;
}
/* End Footer */

/* Home */
.home {
    padding-top: 20px;
}

.home .home-wrapper {
    position: relative;
    padding-top: 32px;
    padding-bottom: 60px;
    min-height: 351px;
    overflow: hidden;
}

.home .ellipe-mask {
    position: absolute;
    width: 543px;
    height: 230px;
    top: -49px;
    left: 50%;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    /* backdrop-filter: blur(20px); */
    transform: translateX(-50%);
    border-radius: 100%;
    z-index: 1;
}

.home .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 351px;
    z-index: 0;
}

.home .bg-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    object-fit: cover;
}

.home .home-inner {
    position: relative;
    z-index: 2;
}

.home .module-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: #816B5A;
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    margin: 0;
}

.home .module-title span.color {
    background: linear-gradient(90.96deg, #FFB47A 66.42%, #FF6E00 99.17%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-shadow: none;
}

.home .create-laso-inner {
    max-width: 650px;
    width: 100%;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 4px 22.2px 0px #0000000D;
    margin: 0 auto;
    margin-top: 16px;
}

.home .create-laso-inner .form-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-transform: uppercase;
    color: #CC9332;
    margin-bottom: 16px;
}

.home .create-laso-inner .form-gender-group {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.home .create-laso-inner .additional-wrapper {
    padding: 20px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    border: 1px solid #F9EDD8;
    border-radius: 14px;
}

.home .create-laso-inner .additional-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
}

.home .create-laso-inner .additional-title .form-title {
    margin-bottom: 0;
}

.form-checkbox-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-checkbox-group .form-check-input {
    margin: 0;
    padding: 0;
}

.form-checkbox-group label {
    flex: 1;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #1D2410;
}

.home .create-laso-inner .form-checkbox-group label {
    font-weight: 600;
}

.home .create-laso-inner .additional-wrapper .form-label-save-thaitue {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #586AA6;
    margin-bottom: 10px;
}

.home .create-laso-inner .btn-laplaso {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(90deg, #E9C281 0%, #EDA62C 100%);
    box-shadow: 4px 20px 32px 0px rgba(197, 141, 58, 0.2),
            -3px -4px 7px 0px rgba(255, 255, 255, 0.15) inset;
    border: none;
    margin-top: 24px;
    padding: 8px 10px;
    border-radius: 24px;
}

.home .create-laso-inner .btn-laplaso span {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    display: inline-block;
    text-transform: capitalize;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #1D2410;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    border: 1px solid #CC9332;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #CC9332;
    position: absolute;
    top: 4px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

input[type=checkbox] {
    position: relative;
    border: 2px solid #CC9332;
    border-radius: 6px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    opacity: .5;
    box-shadow: none;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #CC9332;
    border-color: #CC9332;
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

/* End Home */

/* La So */
#chartContainer {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #0000001F;
}

.lasotuvi-chart {
    width: 1000px;
    border: 2px solid #3F3833;
    border-radius: 12px;
    overflow: hidden;
}

.lasotuvi-chart .grid {
    table-layout: unset;
}

.lasotuvi-chart .diaCung {
    position: relative;
    width: 250px;
    height: 352px;
    background: #F8E9C899;
    border: 1px solid #3F3833;
}

.lasotuvi-chart .diaCung.xungChieu {
    background: #FFECC3C7;
    box-shadow: 0px 0px 20px 0px #876C162E;
    /* border: 1px solid #FFD691; */
}

.lasotuvi-chart .diaCung::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/bg-diacung.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
}

.lasotuvi-chart .diaCung.xungChieu::before {
    background-image: url('images/bg-xungchieu.png');
}

.lasotuvi-chart .diaCung .cung-top {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #C69E2F29;
    backdrop-filter: blur(10px);
    padding: 4px !important;
    z-index: 1;
}

.lasotuvi-chart .diaCung.xungChieu .cung-top {
    background: #FFC011B2;
}

.lasotuvi-chart .diaCung .cungThan {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 4px;
    background: radial-gradient(50% 50% at 50% 50%, #FFB22E 0%, #FB7100 100%);
    font-weight: 500;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}

.lasotuvi-chart .diaCung .bg-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.lasotuvi-chart .diaCung .zodiac {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #484848;
}

.lasotuvi-chart .diaCung .zodiac span {
    display: flex;
    flex: 1;
    width: 100%;
}

.lasotuvi-chart .diaCung .zodiac .bg-img {
    width: 26px;
    height: 26px;
}

.lasotuvi-chart .diaCung .cungChu {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #484848;
}

.lasotuvi-chart .diaCung .cungDaiHan {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #484848;
}

#cungTy5 .img-zodiac {
    background-image: url('images/con-giap/ty.png');
}
#cungNgo .img-zodiac {
    background-image: url('images/con-giap/ngo.png');
}
#cungMui .img-zodiac {
    background-image: url('images/con-giap/mui.png');
}
#cungThan .img-zodiac {
    background-image: url('images/con-giap/than.png');
}
#cungThin .img-zodiac {
    background-image: url('images/con-giap/thin.png');
}
#cungDau .img-zodiac {
    background-image: url('images/con-giap/dau.png');
}
#cungMao .img-zodiac {
    background-image: url('images/con-giap/mao.png');
}
#cungTuat .img-zodiac {
    background-image: url('images/con-giap/tuat.png');
}
#cungDan .img-zodiac {
    background-image: url('images/con-giap/dan.png');
}
#cungSuu .img-zodiac {
    background-image: url('images/con-giap/suu.png');
}
#cungTy1 .img-zodiac {
    background-image: url('images/con-giap/ti.png');
}
#cungHoi .img-zodiac {
    background-image: url('images/con-giap/hoi.png');
}

.lasotuvi-chart .diaCung .cung-middle {
    position: relative;
    margin-top: 12px !important;
    height: auto !important;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh .img-sao {
    background-image: url('images/icon/icon-star.svg');
    width: 11.67px;
    height: 10px;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh li {
    width: 200px;
    height: 24px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh li:only-child {
    border-radius: 10px;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh li:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh .hanhTho {
    background: #CD7A0D;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh .hanhMoc {
    background: #049663;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh .hanhThuy {
    background: #076ba1;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh .hanhHoa {
    background: #DE1D1D;
}

.lasotuvi-chart .diaCung .cung-middle .chinhTinh .hanhKim {
    background: #8A8A8A;
}

.K {
    color: #8A8A8A;
}

.M {
    color: #049663;
}

.T {
    color: #076ba1;
}

.H {
    color: #DE1D1D;
}

.O {
    color: #CD7A0D;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh {
    margin-top: 0px;
    padding: 3px 12px;
    display: flex;
    justify-content: space-between;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh .txt-sao {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh .saotot,
.lasotuvi-chart .diaCung .cung-middle .phuTinh .saoxau {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 180px;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh .hanhTho {
    color: #CD7A0D;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh .hanhMoc {
    color: #049663;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh .hanhThuy {
    color: #076ba1;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh .hanhHoa {
    color: #DE1D1D;
}

.lasotuvi-chart .diaCung .cung-middle .phuTinh .hanhKim {
    color: #767676;
}

.lasotuvi-chart .diaCung .cung-bottom {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    background: #C69E2F29;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    padding: 8px !important;
    width: auto;
    height: 40px;
    z-index: 1;
}

.lasotuvi-chart .diaCung.xungChieu .cung-bottom {
    background: #FFC011B2;
}

.lasotuvi-chart .diaCung .cung-bottom .tieuHan {
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000000;
}

.lasotuvi-chart .diaCung .cung-bottom .saoTen {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
}

.lasotuvi-chart .diaCung .cung-bottom .hanhCung {
    padding: 2px 6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
}

.lasotuvi-chart .diaCung .cung-bottom .hanhCung .txt {
    position: relative;
    top: -2px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.lasotuvi-chart .diaCung .cung-bottom .hanhCung .bg-img {
    width: 20px;
    height: 20px;
}

.hanhCung.hoa {
    background: linear-gradient(120.44deg, #F13535 31.49%, #8A8A8A 174.13%);
}

.hanhCung.tho {
    background: linear-gradient(120.44deg, #D1A060 31.49%, #8A8A8A 174.13%);
}

.hanhCung.kim {
   background: linear-gradient(120.44deg, #F0F0F0 31.49%, #8A8A8A 174.13%);
   color: #1D2410;
}

.hanhCung.moc {
    background: linear-gradient(120.44deg, #60D195 31.49%, #8A8A8A 174.13%);
}

.hanhCung.thuy {
    background: linear-gradient(120.44deg, #076ba1 31.49%, #8A8A8A 174.13%);
}

.hanhCung.hoa .bg-img {
    background-image: url('images/hoa.png');
}

.hanhCung.kim .bg-img {
    background-image: url('images/kim.png');
}

.hanhCung.tho .bg-img {
    background-image: url('images/tho.png');
}

.hanhCung.moc .bg-img {
    background-image: url('images/moc.png');
}

.hanhCung.thuy .bg-img {
    background-image: url('images/thuy.png');
}

.thienBan {
    width: 100%;
    min-height: 704px;
}

.text-right {
    text-align: right;
}
/* End La So */

/* Noi dung la so */
.noidung-laso {
    width: 500px;
    height: 704px;
    border: 1px solid #3F3833;
    background-image: url('images/bg-la-so.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
}

.noidung-laso::before {
    content: "";
    display: block;
    opacity: 0.15;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('images/logo-footer.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 378px;
    height: 118px;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.noidung-header .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #484848;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-bottom: 16px;
}

.noidung-header .date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.noidung-header .date .txt-label {
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #667394;    
}

.noidung-header .date .value {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}

.noidung-header .web-info {
    margin-top: 12px;
    font-family: Be Vietnam Pro;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #CC9332;
}

.noidung-body {
    padding: 5px;
    padding-left: 40px;
    flex: 1;
}

.noidung-body .info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.noidung-body .item-info {
    display: flex;
    gap: 10px;
    text-align: left;
}

.noidung-body .item-info .txt-label {
    width: 100px;
    font-weight: 400;
    font-size: 14px;
    color: #667394;
    display: flex;
    align-items: center;
    max-height: 24px;
}

.noidung-body .item-info .value {
    display: flex;
    align-items: center;
    flex: 1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D2410;
}

.noidung-body .item-info .value .value-left {
    min-width: 130px;
}

.noidung-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.noidung-footer .sinhkhac {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #5E5B5B;
}

.noidung-footer .mausac {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.noidung-footer .mausac .hanhCung {
    width: 32px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.noidung-footer .mausac .hanhCung .bg-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 20px;
    height: 20px;
}

.noidung-laso .cung-tieu-han {
    position: absolute;
    z-index: 1;
}

.noidung-laso .cung-tieu-han span {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    color: #121213;
}

/* Cung số 1–3 (góc dưới) */
.noidung-laso .cung-tieu-han[cung-so="1"] { bottom: 10px; right: 110px; }
.noidung-laso .cung-tieu-han[cung-so="2"] { bottom: 10px; left: 110px; }
.noidung-laso .cung-tieu-han[cung-so="3"] { bottom: 10px; left: 15px; }

/* Cung số 4–5–6 (bên trái) */
.noidung-laso .cung-tieu-han[cung-so="4"] { bottom: 165px; left: 15px; }
.noidung-laso .cung-tieu-han[cung-so="5"] { top: 165px; left: 15px; }
.noidung-laso .cung-tieu-han[cung-so="6"] { top: 10px; left: 15px; }

/* Cung số 7–8–9 (góc trên) */
.noidung-laso .cung-tieu-han[cung-so="7"] { top: 10px; left: 110px; }
.noidung-laso .cung-tieu-han[cung-so="8"] { top: 10px; right: 110px; }
.noidung-laso .cung-tieu-han[cung-so="9"] { top: 10px; right: 15px; }

/* Cung số 10–11–12 (bên phải và dưới) */
.noidung-laso .cung-tieu-han[cung-so="10"] { top: 165px; right: 15px; }
.noidung-laso .cung-tieu-han[cung-so="11"] { bottom: 165px; right: 15px; }
.noidung-laso .cung-tieu-han[cung-so="12"] { bottom: 10px; right: 15px; }

/* End Noi dung la so */

/* Action la so */
.laso-action-wrapper {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.laso-action-wrapper .laso-action {
    display: flex;
    align-items: center;
    gap: 20px;
}

.laso-action-wrapper .laso-action button,
.laso-action-wrapper .laso-action a {
    width: 147px;
    height: 42px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    padding: 8px 10px 8px 16px;
    box-shadow: -3px -4px 7px 0px #FFFFFF26 inset;
}

.laso-action-wrapper .laso-action span.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
}

.laso-action-wrapper .laso-action .btn-share-laso {
    background: #DE1D1D;
}

.laso-action-wrapper .laso-action .btn-booking-laso {
    background: #076ba1;
}

.laso-action-wrapper .laso-action .btn-save-laso {
    background: linear-gradient(90deg, #E9C281 0%, #EDA62C 100%);
}

.laso-action-wrapper .btn-close-laso {
    background: transparent;
    border: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End Action la so */

/* Booking */
.booking {
    padding: 50px 0;
}

.booking .booking-card {
    max-width: 860px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 22.2px 0px #0000000D;
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
}

.booking .booking-card .title {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #816B5A;
    text-transform: capitalize;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.booking .form-booking {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.booking .booking-content {
    padding: 20px;
    border-radius: 14px;
    /* background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%); */
    border: 1px solid #F9EDD8;
}

.booking .booking-content #bookingTime {
    pointer-events: none;
}

.booking .form-booking .form-booking-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #CC9332;
}

.booking .form-booking .booking-info-detail {
    display: flex;
    flex-direction: column;
}

.booking .form-booking .btn-booking-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
}

.booking .form-booking .btn-booking-wrapper .btn-cancel {
    background: var(--Neutrals-Neutrals200, #E2E8F0);
    width: 100px;
    height: 44px;
    padding: 10px 18px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #121213;
}

.booking .form-booking .btn-booking-wrapper .btn-confirm-booking {
    width: 286px;
    height: 44px;
    background: linear-gradient(90deg, #E9C281 0%, #EDA62C 100%);
    box-shadow: -3px -4px 7px 0px #FFFFFF26 inset;
    border-radius: 24px;
    border: 0;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.booking .form-booking .btn-booking-wrapper .btn-confirm-booking .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #FFFFFF;
}

.booking .form-booking #paymentInfo .payment-qr h6 {
    text-align: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #667394;
    margin-top: 24px;
}

.booking .form-booking #paymentInfo .payment-qr img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.flatpickr-months .flatpickr-month {
    background: #fff !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #fff !important;
    color: #000 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: #000 !important;
    background: #fff !important;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    color: #000 !important;
    box-shadow: none;
}

.booking .form-booking .numInputWrapper span.arrowUp,
.booking .form-booking .numInputWrapper span.arrowDown {
    display: none;
}

.booking .form-booking .numInputWrapper:hover {
    background: transparent !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, 
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    color: #000;
    fill: #000;
    display: flex;
    align-items: center;
}

.flatpickr-months .flatpickr-prev-month:hover svg, 
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #000 !important;
}

.flatpickr-day {
    border-radius: 4px !important;
    background: #FCF8F0 !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.nextMonthDay {
    background: transparent !important;
    border-radius: 0 !important;
} 

.flatpickr-day.today:hover {
    color: #484848 !important;
}

.flatpickr-day.selected.today:hover {
    color: #fff !important;
}

.dayContainer {
    gap: 4px !important;
    padding: 0 4px !important;
}

.flatpickr-day.selected {
    background: #F3BB5B !important;
    color: #fff !important;
    border: none !important;
}

span.flatpickr-weekday,
.flatpickr-weekdays {
    background: #fff !important;
    color: #C4C4C4 !important;
}

.flatpickr-days {
    border: none !important;
}

.flatpickr-innerContainer {
    border-bottom: 0 !important;
}

.flatpickr-current-month input.cur-year {
    color: #000 !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000 !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #000 !important;
}

.time-slots-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: stretch;
}

.time-slots-container .time-slot {
    width: 100px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667394;
    background: #FFF8E4;
    border-radius: 6px;
    cursor: pointer;
}

.time-slots-container .time-slot.active {
    background: #F3BB5B;
    color: #fff;
}

.time-slots-container .time-slot.disabled {
    background: #F5F5F5;
    color: #ACB0BA80;
}
/* End Booking */

/* Booking success */
.booking-success {
    padding: 50px 0;
}

.booking-success .booking-success-card {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 22.2px 0px #0000000D;
    border-radius: 24px;
    padding: 24px 150px;
}

.booking-success .booking-success-card h2.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: #816B5A;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.booking-success .booking-success-card .description {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.booking-success .booking-success-card .description p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #121213;
}

.booking-success .booking-success-card .img-success {
    display: block;
    margin: 24px auto;
}

.booking-success .booking-success-card .booking-success-info {
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    border: 1px solid #F9EDD8;
    padding: 20px;
    border-radius: 14px;
}

.booking-success .booking-success-card .booking-success-info .info-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #CC9332;
}

.booking-success .booking-success-card .booking-success-info .info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-success .booking-success-card .booking-success-info .info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.booking-success .booking-success-card .booking-success-info .info-item .txt-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #667394;
}

.booking-success .booking-success-card .booking-success-info .info-item .value {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #121213;
}

.booking-success .booking-success-card .booking-success-info .note {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #CC9332;
    margin-top: 24px;
}

.booking-success .booking-success-card .btn-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    margin-top: 24px;
}

.booking-success .booking-success-card .btn-wrapper .btn-back-home {
    width: 272px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Neutrals-Neutrals200, #E2E8F0);
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 24px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #121213;
}

.booking-success .booking-success-card .btn-wrapper .btn-continute-booking {
    width: 272px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 24px;
    background: linear-gradient(90deg, #E9C281 0%, #EDA62C 100%);
    box-shadow: -3px -4px 7px 0px #FFFFFF26 inset;
}

.booking-success .booking-success-card .btn-wrapper .btn-continute-booking .txt {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}
/* End Booking success */

/* Profile */
.account-content .account-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #CC9332;
    margin: 0;
    margin-bottom: 20px;
}

.profile-content .additional-title {
    margin-top: 40px;
}

.profile-content #profileForm {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
}

.profile-content .avatar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.profile-content .avatar-wrapper .avatar {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-content .avatar-wrapper .btn-upload-avatar {
    width: 32px;
    height: 32px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Stroke-Field-Deactive, #E1E1E1);
    box-shadow: -3px -4px 7px 0px #FFFFFF26 inset;
}

.form-input-group input {
    width: 100%;
    height: 44px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--Neutrals-Neutrals200, #E2E8F0);
    box-shadow: 0px 1px 2px 0px #1018280D !important;
}

.form-input-group .form-has-icon {
    position: relative;
}

.form-input-group .form-has-icon .icon {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.profile-content .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.profile-content .btn-wrapper .btn-update-profile {
    width: 286px;
    height: 44px;
    padding: 10px 18px;
    border-radius: 24px;
    background: var(--Primary, #CC9332);
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;    
}

.required {
    color: #FF2C41;
}
/* End Profile */

/* User horoscope */
.account-filter .form-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
}

.account-filter .form-filter-wrapper .icon {
    display: inline-flex;
}

.account-filter .form-filter-group,
.account-filter .form-filter-group-calendar {
    display: flex;
    align-items: center;
    height: 32px;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid var(--input, #E2E8F0);
}

.account-filter .form-filter-group input,
.account-filter .form-filter-group-calendar input {
    width: 196px;
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    padding: 0;
}

.account-filter .form-filter-group-dropdown {
    position: relative;
    min-width: 111px;
    height: 32px;
}

.account-filter .form-filter-group-dropdown .form-filter-dropdown-btn {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: 1px solid var(--border-border-input, #E4E4E7);
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 6px;
    cursor: pointer;
}

.account-filter .form-filter-group-dropdown .form-filter-dropdown-menu {
    position: absolute;
    top: calc(100% + 3px);
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 4px 0;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #E4E4E7;
    box-shadow: 0px 4px 20px 0px #00000029;
    z-index: 99;
}

.account-filter .form-filter-group-dropdown .form-filter-dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.account-filter .form-filter-group-dropdown .form-filter-dropdown-menu ul li {
    padding: 8px 12px;
    cursor: pointer;
}

.account-filter .form-filter-group-dropdown .form-filter-dropdown-menu ul li:not(:last-child) {
    border-bottom: 1px solid #E4E4E7;
}

.account-filter .form-filter-group-calendar {
    min-width: 126px;
}

.account-filter .form-filter-group-calendar input {
    width: 100%;
}

.account-table {
    margin-top: 20px;
}

.account-table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 16px;
}

.table-aumora {
    width: 100%;
    white-space: nowrap;
    text-align: left;
    overflow-y: hidden;
}

.table-aumora thead {
    background: #FCF8F0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table-aumora thead th {
    padding: 15px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #667394;
}

.table-aumora tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--Neutrals-Neutrals200, #E2E8F0)
}

.table-aumora tbody tr td {
    padding: 15px 10px;
}

.table-aumora tbody tr td > span {
    display: block;
}

.table-aumora tbody .horoscope-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    color: #121213;
}

.table-aumora tbody .horoscope-gender {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #667394;
    margin-top: 6px;
}

.table-aumora tbody .zodiac-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    color: #121213;
}

.table-aumora tbody .horoscopre-calendar-type {
    min-width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 145%;
}

.table-aumora tbody .horoscopre-solar {
    background-color: #CBFFEC;
    color: #007048;
}

.table-aumora tbody .horoscopre-luna {
    background-color: #F5F2EF;
    color: #7A6F67;
}

.table-aumora .option-dropdown-wrapper {
    position: relative;
}

.table-aumora .option-dropdown-wrapper .icon,
.table-aumora .option-dropdown-wrapper .icon-dropdown {
    display: inline-flex;
}

.table-aumora .option-dropdown-wrapper .option-dropdown-btn {
    min-width: auto;
    height: 30px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEEEEE;
    border: 1px solid transparent;
    box-shadow: 0px 1px 2px 0px #1018280D;
    gap: 10px;
}

.table-aumora .option-dropdown-btn .icon-dropdown img {
    transition: transform 0.3s;
}

.table-aumora .option-dropdown-btn.active .icon-dropdown img {
    transform: rotate(180deg);
}

.table-aumora .option-dropdown-wrapper .option-dropdown-btn.active {
    border: 1px solid var(--Primary, #CC9332)
}

.table-aumora .option-dropdown-btn .option-label {
    display: flex;
    align-items: center;
    gap: 3px;
}

.table-aumora .option-dropdown-btn .option-label .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #667394;
}

.table-aumora .option-dropdown-wrapper .option-dropdown-menu {
    position: absolute;
    top: calc(100% + 2.5px);
    right: 0;
    width: 250px;
    border-radius: 6px;
    padding: 6px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #00000029;
    z-index: 10;
}

.table-aumora .option-dropdown-wrapper .option-dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.table-aumora .option-dropdown-wrapper .option-dropdown-menu ul li {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 16px;
}

.table-aumora .option-dropdown-wrapper .option-dropdown-menu ul li.active {
    background: #FCF8F0;
}

.table-aumora .option-dropdown-wrapper .option-dropdown-menu ul li .text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #09090B;
}

.table-aumora .option-dropdown-wrapper .option-dropdown-menu ul li.active .text {
    color: #CC9332;
}

.table-aumora .table-acion-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.table-aumora .table-acion-wrapper .btn-table-action {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: 0;
}

.table-aumora .table-acion-wrapper .btn-table-action:focus {
    box-shadow: none;
}

.table-aumora .table-acion-wrapper .btn-table-action-primary {
    background: linear-gradient(90deg, #E9C281 0%, #EDA62C 100%);
}

.table-aumora .table-acion-wrapper .btn-table-action-blue {
    background: #5CA0FF;
}

.table-aumora .table-acion-wrapper .btn-table-action-red {
    background: #CB3F3F;
}

.table-aumora tbody .table-empty {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #667394;
}

.modal-detail-horoscope .modal-dialog {
    max-width: 1060px;
}

.modal-detail-horoscope .detail-horoscope-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #CC9332;
    margin: 0;
    margin-bottom: 6px;
}

.modal-detail-horoscope .horoscope-created-at {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    text-align: center;
    color: #667394;
}

.modal-detail-horoscope .laso-action-wrapper {
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}

.modal-detail-horoscope .laso-action-wrapper .laso-action .btn-share-laso {
    background: #DE1D1D;
}

.modal-detail-horoscope .horoscope-image img {
    max-width: 100%;
    height: auto;
}

.modal-delete .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.modal-delete .modal-delete-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #09090B;
    margin: 0;
    text-align: center;
}

.modal-delete .btn-wrapper {
    display: flex;
    align-items: stretch;
    gap: 15px;
    margin-top: 24px;
}

.modal-delete .btn-wrapper .btn-modal {
    width: 100%;
    height: 44px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 24px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.modal-delete .btn-wrapper .btn-modal-cancel {
    background: #E2E8F0;
    color: #121213;
}

.modal-delete .btn-wrapper .btn-modal-submit {
    background: #CB3F3F;
    color: #fff;
}
/* End User horoscope */

/* User appointment */
.table-appointment .booking-code-wrapper {
    position: relative;
    cursor: pointer;
}

.table-appointment .booking-code {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #667394;
}

.table-appointment .booking-code-wrapper:hover .code-popup {
    display: flex;
}

.table-appointment .booking-code-wrapper .code-popup {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid var(--border-border-border, #E4E4E7);
    border-radius: 6px;
    box-shadow: 0px 4px 6px -1px #0000001A;
    align-items: center;
    gap: 4px;
}

.table-appointment .booking-code-wrapper .code-popup .full-code {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    text-transform: uppercase;
    color: #667394;
}

.table-appointment .booking-code-wrapper .code-popup .copy-btn {
    border: 0;
    padding: 0;
    background: transparent;
}

.table-appointment .booking-time-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.table-appointment .booking-time {
    min-width: 53px;
    height: 28px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #121213;
    border-radius: 6px;
}

.table-appointment .booking-time.confirmed {
    background: #DDF2FF;
}

.table-appointment .booking-time.cancelled {
    background: #F6F6F6;
    color: #AEB8D2;
}

.table-appointment .booking-time.pending {
    background: #DDF2FF;
}

.table-appointment .booking-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 145%;
    color: #121213;
}

.table-appointment tbody td {
    font-weight: 400;
    font-size: 12px;
    line-height: 145%;
    color: #667394;
}

.table-appointment .booking-status,
.modal-detail-booking .booking-status {
    min-width: 100px;
    height: 30px;
    border-radius: 24px;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
}

.table-appointment .booking-status.pending,
.modal-detail-booking .booking-status.pending {
    background: #FFF7DD;
    color: #FFC008;
}

.table-appointment .booking-status.confirmed,
.modal-detail-booking .booking-status.confirmed {
    background: #DDF2FF;
    color: #0D6EFD;
}

.table-appointment .booking-status.cancelled,
.modal-detail-booking .booking-status.cancelled {
    background: #FFE1DD;
    color: #C04141;
}

.modal-detail-booking .modal-dialog {
    max-width: 1060px;
}

.modal-detail-booking .detail-booking-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #CC9332;
    margin-bottom: 6px;
}

.modal-detail-booking .booking-detail-info {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    border: 1px solid #F9EDD8;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-detail-booking .booking-detail-info .info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
}

.modal-detail-booking .booking-detail-info .info-item .txt-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #667394;
}

.modal-detail-booking .booking-detail-info .info-item .value {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #121213;
}

.modal-detail-booking .horoscope-image img {
    max-width: 100%;
    height: auto;
}

.modal-booking-cancel .modal-delete-title {
    margin-bottom: 24px;
}

.modal-booking-cancel .booking-detail-info {
    padding: 20px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    border-radius: 14px;
    border: 1px solid #F9EDD8;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-booking-cancel .booking-detail-info .info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.modal-booking-cancel .booking-detail-info .info-item .txt-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #667394;
}

.modal-booking-cancel .booking-detail-info .info-item .value {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #121213;
}

.modal-booking-cancel .note {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    margin-top: 24px;
}
/* End User appointment */

/* Change Password */
.change-password-content .change-password-wrapper {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
}

.change-password-content .change-password-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.change-password-content .change-password-wrapper .btn-change-password {
    width: 286px;
    height: 44px;
    padding: 10px 18px;
    border-radius: 24px;
    background: var(--Primary, #CC9332);
    box-shadow: 0px 1px 2px 0px #1018280D;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.form-input-group .form-has-icon .icon-eye {
    position: absolute;
    top: 50%;
    right: 14px;
    background-image: url('images/icon/icon-eye-pass.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
    padding: 8px;
    transform: translateY(-50%);
    cursor: pointer;
}

/* .form-input-group .form-has-icon .icon-eye.showing {
    background-image: url('images/icon/icon-eye-pass.svg');
} */
.form-input-group .form-has-icon .icon-eye.visible {
    background-image: url('images/icon/icon-eye-open.svg');
}
/* End Change Password */

/* MODAL */
.modal-common {
    text-align: center;
}

.modal-common::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-common .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}

.modal-common .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: none;
}

.modal-common .modal-header,
.modal-common .modal-footer {
    border-color: rgba(0, 0, 0, 0.1);
}

.modal-common .modal-header {
    padding: 28px 20px;
    position: relative;
}

.modal-common .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
}

.modal-common .modal-body {
    padding: 30px;
}

.modal-common .modal-footer {
    padding: 30px;
    justify-content: center;
}

.modal .modal-header {
    position: relative;
}

.modal .btn-close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}
/* End Modal */

/* Pagination */
.pagination-wrapper {
    margin-top: 1rem;
}

.pagination .page-item .page-link {
    color: #CC9332;
    border: 1px solid #CC9332;
    background-color: transparent;
    transition: all 0.3s ease;
    margin: 0 2px;
    border-radius: 6px;
}

.pagination .page-item .page-link:hover {
    background-color: #CC9332;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #CC9332;
    border-color: #CC9332;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    background-color: #f9f9f9;
    border-color: #eee;
    pointer-events: none;
}

.pagination .page-item.disabled .page-link {
    padding-left: 10px;
    padding-right: 10px;
}
/* End Pagination */

.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: none;
}
.form-control.is-invalid {
    border-color: #dc3545;
}

/* Notification Toast */
#notification_container {
    position: fixed;
    top: 100px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.notification-item {
    max-width: 516px;
    position: relative;
    padding: 8px;
    padding-left: 16px;
    border-radius: 10px;
    background: #FFFFFFCC;
    box-shadow: 0px 4px 20px 0px #00000029;
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.notification-item.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.notification-item .notification-close-btn {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.notification-item .notification-close-btn img {
    width: 8px;
    height: 8px;
}

.notification-item .notification-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.notification-item .notification-info .info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notification-item .notification-info .info .title {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #121213;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-item .notification-info .info .time {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #667394;
}

.notification-item .notification-thumbnail {
    position: relative;
    width: 105px;
    border-radius: 6px;
}

.notification-item .notification-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.notification-item .notification-thumbnail .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 16px;
    height: 11px;
}
/* End Notification Toast */

/* Notification */
.notification-content {
    padding: 50px 0;
}

.notification-content .notification-card {
    max-width: 930px;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid var(--Placehoder, #E2E8F0);
    border-radius: 16px;
    margin: 0 auto;
}

.notification-content h2.title {
    margin: 0;
    margin-bottom: 20px;
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #CC9332;
}

.notification-content .notification-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.notification-content .notification-list .notification-item {
    max-width: 100%;
    box-shadow: none;
    justify-content: space-between;
}

.notification-content .notification-list .notification-item .notification-info {
    max-width: 556px;
}

.text-empty {
    text-align: center;
    color: #667394;
}
/* End Notification */

/* Auth header */
.auth-header {
    padding: 16px 0;
    background: #FFFFFF;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom: 1px solid var(--Placehoder, #E2E8F0)
}

.auth-header .auth-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* End Auth header */

/* Auth layout */
.auth-content {
    padding: 100px 0;
}
.auth-content .auth-card {
    max-width: 800px;
    width: 100%;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 4px 22.2px 0px #0000000D;
    margin: 0 auto;
}

.auth-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.auth-wrapper .auth-form-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-wrapper .auth-form-wrapper {
    width: 100%;
    margin: 0 auto;
}

.auth-wrapper .auth-form-wrapper .auth-form-header {
    margin-bottom: 48px;
}

.auth-wrapper .auth-form-wrapper .btn-auth-submit {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 0;
    background: #CC9332;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #F8FAFC;
}

.auth-wrapper .auth-form-wrapper .auth-form-header h2.title {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #CC9332;
    text-align: center;
    margin: 0;
    margin-bottom: 8px;
}

.auth-wrapper .auth-form-wrapper .auth-form-header .description {
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #64748B;
}

.auth-wrapper .auth-banner img {
    width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    object-fit: cover;
}

.auth-wrapper .auth-form-wrapper label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #020617;
}

.auth-wrapper .auth-form-wrapper .text-login-register {
    margin-top: 32px;
    text-align: center;
}

.auth-wrapper .auth-form-wrapper .text-login-register p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.auth-wrapper .auth-form-wrapper .text-login-register a {
    text-decoration: underline;
    color: #CC9332;
}
/* End Auth layout */

/* Auth login */
.auth-login-content .label-password-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-login-content .label-password-login a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #64748B;
}
/* End Auth login */

/* Auth success */
.auth-content-success .success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.auth-content-success .success-content .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #CC9332;
    margin: 0;
}

.auth-content-success .success-content img {
    width: 120px;
    height: 120px;
}

.auth-content-success .success-content .description p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #64748B;
}

.auth-content-success .btn-auth-redirect {
    width: 100%;
    height: 44px;
    border-radius: 24px;
    padding: 8px 16px;
    background: #CC9332;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #F8FAFC;
    margin-top: 24px;
}
/* End Auth success */

/* Masthead */

.masthead {
    padding: 4rem 1rem;
    font-weight: 300;
    color: rgba(255, 255, 255, .65);
    text-align: center;
    /*background-color: #b94a48;*/
}

.masthead a,
.masthead strong {
    font-weight: normal;
    color: #fff;
}

.masthead p {
    font-size: 1.25rem;
}


/* Make it red for easy views */

ul, ol {
    margin: 0;
    padding: 0;
}

.grid-example {
    margin-bottom: 1rem;
}

.grid-example .col {
    line-height: 3;
    text-align: center;
    color: #333;
    /*background-color: rgba(255, 0, 0, .15);*/
}

/* Nested grid examples need outdenting because padding. */

.grid-example .grid-example {
    margin-top: .5rem;
    margin-bottom: 0;
}


/* Increase height of vertically centered example */

.grid-example .grid-align-middle {
    height: 200px;
}

.grid-example.grid-align-middle .col {
    min-height: 3rem;
    line-height: 1.5;
}

.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}


/* .laso {
    width: 760px;
    height: 1001px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #000;
    background-image: url('texture.jpg');
} */


.cung-bottom {
    height: 25px;
    margin: 2px 2px 0 0;
    
}

.cung-middle {
    height: 172px;
}

.cung-middle ul,
li {
    list-style-type: none;
}

.hanhKim {
    color: #8A8A8A;
}

.hanhMoc {
    color: #049663;
}

.hanhThuy {
    color: #076ba1;
}

.hanhHoa {
    color: #DE1D1D;
}

.hanhTho {
    color: #CD7A0D;
}

.chinhTinh {
    min-height: 35px;
    padding-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.cungChu {
    text-transform: uppercase;
    font-size: 0.9em;
    padding-bottom: 0.2em;
}

.menh{
    color :#DE1D1D !important;
}

.cungThan {
    background-color: darkred;
}

/* .xungChieu {
    background-color: #ffeb3b !important;
    color: #000 !important;
} */

.diaCung {
    /* border: 1px solid #ccc; */
    /* padding: 10px; */
    /* margin: 0; */
    width: 190px;
    height: 250px;
    position: relative;
    background-color: #fff;
    transition: background-color 0.3s ease;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    box-sizing: border-box;
}

/* DiaCung background colors */


/* Hover effect for DiaCung
.diaCung:hover {
    filter: brightness(95%);
    transition: background-color 0.3s ease;
} */

/* Make text more visible on light backgrounds */
.diaCung {
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    /* padding: 10px; */
}

/* Add subtle border to separate cung */
/* .diaCung {
    border: 1px solid rgba(0,0,0,0.1);
    height: 250px;
} */

/* .thienBan {
    width: 400px;
    min-height: 500px;
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    border-radius: 10px;
}

.thienBan .noidung {
    padding: 5px 10px 10px 10px;
    text-align: justify;
}

.thienBan .noidung .header {
    text-align: center;
    font-weight: bold;
    padding-bottom: 1rem;
}

.thienBan .noidung .sinhkhac {
    text-align: center;
    font-weight: bold;
    padding-top: 1rem;
}

.thienBan .noidung .cotTrai {
    text-align: left;
    font-weight: bold;
}

.thienBan .noidung .cotPhai {
    text-align: left;
    line-height: 1.5em;
}

.thienBan .mausac {
    position: absolute;
    height: 100px;
    bottom: 0;
}

.thienBan .mausac .gioithieuhanh {
       width: 50px;
    font-weight: bold;
} */

input {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form {
    color: #000;
    text-align: left;
}

label {
    padding-right: 2rem;
}

select {
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff;
}

.grid .left {
    width: 30%;
    text-align: right;
}

.grid .right {
    width: 70%;
}

.formborder {
    border: 1px solid #c92424;
    padding: 10px;
}

.border {
    /* border: thin #ffffff solid; */
}

.border-right {
    /* border-right: thin #a8a8a8 solid; */
}

.border-left {
    /* border-left: thin #a8a8a8 solid; */
}

.border-bottom {
    /* border-bottom: thin #a8a8a8 solid; */
}

.border-top {
    /* border-top: thin #a8a8a8 solid; */
}

.inset-border {
    /* box-sizing: border-box; */
}

.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #E0E1E2;
    color: rgba(0, 0, 0, .6);
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

input.primary:hover {
    background-color: #1678c2;
    color: #FFF;
    text-shadow: none;
}

/* #namsinh {
    width: 100px;
} */

input.warning {
    background-color: #f0ad4e;
    color: #FFF;
    text-shadow: none;
}

input.primary {
    background-color: #2185D0;
    color: #FFF;
    text-shadow: none;
}


/*.phuTinh .col{
    padding-bottom: 0.2em;
}*/

.phuTinh .saotot {
    width: 46%;
    line-height: 1.3em;
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    max-height: 120px;
    /* font-weight: bold; */
}

.phuTinh .saoxau {
    width: 46%;
    line-height: 1.3em;
    display: inline-block;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    /* font-weight: bold; */
}

.blocks {
    width: 46%;
    white-space: nowrap;
    display: inline-block;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
    line-height: 1.2em;
    font-size: 14px;
}


/*.blocks:nth-child(odd){
    text-align: left;
}
.blocks:nth-child(even){
    text-align: right;
}*/

.anlaso {
    display: none !important;
}

.hide {
    width: 46%;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2em;
    font-size: 14px;
    height: 0;
    overflow: hidden;
}


/*@media (min-width: 600px) {*/

.grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0 !important;
    margin: 0 !important;
    border-spacing: 0 !important;
}

.cung-top {
    height: 30px;
    margin: 2px 2px 0 0;
    padding-top: 10px !important;
}
.col {
    display: table-cell;
}

.thongtin {
    /* padding-bottom: 1rem; */
}

.grid-padded {
    margin-left: -1rem;
    margin-right: -1rem;
}


/*.grid-padded .grid {
    border-spacing: 1rem 0;
}*/

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-tuan {
    background-color: #3E2723;
}

.label-triet {
    background-color: #263238;
}

.tuanTriet {
    padding-top: 0.5rem;
}

.tieuVan {
    padding-top: 0.5rem;
}


/*}*/


/*@media (min-width: 600px) {*/

.col-1 {
    width: 8.333333%;
}

.col-2 {
    width: 16.666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333333%;
}

.col-5 {
    width: 41.666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333333%;
}

.col-8 {
    width: 66.666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333333%;
}

.col-11 {
    width: 91.666667%;
}

.grid-align-middle .col {
    vertical-align: middle;
}

.grid-reverse {
    direction: rtl;
}

.grid-reverse .col {
    direction: ltr;
}

.Zebra_Tooltip {
    position: absolute;
    z-index: 8000;
    background: transparent;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
    position: relative;
    padding: 15px;
    font-size: inherit;
    text-align: left;
    font-weight: normal;
    line-height: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    *margin-right: 0;
    _width: expression(document.body.clientWidth > 290 ? '290px': 'auto');
    /* max-width for IE6 */
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow {
    position: absolute;
    height: 10px;
    width: 20px;
    overflow: hidden
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom {
    bottom: 0
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top {
    top: 0
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow div {
    position: absolute;
    border-style: solid;
    border-width: 10px;
    height: 0;
    width: 0;
    left: 0;
    _border-left-color: pink;
    _border-right-color: pink;
    _filter: chroma(color=pink);
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Bottom div {
    top: 0;
    _border-bottom-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Arrow_Top div {
    bottom: 0;
    _border-top-color: pink;
}

.Zebra_Tooltip .Zebra_Tooltip_Close {
    text-decoration: none;
    color: #FFF;
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: inherit;
    font-weight: bold;
}

.Zebra_Tooltip .Zebra_Tooltip_Close:hover {
    color: #C40000;
}

.tooltips {
    cursor: help;
}

.bg-hanhKim {
    background-color: #e5e5e5 !important;
    color: #333 !important;
}
.bg-hanhMoc {
    background-color: #e6f9ed !important;
    color: #333 !important;
}
.bg-hanhThuy {
    background-color: #e6f0fa !important;
    color: #333 !important;
}
.bg-hanhHoa {
    background-color: #ffeaea !important;
    color: #333 !important;
}
.bg-hanhTho {
    background-color: #fffbe6 !important;
    color: #333 !important;
}

/* Styles cho xungChieu */
/* .diaCung.xungChieu {
    background-color: #ffeb3b !important;
    color: #000 !important;
    border: 2px solid #ffc107 !important;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5) !important;
    z-index: 1 !important;
    position: relative !important;
} */

/* Đảm bảo các class ngũ hành không ghi đè lên xungChieu */
/* .diaCung.bg-hanhKim.xungChieu,
.diaCung.bg-hanhMoc.xungChieu,
.diaCung.bg-hanhThuy.xungChieu,
.diaCung.bg-hanhHoa.xungChieu,
.diaCung.bg-hanhTho.xungChieu {
    background-color: #ffeb3b !important;
    color: #000 !important;
    border: 2px solid #ffc107 !important;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5) !important;
    z-index: 1 !important;
    position: relative !important;
} */

.col .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    width: 100%;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control {
    border-radius: 0.25rem;
    padding: 0.75rem;
    border: 1px solid #ced4da;
}

.form-control:focus {
    border-color: #CC9332;
    box-shadow: none;
}

.btn-primary {
    padding: 0.75rem;
    font-weight: 500;
}

.card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
    padding: 1.25rem;
}

.card-body {
    padding: 2rem;
}

.alert {
    border-radius: 0.25rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 86px;
}

.navbar-brand {
    font-weight: 600;
    display: flex;
    align-items: center;
}

.nav-link {
    font-weight: 500;
}

.text-center {
    margin-top: 1rem;
}

.text-center a {
    color: #007bff;
    text-decoration: none;
}

.text-center a:hover {
    text-decoration: underline;
} 
.label-tuan {
    position: absolute;
    width: 110px;
    height: 22px;
    display: flex;
    align-items: center;
    background: #580E0E;
    background-image: url('images/tuan.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    border-radius: 4px;
    padding: 2px 10px;
    font-weight: bold;
    z-index: 2;
  }
  
  /* Cho các cung nằm hàng ngang (cung 7-8, 1-2) */
  [cung-id="7"] .label-tuan,
  [cung-id="1"] .label-tuan {
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 110px;
  }
  
  /* Cho các cung nằm hàng dọc (cung 6-5-4-3, 9-10-11-12) */
  [cung-id="6"] .label-tuan,
  [cung-id="5"] .label-tuan,
  [cung-id="4"] .label-tuan,
  [cung-id="9"] .label-tuan,
  [cung-id="10"] .label-tuan,
  [cung-id="11"] .label-tuan {
    left: 75%;
    top: 100%;
    transform: translate(-50%, -50%);
  }

  .label-tuantriet {
    position: absolute;
    width: 22px;
    height: 110px;
    background: #000;
    /* background-image: url('images/triet.png'); */
    /* background-size: cover; */
    /* background-position: center;
    background-repeat: no-repeat; */
    color: #FFF;
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: bold;
    z-index: 2;
  }
  
  /* Cho các cung nằm hàng ngang (cung 7-8, 1-2) */
  [cung-id="2"] .label-tuantriet,
  [cung-id="1"] .label-tuantriet {
    left: 0px;
    top: 0%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }
  [cung-id="8"] .label-tuantriet,
  [cung-id="7"] .label-tuantriet {
    left: 249px;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }
  
  /* Cho các cung nằm hàng dọc (cung 6-5-4-3, 9-10-11-12) */
  [cung-id="6"] .label-tuantriet,
  [cung-id="5"] .label-tuantriet,
  [cung-id="4"] .label-tuantriet,
  [cung-id="9"] .label-tuantriet,
  [cung-id="10"] .label-tuantriet,
  [cung-id="11"] .label-tuantriet {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }

  /* label tieu van */
  .label-tieuvan{
    position: absolute;
    width: 22px;
    height: 110px;
    /* background: #000; */
    /* background-image: url('images/triet.png'); */
    /* background-size: cover; */
    /* background-position: center;
    background-repeat: no-repeat; */
    color: #000000;
    /* border: 1px solid #CC9332; */
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: bold;
    z-index: 2;
  }
  
  /* Cho các cung nằm hàng ngang (cung 7-8, 1-2) */
  [cung-id="2"] .label-tieuvan,
  [cung-id="1"] .label-tieuvan,
  [cung-id="8"] .label-tieuvan,
  [cung-id="7"] .label-tieuvan,
  [cung-id="3"] .label-tieuvan,
  [cung-id="12"] .label-tieuvan,
  /* Cho các cung nằm hàng dọc (cung 6-5-4-3, 9-10-11-12) */
  [cung-id="6"] .label-tieuvan,
  [cung-id="5"] .label-tieuvan,
  [cung-id="4"] .label-tieuvan,
  [cung-id="9"] .label-tieuvan,
  [cung-id="10"] .label-tieuvan,
  [cung-id="11"] .label-tieuvan {
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }


  .label-tuantriet .bg-luu {
    background: #580E0E !important;
  }

  .icoTriet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('images/triet.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 4px;
  }

  .icoLuuTriet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('images/triet.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 4px;
    border: 1px solid #ff0000;
    border-radius: 2px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    color: #666;
    margin: 0 2px;
  }
  .icoTuan {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('images/tuan.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 4px;
  }
  .icoLuuTuan {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('images/tuan.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    margin-left: 4px;
    border: 1px solid #ff0000;
    border-radius: 2px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    color: #666;
    margin: 0 2px;
  }
  .tuantriet-space {
    display: inline-block;
    width: 16px;
    height: 16px;
  }

  .label-triet {
    position: absolute;
    width: 22px;
    height: 110px;
    background: #000;
    background-image: url('images/triet.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: bold;
    z-index: 2;
  }
  
  /* Cho các cung nằm hàng ngang (cung 7-8, 1-2) */
  [cung-id="2"] .label-triet,
  [cung-id="7"] .label-triet {
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
  }

  [cung-id="1"] .label-triet {
    left: 0px;
    top: 0%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }
  [cung-id="8"] .label-triet,
  [cung-id="7"] .label-triet {
    left: 249px;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }
  
  /* Cho các cung nằm hàng dọc (cung 6-5-4-3, 9-10-11-12) */
  [cung-id="6"] .label-triet,
  [cung-id="5"] .label-triet,
  [cung-id="4"] .label-triet,
  [cung-id="9"] .label-triet,
  [cung-id="10"] .label-triet,
  [cung-id="11"] .label-triet {
    left: 75%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }

  .label-luu-triet {
    position: absolute;
    width: 22px;
    height: 110px;
    background: #FF0000;
    background-image: url('images/triet.png');
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: bold;
    z-index: 2;
  }
  
  /* Cho các cung nằm hàng ngang (cung 7-8, 1-2) */
  [cung-id="2"] .label-luu-triet,
  [cung-id="1"] .label-luu-triet,
  [cung-id="8"] .label-luu-triet,
  [cung-id="7"] .label-luu-triet {
    left: 238px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    display: flex; /* Đảm bảo nó là flex container */
    align-items: center; /* Căn giữa theo trục cross (ngang khi writing-mode vertical) */
    justify-content: center; /* Căn giữa theo trục chính (dọc khi writing-mode vertical) */
    text-align: center; /* Căn giữa văn bản nếu có nhiều dòng */
  }
  
  /* Cho các cung nằm hàng dọc (cung 6-5-4-3, 9-10-11-12) */
  [cung-id="6"] .label-luu-triet,
  [cung-id="5"] .label-luu-triet,
  [cung-id="4"] .label-luu-triet,
  [cung-id="9"] .label-luu-triet,
  [cung-id="10"] .label-luu-triett,
  [cung-id="11"] .label-luu-triet {
    left: 25%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 110px;
    height: 22px;
  }

  .label-luu-tuan {
    position: absolute;
    width: 110px;
    height: 22px;
    display: flex;
    align-items: center;
    background: #FF0000;
    background-image: url('images/tuan.png');
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    border-radius: 4px;
    padding: 2px 10px;
    font-weight: bold;
    z-index: 2;
  }
  
  /* Cho các cung nằm hàng ngang (cung 7-8, 1-2) */
  [cung-id="7"] .label-luu-tuan,
  [cung-id="1"] .label-luu-tuan {
    right: 238px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 110px;
    writing-mode: vertical-rl;
    display: flex; /* Đảm bảo nó là flex container */
    align-items: center; /* Căn giữa theo trục cross (ngang khi writing-mode vertical) */
    justify-content: center; /* Căn giữa theo trục chính (dọc khi writing-mode vertical) */
    text-align: center; /* Căn giữa văn bản nếu có nhiều dòng */
  }
  
  /* Cho các cung nằm hàng dọc (cung 6-5-4-3, 9-10-11-12) */
  [cung-id="6"] .label-luu-tuan,
  [cung-id="5"] .label-luu-tuan,
  [cung-id="4"] .label-luu-tuan,
  [cung-id="9"] .label-luu-tuan,
  [cung-id="10"] .label-luu-tuan,
  [cung-id="11"] .label-luu-tuan {
    left: 25%;
    top: 100%;
    transform: translate(-50%, -50%);
  }

.toast-success {
    background-color: #51A351 !important;
    color: white !important;
}
.toast-error {
    background-color: #BD362F !important;
    color: white !important;
}
.toast-info {
    background-color: #2F96B4 !important;
    color: white !important;
}
.toast-warning {
    background-color: #F89406 !important;
    color: white !important;
}

@media screen and (max-width: 991px) {
    .booking-success .booking-success-card {
        padding: 24px;
    }

    .auth-wrapper {
        display: block;
    }
    .auth-wrapper .auth-banner {
        display: none;
    }

    .table-appointment {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
}

@media screen and (max-width: 768px) {
    .modal-common::before {
        content: none;
    }

    .modal-common .modal-dialog {
        width: 90%;
    }

    .home .create-laso-inner {
        padding: 16px;
    }
    .home .module-title {
        font-size: 36px;
    }
    .home .create-laso-inner .additional-wrapper .form-label-save-thaitue {
        margin-top: 12px;
    }
    #notificationMenu {
        right: -80px;
        width: 345px;
    }

    .content-area.account-content {
        margin-top: 16px;
    }
    .auth-wrapper .auth-form-wrapper .auth-form-header {
        margin-bottom: 24px;
    }

    .site-footer .logo img {
        width: 150px;
        height: auto;
        object-fit: contain;
    }
    .site-footer .social {
        gap: 16px;
    }
    .site-footer .social img {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width: 650px) {
    .header .navbar-brand img {
        width: 100px;
        object-fit: contain;
    }

    #chartContainer {
        padding: 16px;
    }
    .laso-action-wrapper {
        align-items: flex-end;
        flex-direction: column-reverse;
    }
    .laso-action-wrapper .laso-action {
        flex-wrap: wrap;
    }

    #notification_container {
        width: 95%;
    }
    .notification-item {
        max-width: 100%;
    }
    #notificationMenu .list-notification {
        gap: 16px;
    }
    .notification-item .notification-info {
        gap: 8px;
    }
    .notification-item .notification-info .info {
        gap: 4px;
    }
    .notification-item .notification-info .notification-avatar img {
        width: 30px;
        height: 30px;
    }
    .notification-item .notification-info .info .title {
        font-size: 12px;
    }
    .notification-item .notification-info .info .time {
        font-size: 10px;
    }
    .notification-item .notification-thumbnail {
        width: 70px;
    }
    #notificationMenu h2.title,
    #notificationMenu .seemore {
        margin-bottom: 12px;
    }
    #notificationMenu .list-notification .notification-item .notification-thumbnail {
        width: 70px;
        height: auto;
    }

    .notification-content .notification-card {
        padding: 12px;
    }
    .notification-content .notification-list .notification-item {
        padding-left: 0px;
        padding-right: 0;
    }

    .booking .booking-card {
        padding: 16px;
    }
    .booking .booking-card .title {
        font-size: 28px;
    }
    .booking .form-booking .booking-info-detail {
        margin-bottom: 24px;
    }
    .booking .form-booking .btn-booking-wrapper {
        flex-direction: column-reverse;
        align-items: center;
    }
    .time-slots-container .time-slot {
        width: 85px;
    }

    .form-floating-custom label {
        top: 50%;
        transform: translateY(-50%);
    }
    .form-floating-custom input:focus + label,
    .form-floating-custom input:not(:placeholder-shown) + label,
    .form-floating-custom input:not([value=""]) + label,
    .form-floating-custom select:focus + label, 
    .form-floating-custom select:not([value=""]) + label, 
    .form-floating-custom textarea + label {
        transform: none;
    }

    .booking-success .booking-success-card h2.title {
        font-size: 28px;
        line-height: 1.4;
    }
    .booking-success .booking-success-card .description {
        flex-direction: column;
    }
    .booking-success .booking-success-card .booking-success-info {
        padding: 16px;
    }
    .booking-success .booking-success-card .btn-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .booking-success .booking-success-card .booking-success-info .info-item .value {
        font-size: 12px;
    }
    .booking-success .booking-success-card .description p {
        text-align: center;
    }

    #horoscropeFilter .form-filter-group,
    #horoscropeFilter .form-filter-group-calendar {
        width: 100%;
    }
    #horoscropeFilter .form-filter-group input {
        width: 100%;
    }
    #horoscropeFilter .form-filter-group-dropdown {
        width: calc((100% / 2) - 3px);
    }
}