/* 
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-elmentor
Version: 2.2.1
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 */

body.customer-area-active .cuar-css-wrapper .cuar-single-post-content-wrapper {
	max-width:100% !important;
}


body.customer-area-active .cuar-css-resets div .responsive-table {
	overflow-x: auto;
	margin: 20px 0;
}
body.customer-area-active .cuar-css-resets div .responsive-table table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
body.customer-area-active .cuar-css-resets div .responsive-table th, 
body.customer-area-active .cuar-css-resets div .responsive-table td {
	padding: 12px 15px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
body.customer-area-active .cuar-css-resets div .responsive-table th {
	background-color: #0073aa;
	color: white;
}
body.customer-area-active .cuar-css-resets div .responsive-table tr.even-row {
	background-color: #f9f9f9;
}
body.customer-area-active .cuar-css-resets div .responsive-table tr:hover {
	background-color: #f1f1f1;
}

body.customer-area-active .cuar-css-resets div .responsive-table button.sendAssessmentButton {
	background: #173444 !important;
  padding: 8px 12px !important;
  color: #fff !important;
  border-radius: 4px !important;
	pointer-events:cursor;
}

.responsive-table button.sendAssessmentButton {
	border-color:#173444 !important;
	margin-right:10px !important;
}

.responsive-table button.sendAssessmentButton:hover,
.responsive-table button.sendAssessmentButton:focus {
	border-color:#173444 !important;
	background:transparent !important;
	color:#173444 !important;
}

/* Disable scrolling when modal is open */
.no-scroll {
    overflow: hidden;
}


/* Modal Background Overlay */
#salesAgreementModal,
#fastAgreementModal,
body.customer-area-active .cuar-css-resets div #salesAgreementModal,
body.customer-area-active .cuar-css-resets div #fastAgreementModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
}

#fastAgreementModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
}

body.customer-area-active .cuar-css-resets div #salesAgreementModal h2 {
	padding-bottom:25px;
}

/* Modal Content */
#salesAgreementModal .modal-content,
#fastAgreementModal .modal-content {
    background-color: #fff; /* White background */
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px; /* Padding */
    border: 1px solid #888; /* Border */
    width: 80%; /* Could be more or less, depending on screen size */

    max-width: 600px; /* Max width for larger screens */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
}

/* Close Button */
body.customer-area-active .cuar-css-resets div .close-modal {
    color: #aaa; /* Gray color */
    float: right; /* Align to the right */
    font-size: 28px; /* Font size */
    font-weight: bold; /* Bold text */
}

.modal-content .close {
    color: #aaa; /* Gray color */
    float: right; /* Align to the right */
    font-size: 28px; /* Font size */
    font-weight: bold; /* Bold text */
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: black; /* Change color on hover */
    text-decoration: none; /* No underline */
    cursor: pointer; /* Pointer cursor */
}

body #fastAgreementModal .modal-content {
	max-width:940px;
	margin-top:7.5%;
}

#fastAgreementForm {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

#fastAgreementForm div {
	width:calc(33% - 20px);
}

#fastAgreementForm div label {
	font-size:14px;
	font-weight:500;
	color:#1d1d1d;
	margin-bottom:5px;
}

#fastAgreementForm .sendAgreementContainer {
	align-content:end;
}

#fastAgreementModal h3 {
	text-align:center;
	padding-bottom:25px;
}

/* Responsive Styles */
@media (max-width: 600px) {
body.customer-area-active .cuar-css-resets div     .modal-content {
        width: 95%; /* Take up more width on smaller screens */
    }
}

.fastAgreementForm {
	display:grid;
	gap:20px;
}

.fastAgreementForm h3 {
	font-weight: 800;
    font-size: 32px;
	letter-spacing:-1px;
}

.fastAgreementForm h4 {
	font-weight: 700;
    font-size: 28px;
	text-align:center;
	letter-spacing:-1px;
	margin-top:30px;
}

.fastAgreementForm label {
	font-size:14px;
	padding-bottom:5px;
}


.fastAgreementForm .elementor-row,
.fastAgreementForm .elementor-column{
	gap:20px;
}

.fastAgreementForm .formTerms {
	font-size:14px;
}

.fastAgreementForm .flexWrap {
	flex-wrap:wrap;
}





.customerSignature {
    background: #f7f7f7;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.customerSignature .clear-signature {
	font-size:12px;
	border-color:#555;
	color:#555;
	border:none;
	padding:0;
	margin-left:auto;
}

