﻿
body {
    margin: 0;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(50px);
    top: 0;
}

body {
    padding-top: 116px;
}

.max_block {
    width: 100%; /* Make it fluid by default */
    max-width: 1170px; /* Restrict max width */
    /*margin: 0 auto;*/ /* Center the block */
    padding: 0 15px; /* Add padding for small screens */
    height: 116px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.header_part {
    display: flex;
    align-items: center;
    height: 100%;
}

.header_left {
    /* left: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_right {
    /*right: 0;*/
    /* width: 35%;
    right: -50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_middle {
    flex: 1;
    text-align: center;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_middle a#whySenedit{
    margin-right:90px;
}


a.header_logo_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

img.header_logo {
    height: 28px;
}


a.header_mid_text {
    font-size: 18px;
    color: black;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: 0 auto;
}

.hrp_wrapper {
    /*position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    right: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}


.animation-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.login_header {
    color: #355AA0;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    min-width: 110px;
}

    a.login_header.login_headerLink {
        font-size: 12px;
        max-width: 260px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        /*width: 280px;*/
        float: left;
        margin-top: -2px;
    }

    a.login_header:hover {
        font-weight: 700;
    }

    a.login_header.login_headerLink:hover {
        max-width: 260px;
        text-overflow: ellipsis;
    }

    a.login_header.login_header_logout {
        float: right;
        margin-top: -5px;
    }


a.signup_header {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 28px;
    border-radius: 4px;
    background: #D98601;
    margin: 0 2px;
    text-decoration: none;
    border: 1px solid #D98601;
    box-sizing: border-box;
    /*display:none;*/
}


span.lang_switcher_current {
    color: #a5a5a5;
    margin-left: 24px;
    font-weight: 600;
    curser: pointer;
}

.home_landing_anim {
    height: 430px;
    background: #212e40;
}

.home_section_block.slogan {
    max-width: 1170px;
    /*    width: 100%;*/
    left: 0;
    right: 0;
    margin: auto;
    padding: 24px;
    text-align: center;
}

button.contact_submit {
    font-size: 14px;
    text-align: right;
    color: white;
    float: right;
    background: #355aa0;
    border: none;
    line-height: 36px;
    width: 174px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

    button.contact_submit:hover {
        background: #DFEFFD !important;
        color: #0D334B;
    }

span.home_slogan_title {
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
}

span.home_slogan_text {
    color: #707070;
    font-size: 16px;
    padding: 0 100px;
    display: block;
    line-height: 22px;
    margin-bottom: 20px;
}

.home_section_block.features {
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
}
.home_section_block.features {
    max-width: 1370px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
}

.single_feature {
    padding: 20px;
    box-sizing: border-box;
    /* width: calc(100% / 5); */
    width: 100%;
    max-width: 33%;
    min-width: 300px;
    display: inline-block;
    float: left;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

img.feature_class {
    width: 82px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}

span.feature_title {
    font-weight: bold;
    line-height: 36px;
    display: block;
    color: #403F3F;
    margin-top: 8px;
}

span.feature_text {
    font-size: 14px;
    color: #707070;
    line-height: 19px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.home_section_block.why_senedit {
    max-width: 1170px;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 54px;
}

span.home_title_why_senedit {
    font-size: 30px;
    margin-bottom: 24px;
    color: black;
    display: block;
    text-align: center;
    text-align: center;
}

.img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .img-wrapper img.why_senedit_image {
        max-width: 720px;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
    }

.home_section_block.why_senedit {
    max-width: 1170px;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top: 54px;
    /*background-image: url(~/Content/img/why_senedit_bg@2x.png);*/
    background-position: top;
    background-size: 860px;
    background-repeat: no-repeat;
    margin-bottom: 92px;
}

video.se_anim {
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height: 100%;
    width: 100%;
}

video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important;
    /*//Transparent for your case*/
}

img.hakkimizda_img {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}

span.why_senedit_sub_title {
    font-size: 19px;
    color: #403F3F;
    display: block;
    text-align: center;
    margin-top: 48px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 0 90px;
}

.why_senedit_text {
    color: #626262;
    text-align: left;
    display: block;
    padding: 0 90px;
    line-height: 22px;
}

.footer {
    background: #355AA0;
}

.footer_main_block {
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 48px 0 80px 0;
    overflow: auto;
    display: flex;
    flex-flow: row wrap;
}

.footer_copyright {
    background: white;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #7b7b7b;
}

.footer_col {
    float: left;
    display: inline-block;
    /*    width: calc(100% / 4);*/
    margin: 25px;
    flex-grow: 1;
}

img.footer_logo {
    height: 20px;
}

span.footer_col_title {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 6px;
}

a.footer_col_link {
    text-decoration: none;
    display: block;
    line-height: 32px;
    font-size: 15px;
    color: white;
    opacity: 0.95;
}

span.footer_col_title {
    display: block;
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 14px;
}

a.footer_sm {
    display: inline-block;
    width: 32px;
    background-image: url(/Content/img/instagram@2x.png);
    height: 32px;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
    margin-top: 6px;
}

    a.footer_sm.facebook {
        background-image: url(/Content/img/facebook@2x.png);
    }

    a.footer_sm.twitter {
        background-image: url(/Content/img/twitter@2x.png);
    }

    a.footer_sm.linkedin {
        background-image: url(/Content/img/linkedin@2x.png);
    }

    a.footer_sm.youtube {
        background-image: url(/Content/img/youtube@2x.png);
    }
    a.footer_sm.bluesky1 {
        background-image: url(/Content/img/bluesky_logo.svg);
    }
    a.footer_sm.bluesky2 {
        background-image: url(/Content/img/Bluesky-Logo-1-01.svg);
    }

.body_overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b1b6bf;
    opacity: 0.25;
    z-index: 99;
}


.modal_wrapper {
    min-width: fit-content;
    width: 823px;
    max-height: none;
    height: fit-content;
    position: fixed;
    left: 0;
    right: 0;
    background: white;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    border: 15px solid #DCE3ED;
    box-shadow: 0 3px 22px rgba(30, 67, 190, 0.16);
}
    .modal_wrapper:empty{
        display:none;
    }
    .modal_wrapper.browserWarning_modal{
        min-width: unset;
    }
    .modal_left, .modal_right {
        float: left;
        width: 100%;
        height: 100%;
        padding: 40px;
        box-sizing: border-box;
    }

#deactivateUserForm  .modal_wrapper {
    position: relative;
    min-height: 600px;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    min-width:823px;
    top:0px;
}
#deactivateUserForm  .modal_wrapper .infoGenericMessage {
    top:0px;
}
    .user_modal {
    overflow: auto;
}


