#tshForm {
    max-width: 480px !important;
    text-align: center;
    margin: auto;
}

.tsh-child {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

#tshForm h3 {
    font-size: 22px;
}

#tsh_result_wrap {
    padding: 30px 30px 90px 30px;
    margin: 50px 0;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
}

#tsh_result_wrap .btn-tsh-again {
    text-align: center;
    margin-top: 50px;
}

#tsh_result_wrap #tsh_result_content,
#tsh_result_wrap #tsh_result_content * {
    text-align: left;
    font-family: "Raleway", Sans-serif !important;
}

#tsh_result_wrap #tsh_result_content ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0px;
}

#tsh_result_wrap #tsh_result_content ul h6.subtitle {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5;
}

#tsh_result_wrap #tsh_result_content .title.primary {
    margin-top: 50px;
    margin-bottom: 5px;
}

#tshForm .tsh-child input {
    text-align: center;
    width: 100%;
    height: 48px !important;
    border-radius: 50vh;
    border: 0;
    background-color: #ffffff9e !important;
}

#tshForm .tsh-child input::placeholder {
    color: #000;
}

#tshForm .tsh-child #full_name {
    width: 100%;
}

#tshForm .tsh-child #birthday {
    width: 50%;
}

#tshForm .tsh-child #email,
#tshForm .tsh-child #tenrieng {
    width: 50%;
}

.tsh button {
    text-align: center;
    margin-top: 50px;
    padding: 10px 30px;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
}

#tsh_result_title .primary,
#tsh_result_content .primary {
    color: var(--e-global-color-primary) !important;
}

.tsh button:hover {
    background-color: #0069d9;
    border: 1px solid #0069d9;
}

#error-message,
.error-message {
    margin-top: 10px;
    display: none;
    color: red;
}

.ui-datepicker-title {
    display: flex;
    flex-wrap: nowrap;
}

.ui-datepicker-title select {
    width: 50% !important;
}

@media(max-width: 768px) {
    #tshForm h3 {
        font-size: 23px;
    }

    .tsh-child {
        margin-top: 5px;
    }

    #tsh_result_wrap {
        padding: 20px 20px 60px 20px;
    }

    #tshFormWrap {
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    #tshForm .tsh-child #full_name {
        width: 100%;
    }
    
    #tshForm .tsh-child #birthday {
        width: 100%;
    }
    
    #tshForm .tsh-child #email,
    #tshForm .tsh-child #tenrieng {
        width: 100%;
    }
}

#flip-book .df-bg {
    background-color: transparent !important;
}

#flip-book .df-ui-nav .df-ui-btn:before {
    color: --e-global-color-primary !important;
}