@font-face {
	font-family: 'GoogleBlackOpsOne';
	src:url(../views/fonts/BlackOpsOne-Regular.ttf);
}
@font-face {
	font-family: 'Kalam';
	src:url(../views/fonts/Kalam-Regular.ttf);
}
@font-face {
	font-family: 'RubikMoonrocks';
	src:url(../views/fonts/RubikMoonrocks-Regular.ttf);
}
@font-face {
	font-family: 'FasterOne';
	src:url(../views/fonts/FasterOne-Regular.ttf);
}
.wordform-image-icon-wrapper-div {
	position: relative;
	text-align: left;
	padding-left: 1%;
}
.wordform-all-pages-header-label-name {
	font-family: 'FasterOne';
	font-size: 30px;
	position: absolute;
	top: 35%;
	padding-left: 10px;
	color: #FC6C85;
}
.wordform-main-dashicon {
	width: 50px;
	height: 50px;
	font-size: 50px;
	color: #FC6C85; 
}
.dashicon-custom-color {
	color: #2271b1;
}
.wordform-image-icon-wrapper-div img {
	border-radius: 5px;
}
.wordform-input-element-div-wrapper input, 
.wordform-dropped-element-textarea-field-options textarea, 
.wordform-dropped-element-select-field-options select.wordform-dropped-select-name {
	cursor:pointer;
	background-color: #FFFFFF;
	color: #000000;	
}
.wordform-input-element-div-wrapper input:not([type=radio]):not([type=checkbox]),
.wordform-input-element-div-wrapper textarea,
.wordform-input-element-div-wrapper select {
	width: 95%;
}
.wordform-dropped-checkbox-name {
	background-color: #FFFFFF;
}
.wordform-field-options-show-hide {
	color: chocolate;
	float: right;
	margin-right: 15px;
}

.wordform-input-element-div-wrapper .input-label {
	vertical-align: baseline;
	font-size: 18px;
	padding-right: 10px;
}
.radio-options-label-name {
	font-size: 18px;
	vertical-align: baseline;
}
.wordform-input-element-div-wrapper .input-text {
	height: 40px;
	width: 30%;
}
.wordform-radio-option {
	margin-top: 10px;
}
.sc-wordform-form-width-slider {
	width: 40%;
}
input.sc-wordform-form-width {
	background-color: #ffffff !important;
	width: 5%;
	border: none;
	font-weight: bold;
	font-size: 15px !important;
}
.wordform-dropped-radio-label, 
.wordform-dropped-text-label, 
.wordform-dropped-textarea-label, 
.wordform-dropped-checkbox-label, 
.wordform-dropped-select-label, 
.wordform-dropped-number-label, 
.wordform-dropped-range-label,
.wordform-dropped-url-label,
.wordform-dropped-date-label,
.wordform-dropped-tel-label,
.wordform-dropped-email-label, 
.wordform-dropped-captcha-label,
.wordform-dropped-gcaptcha-label,
.wordform-dropped-upload-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
#wordformFileUpload {
	display: none;
}
.wordform-multiple-ul #wordformMultipleUploadAllowLabel {
	vertical-align: bottom;
}
.wordform-upload-allow-file-type-name-checkbox {
	vertical-align: bottom !important;
}
.wordform-dropped-fileupload-icon {
	color: blue;
	font-size: 30px;
	padding-right: 10px;	
}
/*.wordform-dropped-captcha-placeholder {
	width: 150px;
	height: 70px;
	background-image: url(../views/captcha-templates-images/captcha-background-template-1-150x70.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2%;
	font-size: 24px;
	font-weight: bold;
}*/
.wordform-dropped-captcha-placeholder {
	width: 150px;
	height: 70px;
	position: relative;
}
.wordform-overlay-captcha-value {
	position: absolute;
	top: 35%;
	left: 30%;
	font-size: 24px;
	font-weight: bold;
	font-family: GoogleBlackOpsOne;
}

.wordform-captcha-template-image-selection {
	margin-top: -18% !important;
}
.wordform-dropped-text-name,
.wordform-dropped-date-name, 
.wordform-dropped-number-name, 
.wordform-dropped-url-name,
.wordform-dropped-tel-name,
.wordform-dropped-email-name, 
.wordform-dropped-captcha-name,
.wordform-dropped-gcaptcha-name {
	height: 40px;
	width: 35%;
}
.wordform-default-tel-pattern-list-wrapper-div ul {
	list-style: none;
	padding: 0;
}
.wordform-input-tel-custom-pattern-regex-value,
.wordform-input-tel-selected-pattern-regex-value,
.wordform-input-tel-selected-pattern-regex-example-phone-numbers {
	width: 100%;
	margin-top: 5px;
	height: 40px;
}
.wordform-tel-min-length,
.wordform-tel-max-length {
	margin-top: 5px;
}
.wordform-dropped-range-name {
	width: 35%;
}
.wordform-range-min-value,
.wordform-range-max-value,
.wordform-range-default-value,
.wordform-range-step-value {
	width: 30%;
	margin-top: 5px;
}
.wordform-date-min-value,
.wordform-date-max-value,
.wordform-date-default-value,

.wordform-text-label-name,
.wordform-text-placeholder-text-input,

.wordform-textarea-label-name,
.wordform-textarea-placeholder-text-input,

.wordform-number-label-name,
.wordform-number-placeholder-text-input,

.wordform-range-label-name,
.wordform-gcaptcha-label-name,
.wordform-select-label-name,
.wordform-radio-label-name,
.wordform-checkbox-label-name,

.wordform-email-label-name,
.wordform-email-placeholder-text-input,

.wordform-url-label-name,
.wordform-url-placeholder-text-input,

.wordform-tel-label-name,
.wordform-tel-placeholder-text-input,

.wordform-upload-label-name,
.wordform-upload-select-file-label-name,

.wordform-date-label-name,
.wordform-date-placeholder-text-input,

