﻿/*@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("root.css");
body {
    color: var(--color-2) !important;
    padding: var( --padding-none);
    margin: var( --padding-none);
    position: relative;
    min-height: 100vh;
    overflow: auto;
    font-family: var(--font-family-base);
    font-size: var(--font-size-sm);
    background-color: var(--color-bg) !important;
}
.modal-body span.brandcolor-2 {
    color: var(--color-2) !important;
}
/* .modal-body span{
    color: var(--color-1) !important;
}*/
.btborder {
    border-top: 1px solid #301b0080;
}
.removebtn {
    background: var(--color-accent);
    color: var(--color-on-accent);
}

.h1, h1 {
    font-size: var(--font-size-xl);
}
h2, .h2 {
/*    color: var(--color-1);*/
    font-weight: 400;
    font-size: var(--font-size-lg);
}
.h4, h4 {
    font-size: var(--font-size-lg);
}

.dark-color, .dark-color label{
    color: var(--color-2) !important
}


.whitecolor{color:var(--color-on-accent)}
.custominput .form-control {
    color: var(--color-on-accent)
}
.h5, h5 {
    font-size: var(--font-size-md);
}
.h6, h6 {
    font-size: 0.85rem;
}
.btn {
    font-size: var(--font-size-base);
    border-radius: var(--border-radius-sm);
/*    min-width: 15vh;*/
}
.btn-border {
    border-radius: var(--border-radius-sm);
    border: var(--color-on-accent) var(--border-style);
}
.form-select::after {
    filter: brightness(100%) !important;
}

.mvc-grid-empty-row {
    text-align: center;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: var(--font-size-base);
    font-weight: 400;
    line-height: var(--line-height-base);
    color: var(--color-on-accent);
    background-color: #212529 !important;
    border: 1px solid #404040 !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:disabled, .form-control[readonly] {
    background-color:var(--color-2);
    opacity: 1;
}
.form-floating > label{}

.custominput .bg-dark-new {
    --bs-bg-opacity: 1;
    background-color: var( --color-on-bg);
}
/*a tag remove !important color*/
a {
    color: var(--color-2);
    text-decoration: none;
}
a:hover{color:var(--color-accent)}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.carousel-caption {
    left: 8%;
}
.form-floating > .form-control {
    color: var(--color-on-accent);
}

.container {
    display: flex;
    flex-flow: row wrap;
    width: 100% !important;
}

    .container .sidebar {
/*        background-color: #131313;*/
background:var(--color-on-bg);
        color: var(--color-on-accent);
        width: 15%;
        height: 100%;
        padding: var(--padding-none) var(--padding-sm);
        position: fixed;
        top: 0;
        left: 0;
        transition: width 0.1s ease-in-out;
        z-index: 100;
        overflow-y: auto;
    }

.modal-fullscreen .modal-body {
    overflow-y: auto;
    min-height: auto !important;
    max-height: 70vh !important;
}
.modal-content {
    background-color: #000;
}
.nav-link {
    color:var(--color-2)
/*    color: rgb(255 255 255 / 66%);*/
}
.nav-tabs .nav-link {
    margin: 0px 4px 0px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--color-2);
    border-bottom: 3px solid var(--color-accent);
    font-size: 1rem;
    font-weight: 700;
    
}
/*.nav-tabs .nav-link:focus,*/
.nav-tabs .nav-link:hover {
    /**border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;**/
    color: var(--color-bg);
    background-color: var(--color-2);
    border-bottom: 3px solid var(--color-accent);
}

.container .sidebar a {
    color: rgb(255 255 255 / 66%);
    text-decoration: none;
    opacity: 0.7;
}
    .container .sidebar a:hover {
        color: var(--color-on-accent);
        font-weight: 700;
    }
.container .sidebar .current {
    color: var(--color-bg);
    text-decoration: none;
    opacity: 100;
    font-weight: 700;
}

.container .sidebar .sidebartop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
    height: 55px;
}

    .container .sidebar .sidebartop .logo {
        width: 70%;
    }

        .container .sidebar .sidebartop .logo img {
            height: auto;
            width: 100%;
        }

    .container .sidebar .sidebartop .menu {
        width: 20%;
        text-align: end;
    }

        .container .sidebar .sidebartop .menu i {
            cursor: pointer;
            font-size: 1.75rem;
        }

    .container .sidebar .sidebartop .logo-mobile {
        display: none;
    }

