.ApplicationIntro .ApplicationNewPopup {
    z-index: 6005 !important;
    opacity: 0.9;
}

.ApplicationAnnouncementIntro {
    z-index: 6006 !important;
}

.crmPopup{
    z-index: 6007 !important;
}

.ApplicationIntro .ApplicationNewPopup .dx-popup-content {
    padding: 0 !important;
}

.applicationIntroBackground {
    position        : absolute;
    width           : calc(100%);
    width           : -moz-calc(100%);
    width           : -webkit-calc(100%);
    height          : 100%;
    /* blur filters */
    -webkit-filter: blur(16px);
    -o-filter: blur(16px);
    filter: blur(16px);
}

.applicationKVKKApproval {
    left: 10px;
    position: absolute;
    width: 95%;
}

.applicationIntroContainer {
    height: 440px;
    padding: 20px 40px 40px 40px;
    z-index: 6006;
}

.applicationIntro .applicationIntroClose {
    width: 43px;
    height: 43px;
    float: right;
    cursor: pointer;
    margin-right: -5px;
}

.applicationIntroContainer .applicationIntroHeader {
    height: 55px;
    margin-top: 30px;
}

.applicationIntroContainer .applicationIntroContent {
    height: 110px;
    display: none;
}

.applicationIntroContainer .applicationIntroFooter {
    height: 150px;
    display: none;
}

.applicationIntroContainer .applicationIntroVideoArea{
    height: 260px;
    display: none;
}

.applicationAnnouncement {
    height: 510px;
    display: none;
    
}

.applicationAnnouncement .announcementRow {
    float: left;
    width: 100%;
}
.applicationAnnouncement .announcementRow[second] {
    background: transparent url('bg_popup.png') 0% 0% no-repeat padding-box;
    background-repeat: no-repeat;
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #FFFBFB;
    opacity: 1;
    height : 100%;
}

.announcementRow .closeButton {
    float: right;
    cursor: pointer;
}
.announcementRow .dontShowAgainSelectBox {
    float: left;
}
.announcementRow .message {
    float: left;
    margin-left: 20px;
    margin-right: 20px
}

.applicationConsentText {
    height: 720px;
    display: none;
}

.applicationConsentText .announcementRow[second] {
    float: left;
    width: 90%;
}


.applicationConsentText .consentTextTitle {
    display:flex;
    background-repeat: no-repeat;
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #FFFBFB;
    opacity: 1;
    height: 5%;
}

.applicationConsentText .contentArea {
    background-repeat: no-repeat;
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #FFFBFB;
    opacity: 1;
    margin-bottom: 5px;
    height: 125%;
}

.dividerTitle {
    border-left: 1px solid #707070; 
    height: 30px;
    margin: 0 20px;
}

.dividerHeader {
    border-bottom: 1px inset black;
    margin: 0 auto;
}

.dividerFooter {
    top: 640px;
    position: relative;
    border-bottom: 1px inset black;
    margin: 0 auto;
}

.titleIcon {
    position: relative;
    top: 3px;
    width: 39%;
    height: 23px;
    opacity: 1;
    background: transparent url(temsa_logo_popup.svg) 0% 0% no-repeat padding-box;
    background-position-y: center;
    outline: none;
    border: none;
}

.titleText {     
    position: relative;
    top: 5px;
    width: 50%;
    height: 100%;
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
}

.KVKKTitleText {
    position: relative;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    text-align: left;
    font: normal normal normal 18px/19px Segoe UI;
    letter-spacing: 0px;
    color: #666666;
    opacity: 1;
}

.closeConsentTextButton {
    position: relative;
    left: 23px;
    top: -10px;    
    width: 8%;
    cursor: pointer;
    margin-left: 50px;
}

.announcementRow .rejectSelectBox {
    top: 15px;
    float: right;
    position: relative;
    cursor: pointer;
}

.announcementRow .approveSelectBox {
    top: 15px;
    position: relative;
    float: left;
    left: 250px;
}

.consentTextMessage {
    float: left;
    margin-bottom: 5px;
    color: black;
    height: 88%;
    width: 100%;
    font: normal normal normal 12px/10px Segoe UI;
    letter-spacing: 0px;
}

.consentTextMessageSub
{
    width:98%;
}


