

:root {

    --bs-dark:#212529;
    --bg-btn-blue:#3a6df0;
    --trans-dur: 0.3s;
    --inputbg: hsl(223.6363636364deg 12.9411764706% 16.6666666667%);
    --theme-bg-color: rgba(16 18 27 / 40%);
    --border-color: rgba(113 119 144 / 25%);
    --theme-color: #f9fafb;
    --inactive-color: rgb(113 119 144 / 78%);
    --body-font: "Poppins", sans-serif;
    --hover-menu-bg: rgba(12 15 25 / 30%);
    --content-title-color: #999ba5;
    --content-bg: rgb(146 151 179 / 13%);
    --button-inactive: rgb(249 250 251 / 55%);
    --dropdown-bg: #21242d;
    --dropdown-hover: rgb(42 46 60);
    --popup-bg: rgb(22 25 37);
    --search-bg: #14162b;
    --overlay-bg: rgba(36, 39, 59, 0.3);
    --scrollbar-bg: rgb(1 2 3 / 40%);
    --myblue:#3a6df0;
    --iosred:rgb(255,59,48);
    --iosgreen:rgb(52,199,89);
    --iosyellow:rgb(255,204,0);
  
  }

body
{
    
    background-color: #f5f8fb;
}
.myred
{
    background: var(--iosred);
}
.mytextred
{
    color:var(--iosred);
}
.modal-header
{
    border:none !important;
}
@media (max-width: 480px) {


    .flexjust
    {
        display: block !important;
    }
    .mobile-bt-2
    {
        margin-bottom: 1.5rem!important 
    }
    .mobile-mt-4 {
      margin-top: 1.5rem!important
      
    }
    .mobile-centered
    {
        text-align: center;
    }
   
  }
  
.container
{
    max-width: 1100px !important;
}

.bid-main {
    padding: 24px 32px;
    background-color: #FFFFFF;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 10%);
    border-radius: 24px;
   
}
.btn-primary2
{
    color:white !important;
    background: var(--myblue);
    border-radius:6px;
    border:1px solid rgba( 255, 255, 255, 0.18 );
    box-shadow: 1px 1px 3px 0 rgb(31 38 135 / 37%);
    height: 40px;

}
.flexjust
{
  display: flex;
  justify-content: space-between;
}
.blacktext
{
  color:var(--bs-dark) !important;
}
.bid-info .subtext
{
     font-size: 1.2rem;
     margin-top:20px;
}
.bid-info
{
    padding: 24px;
    background-color: #FFFFFF;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 10%);
    border-radius: 24px;
    min-width: 150px;
}
.bid-main .bid {
    color: #999999;
}
.bid-main .bid-head {
    padding: 4px 0;
    color: #000000;
}
.bid-main .dollor {
    color: #999999;
}
.topdiv
{
    overflow: hidden;
    position: relative;
    
    margin: 0 0 128px 0;
}
.circle-1
{
    position: fixed;
    right: -5%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 25%;
}
.circle-2
{
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 25%;
}

.spls_style_two {
    position: relative;
}

.spls_style_two img {
    border-radius: 8px;
}

.mb24 {
    margin-bottom: 24px;
}

.lds-1 {
    height: 450px;
}

.img-gallery-box img {
    height: 133px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cover {
    -o-object-fit: cover!important;
    object-fit: cover!important;
}
.w100 {
    width: 100%!important;
}
img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}