body .from-about{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

p {
  margin: 0;
  font-size: .89em;
}
.ptb-100 {
  padding-top: 100px;
}
.mb-80 {
  margin-bottom: 40px;
}

.nowrap {
  white-space: nowrap;
}
.p-20 {
  padding: 20px;
}
.p-40 {
  padding: 40px;
}

.pb-140 {
  padding-bottom: 140px;
}
.h3, h3 {
  font-size: 1.4em;
}
.bg-white-smoke {
  background-color: #f8f8f8;
  border-radius: 15px;
}
.title-main {
  font-size: 1.5rem;
}
.bg-image {
    background-image: url('/store/auctions-banner.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 30vh;
    margin-top: 104px;
  }
.page-title-area .row {
    height: 40vh;
    align-content: center;
    text-align: center;
} 
.page-header-content {
  color: #fff; 
}
.section-title.text-center {
  padding: 0 35px;
  margin-bottom: 10px;
  margin-top: 40px;
}

.service-item {
  background-color: #f8f8f8;
  border-radius: 15px;
  height: 100%;
  padding: 15px 25px 25px 25px;
}

.service-icon {
  margin: 10px 0 1px 0;
}

.service-item.style-two {
  padding: 50px 30px 45px;
}

#services-block .service-item {
  position: relative;
  padding: 0px 30px 45px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.service-items-area > div {
  margin-bottom: 20px;
}
#services-block.style-one .service-items-area > div:nth-child(2n) {
  position: relative;
  top: 100px;
} 
#services-block.style-one .service-items-area > div:nth-child(4) {
  position: relative;
  top: 100px;
}


.portfolio-block.style-one {
  position: relative;
  padding-bottom: 0;
}
.text-feature-block {
  margin: 16px;
}
#our-devices {
  color: #000;
}
.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  grid-auto-rows: minmax(10px, auto);
  align-items: center;
  color: #000;
  font-weight: 600;
}
#our-devices .container {
  padding: 20px;
  border-radius: 15px;
}

.wrapper > div > p {
  line-height: 1.2em !important;
}

.one,
.two,
.three,
.four,
.five,
.six,
.seven,
.eight,
.last {

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
   animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; 
}
.one:hover,
.two:hover,
.three:hover,
.four:hover,
.five:hover,
.six:hover,
.seven:hover,
.eight:hover,
.last:hover  {

  /* cursor: pointer; */
  animation-name: bounce;
  -moz-animation-name: bounce;

}
.center-iphone img {
  max-width: 100%;
  height: auto;
}

