/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



span.forminator-select-dropdown.forminator-custom-form-70.forminator-dropdown--default.forminator-select-dropdown--below {
    width: 100px!important;
}

    .card-option-row {
        display: flex;
        align-items: center;
		padding: 10px 6px 6px 10px;
    }
    .card-option-row label {
        width: 200px;
        margin-right: 10px;
        font-weight: 500;
    }
    #main_quantity {
        width: 70px;
    }

        .form-progress-indicator {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            max-width: 500px;
        }
        .form-progress-indicator .step {
            flex: 1;
            text-align: center;
            position: relative;
            padding: 10px 0;
            font-weight: 500;
            color: #999;
        }
        .form-progress-indicator .step::before {
            content: '';
            width: 14px;
            height: 14px;
            background-color: #ccc;
            border-radius: 50%;
            display: block;
            margin: 0 auto 5px;
        }
        .form-progress-indicator .step.active {
            color: #000;
        }
        .form-progress-indicator .step.active::before {
            background-color: #0073aa;
        }
        .card-option-row label {
            width: 200px;
            margin-right: 10px;
            font-weight: 500;
        }
        .card-option-row select, .card-option-row input[type="text"] {
            width: 80px;
            padding: 0px;
        }
        .card-option-row.section2 select {
            width: 120px;
        }
.form-section h4 {
    margin-bottom: 6px;
    font-weight: 600;
}
.checkbox-group label {
    display: block;
    margin-bottom: 4px;
	width: 100%;
	font-weight: 400;
}

.wide-select {
    width: 150px; /* Reduced width for select dropdowns */
    padding: 5px;
    margin-bottom: 10px;
}

.card-option-row textarea {
    max-width: 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.price-form-headings h4 {
    color: #333;
    background-color: #f8f8f8;
	font-size: 16px;
    padding: 10px;
    text-align: left;
    margin: 0;
}
span.grand_total {
    padding: 5px;
    color: red;
    font-size: 20px;
	margin-bottom: 10px;
}


.custom-select-wrapper {
 position: relative;
 width: 100%;
 cursor: pointer;
}

.selected-option {
  color: #000;
  font-size: 16px;
  width: 120px;
  padding-left: 3px;
  border: 1px solid #666;
  border-radius: 3px;
}

.dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  z-index: 99;
}

.custom-select-wrapper.open .dropdown-options {
  display: block;
}

.font-option {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
}
.font-option:hover{
	color: #fff;
	background-color: #2563eb;
}
