﻿@font-face {
    font-family: meridyen;
    src: url("../FSMeridian_TRIAL/MetaOffcPro-Norm.ttf") format('truetype');

}

@font-face {
    font-family: meridyenRegular;
    src: url("../FSMeridian_TRIAL/MetaOffcPro-Norm.ttf") format('truetype');
}

@font-face {
    font-family: meridyenBoldv2;
    src: url("../FSMeridian_TRIAL/Trial_Fonts/FSMeridianTrial-Bold.otf") format('opentype');
}

@font-face {
    font-family: meridyenBoldv1;
    src: url("../FSMeridian_TRIAL/Trial_Fonts/FSMeridianTrial-Medium.otf") format('opentype');
}

@font-face {
    font-family: meridyenBoldv0;
    src: url("../FSMeridian_TRIAL/Trial_Fonts/FSMeridianTrial-Regular.otf") format('opentype');
}

@font-face {
    font-family: meridyenBold;
    src: url("../FSMeridian_TRIAL/MetaScOffcPro-Medi.ttf") format('truetype');
}

@font-face {
    font-family: meridyenBoldv2;
    src: url("../FSMeridian_TRIAL/Trial_Fonts/FSMeridianTrial-Bold.otf") format('opentype');
}

@font-face {
    font-family: meridyenBoldv1;
    src: url("../FSMeridian_TRIAL/Trial_Fonts/FSMeridianTrial-Medium.otf") format('opentype');
}

@font-face {
    font-family: meridyenBoldv0;
    src: url("../FSMeridian_TRIAL/Trial_Fonts/FSMeridianTrial-Regular.otf") format('opentype');
}

@font-face {
    font-family: meridyenBold;
    src: url("../FSMeridian_TRIAL/MetaScOffcPro-Medi.ttf") format('truetype');
}

@font-face {
    font-family: meridyenBold;
    src: url("../FSMeridian_TRIAL/MetaOffcPro-Bold.ttf") format('truetype');
}

.fw-bold {
    font-family: meridyenBoldv1 !important;
}

:root {
    overflow-X: hidden;
    --baseColor: #0C6F58;
    --disabledColor: #A7A7A7;
    --paginationColor: #529082;
    --baseTabBackground: #EDEDED;
    --lightBaseColor: #75A69B;
    --baseTextColour: #295450;


    /*Responsive Tasarım BreakPointleri*/
    --breakpoint-xs: 576px;
    --breakpoint-sm: 768px;
    --breakpoint-md: 992px;
    --breakpoint-lg: 1200px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--baseColor) !important;
    /* Scroll bar rengi */
    /* Scroll bar köşelerinin yuvarlaklığı */
}

body * {
    baseTextColour: #295450;
    font-family: meridyen !important;
}

.row>* {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.kt-green {
    color: var(--baseTextColour) !important;
    font-weight: 600 !important;
}

.bold-danger {
    border: 1px solid #dc3545 !important;
    color: #dc3545 !important;
    font-family: meridyenBoldv1 !important;
    font-weight: 500;
    font-size: 14px !important;
}

.fw-bold {
    font-family: meridyenBoldv1 !important;
}


#step1-submit .disabled {
    background-color: var(--disabledColor) !important;
    border-color: var(--disabledColor) !important;
    background: var(--disabledColor) !important;
}

#appresult {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}


.full-height-100 {
    height: 100vh !important;
}

.container-fluid {
    max-width: 100%;
    overflow-x: hidden;
}

input::-webkit-inner-spin-button {
    display: none;
}

.short-descp {
    color: var(--disabledColor);
    font-family: meridyen !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-top: 1rem;
}

.data-form .form-control.mw-unset,
.mw-unset {
    min-width: auto !important;
}


.form-title {
    color: var(--disabledColor);
    font-family: "FS Meridian";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
}

#appresult.appSuccsess.waitingApply .short-descp {
    font-size: 28px;
}

.btn-primary:disabled {
    background-color: var(--disabledColor) !important;
    opacity: 1;
}

form input::placeholder {
    color: #A0A0A0;
    font-family: "FS Meridian";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.32px;
}

.form-check-input:checked {
    border-color: var(--baseColor) !important;
    background-color: var(--baseColor) !important;
}

.form-control {
    border-radius: 8px;
    border: 0.5px solid #ced4da;
    background: #FFF;
    height: 60px;
    text-align: left !important;
}

#Angaben .form-control {
    text-align: center !important;
}

#myTabContent .switch-date label {
    color: var(--disabledColor) !important;
}

.input-group {
    max-width: 300px;
}

.form-row {
    margin-bottom: .75rem;
}

.icon-info {
    max-width: 35%;
}

.select-width {
    max-width: 200px;
    text-transform: capitalize;
}

.input-group .form-control {
    text-align: end;
    color: #000;
    text-align: right;
    font-family: "FS Meridian";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #ced4da;
    background: #FFF;
    border-right: none;
}



.input-group-text {
    background-color: transparent;
    border-left: none;
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: #FFF !important;
}

#basic-addon1 {
    color: #CECECE;
    font-family: "FS Meridian";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #ced4da !important;
}

.maxw-200 {
    max-width: 200px;
    border-right: none;
}

.maxw-150 {
    max-width: 175px;
    border-right: none;
}

.pagination {
    align-items: center;
    gap: 1rem;
}

.static-dots {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.current-page-index {
    position: absolute;
    /* z-index: 999; */
    font-size: 18px;
    left: 16px;
    top: 7px;
    color: #fff;
    z-index: 1;
}

.hasDatepicker {
    border-radius: 8px !important;
}

.all-page-index {
    position: absolute;
    /* z-index: 999; */
    font-size: 18px;
    left: 10px;
    top: 1px;
    color: var(--paginationColor);
    z-index: 0;
}

.form-check {
    border: none !important;
}

.form-check-input {
    margin-top: 0px !important;
}

.content-box-left {
    color: white;
    padding: 0px 40px;
    top: 0px;
    justify-content: flex-start;
    margin-top: 45px;
}

.content-right {
    padding: 50px 60px 40px 90px;
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
}

.content-right .col-form-label {
    color: var(--disabledColor);
    font-family: merdidyenRegular;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    padding-right: 3px;
    padding-left: 3px;
}

.left-box-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.contact-form {
    max-height: 350px;
    overflow-y: scroll;
}

.h1-title {
    color: var(--baseTextColour);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.96px;
    max-width: 100%;
    margin-bottom: 10px;
}

.page-description p {
    color: var(--disabledColor);
    font-family: merdidyenRegular;
    font-size: 24px;
    font-style: normal;
    font-weight: lighter;
    line-height: 29px;
    /* 120.833% */
    margin-top: 10px;
}

.page-description {

    margin-bottom: 40px;
    max-width: 85%;

}

.width-max {
    width: 300px;
    padding: 10px 20px;
    background-color: #0a7a60;
    border-radius: 6px;
    color: white;
}

.user-message {
    width: 300px;
    background-color: #0a7a60;
    border-radius: 6px;
    color: white;
}

.left-side {
    background-image: url("/images/back.png") !important;
    background-size: cover !important;
    /* height:100vh; */
}

.content-right form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;

}

.info-text {
    color: var(--disabledColor);
    font-family: merdidyenRegular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    text-decoration-line: none;
}

.left-image {
    height: 100% !important;
}

.content-left-table tr td {
    display: flex;
    flex-direction: column;
}

.content-left-table tr {
    gap: .5rem;
}

.content-left-table {
    border-spacing: 0 20px;
    border-collapse: separate;
}

.left-box-image {
    background: linear-gradient(to right bottom, #000000, #393939, #727272, #b1b1b1, #f4f4f4);
}

.left-footer-text {
    color: #FEFFFF;
    leading-trim: both;
    text-edge: cap;
    font-family: "FS Meridian";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
}

.btn-success {
    border: none !important;
}

.under-logo .light-content {
    color: #FFF;
    font-family: meridyenRegular;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0;
}

.light-content {
    color: #FFF;
    font-family: merdidyenRegular;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.52px;
}

.under-logo .bold-content {
    color: #FFF;
    font-family: meridyen !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
}

.all-data-form-box .table-green span strong {
    font-family: meridyenBoldv1 !important;
}

.bold-font span {
    font-family: meridyenBoldv1 !important;
}


.all-data-form-box .table-green {
    padding-left: 0px !important;
}


.confirm-btn {
    border-radius: 8px;
    background: #0C6F58 !important;
    border-color: transparent !important;
    min-width: 150px;
    max-width: auto;
    margin-bottom: 1rem !important;
}

.confirm-btn.disabled {
    background-color: var(--disabledColor) !important;
    border-color: var(--disabledColor) !important;
    background: var(--disabledColor) !important;
}

.table-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}


.validation-error {
    color: #dc3545 !important;
    font-family: FS Meridian;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.3px;
    padding: 15px 0px;
    display: none;
}

.policy-div {
    position: absolute;
    display: flex !important;
    width: 100%;
    bottom: 50px;
    /* margin: 0px !important; */
    max-width: 85%;
    padding: 0px;
}

.policy-div a:hover {
    cursor: pointer;
}

.lang-box {
    position: absolute;
    top: 20px;
    right: 40px;
}

.lang-box .dropdown-menu {
    min-width: 4rem !important;
}

.lang-box * {

    height: auto !important;
}

.user-form-select {
    display: flex;
    gap: 2rem;
    padding-top: 2rem;
    text-transform: capitalize;
}

.form-select {
    height: 60px;
    text-transform: capitalize;
}


.one-user span,
.two-user span {
    text-decoration: none;
    color: var(--baseColor);
    text-align: center;
}

.one-user:hover span,
.two-user:hover span {
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.one-user svg {
    min-width: 90px;
}

.one-user svg path {
    fill: var(--baseColor);
}

.one-user {
    padding: 15px;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    color: var(--baseColor);
    transition: all ease 1s;
    max-height: 150px;
    min-width: 150px;
}

.one-user a,
.two-user a {
    text-decoration: none !important;
}

.chooseActive {
    border-color: var(--baseColor);
    background-color: var(--baseColor) !important;
    transition: all ease .5s;
    cursor: pointer;
}

.chooseActive svg path,
.chooseActive span {
    fill: #fff;
    color: #fff;
}


.one-user:hover {
    border-color: var(--baseColor);
    background-color: var(--baseColor);
    transition: all ease .5s;
    cursor: pointer;
}

.one-user:hover svg path,
.one-user:hover span {
    fill: #fff;
    color: #fff;
}

.two-user {
    border-radius: 8px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 15px;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: all ease .5s;
    text-align: center;
    text-decoration: none !important;
    max-height: 150px;
    min-width: 150px;
}

.two-user:hover {
    border-color: transparent;
    background-color: var(--baseColor);
    transition: all ease .5s;
    cursor: pointer;
}

.two-user:hover .user1,
.two-user:hover .user2 {
    fill: #fff;
}

.confirm-box {
    position: relative;
}

.all-form-element .responsiveFormElement .updateRadioSelection {
    display: flex !important;
}

.all-form-element .responsiveFormElement .updateRadioSelection .input-group.gap-2 {
    width: 100% !important;
}


.grid-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: .5rem;
}

.grid-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    margin-top: 1.5rem;
}

.grid-form .input-grid-box {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: .25rem;
}

.grid-form input {
    max-width: 65px;
    text-align: center;
    color: var(--disabledColor);
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tab-content>.active {
    padding: 15px 0px;
}

.content-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content-title .content-title-text,
.grid-input-descp {
    color: var(--disabledColor);
    font-family: "FS Meridian";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.content-title h3 {
    color: var(--baseColor);
    font-family: "FS Meridian";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#myTab .nav-item {
    display: block;
    width: 33.3%;
    max-width: unset;
    /* width: 100%; */
    border: none;
    border-radius: 0px;
}

#myTab {
    background-color: var(--baseTabBackground);
}

#myTab .nav-link {
    width: 100%;
    color: #B0B0B0;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    padding: 10px;
    height: 100% !important;
}

#myTab .nav-link.active {
    color: var(--baseColor);
}

.table-tabs {
    border-spacing: 10px;
    border-collapse: separate;
}

.table-tabs th {
    color: var(--disabledColor);
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    padding-bottom: 8px;
}

.table-green {
    display: flex;
    gap: 1rem;
    /* justify-content: center; */
    padding: 10px;
    border: 1px solid #0C6F58;
    border-radius: 8px;
    width: 100%;
    color: var(--baseColor);
    align-items: center;
    height: 60px;
}

.table-green object svg path {
    fill: var(--baseColor);
}

.tab-andrede {
    gap: .25rem;
    font-size: 12px;

}


