@charset "UTF-8";
/*!
Developer: İsmail BİÇER
Description: İzinsiz Kopyalanması durumunda hukuki yaptırım hakları gizlidir.
Version: 1.0
!*/
html {
  height: auto;
  min-height: 100vh;
  height: auto;
  position: relative;
}

body {
  height: auto;
  min-height: 100vh;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
}
@media (min-width: 1921px) {
  body {
    font-size: 18px !important;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 13px;
  }
}

.main {
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .main {
    padding-bottom: 150px;
  }
}

@media (min-width: 1921px) {
  .container {
    max-width: 1366px;
  }
}

.close {
  cursor: pointer;
}

.thm-form {
  margin-bottom: 30px;
}
.thm-form .label-title {
  font-weight: 500;
  font-size: 0.75rem;
}
.thm-form .form-control {
  font-size: 0.75rem;
}
.thm-form .form-control:focus {
  box-shadow: inset 0 0 10px rgba(128, 189, 255, 0.35);
}
.thm-form .custom-control-input:hover {
  cursor: pointer;
}
.thm-form .custom-control-label {
  font-size: 0.8125rem;
}
.thm-form .form-check-label {
  font-size: 0.8125rem;
}
.thm-form .btn {
  font-size: 0.8125rem;
  font-weight: 500;
}
.thm-form .btn.btn-purple {
  background-color: #17a2b8;
  color: #f8f9fa;
}
.thm-form .btn.btn-purple:hover {
  background-color: rgb(24.1333333333, 169.9826086957, 193.0666666667);
}
.thm-form .table {
  width: calc(100% - 30px);
  margin-left: 15px;
}
.thm-form .hiddenForm {
  display: none;
}
.thm-form .border-bottom-1 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
}
.thm-form .border-bottom-1:last-child {
  border-bottom: none;
}

.thm-form-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.thm-form-controller .btn {
  font-size: 0.75rem;
}
.thm-form-controller .btn.btn-success {
  border-bottom: 2px solid rgb(159.6153846154, 185.5769230769, 39.4230769231);
}
body {
  padding: 0;
  margin: 0;
  font-family: quicksand, sans-serif;
}

