﻿body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
    background: #F0F3F4;
    color: #0e1726;
    font-size: 14px;
}

    body.modal.show {
        overflow: hidden !important;
    }

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #455a64;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-weight-600 {
    font-weight: 600;
}

.HeaderLogoSize {
    width: 140px;
}

.navbar-top {
    width: 100%;
    position: fixed;
    z-index: 1000;
}

.content {
    margin-top: 70px !important;
}

.LogoSize {
    width: 260px;
    margin: 0 36px 0 36px;
}

.PrimaryColor {
    color: #EE216D;
}

.PrimaryButton {
    background-color: #EE216D !important;
    border-color: #EE216D !important;
    color: #fff !important;
}

    .PrimaryButton:hover {
        box-shadow: 0 14px 26px -12px rgba(238, 33, 109,0.42), 0 4px 23px 0 rgba(238, 33, 109, 0.12), 0 8px 10px -5px rgba(238, 33, 109, 0.2) !important;
    }

.PrimaryButtonOutline {
    color: #EE216D !important;
    border-color: #EE216D !important;
}

    .PrimaryButtonOutline:hover {
       
        background-color: transparent;
        border-color: #EE216D !important;
        color: #EE216D !important;
        box-shadow: -1px 1px 3px 2px #ee216d52;
    }

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 33, 109, 0.5) !important;
}

label {
    color: #6E6E6E !important;
}

.card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(121, 121, 121, 0.16), 0 2px 10px 0 rgba(154, 154, 154, 0.12);
    box-shadow: 0 2px 5px 0 rgba(121, 121, 121, 0.16), 0 2px 10px 0 rgba(154, 154, 154, 0.12);
    border: none !important;
    margin-bottom: 20px;
    border-radius: 0.25rem;
    background-color: #ffffff !important;
}

.card-flex {
    display: block;
}

.CardBg {
    border-radius: 5px;
}

    .CardBg:hover {
        box-shadow: 1px 1px 6px rgba(1, 51, 178, 0.2);
    }

.LoginCardTop {
    top: 80px;
}

.LoginSpacing {
    padding: 25px 50px;
}

.SecondaryColor {
    color: #455a64;
}

.ForgotSpacing {
    margin-top: -8px;
}

input.form-control:focus {
    border-color: rgba(154,154,154,0.2) !important;
    box-shadow: 0 0 0 0.2rem rgba(154, 154, 154, 0.2) !important;
}

select.form-control:focus {
    border-color: rgba(154,154,154,0.2) !important;
    box-shadow: 0 0 0 0.2rem rgba(154, 154, 154, 0.2) !important;
}

textarea.form-control:focus {
    border-color: rgba(154,154,154,0.2) !important;
    box-shadow: 0 0 0 0.2rem rgba(154, 154, 154, 0.2) !important;
}

button.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(238,33,109,0.3) !important;
}
/*Checkbox*/
.CheckboxContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #455a64;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 8px 0 0 0;
}

    .CheckboxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.PrimaryCheckbox {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid rgba(238, 33, 109, 0.6);
    border-radius: 5px;
}

.CheckboxContainer:hover input ~ .PrimaryCheckbox {
    background-color: #f2f2f2;
}

.CheckboxContainer input:checked ~ .PrimaryCheckbox {
    background-color: #EE216D;
    border-color: rgba(238, 33, 109, 0.6);
}

.PrimaryCheckbox:after {
    content: "";
    position: absolute;
    display: none;
}

.CheckboxContainer input:checked ~ .PrimaryCheckbox:after {
    display: block;
}

.CheckboxContainer .PrimaryCheckbox:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: 0.5px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.NavbarBg {
    background-color: #fcfeff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 1px 2px -1px rgba(0,0,0,.2);
}

.BackButton {
    color: #adadad;
}

.BackArrow {
    font-size: 18px;
    vertical-align: middle;
    margin-top: -1px;
}

.RegisterButton {
    margin-top: 50px;
}

.ForgotPasswordSpacing {
    margin: 50px 0px 30px 0px;
}