@keyframes bounce {
	0%, 100% {

		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	25% {
		-webkit-transform: translateY(-5px);
		-ms-transform:     translateY(-5px);
		transform:         translateY(-5px)
	}
	50% {
    
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	75% {
		-webkit-transform: translateY(-1px);
		-ms-transform:     translateY(-1px);
		transform:         translateY(-1px)
	}
}
.center-iphone {
  grid-column: 2;
  grid-row: 1 / 5;
}
.one {
  grid-column: 1;
  grid-row: 1;
}
.two {
  grid-column: 1;
  grid-row: 2;
}
.three {
  grid-column: 1;
  grid-row: 3;
}
.four {
  grid-column: 1;
  grid-row: 4;
}

.five {
  grid-column: 3;
  grid-row: 1;
}
.six {
  grid-column: 3;
  grid-row: 2;
}
.seven {
  grid-column: 3;
  grid-row: 3;
}
.eight {
  grid-column: 3;
  grid-row: 4;
}

.last {
  
  grid-column: 1/ 4;
  grid-row: 5;
}

.tabs-section {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d2d2d2;
  margin: 15px 0;
  align-items: center;
}

.tabs-section .filters select {
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  min-width: 133px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em), calc(100% - 15px) calc(1em), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-size: 14px;
}


.tabs-section .filters select::-ms-expand {
  display: none;
}

.tabs-section .tabs{
  display: flex;
}

.tabs-section .tabs .tab{
  font-weight: 700;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.tabs-section .tabs .tab.selected{
  border-bottom: 2px solid #000000;

}

.auction-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.auction {
  display: grid;
  grid-template-columns: 30% 70%;
  background: #fcfcfc;
  border-radius: 12px;
}

.auction .auction-image {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auction .auction-image img{
  /* width: 60%; */
  max-width: 180px;
  max-height: 180px;
}

.auction-details {
  padding: 20px;
}

.auction-details .auction-detail-top {
  display: flex;
  justify-content: space-between;
}

.auction-details .auction-status {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.auction-details .auction-title {
  font-size: 22px;
  margin-bottom: 0;
}

.auction-details .auction-sub-title {
  font-size: 17px;
  font-weight: 500;
}
.detail-show-sm {
  display: none;
}


.auction-details .detail-table {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}

.auction-details .detail-table table{
  flex: 1;
  width: 100%;
}

.auction-details .detail-table table tr > td:first-child{
  width: 30%;
}

.auction-details .detail-table table td{
  font-weight: 500;

}

.auction-details .au-btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.1764805882;
  font-weight: 400;
  font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  min-width: 150px;
  padding: 10px 0px 10px 2px;
  border-radius: 98px;
  background: #0071e3;
  color: #fff;
  --sk-button-margin-horizontal: 14px;
  --sk-button-margin-vertical: 14px;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-link:focus {
  box-shadow: none;
  text-decoration: none;
}

.list-timer {
  display: flex;
  flex-direction: column;
}

.list-timer .timer-items {
  display: flex;
  font-size: 12px;
  color: #0171e2;
  align-items: center;
}

.list-timer .timer-items div {
  margin: 0 2px;
  font-size: 12px;
  color: #0171e2;
  padding: 5px 0;
  border-radius: 5px;
  background: #ffffff;
  min-width: 35px;
  max-width: 35px;
  text-align: center;
}


/*-------------------------------------------------
    [ ### Work Process ]
*/
.work-process-block {
  position: relative;
}
.work-process-block > .container {
  margin-top: -2px;
}
@media only screen and (max-width: 1199px) {
  .work-process-block > .container {
    margin-top: 0;
  }
}
.work-process-block .element-group > .element {
  z-index: 1;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .work-process-block .element-group > .element {
    display: none;
  }
}
.work-process-block .element-group > .element.one {
  top: 88px;
  left: calc(50% - 705px);
  -webkit-animation: linear bt-leftRight-20 3s infinite;
  animation: linear bt-leftRight-20 3s infinite;
}
@media only screen and (max-width: 1620px) {
  .work-process-block .element-group > .element.one {
    left: calc(50% - 640px);
  }
}
.work-process-block .element-group > .element.two {
  top: 101px;
    left: calc(50% - -494px);
}
@media only screen and (max-width: 1199px) {
  .work-process-block.pd-b-30 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .work-process-block.pd-b-30 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .section-title.text-center {
    padding: 0 144px;
    margin-bottom: 30px;
  }
}
.work-process-block .workflow-slider,.work-process-block  .leadership-slider {
  margin: -30px -15px 0;
}
a:hover {
  /* color: #fff; */
  text-decoration: none;
}
.work-process-block .single-process {
  position: relative;
  padding: 45px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  background-color: #f8f8f8;
  /* box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05); */
  border-radius: 15px;
  overflow: hidden;
  margin: 30px 15px;
}
.single-process p {
  height: 120px;
}
.service-block .single-process {
  position: relative;
  padding: 45px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.25s linear 0ms;
  transition: all 0.25s linear 0ms;
  background-color: white;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
  margin: 30px 15px;
}
@media only screen and (max-width: 1199px) {
  .work-process-block .single-process {
    padding: 70px 25px;
  }
}
@media only screen and (max-width: 420px) {
  .work-process-block .single-process {
    padding: 35px 20px 0px 20px;
    text-align: center;
  }
}
.work-process-block .single-process:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}
.work-process-block .single-process .process-icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 75px;
  line-height: 75px;
  /* margin-bottom: 18px; */
}
.work-process-block .single-process .title {
  font-weight: normal;
  font-size: 30px;
  line-height: 1.25em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) {
  .work-process-block .single-process .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-process-block .single-process .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.row {
  max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
@media only screen and (max-width: 420px) {
  .work-process-block .single-process .title {
    font-size: 1.6em;
    font-weight: 500;
  }
  .bg-image {
    height: 18vh;
    margin-top: 104px;
  }
  .page-title-area .row {
    height: auto;
  } 
  .ptb-100 {
    padding-top: 70px;
  }
}
.work-process-block .single-process .read-more-text {
  padding-top: 3px;
}

.btn-links-area {
  margin: 5px 10px -5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .auction {
    grid-template-columns: 1fr;
  }

  .detail-show-sm {
    display: block;
  }

  .detail-show-sm .auction-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: #6d6d6d;
  }
  .auction-details .auction-detail-top {
    flex-direction: column;
    align-items: center;
  }

  .auction-details .detail-table {
    display: none;
  }

  .btn-links-area {
    justify-content: center;
  }
  #services-block.style-one .service-items-area > div:nth-child(2n),
  #services-block.style-one .service-items-area > div:nth-child(4) {
    top: 0;
  }
  .pb-140 {
    padding-bottom: 40px;
  }

  .auction-details .detail-table table tr > td:first-child {
    width: 50%;
  }

  .auction-details {
    text-align: center;
  }

  .auction-details .au-btn { 
    margin-top: 10px;
  }
}
.btn-links-area .btn-links {
  background-color: #f8f8f8;
  border: 0 solid;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #999999;
  font-size: 20px;
  padding: 0;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px;
  border-radius: 25px;
  margin: 5px;
}

.grades {
  width: 100%;
}
/* .grading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  flex-direction: column;
}
.grading-row {
    display: flex;
    justify-content: space-evenly;
}
.grading-col {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0px 15px 0px;
}
.grading-col img {
  width: 125px;
  min-width: 109px;
} */

#grading {
  background: #000;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px;
  font-family: SF Pro Display,SF Pro Icons,AOS Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
}

#grading h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

#grading p {
  font-size: 1rem;
  color: #fff;
}

