/*------ VARIABLES CSS ------*/
.status-span {
    padding: 4px;
    line-height: 0;
    border-radius: 6px;
}

.only-member {
    color: #ff0000!important;
}

.only-member a {
    text-decoration: underline;
    color: #0d6efd;
}

.success {
    background-color: #198754;
}

.cancelled {
    background-color: #dc3545;
}

.mobile-accounts {
    margin-top: 30px;
}

.information-wrapper {
    padding: 10px;
    border-radius: 8px;
    background-color: #27c77d;
    color: #fff;
}

.nice-select.open .list {
    max-height: 22vh;
    overflow-y: auto;
}

.modal-body .form-title {
    margin-bottom: 6px!important;
}

.modal .modal-btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
    transition: .35s ease-in;
    background: #AE934E;
    cursor: pointer;
    white-space: nowrap;
}

.modal .modal-btn:hover {
    background: #191a1c;
}

.modal .modal-btn-dark {
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 13px 30px;
    color: #1f2230!important;
    background-color: #fff;
    border: 1px solid #eee!important;
    transition: all .42s ease-in-out;
    text-align: center;
}

.modal .modal-btn-dark:hover {
    background-color: #191a1c;
    color: #fff!important;
}

.modal .modal-btn-dark::before,
.modal .modal-btn-dark::after {
    display: none;
}

.section-title1 {
    text-align: start;
}

.auction-card1 .auction-img img {
    height: 250px;
    object-fit: cover;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #ae934e;
}

.breadcrumb .breadcrumb-item.active {
    color: #fff;
}

/*------ LOGIN REGISTER ------*/
.form-wrapper .forgot-pass {
    height: max-content;
}

.form-wrapper .forgot-pass::after {
    bottom: 0;
}

/*------ HEADER ------*/
header.style-1 .header-logo {
    background: #fff;
}

header.style-1 .header-logo img {
    min-width: 130px;
    max-width: 200px;
}

header.style-1 .main-menu .mobile-logo-wrap {
    background: #fff;
}

header.style-1 .main-menu .mobile-logo-wrap img {
    width: 100%;
}

/*------ COLLECTION AUCTIONS ------*/
.small-image-list .nav-item img {
    height: 101px;
}

.auction-card1 .author-area .author-emo a{
    display: flex;
}

.auction-card1 .author-area .author-emo a.checked{
    color: rgb(228, 12, 12);
}

.auction-card1 .author-area:hover .author-emo a {
    color: rgb(228, 12, 12);
}

.auction-card1 .auction-img .auction-timer .countdown h4 {
    width: 270px;
    text-transform: uppercase;
    margin: 0 auto;
}

/* SLIDER AREA */
.hero-style-one .slider-bg-2::before {
    background: none;
}

.hero-style-one .slider-bg-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*------ AUCTION DETAILS ------*/
.collection-section .c-feature-card1 .auction-img img {
    height: 100%;
}

.auction-card1 .auction-img .card-auction-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 25px 0px 25px;
}

.auction-card1 .auction-img .auction-timer {
    padding: 30px 25px 0px 25px;
    text-align: center;
    position: relative;
    left: 0;
    transform: translateX(0);
    bottom: 0;
    min-width: max-content;
}

.auction-card1 .author-area {
    position: relative;
    top: 0;
    left: 0;
}

.auction-card1:hover .auction-img img {
    transform: scale(1);
}

/*------ AUCTION DETAILS ------*/
.bid-form-modal .form-title p {
    font-size: 16px;
    font-weight: 500;
    color: #696969;
    font-family: inter,sans-serif;
    position: relative;
    margin-bottom: 0;
}

.bid-form-modal .form-title p:before,
.bid-form-modal .form-title p:after {
    display: none;
}

.bid-form-modal .form-title .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bid-form-modal .form-title .title-wrap .edit-btn {
    margin-bottom: 0.5rem;
    transition: color .3s ease-in-out;
}

.bid-form-modal .form-title .title-wrap .edit-btn:hover {
    color: #5956E9;
}

.bid-form-modal {
    box-shadow: 5px 2px 30px rgba(0,0,0,.06);
    border-radius: 5px;
    background: #ebebeb;
    padding: 25px;
}

.bid-form-modal:not(:last-child) {
    margin-bottom: 16px;
}

.bid-form-modal h6 {
    font-size: 20px;
    font-weight: 600;
    color: #1f2230;
}

.small-image-list .nav-item img {
    width: 100px;
    object-fit: cover;
}

.auction-details-section .tab-content img {
    width: 100%;
    border-radius: 0 0 5px 5px;
    max-height: 520px;
}

/*------ DASHBOARD ------*/
.dashboard-card .body .icon i {
    color: #696969;
    transition: all .42s ease;
    font-size: 40px;
    line-height: 0;
}

/*------ HOW CAN I BUY ------*/
.how-work-section .how-work-img {
    box-shadow: none;
}

/*------ FOOTER ------*/
footer {
    background-image: none;
}

footer .footer-bottom p .alen-dijital {
    font-weight: 600;
    color: #5956E9;
}

footer .footer-bottom p .alen-dijital img {
    max-width: 120px;
    margin: 0 6px;
}

footer .footer-item img{
    max-width: 300px;
}

footer .footer-bottom {
    background: #AE934E;
    border-top: 1px solid #fff;
}

.m-whatsapp-btn {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
    }
    
    .m-whatsapp-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding: 12px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        background: #0dcf38;
        color: #fff;
    }
    
    .m-whatsapp-btn a i {
        font-size: 30px;
    }
    
.live-auction-section .form-wrapper {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.form-wrapper .iti  {
    height: 50px;
    width: 100%;
    transition: .4s ease;
}


@media screen and (max-width: 991.98px) {
    .topbar {
        display: block;
        visibility: visible;
        text-align: center;
    }
    
    .topbar .topbar-left {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .topbar .topbar-right {
        flex-direction: column;
    }
}

@media screen and (max-width: 767.98px) {
    footer .footer-bottom p {
        text-align: center;
    }
    
    .section-all-btn-wrap .view-btn {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .section-title1 {
        margin-bottom: 30px;
    }
    
    .auction-card1 .auction-img .auction-timer .countdown h4 {
        width: 120px;
        text-transform: uppercase;
        margin: 0 auto;
    }
    
    .auction-card1 .auction-img .auction-timer .countdown h4 {
        font-size: 14px;
    }
    
    .auction-card1 .auction-content h4 {
        font-size: 18px;
    }
    
    .auction-content_gender {
        font-size: 16px;
    }
    
    .auction-content_gender {
        font-size: 16px;
    }
    
    .auction-card1 .auction-content p span {
        font-size: 14px;
    }
    
    .auction-card1 .auction-content {
        padding: 10px 10px;
    }
    
    .auction-card1 .auction-img .card-auction-wrapper {
        padding: 0px 15px 0px 15px;
    }
    
    .auction-card1 .auction-img .auction-timer {
        padding: 10px 25px 0px 25px;
    }
    
    .auction-card1 .auction-img img {
        height: 130px;
    }
}