.loan-title {
    color: #000;
    font-family: "FS Meridian";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.loan-amount,
.loan-refund,
.loan-rate {
    color: #000;
    font-family: "FS Meridian";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.loan-box-content {
    padding-left: 0px;
    justify-content: space-between;
}

#kt_result .loan-box-content {
    padding-left: 40px;
}

.loan-box-image {
    border-right: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loan-box-image img {
    padding: 15px;
    max-width: 250px;
}

.all-data-form-box {
    background-color: #F8F8F8;
    /* height:100%; */
    padding-bottom: 40px;

}

.all-data-form-box form {
    margin-left: 80px;
    overflow: scroll;
}

.all-data-title {
    margin-bottom: 0px !important;
}

#loadingOverlay span.text-danger {
    text-align: center;
}

textarea.form-control {
    min-height: calc(8.5em + (.75rem + 2px));
}

input[readonly],
select[readonly] {
    background-color: #e9ecef !important;
    pointer-events: none !important;
}

.all-data-title .loan-box-content {
    justify-content: space-between;
    margin: 0px !important;
}


/* .all-data-form-box .form-control{

    border:none;
} */


.all-data-form-box form {
    max-height: 575px;
    overflow-y: scroll;
    overflow-x: unset;
}

.all-data-form-box h3 {
    color: #0C6E58;
    font-family: "FS Meridian";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.all-data-form-box .table-green {
    border: none !important;
    color: #000;
    font-family: "FS Meridian";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
}

.all-data-form-box .input-group {
    max-width: unset;
}


.all-data-form-box form input::placeholder {
    color: #A7A7A7;
    font-family: "FS Meridian";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.all-data-form-box .border-right {
    border-right: none;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border: none;
}

.all-data-form-box .border-space {
    border-collapse: separate;
    border-spacing: 5px;
}

.all-data-form-box .confirm-btn {
    margin-bottom: 0px !important;
}

.person-1-name {
    color: #0C6F58;
    font-family: meridyenBoldv1 !important;
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: capitalize;
}

.person-info {
    color: #A7A7A7;
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.32px;
}

.validation {
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 1rem;
}

hr {
    height: 3px !important;
}

.validation input {
    border-radius: 8px !important;
    border: 0.5px solid #ced4da !important;
    background: #FFF;
    max-width: 90px;
    min-height: 90px;
}

.validation.input-group .form-control {
    text-align: center !important;
}

.edit-steps {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.edit-step-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .25rem;
}

.edit-step-no {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(82, 144, 130, 0.80);
    border-radius: 50%;
    padding: 15px;
    width: 20px;
    height: 20px;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all ease .5s;
}

.stap-arrow object {
    width: 20px;
}

.step-link {
    text-decoration: none;
}

.step-link:hover {
    cursor: pointer;
}

.edit-step-no:hover {
    background-color: rgba(82, 144, 130, 1);
    cursor: pointer;
    transition: all ease .5s;
}

.step-info {
    text-align: center;
    color: var(--lightBaseColor);
    text-align: center;
    font-family: "FS Meridian";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stap-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.active-page {
    background-color: #0C6F58 !important;
    opacity: 1 !important;
}


.static-content-title {
    margin-bottom: 20px;
}

.static-content-title h1 {
    color: #0C6E58;
    font-size: 24px;
    font-family: meridyenBoldv1 !important;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: -0.48px;
}

.static-content-title .static-desc {
    color: #8A8A8A;
    leading-trim: both;
    text-edge: cap;
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.36px;
}

.static-content-title strong {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-family: meridyenBoldv1 !important;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: -0.36px;
}

.static-content-title .static-light {
    color: #8A8A8A;
    leading-trim: both;
    text-edge: cap;
    font-family: "FS Meridian";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}


.hidden {
    display: none !important;
}

input[type="file"]::file-selector-button {
    height: 100px;
    width: 50%;
}

.full-height {
    height: 100vh;
}

.max-height {
    max-height: 100vh !important;
}

.all-data-form-box .table-inline td {
    width: 33.3% !important;
}

.custom-gap {
    gap: 4rem;
}


.inline-table.w-100 {
    border-collapse: separate;
    border-spacing: 10px;
}

.close-btn {
    display: none;
}


.left-side-bar {
    display: none !important;
}

.left-side-bar .btn {

    background-color: transparent;
    border: none;

}

.left-side-bar .btn svg path {

    fill: #fff !important;

}

.policy-div * {
    text-decoration: none !important;
    list-style-type: none !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: meridyenBoldv1 !important;
}

.responsive-box {
    height: 100%;
}

#pagination {
    overflow-y: unset !important;
    overflow-x: auto !important;
}

/* .data-form .input-group{
    width: auto !important;
} */

/* .data-form .input-group input[type="date"]{
    max-width: 175px !important;
} */

.data-form .form-select,
.data-form .form-control,
.data-form select {
    min-width: 275px !important;
}


.offcanvas-header .btn-close {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    background-color: #e5e5e5 !important;
    color: #4e4e52;
    font-weight: 100;
}


.padding-40 {
    padding: 40px 0px !important;
}

.user-form .double-form {
    max-height: 630px;
}

.just-validate-error-label {
    font-size: 18px;
    margin-top: 5px;
}

.all-last-form .input-group .input-group-text {
    background-color: #e9ecef;
}

.document-table .input-group-text {
    /* margin-top: 15px !important;
    margin-bottom: 15px !important; */
    width: 95%;
}

.document-table .table-green {
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    letter-spacing: normal;

}

.custom-input {
    padding: 15px !important;
    margin: auto;
    width: 85%;
    color: var(--baseColor) !important;
    border: 2px solid var(--baseColor) !important;
}

.error-div {
    max-width: 1720px !important;
    width: 100% !important;
    margin: auto;
}

.singleStep5 .input-group {
    max-width: 100% !important;
}

.text-danger {
    font-size: 16px !important;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
}

.grid-3>* {
    min-width: 0;
    overflow-wrap: break-word;
}

input[type="date"] {
    font-size: 20px !important;
    align-items: center !important;
    display: flex;

}

.form-control[name="date"] {
    text-align: center !important;
}

.form-control[name="ChangeLivingConditionsReason"] {
    font-size: 18px;
    border-radius: 8px !important;
}

.lang-dropdown {
    min-width: 4rem !important;
}

#allPerms {
    padding: 10px;
}


.tooltip-inner {
    max-width: 400px !important;
    color: #365E5A !important;
    background-color: #f6f6f6 !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    background-color: #f6f6f6 !important;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    background-color: #f6f6f6 !important;
}

.tooltip .arrow {
    width: 1.2rem;
    height: 0.8rem;
    background-color: #f6f6f6 !important;
}

.grid-size {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
}

.table-inline .grid-docs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    padding: 0px;
    margin: 0px 22px;
    list-style: none !important;
    margin-bottom: 10px;
}

.table-inline .grid-docs li {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.table-inline .grid-docs li a {
    display: flex;
    align-items: center;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: white !important;
}

.after-none::after {
    visibility: hidden !important;
}


.required-border {
    border: 1px solid red !important;
}

.required-border .custom-input {
    border-color: red !important;
}

.padding-10 {
    padding: 10px !important;
}

.full-100 {
    max-width: 100% !important;
}

#managmentCostDiv,
#PremiumsAlertCus {
    min-width: 100px;
}

.inline-btn {
    padding-left: 10px;
}

/* #ui-datepicker-div{
    display: none !important;
  } */

.grid-desktop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

.back-btn {
    border-radius: 8px;
    background: #fff !important;
    border-color: #0C6F58 !important;
    color: #0C6F58 !important;
    min-width: 150px;
    max-width: 300px;
    margin-bottom: 1rem !important;
}

.back-btn * {
    color: #0C6F58 !important;
}

label.small-size {
    font-size: 18px;
}

#message .message-date {
    font-size: 10px !important;
}

#myTabContent #Ausgabenv1 .confirm-box,
#myTabContent #Ausgabenv2 .confirm-box {
    margin-top: 40px !important;
}

#Ausgabenv2 table td,
#Ausgabenv1 table td,
#Ausgaben table td {
    vertical-align: top;
}

.customer-message .width-max {
    background-color: #4bab95 !important;
}

.disabled-btn {
    background-color: var(--disabledColor) !important;
    pointer-events: none;
}

#myTab .nav-item {
    pointer-events: none !important;
}

input[name="CostText"] {
    overflow: scroll;
    font-size: 12px !important;
    background-color: #f0f0f0 !important;
}

#alert-document {
    display: flex !important;
    margin-bottom: 10px !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}


.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-switch input.form-check-input {
    width: 2.25em !important;
}

#myTabContent #Ausgabenv1 .confirm-box {
    margin-top: 40px;
}

.loading-spinner {
    border: 6px solid #f3f3f3;
    /* Border kalınlığı artırıldı */
    border-top: 6px solid #0C6F58;
    /* Spin rengi değiştirildi */
    border-radius: 50%;
    width: 60px;
    /* Boyut artırıldı */
    height: 60px;
    /* Boyut artırıldı */
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

.loading-text {
    color: #dc3545 !important;
    font-size: 18px;
    text-align: center;

}

.user-form {
    display: flex;
    gap: 1.5rem;
}

#unfortunenate {
    justify-content: space-around !important;
}

#unfortunenate .page-description {
    max-width: 100% !important;
}

#unfortunenate .h1-title {
    text-align: center !important;
}

#unfortunenate .short-descp {
    font-size: 26px;
    text-align: center !important;
}

#unfortunenate .confirm-btn {

    font-size: 22px;
    min-width: auto;
    padding: 10px 35px;
    height: auto !important;

}

#unfortunenate .confirm-box {

    font-size: 22px;
    min-width: auto;
    padding: 10px 35px;
    display: flex;
    justify-content: center !important;

}



