@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Regular.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Semibold.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Bold.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Bold.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/sourcesanspro/SourceSansPro-Black.eot");
  src: url("../fonts/sourcesanspro/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/sourcesanspro/SourceSansPro-Black.woff") format("woff"), url("../fonts/sourcesanspro/SourceSansPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.color-accent {
  color: #F4AE01;
}

.bg-color-light-green {
  background-color: #F3F8ED;
}

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box !important;
}

body {
  font-family: "Source Sans Pro", sans-serif !important;
}

*, *:before, *:after {
  box-sizing: border-box;
}

#page {
  flex: 1;
  display: flex;
  flex-direction: column;
}

header, footer {
  flex-shrink: 0;
}

main {
  flex: 1;
  overflow-y: auto;
}

.container {
  margin-left: auto;
  margin-left: auto;
}

.site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#image_preview_container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#remove_image {
  background-color: #fff;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  font-size: 20px;
  line-height: 20px;
}

#remove_image:hover {
  background-color: #f3f3f3;
}

.additional-image-uploader {
  position: relative;
}

.remove-image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  border-radius: 50%;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 10;
}

.remove-image:hover {
  background-color: #f3f3f3;
}

.coming-soon .logo-coming-soon {
  width: 530px;
  max-width: 75%;
}
.coming-soon form {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .coming-soon form {
    max-width: 60%;
    margin: 0 auto;
  }
}
.coming-soon form .form-inner-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.coming-soon form .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width: 500px) {
  .coming-soon form .wpcf7-form-control-wrap {
    flex: 0 0 60%;
  }
}
.coming-soon form input[type=email] {
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  box-shadow: unset;
  outline: none;
  padding: 0 10px;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .coming-soon form input[type=email] {
    border-right: none;
    border-radius: 8px 0 0 8px;
  }
}
.coming-soon form input[type=submit] {
  background-color: #8BBB4B;
  color: white;
  border: 1px solid #8BBB4B;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  height: 50px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .coming-soon form input[type=submit] {
    border-radius: 0 5px 5px 0;
    margin-top: unset;
    flex: 0 0 40%;
  }
}
.coming-soon form .wpcf7-not-valid-tip {
  display: none;
}
.coming-soon form .wpcf7-spinner {
  display: none;
}
.coming-soon .wpcf7 form.sent .wpcf7-response-output,
.coming-soon .wpcf7 form.failed .wpcf7-response-output,
.coming-soon .wpcf7 form.aborted .wpcf7-response-output,
.coming-soon .wpcf7 form.invalid .wpcf7-response-output,
.coming-soon .wpcf7 form.unaccepted .wpcf7-response-output,
.coming-soon .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #F4AE01;
  margin-top: 10px;
}
.coming-soon .columns-block {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .coming-soon .columns-block {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .coming-soon .columns-block .left-side {
    flex: 0 0 40%;
    padding-right: 35px;
  }
}
.coming-soon .columns-block .left-side img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .coming-soon .columns-block .right-side {
    flex: 0 0 60%;
  }
}
.coming-soon .columns-block .right-side ul {
  padding-left: 15px;
}
.coming-soon .columns-block .right-side ul li {
  line-height: 1.5;
}

.bottom-footer {
  border-top: 1px solid #D6D6D6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  flex-direction: column;
}
@media screen and (min-width: 400px) {
  .bottom-footer {
    flex-direction: row;
  }
}
.bottom-footer .menu-wrapper {
  width: 100%;
}
@media screen and (min-width: 400px) {
  .bottom-footer .menu-wrapper {
    width: auto;
  }
}
.bottom-footer .menu-wrapper ul {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  flex-direction: column;
}
@media screen and (min-width: 630px) {
  .bottom-footer .menu-wrapper ul {
    flex-direction: row;
  }
}
.bottom-footer .menu-wrapper ul li a {
  text-decoration: none;
  color: #333333;
}
.bottom-footer .menu-wrapper ul li a:visited {
  color: #333333;
}
@media screen and (min-width: 630px) {
  .bottom-footer .menu-wrapper ul li:first-child {
    margin-right: 10px;
    position: relative;
  }
  .bottom-footer .menu-wrapper ul li:first-child:before {
    content: "";
    position: absolute;
    right: -17px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #8BBB4B;
    border-radius: 50%;
    border: 1px solid #8BBB4B;
  }
}
.bottom-footer .socials-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 400px) {
  .bottom-footer .socials-wrapper {
    width: auto;
  }
}

