<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import '../../common/css/theme-common.css';

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: baseline; }

b, strong, span.bold {
  font-weight: 700; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:focus {
  outline: none !important;
  box-shadow: none !important; }

a {
  text-decoration: none;
  color: #0e0e0e; }

.tnc-link {
  color: var(--link-color-hover, #98A02D);
}

a:hover {
  text-decoration: none; }

.trans {
  transition: 300ms all;
  -webkit-transition: 300ms all; }

button, input, select, textarea {
  resize: none;
  border: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type=submit], select {
  cursor: pointer; }

img {
  max-width: 100%;
  vertical-align: middle;
  border-radius: 0; }

body {
  font-family: var(--font-main, Times New Roman, Times, serif); }

.container {
  position: relative; }

/* Hide the browser's default checkbox */
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* Show the checkmark when checked */
/* Style the checkmark/indicator */
.custom {
  font-family: var(--font-main, Times New Roman, Times, serif);
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .custom input:checked ~ .checkmark {
      background-color: transparent;
      border: 1px solid #ADADAD;
      border-radius: 3px; }
      .custom input:checked ~ .checkmark:after {
        display: block; }
  .custom .checkmark:after {
    left: 7px;
    top: 2px;
    width: 10px;
    height: 15px;
    border: 3px solid var(--theme-color, #B0BB1A);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #ADADAD;
  border-radius: 3px; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.form-group {
  position: relative; }

.form-control {
  border: 0;
  border-bottom: 1px solid #D1D1D1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #393939;
  height: auto;
  padding: 20px 0;
  margin-bottom: 1rem;
  border-radius: 0; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  font-weight: 300; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--theme-color, #B0BB1A);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

textarea {
  border-bottom: 1px solid #d1d1d1;
  color: #393939; }

.color_green01 {
  color: var(--theme-color, #B0BB1A); }

.color_orange0 {
  color: #FF9F00; }

.color_red01 {
  color: #ff0000; }

.color_black01 {
  color: #000000; }

.red_t {
  color: #f00; }

.green_t {
  color: var(--reg-aprv-btn-txt, #B0BB1A); }

.ack_bid_msg {
  font-family: var(--font-main, Times New Roman, Times, serif);
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-top: 10px;
  float: left;
  width: 100%; }

.btn {
  border: 0; }

.btn-primary {
  background-color: var(--main-button-color, #B0BB1A);
  border-radius: 3px;
  font-family: var(--font-secondary, Roboto);
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--main-btn-text, #fff);
  padding: 14px 14px;
  display: block;
  margin: 0 auto; }

.btn.disabled, .btn:disabled {
    cursor: not-allowed; }

.pending_txt {
  color: var(--pending-text, #ff9f00);
  border-radius: 3px;
  font-family: var(--font-main, Times New Roman, Times, serif);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  padding: 14px 14px;
  display: block;
  margin-bottom: 12px;
  background: rgba(204, 204, 204, 0.2);
  border: 1px solid rgba(170, 170, 170, 0.1); }

.pending {
  color: var(--pending-text, #ff9f00);
  border-radius: 3px;
  font-family: var(--font-main, Times New Roman, Times, serif);
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  padding: 8px 10px;
  display: block;
  background: var(--pending-btn-bg, rgba(204, 204, 204, 0.2));
  border: 1px solid rgba(170, 170, 170, 0.1);
  width: 49%;
  float: right;
  height: 37px; }
  .pending:hover {
    color: #ff9f00; }

header {
  padding: 15px 0;
  background: #f9f9f9; }
  header .second-menu {
    width: 100%;
    text-align: right;
    margin-bottom: 15px; }
    header .second-menu li {
      display: inline-block;
      margin: 0 10px; }
    header .second-menu a {
      font-size: 12px;
      text-transform: uppercase;
      color: #000000; }
  header .primary-nav {
    text-align: right; }
    header .primary-nav ul li {
      display: inline-block;
      margin: 0 10px;
      position: relative; }
      header .primary-nav ul li a {
        text-transform: uppercase;
        color: #000000;
        font-size: 13px; }
      header .primary-nav ul li .auc-list-search input {
        width: 200px;
        padding-right: 50px;
        font-size: 13px;
        padding: 0.375rem 0.75rem;
        border: 1px solid #D1D1D1; }
      header .primary-nav ul li .auc-list-search button {
        position: absolute;
        top: 0;
        padding: 5px 12px;
        right: 0px; }

footer {
  background: #F9F9F9;
  padding: 50px;
  float: left;
  width: 100%; }
  footer .footer-social {
    margin-top: 20px;
    max-width: 230px; }
    footer .footer-social i {
      font-size: 20px;
      color: #000000; }
      footer .footer-social i:hover {
        color: var(--theme-color, #B0BB1A);
        font-size: 22px;
        transition: .2s ease-in-out; }
      .fa-twitter:before {
        content: "\e906";}
  footer ul {
    margin-left: 70px;
    font-family: var(--font-secondary, Roboto); }
    footer ul h3 {
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.17em;
      text-transform: uppercase;
      color: #9B9B9B;
      margin-bottom: 7px; }
    footer ul li a {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: #000;
      text-transform: capitalize; }

.footer-bottom {
  background: #fff;
  padding: 10px;
  float: left;
  width: 100%; }
  .footer-bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #6F6F6F; }
  .footer-bottom ul {
    text-align: right; }
    .footer-bottom ul li {
      display: inline-block;
      margin: 0 10px;
      position: relative; }
      .footer-bottom ul li:first-child a::after {
        display: none; }
      .footer-bottom ul li a {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: #6F6F6F; }
        .footer-bottom ul li a::after {
          position: absolute;
          content: '';
          background: #6F6F6F;
          height: 12px;
          width: 1px;
          top: 6px;
          left: -12px; }

.login_reg_page {
  padding: 50px;
  text-align: center;}
.login_reg_page.reset_pwd { 
  padding: 50px 0; }
  .login_reg_page p {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    font-family: "Times New Roman", Times, serif;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px; }
  .login_reg_page .brand {
    margin: 0 auto 40px;
    display: block; }
  .login_reg_page h1 {
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #000000; }
  .login_reg_page .steps {
    text-align: center;
    margin: 40px 0px; }
    .login_reg_page .steps ul li {
      display: inline-block;
      margin: 0 40px;
      position: relative; }
      .login_reg_page .steps ul li:first-child ::after {
        position: absolute;
        content: '';
        height: 1px;
        top: 50%;
        width: 130px;
        background: #E0E0E0;
        right: -110px;
        z-index: -1; }
      .login_reg_page .steps ul li a {
        background: #fff;
        display: block;
        border-radius: 50%;
        border: 1px solid #eee;
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 26px;
        font-family: var(--font-main, Times New Roman, Times, serif); }
      .login_reg_page .steps ul li a.active {
        height: 80px;
        width: 80px;
        line-height: 80px;
        border: 1px solid var(--theme-color, #B0BB1A); }
  .login_reg_page form {
    margin-top: 30px; }
    .login_reg_page form .secrate {
      position: absolute;
      top: 50%;
      right: 0; }
    .login_reg_page form select {
      background: url(../img/svg/select-down.svg) no-repeat;
      background-position: center right; }
    .login_reg_page form span {
      color: #949494;
      font-size: 12px; }
  .login_reg_page .login_type {
    font-family: var(--font-main, Times New Roman, Times, serif); }
    .login_reg_page .login_type a {
      font-size: 16px;
      line-height: 18px;
      text-align: right;
      float: right;
      text-decoration-line: underline;
      color: #000000; }
    .login_reg_page .login_type p {
      border: 0;
      margin-top: 15px; }
     .login_reg_page .my_btn_area .skip-btn {
    float: left;
    width: 48%; }
    .login_reg_page .my_btn_area .skip-btn a {
      padding: 10px 14px;
      font-size: 18px;
      border: 1px solid var(--theme-color, #B0BB1A);
      width: 100%;
      display: block;
      border-radius: 3px; 
      text-align: center;}
  .login_reg_page .my_btn_area input[type="submit"] {
    display: inline-block !important;
    width: 48% !important;
    margin: 0 !important;
    float: right; }

.submit button {
  border-radius: 3px;
  font-family: var(--font-main, Times New Roman, Times, serif);
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--main-btn-text, #fff);
  padding: 14px 14px;
  display: block;
  margin: 30px auto;
  width: 254px; }

.dnt_hv_ac {
  display: block;
  margin-top: 15px;
  text-align: center; }
  .dnt_hv_ac p {
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #393939; }
    .dnt_hv_ac p a {
      text-decoration: underline;
      margin-left: 7px; }
  .dnt_hv_ac a {
    text-decoration: underline;
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-size: 16px;
    line-height: 18px; }

.pagination {
  margin: 20px auto 100px; }
  .pagination li {
    margin: 0 5px; }
    .pagination li .page-link {
      border: 1px solid #EFEFEF;
      font-size: 14px;
      line-height: 21px;
      color: #000000; }
  .pagination li.prev i {
    margin-right: 10px; }
  .pagination li.next i {
    margin-left: 10px; }
  .pagination li.prev.disabled, .pagination li.next.disabled {
    padding: 0;
    color: #A6A6A6; }
  .pagination li.active .page-link {
    background-color: #EFEFEF;
    border-color: #EFEFEF;
    color: #000; }
  .pagination li.prev .page-link {
    border: 0; }
    .pagination li.prev .page-link i {
      margin-right: 10px; }
  .pagination li.next .page-link {
    border: 0; }
    .pagination li.next .page-link i {
      margin-left: 10px; }

.page-link:hover {
  background: var(--theme-color, #B0BB1A); }

.reset_pwd p {
  font-size: 18px;
  line-height: 21px;
  margin: 30px 0;
  border-bottom: 0; }
  .reset_pwd p span {
    color: var(--theme-color, #B0BB1A); }

body.show_notification header {
  padding-top: 55px; }

.message_bar_wrap {
  width: 100%;
  background-color: #313131;
  position: fixed;
  top: 0;
  z-index: 899; }
  .message_bar_wrap .message_bar .message_con_wrap {
    padding: 10px 40px;
    text-align: center; }
    .message_bar_wrap .message_bar .message_con_wrap .message_bar_txt {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      color: #fff;
      line-height: 2; }
      .message_bar_wrap .message_bar .message_con_wrap .message_bar_txt a {
        color: #d1dc3b;
        margin-left: 10px;
        text-decoration: underline; }
  .message_bar_wrap .messagebar_close {
    position: absolute;
    right: 16px;
    top: 23px; }

.message_bar_wrap.type2 {
  background: rgba(111, 110, 110, 0.81);
  min-width: 100%; }
  .message_bar_wrap.type2 .message_bar {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden; }
    .message_bar_wrap.type2 .message_bar .message_con_wrap {
      padding-left: 0;
      text-align: center;
      font-size: 0;
      padding-top: 0;
      position: relative; }
      .message_bar_wrap.type2 .message_bar .message_con_wrap .message_bar_txt {
        line-height: 1;
        vertical-align: middle; }

.message_bar_wrap.general_message {
  left: 0;
  height: 50px;
  top: 52px; }
  .message_bar_wrap.general_message .message_bar {
    height: 50px;
    line-height: 50px; }
    .message_bar_wrap.general_message .message_bar .message_con_wrap {
      padding-left: 0; }
  .message_bar_wrap.general_message .messagebar_close {
    top: 12px;
    cursor: pointer; }

/* Sticky header message ( Start ) */
/* Overwrite CSS - Amit (21 July, 2020)*/
/* ------- Start ------------*/
.container {
  position: relative; }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px; } }

.form-group, .form-1 {
  position: relative; }

.form-control, .form-wrap input {
  border: 0;
  border-bottom: 1px solid #D1D1D1;
  font-family: var(--font-secondary, Roboto);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #393939;
  height: auto;
  padding: 20px 0;
  margin-bottom: 1rem;
  border-radius: 0; }

.login_reg_page p, .login_reg_page p.credit_card_btmtext {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  font-family: var(--font-main, Times New Roman, Times, serif);
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 20px; }

.login_reg_page form {
  margin-top: 30px; }

.login_reg_page form span.warning_msg, .warning_msg {
  color: #ff0000;
  font-size: 13px;
  padding-top: 3px; }

  .login_ms .modal-header {
  padding: 0; }
  .login_ms .login_reg_page p {
  border-bottom: 0;}
  .login_ms .login_form_email {
  margin-top: 0; }

.login_ms form {
  margin-top: 30px; }

.login_ms .sec_login_heading {
  margin-bottom: 20px; }

.popup_error {
  font-size: 12px;
  color: red;
/*  display: none;*/
  text-align: center; }

.modal-header {
  justify-content: center;
  border-bottom: 0; }
  .modal-header .close {
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../img/svg/popup-close.svg) no-repeat scroll 0 0;
    margin: 10px; }

.close {
  opacity: 1; }

.modal-body h1 {
  font-family: var(--font-main, Times New Roman, Times, serif);
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #000000; }

.modal-content {
  padding: 40px 30px; }

.submit button, .submit-button button, .login_reg_page .my_btn_area input[type="submit"], .catalog_detail .bid_amount .place_bid_area button.cleb, .catalog_detail .bid_amount .place_bid_area button.cteb, .catalog_detail .bid_amount .place_bid_area button.cbeb {
  background-color: var(--main-button-color, #B0BB1A);
  border-radius: 3px;
  font-family: var(--font-secondary, Roboto);
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--main-btn-text, #fff);
  padding: 14px 14px;
  display: block;
  margin: 30px auto;
  width: 254px; }


/* Throbber */
.loadingDiv {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 999; }

.loadingDiv.section-loader {
  position: absolute;
  min-height: 100px;
  background: white;
  background-position: center;
  z-index: 380; }

.loadingDiv .lds-css {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px; }

@keyframes "lds-spin" {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes "lds-spin" {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.lds-spin {
  width: 97px !important;
  height: 97px !important;
  -webkit-transform: translate(-48.5px, -48.5px) scale(0.485) translate(48.5px, 48.5px);
  transform: translate(-48.5px, -48.5px) scale(0.485) translate(48.5px, 48.5px); }
  .lds-spin div &gt; div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--theme-color, #B0BB1A);
    -webkit-animation: lds-spin 1s linear infinite;
    animation: lds-spin 1s linear infinite; }
  .lds-spin div:nth-child(1) &gt; div {
    left: 122px;
    top: 92px;
    -webkit-animation-delay: -0.857142857142857s;
    animation-delay: -0.857142857142857s; }
  .lds-spin div:nth-child(2) &gt; div {
    left: 110.70469406000001px;
    top: 115.45494446000001px;
    -webkit-animation-delay: -0.714285714285714s;
    animation-delay: -0.714285714285714s; }
  .lds-spin div:nth-child(3) &gt; div {
    left: 85.32437198px;
    top: 121.24783736px;
    -webkit-animation-delay: -0.571428571428571s;
    animation-delay: -0.571428571428571s; }
  .lds-spin div:nth-child(4) &gt; div {
    left: 64.97093396px;
    top: 105.01651217px;
    -webkit-animation-delay: -0.428571428571429s;
    animation-delay: -0.428571428571429s; }
  .lds-spin div:nth-child(5) &gt; div {
    left: 64.97093396px;
    top: 78.98348783px;
    -webkit-animation-delay: -0.285714285714286s;
    animation-delay: -0.285714285714286s; }
  .lds-spin div:nth-child(6) &gt; div {
    left: 85.32437198px;
    top: 62.752162639999995px;
    -webkit-animation-delay: -0.142857142857143s;
    animation-delay: -0.142857142857143s; }
  .lds-spin div:nth-child(7) &gt; div {
    left: 110.70469406000001px;
    top: 68.54505553999999px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .lds-spin div:nth-child(8) &gt; div {
    left: 122px;
    top: 92px;
    -webkit-animation-delay: 0.142857142857143s;
    animation-delay: 0.142857142857143s; }
  .lds-spin &gt; div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 130px 100px;
    transform-origin: 130px 100px; }
  .lds-spin &gt; div:nth-child(2) {
    -webkit-transform: rotate(51.42857deg);
    transform: rotate(51.42857deg);
    -webkit-transform-origin: 118.70469406000001px 123.45494446000001px;
    transform-origin: 118.70469406000001px 123.45494446000001px; }
  .lds-spin &gt; div:nth-child(3) {
    -webkit-transform: rotate(102.85714deg);
    transform: rotate(102.85714deg);
    -webkit-transform-origin: 93.32437198px 129.24783736px;
    transform-origin: 93.32437198px 129.24783736px; }
  .lds-spin &gt; div:nth-child(4) {
    -webkit-transform: rotate(154.28571deg);
    transform: rotate(154.28571deg);
    -webkit-transform-origin: 72.97093396px 113.01651217px;
    transform-origin: 72.97093396px 113.01651217px; }
  .lds-spin &gt; div:nth-child(5) {
    -webkit-transform: rotate(205.71429deg);
    transform: rotate(205.71429deg);
    -webkit-transform-origin: 72.97093396px 86.98348783px;
    transform-origin: 72.97093396px 86.98348783px; }
  .lds-spin &gt; div:nth-child(6) {
    -webkit-transform: rotate(257.14286deg);
    transform: rotate(257.14286deg);
    -webkit-transform-origin: 93.32437198px 70.75216264px;
    transform-origin: 93.32437198px 70.75216264px; }
  .lds-spin &gt; div:nth-child(7) {
    -webkit-transform: rotate(308.57143deg);
    transform: rotate(308.57143deg);
    -webkit-transform-origin: 118.70469406000001px 76.54505553999999px;
    transform-origin: 118.70469406000001px 76.54505553999999px; }
  .lds-spin &gt; div:nth-child(8) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 130px 100px;
    transform-origin: 130px 100px; }

.ajax-loader {
  min-height: 200px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.loading.loadingDiv {
  display: block !important; }

.loading .loadingDiv {
  display: block !important; }

/*
 * throbber for item list (or anything else that adds loading-sticky class to the "target" element)
 * sticky throbber allows the loading throbber and overlay to be contained inside element and throbber will always stay within viewport (while the element is in viewport)
 */
body .loading-sticky.loading .loadingDiv {
  position: fixed;
  /* support for non-sticky browsers */
  z-index: 10;
  /* put this overlay behind the filter sidebar on mobile but in front of the filter overlay background */ }
  body .loading-sticky.loading .loadingDiv .lds-css {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 50%;
    margin: 0;
    text-align: center;
    display: inline-block; }

@supports (position: sticky) or (position: -webkit-sticky) {
  body .loading-sticky.loading .loadingDiv {
    position: absolute;
    text-align: center;
    padding: 0 0 200px 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.33);
    cursor: wait; }
  body .loading-sticky.loading .loadingDiv .lds-css {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 50%;
    margin: 0;
    text-align: center;
    display: inline-block; } }

/* End Throbber */
/* reset password form */
.forgot_pwd h1 {
  font-size: 40px; }

.forgot_pwd .modal-header {
  padding: 0; }

.forgot_pwd .dnt_hv_ac p {
  border: none; }

.forgot_pwd .forgot_text_area {
  margin-top: 26px; }


.forgot_pwd .forgot_text_area p, .reset_pwd p {
  border: none;
  font-size: 18px;
  line-height: 21px;
  color: #000000; }


.request_setup_form .submit .btn, .reset_pwd_form .submit .btn {
  margin: 30px auto;
  width: 254px; }

.alert-success {
  color: #FFFFFF;
  background-color: #242424;
  text-align: center;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 2050; }

/*Login page for widget*/
.login_reg_page .login-with-bs-check.hide {
  display: none; }

.login_reg_page .login-with-bs-check {
  display: block; }

.login_reg_page .login-with-bs-link.hide {
  display: none; }

.login_reg_page .login-with-bs-link {
  margin-bottom: 10px;
  display: block;
  line-height: 27px; }
  .login_reg_page .login-with-bs-link a {
    float: inherit; }

/*Forget Password*/
.login_reg_page .reset-with-bs-link a {
  text-decoration: underline; }

.login_reg_page .reset-with-bs-link.hide {
  display: none; }

.login_reg_page .reset-with-bs-check.hide {
  display: none; }

.login_reg_page p {
  padding-bottom: 0;
  border-bottom: 0; }

.login_reg_page .modal-heading {
  font-size: 26px;
  font-family: var(--font-main, Times New Roman, Times, serif);
  margin-bottom: 15px;
  text-align: center; }

.login_reg_page .login_form_password .reset-email-addr {
  text-align: center;
  text-decoration: underline;
  display: block; }

.login_reg_page .login_form_password .show-forgot-pwd {
  text-decoration: underline; }

.login_reg_page .login_form_password .submit {
  text-align: center; }

.login_reg_page .login_form_password p {
  text-align: left;
  padding: 13px 20px;
  position: relative; }

/* End reset password form */
.ack_bid_msg {
  height: 15px;
  /* Setting a height, so that the list won't jerk when the message arise */ }

/* Sticky header message ( End ) */
/*Page not found*/
.page-not-found {
  text-align: center;
  width: 100%;
  padding: 200px 0; }
  .page-not-found p {
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    color: #000; }
  .page-not-found span {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--font-secondary, Roboto);
    max-width: 447px;
    display: inline-block; }
    .page-not-found span a {
      font-weight: bold; }
    .page-not-found span a.connect {
      text-decoration: underline; }
    .page-not-found span a:hover {
      color: var(--theme-color, #B0BB1A); }
.login_reg_page .dnt_hv_ac p a {
  text-decoration: underline;
  margin-left: 0px; }
  .login_reg_page .dnt_hv_ac p a.show-forgot-pwd {
    position: relative;
    margin-left: 0;
    padding-right: 10px;
    margin-right: 5px; }
    .login_reg_page .dnt_hv_ac p a.show-forgot-pwd::after {
      position: absolute;
      content: '';
      background: #000;
      height: 15px;
      width: 1px;
      top: 2px;
      right: 0; }
  .forgot_pwd .login_reg_page .dnt_hv_ac p a {
  margin-left: 7px; }
  
  .signup_ms .modal-header {
  padding: 0; }

.signup_ms .login_reg_page p {
  border-bottom: 0; }

.signup_ms .modal-heading {
  font-size: 26px;
  font-family: var(--font-main, Times New Roman, Times, serif);
  margin-bottom: 15px;
  text-align: center; }

.signup_ms p {
  text-align: center; }

.signup_ms .form-control {
  margin-bottom: 0.2rem; }

.signup_ms .address-area .check.custom {
  margin-top: 20px; }

.signup_ms .modal-content {
  padding: 15px 30px; }

.credit-boxs {
  text-align: center; }
  .credit-boxs img {
    margin: auto;
    display: block; }
  .credit-boxs h2 {
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-weight: 400;
    font-size: 26px;
    color: #0e0e0e;
    padding-bottom: 8px;
    margin-top: 20px; }
  .credit-boxs .skip-btn {
    display: inline-block;
    vertical-align: middle; }
    .credit-boxs .skip-btn a {
      display: inline-block;
      padding: 6px 24px;
      border-radius: 3px;
      font-size: 15px;
      background: #ddd;
      line-height: 21px; }
      .credit-boxs .skip-btn a:hover, .credit-boxs .skip-btn a:focus {
        background: #666;
        padding: 6px 24px !important;
        color: #FFFFFF; }
      .credit-boxs .skip-btn a:active {
        background: #666;
        padding: 6px 24px !important;
        color: #FFFFFF; }
        .credit-boxs .skip-btn a:active:focus, .credit-boxs .skip-btn a:active:hover {
          background: #666;
          padding: 6px 24px !important;
          color: #FFFFFF; }
  .credit-boxs .my_btn_area {
    padding: 10px 40px 16px 40px; }
    .credit-boxs .my_btn_area input {
      display: inline-block; }
    .credit-boxs .my_btn_area .save_button_my_bidsquare {
      width: auto;
      padding: 6px 24px;
      font-size: 15px;
      font-family: var(--font-main, Times New Roman, Times, serif); }  
  .credit-boxs .registration-cc-icon {
    float: none;
    height: auto;
    margin: 20px 0; }

.credit-card .modal-content {
  padding-top: 20px; }

.credit-card .modal-header {
  padding: 0; }

.agree_text .show-registration-popup {
  text-decoration: underline;
  text-underline-offset: 3px; }

.agree_text, .note_text {
  margin-top: 10px;
  font-size: 15px;
  text-align: center; }

a.reset-email-addr {
  display: block;
  text-align: center; }

.register_form_page {
  max-width: 450px;
  padding-top: 50px !important;
  text-align: center; }
  .register_form_page .modal-heading {
    font-size: 26px;
    font-family: var(--font-main, Times New Roman, Times, serif);
    margin-bottom: 15px;
    text-align: center; }
  .register_form_page p {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    font-family: var(--font-main, Times New Roman, Times, serif);
    padding-bottom: 20px; }
  .register_form_page .register_form_password p {
    text-align: left;
    padding: 13px 20px;
    position: relative; }

.login_form_password p, .register_form_password p {
  background: #f1f6aa;
  padding: 5px 0;
  margin: 10px 0; }

.login_form_password p, .register_form_password p {
  background: #f1f6aa;
  padding: 5px 0;
  margin: 10px 0; }

.reset-email-addr {
  color: #98a02d;
  text-decoration: none !important; }

.address-area .check.custom {
  text-align: left; }

.place_bid_area .pending {
  font-weight: normal;
  font-family: var(--font-secondary, Roboto);
  white-space: nowrap; }

/* Additional Improvements */
.form-edit-icon { position: absolute; right: 17px; top: 17px; color: #bcc085;}
.login_ms .login_reg_page p{padding-bottom:;} /* remove padding bottom */
.registration-cc-icon {color: #b0bb1a; font-size: 43px; margin-right: 20px; float: left; line-height: 42px; height: 60px;}
.credit-boxs .registration-cc-icon {float: none; height: auto; margin: 20px 0;}
.show-credit-card-form-link {color: #b0bb1a; text-decoration: underline;}
.pending_reg .reg_auc .type_auc p{line-height: 23px;}

/* Condition Report */
.condition-report-title {
  margin-top: 10px; }
  .condition-report-title h4 {
    float: left;
    margin-top: 9px !important; }
  .condition-report-title .condition_report {
    float: right;
    padding: 3px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 30px;
    margin-top: 5px; }
  .condition-report-title .inquire_block_icon .fa {
    font-family: FontAwesome;
    font-size: 14px;
    transform: scale(1, -1);
    margin-right: 3px; }
  .condition-report-title .inquire_block_icon a {
    font-size: 14px; }
  .condition-report-title .condition_report:hover {
    border: 1px solid var(--main-button-color-hover); }
  .condition-report-title .condition_report:hover .inquire_block_icon a, .condition-report-title .condition_report:hover .inquire_block_icon .fa {
      color: var(--main-button-color-hover); }

.login_form_password p, .register_form_password p{
  text-align: left;
}
.forgot_password_form_page .modify-email-area p {
  background: #f1f6aa;
  padding: 13px 20px;
  margin: 10px 0;
  position: relative;
}
.forgot_password_form_page .fp-modify-field p {
  background: #f1f6aa;
  padding: 13px 20px;
  margin: 10px 0;
  position: relative;
  text-align: left; }

.addtocalendar ul.atcb-list li:hover a {
  color: var(--theme-color, #B0BB1A) !important; } /* This style is added For the "Add to Calendar" Dropdown option hover effect for text*/

.auction-list .addtocalendar .atcb-item .atcb-item-link{
  color: #000;} /* This style is added for Auction List Page's to "Add to Calendar" Dropdown option text color */

.forgot_password_form_page .resend-message {
  margin-top: 20px; }

.forgot_password_form_page .resend_email_form {
  margin-top: 15px; }

.forgot_password_form_page .resend_email_btn {
  margin-top: 20px; }

/*Live Now indicator improvement*/
.auction-list .badgeDiv {
  position: absolute;
  left: 27px;
  top: 13px;
  border-radius: 18px;
  font-family: var(--font-secondary, Roboto);
  font-size: 13px;
  text-transform: uppercase;
  padding: 6px 15px 6px 10px;
  color: #fff;
  text-align: center;
  line-height: 12px;
  pointer-events: none; }

.auction-list .close_auc {
  background: rgba(127, 127, 127, 0.7); }

.auction-list .bidNow, .auction-list .badgebuyNow {
  background: rgba(0, 205, 53, 0.8); }

  .auction-list .upcoming_auc {
    background: var(--main-button-color, #B0BB1A); }
    .auction-list .upcoming_auc img {
      display: none; }
    .auction-list .upcoming_auc:before {
      content: "";
      display: inline-block;
      height: 16px;
      width: 16px;
      background: #ddd;
      vertical-align: sub;
      background: url("../img/svg/icon_timed_white.svg");
      margin-right: 5px; }

.auction-list .badgeDiv img {
  height: 16px;
  margin-right: 6px;
  vertical-align: text-bottom;
  width: auto; }

.auction-list .bidding-time {
  display: flex;
  align-items: center; }

.auction-list .time_limited {
  margin: 0px 11px; }

.auction-list .addtocalendar a {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 15px;
  border-radius: 30px;
  color: var(--main-button-color);
  line-height: 20px; }
  .auction-list .addtocalendar a:hover {
    background: #F5F5F5 !important; }

.auction-list ul li .bidding-time .time_limited.dyn_time_limited.color_green01 {
  color: var(--live-status-color);
  font-size: 17px; }
  .auction-list ul li .bidding-time .time_limited.dyn_time_limited.color_green01:before {
    content: "";
    height: 16px;
    width: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    background: url("../img/svg/live_now_icon_green.svg");
    background-position: center;
    margin-right: 7px; }

.auction-list .color_green01 {
  color: var(--live-status-color); }

  .catalog_list .filter-items .catalog_img .auction_bar {
    font-size: 15px;
    background-color: var(--live-status-color);
    border-radius: 4px 4px 0 0;
    padding: 2px 0;
    top: 0;
    margin-left: -15px;
    width: calc(100% - -30px); }
  .catalog_list .filter-items .catalog_img .auction_bar img {
    max-width: 15px;
    vertical-align: text-top; }

.filter-items .bid-live-btn-sec {
  text-align: center; }
  .filter-items .bid-live-btn-sec .active_lot_bid_link {
    background-color: var(--live-status-color);
    padding: 5px 17px;
    margin: 0 auto;
    clear: both;
    border-radius: 3px;
    color: #fff !important; }
    .filter-items .bid-live-btn-sec .active_lot_bid_link:hover {
      background-color: var(--live-status-color-hover);}

.bid-live-btn-sec {
  display: none;}
.filter-items .current_lot_active .bid-live-btn-sec {
  display: block;
  margin: 25px 0;}

.filter-items .bid_amount .ack_bid_msg {
  height: auto;
  margin: 0; }

.filter-items .color_green01 {
  color: var(--live-status-color); }

.filter-items .est_prc_time .time_limited.color_green01 {
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px; }

.item_detail .item_description .color_green01 {
  color: var(--live-status-color); }

.item_detail .item_direction {
  margin-bottom: 0; }

  .item_detail .current_item .item_description .auction_bar {
    display: none;
    margin-bottom: 20px;
    background: var(--live-status-color); }
    .item_detail .current_item .item_description .auction_bar img {
      max-width: 15px; }
    .item_detail .current_item .item_description .auction_bar .lot_num {
      color: #fff; }
  
  .item_detail .current_item .item_description.event_active .auction_bar {
    display: block; }

.auctioneer .go-live-auction-btn {
  background-color: var(--live-status-color); }
  .auctioneer .go-live-auction-btn:hover {
    background-color: var(--live-status-color-hover); }
  .auctioneer .go-live-auction-btn:before {
    content: "";
    background-image: url('/img/svg/bid_now_image_r.svg');
    width: 17px;
    height: 17px;
    background-position: center;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top; }

.auctioneer .auc_timing .time_left .color_green01 {
  color: var(--live-status-color); }

.auctioneer .auc_timing .time_left .fa-calendar-plus-o {
  color: var(--live-status-color) !important; }

.current_lot_active .auction_bar {
  display: block !important; }

.current_lot_active .active_lot_bid_link {
  display: inline-block !important; }

.current_lot_active .place_bid_area {
  display: none; }

.wrap .banner_bottom span.color_green01 {
  color: var(--live-status-color); }

.tab_title ul.tabs li span.tip-live {
  background: #00cd35;
  padding: 1px 3px;
  line-height: 1;
  margin-left: 4px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  position: relative;
  top: -7px;
  text-transform: capitalize;
  letter-spacing: 0; }

.auc-list-content .btn-sec .view-catalog-btn, .auc-list-content .btn-sec .consign-with-us-btn {
  text-align: center;
  background: var(--secondary-button-color,#333333);
  color: var(--secondary-btn-text, #fff);
  border-radius: 3px;
  padding: 10px 0;
  font-family: var(--font-secondary, Roboto);
  font-size: 18px;
  transition: 0.3s;
  display: inline-block; }

.auc-list-content .btn-sec .view-catalog-btn:hover, .auc-list-content .btn-sec .consign-with-us-btn:hover {
  background: var(--secondary-button-color-hover,#000000); }

.bidPrice.buy-now-hyb-wrap { float: left; width: 100%; }
.bidPrice.buy-now-hyb-wrap { margin: 9px 0 0 0; padding: 9px 0 0 0; border-top: 1px solid #e9e9e9; clear:both; }
.bidPrice.buy-now-hyb-wrap .bid_txt { width: 100%; }
.bidPrice.buy-now-hyb-wrap .bid_txt .buy-now-hyb-btn-div { float: right; width: auto; }
.bidPrice.buy-now-hyb-wrap .bid_txt .buy-now-hyb-btn-div button, 
.bidPrice.buy-now-hyb-wrap .bid_txt .buy-now-hyb-btn-div button.register_btn,
.catalog_list .catalog_detail .bid_amount .place_bid_area .buy-now-hyb-btn-div button.register_btn { 
    width: auto; white-space: nowrap; padding: 0 30px; border-radius: 20px; line-height: 23px; }

.item_detail .bidPrice.buy-now-hyb-wrap {
	margin-top: 15px;
	padding-top: 20px; }

  /* Hotfix v3.4.7c: For cloud login page UI issue */
  /* TODO: Need to add the following to SCSS and then remove this section afterwards */
  .login_form_page {
    padding: 50px 15px 0 15px;
    max-width: 450px !important;
  }
  /* -------------- v3.4.7c ----------------- */

/*Add css for hide header footer in mobile*/
.is-mobile-app .mobile-hider {
  display: none; }

/* Custom Static page css */
.static-page {
  margin-top: 50px; }
  .static-page .static-page-content h1 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: var(--font-main, Times New Roman, Times, serif); }
  .static-page .static-page-content h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: var(--font-secondary, Roboto); }
  .static-page .static-page-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: var(--font-secondary, Roboto); }
  .static-page .static-page-content h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: var(--font-secondary, Roboto); }
  .static-page .static-page-content h5 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: var(--font-secondary, Roboto); }
  .static-page .static-page-content p {
    font-size: 16px;
    font-family: var(--font-secondary, Roboto);
    padding-bottom: 10px; }
  .static-page .static-page-content a {
    color: var(--theme-color, #B0BB1A); }
    .static-page .static-page-content a:hover {
      text-decoration: underline; }
  .static-page .static-page-content ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 30px; }
      .static-page .static-page-content ul li p {
        display: inline; }
  .static-page .static-page-content ol {
    list-style-type: decimal;
    list-style-position: outside; 
    margin-left: 30px;}
      .static-page .static-page-content ol li p {
        display: inline; }
  .static-page .static-page-content .page-feature-items {
    margin-top: 20px; }
    .static-page .static-page-content .page-feature-items ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      list-style: none;
      margin-left: 0px;
      gap: 1%; }
      .static-page .static-page-content .page-feature-items ul li {
        width: 19%;
        text-align: center; }
        .static-page .static-page-content .page-feature-items ul li .feature-item-area .feature-image {
          height: 150px;
          width: 100%; }
          .static-page .static-page-content .page-feature-items ul li .feature-item-area .feature-image img {
            max-width: 100%;
            max-height: 100%; }
        .static-page .static-page-content .page-feature-items ul li a {
          text-decoration: none; }
        .static-page .static-page-content .page-feature-items ul li h4 {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #212529; }      

/*Deleter Account*/
.delete-account-form {padding-top: 42px; border-top: 1px solid #ddd; margin-top: 40px;}
.delete-account-form .account-right{border-bottom: 0;}
.delete-account-alert {font-size: 14px; font-family: var(--font-secondary, Roboto);}
.delete-account-alert .delete-account-cancel {display: inline-block; background: #393945; width: 88px; color: #fff; padding: 5px 0; text-align: center;}
.delete-account-alert .delete-account-cancel:hover {background: #5b5b66;}
.delete-account-alert .delete-account-confirm {background: #fff; border: 1px solid var(--theme-color, #B0BB1A); width: 88px; padding: 4px 0; margin-left: 5px;}
.delete-account-alert .delete-account-confirm:hover {background: var(--theme-color, #B0BB1A); color: #fff;}
.delete-account-alert .main-title{font-size: 24px; margin-bottom: 10px; font-family: var(--font-main, Roboto);}
.delete-account-alert .sub-title {font-size: 18px; margin: 20px 0 30px 0; font-family: var(--font-main, Roboto);}
.delete-account-alert .successfully-delete {height: 200px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.delete-account-alert .successfully-delete p {margin-top: 10px; color: #ccc;}
.delete-account-alert .successfully-delete img {max-width: 40px;}

/* Add css for Consign With Us page */
.how-to-sell-mid-form {
  padding: 30px 0 30px 0; }
  .how-to-sell-mid-form h2 {
    font-size: 26px;
    font-family: var(--font-main, Times New Roman, Times, serif);
    font-weight: 400;
    color: #0e0e0e;
    text-align: center; }
  .how-to-sell-mid-form .sell-form-wrap {
    max-width: 650px;
    margin: auto;
    width: 100%;
    padding: 20px 0px 20px;
    overflow: hidden;
    min-height: 381px; }
    .how-to-sell-mid-form .sell-form-wrap .left-form {
      width: 100%;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
      .how-to-sell-mid-form .sell-form-wrap .left-form .ajax-upload-dragdrop {
        border-radius: 6px; }
        .how-to-sell-mid-form .sell-form-wrap .left-form .ajax-upload-dragdrop .ajax-file-upload-progress .ajax-file-upload-text {
          font-family: var(--font-secondary, Roboto);
          font-size: 13px;
          top: 2px; }
        .how-to-sell-mid-form .sell-form-wrap .left-form .ajax-upload-dragdrop .ajax-file-upload-delete {
          margin: 5px 0 0 0;
          font-family: var(--font-secondary, Roboto); }
        .how-to-sell-mid-form .sell-form-wrap .left-form .ajax-upload-dragdrop .ajax-file-upload, .how-to-sell-mid-form .sell-form-wrap .left-form .ajax-upload-dragdrop .ajax-file-upload-clear {
          font-family: var(--font-secondary, Roboto);
          padding: 5px 10px;
          background: var(--secondary-button-color, #333333);
          color: var(--secondary-btn-text, #fff);
          font-size: 18px;
          font-weight: normal; }
          .how-to-sell-mid-form .sell-form-wrap .left-form .ajax-upload-dragdrop .ajax-file-upload:hover, .how-to-sell-mid-form .sell-form-wrap .left-form .ajax-upload-dragdrop .ajax-file-upload-clear:hover {
            background: var(--secondary-button-color-hover, #000); }
    .how-to-sell-mid-form .sell-form-wrap .right-form {
      width: 100%;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
    .how-to-sell-mid-form .sell-form-wrap form ul li {
      padding-bottom: 12px; }
    .how-to-sell-mid-form .sell-form-wrap form input, .how-to-sell-mid-form .sell-form-wrap form select {
      border: 1px #cccccc solid;
      background: #ffffff;
      font-size: 16px;
      color: #0e0e0e;
      width: 100%;
      font-family: var(--font-secondary, Roboto);
      font-weight: 300;
      padding: 12px 15px;
      border-radius: 6px; }
    .how-to-sell-mid-form form .left-form select { 
      background: #FFFFFF url('../img/svg/select-down.svg') no-repeat 97% 50%; }  
    .how-to-sell-mid-form .sell-form-wrap form .upload-btn-wrapper {
      position: relative;
      overflow: hidden;
      display: inline-block;
      width: 100%;
      min-height: 135px;
      padding: 28px 15px;
      border: 1px #cccccc solid;
      background: #ffffff;
      text-align: center; }
      .how-to-sell-mid-form .sell-form-wrap form .upload-btn-wrapper strong {
        display: block;
        color: #747474;
        font-family: var(--font-secondary, Roboto);
        font-weight: 500;
        font-size: 20px;
        text-align: center; }
      .how-to-sell-mid-form .sell-form-wrap form .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
    .how-to-sell-mid-form .sell-form-wrap form button[type=submit] {
      border-radius: 3px;
      margin: 15px auto 0;
      color: var(--main-btn-text, #fff);
      background: var(--main-button-color, #B0BB1A);
      padding: 9px 0;
      width: 150px;
      font-family: var(--font-secondary, Roboto);
      font-weight: 400;
      display: block;
      clear: both;
      font-size: 18px;
      text-transform: capitalize; }
      .how-to-sell-mid-form .sell-form-wrap form button[type=submit]:hover {
        background-color: var(--main-button-color-hover, #98A02D); }

/* Removed italic effect for buy now badge */
.auction-list .badgeDiv i{
  font-style: normal;
}

/*Bid Confirmation*/
.premium-confirm .bid-confirm-box .bid_confirmation_detail .confirmation_row{display: flex;}
.premium-confirm .bid-confirm-box .bid_confirmation_detail .confirmation_row span.t1{width: 40% !important;}
.bid_confirmation_pop_wrap .bid-confirm-box .bid_confirmation_detail .confirmation_row span.t2{ width: 58% !important;}
.bid_confirmation_pop_wrap .error-msg{font-size: 18px; line-height: 16px; margin-top: 10px; }
.bid_confirmation_pop_wrap .bid_confirmation_detail{font-size: 15px;}
.bid_confirmation_pop_wrap .info-circle-icon { font-style: normal; color: #fff; background: red; height: 20px; width: 20px; display: inline-flex; justify-content: center; align-items: center; border-radius: 20px; margin-right: 2px; font-size: 13px; vertical-align: text-bottom;}
.bid_confirmation_pop_wrap .confirmation_row{ max-width: 100% !important; margin-bottom: 0 !important; padding: 4px 0 !important;}
.bid_confirmation_pop_wrap .bid-option span.sept-left {padding-left: 10px !important; position: relative;}
.bid_confirmation_pop_wrap .bid-option span.sept-left:before { content: ""; border-left: 1px solid #c7c7c7; position: absolute; left: -10px; height: 100%; padding: 9px 0; top: -8px; box-sizing: initial;}
.bid_confirmation_pop_wrap .confirmation_row span.t2 span.t2-l, .bid_confirmation_pop_wrap .confirmation_row span.t2 span.t2-h{ width: 48%; display: inline-block; vertical-align: top;}
.bid_confirmation_pop_wrap .confirmation_row span.w-inc-indc{ top: -2px; position: relative; font-size: 16px;}
.bid_confirmation_pop_wrap ul.confirm-buttons { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 0 5px;}
.bid_confirmation_pop_wrap .bid-confirm-box button{ width: auto !important;}

/* Notification Preference */
.my-account .notification_preference{ padding: 15px 0 0 0; }
.my-account .notification_preference .caegory-sec { margin-bottom: 20px; font-size: 20px; font-family: var(--font-secondary, Roboto); padding-left: 15px; }
.my-account .my-alert-sec .notification_preference .alert-category-box{padding: 0px 0 40px 15px;}
.my-account .my-alert-sec .notification_preference .alert-category-box h4{ margin-bottom: 15px; }
.my-account .notification_preference .check-bidsquare{ position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: transparent; border: 1px solid #ADADAD; border-radius: 3px; }
.my-account .notification_preference .check-bidsquare:after { content: ""; position: absolute; display: none; left: 7px; top: 2px; width: 10px; height: 15px; border: 3px solid var(--theme-color, #B0BB1A); border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.my-account .notification_preference .new_check_gruop input:checked ~ .check-bidsquare:after { display: block; }
.my-account .notification_preference .new_check_gruop label{padding-left: 30px; cursor: pointer; max-width: 200px;}
.my-account .notification_preference .new_check_gruop input{display: block;}
.my-account .alert-notification ul { display: flex; flex-wrap: wrap;}
.my-account .alert-notification ul li { vertical-align: top; padding-bottom: 18px; width: 33%;}
.my-account .alert-notification .new_check_gruop .container{ margin-bottom: 12px;}
@media only screen and (max-width: 767.98px){
  .my-account .alert-notification ul {display: block;}
  .my-account .alert-notification ul li, .my-account .my-alert-sec .alert-category-box .interest-section .new_check_gruop{width: 100%;}
  .my-account .alert-notification .new_check_gruop .container{max-width: 100%;}
  .credit-boxs .my_btn_area { 
    padding: 10px 0 16px 0; }
    .credit-boxs .my_btn_area .save_button_my_bidsquare {
      padding: 6px 20px; }
}

/* add disabled primary btn color */
.btn-primary.disabled, .btn-primary:disabled {background-color: var(--main-button-color, #B0BB1A);}

.CCElement {
    border: 0 !important;
    border-bottom: 1px solid #D1D1D1 !important;
}

.delete-account-alert .delete-account-confirm[disabled] {opacity: 0.2; cursor: not-allowed;}

.delete-account-alert .delete_me_note {   margin-bottom: 35px; font-size: 12px;}
.delete-account-alert .delete_me{ width: 220px; display: inline-block; border: 1px #cccccc solid; padding: 5px 10px; font-family: 'Klavika'; font-weight: 300; font-size: 14px; color: #0e0e0e; border-radius: 0; height: inherit; box-shadow: inherit; vertical-align: middle;}
.delete-account-form a.delete_link {color: var(--theme-color);text-decoration: underline; }
.delete-account-form .delete_account { clear: both; text-align: center; }
.item-detail ul li .text-sec .bidding-sec .place_bid_area .sold_txt .sold_status_wrapper{display: inline-block;}

/* Bid Increments dropdown list */
.increment-dropdown.ui-autocomplete{ background: #fff; max-height: 200px; overflow: auto; }
.increment-dropdown.ui-autocomplete .ui-state-focus { background: #f3f3f3; border: transparent; font-weight: 400; color: #333; margin: 0; }
.increment-dropdown.ui-autocomplete .ui-menu-item{ font-size: 15px; }

/* hid google reCAPTCHA badge on clouds */
.grecaptcha-badge { visibility: hidden; }

/* sticky footer at the bottom */
.wrap { 
  min-height: 100vh; }
  .wrap .my-footer { 
    position: sticky; 
    top: 100%; }</pre></body></html>