.send-message-form {
    margin-top: 15px !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.MyTabContent label.form-check-label {
    color: var(--disabledColor) !important;
}

/*------------------ RESPONSİVE DESİGN CSS --------------*/

@media screen and (max-width: 768px) {

    #SendMessage #flush-headingOne {
        max-width: 100% !important;
        border-radius: 8px;

    }

    .left-box-height {
        overflow: visible;
    }

    .info-text {
        font-size: 13px;
    }

    .send-message-form button {
        margin: -5px 0px 20px !important;
    }

    #message {
        height: calc(100% - 275px) !important;
    }

    .input-group {
        min-width: 150px !important;
    }

    .table-tabs {
        border-spacing: 1px !important;
        border-collapse: separate;
    }

    #Ausgaben {
        overflow: auto;
    }

    #Ausgaben .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 170px !important;
    }

    #Einnahmen {
        overflow: auto;
    }

    #Einnahmen .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 150px !important;
    }

    #Einnahmen .table-green {
        min-width: 135px !important;
    }

    #Einnahmen .input-group {
        min-width: 100px !important;
    }

    #Einnahmen .table-green object {
        display: none !important;
    }

    #Einnahmen .input-group .form-control,
    #Einnahmen #basic-addon1 {
        font-size: 14px !important;
    }

    #Einnahmen .input-group input {
        padding: 0px 0px 0px 10px !important;

    }

    #Einnahmen .table-tabs {
        border-spacing: 5px 8px !important;
    }

    /* Ausgaben */
    #Ausgaben .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 150px !important;
    }

    #Ausgaben .table-green {
        min-width: 135px !important;
        text-align: center;
        justify-content: center;
    }

    #Ausgaben .input-group {
        min-width: 100px !important;
    }

    #Ausgaben .table-green object {
        display: none !important;
    }

    #Ausgaben .input-group .form-control,
    #Ausgaben #basic-addon1 {
        font-size: 14px !important;
    }

    #Ausgaben .input-group input {
        padding: 0px 0px 0px 10px !important;

    }



    #Ausgaben .table-tabs {
        border-spacing: 5px 8px !important;
    }

    #Ausgaben .table-tabs td .d-flex {
        display: block !important;
    }


    #Ausgaben .table-tabs td .input-group.d-flex {
        display: flex !important;
    }

    #Ausgaben .table-tabs td .switch-date {
        display: flex !important;
    }

    #Ausgaben .table-tabs td .form-switch {
        display: flex !important;
    }

    #Ausgaben .table-tabs tr:last-child td:first-child {
        display: flex !important;
    }

    #myTabContent .confirm-box {
        position: relative !important;
    }



    #myTabContent table tr,
    #myTabContent table td {
        vertical-align: top !important;
    }

    #appresult.appSuccsess .h1-title {
        text-align: center !important;
    }

    #appresult.appSuccsess.waitingApply .short-descp {
        font-size: 20px !important;
    }

    #unfortunenate {
        justify-content: space-around !important;
    }

    #unfortunenate .h1-title {
        text-align: center !important;
    }


    .tab-content {
        overflow: hidden !important;
    }

    .tab-content>.active {
        padding: 15px 0px 0px 0px;
    }

    .lang-box-mobile {
        flex-direction: row !important;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: aliceblue !important;
        border: 0.1px solid #6b6b6b !important;
    }

    .offcanvas-header {
        display: block !important;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: white !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .left-side-menu {
        background-image: url(/images/back.png) !important;
        background-size: cover !important;
    }

    .under-logo .bold-content {
        font-size: 19px !important;
        text-align: left;
        color: aliceblue !important;
        line-height: 32px !important;
        margin-top: 220px;
    }

    .logo-svg-box a .img-fluid {
        max-width: 100% !important;
        height: auto;
    }


    .mt-xs-10 {
        margin-top: 10px;
    }

    /* .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)
    {
        border-radius: 8px!important;
    } */

    .all-data-form-box .border-right {
        border-right: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border: 8px;
    }

    .date-gap-xs {
        margin-bottom: 0.2rem !important;
    }

    .form-label-xs {
        font-size: 14px !important;
        color: #000;
        font-family: meridyen !important;
    }

    .form-input-xs {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .user-form {
        display: flex;
        gap: 1.5rem;
        margin-top: 10px;
    }

    .user-form select {
        max-width: 100%;
    }

    .user-form .responsive-group {
        width: 100%;
        max-width: 100%;
    }

    .user-form .responsive-group .form-control {
        width: 100%;
        max-width: calc(100% - 55px);
    }

    .validate-login-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .validate-login-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .validate-login-buttons button {
        width: 100%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .form-edit-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .form-edit-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-edit-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step1-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step1-buttons a {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step1-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step2-buttons a {
        max-width: 100%;
        height: 40px;
        margin-bottom: 15px !important;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .step3single-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step3single-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step3single-buttons button {
        width: 100%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step3double-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step3double-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step3double-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step4-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step4-buttons a {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step4-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step5single-buttons {
        position: relative !important;
        bottom: 10%;
        top: 80%;
        display: flex !important;
        gap: 0.25rem;
        width: 90% !important;
        margin: 0px !important;
        margin-top: 10px !important;
    }

    .step5single-buttons a {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step5single-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step5double-buttons {
        position: absolute !important;
        bottom: 10%;
        top: 80%;
        display: flex !important;
        gap: 0.25rem;
        width: 90% !important;
    }

    .step5double-buttons a {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step5double-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .last-step-expenses {
        width: 100% !important;
        position: relative !important;
        bottom: 10%;
        top: 83%;
        display: flex !important;
        gap: 0.25rem;
        z-index: 999999;
    }

    .last-step-expenses a {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .last-step-expenses button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    #Ausgaben .last-step-expenses a {
        height: 40px !important;
    }

    #Ausgaben .last-step-expenses button {
        height: 40px !important;
    }

    .result-buttons a {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 40px;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .result-buttons button {
        height: 40px;
    }

    .all-information-buttons button {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 40px;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .all-data-form-box {
        padding-bottom: 0px !important;
    }

    .form-title.responsiveFormTitle {
        margin-top: 20px !important;
        font-size: 22px !important;
    }


    .grid-child {
        margin-top: initial;
        /* Varsayılan değeri geri getirir */
        margin-left: initial;
        /* Varsayılan değeri geri getirir */
        position: static;
        /* Varsayılan değeri geri getirir */
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-child div:first-child {
        width: 100% !important;
    }

    /* .kind-label {
        position: static;
        font-size: 14px!important;
    } */

    .vehicle-mobile {
        margin-top: 25px !important;
    }

    .page-description p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    #applyForm .col-11 {
        margin: auto !important;
    }

    .data-form .form-select,
    .data-form select {
        max-width: 150px !important;
    }

    .data-form .fullWidth {
        width: 100% !important;
    }

    .data-form .fullWidth .input-group {
        max-width: 100% !important;
        width: 100%;
    }

    .data-form .fullWidth select {
        max-width: 100% !important;
        width: 100%;
    }

    /* .data-form .fullWidth input{
        width: 100% !important;
        max-width: 100% !important;
    } */

    .data-form .table-green {
        max-width: 100% !important;
        width: 100% !important;
    }

    .data-form .table-green {
        padding: 10px 0px !important;
        height: auto;
    }

    .repsonsiveFlexColumn {
        flex-direction: column !important;
        width: 100% !important;
    }

    .responsiveGrid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        margin-top: 1rem;
    }

    .responsiveGrid .col-3 {
        width: auto !important;
    }

    .data-form.gap-4,
    .responsiveFormElement.gap-4 {
        gap: .5rem !important;
    }

    .accordion-button a.btn {
        font-size: 12px !important;
    }

    .responsiveFormElement {
        flex-direction: column !important;
    }

    .responsiveFormElement.table-tabs .table-green span {
        font-size: 14px !important;
        font-family: meridyenBoldv1 !important;
    }

    .responsiveFormElement .updateRadioSelection .input-group-prepend,
    .updateRadioSelection .input-group-prepend,
    .data-form .updateRadioSelection input[type="date"] {
        width: 100%;
        max-width: 100% !important;
        border-radius: 8px;
        border: 0.5px solid #ced4da;
    }

    /* .updateRadioSelection .input-group-prepend{
        width: auto !important;
    } */
    .input-group-text.d-flex.gap-2.border-0 {
        width: auto !important;
    }

    .responsiveFormElement .updateRadioSelection {
        align-items: start !important;
        display: grid !important;
    }

    .responsiveFormElement .col-10 {
        gap: .5rem !important;
        width: 100%;
        justify-content: start;
    }

    .responsiveFormElement .col-8 {
        gap: .5rem !important;
        width: 100%;
        justify-content: space-between;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column {
        width: 100% !important;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column input {
        max-width: unset !important;
    }


    #pagination {
        overflow-y: unset !important;
        overflow-x: auto !important;
    }

    .form-select {
        height: 50px;
    }


    .form-control,
    .table-green {
        height: 50px;
    }

    .validation .validateInput.form-control {
        max-width: 60px;
    }

    .all-last-form .form-select {
        max-width: 175px !important;
    }

    /* .all-last-form .d-flex.gap-2{
        display: flex;
        flex-direction: column !important;
    } */


    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 13.5px;
    }

    .step-info {
        font-size: 11px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
    }

    .validation input {
        min-height: 54px;

    }

    .respon-box {
        flex-direction: column;
        align-items: start !important;
    }

    #allPerms {
        padding: 10px;
        width: 100% !important;
    }

    .kt-green {
        color: var(--baseTextColour) !important;
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .status-name {
        font-size: 14px !important;
    }

    .back-btn {
        margin-bottom: 1rem !important;
    }

    .double-form {
        overflow: auto !important;
        overflow-x: unset !important;
    }

    #myTab .nav-item {
        pointer-events: none !important;
        width: 33.3%;
        min-height: 50px;
    }

    .icon-info {
        max-width: 100%;
    }

    .user-form .respon-box {
        align-items: start !important;
    }

    .Home .lang-box {
        display: none !important;
    }

    .home .lang-box {
        display: none !important;
    }


    .offcanvas-body * {
        color: #000 !important;
    }

    .offcanvas-body .left-box-content .m-auto {
        /* margin: 40px auto !important; */
        margin: 0px !important;
    }

    .content-box-left .logo-svg-box {
        justify-content: center !important;
        margin-left: -8%;
    }

    .offcanvas-body .left-box-content {
        height: 100%;
        justify-content: space-between;
        margin: 8px 3px !important;
    }

    .left-box-content .bold-content-box,
    .left-box-content .light-content-box {
        display: none !important;
    }

    .content-box-left .logo-svg-box object svg rect {
        width: 170px;
        height: 50px;
    }

    .left-box-image .policy-div {
        display: none !important;
    }

    .offcanvas-body .policy-div {
        display: flex !important;
        gap: 1rem;
        position: absolute;
        display: flex !important;
        width: 100%;
        bottom: 20px;
        max-width: 85%;
        padding: 0px;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: aliceblue !important;
    }

    .offcanvas-body .policy-div li {
        text-align: center;
    }

    .left-side-bar {
        display: block !important;
    }

    .responsive-box {
        flex-direction: column !important;
        max-width: 100vw !important;
    }

    .content-right {
        padding: 10px !important;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        margin-bottom: 1rem !important;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: flex;
        justify-content: space-between;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        display: none !important;
        max-width: 100%;
    }

    .under-logo {
        width: 100%;
    }

    .bold-content {
        font-size: 18px;
        text-align: center;
        color: #000;
    }

    .edit-steps {
        overflow: auto;
        min-height: 70px;
    }

    .light-content {
        text-align: center;
    }

    .left-box-content .light-content {
        font-size: 20px;
    }

    .content-box-left .logo-responsive-box {
        justify-content: center !important;
    }

    .bold-content-box,
    .light-content-box {
        display: none !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 36px;
    }

    .page-description {
        margin-bottom: 0px;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .user-form-select {
        justify-content: start;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }

    .all-form-element .lang-box {
        display: none !important;
    }


    .lang-box-mobile .form-select {
        height: auto !important;
    }

    .pagination {
        overflow: scroll !important;
        overflow-y: unset !important;
        margin-top: 10px;
    }

    .lang-box-mobile {
        flex-direction: column;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: #000;
        border: 1px solid #000;
    }

    .content-right .user-form {
        flex-direction: column !important;
    }

    .loan-amount,
    .loan-refund,
    .loan-rate {
        font-size: 16px !important;
    }

    .loan-box-image img {
        max-width: 150px;

    }

    .loan-title {
        font-size: 12px;
    }

    .date-gap-xs {
        border: None !important;
    }

    .form-control,
    .form-selec,
    input[type="date"] {
        font-size: 16px !important;
    }

    .confirm-box {
        margin-top: 0px;
    }

    .result-amount .confirm-btn {
        max-width: 100% !important;
    }

    #kt_result .result-buttons .confirm-btn {
        max-width: 500px !important;
    }

    #kt_result .result-buttons a {
        max-width: 500px !important;
    }

    #kt_result .confirm-box {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .result-amount .edit-steps {
        justify-content: start !important;
    }

    .all-data-form-box form {
        margin: 15px !important;
        overflow-x: hidden !important;
    }

    .data-form .form-select,
    .data-form .form-control,
    .data-form select {
        min-width: 240px !important;
    }

    .data-form .form-select {
        max-width: 100% !important;
        width: 100% !important;
    }

    .all-data-form-box form {
        margin: 5px auto !important
    }

    .all-data-form-box form {
        max-width: 100%;
        width: 100%;
    }

    #allPerms label {
        font-size: 12px !important;
    }

    .document-table .input-group-text {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column .input-group input {
        width: 1% !important;
    }

    .document-table .table-green {
        text-wrap: wrap;
    }

    .accordion-button span.btn {
        font-size: 12px !important;
    }

    .data-form .input-group {
        width: auto !important;
    }

    .data-form .fullWidth .input-group {
        width: 100% !important;
    }

    .all-data-form-box .d-flex.gap-2.w-100 {
        flex-direction: column !important;
    }

    .all-data-form-box .form-static-content {

        padding: 0px !important;

    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column input,
    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column select {
        width: 100% !important;
    }

    .data-form.form-single .form-select,
    .data-form select {
        max-width: 100% !important;
    }

    .person-1-name {
        text-transform: capitalize;
    }

    #myTab .nav-link {
        font-size: 15px;
        padding: 0px;
        min-height: 50px;
    }

    .all-data-form-box {
        padding: 10px;
    }

    .input-group .form-control {
        font-size: 16px;
    }

    .table-tabs .table-green span {
        font-size: 12px !important;
    }

    .grid-form input {
        font-size: 16px;
    }

    .tab-pane .grid-form {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: .75rem;
        margin-top: 10px !important;
    }

    .input-group {
        min-width: 225px;
    }

    label[id*="selectedFileCount"] {
        /* Stil kuralları burada */
        font-size: 13px;
    }

    .custom-input {
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .15rem;
    }

    .custom-input object {
        width: 20px;
        height: 20px;
    }


    .all-last-form .input-group {
        min-width: 250px !important;
    }

    .tab-content {
        overflow: scroll;
    }

    .input-grid-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: .5rem;
    }

    .grid-form .input-grid-box {
        width: 100% !important;
    }

    .tab-content .table-green {
        min-width: 240px !important;
    }

    .grid-input-descp {
        font-size: 16px !important;
    }

    .grid-form {
        margin-top: 0px !important;
    }

    .grid-form .d-flex.gap-2 label {
        line-height: 40px;
    }

    .grid-form .input-grid-box {
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: start;
        gap: .25rem;
    }

    .grid-input-descp {
        font-size: 15px !important;
    }

    .all-data-form-box .table-green span strong {
        font-family: meridyenBoldv1 !important;
    }

    #Einnahmen .table-green {
        gap: .5rem;
        padding: 0px;
        min-width: 190px;
        text-align: center;

    }

    #Einnahmen .table-green span,
    #Einnahmen .table-tabs .table-green span {
        font-size: 13px !important;
        text-align: center;
        width: 100%;
    }

    .document-table {
        max-width: 100%;
    }

    .document-table .grid-3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .content-title h3 {
        font-size: 14px;
        text-transform: capitalize;
        margin-bottom: 0px !important;
    }

    input[type="file"]::file-selector-button {
        height: 100px;
        width: 50%;
        background-color: #006340;
    }

    .all-data-form-box .scale-span {
        display: none !important;
    }

    .document-name {
        width: 115px;
        /* Container genişliği */
        white-space: nowrap;
        /* Uzun metni satır sonuna kadar kes */
        overflow: hidden;
        /* Taşan metni gizle */
        text-overflow: ellipsis;
    }

    .responsive-flex {
        flex-direction: column;
        gap: 0.5em;
    }

    .content-right .col-form-label {
        font-size: 16px;
        width: 100%;
        margin-bottom: -8px;
    }


    .all-data-form-box h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .all-data-form-box .table-green {
        font-size: 14px;
        min-width: 150px;
    }

    .left-side-bar {
        display: block !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .all-data-form-box .table-green {
        font-size: 14px;
        min-width: 180px;
    }

    .validation .validateInput.form-control,
    .table-green {
        max-width: auto;
    }

    .form-select {
        height: 50px;
    }

    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 13.5px;
    }

    .step-info {
        font-size: 11px;
    }

    .logo-responsive-div {
        align-items: center !important;
    }

    .offcanvas-body .left-box-content {
        display: flex !important;
    }


    .logo-svg-box img {
        max-width: 75%;
        max-height: 75%;
    }

    .left-box-image {
        padding: 15px 10px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
        display: none !important;
    }

    .all-form-element input[type="date"] {
        font-size: 15px !important;
        align-items: center !important;
        display: flex;
    }

    .result-amount .responsive-center {
        align-items: center !important;
        text-align: center !important;
    }

    .result-amount .responsive-loan.loan-box-content {
        padding-left: 15px !important;
    }

    .result-amount .loan-box-content,
    .all-form-element .loan-box-content {
        padding-left: 0px !important;
    }

    .result-amount .h1-title {
        align-items: center !important;
        margin-bottom: 10px;
        text-align: left !important;
    }

    label.small-size {
        font-size: 14px;
    }

    hr.thin {
        height: 1.5px !important;
    }

    .result-amount .result-box {
        margin-top: 20px !important;
    }

    .result-amount .short-descp {
        gap: .75rem;
        display: grid;
    }

    .result-amount .back-btn {
        margin-bottom: 1rem !important;
    }

    .back-btn {
        margin-bottom: .5rem !important;
    }

    #steps1 {
        flex-direction: column !important;
    }

    #overflow {
        overflow: scroll;
    }

    #unfortunenate {
        flex-direction: column !important;
    }

    #unfortunenate .h1-title {
        text-align: center;
    }

    #unfortunenate .contentbox-un {
        width: 100% !important;
        flex-direction: column !important;
    }

    #unfortunenate .loan-box-image {
        width: 100% !important;
        border: none !important;

    }

    #unfortunenate .loan-box-content {
        width: 100% !important;
        border: none !important;
        margin: 0px !important;
        text-align: center;
    }

    .responsive-box {
        flex-direction: column !important;
    }

    .content-right {
        padding: 20px;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
        margin-bottom: 10px !important;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        width: 100%;
        height: 40px;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 15px;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        max-width: 100%;
        display: none;
    }

    .under-logo {
        width: 100%;
    }

    .under-logo .bold-content {
        font-size: 18px;
        text-align: left;
        color: #000;
    }

    .responsive-center {
        text-align: center !important;
    }

    .light-content {
        text-align: left;
    }

    .logo-responsive-box {
        justify-content: center !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 26px;
    }

    .short-descp {
        font-size: 18px !important;
    }

    .form-title {
        font-size: 17px !important;
    }

    .page-description {
        margin-bottom: 0px;
        max-width: 100%;
    }

    .validation-error {
        font-size: 12px;
    }

    .text-danger {
        font-size: 14px !important;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }

    .responsiveInput input {
        width: 100% !important;
        max-width: unset !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

    .all-data-form-box form {
        max-height: calc(100vh - 100px) !important;
    }

    .left-box-height {
        overflow: visible;
    }

    .validation {
        gap: 12px;
    }

    .info-text {
        font-size: 16px;
    }

    .send-message-form button {
        margin: -5px 0px 20px !important;
    }

    #message {
        height: calc(100% - 275px) !important;
    }

    .input-group {
        min-width: 150px !important;
    }

    .table-tabs {
        border-spacing: 3px !important;
        border-collapse: separate;
    }

    #Ausgaben .table-green {
        gap: .5rem;
        padding: 5px;
    }

    #Ausgaben tr td:nth-child(2) {
        padding: 0px;
    }


    #Einnahmen .table-green {
        gap: .5rem;
        padding: 5px;
    }

    #Einnahmen tr td:nth-child(2) {
        padding: 7px 0 7px 0px;
    }

    .tab-content {
        overflow: hidden !important;
    }

    .tab-content>.active {
        padding: 15px 0px 0px 0px;
    }

    .lang-box-mobile {
        flex-direction: row !important;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: aliceblue !important;
        border: 0.1px solid #6b6b6b !important;
    }

    .offcanvas-header {
        display: block !important;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: white !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .left-side-menu {
        background-image: url(/images/back.png) !important;
        background-size: cover !important;
    }

    .under-logo .bold-content {
        font-size: 19px !important;
        text-align: left;
        color: aliceblue !important;
        line-height: 32px !important;
        margin-top: 220px;
    }

    .logo-svg-box a .img-fluid {
        max-width: 100% !important;
        height: auto;
    }


    .mt-xs-10 {
        margin-top: 10px;
    }

    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-radius: 8px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .all-data-form-box .border-right {
        border-right: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border: 8px;
    }

    .date-gap-xs {
        margin-bottom: 0.2rem !important;
    }

    .form-label-xs {
        font-size: 14px !important;
        color: #000;
        font-family: meridyen !important;
    }

    .form-input-xs {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .user-form {
        display: flex;
        gap: 1.5rem;
        margin-top: 10px;
    }

    .user-form select {
        max-width: 100%;
    }

    .user-form .responsive-group {
        width: 100%;
        max-width: 100%;
    }

    .user-form .responsive-group .form-control {
        width: 100%;
        max-width: calc(100% - 55px);
    }

    .validate-login-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .validate-login-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .validate-login-buttons button {
        width: 100%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .form-edit-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .form-edit-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-edit-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step1-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step1-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .step1-buttons button {

        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step2-buttons a {
        max-width: 100%;
        display: grid;
        justify-content: center;
        align-items: center;
        font-size: 23px;
        height: 40px;
        margin-bottom: 30px !important;
    }

    .step3single-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step3single-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .step3single-buttons button {
        width: 100%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step3double-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step3double-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .step3double-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step4-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step4-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .step4-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step5single-buttons {
        position: relative !important;
        bottom: 10%;
        top: 83%;
        display: flex !important;
        gap: 0.25rem;
        width: 95% !important;
    }

    .step5single-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .step5single-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .step5double-buttons {
        position: relative !important;
        bottom: 10%;
        top: 83%;
        display: flex !important;
        gap: 0.25rem;
        width: 95% !important;
    }

    .step5double-buttons a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .step5double-buttons button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .last-step-expenses {
        width: 100% !important;
        position: relative !important;
        bottom: 10%;
        top: 86%;
        display: flex !important;
        gap: 0.25rem;
        z-index: 999999;
    }

    .last-step-expenses a {
        max-width: 100%;
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .last-step-expenses button {
        width: 50%;
        height: 40px;
        margin-bottom: .5rem !important;
    }

    .result-buttons a {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 40px;
        display: grid;
        justify-content: center;
        align-items: center;
        font-size: 23px;
    }

    .result-buttons button {
        height: 40px;
    }

    .all-information-buttons button {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 40px;
        display: grid;
        height: 40px;
        justify-content: center;
        align-items: center;
    }

    .all-data-form-box {
        padding-bottom: 0px !important;
    }


    .grid-child {
        margin-top: initial;
        /* Varsayılan değeri geri getirir */
        margin-left: initial;
        /* Varsayılan değeri geri getirir */
        position: static;
        /* Varsayılan değeri geri getirir */
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-child div:first-child div:first-child {
        width: 100% !important;
    }

    /* .kind-label {
        position: static;
        font-size: 17px!important;
    } */

    .vehicle-mobile {
        margin-top: 0px !important;
    }

    .page-description p {
        font-size: 19px;
        margin-bottom: 10px;
    }

    #applyForm .col-11 {
        margin: auto !important;
    }

    .data-form .form-select,
    .data-form select {
        max-width: 150px !important;
    }

    .data-form .fullWidth {
        width: 100% !important;
    }

    .data-form .fullWidth .input-group {
        max-width: 100% !important;
        width: 100%;
    }

    .data-form .fullWidth select {
        max-width: 100% !important;
        width: 100%;
    }

    /* .data-form .fullWidth input{
        width: 100% !important;
        max-width: 100% !important;
    } */

    .data-form .table-green {
        max-width: 100% !important;
        width: 100% !important;
    }

    .data-form .table-green {
        padding: 10px 0px !important;
        height: auto;
    }

    .repsonsiveFlexColumn {
        flex-direction: column !important;
        width: 100% !important;
    }

    .responsiveGrid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        margin-top: 1rem;
    }

    .responsiveGrid .col-3 {
        width: auto !important;
    }

    .data-form.gap-4,
    .responsiveFormElement.gap-4 {
        gap: .5rem !important;
    }

    .responsiveFormElement {
        flex-direction: column !important;
    }

    .responsiveFormElement .d-flex {
        width: 100% !important;
    }

    .responsiveFormElement.table-tabs .table-green span {
        font-size: 14px !important;
        font-family: meridyenBoldv1 !important;
    }

    .responsiveFormElement .updateRadioSelection .input-group-prepend,
    .updateRadioSelection .input-group-prepend,
    .data-form .updateRadioSelection input[type="date"] {
        width: 100%;
        max-width: 100% !important;
        border-radius: 8px;
        border: 0.5px solid #ced4da;
    }

    /* .updateRadioSelection .input-group-prepend{
        width: auto !important;
    } */
    .input-group-text.d-flex.gap-2.border-0 {
        width: auto !important;
    }

    .responsiveFormElement .updateRadioSelection {
        align-items: start !important;
        display: grid !important;
    }

    .responsiveFormElement .col-10 {
        gap: .5rem !important;
        width: 100%;
        justify-content: start;
    }

    .responsiveFormElement .col-8 {
        gap: .5rem !important;
        width: 100%;
        justify-content: space-between;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column {
        width: 100% !important;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column input {
        max-width: unset !important;
    }


    #pagination {
        overflow-y: unset !important;
        overflow-x: auto !important;
    }

    .form-select {
        height: 50px;
    }


    .form-control,
    .table-green {
        height: 50px;
    }

    .validation .validateInput.form-control {
        max-width: 70px;
    }

    .all-last-form .form-control,
    .all-last-form .form-select {
        max-width: 175px !important;
    }

    /* .all-last-form .d-flex.gap-2{
        display: flex;
        flex-direction: column !important;
    } */


    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 13.5px;
    }

    .step-info {
        font-size: 11px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
    }

    .validation input {
        min-height: 70px;

    }

    .respon-box {
        flex-direction: column;
        align-items: start !important;
    }

    #allPerms {
        padding: 10px;
        width: 100% !important;
    }

    .kt-green {
        color: var(--baseTextColour) !important;
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .status-name {
        font-size: 14px !important;
    }

    .back-btn {
        margin-bottom: 1rem !important;
    }

    .double-form {
        overflow: scroll !important;
    }

    #myTab .nav-item {
        pointer-events: none !important;
        width: 33.3%;
        min-height: 50px;
    }

    .icon-info {
        max-width: 100%;
    }

    .user-form .respon-box {
        align-items: start !important;
    }

    .Home .lang-box {
        display: none !important;
    }

    .home .lang-box {
        display: none !important;
    }


    .offcanvas-body * {
        color: #000 !important;
    }

    .offcanvas-body .left-box-content .m-auto {
        /* margin: 40px auto !important; */
        margin: 0px !important;
    }

    .content-box-left .logo-svg-box {
        justify-content: center !important;
        margin-left: -8%;
    }

    .offcanvas-body .left-box-content {
        height: 100%;
        justify-content: space-between;
        margin: 8px 3px !important;
    }

    .left-box-content .bold-content-box,
    .left-box-content .light-content-box {
        display: none !important;
    }

    .content-box-left .logo-svg-box object svg rect {
        width: 170px;
        height: 50px;
    }

    .left-box-image .policy-div {
        display: none !important;
    }

    .offcanvas-body .policy-div {
        display: flex !important;
        gap: 1rem;
        position: absolute;
        display: flex !important;
        width: 100%;
        bottom: 20px;
        max-width: 85%;
        padding: 0px;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: aliceblue !important;
    }

    .offcanvas-body .policy-div li {
        text-align: center;
    }

    .left-side-bar {
        display: block !important;
    }

    .responsive-box {
        flex-direction: column !important;
        max-width: 100vw !important;
    }

    .content-right {
        padding: 20px;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        margin-bottom: 1rem !important;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: flex;
        justify-content: space-between;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        display: none !important;
        max-width: 100%;
    }

    .under-logo {
        width: 100%;
    }

    .bold-content {
        font-size: 18px;
        text-align: center;
        color: #000;
    }

    .edit-steps {
        overflow: auto;
        min-height: 90px;
    }

    .light-content {
        text-align: center;
    }

    .left-box-content .light-content {
        font-size: 20px;
    }

    .content-box-left .logo-responsive-box {
        justify-content: center !important;
    }

    .bold-content-box,
    .light-content-box {
        display: none !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 36px;
    }

    .page-description {
        margin-bottom: 0px;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .user-form-select {
        justify-content: start;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }

    .all-form-element .lang-box {
        display: none !important;
    }


    .lang-box-mobile .form-select {
        height: auto !important;
    }

    .pagination {
        overflow: auto !important;
        margin-top: 10px;
    }

    .lang-box-mobile {
        flex-direction: column;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: #000;
        border: 1px solid #000;
    }

    .content-right .user-form {
        flex-direction: column !important;
    }

    .loan-amount,
    .loan-refund,
    .loan-rate {
        font-size: 16px !important;
    }

    .loan-box-image img {
        max-width: 200px;

    }

    .loan-title {
        font-size: 21px;
    }

    .form-control,
    .form-selec,
    input[type="date"] {
        font-size: 18px;
    }

    .confirm-box {
        margin-top: 0px;
    }

    .result-amount .confirm-btn {
        max-width: 100% !important;
    }

    #kt_result .result-buttons .confirm-btn {
        max-width: 500px !important;
    }

    #kt_result .result-buttons a {
        max-width: 500px !important;
    }


    .result-amount .edit-steps {
        justify-content: start !important;
    }

    .all-data-form-box form {
        margin: 15px !important;
        overflow-x: hidden !important;
    }

    .data-form .form-select,
    .data-form .form-control,
    .data-form select {
        min-width: 240px !important;
    }

    .all-data-form-box form {
        margin: 5px !important
    }

    .all-data-form-box form {
        max-width: 100%;
        width: 100%;
    }

    #allPerms label {
        font-size: 14px !important;
    }

    .document-table .input-group-text {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column .input-group input {
        width: 1% !important;
    }

    .document-table .table-green {
        text-wrap: wrap;
    }

    .accordion-button span.btn {
        font-size: 14px !important;
    }

    .data-form .input-group {
        width: auto !important;
    }

    .data-form .fullWidth .input-group {
        width: 100% !important;
    }

    .all-data-form-box .d-flex.gap-2.w-100 {
        flex-direction: column !important;
    }

    .all-data-form-box .form-static-content {

        padding: 0px !important;

    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column input,
    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column select {
        width: 100% !important;
    }

    .data-form.form-single .form-select,
    .data-form select {
        max-width: 100% !important;
    }

    .person-1-name {
        text-transform: capitalize;
    }

    #myTab .nav-link {
        font-size: 18px;
        padding: 0px;
        min-height: 50px;
    }

    .all-data-form-box {
        padding: 10px;
    }

    .input-group .form-control {
        font-size: 28px;
    }

    .table-tabs .table-green span {
        font-size: 16px;
    }

    .grid-form input {
        font-size: 16px;
    }

    .tab-pane .grid-form {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        gap: .25rem;
    }

    .input-group {
        min-width: 225px;
    }

    label[id*="selectedFileCount"] {
        /* Stil kuralları burada */
        font-size: 13px;
    }

    .custom-input {
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .15rem;
    }

    .custom-input object {
        width: 20px;
        height: 20px;
    }


    .all-last-form .input-group {
        min-width: 250px !important;
    }

    .tab-content {
        overflow: scroll;
    }

    .input-grid-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: .5rem;
    }

    .grid-form .input-grid-box {
        width: 100% !important;
    }

    .grid-input-descp {
        font-size: 16px !important;
    }

    .grid-form {
        margin-top: 0px !important;
    }

    .grid-form .d-flex.gap-2 label {
        line-height: 40px;
    }

    .grid-form .input-grid-box {
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: start;
        gap: .4rem;
    }

    .grid-input-descp {
        font-size: 16px !important;
        padding-right: 10px;
    }

    #Einnahmen .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 190px;

    }

    #Einnahmen .table-green span,
    #Einnahmen .table-tabs .table-green span {
        font-size: 16px !important;
    }

    .document-table .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-title h3 {
        font-size: 19px;
        text-transform: capitalize;
    }

    input[type="file"]::file-selector-button {
        height: 100px;
        width: 50%;
        background-color: #006340;
    }

    .all-data-form-box .scale-span {
        display: none !important;
    }

    .document-name {
        width: 115px;
        /* Container genişliği */
        white-space: nowrap;
        /* Uzun metni satır sonuna kadar kes */
        overflow: hidden;
        /* Taşan metni gizle */
        text-overflow: ellipsis;
    }

    .responsive-flex {
        flex-direction: column;
        gap: 0.5em;
    }

    .content-right .col-form-label {
        font-size: 20px;
        margin-bottom: -8px;
    }


    .all-data-form-box h3 {
        font-size: 18px;
    }

    .all-data-form-box .table-green {
        font-size: 14px;
        min-width: 150px;
    }

    .left-side-bar {
        display: block !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .all-data-form-box .table-green {
        font-size: 17px;
        min-width: 180px;
    }

    .form-select {
        height: 50px;
    }

    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 14px;
    }

    .step-info {
        font-size: 14px;
    }

    .logo-responsive-div {
        align-items: center !important;
    }

    .offcanvas-body .left-box-content {
        display: flex !important;
    }


    .logo-svg-box img {
        max-width: 75%;
        max-height: 75%;
    }

    .left-box-image {
        padding: 15px 10px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
        display: none !important;
    }

    .all-form-element input[type="date"] {
        font-size: 15px !important;
        align-items: center !important;
        display: flex;
    }

    .result-amount .responsive-center {
        align-items: center !important;
        text-align: center !important;
    }

    .result-amount .responsive-loan.loan-box-content {
        padding-left: 15px !important;
    }

    .result-amount .loan-box-content,
    .all-form-element .loan-box-content {
        padding-left: 0px !important;
    }

    .result-amount .h1-title {
        align-items: center !important;
        text-align: center !important;
    }

    .result-amount .back-btn {
        margin-bottom: 1rem !important;
    }

    .back-btn {
        margin-bottom: .5rem !important;
    }

    #steps1 {
        flex-direction: column !important;
    }

    #overflow {
        overflow: scroll;
        overflow-x: unset !important;
        overflow-y: unset !important;
    }

    #unfortunenate {
        flex-direction: column !important;
    }

    #unfortunenate .h1-title {
        text-align: center;
    }

    #unfortunenate .contentbox-un {
        width: 100% !important;
        flex-direction: column !important;
    }

    #unfortunenate .loan-box-image {
        width: 100% !important;
        border: none !important;

    }

    #unfortunenate .loan-box-content {
        width: 100% !important;
        border: none !important;
        margin: 0px !important;
        text-align: center;
    }

    .responsive-box {
        flex-direction: column !important;
    }

    .content-right {
        padding: 20px;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
        margin-bottom: 0px !important;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        width: 100%;
        height: 100%;
        font-size: 23px;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 15px;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        max-width: 100%;
        display: none;
    }

    .under-logo {
        width: 100%;
    }

    .under-logo .bold-content {
        font-size: 18px;
        text-align: left;
        color: #000;
    }

    .responsive-center {
        text-align: center !important;
    }

    .light-content {
        text-align: left;
    }

    .logo-responsive-box {
        justify-content: center !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 30px;
    }

    .short-descp {
        font-size: 19px !important;
    }

    .form-title {
        font-size: 19px !important;
    }

    .page-description {
        margin-bottom: 0px;
        max-width: 100%;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {

    .info-text {
        font-size: 16px;
    }

    .send-message-form button {
        margin: 20px 0px 20px !important;
    }

    #message {
        height: calc(100% - 275px) !important;
    }

    .input-group {
        min-width: 150px !important;
    }

    .table-tabs {
        border-spacing: 1px !important;
        border-collapse: separate;
    }

    #Ausgaben .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 170px !important;
    }

    #Einnahmen .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 150px !important;
    }

    .tab-content {
        overflow: hidden !important;
    }

    .tab-content>.active {
        padding: 15px 0px 0px 0px;
    }

    .lang-box-mobile {
        flex-direction: row !important;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: aliceblue !important;
        border: 0.1px solid #6b6b6b !important;
    }

    .offcanvas-header {
        display: block !important;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: white !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .left-side-menu {
        background-image: url(/images/back.png) !important;
        background-size: cover !important;
    }

    .under-logo .bold-content {
        font-size: 19px !important;
        text-align: left;
        color: aliceblue !important;
        line-height: 32px !important;
        margin-top: 220px;
    }

    .logo-svg-box a .img-fluid {
        max-width: 100% !important;
        height: auto;
    }


    .mt-xs-10 {
        margin-top: 10px;
    }

    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-radius: 8px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .all-data-form-box .border-right {
        border-right: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border: 8px;
    }

    .date-gap-xs {
        margin-bottom: 0.2rem !important;
    }

    .form-label-xs {
        font-size: 14px !important;
        color: #000;
        font-family: meridyen !important;
    }

    .form-input-xs {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .user-form {
        display: flex;
        gap: 1.5rem;
        margin-top: 10px;
    }

    .user-form select {
        max-width: 100%;
    }

    .user-form .responsive-group {
        width: 100%;
        max-width: 100%;
    }

    .user-form .responsive-group .form-control {
        width: 100%;
        max-width: calc(100% - 55px);
    }

    .validate-login-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .validate-login-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .validate-login-buttons button {
        width: 100%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .form-edit-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .form-edit-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-edit-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step1-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step1-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step1-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step2-buttons a {
        max-width: 100%;
        height: 50px;
        margin-bottom: 15px !important;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .step4-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step4-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step4-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step5single-buttons {
        position: relative !important;
        bottom: 10%;
        top: 80%;
        display: flex !important;
        gap: 0.25rem;
        width: 90% !important;
    }

    .step5single-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step5single-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .last-step-expenses {
        width: 100% !important;
        position: relative !important;
        bottom: 10%;
        top: 83%;
        display: flex !important;
        gap: 0.25rem;
        z-index: 999999;
    }

    .last-step-expenses a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .last-step-expenses button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .result-buttons a {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 50px;
        display: grid;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .result-buttons button {
        height: 50px;
    }

    .all-information-buttons button {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 50px;
        display: grid;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .all-data-form-box {
        padding-bottom: 0px !important;
    }


    .grid-child {
        margin-top: initial;
        /* Varsayılan değeri geri getirir */
        margin-left: initial;
        /* Varsayılan değeri geri getirir */
        position: static;
        /* Varsayılan değeri geri getirir */
        grid-template-columns: repeat(2, 1fr);
    }

    /* .kind-label {
        position: static;
        font-size: 14px!important;
    } */

    .vehicle-mobile {
        margin-top: 25px !important;
    }

    .page-description p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    #applyForm .col-11 {
        margin: auto !important;
    }

    .data-form .form-select,
    .data-form select {
        max-width: 150px !important;
    }

    .data-form .fullWidth {
        width: 100% !important;
    }

    .data-form .fullWidth .input-group {
        max-width: 100% !important;
        width: 100%;
    }

    .data-form .fullWidth select {
        max-width: 100% !important;
        width: 100%;
    }

    /* .data-form .fullWidth input{
        width: 100% !important;
        max-width: 100% !important;
    } */

    .data-form .table-green {
        max-width: 100% !important;
        width: 100% !important;
    }

    .data-form .table-green {
        padding: 10px 0px !important;
        height: auto;
    }

    .repsonsiveFlexColumn {
        flex-direction: column !important;
        width: 100% !important;
    }

    .responsiveGrid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        margin-top: 1rem;
    }

    .responsiveGrid .col-3 {
        width: auto !important;
    }

    .data-form.gap-4,
    .responsiveFormElement.gap-4 {
        gap: .5rem !important;
    }

    .responsiveFormElement {
        flex-direction: column !important;
    }

    .responsiveFormElement.table-tabs .table-green span {
        font-size: 14px;
        font-family: meridyen !important;
    }

    .responsiveFormElement .updateRadioSelection .input-group-prepend,
    .updateRadioSelection .input-group-prepend,
    .data-form .updateRadioSelection input[type="date"] {
        width: 100%;
        max-width: 100% !important;
        border-radius: 8px;
        border: 0.5px solid #ced4da;
    }

    /* .updateRadioSelection .input-group-prepend{
        width: auto !important;
    } */
    .input-group-text.d-flex.gap-2.border-0 {
        width: auto !important;
    }

    .responsiveFormElement .updateRadioSelection {
        align-items: start !important;
        display: grid !important;
    }

    .responsiveFormElement .col-10 {
        gap: .5rem !important;
        width: 100%;
        justify-content: start;
    }

    .responsiveFormElement .col-8 {
        gap: .5rem !important;
        width: 100%;
        justify-content: space-between;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column {
        width: 100% !important;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column input {
        max-width: unset !important;
    }


    #pagination {
        overflow-y: unset !important;
        overflow-x: scroll !important;
    }

    .form-select {
        height: 50px;
    }


    .form-control,
    .table-green {
        height: 50px;
    }

    .validation .validateInput.form-control {
        max-width: 40px;
    }

    .all-last-form .form-control,
    .all-last-form .form-select {
        max-width: 175px !important;
    }

    /* .all-last-form .d-flex.gap-2{
        display: flex;
        flex-direction: column !important;
    } */


    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 13.5px;
    }

    .step-info {
        font-size: 11px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
    }

    .validation input {
        min-height: 54px;

    }

    .respon-box {
        flex-direction: column;
        align-items: start !important;
    }

    #allPerms {
        padding: 10px;
        width: 100% !important;
    }

    .kt-green {
        color: var(--baseTextColour) !important;
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .status-name {
        font-size: 14px !important;
    }

    .back-btn {
        margin-bottom: 1rem !important;
    }

    .double-form {
        overflow: scroll !important;
    }

    #myTab .nav-item {
        pointer-events: none !important;
        width: 33.3%;
        min-height: 50px;
    }

    .icon-info {
        max-width: 100%;
    }

    .user-form .respon-box {
        align-items: start !important;
    }

    .Home .lang-box {
        display: none !important;
    }

    .home .lang-box {
        display: none !important;
    }


    .offcanvas-body * {
        color: #000 !important;
    }

    .offcanvas-body .left-box-content .m-auto {
        /* margin: 40px auto !important; */
        margin: 0px !important;
    }

    .content-box-left .logo-svg-box {
        justify-content: center !important;
        margin-left: -8%;
    }

    .offcanvas-body .left-box-content {
        height: 100%;
        justify-content: space-between;
        margin: 8px 3px !important;
    }

    .left-box-content .bold-content-box,
    .left-box-content .light-content-box {
        display: none !important;
    }

    .content-box-left .logo-svg-box object svg rect {
        width: 170px;
        height: 50px;
    }

    .left-box-image .policy-div {
        display: none !important;
    }

    .offcanvas-body .policy-div {
        display: flex !important;
        gap: 1rem;
        position: absolute;
        display: flex !important;
        width: 100%;
        bottom: 20px;
        max-width: 85%;
        padding: 0px;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: aliceblue !important;
    }

    .offcanvas-body .policy-div li {
        text-align: center;
    }

    .left-side-bar {
        display: block !important;
    }

    .responsive-box {
        flex-direction: column !important;
        max-width: 100vw !important;
    }

    .content-right {
        padding: 20px;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        margin-bottom: .5rem !important;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: flex;
        justify-content: space-between;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        display: none !important;
        max-width: 100%;
    }

    .under-logo {
        width: 100%;
    }

    .bold-content {
        font-size: 18px;
        text-align: center;
        color: #000;
    }

    .edit-steps {
        overflow: scroll;
        min-height: 70px;
    }

    .light-content {
        text-align: center;
    }

    .left-box-content .light-content {
        font-size: 20px;
    }

    .content-box-left .logo-responsive-box {
        justify-content: center !important;
    }

    .bold-content-box,
    .light-content-box {
        display: none !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 36px;
    }

    .page-description {
        margin-bottom: 0px;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .user-form-select {
        justify-content: start;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }

    .all-form-element .lang-box {
        display: none !important;
    }


    .lang-box-mobile .form-select {
        height: auto !important;
    }

    .pagination {
        overflow: scroll !important;
        margin-top: 10px;
    }

    .lang-box-mobile {
        flex-direction: column;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: #000;
        border: 1px solid #000;
    }

    .content-right .user-form {
        flex-direction: column !important;
    }

    .loan-amount,
    .loan-refund,
    .loan-rate {
        font-size: 16px !important;
    }

    .loan-box-image img {
        max-width: 150px;

    }

    .loan-title {
        font-size: 14px;
    }

    .form-control,
    .form-selec,
    input[type="date"] {
        font-size: 16px;
    }

    .confirm-box {
        margin-top: 0px;
    }

    .result-amount .confirm-btn {
        max-width: 100% !important;
    }

    .result-amount .edit-steps {
        justify-content: start !important;
    }

    .all-data-form-box form {
        margin: 15px !important;
        overflow-x: hidden !important;
    }

    .data-form .form-select,
    .data-form .form-control,
    .data-form select {
        min-width: 240px !important;
    }

    .all-data-form-box form {
        margin: 5px !important
    }

    .all-data-form-box form {
        max-width: 100%;
        width: 100%;
    }

    #allPerms label {
        font-size: 12px !important;
    }

    .document-table .input-group-text {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column .input-group input {
        width: 1% !important;
    }

    .document-table .table-green {
        text-wrap: wrap;
    }

    .accordion-button span.btn {
        font-size: 12px !important;
    }

    .data-form .input-group {
        width: auto !important;
    }

    .data-form .fullWidth .input-group {
        width: 100% !important;
    }

    .all-data-form-box .d-flex.gap-2.w-100 {
        flex-direction: column !important;
    }

    .all-data-form-box .form-static-content {

        padding: 0px !important;

    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column input,
    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column select {
        width: 100% !important;
    }

    .data-form.form-single .form-select,
    .data-form select {
        max-width: 100% !important;
    }

    .person-1-name {
        text-transform: capitalize;
    }

    #myTab .nav-link {
        font-size: 15px;
        padding: 0px;
        min-height: 50px;
    }

    .all-data-form-box {
        padding: 10px;
    }

    .input-group .form-control {
        font-size: 16px;
    }

    .table-tabs .table-green span {
        font-size: 12px;
    }

    .grid-form input {
        font-size: 16px;
    }

    .tab-pane .grid-form {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: .25rem;
    }

    .input-group {
        min-width: 225px;
    }

    label[id*="selectedFileCount"] {
        /* Stil kuralları burada */
        font-size: 13px;
    }

    .custom-input {
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .15rem;
    }

    .custom-input object {
        width: 20px;
        height: 20px;
    }


    .all-last-form .input-group {
        min-width: 250px !important;
    }

    .tab-content {
        overflow: scroll;
    }

    .input-grid-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: .5rem;
    }

    .grid-form .input-grid-box {
        width: 100% !important;
    }

    .tab-content .table-green {
        min-width: 240px !important;
    }

    .grid-input-descp {
        font-size: 16px !important;
    }

    .grid-form {
        margin-top: 0px !important;
    }

    .grid-form .d-flex.gap-2 label {
        line-height: 40px;
    }

    .grid-form .input-grid-box {
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: start;
        gap: .25rem;
    }

    .grid-input-descp {
        font-size: 13px !important;
    }

    #Einnahmen .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 190px;

    }

    #Einnahmen .table-green span,
    #Einnahmen .table-tabs .table-green span {
        font-size: 14px !important;
    }

    .document-table {
        max-width: 100%;
    }

    .document-table .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-title h3 {
        font-size: 18px;
        text-transform: capitalize;
    }

    input[type="file"]::file-selector-button {
        height: 100px;
        width: 50%;
        background-color: #006340;
    }

    .all-data-form-box .scale-span {
        display: none !important;
    }

    .document-name {
        width: 115px;
        /* Container genişliği */
        white-space: nowrap;
        /* Uzun metni satır sonuna kadar kes */
        overflow: hidden;
        /* Taşan metni gizle */
        text-overflow: ellipsis;
    }

    .responsive-flex {
        flex-direction: column;
        gap: 0.5em;
    }

    .content-right .col-form-label {
        font-size: 16px;
        width: 100% !important;
        margin-bottom: -8px;
    }


    .all-data-form-box h3 {
        font-size: 18px;
    }

    .all-data-form-box .table-green {
        font-size: 14px;
        min-width: 150px;
    }

    .left-side-bar {
        display: block !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .all-data-form-box .table-green {
        font-size: 14px;
        min-width: 180px;
    }

    .validation .validateInput.form-control,
    .table-green {
        max-width: 40px;
    }

    .form-select {
        height: 50px;
    }

    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 13.5px;
    }

    .step-info {
        font-size: 11px;
    }

    .logo-responsive-div {
        align-items: center !important;
    }

    .offcanvas-body .left-box-content {
        display: flex !important;
    }


    .logo-svg-box img {
        max-width: 75%;
        max-height: 75%;
    }

    .left-box-image {
        padding: 15px 10px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
        display: none !important;
    }

    .all-form-element input[type="date"] {
        font-size: 15px !important;
        align-items: center !important;
        display: flex;
    }

    .result-amount .responsive-center {
        align-items: center !important;
        text-align: center !important;
    }

    .result-amount .responsive-loan.loan-box-content {
        padding-left: 15px !important;
    }

    .result-amount .loan-box-content,
    .all-form-element .loan-box-content {
        padding-left: 0px !important;
    }

    .result-amount .h1-title {
        align-items: center !important;
        text-align: center !important;
    }

    .result-amount .back-btn {
        margin-bottom: 1rem !important;
    }

    .back-btn {
        margin-bottom: .5rem !important;
    }

    #steps1 {
        flex-direction: column !important;
    }

    #overflow {
        overflow: scroll;
    }

    #unfortunenate {
        flex-direction: column !important;
    }

    #unfortunenate .h1-title {
        text-align: center;
    }

    #unfortunenate .contentbox-un {
        width: 100% !important;
        flex-direction: column !important;
    }

    #unfortunenate .loan-box-image {
        width: 100% !important;
        border: none !important;

    }

    #unfortunenate .loan-box-content {
        width: 100% !important;
        border: none !important;
        margin: 0px !important;
        text-align: center;
    }

    .responsive-box {
        flex-direction: column !important;
    }

    .content-right {
        padding: 20px;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
        margin-bottom: 10px !important;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        width: 100%;
        height: 100%;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 15px;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        max-width: 100%;
        display: none;
    }

    .under-logo {
        width: 100%;
    }

    .under-logo .bold-content {
        font-size: 18px;
        text-align: left;
        color: #000;
    }

    .responsive-center {
        text-align: center !important;
    }

    .light-content {
        text-align: left;
    }

    .logo-responsive-box {
        justify-content: center !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 26px;
    }

    .short-descp {
        font-size: 17px !important;
    }

    .form-title {
        font-size: 17px !important;
    }

    .page-description {
        margin-bottom: 0px;
        max-width: 100%;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1699px) {

    .info-text {
        font-size: 16px;
    }

    .short-descp {
        font-size: 22px;
    }

    .send-message-form button {
        margin: 20px 0px 20px !important;
    }

    #message {
        height: calc(100% - 275px) !important;
    }

    .input-group {
        min-width: 150px !important;
    }

    .table-tabs {
        border-spacing: 1px !important;
        border-collapse: separate;
    }

    #Ausgaben .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 170px !important;
    }

    #Einnahmen .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 150px !important;
    }

    .tab-content {
        overflow: hidden !important;
    }

    .tab-content>.active {
        padding: 15px 0px 0px 0px;
    }

    .lang-box-mobile {
        flex-direction: row !important;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: aliceblue !important;
        border: 0.1px solid #6b6b6b !important;
    }

    .offcanvas-header {
        display: block !important;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: white !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .left-side-menu {
        background-image: url(/images/back.png) !important;
        background-size: cover !important;
    }

    .under-logo .bold-content {
        font-size: 19px !important;
        text-align: left;
        color: aliceblue !important;
        line-height: 32px !important;
        margin-top: 220px;
    }

    .logo-svg-box a .img-fluid {
        max-width: 100% !important;
        height: auto;
    }


    .mt-xs-10 {
        margin-top: 10px;
    }

    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-radius: 8px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .all-data-form-box .border-right {
        border-right: 8px;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
        border: 8px;
    }

    .date-gap-xs {
        margin-bottom: 0.2rem !important;
    }

    .form-label-xs {
        font-size: 14px !important;
        color: #000;
        font-family: meridyen !important;
    }

    .form-input-xs {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .user-form {
        display: flex;
        gap: 1.5rem;
        margin-top: 10px;
    }

    .user-form select {
        max-width: 100%;
    }

    .user-form .responsive-group {
        width: 100%;
        max-width: 100%;
    }

    .user-form .responsive-group .form-control {
        width: 100%;
        max-width: calc(100% - 55px);
    }

    .validate-login-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .validate-login-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .validate-login-buttons button {
        width: 100%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .form-edit-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .form-edit-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-edit-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step1-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step1-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step1-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step2-buttons a {
        max-width: 100%;
        height: 50px;
        margin-bottom: 15px !important;
        display: grid;
        justify-content: center;
        align-items: center;
    }

    .step4-buttons {
        display: flex !important;
        gap: 0.25rem;
    }

    .step4-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step4-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .step5single-buttons {
        position: relative !important;
        bottom: 10%;
        top: 80%;
        display: flex !important;
        gap: 0.25rem;
        width: 90% !important;
    }

    .step5single-buttons a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .step5single-buttons button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .last-step-expenses {
        width: 100% !important;
        position: relative !important;
        bottom: 10%;
        top: 83%;
        display: flex !important;
        gap: 0.25rem;
        z-index: 999999;
    }

    .last-step-expenses a {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .last-step-expenses button {
        width: 50%;
        height: 50px;
        margin-bottom: .5rem !important;
    }

    .result-buttons a {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 50px;
        display: grid;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .result-buttons button {
        height: 50px;
    }

    .all-information-buttons button {
        width: 100%;
        max-width: 100%;
        display: flex;
        height: 50px;
        display: grid;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    .all-data-form-box {
        padding-bottom: 0px !important;
    }


    .grid-child {
        margin-top: initial;
        /* Varsayılan değeri geri getirir */
        margin-left: initial;
        /* Varsayılan değeri geri getirir */
        position: static;
        /* Varsayılan değeri geri getirir */
        grid-template-columns: repeat(2, 1fr);
    }

    /* .kind-label {
        position: static;
        font-size: 14px!important;
    } */

    .vehicle-mobile {
        margin-top: 25px !important;
    }

    .page-description p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    #applyForm .col-11 {
        margin: auto !important;
    }

    .data-form .form-select,
    .data-form select {
        max-width: 150px !important;
    }

    .data-form .fullWidth {
        width: 100% !important;
    }

    .data-form .fullWidth .input-group {
        max-width: 100% !important;
        width: 100%;
    }

    .data-form .fullWidth select {
        max-width: 100% !important;
        width: 100%;
    }

    /* .data-form .fullWidth input{
        width: 100% !important;
        max-width: 100% !important;
    } */

    .data-form .table-green {
        max-width: 100% !important;
        width: 100% !important;
    }

    .data-form .table-green {
        padding: 10px 0px !important;
        height: auto;
    }

    .repsonsiveFlexColumn {
        flex-direction: column !important;
        width: 100% !important;
    }

    .responsiveGrid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        margin-top: 1rem;
    }

    .responsiveGrid .col-3 {
        width: auto !important;
    }

    .data-form.gap-4,
    .responsiveFormElement.gap-4 {
        gap: .5rem !important;
    }

    .responsiveFormElement {
        flex-direction: column !important;
    }

    .responsiveFormElement.table-tabs .table-green span {
        font-size: 14px;
        font-family: meridyen !important;
    }

    .responsiveFormElement .updateRadioSelection .input-group-prepend,
    .updateRadioSelection .input-group-prepend,
    .data-form .updateRadioSelection input[type="date"] {
        width: 100%;
        max-width: 100% !important;
        border-radius: 8px;
        border: 0.5px solid #ced4da;
    }

    /* .updateRadioSelection .input-group-prepend{
        width: auto !important;
    } */
    .input-group-text.d-flex.gap-2.border-0 {
        width: auto !important;
    }

    .responsiveFormElement .updateRadioSelection {
        align-items: start !important;
        display: grid !important;
    }

    .responsiveFormElement .col-10 {
        gap: .5rem !important;
        width: 100%;
        justify-content: start;
    }

    .responsiveFormElement .col-8 {
        gap: .5rem !important;
        width: 100%;
        justify-content: space-between;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column {
        width: 100% !important;
    }

    .responsiveFormElement .col-8 .d-flex.flex-column input {
        max-width: unset !important;
    }


    #pagination {
        overflow-y: unset !important;
        overflow-x: scroll !important;
    }

    .form-select {
        height: 50px;
    }


    .form-control,
    .table-green {
        height: 50px;
    }

    .validation .validateInput.form-control {
        max-width: 40px;
    }

    .all-last-form .form-control,
    .all-last-form .form-select {
        max-width: 175px !important;
    }

    /* .all-last-form .d-flex.gap-2{
        display: flex;
        flex-direction: column !important;
    } */


    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 13.5px;
    }

    .step-info {
        font-size: 11px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
    }

    .validation input {
        min-height: 54px;

    }

    .respon-box {
        flex-direction: column;
        align-items: start !important;
    }

    #allPerms {
        padding: 10px;
        width: 100% !important;
    }

    .kt-green {
        color: var(--baseTextColour) !important;
        font-weight: 600 !important;
        font-size: 16px !important;
    }

    .status-name {
        font-size: 14px !important;
    }

    .back-btn {
        margin-bottom: 1rem !important;
    }

    .double-form {
        overflow: scroll !important;
    }

    #myTab .nav-item {
        pointer-events: none !important;
        width: 33.3%;
        min-height: 50px;
    }

    .icon-info {
        max-width: 100%;
    }

    .user-form .respon-box {
        align-items: start !important;
    }

    .Home .lang-box {
        display: none !important;
    }

    .home .lang-box {
        display: none !important;
    }


    .offcanvas-body * {
        color: #000 !important;
    }

    .offcanvas-body .left-box-content .m-auto {
        /* margin: 40px auto !important; */
        margin: 0px !important;
    }

    .content-box-left .logo-svg-box {
        justify-content: center !important;
        margin-left: -8%;
    }

    .offcanvas-body .left-box-content {
        height: 100%;
        justify-content: space-between;
        margin: 8px 3px !important;
    }

    .left-box-content .bold-content-box,
    .left-box-content .light-content-box {
        display: none !important;
    }

    .content-box-left .logo-svg-box object svg rect {
        width: 170px;
        height: 50px;
    }

    .left-box-image .policy-div {
        display: none !important;
    }

    .offcanvas-body .policy-div {
        display: flex !important;
        gap: 1rem;
        position: absolute;
        display: flex !important;
        width: 100%;
        bottom: 20px;
        max-width: 85%;
        padding: 0px;
    }

    .offcanvas-body .policy-div li * {
        text-align: center;
        font-size: 12px;
        text-decoration: none !important;
        color: aliceblue !important;
    }

    .offcanvas-body .policy-div li {
        text-align: center;
    }

    .left-side-bar {
        display: block !important;
    }

    .responsive-box {
        flex-direction: column !important;
        max-width: 100vw !important;
    }

    .content-right {
        padding: 20px;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        margin-bottom: 10px !important;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: flex;
        justify-content: space-between;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        display: none !important;
        max-width: 100%;
    }

    .under-logo {
        width: 100%;
    }

    .bold-content {
        font-size: 18px;
        text-align: center;
        color: #000;
    }

    .edit-steps {
        overflow: scroll;
        min-height: 70px;
    }

    .light-content {
        text-align: center;
    }

    .left-box-content .light-content {
        font-size: 20px;
    }

    .content-box-left .logo-responsive-box {
        justify-content: center !important;
    }

    .bold-content-box,
    .light-content-box {
        display: none !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 36px;
    }

    .page-description {
        margin-bottom: 0px;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .user-form-select {
        justify-content: start;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }

    .all-form-element .lang-box {
        display: none !important;
    }


    .lang-box-mobile .form-select {
        height: auto !important;
    }

    .pagination {
        overflow: scroll !important;
        margin-top: 10px;
    }

    .lang-box-mobile {
        flex-direction: column;
        align-items: center;
    }

    .lang-box-mobile .btn {
        background-color: transparent !important;
        color: #000;
        border: 1px solid #000;
    }

    .content-right .user-form {
        flex-direction: column !important;
    }

    .loan-amount,
    .loan-refund,
    .loan-rate {
        font-size: 18px !important;
    }

    .loan-box-image img {
        max-width: 150px;

    }

    .loan-title {
        font-size: 14px;
    }

    .form-control,
    .form-selec,
    input[type="date"] {
        font-size: 16px;
    }

    .confirm-box {
        margin-top: 0px;
    }

    .result-amount .confirm-btn {
        max-width: 100% !important;
    }

    .result-amount .edit-steps {
        justify-content: start !important;
    }

    .all-data-form-box form {
        margin: 15px !important;
        overflow-x: hidden !important;
    }

    .data-form .form-select,
    .data-form .form-control,
    .data-form select {
        min-width: 240px !important;
    }

    .all-data-form-box form {
        margin: 5px !important
    }

    .all-data-form-box form {
        max-width: 100%;
        width: 100%;
    }

    #allPerms label {
        font-size: 12px !important;
    }

    .document-table .input-group-text {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column .input-group input {
        width: 1% !important;
    }

    .document-table .table-green {
        text-wrap: wrap;
    }

    .accordion-button span.btn {
        font-size: 12px !important;
    }

    .data-form .input-group {
        width: auto !important;
    }

    .data-form .fullWidth .input-group {
        width: 100% !important;
    }

    .all-data-form-box .d-flex.gap-2.w-100 {
        flex-direction: column !important;
    }

    .all-data-form-box .form-static-content {

        padding: 0px !important;

    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column {
        width: 100% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column input,
    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column select {
        width: 100% !important;
    }

    .data-form.form-single .form-select,
    .data-form select {
        max-width: 100% !important;
    }

    .person-1-name {
        text-transform: capitalize;
    }

    #myTab .nav-link {
        font-size: 15px;
        padding: 0px;
        min-height: 50px;
    }

    .all-data-form-box {
        padding: 10px;
    }

    .input-group .form-control {
        font-size: 16px;
    }

    .table-tabs .table-green span {
        font-size: 12px;
    }

    .grid-form input {
        font-size: 16px;
    }

    .tab-pane .grid-form {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: .25rem;
    }

    .input-group {
        min-width: 225px;
    }

    label[id*="selectedFileCount"] {
        /* Stil kuralları burada */
        font-size: 13px;
    }

    .custom-input {
        width: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .15rem;
    }

    .custom-input object {
        width: 20px;
        height: 20px;
    }


    .all-last-form .input-group {
        min-width: 250px !important;
    }

    .tab-content {
        overflow: scroll;
    }

    .input-grid-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: .5rem;
    }

    .grid-form .input-grid-box {
        width: 100% !important;
    }

    .tab-content .table-green {
        min-width: 240px !important;
    }

    .grid-input-descp {
        font-size: 16px !important;
    }

    .grid-form {
        margin-top: 0px !important;
    }

    .grid-form .d-flex.gap-2 label {
        line-height: 40px;
    }

    .grid-form .input-grid-box {
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        text-align: start;
        gap: .25rem;
    }

    .grid-input-descp {
        font-size: 13px !important;
    }

    #Einnahmen .table-green {
        gap: .5rem;
        padding: 5px;
        min-width: 190px;

    }

    #Einnahmen .table-green span,
    #Einnahmen .table-tabs .table-green span {
        font-size: 14px !important;
    }

    .document-table {
        max-width: 100%;
    }

    .document-table .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-title h3 {
        font-size: 18px;
        text-transform: capitalize;
    }

    input[type="file"]::file-selector-button {
        height: 100px;
        width: 50%;
        background-color: #006340;
    }

    .all-data-form-box .scale-span {
        display: none !important;
    }

    .document-name {
        width: 115px;
        /* Container genişliği */
        white-space: nowrap;
        /* Uzun metni satır sonuna kadar kes */
        overflow: hidden;
        /* Taşan metni gizle */
        text-overflow: ellipsis;
    }

    .responsive-flex {
        flex-direction: column;
        gap: 0.5em;
    }

    .content-right .col-form-label {
        font-size: 16px;
        width: 100%;
        margin-bottom: -8px;
    }


    .all-data-form-box h3 {
        font-size: 18px;
    }

    .all-data-form-box .table-green {
        font-size: 14px;
        min-width: 150px;
    }

    .left-side-bar {
        display: block !important;
    }

    .policy-div * {
        color: #000 !important;
        font-weight: 500;
        font-family: meridyenBoldv1 !important;
    }

    .all-data-form-box .table-green {
        font-size: 14px;
        min-width: 180px;
    }

    .validation .validateInput.form-control,
    .table-green {
        max-width: 60px;
    }

    .form-select {
        height: 50px;
    }

    .edit-step-no {
        padding: 12px;
        width: 16px;
        height: 16px;
        font-size: 13.5px;
    }

    .step-info {
        font-size: 11px;
    }

    .logo-responsive-div {
        align-items: center !important;
    }

    .offcanvas-body .left-box-content {
        display: flex !important;
    }


    .logo-svg-box img {
        max-width: 75%;
        max-height: 75%;
    }

    .left-box-image {
        padding: 15px 10px;
    }

    .left-box-content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        margin: 8px;
        display: none !important;
    }

    .all-form-element input[type="date"] {
        font-size: 15px !important;
        align-items: center !important;
        display: flex;
    }

    .result-amount .responsive-center {
        align-items: center !important;
        text-align: center !important;
    }

    .result-amount .responsive-loan.loan-box-content {
        padding-left: 15px !important;
    }

    .result-amount .loan-box-content,
    .all-form-element .loan-box-content {
        padding-left: 0px !important;
    }

    .result-amount .h1-title {
        align-items: center !important;
        text-align: center !important;
    }

    .result-amount .back-btn {
        margin-bottom: 1rem !important;
    }

    .back-btn {
        margin-bottom: .5rem !important;
    }

    #steps1 {
        flex-direction: column !important;
    }

    #overflow {
        overflow: scroll;
    }

    #unfortunenate {
        flex-direction: column !important;
    }

    #unfortunenate .h1-title {
        text-align: center;
    }

    #unfortunenate .contentbox-un {
        width: 100% !important;
        flex-direction: column !important;
    }

    #unfortunenate .loan-box-image {
        width: 100% !important;
        border: none !important;

    }

    #unfortunenate .loan-box-content {
        width: 100% !important;
        border: none !important;
        margin: 0px !important;
        text-align: center;
    }

    .responsive-box {
        flex-direction: column !important;
    }

    .content-right {
        padding: 20px;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
        margin-bottom: 10px !important;
    }

    .left-side {
        height: auto;
    }

    .confirm-btn {
        width: 100%;
        height: 100%;
    }

    .content-left-table {
        margin-bottom: 20px;
    }

    .content-left-table tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 15px;
    }

    .policy-div {
        position: relative;
        bottom: 20px;
        max-width: 100%;
        display: none;
    }

    .under-logo {
        width: 100%;
    }

    .under-logo .bold-content {
        font-size: 18px;
        text-align: left;
        color: #000;
    }

    .responsive-center {
        text-align: center !important;
    }

    .light-content {
        text-align: left;
    }

    .logo-responsive-box {
        justify-content: center !important;
    }

    .content-box-left {
        padding: 0px 20px;
        margin-top: 0px;
    }

    .h1-title {
        font-size: 26px;
    }

    .short-descp {
        font-size: 17px !important;
    }

    .form-title {
        font-size: 17px !important;
    }

    .page-description {
        margin-bottom: 0px;
        max-width: 100%;
    }

    .all-page-index {
        position: absolute;
        z-index: 999;
        font-size: 16px;
        left: 10px;
        top: 2px;
        color: var(--paginationColor);
        z-index: 0;
    }

    .choose-user-type {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1700px) {
    /* .grid-child {
        margin-top: 90px;
        margin-left: -290px;
        position: relative;
        grid-template-columns: repeat(4, 1fr);
    }
    .kind-label {
        position: absolute;
        top: 15px;
        left: -195px;
    } */

    .short-descp {
        font-size: 22px;
    }
}