.wordform-captcha-label-name,
.wordform-captcha-placeholder-text-input
 {
	width: 100%;
	margin-top: 5px;
}
.wordform-input-select-label-name,
.wordform-input-radio-label-name,
.wordform-input-checkbox-label-name {
	/*width: 75%;*/
	margin-top: 5px;
}
.wordform-dropped-textarea-name {
	/* height: 150px; */
  height: 70px;
	width: 35%;
}
.wordform-dropped-element-radio-field-options li,
.wordform-dropped-element-checkbox-field-options li {
	list-style: none;
	font-size: 16px;
}
.wordform-field-options-edit-close {
	float: right;
	cursor: pointer;
}
.wordform-date-default-value {
	cursor: pointer;
}
.wordform-required-ul li, 
.wordform-input-label li,
.wordform-text-placeholder-text li, 
.wordform-textarea-placeholder-text li, 
.wordform-number-placeholder-text li, 
.wordform-email-placeholder-text li, 
.wordform-date-placeholder-text li, 
.wordform-url-placeholder-text li, 
.wordform-captcha-placeholder-text li, 
.wordform-tel-placeholder-text li, 
.wordform-field-options li {
	list-style: none;
}

/* Start Add more multiple options ( Radio, Checkbox, Select options ) button */
.wordform-add-radio-option, 
.wordform-add-select-option, 
.wordform-add-checkbox-option {
	cursor: pointer;
	font-weight: bolder;
	color: darkgreen;
	padding: 8px;
	background-color: coral;
	border-radius: 10px;
	margin-left: 27%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.wordform-add-radio-option:hover, 
.wordform-add-select-option:hover, 
.wordform-add-checkbox-option:hover {
	background-color:chocolate;
	color: #FFFFFF;
}
.wordform-radio-field-remove, 
.wordform-select-field-remove, 
.wordform-checkbox-field-remove {
	color: #E90A0E;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: sub;
	background-color: azure;
	padding: 3px;
	border-radius: 15px;
}
.wordform-radio-field-remove:hover, 
.wordform-select-field-remove:hover, 
.wordform-checkbox-field-remove:hover {
	background-color: #FC6C85;
}

.wordform-add-radio-option,
.wordform-add-select-option,
.wordform-add-checkbox-option {
    display: inline-flex;          /* flex centers content */
    align-items: center;           /* vertical centering */
    justify-content: center;       /* horizontal centering */
    width: 32px;                   /* compact square button */
    height: 32px;
    font-size: 16px;               /* dashicon size */
    line-height: 1;                /* remove vertical offset */
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #2563eb); /* blue theme */
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.25);
    transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
    margin: 6px;                   /* small spacing between buttons */
}

/* Hover */
.wordform-add-radio-option:hover,
.wordform-add-select-option:hover,
.wordform-add-checkbox-option:hover {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.35);
}

/* Active */
.wordform-add-radio-option:active,
.wordform-add-select-option:active,
.wordform-add-checkbox-option:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.25);
}

/* Focus (accessibility) */
.wordform-add-radio-option:focus,
.wordform-add-select-option:focus,
.wordform-add-checkbox-option:focus {
    outline: 2px solid #93c5fd;
    outline-offset: 2px;
}

/* End Add more multiple options ( Radio, Checkbox, Select options ) button */

/* Start ToolTip Customization - [title] attribute - to work for wordform admin pages only */

/* Scoped dark blue tooltip for plugin admin pages */
body.wordform-plugin-admin-page-body-class-wrapper .ui-tooltip {
  z-index: 99999 !important;
}

/* End ToolTip Customization - [title] attribute - to work for wordform admin pages only */

