input{
	background-color: #ffffff9e !important;
}
.report-section-tags .tag, .tag {
    background-position: center !important;
    background-color: unset !important;
    border-radius: unset !important;
    color: unset !important;
    display: unset !important;
    font-size: unset !important;
    height: unset !important;
    line-height: unset !important;
    white-space: unset !important;
    padding: 20px;
}

.form-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.form-group {
    display: block;
}

.form-label {
    display: block;
    padding-left: 1em;
    margin-bottom: 0.5em;
    width: 100%;
    font-size: 0.8em;
    opacity: 0.8;
}

.full-width-group {
    width: 100%;
    /*     flex: 0 0 100%; */
}

.full-width-group .form-control {
    text-align: center;
}

.form-control,
button {
    padding: 0.5em 1em;
    outline: none;
}

.form-control:not(.input-group .form-control),
.input-group {
    width: 100%;
    height: 48px !important;
    border-radius: 50vh;
    border: 1px solid rgb(178, 178, 178);
    overflow: hidden;
}

.form-control:not(.input-group .form-control):focus,
.input-group:focus,
.input-group:focus-within {
    border: 2px solid white;
    box-shadow: 0 0 15px -5px deepskyblue;
}

.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
   
}
.input-group .divider{
    height: 80%;
    width: 1px;
    background-color: #585858; /* Màu của đường ngăn, bạn có thể thay đổi */
    align-self: center; /* Căn giữa theo chiều dọc */
}

.input-group .form-control {
    border: none;
    height: 100%;
    border-radius: 0px !important;
}

.input-group .form-control:not(:last-child) {
    border-right: 1px solid rgb(178, 178, 178);
}

.flex-646 {
    flex: 1 1 60%;
}

.flex-644 {
    flex: 1 1 40%;
}

.flex-550 {
    flex: 1 1 50%;
}

.flex-545 {
    flex: 1 1 45%;
}

.wrapper-form-group {
    display: flex !important;
    gap: 0;
    width: 100%;
    position: relative;
}

/* .form-group-1,
.form-group2 {
	max-width: 250px !important;
} */

.form-group-3 {
    width: 30%;
}

.form-group-4 {
    width: 40%;
}

.form-group-45 {
    width: 45%;
}

.form-group-5 {
    width: 50%;
}

.form-group-54 {
    width: 54.5%;
}

.form-group-55 {
    width: 55%;
}

.form-group-6 {
    width: 60%;
}

.form-group-7 {
    width: 70%;
}

.form-group-10 {
    width: 100%;
}

.width-55 {
    width: 55%;
}

.width-45 {
    width: 45%;
}

#bgc_14block small,
.hd_double-child small {
    text-align: right;
    font-size: 71% !important;
    color: #fff;
}

.bolttext {
    font-weight: bold;
}

#ui-datepicker-div {
    margin: 0 20px !important;
}

#ui-datepicker-div select {
    margin: 0 5px !important;
    padding: 5px !important
}


._df_book .df-ui {
    display: none !important;
}

.loading-tracuu {
    text-align: center;
    color: #fff;
}

#tracuu-loading.type-popup {
    position: fixed;
    /* Đổi từ absolute sang fixed để nó luôn ở vị trí cố định */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /* Sử dụng rgba để có nền đen mờ */
    z-index: 9999999;
    align-content: center;
}

#tracuu-loading.type-popup img {
    width: 220px !important;
    height: auto;
    object-fit: contain;
}

#tracuu-loading .progress-bar-wrap {
    width: 80%;
    max-width: 600px;
    margin: 10px auto 30px;
    background-color: #f3f3f3;
    height: 20px;
    position: relative;
    border-radius: 15px;
}

#tracuu-loading .progress-bar {
    width: 0%;
    height: 100%;
    background-color: var(--e-global-color-primary);
    transition: width 0.5s ease;
    border-radius: 15px;
}