.TextSpacing {
    margin: 20px 0px 45px 0px;
    color: #4c6672;
}

.LabelLogo {
    width: 50px;
    border-radius: 5px;
    height: 45px;
    border: 0.5px solid #ccc;
}

.LabelName {
    display: inline;
    vertical-align: middle;
}

.ArrowIcon {
    font-size: 32px;
    color: #ccc;
    -webkit-text-stroke: 3px #fff;
    margin-top: 6px;
}

.MoreArrow {
    vertical-align: middle;
    margin-left: 2px;
}

.MoreButton {
    margin-top: -30px;
    color: #adadad;
    font-size: 12px;
    font-weight: 600;
}

.Logo-Box {
    position: relative;
    width: 100%;
    height: 100%;
}

    .Logo-Box input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.Logo-Image {
    width: 100%;
   /* height: 180px;*/
}

.Image-box {
    position: relative;
}

    .Image-box input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.BottleShotImage {
    width: 100%;
   /* height: 190px;*/
}

.BS-ImageBox {
    position: relative;
}

.img-remove {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 5px;
    border-radius: 50%;
    color: #AFAFAF;
    border: 1px solid #AFAFAF;
    background-color: #FFFFFF;
    padding: 0.5px 4px;
    box-shadow: 1px 1px 8px #8a8787;
}


/*Sidenav bar*/
.sidebar-nav ul li {
    list-style: none;
    /*background-color: #039;
    border-top: solid 1px #039;*/
    text-align: left;
    margin: 0;
}

.sidebar-nav ul .sidebar-item {
    width: 100%;
    margin-bottom: 10px;
}

.sidebar-link {
    padding: 5px 5px;
}

    .sidebar-link i {
        font-size: 14px;
    }

.sidebar-nav ul {
    margin: 0px;
    padding: 0px;
}

.collapse.in {
    display: block;
}

.sidebar-item {
    width: 250px;
}

.sidebar-link {
    color: #f2f2f2;
    padding: 5px 5px 5px 5px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    opacity: 0.6;
}

    .sidebar-link i {
        font-style: normal;
        width: 35px;
        line-height: 25px;
        font-size: 14px;
        color: gray;
        display: inline-block;
        text-align: center;
    }

    .sidebar-link:hover {
        opacity: 1;
    }

    .sidebar-link:active {
        opacity: 1;
    }





.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
}



/* for toggle behavior */

#sidebar.active {
    margin-left: -17rem;
}


@media (max-width: 768px) {
    #sidebar {
        margin-left: -17rem;
    }

        #sidebar.active {
            margin-left: 0;
        }
}


.vertical-nav {
    min-width: 16rem;
    width: 16rem;
    height: 100vh;
    position: fixed;
    z-index: 10001;
    padding-top: 50px;
    top: 0px;
    overflow-y: auto !important;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}


/*close toggle onload*/
#sidebar {
    margin-left: -17rem;
}

    #sidebar.active {
        margin-left: 0;
    }

@media (max-width: 768px) {
    #sidebar {
        margin-left: -17rem;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
        margin: 0;
    }

        #content.active {
            margin-left: 17rem;
            width: calc(100% - 17rem);
        }
}

