<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#signupForm .error.help-block {
    color: red;
    font-size: 1rem !important;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25rem;
}

.signUpTitle {
    font-size: 30px;
    font-width: 400;
}

.showPassword {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 58px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.showPassword:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.feather {
    width: 20px;
    height: 20px;
}
.setting-edit-button{
    border: 1px solid white;
    background-color: white;
    text-decoration: underline !important;
    color: var(--primary-90, #4A90E2) !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.25rem;
}
#membership-signup-button{
    padding: 0.75rem 3rem;
    border-radius: 0.125rem;
    background: var(--dark-100, #001D35);
    color:white;
}
#membership-signup-button:hover{
    color:white !important;
}
.sign-up-mb{
    margin-bottom: 1.5rem;
}
.contactFormSignFieldText {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #636567;
}
.modal .modal-body {
    padding: 36px 76px;
}
.kvkkAccept{
    display: flex;
    align-items: center;
    gap:5px;
}
#signUpKvkkAccept{
    width: 32px;
    height: 32px;
}
.customKvkkSignUp{
    display: flex;
    align-items: center;
    gap:5px;
}
#kvkkAccept .custom-check .fake-checkbox{
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
#signUpKvkkAccept span{
    color: var(--90, #1A3449);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.kvkkText{
    color: var(--primary-blue-90, #5C9BE5);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.kvkkSubContent{
    font-size: 16px;
}
.signUpAccepts{
    display: flex;
    align-items: center;
    gap:10px;
}
.signUpAccepts label{
    font-size: 16px !important;
}
.signUpLabel{
    font-size: 14px !important;
    color: var(--dark-gray-60, #86898F);
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.signUp-text{
    text-transform: uppercase;
}
#campaignModalContent{
    padding: 1.25rem;
}
.campaign-panel-title{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0.62rem;
    margin-top: unset;
}
.campaign-text{
    color: var(--100, #001D35);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
.campaign-close-button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    font-weight: bold;
}
.campaign-text-info{
    color: var(--90, #1A3449);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

#signupForm input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #333;
    width: 32px;
    height: 32px;
    border: 1px solid #333;
    cursor: pointer;
    padding: 7px !important;
    border-radius: 4px;
    border: 1px solid var(--dark-gray-10, #EBEBEC);

}

#signupForm input[type="checkbox"] {
    border-radius: 3px;
}

#signupForm input[type="radio"] {
    border-radius: 50%;
}

.custom-input1::before{
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 14px 14px #001d35;
}

/* CUSTOM CHECKBOX */
input[type="checkbox"]::before {
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}


@media (max-width: 960px) {
    .modal .modal-body {
        padding: 36px 24px;
    }
    .signUpLabel{
        font-size:12px !important;
    }
    .signUpAccepts label{
        font-size: 14px !important;
    }
    #kvkAccept-error{
        display: none;
    }
    .error.help-block{
        font-size: 14px !important;
    }

}
</pre></body></html>