header {
  background-image: url(https://www.ajanshosting.com/assets/images/backgournds/domain-bg.png);
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
}
[dir="rtl"] header {
  background-position: center left;
}
@media only screen and (max-width: 1199.98px) {
  header {
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  header {
    padding: 60px 0;
    background-image: unset;
  }
}

header .title-1 {
  display: inline-flex;
  font-size: clamp(2.027rem,calc(.6366rem + 2.1vw),2.247rem);
  font-family: var(--primary-font);
  color: var(--darkBlue);
  line-height: 1.2;
}

header .title-2 {
  line-height: 30px;
  font-size: 20px;
}

header .search-form .form-label {
  position: relative;
  width: calc(50% + 210px);
  background-color: #fff;
  border-radius: 10px;
  padding: 1px 10px 1px 0;
}
@media only screen and (max-width: 991.98px) {
  header .search-form .form-label {
    background-color: unset;
    padding: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  header .search-form .form-label {
    width: 100%;
  }
}

header .search-form .input-icon {
  position: absolute;
  left: 14px;
  top: 22px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
[dir="rtl"] header .search-form .input-icon {
  left: unset;
  right: 14px;
}

/* form-input */
header .search-form .form-input {
  width: 100%;
  height: 65px;
  padding: 0 20px 0 44px;
  font-size: 15px;
  font-weight: 600;
}
[dir="rtl"] header .search-form .form-input {
  padding: 0 44px 0 20px;
}
header .search-form .form-input::placeholder {
  font-weight: 400;
  color: var(--darkBlue);
  opacity: .7;
}

/* submit-btn */
header .search-form .submit-btn {
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  padding: 0 36px;
  letter-spacing: .8px;
}

/* para-1 */
header .para-1 {
  font-size: 18px;
  font-weight: 500;
  color: var(--darkGray);
}
header .para-1 a {
  display: inline-flex;
  margin-left: 8px;
  font-weight: 500;
  color: var(--darkGray);
  text-decoration: underline;
}
header .para-1 a:hover {
  color: var(--primary);
}

/* box */
header .boxes {
  gap: 15px 15px;
}
header .box {
  padding: 0 20px;
  height: 47px;
  width: 90px;
  background-color: #feebec;
  color: var(--darkBlue);
  font-size: 14px;
  font-family: var(--primary-font);
  font-weight: bold;
  border-radius: 4px;
}
header .box-2 {
  background-color: #f7ecff;
}
header .box-3 {
  background-color: #ecf0ff;
}
header .box-4 {
  background-color: #d7f9f3;
}
header .box-5 {
  background-color: #fff2cc;
}
header .th-input {
    border:none!important;
}
/* ----------------------------------- */

/* :: SE-I :: */

/* box */
.se-i .box {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid var(--border);
  box-shadow: -4px 4px 0 var(--primary-shadow);
  padding: 40px 30px;
  transition: all .15s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.se-i .box:hover {
  box-shadow: 0 0 0 var(--primary-shadow);
}

/* box-title */
.se-i .box-title .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--primary);
  margin-top: 10px;
  /* box-shadow: -2px 2px 0 #B0C3FF; */
}
.se-i .box-title .title {
  font-size: 32px;
  font-family: var(--primary-font);
  color: var(--darkBlue);
  font-weight: bold;
  /* text-shadow: -2px 2px 0 #B0C3FF; */
}

/* box-text */
.se-i .box-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--lightBlue);
}

/* price */
.se-i .price .currency {
  font-size: 14px;
  font-weight: 600;
  color: var(--darkBlue);
}
.se-i .price .num {
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: bold;
  color: var(--primary);
}
.se-i .price .duration {
  font-size: 14px;
  font-weight: 600;
  color: var(--darkBlue);
}
.se-i #domainTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}
.se-i .table thead tr th {
  background-color: #fff !important;
  color: var(--primary) !important;
  padding: 16px 32px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  text-align: center;
  vertical-align: middle;
}
.se-i .table thead tr th:first-child {
 text-align: left;
}
.se-i .table tbody tr:nth-of-type(even) td:first-child {
  background: #0069f6;
}
.se-i .table tbody tr:nth-of-type(odd) td:first-child {
  background: #457bff;
}
.se-i .table tbody tr:hover {
  background-color: #e9ecef;
}
.se-i .table tbody td {
  text-align: center;
  vertical-align: middle;
}
.se-i .table tbody td:first-child {
  text-align: left;
  color: #fff;
  font-weight: 500 !important;
  padding: 16px 32px;
}
.se-i .table tbody td:not(:first-child) {
  text-align: center;
  padding: 16px 32px;
}
.se-i .dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 2em;
  border:none!important;
  color: #457bff!important;
  background: rgba(69, 123, 255, .1)!important;
  margin-left: 0.5rem;
  margin-top: 10px;
  padding: 5px 13px;
  cursor: pointer;
}

.se-i .dataTables_filter input {
  width: 100% !important;
  border: none;
  background-color: #584ec512;
  border-radius: 6px;
  height: 45px;
  outline: 0;
  color: #000;
  display: inline-block;
  margin:0!important;
  padding-left: 20px;
}
.se-i .dataTables_filter label {
  width: 100%;
  display: inline-block;
  font-weight: normal;
}
.se-i table.dataTable.no-footer {
  border-bottom: none!important;
}
.se-i .dataTables_filter {
  border-radius: 24px 24px 0 0!important;
  text-align: left!important;
  background-color: #fff!important;
  padding: 30px!important;
  float: unset!important;
}
.se-i .fiyatlar .para {
    font-size: 20px!important;
}
/* ----------------------------------- */

    .loading-animation {
        padding: 20px;
        text-align: center;
    }

    .spinner {
        width: 40px;
        height: 40px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 10px;
    }

    .price-loading {
        background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
        background-size: 200% 100%;
        animation: shimmer 1.5s infinite;
        border-radius: 4px;
        height: 24px;
        width: 80px;
        display: inline-block;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    @keyframes shimmer {
        0% { background-position: -200% 0; }
        100% { background-position: 200% 0; }
    }