
/*
*Captcha
*/
.leadform-show-form span .g-recaptcha div {
    width: auto !important;
    height: auto !important;
}
.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 
.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}
/*
*Form Design
*/
.leadform-show-form .lead-form-front{
    overflow:hidden;
	padding:15px;
	background-size:100%;       
}
.lead-form-front:before{
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index:-1;
display: block;
}
.lead-form-front{
position:relative;
z-index: 0;
}
/***Global Form Style***/
.sidebar .leadform-show-form h2, 
.footer .leadform-show-form h2{
	display:none;
}
.leadform-show-form input, 
.leadform-show-form select, 
.leadform-show-form textarea{
	max-width:100%;
}
.leadform-show-form div.lf-field{
margin-bottom:17px;
}
.leadform-show-form .radio-type label,
.leadform-show-form  .checkbox-type label{
 margin: 0;
}  
.leadform-show-form label{
	margin: 1.1em 0 .4em;
	display:block;
}
.leadform-show-form label span {
	font-weight: 500;
	font-size:16px;
	line-height: 1.9;
}
.leadform-show-form input[type="radio"]:first-child, 
.leadform-show-form input[type="checkbox"]:first-child {
	margin:0px 7px 0px 0px;
	line-height: normal;
}
.leadform-show-form input[type="radio"], 
.leadform-show-form input[type="checkbox"]{
	margin:0px 5px 0px 10px;
	line-height: normal;
	height: 14px;  
	width: 14px;   
	vertical-align: middle;
}
.lead-form-front input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;    
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: checkbox;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari only override */
   ::i-block-chrome,.lead-form-front input[type=checkbox]{
      -webkit-appearance: checkbox;
       -webkit-font-smoothing: antialiased;
   text-rendering: optimizeSpeed;
   }
/* Safari only override */
   ::i-block-chrome,.lead-form-front input[type=checkbox]:checked:before {
 display:none;
}
}
.lead-form-front input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
     width: 14px;
    min-width: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.lead-form-front input[type=radio]:checked:before {
    content: "\2022";
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    width: 5px;
    height: 5px;
    margin: 4px;
    line-height: 12px;
    background-color: #1e8cbe;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    font: 400 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.leadform-show-form select{
  text-transform: none;
  min-width:100%;
  padding:6px;
  letter-spacing: normal;
  text-indent:0em;
  padding-left:6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  min-height: 38px;
  background-color: #fff;
  border-radius: 2px;
  outline:0px;
  border: 1px solid #ccc;
}
.leadform-show-form select:focus{
 outline:0px;   
}
.leadform-show-form input[type="number"],
.leadform-show-form input[type="date"]{
	text-transform: none;
	min-width:100%;
	padding: .313em 0;
	letter-spacing: normal;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  min-height: 38px;
  background-color: #fff;
  border-radius: 2px;
}

