@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Sora:wght@400;700&display=swap');

:root {
  --bs-blue: #0061f2;
  --bs-indigo: #5800e8;
  --bs-purple: #6900c7;
  --bs-pink: #e30059;
  --bs-red: #e81500;
  --bs-orange: #f76400;
  --bs-yellow: #f4a100;
  --bs-green: #00ac69;
  --bs-teal: #00ba94;
  --bs-cyan: #00cfd5;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #69707a;
  --bs-gray-dark: #363d47;
  --bs-gray-100: #f2f6fc;
  --bs-gray-200: #e0e5ec;
  --bs-gray-300: #d4dae3;
  --bs-gray-400: #c5ccd6;
  --bs-gray-500: #a7aeb8;
  --bs-gray-600: #69707a;
  --bs-gray-700: #4a515b;
  --bs-gray-800: #363d47;
  --bs-gray-900: #212832;
  --bs-primary: #0061f2;
  --bs-secondary: #6900c7;
  --bs-success: #00ac69;
  --bs-info: #00cfd5;
  --bs-warning: #f4a100;
  --bs-danger: #e81500;
  --bs-light: #f2f6fc;
  --bs-dark: #212832;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-red: #e81500;
  --bs-orange: #f76400;
  --bs-yellow: #f4a100;
  --bs-green: #00ac69;
  --bs-teal: #00ba94;
  --bs-cyan: #00cfd5;
  --bs-blue: #0061f2;
  --bs-indigo: #5800e8;
  --bs-purple: #6900c7;
  --bs-pink: #e30059;
  --bs-red-soft: #f1e0e3;
  --bs-orange-soft: #f3e7e3;
  --bs-yellow-soft: #f2eee3;
  --bs-green-soft: #daefed;
  --bs-teal-soft: #daf0f2;
  --bs-cyan-soft: #daf2f8;
  --bs-blue-soft: #dae7fb;
  --bs-indigo-soft: #e3ddfa;
  --bs-purple-soft: #e4ddf7;
  --bs-pink-soft: #f1ddec;
  --bs-primary-soft: #dae7fb;
  --bs-secondary-soft: #e4ddf7;
  --bs-success-soft: #daefed;
  --bs-info-soft: #daf2f8;
  --bs-warning-soft: #f2eee3;
  --bs-danger-soft: #f1e0e3;
  --bs-primary-rgb: 9, 97, 242;
  --bs-secondary-rgb: 105, 0, 199;
  --bs-success-rgb: 0, 172, 105;
  --bs-info-rgb: 0, 207, 213;
  --bs-warning-rgb: 244, 161, 0;
  --bs-danger-rgb: 232, 21, 0;
  --bs-light-rgb: 242, 246, 252;
  --bs-dark-rgb: 33, 40, 50;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-red-rgb: 232, 21, 0;
  --bs-orange-rgb: 247, 100, 0;
  --bs-yellow-rgb: 244, 161, 0;
  --bs-green-rgb: 0, 172, 105;
  --bs-teal-rgb: 0, 186, 148;
  --bs-cyan-rgb: 0, 207, 213;
  --bs-blue-rgb: 0, 97, 242;
  --bs-indigo-rgb: 88, 0, 232;
  --bs-purple-rgb: 105, 0, 199;
  --bs-pink-rgb: 227, 0, 89;
  --bs-red-soft-rgb: 241, 224, 227;
  --bs-orange-soft-rgb: 243, 231, 227;
  --bs-yellow-soft-rgb: 242, 238, 227;
  --bs-green-soft-rgb: 218, 239, 237;
  --bs-teal-soft-rgb: 218, 240, 242;
  --bs-cyan-soft-rgb: 218, 242, 248;
  --bs-blue-soft-rgb: 218, 231, 251;
  --bs-indigo-soft-rgb: 227, 221, 250;
  --bs-purple-soft-rgb: 228, 221, 247;
  --bs-pink-soft-rgb: 241, 221, 236;
  --bs-primary-soft-rgb: 218, 231, 251;
  --bs-secondary-soft-rgb: 228, 221, 247;
  --bs-success-soft-rgb: 218, 239, 237;
  --bs-info-soft-rgb: 218, 242, 248;
  --bs-warning-soft-rgb: 242, 238, 227;
  --bs-danger-soft-rgb: 241, 224, 227;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 105, 112, 122;
  --bs-body-bg-rgb: 242, 246, 252;
  --bs-font-sans-serif: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Metropolis, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #69707a;
  --bs-body-bg: #f2f6fc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e0e5ec;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.35rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0061f2;
  --bs-link-hover-color: #004ec2;
  --bs-code-color: #e30059;
  --bs-highlight-bg: #fdeccc;
}


body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-gray-900);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table th {
  background-color: #FFC114!important;
  color: #000000;
}

.table_cell_primary {
  background-color: #FFC114!important;
  color: #000000;
}

.bidtable table th {
  background-color: #eeeeee;
  color: #000000;
}

a:hover{
  color: #FFC114!important;
}
.header_menu_icon{
  font-size: 20px;
  background-color: #000000;
  padding: 15px;
  color: #FFC114;
  border-radius: 50%;
}
.nav_bg {
  background-color: #fff;
  /* position: fixed; */
  width: 100%;
  top: 0;
  z-index: 99999;
}

.im_menu {
  align-items: center;
}
.im_menu li a{
  font-family: 'Sora', sans-serif;
  color: #000000!important;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-right: 1rem;
  align-items: center;
}

.btn-light, .btn-light:active, .btn-light.visited {
    color: #000;
    background-color: #fff;
    border-color: #fff; /*set the color you want here*/
    font-weight: 600;
    font-size: 16px;
    font-family: 'Sora', sans-serif;
}

.btn-light:hover, .btn-light:focus, .open>.dropdown-toggle.btn-light {
    color: #ffc107;
    background-color: #000;
    border-color: #000; /*set the color you want here*/
}

.banner_sale_btn {
  font-family: 'Sora', sans-serif;
  background-color: #FFC114;
  border-radius: 32px;
  padding: 20px 30px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.banner_sale_btn:hover {
  color: #FFC114;
  background-color: #000000;
  transition-duration: .3s;
}

/* FOOTER */
.footer {
  background-color:  #1E1E1E;
  padding: 2rem 0rem 0rem 0rem;
}
.footer_section {
  display: flex;
  justify-content: space-between;
}
.footer_social ul {
  display: flex;
  list-style-type: none;
}
.footer_social ul li {
  margin-right: 1rem;
  background-color: #ACACAC;
  padding: 5px 12px;
  border-radius: 50%;
}
.footer_social ul li:hover {
  background-color: #FFC114;
}
.footer_social ul li a {
  font-size: 1.5rem;
  color: #1E1E1E;
}
.footer_social ul li a .fa-brands {
  width: 24px;
  height: 24px;
  text-align: center;
}
.footer_hr {
  color: #d5caca;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1px;
}
.footer_bottom_menu {
  display: flex;
  justify-content: space-between;
}
.footer_bottom_menu p{
  color: #ACACAC;
}
.footer_list ul{
  display: flex;
  list-style-type: none;
}
.footer_list ul li{
  margin-right: 3rem;
  color: #ACACAC;
}
.footer_list ul li a{
  font-family: 'Sora', sans-serif;
  color: #ACACAC;
}
.footer_list ul li a:hover{
  color: #FFC114;
}

.bg-iron-lightgray {
  background-color: #EAEAEB;
}

.pre-iron-preview {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-family: "Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
}