span.modal_tagline {
    display: block;
    color: #95a1bb;
    font-size: 32px;
}

a.modal_signup {
    color: #D98601;
    display: block;
    margin-top: 12px;
}

span.modal_form_title {
    display: block;
    /*margin-bottom: 24px;*/
    /*font-size: 30px;*/
    /*temp:*/
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 14pt;
}

label.modal_form_label,
span.modal_form_label {
    font-size: 14px;
    color: #707070;
    display: block;
    margin-top: 32px;
    margin-bottom: 6px;
}

span.modal_form_title + span.modal_form_label {
    margin-top: 12px;
    margin-bottom: 6px;
}

input.modal_email, input.modal_password {
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    line-height: 32px;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    max-width: 260px;
    padding-left: 8px;
}

.modal_d_line label {
    font-size: 12px;
    color: #898989;
}

input.signedin {
    margin: 0;
    position: relative;
    top: 2px;
    background: white;
    outline: 2px solid #b6b6b6;
    outline-offset: -2px;
    margin-right: 2px;
    width: 12px;
    height: 12px;
}


.modal_d_line {
    display: block;
    margin-top: 9px;
    width: 100%;
    max-width: 260px;
}

a.modal_forgot_password {
    font-size: 12px;
    float: right;
    display: block;
    width: 132px;
    /* position: absolute; */
    /* right: 0; */
    width: fit-content;
    position: relative;
    /*top: -14px;*/
    color: #355AA0;
    cursor: pointer;
}