#tracuu-loading img {
    width: 100px;
    height: auto;
}

.audio-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.audio-wrap audio {
    width: 100%;
    height: 36px;
    max-width: 450px;
    margin: 0 auto;
}

.btn-again-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.btn-again-wrap button {
    margin-left: 10px;
    margin-right: 10px;
}

#product-bgc-nls-tsh-flipbook-api {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

#product-bgc-nls-tsh-flipbook-api img {
    width: 100px;
    height: auto;
}

#product-bgc-nls-tsh-flipbook-api .product-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
    padding: 0 30px;
}

#product-bgc-nls-tsh-flipbook-api .product-box {
    border: 1px solid #ddd;
    border-radius: 15px;
    width: calc(33.33% - 20px);
    min-height: 300px;
}

#product-bgc-nls-tsh-flipbook-api .product-box .product-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;
    border-radius: 15px;
    background-color: #00000082;
    color: #fff;
    position: relative;
}

#product-bgc-nls-tsh-flipbook-api .product-box .product-info .amount {
    font-size: 25px;
    font-weight: bold;
}

#product-bgc-nls-tsh-flipbook-api .add-to-cart {
    margin-top: 20px;
}

#product-bgc-nls-tsh-flipbook-api .product-box .product-info .product-title {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;

}

#product-bgc-nls-tsh-flipbook-api .product-box .product-info .product-description {
    margin-top: 60px;
}

#product-bgc-nls-tsh-flipbook-api .product-box .product-info .product-description ul {
    list-style: none;
    padding: 0;
}

.tra-cuu-product-title {
    color: #fff;
}

#error-message,
.error-message {
    margin-top: 10px;
    color: red;
}

.auto-wrapper.auto-is-active {
    width: 100%;
}

.auto-wrapper.auto-is-active #auto-birthplace-results {
    background-color: #fff;
    list-style: none;
    padding-left: 0px;
    max-height: 150px;
    overflow: auto;
    position: relative;
    text-align: left;
    width: 100%;
    left: 0;
}

.auto-wrapper.auto-is-active #auto-birthplace-results li {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
}

.auto-wrapper.auto-is-active #auto-birthplace-results li:hover {
    background-color: #ccc;
}

.auto-clear {
    display: none !important;
}

.auto-wrapper {
    display: none;
}

.auto-wrapper.auto-is-active {
    display: block;
    width: 100%;
    margin-top: 5px !important;
    position: absolute;
    z-index: 9;
    left: 0;
}

.vg-form-lookup label {
    color: #fff !important;
}

#chart-hd-section #AUDIOPLAYER {
    width: 70% !important;
    margin: 20px 0px 20px 349px;
    height: 36px;
}

#AUDIOPLAYER {
    width: 41%;
    margin: 20px auto 20px;
    height: 36px;
}

#bgc_14block,
#tsh_block,
#nls_block,
#nls_block_sale_phone,
#tonghop_form {
    max-width: 480px;
    margin: auto;
    text-align: center;
}


#submit_tsh_block_form,
#submit_nls_block_form {
    padding: 10px 30px !important;
}


#submit_tsh_block_form,
#submit_nls_block_form,
.btn-again,
#btn-buy-tracuu-free,
.btn-relationship,
.btn-double-buy-full,
#submit_tonghop_form {
    padding: 10px 30px !important;
    font-family: "Raleway", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-primary) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 25px 25px 25px 25px !important;
}

#hddouble_footer .btn-again,
#hddouble_footer .btn-register {
    font-size: 15px !important;
    font-family: "Raleway", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-primary) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 25px 25px 25px 25px !important;
    padding: 12px 28px !important;
}

#submit_tsh_block_form:hover,
#submit_nls_block_form:hover,
.btn-again:hover,
#btn-buy-tracuu-free:hover,
.btn-relationship:hover,
.btn-double-buy-full:hover,
#hddouble_footer .btn-again:hover,
#hddouble_footer .btn-register:hover,
#submit_tonghop_form:hover {
    color: var(--e-global-color-accent) !important;
    background-color: #FAC896 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #FAC896 !important;
    border-radius: 25px 25px 25px 25px !important;
}