#grading .grading-content {
  padding: 70px 30px;
}

#grading .grading-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

#grading .grading-image img {
  width: 70%;
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

#grading .grading-image img.active {
  display: block;
  opacity: 1;
}


#grading .grade-selector {
  border: 1px solid #0171e3;
  display: flex;
  width: 250px;
  padding: 5px;
  border-radius: 50px;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}

#grading .grade-selector .grade-background-item {
  width: 120px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background: #0171e3;
  height: calc(100% - 10px);
  position: absolute;
  transition: 80ms linear;
}

#grading .grade-selector .grade-item {
  width: 120px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 10;
  line-height: 1.3;
}

#grading .grade-selector.right .grade-background-item{
  transform: translateX(118px);
}

.grade-ratting {
  margin-top: 30px;
  margin-left: 30px;
}

.grade-ratting.five {
  color: rgb(244, 207, 0);
}

.grade-ratting.four > *:not(:last-child) {
  color: rgb(244, 207, 0);
}

.grade-prop {
  margin-top: 30px;
  margin-left: 30px;
}

.grade-prop ul {
  list-style: none;
}

.grade-prop ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
  border-right: none !important;
}

.grade-prop ul li:hover {
  color: #fff;
}


.grade-prop ul li::before {
  content: "•";
  color: #0171e3;
  font-weight: bold;
  display: inline-block;
  font-size: 40px;
  width: 30px;
  margin-left: -30px;
  margin-top: -7px;
}

.grade-details {
  display: none;
}

.grade-details.active {
  display: block;
}


