@charset "UTF-8";
.account-pages {
  display: flex;
  align-items: center;
  height: 100vh;
}
.account-pages img {
  height: auto;
}
.account-pages .btn-primary {
  background-color: #112958;
  border-color: #112958;
}
.account-pages .btn-primary a {
  color: #fff;
}
.account-pages .forgot-password {
  align-content: center;
}

.recaptcha-wrapper {
  height: 70px;
  overflow: hidden;
  background-color: #F9F9F9;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  height: 70px;
  position: relative;
  margin-top: 17px;
  border: 1px solid #d3d3d3;
  color: #000;
}

.recaptcha-info {
  background-size: 32px;
  height: 32px;
  margin: 0 13px 0 13px;
  position: absolute;
  right: 8px;
  top: 9px;
  width: 32px;
  background-image: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
  background-repeat: no-repeat;
}

.rc-anchor-logo-text {
  color: #9b9b9b;
  cursor: default;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 37px;
}

.rc-anchor-checkbox-label {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  left: 50px;
  top: 26px;
  position: absolute;
  color: black;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
  border: none;
}

.rc-anchor-pt {
  color: #9b9b9b;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 8px;
  font-weight: 400;
  right: 10px;
  top: 53px;
  position: absolute;
}
.rc-anchor-pt a:link {
  color: #9b9b9b;
  text-decoration: none;
}

.g-recaptcha {
  width: 41px;
  /* border: 1px solid red; */
  height: 38px;
  overflow: hidden;
  float: left;
  margin-top: 16px;
  margin-left: 6px;
}
.g-recaptcha > div {
  width: 46px;
  height: 30px;
  background-color: #F9F9F9;
  overflow: hidden;
  border: 1px solid red;
  transform: translate3d(-8px, -19px, 0px);
}
.g-recaptcha div {
  border: 0;
}

#layout-wrapper #page-topbar .navbar-brand-box {
  background: white;
}
#layout-wrapper #page-topbar .navbar-brand-box img {
  height: 3rem;
}
#layout-wrapper .page-content li.nav-item {
  align-content: center;
}
#layout-wrapper textarea {
  resize: none !important;
}
#layout-wrapper .nav-tabs .nav-link.disabled {
  pointer-events: none; /* Tıklanamaz yap */
  opacity: 0.5; /* Görsel olarak pasif göster */
  cursor: not-allowed; /* Farenin üzerine gelince yasak işareti çıksın */
}
#layout-wrapper .remove-btn-container {
  display: flex;
  justify-content: end;
  align-items: center;
}
#layout-wrapper #basvuruDetay .card-title {
  font-size: 1.3rem;
}

th, td {
  text-align: center;
}/*# sourceMappingURL=styles.css.map */