.wordform-dropped-select-name {
	height: 40px;
	width: 35%;
}
.wordform-input-element-div-wrapper-form-name {
	cursor: pointer;
	margin-top: 5px !important;
}
.wordform-input-element-div-wrapper-submit-button {
	/*text-align: left;
	border: none;
	box-shadow: none;*/
	cursor: pointer;
	margin-bottom: 5px !important;
}
.wordform-input-element-div-wrapper-submit-button .wordform-admin-create-form-submit-button{
	padding: 2px;
	font-size: 18px;
	margin-top: 10px;
}
.wordform-message-info {
	text-align: center;
	font-size: 14px;	
}
.wordform-message-info span {
	padding-top: 3px;
}
.text-error {
	color: red;
	font-weight: 600;
}
.text-success {
	color: green;
	font-weight: 600;
}
.text-info {
	color: deepskyblue;
	font-weight: 600;
}
.text-warning {
	color: orange;
	font-weight: 600;
}
.text-disabled {
	color: #808080;
	font-weight: 600;
}
/* .wordform-horizontal-divider-1 {
  height: 3px;
  border: 1px solid gainsboro;
  margin: 20px 0;	
} */
.wordform-configure-applications-th {
	font-size: 16px;
}
.wordform-connect-page-configure-applications-table td {
	text-align: center;
}
.wordform-create-form-name-label-title {
	text-align: center;
	border: none;
	box-shadow: none;
}
.third-party-connect-library {
	width: 175px;
	height: 175px;
	margin: 0 auto;	
	cursor: pointer;
}
.apps-configure-reconfigure-label {
	margin-bottom: 15px;
}
.wordform-create-form-name-label-title span {
	font-size: 25px;
	line-height: 40px;
	/*cursor: pointer;*/
}
.wordform-drag-elements-hints {
	margin-left: 16px;
	color: #333333;
	font-weight: 700;
	font-style: italic;
}
.wordform-draggable-input-elements-tooltip-wrapper {
	font-size: 11px !important;
	border-radius: 12px !important;
	width: 12%;
	text-align: justify;
	color: #ffffff !important;
	background-color: #000000 !important;
}
.wordform-input-elements-customized-options-tooltip-wrapper {
	font-size: 11px !important;
	border-radius: 12px !important;
	width: 20%;			
	text-align: justify;
	color: #ffffff !important;
	background-color: #000000 !important;
}
.wordform-add-options-tooltip-wrapper {
	font-size: 10px !important;
	border-radius: 8px !important;		
	text-align: justify;
	color: #ffffff !important;
	background-color: #000000 !important;
}
.wordform-build-top-information-action-buttons-wrapper {
	display:flex; 
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content:space-between;
	margin-bottom: 3.5%;
}
a.wordform-preview-btn {
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.wordform-div-wrapper {
	display:flex; 
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content:space-between;
	height: auto;
	min-height: 100vh;	
}

/*/ Start Create Form hint 3-column's 3 tooltips /*/

/* Common tooltip style */
.wordform-tooltip {
  position: absolute;
  background: #007cba; 
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Arrow pointing down */
.wordform-tooltip::after {
  content: "";
  position: absolute;
  top: 100%; 
  left: 20px;
  border-width: 6px;
  border-style: solid;
  border-color: #007cba transparent transparent transparent;
}

/* Show tooltip */
.wordform-tooltip.show {
  opacity: 1;
  transform: translateY(0);
}

/* Slide from top initially */
.wordform-tooltip-left,
.wordform-tooltip-middle,
.wordform-tooltip-right {
  transform: translateY(-10px);
} 
/*/ End Create Form hint 3-column's 3 tooltips /*/

/*/ Start Draggable Input Elelements /*/

/* .wordform-standard-elements-collapse-icon,
.wordform-advance-elements-collapse-icon {
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	vertical-align: text-bottom;	
} 

.wordform-build-draggable-standard-fields > div,
.wordform-build-draggable-advanced-fields > div {
	margin: 10px 0;
}
.wordform-build-draggable-standard-fields > div > button,
.wordform-build-draggable-advanced-fields > div > button {
	width: 150px;				
}*/

/* Sidebar wrapper */
.wordform-draggable-elements-div-wrapper {
    max-width: 18%;
    min-width: 220px; /* fallback for smaller screens */
    background: #f9fbfd;
    padding: 12px;
    border-right: 1px solid #dce4ef;
	border-radius: 10px;
    box-sizing: border-box;
}

/* Section headers */
.wordform-draggable-elements-div-wrapper h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1d3557;
    margin: 10px 0 6px;
    padding: 10px 7px;
    background: #f5f9fc;
    border: 1px solid #d6e4f0;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.wordform-draggable-elements-div-wrapper h4:hover {
    background: #eaf3fb;
    color: #0b2545;
}

/* Collapse/expand icons */
.wordform-standard-elements-collapse-icon,
.wordform-advance-elements-collapse-icon {
    font-size: 16px;
    color: #2c5282;
    transition: transform 0.3s ease;
}

/* Rotate icon when expanded */
.wordform-draggable-elements-div-wrapper h4.active 
.wordform-standard-elements-collapse-icon,
.wordform-draggable-elements-div-wrapper h4.active 
.wordform-advance-elements-collapse-icon {
    transform: rotate(180deg);
}

/* Collapsible sections */
.wordform-build-draggable-standard-fields,
.wordform-build-draggable-advanced-fields {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    padding-left: 2px;
    margin-bottom: 8px;
}

/* Expanded state */
.wordform-build-draggable-standard-fields.open,
.wordform-build-draggable-advanced-fields.open {
    max-height: 1200px;
    opacity: 1;
}

/* Buttons inside wrappers */
.wordform-drag-elements-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    margin-bottom: 10px !important;  /* space below each button */
    border-radius: 6px;
    border: 1px solid #cfd9e3;
    background: linear-gradient(180deg, #f8fbff 0%, #e9f2fb 100%);
    color: #1d3557;
    cursor: grab;
    transition: all 0.2s ease-in-out;
    width: 100%;
    text-align: left;
}

/* Hover + focus */
.wordform-drag-elements-button:hover,
.wordform-drag-elements-button:focus {
    background: linear-gradient(180deg, #e3f0ff 0%, #d6eaff 100%);
    border-color: #99c1f1;
    color: #0b2545;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Active drag state */
.wordform-drag-elements-button:active {
    background: #cfe4fb;
    border-color: #7bb0e8;
    transform: scale(0.98);
}

/* Icons inside buttons */
.wordform-drag-elements-button i {
    font-size: 16px;
    color: #2c5282;
    min-width: 20px;
    text-align: center;
}

/* Dropped element wrapper */
.wordform-input-element-div-wrapper {
    position: relative; /* required for positioning delete icon */
}

/* Delete icon styling */
.wordform-input-element-div-wrapper .wordform-element-delete {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    border-radius: 25%;
    background: #fef2f2;   /* soft light red background */
    color: #dc2626;        /* WP-style danger red */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;             /* hidden by default */
    visibility: hidden;     /* hidden by default */
    transition: all 0.2s ease-in-out;
}

/* Show icon on hover */
.wordform-input-element-div-wrapper:hover .wordform-element-delete {
    opacity: 1;
    visibility: visible;
}

/* Hover effect */
.wordform-input-element-div-wrapper .wordform-element-delete:hover {
    background: #fee2e2;
    color: #b91c1c;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    transform: scale(1.05);
}

/* Active (on click) effect */
.wordform-input-element-div-wrapper .wordform-element-delete:active {
    background: #fca5a5;
    color: #7f1d1d;
    transform: scale(0.92);
}

/* Standard & Advanced Elements collaps-expand */
.wordform-draggable-elements-div-wrapper .wordform-build-draggable-standard-fields,
.wordform-draggable-elements-div-wrapper .wordform-build-draggable-advanced-fields {
    overflow: hidden;
    transition: height 0.4s ease;
    height: auto; /* default */
}

/*/ End Draggable Input Elelements /*/

.wordform-builder-div-wrapper {
	width: 60%;	
	/*border: 2px dashed #E30D0D;*/
	border-radius: 6px;
	overflow: hidden;
}
 
/* Dropzone Area */
.wordform-dropzone-div-wrapper {  
  min-height: 600px;
  height: auto;
  margin: 2%;
  border: 2px dashed #3b82f6; /* soft blue, modern feel */
  border-radius: 12px;
  background: #f9fafb; /* light neutral background */
  background-image: url('../images/dropzone.png');
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: 120px; /* subtle sizing */
  color: #6b7280; /* muted text if dropzone has any text */
  overflow-y: auto;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}  
/* Draggble Elements Placeholder */
/* .sortable-wordform-placeholder {
	border: #00a32a 1px dotted;
	background-color:beige; 
	min-height: 125px;
	margin: 15px;
	padding: 15px;	
	border-radius: 7px;
} */
 .sortable-wordform-placeholder {
    border: 2px dashed #3b82f6;          /* modern soft blue dashed border */
    background-color: #f0f9ff;           /* very light blue for premium feel */
    /* min-height: 125px; */
    min-height: 130px;
    margin: 12px 16px;
    padding: 16px;
    border-radius: 10px;                 /* rounded corners */
    box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* subtle shadow for depth */
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    color: #2563eb;                       /* blue text for clarity */
    font-weight: 500;
    text-align: center;
}

/* When draggable element placeholder is actively being hovered by dragged item */
.sortable-wordform-placeholder.drag-over {
    background-color: #e0f2fe;            /* slightly stronger highlight */
    border-color: #2563eb;
    transform: scale(1.02);               /* subtle scale effect on drag-over */
}

.wordform-input-element-div-wrapper-dragging {
	width: auto !important;
}
.wordform-builder-form-options-div-wrapper {
	/*border: 1px dashed #E30D0D;*/
	border-radius: 10px;
	/* background-color: aliceblue; */
	/*background-color: #edfaef;*/
	width: 18%;
	max-width: 18%;
	margin-right: 15px;
	padding: 1.5%;
	/* offset-x | offset-y | blur-radius | spread-radius | color */
	/*box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.2);*/		
	/*min-height: 500px;*/
}
select.wordform-default-date-display-format {
	max-width: 100%;
}

/* Start When dropped element initially created inside DropZone & Selected */

/* Default drag-drop element */
.wordform-input-element-div-wrapper {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e5e7eb; /* WP neutral border */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); /* light, modern shadow */
  margin: 16px;
  padding: 16px;
  height: auto !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}


/* Hover state: hint it's draggable */
.wordform-input-element-div-wrapper:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  cursor: grab;
}

/* While dragging */
.wordform-input-element-div-wrapper:active {
  cursor: grabbing;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  transform: scale(1.01);
}

/* When input element is selected (active in builder) - set background color */
.wordform-selected-dropped-element-background-color,
.wordform-builder-form-options-div-wrapper {
    background: linear-gradient(145deg, #e0f2ff, #c0e0ff); /* soft blue gradient */
    box-shadow: 0 4px 12px rgba(0, 105, 210, 0.15), /* subtle premium shadow */
                0 1px 3px rgba(0, 0, 0, 0.06);
    border-radius: 10px;       /* slightly more rounded for modern feel */
    border: 1px solid #3b82f6; /* matching blue border */
    transition: box-shadow 0.2s ease, transform 0.15s ease, background 0.2s ease;
    padding: 16px;              /* ensures consistent spacing */
}

/* End When dropped element initially created inside DropZone & Selected */

/* Start Dropped Element & Element Options Background color set on Click */

/* .wordform-selected-dropped-element-background-color,
.wordform-builder-form-options-div-wrapper {
  background: linear-gradient(145deg, #dffaf3, #b9ede3);
  box-shadow: 0 4px 10px rgba(0, 128, 128, 0.18),
              0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
} */
/* End Dropped Element & Element Options Background color set on Click */

/* Start connection arrow between elements */
/* Container for the SVG connector */
.wordform-connector-svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;                 /* never block pointer events */
  z-index: 9999;                        /* above UI but below modal overlays if needed */
  opacity: 0;
  transition: opacity 220ms ease-in-out;
  will-change: opacity;
}

/* Visible state */
.wordform-connector-svg.visible {
  opacity: 1;
}

/* Stroke style for the line */
.wordform-connector-svg line,
.wordform-connector-svg path {
  stroke: #0a66d1;                      /* darker bluish theme */
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 2px 4px rgba(10,102,209,0.18)); /* subtle premium glow */
}

