@font-face {
    font-family: "Exo2-Regular";
    src: url('../fonts/Exo2-Regular.eot');
    src:
            url('../fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'),
            url("../fonts/Exo2-Regular.woff2") format("woff2"),
            url("../fonts/Exo2-Regular.woff") format("woff"),
            url("../fonts/Exo2-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Exo2-SemiBold";
    src: url('../fonts/Exo2-SemiBold.eot');
    src: url('../fonts/Exo2-SemiBold.eot?#iefix') format('embedded-opentype'),
    url("../fonts/Exo2-SemiBold.woff2") format("woff2"), url("../fonts/Exo2-SemiBold.woff") format("woff"), url("../fonts/Exo2-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Exo2-Bold";
    src: url('../fonts/Exo2-Bold.eot');
    src: url('../fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'),
    url("../fonts/Exo2-Bold.woff2") format("woff2"), url("../fonts/Exo2-Bold.woff") format("woff"), url("../fonts/Exo2-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Exo2-Medium";
    src: url('../fonts/Exo2-Medium.eot');
    src: url('../fonts/Exo2-Medium.eot?#iefix') format('embedded-opentype'),
    url("../fonts/Exo2-Medium.woff2") format("woff2"), url("../fonts/Exo2-Medium.woff") format("woff"), url("../fonts/Exo2-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

.swal-icon {
    border-width: 2px;
}
.swal-icon--error__line {
    height: 4px;
}

.swal-title {
    font-family: "Exo2-Regular" !important;
    font-size: 21px !important;
    line-height: 30px !important;
}

textarea {
    margin-top: 12px;
}

input[name='savedNewAddress'] {
    cursor: pointer;

    background: url('/guvenli-odeme/assets/images/edit.svg') !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat !important;
    background-size: 26px !important;
    background-position: 95% 50% !important;
}

.edit-svg {
    position: absolute;
    right: 20px;
    top: 82%;
}

.form-control:disabled, .form-control[readonly] {
    background: white;
    background-color: white;
}

.padding-5-responsive {
    padding-right: 5px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    opacity: 0.3;
    background: rgba(99, 126, 155, 0.3);
    height: 300px;
}

/*placeholder make red*/
.red-placeholder::-webkit-input-placeholder {
    color: #F1132C !important;
    font-size: 14px !important;
}
.red-placeholder::-moz-placeholder {
    color: #F1132C !important;
    font-size: 14px !important;
}
.red-placeholder:-ms-input-placeholder {
    color: #F1132C !important;
    font-size: 14px !important;
}
.red-placeholder::-ms-input-placeholder {
    color: #F1132C !important;
    font-size: 14px !important;
}
.red-placeholder::placeholder {
    color: #F1132C !important;
    font-size: 14px !important;
}

.red-placeholder::-webkit-input-placeholder {
    color: #F1132C;
    font-size: 14px;
}

/**/

/* Google */
.grecaptcha-badge {
    visibility: hidden;
}

/* checkbox */


.ab-bg {
    background-color: #018AFF;
}

.ab-color {
    color: #018AFF;
}

.make-blur-here {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.label-text {
    margin-left: 30px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + .label-text:before {
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #29C041;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-right: 5px;
    top: 2px;
}

input[type="checkbox"]:checked + .label-text:before {
    content: url("/guvenli-odeme/assets/images/checked.png");
    color: #29C041;
    background-color: transparent;
    text-align: center;
    -webkit-animation: checkboxEffect 150ms ease-in; /* Safari 4+ */ /* Fx 5+ */ /* Opera 12+ */
    animation: checkboxEffect 150ms ease-in; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes checkboxEffect {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes checkboxEffect {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* RADIO BUTTON */

.label-radio {
    margin-left: 0;
}

.label-radio > img {
    margin-right: 10px;
    margin-bottom: 5px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + .label-text,
[type="radio"]:not(:checked) + .label-text {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked + .label-text:before,
[type="radio"]:not(:checked) + .label-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #29C041;
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked + .label-text:after,
[type="radio"]:not(:checked) + .label-text:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #29C041;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + .label-text:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + .label-text:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #EFF3F6;
}

select {
    /*appearance:none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    -ms-appearance:none !important;*/
    background: url('/guvenli-odeme/assets/images/test.png') !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: 95% 50% !important;
}

.scroll-to-renkli-hesap {
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
}

a.underline {
    color: #018AFF;
    text-decoration: underline !important;
}

a:hover {
    color: inherit;
}

/* Form validation */

input.error, textarea.error, select.error, .form-control.error, .select2.error{
    border-color: rgb(241, 19, 44) !important;
}

select.error + span.select2 > .selection > .select2-selection {
    border-color: rgb(241, 19, 44) !important;
}

label.error {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #F1132C;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

label {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    cursor: pointer;
    position: relative; /* Custom Checkbox & Radio Buttons */
}

label.renkli-hesap-label {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    width: 100%;
}

.radio-title {
    font-family: 'Exo2-Regular', Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 22px;
    /* margin-top: 12px; */
}

.renkli-hesap-welcome-text {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 24px;
}

/*
.form-group {
	padding-left: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}*/

.form-control {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    height: 48px; /*Deneme*/
}

.form-control:focus {
    background: transparent;
    outline: none;
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid black;
}

label:hover {
    cursor: pointer;
}

label input, select {
    margin-top: 10px;
    border: 1px solid rgba(99, 126, 155, 0.30);
    border-radius: 4px;
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
}

.exo-2-regular {
    font-family: "Exo2-Regular", Arial, sans-serif;
}

.exo-2-medium {
    font-family: "Exo2-Medium", Arial, sans-serif;
}

.exo-2-semibold {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
}

.exo-2-bold {
    font-family: "Exo2-Bold", Arial, sans-serif;
}

.renkli-hesap-header {
    text-align: center;
}

.renkli-hesap-logo {
    /*width: 53px;
    height: 60px;*/
    /*margin-top: 60px;*/
    /*margin-bottom: 10px;*/
}

.renkli-hesap-text {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    color: #2F2828;
    line-height: 24px;
}

.renkli-hesap-title {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 26px;
    color: #2F2828;
    text-align: center;
    letter-spacing: 0;
}

.renkli-hesap-sub-title {
    display: block;
    margin-top: 10px;
}

.renkli-hesap-body {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}

.currency-picker {
    background-position: 85% 50% !important;
}

.renkli-hesap-money, .renkli-hesap-payment-term, .currency-picker {
    background: transparent;
    border: 1px solid rgba(99, 126, 155, 0.30);
    border-radius: 4px;
}

.payment-term-text {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 24px;
}

.payment-term-price, .total-interest-rate {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    text-align: right;
    line-height: 24px;
}

#header {
    background: #FFFFFF;
    height: 70px;
}


.ab-logo {
    /*margin-top: 28px;*/
    /*margin-bottom: 28px;*/
}

.header-info-text {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 20px;
    color: #018AFF;
    text-align: right;
    line-height: 24px;
    letter-spacing: 0;
    /*padding-top: 28px;*/
    white-space: nowrap;
    word-wrap: break-word;
}

#bar-area {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.form-progress-bar {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    counter-reset: stepper;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.form-progress-bar li {
    width: 20%;
    position: relative;
    list-style-type: none;
    float: left;
    font-family: "Exo2-Regular", Arial, sans-serif;
    color: #637E9B;
    font-size: 14px;
    text-align: center;
    word-wrap: break-word;
}

.form-progress-bar li.active > span {
    color: #2F2828;
}

.form-progress-bar li:before {
    content: counter(stepper);
    counter-increment: stepper;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 7px auto;
    border-radius: 50%;
    line-height: 40px;
    background-color: #EFF3F6;
    font-family: "Exo2-Bold", Arial, sans-serif;
    color: rgba(99, 126, 155, .4);
}

.form-progress-bar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 20px;
    left: -50%;
    z-index: -1;
}

.form-progress-bar li:first-child:after {
    content: none;
}

.form-progress-bar li.completed {
    color: #2F2828;
}

.form-progress-bar li.active:before {
    border-color: #29C041;
    background-color: #29C041;
    color: white;
}

.form-progress-bar li.completed:before {
    border-color: #29C041;
    background-color: #29C041;
    color: white;
    content: "";
    background-image: url("/guvenli-odeme/assets/images/progress-bar-check.svg");
    background-repeat: no-repeat;
    background-position-y: 13px;
    background-position-x: 10px;
}

.form-progress-bar li.completed + li:after {
    background-color: #29C041;
    height: 3px;
}

#content-area {
    margin-top: 30px;
    margin-bottom: 120px;
}

.renkli-hesap {
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#C6D8F5), color-stop(60%, #FFFFFF));*/
    /*background-image: -o-linear-gradient(top, #C6D8F5 0%, #FFFFFF 60%);*/
    /*background-image: linear-gradient(180deg, #C6D8F5 0%, #FFFFFF 60%);*/

    /*background-image: url("/guvenli-odeme/assets/images/rh-bg-effect.png");*/
    /*background-repeat: no-repeat;*/
    background-color: white;
    /*background-size: contain;*/

    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.renkli-hesap-info {
    font-size: 14px;
}

.calculator-description {
    font-family: "Exo2-Medium", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 15px;
    padding-bottom: 60px;
}

.calculator-description img {
    cursor: pointer;
}

.calculator-result, .total-interest-result {
    /*background: #EFF3F6;*/
    background-color: #F5FBFF;
    border-radius: 10px;
    padding: 20px;
}

.final-screen-area-mobile {
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 30px 0 #E8EFF4;
    box-shadow: 0 8px 30px 0 #E8EFF4;
    border-radius: 5px;
    margin-top: 20px;
}

.e-vade, .mobile-app-banner {
    color: #018AFF;
}

.mobile-app-banner {
    font-size: 15px;
    font-family: "Exo2-SemiBold", Arial, sans-serif;
}

.faq, .get-help {
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 30px 0 #E8EFF4;
    box-shadow: 0 8px 30px 0 #E8EFF4;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px 0 15px 20px;
    cursor: pointer;
    position: relative;
}

.faq span, .get-help span {
    margin-left: 15px;
}

.faq-arrow {
    position: absolute;
    right: 0;
    margin-right: 20px;
    bottom: 40%;
    margin-left: unset;
}

.faq-image, .get-help-image {
    width: 70px;
    height: 70px;
}

/* SCENES */

.content-right-section {
    padding-left: 5px !important;
}

section {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.content-scenes {
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 8px 30px 0 #E8EFF4;
    box-shadow: 0 8px 30px 0 #E8EFF4;
    border-radius: 5px;
    padding: 0.1px;
}

.section-header h2 {
    margin-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 20px;
    color: #2F2828;
    letter-spacing: 0;
}

h2.helper-title {
    font-family: "Exo2-SemiBold", Arial, sans-serif !important;
    font-size: 16px;
    color: #018AFF;
}

.cong-text {
    font-size: 28px !important;
}

.helper-title {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 16px;
    color: #018AFF;
    letter-spacing: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}

.section-body {
    margin-left: 60px;
    margin-top: 30px;
    margin-right: 60px;
}

.section-footer {
    margin-top: 50px;
    margin-right: 60px;
    margin-bottom: 60px;
}

.section-footer button {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    background: #018AFF;
    white-space: nowrap;
}

.section-footer .btn-go,
.scene-3-search-btn {
    border-radius: 5px;
    color: white;
}

.section-footer .btn-abort {
    background-color: transparent;
    border: 1px solid #018AFF;
    color: #018AFF;
    padding-left: 64px;
    padding-right: 64px;
    margin-right: 20px;
}

.section-footer .btn-reminder {
    background-color: transparent;
    border: 1px solid #018AFF;
    color: #018AFF;
    padding-left: 64px;
    padding-right: 64px;
    margin-right: 20px;
}


/* SCENE 1 */
.policy-text {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #2F2828;
}

/* Scene 2 */

.sms-validation-text, .sms-helper-text {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 24px;
}

.sms-info-text {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
}

input[name='sms_verifycation_code'] {
    height: 50px;
    font: caption !important;
    font-size: 25px !important;
    letter-spacing: 3px;
    margin-top: 12px;
}

input[name='sms_verifycation_code']:focus {
    font: caption !important;
    font-size: 25px !important;
    padding-bottom: 10px;
    margin-bottom: 12px; /* 11K */
}

.sms-controls {
    margin-top: 20px;
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 24px;
}

.verify-code-link {
    margin-left: 20px;
}

.verify-code-text {
    width: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: inherit;
}

.sms-helper-text {
    margin-top: 20px;
}

.tax-title {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 22px;
}

.tax {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 20px;
}

/* Customer Screen */

.customer-name {
    font-size: 20px;
    color: #2F2828;
    letter-spacing: 0;
    margin-left: 15px;
}

.forget-password {
    margin-right: 25px;
}

.forget-password:hover {
    color: #018AFF;
    text-decoration: none;
}

.pt-20 {
    padding-top: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

/* End Customer Screen */

/* Verify Screen */

.verify-type-text {
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 24px;
}

/* End Verify Screen */

/* SCENE 3 */

.question-mark {
    background-color: #018AFF;
    background: #018AFF;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.income-text {
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    margin-top: 10px;
}

.security-questions-text {
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 20px;
}

/* Scene 4 */

.new-address-click {
    padding: 10px;
    border: 1px solid rgba(99, 126, 155, 0.30);
    border-radius: 4px;
    cursor: pointer;
}

/*.new-address-text {
	margin-left: 12px;
	font-size: 14px;
	color: #2F2828;
	letter-spacing: 0;
	line-height: 22px;
}*/

.new-address-modal-header {
    height: 0px;
    padding-bottom: 0;
    padding-top: 0;
    /*margin-top: 40px;*/
    z-index: 999999;
    margin-right: 30px;
}

.btn-new-address {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 4 */

#contract-content {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.contract-title {
    font-size: 18px !important;
    color: #2F2828 !important;
    letter-spacing: 0 !important;
}

.current-contract {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
}

.contract-count {
    font-family: "Exo2-Regular", Arial, sans-serif;
}

.contract-text {
    /*height: 500px;*/
    /*overflow-y: scroll;*/
    min-height: 150px;
    height: auto;
    overflow: auto;
}

.contract-text p {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    color: #2F2828;
}

.gradient-contract {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background: linear-gradient(360deg, white, rgba(255, 255, 255, 0));
    z-index: 1;
}

.contract-pagination {
    margin-top: 60px;
}

.pagination-wrapper div {
    font-family: "Exo2-Bold", Arial, sans-serif;
    margin-right: 20px;
    border: 2px solid black;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 22px;
    text-align: center;
}

.paginator-href {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

.paginator-href:hover {
    text-decoration: none;
}

.paginator-href.active {
    background-color: black;
    color: white;
    border-radius: 50%;
}


.page-text {
    text-align: center;
    margin-right: 20px;
    margin-top: 20px;
}

.vergi-mukellef-hata {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #F1132C;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Scene 6 */
.scene-6 > .section-body {
    margin-top: 20px;
}

.scene-6 > .section-body h2 {
    margin-top: 30px;
}

.product-info-text {
    font-size: 20px;
    color: #2F2828;
    letter-spacing: 0;
    margin-top: 20px;
}

.hesap-tipi {
    text-transform: uppercase;
}

.messenger-picker-text {
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
}

.picker-address-area {
    margin-top: 20px !important;
}

.picker-address-area:nth-child(even) {
    padding-right: 0 !important;
}

.picker-container {
    background: #EFF3F6;
    border-radius: 10px;
    padding: 20px;
}

.picker-container > label {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0 !important;
}

.picker-container > label > input {
    margin-right: 12px;
}

.picker-address-container {
    margin-top: 10px;
    /*margin-left: 30px;*/
}

.picker-address {
    font-family: "Exo2-Medium", Arial, sans-serif;
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 24px;
    display: block;
    padding-left: 28px;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}

.new-address {
    margin-top: 5px; /* total 20, mb 15 */
    background: #EFF3F6;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    height: 62px;
    /**/
    margin-right: 15px;
}

.plus-btn {
    width: 18px;
    height: 17px;
}

.new-address-text {
    margin-left: 12px;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 22px;
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
}

.date-picker-text {
    margin-top: 30px;
}


.input-group {
    border: 1px solid rgba(99, 126, 155, 0.30);
    border-radius: 4px;
    width: 100%;
}

.dtpickerHeight {
    height: unset !important
}

.datepicker_icon {
    height: 16px;
    margin-right: 10px;
    /*margin-top: 10px;*/
    margin-top: auto;
    margin-bottom: auto;
}

.datepicker {
    background-image: url("/guvenli-odeme/assets/images/datepicker_icon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
}

.width-300 {
    width: 300px;
}

.timepicker-wrapper {
    margin-left: 20px;
}

/* final section */

.scene-7-h3 {
    margin-bottom: 10px;
}

.lottie-screen {
    background: gray;
    width: 100%;
    height: 266px;
}

.final-text {
    margin-top: 15px;
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 0 !important;
}

.iban {
    margin-top: 10px;
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 18px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 26px;
    word-wrap: break-word;
}

.final-status-text {
    margin-top: 10px;
}

.final-status-text span > span {
    margin-left: 10px;
    vertical-align: middle;
}

.final-screen-area {
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 30px 0 #E8EFF4;
    box-shadow: 0 8px 30px 0 #E8EFF4;
    border-radius: 5px;
    padding: 20px;
}

.final-screen-area > span.text_1 {
    font-size: 18px;
    color: #018AFF;
    letter-spacing: 0;
    line-height: 30px;
}

.final-screen-area > span.text_2 {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 24px;
    color: #018AFF;
    letter-spacing: 0;
    line-height: 30px;
}

.final-screen-area > p {
    margin-top: 20px;
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 26px;
}

.modal-header {
    border: none;
}

.modal-header > .close {
    font-size: 50px;
    font-weight: 1;
    opacity: .75;
    padding: 0;
    margin-right: 30px;
    margin-top: 30px;
    z-index: 999999;
}

.modal-body {
    position: relative;
}

.faq-modal-text {
    margin-left: 10px;
}

.faq-title {
    margin-left: 40px;
}

.faq-text {
    overflow-y: auto;
    height: 400px;
}

.faq-text p {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 15px;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
}

.faq-text p:last-child {
    padding-bottom: 40px;
}

.policy-text-gradient {
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background: linear-gradient(360deg, white, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
}


/* Reminder Modal */

.mobile-app-reminder-text {
    font-size: 16px;
    color: #018AFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 40px;
}

.mobile-app-reminder-text-2 {
    font-size: 16px;
    color: #018AFF;
    letter-spacing: 0;
    text-align: center;
}

.mobile-app-download-wrapper {
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 30px 0 #E8EFF4;
    box-shadow: 0 8px 30px 0 #E8EFF4;
    border-radius: 5px;
    padding: 20px;
}

.mobile-app-download {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.qr-code-wrapper {
    margin-top: 20px;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.qr-code-info-text {
    font-size: 13px;
    color: #2F2828;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* PAGE 2 */

#checkScreenContainer {
    margin-top: 30px;
    margin-bottom: 200px;
}

.screen {
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 30px 0 #E8EFF4;
    box-shadow: 0 8px 30px 0 #E8EFF4;
    border-radius: 5px;
    padding-left: 60px;
    padding-right: 60px;
}

#lottie {
    margin-top: 30px;
}

#lottie_anim { margin-top: 40px; }

.user-data {
    margin-top: 60px;
}

.user-data > h2 {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 20px;
    color: #2F2828;
    letter-spacing: 0;
}

.button-area {
    margin-top: 50px;
    margin-bottom: 60px;
}

.button-area > button {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}


.btn-anadolubank {
    background: #018AFF;
    white-space: nowrap;
    color: white;
}

.btn-anadolubank:hover {
    color: white;
    background: #018AFF;
}

.btn-anadolubank-geri {
    background-color: transparent;
    border: 1px solid #018AFF;
    color: #018AFF;
    margin-right: 20px;
}

.btn-anadolubank-geri:hover {
    background-color: transparent;
    border: 1px solid #018AFF;
    color: #018AFF;
}

.user-address {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 18px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 26px;
    /*margin-top: 10px;*/
    margin-bottom: 60px;
}

.sms-info {
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    margin-top: 20px;
}

.timer-wrap {
    margin-top: 20px;
}


.datepicker-container {
    z-index: 9999999 !important;
}


/*Custom selectbox*/

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple
{
    border-radius: .25rem!important;
}

.select2-dropdown {
    border: 1px solid #ced4da !important;
}

.select2-container {
    margin-top: 10px !important;
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    outline: none !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-selection__rendered {
    line-height: 48px !important;
}

.select2-container--default .select2-selection--single {
    outline: none !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
}

.select2-selection__arrow {
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url('/guvenli-odeme/assets/images/test.png') !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: 95% 50% !important;
    border: none !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: -10px !important;
    margin-top: -5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.select2-results__option {
    padding: 12px !important;
    padding-left: 12px !important;
    height: 47px;
}

.select2-container--default .select2-results > .select2-results__options {

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #DFE5EC!important;
    color: #212529!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none!important;
}

#surveyModal > .modal-dialog > .modal-content > .modal-body {
    padding-top: 60px !important; padding-bottom: 60px !important;
}


.survey-screens h4{
    font-size: 20px;
    color: #2F2828;
    letter-spacing: 0;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}

.survey-screens button.survey-next {
    margin-top: 50px;
    width: 180px;
    height: 48px;
    background: #018AFF;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
}

.survey-next.d-inline-block {
    margin-left: 20px !important;
}

.survey-screens button.survey-back {
    margin-top: 50px;
    width: 180px;
    height: 48px;
    border: 1px solid #018AFF;
    border-radius: 5px;
    font-family: "Exo2-Regular";
    font-size: 16px;
    color: #018AFF !important;
    letter-spacing: 0;
    text-align: center;
}

.survey-screens .survey-step-text {
    font-family: "Exo2-SemiBold";
    font-size: 12px;
    color: #018AFF;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.survey-screen-1  h3{
    font-size: 28px;
    color: #2F2828;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom:30px;
}

.survey-screen-1 p {
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    max-width: 464px;
}

.survey-screen-1 .survey-accept {
    background: #018AFF;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top:70px;
}

.survey-screen-7  h3{
    font-size: 28px;
    color: #2F2828;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom:30px;
}

.survey-screen-7 p {
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    max-width: 464px;
}

.survey-screen-7 .survey-accept {
    background: #018AFF;
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top:70px;
}

.survey-questions-area .picker-container {
    max-width: 450px;
    height: 64px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
}
.survey-questions-area .picker-container label span.label-text{
    text-transform: capitalize;
    color: #637E9B;
}
.survey-questions-area .picker-container:last-child { margin-bottom: 0; }
.survey-questions-area .picker-container label input:checked ~ span.label-text {
    color: #2F2828
}
.survey-free-text {
    border: 1px solid rgba(99,126,155,0.30);
    border-radius: 10px;
    font-family: "Exo2-Regular";
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 22px;
    max-width: 450px;
    width: 100%;
    resize: none;
    outline: none;
    padding-left: 20px;
    padding-top: 15px;
}

.top-banner-area {
    border-top: 1px solid #EFF3F6;
}

#contract-content canvas {
    max-width: 100% !important;
}

#welcome-screen {
    margin-top: 50px;
    margin-bottom: 50px;
}

.welcome-header {
    margin-bottom: 40px;
}

.welcome-title {
    font-family: "Exo2-Bold", Arial, sans-serif;
    font-size: 32px;
    color: #2F2828;
    margin-bottom: 10px;
}

.welcome-subtitle {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 0;
}

.welcome-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #E8EFF6;
    border-radius: 16px;
    padding: 40px 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 280px;
}

.welcome-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(1, 138, 255, 0.15);
    border-color: #018AFF;
    text-decoration: none;
}

.welcome-card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #018AFF 0%, #0066CC 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.welcome-card:hover .welcome-card-icon {
    transform: scale(1.1);
    background: linear-gradient(135deg, #0066CC 0%, #018AFF 100%);
}

.welcome-card-title {
    font-family: "Exo2-Bold", Arial, sans-serif;
    font-size: 24px;
    color: #2F2828;
    margin-bottom: 12px;
}

.welcome-card-desc {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #6B7280;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.5;
}

.welcome-card-btn {
    display: inline-block;
    background: #018AFF;
    color: #FFFFFF;
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.welcome-card:hover .welcome-card-btn {
    background: #0066CC;
}

/* Legacy styles - kept for compatibility */
.welcome-screen-box {
    width: 100%;
    height: auto;
    background: white;
    position: relative;
}

.be-vietnam-500 {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
    font-style: normal;
}

.be-vietnam-700 {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 700;
    font-style: normal;
}

.continue-from-web, .continue-from-app {
    margin-top: 36px;
    margin-bottom: 16px;
}

.start-text {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -1px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.center-text {
    font-size: 35px;
    line-height: 41px;
    letter-spacing: -1px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.end-text {
    font-size: 25px;
    line-height: 31px;
    letter-spacing: -1px;
    color: #000000;
}

.loanRateImg {
    margin-top: 24px;
    margin-bottom: 48px;
}

.loanRateImg2 {
    margin-top: 24px;
    margin-bottom: 22px;
}

.continue-from-web-btn {
    margin-top: 54px;
    width: 231px;
    height: 60px;
    background-color: #0F7AD1;
    border-radius: 30px;
    color: #fff;
    outline: 0;
    border: 0;
}

.anadolubank-qr-img {
    margin-right: 54px;
    /*position: absolute;*/
    /*left: 66px;*/
    /*bottom: 20px;*/
}
.continue-from-app-btn {
    width: 231px;
    height: 60px;
    background-color: #F42272;
    color: #fff;
    /*margin-top: 64px;*/
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    /*margin-left: 54px;*/
}

.continue-from-app-btn:hover {
    text-decoration: none;
    background-color: #F42272;
    color: #fff;
}
.continue-from-web-wrapper {
    padding-right: 10px;
}
.continue-from-app-wrapper {
    padding-left: 10px;
}

/* Info Cards - Styled API Response Display */
.info-card {
    background: #F5FBFF;
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 20px;
    border: 1px solid #E8EFF6;
}

.info-card:last-child {
    margin-bottom: 0;
}

.info-card-title {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 16px;
    color: #018AFF;
    letter-spacing: 0;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(1, 138, 255, 0.2);
}

.info-card-body {
    padding: 0;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid rgba(99, 126, 155, 0.1);
}

.info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-row:first-child {
    padding-top: 0;
}

.info-label {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
    color: #637E9B;
    letter-spacing: 0;
    flex: 0 0 45%;
    padding-right: 10px;
}

.info-value {
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 14px;
    color: #2F2828;
    letter-spacing: 0;
    text-align: right;
    flex: 0 0 55%;
    word-break: break-word;
}

/* Success Message Styling */
.success-message {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    border-radius: 10px;
    padding: 25px 30px;
    border-left: 4px solid #29C041;
}

.success-message p {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 16px;
    color: #2F2828;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
}

/* List Table Styling */
#listTable {
    font-family: "Exo2-Regular", Arial, sans-serif;
    font-size: 14px;
}

#listTable thead th {
    background: #018AFF;
    color: #FFFFFF;
    font-family: "Exo2-SemiBold", Arial, sans-serif;
    font-size: 14px;
    border: none;
    padding: 12px 15px;
}

#listTable tbody td {
    padding: 12px 15px;
    vertical-align: middle;
    border-color: #E8EFF6;
}

#listTable tbody tr:hover {
    background-color: #F5FBFF;
}

#listTable .btn-go {
    padding: 6px 16px;
    font-size: 13px;
    height: auto;
}

/* Cancel Area Styling */
.cancel-area {
    background: #FFF5F5;
    border-radius: 10px;
    padding: 20px 25px;
    border: 1px solid #FFCDD2;
}

.cancel-area .helper-title {
    color: #F1132C;
    margin-top: 0;
}

/* Responsive adjustments for info cards */
@media (max-width: 576px) {
    .info-row {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .info-label {
        flex: 0 0 100%;
        margin-bottom: 4px;
    }
    
    .info-value {
        flex: 0 0 100%;
        text-align: left;
    }
    
    .info-card {
        padding: 15px 20px;
    }
}

.span-info-text {
    font-size: 12px;
    font-family: "Exo2-Regular", Arial, sans-serif;
}