button.modal_signin {
    width: 100%;
    max-width: 260px;
    margin-top: 24px;
    line-height: 36px;
    background: white;
    border: 2px solid #3459A0;
    color: #3459A0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 14px;
}

a.modal_closer {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 18px;
    top: 18px;
    background-image: url(/Content/img/close.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

span.about_title {
    font-size: 28px;
    color: #403F3F;
    display: block;
    text-align: left;
    margin-top: 48px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 0 90px;
}

.home_section_block.about {
    max-width: 1170px;
    overflow: auto;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 0;
    margin-bottom: 240px;
}

.about_banner {
    height: 430px;
    background: #363940;
    background-image: url(~/Content/img/about_bg.png);
    background-size: cover;
    background-position: center;
}

.contact_section_block {
    max-width: 1170px;
    height: fit-content;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3rem;
    min-height: 60vh;
    padding-bottom: 360px;
}

.contact_section_block .contact_right, .contact_section_block .contact_left {
    float: left;
    padding-top: 3rem;
}


.contact_section_block .contact_right {
    display: flex;
    flex-direction: column;
}


.contact_section_block .contact_left {
    display: flex;
    flex-direction: column;
}


    .contact_section_block .contact_left p {
        margin-left: 2em !important;
    }


    .contact_section_block .contact_left h1 {
        margin: 0 0 0 0.5em;
        line-height: 80px;
        color: black;
        font-size: 30px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }


    .contact_section_block .contact_left .on-bilgilendirme {
        margin-left: 1em;
        cursor: pointer;
        font-size: 18px;
    }


    .contact_section_block .contact_left span {
        line-height: 36px !important;
        font-size: 18px !important;
        color: #717171 !important;
        margin-bottom: 6.0pt;
    }
span.contact_title {
    font-size: 28px;
    font-weight: 400;
    display: block;
}

span.contact_emails {
    display: block;
    color: #707070;
    font-size: 14px;
    line-height: 20px;
}


pan.contact_title {
    font-size: 28px;
    font-weight: 400;
    display: block;
    padding-bottom: 12px;
    padding-bottom: 12px;
}

.contact_form_wrapper {
    /*margin-top: 48px;*/
}

table.contact_table {
    table-layout: fixed;
    display: table;
    /*width: 100%;*/
}

select.contact_subject {
    width: 100%;
    height: 36px;
    padding-left: 8px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #cfcfcf;
    outline: none;
}

input.name, input.email, input.customemail, textarea.contact_message {
    width: 100%;
    height: 36px;
    padding-left: 8px;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    outline: none;
}

textarea.contact_message {
    height: 140px;
}

table.contact_table td {
    padding-bottom: 10px;
    /*padding-left: 12px;*/
}

span.contact_emails a {
    text-decoration-line: none;
    text-decoration: none;
    color: unset;
}

/*.contact_section_block {
    padding-bottom: 360px;
}*/

.terms.contact_left {
    width: 30%;
}

a.terms_action_icon {
    width: 32px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 30px;
}

    a.terms_action_icon.download {
        background-image: url(/Content/img/download@2x.png);
        margin-right: 20px;
    }

    a.terms_action_icon.print {
        background-image: url(/Content/img/print@2x.png);
    }

.terms.contact_right {
    width: 70%;
}

.WordSection1 {
    padding: 20px;
    overflow: auto;
    max-height: 75vh;
}

.footer.terms {
    margin-top: 0px;
}

.contact_section_block.terms {
    padding-bottom: 80px;
}

.termsAndConditions_modal .contact_section_block.terms {
    padding-bottom: 0px;
}

span.terms_bullet {
    display: block;
    line-height: 42px;
    font-size: 16px;
    color: #717171;
}

span.contact_title.terms {
    margin-bottom: 12px;
}

span.terms_bullet {
    display: block;
    line-height: 48px;
    font-size: 17px;
    color: #717171;
    cursor: pointer;
}


.sign_up a.modal_signup {
    color: #355AA0;
}

a.modal_signup {
    cursor: pointer;
}

.sign_up button.modal_signin {
    border-color: #D98601;
    color: #D98601;
}

.belirsiz_bosluk {
    display: none;
}

ol > li {
    font-weight: 800 !important;
}

.main_madde {
    font-size: 20px !important;
}

div#holder_terms * {
    line-height: 26px;
}

ol > li {
    line-height: 32px !important;
}

div.link,
span.link {
    cursor: pointer;
    color: blue !important;
    text-decoration: underline !important;
}

div#holder_terms * {
    text-align: left !important;
}