.data-form input[name="RentAmountForRenting"] {
    min-width: unset !important;
}

@media screen and (min-width: 1023px) and (max-width: 1699px) {

    .col-xxl-3,
    .col-xxl-9 {
        max-width: 100% !important;
        width: 100% !important;
    }

    form .col-xxl-9 {
        width: 25% !important;
    }

    form .col-xxl-3 {
        width: 50% !important;
    }

    form label {
        width: 50% !important;
    }

    form .col-form-label {
        width: 100% !important;
        text-align: left !important;
    }

    .step3single-buttons {
        margin-top: 20px !important;
    }

    #kt_step1 .col-form-label {
        font-size: 16px;
        width: 50% !important;
        margin-bottom: -8px;

    }

    .short-descp label {
        text-align: center;
        float: unset !important;
        align-items: center !important;
        justify-content: center;
        align-items: center !important;
    }


    .validation .validateInput.form-control,
    .table-green {
        max-width: unset !important;
    }

    .left-side-bar {
        width: 8.3333% !important;
    }


    #kt_form .col-lg-8 {
        width: 58.88% !important;
    }

    .result-amount .confirm-btn,
    #submitButton {
        max-width: 400px !important;
    }

    .all-form-element .loan-box-content {
        padding-left: 0px !important;
        width: 100%;
        justify-content: space-around;
    }

    .edit-steps {
        overflow: scroll;
        min-height: 100px;
        justify-content: center !important;
        align-items: center !important;
    }

    /* form >div:first-child{
        width: 100% !important;

    }*/

    form .respon-box,
    .form-title.responsiveFormTitle,
    h3.form-title {
        align-items: center !important;
        text-align: center;
    }

    form#kt_step1 .col-xxl-9 {
        width: 100% !important;
    }

    form .col-xxl-8 {
        width: 100% !important;
    }

    .current-page {
        width: 100% !important;
    }

    form .choose-user-type .col-lg-8 {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

    }

    .step5double-buttons,
    .last-step-expenses {
        position: relative !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: start !important;
    }

    .step5double-buttons a {
        width: auto !important;

    }

    .result-buttons button.btn.btn-primary.mb-3.confirm-btn {
        max-width: 400px !important;
        width: 100% !important;
    }

    .tab-pane .grid-form {
        margin-top: 10px !important;
    }

    .edit-step-no {
        padding: 15px;
        width: 20px;
        height: 20px;
        font-size: 16.5px;
    }

    .content-right form {
        align-items: center;
        justify-content: space-between;
    }

    /* #kt_formv2 .respon-box label, #kt_formv2 .respon-box .col-form-label{
        width: 100% !important;
    } */

    .page-description,
    .response-md {
        align-items: center;
        text-align: center;
        width: 100% !important;
    }

    .document-table .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .user-selected-type {
        width: 100% !important;
    }

    #user-selected-types .col-lg-8 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .confirm-box {
        position: relative;
        bottom: auto;
        margin-bottom: 10px !important;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .step-info {
        font-size: 13.5px;
    }

    .grid-child {
        margin-top: initial;
        margin-left: initial;
        position: static;
        grid-template-columns: repeat(1, 1fr);
    }

    .validateInput {
        border-radius: 8px !important;
        min-width: 60px !important;
    }

    .validation.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-radius: 8px !important;
    }

    #edit .col-lg-8:nth-child(1) {
        align-items: center !important;
        display: flex;
        justify-content: center !important;
        flex-direction: column;
    }

    #validated .col-lg-8:nth-child(1) {
        align-items: center !important;
        display: flex;
        justify-content: center !important;
        flex-direction: column;
        width: 100%;
    }

    .content-right .user-form {
        align-items: center;
    }

    #message {
        justify-content: center;
        width: 100% !important;
        ;
    }

    .pagination {
        overflow-y: unset !important;
        overflow-x: scroll !important;
    }

    .pagination::-webkit-scrollbar-thumb {
        border-radius: 8px !important;
        background-color: transparent !important;

    }

    .pagination::-webkit-scrollbar-track {
        background-color: transparent !important;
    }

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

    .edit-steps {
        overflow: unset !important;
    }


    #edit .confirm-box {
        margin-top: 10px !important;
    }

    .col-12.col-lg-7.col-sm-7.col-sm-12.d-flex.gap-2.responsiveFormElement {
        width: 50% !important;
        flex-direction: row !important;
    }

    .input-group-prepend {
        border: none !important;
    }

    /* .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu)
{
    border:none !important;
} */

    .confirm-btn {
        width: auto;
        height: auto;
    }

    .double-form {
        align-items: center;
    }

    .table-tabs.all-last-form .responsiveFormElement .col-lg-10 {
        width: 100% !important;
    }

    .grid-desktop {
        width: 50% !important;
    }

    .form-single .responsiveFormElement .col-10 .col-12 .d-flex.flex-column.repsonsiveFlexColumn {
        width: 50% !important;
    }

    .result-amount .confirm-box button {
        max-width: 400px !important;
    }

    /* #applyForm .responsiveFormElement{
        align-items: center;
        justify-content: center;
    }
    #applyForm .responsiveFormElement .col-2,#applyForm .responsiveFormElement .col-lg-2{
        align-items: center;
        justify-content: center;
        width: 50% !important;
    }
    #applyForm .responsiveFormElement .col-10,#applyForm .responsiveFormElement .col-lg-10{
        align-items: center;
        justify-content: center;
        width: 100% !important;
    } */
}