.left-sidebar {
    position: absolute;
    width: 240px;
    height: 100%;
    top: 0px;
    z-index: 20;
    padding-top: 70px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.fix-sidebar .left-sidebar {
    position: fixed;
}
/*******************
sidebar navigation
******************/
.scroll-sidebar {
    padding-bottom: 60px;
}

.collapse.in {
    display: block;
}

.sidebar-nav {
    padding: 15px;
}

    .sidebar-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .sidebar-nav ul li {
            list-style: none;
        }

            .sidebar-nav ul li a {
                color: #aeafb3;
                padding: 8px 35px 8px 10px;
                display: block;
                font-size: 15px;
                white-space: nowrap;
            }

                .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
                    color: #f2f2f2;
                }

                .sidebar-nav ul li a.active {
                    font-weight: 500;
                    color: blue;
                }

            .sidebar-nav ul li ul {
                padding-left: 5px;
                padding-top: 10px;
            }

                .sidebar-nav ul li ul li a {
                    padding: 10px 35px 10px 15px;
                }

                .sidebar-nav ul li ul ul {
                    padding-left: 15px;
                }

            .sidebar-nav ul li.nav-small-cap {
                font-size: 12px;
                margin-bottom: 0px;
                padding: 14px 14px 14px 20px;
                color: blue;
                font-weight: 500;
            }

            .sidebar-nav ul li.nav-devider {
                height: 1px;
                display: block;
                margin: 20px 0;
            }

    .sidebar-nav > ul > li {
        /*margin-bottom: 10px;*/
    }

        .sidebar-nav > ul > li.active > a {
            color: #fff;
            font-weight: 500;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

            .sidebar-nav > ul > li.active > a i {
                color: #fcfcfc;
            }

        .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
            color: gray;
        }

        .sidebar-nav > ul > li > a i {
            width: 27px;
            height: 27px;
            font-size: 21px;
            display: inline-block;
            vertical-align: middle !important;
        }

        .sidebar-nav > ul > li > a .label {
            float: right;
            margin-top: 6px;
        }

        .sidebar-nav > ul > li > a.active {
            font-weight: 400;
            color: gray;
        }

    .sidebar-nav .has-arrow {
        position: relative;
    }

        .sidebar-nav .has-arrow::after {
            position: absolute;
            content: '';
            width: .55em;
            height: .55em;
            border-width: 1px 0 0 1px;
            border-style: solid;
            right: 1em;
            -webkit-transform: rotate(-45deg) translate(0, -50%);
            -ms-transform: rotate(-45deg) translate(0, -50%);
            -o-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            -o-transform-origin: top;
            transform-origin: top;
            top: 47%;
            -webkit-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

        .sidebar-nav .active > .has-arrow::after,
        .sidebar-nav li > .has-arrow.active::after,
        .sidebar-nav .has-arrow[aria-expanded="true"]::after {
            -webkit-transform: rotate(-135deg) translate(0, -50%);
            -ms-transform: rotate(-135deg) translate(0, -50%);
            -o-transform: rotate(-135deg) translate(0, -50%);
            top: 45%;
            width: .58em;
            transform: rotate(-135deg) translate(0, -50%);
        }



@media (max-width: 767px) {
    .mini-sidebar .left-sidebar {
        position: fixed;
    }

    .mini-sidebar .left-sidebar, .mini-sidebar .sidebar-footer {
        left: -240px;
    }

    .mini-sidebar.show-sidebar .left-sidebar, .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0px;
    }
}

.v_align {
    vertical-align: bottom !important;
}

.padding_30 {
    padding-right: 30px !important;
}

.zindex-0 {
    z-index: 0 !important;
}

@media (min-width:768px) {
    .sidebar1 {
        display: none;
    }
}


.vertical-nav::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.vertical-nav::-webkit-scrollbar-track {
    background-color: #fff
}

.vertical-nav::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 6px solid #fff
}

    .vertical-nav::-webkit-scrollbar-thumb:hover {
        background-color: #899498;
        border-radius: 16px;
        border: 6px solid #fff
    }


.vertical-nav::-webkit-scrollbar-button {
    display: none
}

.float_right {
    float: right !important;
    margin-top: -35px;
}

.SidebarIcon {
    font-size: 22px;
    vertical-align: sub;
    margin-right: 5px;
}

.sidebarClose {
    color: #99abb4;
    font-size: 26px;
}

.SidebarBg {
    background-color: #1e2030;
}

.CursorPointer {
    cursor: pointer;
}

.menu_style {
    font-size: 24px;
    margin-right: 15px !important;
    color: #ef2d75 !important;
}

.RegisterTop {
    margin-top: 50px;
}

.SquareIcon {
    font-size: 16px;
    margin-right: 6px;
    vertical-align: text-top;
}
.CardTitle {
    padding: 12px 0px 4px 15px !important;
    background: #fff !important;
}
.BottleShot {
    color: #FF4560;
}

