@charset "UTF-8";
#pre-order-page .top-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 15px 40px;
  color: black;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../../../media/image/sunshine.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}
#pre-order-page .top-content > * {
  position: relative;
  z-index: 2;
}
#pre-order-page .top-content:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #6c757d 74%);
  opacity: 0.85;
}
#pre-order-page .top-content .btn {
  width: 90%;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
#pre-order-page .top-content .btn:hover {
  opacity: 1;
}
#pre-order-page .top-content .bg-gradient {
  max-width: 100%;
}
#pre-order-page .big-title {
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 62px;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 0 0 3px #333;
}
@media screen and (max-width: 720px) {
  #pre-order-page .big-title {
    font-size: 30px;
    line-height: 36px;
  }
}
#pre-order-page .search-system {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
#pre-order-page .search-system textarea, #pre-order-page .search-system input[type=text] {
  padding: 20px 35px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #7c969d;
}
#pre-order-page .search-system textarea:focus, #pre-order-page .search-system textarea:active, #pre-order-page .search-system input[type=text]:focus, #pre-order-page .search-system input[type=text]:active {
  outline: 2px solid #333;
}
#pre-order-page .search-system #tld-list {
  color: #516395;
}
#pre-order-page .search-system textarea {
  height: 250px;
  min-height: 120px;
  max-height: 250px;
  resize: vertical;
}
#pre-order-page .search-system .radio {
  margin: 0.5rem;
}
#pre-order-page .search-system .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
#pre-order-page .search-system .radio input[type=radio] + .radio-label {
  cursor: pointer;
}
#pre-order-page .search-system .radio input[type=radio] + .radio-label:before {
  content: "";
  background-color: rgb(244, 244, 244);
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0.4em;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
#pre-order-page .search-system .radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
#pre-order-page .search-system .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
#pre-order-page .search-system .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
#pre-order-page .search-system .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
#pre-order-page .search-input {
  height: 65px;
  width: 420px;
  background-color: #f1f4f5;
  border-radius: 10px;
  border: 0;
  max-width: 100%;
}
#pre-order-page .search-button {
  margin-left: 10px;
  height: 65px;
  width: 150px;
  background-color: #2ccccc;
  border-radius: 10px;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  border: 0;
}
#pre-order-page .btn-grad {
  background-image: linear-gradient(to right, #ffc107 0%, #303030 51%, #ffc107 100%);
}
#pre-order-page .btn-grad {
  transition: 0.5s;
  background-size: 200% auto;
}
#pre-order-page .btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
#pre-order-page .domain-search-results {
  width: 100%;
}
#pre-order-page .domain-search-results .result-item {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  padding: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-left-width: 8px;
  border-radius: 4px;
  transition: opacity 0.2s linear;
}
#pre-order-page .domain-search-results .result-item.available {
  border-color: forestgreen;
}
#pre-order-page .domain-search-results .result-item.not-available {
  border-color: lightslategray;
  opacity: 0.55;
}
#pre-order-page .domain-search-results .result-item.not-available:hover {
  opacity: 1;
}
#pre-order-page .domain-search-results .result-item .domain {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}
#pre-order-page .domain-search-results .result-item .details {
  width: 250px;
  display: flex;
}
@media screen and (max-width: 720px) {
  #pre-order-page .domain-search-results .result-item .details {
    width: 100%;
  }
}
#pre-order-page .domain-search-results .result-item .details .price {
  height: 40px;
  width: 100%;
  font-size: 21px;
  margin: 0 10px;
}
#pre-order-page .domain-search-results .result-item .details .price sup {
  font-size: 14px;
}
#pre-order-page .domain-search-results .result-item .details .actions {
  width: 100%;
}
#pre-order-page .preorder-details {
  padding: 50px 0;
}
#pre-order-page .preorder-details .card img {
  width: 140px;
}
#pre-order-page .faq {
  padding: 50px 0;
}
#pre-order-page #domain-search-result-section #results {
  padding: 10px;
}
#pre-order-page #domain-search-result-section #results:empty {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  position: relative;
  min-height: 100px;
}
#pre-order-page #domain-search-result-section #results:empty:before {
  position: absolute;
  left: 0;
  top: 20px;
  color: #888;
  content: "Lütfen bekleyiniz...";
  text-align: center;
  font-style: italic;
  width: 100%;
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.25;
}
#pre-order-page #how-works .steps-row {
  counter-reset: _col;
}
#pre-order-page #how-works .steps-row > div {
  position: relative;
  cursor: pointer;
}
#pre-order-page #how-works .steps-row > div:before {
  position: absolute;
  counter-increment: _col;
  background-color: rgba(20, 55, 84, 0.45);
  color: #fff;
  transition: background-color 0.2s linear;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50px 0 0 50px;
  right: 10px;
  top: 30px;
  text-align: center;
}
#pre-order-page #how-works .steps-row > div.active:before, #pre-order-page #how-works .steps-row > div:hover:before {
  background-color: rgba(20, 55, 84, 0.85);
}
#pre-order-page #how-works .steps-row > div .card-title {
  color: #143754;
}
#pre-order-page {
  background: transparent;
}
#pre-order-page thead tr th {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
}
#pre-order-page thead tr > th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#pre-order-page thead tr > th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#pre-order-page .dataTables_filter label {
  color: #333;
  display: flex;
  line-height: 32px;
}
#pre-order-page .dataTables_filter label input {
  margin-left: 7px;
  height: 32px;
}
#pre-order-page .footer-tools {
  background-color: #f9f9f9;
  display: block;
  float: left;
  width: 100%;
  clear: both;
  border-radius: 6px;
}
#pre-order-page .footer-tools ul {
  margin-bottom: 0;
}
#pre-order-page tbody tr td {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #f7f7f7;
  transition: background-color 0.2s ease;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
#pre-order-page tbody tr:hover td {
  background: #f3f3f3;
}
#pre-order-page tbody tr > td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-weight: 600;
}
#pre-order-page tbody tr > td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#pre-order-page .dataTables_processing {
  background: rgba(255, 255, 255, 0.95);
  color: #fff;
  padding: 40px;
  position: absolute;
  z-index: 3;
  border-radius: 6px;
  top: 100px;
  width: 250px;
  text-align: center;
  left: 50%;
  margin-left: -125px;
  border: 15px solid rgba(0, 0, 0, 0.1);
}
#pre-order-page table.dataTable > thead .sorting_asc::before, #pre-order-page table.dataTable > thead .sorting_desc::after {
  position: absolute;
  right: calc(100% - 100px) !important;
  line-height: 52px;
  top: 0;
}
#pre-order-page #drop-list-table {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#pre-order-page div.dataTables_info {
  float: left;
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.dataTables_paginate .pagination > li > a, .dataTables_paginate .pagination > li > span {
  font-size: 16px;
}

/*# sourceMappingURL=pre-order.css.map */


