.fade{background:hsla(0,0%,100%,.8) !important;}
.dot { display: none !important;}
.form-group label.styled-checkbox {font-size: inherit !important;}
.policy_section {margin-bottom: 2.5rem;}
.policy_section.MM{margin-bottom: 0px !important;}
.my-11 {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.mr-5{margin-right: 5px;}
div.row-item.disabled{
    color: #b5b3b3 !important;
    cursor: default;
    opacity: .5;
    pointer-events: none;
}
.error{color: red;font-size: 1.5rem; display: none;}
.error-row{border:none !important;}
.error-row .error,.error-row1 .error { display: block !important; padding-top: 10px;}
.error-row .error.flex{display: flex !important;}
.single-apply-question-row{border: 0px solid;}
span.arrow{display: none;}
.below-box{padding-top: 15px;}
.below-box p{color: red; font-size: 1.5rem;}
.below-box textarea, .indvTA{width: 100%; text-align: left;border-color: rgb(40 167 223 / var(--tw-border-opacity, 1)) !important;
    border: 1px solid;
    border-radius: 5px;padding: 1rem;
    font-size: 90%;}
.form-control.indvTA{margin-top: 2.5rem;}
.below-box .section{font-size: 95%;}
.accordion-section-title{border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)); border-radius: 5px; border: 1px solid #000; border-radius: 35px;}
.accordion-section-title .title.h5{
background: #fff;
    padding: 1.5rem;
    border-radius: 9999px;
}
.warning, .alert-warning{color: red;}
.alert-success{color:green;}
.warning-b{border:1px solid red !important;}
#callback-spinner{margin: 0 auto;}
.Card{border-color: rgb(40 167 223/var(--tw-border-opacity,1));}
.BACS{border-color: rgb(232 43 123/var(--tw-border-opacity,1));}
.Card-BG{background-color: rgb(40 167 223/var(--tw-border-opacity,1));}
.BACS-BG{background-color: rgb(232 43 123/var(--tw-border-opacity,1));}