.ShelfTalker {
    color: #FFCC57;
}

.TechSheet {
    color: #00E296;
}

.ActiveColor {
    color: #33945D;
    font-weight: 600;
    text-align: center;
    background-color: rgba(51,148,93,0.12);
    width: 40px;
    border-radius: 4px;
}

.InActiveColor {
    color: #de2b33;
    font-weight: 600;
    text-align: center;
    background-color: rgba(250, 46, 55, 0.12);
    width: 40px;
    border-radius: 4px;
}

.table .thead-light th {
    color: #495057;
    background-color: #fff !important;
    border-color: #fff !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.table-sm td, .table-sm th {
    padding: 1rem 0.5rem !important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F4F6F8 !important;
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #edeff1 !important;
}

table th a span img {
    opacity: 0.5 !important;
}

.tabel icon size {
    font-size: medium;
}


.file-upload-input {
    position: relative;
    outline: none;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.LiteGray {
    color: #8e8e8e;
}

.drag-drop-zone {
    border: 2px dashed #CFCFCF;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #9e9e9e;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 1.5rem 0 2rem 0;
    position: relative;
}

.drag-drop-zone:hover {
    background-color: #f5f5f5;
}

.drag-drop-zone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.drop-text {
    text-align: center;
}

.edit-icon {
    color: #0984e3;
    cursor: pointer;
}
.close-icon {
    color: #FF4560;
    cursor: pointer;
}
.add-user-icon {
    color: #0984e3;
    cursor: pointer;
    margin-right: 7px;
}
.add-label-icon {
    color: #0984e3;
    cursor: pointer;
    margin-right: 7px;
}
.vendor-userlist-icon {
    color: #fb8c00;
    cursor: pointer;
    margin-right: 7px;
}


.AshText {
    color: #8e8e8e;
}

.AshTitle {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 600;
    vertical-align: text-top;
}

.Price {
    font-size: 26px;
    font-weight: 600;
    margin-left: 10px;
}

.AllocationTable {
    font-size: 13px;
    text-align: center;
}

.AllocationTitle {
    border-bottom: solid #9e9e9e 1px
}

.roundedTable {
    border-collapse: separate;
    border: solid #9e9e9e 1px;
    border-radius: 5px
}

    .roundedTable th, td {
        padding: 5px;
    }

file-row {
    background-color: #e4e4e4;
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.6rem;
    color: #555;
    align-items: center;
}

.file-row loading-btn {
    color: #ffffff;
}

.DashboardLink {
    color: #212529;
    font-weight: 600;
    text-decoration: underline !important;
}

    .DashboardLink:hover {
        color: #EE216D !important;
    }

.file-row-item {
    background-color: #F4F6F8;
    padding: 0.5rem;
    border-radius: 0.4rem;
    align-items: center;
    margin: 0 !important;
}

.file-row-item-text {
    color: #808080;
    font-size: 14px;
}

.upload-icon {
    border-radius: 50px;
    padding: 1.25px 5px;
    color: #848484;
    border: 1px solid #848484;
}

.EditIcon {
    margin-top: -6px;
}

.EditIconColor {
    color: #ababab;
}

.LabelVendorName {
    font-size: 14px;
    margin-top: -8px;
    color: #ef2d75;
    font-weight: 600;
}

ul.breadcrumbs {
    padding: 0px 0px 0px 26px;
    list-style: none
}

ul.breadcrumbs li {
    display: inline;
    font-weight: 600;
    font-size: 18px;
    color: #EE216D;
    vertical-align: middle;
}

ul.breadcrumbs li + li:before {
    padding: 8px;
    color: #455a64;
    content: "\203a";
    font-size: 24px;
    font-family: 'Poppins'
}

ul.breadcrumbs li a {
    text-decoration: none;
    color: #455a64;
    font-size: 16px;
}

.EyeIcon {
    position: absolute;
    right: 0;
    margin-right: 48px;
    margin-top: -28.5px;
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.label-text {
    font-weight: 0px;
    font-size: 16px;
    margin-right: 5px;
    color: #6E6E6E !important;
}

.unlimit-text {
    margin-top: 8px;
}

@media (min-width: 576px) {
    .blazored-toast {
        width: 20rem !important;
        border-radius: .25rem !important;
        padding: 12px 16px !important;
    }
}

.blazored-toast-heading {
    color: #FFFFFF !important;
    font-size: 16px !important;
}

.blazored-toast-error {
    background-color: #dc3545 !important;
}

.table-responsive {
    overflow-x: hidden !important;
}

.spinner-border {
    vertical-align:middle !important;
}

.blazored-toast-icon {
    font-size: 32px !important;
}

.footer-style {
    color: #455a64;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 17px 15px;
    position: absolute;
    border-top: 1px solid rgba(176, 184, 191, 0.5);
    background: #fcfeff;
}

.main {
    min-height: 100vh;
    padding-bottom: 80px !important;
}
.login-main {
    min-height: 100vh;
    flex: 1;
}

.session-expired-image {
    align-self: center;
    width: 100%;
}

.error-text {
    font-size: 4rem;
}

.vendor-first-card {
    padding-bottom: 14px;
}
.TotalField {
    margin-top: 35px;
}

.NoDataAvail {
    color: #6a737d;
}

.modal {
    height: 100vh !important;
    overflow-y: auto;
}

.secondary-breadcrumb {
    color: #6f8189 !important;
}

.blazored-modal-title {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.user-edit-button {
    justify-content: flex-end;
    /* padding-right: 15px; */
    padding: 5px 15px 0 0;
}

.more-option {
    color: #7a7f83;
    font-weight: 600;
    text-align: center;
    background-color: rgba(236,236,236,0.70);
    width: 40px;
    border-radius: 4px;
    cursor: pointer;
    border: solid 0.5px #c3c4c5;
}

.blazor-context-menu--default {
    border-radius: 5px;
}

.custom-form {
    display: inline-block;
}

.custom-dropdown {
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
}

.edit-vendor-style {
    margin-left: 15px;
}
.PrimaryTextColor {
    color: #ef2d75;
}

.vendor-info-card {
   /* min-height: 370px;*/
   min-height: 451px;

}

.vendor-detail-icon {
    color: #ab47bc;
}

/*Active button toggle*/
.switch1 {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
}

.switch1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider1:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider1 {
    background-color: #00E296;
}

input:focus + .slider1 {
    box-shadow: 0 0 1px #e6212a;
}

input:checked + .slider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider1.round1 {
    border-radius: 34px;
}

.slider1.round1:before {
    border-radius: 50%;
}

.SwitchMargin {
    top: 4px;
}

.row-align {
    align-items: center;
}

.show-sale-style {
    padding-top: 23px;
}

.resend-invitation-icon {
    color: #4CAF50;
    cursor: pointer;
}

.vendordashboard-first-card {
    min-height: 280px;
}



/*tooltip*/
a[data-tooltip]:link, a[data-tooltip]:visited {
    position: relative;
    text-decoration: none;
}

a[data-tooltip]:before {
    content: "";
    position: absolute;
    border-top: 1em solid #636e72;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    display: none;
    top: -1em;
    left:-5px !important;

}

a[data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    color: white;
    top: -2.5em;
    left: -35px !important;
    background: #636e72;
    padding: .25em .75em;
    border-radius: 5px;
    white-space: nowrap;
    display: none;
}

a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
    display: inline;
}




.vendor_tooltip[data-tooltip]:link, .vendor_tooltip[data-tooltip]:visited {
    position: relative !important;
    text-decoration: none !important;
}

.vendor_tooltip[data-tooltip]:before {
    content: "";
    position: absolute !important;
    border-top: 1em solid #636e72 !important;
    border-left: 1.5em solid transparent !important;
    border-right: 1.5em solid transparent !important;
    display: none;
    top: -1em;
    left: -5px !important;
}

.vendor_tooltip[data-tooltip]:after {
    content: attr(data-tooltip) !important;
    position: absolute !important;
    color: white !important;
    top: -2.5em !important;
    word-wrap:break-word !important;
    left: -148px !important;
    background: #636e72 !important;
    padding: .25em .75em !important;
    border-radius: 5px !important;
    white-space: nowrap !important;
}

.vendor_tooltip[data-tooltip]:hover:before, .vendor_tooltip[data-tooltip]:hover:after {
    display: inline;
}
.blazored-toast-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10000 !important;
}

.ml-n-15 {
    margin-left: -15px;
}

.btn-outline-primary {
    background-color: white !important;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #f526736b !important;
}
.RatingsButton {
    margin-top: 27px;
}
.file-close {
    top: -16px;
}
.file-bg {
    background-color: #F4F6F8;
    padding: 0.5rem;
    border-radius: 0.4rem;
    align-items: center;
    margin: 0 !important;
}
.importantRed {
    color: red;
}

.pendingLabelcode:after {
    content: "" !important;
    background-color: #00000021 !important;
    position: absolute !important;
    width: 1px !important;
    height: 75px !important;
    top: 10px !important;
    left: 105% !important;
    display: block !important;
}

.pendingDeletebtn {
    padding-top: 28px;
    text-align: center;
}
.download_icon {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 36px;
    border-radius: 50%;
    color: #AFAFAF;
    border: 1px solid #AFAFAF;
    background-color: #FFFFFF;
    padding: 0.5px 4px;
    box-shadow: 1px 1px 8px #8a8787;
}

.file_download {
    margin: -11px 36px;
}
.default_image {
    font-size: 47px;
    width: 50px;
    color: #d2d1d1;
}
.Approveicon {
   
    color: #aeafb3 !important;
    font-size: 18px;
    vertical-align: sub;
    margin-right: 9px;
}
.Approveicon:hover {
    color: #fff;
    font-size: 18px;
    vertical-align: sub;
    margin-right: 9px;
}
.ExportIcon {
    color: #ff4560;
}
.CustomerExportIcon {
    color: #04cc88;
}
.bordercard {
    border-left: 3px solid #a3aeb3 !important;
    cursor: pointer;
}

    .bordercard:hover {
        box-shadow: 0.6px 0.6px 5px #ccc;
        border-left: 3px solid #ef2d75 !important;
    }

.Report_card {
    padding: 0.8rem !important;
}

.TextInline {
    display: inline-block;
    margin-top: 8px;
}

.TextWrap {
    display: table;
    /*width: 160px;*/
    height: 55px;
}

.DashboardReporticon {
    width: 70px;
    margin-left: -10px;
}
/*.school_desc {
        height: 50px;
    }*/
.CardText {
    font-size: 17px;
    color: #878c8e !important;
}

.Report-Export-Icon {
    height: 22px;
    width: 22px;
    color: #43a047;
}
.Report-Export-Btn {
    color: #43a047 !important;
    border-color: #43a047 !important;
}
.Label-Report-button-space {
    margin: 28px 0 0 0;
}
.report-tabel-logo {
    height: 40px;
    width: 40px;
}
.report-pdf-icon {
    color: #43a047;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.update-label-desc {
    margin-left: -32px;
}

.label-info-desc {
    margin: 0 0px 0 -35px;
}
.MultiFile-Box {
    position: relative;
    width: 100%;
    height: 100%;
}
.MultiFile-Box input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
}
.MultiFIle-Img {
    width: 100%;
    height: 100px;
}
.h-200{
    height:200% !important;
}
.paddingbotm_30 {
    padding-bottom: 30px;
}
.multifile {
    height: 117px;
    margin-top: -7px;
}
.mt_n {
    margin-top: -.20rem !important;
}
.VendarSaleDashboard {
    color: #868484;
}