span.lang_select_option {
    display: block;
    /* border: 1px solid darkgray;*/
    width: 42px;
    padding: 6px 6px;
    background: white;
    text-align: center;
}

.lang_select {
    width: fit-content;
    position: absolute;
    right: 0;
    padding-top: 26px;
    top: 0px;
}

span.lang_select_option:not(:last-of-type) {
    border-bottom: 0;
}

.lang_select {
    display: none;
}

span.lang_switcher_current:hover .lang_select {
    display: block;
}

span.lang_switcher_current {
    cursor: pointer;
}

span.lang_select_option:hover {
    background: darkgrey;
    color: white;
}

a.signup_header:hover {
    border: 1px solid #D98601;
    background: white;
    color: #D98601;
    box-sizing: border-box;
}


button.modal_signin:hover {
    background: #3459A0;
    color: white;
    cursor: pointer;
}

.user_modal.sign_up button.modal_signin:hover {
    background: #D98601 !important;
    color: white;
}

a.modal_closer:hover {
    opacity: 0.8;
}

li.main_bullet {
    font-size: 20px !important;
    font-family: "Open Sans";
    font-weight: 700 !important;
    padding-left: 0px;
    padding-left: 34px !important;
}

.home_section_block.slogan a, span.feature_text a {
    text-decoration: none;
    color: unset;
}

.validation {
    color: red;
    font-size: 14pt;
    display: block;
}

    .validation.validation_manual {
        color: darkred;
        font-size: 14pt;
        display: block;
    }

        .validation.validation_manual.noProblem {
            display: none;
        }

.wait_loader_container::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    background-image: url(/Content/img/loading_script.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280px;
    filter: blur(1px) !important;
    z-index: 9999;
    /* background-color: red; */
}

.wait_screen_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(30,30,30,0.2);
    z-index: 999;
}

.wait_container {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

span.bekleme_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: fit-content;
    height: fit-content;
    font-weight: 800;
    /*color: #484848;*/
    background-color: rgba(30,30,30,0.4);
    border-radius: 20px;
    padding: 10px 18px;
    color: white;
    z-index: 9999;
    font-size: 12pt;
    font-family: 'Open Sans';
    font-weight: 400;
}








.infoPage {
}

.infoContainer {
    /* margin: 15px; */
    top: 10px;
/*    left: 25%;
    right: 25%;
*/    
    width: fit-content;
    position: relative;
}

.infoBorder {
    margin-top: 15px;
    width: 823px;
    height: 510px;
    background: #FDFDFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 22px #1E43BE29;
    border: 15px solid #DCE3ED;
    opacity: 1;
    position: relative;
}

#infoPageHeader {
    top: 90px;
    /* left: 312px; */
    width: 100%;
    height: 45px;
    text-align: center;
    font: normal normal normal 33px/45px Open Sans;
    letter-spacing: 0px;
    opacity: 1;
    position: relative;
    display: block;
}

.infoSuccess #infoPageHeader {
    color: #8BDB99
}

.infoFailure #infoPageHeader {
    color: #B33939;
}

.infoInfo #infoPageHeader {
    color: gold;
}

.infoGenericMessage {
    top: 90px;
    /* left: 471px; */
    /*width: 100%;*/
    height: 33px;
    text-align: center;
    font: normal normal normal 24px/29px Open Sans;
    letter-spacing: 0px;
    color: #8295A7;
    opacity: 1;
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
}

