:root {
  --theme-color: #f40000;
  --theme-hover: #d30000;
  --theme-active: #9e0000;
  --text-color: black;
}

@font-face {
  font-family: Unity;
  font-weight: 700;
  src: url("../fonts/TCCC-UnityHeadline-Bold.ttf") format("truetype");
}

@font-face {
  font-family: Gotham;
  font-weight: 500;
  src: url("../fonts/Gotham-Medium.otf") format("opentype");
}

@font-face {
  font-family: Gotham;
  font-weight: 700;
  src: url("../fonts/Gotham-Bold.otf") format("opentype");
}

@font-face {
  font-family: Gotham;
  font-weight: 400;
  src: url("../fonts/Gotham-Book.otf") format("opentype");
}

#cds-overlay {
  background: #ff8000 !important;
}

.desktop .extrazone #cds-overlay {
  background-image: url(./../images/loading/extrazone.gif) !important;
}

.desktop .dahadaha #cds-overlay {
  background-image: url(./../images/loading/dahadaha.gif) !important;
}

.desktop #cds-overlay {
  background-size: 80px !important;
  background-position: center !important;
  background-color: white !important;
  background-repeat: no-repeat !important;
}

#cds-overlay:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: -15vw;
  width: 130vw;
  height: 85vh;
  background-color: white;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

.desktop #cds-overlay:before {
  display: none !important;
}

.dahadaha #cds-overlay:before {
  background-image: url(./../images/loading/dahadaha.gif) !important;
}

.extrazone #cds-overlay:before {
  background-image: url(./../images/loading/extrazone.gif) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.grecaptcha-badge {
  display: none;
}

#abroad-consent-reject-form-modal {
  font-family: Gotham;
  font-size: 14px;
}

.link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Gotham;
  font-size: 13px;
}

.form-link {
  font-weight: 700;
  color: var(--theme-color) !important;
  text-decoration: none;
}

.login-title {
  color: black;
  letter-spacing: 0.2px;
  font-size: 24px;
  font-family: Unity;
  font-weight: 700;
  margin: 1em 0 !important;
}

.login-subtitle {
  font-family: Gotham;
  font-weight: 500;
  font-size: 16px;
}

#ces-post-login {
  font-size: 14px;
  font-family: Gotham;
}

/* -------------- SDK TARAFINDAN OLUŞTURULAN FORMLAR İÇİN STİL BAŞLANGICI ------------------- */
.input-container {
  position: relative;
  width: 100%;
  margin: 18px 0;
  box-sizing: border-box;
}

.input-container label {
  display: block;
  left: 20px;
  width: 100%;
  height: 60px;
  background: #f3f6f4;
  border-radius: 11px;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  /* text-align: left; */
  font-family: Gotham;
  font-weight: bold;
  font-size: 10px;
  color: gray;
}

.input-container input[type="text"]:disabled,
.input-container input[type="tel"]:disabled,
.input-container input[type="email"]:disabled,
.input-container input[type="password"]:disabled,
.input-container input[type="number"]:disabled,
.input-container select:disabled {
  color: #777 !important;
  opacity: 1 !important;
}
.input-container input[type="text"],
.input-container input[type="tel"],
.input-container input[type="email"],
.input-container input[type="password"],
.input-container input[type="number"],
.input-container select {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 90%;
  height: 35px;
  padding-left: 20px !important;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-weight: bold !important;
  font-family: Gotham, Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  color: var(--text-color);
  background: none;
  border-radius: 23px;
  /* -webkit-box-shadow: 0 0 0px 1000px #f3f6f4 inset;  */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

select#mobileNumberCountryCode {
  width: 18%;
  height: 24px;
  margin-top: 7px;
  /* background-color: lightgray; */
  border-right: 1px solid rgb(161, 161, 161);
}

#mobile {
  width: 77%;
  left: 22%;
  padding-left: 0px !important;
  padding-top: 4px;
}

select::-ms-expand {
  display: none;
}

.input-container.row input {
  border-radius: 0;
}

.input-container select {
  width: calc(100% - 20px);
  border-radius: 0 !important;
}

.input-container input[type="number"] {
  top: 27px;
  width: 33%;
  height: 20px;
  text-align: center;
  border-radius: 0;
  padding: 0;

  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.input-container input[type="number"]::-ms-expand {
  display: none;
}

#birthdate_day {
  left: 0 !important;
}