.Gallery-Img-Item {
    height: 100%;
    width: 100%;
}
.Gallery-body-size {
    padding: 16px;
    padding-bottom: 20px;
}
.ShelfTalker-Icon {
    height: 30px;
    width: 22px;
    color: #009688;
}
.imagewidth{
    max-height:100% !important;
    max-width:100% !important;
}
.box_image {
    width: 100% !important;
    height: 195px !important;
}
.TopLabelLogo {
    border-radius: 5px;
    height: 50px;
    border: 0.5px solid #ccc;
}
.height_100{
    height:100px ;
}
.ShelfTalker_overflow {
    max-height: 391px;
    overflow-y: auto;
}
.ShelfTalker_overflow::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.ShelfTalker_overflow::-webkit-scrollbar-track {
    background-color: #fff
}

.ShelfTalker_overflow::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 6px solid #fff
}

.ShelfTalker_overflow::-webkit-scrollbar-thumb:hover {
    background-color: #899498;
    border-radius: 16px;
    border: 6px solid #fff
}
.ShelfTalker_overflow::-webkit-scrollbar-button {
    display: none
}
.h_40{
    height:40px;
}
.ml_40{
    margin-left:-43px;
}
.BottleShotImageSize {
    width: 100%;
    height: 190px;
}

.vendor-select-size {
    margin: 0 0 0 36px;
}

