@import '_content/UtdRazorClassLibrary/UtdRazorClassLibrary.bundle.scp.css';

/* _content/BlazorAuction2/Pages/AdminPages/BidSheetFeature/BidSheet1Component.razor.rz.scp.css */
.bid-sheet-heading[b-jh2wmv1nyd] {
    display: grid;
    grid-template-columns: 20% 1fr 20%;
}

.bid-sheet-border[b-jh2wmv1nyd] {
    border: 2px solid black !important;
    padding: 10px;
}

.bid-sheet-border-minus-top[b-jh2wmv1nyd] {
    border-top: 0 !important;
}
/* _content/BlazorAuction2/Pages/AdminPages/BidSheetFeature/BidSheet2Component.razor.rz.scp.css */
.bid-sheet-heading[b-cxv374h3p5] {
    display: grid;
    grid-template-columns: 20% 1fr 20%;
}

.bid-sheet-border[b-cxv374h3p5] {
    border: 2px solid black !important;
    padding: 10px;
}

.bid-sheet-border-minus-top[b-cxv374h3p5] {
    border-top: 0 !important;
}
/* _content/BlazorAuction2/Pages/BidderPages/AuctionItemDirectory/AuctionItemsListItem.razor.rz.scp.css */
.grid-auction-item[b-zd4fgoif0a] {
    display: grid;
    grid-template-rows: 230px auto 125px;
    box-shadow: 0 0 14px 1px #eee9e9;
}

.auction-item-description[b-zd4fgoif0a] {
    font-size: 14px;
    color: #6a6f78;
}

.grid-auction-item-footer[b-zd4fgoif0a] {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns:  1fr auto;
    align-items: center;
}

.truncate-multi-line[b-zd4fgoif0a] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.auction-item-big-heart[b-zd4fgoif0a] {
    font-size: 30px;
    color: #81cc55;
}
/* _content/BlazorAuction2/Pages/BidderPages/Shared/BiddingLayout.razor.rz.scp.css */
.my-nav-bg[b-87eyo64zvk] {
    background-image: url("images/headerbg2.png");
    background-size: 100% 100%;
}

.owl-logo[b-87eyo64zvk] {
    width: 280px;
}

.my-menu-items td[b-87eyo64zvk] {
    padding-top: 15px;
    padding-right: 15px;
}

.my-menu-items td a[b-87eyo64zvk] {
    color: black;
    text-decoration: none;
    /*font-size: small;*/
}
/* _content/BlazorAuction2/Pages/BidderPages/Shared/FooterFeature/FooterBlueStrip.razor.rz.scp.css */
.footer-button[b-hmgyw16t3f] {
    border: none;
    background: #cbecfa;
    border-radius: 100%;
    color: #49c2f7;
    height: 34px;
    line-height: 35px;
    width: 34px;
    display: block;
}

.footer_sec[b-hmgyw16t3f] {
    width: 100%;
    background: #f8f8f8;
    padding-top: 15px;
    display: inline-block;
}

.footer_top[b-hmgyw16t3f] {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding-bottom: 20px;
}

.footer_logo[b-hmgyw16t3f] {
}

.footer_logo img[b-hmgyw16t3f] {
    max-width: 100%;
    width: 230px;
}

.footer_logo p[b-hmgyw16t3f] {
    font: normal 14px/22px 'Poppins';
    color: #6a6f78;
    padding-top: 10px;
}

.footer_logo a.read_btn[b-hmgyw16t3f] {
    font: bold 14px/26px 'Poppins';
    color: #f0ab00;
    outline: none;
    text-decoration: underline;
    margin-top: 10px;
}

.footer_logo a.read_btn:hover[b-hmgyw16t3f] {
    color: #49c2f7;
}

.footer_box[b-hmgyw16t3f] {
    padding-left: 15px;
}

.footer_box h4[b-hmgyw16t3f] {
    font: bold 18px/20px 'Poppins';
    color: #1a233b;
    padding-bottom: 13px;
}

.footer_box ul[b-hmgyw16t3f] {
    width: 100%;
    display: inline-block;
}

.footer_box ul li[b-hmgyw16t3f] {
    float: left;
    width: 100%;
    font: lighter 14px/28px 'Poppins';
    color: #6a6f78;
}