.content {
  padding-left: 20px;
}
.content ul li {
  margin-left: 15px;
}
.content h4 {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.star {
  padding-top: 5px;
  width: fit-content;
}
.star ul {
list-style: none;
display: flex;
}
.star ul li {
margin-left: 0;
}
.star ul li img {
width: 15px!important;
min-width: 10px!important;
} 

.team .ceo-section {
  /* border: 1px solid red; */
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}

.team .ceo-section img{
  margin-left: 20px;
  height: 375px;
}

.ceo-section .bg-back {
  background: #f6f6f6;
  height: 75%;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
}

.ceo-section .ceo-qoute {
  position: absolute;
  top: 40%;
  left: 45%;
  padding-right: 50px;

}

.ceo-qoute .bold, .md-qoute .bold {
  font-weight: 600;
}

.ceo-qoute h3 {
  font-size: 26px;
  font-weight: 600;
}

.ceo-qoute h3 span {
  font-size: 18px;
  font-weight: 400;
}

.ceo-qoute p {
  font-size: 16px;
}

.team .md-section {
  /* border: 1px solid red; */
  position: relative;
  display: grid;
  grid-template-columns: auto 45%;
  margin-top: 40px;
}

.team .md-section img{
  margin-left: 20px;
  height: 375px;
}



.md-section .bg-back {
  background: #f6f6f6;
  height: 75%;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 30px;
  z-index: -1;
}

.md-section .md-qoute {
  position: absolute;
  top: 40%;
  left: 8%;
  /* padding-right: 50px; */
  width: 500px;
  grid-column: 1;
  grid-row: 1;

}

.md-section .md-image {
  grid-column: 2;
  grid-row: 1;
}

.md-qoute h3 {
  font-size: 26px;
  font-weight: 600;
}

.md-qoute h3 span {
  font-size: 18px;
  font-weight: 400;
}

.md-qoute p {
  font-size: 16px;
}

.members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.members .member {
  text-align: center;
  padding: 10px;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.members .member .name-section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
}

.members .member .name-section .whatsapp-link{
  color: rgb(36, 146, 36);
}

.members .member:hover {
  transform: scale(1.02);
}

.members .member h3 {
  font-weight: 600;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 0;
  white-space: nowrap;
}

.members .member p {
  font-size: 18px;
}

.md-on-mobile {
  display: none;
}


@media only screen and (max-width: 1200px){
  
  .md-on-mobile {
    display: unset;
  }

  .members {
    grid-template-columns: 1fr 1fr;
  }

  .ceo-section .ceo-qoute {
    position: absolute;
    top: 38%;
    left: 50%;
    padding-right: 50px;
  }

  .ceo-qoute h3 {
    font-size: 23px;
    font-weight: 600;
  }
  
  .ceo-qoute h3 span {
    font-size: 15px;
    font-weight: 400;
  }
  
  .team .md-section {
    display: none;
  }

  .not-display-mobile {
    display: none;
  }

  .only-mobile-break {
    display: block !important;
  }

  .ceo-qoute p {
    font-size: 14px;
  }
}

.closed-winner-message {
  text-align: center;
  padding: 30px;
  font-size: 25px;
  color: #0a76ec;
}

.closed-looser-message {
  text-align: center;
  padding: 30px;
  font-size: 25px;
  color: #b21200;
}

@media only screen and (max-width: 991px){
  .section-title.text-center {
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .ceo-image {
    display: flex;
    align-items: end;
  }

  .members {
    grid-template-columns: 1fr 1fr;
  }

  .ceo-section:first-child {
      position: initial;
      padding-right: 50px;
      padding-left: 10%;
  }

  .ceo-section .ceo-qoute {
    position: initial;
    padding-right: 40px;
    padding-left: 10%;
    padding-top: 15px;
  }

  .team .ceo-section {
    grid-template-columns: 40% 60%;
  }

  .team .ceo-section img{
    margin-left: 20px;
    width: 100%;
    height: auto !important;
  }

  .ceo-section .bg-back {
    background: #f6f6f6;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 30px;
    z-index: -1;
  }
}

@media only screen and (max-width: 1440px){
  #grading .grading-content {
    padding: 36px 30px;
  }
  #grading .grading-image img {
    width: 60%;
  }
}

@media only screen and (max-width: 767px){
  #grading {
    grid-template-columns: 1fr;
  }

  #grading .grading-image img {
    width: auto ;
    height: 300px;
  }

  #grading .grading-content {
    padding: 12px;
  }

  .grade-prop ul li {
    line-height: 1.5;
  }

  .team .ceo-section {
    grid-template-columns: 1fr;
    /* grid-auto-flow: dense;  */
  }

  .ceo-section .ceo-image {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    justify-content: center;
  }

  .ceo-section .ceo-qoute {
    grid-column: 1;
    grid-row: 1;
    padding-top: 20px;
    text-align: center;
  }


  .team .ceo-section img{
    margin-left: 20px;
    height: auto !important;
    width: 100%;
    max-width: 80%;
    margin: 0;
  }

  .grading-row {
    flex-direction: column;
  }
  .members {
    grid-template-columns: 50% 50%;

  }
  .members .member img {
    width: 100%;
  }
  .members .member h3 {
    font-weight: 600;
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .members .member p {
    font-size: 13px;
  }

  .members .member .name-section .whatsapp-link{
    font-size: 11px;
  }

}
@media only screen and (max-width: 767px) {
  .btn-links-area .btn-links {
    padding: 5px 25px;
  }
}
.btn-links-area .btn-links:hover {
  color: white;
  background-color: #0171e3;
}

@media only screen and (max-width: 991px){
  .service-item {
    height: 95%;
  }
}
@media only screen and (max-width: 575px){
  .one > img,
  .two > img,
  .three > img,
  .four > img,
  .five > img,
  .six > img,
  .seven > img,
  .eight > img,
  .last > img {
    width: 35px;

  }
  .one > p,
  .two > p,
  .three > p,
  .four > p,
  .five > p,
  .six > p,
  .seven > p,
  .eight > p{
    line-height: 1em;
    font-weight: 100;
    font-size: 13PX;
    
  }
}
@media only screen and (max-width: 1199px) {
  .service-item.style-two {
    padding: 37px 20px 35px;
  }
}