.header-26 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(45deg, rgb(253, 246, 231) 0%, rgb(255, 229, 229) 100%);
  background-image: -webkit-linear-gradient(45deg, rgb(253, 246, 231) 0%, rgb(255, 229, 229) 100%);
  background-image: -ms-linear-gradient(45deg, rgb(253, 246, 231) 0%, rgb(255, 229, 229) 100%);
  padding: 20px 0 55px 0;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.header-26 .logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #a9323c;
}
@media (max-width: 576px) {
  .header-26 .logo {
    padding-top: 20px;
  }
}
.header-26 .logo .icon {
  margin-bottom: 0.53rem;
}
.header-26 .logo .text {
  font-size: 0.9rem;
}
.header-26 .logo .application-name {
  font-size: 1rem;
  font-weight: 700;
}
.header-26 .continue {
  width: 9.375rem;
  min-height: 2.875rem;
  background: #bd202e;
  border-radius: 2.875rem;
  border: none;
  color: #fff;
  font-family: quicksand, sans-serif;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 0px 15px 30px 0px rgba(92, 0, 8, 0.2);
  transition: all 0.3s;
}
.header-26 .continue:hover {
  background: rgb(192.6136986301, 56.9863013699, 68.3835616438);
  transform: translateY(-4px);
}
.header-26 .continue:active {
  transform: translateY(4px);
}
.header-26 .login-alert-area {
  text-align: center;
  color: #fff;
  background: #222;
  padding: 1.563rem 3.125rem;
  margin: 3.125rem 0;
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px rgba(92, 0, 8, 0.2);
}
.header-26 .login-alert-area.danger {
  background: #c70038;
}
.header-26 .login-alert-area.success {
  background: #bbd63e;
}
.header-26 .login-alert-area.warning {
  background: #ffc107;
}
.header-26 .login-alert-area .link-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0 0 0;
}
.header-26 .login-alert-area .link-btns a {
  font-size: 0.8rem;
  margin: 10px;
  text-decoration: none;
  color: #333;
  background: #fff;
  border-radius: 30px;
  padding: 0.8rem 1rem;
  box-shadow: 0px 15px 30px 0px rgba(92, 0, 8, 0.2);
  transition: all 0.3s;
}
.header-26 .login-alert-area .link-btns a:hover {
  transform: translateY(-4px);
}
.header-26 .login-alert-area .link-btns a:active {
  transform: translateY(4px);
}
.header-26 .note {
  opacity: 0.5;
  font-size: 0.8rem;
  color: #000;
  text-align: center;
}
.header-26::after {
  content: "";
  width: 690px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  background: #a9323c;
  border-radius: 4px;
}
.header-26 .user-sign {
  width: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px 5px 10px 10px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(169, 50, 60, 0.1);
  box-sizing: border-box;
  padding: 20px;
  margin: 3rem 0;
  position: relative;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-top: 5px solid #a9323c;
}
@media (max-width: 576px) {
  .header-26 .user-sign {
    width: calc(100% - 30px);
    max-width: 530px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-26 .user-sign:hover {
  box-shadow: 0 0 50px rgba(169, 50, 60, 0.2);
}
.header-26 .user-sign::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/logo.svg") no-repeat 130% center;
  background-size: 50%;
  position: absolute;
  left: 0;
  top: 0;
  filter: invert(1) brightness(0);
  opacity: 0.02;
}
.header-26 .user-sign .title {
  width: 100%;
  float: left;
  border-bottom: 2px solid transparent;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #a9323c;
  position: relative;
  text-transform: uppercase;
}
.header-26 .user-sign .title .back {
  position: absolute;
  left: 10px;
  top: 50%;
  color: #000;
  font-size: 0.8125rem;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.header-26 .user-sign .title .back img {
  height: 14px;
  margin-right: 5px;
}
.header-26 .user-sign .title .back:hover {
  opacity: 1;
}
.header-26 .user-sign .title h1 {
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
}
.header-26 .user-sign .form-group {
  position: relative;
}
.header-26 .user-sign .form-group label {
  font-size: 0.8125rem;
  font-weight: 600;
}
.header-26 .user-sign .form-group .form-control {
  flex: 1 0 0;
  border: none;
  border-bottom: 2px solid #e9ecef;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: transparent;
}
.header-26 .user-sign .form-group .form-control.is-valid {
  border-color: #bbd63e;
}
.header-26 .user-sign .form-group .form-control.is-invalid {
  border-color: #c70038;
}
.header-26 .user-sign .form-group .form-control:focus {
  background-color: rgba(52, 58, 64, 0.03);
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  border-radius: 5px;
}
.header-26 .user-sign .form-group .btn {
  font-size: 0.9375rem;
  border-radius: 10rem;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  margin-top: 15px;
}
.header-26 .user-sign .form-group .btn i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-26 .user-sign .form-group .btn:hover i {
  margin-left: 10px;
}
.header-26 .user-sign .form-group .valid-feedback {
  flex: 0 0 100%;
  text-align: right;
}
.header-26 .user-sign .form-group .invalid-feedback {
  flex: 0 0 calc(100% - 120px);
  text-align: right;
  margin-left: auto;
}
.header-26 .user-sign .form-group.inline-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header-26 .user-sign .form-group.inline-group label {
  flex: 0 0 120px;
  margin: 0;
}
@media (max-width: 576px) {
  .header-26 .user-sign .form-group.inline-group label {
    flex: 0 0 100%;
  }
}
.header-26 .user-sign .security-code img {
  margin-left: 15px;
}
.header-26 .user-sign .alert {
  font-size: 0.9375rem;
}
.header-26 .user-sign .alert.alert-success a {
  color: #bbd63e;
}
.header-26 .short-links {
  display: flex;
}
.header-26 .short-links a {
  color: #000;
  font-size: 0.9375rem;
  margin: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-26 .short-links a img {
  width: 20px;
  margin-right: 10px;
}
@media (max-width: 576px) {
  .header-26 .short-links a img {
    width: 15px;
  }
}
.header-26 .short-links a:hover {
  color: #a9323c;
}
.header-26 .welcome-nav {
  position: absolute;
  right: 5px;
  top: 0;
}
.header-26 .welcome-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.header-26 .welcome-nav ul li {
  list-style: none;
  margin: 10px;
}
.header-26 .welcome-nav ul li a {
  font-size: 0.8125rem;
  color: #343a40;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-26 .welcome-nav ul li a img {
  width: 18px;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .header-26 .welcome-nav ul li a img {
    width: 13px;
  }
}

.main-26 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4.75rem;
}
.main-26 .container {
  width: 1230px;
  padding: 0 -30px;
}
.main-26 .about {
  margin: 4.75rem 0 0 0;
  display: flex;
}
.main-26 .about .heading {
  width: 17%;
  font-size: 1.475rem;
  position: relative;
  transition: all 0.3s;
}
.main-26 .about .heading::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #a9323c;
  position: absolute;
  right: 15px;
  top: 20px;
  transition: all 0.3s;
}
.main-26 .about .content {
  width: 66%;
  font-size: 14px;
  color: #525151;
  line-height: 1.75rem;
}
.main-26 .about .content p {
  margin-block-start: 0;
}
.main-26 .about:hover .heading {
  color: #bd202e;
}
.main-26 .about:hover .heading::after {
  transform: scale(1.5);
}

.footer-26 {
  width: 100%;
  text-align: center;
  color: #bbb;
  font-size: 0.8rem;
  margin-bottom: 20px;
}

@media (max-width: 1920px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 14px;
  }
  .main-26 .container {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .main-26 .container {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .header-26::after {
    width: 100%;
  }
  .main-26 .container {
    width: 100%;
    padding: 0 15px;
  }
  .main-26 .about {
    flex-direction: column;
  }
  .main-26 .about .heading {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
  }
  .main-26 .about .heading::after {
    display: none;
  }
  .main-26 .about .content {
    width: 100%;
  }
}
.e-devlet-btn {
  border-radius: 10rem;
  border: none;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom right, transparent, #323333) border-box;
  transition: background 0.3s ease, color 0.3s ease;
}
.e-devlet-btn:hover {
  background: linear-gradient(#323333, #323333) padding-box, linear-gradient(#323333, #323333) border-box;
  color: white !important;
}
