@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: #f2f2f2;
}

.sonuc-ekrani {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 100%;
  min-height: 400px;
  z-index: 10;
}

.sonuc-ekrani .onay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: #fff;
  min-width: 300px;
  max-width: 400px;
  width: calc(100vw - 40px);
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.sonuc-ekrani .onay .secimler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 25px);
  height: calc(100% - 125px);
  background: #eafff2;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
}

.sonuc-ekrani .onay .secimler.hata {
  background: #ffdcdc;
}

.sonuc-ekrani .onay .secimler > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sonuc-ekrani .onay .secimler > * span:nth-child(1) {
  font-weight: 700;
  padding: 5px;
  display: inline-block;
}

.sonuc-ekrani .onay .sonuc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: calc(100% - 25px);
  background: #eafff2;
  border-radius: 10px;
}

.sonuc-ekrani .onay .sonuc.hata {
  background: #ffdcdc;
}

.sonuc-ekrani .onay .sonuc.loader {
  background: white !important;
  background-image: url("https://ydsacademy.com/logo/ajax-loader.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0 !important;
  padding-bottom: 50px;
}

.sonuc-ekrani .onay .onay-metni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 25px);
  height: calc(100% - 125px);
  background: #eafff2;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
}

.sonuc-ekrani .onay .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.sonuc-ekrani .onay .btn {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 125px;
  height: 35px;
  background: #ffcd00;
  color: #3f3f3f;
  font-size: 13pt;
  font-weight: 700;
  border-radius: 10px;
  margin: 15px;
}

.sonuc-ekrani .onay .btn:hover {
  cursor: pointer;
  color: #fff;
  background: #3f3f3f;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  padding: 15px;
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 473px) {
  .container {
    height: 100%;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.header .logo img {
  width: 230px;
  border-radius: 5px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.footer .send-btn {
  display: -ms-grid;
  display: grid;
  place-items: center;
  min-width: 125px;
  background: #ffcd00;
  color: #3f3f3f;
  font-size: 13pt;
  font-weight: 700;
  border-radius: 10px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  margin: 5px;
  padding: 5px 20px;
  -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.15);
          box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.15);
}

.footer .send-btn:hover {
  cursor: pointer;
  color: #fff;
  background: #3f3f3f;
}

.baslik {
  width: 100%;
  text-align: center;
  font-size: 16pt;
  font-weight: 700;
  margin: 5px 5px 0 5px;
  color: #5e5e5e;
  font-style: italic;
}

.metin {
  font-style: italic;
  width: 100%;
  text-align: center;
  margin: 5px 5px 15px 5px;
  color: #5e5e5e;
}

.randevu-tipi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.randevu-tipi > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  margin: 5px;
  width: 45%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.05);
          box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.05);
}

.randevu-tipi > div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #868686;
  text-align: center;
  max-width: 200px;
  cursor: pointer;
}

.randevu-tipi > div input {
  display: none;
}

.randevu-tipi > div input:checked + label::before {
  content: '✔';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #ffcd00;
  font-weight: 700;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ffcd00;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
}

.randevu-tipi > div input + label::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #ffcd00;
  font-weight: 700;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ffcd00;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
}

.kisisel-bilgiler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kisisel-bilgiler input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  min-width: 210px;
  max-width: 280px;
  height: 35px;
  border: none;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  outline: none;
  font-size: 12pt;
  color: #3f3f3f;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.05);
          box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.05);
  text-transform: capitalize;
}

.kisisel-bilgiler input::-webkit-input-placeholder {
  color: #cfcfcf;
}

.kisisel-bilgiler input:-ms-input-placeholder {
  color: #cfcfcf;
}

.kisisel-bilgiler input::-ms-input-placeholder {
  color: #cfcfcf;
}

.kisisel-bilgiler input::placeholder {
  color: #cfcfcf;
}

@-webkit-keyframes notValid {
  50% {
    border-bottom: 3px solid #ffc6c6;
  }
}

@keyframes notValid {
  50% {
    border-bottom: 3px solid #ffc6c6;
  }
}

.seans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.seans .tarihler-section,
.seans .saatler-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px;
  padding: 5px;
  padding-bottom: 18px;
  min-width: 290px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.05);
          box-shadow: 0px 4px 8px rgba(17, 17, 26, 0.05);
}

.seans .tarihler-section .baslik,
.seans .saatler-section .baslik {
  position: relative;
  color: #868686;
  font-size: 12pt;
  font-weight: 400;
  margin-bottom: 10px;
}

.seans .tarihler-section .baslik span,
.seans .saatler-section .baslik span {
  font-weight: 700;
}

.seans .tarihler-section .baslik::after,
.seans .saatler-section .baslik::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 250px;
  height: 1px;
  background: #dbdbdb;
}

.seans .tarih,
.seans .saat {
  margin: 5px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.seans .tarih.secilen,
.seans .saat.secilen {
  background-color: #ffe88a !important;
}

.seans .tarih.secilen label,
.seans .saat.secilen label {
  color: #000 !important;
}

.seans .tarih.kapali,
.seans .saat.kapali {
  border-left: 2px solid #bdbdbd !important;
}

.seans .tarih.kapali label,
.seans .saat.kapali label {
  color: #cfcfcf !important;
}

.seans .tarih:not(.kapali):not(.secilen):hover,
.seans .saat:not(.kapali):not(.secilen):hover {
  cursor: pointer;
  background-color: #fff6d2 !important;
}

.seans .tarih.kapali:hover,
.seans .saat.kapali:hover {
  cursor: not-allowed;
}

.seans .tarih label,
.seans .saat label {
  pointer-events: none;
  color: #3f3f3f;
}

.seans .tarihler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seans .tarihler .tarih {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  min-width: 95px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  background: #f6f6f6;
  border-left: 2px solid #ffcd00;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.seans .tarihler .tarih :nth-child(1) {
  color: #5e5e5e;
  font-size: 11.5pt;
}

.seans .tarihler .tarih :nth-child(2) {
  color: #868686;
  font-size: 9.5pt;
}

.seans .saatler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seans .saatler .saat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  min-width: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  background: #f6f6f6;
  border-left: 2px solid #ffcd00;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.seans .saatler .saat :nth-child(1) {
  color: #5e5e5e;
  font-size: 11.5pt;
}

.seans .saatler .saat :nth-child(2) {
  color: #868686;
  font-size: 9.5pt;
}
/*# sourceMappingURL=style.css.map */