
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */
.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
.documents-list.active{
  float: left;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}
.price-control{
  width: 25px;
  height: 25px;
  border: 1px solid #dedede;
  display: inline-block;
  border-radius: 50%;
  padding-top:2px;
  cursor:pointer
}

.price-control:first-child{
  border-color:#c30000;
  color:#c30000;
  opacity: 0.5;
  margin-right: 15px;
}
.price-control:last-child{
  border-color:#28a745;
  color:#28a745;
  opacity: 0.5;
  margin-left: 15px;
}
.price-control:hover{
  opacity: 1
}
.pp{
  display: inline;
  width: 100%;
  max-width: 100px;
  bordeR: 0
}
.offer-price {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.top-area .d-block{
  display: inline !important;
  margin-right: 10px;
  margin-left: 30px
}
.modal:not(.fade) {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.modal.show:not(.fade) {
  opacity: 1;
  transform: scale(1);
}
.seller-modal-condition-area .d-block{
  display: inline-block !important;
  margin-right: 15px
}
.approved-card{
  background:url('../img/approved_PNG58.png') right top no-repeat;
  background-size: 120px;
}
.invalid-feedback.active{
  display: block;
}
.upload_file{
  position:relative;
}
.upload_file input{
  position:absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  cursor: pointer
}
.no-login{
  left: 0 !important
}
.small-padding, .main-footer{
  padding-left: 30px !important
}
.btn-lg{
  font-size: 22px !important
}