/* Slightly translucent variant while animating out */
.wordform-connector-svg.fading-out {
  transition: opacity 300ms ease;
  opacity: 0;
}

/* Arrowhead marker styling handled by SVG defs (see JS) */

/* Optional: add a subtle pulsing highlight on the selected input element */
.wordform-input-element-div-wrapper.wordform-input-element-div-wrapper-show-arrow {
  box-shadow: 0 0 0 3px rgba(10,102,209,0.06), 0 6px 18px rgba(10,102,209,0.06);
  transition: box-shadow 220ms ease;
  position: relative;
  z-index: 4;
}

/* Improve contrast and clarity on the options panel */
.wordform-builder-form-options-div-wrapper {
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

/* When active you can give the panel a blueish backdrop */
.wordform-builder-form-options-div-wrapper.active-for-connector {
  background-color: rgba(10,102,209,0.04);
  box-shadow: 0 6px 24px rgba(10,102,209,0.06);
}

/* Highest-level connector container */
/* connector container (keep appended to body) */
#wordform-connector-svg {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2147483647 !important;
  opacity: 0;
  transition: opacity 220ms ease-in-out;
  will-change: opacity, transform;
}

/* For fullscreen (SVG will be moved into wrapper and set to absolute at runtime) */
.wordform-fullscreen-wrapper { position: relative; } /* ensures absolute children are positioned to this */

/* visible / fading states */
#wordform-connector-svg.visible { opacity: 1; }
#wordform-connector-svg.fading-out { opacity: 0; transition: opacity 240ms ease; }

/* path style — lighter, slimmer, subtle shadow */
#wordform-connector-svg path,
#wordform-connector-svg line {
  stroke: #0a66d1;          /* theme color */
  stroke-width: 2.2;       /* slimmer line */
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 1px 3px rgba(10,102,209,0.10)); /* lighter shadow */
}

/* Selected input highlight stays above nearby siblings */
.wordform-input-element-div-wrapper.wordform-input-element-div-wrapper-show-arrow {
  position: relative;
  z-index: 99999;
}

/* End connection arrow between elements */

input.wordform-build-submit-button-align-input,
input.wordform-build-form-name-align-input {
	vertical-align: bottom;	
}
.wordform-build-input-field-moveable {
	cursor: move;
}
#wordformAllFormsWrapperTable, #wordformUsersSubmissionWrapperTable {
	padding-left: 1%;
	padding-right: 1%;
}
#wordformAllFormsWrapperTable #wordformAllFormsTable_filter input, #wordformUsersSubmissionWrapperTable #wordformUsersSubmissionDataTable_filter input {
	background-color: #FFFFFF;
}
#wordformAllFormsWrapperTable #wordformAllFormsTable_length select, #wordformUsersSubmissionWrapperTable #wordformUsersSubmissionDataTable_length select {
	background-color: #FFFFFF;
}