.infoSpecificMessage {
    top: 100px;
    /* left: 471px; */
    width: 100%;
    height: 33px;
    text-align: center;
    font: normal normal normal 14px/19px Open Sans;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
    position: relative;
    display: block;
}

.infoLink {
    top: 130px;
    /* left: 471px; */
    width: 48%;
    height: 33px;
    text-align: center;
    font: normal normal normal 14px/19px Open Sans;
    letter-spacing: 0px;
    /*color: #707070;*/
    opacity: 1;
    position: relative;
    display: block;
    color:blue;
    cursor:pointer;
}

.infoLinkWeb {
    float: left;
}

.infoLinkEditor {
    display: none;
    float: right;
}

.infolinkCustom,
.infoLinkActivation,
.infoLinkRegister {
    float: right;
}

.loggedInUser .infoLinkEditor {
    display: block;
}

.val-message {
    min-height: 1.25rem;
    display: block;
    color: red;
    font-size: 12px;
    float: left;
}
#changePasswordForm .val-message{
    float:none;
}

.section.password .modal_wrapper label.control-label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #707070;
    display: block;
    margin-top: 32px;
    margin-bottom: 6px;
}

.section.password .modal_wrapper button.btn-submit {
    width: 100%;
    max-width: 260px;
    margin-top: 24px;
    line-height: 36px;
    background: white;
    border: 2px solid #3459A0;
    color: #3459A0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 14px;
}

.section.password .modal_wrapper input.form-control {
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    line-height: 32px;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    max-width: 260px;
    padding-left: 8px;
}



/*////////////////////*/
.modal-layout-wrapper {
    display: flex;
    flex-direction: row;
}

#registerUserForm button.modal_signin {
    width: 100%;
    max-width: 260px;
    margin-top: 0;
    line-height: 36px;
    background: white;
    border: 2px solid #3459A0;
    color: #3459A0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 14px;
}

#registerUserForm .input-wrapper {
    min-height: 85px;
}

    #registerUserForm .input-wrapper:first-of-type {
        margin-top: 32px;
    }

.modal-centered {
    margin: 50px;
}


#registerUserForm label.modal_form_label {
    margin-top: 12px;
}


#registerUserForm .terms-and-conditions-wrapper {
    margin-top: 6px;
    min-height: 45px;
}

#registerUserForm label.terms-and-conditions {
    font-size: 12px;
    color: #898989;
}

#registerUserForm input.terms-and-conditions {
    margin: 0;
    position: relative;
    top: 2px;
    background: white;
    outline: 2px solid #b6b6b6;
    outline-offset: -2px;
    margin-right: 2px;
    width: 12px;
    height: 12px;
}

.modal_wrapper.signup_modal {
    min-width: fit-content;
    max-height: none;
}

#registerUserForm .val-message {
    float: none;
    margin-top: 6px;
}
/*partial terms-and-conditions*/


#registerUserForm .terms_modal_action_buttons {
    display: flex;
    align-items: center;
}

    #registerUserForm .terms_modal_action_buttons button:first-child {
        margin-right: 30px;
    }





/*Buttons  ---------- Bu bölümü beceremedim Kerem & Cagdas alt kısım elden geçecek*/
#registerUserForm button.confirmBox_action_confirm.confirmBox_button {
    background: rgb(104,151,255);
    color: white;
    border-color: rgb(109,150,234);
}

#registerUserForm .confirmBox_actions button.confirmBox_button.confirmBox_action_yes:disabled,
button#mdl_upload_btn_okModal:disabled,
button.confirmBox_action_confirm:disabled {
    cursor: no-drop;
    background-color: rgb(169 169 169 / 25%);
    outline: none;
    border-color: darkgray;
}

button.confirmBox_action_cancel {
    margin-left: 18px;
    background-color: #F0F0F0;
    color: #868686;
}

.modal_saveAndContinue button.confirmBox_action_cancel {
    margin-left: 10px;
}

