/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com/demo/
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/

.nasa-tabs-content a{
	font-size:20px;
}
.nasa-scroll-titles{
	padding:15px;
}
.dokan-product-qa-frontend-root .shadow-sm{
	border:0px;
}
#dokan-product-enquiry .dokan-btn{
	margin-top:20px !important
}
#dokan-product-enquiry .row{
	padding:10px !important;
}
#dokan-product-enquiry .form-control{
	margin-bottom:10px !important;
}
/* Styling the modal wrapper */
.white-popup.dokan-support-login-wrapper {
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    margin: auto;
    font-family: 'Arial', sans-serif;
}

/* Close button */
.dokan-izimodal-close-btn button {
    border: none;
    background: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 12px 12px 0px;
    transition: 0.3s ease-in-out;
}

.dokan-izimodal-close-btn button:hover {
    color: #e74c3c;
}

/* Heading */
.white-popup h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

/* Form styling */
.dokan-form-group {
    margin-bottom: 15px;
    text-align: left;
}

/* Label styling */
.dokan-form-label {
    font-weight: bold;
    font-size: 14px;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

/* Input fields */
.dokan-form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.dokan-form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);
    outline: none;
}

/* Login button */
#support-submit-btn {
    width: 100%;
    background: #3498db;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

#support-submit-btn:hover {
    background: #2980b9;
}

/* "Create an account" section */
.dokan-popup-create-an-account {
    font-size: 14px;
    color: #777;
    margin-top: 15px;
}

/* "Create an account" link */
.dokan-popup-create-an-account a {
    font-size: 14px;
    color: #999 !important;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease-in-out;
		background: transparent !important;
	border:0px !important;
	padding: 12px 5px !important;
}

.dokan-popup-create-an-account a:hover {
    color: #888 !important;
	background: transparent !important;
}

/* Responsive Design */
@media (max-width: 500px) {
    .white-popup.dokan-support-login-wrapper {
        width: 95%;
        padding: 20px;
    }

    .white-popup h2 {
        font-size: 20px;
    }
}