.container .sidebar .search {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 1rem 0;
}

    .container .sidebar .search button {
        cursor: pointer;
        width: auto;
        background-color: transparent;
        border: 0;
        color: var(--color-on-accent);
        position: absolute;
        font-size: 1.25rem;
        left: 1.5rem;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .container .sidebar .search input {
        background-color: #404040;
        border: 0px;
        padding: var(--padding-one);
        border-radius: 0.5rem;
        width: calc(100% + var(--padding-one));
    }

        .container .sidebar .search input::placeholder {
            padding-left: 1.5rem;
        }

.container .sidebar nav ul {
    padding: 0;
    list-style: none;
}

    .container .sidebar nav ul li {
        display: block;
        align-items: center;
        padding: var(--padding-one) var(--padding-sm);
        position: relative;
        background-color: transparent;
        transition: background-color 0.25s ease-in-out;
    }

        .container .sidebar nav ul li a {
            display: block;
        }

            .container .sidebar nav ul li a i {
                font-size: 1.25rem;
            }

            .container .sidebar nav ul li a .text {
                position: relative;
                left: 1rem;
                top: -0.2rem;
            }

/************************/

.icons {
    border: 1px solid #ffffff61 !important;
    float: left;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 1px solid;
    border-radius: 100px;
    margin: 10px 3%;
    padding: 7px 10px 10px 10px !important;
}

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
.short .container .sidebar nav .Custom .border {

    border-radius: 5px;
}
/*.short .container .sidebar nav .Custom .border {
    text-align: center;
    width: 64px;
    border: 1px solid;
    border-radius: 100px;
    margin: 10px 20px;
    margin: 10px 12px;
    padding: 16% 21%;
}*/

/*.short .container .sidebar nav .Custom .border {
    text-align: center;
    width: 50px;
    border: 1px solid;
    border-radius: 100px;
    margin: 10px 20px;
    margin: 10px auto;
    padding: 11% 20%;
}*/
.short .container .sidebar nav .Custom .border {
    text-align: center;
    width: 50px;
    border: 1px solid;
    border-radius: 100px;
    margin: 10px 20px;
    margin: 10px 22px;
    padding: 9% 18%;
}


    .short .container .sidebar nav .Custom .border .username {
        display: none;
    }

/*.short .container .sidebar nav .Custom .icons {
    margin: 10px 16px;
}*/
.short .container .sidebar nav .Custom .icons {
    margin: 10px 26%;
}

.mvc-grid > table > thead > tr > th, .mvc-grid > table > tbody > tr > td, .mvc-grid > table > tfoot > tr > td {
    border: 1px solid #4d4d4d !important;
}

.mvc-grid-header-mode .mvc-grid-value {
    background-color: #222 !important;
    color: #fff !important;
}

.mvc-grid-sort::before {
    opacity: 0.50 !important;
}


.mvc-grid-sort::after {
    color: #fff !important;
}

.mvc-grid-excel-mode .filterable .mvc-grid-sort, .mvc-grid-header-mode .filterable .mvc-grid-sort {
    border: 1px solid #ccc !important;
}

.mvc-grid-sort span {
    color: #fff !important;
}

.mvc-grid-header-mode .mvc-grid-filter {
    background: #222222 !important;
    border: 1px solid #ccc !important;
}

.mvc-grid-filter::before {
    color: #fff !important;
    opacity: 0.50 !important;
}

.mvc-grid-popup {
    background-color: #222222 !important;
    border: 1px solid #cccccc !important;
}

    .mvc-grid-popup .mvc-grid-value, .mvc-grid-popup .mvc-grid-method, .mvc-grid-popup .mvc-grid-operator {
        background-color: #222222 !important;
        color: #fff !important;
    }


/********************************/


.container .sidebar nav .Custom {
    margin-top: 60%;
    margin-bottom: 0%;
}

.borderline {
    border: 1px solid #ffffff21 !important;
    margin-top: 9vh;
}

.short .borderline {
    display: block;
    /*margin-top: 23vh;*/
    margin-top: 15rem;
}

.short .container .sidebar nav .Custom {
    margin-bottom: 1rem;
}

.container .sidebar nav .Custom .border {
    border: 1px solid #ffffff61 !important;
    padding: 6% 6% 6% 10%;
    border-radius: 100px;
}


.container .sidebar nav .Custom li a .text {
    position: relative;
    left: 1rem;
    top: -0.2rem;
    font-weight: bold;
}

.container .sidebar .account {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: calc(100% - 2rem);
    /**position: absolute;**/
    bottom: 1rem;
    margin-top: 6rem;
}

    .container .sidebar .account .avatar {
        margin-right: 1rem;
        width: 20%;
    }

        .container .sidebar .account .avatar img {
            border-radius: 50%;
            height: 50px;
            width: 50px;
        }

    .container .sidebar .account .name {
        flex: 1 1 auto;
    }

        .container .sidebar .account .name h4 {
            padding: 0;
            margin: 0;
        }

    .container .sidebar .account .logout {
        flex: 1 1 auto;
        text-align: end;
    }

        .container .sidebar .account .logout i {
            font-size: 1.5rem;
        }

.container-fluid .main {
    margin-left: calc(13% + 2rem);
    padding: 1rem;
}

.short .sidebar {
    width: 120px;
    text-align: center;
    overflow-y: auto;
}

    .short .sidebar .logo, .short .sidebar .searchInput, .short .sidebar .text, .short .sidebar .avatar, .short .sidebar .name {
        display: none;
    }

    .short .sidebar .sidebartop {
        display: block;
        height: 75px;
    }

        .short .sidebar .sidebartop .logo-mobile {
            display: none;
        }

        .short .sidebar .sidebartop .menu {
            width: 100%;
            text-align: center;
        }

    .short .sidebar .text.hover {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.9);
        color: #333;
        padding: 0.5rem;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
        position: absolute;
        left: 3rem;
        top: 1rem;
        border-radius: 0.25rem;
    }

    .short .sidebar .account {
        display: block;
    }

        .short .sidebar .account .logout {
            width: 100%;
            text-align: center;
        }

    .short .sidebar .search {
        margin: 1.75rem -0.2rem;
    }