#validated .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
#validated .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 8px !important;
}


.confirm-box a,
.confirm-box button {
    max-width: 400px !important;
}

.admin-message .yellow span {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    border: 3px solid #ffb400;
    width: 14px;
    height: 14px;
    z-index: 999;
    padding-top: 5px;
    left: -6px;
}

.customer-message .green span {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    border: 3px solid green;
    width: 14px;
    height: 14px;
    z-index: 999;
    padding-top: 5px;
    left: -6px;
}

.admin-message .yellow {
    position: absolute;
    height: 14px;
    background-color: white;
    width: 10px;
    top: 0px;
    left: 0px;
    margin-top: 5px;
    display: block;
}

.customer-message .green {
    position: absolute;
    height: 14px;
    background-color: white;
    width: 10px;
    top: 0px;
    left: 0px;
    margin-top: 5px;
    display: block;
}

.first-message {
    margin-top: 0px !important;
    padding-top: 5px !important;
}

.admin-message div,
.customer-message div {
    border-left: 1.5px solid lightgray;
}

.admin-message label,
.customer-message label {
    color: gray;
    padding: 0px 5px;
}

.admin-message div span,
.customer-message div span {
    color: black;
    padding: 0px 5px;
}

.user-message-main-div {
    max-height: 450px;
    overflow-y: scroll;
}

