@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

/*Below code not used*/
/*body {
    overflow: hidden !important;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 100vh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    background-color: #000;
}*/ 

.container {
    display: flex;
    flex-flow: row wrap;
    width: 100% !important;
}

.container .sidebar {
    background-color: #131313;
    color: #fff;
    width: 15%;
    height: 100%;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    transition: width 0.1s ease-in-out;
    z-index: 100;
}

        .container .sidebar a {
            color: #ffffff52;
            text-decoration: none;
        }

        .container .sidebar .current {
            color: #fff;
            text-decoration: none;
        }

/*        .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: #fff;
                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: 1rem;
                border-radius: 0.5rem;
                width: calc(100% + 1rem);
            }

                .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: 1.25rem;
                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: 55px;
    height: 55px;
    border: 1px solid;
    border-radius: 5px;
    margin: 10px 10px;
    padding: 10px !important;
}

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }
/*Below code repeted in the onboaring.css*/
/*.short .container .sidebar nav .Custom .border {
    text-align: center;
    width: 64px;
    border: 1px solid;
    border-radius: 5px;
}*/



/********************************/


/*.container .sidebar nav .Custom {
    margin-top: 60%;
    margin-bottom: 30%;
}*/

.borderline {
    border: 1px solid #fff !important;
    margin-top: 10px;
}

.short .borderline {
    display: none;
}

.short .container .sidebar nav .Custom {
    margin-bottom: 15rem;
}

/*.container .sidebar nav .Custom .border {
    border: 1px solid #ffffff61 !important;
    padding: 6% 6% 6% 10%;
    border-radius: 5px;
}*/


.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: 5%;
    text-align: center;
}

    .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(3% + 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;
    }

/*Below style repeted in Onbarding.css*/
/*.btn-primary {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
*/
.btn-secondary {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
    border-radius: 10px;
}

.card-text {
    opacity: 0.6;
}

/*.productp {
    margin-bottom: 0.5rem;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}*/

.banner {
    background-image: url("/Images/Local_Banner.png");
    padding: 2rem;
    border-radius: 10px;
}

.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;
}

.productDiv {
    min-height: 135px !important;
    max-height: auto;
}

/*.wincard {
    width: 100px !important;
}*/

.videoscreen {
    height: 53.5vh;
    border: #444 1px solid !important;
    border-radius: 5px;
    overflow-y: hidden;
}

.opacity {
    opacity: 0.5;
}


.list-group {
    border: 0px !important;
}

.list-group-item {
    margin-bottom: 0.3rem;
    background-color: #222;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    color: #fff;
}


/*.ProductList {
    height: 80vh;
    overflow-y: scroll;
}*/

thead th {
    font-size: 0.9rem;
    font-weight: bold;
}

th {
    font-weight: 400;
}


/*Below class repeted in the Onboarding.css*/
/*.btsign {
    width: 100%;
    padding: 15px !important;
    border-radius: 5px !important;
}
*/
/*Below code repeted in the Onboarding.css*/

/*.btlogin {
    width: 100%;
    padding: 15px !important;
    border-radius: 5px !important;
    border: 2px solid #fff !important;
    background-color: #131313 !important;
}*/


/*Below code repeted in onbording.css*/
/*.modal-content {
    background-color: #131313 !important;
    color: #fff !important;
}*/

/*.modal-header {
    border-bottom: 1px solid #ffffff29 !important;
}

.modal-footer {
    border-top: 1px solid #ffffff29 !important;
}

.form-control:focus {
    border-color: #ffffff !important;
    background-color: #212529 !important;
    box-shadow: none !important;
    color: #fff !important;
}*/
/*Below style repeted in onboarding.css - line 730*/
/*.form-control {
    border-color: #ffffff40 !important;
    background-color: #212529 !important;
    color: #fff !important;
}*/

/*.btn-outline-dark {
    color: #fff !important;
}*/

.eyeicon {
    position: absolute;
    top: 17px;
    left: 400px;
    cursor: pointer !important;
}