.short .main {
    margin-left: calc(5% + 2rem);
}

.searchWindow {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(51, 51, 51, 0.9);
    z-index: 1;
    top: 0;
    padding: 1rem;
    text-align: center;
    color: #fff;
    padding-top: 20vh;
    display: none;
}

    .searchWindow input {
        background-color: #bfbfbf;
        border: 0px;
        padding: 1rem 0.5rem;
        border-radius: 0.5rem;
        width: 60vw;
    }

        .searchWindow input::placeholder {
            padding-left: 0.5rem;
        }

    .searchWindow button {
        background-color: transparent;
        border: 2px solid #fff;
        font-size: 1rem;
        padding: 1rem 2rem;
        color: #fff;
        border-radius: 0.5rem;
        cursor: pointer;
    }

        .searchWindow button.cancelSearch {
            border: 0px;
            font-size: 2rem;
            position: absolute;
            top: 0;
            right: 2vw;
        }

    .searchWindow.active {
        display: block;
    }

.mt-50 {
    margin-top: 10rem;
}

.btn-light {
    color:var(--color-2);
    background-color: var(--color-1);
    border-color: var(--color-2);
}
    .btn-light:hover {
        background-color: var(--color-2);
        color: var(--color-bg);
        border-width: var(--border-normal);
        border-color: var(--color-2);
    }
/************ Responsiv css Start Ipad ***********/
@media (max-width: 992px) {
    #MaxbidUserName {
        color:var(--color-on-accent);
    }

    .short .borderline {
        display: block;
        font-variant margin-top: 13vh;
    }

    .container .sidebar {
        width: 18%;
        text-align: center;
    }


    .short .sidebar .text.hover {
        display: block !important;
        background-color: rgba(255, 255, 255, 0.9);
        color: #333;
        padding: 0.5rem;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
        position: absolute;
        left: 3rem;
        top: 1rem;
        border-radius: 0.25rem;
    }

    .container .sidebar .logo, .container .sidebar .searchInput, .container .sidebar .avatar, .container .sidebar .name {
        display: none;
    }

    .container .sidebar .sidebartop {
        display: block;
        height: auto;
    }

    .short .sidebar {
        width: 10vw
    }

    

        .container .sidebar .sidebartop .logo-mobile img {
            height: auto;
            width: 80%;
        }

    .container .sidebar .sidebartop .menu {
/*        display: inline-block;*/
display:inherit
    }



    .container .sidebar nav ul li {
        padding: 1rem 5px 0rem 0rem;
        text-align: left;
    }


        .container .sidebar nav ul li a {
            padding: 0.6rem 0;
        }

    .container .sidebar .account {
        display: block;
    }

        .container .sidebar .account .logout {
            width: 100%;
            text-align: center;
        }

    .container .sidebar .search {
        margin: 1.5rem -0.2rem;
    }

    .container .main {
        margin-left: calc(5% + 2rem);
    }

    .carousel-caption {
        right: 15%;
        bottom: -0.5rem;
    }
    table th, table td {
        white-space: nowrap;
    }
    .auctionbox .h4, h4 {
        font-size: var(--font-size-sm);
    }
    .auctionbox .h1, h1 {
        font-size: var(--font-size-sm);
    }
    .auctionbox .wincard {
        width: 80px;
        height: 100%;
    }
}

/************ Responsiv css Start Mobile ***********/

@media (max-width: 490px) {

    .btlogin {
        padding: 7px; 
    }

    .btsign {
        padding: 7px;
    }


    .container .sidebar {
        width:50%;
    }
        .container .sidebar nav .Custom .border {
            padding: 3% 6% 3% 7%;
        }

    .short .sidebar {
        width: 15vw;
    }

    .mt-50 {
        margin-top: 2rem;
    }

    .container .sidebar nav ul li {
        padding: 0;
    }

        .container .sidebar nav ul li a {
            padding: 1rem 0;
        }

        .container .sidebar nav ul li.border a {
            padding: 0rem 0;
        }


    .container .sidebar .search {
        margin-top: 4rem;
        margin-bottom: 3rem;
        margin-left: -0.5rem;
    }

    .container .main {
        margin-left: calc(8% + 2rem);
    }

    .searchWindow {
        padding: 0;
        padding-top: 10vh;
    }

        .searchWindow input {
            width: calc(100% - 2rem);
        }

        .searchWindow button {
            width: calc(100% - 1rem);
            margin-top: 0.5rem;
        }
}



/************ Responsiv css end ***********/

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: var(--color-text-1);
    background-color: var(--color-on-accent);
    border-color: var(--color-on-accent);
    cursor:pointer;
}


.btn-secondary {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    border-radius: 5px;
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.6;
}
.banner {
    background-image: url("/Images/Local_Banner.png");
    padding: 2rem;
    border-radius: 10px;
    color:var(--color-on-accent)
}

.closeB {
    font-size: 1.2rem;
    font-weight: bold;
}

    .closeB a {
        color: #fff;
        list-style-type: none;
    }

        .closeB a:hover {
            color: #fff;
            list-style-type: none;
        }

.feye {
    font-size: 1rem;
    color: #fff;
}

.tabelvh {
    height: 75vh !important;
    overflow-y: scroll !important;
}