/*.confirmBox_button {
    padding: 6px 8px;
    width: 90px;
    display: inline-block;
    border: 1px solid #5a5a5a;
    border-radius: 3px;
    background: none;
    cursor: pointer;
}*/

.confirmBox_button {
    padding: 6px 8px;
    width: 90px;
    display: inline-block;
    border: 1px solid #5a5a5a;
    border-radius: 3px;
    background: none;
    font-weight: 600;
    cursor: pointer;
    color: #6997FF;
    margin-right: 10px;
    margin-left: 10px;
}

button.confirmBox_action_confirm.confirmBox_button {
    background: rgb(104,151,255);
    color: white;
    border-color: rgb(109,150,234);
}
    button.confirmBox_action_confirm.confirmBox_button.warning-button {
        float: right;
        margin-top: 30px;
        margin-bottom: 40px;
    }
.termsAndConditions_modal button.confirmBox_action_confirm.confirmBox_button{
    width:180px;
}
.confirmBox_actions button.confirmBox_button.confirmBox_action_yes:disabled,
button#mdl_upload_btn_okModal:disabled,
button.confirmBox_action_confirm:disabled {
    cursor: no-drop;
    background-color: rgb(169 169 169 / 25%);
    outline: none;
    border-color: darkgray;
}

button.confirmBox_button:focus,
button.confirmBox_button:focus-visible {
    outline: solid 1px rgb(104,151,255);
    box-shadow: 0px 0px 4px 2px rgba(89,152,255, 0.6);
}

button.confirmBox_action_confirm.confirmBox_button.conM2Next {
    margin: 5px;
    float: right;
}

button.confirmBox_action_yes.confirmBox_button {
    background: #33d9b2;
    color: white;
    border-color: #6997FF;
}

button.confirmBox_action_no.confirmBox_button {
    background: #de4824;
    color: white;
    border-color: #6997FF;
}

button.confirmBox_action_yes.confirmBox_button {
    background: #8FD557;
    border-color: #66A037;
}

.modal_wrapper.forgotPwd_modal .forgotPasswordInfo {
    width: 800px;
    max-width: 800px;
    padding: 20px;
}
.modal_wrapper.resendActivation_modal {
    width: 800px;
    max-width: 800px;
    min-width: 700px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

    .modal_wrapper.forgotPwd_modal .forgotPasswordInfo.noShow {
        display: none;
    }

/* 
    a-sehriyaroglu yeni eklediklerim 1/1 baslangici: 
      - Hukum ve Sartlar sayfasi icin eklemeler (bu noktada eski class'lar yeniden gozden gecirilip silinebilir.)
      - Responsiveness icin icerisinde Arda Bey'in onceden yazmis oldugu kodda eklemeler
*/
.cookies-main-container {
    max-width: 1200px;
    width:80%;
    margin: auto;
    padding-right: 0.5em;
    padding-bottom: 90px;
    /*height: 75vh;*/
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif
}
    .cookies-main-container .cookieHeadingContainer {
        display: block;
        min-width: 700px;
        width: 90%;
    }
    .cookies-main-container .cookieHeading {
        display:block;
        min-width: 700px;
        width: 90%;
        font-size: 16pt;
        font-weight: 800;
    }
    .cookies-main-container .cookieInfo {
        display: block;
        min-width: 700px;
        width: 90%;
        font-size: 11pt;
        font-weight: 500;
    }
    .cookies-main-container .cookieListContainer {
        width: 100%;
        display: block;
        border: solid 1px;
        min-height: 40px;
        padding: 20px;
        padding-bottom: 30px;
    }
        .cookies-main-container .cookieListContainer table#tb_cookies{
            width:100%;
            border: solid 1px darkgray;
        }
        .cookies-main-container .cookieListContainer #tb_cookies th{
            min-width: 10%;
            min-height:40px;
            font-size:10pt;
            border: solid 1px darkgray;
        }
        .cookies-main-container .cookieListContainer #tb_cookies td {
            min-width: 10%;
            min-height: 30px;
            font-size: 10pt;
            text-align: left;
            padding: 2px;
            border-right: solid 1px lightgray;
            border-bottom: solid 1px lightgray;
        }
            .cookies-main-container .cookieListContainer #tb_cookies td.td_cookieSrc {
                max-width: 15%;
                width: 15%;
            }
            .cookies-main-container .cookieListContainer #tb_cookies td.td_cookieName {
                max-width: 15%;
                width: 15%;
            }
            .cookies-main-container .cookieListContainer #tb_cookies td.td_cookieType {
                max-width: 15%;
                width: 15%;
            }
            .cookies-main-container .cookieListContainer #tb_cookies td.td_cookieDescription {
                max-width: 40%;
                width: 40%;
            }
            .cookies-main-container .cookieListContainer #tb_cookies td.td_cookieMan {
                max-width: 15%;
                width: 15%;
            }