#birthdate_month {
  left: 33% !important;
  border-left: 1px solid rgb(192, 192, 192) !important;
}

#birthdate_year {
  left: 66% !important;
  border-left: 1px solid rgb(192, 192, 192) !important;
}

/* Label gözüktüğü için placeholder' i saklıyorum */
.input-container input[type="tel"]::placeholder,
.input-container input[type="number"]::placeholder {
  color: gray;
  font-weight: 500;
  font-size: 12px;
}

.validation-error p {
  margin: 10px 0 !important;
  color: var(--theme-color) !important;
  text-align: center !important;
  font-family: Gotham !important;
  font-weight: bold !important;
  font-size: 14px !important;
  /* padding-left: 10px !important; */
}

.validation-error a {
  color: black;
  padding-left: 10;
}

/* #ces-register-form .input-container:nth-last-child(2) label,
#login-page-form .input-container:nth-last-child(2) label{
  height: initial !important;
  background: none !important;
} */

.input-container .optin {
  position: relative;
  width: 100% !important;
  height: initial !important;
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  margin-top: 15px;
  margin-left: -20px;
  padding-left: 34px;
}

/* custom checkbox kullanılacağı için orjinali gizleniyor. */
#marketingConsentRegistration,
#personalizationConsentRegistration,
#termsAndConditions {
  display: none !important;
}

.input-container .optin .checkmark::before {
  opacity: 0;
  content: "";
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.input-container .optin .checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  box-sizing: border-box;
  background-color: rgb(220, 220, 230);
  transition: background 0.2s;
}

.input-container input[type="checkbox"]:checked ~ .checkmark {
  background-color: var(--theme-color) !important;
}

.input-container input[type="checkbox"]:checked ~ .checkmark::before {
  opacity: 1;
}

.input-container .optin .label-checkbox {
  width: calc(100% - 60px);
  height: initial !important;
  margin-left: 4px !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-size: 12px;
  font-family: Gotham;
  font-weight: 400;
  color: var(--text-color);
  line-height: 16px;
  background: none !important;
  border-radius: none !important;
  padding-left: 5px !important;
}

.input-container .optin .label-checkbox p {
  white-space: initial !important;
}

.input-container .optin input[type="checkbox"] {
  display: none;
}

.input-canvas .label-checkbox a {
  color: black;
}

.input-container .optin .label-checkbox a:hover {
  color: gray;
}

.optin a {
  color: red;
}

.is-center {
  width: 100%;
  font-family: Gotham;
  font-size: 15px;
}

.redirect-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin: 0;
}

.redirect-page img {
  width: 80px;
  height: auto;
}

/* SUBMİT BUTONU */
/*
#ces-form-submit-ces-forgot-password-form,
#ces-form-submit-ces-register-form,
#ces-form-submit-login-page-form{
  width: 257px;
  height: 48px;
  background-color: var(--theme-color);
  border: none;
  outline: none;
  margin-top: 15px;
  color: white;
}
*/

#ces-forgot-password-form,
#ces-register-form,
#ces-post-login,
.ces-reset-password-form,
.verification-content,
#ces-merge-account {
  padding: 0 5%;
  box-sizing: border-box;
}

.ces-form-submit {
  width: 100%;
  height: 45px;
  border-radius: 25px;
  background: var(--theme-color);
  color: white;
  border: none;
  outline: none;
  font-family: Unity;
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}

.ces-form-submit:hover {
  background: var(--theme-hover);
}

.ces-form-submit:active {
  background: var(--theme-active);
}

.delete-button {
  display: none;
  background: none !important;
  color: red;
}

/* recaptcha başlangıç */
#recaptcha {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  margin-bottom: 7px !important;
}

/* recaptcha bitiş */

.req {
  display: none !important;
}

/* 
  Tabletler için kırılma noktası 
   Eğer tablet değil ise bu css kodları aktif olacak
*/
@media only screen and (min-width: 570px) {
}

/* Tabletler için kırılma noktası 
   Eğer tablet değil ise bu css kodları aktif olacaka */