.page-link {
    position: relative;
    display: block;
    color: #fff !important;
    text-decoration: none;
    background-color: #333 !important;
    border: 1px solid rgb(13, 13, 13) !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*.wincard {
    width: 100px !important;
    height: 100% !important;
}*/

.videoscreen {
    height: 60vh;
    border: #444 1px solid !important;
    border-radius: 5px;
}

.opacity {
    opacity: 0.5;
}


.list-group {
    border: 0px !important;
}

.list-group-item {
    margin-bottom: 1rem;
    background-color:var(--color-2);
    background-clip: border-box !important;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 0.25rem !important;
    color: #fff !important;
}


/*.ProductList {
    height: 80vh;
    overflow-y: scroll;
}*/
table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
}

    table th {
/*        background-color: #B8DBFD;*/
        color: var(--color-on-accent);
        font-weight: bold;
    }

    table th, table td {
        padding: 5px;
        border: 1px solid #ccc;

    }

    table, table table td {
        border: 0px solid #ccc;
    }


thead th {
    font-size: 0.9rem;
    font-weight: bold;
}

th {
    font-weight: 400;
}

.btsign {
    height: 40px;
    width: 100%;
    padding: var(--padding-sm);
    border-radius: var( --border-radius-sm);
}


.producth {
/*    max-height: 63vh;*/
    height: auto;
    border-radius: var( --border-radius-sm);
}


.btlogin {
    height: 40px;
    width: 100%;
    padding: var(--padding-sm);
    border-radius: var( --border-radius-sm);
    border-width: var(--border-normal);
    border-color: var(--color-1);
    background-color: var(--color-on-bg);
    border-style: var(--border-style);
}

    .btlogin:hover {
        background: var(--color-bg);
        color: var(--color-2)
    }
/*    .modal-content {
        background-color:var(--color-2);
        color: var(--color-on-accent);
        border-radius: var(--border-radius-sm);
    }*/
.modal-content {
    background-color: var(--color-1);
    color: var(--color-2);
    border-radius: var(--border-radius-sm);
}

.modal-header {
    border-bottom: 0px solid #ffffff29 !important;
}

.modal-footer {
    border-top: 1px solid #ffffff29 !important;
}

/*.form-control:focus {
    border-color: var(--color-on-accent);*/
/*    background-color: #212529 !important;*/
    /*box-shadow: none !important;
color: var(--color-on-accent);
}*/

.loginiinput .form-floating > label {
    color: var(--color-on-accent);
}
.form-control:focus {
    background-color: var(--color-2);
    border: 1px solid #000;
    color:var(--color-on-accent);
}
/*.customborder-radius .form-control:focus {
    background-color: #fff;
    border: 1px solid #000;
}*/
.customborder-radius .form-control:focus {
    background-color: var(--color-2);
    border: 1px solid #000;
    color: var(--color-on-accent);
}

input:focus-visible {
    border: var(--border-thin) var(--border-style) var(--color-on-accent);
}
.form-control {
    border-color: var(--color-light-40);
    background-color: var(--color-on-bg);
color: var(--color-on-accent);
    border-radius: var(--border-radius-sm);
    font-size: var(--font-size-sm);
}
.form-floating > label {
    color: var(--color-1);
}
.form-control:-webkit-autofill {
    background-color: yellow !important; /* Change this to your desired color */
    color: var(--color-on-accent) !important; /* Ensure text color is readable */
}
input:-internal-autofill-selected {
    background-color: yellow !important; /* Change this to your desired color */
    color: var(--color-on-accent) !important; /* Ensure text color is readable */
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--color-on-accent)!important;
    -webkit-box-shadow: 0 0 0px 1000px #301c03 inset !important;
    box-shadow: 0 0 0px 1000px #301c03 inset !important;
    color: var(--color-on-accent);
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    color:#ffff;
}
.pass.form-control:focus {
    background-color: var(--color-2);
    border: 1px solid #000;
}


#timepkr, #datepicker input {
    background-color: var(--color-2);
}
#AuctioneerProfile .form-control {
    color: var(--color-on-accent);
}
    #AuctioneerProfile .form-control:focus{
        background:var(--color-2)
    }

    .inputdatetime input {
        color: var(--color-on-accent) !important;
    }
.modal-body input {
    color: var(--color-on-accent)
}
.searchinput .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background: var(--color-2) !important;
}

