.text-module-wrapper .title .rob {
font-weight: 700;
    letter-spacing: 0px;
    color: var(--dark-blue);
    margin-bottom: 20px;
    font-family: var(--font-domain-bold);
}
.text-module-wrapper .text-inner-wrapper .content p{
font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
    color: var(--dark-blue);

}
#ip3-gdpr-form .module-image-content-cta .image-content-cta-wrapper{
    padding-top: 0px;
}
#ip3-gdpr-form #module-two-col-text.module-image-content-cta .image-content-cta-wrapper{
     padding-bottom: 90px;
    padding-top: 90px;
}

/* WO-109146 */
.text-error{
    color: #ff0000;
}
.form-field__message.text-error{
   font-size: 1.4rem;
margin-bottom : 5px;
}

.first-block{
border-bottom:1px solid white;
padding-bottom:50px;
}
.second-block , .points-of-contact-wrapper{
border-bottom:1px solid white;
padding:50px 0;
}
.second-block .context-wrapper{
margin-bottom:30px;
}
.request-wrapper{
padding-top:50px;
}
#ip3-gdpr-form #module-two-col-text.module-image-content-cta .image-content-cta-wrapper {
    background-color: var(--beige-color);
}

.gdpr-form #contact-form .headline-lg,
.gdpr-form #contact-form .points-of-content-title,
.gdpr-form #contact-form .request-title
{
    font-family: var(--font-domain-bold);
    font-weight: 600;
    font-size: 2.5rem;
line-height:2.8rem;
    letter-spacing: 0rem;
    color: white;
    margin-bottom: 20px;
}

.gdpr-form .contact-form{ 
background-color: var(--dark-blue); 
color: White; 
font-size: 1.5rem;
padding-top:40px;
padding-left:15px; 
padding-bottom:40px; padding-right:15px; }

.gdpr-form .contact-form .form-field__wrapper input ,.gdpr-form .contact-form .form-field__wrapper textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;

} 
#drop-button , #drop-button-request{
    padding: 10px;
    width: 100%;
    text-align: start;
    border:none;
    display:flex;
    justify-content:space-between;
}
.gdpr-form #drop-button, .gdpr-form #drop-button-request{
     padding: 10px;
}
.gdpr-form #drop-button-request,
.gdpr-form #drop-button{
    border-radius: 2px;
}

#drop-button.active .icon , #drop-button-request.active .icon{
    transform: rotate(-90deg);
}
#drop-button .icon , #drop-button-request .icon{
	background: url(/~/media/Images/T/Tikehau-Capital-V2/icons/calender-right-arrow);
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    transform: rotate(90deg);
        transition: all 0.3s ease-in-out;

    
}
.dropdown__list{
width: 100%;
    max-height: 300px;
    overflow: auto;
}
.gdpr-form .dropdown__list li{
    padding-top: 3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
}
.gdpr-form .request-wrapper .dropdown__list li,
.complaint-form .company_dropdown .dropdown__list li
{
      padding-top: 3px; padding-bottom:3px; padding-left:10px; padding-right:10px; font-size: 1.5rem;}

.gdpr-form .contact-form .choices .form-check-label , .agree-wrapper .form-check-label{color:white;font-size:16px;}
#strCheckbox8{
    width: 30px;
    top: -5px;
    height: 30px;
    display: block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 50px;
}
#webformmvcsubmit{
    padding: 20px 32px;
    background: var(--light-orange);
    color: white;
    font-weight: 400;
    font-family: var(--font-roboto-regular);
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    border: none;
    display: inline-flex;
    align-items: center;
    /* transition: all 0.3s ease-in-out; */
    margin-bottom:20px;
}