.mobile-nummer input {
    border-radius: 8px !important;
    border: 0.5px solid #ced4da !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    -webkit-appearance: none;
}

#SendMessage #flush-headingOne {
    max-width: 320px;
    border-radius: 8px;

}

#SendMessage #flush-headingOne button {
    border-radius: 8px;
}

#SendForm .accordion-body,
#SendForm .modal-footer {
    padding: 1rem 0px !important;
    margin: auto 0px !important;
}

#SendForm .accordion-body button {
    margin: 0px !important;
    padding: .35rem .5rem;
}

.custom-bg-kt-green {
    background-color: #0C6F58 !important;
    border-color: #0C6F58 !important;
}

.custom-bg-kt-green:focus {
    box-shadow: 0 0 0 .25rem rgba(12, 111, 88, .5) !important;
}


select,
input[type="date"] {
    border-radius: 8px !important;
    border: 0.5px solid #ced4da !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#basic-addon1,
.input-group .form-control {
    border: .5px solid #ced4da !important;
}

#kt_step4 .input-group {
    max-width: none;
}

.locked-file {
    border-color: #f3f3f3;
    position: relative;
    background-color: #f3f3f3 !important;
}

.locked-file .custom-input {
    display: none !important;
}

.locked-file::after {
    content: "";
    position: absolute;
    top: 5px;
    /* sağ üst köşe için */
    right: 5px;
    width: 32px;
    /* ikon boyutu */
    height: 32px;
    background-image: url('/images/verifylock.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.all-form-element input[type="date"] {
    display: grid !important;
}

.all-form-element input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
}

.all-form-element input[type="date"].d-flex.d-none {
    display: none !important;
}

.all-form-element #pagination {
    margin-left: 0;
}

.documents #pagination {
    margin-left: 40px;
}

#applyForm .field-validation-error {
    display: flex !important;
}


.grid-docs li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
    /* Button için yer bırak */
    position: relative;
}

/* Button'ı sağ tarafa sabitle */
.grid-docs li button {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.grid-docs li {
    font-size: 14px !important;
}

.have-document {
    border-color: var(--baseColor) !important;
}

a span.document-name,
.grid-docs a {
    font-size: 14px !important;
    color: var(--baseColor) !important;
}