.btn-outline-dark {
    color: var(--color-1);
}
.input-group-text {
    color: var(--color-on-accent);
    background-color: var(--color-2);
    border-top-left-radius: var(--border-radius-sm);
    border-bottom-left-radius: var(--border-radius-sm);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.eyeicon {
    position: absolute;
    top: 17px;
    left: 400px;
    cursor: pointer !important;
}

.Forgot {
    color: var(--color-2);
    list-style-type: none;
    text-decoration: none;
}
    .Forgot:hover {
        color: var(--color-text-2);
        list-style-type: none;
        text-decoration: none;
    }

.Bidder {
    width: 130px;
    height: 130px;
    border-radius: 10px;
    padding: 20px;
    border: #fff 1px solid;
}

.profilediv {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

    .profilediv img {
        border-radius: 100px;
        width: 90px;
        height: 90px;
    }

.form-control[type=file] {
    overflow: hidden;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 9999;
    top: 16px;
    left: 162px;
    border-radius: 100px;
    opacity: 0;
}

    .form-control[type=file]:hover {
        border: none !important;
        opacity: 0.5;
        transition: 0.5s;
        content: '' !important;
    }

.custom-file-input {
    color: transparent;
}

    .custom-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .custom-file-input::before {
        content: '' !important;
        color: black;
        display: inline-block;
        background: none !important;
        border: 0 !important;
        border-radius: 0px !important;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        cursor: pointer;
        text-shadow: none !important;
        font-weight: 700;
        font-size: 10pt;
    }

    .custom-file-input::after {
        content: url ('images/Camera.png') !important;
        color: black;
        display: inline-block;
        background: none !important;
        border: 0 !important;
        border-radius: 0px !important;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        cursor: pointer;
        text-shadow: none !important;
        font-weight: 700;
        font-size: 10pt;
    }

    .custom-file-input:hover::before {
        border-color: black;
    }

    .custom-file-input:active {
        outline: 0;
    }

        .custom-file-input:active::before {
            background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
        }

.selectbox {
    height: 130px;
    width: 130px;
    background: transparent;
    color: #fff;
    border: solid 2px #fff;
    font-size: 20px;
}

.textbtn a {
    text-decoration: none;
    color: var(--color-2);
    font-weight: 600;
}
    .textbtn a:hover {
        text-decoration: none;
        color: var(--color-accent);
        font-weight: 600;
    }

.table > :not(caption) > * > * {
    background: var(--color-2);
    color: var(--color-on-accent);
}
table {
    background-color: var(--color-2);
    color: var(--color-1);
}
.mvc-grid > table > thead > tr > th {
    color: var(--color-1);
    background: var(--color-2);
}



table th {
    color: #fff;
}

.datepicker td, .datepicker th {
    color: #fff;
}

.datepicker {
    padding: 2px !important;
}

    .datepicker .next.disabled, .datepicker .prev.disabled {
        visibility: visible;
    }


.text-divider {
    display: flex;
    align-items: flex-start;
    --text-divider-gap: 1rem;
    // set a customizable gap between label and lines
}


    .text-divider::after {
        content: '';
        height: 1px;
        /*        background-color: rgba(255, 255, 255, 0.4);*/
        background-color: rgb(48 26 3 / 26%);
        flex-grow: 1;
        margin-top: 1rem;
    }



    .text-divider::after {
        margin-left: var(--text-divider-gap);
    }



.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background-color: var(--color-2);
    border-color: var(--color-2);
    color: var(--color-1);
}
.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    color: var(--color-1);
}
h5.card-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-bg)
}
.card-body p {
    color: var(--color-bg)
}

.card {
    background: var(--color-on-bg);
    border-radius: var(--border-radius-sm);
}
.modal-body .card {
    background: var(--color-2) !important;
    border-radius: var(--border-radius-sm);
}

.necolorbg.table td{
    color: var(--color-on-accent);
}
form .set-toggle-password {
    position: absolute;
    left: 97.5% !important;
    top: 30% !important;
    font-size: 1.2rem;
    cursor: pointer;
}
.tagbutton {
    padding: var(--padding-sm);
    border-radius: var(--border-radius-sm);
    background: var(--color-on-bg);
    margin: var(--padding-sm);
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: var(--color-bg)
}

.tagbuttonAct {
    background: var(--color-on-accent);
    color: var(--color-2);
    cursor: pointer;
    border: 1px solid var(--color-2);
}

.tagbuttonActSubCat {
    background: var(--color-on-accent);
    color: var(--color-2);
    cursor: pointer;
    border: 1px solid var(--color-2);
}


.linkpage span {
    background: var(--color-on-accent);
    color: var(--color-2);
    padding: var(--padding-sm);
    border-radius: var(--border-radius-sm);
}

.linkpage a {
    color: var(--color-2);
    border: var(--border-thin) var(--border-style) var(--color-2);
    border-radius: var(--border-radius-none);
    text-decoration: none;
    padding: var(--padding-sm);
    display: inline-block;
    margin-bottom: var(--padding-sm);
}


    .linkpage a:hover {
        background: var(--color-on-accent);
        color: #000 !important;
        padding: var(--padding-sm);
        border-radius: var(--border-radius-none);
        transition: o.5s;
    }


@media only screen and (min-width: 320px) and (max-width: 767px) {

    .short .main {
        margin-left: calc(6% + 2.5rem) !important;
    }


/*    .btn-light {
        width: 100% !important;
    }*/

    .carousel-caption {
        right: 15%;
        bottom: 1.5rem !important;
    }

    form .set-toggle-password {
        position: absolute;
        left: 90% !important;
        top: 30% !important;
        font-size: 1.2rem;
        cursor: pointer;
    }

    .btlogin {
        padding: 6px !important;
    }

    .btsign {
        padding: 6px !important;
    }

    .short .container .sidebar nav .Custom .border {
        text-align: center;
        width: 100%;
        border: none !important;
        border-radius: 100px;
        margin: 0;
        padding: 0% 0%;
    }

    .short .container .sidebar nav .Custom .icons {
        text-align: center;
        width: 95%;
        border: none !important;
        border-radius: 100px;
        margin: 0;
        padding: 0% 0%;
        height:40px;
    }

/*    .container .sidebar nav .Custom .icons {
        width: 36px;
        padding: 8px 0px 0px 2.5vw !important;
    }*/

/*    .short .container .sidebar nav .Custom .icons {
        width: 36px;
        padding: 8px 0px 0px 0vw !important;
    }*/

    .container .sidebar nav .Custom .icons a {
        padding: 0px !important;
        position: relative;
        top: -2px;
    }

    .short .col-auto {
        flex: 1 0 auto !important;
    }

    .short .container .sidebar nav ul li a {
        text-align: center;
    }

    .container .sidebar nav ul li a {
        text-align: left;
    }

    .container .sidebar nav ul li {
        padding: 0;
    }

    .container .sidebar nav .Custom ul li a {
        padding: 10px;
    }

    .icons {
        width: 40px;
        height: 40px;
        border: none !important;
    }

    .container .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
/*        width: 47vw;*/
    }

    .short .container .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