.page-policies .logo-coming-soon {
  width: 300px;
  display: block;
  padding: 20px 0;
}
.page-policies .wp-block-table {
  overflow-x: hidden;
}
.page-policies ol {
  padding: 0 15px;
  margin: 0;
}

.fs-14 {
  font-size: 14px;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.dkblue {
  color: #2E3192;
}

.text-red {
  color: #ED3237;
}

.orange {
  color: #F4AE01;
}

.ltblue {
  color: #00AFEF;
}

.blue {
  color: #0063CE;
}

.text-green {
  color: #8BBB4B;
}

.text-grey3 {
  color: #BDBDBD;
}

.text-black {
  color: #333333;
}

.text-black40 {
  color: #ADADAD;
}

.text-black60 {
  color: #858585;
}

.text-black80 {
  color: #5C5C5C;
}

.bckg-grey2 {
  background-color: #F9FAFB;
}

.bckg-white {
  background-color: white;
}

.bckg-green {
  background-color: #8BBB4B;
}

.bckg-orange {
  background-color: #F4AE01;
}

h1 {
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 500px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 500px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p-sm {
  font-size: 14px;
  font-weight: 400;
}

.green-btn {
  border-radius: 4px !important;
  background: #8BBB4B !important;
  color: white !important;
  padding: 15px 40px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item a {
  color: black;
}

.form-field label, .phone-label {
  color: black;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-form .form-field label::after {
  content: "*";
  color: #EF3D2C;
}

.white-box {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.content {
  display: flex;
  justify-content: space-between;
}

.list label {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  color: black;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 15px;
  white-space: nowrap;
}

.information-content {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.hover_img {
  display: none;
}

.init_img {
  display: block;
}

.content .text-content {
  color: #252E35;
  width: 80%;
  height: 100%;
}

.content input {
  display: none;
}

.white-btn {
  border-radius: 4px;
  border: 1px solid #CCB472;
  color: black;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px;
  background-color: white;
}

.brown-btn {
  border-radius: 4px;
  border: 1px solid #CCB472;
  color: black;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px;
  background-color: #CCB472;
}

.transperent-btn {
  border-radius: 4px;
  border: 1px solid #8BBB4B;
  color: #8BBB4B;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 11px;
  background-color: white;
}

.green-text-btn {
  color: #8BBB4B;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  gap: 3px;
}

.orange-btn {
  border-radius: 4px;
  background: #F4AE01;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  outline: none;
  border: none !important;
}

.blue-btn {
  border-radius: 4px;
  background: #2E3192;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  outline: none;
  border: none !important;
}

.dkblue-border-btn {
  border-radius: 4px;
  background: white;
  color: #2E3192;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  outline: none;
  border: 1px solid #2E3192;
}

.ltblue-btn {
  border-radius: 4px;
  background: #00AFEF;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
  border: none !important;
}

.ltblue-border-btn {
  border-radius: 4px;
  border: 1px solid #00AFEF;
  color: #00AFEF;
  background-color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.red-btn {
  border-radius: 4px;
  background: #ED3237;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
  border: 1px solid #ED3237;
}

.white-red-btn {
  border-radius: 4px;
  background: white;
  color: #ED3237;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
  border: 1px solid #ED3237;
}
.white-red-btn:hover {
  border: 1px solid #ED3237;
}

#backBtn {
  padding: 15px 40px;
}

.blog-post {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
}
.blog-post .post-thumbnail {
  position: relative;
}
.blog-post .post-thumbnail img {
  border-radius: 10px 10px 0 0;
}
.blog-post .post-thumbnail .blog-label {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  text-transform: uppercase;
  border-radius: 51px;
  color: white;
}

.blog-article-label {
  font-size: 13px;
  font-weight: 700;
  padding: 3px 10px;
  top: 20px;
  right: 20px;
  z-index: 10;
  text-transform: uppercase;
  border-radius: 51px;
  color: white;
}

.label-news {
  background: #F4AE01;
}

.label-article {
  background: #0063CE;
}

.label-events {
  background: #00AFEF;
}

.custom-pagination .page-numbers {
  color: black;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  border: 1px solid #D6D6D6;
  padding: 10px 15px;
  margin: 0 5px;
  display: inline-block;
  margin: 10px 5px;
  border-radius: 5px;
}
.custom-pagination .page-numbers.current {
  border: 1px solid #8BBB4B;
  background: #8BBB4B;
  color: white;
  border-radius: 5px;
}

#breadcrumbs {
  display: flex;
  justify-items: center;
}
#breadcrumbs span, #breadcrumbs a {
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 600;
}

.b-10 {
  border-radius: 10px;
}

.coin-list {
  list-style: none;
  margin: 0 0 0.5em 1.5em;
}
.coin-list > li {
  clear: left;
  padding: 0.5rem 0;
  display: flex;
  align-items: start;
  gap: 10px;
}

.green10-box {
  border-radius: 10px;
  background: #F3F8ED;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.text-green {
  color: #8BBB4B;
}

.auction-card {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.auction-card .img-card {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  object-fit: cover;
  height: 160px;
}
.auction-card .icon {
  height: 31px;
  width: 31px;
  margin-top: -16px;
}

@media screen and (max-width: 1100px) {
  .swiper-container {
    width: 95%;
    margin: auto;
  }
}
.swiper-container .swiper {
  padding-bottom: 50px !important;
}
.swiper-container .swiper-slide {
  height: auto !important;
}
.swiper-container .swiper-content {
  height: 100% !important;
}
.swiper-container .swiper-button-prev {
  left: -30px;
  background-image: url("../images/swiper-chevron-left.svg");
  background-repeat: no-repeat;
}
.swiper-container .swiper-button-prev::after {
  display: none;
}
.swiper-container .swiper-button-next {
  right: -30px;
  background-image: url("../images/swiper-chevron-right.svg");
  background-repeat: no-repeat;
}
.swiper-container .swiper-button-next::after {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  border-radius: 61px;
  border: 2px solid #ADADAD;
  background: white;
  height: 12px;
  width: 12px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8BBB4B;
  border: 1px solid #8BBB4B;
}

.close {
  padding: 0 !important;
}

.required::after {
  content: "*";
  color: #EF3D2C;
}

#forgotPasswordLink {
  font-family: unset;
}

input, select {
  border-radius: 0.375rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background: white;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.border-black60 {
  border: 1px solid #858585;
}

.border-black10 {
  border-radius: 10px;
  border: 1px solid #EBEBEB;
}

.border-black20 {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
}

.border-bottom-black20 {
  border-bottom: 1px solid #D6D6D6;
}

.border-10 {
  border-radius: 10px;
}

.border-top-black10 {
  border-top: 1px solid #EBEBEB;
}

.border-bottom-black10 {
  border-bottom: 1px solid #EBEBEB;
}

.registration-date-separator-dot {
  width: 5px;
  height: 5px;
  background-color: #D6D6D6;
  border-radius: 50%;
}
@media screen and (min-width: 200px) and (max-width: 640px) {
  .registration-date-separator-dot {
    display: none;
  }
}

.hamburger-menu {
  display: none;
}

.modules-root-class {
  margin-left: 2rem;
}
.modules-root-class .home-redirection-link {
  margin-bottom: 1rem;
}

@media screen and (min-width: 200px) and (max-width: 768px) {
  #profile-content .stats-class {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #profile-content .stats-class .card-data-wrapper,
  #profile-content .stats-class .card-data-wrapper-one,
  #profile-content .stats-class .card-data-wrapper-four {
    border: 1px solid #EBEBEB;
  }
  #profile-content .stats-class .card-data-wrapper-one {
    border-top-left-radius: 11%;
    border-bottom-left-radius: 0%;
  }
  #profile-content .stats-class .card-data-wrapper-two {
    border-top-left-radius: 0%;
    border-top-right-radius: 11%;
  }
  #profile-content .stats-class .card-data-wrapper-three {
    border-top-left-radius: 0%;
    border-bottom-left-radius: 11%;
  }
  #profile-content .stats-class .card-data-wrapper-four {
    border-top-right-radius: 0%;
    border-bottom-right-radius: 11%;
  }
  #profile-content .my-auction-main-class .auction-title {
    margin-left: 4rem;
  }
  #profile-content .my-auction-main-class .my-auction-image-class {
    height: 100%;
    background-size: contain;
  }
  #profile-content .my-auction-main-class .my-auction-image-class .auction-image {
    width: 30%;
  }
  #profile-content .my-auction-main-class .auction-card {
    margin-top: 1rem;
  }
  .hamburger-menu {
    display: flex;
    width: 90%;
    border: 1px solid #00AFEF;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
  }
  .hamburger-menu .my-profile-title {
    color: #00AFEF;
  }
  .modules-root-class {
    display: none;
  }
}
.faq-main-class {
  background-color: #F9FAFB;
}
.faq-main-class .buttons-class-background .button-faq-opened {
  width: 40%;
  background-color: #8BBB4B;
  color: #FFF;
  border: none;
  padding: 15px;
  border-radius: 10px;
  font-weight: 700;
  text-align: left;
  margin-left: auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.faq-main-class .buttons-class-background .button-faq-closed {
  background-color: #FFF;
  color: #333;
  width: 40%;
  border: none;
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  margin-left: auto;
  font-weight: 700;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 200px) and (max-width: 1024px) {
  .hamburger-menu {
    display: flex;
    width: 90%;
    border: 1px solid #00AFEF;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5rem;
  }
  .hamburger-menu .my-profile-title {
    color: #00AFEF;
  }
  .modules-root-class {
    display: none;
  }
}
.watch-auction {
  margin-top: 20px;
}

#watchAuctionButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

#watchAuctionButton:hover {
  color: #2d3748;
}