#scWordFormValidation table {
	width: 70%;
}
#scWordFormgreCaptcha table {
	width: 70%;
	border-spacing: 25px;
}
#scWordFormLicenseKey table {
	width: 70%;
	border-spacing: 30px;
}

#scWordFormValidation table td input[type="text"], 
#scWordFormgreCaptcha table td input[type="text"], 
#scWordFormLicenseKey table td input[type="text"],
#scWordFormgreCaptcha table td select {
	width: 100%;
	height: 40px;
}

#scWordFormLicenseKey table td.wordform-license-key-label-td {
	width: 25%;
}
#scWordFormLicenseKey table td.wordform-license-key-td {
	width: 100%;
}

#scWordFormValidation table td.sc-wordform-settings-validation-tab-label-td {
	/*width: 25%;*/
}
#scWordformSelectValidationMsgsFor {
	width: 100%;
	height: 40px;
}
#WordFormConnectSelectForm, 
#WordFormSelectConnectionName {
	width: 100%;
	height: 40px;
}
.table-width-100 {
	width: 100%;
}
.wordform-connection-select-form-name-td {
	width: 25%;	
}
.wordform-connection-arrow-hints-icon-wrapper-td {
	width: 10%;
}
.wordform-connection-select-connection-name-td {
	width: 30%;
}
.wordform-connection-arrow-hints-icon {
	margin-top: 60px;	
}
.wordform-connection-arrow-hints-icon svg {
	padding-left: 30px;
	-webkit-filter: brightness(100%);
}
.wordform-connection-arrow-hints-icon svg:hover {
 	-webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;	
}
.wordform-connection-create-icon {
	cursor: pointer;
}
.wordform-modal-connection-googlesheet-connect-btn,
.wordform-modal-connection-googlesheet-reconnect-btn,
.wordform-modal-connection-zapier-connect-btn,
.wordform-modal-connection-zapier-reconnect-btn 
{
	text-align: center;
	margin-top: 25%;
}
.wordform-modal-connection-googlesheet-connect-btn button,
.wordform-modal-connection-googlesheet-reconnect-btn button,
.wordform-modal-connection-zapier-connect-btn button,
.wordform-modal-connection-zapier-reconnect-btn button 
{
  width: 150px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;	
}
.wordform-sending-data-activating-deactivating-status {
	padding-top: 15px;
	text-align: center;	
}
.forms-or-connection-not-created-hints {
	margin-top: 5%;
	font-size: 14px;
}
.connect-modal-dynamic-contents,
.wordform-connecting-msg {
	text-align: center;
}
.sc-wordform-validation-message-settings-info {
	padding-left: 10px;
	vertical-align: bottom;
}
.sc-wordform-settings-gcaptcha-tab-label-td {
	width: 25%;
}
#googleAuthClientId,
#googleAuthClientSecret,
#googleAuthRedirectUrl,
#ZapierWebhookUrl {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;	
}
.wordform-configure-google-credentials-save-and-authentication-btn-div-wrapper,
.wordform-connect-save-update-zapier-info-button-div-wrapper {
	text-align: right;
	margin-top: 10px;
}
.wordform-google-sheet-credentials-feedback-msg,
.wordform-zapier-app-feedback-msg {
	text-align: center;
	font-size: 14px;
	margin: 12px 0;
}
.sc-wordform-gcaptcha-message-settings-info {
	padding-left: 13%;
	vertical-align: bottom;
}
.msg-success {
	color:  green;
	font-weight: 700;
}
.msg-error {
	color:  red;
}

.sc-wordform-shortcode-display-td {
	width: 20%;		
	white-space: nowrap;
	padding-right: 15px;
}
.sc-wordform-attachto-display-td {
	width: 24%;	
}
.sc-wordform-created-at-display-td {
	width: 5%;
}
.sc-wordform-action-btns-display-td {
	width: 12%;
}
.sc-wordform-shortcode-copy-text {
	cursor: pointer;
	font-weight: 600;
	color: #2ea2cc;
	background-color: color-mix;
	padding: 1px;
}
.sc-wordform-delete-btn i {
	color: red;
}
/* Start Create Edit Forms admin Page Buttons */

/* Wrapper spacing */
.wordform-build-form-options-customization-info-wrapper {
  margin: 20px 0; /* space above and below */
}

/* Button wrapper layout */
.wordform-form-action-buttons-wrapper {
  display: flex;
  gap: 12px;              /* space between buttons */
  flex-wrap: wrap;         /* wrap on small screens */
  padding-right: 15px;     /* prevent last button from touching edge */
}

/* Shared button style */
.wordform-form-action-buttons-wrapper .button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 18px;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  white-space: nowrap;     /* prevent text wrapping */
}

/* Save Button */
.wordform-save-btn {
  background: linear-gradient(135deg, #007cba, #005a87);
  border: none;
  color: #fff;
}
.wordform-save-btn:hover {
  background: linear-gradient(135deg, #008ec2, #006a99);
  box-shadow: 0 4px 10px rgba(0,124,186,0.25);
  transform: translateY(-1px);
}

/* Preview Button */
.wordform-preview-btn {
  background: linear-gradient(135deg, #6c757d, #495057);
  border: none;
  color: #fff;
}
.wordform-preview-btn:hover:not(.disabled) {
  background: linear-gradient(135deg, #868e96, #343a40);
  box-shadow: 0 4px 10px rgba(73,80,87,0.25);
  transform: translateY(-1px);
}

/* Full Screen Button */
.wordform-fullscreen-btn {
  background: linear-gradient(135deg, #28a745, #1e7e34);
  border: none;
  color: #fff;
}
.wordform-fullscreen-btn:hover {
  background: linear-gradient(135deg, #34ce57, #218838);
  box-shadow: 0 4px 10px rgba(40,167,69,0.25);
  transform: translateY(-1px);
}

/* Disabled state */
.wordform-preview-btn.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}

/* End Create Edit Forms admin Page Buttons */


/*/ Start All Forms List Page Styles  /*/
/* ===============================
   WordPress-style Forms List Table
   =============================== */

/* Table styling like WP admin posts/pages */
#wordformAllFormsTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
#wordformAllFormsTable th,
#wordformAllFormsTable td {
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
}
#wordformAllFormsTable th {
    background: #f7f7f7;
    font-weight: 600;
    text-align: left;
}
#wordformAllFormsTable tr:nth-child(even) {
    background: #f9f9f9;
}
#wordformAllFormsTable tr:hover {
    background: #f1f1f1;
}

/* ===============================
   Row Actions Styling (Edit/View/Delete)
   =============================== */
#wordformAllFormsTable td.sc-wordform-action-btns-display-td a {
    color: #555;
    text-decoration: none;
    margin-right: 8px;
    font-size: 13px;
    line-height: 1.4;
}
#wordformAllFormsTable td.sc-wordform-action-btns-display-td a:hover {
    color: #0073aa;
}
#wordformAllFormsTable td.sc-wordform-action-btns-display-td a .fa-trash-can {
    color: #a00;
}
#wordformAllFormsTable td.sc-wordform-action-btns-display-td a:hover .fa-trash-can {
    color: #dc3232;
}
#wordformAllFormsTable td.sc-wordform-action-btns-display-td a i {
    margin-right: 4px;
}
#wordformAllFormsTable td.sc-wordform-action-btns-display-td {
    white-space: nowrap;
}