/*        width: 17vw;
width:10vw*/
    }

    .borderline {
        border: 1px solid #ffffff21 !important;
        margin-top: 10vh;
        margin-bottom: 1rem;
    }

    .short .borderline {
        display: block;
        margin-top: 17vh;
    }

    .blankdiv {
        display: none;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1180px) {

    form .set-toggle-password {
        position: absolute;
        left: 95% !important;
        top: 30% !important;
        font-size: 1.2rem;
        cursor: pointer;
    }

/*    .container-fluid .main {
        margin-left: calc(20% + 2rem);
        padding: 1rem;
    }*/

    .blankdiv {
        display: none;
    }

    .short .main {
        margin-left: calc(4% + 2rem);
    }

    .container .sidebar nav .Custom {
        margin-top: 20%;
        margin-bottom: 0%;
    }

    .borderline {
        border: 1px solid #ffffff21 !important;
        margin-top: 6vh;
        margin-bottom: 1rem;
    }

    .short .borderline {
        border: 1px solid #ffffff21 !important;
        margin-top: 15vh;
        margin-bottom: 1rem;
    }

/*    .container .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
        width: 22%;
    }*/

    .short .container .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
        width: 8%;
    }

    .container .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .short .container .sidebar nav .Custom .border {
        text-align: center;
        width:6vw;
        border: none !important;
        border-radius: 100px;
        margin: 0;
        padding: 0% 0%;
    }

    .short .container .sidebar nav .Custom .icons {
        margin:0px 6%;
/*        text-align: center;
        width: 5vw;
        border: none !important;
        border-radius: 100px;
        margin: 0px 10px 10px -4px;*/
    }

    .short .col-auto {
        flex: 1 0 auto !important;
    }

    .short .container .sidebar nav ul li a {
        text-align: center;
        padding: 0px;
        position: relative;
        top: -5px;
    }



    .container .sidebar nav ul li a {
        text-align: left;
        padding: 0px;
    }

    #navLeft li {
        padding: 0px 0px 15px 0px !important;
    }

    .container .sidebar nav .Custom ul li a {
        padding: 10px;
    }

    .icons {
        width: 40px;
        height: 40px;
        border: none !important;
        margin: 10px 2%;
    }

    .container .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
    }
    
}

@media (min-width: 1920px) and (max-width: 2560px) {
    form .set-toggle-password {
        left: 98% !important;
    }
}


/*---Create Auction page input---*/
.left-top-bottom-bor-rad {
    border-top-left-radius: var(--border-radius-none);
    border-bottom-left-radius: var(--border-radius-none);
}

.customborder-radius {
    border-radius: var(--border-radius-sm);
    border: 2px solid #dee2e6;
}
ul.parsley-errors-list {
    padding-left: 0;
    list-style: none;
    color: var(--color-text-2);
}
.parsley-custom-error-message {
    list-style: none;
    list-style: none;
    color: var(--color-text-2);
}

/*----Add Product page ---*/
.addproduct .file-message {
    color: #fff;
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addproduct .file-input: :-webkit-file-upload-button {
    visibility: hidden;
}

.addproduct .file-input::before {
    content: 'Add Product Images';
    display: inline-block;
    background: var(--color-2);
    color: var(--color-on-accent);
    margin-top: 1.2rem;
    padding: 1.2rem 2rem;
    border-radius: 5px;
    outline: none;
    text-align: center;
    -webkit-user-select: none;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}
.rightbrno{border-top-right-radius:0px !important;  border-bottom-right-radius:0px !important}

.addproduct .file-input:hover::before {
    border-color: black;
}

.addproduct .file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.addproduct .imgpreview {
    padding: 10px;
    max-height: 450px;
    overflow-y: auto;
}

/*.addproduct input[type=button] {
    background-color: transparent;
    background-image: url(/Images/trash01.png);
    border: 0;
    width: 30%;
    background-repeat: no-repeat;
}*/
.addproduct input[type=button] {
    background-color: transparent;
    background-image: url(/Images/trash01.png);
    border: 0;
    width: 65%;
    background-repeat: no-repeat;
    background-position: center;
}

.addproduct .card-img, .card-img-top {
    height: 280px;
    object-fit: cover;
}


/*----*/
.regtogglediv form .reg-toggle-password {
    position: absolute;
    left: 93%;
    top: 27%;
    font-size: 1.2rem;
    cursor: pointer;
}

.regtogglediv : :-ms-reveal {
    display: none
}


/*---Invoice Index page---*/
.invoicepage .white {
    color: #FFF
}

.invoicepage #dvDownloadInvoice {
    visibility: hidden;
    height: 0px;
}

