@font-face {
  font-family: "AR";
  src: url("../fonts/IBM/IBMPlexSansArabic-ExtraLight.woff2") format("woff2"), url("../fonts/IBM/IBMPlexSansArabic-ExtraLight.woff") format("woff"), url("../fonts/IBM/IBMPlexSansArabic-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AR";
  src: url("../fonts/IBM/IBMPlexSansArabic-Light.woff2") format("woff2"), url("../fonts/IBM/IBMPlexSansArabic-Light.woff") format("woff"), url("../fonts/IBM/IBMPlexSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AR";
  src: url("../fonts/IBM/IBMPlexSansArabic-Regular.woff2") format("woff2"), url("../fonts/IBM/IBMPlexSansArabic-Regular.woff") format("woff"), url("../fonts/IBM/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AR";
  src: url("../fonts/IBM/IBMPlexSansArabic-Medium.woff2") format("woff2"), url("../fonts/IBM/IBMPlexSansArabic-Medium.woff") format("woff"), url("../fonts/IBM/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AR";
  src: url("../fonts/IBM/IBMPlexSansArabic-SemiBold.woff2") format("woff2"), url("../fonts/IBM/IBMPlexSansArabic-SemiBold.woff") format("woff"), url("../fonts/IBM/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AR";
  src: url("../fonts/IBM/IBMPlexSansArabic-Bold.woff2") format("woff2"), url("../fonts/IBM/IBMPlexSansArabic-Bold.woff") format("woff"), url("../fonts/IBM/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EN";
  src: url("../fonts/Nunito/Nunito-ExtraLight.woff2") format("woff2"), url("../fonts/Nunito/Nunito-ExtraLight.woff") format("woff"), url("../fonts/Nunito/Nunito-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EN";
  src: url("../fonts/Nunito/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Light.woff") format("woff"), url("../fonts/Nunito/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EN";
  src: url("../fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EN";
  src: url("../fonts/Nunito/Nunito-Medium.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Medium.woff") format("woff"), url("../fonts/Nunito/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EN";
  src: url("../fonts/Nunito/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EN";
  src: url("../fonts/Nunito/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: AR;
  font-weight: 400;
  color: #333333;
  background-color: #fcfcfc;
}
@supports (-moz-appearance: none) {
  body {
    scrollbar-width: thin;
    scrollbar-color: #104C7F #f1f1f1;
  }
}
@supports selector(::-webkit-scrollbar) {
  body::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #104C7F;
    border-radius: 3px;
  }
}
html[dir=ltr] body {
  font-family: EN;
  text-transform: capitalize;
}

.overflow {
  overflow: hidden;
}

.container {
  --bs-gutter-x: 40px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}

.container-fluid {
  --bs-gutter-x: 60px;
}
@media (max-width: 1199px) {
  .container-fluid {
    --bs-gutter-x: 40px;
  }
}

.row {
  --bs-gutter-x: 30px;
}
.row > * {
  --bs-gutter-x: 30px;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* General Resets */
* {
  outline: 0 !important;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  outline: 0;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role=button] {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-inner-spin-button, input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

select {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9999 15.4006C10.3582 15.4006 9.71656 15.1531 9.23073 14.6672L3.25406 8.69057C2.98823 8.42474 2.98823 7.98474 3.25406 7.71891C3.5199 7.45307 3.9599 7.45307 4.22573 7.71891L10.2024 13.6956C10.6424 14.1356 11.3574 14.1356 11.7974 13.6956L17.7741 7.71891C18.0399 7.45307 18.4799 7.45307 18.7457 7.71891C19.0116 7.98474 19.0116 8.42474 18.7457 8.69057L12.7691 14.6672C12.2832 15.1531 11.6416 15.4006 10.9999 15.4006Z" fill="%23B2B2B2"/></svg>');
  background-repeat: no-repeat;
  background-size: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: left 16px top 50%;
}
html[dir=ltr] select {
  background-position: right 16px top 50%;
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-twitter::before {
  content: "\e61b";
}

.fa-facebook::before {
  content: "\f39e";
}

a,
button {
  cursor: pointer;
}

form {
  width: 100%;
}

.fieldset-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 24px;
}
.fieldset-grid .full-w {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .fieldset-grid {
    grid-template-columns: 1fr;
  }
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.form-grid:last-child {
  margin-bottom: 0;
}
.form-grid .full-w {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
  .form-grid .clear {
    display: none;
  }
}

.form-group {
  margin: 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.form-group:has(.form-control:disabled) {
  pointer-events: none;
}
.form-group:has([disabled]) {
  pointer-events: none;
}

.form-label {
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
  font-weight: 400;
  padding: 0;
  margin: 0 0 4px;
}

.fieldset-label {
  font-size: 18px;
  line-height: 1.5;
  color: #2e2d3c;
  font-weight: 600;
  padding: 0;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .fieldset-label {
    margin-bottom: 16px;
  }
}

.form-control {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  border-radius: 16px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  resize: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.form-control:is(textarea) {
  height: 90px;
  line-height: 1.57142857;
  padding: 13px 20px;
}
.form-control option {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
}
.form-control::placeholder, .form-control:has([hidden]:checked) {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
}
html[dir=rtl] .form-control::-moz-placeholder {
  text-align: right;
}
html[dir=rtl] .form-control::placeholder, html[dir=rtl] .form-control:has([hidden]:checked) {
  text-align: right;
}
html[dir=ltr] .form-control::-moz-placeholder {
  text-align: left;
}
html[dir=ltr] .form-control::placeholder, html[dir=ltr] .form-control:has([hidden]:checked) {
  text-align: left;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #104C7F;
}
.form-control:focus:is(select), .form-control:focus:is([readonly]) {
  border-color: #dee1e6;
}
.form-control:disabled {
  background-color: #fff;
}

.password-content {
  position: relative;
  width: 100%;
}
.password-content .password-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 22px;
  height: 22px;
  inset-inline-end: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #b2b2b2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.password-content .password-toggle::before, .password-content .password-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.password-content .password-toggle::after {
  height: 1px;
  background-color: #333333;
}
.password-content .password-toggle::before {
  height: 3px;
  background-color: #fff;
}
.password-content .password-toggle.active {
  color: #333333;
}
.password-content .password-toggle.active::before, .password-content .password-toggle.active::after {
  width: 100%;
  opacity: 1;
}

.intl-tel-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.intl-tel-input .form-control {
  padding: 0 16px !important;
}
.intl-tel-input.iti-container {
  width: 100%;
}
.iti-mobile .intl-tel-input.iti-container {
  width: auto;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .flag-container {
  width: -moz-fit-content;
  width: fit-content;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .flag-container .selected-flag {
  width: -moz-fit-content;
  width: fit-content;
}
.intl-tel-input .flag-container {
  position: static;
  inset: unset;
  border: 1px solid #8e8e8e;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  padding: 0;
}
.intl-tel-input .flag-container .selected-flag {
  background-color: transparent !important;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.intl-tel-input .flag-container .selected-flag .iti-flag {
  position: relative;
  inset: unset;
  margin: 0;
  flex-shrink: 0;
  margin-inline-end: 8px;
}
.intl-tel-input .flag-container .selected-flag .selected-dial-code {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  direction: ltr;
}
.intl-tel-input .flag-container .selected-flag .iti-arrow {
  position: relative;
  inset: unset;
  border: none;
  margin: 0;
  width: 24px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intl-tel-input .flag-container .selected-flag .iti-arrow::after {
  content: "";
  width: 8px;
  aspect-ratio: 8/5;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.25 0.75L4 4.25L0.75 0.75" stroke="%23282833" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.intl-tel-input .flag-container .country-list {
  text-align: start;
  max-width: 100%;
}
.intl-tel-input .flag-container .country-list .country {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.intl-tel-input .flag-container .country-list .country .country-name {
  margin: 0;
}

.otp-content {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .otp-content {
    margin-bottom: 24px;
  }
}

.otp-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.otp-input input {
  flex: 1;
  height: 48px;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  text-align: center;
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.otp-input input:focus {
  box-shadow: none;
  outline: none;
  border-color: #104C7F;
}

.upload-box {
  width: 100%;
  padding: 27px 20px;
  border: 1px dashed #b6b6b6;
  border-radius: 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.upload-box .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.upload-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1;
  font-size: 29px;
  color: #104C7F;
  margin: 0 auto 8px;
}
.upload-box span {
  display: block;
  font-size: 12px;
  line-height: 1.334;
  color: #616161;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  margin: 0 auto;
}

.form-hint {
  font-size: 14px;
  line-height: 1.334;
  color: #104C7F;
  margin-top: 8px;
  display: flex;
}

.float-input {
  position: relative;
  width: 100%;
}
html[dir=rtl] .float-input .form-control {
  text-align: right;
}
html[dir=ltr] .float-input .form-control {
  text-align: left;
}
.float-input .form-control:focus {
  border-color: #104C7F;
}
.float-input .form-control::-moz-placeholder {
  color: transparent;
}
.float-input .form-control::placeholder {
  color: transparent;
}
.float-input .form-control:not(:-moz-placeholder) {
  padding-block: 22px 11px;
}
.float-input .form-control:not(:placeholder-shown), .float-input .form-control:focus {
  padding-block: 22px 11px;
}
.float-input .form-control:not(:-moz-placeholder) + .float-label {
  top: 11px;
  font-size: 12px;
  line-height: 16px;
  color: #616161;
  background: transparent;
}
.float-input .form-control:not(:placeholder-shown) + .float-label, .float-input .form-control:focus + .float-label {
  top: 11px;
  font-size: 12px;
  line-height: 16px;
  color: #616161;
  background: transparent;
}
.float-input .form-control:disabled {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  opacity: 1;
}
.float-input .float-label {
  position: absolute;
  inset-inline-start: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  pointer-events: none;
  transition: all 0.2s ease;
}

.price-input {
  position: relative;
  width: 100%;
}
.price-input .icon {
  position: absolute;
  inset-inline-end: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #b2b2b2;
  font-size: 14px;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 22px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  width: 100%;
  border-radius: 14px;
  background-color: #104C7F;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.submit-btn:focus {
  color: #fff;
}
.submit-btn:hover {
  background-color: #0E4472;
  color: #fff;
}
.submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.alternative-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 22px;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  width: 100%;
  border-radius: 14px;
  background-color: #2d883e;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.alternative-btn:focus {
  color: #fff;
}
.alternative-btn:hover {
  background-color: rgb(25.9806629834, 78.5193370166, 35.7955801105);
  color: #fff;
}

.resend-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8px;
  margin-inline-start: auto;
  color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.resend-btn:focus {
  color: #104C7F;
}
.resend-btn:hover {
  color: #0E4472;
  text-decoration: underline;
}

.default-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #104C7F;
  background-color: #104C7F;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.default-btn:focus {
  color: #fff;
}
.default-btn .icon {
  width: 24px;
  aspect-ratio: 1;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-btn.secondary-btn {
  background-color: transparent;
  color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.default-btn.secondary-btn:focus {
  color: #104C7F;
}
.default-btn:hover {
  background-color: #0E4472;
  border-color: #0E4472;
  color: #fff;
}
.default-btn:hover.secondary-btn {
  color: #fff;
}

.custom-slider {
  position: relative;
}
.custom-slider .swiper-btn {
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #292d32;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.custom-slider .swiper-btn::after {
  display: none;
}
.custom-slider .swiper-btn.swiper-btn-prev {
  right: 0;
  left: auto;
}
.custom-slider .swiper-btn.swiper-btn-next {
  left: 0;
  right: auto;
}
.custom-slider .swiper-btn:hover {
  background-color: #104C7F;
  color: #fff;
}
@media (max-width: 991px) {
  .custom-slider .swiper-btn {
    display: none;
  }
}
.custom-slider .swiper-pagination {
  position: relative;
  inset: unset;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .custom-slider .swiper-pagination {
    margin-top: 25px;
  }
}
.custom-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.custom-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #104C7F;
  opacity: 1;
}

.main-slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
  display: none;
}
@media (max-width: 991px) {
  .main-slider .swiper-pagination {
    display: flex;
  }
}

.modal-backdrop {
  --bs-backdrop-bg: #11111199;
  --bs-backdrop-opacity: 1;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

@media (min-width: 500px) {
  .modal .modal-dialog {
    --bs-modal-width: 460px;
    margin-inline: auto;
    width: var(--bs-modal-width);
  }
}
.modal .modal-dialog.modal-lg {
  --bs-modal-width: 1132px;
  margin-inline: auto;
  width: 100%;
  max-width: var(--bs-modal-width);
}
.modal .modal-content {
  border-radius: 24px;
  border: none;
  padding: 0;
  position: relative;
  max-height: calc(100dvh - 100px);
  overflow-y: auto;
}
.modal .modal-content:has([type=tel][intlTelInput]) {
  overflow: hidden;
}
@supports (-moz-appearance: none) {
  .modal .modal-content {
    scrollbar-width: thin;
    scrollbar-color: #104C7F #f1f1f1;
  }
}
@supports selector(::-webkit-scrollbar) {
  .modal .modal-content::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
  }
  .modal .modal-content::-webkit-scrollbar-thumb {
    background-color: #104C7F;
    border-radius: 3px;
  }
}
.modal .modal-content > :last-child {
  margin-bottom: 0;
}
.modal .modal-header {
  padding: 16px;
  border: none;
  display: flex;
  gap: 8px;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal .modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 16px 0;
  color: #2e2d3c;
  margin: 0;
}
.modal .modal-close {
  width: 36px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  font-size: 19px;
  margin-inline-start: auto;
  color: #37356a;
  transition: all 0.3s ease-in-out;
}
.modal .modal-close:focus {
  color: #37356a;
}
.modal .modal-close:hover {
  background-color: #e03939;
  color: #fff;
}
.modal .modal-body {
  padding: 16px;
  margin: 0;
}
@supports (-moz-appearance: none) {
  .modal .modal-body {
    scrollbar-width: thin;
    scrollbar-color: #104C7F #f1f1f1;
  }
}
@supports selector(::-webkit-scrollbar) {
  .modal .modal-body::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    height: 0;
    border-radius: 3px;
  }
  .modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #104C7F;
    border-radius: 3px;
  }
}

.delete-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.delete-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #101828;
  margin: 0;
}
.delete-content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
  margin: 0;
}
.delete-content .btns-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  padding-top: 18px;
}
.delete-content .default-btn {
  border: none;
  height: 50px;
  font-size: 16px;
  width: 100%;
  background-color: #e03939;
}
.delete-content .default-btn.secondary-btn {
  background-color: #fff;
  color: #e03939;
}
.delete-content .default-btn:hover {
  background-color: #e03939;
  color: #fff;
}

.confirm-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.confirm-content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #101828;
  margin: 0;
}
.confirm-content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #667085;
  margin: 0;
}
.confirm-content .btns-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  padding-top: 18px;
}
.confirm-content .default-btn {
  height: 50px;
  font-size: 16px;
  width: 100%;
}

.success-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 24px;
}
.success-content .icon {
  width: 88px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 81px;
  color: #12b76a;
}
.success-content .text {
  font-size: 18px;
  line-height: 1.334;
  font-weight: 500;
  color: #333333;
  margin: 0;
}

.auctions-tabs {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 34px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 613px;
  max-width: 100%;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .auctions-tabs {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .auctions-tabs {
    overflow-y: hidden;
    overflow-x: auto;
    min-width: auto;
    width: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  @supports (-moz-appearance: none) {
    .auctions-tabs {
      scrollbar-width: thin;
      scrollbar-color: #104C7F #f1f1f1;
    }
  }
  @supports selector(::-webkit-scrollbar) {
    .auctions-tabs::-webkit-scrollbar {
      background-color: #f1f1f1;
      height: 2px;
      border-radius: 3px;
    }
    .auctions-tabs::-webkit-scrollbar-thumb {
      background-color: #104C7F;
      border-radius: 3px;
    }
  }
}
.auctions-tabs .nav-item {
  margin: 0;
  padding: 0 0 14px;
  position: relative;
}
.auctions-tabs .nav-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  inset-inline-start: 0;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  background-color: #104C7F;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .auctions-tabs .nav-item::after {
    display: none;
  }
}
.auctions-tabs .nav-item:has(.active)::after {
  transform: scaleX(1);
}
.auctions-tabs .nav-link {
  padding: 0;
  font-size: 14px;
  color: #818181;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.auctions-tabs .nav-link.active {
  color: #292929;
  font-weight: 500;
}

.product_tabs-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  height: 40px;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  border: none;
  background-color: #e7edf2;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
.product_tabs-nav .nav-item {
  width: 100%;
  height: 100%;
}
.product_tabs-nav .nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.product_tabs-nav .nav-link.active {
  background-color: #104C7F;
  color: #fff;
}

.table-responsive {
  border: none;
}

.bonds-table {
  table-layout: fixed;
  width: 100%;
  min-width: 990px;
}
.bonds-table th {
  border-bottom: 1px solid #104C7F;
  font-size: 16px;
  line-height: 1.5;
  color: #104C7F;
  font-weight: 400;
  padding: 16px;
  padding-inline-end: 5px;
}
.bonds-table td {
  padding: 9px 16px;
  padding-inline-end: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #585858;
}
.bonds-table .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  padding: 0 8px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
}
.bonds-table .status.success {
  background-color: #d9ffd6;
  color: #2d883e;
}
.bonds-table .status.pending {
  background-color: #fff2d6;
  color: #e58c0e;
}
.bonds-table .default-btn {
  height: 36px;
}
.bonds-table .table-actions {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.bonds-table .table-action {
  width: 22px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #828282;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.bonds-table .table-action.download-btn {
  color: #2d883e;
}
.bonds-table .table-action.info-btn {
  color: #616161;
}
.bonds-table .table-action:hover {
  color: #104C7F;
}

@media (max-width: 767px) {
  .main-section .container {
    padding: 0;
  }
}

.main-slider {
  padding: 0 64px;
}
@media (max-width: 991px) {
  .main-slider {
    padding: 0;
  }
}

.slider-img {
  width: 100%;
  display: flex;
  align-items: center;
  aspect-ratio: 1140/285;
  overflow: hidden;
}

.auctions_section-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .auctions_section-head {
    flex-wrap: wrap;
    text-align: center;
  }
  .auctions_section-head:has(.map-icon-btn) {
    flex-wrap: nowrap;
    text-align: start;
  }
}
@media (max-width: 767px) {
  .auctions_section-head {
    gap: 16px 14px;
    margin-bottom: 24px;
  }
}

.auctions_section-title {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
@media (max-width: 991px) {
  .auctions_section-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .auctions_section-title {
    font-size: 24px;
  }
}

.auctions_section-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
@media (max-width: 1199px) {
  .auctions_section-tabs {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .auctions_section-tabs {
    max-width: calc(100% - 156px);
    overflow-x: auto;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .auctions_section-tabs {
    max-width: calc(100% - 60px);
    gap: 8px;
  }
}

.auctions_tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #efefef;
  color: #616161;
  transition: all 0.3s ease-in-out;
}
.auctions_tab-link:focus {
  color: #616161;
}
@media (max-width: 991px) {
  .auctions_tab-link {
    font-size: 12px;
    padding: 0 12px;
    gap: 8px;
    height: 36px;
    margin: 5px 0;
  }
}
.auctions_tab-link .icon {
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.auctions_tab-link:not(:has(.icon))::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}
.auctions_tab-link.active {
  background-color: #104C7F;
  color: #fff;
}

.auctions_section-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 66px;
}
.auctions_section-tools:has(.map-icon-btn), .auctions_section-tools:has(.sort-select) {
  gap: 34px;
}
@media (max-width: 1199px) {
  .auctions_section-tools {
    gap: 16px;
  }
  .auctions_section-tools:has(.map-icon-btn) {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .auctions_section-tools:has(.sort-select) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
  }
}

.views-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #f0eff9;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .views-item {
    display: none;
  }
}

.view-btn {
  width: 39px;
  aspect-ratio: 39/46;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 29px;
  padding: 0;
  color: #2a2951;
  transition: all 0.3s ease-in-out;
}
.view-btn:focus {
  color: #2a2951;
}
.view-btn:hover {
  color: #104C7F;
}
.view-btn.active {
  background-color: #e7edf2;
  color: #2a2951;
}

.map-btn {
  border-radius: 20px;
  height: 46px;
  color: #efefef;
  transition: all 0.3s ease-in-out;
}
.map-btn:focus {
  color: #efefef;
}
.map-btn:hover {
  background-color: #0E4472;
  border-color: #0E4472;
  color: #efefef;
}
@media (max-width: 991px) {
  .map-btn {
    padding: 0;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .map-btn {
    width: 46px;
  }
  .map-btn .text {
    display: none;
  }
}

.auctions_section-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
}

.map-icon-btn {
  width: 48px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #f0eff9;
  background-color: #fff;
  overflow: hidden;
  font-size: 26px;
  flex-shrink: 0;
  color: #2a2951;
  transition: all 0.3s ease-in-out;
}
.map-icon-btn:focus {
  color: #2a2951;
}
.map-icon-btn:hover {
  background-color: #104C7F;
  color: #fff;
}
@media (max-width: 1199px) {
  .map-icon-btn {
    width: 46px;
    font-size: 24px;
  }
}

.sort-select {
  width: 172px;
}
@media (max-width: 767px) {
  .sort-select {
    width: 100%;
  }
}

.filter_select-content {
  position: relative;
}
.filter_select-content .icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
  pointer-events: none;
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  font-size: 20px;
  color: #333333;
}
.filter_select-content .filter-select {
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  border: none;
  padding-inline-start: 28px;
  padding-inline-end: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.9201 8.95001L13.4001 15.47C12.6301 16.24 11.3701 16.24 10.6001 15.47L4.08008 8.95001" stroke="%23292D32" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 24px;
  background-position: left 0 top 50%;
}
html[dir=ltr] .filter_select-content .filter-select {
  background-position: right 0 top 50%;
}
@media (max-width: 767px) {
  .filter_select-content .filter-select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter_select-content {
    width: 100%;
  }
}

.auctions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 22px;
}
.auctions-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.auctions-grid.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.auctions-grid.list-view {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 1199px) {
  .auctions-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .auctions-grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .auctions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .auctions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .auctions-grid.grid-2 {
    grid-template-columns: 1fr;
  }
  .auctions-grid.grid-3 {
    grid-template-columns: 1fr;
  }
}

.auction-item {
  width: 100%;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078), 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  border: 2px solid transparent;
  padding: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .auction-item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.auction-item .item-img {
  width: 100%;
  aspect-ratio: 281/248;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  display: flex;
  transition: none;
}
.auction-item .item-img img {
  transition: transform 0.3s ease-in-out;
}
.auction-item .item-img:hover img {
  transform: scale(1.1);
}
.auction-item .item-featured {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  background-color: #fae1e1;
  color: #e03939;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 37px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 34.5px;
  border-end-start-radius: 33.8px;
  border-start-end-radius: 33.8px;
}
.auction-item .item-featured .icon {
  font-size: 23px;
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.auction-item .item-info {
  padding-inline: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.auction-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.auction-item .item-title {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.334;
  color: #333333;
  margin: 0;
}
@media (min-width: 1400px) {
  .auction-item .item-title {
    font-size: 18px;
  }
}
.auction-item .item-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.auction-item .item-title a:focus {
  color: inherit;
}
.auction-item .item-title a:hover {
  color: #104C7F;
}
.auction-item .item-product {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #104C7F;
  border-radius: 12px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #104C7F;
  font-size: 12px;
  font-weight: 400;
}
.auction-item .item-date {
  font-size: 12px;
  line-height: 1.334;
  font-weight: 400;
  color: #828282;
}
.auction-item .countdown-label {
  font-size: 18px;
  line-height: 1.334;
  font-weight: 400;
  color: #828282;
}
.auction-item .countdown-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #104C7F;
}
@media (min-width: 1400px) {
  .auction-item .countdown-content {
    font-size: 20px;
  }
}
.auction-item .countdown-item {
  display: flex;
  gap: 5px;
  margin: 0;
}
.auction-item .item-fav {
  position: absolute;
  top: 24px;
  inset-inline-end: 24px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #d20653;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.auction-item .item-labels {
  position: absolute;
  top: 24px;
  inset-inline-start: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.auction-item .label-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 12px;
  color: #104C7F;
  background-color: #e7edf2;
  font-size: 12px;
  font-weight: 400;
}
.auction-item .label-item .icon {
  width: 16px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.auction-item .label-item.featured {
  color: #2d883e;
  background-color: #d9ffd6;
}
.auction-item .label-item.type {
  color: #104c7f;
  background-color: #e7edf2;
}
.auction-item .label-item.status {
  color: #c9a43b;
  background-color: #faf6eb;
}
.auction-item .item-prices {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 7px;
}
.auction-item .item-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.334;
  padding-top: 8px;
}
.auction-item .item-price .label {
  font-size: 18px;
  font-weight: 400;
  color: #828282;
}
.auction-item .item-price .value {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 5px;
}
.auction-item .item-price .value.benefit {
  color: #2d883e;
}
.auction-item .item-btns {
  display: flex;
  gap: 8px;
  padding-top: 8px;
}
.auction-item .item-btn {
  flex: 1;
  width: 100%;
  font-size: 12px;
  padding: 0;
}
@media (min-width: 1400px) {
  .auction-item .item-btn {
    font-size: 14px;
  }
}
.auction-item.featured {
  border-color: #104C7F;
}
.list-view .auction-item {
  flex-direction: row;
  align-items: center;
  --img-width: 250px;
}
.list-view .auction-item .item-img {
  width: var(--img-width);
  flex-shrink: 0;
}
.list-view .auction-item .item-info {
  padding: 16px;
}
.list-view .auction-item .item-fav {
  inset-inline-end: calc(100% - var(--img-width) + 13px);
}

.steps-progress {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.steps-progress .step {
  flex: 1;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 5px;
}
.steps-progress .step.active, .steps-progress .step.completed {
  background-color: #104C7F;
}

.types-radios {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.type-radio {
  width: 100%;
}
.type-radio .type-radio-label {
  width: 100%;
  padding: 14px;
  min-height: 85px;
  display: flex;
  align-items: start;
  gap: 8px;
  border: 1px solid #f0eff9;
  border-radius: 14px;
  cursor: pointer;
}
.type-radio .type-radio-label:not(:has(.icon)) {
  align-items: center;
  min-height: 56px;
}
.type-radio .type-radio-label:not(:has(.icon)) .mark {
  margin: 0;
}
.type-radio .icon {
  width: 52px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #e7edf2;
  font-size: 25px;
  color: #104C7F;
}
.type-radio .text {
  align-self: center;
  font-size: 14px;
  color: #101828;
}
.type-radio .mark {
  width: 14.5px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border: 1.5px solid #d1d1db;
  background-color: #efefef;
  border-radius: 50%;
  margin-inline-start: auto;
  box-shadow: 0px 1px 2px 0px rgba(18, 18, 23, 0.0509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-radio .mark:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #104C7F;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.type-radio input {
  display: none;
}
.type-radio input:checked ~ .type-radio-label .mark {
  border-color: #104C7F;
  background-color: #fff;
}
.type-radio input:checked ~ .type-radio-label .mark:after {
  transform: scale(1);
  opacity: 1;
}

.filters-title {
  font-size: 20px;
  line-height: 1.334;
  font-weight: 600;
  color: #2a2951;
  margin: 0 0 12px;
}

.filters-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-search {
  width: 100%;
  position: relative;
}
.filter-search .filter_search-input {
  width: 100%;
  height: 60px;
  border-radius: 16px;
  border: 2px solid transparent;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  padding-inline: 20px 50px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.filter-search .filter_search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
}
.filter-search .filter_search-input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
}
.filter-search .filter_search-input:focus {
  border-color: #104C7F;
}
.filter-search .filter_search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 16px;
  padding: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  color: #b2b2b2;
  transition: all 0.3s ease-in-out;
}
.filter-search .filter_search-btn:focus {
  color: #b2b2b2;
}
.filter-search .filter_search-btn:hover {
  color: #104C7F;
}

.filter-item .filter-label {
  font-size: 14px;
  line-height: 1.334;
  color: #475467;
  font-weight: 400;
  margin: 0 0 8px;
}
.filter-item .filter-values {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-item .filter-value {
  flex: 1;
  width: calc(33.3333333333% - 2.6666666667px);
}
.filter-item .filter-value .text {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  font-size: 14px;
  color: #616161;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.filter-item .filter-value input {
  display: none;
}
.filter-item .filter-value input:checked ~ .text {
  background-color: #104C7F;
  color: #fff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px 22px;
}
@media (max-width: 1199px) {
  .products-grid {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.product-item {
  width: 100%;
  overflow: hidden;
  border-radius: 34px;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-item {
    width: 100%;
    max-width: 392px;
    margin: 0 auto;
  }
}
.product-item .item-img {
  width: 100%;
  aspect-ratio: 392/248;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  display: flex;
  transition: none;
}
.product-item .item-img img {
  transition: transform 0.3s ease-in-out;
}
.product-item .item-img:hover img {
  transform: scale(1.1);
}
.product-item .item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.product-item .item-title {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.334;
  color: #333333;
  margin: 0;
}
@media (min-width: 1400px) {
  .product-item .item-title {
    font-size: 18px;
  }
}
.product-item .item-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.product-item .item-title a:focus {
  color: inherit;
}
.product-item .item-title a:hover {
  color: #104C7F;
}
.product-item .item-date {
  font-size: 12px;
  line-height: 1.334;
  font-weight: 400;
  color: #828282;
}
.product-item .countdown-label {
  font-size: 18px;
  line-height: 1.334;
  font-weight: 400;
  color: #828282;
}
.product-item .countdown-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #104C7F;
}
@media (min-width: 1400px) {
  .product-item .countdown-content {
    font-size: 20px;
  }
}
.product-item .countdown-item {
  display: flex;
  gap: 5px;
  margin: 0;
}
.product-item .item-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-top: 8px;
}
.product-item .item-btn {
  width: 100%;
  height: 50px;
  padding: 0;
}
.product-item .item-fav {
  position: absolute;
  top: 24px;
  inset-inline-end: 24px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #d20653;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.product-item .item-labels {
  position: absolute;
  top: 24px;
  inset-inline-start: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.product-item .label-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 12px;
  color: #104C7F;
  background-color: #e7edf2;
  font-size: 12px;
  font-weight: 400;
}
.product-item .label-item .icon {
  width: 16px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.product-item .label-item.featured {
  color: #2d883e;
  background-color: #d9ffd6;
}
.product-item .label-item.type {
  color: #104c7f;
  background-color: #e7edf2;
}
.product-item .label-item.status {
  color: #c9a43b;
  background-color: #faf6eb;
}

.main-header {
  background-color: #fff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1490196078), 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  position: relative;
}
@media (min-width: 1400px) {
  .main-header .container {
    max-width: 1356px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
  padding: 20px 0;
}
@media (min-width: 1400px) {
  .header {
    padding-inline-start: 36px;
  }
}
@media (max-width: 1199px) {
  .header {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 0;
  }
}

.logo {
  width: 57px;
  aspect-ratio: 57/46;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .logo {
    width: 47px;
  }
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline-start: auto;
}

.header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  aspect-ratio: 1;
  cursor: pointer;
  padding: 0;
  font-size: 22px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.header-icon:focus {
  color: #333333;
}
.header-icon:hover {
  color: #104C7F;
}
@media (max-width: 767px) {
  .header-icon.header_notification-icon {
    order: 2;
  }
}
.header-icon.menu-btn {
  display: none;
}
@media (max-width: 1199px) {
  .header-icon.menu-btn {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header-icon.menu-btn {
    order: 4;
  }
}
.header-icon.close-btn {
  font-size: 16px;
  opacity: 0.5;
}

.header-btns {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .header-btns {
    display: none;
  }
}

.header-btn {
  white-space: nowrap;
}

.header_user-content {
  position: relative;
}
@media (max-width: 767px) {
  .header_user-content {
    order: 1;
  }
}
.header_user-content:hover .header_user-icon {
  background-color: #0E4472;
  color: #fff;
}
.header_user-content:hover .header_user-dropdown {
  visibility: visible;
  opacity: 1;
}

.header_user-icon {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #e7edf2;
  color: #104C7F;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 22px;
  cursor: pointer;
  color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.header_user-icon:focus {
  color: #104C7F;
}
.header_user-icon span {
  position: absolute;
  bottom: -1.5px;
  inset-inline-end: -5px;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  color: #0E4472;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.header_user-icon:hover {
  background-color: #0E4472;
  color: #fff;
}

.header_user-dropdown {
  position: absolute;
  top: calc(100% + 7px);
  inset-inline-start: -40px;
  min-width: 218px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  border-radius: 15px;
  z-index: 16;
  padding: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header_user-dropdown .header_user-info {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-bottom: 11px;
}
.header_user-dropdown .header_user-avatar {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.header_user-dropdown .header_user-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 0;
}
.header_user-dropdown .header_user-text span {
  font-family: EN;
  font-size: 12px;
  font-weight: 500;
  color: #104C7F;
  direction: ltr;
  white-space: nowrap;
}
.header_user-dropdown .header_user-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.header_user-dropdown .header_user-list li {
  border-top: 1px solid #f2f2f2;
  padding-top: 11px;
}
.header_user-dropdown .header_user-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.header_user-dropdown .header_user-list a:focus {
  color: #000;
}
.header_user-dropdown .header_user-list a .icon {
  width: 24px;
  aspect-ratio: 1;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_user-dropdown .header_user-list a:hover {
  color: #104C7F;
}
.header_user-dropdown .header_user-list a.logout-link {
  color: #fc4242;
  transition: all 0.3s ease-in-out;
}
.header_user-dropdown .header_user-list a.logout-link:focus {
  color: #fc4242;
}
.header_user-dropdown .header_user-list a.logout-link:hover {
  color: rgb(187.5234375, 2.9765625, 2.9765625);
}

@media (max-width: 767px) {
  .lang-content {
    display: none;
  }
}

.lang-link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.lang-link .icon {
  width: 24px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.lang-link .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-link .text::before {
  content: "";
  height: 22px;
  width: 1px;
  border-radius: 1px;
  background-color: #e0e0e0;
  margin-inline: 9px;
}
html[dir=rtl] .lang-link {
  direction: ltr;
  font-family: EN;
}
html[dir=ltr] .lang-link {
  direction: rtl;
  font-family: AR;
}

@media (min-width: 768px) {
  .header_search-content {
    position: relative;
  }
}
@media (max-width: 767px) {
  .header_search-content {
    order: 2;
  }
}

.header_search-icon .times {
  display: none;
}
.header_search-icon.active .svg {
  display: none;
}
.header_search-icon.active .times {
  display: block;
}

.float_search-content {
  position: absolute;
  top: calc(100% + 17px);
  inset-inline-start: -40px;
  background-color: #fff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  border-radius: 15px;
  z-index: 15;
  padding: 8px;
  display: none;
}
@media (max-width: 767px) {
  .float_search-content {
    top: calc(100% - 8px);
    inset-inline-start: 0;
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
}

.float_search-form {
  position: relative;
}

.float_search-input {
  width: 335px;
  height: 60px;
  border-radius: 16px;
  border: 2px solid transparent;
  background-color: #fff;
  border: 1px solid #b6b6b6;
  padding-inline: 20px 50px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.float_search-input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
}
.float_search-input::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #818181;
}
.float_search-input:focus {
  border-color: #104C7F;
}
@media (max-width: 767px) {
  .float_search-input {
    width: 100%;
  }
}

.float_search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 16px;
  padding: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  color: #b2b2b2;
  transition: all 0.3s ease-in-out;
}
.float_search-btn:focus {
  color: #b2b2b2;
}
.float_search-btn:hover {
  color: #104C7F;
}

.overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(17, 17, 17, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  z-index: 98;
  display: none;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1400px) {
  .nav-list {
    gap: 65px;
  }
}
.nav-list li {
  position: relative;
}
.nav-list li::after {
  position: absolute;
  bottom: -29px;
  left: 0;
  height: 6px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  background-color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.nav-list li:has(a.active)::after {
  content: "";
}
.nav-list a {
  font-size: 18px;
  font-weight: 600;
  color: #292929;
  transition: all 0.3s ease-in-out;
}
.nav-list a:focus {
  color: #292929;
}
.nav-list a:hover, .nav-list a.active {
  color: #104C7F;
}

.nav-head {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.nav-head .lang-content {
  display: none;
}
@media (max-width: 767px) {
  .nav-head .lang-content {
    display: flex;
  }
}

.nav-foot {
  display: none;
}
.nav-foot .header-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.nav-foot .header-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .nav-foot {
    display: flex;
  }
}

@media (max-width: 1199px) {
  .header-nav {
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    height: 100dvh;
    width: 300px;
    background-color: #fff;
    border: none;
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }
  .header-nav.active {
    inset-inline-start: 0;
  }
  .nav-head {
    display: flex;
  }
  .nav-content {
    width: 100%;
    height: 100dvh;
    display: block;
    padding: 25px 25px 40px;
    overflow-y: auto;
  }
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 35px 0;
  }
  .nav-list li:after {
    display: none;
  }
  .nav-list a {
    font-size: 18px;
  }
}
.page-content {
  padding: 55px 0 60px;
}
@media (max-width: 767px) {
  .page-content {
    padding: 40px 0 50px;
  }
}

.main-footer {
  background-color: #104C7F;
  padding: 72px 0;
}
@media (min-width: 1400px) {
  .main-footer .container {
    max-width: 1324px;
  }
}
.main-footer :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1199px) {
  .main-footer {
    padding: 40px 0;
  }
}

.footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 34px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(208, 208, 208, 0.4);
}
@media (max-width: 1199px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.footer-logo {
  width: 107px;
  aspect-ratio: 107/89;
  display: flex;
  flex-shrink: 0;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px 30px;
}
.footer-nav a {
  line-height: 1.334;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-nav a:focus {
  color: #fff;
}
@media (max-width: 991px) {
  .footer-nav a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    flex-direction: column;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 20px;
}

.social {
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.social:focus {
  color: #fff;
}
.social:hover {
  background-color: #fff;
  color: #104C7F;
}

.copyrights {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin: 0;
}

.auth-body {
  position: relative;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 13px;
  --padding: 30px;
  --logo: 75px;
  padding: var(--padding) 0 calc(var(--padding) + 13px + var(--logo));
}
@media (min-width: 1400px) {
  .auth-body {
    --padding: 50px;
    --logo: 86px;
  }
}

.auth-logo {
  height: 75px;
  aspect-ratio: 107/86;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1400px) {
  .auth-logo {
    height: 86px;
  }
}

.auth-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 668px;
  margin: auto;
}

.auth-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  color: #333;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .auth-head {
    margin-bottom: 80px;
  }
}

.auth-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.auth-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.auth-desc span {
  display: block;
  color: #104C7F;
}
.auth-desc a {
  text-decoration: underline;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.auth-desc a:focus {
  color: #333;
}
.auth-desc a:hover {
  color: #104C7F;
}

.password-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8px;
  margin-inline-start: auto;
  color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.password-link:focus {
  color: #104C7F;
}
.password-link:hover {
  color: #0E4472;
  text-decoration: underline;
}

.register-alternative {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  margin: 48px 0;
}
@media (max-width: 991px) {
  .register-alternative {
    margin: 34px 0;
    gap: 16px;
  }
}
.register-alternative .alternative-or {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 20px;
}
.register-alternative .alternative-or span {
  background-color: #fff;
  height: 22px;
  width: 32px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.register-alternative .alternative-or::after, .register-alternative .alternative-or::before {
  content: "";
  height: 1px;
  width: 100%;
  flex: 1;
  background-color: #e0e0e0;
}

.main-section {
  margin: 58px 0 96px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-section {
    margin: 20px 0 60px;
  }
}
@media (max-width: 767px) {
  .main-section {
    margin-top: 0;
  }
}

.auctions-section {
  margin: 96px 0;
}
@media (max-width: 991px) {
  .auctions-section {
    margin: 60px 0;
  }
}

.archive_page-content {
  padding: 55px 0 60px;
}
@media (max-width: 767px) {
  .archive_page-content {
    padding: 40px 0 50px;
  }
}

.archive-row {
  display: grid;
  grid-template-columns: 387px 1fr;
  gap: 16px;
  align-items: start;
  position: relative;
}
@media (max-width: 1199px) {
  .archive-row {
    grid-template-columns: 2fr 5fr;
  }
}
@media (max-width: 991px) {
  .archive-row {
    grid-template-columns: 1fr;
  }
}

.archive-side {
  padding: 16px;
  box-shadow: 0px -12px 64px -12px rgba(100, 97, 193, 0.1411764706);
  background-color: #fcfcfe;
  border-radius: 24px;
  position: sticky;
  top: 25px;
  inset-inline-start: 0;
}
@media (max-width: 1199px) {
  .archive-side {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  .archive-side {
    width: 100%;
    position: relative;
    inset: unset;
  }
}

.archive-content {
  padding: 40px;
  box-shadow: 0px -12px 64px -12px rgba(100, 97, 193, 0.1411764706);
  background-color: #fcfcfe;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .archive-content {
    border-radius: 16px;
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .archive-content {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .archive-content {
    padding: 16px;
  }
}

.single_page-content {
  padding: 55px 0 65px;
}
@media (max-width: 767px) {
  .single_page-content {
    padding: 40px 0 55px;
  }
}

.single-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .single-head {
    margin-bottom: 30px;
  }
}

.single-subtitle {
  font-size: 18px;
  line-height: 1.334;
  color: #363333;
  font-weight: 400;
  margin: 0;
}

.single-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.334;
  color: #104C7F;
  margin: 0;
}

.single_main-content {
  display: flex;
  align-items: start;
  gap: 16px;
  border-radius: 34px;
  background-color: #fff;
  padding: 8px;
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .single_main-content {
    flex-direction: column;
    margin-bottom: 55px;
  }
}
.single_main-content .single_main-img {
  width: 28%;
  max-width: 313px;
  aspect-ratio: 313/254;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .single_main-content .single_main-img {
    width: 100%;
  }
}
.single_main-content .single_main-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.single_main-content .single_main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.single_main-content .single_main-products {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #104C7F;
  border-radius: 12px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  color: #104C7F;
  font-size: 12px;
  font-weight: 400;
}
.single_main-content .single_main-tools {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.single_main-content .single_main-date {
  font-size: 12px;
  line-height: 1.334;
  font-weight: 400;
  color: #828282;
}
.single_main-content .single_main-desc {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 400;
  color: #616161;
  margin: 0;
}
.single_main-content .single_main_countdown-label {
  font-size: 18px;
  line-height: 1.334;
  font-weight: 400;
  color: #828282;
}
.single_main-content .single_main_countdown-content {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #104C7F;
  line-height: 1.43;
  font-weight: 700;
}
.single_main-content .single_main_countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e7edf2;
  border-radius: 24px;
  width: 64px;
  height: 80px;
  margin: 0;
}
.single_main-content .single_main_countdown-item .number {
  font-size: 20px;
}
.single_main-content .single_main_countdown-item .label {
  font-size: 14px;
}
.single_main-content .single_main-labels {
  position: absolute;
  top: 24px;
  inset-inline-start: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.single_main-content .label-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border-radius: 12px;
  color: #104C7F;
  background-color: #e7edf2;
  font-size: 12px;
  font-weight: 400;
}
.single_main-content .label-item .icon {
  width: 16px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.single_main-content .label-item.featured {
  color: #2d883e;
  background-color: #d9ffd6;
}
.single_main-content .label-item.type {
  color: #104c7f;
  background-color: #e7edf2;
}
.single_main-content .label-item.status {
  color: #c9a43b;
  background-color: #faf6eb;
}

.product_page-content {
  padding: 60px 0 36px;
}
@media (min-width: 1400px) {
  .product_page-content .container {
    max-width: 1400px;
    padding-inline-start: 68px;
  }
}
@media (max-width: 767px) {
  .product_page-content {
    padding: 40px 0 50px;
  }
}

.product_main-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  margin-bottom: 23px;
}
@media (min-width: 1400px) {
  .product_main-row {
    gap: 64px;
  }
}
@media (max-width: 1199px) {
  .product_main-row {
    grid-template-columns: 1fr;
  }
}

.product_main-col {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-images {
  position: relative;
}
.product-images .product_images-slider {
  width: 100%;
}
.product-images .video {
  position: relative;
}
.product-images .video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  color: #d20653;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.product-images .product_main-image {
  width: 100%;
  aspect-ratio: 841/582;
  border-radius: 40px;
  overflow: hidden;
}
.product-images .product_main-image .icon {
  width: 75px;
  font-size: 50px;
}
.product-images .product_thumbs-slider {
  width: 100%;
  max-width: 375px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  z-index: 2;
}
.product-images .product_main-thumb {
  width: 100%;
  aspect-ratio: 65/61;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.product-images .product_main-thumb .icon {
  font-size: 13px;
  width: 24px;
}
.product-images .swiper-slide-thumb-active .product_main-thumb {
  border-color: #ff951d;
}

.product-images .product_images-tools {
  position: absolute;
  top: 0;
  inset-inline: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 2;
  padding: 25px 25px 0;
  gap: 8px;
}
.product-images .product-action {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #292d32;
  transition: all 0.3s ease-in-out;
}
.product-images .product-action:hover {
  background-color: #104C7F;
  color: #ffffff;
}
.product-images .product-action.end {
  margin-inline-start: auto;
}
.product-images .live-info {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: 32px;
}
.product-images .live-info .views {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #bdbdbd;
}
.product-images .live-info .views .icon {
  width: 16px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.product-images .live-info .time {
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #333333;
}
.product-images .live-info .hint {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 0 8px;
  background-color: #fc4242;
}

.product_main-block .product-featured {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  background-color: #fae1e1;
  color: #e03939;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 37px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 34.5px;
  border-end-start-radius: 33.8px;
  border-start-end-radius: 33.8px;
  z-index: 9;
}
.product_main-block .product-featured .icon {
  font-size: 23px;
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.product-block {
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 24px;
}
.product-block .title {
  font-size: 18px;
  line-height: 1.334;
  color: #292929;
  font-weight: 600;
  margin: 0 0 16px;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-info .head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 991px) {
  .product-info .head {
    flex-direction: column;
  }
}
.product-info .title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
@media (max-width: 767px) {
  .product-info .title {
    font-size: 18px;
    flex-direction: column;
    align-items: start;
  }
}
.product-info .title span {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
}
.product-info .acceptance-number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #828282;
}
.product-info .acceptance-number span {
  color: #333333;
}
.product-info .countdown-content {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #104C7F;
}
@media (min-width: 1400px) {
  .product-info .countdown-content {
    font-size: 20px;
  }
}
.product-info .countdown-item {
  display: flex;
  gap: 5px;
  margin: 0;
}
.product-info .price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-info .price-label {
  font-size: 16px;
  color: #828282;
}
.product-info .price-value {
  display: flex;
  align-items: center;
  justify-content: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}

.product_single-desc {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product_single-desc .desc-title {
  font-size: 16px;
  font-weight: 600;
  color: #363333;
  margin: 0;
}
.product_single-desc .desc-text {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  line-height: 1.443;
  margin: 0;
}
.product-tabs .product_single-desc {
  border-top: 1px solid #f2f2f2;
  margin-top: 10px;
  padding: 10px 0 0;
}

.product_main-side {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.log-content {
  padding: 16px;
  background-color: #fff;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.log-content .log-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}
.log-content .log-title span {
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 400;
}
.log-content .log-title::after {
  content: "";
  margin-inline-start: auto;
  background-image: url('data:image/svg+xml,<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.31 0.749991L6.96333 5.09666C6.45 5.60999 5.61 5.60999 5.09667 5.09666L0.75 0.749992" stroke="%23292D32" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 16px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: block;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.log-content .log-title.closed::after {
  transform: rotate(0deg);
}
.log-content .log-list {
  max-height: 345px;
  overflow-y: auto;
}
@supports (-moz-appearance: none) {
  .log-content .log-list {
    scrollbar-width: thin;
    scrollbar-color: #e7edf2 #fff;
  }
}
@supports selector(::-webkit-scrollbar) {
  .log-content .log-list::-webkit-scrollbar {
    background-color: #fff;
    width: 4px;
    border-radius: 3px;
  }
  .log-content .log-list::-webkit-scrollbar-thumb {
    background-color: #e7edf2;
    border-radius: 3px;
  }
}
.log-content .log-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  overflow: hidden;
  gap: 8px;
  margin-bottom: 16px;
}
.log-content .log-item:last-of-type {
  margin-bottom: 0;
}
.log-content .log-user {
  display: flex;
  align-items: center;
  gap: 8px;
}
.log-content .log-user .avatar {
  width: 44px;
  aspect-ratio: 1;
  border-radius: 9px;
  overflow: hidden;
  flex-shrink: 0;
}
.log-content .log-user .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.334;
}
.log-content .log-user .name {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.log-content .log-user .time {
  font-size: 16px;
  color: #828282;
}
.log-content .log-price {
  font-size: 14px;
  font-weight: 600;
  color: #104C7F;
  display: flex;
  gap: 5px;
}

.total-info {
  padding: 16px;
  background-color: #fff;
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.total-info .total-title {
  font-size: 24px;
  line-height: 1.5;
  color: #333333;
  font-weight: 600;
  margin: 0;
}
.total-info .total-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.total-info .total-price .label {
  font-size: 12px;
  color: #828282;
}
.total-info .total-price .value {
  font-size: 18px;
  font-weight: 700;
  color: #104C7F;
  display: flex;
  gap: 5px;
}
.total-info .total-price .hint {
  padding-top: 4px;
  font-size: 12px;
  color: #fc4242;
}
.total-info .total-btn {
  width: 100%;
  font-size: 16px;
  height: 50px;
}

.product-gird {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media (max-width: 1199px) {
  .product-gird {
    grid-template-columns: 1fr;
  }
}

.auction-details .title {
  font-size: 18px;
  line-height: 1.334;
  color: #292929;
  font-weight: 600;
  margin: 0 0 16px;
}
.auction-details .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f2f2f2;
}
.auction-details .location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #104C7F;
  font-size: 14px;
  font-weight: 700;
}
.auction-details .location .icon {
  width: 24px;
  aspect-ratio: 1;
  font-size: 20px;
  flex-shrink: 0;
}
.auction-details .type {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
.auction-details .type .icon {
  width: 24px;
  aspect-ratio: 1;
  font-size: 20px;
  color: #333333;
  flex-shrink: 0;
}
.auction-details .type strong {
  color: #333333;
  font-size: 14px;
}

.details-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.details-list .item {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.details-list .title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.details-list .title .icon {
  width: 24px;
  aspect-ratio: 1;
  font-size: 20px;
  flex-shrink: 0;
  color: #104C7F;
}
@media (max-width: 767px) {
  .details-list .title .icon {
    display: none;
  }
}
.details-list .value {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}
.details-list .countdown-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #104C7F;
  width: 140px;
}
.details-list .countdown-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.product-files {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.product-files .title {
  font-size: 16px;
  line-height: 1.5;
  color: #363333;
  font-weight: 600;
  width: 100%;
  display: block;
  margin: 0;
}
.product-files .file-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 4px;
}
.product-files .file-item .icon {
  width: 33px;
  aspect-ratio: 33/37;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-files .file-item span {
  font-size: 10px;
  line-height: 1.4;
  color: #353535;
}

.product_tabs-content {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.modal-totals {
  display: flex;
  flex-direction: column;
  padding: 24px 0 0;
}
.modal-totals p {
  margin: 0 0 4px;
  padding: 0 0 4px;
  border-bottom: 1px solid #f0eff9;
  display: flex;
  align-items: center;
  line-height: 1.5;
  justify-content: space-between;
}
.modal-totals p span {
  color: #667085;
  font-size: 16px;
}
.modal-totals p strong {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #101828;
  font-weight: 500;
  width: 100px;
}
.modal-totals p:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
  padding: 13px;
  background-color: #f5f8ff;
  border-radius: 12px;
}
.modal-totals p:last-of-type span {
  color: #101828;
  font-weight: 400;
}
.modal-totals p:last-of-type strong {
  color: #104C7F;
  font-weight: 700;
}

.product-actions {
  border-top: 1px solid #f2f2f2;
  margin-top: 10px;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-actions .confirm-btn {
  width: 100%;
  max-width: 252px;
  height: 50px;
  font-size: 16px;
}

.account_page-content {
  padding: 60px 0 96px;
}
@media (min-width: 1400px) {
  .account_page-content .container {
    max-width: 1336px;
  }
}
@media (max-width: 767px) {
  .account_page-content {
    padding: 40px 0 50px;
  }
}

.account-row {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 24px;
  align-items: start;
  position: relative;
}
@media (max-width: 1199px) {
  .account-row {
    grid-template-columns: 2fr 5fr;
  }
}
@media (max-width: 991px) {
  .account-row {
    grid-template-columns: 1fr;
  }
}

.account-side {
  padding: 20px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  position: sticky;
  top: 25px;
  inset-inline-start: 0;
}
@media (max-width: 991px) {
  .account-side {
    width: 100%;
    position: relative;
    inset: unset;
  }
}
.account-side .account-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.account-side .account_nav-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.account-side .account_nav-list a {
  padding: 0 16px;
  border-radius: 12px;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: 16px;
  color: #818181;
  transition: all 0.3s ease-in-out;
}
.account-side .account_nav-list a:focus {
  color: #818181;
}
.account-side .account_nav-list a .icon {
  width: 24px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.account-side .account_nav-list a:hover {
  color: #104C7F;
}
.account-side .account_nav-list a.active {
  background-color: #104C7F;
  color: #fff;
}

.account-content {
  padding: 20px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 16px;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}
.account-content .form-grid {
  margin-bottom: 24px;
}
.account-content .submit-btn {
  height: 60px;
}

.account-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .account-head {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.account-head .account-titles {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.account-head .account_title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.account-head .account_subtitle {
  font-size: 14px;
  line-height: 1.334;
  color: #667085;
  margin: 0;
}
.account-head .account_head-btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.account-head .account_head-btn:focus {
  color: #104C7F;
}
.account-head .account_head-btn .icon {
  width: 22px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.account-head .account_head-btn:hover {
  color: #0E4472;
  text-decoration: underline;
}

.change_password-link {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.change_password-link:focus {
  color: #104C7F;
}
.change_password-link .icon {
  width: 20px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.change_password-link:hover {
  color: #0E4472;
  text-decoration: underline;
}

.delete-account {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin: 25px 0 0;
  color: #e03939;
  transition: all 0.3s ease-in-out;
}
.delete-account:focus {
  color: #e03939;
}
.delete-account .icon {
  width: 18px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.delete-account:hover {
  color: rgb(198.864628821, 31.135371179, 31.135371179);
}

.addresses-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 767px) {
  .addresses-grid {
    grid-template-columns: 1fr;
  }
}

.address-item {
  width: 100%;
}
.address-item .address-content {
  display: flex;
  align-items: start;
  padding: 16px;
  height: 100%;
  border: 1px solid #104c7f;
  border-radius: 21px;
  gap: 9px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.address-item .icon {
  flex-shrink: 0;
  width: 43px;
  aspect-ratio: 43/42;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7edf2;
  background-color: #fff;
  font-size: 20px;
  color: #104C7F;
  border-radius: 12px;
}
.address-item .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.address-item .title span {
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  line-height: 1.334;
}
.address-item .mark {
  width: 14.5px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border: 1.5px solid #d1d1db;
  background-color: #efefef;
  border-radius: 50%;
  margin-inline-start: auto;
  box-shadow: 0px 1px 2px 0px rgba(18, 18, 23, 0.0509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}
.address-item .mark:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #104C7F;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.address-item input {
  display: none;
}
.address-item input:checked ~ .address-content {
  background-color: #e7edf2;
}
.address-item input:checked ~ .address-content .mark {
  border-color: #104C7F;
  background-color: #fff;
}
.address-item input:checked ~ .address-content .mark:after {
  transform: scale(1);
  opacity: 1;
}

.chat-input-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
}
.chat-input-bar .input-field {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 0 16px;
  padding-inline-start: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  resize: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.chat-input-bar .input-field::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}
.chat-input-bar .input-field::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #828282;
}
.chat-input-bar .input-field:focus {
  box-shadow: none;
  outline: none;
  border-color: #104C7F;
}
.chat-input-bar .attach-button {
  position: absolute;
  top: 50%;
  inset-inline-start: 14px;
  transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #413f3f;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.chat-input-bar .attach-button:hover {
  color: #104C7F;
}
.chat-input-bar .send-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 45px;
  aspect-ratio: 45/48;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border-radius: 14px;
  background-color: #104C7F;
  transition: all 0.3s ease-in-out;
}
.chat-input-bar .send-icon:hover {
  background-color: #0E4472;
}

.msgs-container {
  height: 160px;
  max-height: 160px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.msgs-container .msg-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}
.msgs-container .msg-item .msg-content {
  width: 100%;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.msgs-container .msg-item .msg-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3334;
  color: #919191;
}
.msgs-container .msg-item.sender .msg-content {
  border-end-end-radius: 0;
  background-color: #e7edf2;
}
.msgs-container .msg-item.receiver .msg-content {
  border-end-start-radius: 0;
  background-color: #efefef;
}

.bank_accounts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 767px) {
  .bank_accounts-grid {
    grid-template-columns: 1fr;
  }
}

.bank_account-item {
  display: flex;
  align-items: start;
  padding: 8px 16px 16px;
  height: 100%;
  border: 1px solid #104c7f;
  border-radius: 21px;
  gap: 9px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.bank_account-item .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 5px;
  margin: 0;
}
.bank_account-item .title span {
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  line-height: 1.334;
  direction: ltr;
}
html[dir=rtl] .bank_account-item .title span {
  text-align: right;
}
html[dir=ltr] .bank_account-item .title span {
  text-align: left;
}
.bank_account-item .delete_account-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  aspect-ratio: 1;
  font-size: 22px;
  color: #292d32;
  cursor: pointer;
  padding: 0;
  margin-inline-start: auto;
  transition: all 0.3s ease-in-out;
}
.bank_account-item .delete_account-btn:hover {
  color: #e03939;
}

.bank_accounts-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 16px;
}
.bank_accounts-empty .icon {
  width: 160px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 145px;
  color: #104C7F;
}
.bank_accounts-empty .text {
  color: #363333;
  font-size: 18px;
  margin: 0;
}
.bank_accounts-empty .default-btn {
  width: 100%;
  height: 50px;
  max-width: 327px;
  font-size: 16px;
}

.wallet_page-content {
  padding: 60px 0 96px;
}
@media (min-width: 1400px) {
  .wallet_page-content .container {
    max-width: 1302px;
  }
}
@media (max-width: 767px) {
  .wallet_page-content {
    padding: 40px 0 50px;
  }
}

.wallet-row {
  display: grid;
  grid-template-columns: 10fr 8fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .wallet-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.wallet-tabs {
  max-width: 100%;
  overflow: hidden;
}

.wallet_tabs-title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .wallet_tabs-title {
    font-size: 24px;
  }
}

.wallet_tabs-content {
  background-color: #fff;
  border-radius: 21px;
  padding: 8px 32px 64px;
}
@media (max-width: 1199px) {
  .wallet_tabs-content {
    padding: 24px;
  }
}

.transactions-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.transactions-list .transaction-item {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .transactions-list .transaction-item {
    flex-wrap: wrap;
  }
}
.transactions-list .transaction-item .icon {
  width: 44px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  background-color: #efefef;
  color: #828282;
}
.transactions-list .transaction-item .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  line-height: 1.334;
}
.transactions-list .transaction-item .title {
  font-size: 12px;
  color: #828282;
}
.transactions-list .transaction-item .value {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #363333;
}
.transactions-list .transaction-item .info {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
  margin-inline-start: auto;
}
@media (max-width: 767px) {
  .transactions-list .transaction-item .info {
    margin-inline-start: 0;
    width: 100%;
    align-items: start;
    padding-inline-start: 54px;
  }
}
.transactions-list .transaction-item .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  padding: 0 8px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
}
.transactions-list .transaction-item .status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
}
.transactions-list .transaction-item .status.success {
  background-color: #d9ffd6;
  color: #2d883e;
}
.transactions-list .transaction-item .status.pending {
  background-color: #fff2d6;
  color: #e58c0e;
}
.transactions-list .transaction-item .time {
  font-size: 12px;
  line-height: 16px;
  color: #828282;
  display: flex;
}
.transactions-list .transaction-item.deposit .icon {
  background-color: rgba(85, 199, 131, 0.1019607843);
  color: #55c783;
}

.bonds-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bonds-list .bond-item {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .bonds-list .bond-item {
    flex-wrap: wrap;
  }
}
.bonds-list .bond-item .icon {
  width: 44px;
  aspect-ratio: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  background-color: #efefef;
  color: #828282;
}
.bonds-list .bond-item .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  line-height: 1.334;
}
.bonds-list .bond-item .text .title {
  font-size: 12px;
  color: #828282;
}
.bonds-list .bond-item .text .value {
  font-size: 14px;
  font-weight: 700;
  color: #363333;
}
.bonds-list .bond-item .price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  line-height: 1.334;
}
.bonds-list .bond-item .price .title {
  font-size: 12px;
  color: #828282;
}
.bonds-list .bond-item .price .value {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #828282;
}
.bonds-list .bond-item .default-btn {
  margin-inline-start: auto;
}
@media (max-width: 767px) {
  .bonds-list .bond-item .default-btn {
    margin-inline-start: 54px;
  }
}

.wallet-summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  overflow: hidden;
}
.wallet-summary .wallet-block {
  border: 1px solid #104C7F;
  border-radius: 21px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wallet-summary .wallet_main-card {
  padding: 36px 25px;
  background-color: #e7edf2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .wallet-summary .wallet_main-card {
    padding: 24px;
  }
}
.wallet-summary .wallet_main-card .icon {
  color: #104C7F;
  opacity: 0.4;
  width: 78px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 68px;
}
.wallet-summary .wallet_main-card .label {
  font-size: 24px;
  font-weight: 400;
  color: #363333;
  line-height: 1.5;
}
.wallet-summary .wallet_main-card .value {
  font-size: 80px;
  font-weight: 700;
  color: #104C7F;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wallet-summary .wallet_main-card .value i {
  font-size: 40px;
}
@media (max-width: 1199px) {
  .wallet-summary .wallet_main-card .value {
    font-size: 50px;
  }
  .wallet-summary .wallet_main-card .value i {
    font-size: 30px;
  }
}
.wallet-summary .wallet-cards {
  padding: 8px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1199px) {
  .wallet-summary .wallet-cards {
    padding: 16px;
  }
}
.wallet-summary .wallet-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border-radius: 16px;
  background-color: #e7edf2;
  min-height: 101px;
}
.wallet-summary .wallet-card .label {
  font-size: 12px;
  color: #363333;
  line-height: 1.334;
  font-weight: 400;
}
.wallet-summary .wallet-card .value {
  font-size: 18px;
  font-weight: 700;
  color: #363333;
  line-height: 1.334;
}
.wallet-summary .wallet-card.blocked {
  background-color: #f2f2f2;
}
.wallet-summary .wallet-card.blocked .label {
  color: #828282;
}
.wallet-summary .wallet-card.blocked .value {
  color: #828282;
}
.wallet-summary .wallet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 16px 24px;
}
.wallet-summary .wallet_action-item {
  display: flex;
  justify-content: center;
}
.wallet-summary .wallet-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.wallet-summary .wallet-action .icon {
  width: 52px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #104C7F;
  background-color: #e7edf2;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.wallet-summary .wallet-action .text {
  font-size: 14px;
  color: #363333;
  line-height: 1.334;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.wallet-summary .wallet-action:hover .icon {
  background-color: #104C7F;
  color: #fff;
}
.wallet-summary .wallet-action:hover .text {
  color: #104C7F;
}

.wallet_information-lists {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet_information-lists .wallet_information-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.wallet_information-lists .wallet_information-list .item {
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #104C7F;
  background-color: #fff;
}
.wallet_information-lists .wallet_information-list .item span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wallet_information-lists .wallet_information-list .item:nth-of-type(odd) {
  background-color: #efefef;
}
.wallet_information-lists .wallet_information-list:last-of-type .item {
  background-color: #efefef;
}
.wallet_information-lists .wallet_information-list:last-of-type .item:nth-of-type(odd) {
  background-color: #fff;
}
.wallet_information-lists .wallet_information-title {
  font-size: 18px;
  font-weight: 600;
  color: #363333;
  line-height: 24px;
  margin: 0;
}/*# sourceMappingURL=main.css.map */