@media only screen and (min-width: 1112px) {
  main {
    min-height: calc(100vh - 190px);
  }

  #ces-form-submit-ces-update-profile-form,
  #ces-register-form,
  #ces-register-form .input-container,
  #ces-forgot-password-form .input-container,
  #ces-form-submit-ces-register-form,
  #login-page-form,
  #login-page-form .input-container,
  #ces-form-submit-ces-forgot-password-form,
  #ces-form-submit-ces-merge-account,
  #ces-form-submit-login-page-form {
    width: 340px !important;
  }

  #janrainAuthReturnExperience {
    width: 340px;
    color: red;
  }
}

label[for="residencyCountry"] {
  display: none !important;
}

/* ----- FORM SAYFALARI İÇİN GEREKLİ STİLLER ------- */

/* social login container  */
#janrainEngageEmbed,
.janrainContent,
#janrainProviderPages,
.janrainPage,
#janrainProviders_0 {
  position: initial !important;
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 4vh 0 !important;
}

.janrainContent div {
  width: 100% !important;
  padding: 0 !important;
}

/* bottom level social login container */
#janrainEngageEmbed .providers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#janrainEngageEmbed .validation-error {
  margin-top: -20px !important;
}

#janrainEngageEmbed .validation-error p {
  margin: 0 !important;
  padding: 0 !important;
}

.social-button {
  padding: 0 35px !important;
  box-sizing: border-box;
}

#socialLogin {
  margin-top: 2% !important;
  padding: 0 5%;
  box-sizing: border-box;
}

#social-apple,
#social-googleplus,
#social-facebook,
#new-social-facebook,
#new-social-google {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 45px !important;
  margin: 10px 0;
  border: none !important;
  box-sizing: border-box;
  border-radius: 25px !important;
}

/* facebook button text */
#social-apple .provider-label,
#social-googleplus .provider-label,
#social-facebook .provider-label,
#new-social-facebook .provider-label,
#new-social-google .provider-label {
  width: initial !important;
  font-family: Gotham !important;
  font-size: 16px !important;
  margin-left: -15px;
  font-weight: 500;
}

#social-facebook,
#new-social-facebook {
  background: #1877f2 url(../images/social/facebook.png) 15px center / 20px no-repeat !important;
  color: white !important;
}

#social-apple {
  background: #3b5b99 url(../images/social/apple.png) 15px center / 20px no-repeat !important;
  background-color: black !important;
  color: white !important;
}

#social-googleplus,
#new-social-google {
  border: 2px solid red !important;
  color: red !important;
  background: white url(../images/social/google.png) 15px center / 20px no-repeat !important;
}

#social-googleplus .provider-icon,
#social-apple .provider-icon,
#social-facebook .provider-icon,
#new-social-google .provider-icon,
#new-social-facebook .provider-icon {
  display: none;
}

#janrain-facebook div,
#janrain-googleplus div,
#janrain-apple div {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* facebook button icon */
#janrain-facebook .janrain-provider-icon-24 {
  margin: 0 5px 0 0 !important;
  background: transparent url(../images/facebook.png) center / 22px no-repeat !important;
}

/* apple button icon */
#janrain-apple .janrain-provider-icon-24 {
  margin: -3px 0 0 0 !important;
  background: transparent url(../images/apple.png) center / 25px no-repeat !important;
}

/* google button icon */
#janrain-googleplus .janrain-provider-icon-24 {
  margin: 0 5px 0 0 !important;
  background: transparent url(../images/google-plus-icon.png) center / 25px no-repeat !important;
}

/* bu hesapla devam edin butonları için  */
#janrainAuthReturnExperience {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#janrainAuthReturnExperience #janrain-facebook div,
#janrainAuthReturnExperience #janrain-apple div,
#janrainAuthReturnExperience #janrain-googleplus div {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#janrainAuthReturnExperience div a div span:nth-last-child(1) {
  margin: 0 !important;
}

.janrainSwitchAccountLink {
  font-family: Gotham !important;
  font-size: 14 !important;
  /* color: var(--theme-color) !important; */
  font-weight: 700;
}

.birthdate-field {
  width: 33% !important;
  /* border-radius: 0 !important; */
}

#socialLogin {
  margin-top: 2em;
}

.termsconditions {
  display: inline !important;
}

.optanon-alert-box-wrapper {
  display: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #f3f6f4 inset;
  transition: background-color 5000s ease-in-out 0s;
}

select[value=""] {
  color: red !important;
}

.back-button {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #1d1d1b;
  border-radius: 100%;
}

.tablet .back-button,
.desktop .back-button {
  display: none;
}