.invoicepage .scrollmodule {
    height: auto;
    max-height: 70vh;
    overflow-y: auto;
}

.invoicepage .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: var(--border-radius-sm);
    border-bottom-right-radius: var(--border-radius-sm);
}

.invoicepage .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.baner {
    background-image: url('/images/Local_Banner.png');
    color: #fff;
}
.auctionbox h4{color:var(--color-1)}
.invoicepage .mvc-grid-page-sizes select {
    border: 0;
    padding: 0.5em;
    font: inherit;
    background: #222;
    color: #ffff;
}

.invoicepage .mvc-grid-pager .disabled, .invoicepage .mvc-grid-pager .disabled:focus, .invoicepage .mvc-grid-pager .disabled:hover {
    background-color: #222;
    cursor: not-allowed;
    color: #fff;
    outline: 0;
    border: none;
    margin-top: 2rem;
}

.invoicepage .mvc-grid-title {
    display: inline-block;
    font-size: 1.1rem;
}
/*---Favorite---*/

.page-Current {
    background: var(--color-2);
    color:var(--color-on-accent) !important;
    font-weight: bold;
}
.customprimarybtn .btn-outline-primary {
    color: var(--color-on-accent);
    border-color: var(--color-on-accent);
}

    .customprimarybtn .btn-outline-primary:hover {
        color: #000 !important;
        background: var(--color-on-accent);
        border-color: var(--color-on-accent);
    }

/*--- BidderInvoice page internal CSS---*/
.invoicepage #dvDownloadInvoice {
    visibility: hidden;
    height: 0px;
}
.invoicepage .mvc-grid-page-sizes select {
    border: 0;
    padding: 0.5em;
    font: inherit;
    background: #222;
    color: var(--color-on-accent);
}
.invoicepage .mvc-grid-pager .disabled, .invoicepage .mvc-grid-pager .disabled:focus, .invoicepage .mvc-grid-pager .disabled:hover {
    background-color: #222;
    cursor: not-allowed;
    color: var(--color-on-accent);
    outline: 0;
    border: none;
    margin-top: 2rem;
}
.invoicepage .mvc-grid-title {
    display: inline-block;
    font-size: 1.1rem;
}
/*-----*/
imgpreview {
    padding: 10px;
    max-height: 450px;
    overflow-y: auto;
}
.imgpreview img:hover {
    opacity: 0.3;
    transition: ease-in-out 0.5s;
}
.tpicker {
    width: auto;
    height: auto;
    position: absolute;
    background-color: #212529 !important;
    border-radius: 3px;
    box-shadow: 0px 2px 3px black;
    float: left;
    display: none;
    padding: 15px;
    z-index:99;
}
.pk1 {
    float: left;
    width: 90%;
    margin: 0 5%;
}

.hr {
    text-align: center;
    width: 30%;
    float: left;
}

.hr i {
font-weight: bold;
text-align: center;
width: 100%;
font-size: 23px;
}

.hr i:hover {
cursor: pointer;
color: red;
}

.hr a:hover {
cursor: pointer;
background-color: lightgrey;
}

.hr a {
color: lightslategray;
padding: 2px;
border-radius: 2px;
text-decoration: none;
font-size: 18px;
width: 100%;
text-align: center;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
                                                                                                                                                                        supported by Chrome and Opera */
}

.hr a:hover {
color: #fff;
background-color: transparent;
transition: 0.5s;
}

.pk1 .dot {
width: 100%;
float: left;
}

.pk1 .dot2 {
margin-top: 10px;
width: 10%;
text-align: center;
float: left;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
                                                                                                                                                                        supported by Chrome and Opera */
}

.pk1 .dot button {
width: 100%;
margin-top: 22px;
}

.pk2 {
display: none;
}

.pk2 table {
margin: 0px;
padding: 0;
}

.pk2 table td {
text-align: center;
border-radius: 2px;
border: none !important;
color: lightslategray;
}

.pk2 table td:hover {
background-color: transparent;
cursor: pointer;
color: #fff;
transition: 0.5s;
}

.table-bordered > :not(caption) > * {
border: none !important;
}
label {
    font-size: var(--font-size-md);
    display: inline-block;
    font-weight: 700;
}
/*form i {
position: revert !important;
}
*/
.timebtn, .righttopbottom.input-group-text {
    color: var(--color-on-accent);
    background: var(--color-2);
    opacity: 1 !important;
    border: 1px solid var(--color-1);
    border-right: 0px;
    border-top-left-radius: var(--border-radius-sm);
    border-bottom-left-radius: var(--border-radius-sm);
}
.righttopbottom {
    border-top-right-radius: var(--border-radius-none);
    border-bottom-right-radius: var(--border-radius-none);
}
.disabled {
    pointer-events: none;
    opacity: .65;
}
form .toggleclss .toggle-password, form .toggleclss .toggle-password1 {
    position: absolute;
    left: 93%;
    top: 38%;
    font-size: 1.2rem;
    cursor: pointer;
    color:var(--color-on-accent)
}
: :-ms-reveal {
    display: none
}


/*----------*/
.registration .profile-pic {
    width: 200px;
    min-height: auto;
    display: inline-block;
}