/* DataTable search input box margin */
.dataTables_length {
	margin: 15px 0;
}

/* ===============================
   Copy Shortcode Styling
   =============================== */
#wordformAllFormsTable td.sc-wordform-attachto-display-td .sc-wordform-shortcode-copy-text {
    display: inline-block;
    color: #555;
    font-size: 13px;
    margin-left: 4px;
    text-decoration: none;
    cursor: pointer;
}
#wordformAllFormsTable td.sc-wordform-attachto-display-td .sc-wordform-shortcode-copy-text:hover {
    color: #0073aa;
    text-decoration: underline;
}
#wordformAllFormsTable td.sc-wordform-attachto-display-td .sc-wordform-shortcode-copy-text i {
    margin-right: 2px;
}

/* ===============================
   Tooltip Styling (normal & fullscreen)
   =============================== */
/* .wordform-tooltip {
    position: absolute;
    background: #32373c;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
} */
.wordform-tooltip.show {
    opacity: 1;
}
.wordform-tooltip-left {
    transform: translateX(-10px);
}
.wordform-tooltip-middle {
    transform: translateX(-50%);
}
.wordform-tooltip-right {
    transform: translateX(10px);
}

/* Optional: fade + slide animation */
.wordform-tooltip.show.wordform-tooltip-left,
.wordform-tooltip.show.wordform-tooltip-middle,
.wordform-tooltip.show.wordform-tooltip-right {
    transform: translateX(0);
}

/* ===============================
   Optional Code Snippet Styling
   =============================== */
#wordformAllFormsTable td.sc-wordform-shortcode-display-td code {
    background: #f1f1f1;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
}


/*/ End All Forms List Page Styles /*/



a.disabled {
	pointer-events: none;
}
#scWordformSettingsUploadTabForm .sc-wordform-upload-max-numof-files, 
#scWordformSettingsUploadTabForm .sc-wordform-upload-each-file-max-size,
#scWordformSettingsUploadTabForm .sc-wordform-upload-all-files-max-size {
	border-color: #ffffff;
	background-color: #ffffff;
	width: 20%;
	font-weight: bold;
	color: darkblue;
}
.setting-upload-tab-page-info-icon {
	color: darkblue;
}
div.wordform-upload-input-element-wrapper-div {
	text-align: center;
}
.wordform-server-upload-limit-info {
	color: #FC6C85;
	font-size: 15px;
}
.sc-wordform-license-info-refresh-btn-text {
	font-size: 16px;
	font-weight: 800;
	color: #2779F6;
	/* text-decoration: underline; */
	cursor: pointer;	
}
.expired-renew-license {
	font-size: 16px;
	font-weight: bold;	
}
.advance-renew-license {
	font-size: 16px;
	font-weight: bold;
}

.arrow-svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	overflow: visible;
	z-index: 9999;
}
.arrow-path {
	fill: none;
	stroke-linecap: round;
	marker-end: url(#arrowhead);
}

/*/ Start admin connect page /*/

/* Wrapper alignment */
.wrap {
    margin: 20px !important;
    font-family: "Open Sans", sans-serif;
    color: #1d2327;
}

/* Headings */
.wrap h2 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d2327;
}
.wrap h2 i {
    margin-right: 10px;
    font-size: 28px;
}

/* Tables - mimic WordPress admin list tables */
.table-width-100 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.table-width-100 th,
.table-width-100 td {
    padding: 12px 15px;
    border-bottom: 1px solid #e2e4e7;
    vertical-align: middle;
}
.table-width-100 th {
    background: #f6f7f7;
    text-align: left;
    font-weight: 600;
}

/* Horizontal divider */
.wordform-horizontal-divider-1 {
    /* border-top: 1px solid #e2e4e7; */
    /* margin: 25px 0; */    
    margin-bottom: 25px;;
}

/* Select dropdowns */
.wordform-connection-select-form-name-warpper-div select,
.wordform-connection-select-connection-name-td select {
    width: 100%;
    max-width: 300px;
    padding: 6px;
    font-size: 14px;
}

/* Arrow + create connection button */
.wordform-connection-arrow-hints-icon svg {
    width: 48px;
    height: 48px;
    /* margin: 10px auto; */
    margin-left: 5%;
    display: block;
}
.wordform-connection-arrow-hints-icon .button {
    margin-top: 10px;
    font-size: 13px;
    padding: 4px 12px;
}

/* Third-party apps configure cards */
.wordform-connect-page-configure-applications-table td {
    width: 50%;
    border: 1px solid #e2e4e7;
    background: #fff;
    vertical-align: top;
}
.wordform-connect-page-configure-applications-table h2 {
    font-size: 18px;
    margin: 0 0 10px;
}

/* Keep app names centered in each configure card */
.wordform-connect-page-configure-applications-table td h2 {
	display: flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	width: 100% !important;
	text-align: center !important;
	margin: 0 auto 10px auto !important;
	padding: 0 !important;
}
.third-party-connect-library {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background: #f6f7f7;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background 0.2s;
}
.third-party-connect-library:hover {
    background: #f0f0f0;
}
.third-party-connect-library svg,
.third-party-connect-library img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.apps-configure-reconfigure-label {
    font-size: 14px;
    color: #2271b1;
    font-weight: 500;
}