.Rep-Vendor_select-size {
    margin: 0 50px 0 0;
}

.Update-password-input {
    width: 330px;
}

/*image size test*/
.topthreeimgsize {
    padding: 0px !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 5px;
    border: 0.5px solid #ccc;
    min-width: 52px;
}

.datasync-icon {
    height: 32px;
    width: auto;
}
.Labletooltip[data-tooltip]:hover:before, .Labletooltip[data-tooltip]:hover:after {
    display: inline;
    white-space: pre-wrap;
    margin: -14px 1px 1px -5px;
    z-index: 100;
}

.Labletooltip[data-tooltip]:before {
    content: "";
    position: absolute;
    border-top: 1em solid #636e72;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    display: none;
    top: 0.9em;
    left: -5px !important;
}
.VendorListtooltip[data-tooltip]:hover:before, .VendorListtooltip[data-tooltip]:hover:after {
    display: inline;
    margin: 9px 1px 1px -51px;
    z-index: 100;
}

.VendorListtooltip[data-tooltip]:before {
    content: "";
    position: absolute;
    border-top: 1em solid #636e72;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    display: none;
    top: -7px;
    left: 36px !important;
}
.Vendor_LableList[data-tooltip]:hover:before, .Vendor_LableList[data-tooltip]:hover:after {
    display: inline;
    margin: 0px 0px 0px -10px;
}
.Vendor_LableList[data-tooltip]:before {
    content: "";
    position: absolute;
    border-top: 1em solid #636e72;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    display: none;
    top: -1em;
    left: 0px !important;
}