.gdpr-form #webformmvcsubmit:hover{
color:var(--light-orange);
box-shadow:0 0 0 1px var(--light-orange); 
background:transparent;
}.request-dropdown .dropdown__list{
overflow:unset;
}
.complaint-form .contact-form .form-field__wrapper input ,  .complaint-form .contact-form .form-field__wrapper textarea{
    border: none;
    border-bottom: 1px solid var(--light-gray);
    font-family: var(--font-roboto-regular);
    font-size: 1.6rem;
    line-height: 2.5rem;
    color: var(--dark-blue);
    width: 100%;
    padding-bottom: 10px;
}
.complaint-form .contact-form .form-field__wrapper input::placeholder , .complaint-form .contact-form .form-field__wrapper textarea::placeholder{
opacity:0;
display:none;
}
.complaint-form .contact-form .form-field{position:relative;}
.complaint-form .contact-form .form-field .form-field__label{
    position: absolute;
    font-family: var(--font-roboto-regular);
    font-size: 1.6rem;
    line-height: 2rem;
    color: var(--dark-gray);
    left: 0;
    top: -5px;
  margin: .5rem 0 !important;
}
.input-active{
    top: -15px !important;
    font-size: 1rem !important;
    line-height: 1.2rem !important;
    transition: all 0.2s ease-in !important;
}
.complaint-form .form-field__wrapper{margin-top:10px;}
.complaint-form .messages-wrapper{margin-top:32px;}
.complaint-form .submiting-wrapper{margin-top:25px;}
.complaint-form .submiting-wrapper #strCheckbox8{height:11px;width:11px;top:1px;}
.complaint-form input:focus-visible{outline:unset;}

.form-title{
    font-family: var(--font-domain-bold);
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 5rem;
    letter-spacing: 0rem;
    color: var(--dark-blue);
    margin-bottom: 30px;
}
.complaint-form #webformmvcsubmit{
        background: var(--dark-blue);        
}
.complaint-form #webformmvcsubmit:hover{
background-color: transparent !important;
    color: var(--dark-blue) !important;
    border: 1px solid var(--dark-blue);
}

.complaint-form-content-wrapper,
.complaint-form-content-wrapper p,
.complaint-form-content-wrapper a{
font-size:1.6rem;
color : #191A51;
}

.gdpr-form-content-wrapper{
 font-size: 16px;
}
.complaint-form .recaptcha .g-recaptcha{
	transform: scale(0.85);
    transform-origin: 0;
    -webkit-transform-origin-x: 0;
}
.complaint-form .contact-message-wrapper .formSuccess
{
    color: #328a45; 
}

.contact-message-wrapper .formfail
{
     color: red; display: none; 
} 
.complaint-form textarea#Messages.form-field__input {
   margin-top: 5px;
}
.discalimer{
font-size: 1.3rem;
line-height: 1.9rem;
    font-weight: 400;
}
.gdpr-form{
	background: linear-gradient(to bottom, #EFE6DF 50%, #ffffff 50%);
}
@media (max-width: 767.98px) {
    .complaint-form .contact-form,
    .gdpr-form .contact-form{
        margin-top: 40px;
    }
       #webformmvcsubmit{
        margin: 0;
        max-width: 250px;
    }
	.complaint-form .contact-form .form-field .form-field__label.fund {
        font-size: 1.4rem;
    }
    .gdpr-form{
	background: none;
	}
    .form-title {
    	margin-top: 10px;
    }
}
#contact-form #drop-button-request,
#contact-form #drop-button{
    background-color: #ffffff;
}

#contact-form .dropdown__button-label{
color: var(--dark-gray);
}
.complaint-form .contact-us__form .form-group-field{
border-bottom: 1px solid var(--light-gray);
}
.complaint-form .submiting-wrapper .form-check-label{
font-size: 1.6rem;
line-height: 2rem;
}

.gdpr-form .contact-form .choices-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
@media (max-width: 767px){

    .gdpr-form .contact-form .choices-item{
        gap: 8px;
    }

    .gdpr-form .contact-form .choices-item .form-check-label{
        font-size: 14px;
    }
}

.gdpr-form .request-wrapper .dropdown__list li:hover{
    color: var(--orange-color);

}
.pr-8{
    padding-right: 8px;
}
.pl-8{
    padding-left: 8px;
}
#Messages:focus,
#Messages:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: none; 
}
.complaint-form .company_dropdown .dropdown__list li a:hover{
    color: black !important;
}
