/*!
Theme Name: FinFlow Child
Theme URI: https://uicore.co
Description:  Banking, Finance & Fintech WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: finflow
Version: 1.0.0
Text Domain: finflow
*/

 /* Add your custom style here */
.certificate-verfied {
  width: 1075px !important;
}
.list-style-02 ul {
  margin: 0;
  padding-left: 20px;
}
.list-style-02 ul li {
  margin-bottom: 5px;
}
.image-bg-01 img {
  padding: 10px;
  background: linear-gradient(90deg, #111 0%, #666 39.71%, #111 100%) !important;
  border-radius: 0 !important;
}

@media screen and (max-width:767px){
	.image-position-mobile{
	position:unset !important;
}
}
@media screen and (min-width:768px){
	.sticky-box-custom {
  position: sticky !important;

  top: 100px;
}
}
.faq-side-tabs li.active a span{
		color:#fff !important;
	font-weight:600 !important;
}
.faq-side-tabs li a:hover span{
	color:#fff !important;
}
.btn-full-custom a{
	display:block !important;
}
#signupnow {
  padding: 9px 15px;
  font-size: 15px;
}

.footer__list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.footer__list li img {
  width: 30px;
}
.footer__list li span, .footer__list li span a {
  font-size: 22px;
  color: #036;
}
.footer__list li span a {
  color: #036 !important;
}
.uicore-footer-wrapper .uicore.elementor-container.two {
  align-items: center;
}
.uicore-footer-wrapper .uicore.elementor-container.two .wp-block-button__link.wp-element-button {
  text-align: center;
  color: #fff;
  border-radius: 60px;
  font-size: 22px;
  line-height: 1.4;
}


.ui-popup-614 .custom-form .custom-form__buttons {
  margin-top: 70px;
}
.ui-popup-614 .custom-form .custom-form__buttons .custom-btn {
  width: 100%;
	border-radius: 30px 30px 30px 30px;
	padding: 17px 40px 17px 40px;
	background-color: var(--e-global-color-uicore_primary);
  font-family: "Inter",Sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1em;
  letter-spacing: 0em;
  color: #FFF;
  border-style: none;
  min-height: 50px;	 
}
.custom-btn.elementor-animation-flip .ui-btn-anim-wrapp span:first-child {
  display: none;
}

.custom-form-loging {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.custom-field-row {
    display: flex;
    gap: 10px;
}
.custom-field-6{
	flex:1 1 0%;
}
.custom-btn.ustom-btn-back {
    background: #fff !important;
    border: 1px solid #023567;
    padding: 12px 30px;
    border-radius: 30px;
    color: #023567 !important;
}
.custom-btn.ustom-btn-back:hover {
	 background: #023567 !important;
	 color: #fff !important;
}

.custom-bad-actor-form-online h2,
.custom-bad-actor-form-individual-section h2{
    flex: 1;
    text-align: center;
    margin: 0;
}
.covered-person-subtitle {
    text-align: center;
}

.custom-form-control {
  background: transparent !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #4C4C4C !important;
    font-size: 16px !important;
	font-family: "Figtree", Sans-serif !important;
}
.custom-field-type {
  margin-bottom: 10px;
}
 .custom-field-type a {
   color: #4C4C4C !important;
    font-size: 14px;
	font-family: "Figtree", Sans-serif;
	font-style: italic;
}
 .custom-btn-success {
background-color:#023566;
  font-family: "Figtree",Sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1em;
  letter-spacing: 0em;
  color: #FFF;
  border-style: none;
	     padding: 17px 40px 17px 40px;
	     border-radius: 30px;
}
/* .custom-form-loging .custom-form__buttons {
  text-align: center;
  justify-content: center;
} */
.user-image {
  text-align: center;
}
.user-image .avatar-user {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 30px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.user-image .avatar-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-field-type.action-link-center {
  text-align: right;
}


.custom-form [type="radio"]:checked,
.custom-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-form [type="radio"]:checked + label,
.custom-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
.custom-form [type="radio"]:checked + label:before,
.custom-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #036;
    border-radius: 100%;
    background: #fff;
}
.custom-form [type="radio"]:checked + label:after,
.custom-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #036;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
footer#uicore-tb-footer .elementor-widget .elementor-icon-list-icon svg {
    height: var(--e-icon-list-icon-size, 1em);
    width: var(--e-icon-list-icon-size, 1em);
	    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}