.PrimaryButton_search {
    background: #EE216D !important;
    border-color: #EE216D !important;
}
.searchclose {
    position: absolute;
    right: 55px;
    color: #a8a8aa;
    margin: 12px 0 0 0;
}
.Search-align {
    padding-right: 35px;
}

.pagination {
    margin-top: 8px;
    float:right;
}
.pagination_active {
    background: #EE216D !important;
    border-color: #EE216D !important;
    color: #ffffff;
}
.pagination_inactive {
    background: #fff6f9 !important;
    border-color: #EE216D !important;
    color: #EE216D;
}
.pagination_inactive:hover {
    color: #EE216D;
    text-decoration: none;
}
.pagination_active:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.userlist-search-align {
    float: right;
    /* padding: 0px; */
    padding-right: 16px;
}

.pagination select {
    height: 35px !important;
}

.total-count {
    position: absolute;
    margin: 8px 0 0 0;
}
/*
.page-item a {
    display: none;
}*/

.pagination li:nth-child(3) {
    display: none;
}

.card-total-padding {
    padding-bottom: 55px;
}

.audit-header-space {
    padding: 10px 34px 10px 34px !important;
}

.radio-align {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.radio-mouse-hover {
    cursor: pointer;
    color: #EE216D;
}

/*Radio button*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 5px;
            top: 2px;
            width: 16px;
            height: 16px;
            border: 1px solid #6E6E6E;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #ee216d;
            border: 1px solid #ee216d;
            position: absolute;
            top: 6px;
            left: 9px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.radio_inline {
    display: inline !important;
}