.applicationIntroContainer .applicationIntroBorder {
    border-width: 0.5px;
    border-color: #DFDBD8;
    border-style: solid;
    margin-top: 10px;
}


.applicationIntroContainer .applicationIntroLogo {
    background: url(arvento_web4_logo.png);
    width: 183px;
    height: 55px;
}

.applicationIntroContainer .applicationIntroContentTopTitle {
    font-size: 36px;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: bold;
    margin-top: 20px;
    color: #495967;
}

.applicationIntroContainer .applicationIntroContentTopDescription {
    font-size: 36px;
    text-align: center;
    font-family: 'Segoe UI';
    font-weight: bold;
    color: #495967;
}

.applicationIntroContainer .applicationIntroFooter {
    margin-top: 20px;
}

.applicationIntroContainer .applicationIntroFooterLeft {
    float: left;
    width: 179px;
    margin-right: 45px;
    /*width: calc(30%);*/
}

.applicationIntroContainer .applicationIntroFooterCenter {
    float: left;
    width: 179px;
    /*width: calc(30%);*/
}

.applicationIntroContainer .applicationIntroFooterRight {
    float: right;
    width: 179px;
    /*width: calc(30%);*/
}

.applicationIntroContainer .applicationIntroFooterLeftIcon {
    background: url(streetview_pop-up_icon.png);
    width: 52px;
    height: 47px;
    margin-left: 35%;
}

.applicationIntroContainer .applicationIntroFooterCenterIcon {
    background: url(dirver_pop-up_icon.png);
    width: 56px;
    height: 54px;
    margin-left: 35%;
}

.applicationIntroContainer .applicationIntroFooterRightIcon {
    background: url(screen_pop-up_icon.png);
    width: 48px;
    height: 47px;
    margin-left: 35%;
}

.applicationIntroContainer .applicationIntroFooterLeftTitle {
    font-size: 16px;
    text-align: center;
    font-family: 'Segoe UI';
    color: #495967;
    font-weight: bold;
    margin-top: 15px;
}

.applicationIntroContainer .applicationIntroFooterCenterTitle {
    font-size: 16px;
    text-align: center;
    font-family: 'Segoe UI';
    color: #495967;
    font-weight: bold;
    margin-top: 8px;
}

.applicationIntroContainer .applicationIntroFooterRightTitle {
    font-size: 16px;
    text-align: center;
    font-family: 'Segoe UI';
    color: #495967;
    font-weight: bold;
    margin-top: 15px;
}

.applicationIntroContainer .applicationIntroFooterDontShowAgain {
    font-size: 14px;
    text-align: left;
    font-family: 'Segoe UI';
    color: #333333;
    margin-right: 125px;
    margin-left: -20px;
    vertical-align: sub
}

.applicationIntroContainer .applicationIntroFooterMoreButton {
    font-size: 14px;
    text-align: center;
    background-color: #F64C00;
    color: white;
    cursor: pointer;
}

.crmPopup .dx-popup-content {
    padding: 0px;
}
.CustomsInformationMessage_Form {
    width: 60%;
    padding: 5px 35px 5px 5px;
    height: 100%;
    margin-left: 10px;
}
.Customs_Form_Line {
    float: left;
    width: 90%;
}
.Customs_Label {
    float: left;
    width: 40%;
    height: 100%;
    line-height: 50px;
}
.CustomsAnnouncement_Box_Element {
    float: right;
    width: 90%;
    height: 300px;
}
.CustomsAnnouncementMessage_Buttons {
    width: 100%;
    margin-top: 15px;
    float: left;
    margin-left:70%
}
.CustomsCheckAnnouncementMessage_Buttons {
    width: 100%;
    margin-top: 15px;
    float: right;    
}
.CustomsAnnouncementMessage_Textbox_Description {
    height: 300px;
    width: 600px;
    overflow: hidden;
    resize: none;
}
.applicationCustomsAnnouncement .customsCloseButton {
    float: right;
    cursor: pointer;
}

.dx-popup-title {
    font-weight: bold; 
    font-size: 16px; 
}

.KVKK_Info_Label {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 25px;
}

.divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
    margin-left: -21px;
    width: 110%;
}

.KVKKApprovalMessage_Bottom {
    position: relative;
    top: 40px;
}

