@import url('https://fonts.googleapis.com/css2?family=gezgah-pro:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'gezgah-pro';
    src: url('/assets/fonts/Medium/UberMove-Medium.eot');
    src: url('/assets/fonts/Medium/UberMove-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Medium/UberMove-Medium.woff2') format('woff2'),
        url('/assets/fonts/Medium/UberMove-Medium.woff') format('woff'),
        url('/assets/fonts/Medium/UberMove-Medium.ttf') format('truetype'),
        url('/assets/fonts/Medium/UberMove-Medium.svg#UberMove-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gezgah-pro';
    src: url('/assets/fonts/Bold/UberMove-Bold.eot');
    src: url('/assets/fonts/Bold/UberMove-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Bold/UberMove-Bold.woff2') format('woff2'),
        url('/assets/fonts/Bold/UberMove-Bold.woff') format('woff'),
        url('/assets/fonts/Bold/UberMove-Bold.ttf') format('truetype'),
        url('/assets/fonts/Bold/UberMove-Bold.svg#UberMove-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body {
    margin:0;
    background-color: #fff;
    font-family: "gezgah-pro", sans-serif;
    color: #333;
    height: 100dvh;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

:focus {
  outline: none;
  box-shadow: none;
}

:active {
  outline: none;
  box-shadow: none;
}

:hover {
  outline: none;
  box-shadow: none;
}

input,
textarea,
select,
button {
  -webkit-tap-highlight-color: transparent; /* iOS & Android */
  -webkit-user-select: none; /* İsteğe bağlı: yazı seçimini engeller */
  outline: none;             /* Varsayılan focus çerçevesini kaldırır */
}


a {
  -webkit-tap-highlight-color: transparent;
}

.error {
    display: flex;
    margin-top: 10px;
}
.error p {
    padding: 0;
    max-width: 100%;
    font-weight: 300;
    color: #F44336;
    letter-spacing: 0.5px;
}

.tel_code {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
}

.mini_logo {}

.mini_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    padding: 8px 0;
    border-radius: 5px;
}

.mini_logo svg {
    width: 100px;
    position: relative;
}
.mini_logo svg path {
    fill: #333;
}

.kapsar {
    width: calc( 100% - 40px );
    padding: 20px;
}

.form {display: flex;width: 100%;flex-direction: column;margin-top: 35px;}

.input {display: flex;flex-direction: column;}

.input label {padding-bottom: 15px;font-weight: bold;font-size: 16px;}

.input .form-control {border: none;background: none;outline: none;font-family: gezgah-pro;font-size: 16px;border-radius: 0;width: 100%;line-height: 24px;padding-left: 35px;font-weight: normal;}

.title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 35px;
}
.title h2 {
    margin: 0;
    color: #333;
    font-size: 24px;
    margin-bottom: 5px;
}
.title small {
    font-weight: 300;
    display: inline-block;
    color: #555;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.title p {
    margin: 0;
    padding: 0;
    max-width: 100%;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #555;
    display: flex;
    justify-content: space-between;
}
.title a {
    color: green;
    text-decoration: unset;
}

.board {}

.button {
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    gap: 15px;
}
.button button.colored {background-color: #fff;border-color: #000;color: #000;}
.button a.colored {background-color: #fff;border-color: #000;color: #000;}

.button button:disabled {
    background-color: #f3f3f3;
    color:#999;
}

.button button {
    text-decoration: unset;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    padding: 12px 0;
    border: none;
    outline: none;
    font-family: gezgah-pro;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    border: 2px solid transparent;
}
.button a {
    text-decoration: unset;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    padding: 12px 0;
    border: none;
    outline: none;
    font-family: gezgah-pro;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    border: 2px solid transparent;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.button a svg {
    width: 16px;
    height: 16px;
}

.or-container{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.or-container::before,
.or-container::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000; /* çizgi rengi */
}

.input_area {background-color: #F3F3F3;border: 2px solid transparent;padding: 10px 0 10px 12px;border-radius: 8px;position: relative;width: auto;align-items: center;display: flex;font-size: 16px;}
.input_area:focus {border-color: #000;}
.input_area:active {border-color: #000;}
.input_area:hover {border-color: #000;}

.code-inputs input:focus {border-color: #000;}
.code-inputs input:active {border-color: #000;}
.code-inputs input:hover {border-color: #000;}

.code-inputs input {outline:none}
.code-inputs input {box-shadow:none}



.input_area .flag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2px;
}
.input_area .flag img {
    width: 28px;
    border-radius: 3px;
}

.input_areas {
    display: flex;
    gap: 15px;
    width: 100%;
}

.flag svg {
}

.or-container::after {
  margin-left: 10px; 
}
.or-container::before {
  margin-right: 10px; 
}

.or-container span {
  white-space: nowrap;
}

.input_icon {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.input_icon svg {}

.other_buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.other_buttons li {
    list-style: none;
}
.other_buttons li a {
    text-decoration: unset;
    color: #555;
    background-color: #F3F3F3;
    font-size: 16px;
    padding: 12px 0;
    border: none;
    outline: none;
    font-family: gezgah-pro;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 20px;
    border-radius: 8px;
    border: 2px solid transparent;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.gecerli {
    display: none;
}
.gecerli.show {
    display: flex;
}

.bos_kalamaz {    
    display: none;
}

.kayitli {    
    display: none;
}
.kayitli.show {    
    display: flex;
}

.input_icon.success {
    display: flex;
    padding: 0;
}
.input_icon.success svg path {
    fill: #4CAF50;
}

  .code-inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }

  .code-inputs input {
    width: 16.66%;
    height: 45px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s;
  }

.input_area.full{
    width: 100%;
    padding: 12px;
}

input {    
    color: #000;
    text-align: left;
}

input::-webkit-date-and-time-value {
  text-align: left;
}

input[type="date"] {
  -webkit-appearance: none; /* iOS'ta bazı stil değişikliklerini açar */
  -moz-appearance: none;
  appearance: none;
  text-align: left; /* çoğu zaman yine etkili olmayabilir */
}

.input small {
    color: #555;
    padding-top: 5px;
    margin-bottom: 5px;
}

.input_area.full select{
    width: 100%;
    font-family: gezgah-pro;
    font-size: 16px;
    background: none;
    border: none;
    color: #000;
}

select {
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Standart */
  background: none;         /* Opsiyonel: arka planı sıfırlamak için */
}

select::-ms-expand {
  display: none;
}

.bireysel_area {
    display: none;
}

.kurumsal_area {
    display: none;
}

.block {
   width: 100%;
   margin-top: 25px;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem;
}

.success {
    display: none;
    padding-top: 15px;
}
.success p {
    color: green;
}