.service-item.style-two .service-icon {
  min-height: auto;
  line-height: auto;
}
.service-item.style-two .title {
}
.service-item.style-two .read-more-text {
  padding-top: 5px;
}
.service-item.style-three {
  text-align: center;
  padding: 50px 30px 45px;
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three {
    padding: 37px 20px 35px;
  }
}
@media only screen and (max-width: 480px) {
  .service-item.style-three {
    padding: 37px 25px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-item.style-three .service-info {
    font-size: 15px;
  }
}
.p-0 {
  padding: 0;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70% !important;
  max-width: 750px;
  background-color: white;
  padding: 2rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgb(0 0 0 / 30%);
  z-index: 10;
  height: auto;
  display: block;
}

#language-modal {
  width: 40% !important;
}


/* Auction View */

.text-dark-blue {
  color: #0156b3;
}
.fontweight600 {
  font-weight: 600;
}
.borderRadius22 {
  border-radius: 22px !important;
}
.dividerRight {
  border-right: 1px solid #e7e7e7;;
}
.text-gray1 {
  color: gray !important;
}
.pad5 {
  padding: 5px !important;
}
.mr20 {
  margin-right: 20px;
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}   

.font18 {
  font-size: 18px;
}   

#countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#countdown-container .time-block {
  margin: 0 10px;
  font-size: 2rem;
  color: #0171e2;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
}

#countdown-container > div {
  text-align: center;
}

#days, #hours, #minutes, #seconds {
  max-width: 85px;
  min-width: 85px;
  width: 85px;
  text-align: center;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
width: 100%;
position: relative;
text-align: left;
}

.collapsible-link::before {
content: "\f107";
position: absolute;
top: 50%;
right: 0.8rem;
transform: translateY(-50%);
display: block;
font-family: "FontAwesome";
font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
content: "\f106";
}
.m-0 {
margin: 0;
}
.shadow-sm, .card-body {
border-bottom: 1px solid #c7cbd3 !important;
}

.swal2-confirm {
  background-color: #3378ff !important;
}
.swal2-title {
  font-size: 22px !important;
}

.swal2-cancel, .swal2-confirm {
  border-radius: 20px !important;
  font-weight: 400px !important; 
}
.mt7 {
  margin-top: 7px;
}

.row .auction-image img{
  max-width: 150px;
}

.participate-actions .btn{
  min-width: 100px;
}

.no-records-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  gap: 20px;
  color: #7a7a7a;  
}

.no-records-section svg{
  width: 50px; color: inherit; fill: currentColor; 
}

.auction-deposit-message {
  background: rgb(255, 225, 225);
  color: rgb(255, 58, 58);

  margin: 0;
  padding: 10px;
  border-radius: 5px;
}

.auction-deposit-message p{
  font-weight: 700;
}

#au-seemore-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

#au-seemore-content p {
  font-weight: 500;
  padding-top: 20px;
}


.auction-deposit-message.active #au-seemore-content {
  max-height: 1000px;
}

.auction-deposit-message #au-message-seemore {
  display: inline;
}

.auction-deposit-message #au-message-seeless {
  display: none;
}

.auction-deposit-message.active #au-message-seemore {
  display: none;
}

.auction-deposit-message.active #au-message-seeless {
  display: inline;
}

@media only screen and (max-width: 480px) {
  /* .auction-details .detail-table {
    display: block;
  } */
  .auction-deposit-message {
    font-size: 0.87rem;
  }

  .auction-details .detail-table {
    display: none;
  }

  .service-item.style-two {
    padding: 37px 25px 35px;
  }

  .tabs-section .tabs .tab {
    font-weight: 700;
    padding: 10px 17px;
    cursor: pointer;
    font-size: 13px;
    white-space: nowrap;
  }

  .tabs-section .filters select {
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    min-width: 101px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 11px) calc(1em), calc(100% - 7.5px) calc(1em), calc(100% - 2.5em) 0.5em;
    background-size: 4px 4px, 4px 4px, 1px 1.5em;
    background-repeat: no-repeat;
    font-size: 11px;
  }

  #countdown-container .time-block {
    margin: 0 5px;
    font-size: 1.5rem;
    color: #0171e2;
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
  }

  #days, #hours, #minutes, #seconds {
    max-width: 70px;
    min-width: 70px;
    width: 70px;
    text-align: center;
  }

  label[class^="timer-label-"] {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }

  .page-header-caption p{
    display: none;
  }

}

/* @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
} */
.hidden {
  display: none;
}

.fade-in {
  display: block;
  opacity: 0;
  animation: fade-in 1s ease-in forwards;
}
.fade-out {
  display: none;
  opacity: 0;
  animation: fade-out 4s 1s ease-out forwards;
}

@keyframes fade-in {
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}