#watchersCount {
  font-size: 14px;
}

.grey-border {
  border: 1px solid #EBEBEB;
}

.border-right {
  border-right: 1px solid #EBEBEB;
}

@media (max-width: 991px) {
  .border-bottom {
    border-bottom: 1px solid #EBEBEB;
  }
}

.circle-status {
  visibility: visible;
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-color: #8BBB4B;
  border-radius: 50%;
}

.rating-negative-button, .rating-positive-button {
  border: none !important;
  background: white !important;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  border: 1px solid #D6D6D6 !important;
}

.rounded-70 {
  border-radius: 70px;
}

.green-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #8BBB4B;
  border-radius: 50%;
}

.grey-circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.dkgrey-circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #BDBDBD;
  border-radius: 50%;
}

.border-bottom-black20 {
  border-bottom: 1px solid #D6D6D6 !important;
}

.border-top-black20 {
  border-top: 1px solid #D6D6D6;
}

.border-bottom-grey {
  border-bottom: 1px solid #E0E0E0;
}

.profile-img-wrapper {
  height: 110px;
  min-width: 120px;
}
.profile-img-wrapper .avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  min-width: 110px;
  object-fit: contain;
}
.profile-img-wrapper .img-2 {
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 10px;
}

.profile-img-wrapper-message .img-1, .profile-img-wrapper-message .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  min-width: 30px;
  object-fit: contain;
}
.profile-img-wrapper-message .img-2 {
  width: 12px;
  min-width: 12px;
  height: 12px;
  bottom: 0px;
  right: -3px;
}

