@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Space+Grotesk:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


body .app-container{background-color: #F3FEFF !important; font-family: "Outfit", sans-serif;}


.new_left_header{
    width: 18%;
    height: 100vh;
    background-color: #000;
    float: left;
}

.application_logo{
    width: 100px;
    height: 100px;
    background-color: #f60;
    margin: 20px auto;
}
.application_logo img{
    width: 100%;
}

.block{
    display:inline-block;
    width: 100px;
    color: #fff;
    height: 100px;
    background-color: #213343;
    margin: 10px;
    text-align: center;
    line-height: 100px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    border-radius: 10px;
}
.block span{
    font-size: 18px;
    font-weight: 400;
    margin-top: 3px;
    margin-left: 5px;
}

.block2{
    display:inline-block;
    width: 50px;
    color: #000;
    height: 50px;
    background-color: #ffbf6bfc;
    margin: 10px;
    text-align: center;
    line-height: 50px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border-radius: 10px;
}

.block-text{color: #000; text-align: center; width: 100%;}

.auction-left-part{
    width: 65%;
    float: left;
}
.auction-right-part{
    width: 33%;
    
    float: right;
}
.auction-container-new{
    width: 90%;
    margin: 0px auto; 
}
.clear{clear: both;}


.auction-started-block{
    background: #fff;
    padding: 25px;
    border-radius: 30px;
}
.auction-started-block h4{
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 25px 0px;
}

.new-auctionrow{width: 100%;}
.active-auction-box{
    width: 98%;
    background: #e1ffeb;
    margin: 0px auto;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid black;
  display: block;
    border-color: rgb(0, 255, 34);
  animation-name: flash_border;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash_border;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash_border;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  position: relative;

}

.active-auction-box h4{
    font-size: 24px;
    color: #000;
    padding-bottom: 10px;
    width: 62%;
}
.active-auction-box h5{
    font-size: 16px;
    color: #666;
    width: 62%;
}

.active-auction-box .description{
    min-height: 0px !important;
    -webkit-line-clamp: 1 !important;
}

/* .active-auction-box h5 .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    white-space: normal;
    min-height: 0px !important;
    line-height: auto;
} */

.description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    white-space: normal;
    min-height: 0px !important;
    line-height: 38px !important;
}


.active-auction-box ul{
    text-align: left;
    margin-left: -42px;
}

.active-auction-box ul li{
    list-style-type: none;
    margin-bottom: 10px;
    text-align: left;
    background: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
}
.active-auction-box ul li:last-child{color: #f04141;}
.active-auction-box ul li:first-child{color: #008D07;}

.auction-timer-new{
    width: 34%;
    height: 100px;
    position: absolute;
    top: 6px;
    right: 0;
    display: flex;
}

.new-bid_btn{
    position: absolute;
    bottom: 14px;
    right: 13px;
    background-color: #fff;
    border-radius: 8px;
    color: #fff;
    width: 341px;
    text-align: center;
    padding: 6px 15px;
}
.new-bid_btn a{
        color: #213343;
    font-size: 20px;
    font-weight: 500;
}

.new-bid_btn img{
  width: 40px;
  height: 40px;
  margin-right:10px;
}

.over-text{
  font-size: 44px;
    color: #f04141;
    text-align: center;
    padding: 25px 0px 0px 41px;
    font-weight: bold;
}

/*------------------------------------------------------*/

.auction-not-start-block{
    background: #fffaf5;
    padding: 25px;
    border-radius: 30px;
    margin-top:50px;
    margin-bottom: 50px;
}

.auction-not-start-block h4{
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 25px 0px;
}

.upcoming-auction-box{
  background-color: #fff;
  margin: 0px 10px;
  padding: 20px;
  border-radius: 20px;
  width: 45%;
  height: 240px;
  float: left;
  position: relative;
}

.upcoming-auction-timer-new{
  position: absolute;
  right: 0;
}
.upcoming-auction-box h5{
    font-size: 24px;
    color: #000;
    padding-bottom: 10px;
}
.upcoming-auction-box h6{
    font-size: 16px;
    color: #666;
    padding-bottom: 10px;
}
.upcoming-auction-box ul{
    text-align: left;
    margin-left: -40px;
}

.upcoming-auction-box ul li{
    list-style-type: none;
    margin-bottom: 10px;
    text-align: left;
    background: #fff;
    padding: 4px 7px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 11px;
    float: left;
}
.upcoming-auction-box ul li:last-child{background-color:#FFDEDE; color:#f04141;}
.upcoming-auction-box ul li:first-child{background-color:#D3FFEB; color: #008D07;}

.countdown-text{
  position: absolute;
  left: -100%;
}
.upcoming-auction-timer-new {
    position: absolute;
    left: 20px;
    bottom: 10px;
}



/*------------------------------------------------------*/
.auction-completed{
    background: #fff;
    padding: 25px;
    border-radius: 30px;
}

.auction-completed h4{
    font-size: 24px;
    font-weight: bold;
    padding: 0px 0px 25px 0px;
}
.auction-completed-box{
  width: 95%;
  background: #f6f6f6;
  border-radius: 15px;
  margin: 0px auto 20px auto;
  padding: 15px;
}


.auction-completed-box h5{
    font-size: 24px;
    color: #000;
    padding-bottom: 10px;
}
.auction-completed-box h6{
    font-size: 16px;
    color: #666;
    padding-bottom: 10px;
}
.auction-completed-box ul{
    text-align: left;
    margin-left: -40px;
    
}

.auction-completed-box ul li{
    list-style-type: none;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    padding: 4px 7px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 11px;
    float: left;
}
.auction-completed-box ul li:last-child{background-color:#FFDEDE; color:#f04141;}
.auction-completed-box ul li:first-child{background-color:#D3FFEB; color: #008D07;}

.auction-completed-box h3{
  font-size: 20px;
  color:#666;
}
.auction-completed-box h3 span{
    background-color: #c4d5e3;
    color: #213343;
    padding: 8px 10px;
    border-radius: 100%;
    margin-left: 8px;
    font-weight: bold;
}
.auction-over-text{
  padding: 7px;
  margin: 10px;
  opacity: 0.5;
}


/*Login page css*/

.new-flext-left{
   flex-direction: column !important;
   align-items: end !important; 
}
.new-flext-left .app-body{
    margin-right: 10% !important;
}




.new-login-box{
    box-shadow: none !important;
    border: 1px solid#d7ecff !important;
}
.new-login-box h1{
    font-size: 28px !important;
    color: #213343 !important;
    font-weight: bold !important;
}
.new-login-box .input-group label{
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 10px !important;
    color: #666;
}
.new-login-box .input-group input[type="text"]{
    box-shadow: none !important;
    border: 1px solid#d7ecff !important;
}
.new-login-box .input-group input[type="password"]{
    box-shadow: none !important;
    border: 1px solid#d7ecff !important;
}

/*prfoile page css*/
.new-profile-container{
    box-shadow: none !important;
    border: 1px solid#d7ecff !important;
    background-color: #fff !important;
    text-align: center !important;
}

.new-profile-container h2{
    font-size: 28px !important;
    color: #213343 !important;
    font-weight: bold !important;
}

.new-profile-container #profile-picture{
    margin-bottom: 20px;
}

.new-profile-container .profile-info-section label{
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-bottom: 10px !important;
    color: #666;
    text-align: left !important;
}
.new-profile-container .profile-info-section input[type="text"]{
    box-shadow: none !important;
    border: 1px solid#d7ecff !important;
}
.new-profile-container .profile-info-section input[type="password"]{
    box-shadow: none !important;
    border: 1px solid#d7ecff !important;
}
.new-profile-container .save-button{
    margin-top: 20px !important;
}

.new-profile-container .profile-picture-wrapper{
    position: relative !important;
}

.new-profile-container .profile-picture-wrapper .edit-icon{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #008D07;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}

.new-profile-container .profile-picture-wrapper input[type="file"]{
    display: none !important;
}

/*Terms and condition page*/

.terms-and-con-box{
    width: 70%;
    margin: 0px auto 0px auto;
    height: 750px;
    border: 1px solid#d7ecff !important;
    background-color: #fff !important;
    padding: 20px 40px;
}

.terms-and-con-box h2{
    font-size: 28px !important;
    color: #213343 !important;
    font-weight: bold !important;
}
.tc-content{
    margin: 20px 0px;
    padding-bottom: 50px;
    height: 600px;
    overflow-y: scroll;
}
.tc-content p{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #666;
}
.tc-content li{
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 5px;
}
.tc-content ol{
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 5px;
    list-style-type: upper-roman;
}
.m-t-10{margin-bottom: 10px;}
.tc-aggred-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tc-check span{margin-left: 10px;}
.tc-btn{margin-right: 50px;}

.tc-content .btn.btn-primary{
    box-shadow: none !important;
}

/*auction details*/

.new-auction-details .auction-container-new{
    width: 60% !important;
    display: flex;
    background: #fff;
    justify-content: space-evenly;
    border-radius: 10px;
    padding: 150px 30px 50px 30px;
    position: relative;
}

.auction-details-time-box{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.auction-container p .test{}

.detaial-block{
    background-color: #008D07;
    font-size: 30px;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

.auction-container-new #slider-container h1{
    color: #000 !important;
    font-size: 28px;
}
.auction-container-new #slider-container h1 span{
    font-size: 16px;
}

.auction-container-new #slider-container h6{
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
}
.auction-container-new #slider-container h6 span{
    font-size: 16px;
}

.auction-details p{
    font-size: 18px;
}
.auction-details p strong{color: #213343;}

.auction-title{margin-top: 40px; margin-bottom: 30px;}


/*animation*/
@keyframes flash_border {
  0% {
    border-color: #2bc53f;
  }
  50% {
    border-color: #7af39e;
  }
  100% {
    border-color: #d4ffd4;
  }
}

@-webkit-keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}

@-moz-keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}







@media only screen and (min-width: 981px) and (max-width: 1600px){

.auction-left-part {width: 70%;}
.auction-right-part{width: 28%;}
.new-bid_btn{width: 250px; bottom: 30px;}
.block{
    display:inline-block;
    width: 50px;
    color: #fff;
    height: 50px;
    background-color: #213343;
    margin: 8px;
    text-align: center;
    line-height: 50px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    border-radius: 10px;
}
.auction-timer-new {width: 30%; top:20px; right: 10px;}
.upcoming-auction-box{height: auto;}
.upcoming-auction-box ul li{float:none;}
.upcoming-auction-timer-new {
    position: relative;
    left: 0px;
    bottom: 0px;
}
.block2{
    display:inline-block;
    width: 40px;
    color: #000;
    height: 40px;
    background-color: #ffbf6bfc;
    margin: 5px;
    text-align: center;
    line-height: 40px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    border-radius: 10px;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1366px){
.new-bid_btn {
    width: 25%;
    bottom: 30px;
    }
} 


@media only screen and (min-width: 320px) and (max-width: 980px){

.auction-left-part {
    width: 100%;
    float: none;
}

.auction-right-part {
    width: 100%;
    float: none;
}
.auction-timer-new {
    width: 100%;
    height: 100px;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
}
.block{
    display:inline-block;
    width: 60px;
    color: #fff;
    height: 60px;
    background-color: #213343;
    margin: 8px;
    text-align: center;
    line-height: 60px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    border-radius: 10px;
}
.new-bid_btn {
    position: relative;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 8px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 6px 15px;
}
.upcoming-auction-box {
    background-color: #fff;
    margin: 0px 10px;
    padding: 20px;
    border-radius: 20px;
    width: 95%;
    height: auto;
    float: none;
    position: relative;
}
.upcoming-auction-timer-new {
    position: relative;
    left: 0;
    bottom: 0;
}
.upcoming-auction-box ul li {
    list-style-type: none;
    margin-bottom: 10px;
    text-align: left;
    background: #fff;
    padding: 4px 7px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 11px;
    float: none;
}
.block2{
    display:inline-block;
    width: 35px;
    color: #000;
    height: 35px;
    background-color: #ffbf6bfc;
    margin: 5px;
    text-align: center;
    line-height: 35px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    border-radius: 10px;
}
.auction-not-start-block h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}
.auction-started-block h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}
.auction-completed h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}
.active-auction-box h4 {width: 100%;}
.active-auction-box h5{width: 100%;}


}