

/* Global */

:root {
  --green: #99C14E;
  --yellow: #ffc107;
  --light-green: #D4E6B1;
}

html,body{
  font-family: proxima-nova, sans-serif;
  min-height: 100%;
  line-height: 1.5;
  color: #212529;
}

html{
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  color: #1F1F23;
}

h1{
  font-size: 2.3rem
}

.white-bg {
  background: white;
}
.panel-bg{
  background: white;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.light-mode{
  background-color: #ededed !important;
}

.dark-mode{
  background-color: #000 !important;
}
.btn{
  white-space: nowrap;
}
.btn-default{
  background-color: #eee;
}
.btn-default-muted{
  background-color: #eee;
  color: #777
}
.btn-basic{
  background-color: #eee;
}
.bg-green{
  background-color: var(--green)
}
/* Header */

header{
  /*
  background-color: #fff !important;
  border-bottom: 1px solid #e5e5e5;

  position: fixed;
  top: 0px;
  left: 0px;

  width: 100%;
  z-index: 100;
  */
}

header .navbar{
  /*
  background-color: #fff !important;
  height: 65px;
  */
}

#main-navigation{
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

#main-navigation .ez2bid-logo{
  max-height: 36px
}

#main-navigation img.nav_profile_img{
  max-height: 100%;
  max-height: 36px;
}

#main-navigation .user_profile_dropdown,
#main-navigation .user_login_section{
  background: #f9f9f9;
  width: 25%;
  min-width: 420px;
  /* height: 65px; */
  border-left: solid 1px #ddd;
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

#main-navigation .user_login_section{
  text-align: right;
  text-align: center;
  padding: 0px 15px
}

#main-navigation .user_login_section a{
  line-height: 65px;
  padding: 0px 15px;
  display: inline-block
}

#main-navigation .user_profile_dropdown{
  padding: 0px 15px;
}

#main-navigation .user_profile_dropdown > a{
  line-height: 65px;
}
#main-navigation .user_profile_dropdown > a:hover{
  text-decoration: none;
  background: white
}

.ez-user {
  padding: 10px 26px;
  background: #f9f9f9;
  border-left: 1px solid rgba(0, 0, 0, .1);
  color: #000
}
.ez-user ion-icon {
  vertical-align: middle;
  margin-right: 12px;
  color: #000
}
.ez-user-img {
  width: 44px;
  height: 44px;
  border-radius: 100pc;
  border: 3px solid white;
  background: red;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 22px -7px rgba(0, 0, 0, 0.25);
}
.ez-username {
  font-weight: 600;
  font-size: 14px;
  color: #000
}
#main-navigation .user_profile_dropdown > .dropdown-toggle::after{
  display: inline-block;
  color: #000;
  margin-right: 20px;
  border-top: .4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
}

.live-auction-row{
  height: 100%
}
.live-auction-column{
  padding-top: 70px;
  height: 100%
}

.col-no-margins{
  padding-left: 0px;
  padding-right: 0px
}

.full-width{
  width: 100%
}

.full-height{
  height: 100%
}



.broadcast_message{
  background: #e74b3b;
  color: #fff;
  border-radius: 5px;
  padding: 15px
}


.video_container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Bidder Review */

.live-auction-bidder-view{
    height: 100%
}

.lot_list{
  position: relative;
}

.live-auction-bidder-view .lot_list_search{
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  height: 69px;
  line-height: 69px;
  line-height: 55px;
  padding: 8px 10px;
}

.live-auction-bidder-view .lot_list_search .search_box{
  background-color: #F3F3F3;
  border-radius: 3px;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 12px;
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, .025);
  background-repeat: no-repeat;
  background-size: contain; padding-left: 40px;
}

.live-auction-bidder-view .lot_list_search .search_box::placeholder {
    color: #807D7D;
}

.live-auction-bidder-view .lot_list_filter_tabs{
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
}