.footer_box ul li a[b-hmgyw16t3f] {
    float: left;
    width: 100%;
    color: #6a6f78;
    text-decoration: none;
    outline: none;
}

.footer_box ul.contact_info li[b-hmgyw16t3f] {
    margin-bottom: 10px;
    line-height: 24px;
}

.footer_box ul li a:hover[b-hmgyw16t3f] {
    color: #49c2f7;
}


.footer_btm[b-hmgyw16t3f] {
    width: 100%;
    background: #effafd;
    padding: 20px 0;
    float: left;
}

.left_txt_2[b-hmgyw16t3f] {
    float: left;
    font: normal 14px/24px 'Poppins';
    color: #666;
    padding-top: 5px;
}

.left_txt_2 a[b-hmgyw16t3f] {
    color: #4cc6f7;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

.social_sec[b-hmgyw16t3f] {
    float: right;
}

.social_sec li[b-hmgyw16t3f] {
    float: left;
    margin-left: 10px;
    text-align: center;
}

.social_sec li:first-child[b-hmgyw16t3f] {
    margin-left: 0px;
}

.social_sec li a[b-hmgyw16t3f] {
    width: 34px;
    height: 34px;
    background: #cbecfa;
    line-height: 39px;
    color: #49c2f7;
    border-radius: 100%;
}

.social_bob[b-hmgyw16t3f] {
    float: right;
    list-style-type: none;
}

.social_bob li[b-hmgyw16t3f] {
    float: left;
    margin: 10px;
}

.circle-icon[b-hmgyw16t3f] {
    background: #cbecfa;
    color: #49c2f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    padding: 5px;
}

.social_sec li a i[b-hmgyw16t3f] {
    font-size: 28px;
}

.social_sec li a:hover[b-hmgyw16t3f] {
    background: #49c2f7;
    color: #fff;
}

.footer_box:nth-child(2)[b-hmgyw16t3f] {
    padding-left: 130px;
}

.footer_box:nth-child(3)[b-hmgyw16t3f] {
    padding-left: 80px;
}



/* Footer bottom CSS */

.footer_btm[b-hmgyw16t3f]{background:#effafd;/* float:left; */padding:20px 0;width:100%;}
.left_txt_2[b-hmgyw16t3f]{color:#666;float:left;font-size: 14px;padding-top:5px;}
.left_txt_2 a[b-hmgyw16t3f]{color:#4cc6f7;/* font-family:Graphik-Semibold; */outline:none;text-decoration:none;}
.social_sec[b-hmgyw16t3f]{float:right;list-style: none;padding-left: 0;margin: 0;}
.social_sec li[b-hmgyw16t3f]{float:left;margin-left:10px;text-align:center;}
.social_sec li:first-child[b-hmgyw16t3f]{margin-left:0;}
.social_sec li a[b-hmgyw16t3f]{background:#cbecfa;border-radius:100%;color:#49c2f7;height:34px;line-height: 35px;width:34px;display: block;}
.social_sec li a i[b-hmgyw16t3f]{font-size: 18px;}
.social_sec li a:hover[b-hmgyw16t3f]{background:#49c2f7;color:#fff;}
@media only screen and (min-width:1200px) and (max-width:1399px){

    .left_txt_2[b-hmgyw16t3f]{padding-top:5px;}
    .social_sec li a i[b-hmgyw16t3f]{font-size:16px;}
    .social_sec li a[b-hmgyw16t3f]{line-height:37px;}
}
@media only screen and (min-width:992px) and (max-width:1199px){

    .left_txt_2[b-hmgyw16t3f]{padding-top:5px;}
    .social_sec li a i[b-hmgyw16t3f]{font-size:16px;}
    .social_sec li a[b-hmgyw16t3f]{line-height:37px;}
    .footer_btm[b-hmgyw16t3f]{padding:14px 0;}
    .social_sec li[b-hmgyw16t3f]{margin-left:7px;}
}

@media only screen and (min-width:768px) and (max-width:991px){
    .left_txt_2[b-hmgyw16t3f]{padding-top:5px;}
    .social_sec li a i[b-hmgyw16t3f]{font-size:16px;}
    .social_sec li a[b-hmgyw16t3f]{line-height:37px;}
    .footer_btm[b-hmgyw16t3f]{padding:14px 0;}
    .social_sec li[b-hmgyw16t3f]{margin-left:7px;}
}
@media only screen and (max-width:767px){

    .left_txt_2[b-hmgyw16t3f]{padding-top:5px;}
    .social_sec li a i[b-hmgyw16t3f]{font-size:16px;}
    .social_sec li a[b-hmgyw16t3f]{line-height:37px;}
    .footer_btm[b-hmgyw16t3f]{padding:14px 0;}
    .social_sec li[b-hmgyw16t3f]{margin-left:7px;}
    .left_txt_2[b-hmgyw16t3f]{width:100%;}
    .left_txt_2[b-hmgyw16t3f]{display:inline-block;float:none;}
    .footer_btm[b-hmgyw16t3f]{text-align:center;}
    .social_sec[b-hmgyw16t3f]{float:none;}
    .social_sec li[b-hmgyw16t3f]{display:inline-block;float:none;}
}
@media only screen and (max-width:575px){
    .left_txt_2[b-hmgyw16t3f]{font-size:13px;line-height:20px;padding-top:8px;}
}

.tooltip-hover[b-hmgyw16t3f]{
    position: relative;
}

.tooltip-hover .tooltiptext[b-hmgyw16t3f] {
    visibility: hidden;
    width: 210px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -41px;
    transition: all 0.25s ease;
    opacity: 0;
}

.tooltip-hover:hover .tooltiptext[b-hmgyw16t3f] {
    visibility: visible;
    opacity: 1;
}

.tooltip-hover .tooltiptext[b-hmgyw16t3f]:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
/* _content/BlazorAuction2/Pages/BidderPages/Shared/PageControlNavComponent.razor.rz.scp.css */
.pager-control[b-2fijkfgq2n] {
    display: grid;
    grid-template-columns: 200px 1fr 140px;
    grid-gap: 15px;
}

@media (max-width: 600px) {
    .pager-control[b-2fijkfgq2n] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
}
/* _content/BlazorAuction2/Pages/BidderPages/Shared/SearchSortNavComponent.razor.rz.scp.css */
.search-sort[b-zzwysn8c3v] {
    display: grid;
    grid-template-columns: 1fr 200px 200px;
    column-gap: 1rem;
}

@media (max-width: 600px) {
    .search-sort[b-zzwysn8c3v] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
/* _content/BlazorAuction2/Pages/BidderPages/Shared/TopNav.razor.rz.scp.css */


/* _content/BlazorAuction2/Pages/BidderPages/Shared/TopNavAuthorizeViewHamburger.razor.rz.scp.css */
/* remove border from hamburger */
.navbar-light .navbar-toggler[b-hwg9pco889] {
    border: 0;
}

.nav-item[b-hwg9pco889] {
    margin-left: 1rem;
}

.nav-item a:hover[b-hwg9pco889] {
    color: #24aef1;
    background-color: initial;
}

.nav-item a[b-hwg9pco889] {
    color: #2C3240;
}

.border-bottom-orange[b-hwg9pco889] {
    padding: 10px;
    background-color: #F7FDFF;
    border: 0;
    border-bottom: 3px solid #F57131;
}

.dropdown:hover .dropdown-menu[b-hwg9pco889] {
    display: block;
}

.my-nav-bg[b-hwg9pco889] {
    background-image: url("images/headerbg2.png");
    background-size: 100% 100%;
}

.hover-acid:hover[b-hwg9pco889] {
    background: #a6c16d !important;
}

.owl-logo[b-hwg9pco889] {
    width: 280px;
}

.owl-logo-mobile[b-hwg9pco889] {
    width: 180px;
}

@media (max-width: 991.98px) {
    .my-nav-bg[b-hwg9pco889] {
        background-image: none;
    }

    .nav-item[b-hwg9pco889] {
        font-size: 1rem;
        margin-left: 20px;
    }
    
    
}

@media (min-width: 992px) {
    /* hide the drop down arrow on mobile */
    .dropdown-toggle[b-hwg9pco889]::after {
        content: none;
    }
}


/* Begin: Shrink down the nav-item to fit smaller screen without creating a scroll bar*/

@media (max-width: 1360px) {
    #navbar-no-auction-root[b-hwg9pco889] {
        font-size: 14px;
    }

    .nav-item[b-hwg9pco889] {
        margin-left: 0.75rem;
    }

    .btn[b-hwg9pco889] {
        font-size: 14px;
    }

    .owl-logo[b-hwg9pco889] {
        width: 220px;
    }
}

@media (max-width: 1230px) {
    #navbar-no-auction-root[b-hwg9pco889] {
        font-size: 12px !important;
    }

    .nav-item[b-hwg9pco889] {
        margin-left: 0.5rem;
    }

    .btn[b-hwg9pco889] {
        font-size: 12px;
    }
}

@media (max-width: 1130px) {
    #navbar-no-auction-root[b-hwg9pco889] {
        font-size: 12px !important;
    }

    .nav-item[b-hwg9pco889] {
        margin-left: 0.0rem;
    }

    .btn[b-hwg9pco889] {
        font-size: 12px;
    }

    .owl-logo[b-hwg9pco889] {
        width: 200px;
    }

}

/* End: Shrink down the nav-item to fit smaller screen without creating a scroll bar*/
/* _content/BlazorAuction2/Pages/BidderPages/Shared/TopNavAuthorizeViewTopRight.razor.rz.scp.css */
/* remove border from hamburger */
.navbar-light .navbar-toggler[b-qu416sg0na] {
    border: 0;
}

.nav-item[b-qu416sg0na] {
    margin-left: 1rem;
}

.nav-item a:hover[b-qu416sg0na] {
    color: #24aef1;
    background-color: initial;
}

.nav-item a[b-qu416sg0na] {
    color: #2C3240;
}

.border-bottom-orange[b-qu416sg0na] {
    padding: 10px;
    background-color: #F7FDFF;
    border: 0;
    border-bottom: 3px solid #F57131;
}

.dropdown:hover .dropdown-menu[b-qu416sg0na] {
    display: block;
}

.my-nav-bg[b-qu416sg0na] {
    background-image: url("images/headerbg2.png");
    background-size: 100% 100%;
}

.hover-acid:hover[b-qu416sg0na] {
    background: #a6c16d !important;
}

.owl-logo[b-qu416sg0na] {
    width: 280px;
}

.owl-logo-mobile[b-qu416sg0na] {
    width: 180px;
}

@media (max-width: 991.98px) {
    .my-nav-bg[b-qu416sg0na] {
        background-image: none;
    }

    .nav-item[b-qu416sg0na] {
        font-size: 18px !important;
        margin-left: 20px;
        border-bottom: 1px solid #dee2e6 !important;
        padding: 10px 15px;
    }

    .dropdown-menu li[b-qu416sg0na] {
        font-size: 18px !important;
        margin-left: 20px;
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    /* hide the drop down arrow on mobile */
    .dropdown-toggle[b-qu416sg0na]::after {
        content: none;
    }
}


/* Begin: Shrink down the nav-item to fit smaller screen without creating a scroll bar*/

@media (max-width: 1360px) {
    #navbar-no-auction-root[b-qu416sg0na] {
        font-size: 14px;
    }

    .nav-item[b-qu416sg0na] {
        margin-left: 0.75rem;
    }

    .btn[b-qu416sg0na] {
        font-size: 14px;
    }

    .owl-logo[b-qu416sg0na] {
        width: 220px;
    }
}

@media (max-width: 1230px) {
    #navbar-no-auction-root[b-qu416sg0na] {
        font-size: 12px !important;
    }

    .nav-item[b-qu416sg0na] {
        margin-left: 0.5rem;
    }

    .btn[b-qu416sg0na] {
        font-size: 12px;
    }
}

@media (max-width: 1130px) {
    #navbar-no-auction-root[b-qu416sg0na] {
        font-size: 12px !important;
    }

    .nav-item[b-qu416sg0na] {
        margin-left: 0.0rem;
    }

    .btn[b-qu416sg0na] {
        font-size: 12px;
    }

    .owl-logo[b-qu416sg0na] {
        width: 200px;
    }

}


/* End: Shrink down the nav-item to fit smaller screen without creating a scroll bar*/
/* _content/BlazorAuction2/Pages/BidderPages/Shared/TopNavDesktop2.razor.rz.scp.css */
/* remove border from hamburger */
.navbar-light .navbar-toggler[b-ehh0omb364] {
    border: 0;
}

.nav-item[b-ehh0omb364] {
    margin-left: 1rem;
}

.nav-item a:hover[b-ehh0omb364] {
    color: #24aef1;
    background-color: initial;
}

.nav-item a[b-ehh0omb364] {
    color: #2C3240;
}

.border-bottom-orange[b-ehh0omb364] {
    padding: 10px;
    background-color: #F7FDFF;
    border: 0;
    border-bottom: 3px solid #F57131;
}

.dropdown:hover .dropdown-menu[b-ehh0omb364] {
    display: block;
}

.my-nav-bg[b-ehh0omb364] {
    background-image: url("images/headerbg2.png");
    background-size: 100% 100%;
}

.hover-acid:hover[b-ehh0omb364] {
    background: #a6c16d !important;
}

.owl-logo[b-ehh0omb364] {
    width: 280px;
}

.owl-logo-mobile[b-ehh0omb364] {
    width: 180px;
}

@media (max-width: 991.98px) {
    .my-nav-bg[b-ehh0omb364] {
        background-image: none;
    }

    .nav-item[b-ehh0omb364] {
        font-size: 18px !important;
        margin-left: 20px;
        border-bottom: 1px solid #dee2e6 !important;
        padding: 10px 15px;
    }
    
    .dropdown-menu li[b-ehh0omb364] {
        font-size: 18px !important;
        margin-left: 20px;
        padding: 10px 15px;
    }

}

@media (min-width: 992px) {
    /* hide the drop down arrow on desktop */
    .dropdown-toggle[b-ehh0omb364]::after {
        content: none;
    }


}

#navbar-no-auction-root[b-ehh0omb364] {
    font-size: 18px;
}
/* Begin: Shrink down the nav-item to fit smaller screen without creating a scroll bar*/

@media (max-width: 1360px) {
    #navbar-no-auction-root[b-ehh0omb364] {
        font-size: 14px;
    }

    .nav-item[b-ehh0omb364] {
        margin-left: 0.75rem;
    }

    .btn[b-ehh0omb364] {
        font-size: 14px;
    }

    .owl-logo[b-ehh0omb364] {
        width: 220px;
    }
}