.terms-main-container {
    max-width: 1200px;
    margin: auto;
    padding-right: 0.5em;
    padding-bottom: 90px;
    height: 75vh;
    display: flex;
    justify-content: space-between;
    font-family: 'Open Sans', sans-serif
}

    .terms-main-container .contact_left {
        max-height: 90vh;
        overflow: auto;
        width: 30%;
        display: flex;
        flex-direction: column;
    }

        .terms-main-container .contact_left p {
            margin-left: 2em !important;
        }

        .terms-main-container .contact_left h1 {
            margin: 0 0 0 0.5em;
            line-height: 80px;
            color: black;
            font-size: 30px;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
        }

        .terms-main-container .contact_left .on-bilgilendirme {
            margin-left: 1em;
            cursor: pointer;
            font-size: 18px;
        }

        .terms-main-container .contact_left span {
            line-height: 36px !important;
            font-size: 18px !important;
            color: #717171 !important;
            margin-bottom: 6.0pt;
        }

.terms-main-container a:link {
    color: #355aa0;
    text-decoration: none;
    cursor: pointer !important;
}

.terms-main-container a:visited {
    color: #355aa0;
    text-decoration: none;
    cursor: pointer !important;
}

    .terms-main-container .contact_right {
        padding: 20px;
        max-height: 75vh;
        overflow: auto;
        width: 70%;
    }

    .contact_right * {
        font-size: 1.05rem !important;
        line-height: 26px !important;
        font-family: 'Open Sans', sans-serif;
    }

    .contact_right .G222Heading1 span {
        line-height: 48px !important;
        font-size: 1.15rem !important;
        font-family: 'Open Sans', sans-serif !important;
        color: rgb(0, 0, 0) !important;
        font-weight: 700 !important;
        background-color: rgba(0, 0, 0, 0) !important;
    }

a.terms_action_icon {
    position: absolute;
    margin-left: 1em;
}

/*Language selector*/

#language-wrapper {
    position: relative; /* Dropdown'ın bu container'a göre konumlanmasını sağlar */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #707070;
}

    #language-wrapper .language-selector {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    #language-wrapper .chevron {
        margin-left: 8px;
        transition: transform 0.3s ease; /* Smooth rotation */
        transform-origin: center; /* Center rotation */
    }

.selected-language {
    margin-top: 3px;
}

#languageDropdown {
    position: absolute; /* Dropdown'ı absolute yaparak dışarı taşırıyoruz */
    top: 100%; /* Dropdown menüsünü butonun hemen altına konumlandır */
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Dropdown'ın diğer öğelerin üstünde olmasını sağlamak için z-index kullanıyoruz */
    padding: 10px;
    width: 150px; /* İsteğe bağlı: dropdown genişliğini belirleyebilirsiniz */
}

    #languageDropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #languageDropdown li {
        padding: 10px;
        text-align: start;
    }

        #languageDropdown li:hover {
            background-color: #f0f0f0; /* Üzerine gelince hafif bir arka plan rengi ekleyin */
        }

    #languageDropdown a {
        text-decoration: none;
        color: #707070;
    }

.rotate {
    transform: rotate(-90deg) translateX(2px) translateY(2px); /* Rotates the chevron upside down */
}
.chevron.rotate {
    margin-top: 4px;
}