/* Status labels */
.text-success {
    color: #008a20;
    font-weight: 600;
}
.text-error {
    color: #d63638;
    font-weight: 600;
}
.text-disabled {
    color: #6c7781;
    font-weight: 600;
}

/* Buttons inside cards */
.wordform-activate-deactivate-sending-forms-data {
    margin-top: 8px;
}

/* Modal dialogs - style like WP core */
.ui-dialog.wp-dialog {
    border: 1px solid #ccd0d4;
    border-radius: 6px;
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.ui-dialog-titlebar {
    background: #f6f7f7;
    border-bottom: 1px solid #ccd0d4;
    padding: 8px 12px;
    font-weight: 600;
    font-size: 14px;
}
.ui-dialog-titlebar-close {
    right: 8px !important;
}
.ui-dialog .ui-dialog-buttonpane {
    padding: 10px;
    background: #f9f9f9;
    border-top: 1px solid #e2e4e7;
}
.ui-dialog .ui-dialog-buttonpane .button {
    margin-left: 5px;
}

/* Accordion (Google/Zapier help instructions) */
.accordion h3 {
    background: #f6f7f7;
    margin: 0;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}
.accordion div {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e2e4e7;
    border-top: none;
}

/* Input fields in modals */
.google-sheet-configure-input-elements-wrapper input,
.zapier-connection-input-elements-wrapper input {
    width: 100%;
    /* max-width: 450px; */
    padding: 6px 10px;
    margin: 6px 0 12px;
    font-size: 13px;
}

/* Feedback messages */
.wordform-google-sheet-credentials-feedback-msg,
.wordform-zapier-app-feedback-msg {
    margin-bottom: 10px;
    font-weight: 600;
}

/* ===== WordForm Connects Page Improvements ===== */
.wordform-connect-page-configure-applications-table td {
    text-align: center;
    vertical-align: top;
    padding: 20px;
}

/* Larger + centered Google Sheet SVG */
.wordform-connect-page-configure-applications-table td svg {
    width: 120px !important;
    height: 120px !important;
    display: block;
    margin: 0 auto 15px auto;
}

/* Larger + centered Zapier Image */
.wordform-connect-page-configure-applications-table td img {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}

/* Configure / Reconfigure block styling */
.third-party-connect-library {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #2271b1; /* WP primary blue */
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.third-party-connect-library:hover {
    color: #135e96; /* Darker blue on hover */
}

/* Icon + text stacked neatly */
.third-party-connect-library span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.third-party-connect-library i {
    font-size: 18px;
}

/* Status labels ("Configured [Active]" etc.) */
.wordform-connect-page-configure-applications-table h5 {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
}
/* ===== WordForm Connects Page: Icons Styling ===== */
.wordform-connect-page-configure-applications-table td {
    text-align: center;
    vertical-align: top;
    padding: 20px;
}

/* Google Sheet + Zapier SVG icons */
.wordform-connect-page-configure-applications-table td svg {
    width: 120px !important;
    height: 120px !important;
    display: block;
    margin: 0 auto 15px auto;
}

/* Configure/Reconfigure text below icons */
.third-party-connect-library {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #2271b1;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.third-party-connect-library:hover {
    color: #135e96;
}

.third-party-connect-library span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.third-party-connect-library i {
    font-size: 18px;
}

/*/ End admin connect page /*/

/* ==============================================
   Star Wordform Plugin Admin Settings Tabs CSS
   ==============================================
   Applies to: General, Validation, Upload, Google reCaptcha tabs
   Fonts, colors, layout compatible with WordPress admin  
   ============================================== */

/* ------------------------------
   Base Wrapper
------------------------------- */
.sc-wordform-setting-page-general-tab-table-wrapper,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper,
.sc-wordform-setting-page-validation-tab-table-wrapper {
    font-family: "Segoe UI", "Roboto", sans-serif;
    color: #23282d;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.07);
    margin: 1% 2%;
}

/* ------------------------------
   Table Base
------------------------------- */
.sc-wordform-setting-page-general-tab-table-wrapper table,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.sc-wordform-setting-page-general-tab-table-wrapper td,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper td {
    padding: 10px 14px;
    vertical-align: bottom;
    max-width: 480px;
    word-break: break-word;
    transition: background-color 0.2s ease;
}

/* Row hover subtle effect */
.sc-wordform-setting-page-general-tab-table-wrapper tr:hover td,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper tr:hover td {
    background-color: rgba(0, 115, 170, 0.05);
}

/* ------------------------------
   Section Headers
------------------------------- */
.sc-wordform-setting-page-general-tab-table-wrapper h4,
.sc-wordform-settings-validation-tab-label-td h4,
.sc-wordform-settings-gcaptcha-tab-label-td h4 {
    font-size: 14px;
    font-weight: 500;
    color: #0073aa;
    margin: 0 0 6px 0;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: normal;
}

/* Icons in headers */
.sc-wordform-settings-validation-tab-label-td h4 i,
.sc-wordform-settings-validation-tab-label-td h4 .dashicons,
.sc-wordform-settings-gcaptcha-tab-label-td h4 i {
    font-size: 18px;
    color: #0073aa;
    flex-shrink: 0;
}

/* Dashicons in general section headers */
.sc-wordform-setting-page-general-tab-table-wrapper h4 span.dashicons {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 18px;
    color: #0073aa;
}

/* ------------------------------
   Input Fields
------------------------------- */
.sc-wordform-setting-page-general-tab-table-wrapper input[type="text"],
.sc-wordform-setting-page-general-tab-table-wrapper input[type="number"],
.sc-wordform-setting-page-general-tab-table-wrapper select {
    width: 100%;
    max-width: 70px;
    padding: 8px 12px;
    border: 1px solid #ccd0d4;
    border-radius: 6px;
    font-size: 13px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #fff, #fefefe);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* Input focus */
.sc-wordform-setting-page-general-tab-table-wrapper input[type="text"]:focus,
.sc-wordform-setting-page-general-tab-table-wrapper input[type="number"]:focus,
.sc-wordform-setting-page-general-tab-table-wrapper select:focus,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper input[type="text"]:focus,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper select:focus {
    border-color: #0073aa;
    box-shadow: 0 0 4px rgba(0,115,170,0.3), inset 0 1px 3px rgba(0,0,0,0.08);
    outline: none;
}

/* Color inputs */

/* Color picker inputs styling for WordPress admin consistency */

.sc-wordform-form-submit-button-background-color,
.sc-wordform-form-submit-button-background-hover-color,
.sc-wordform-form-submit-button-font-color,
.sc-wordform-upload-progress-bar-color {
    width: 120px;
    height: 30px;
    padding: 0 4px;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    background: #fff; 
    box-shadow: none; 
    vertical-align: middle;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Focus effect */
.sc-wordform-form-submit-button-background-color:focus,
.sc-wordform-form-submit-button-background-hover-color:focus,
.sc-wordform-form-submit-button-font-color:focus,
.sc-wordform-upload-progress-bar-color:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 1px #0073aa;
    outline: none;
} 


/* ------------------------------
   Small helper text
------------------------------- */
.sc-wordform-setting-page-general-tab-table-wrapper small,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper small {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}

/* ------------------------------
   Checkboxes & Radio Buttons
------------------------------- */
.sc-wordform-setting-page-general-tab-table-wrapper input[type="checkbox"],
.sc-wordform-setting-page-general-tab-table-wrapper input[type="radio"],
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper input[type="checkbox"],
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper input[type="radio"] {
    vertical-align: middle;
    margin-right: 6px;
}

.sc-wordform-setting-page-general-tab-table-wrapper input[type="checkbox"] + label,
.sc-wordform-setting-page-general-tab-table-wrapper input[type="radio"] + label,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper input[type="checkbox"] + label,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper input[type="radio"] + label {
    display: inline-block;
    margin-left: 6px;
    line-height: 1.4;
    white-space: normal;
}

/* ------------------------------
   Sliders
------------------------------- */
.sc-wordform-form-width-slider,
.sc-wordform-upload-max-numof-files-slider,
.sc-wordform-upload-each-file-max-size-slider,
.sc-wordform-upload-all-files-max-size-slider {
    width: 250px;
    margin-top: 6px;
}

.sc-wordform-form-width-slider.ui-slider,
.sc-wordform-upload-max-numof-files-slider.ui-slider,
.sc-wordform-upload-each-file-max-size-slider.ui-slider,
.sc-wordform-upload-all-files-max-size-slider.ui-slider {
    width: 100%;
    background: #e1e1e1;
    border-radius: 6px;
    height: 6px;
    position: relative;
}

.sc-wordform-form-width-slider.ui-slider .ui-slider-range,
.sc-wordform-upload-max-numof-files-slider.ui-slider .ui-slider-range,
.sc-wordform-upload-each-file-max-size-slider.ui-slider .ui-slider-range,
.sc-wordform-upload-all-files-max-size-slider.ui-slider .ui-slider-range {
    background: linear-gradient(90deg, #0073aa, #00a0d2);
    height: 100%;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sc-wordform-form-width-slider.ui-slider .ui-slider-handle,
.sc-wordform-upload-max-numof-files-slider.ui-slider .ui-slider-handle,
.sc-wordform-upload-each-file-max-size-slider.ui-slider .ui-slider-handle,
.sc-wordform-upload-all-files-max-size-slider.ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    top: -5px;
    background: #0073aa;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(0,0,0,0.25);
    transition: all 0.2s ease-in-out;
}

.sc-wordform-form-width-slider.ui-slider .ui-slider-handle:hover,
.sc-wordform-upload-max-numof-files-slider.ui-slider .ui-slider-handle:hover,
.sc-wordform-upload-each-file-max-size-slider.ui-slider .ui-slider-handle:hover,
.sc-wordform-upload-all-files-max-size-slider.ui-slider .ui-slider-handle:hover {
    transform: scale(1.25);
}

/* Slider tooltip */
.sc-wordform-slider-tooltip {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: #0073aa;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 4px;
    white-space: nowrap;
}

/* ------------------------------
   Buttons
------------------------------- */

/* Target ANY element whose class contains sc-wordform-setting-page- */
[class*="sc-wordform-setting-page-"] .button:not(.wp-color-result):not(.wp-picker-clear) {
    padding: 6px 18px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(to bottom, #0073aa, #005f8d);
    color: #fff;
    border: 1px solid #005f8d;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

/* Hover effect */
[class*="sc-wordform-setting-page-"] .button:not(.wp-color-result):not(.wp-picker-clear):hover {
    background: linear-gradient(to bottom, #0089cc, #0073aa);
    border-color: #0073aa;
    color: #fff;
}

/* ------------------------------
   Separator HR
------------------------------- */
.sc-wordform-setting-page-general-tab-table-wrapper hr,
.sc-wordform-setting-page-gcaptcha-tab-table-wrapper hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 15px 0;
}

/* ------------------------------
   Responsive Adjustments
------------------------------- */
@media (max-width: 768px) {
    .sc-wordform-setting-page-general-tab-table-wrapper table,
    .sc-wordform-setting-page-general-tab-table-wrapper tbody,
    .sc-wordform-setting-page-general-tab-table-wrapper tr,
    .sc-wordform-setting-page-general-tab-table-wrapper td,
    .sc-wordform-setting-page-gcaptcha-tab-table-wrapper table,
    .sc-wordform-setting-page-gcaptcha-tab-table-wrapper tbody,
    .sc-wordform-setting-page-gcaptcha-tab-table-wrapper tr,
    .sc-wordform-setting-page-gcaptcha-tab-table-wrapper td {
        display: block;
        width: 100%;
    }

    .sc-wordform-setting-page-general-tab-table-wrapper input[type="text"],
    .sc-wordform-setting-page-general-tab-table-wrapper select,
    .sc-wordform-setting-page-gcaptcha-tab-table-wrapper input[type="text"],
    .sc-wordform-setting-page-gcaptcha-tab-table-wrapper select {
        width: 100%;
    }

    .sc-wordform-settings-validation-tab-label-td h4,
    .sc-wordform-settings-gcaptcha-tab-label-td h4 {
        font-size: 13px;
        margin-bottom: 4px;
    }
}

/* ==============================================
   End Wordform Plugin Admin Settings Tabs CSS
============================================== */