.profile-img-wrapper-messages {
  min-width: 60px;
}
@media (max-width: 500px) {
  .profile-img-wrapper-messages {
    min-width: 40px;
  }
}
.profile-img-wrapper-messages .img-1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 500px) {
  .profile-img-wrapper-messages .img-1 {
    width: 40px;
    height: 40px;
  }
}
.profile-img-wrapper-messages .img-2 {
  width: 20px;
  height: 20px;
  top: 33px;
  right: 0;
}

.profile-massage-wrapper {
  max-height: 645px;
  overflow-y: auto;
  scrollbar-color: #2E3192 #EBEBEB;
  scrollbar-width: auto;
}
.profile-massage-wrapper ::-webkit-scrollbar {
  width: 2em;
}
.profile-massage-wrapper .profile-img-wrapper-message .message-item .profile-img-wrapper-message .avatar {
  width: 30px !important;
  height: 30px !important;
}
.profile-massage-wrapper .profile-img-wrapper-message .profile-img-wrapper-message .img-2 {
  width: 12px !important;
  min-width: 12px !important;
  height: 12px !important;
}

.active-auction-status-color {
  color: white;
}
.active-auction-status-color.blue {
  background-color: #2E3192;
}

.modal .close-modal {
  border: none;
  border-color: none;
  border-radius: none;
  background: white;
  font-size: 30px;
  padding: 0;
}
.modal p {
  margin-bottom: 0 !important;
}
.modal label {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal select, .modal input {
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  background: white;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.filters input, .filters select {
  border-radius: 8px !important;
  border: 1px solid #D6D6D6 !important;
  background: white !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  color: #858585 !important;
  font-size: 14px !important;
  padding: 10px !important;
  min-width: 120px !important;
  min-height: 43px !important;
}

.showOffersButton,
.showBidsButton {
  color: black;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  border: none;
  background-color: white;
  padding: 0;
}

.auction-img-wrapper .img-1 {
  width: 120px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.auction-img-wrapper .img-2 {
  top: -10px;
  right: -10px;
}

.myauction-imgs {
  width: 50px;
  height: 50px;
  margin: auto 0;
}

#personal-data .avatar {
  border-radius: 50%;
  object-fit: contain;
}

.pagination a {
  border-radius: 5px;
  border: 1px solid #D6D6D6;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  margin: 10px 5px;
  display: inline-block;
}
.pagination .current,
.pagination a.active {
  color: white;
  background-color: #8BBB4B;
  border-radius: 5px;
}
.pagination span {
  margin: 10px 5px;
  display: inline-block;
}
.pagination span.current {
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  background-color: #8BBB4B;
}

.monitored-auction-status.active {
  color: #8BBB4B;
}
.monitored-auction-status.finished-with-deal {
  color: #F4AE01;
}
.monitored-auction-status.finished-without-deal {
  color: #ED3237;
}

.avatar {
  border-radius: 50%;
  display: block;
  object-fit: contain;
}

.modal-body {
  max-height: 400px;
  overflow-y: auto;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #EBEBEB;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}
.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #EBEBEB;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}
.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  margin-bottom: 6px;
  color: black;
  font-size: 15px;
  font-weight: 700;
}
.stepper-item.active {
  font-weight: bold;
}
.stepper-item.completed .step-counter {
  background-color: #8BBB4B;
  color: white;
}
.stepper-item.active .step-counter {
  background-color: #8BBB4B;
  color: white;
}
.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #8BBB4B;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}
.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.offer-input input {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.offer-input button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.border-r-50 {
  border-radius: 50%;
}

.top-100 {
  top: 100px;
}

.tabs li {
  border-radius: 10px;
  background: #FFFFFF;
  color: #333333;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.tabs li:hover {
  color: white;
  background: #8BBB4B;
}
.tabs li a {
  width: 100%;
  padding: 15px;
}
.tabs .active {
  color: white;
  background: #8BBB4B;
}
.tabs .active li {
  color: white;
}

.reply-btn {
  background-color: transparent;
  border: none;
}

.border-r-70 {
  border-radius: 70px;
}

.swiper {
  z-index: 0 !important;
}

@media screen and (max-width: 991px) {
  .details-info {
    border-bottom: 1px solid #D6D6D6;
  }
}

.search-btn {
  width: max-content !important;
}
@media screen and (max-width: 991px) {
  .search-btn {
    width: 100% !important;
  }
}

.border-top-green {
  border-top: 2px solid #8BBB4B;
}

.comment-avatar-div .avatar {
  margin: auto;
  object-fit: contain;
}

.border-0 {
  border: 0 !important;
}

.children {
  margin: 0;
}

.hiddenOverflow {
  overflow: hidden;
}

.transp-btn {
  border: none;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .auction-item {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .md-border-top-black20 {
    border-top: 1px solid #D6D6D6;
  }
}

.comment-content blockquote {
  margin: 0;
}

.delete-message-btn {
  min-width: 36px;
}

.w-170 {
  min-width: 170px;
}

@media screen and (max-width: 767px) {
  .adress-modal {
    margin-top: 350px;
    margin-bottom: 50px;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .register-modal {
    margin-top: 450px;
    margin-bottom: 50px;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .forgot-password-modal {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .login-modal {
    max-width: 90%;
  }
}

@media (max-width: 550px) {
  .bids-table {
    display: block;
    overflow-x: auto;
  }
}
.bids-table td {
  width: max-content;
  text-wrap: nowrap;
}
.bids-table th {
  min-width: 120px;
}

#sortby {
  min-height: 54px !important;
  height: 54px !important;
  width: 100% !important;
  min-width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 10px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat, #fff;
  background-position: 95% 50%;
  background-size: 8px;
}
@media (min-width: 991px) {
  #sortby {
    width: 130px !important;
    min-width: 130px !important;
  }
}

#birth_date,
.input-date,
#end-date,
#start-date,
#birthDate,
#registrationTypeSelect {
  min-height: 40px !important;
  width: 100% !important;
  min-width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.select {
  width: 100% !important;
  min-width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 10px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat, #fff;
  background-position: 95% 50%;
  background-size: 8px;
}

@media (max-width: 990px) {
  #registerModal {
    padding-top: 200px;
  }
}

.sent-messages .avatar,
.recieved-messages .avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: contain;
}
.sent-messages .user-name,
.recieved-messages .user-name {
  min-width: max-content;
}

@media (max-width: 600px) {
  .message-recieved-avatar {
    flex-wrap: wrap;
    width: 100%;
  }
}

label {
  margin-bottom: 5px;
}

.agree-label {
  margin: auto 5px;
}

#rating-table {
  width: max-content;
}

.page-template-policy p img {
  display: inline;
}

.max-600 {
  max-width: 600px;
}

.message-number {
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  right: -10px;
  z-index: 9;
  top: -10px;
  border-radius: 67px;
  background: #F4AE01;
}

.wp-block-list {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
}

#questionInput {
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  background: white;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.swiper-button-prev-prop img {
  transform: rotate(180deg);
}

.cancelCounterOfferButton {
  background: white;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid red;
}

@media (min-width: 1200px) {
  .grid-cols-5-at-1200 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1440px) {
  .grid-cols-6-at-1440 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
body.no-scroll {
  overflow: hidden !important;
}

#addressModal .bg-white {
  max-height: 90vh;
  overflow-y: auto;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #addressModal .bg-white {
    margin-bottom: 50px;
  }
}

.comment-avatar-img {
  position: relative;
}
.comment-avatar-img .img-2 {
  position: absolute;
  bottom: -6px;
  width: 20px;
  height: 20px;
}

.sent-messages .message-item .profile-img-wrapper-message .avatar,
.recieved-messages .message-item .profile-img-wrapper-message .avatar {
  width: 50px !important;
  height: 50px !important;
}

.sent-messages .message-item .profile-img-wrapper-message .img-2,
.recieved-messages .message-item .profile-img-wrapper-message .img-2 {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  bottom: -3px !important;
  right: -5px !important;
}

#addAddressModalPersonal {
  padding-top: 100px;
  padding-bottom: 100px;
}