#infoPopupPublicOrGuest {
    width: 16pt;
    height: 16pt;
}

#infoPopupPublicOrGuest {
    display: none;
    position: absolute;
    background: #fff;
    border: 3px solid #9FCBCB;
    padding: 19px;
    font-size: 14px;
    width: 300px;
    height: auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: black;
    background-color: #DCE3ED;
    opacity: 90%;
    border-radius: 4px;
}






/* Responsive layout */
@media (max-width: 1200px) {

    .max_block {
        max-width: 100%; /* Full width for smaller screens */
        padding: 0 15px; /* Add padding to the sides */
    }

    body {
    }

    .header_left, .header_right, .header_middle {
        text-align: center;
        position: relative;
    }

    .header_middle {
        flex: none;
        transform: none;
        left: 0;
    }
}

@media (max-width: 768px) {

    .max_block {
        height: 150px;
        flex-direction: column;
        align-items: center;
    }

    body {
        padding-top: 150px;
    }

    .header_left, .header_right, .header_middle {
        width: 100%;
        text-align: center;
        position: relative;
        transform: none;
    }

    .header_middle {
        flex: 1;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
    }


    a.signup_header {
        font-size: 12px;
        padding: 5px 14px;
    }

    a.header_mid_text {
        font-size: 14px;
    }

    .home_section_block.slogan {
        padding: 10px 5px;
    }

    .why_senedit_text,
    span.home_slogan_text {
        padding: 0 30px;
        text-align: center;
    }

    .modal_left, .modal_right {
        padding: 5px;
    }

    .modal_wrapper.login_modal,
    .modal_wrapper.signup_modal {
        position: absolute;
        margin-top: 50px;
        width: 90%;
    }

    .modal-layout-wrapper {
        width: 90%;
        margin: 15px;
    }

    #loginForm .input-wrapper:first-of-type,
    #registerUserForm .input-wrapper:first-of-type {
        margin-top: 0px;
    }

    #loginForm .input-wrapper,
    #registerUserForm .input-wrapper {
        min-height: 60px;
    }

    #loginForm label.modal_form_label
    #registerUserForm label.modal_form_label {
        margin-top: 5px;
    }

    span.modal_tagline {
        font-size: 28px;
        float: left;
        width: 330px;
    }

    a.modal_signup {
        margin-top: 5px;
    }

    #registerUserForm .terms-and-conditions-wrapper {
        min-height: 25px;
    }

    .val-message {
        min-height: unset;
    }

    .terms-main-container {
        display: block;
    }

    .terms_actions_icons {
        position: absolute;
        bottom: 120px;
    }

    .terms_modal_action_buttons {
        position: absolute;
        bottom: 20px;
    }

    .terms-main-container .contact_left.terms {
        display: block;
        width: 35vh;
        height: 25vh;
    }

    .terms-main-container .contact_left h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .terms-main-container .contact_left span,
    .terms-main-container .contact_left p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .terms-main-container .contact_right {
        height: 50vh;
        width: 34vh;
    }

        .terms-main-container .contact_right * {
            font-size: 0.9rem !important;
            line-height: 16px !important;
            font-family: 'Open Sans', sans-serif;
            text-align: left !important;
        }

        .terms-main-container .contact_right .G222Heading1 span {
            line-height: 24px !important;
            font-size: 0.9rem !important;
        }

    .terms-main-container .MsoListParagraph {
        margin-right: 5pt !important;
        margin-left: 50pt !important;
        text-align: left !important;
    }

        .terms-main-container .MsoListParagraph span {
            text-indent: 0px;
        }

    @media (max-width: 768px) {
        .contact_section_block {
            justify-content: center;
        }
    }

    @media (max-width: 1199px) {
        .modal-layout-wrapper {
            flex-direction: column;
            max-width: 60vw;
            align-items: center;
        }

        .modal_left, .modal_right {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .modal_wrapper {
            width: 100%;
            min-width: 310px;
            position: absolute;
            padding: unset;
            margin: unset;
            border: 5px solid #DCE3ED;
        }
    }
}