@media (max-width: 1230px) {
    #navbar-no-auction-root[b-ehh0omb364] {
        font-size: 12px !important;
    }

    .nav-item[b-ehh0omb364] {
        margin-left: 0.5rem;
    }

    .btn[b-ehh0omb364] {
        font-size: 12px;
    }
}

@media (max-width: 1130px) {
    #navbar-no-auction-root[b-ehh0omb364] {
        font-size: 12px !important;
    }

    .nav-item[b-ehh0omb364] {
        margin-left: 0.0rem;
    }

    .btn[b-ehh0omb364] {
        font-size: 12px;
    }

    .owl-logo[b-ehh0omb364] {
        width: 200px;
    }

}

@media (max-width: 400px) {
    #navbar-no-auction-root[b-ehh0omb364] {
        font-size: 12px !important;
    }

    .nav-item[b-ehh0omb364] {
        margin-left: 0.0rem;
    }

    .btn[b-ehh0omb364] {
        font-size: 12px;
    }

    .owl-logo-mobile[b-ehh0omb364] {
        width: 170px;
    }

}

/* End: Shrink down the nav-item to fit smaller screen without creating a scroll bar*/
/* _content/BlazorAuction2/Pages/BidderPages/Shared/TopNavDesktop3.razor.rz.scp.css */
.owl-logo[b-cn1szhalpu] {
    width: 280px;
}

.my-nav-bg[b-cn1szhalpu] {
    background-image: url("images/headerbg2.png");
    background-size: 100% 100%;
}
/* _content/BlazorAuction2/Pages/Test.razor.rz.scp.css */
/* _content/BlazorAuction2/Shared/Components/NativeDialog.razor.rz.scp.css */
.custom-backdrop[b-mj2xcpptbs]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
/* _content/BlazorAuction2/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hs3fo7hts6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hs3fo7hts6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hs3fo7hts6] {
    font-size: 1.1rem;
}

.oi[b-hs3fo7hts6] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-hs3fo7hts6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hs3fo7hts6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hs3fo7hts6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hs3fo7hts6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hs3fo7hts6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-hs3fo7hts6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hs3fo7hts6] {
        display: none;
    }

    .collapse[b-hs3fo7hts6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hs3fo7hts6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