.live-auction-bidder-view .lot_list_filter_tabs a{
  background: #f9f9f9;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: block
}

.live-auction-bidder-view .lot_section_tabs{
  padding: 0px 15px;
  padding: 0px 0px;
  border-bottom: 1px solid #e5e5e5;
  height: 69px;
  line-height: 46px;
  line-height: 34px;
  background: white;
  color: #6c6c6c;
  font-weight: 500;
  font-weight: 600;
  /*
  position: fixed;
  top: 60px;
  z-index: 20;
  */
  font-size: .83em;
  overflow-x: auto !important;
white-space: nowrap;
}

.live-auction-bidder-view .lot_section_tabs a{
  padding: 8px 30px;
  color: #6D6D6D;
  transition: all .3s ease;
}

.live-auction-bidder-view .lot_section_tabs a:hover {
  background: #f9f9f9;
  color: #1f1e23;
  text-decoration: none;
}

.live-auction-bidder-view .lot_section_tabs a.active{
  color: #383838;
  color: #1f1e23;
  border-bottom-color: #99c14e;
  border-bottom-width: 4px;
  border-bottom-style: solid;
}

.live-auction-bidder-view .lot_list_column{
  background: white;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  /*
  flex: 0 0 25%;
  max-width: 25%;
  */
}

.live-auction-bidder-view .lot_right_column{
  /* height: 100%; */
  border-left: 1px solid #e5e5e5;
  /*
  flex: 0 0 25%;
  max-width: 25%;
  */
  min-width: 420px !important;
}

.live-auction-bidder-view .lot_list_filter_tabs{
  font-size: 12px
}

.live-auction-bidder-view .lot_list_filter_tabs a{
  width: 33.33%;
  border-radius: 0px;
  border-top: none;
  padding: 10px 5px;
  color: #6d6d6d
}

.live-auction-bidder-view .lot_list_filter_tabs a.active{
  color: #383838;
  border-bottom-color: #99c14e;
  border-bottom-width: 2px;
}


.live-auction-bidder-view .lot_center_column{
  /*
  flex: 0 0 50%;
  max-width: 50%;
  */
  z-index: 500
}
.live-auction-bidder-view .lot_list_item{
  padding: 20px 15px;
  padding: 15px 15px
}

.live-auction-bidder-view .lot_list_item:nth-child(even){
  background: #f5f5f5
}

.live-auction-bidder-view .lot_list_item:nth-child(odd){
  background: #FFF
}

.lot_list_name{
  font-size: 16px;
  font-weight: 300
}
.lot_list_number{
  color: #888;
  font-size: 10px;
}
.lot_list_buttons a{
  font-size: 12px;
  margin: 10px 0px
}

.lot_list_buttons a.view_lot_btn{
  background: #eeeeee;
  color: #646464
}

.lot_list_buttons a.lot_fav_btn{
  background: #99c14e;
  border-color: #99c14e;
  color: #fff
}

.lot_list_buttons a.remove_lot_fav_btn{
  background: #fff;
  border-color: #99c14e;
  color: #99c14e
}

.lot_thumbnail{
  max-width: 100%
}

#lot_list_overlay{
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 4000;
}

#lot_list_overlay.column_overlay{
  background: white;
  width: 25%;
  height: calc(100vh - 65px);
  position: absolute;
  top: 66px;
  left: 0px;
  z-index: 4000;
  overflow: auto;
  border-right: solid 1px #ccc;
  box-shadow: 4px 2px 5px rgba(0,0,0,.2);
}

#close_lot_list_overlay{

  /*
  position: absolute;
  right: 14px;
  top: 10px;
  left: 0px;
  top: 0px;
  */
  background: white;
  cursor: pointer;
  display: block;
  border-bottom: solid 1px #eee;
  width: 100%;
  text-align: right;
  padding: 10px;
  color: #555;
  transition: all .4s;
}
#close_lot_list_overlay:hover{
  background: #fafafa;
  color: #000
}