.KVKKDividerHeader {
    border-bottom: 1px inset black;
    margin: 0 auto;
    position:relative;
    top:20px;
}

.KVKKApprovalMessage_Top {
    position: relative;
    top:0px;
    overflow-x: scroll;
}


.closeKVKKTextButton {
    position: absolute ;
    top: -15px;
    left:390px;
    cursor: pointer;
}

.KVKKApprovalTitle {
    position: relative;
    width: 94%;
    height: 4%;
    top: 0px;
    -webkit-text-stroke: medium;
}

.KVKK_Textbox {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.KVKK_Form_Line {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.KVKKApprovalMessage_Buttons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 20px;
    height: 38px;
}

.KVKKApprovalMessage_Button_Dont_Show_Again,
.KVKKApprovalMessage_Button_Cancel,
.KVKKApprovalMessageSave_Button_Active,
.KVKKApprovalMessageConfirm_Button {
    border-radius: 6px;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    font-size: 14px;
}

.KVKKApprovalMessageSave_Button_Active,
.KVKKApprovalMessageConfirm_Button {
    background-color: #79b110;
    color: white;
}

    .KVKKApprovalMessageSave_Button_Active:hover,
    .KVKKApprovalMessageConfirm_Button:hover {
        background-color: #c0dc84;
    }

    .KVKKApprovalMessageSave_Button_Active:disabled {
        background-color: #cfcfcf;
        color: #888;
        cursor: not-allowed;
    }

.KVKKApprovalMessage_Button_Cancel {
    background-color: white;
    color: #333;
}

    .KVKKApprovalMessage_Button_Cancel:hover {
        background-color: #f5f5f5;
    }

.KVKKApprovalMessage_Button_Dont_Show_Again {
    background-color: white;
    color: #333;
    position: absolute;
    left: 0px;
}

.KVKKApprovalMessage_Button_Dont_Show_Again:hover {
    background-color: #f5f5f5;
    position: absolute;
    left: 0px;
}

.KVKK_Checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    border-radius: 4px;
    appearance: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    display: inline-block;
    margin-right: 8px;
    position: relative;
}

    .KVKK_Checkbox:checked {
        background-color: #fff;
        border-color: #aaa;
    }

        .KVKK_Checkbox:checked::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 5px;
            border: 1px solid #337ab7;
            border-width: 0 0 2px 2px;
            transform: rotate(-45deg);
            top: 5px;
            left: 4px;
        }

.KVKK_Checkboxes {
    margin-top: 15px;
}

.etk-kvkk-link {
    color: #337ab7;
    text-decoration: none;
}

    .etk-kvkk-link:hover {
        text-decoration: underline;
    }

.popup-back-button-title {
    position: absolute; 
    top: -15px; 
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;    
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-back-button-title::before {
    content: '\2190';
    font-size: 32px;
    color: #4a4a4a;
    transition: color 0.3s ease, transform 0.3s ease;
}

.popup-back-button-title:hover::before {
    color: #333;
    transform: scale(1.3);
}

.popup-content {
    position: relative; 
    max-height: 420px;
    padding-right: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    white-space: normal;
}

.error-message {
    color: red;
    font-size: 0.9rem;
    display: none;
}

.input-error {
    border: 2px solid red;
    color: red;
}

    .input-error::placeholder {
        color: red;
        font-style: italic;
    }

.countdown-timer-container {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.countdown-svg {
    transform: rotate(-90deg);
}

.countdown-bg {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 10;
}

.countdown-fg {
    fill: none;
    stroke: #8cb6e8;
    stroke-width: 10;
    stroke-dasharray: 339.29;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
}

.countdown-number {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.enter-code-container {
    margin-top: 15px;
    text-align: center;
}

.enter-code-text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 10px;
}

.code-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 127px;
}

.code-input {
    width: 150px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
    box-sizing: border-box;
}

.new-code-link {
    font-size: 1rem;
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

    .new-code-link:hover {
        text-decoration: underline;
    }

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.countdown-timer-container.blur {
    filter: blur(1px);
    position: relative;
}

.warning-label {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e10404;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    text-align: center;
    z-index: 10;
}

.warning-description {
    margin-top: 5px;
    font-size: 0.9rem;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}