#bgcForm {
    max-width: 480px !important;
    text-align: center;
    margin: auto;
}

.bgc-child {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

#bgcForm h3 {
    font-size: 22px;
}

#bgc_result_wrap {
    padding: 30px 30px 90px 30px;
    margin: 50px 0;
    background-color: #fff;
    border-radius: 25px;
    text-align: center;
}

#bgc_result_wrap .btn-bgc-again {
    text-align: center;
    margin-top: 50px;
}

#bgc_result_wrap #bgc_result_content,
#bgc_result_wrap #bgc_result_content * {
    text-align: left;
    font-family: "Raleway", Sans-serif !important;
}

#bgc_result_wrap #bgc_result_content ul {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0px;
}

#bgc_result_wrap #bgc_result_content ul h6.subtitle {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5;
}

#bgc_result_wrap #bgc_result_content .title.primary {
    margin-top: 50px;
    margin-bottom: 5px;
}

#bgcForm .bgc-child input {
    text-align: center;
    width: 100%;
    height: 48px !important;
    border-radius: 50vh;
    border: 0;
    background-color: #ffffff9e !important;
}

#bgcForm .bgc-child input::placeholder {
    color: #000;
}

#bgcForm .bgc-child #fullname {
    width: 100%;
}

#bgcForm .bgc-child #date {
    width: 40%;
}

#bgcForm .bgc-child #time,
#bgcForm .bgc-child #birthplace {
    width: 40%;
}

.bgc button {
    text-align: center;
    margin-top: 20px;
    padding: 10px 30px;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 5px;
    cursor: pointer;
}

#bgc_result_title .primary,
#bgc_result_content .primary {
    color: var(--e-global-color-primary) !important;
}

.bgc 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;
}

#bgcForm small {
    text-align: right;
    font-size: 71% !important;
    color: #fff;
}

@media (max-width: 480px) {
    #bgcForm .bgc-child #fullname {
        width: 100%;
    }
    
    #bgcForm .bgc-child #date {
        width: 100%;
    }
    
    #bgcForm .bgc-child #time,
    #bgcForm .bgc-child #birthplace {
        width: 100%;
    }
}

@media(max-width: 768px) {
    #bgcForm h3 {
        font-size: 23px;
    }

    .bgc-child {
        margin-top: 5px;
    }

    #bgc_result_wrap {
        padding: 20px 20px 60px 20px;
    }

    #bgcFormWrap {
        padding: 0 20px;
    }

    #bgcForm small {
        text-align: center;;
    }
}

#flip-book .df-bg {
    background-color: transparent !important;
}

#flip-book .df-ui-nav .df-ui-btn:before {
    color: --e-global-color-primary !important;
}