#lot_list_details{
  padding: 60px 15px;
  padding: 20px 15px;
}

.lot_section.active{
  background: rgba(0,0,0,.03);
}

/* Matt's Styles */

.min-100 {
  /*
  border-right: 1px solid rgba(0, 0, 0, .1);
  */
  height: 100vh;
  max-height: calc(100vh - 65px);
  overflow-y: scroll;
  padding: 0;
}

.min-100:last-child {
  /* border: none; */
}

.sold-alert {
  border-left: 3px solid #E74C3C;
  background: #FEFAFB;
}
.warning-alert {
  border-left: 3px solid #F1C40F;
  background: #FEFDFB;
}
.bid-time {
  font-size: 12px;
  color: #6a797d;
}
.bid-eyebrow {
  font-size: 14px;
  font-weight: 600;
  color: #6a797d;
  display: block;
  margin-bottom: 12px;
}

/* carousel */

.carousel {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
.carousel img {
  height: 285px;
  width: auto;
  margin: 0px auto;
}

.bid-history {
  background: #f9f9f9;
  min-height: calc(100vh - 65px);
}
.bid-history .has-border {
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.bid-history-header {
  text-align: center;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-weight: 600;
  height: 69px;
  background: white;
  line-height: 69px;
  line-height: 55px;
}
.bid-history-basic {
  border-left: 3px solid var(--green);
  padding: 14px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-size: 14px;
  font-weight: 600;
  color: #2e2c31;
  background: white;
}

.bid-history input[type="number"],
.bid-history input[type="text"] {
  padding: 12px;
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: 600;
}
.bid__history-container {
  overflow: none !important;
}
.bid__history-details {
  font-weight: 600;
  display: block;
  color: #6a797d;
}
.bid__history-price {
  font-size: 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  font-size: 1.4rem;
  font-weight: 489;
  color: #444;
  line-height: 2;
}
.bid__history-price .bubble {
  display: inline-block;
  font-size: 11px;
  color: white;
  padding: 3px 14px;
  border-radius: 100pc;
  background: #9ac34c;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-left: 4px;
}

.place-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  background: #9ac34c;
  font-weight: 600;
  color: white;
  padding: 11px;
  transition: all .3s ease;
}
.place-btn:hover {
  filter: brightness(115%);
  color: white;
}
.register-modal{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  background: #9ac34c;
  font-weight: 600;
  color: white;
  padding: 11px;
  transition: all .3s ease;
}
.register-modal:hover {
  filter: brightness(115%);
  color: white;
}
.price-increment {
  empty-cells: hide;
  display: inline-block;
  background: #212121;
  padding: 11px 10px;
  text-align: center;
  color: white;
  font-size: 27px;
  line-height: 0;
  vertical-align: middle;
  transition: all .3s ease;
}
.price-increment:hover {
  background: #9ac34c;
}

.ez__auction-upcoming-photo {
  position: relative;
  width: 65px;
  width: 75px;
  height: 65px;
  height: 75px;
  overflow: hidden;
  background-color: #efefef;
  background-color: rgba(0,0,0,.1);
  border-radius: 5px;
}
.ez__auction-upcoming-photo img {
  max-width: 100%;
}

/* override menu z-index to layer over sticky tabs */
nav .dropdown-menu {
  z-index: 1027;
}


.section-title{
  font-weight: 600;
  margin-bottom: 10px;
}
#container_online_bids .active{
   color: #28a745;
  /*  border-left: solid 4px green; */
}
.bid-accepted{
  background: rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 3px 10px;
  text-align: center;
  font-size: 0.85em;
  display: block;
  width: 100%;
  color: #000
}
.acccept-online-bid_btn{
  background: rgba(255,255,255,1);
  border: solid 1px rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 3px 10px;
  text-align: center;
  font-size: 0.85em;
  display: block;
  width: 100%;
  color: #000
}

.live-auction-bidder-view .active_lot_asking_price{
  font-size: 34px;
  color: #000
}