/* #btn-buy-tracuu-free {
    margin-left: 10px !important;
} */

.btn-buy-full {
    font-family: "Raleway", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-primary) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 25px 25px 25px 25px !important;
}

.btn-buy-full:hover {
    color: var(--e-global-color-accent) !important;
    background-color: #FAC896 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #FAC896 !important;
    border-radius: 25px 25px 25px 25px !important;
}

#hd_doubleForm button {
    margin-top: 50px;
    font-size: 18px !important;
    font-family: "Raleway", Sans-serif !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-primary) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-primary) !important;
    border-radius: 25px 25px 25px 25px !important;
    padding: 15px 30px !important;
}

#hd_doubleForm button:hover {
    color: var(--e-global-color-accent) !important;
    background-color: #FAC896 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #FAC896 !important;
    border-radius: 25px 25px 25px 25px !important;
}

#chart-hd-section small.audio-instruction {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    margin-left: 243px;
    color: var(--e-global-color-secondary);
}

small.audio-instruction {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    color: var(--e-global-color-secondary);
}

.button-payment-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.button-payment-wrap .success-message {
    position: absolute;
    top: 70px;
    color: var(--e-global-color-secondary) !important;
}

.page-id-7191 .button-payment-wrap .success-message {
    position: absolute;
    top: 135px !important;
    color: var(--e-global-color-secondary) !important;
}

#submit_tsh_block_form,
#submit_nls_block_sale_phone_form,
#submit_tonghop_form {
    margin-top: 30px;
}

@media (max-width: 480px) {
    #product-bgc-nls-tsh-flipbook-api .product-box {
        width: unset !important;
    }

    .audio-wrap #audio-tracuu {
        padding: 0px 20px;
    }
}

@media (max-width: 768px) {
    .form-container {
        justify-content: center;
    }

    .form-control:not(.input-group .form-control),
    .input-group {
        border-radius: 50px !important;
    }

    .form-label {
        padding: 0;
        text-align: center;
    }

    #chart-hd-section #AUDIOPLAYER {
        width: 70% !important;
        margin: 20px auto 20px;
    }

    #chart-hd-section small.audio-instruction {
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .wrapper-form-group {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
    }

    .form-group-6,
    .form-group-4,
    .form-group-5,
    .form-group-45,
    .form-group-55,
    .form-group-54 {
        max-width: 100% !important;
        width: 100%;
    }

    #bgc_14block small,
    .hd_double-child small {
        text-align: center;
    }

    .button-payment-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 120px;
        gap: 15px;
    }

    .button-payment-wrap #btn-reload-page {
        position: absolute;
        top: 60px;
    }

    .btn-buy-full {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #btn-buy-tracuu-free {
        margin-left: 0px !important;
    }

    small.audio-instruction {
        font-size: 15px;
    }

    #tsh_block,
    #nls_block {
        text-align: center;
    }

    .button-payment-wrap .success-message {
        top: 120px;
    }

    .page-id-7191 .button-payment-wrap .success-message {
        top: 195px !important;
    }

    #chart-hd-section #AUDIOPLAYER {
        width: 100% !important;
        margin: 20px auto 20px;
    }

    #chart-hd-section small.audio-instruction {
        margin-left: 0px;
    }

    .report-section-tags .expanded {
    padding: 20px 10px !important;
    }
}

@media(min-width: 768px) {
    #ui-datepicker-div {
        top: 45% !important;
    }
}

@media screen and (max-width: 768px) {
    #ui-datepicker-div {
        top: 45% !important;
        right: 20px !important;
        left: unset !important;
    }

    #AUDIOPLAYER {
        width: 100% !important;
    }
}