/*Home Section CSS Start*/

.auction__item-title a {
    color: #000 !important;
}

a.cmn--btn.w-100 {
    background-color: #A7C7E7 !important;
}

.auction__item-countdown .inner__grp .total-price {
    color: #000000;
}

.auction__item-thumb .total-bids {
    background-color: #000000db !important;
    border-radius: 20px !important;
    padding: 4px 12px !important;
}

i.las.la-gavel {
    padding-right: 5px !important;
    color: hsla(206,100%,73.3%,1) !important;
}



/*Home Section CSS End*/

.btn:focus{
	outline:none;
  	box-shadow:none;
}
.btn-primary{
  	background-color: #000 !important;
  	border:none;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.support-btn{
	height: 39px;
}
.support-input-group{
    margin-top: 15px;
}
.error{
	color: #dc3545;
}
.input-group label.error{
    top: 100%;
	position: absolute;
}

#overlay {
    position: absolute;
    top: 260px;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 3;
    width: 100px;
    height: 100px;
}

.cv-spinner {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime .8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg)
	}
}


.overlay-2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #001329;
    z-index: 2;
    display: none;
    opacity: .9;
	
}

.account__section-content .form-control {
    background-color: transparent;
    color: #fff;
    border-color: #28364a;
    height: 50px;
}
.account__section-content .form-control option {
    color: #001329;
}


.account__section-content .form-control:focus {
    border-color: #c151cc;
}

.account__section-content label {
    margin-bottom: 3px;
}

.sidebar__menu > .text-uppercase {
    display: none !important;
    text-transform: uppercase !important;
}
.bg--dark {
    background-color: #31aa4f !important;
}











.header-bottom {
    position: sticky;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff !important;
    border-bottom: 1px dashed rgba(193, 81, 204, 0.1);
    box-shadow: 0 8px 8px rgba(193, 81, 204, 0.1);
}
.menu-area .menu li a {
        font-size: 14px;
        padding: 5px;
        font-weight: 500;
        color: #000000 !important;
    }

.bg--overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00a3f700 !important;
    color: black !important;
}

body::before, .bg--body::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(255 255 255) !important;
    border-radius: inherit;
}


.feature__item-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    background: #336699 !important;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 25px;
}

div[class*="col"]:nth-of-type(4n + 1) .feature__item-icon {
    background: #336699 !important;
    border-color: #dcf3ff !important;
}

.bg--section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #ffffffee !important;
    border-radius: inherit;
}












.header-bottom {
    position: sticky;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 9999;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff !important;
    border-bottom: 1px dashed rgba(193, 81, 204, 0.1);
    box-shadow: 0 8px 8px rgba(193, 81, 204, 0.1);
}
.menu-area .menu li a {
        font-size: 14px;
        padding: 5px;
        font-weight: 500;
        color: #000000 !important;
    }

.bg--overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00a3f700 !important;
    color: black !important;
}

body::before, .bg--body::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgb(255 255 255) !important;
    border-radius: inherit;
}


.feature__item-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    background: #336699 !important;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 25px;
}

div[class*="col"]:nth-of-type(4n + 1) .feature__item-icon {
    background: #336699 !important;
    border-color: #dcf3ff !important;
}

.bg--section::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #ffffffee !important;
    border-radius: inherit;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(176 240 255) !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: allease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: allease 0.3s;
}
body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #a4bdce;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Nunito", sans-serif;
    background: #ffffff !important;
    font-weight: 500;
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #ffffff;
}

.bg--overlay::before {
    content: "";
    position: absolute;
    color: black;
    inset: 0;
    background: #00a3f77a !important;
}
.feature-section , .categories-section
{
     background: #ddf3ff !important;
}

.preloader {
    width: 100%;
    height: 100%;
    background: #6c757d !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}