.customerSignature .clear-signature:hover,
.customerSignature .clear-signature:focus {
	color:#333;
	background:transparent;
	border:none;
}

.signaturePadButtons button[type=submit] {
	background:#c36;
	color:#fff;
}

.customerSignature h5 {
	margin-top:0;
}

.acceptanceStatement {
	font-size:13px;
	color:#1d1d1d;
	margin-bottom:25px;
}

.customerDetails small {
	display:block;
}

.customerDetails {
	margin-bottom:10px;
}


.signaturePadButtons {
margin-top:25px;
}



canvas#signature-pad,
canvas#signature-pad-staff {
	background:#fff;
	max-width:100%;
}

.entry-title {
	padding:50px 0;
	text-align:center;
}

.exclusivityArrangements,
.termsConditions,
.customerSignature {
	width:100%;
}
body.customer-area-active .cuar-css-wrapper, body.customer-area-active .cuar-css-wrapper.cuar-content-container {
	margin-top:50px !important;
}

.fastAgreementForm h5 {
	font-weight:700;
	color:#1d1d1d;
}

@media screen and (max-width:600px) {
body.customer-area-active .cuar-css-wrapper, body.customer-area-active .cuar-css-wrapper.cuar-content-container {
	margin-top:25px !important;
}
	.fastAgreementForm {

	}
	.fastAgreementForm h3 {
		font-size:24px;
		margin-bottom:0;
	}
	.fastAgreementForm .textfiled_area {
		width:100%;
	}
	.elementor-column {
		flex-direction:column;
	}
	
	.fastAgreementForm ol li {
		font-size:12px;
		line-height:1.3em;
	}
	
	.fastAgreementForm h5 {
		font-size:16px !important;
		font-size:1.4em;
	}
	.customerSignature {
		padding:25px;
		margin-top:20px;
	}
	.customerSignature .signaturePadButtons button[type=submit] {
		width: 100%;
		background: #c36;
		color: #fff;
		margin-bottom: 10px;
	}
	.fastAgreementForm .formTerms {
		font-size:12px;
	}
	.fastAgreementForm .flexWrap .elementor-column {
		gap:0;
	}
	.fastAgreementForm	ol {
		padding-left:20px;
	}
	.fastAgreementForm .elementor-row, 
	.fastAgreementForm .elementor-column {
		gap:10px;
	}
}



.success-message,
.error-message {
	background: #173444;
    color: #ffc606;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
	max-width:640px;
	margin:0 auto;
	margin-bottom:20px;
}

.addUserForm,
#salesAgreementForm{
	max-width:540px;
	margin:0 auto;
	width:100%;
}

.addUserForm input,
#salesAgreementForm input {
	margin-bottom:15px;
	padding:12px 20px;
}

#salesAgreementForm input.has-error,
#salesAgreementForm textarea.has-error {
	border:1px solid #F44336;
}

.addUserForm label, 
#salesAgreementForm label {
	font-size:14px;
	font-weight:600;
	margin-bottom:5px;
}

.addUserButton,
#finalizeButton {
	background:#c36;
	color:#fff;
	margin-top:30px;
	text-transform:uppercase;
	font-weight:600 !important;
	font-size:16px !important;
	padding:15px 40px !important;
}

.form-table th {
	text-align:right;
	vertical-align:middle;
}

tr.terms p {
	font-size:14px;
	line-height:1.4em;
}

.submitSalesConfirmation {
	background:#c36;
	color:#fff;
	text-align:right;
	display:block;
	margin-left:auto;
}


#clear-signature {
	display:block;
	font-size:14px;
	border-color:#555;
	color:#555;
	
}

#clear-signature:hover,
#clear-signature:focus {
	background:#555;
	color:#fff;
	border-color:#555;
}


@media (max-width: 768px) {
    .form-table {
        width: 100%;
    }

    .form-table th,
    .form-table td {
        display: block;
        width: 100% !important;
        text-align: left;
    }

    .form-table th {

    }

    .form-table td input,
    .form-table td canvas {
        width: 100%;
        box-sizing: border-box;
    }

    .terms td p {
        margin-bottom: 10px;
    }

    /* Adjust button styling for mobile */
    #clear-signature {
        margin-top: 10px;
    }
}



.sellersConfirmation ol li,
.exclusivityArrangements ol li,
.termsConditions ol li,
.sellersConfirmation ul li,
.exclusivityArrangements ul li,
.termsConditions ul li {
	font-size:14px;
}


.star-rating .star {
	font-size:24px;
	color:#e8b923;
	cursor:pointer;
}