body {
/*             font-family: montserrat-bold; */
            margin: 0;
            padding: 0;
            background-color: #fff;
            color: #333;
        }

        .bug-report {
            width: 50%;
            margin: 50px auto;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
/*             box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
        }
.red{
	color: red;
}
.regular-font{
	font-family: montserrat-regular!important;
}

        h1 {
            color: #333;
            text-align: center;
            margin-bottom: 20px;
        }

        p.text-center {
            color: #666;
            text-align: center;
            margin-bottom: 20px;
        }

        .support-container {
            margin-bottom: 20px;
        }
/* File upload */
.em .codedropz-btn-wrap span {
    background-color: #ccc;
    color: #000;
    font-size: 14px;
    margin: 5px 0;
    padding: 15px 25px;
    display: inline-block;
    cursor: pointer;
}
.em h3{
	text-align: center;
	font-size: 20px!important;
	font-family:montserrat-regular!important; 
	
}
/* End */

.support-cusinfo{
	width: 90%;
    margin: 50px auto;
}

        /* Label and Input Styling */
        .details-col {
            margin-bottom: 20px;
        }

        .details-col label {
            font-size: 16px;
            font-weight: 600;
            display: block;
            margin-bottom: 8px;
			font-family: 'montserrat-bold';
        }

        .details-col input,
        .details-col textarea,
        .details-col select {
            width: 100%;
            padding: 10px;
            font-size: 14px;
			font-family: 'montserrat-regular';
            border: 1px solid #ddd;
            border-radius: 4px;
            box-sizing: border-box;
        }

        .details-col input:focus,
        .details-col textarea:focus,
        .details-col select:focus {
            border-color: #007BFF;
            outline: none;
        }

        .details-col input::placeholder,
        .details-col textarea::placeholder {
            color: #aaa;
        }

        .required {
            color: red;
        }

        .details-col textarea {
            resize: vertical;
            height: 150px;
        }

        /* File Upload Styling */
        .support-container h2 {
            font-size: 18px;
            color: #333;
        }

        .support-container input[type="file"] {
            padding: 5px;
            border: 1px solid #ddd;
            border-radius: 4px;
/*             background-color: #000; */
        }

        /* Button Styles */
        .btn-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .btn-container input[type="submit"] {
            background-color: #aa2926;
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            text-decoration: none;
			font-family: 'montserrat-regular';
        }

        .btn-container button:hover,
        .btn-container a:hover {
            background-color: #0056b3;
        }

        .reset-button-rep {
            background-color: #f44336;
        }

        .reset-button-rep:hover {
            background-color: #d32f2f;
        }

        .back-to-home {
            background-color: #28a745;
        }

        .back-to-home:hover {
            background-color: #218838;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .bug-report {
                width: 100%;
            }
			.em h3{
				font-size: 16px;
			}

            .btn-container {
                flex-direction: column;
            }

            .btn-container button,
            .btn-container a,
            .btn-container input[type="reset"] {
                width: 100%;
                margin-top: 10px;
            }
        }
/* Pop up form */

.wpcf7-response-output{
	display: none!important;
}

.quote-prompt {
    background: rgba(51, 51, 51, .5);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999999999999;
    display: none;
}

.quote-modal {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.quote-col {
    background-color: #fff;
    width: 40%;
    padding: 25px;
    text-align: center;
}

.quote-col p {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
	font-family: montserrat-regular!important;
}

.quote-modal-close {
    background: #b32927;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}


.quote-modal-close-report {
    background: #b32927;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}

.regular-font.support-container.banner-margin-bottom > div {
	margin-top: 8px !important;
}

.report-bugs .btn-submit span.wpcf7-spinner {
	display: none !important;
}

.report-bugs .btn-container input[type="submit"]:hover {
	background-color: #9c1f1c !important;
}

/* End */