/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.3.1730185373
Updated: 2024-10-29 07:02:53

*/

/* Center the form and set max width */
.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background-color: #f9f9f9;
   /* border: 1px solid #ddd;
    border-radius: 10px;*/
}

.form-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
/*    width: 750px !important;*/
}

/*.form-data-last{
	 margin-left: 14px !important;
}*/

input#first_name {
    width: 280px !important;
}

input#last_name {
    width: 280px !important;
   
}

input#custom_file {
    width: 350px;
}

/* Style form headings */
form h2 {
    text-align: center;
    font-size: 28px;
    font-family: 'Georgia', serif;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Input fields and labels styling */
form label {
    display: block;
    font-weight: bold;
    margin-top: 15px;
    font-family: Arial, sans-serif;
    color: #333;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="date"],
form input[type="file"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Adjust layout for upload file section */
form .file-upload-container {
    display: flex;
    align-items: center;
}

form .file-upload-container label {
    flex: 1;
    margin-right: 10px;
}

form .file-upload-container input[type="file"] {
    flex: 2;
}

/* Style submit button */
form input[type="submit"] {
    width: 20%;
    padding: 12px;
    margin-top: 20px;
    background-color: #0073aa;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form input[type="submit"]:hover {
    background-color: #005a87;
}

/* Footer text styling */
.footer {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #666;
}

.footer a {
    color: #0073aa;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
.tabs--headings{
	    padding-top: 80px !important;
	}

	.manage--width {
	    width: 100%;
	    max-width: 30%;
	}

	div#v-pills-tab {
	    width: 40%;
	}

	div#pmpro_account-membership {
	/*    border-top: 1px solid #CCC;*/
	    margin: 0em 0 !important;
	    padding: 0em 0 !important;
	}
	button.nav-link.active, .nav-pills .nav-link.active{
	    color: white;
	    background-color: #0d6efd !important;
	}
	button.nav-link {
	    color: #0d6efd;
	}
	.nav-link:focus, .nav-link:hover {
	    color: #0d113d;
	}
	thead,
	tbody,
	tfoot,
	tr,
	td,
	th {
		border-color: inherit;
		border-style: solid;
		border-width: 0;
		width:30%;
		max-width: 100%
	}

	body#error-page {
    margin: auto;
    max-width: 100% !important;
}