.page-item a {
	text-decoration: unset;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    border: 2px solid #0173e3;
}
.featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper {
	position: absolute;
	left: 0;
	top: 15px;
	padding: 5px 20px;
	width: 100%;
	display: flex;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .left {
	width: 100%;
	display: flex;
	gap: 20px;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .left .card-icon {
	width: auto;
	display: flex;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .left .card-icon img {
	max-width: 25px;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right {
	width: 100%;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right .clock-wrapper {
	background-color: #ce2500;
	padding: 2px 8px;
	min-height: 22px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right .clock-wrapper > div {
	display: flex;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right .clock-wrapper > div .days,
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right .clock-wrapper > div .hours,
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right .clock-wrapper > div .minutes,
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right .clock-wrapper > div .seconds,
  .featured-section .featured-carousel .featured-card .featured-card-body .icon-wrapper .right .clock-wrapper > div .smalltext {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
  }

  .bid-btn {
	min-width: 120px;
	height: 36px;
	border-radius: 30px;
	background-color: #0173e3;
	color: #fff;
	font-size: 14px;
  }

  header .global-nav .navbar-brand .beta {
	width: 5%!important;
	font-size: 12px;
	font-weight: 900;
	padding-top: 6%;
	padding-left: 0px;
	color: #0173e3;
  }
  .btn-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
  }
  .featured-section .featured-carousel .featured-card .featured-card-body .featured-card-footer {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
	border-top: 1px dashed #8f97a6;
	border-bottom: 1px dashed #8f97a6;
	display: flex;
	align-items: center;
  }

  .featured-section .featured-carousel .featured-card .featured-card-body {
	padding: 20px;
	width: 100%;
  }
.zindex{
	z-index: 900;
}
.card-s{
	color: #0173e3;
	font-weight: 500;
	font-size: 12px;
}
.signIcon-pt {
	padding-top: 25px!important;
	padding-left: 25px!important;
}
.signIcon-pl {
	padding-left: 0px!important;
}
.tbLb span{
	width: 200px!important;
}
.beta {
    width: 5%!important;
    font-size: 12px;
    font-weight: 900;
    padding-top: 1%;
    padding-left: 0px;
}


/* COOKIE */

#cookie-consent {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100000;
}

.cookie-consent-inner {
	width: 100%;
	padding: 20px;
	position: fixed;
	bottom: 0px;
	background-color: #0173e3;
	color: #ffffff;
}

.cookie {
	width: 100%;
	max-width: 1248px;
	margin: 0 auto;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cookie-msg {
	width: calc(85% - 120px);
	/* margin-right: 20px; */
	float: left;
}

.cookie-accept {
	width: 250px;
	float: right;
}
.cookie-button {
	height: 50px;
	border: 1px solid #bccaea;
    outline: none;
	width: 100px;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    background: -moz-linear-gradient(90deg, #3da9f5 0%, #0173e3 100%);
    background: -ms-linear-gradient(90deg, #3da9f5 0%, #0173e3 100%);
    background: -webkit-linear-gradient(90deg, #3da9f5 0%, #0173e3 100%);
    box-shadow: -1.04px 4.891px 20px 0px #0173e3;
    font-family: "Roboto", sans-serif;
}
/* .cookie-button {
	font-size: 16px;
	line-height: 40px;
	padding: 0px;
	color:#ffffff;
	width: 100px;
	background: -webkit-linear-gradient(90deg, #3da9f5 0%, #0173e3 100%);
	cursor: pointer;
	border: 1px solid white!important;
	-o-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	text-align: center;
} */

.cookie-button:hover {
	background-color: #0072AE;
}
/* END COOKIE */