.live-auction-bidder-view .active_lot_bid_increment{
  font-size: 34px;
}
#clerk_asking_price_section .active_lot_asking_price,
#clerk_high_bid_section .active_lot_high_bid{
  font-size: 34px;
  font-size: 32px;
}
#clerk_asking_price_section h3,
#clerk_high_bid_section h3{
  margin: 0px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 100;
  border-bottom: 1px solid rgba(255,255,255,.2) !important;
}
#clerk_asking_price_section svg,
#clerk_high_bid_section svg{
  padding: 2px !important
}

#clerk_high_bid_section .remove_floor_bid{
  display: none
}
#clerk_high_bid_section:hover .remove_floor_bid{
  display: block
}
#clerk_high_bid_section .remove_floor_bid_btn{
  border: solid 1px #fff;
  color: #fff;
  background: rgba(255,255,255,0);
}
#clerk_high_bid_section .remove_floor_bid_btn:hover{
  background: rgba(255,255,255,.1);
}
#asking_price_section .section-title,
#bidding_increments_section .section-title{
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 15px;
}
#asking_price_increments .asking_price_btn{}
#asking_price_increments .asking_price_btn.active{background: var(--yellow)}
#asking_price_increments .asking_price_btn.current_bid{background: var(--green)}
#asking_price_increments .asking_price_btn.suggested{}
#asking_price_increments .asking_price_btn:hover{background: var(--yellow)}
#asking_price_increments .asking_price_btn.active:hover{background: var(--yellow)}
#asking_price_increments .asking_price_btn.current_bid:hover{background: var(--light-green)}
#bidding_increments .bid_increment_btn{}
#bidding_increments .bid_increment_btn.active{background: var(--green)}
#bidding_increments .bid_increment_btn.suggested{}
#bidding_increments .bid_increment_btn:hover{background: var(--light-green)}


.btn-group.btn-block {

}
.btn-group.btn-block > .btn {
  flex: 1 !important;
}


#clerking_lot_list .table td,
#clerking_lot_list .table th {
  padding: 0.25rem 0.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.auction_message_toggle{
  cursor: pointer;
}

#online_bids_overlay{
  background: rgba(255,255,255,.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#online_bids_section .section-controls{
  font-weight: 100
}

.font_100p{
  font-size: 1em
}


#online_bids_section.auction_paused{
  color: #ccc;
}

.section_overlay {
    background: rgba(255,255,255,.9);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}


#lot_actions{
  background: rgb(240,240,240);
  height: 45px;
  padding: 10px;
}

#clerking_lot_list .lot_unsold){

}
#clerking_lot_list .lot_sold{
  display: none
}
#clerking_lot_list .lot_sold_pending_review{
  display: none
}
#clerking_lot_list .lot_reserved){
  display: none
}

a.toggle_asking_price_options{
  color: inherit;
  text-decoration: none;
}

#asking_price_options{
 background: #ddd;
 padding: 15px 0px;
}

.no_video_container {
    text-align: center;
    padding: 10px;
    background: #f1f1f1;
    color: #aaa;
    line-height: 70px;
}

.choice_lot_tabs{
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}

.choice_lot_tab{
  border-bottom: solid 3px transparent;
  background: #fbfbfb;
  color: #ccc;
  text-decoration: none;
}

.choice_lot_tab + .choice_lot_tab{
  border-left: solid 1px #ddd;
}
.choice_lot_tab:hover{
  background: #fff;
  color: #0056b3;
  border-bottom: solid 3px var(--green);
  text-decoration: none;
}
.choice_lot_tab.active{
  background: #fff;
  color: #0056b3;
  border-bottom: solid 3px transparent;
  text-decoration: none;
}

#bidding_widget{

}

#bidding_widget .lot_alert{
  text-align: center;
  font-size: 30px;
  width: 100%;
  padding: 15px 0px;
  background: orange;
}