.leadform-show-form textarea, 
.leadform-show-form input:not([type]), 
.leadform-show-form input[type="email"], 
.leadform-show-form input[type="number"], 
.leadform-show-form input[type="password"], 
.leadform-show-form input[type="tel"], 
.leadform-show-form input[type="url"], 
.leadform-show-form input[type="text"], 
.leadform-show-form input[type="number"]  
{
width:100%;
font-family: inherit;
letter-spacing: normal;
}
.leadform-show-form input[type="date"],
.leadform-show-form input[type="time"],
.leadform-show-form input[type="datetime-local"], 
.leadform-show-form input[type="month"] 
{
line-height: 15px; 
font-family: inherit;
padding: .313em 0;
letter-spacing: normal;
}
.leadform-show-form h2{
	margin-top:20px;
	margin-bottom:30px;
}
.leadform-show-form input[type="file"] {
    display: inherit;
}
.leadform-show-form ul{
padding-left:0px;
margin:0;
}
.leadform-show-form ul li {
    list-style-type: none;
}
.leadform-show-form textarea,
.leadform-show-form input:not([type]), 
.leadform-show-form input[type="email"], 
.leadform-show-form input[type="number"], 
.leadform-show-form input[type="password"], 
.leadform-show-form input[type="tel"], 
.leadform-show-form input[type="url"], 
.leadform-show-form input[type="text"], 
.leadform-show-form input[type="number"] {
    min-height: 38px;
    padding: 6px!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.leadform-show-form input[type="submit"] {
  min-height: 38px;
  padding: 10px 30px;
  border-color: #000;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor:pointer;
  background: #0C0C10;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  white-space: inherit;
}
.leadform-show-form .successmsg_3{
font-size:20px;
text-align:center;
padding:50px 0;
border:1px solid #f8f8f8;
border-top:0px;
}
.leadform-show-form .submit-type label{
display:inline;
}
/***Upload field style — overridden by Modern Enhancements section below***/
.lfb_input_upload{
position:relative;
}
.lfb-input-upload{
position:absolute;
width:100%;
height:38px;
top:-38px;
opacity:0;
cursor:pointer;
}

/***date Style***/

.leadform-show-form .lf-field{
position:relative;
}
.leadform-show-form .lfb-date-icon{
position: absolute;
right:1px;
bottom:2px;
height: 36px;
width: 38px;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
background-color:#c1c1c1;
z-index:1;
cursor:pointer;
}

/***Form Style***/
.leadform-show-form{
display: block;
margin: auto;
max-width: 60%;

}
.leadform-show-form .lead-head {
background-size: cover!important;  
}

.leadform-show-form textarea {
   width: 100%;
   min-height: 150px;
   text-indent: 0px;
}


.lead-form-frontdiv #ui-datepicker-div {
    max-width: 300px;
}
.ui-datepicker{
    background: #fff;
    padding: 15px;
    border: 1px solid #F1F1F1;
    -webkit-box-shadow: 0px 5px 7px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 7px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 7px -1px rgba(0,0,0,0.3);
}
.ui-datepicker table, .ui-datepicker th, .ui-datepicker td {
    border: none;
}
.ui-datepicker-calendar tr:nth-child(1) th:nth-child(1){
padding-left:0;
}
.ui-datepicker .ui-datepicker-header{
padding:5px 0;
}
.ui-datepicker-calendar{
  width:auto;
  margin-bottom: 0;
}
.ui-datepicker-calendar td{
	line-height: 20px;
  font-size: 13px;
  padding: 5px;
}
.ui-datepicker-calendar tr th {
    font-size: 14px;
    background: rgba(0, 185, 235, 0);
    color: #676767;
    padding: 5px;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-title{
	display:inline-block;
	width: 82%;
	text-align: center;
	font-size:15px;
	letter-spacing: 1px;
  margin-left: 14px;
  margin-top: 5px;
}
.ui-datepicker-title select{
  width: 35%;
}
.ui-datepicker-title .ui-datepicker-month{
  margin-right: 10px;
}

.ui-datepicker-calendar tr td a{
	padding: 1px 7px;
}
.ui-datepicker-calendar tr td a:hover{
	background:#000;
	color:#fff;
}
.ui-datepicker-calendar tr td a.ui-state-highlight{
	background:#000;
	color:#fff;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:before{
	content:"<";
	font-size:30px;
	float:left;

}
.ui-datepicker .ui-datepicker-next:after{
content:">";
font-size:30px;
float:right;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
font-size:0px;
}

/* Loader Style */

.spinner {
/*  margin: 100px auto 0;
*/  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.leadform-show-form span ul li{
    font-size: 14px;
    line-height: 1.7em;
    color: #555;
}
/*notification massage*/
.leadform-show-form .error p{
font-size:14px;
padding:6px 10px;
background:#f2dede;
display:block;
color:#D8000C;
position:relative;
}
.leadform-show-form .error p::before{
content: "\f00d";
font-family: fontawesome;
position: absolute;
right: 10px;
cursor:pointer;
}
.leadform-show-form p.successmsg{
  padding: 20px 20px;
  background: #f8ffeb;
  display: block;
  color: #4c9300;
  position: relative;
  border: 1px solid #99e721;
  border-radius: 5px;
position:relative;
}
.leadform-show-form p.successmsg::before{
content: "\f00c";
font-family: fontawesome;
position: absolute;
right: 10px;
top: 8px;
cursor:pointer;
}
.leadform-show-form input,  .leadform-show-form textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
}
.leadform-show-form  select{
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
.leadform-show-form  select{
  background-image:
    linear-gradient(45deg, transparent 50%, #6b563e 50%),
    linear-gradient(135deg, #6b563e 50%, transparent 50%),
   linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 10px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

/** file upload progress bar **/

.divFiles {
    margin-top: 8px;
    display: none;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * 
 */

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 3px 1.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}





@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}





/*** Responsive popup css **/


@media only screen and (max-width: 768px){
     .lead-form-front h2{
font-size:26px;
    line-height: 28px;

}   
.leadform-show-form .lead-form-front {
    background-size: cover!important;
}
}


@media screen and (max-width: 550px){
.leadform-show-form{
    max-width: 100%!important;
    width:100%;
    min-width:280px;
  }
}

/* ============================================
   Modern Frontend Design Enhancements
   ============================================ */

/* Required field asterisk */
.leadform-show-form .lfb-req-star {
    color: #e53e3e;
    font-weight: 700;
    margin-left: 2px;
    font-style: normal;
}

/* --- Input / Textarea / Select base --- */
.leadform-show-form textarea,
.leadform-show-form input:not([type]),
.leadform-show-form input[type="email"],
.leadform-show-form input[type="number"],
.leadform-show-form input[type="password"],
.leadform-show-form input[type="tel"],
.leadform-show-form input[type="url"],
.leadform-show-form input[type="text"] {
    min-height: 44px !important;
    padding: 10px 12px !important;
    font-size: 14px;
    border-radius: 8px !important;
    border: 1.5px solid #d0d5dd !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
    transition: border-color .2s, box-shadow .2s !important;
    background-color: #fff !important;
    color: #344054 !important;
}
.leadform-show-form textarea:focus,
.leadform-show-form input:not([type]):focus,
.leadform-show-form input[type="email"]:focus,
.leadform-show-form input[type="number"]:focus,
.leadform-show-form input[type="password"]:focus,
.leadform-show-form input[type="tel"]:focus,
.leadform-show-form input[type="url"]:focus,
.leadform-show-form input[type="text"]:focus {
    outline: none !important;
    border-color: #7b61ff !important;
    box-shadow: 0 0 0 3px rgba(123,97,255,.15) !important;
}

/* --- Select --- */
.leadform-show-form select {
    min-height: 44px !important;
    padding: 10px 36px 10px 12px !important;
    font-size: 14px;
    border-radius: 8px !important;
    border: 1.5px solid #d0d5dd !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
    transition: border-color .2s, box-shadow .2s !important;
    background-color: #fff !important;
    color: #344054 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-position: calc(100% - 12px) center !important;
    background-size: 14px 14px !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.leadform-show-form select:focus {
    outline: none !important;
    border-color: #7b61ff !important;
    box-shadow: 0 0 0 3px rgba(123,97,255,.15) !important;
}

/* --- Date / Time inputs --- */
.leadform-show-form input[type="date"],
.leadform-show-form input[type="time"],
.leadform-show-form input[type="datetime-local"],
.leadform-show-form input[type="month"] {
    min-height: 44px !important;
    padding: 10px 46px 10px 12px !important;
    border-radius: 8px !important;
    border: 1.5px solid #d0d5dd !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.05) !important;
    font-size: 14px;
    color: #344054 !important;
    background-color: #fff !important;
    transition: border-color .2s, box-shadow .2s !important;
}
.leadform-show-form input[type="date"]:focus,
.leadform-show-form input[type="time"]:focus {
    outline: none !important;
    border-color: #7b61ff !important;
    box-shadow: 0 0 0 3px rgba(123,97,255,.15) !important;
}

/* --- Calendar icon redesign --- */
.leadform-show-form .lfb-date-parent {
    display: block !important;
}
.leadform-show-form .lfb-date-parent input {
    padding-right: 50px !important;
}
.leadform-show-form .lfb-date-icon {
    background: linear-gradient(135deg, #7b61ff 0%, #a78bfa 100%) !important;
    border-radius: 0 8px 8px 0 !important;
    width: 44px !important;
    height: 44px !important;
    bottom: 0 !important;
    right: 0 !important;
    transition: opacity .2s !important;
    cursor: pointer !important;
    z-index: 2 !important;
}
.leadform-show-form .lfb-date-icon:hover {
    opacity: .85 !important;
}
.leadform-show-form .lfb-date-icon svg {
    width: 18px;
    height: 18px;
}

/* --- Upload field redesign --- */
.lfb-file-upload {
    display: flex !important;
    align-items: stretch !important;
    border-radius: 8px !important;
}
.leadform-show-form .lfb-file-upload .file-text {
    flex: 1 !important;
    min-width: 0 !important;
    border-radius: 8px 0 0 8px !important;
    border-right: none !important;
    margin: 0 !important;
}
.lfb_input_upload {
    flex-shrink: 0 !important;
    position: relative !important;
    width: 44px !important;
    min-height: 44px !important;
    border-radius: 0 8px 8px 0 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E") center / 18px 18px no-repeat, linear-gradient(135deg, #7b61ff 0%, #a78bfa 100%) !important;
    cursor: pointer !important;
    overflow: hidden !important;
    display: block !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
}
.lfb_input_upload::before {
    display: none !important;
}
.lfb-input-upload {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

/* --- Custom Radio --- */
.leadform-show-form input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    border: 2px solid #d0d5dd !important;
    border-radius: 50% !important;
    background: #fff !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    margin: 0 8px 0 0 !important;
    transition: border-color .2s, box-shadow .2s !important;
    box-shadow: none !important;
    position: relative !important;
}
.leadform-show-form input[type="radio"]:checked {
    border-color: #7b61ff !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 4px #7b61ff !important;
}
.leadform-show-form input[type="radio"]:focus {
    outline: none !important;
    box-shadow: inset 0 0 0 4px #7b61ff, 0 0 0 3px rgba(123,97,255,.15) !important;
}
/* Override the pseudo-element dot from old styles */
.lead-form-front input[type=radio]:checked:before {
    display: none !important;
}

/* --- Custom Checkbox --- */
.leadform-show-form input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    border: 2px solid #d0d5dd !important;
    border-radius: 4px !important;
    background: #fff !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    margin: 0 8px 0 0 !important;
    transition: border-color .2s, background .2s !important;
    box-shadow: none !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.leadform-show-form input[type="checkbox"]:checked {
    background: #7b61ff !important;
    border-color: #7b61ff !important;
}
.leadform-show-form input[type="checkbox"]:checked::after {
    content: '' !important;
    width: 5px !important;
    height: 9px !important;
    border: 2px solid #fff !important;
    border-top: none !important;
    border-left: none !important;
    transform: rotate(45deg) !important;
    display: block !important;
    position: absolute !important;
    top: 1px !important;
}
.leadform-show-form input[type="checkbox"]:focus {
    outline: none !important;
    border-color: #7b61ff !important;
    box-shadow: 0 0 0 3px rgba(123,97,255,.15) !important;
}
/* Radio & checkbox list items alignment */
.leadform-show-form span ul li {
    display: flex !important;
    align-items: center !important;
    padding: 4px 0 !important;
    font-size: 14px !important;
    color: #344054 !important;
    cursor: pointer !important;
}
.leadform-show-form .radio-type li label,
.leadform-show-form .checkbox-type li label {
    margin: 0 !important;
    display: inline !important;
    font-weight: normal !important;
    font-size: 14px !important;
    cursor: pointer !important;
    line-height: 1.5 !important;
    color: inherit !important;
}

/* --- Modern Datepicker --- */
.ui-datepicker {
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.12) !important;
    padding: 12px !important;
    min-width: 280px !important;
}
.ui-datepicker .ui-datepicker-header {
    background: linear-gradient(135deg, #7b61ff 0%, #a78bfa 100%) !important;
    border-radius: 8px !important;
    padding: 8px 4px !important;
    margin-bottom: 8px !important;
    color: #fff !important;
}
.ui-datepicker .ui-datepicker-title {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 2em !important;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "‹" !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}
.ui-datepicker .ui-datepicker-next:after {
    content: "›" !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}
.ui-datepicker-calendar tr th {
    color: #6b7280 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
}
.ui-datepicker-calendar td {
    padding: 2px !important;
}
.ui-datepicker-calendar tr td a {
    border-radius: 6px !important;
    padding: 5px 7px !important;
    color: #344054 !important;
    text-align: center !important;
    font-size: 13px !important;
}
.ui-datepicker-calendar tr td a:hover {
    background: #7b61ff !important;
    color: #fff !important;
}
.ui-datepicker-calendar tr td a.ui-state-highlight {
    background: #ede9fe !important;
    color: #7b61ff !important;
    font-weight: 600 !important;
}
.ui-datepicker-calendar tr td a.ui-state-active {
    background: #7b61ff !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.ui-datepicker-title select {
    border-radius: 4px !important;
    border: 1px solid rgba(255,255,255,.4) !important;
    background: rgba(255,255,255,.2) !important;
    color: #fff !important;
    font-size: 13px !important;
    padding: 2px 4px !important;
    min-height: unset !important;
    box-shadow: none !important;
}