#application-form-submit .title.h2{padding-bottom: 5rem;}
/*Calendar*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #FFF;
    font-weight: normal;
    color: #454545;
}
.disabled { cursor: default; opacity: .7; pointer-events: none; }

.premium-error-msg{display: none !important;}
.quoteClass{display:none !important}
.quotedisplay{display:grid !important}
.error-row-office{border:1px solid red}
.disabledform{    
    cursor: default;
    opacity: .5;
    pointer-events: none;
}

#preloader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/public/img/loader.gif) 50% 50% no-repeat rgb(249 249 249 / 0.60);
}
#login-row-passw{display: none;}
.premium-error-msg{display: none;}
.displayBadge{
	margin-top: 5%; 
	display: none; 
	text-align :center;
    border-radius: 20px;

}
.pink_round {
    border-radius: 50%;
    background: #8FC3EA none repeat scroll 0% 0%;
    padding: 2px 8px;
    color: #FFF !important;
}
.icon {
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 5rem;
    justify-content: center;
    position: relative;
    width: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(213 220 37 / var(--tw-bg-opacity, 1));
}
.imp .icon{
    height: 2.5rem; width: 2.5rem;
}
.h-form-item.normal{font-family: unset !important;}
.align-b{align-self: baseline;}

span.gapOpen {
    align-self: center;
    cursor: pointer;
    display: block;
    line-height: 1.2;
    padding-left: 40px;
    padding-top: 2px;
    position: relative;
}
.hrmc_show_hide_reason{display: none;}

/** Custom fix for OC   **/
.form-radio-button-custom span {
    border-radius: 9999px 0 0 9999px;
    display: grid;
    gap: 1rem;
    grid-template-columns: max-content minmax(0, 1fr);
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: Geist-Medium, sans-serif;
    padding: 1.75rem 0px 1.75rem 17px;
    --tw-text-opacity: 1;
    color: rgb(14 12 38 / var(--tw-text-opacity, 1));
}
.form-radio-button-custom span:before {
    align-self: center;
    border-radius: 9999px;
    border-width: 2px;
    content: "";
    height: 12px;
    position: relative;
    width: 12px;
    --tw-border-opacity: 1;
    border-color: rgb(40 167 223 / var(--tw-border-opacity, 1));
}
.form-radio-button-custom span:after {
    content: "";
    height: 12px;
    left: 17px;
    position: absolute;
    top: 50%;
    width: 12px;
    --tw-translate-y: -50%;
    border-radius: 9999px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(40 167 223 / var(--tw-bg-opacity, 1));
    opacity: 0;
    transition: all .5s;
}
.form-radio-button-custom input[type="radio"]:checked+span:after {opacity:1 !important;}
.form-radio-button-custom input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.form-radio-button-custom input {
    border-radius: 0 9999px 9999px 0;
}
.OCG{cursor: pointer;}
 /** Custom fix for OC   **/
 .error-row-border{border:1px solid red !important;}
 .items-row{border-bottom: 1px solid #dddddd;}
.items-row p, #about1 .declarationCheck p { padding: 10px 0px; float: left; width: 82%;}
 .lg\:max-w-\[175px\] {
    max-width: 175px;
}
.b-top{border-top: 1px solid #d3ccccc7;}
.mb-0{margin-bottom: 0px !important;}
.mb-6{margin-bottom: 1.5rem;}
div.accordion-section-content > div:first-child{
    border-top: 0px solid !important;
  }

  #row-question-1420 .styled-checkbox input+span{
    padding: 1.25rem 17px;
    border-radius: 9999px;
    background-color: #fff;
  }
  .form-box.custom-row-item{box-shadow: 0 .5rem 1.6rem rgba(0,0,0,.1);}
  .form-box{position: sticky; top: 10.5rem;}
  body.quote, section.quote{overflow: visible;}
  .custom-row-item .row-item{
    grid-template-columns:minmax(0,1fr) 75%!important;
    font-family: inherit;
  }
  .custom-row-item-3 .row-item{
    grid-template-columns: auto auto auto;
    font-family: inherit;
  }
.cursor-not-allowed{cursor: not-allowed;}
.bg-gray-100{background-color: rgb(243, 244, 246);}
.pl-6{padding-left: 6rem;}.pl-3{padding-left: 3rem;}.pl-015{padding-left: 1.5rem;}
.pt-14, .tabs-body .tab.pt-14 {padding-top: 3.5rem; }.pt-015{padding-top: 1.5rem;}
.pb-0{padding-bottom: 0px !important;}.pb-8{padding-bottom: 2rem !important;}
.my-5{margin-top: 1.5rem; margin-bottom: 1.5rem;}

.lg\:max-w-\[100rem\] {
    max-width: 100rem;
}
.input-cur{padding: 1.3rem;font-family: Geist-Medium, sans-serif;font-size: 100%;line-height: 1.1;}
/*
.form-radio-button.premium_box_option span.premium{background-color: unset; font-size: 100%; font-family: inherit; padding: 0rem 17px;}
.form-radio-button.premium_box_option span.premium:hover,
.form-radio-button.premium_box_option span.premium:active,
.form-radio-button.premium_box_option span.premium:focus,
.form-radio-button.premium_box_option span.premium:focus-visible
{background-color: #72246C; color:#FFF;}
*/
.premium_box_option input[type=radio]:checked + span {
    background: #28a7df !important;
    color: #000 !important;
}
.pink{color: #E82B7B;}
.badn .title-underline{padding-bottom:3.5rem !important;}
.tab .error{padding-left: 1.5rem; padding-bottom: 10px;}
.tab .tab-content span.premium .btn {
   margin-top: 1.20rem;
}
.tab .tab-content span.premium:active {background-color: #72246C; color: #FFF;}
.tab .tab-content span.premium .btn::before {z-index: -1;}
.form-radio-button span.premium span{
    
    border-radius: 9999px;
    display: grid;
    gap:0rem;
    grid-template-columns: max-content minmax(0, 1fr);
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    font-family: Geist-Medium, sans-serif;
    padding: 0 !important;
    --tw-text-opacity: 1;
    color: rgb(14 12 38 / var(--tw-text-opacity, 1));
}
.badn .form-radio-button span{gap: 0rem; text-align: center; padding: 1.25rem 27px 1.25rem 16px; background-color: #E82B7B;}
.badn .form-radio-button span:before{border-color: #E82B7B; border: none; width: 0px;}
.badn .form-radio-button span:after{background-color: transparent; border: none; width: 0px;}

.badn .form-radio-button span:hover{background-color: rgb(40 167 223/var(--tw-bg-opacity,1));}

.rounded-t-\[25px\] {
	border-top-left-radius: 25px !important;
	border-top-right-radius: 25px !important;
    box-shadow: none !important;
}
.rounded-b-\[25px\] {
	border-bottom-left-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
    box-shadow: none !important;
}
select optgroup {
    color: rgb(40 167 223/var(--tw-bg-opacity,1));
}
.accordion-section-content {
    display: none;
}
.accordion-section-content.open {
    display: block;
    /*background: hsla(0,0%,100%,.8) !important;*/
    padding: 0px 15px;
    border-radius: 0px 0px 5px 5px;
}
.fixed_id_1{padding-left:15px; padding-right: 15px;padding-top: 10px; border-bottom: 0px;}
.brands-carousel .brand-card img{height: 100% !important; border-radius:5%;}
.brands-carousel .brand-card{background-color: transparent !important;}
.brands-carousel .brand-card:hover img{filter: unset;}
.brand-card.ifa{height: 17rem; margin-top: -50px;}
.brand-card.ibms{height: 12rem; margin-top: -20px;}
.brand-card.cfc, .brand-card.ID, .brand-card.osr, .brand-card.mgam{height: 14rem; margin-top: -20px;}
.brand-card.aia, .brand-card.IOSH{height: 17rem; margin-top: -40px;}
.brand-card.ph{height: 15rem; margin-top: -32px;}
.brand-card.cfc{padding: 0px; margin-left:-50px; margin-right: -50px;}

.card .caption .number.title, .card-center .caption .number.title{color: rgb(40 167 223/var(--tw-text-opacity,1))}
.s-how-it-works .card .top figure.radius-25 {border-radius: 25px; overflow: hidden;}
.product-card .top{gap:2rem !important;}
@media (min-width: 1025px) {
    .product-card {
        padding-left: 2.2rem !important;
        padding-right: 2.2rem !important;
    }
}
.p-\[5\%\]{padding:5%}
.p-\[5\%\]{padding:5%}
.p-\[15\%\]{padding:15%}
.ins_appraisal img{margin-left: 13px;}
.ins_portfolio img{margin: 5px 0px 0px 5px;}
.ins_verification img{padding: 8%; margin-left: 13px;}
.ins_premium img{padding: 8%; margin-left: 2px;}
.ins_assurance img{    padding: 8%; margin-left: 10px; margin-top: 8px;}
.ins_policy img{margin-left: 5px;}
.content-icon.ins_verification:after{left: 1px;top: 1px;}
.content-icon.content-icon-90 img{width: 90% !important;}
.claim-processing img{margin: 5px 0px 0px 15px;}
.underwriting img{margin-left: 5px;}

.products-carousel .swiper-nav.arrows-absolute>div.prev, .team-carousel .swiper-nav.arrows-absolute>div.prev { left: 0; top:50%; }
.products-carousel .swiper-nav.arrows-absolute>div.next, .team-carousel .swiper-nav.arrows-absolute>div.next { right: 0; top:50%; }
@media (min-width: 1280px) {
    
.products-carousel .swiper-nav.arrows-absolute>div.prev, .team-carousel .swiper-nav.arrows-absolute>div.prev { left: -80px; top:50%; }
.products-carousel .swiper-nav.arrows-absolute>div.next, .team-carousel .swiper-nav.arrows-absolute>div.next { right: -90px; top:50%; }
}

.products-carousel .swiper-slide, .team-carousel .swiper-slide{margin-top: 10px; left: -6px;}
/*.products-carousel .swiper-slide, .team-carousel .swiper-slide.ml-\[11px\]{margin-left: 11px;} */
.team-carousel .swiper-wrapper{padding: 5% 0%;}
.team-carousel .swiper-wrapper.pt{padding: 5% 0% 1% 0%;}
.lg\:\!w-\[100px\] { width: 100px !important; max-height: 100px; }
.lg\:\!w-\[80px\] {
    width: 80px !important;
    max-height: 80px;
}
.p-custom{padding: 7% 15% 13% 14%;}
.c-custom{padding: 14% 20% 20% 20%;}
.c-custom.prl{padding: 10% 15% 15% 10%;}
.lg\:\!right-\[-7\%\] {
    right: -7% !important;
}
.oc-overview img {
    margin: 0px 0px 0px 10px;
}
.xl\:-left-12 {left: -3rem;}.xl\:-left-6{left:-1.75rem}
.lg\:\!right-\[-6\%\] {right: -6% !important;}
.\!bottom-\[55\%\] {bottom: 55% !important;}.\!bottom-\[50\%\] {bottom: 50% !important;}.\!bottom-\[10\%\] {bottom: 10% !important;}
.team-carousel .swiper-slide.swiper-slide-active{left: 6px !important;}
.team-carousel .swiper-slide.swiper-slide-next{left: 3px !important;}
.h-\[250px\]{height:250px;}
.text-status-green {color: #009900 !important;}.text-status-yellow {color: #CC6600 !important;}.text-status-red {color: #990000 !important;}.text-status-purple {color: #7D477E !important;}
.over-view-class   {text-align:justify !important;}
.displayInline{display: inline;}
.displayNone{display: none !important;}
.disabledBlock{display: block !important;}
.displayBlock{display: block !important;}
#error-msg-show{color: red;}
.accordion .accordion-section,.accordion .accordion-section.accordion-itemBLOCK{margin-bottom: 15px;}
.ml-\[\11px\]{margin-left: 11px;}
.displayblocktable {display: inline-table !important;}
.displayblocktable1{display: inline !important;}
.displaynone1{display: none; padding-left:0px; float: left; clear: both;}
.displaynone2{margin: 0px;display: none;}
.displaynone3{margin:0 !important;}
.displaynone4{color:red !important}
.displaynone5{width:100%;padding-bottom: 11px;}
.displayposition{position:relative !important;}
.errorStyle{border:2px solid red !important;}
.errorStyleRemove{border:none !important;}
.resendotp1{font-size:14px;float:right;padding-left: 5px;}
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.show_msg{position: fixed;}
.counterTimer{ float:left}
.resend{ float:right}
.displayblock1{display: block; padding-left:0px; float: left; clear: both;}
.displaynone1{display: none; padding-left:0px; float: left; clear: both;}

.find_add_loading{display:none;position:absolute;z-index:99999;right:75px;top:10px;}
.warning-a{border:2px solid #666  !important}
.warning-c{border:2px solid red  !important}
.warning-d{box-shadow: 0px 2px 8px rgb(255, 0, 0);  !important;margin: 0px;}
.warning-e{box-shadow: 0px 2px 8px rgb(255, 0, 0);  !important;margin: 0px; padding: 2px 4px;}
.warning-f{border:none; padding: 2px 4px;}
.warning-g{border:2px solid red  !important; border-radius:3px; width:100%}
.warning-h{border:1px solid #666  !important; border-radius:3px; width:100%}
.productmsg{padding: 0rem 5rem 1.5rem 2rem;}
.ibmsCss{border:1px solid #FF0000 !important;}
.ibmsCssNone{border:none !important;}
.ibmsImgUpload{font-size:14px;color:black;font-weight:600;}
.ibmsImgUploadCss{border:1px solid #8ec4f5  !important}
.classGreen{color:green  !important}
#show_msg{width:100%;margin-top:10px;}
.resendotp1{font-weight:600}
#sagepayiframe{width: 100%; height: 650px;}
.marginleft{margin-left: 11px !important;}
.OTPcss{color:#448aff}
.whatsapp p.wp {
    text-align: center;
    padding: 15px 0px;
    background: #00c44b;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    width: 90%; margin: 0 auto;
}
.captchacss{
	color: black;
    padding: 13px;
}
.alert-danger-error{
	
    padding: 10px;
    background: #ff180026;
    color: red;
    margin-top: 17px;
}
.alert-success-error{
	
padding: 10px;
background: #00800070;
color: #000000;
margin-top: 17px;
}

.qrcodeClass{
width: 100px;
height: auto;
}
.captcha-box {
    display: flex;
    color: #fff;
}
.captcha-box img {
    border-radius: 50px;
}
textarea.form-control {
    resize: none;
    
}

.contact-details .item-with-icon .icon img {
    max-width: 28px;
}
.contact-details div:nth-of-type(1) .item-with-icon .icon img {
    width: 22px;
}
.contact-details div:nth-of-type(2) .item-with-icon .icon img {
    width: 22px;
}
.contact-details div:nth-of-type(3) .item-with-icon .icon img {
    width: 26px;
}
.contact-details div:nth-of-type(4) .item-with-icon .icon img {
    width: 22px;
}
.w-\[90\%\]{width:90%;}

.form-radio-button.cursor-pointer input:checked ~ span  {
    border: 2px solid #000 !important;
}

.my12{font-size: 12px;text-align: justify;padding-bottom: 12px;}


.help_icon{
width: 19px;
float: right;
margin-right: 76%;
cursor: pointer;
}

.info.subtext{font-family: Geist-Light,sans-serif; font-size: 14px; color: #000000;}
.disabled .info{opacity: 1 !important;}
.info.box{font-size: 14px;
    position: absolute;
    bottom: 0;
    padding: 20px 0px;}

.infobox{
    background: hsla(0, 0%, 100%, .8) !important;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px;
}
header .menu{text-transform: none !important;}
.bread_crumbs{margin-bottom: 20px;}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.col-lg-3{width: 24%;}
.col-lg-9{width: 75%;}
.col-lg-2 {
    width: 15.50% !important;
    float: left;
    margin-right: 5px;
}
#row-question-30 .col-lg-3.col-md-3:nth-of-type(1) label::before, #row-question-41 .col-lg-3.col-md-3:nth-of-type(1) label::before {
    content: "Start Date";
    position: relative;
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #666;
    top: 22px;
    left: 12px;
}
#row-question-30 .col-lg-3.col-md-3:nth-of-type(1) label::after, #row-question-41 .col-lg-3.col-md-3:nth-of-type(1) label::after {
    content: "Expiry Date";
    position: relative;
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #666;
    top: 22px;
    right: 12px;
}
#row-question-39, #row-question-40, #row-question-42, #row-question-210{width: 50%; float: left;}
#row-question-42, #row-question-210{border-bottom: none;}
.m-auto{margin: auto;}

.appForm .form-control {
    border-color: rgb(40 167 223 / var(--tw-border-opacity, 1)) !important;
    border-radius: 5px;
}
.btn:before, button:before {background-color:rgb(40 167 223/var(--tw-bg-opacity,1));}.lg\:-left-40 {left: -40px;}.home-hero span.text-blue{font-size: 70%;display: block;}.lg\:\!bottom-\[-20\%\] {bottom: -20% !important;}
@media (min-width: 1281px) {
    .xl\:\!right-\[-20\%\] {
        right: -20% !important;
    }
        .xl\:-left-3 {
        left: -3rem;
    }
}

.sec1.content > div.items-row:last-of-type {
  border: none;
  border-bottom: 0px !important;
}
.mt-0{margin-top: 0px;}
.pt-8{padding-top:2rem}
.disabledclass {
    cursor: default;
    opacity: .5;
    pointer-events: none;
}
.premium_box_option input[type=radio] {
    display: none;
}
.premium_box_option input[type=radio]:checked + label {
    background: #e81d83 !important;
    color: #fff !important;
    border-radius: 0;
}
.error-row .premium{color:red !important;}
.card .caption .title.light,.card-center .caption .title.light{font-family: Geist-light,sans-serif;}
.card-center.light {padding-left: 1.5rem;padding-right: 1.5rem;}
    .card .caption .title p {
        font-size: 110%;
    }
span.subtext {
    font-size: 14px;
    padding-top: 5px;
    text-transform: none;
}
.lg\:\!w-\[8rem\]{width:8rem!important}
.featured-badge{position: absolute;
    line-height: 35px;
    width: 175px;
    border-radius: 15px;
    text-align: center;
    left: -25px;
    top: 0px;
    transform: rotate(-25deg);
    z-index: 2;
    color: #FFF;
    background: #3CAFE2;}
	
.option-text{color:rgb(40 167 223/var(--tw-bg-opacity,1));}

.teadingText p{
    padding-bottom: 38px !important;
}
.uldisc{list-style: disc !important;}
.info{font-family: Geist-Light, sans-serif;}
.bb{border-bottom: 1px solid;}.bt{border-top: 1px solid;}
.lg\:w-3\/12 {width: 25%;}.lg\:w-9\/12 {width: 75%;}
.btn.eRenewalEdit{font-size: 22px; float: right; position: absolute;}
.btnSubtext .btn{width: 300px !important;}
span.subtext{font-size: 14px; padding-top: 5px; text-transform: none;}
.btn.is-icon svg.subtext, button.is-icon svg.subtext{margin-top: -15px;}
.self{align-self: center;}
.selfStart{align-self: flex-start;}
.info{font-family: Geist-Light,sans-serif;}
.info.note{font-size: 80%;}
.badn .info{margin-top: 15px;}
.flip{-webkit-transform: scaleX(-1) !important;  transform: scaleX(-1) !important;}
figure.h100 img{height: 100%;}
#ajaxModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* bg-black + bg-opacity-50 */
  z-index: 9999; /* z-50 */
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; /* Tailwind uses 'hidden' class */
}

/* ✅ When visible (JS will remove display: none) */
#ajaxModal.show {
  display: flex;
}

/* ✅ Modal Box */
#ajaxModalBox {
  position: relative;
  background-color: #ffffff;
  width: 90%;
  max-height: 80vh;
  overflow: auto;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  opacity: 0;
}

/* ✅ Close Button */
#closeAjaxModal {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background-color: #dc2626; /* red-600 */
  color: white;
  border: none;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  cursor: pointer;
}

/* Optional: Smooth transition (in case JS doesn't animate) */
#ajaxModalBox,
#ajaxModal {
  transition: all 0.3s ease;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
#ajaxModalBox {
  max-height: 80vh;
  overflow: auto;
}
.ui-datepicker {
  z-index: 10500 !important;
}
.form-box-2{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));box-shadow:0 4px 25.2px 0 rgba(0,0,0,.05);padding:2.5rem}
#apply-question-26{width: 285px;}
.error-row1{border:1px solid red}