#bidding_widget .bid_status{
  font-weight: 600;
  margin-bottom: 12px;
}

#bidding_widget.winning_bid .panel-bg{
  color: white;
  background: #9ac34c;
}

#bidding_widget.winning_bid .bubble{
  background: white;
  color: #9ac34c;
}

#bidding_widget.losing_bid .panel-bg{
  background: #FFEFED;
  color: #e74b3b;
}

#bidding_widget .place-bid_notification{
  /*
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 120px;
  height: 100%;
  */
  width: 100%;
  background: white;
  /* padding: 15px 10px; */
  /* border-bottom: 1px solid #ccc;*/

}

.btn:focus {
  box-shadow: none !important;;
}

.btn-drop {
  background: white;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-top: 1px solid rgba(0,0,0,.1);
  border-radius: 0;
  width: 100%;
  display: block;
  color: #212529 !important;
  text-align: left;
  padding: 1.25rem;
  font-weight: 600;
  box-shadow: none !important;
}

.bnt-drop:hover, .btn-drop:focus, .btn-drop:active, .btn-drop:visited, .btn-drop {
  background: #ffffff !important;
  color: #212529;
}

.card{
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #ffffff;
  border-radius: 0;
}

.btn-drop ion-icon{
  float: right;
  display: inline-block;
  transform: translateY(5px);
  opacity: .65;
}

.first-btn{
    border-top: 1px solid rgba(0,0,0,.1) !important;
}


.layout_col_header_height{
  height: 55px !important;
}


.layout_col_right_width{
  min-width: 420px;
  max-width: 420px;
  width: 420px !important
}

.no_lots_container {
  text-align: center;
  padding: 10px;
  background: #f1f1f1;
  color: #aaa;
  padding: 30px 0px;
}

.lot_list .winning_lot{
  background: rgba(82, 227, 82, 0.2) !important;
    border-bottom: solid 1px #75df75;
  border-top: solid 0px #75df75;
}

.lot_list .winning_lot + .winning_lot{

}

#lot_list_overlay .lot_data_label{
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
  color: #6a797d;
}

#lot_list_overlay .lot_data_text{

  color: #6a797d;
  display: block;
  margin-bottom: 4px;
  font-weight: 200;
  color: #000;
}

#lot_list_overlay .lot_info_details_section .lot_data_label{
  font-size: .95rem;
  display: block;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

#lot_list_overlay .lot_info_details_section .lot_data_text{
  font-size: .95rem;
  color: #6a797d;
  display: block;
  margin-bottom: 4px;
  font-weight: 100;
  color: #6a797d;
}

#lot-details .lot_data_label{

}

#lot-details .lot_data_text{
  color: #6a797d;
}

#lot_details_modal_carousel {
  background: #ddd;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0px;
}

.auction_logo{
  max-height: 80px;
}

#bidding_widget .auction_logo,
.bid-history-header .auction_logo {
  max-height: 44px;
  background: #c4c4c4;
  background: var(--green);
  margin: 5px;
  padding: 5px
}

.lot_section{
  border-bottom: solid 1px #ccc
}

.carousel-item img{
  /*
  filter: blur(8px);
  -webkit-filter: blur(8px);
  */
  box-shadow: 0 .5rem 12.1rem rgb(0, 0, 0) !important;
  box-shadow: 0 0 135px rgb(0, 0, 0) !important;
}

.carousel-item {
  background-position: center center;
  background-size: cover;
}

.mobile_place_bit_trigger {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 1020;
}

.mobile_place_bit_trigger button{
  color: white !important;
  background: #9ac34c;
  color: white;
  font-weight: 600;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 15px;
  margin: 0 auto;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.35s;
}

.toggle_lot_list{
  z-index: 2000;
  top: 12px;
  left: 150px;
}

.close-mobile-modal{
  color: white;
  font-size: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer
}
.auction_card_title{
  font-size: 0.95rem;
  font-weight: 400px;
}
.auction_card_time{
  font-size: 0.85rem;
}