footer#uicore-tb-footer .elementor-widget .elementor-icon-list-item a{
	align-items: center;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.elementor-element-4d9fc81{
    background-image: linear-gradient(#E6EFFE 0%, #AECCEE 50%, #E6EFFE 100%) !important;
}

.elementor-element-97bf6b0, .elementor-element-eec98e1, .elementor-element-20be36b, .elementor-element-0e3dc6f, .elementor-element-7691ab1, .elementor-element-d3d1232, .elementor-element-f67ec57, .elementor-element-9189673, .elementor-element-ce0dc83 {
    background-image: linear-gradient(#E6EFFE 0%, #AECCEE 50%, #E6EFFE 100%) !important;
}


.timeline-custom .bdt-timeline-line {

  border: 1px dashed #023566;
}


.timeline-custom .bdt-timeline-icon {

  top: 10px !important;
}
.timeline-custom .bdt-timeline-item {

  width: 100% !important;
}
.timeline-custom .bdt-timeline-item-main-container {
  padding-left: 35px !important;
  padding-bottom: 35px !important;

}

.timeline-custom .bdt-timeline-icon span svg {
  fill: #fff;
}

.timeline-custom .bdt-timeline .bdt-timeline-excerpt {
  margin-top: 15px !important;
}
.timeline-custom .bdt-timeline-item:last-child .bdt-timeline-item-main-container{
	padding-bottom:0 !important;
}
.form-label {
  font-family: "Figtree", Sans-serif;
  color: #000E1B;
	font-size: 18px;
	margin-bottom: 10px;
}
.form-style-2 .form-label{
	color: #fff;
}
.form-style-2 .helperText{
	color: #9AAEC2;
	font-size:14px;
	 font-family: "Figtree", Sans-serif;
	margin-top:5px;
	margin-bottom:0;
	font-style: italic;
}
.form-style-2 .custom-form-control {
  background: #093B6B !important;
  border-color: #093B6B !important;
  color: #fff !important;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
	row-gap: 20px;
	margin-left:-15px;
	margin-right:-15px;
}
.form-col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.form-col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.form-style-2 .custom-form__buttons {
  justify-content: center;
	margin-top:30px;
}
.form-style-2 .custom-form__buttons button{
  background:#fff;
	color:#023566;
}
@media screen and (max-width:767.99px){
	.form-col-6 {
  flex: 0 0 100%;
  width: 100%;

}
}



.custom-form.form-style-light p {
color: #000E1B;
font-size: 16px;
}
.custom-form.form-style-light h5 {
color: #000E1B;
font-size: 24px;
font-weight: 600;
margin-bottom: 10px;
}

.custom-form.form-style-light .checkOptio {
display: flex;
gap: 10px;
align-items: flex-start;
margin-bottom: 15px;
}
.custom-form.form-style-light .checkOptio label {
font-size: 16px;
line-height: normal;
color: #000E1B;
}
.custom-form.form-style-light .checkOptio input[type="checkbox"] {
height: auto;
position: relative;
top: 4px;
}
.signContainer {
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
}

.signature-canvas {
	background: #fff !important;
	cursor: pointer;
	display: block;
}
.signContainer .lableWBtn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 0 0 50%;
    margin-bottom: 10px;
}
.signContainer .lableWBtn span {
color: #000E1B;
font-size: 24px;
font-weight: 600;
}

.signContainer .lableWBtn .btnwhiteform {
    padding: 10px 20px;
    background: #fff !important;
    cursor:pointer;
    width: 340px;
    text-align: center;
}

.custom-form.form-style-light .custom-field-type .custom-form-control {
background: #fff !important;
}
.lightHr {
  border-color: #E3E7EB !important;
  border-width: 0;
  border-top-width: 1px;
opacity: 0.2;
  margin: 10px 0 !important;
}

.post-3481 .form-error, .form-error {
    color: #dc3545;
    font-size: 14px;
    margin-top: 4px;
}

.post-3481 .custom-form-control.error {
    border-color: #dc3545 !important;
}

.payment-main-box{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-main-box > div{
  width:calc(50% - 20px);
  padding:20px;
  background:gray;
  border:1px solid black;
}

.product-details-box {
    background: #eef1f4;
    border-radius: 24px;
    padding: 24px;
    max-width: 100%;
}

.product-details-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;;
}

.pd-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 23px;
    margin-bottom: 16px;
}

.pd-card h4 {
    font-size: 24px;
    margin:0;

    font-weight: 700;
}

.pd-item {
    display: flex;

    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #EBEFF3;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

.pd-item .check {
    color: #28a745;
    margin-right: 8px;
    font-weight: bold;
}

.price-row {
    display: flex;
    margin-top: 10px;
    flex-flow: column;
    padding-top: 20px;
    border-top: 1px solid #EBEFF3;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 8px;
}

.price-row > div{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px; 
}

.price-total {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}


/* Payment Page Spiner */
.ivs-payment-container {
    position: relative;
}

/* Overlay */
.ivs-loader-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7); /* transparent */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 8px;
}

/* Spinner */
.ivs-spinner {
    width: 42px;
    height: 42px;
    border: 4px solid #ddd;
    border-top: 4px solid #4DAF50;
    border-radius: 50%;
    animation: ivs-spin 0.9s linear infinite;
}

@keyframes ivs-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* tooltip Start */
.wp-tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    width: 280px;              
    max-width: 90vw;         
    height: 150px;
    text-align: left;
    z-index: 999;
    transition: opacity 0.3s ease;
}

.wp-tooltip:hover .wp-tooltip-text {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .wp-tooltip-text {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 90vw;
    }
}
/* tooltip End */

.custom-bad-actor-form-report-type{
    justify-content: center;
    margin: 30px 0px;
}