.reviewModal,
.bidsDetailsModal,
.modal #infoModal,
.offersDetailsModal,
#offersListModal,
#sentMessageModal,
#messageModal {
  padding-top: 100px;
  padding-bottom: 100px;
}
.reviewModal .bg-white,
.bidsDetailsModal .bg-white,
.modal #infoModal .bg-white,
.offersDetailsModal .bg-white,
#offersListModal .bg-white,
#sentMessageModal .bg-white,
#messageModal .bg-white {
  max-height: 85vh;
  overflow-y: auto;
}

.pagination-page-rating span {
  margin: 0;
}

@media (max-width: 550px) {
  .sent-messages .grey-circle,
  .recieved-messages .grey-circle {
    display: none !important;
  }
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}

.popup-overlay.show {
  opacity: 1;
  pointer-events: all;
}

.info-popup {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  background: white;
  color: #0C5367;
  border-radius: 10px;
  box-shadow: 0 0 24px 0 rgba(1, 38, 62, 0.25);
  font-size: 18px;
  z-index: 1000;
  transition: top 0.8s ease-in-out;
  overflow: hidden;
  max-height: 80vh;
  overflow-y: auto;
}

.info-popup.show {
  top: 10%;
}

@media screen and (max-width: 767px) {
  .info-popup {
    top: -100%;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.8s ease-in-out;
  }
  .info-popup.show {
    top: 10%;
  }
}
.pop-content-wrapper {
  padding: 30px 20px;
}

#close-pop {
  border-radius: 4px;
  background: #00AFEF;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 45px;
  border-color: transparent;
}

.rating-pagination span {
  margin: 0 !important;
}

@media screen and (max-width: 600px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
}

.status-cell button {
  min-width: 30px;
  min-height: 30px;
}

.pswp__button {
  font-size: 20px;
  margin-right: 10px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.pswp__button--undefined {
  display: none !important;
}

.pswp__button--download-button {
  margin-top: 17px !important;
}

#messageModal a {
  text-decoration: underline;
}/*# sourceMappingURL=theme.css.map */