/*

  Extra Small < 576px, max-width: 575px
  Small ≥ 576px
  Medium ≥ 768px
  Large ≥ 992px
  Extra large ≥ 1200px

*/

@media only screen and (min-width: 2000px) {
  .container-fluid{
    max-width: 2000px;
    margin: 0px auto;
  }
  header{

      max-width: 2000px;
      margin: 0px auto;
  }
}

@media only screen and (max-width: 1600px) {
  .live-auction-bidder-view .lot_section_tabs a{
    padding: 8px 20px;
  }

}

@media only screen and (max-width: 1400px) {
  .live-auction-bidder-view .lot_section_tabs a{
    padding: 8px 16px;
  }
}

@media only screen and (max-width: 1200px) {
  #lot_list_overlay{
    width: 75% !important;
    max-width: 75%;
  }

  .live-auction-bidder-view .lot_list_column{
    display: block !important;
    position: fixed !important;
    z-index: 1026;
    width: 75% !important;
    max-width: 75%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    left: -100%;
    transition: all .3s ease;
  }

  .live-auction-bidder-view .lot_list_column.lot_list_open{
    left: -0%;
  }

  .element_open {
    display: block !important;
    position: fixed !important;
    z-index: 5;
    width: 80% !important;
    max-width: 80%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    left: 0%;
    transition: all .3s ease;
  }

  .element_closed {
    left: -100%;
  }


}

@media only screen and (max-width: 992px) {


  .lot_right_column{
    bottom: -200%;
    transition: all .3s ease;
    position: absolute;
    position: fixed;
    left: 0px;
    width: 100% !important;
    min-width: 300px !important;
    height: 100%;
    min-height: 100%;
    height: calc(100vh - 65px);
    min-height: calc(100vh - 65px);
    max-width: 100% !important;
    background: #2D3748;
    z-index: 5000;
    padding: 20px;
    padding-top: 47px;
    display: block !important;
    border: none !important;
    border-radius: 15px 15px 0px 0px;
  }

  .bidding_widget_takeover{
    position: absolute;
    position: fixed;
    left: 0px;
    width: 100% !important;
    min-width: 300px !important;
    height: 100%;
    min-height: 100%;
    height: calc(100vh - 65px);
    min-height: calc(100vh - 65px);
    max-width: 100% !important;
    background: #2D3748;
    z-index: 5000;
    padding: 20px;
    padding-top: 47px;
    display: block !important;
    border: none !important;
    border-radius: 15px 15px 0px 0px;
  }

  .bidding_widget_takeover.lot_right_column{
    width: 100% !important;
    min-width: 300px !important;
    max-width: 100% !important;
    bottom: 0%;
    bottom: -30%;
  }

  .bidding_widget_takeover .bid-history{
    background: transparent;
  }

  .lot_right_column.bidding_widget_open,
  .bidding_widget_takeover.bidding_widget_open{
    display: block;
  }
  .live-auction-bidder-view .active_lot_asking_price{
    color: #fff
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.7rem
  }
  h3{
    font-size: 1.45rem
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 1.5rem
  }
  h3{
    font-size: 1.25rem
  }
  #lot_list_overlay{
    width: 80% !important;
    max-width: 80%;
  }
  .live-auction-bidder-view .lot_list_column{
    width: 80% !important;
    max-width: 80%;
  }
}

.bidding_widget_takeover{
  padding: 20px 10px !important;
}

.bidding_widget_takeover .bidding_info_1{
    padding: 10px 10px !important;
}

.bidding_widget_takeover .active_lot_asking_price,
.bidding_widget_takeover .active_lot_bid_increment{
  font-size: 22px !important;

}

.bidding_widget_takeover .active_lot_current_bid{
  font-size: 12px;
  /* display: none; */
}

.active_lot_price_multiplier {
    font-weight: 400;
    font-size: 1rem;
}


@media print {
   .hide-for-print {display:none;}
}
