/**

Theme Name: Astra Child

Author: Helpful Insight Solution

Author URI: https://www.helpfulinsightsolution.com/

Description: Astra Child Theme is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites.

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/
.submit-data-main {
    width: 100%;
}
.submit-data-inner {
    /*max-width: 800px;*/
    width: 100%;
    margin: 0 auto;
}
.his-confirm-main {
    padding: 50px 0;
    max-width: 600px;
    margin: 0 auto;
}
.his-confirm-inner {
    text-align: center;
    background: #fff;
}
.his-confirm-message {
    padding: 25px 0;
    border-bottom: #eee 1px solid;
}
.his-confirm-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.his-print {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}
.back-to-home {
    padding: 10px;
    background-color: #8c8c8c;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.back-to-home:hover {
    background: #a2a2a2;
    color: #fff;
}

.submit-data-content .action_button {
    margin-top: 30px;
    text-align: center;
}
.submit-data-content .action_button a {
    padding: 10px;
    background-color: #8c8c8c;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}
.submit-data-content .action_button a:hover {
    background: #a2a2a2;
    color: #fff;
}

.loader-main {
    background-color: rgb(0 0 0 / 70%);
    height: 100%;
    position: fixed;
    width: 100%;
    display: table;
    z-index: 9999;
}
.loader-inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.loader-inner img {
    max-width: 100px;
}
.submit-data-content .his-print {
    text-align: center;
    margin-top: 20px;
}
#download-pdf-data h2 {
    text-align: center;
        padding:35px 0 20px;

    text-decoration: underline;
}
.dw-pdf-tagline h2 {
    padding: 0 !important;
    text-decoration: none !important;
    color: #828587;
    font-family: "Redressed", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.dw-pdf-head {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px 0 20px;
    
}
#download-pdf-data table {
    max-width: 800px;
    margin: 0 auto;
}


@media print {
    @page{ size:  auto; margin: 0mm; }
    .action_button, .his-print, .site-footer{ display: none; }
}