.registration .file-upload {
    display: none;
}


.registration select:-webkit-autofill,
.registration select:-webkit-autofill:hover,
.registration select:-webkit-autofill:focus,
.registration select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 40rem #000 inset !important;
    -webkit-text-fill-color: #fff;
    background-color: #212529 !important;
}

.registration .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.registration img {
    max-width: 100%;
    height: 100%;
}

.registration .p-image {
    width: 140px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.registration .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.registration .upload-button {
    font-size: 1.2em;
}

.registration .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.notificationpage .form-control[type=file] {
    left: 326px !important;
}

.set {
    background: #fff !important;
}

.set a {
    color: #000 !important;
}


.cinput.form-control[type=file] {
    left: 92px;
    top: 14px;
}
.settingpage form .set-toggle-password {
    position: absolute;
    left: 98%;
    top: 30%;
    font-size: 1.2rem;
    cursor: pointer;
}

.settingpage .form-select {
    color: #fff;
    background-color: #212529;
    border: none;
}


.settingpage .profile-pic {
    width: 200px;
    min-height: auto;
    display: inline-block;
}

.settingpage .file-upload {
    display: none;
}

.settingpage .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.settingpage img {
    max-width: 100%;
    height: 100%;
}

.settingpage .p-image {
    width: 120px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

    .settingpage .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

.settingpage .upload-button {
    font-size: 1.2em;
}

    .settingpage .upload-button:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        color: #999;
    }

.settingpage  : :-ms-reveal {
    display: none
}
.notificationpage .alert-primary {
    text-align: left;
}

.username {
    white-space: nowrap ;
    overflow: hidden ;
    text-overflow: ellipsis;
}
.set .top-0 {
    top: -10px !important;
}
/*@media(max-width:991px){
    .btn {
        
    }

    .addproduct .file-input::before {
        padding: var(--padding-md);
    }
}*/
@media (min-width: 576px) {
    .card-img-top {
        height: 170px;
        object-fit: cover;
    }
}
/*.btn-group-vertical > .btn, .btn-group > .btn {
    min-width: 3vw;
}*/


/*Jun 2024 update*/
.productp {
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-1);
}
/*border-light {
    border-color: var(--color-2);
}*/
.border {
    border: 1px solid var(--color-2) !important;
}
h6.productp {
    font-size: clamp(12px, 2vw, 1rem);
}

.card-img, .card-img-bottom {
    height: 96px;
    object-fit: cover
}
#bidDynamicBtn input[type=button] {
    background-image: none;
    width: auto;
    width: 32%;
    background: var(--color-success)
}
    #bidDynamicBtn input[type=button]:last-child{
        margin-right:0;
    }

    input[type=button] {
        background-color: transparent;
        background-image: url(/Images/trash01.png);
        border: 0;
        width: 90%;
        background-repeat: no-repeat;
    }

#PartialLoad {
/*    min-height: 47vh;*/
/*    overflow-y: scroll;*/
}
    #PartialLoad input[type=button] {
        background-position:right;
    }
        .productDiv a {
    text-decoration: none;
    color: #fff !important;
}


.ms-n5 {
    margin-left: -40px;
    background-color: transparent !important;
    border: none !important;
}

.baner {
    background-image: url('/Images/Local_Banner.png');
    color: #fff;
}


/*This is to hide the default hide/show option in the Microsoft Edge Browser*/
::-ms-reveal {
    display: none
}


/*Below style move from WhoAreYou.css file*/
.selectbox {
    height: 130px;
    width: 130px;
    background: transparent;
    color: #fff;
    border: solid 2px #fff;
    font-size: 20px;
}



/*mobile table style*/
@media screen and (max-width: 992px) {
    .responsivetablediv table {
        border: 0;
    }

        .responsivetablediv table caption {
            font-size: 1.3em;
        }

        .responsivetablediv table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

    .responsivetablediv .resthead {
        display: none
    }

    .responsivetablediv table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 1em;
    }

    .responsivetablediv table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        min-height: 45px;
    }
        .responsivetablediv table td:first-child {
            border-top: 0px solid #ddd;
        }
        /*    .datepicker table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 1em;
    }

    .datepicker table td {
        display: inline;
    }*/
        .responsivetablediv table td span::before {
            /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
            content: attr(data-custom-attribute);
            float: left;
            font-size: 16px;
            font-weight: bold;
            text-transform: capitalize;
        }

        .responsivetablediv table td:last-child {
            border-bottom: 0;
        }
}
/**/




input.parsley-success, select.parsley-success, textarea.parsley-success {
    /*    color: #468847 !important;*/
    color: var(--color-on-accent) !important;
    background: var(--color-2);
}
input.parsley-error, textarea.parsley-error {
/*    color: #B94A48 !important;*/
color:var(--color-on-accent)
}

select{
    background-color:var(--color-2) !important;
}
.parsley-custom-error-message {
    color: var(--color-text-2)
}
select {
    -webkit-appearance: listbox;
    appearance: auto !important;
}
.zg_autoplay_wrapper{
    color:var(--color-on-accent) !important;
}
.btn-outline-secondary h6{
    color:var(--color-on-accent);
    font-size:16px;
    margin-bottom:0px;
}
#txtLiveComment {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
#stopPublish h6{margin-bottom:0px; font-size:1rem;}