.Forgot {
    color: #fff;
    list-style-type: none;
    text-decoration: none;
}

    .Forgot:hover {
        color: #fff;
        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;
}

    .profilediv img {
        border-radius: 5px;
        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: 5px;
    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;
}

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 40rem #000 inset !important;
    -webkit-text-fill-color: #fff;
}
*/
/*.username {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield !important;
}

.titlebanner {
    background-image: url("/Images/Local_Banner.png");
    padding: 3rem 1rem;
    color: #fff;
    font-weight: 500;
}



/*.btborder {
    border: 1px solid #ffffff2b;
}*/

.fixhight {
    height: 69vh;
    overflow-y: auto;
    margin-bottom: 2rem;
}

.min-vh-15 {
    height: 15vh;
}

.min-vh-10 {
    height: 10vh;
}
/*---below sttyle repeted in onboardign.css*/
/*.input-group-text {
    color: #fff !important;
    background-color: #212529 !important;
    border: 1px solid #404040 !important;
}*/


.card-img, .card-img-top {
    height: 280px;
    object-fit: cover;
}

/*.productp {
    margin-bottom: 0.5rem;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}*/


.card-img, .card-img-bottom {
    height: 96px;
    object-fit: cover
}

/*.textbtn a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}*/

   



/*.linkpage span {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 3px;
}

.linkpage a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin-bottom: 0.5rem;
}


    .linkpage a:hover {
        background: #fff;
        color: #000 !important;
        padding: 10px;
        border-radius: 3px;
        transition: o.5s;
    }
*/

/*below code repeted*/
/*#PartialLoad {
    max-height: 45vh;
    overflow-y: auto;
}*/

#SelectedProduct {
    max-height: 45vh;
    overflow-y: auto;
}


/* width */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
}
/* Track */
::-webkit-scrollbar-track {
    background: #494949;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: darkgrey;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #fff;
    }

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





/*------------AmolM----------------------------*/
form .toggle-password, form .toggle-password1, form .set-toggle-password {
    top: 23% !important;
}

.cusbtn {
    position: relative;
    right: -10px;
    top: -26px;
}

.cstbtn-mo {
    width: 15%;
}

.ui-widget-content {
    margin-left: 0px;
    padding-left: 0;
}

    .ui-widget-content li {
        max-width: 288px;
        list-style: none;
        display: block;
        background: #797979;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
    }

.sticky-top {
    z-index: 0 !important
}

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 1px !important;
}

.cutmb-4 {
    margin-bottom: 4rem;
}

.short .container .sidebar nav .Custom .border .usercolsp {
    width: 100%;
}

.carousel-caption {
    left: 15%;
}

.daterangepicker .drp-calendar.left {
    padding: 0 !important;
}

.daterangepicker .drp-calendar.right {
    padding: 0 !important;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: transparent !important;
    border-color: transparent;
    color: #999 !important;
}

.mvc-grid-title {
    display: inline-block;
    text-align: left;
}


/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .nav {
        flex-direction: row;
        align-items: center;
    }

    .nav-link {
        padding: 0.5rem 0.8rem;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
        font-size: 0.9rem;
    }
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
    form .toggle-password, form .toggle-password1, form .set-toggle-password {
        top: 23% !important;
        left: 90% !important
    }

    .nav {
        flex-direction: row;
        align-items: center;
    }

    .nav-link {
        padding: 0.5rem 0.7rem !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
        font-size: 0.8rem !important;
    }

    .form-control[type=file] {
        left: 160px !important;
    }

    .cutmb-4 {
        margin-bottom: 0rem;
    }
}

@media (min-width: 768px) {
    .cinput.form-control[type=file] {
        left: -1px !important;
        top: -3px;
    }

    form .toggle-password, form .toggle-password1, form .set-toggle-password {
        top: 23%;
        left: 95%;
    }

    form .set-toggle-password {
        left: 95% !important;
    }

    .carousel-caption {
        left: 2%;
    }
}

@media (min-width: 992px) {
    .custfnt {
        font-size: calc(1.375rem + 1.2vw);
    }

    .cinput.form-control[type=file] {
        left: -1px !important;
        top: -3px;
    }

    form .toggle-password, form .toggle-password1, form .set-toggle-password {
        top: 23%;
        left: 95%;
    }
}

@media (min-width: 564px) {
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 2px !important;
    }
}

/*1280 x 800*/
@media screen and (min-width: 800px) and (max-width: 1280px) {
    .custbtn {
        font-size: 14px;
    }
}




