/*Home */


/*================== Register page css start ===================*/

.nvc-signup-background {
    background: linear-gradient(90deg, rgb(255, 255, 255) 77.5%, rgb(228, 228, 228) 22.5%);
}

.nvc-signup-box {
    color: rgb(255, 255, 255);
    background: linear-gradient(rgb(115, 185, 6), rgb(41, 158, 38))
}

.nvc-signup-box a {
    color: rgb(255, 255, 255);
}

.nvc-signup-box input {
    border-bottom-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.nvc-signup-box .md-button.md-primary.md-raised {
    padding: 0 15px;
}

.nvc-signup-box input::-webkit-input-placeholder,
.nvc-signup-box input:-webkit-autofill,
.nvc-signup-box input:-webkit-autofill:hover,
.nvc-signup-box input:-webkit-autofill:focus,
.nvc-signup-box input:-webkit-autofill:active {
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: rgb(255, 255, 255) !important;
}

.nvc-signup-box input:-moz-placeholder {
    color: rgb(255, 255, 255) !important;
}

.nvc-signup-box input::-moz-placeholder {
    color: rgb(255, 255, 255) !important;
}

.nvc-signup-box input:-ms-input-placeholder {
    color: rgb(255, 255, 255) !important;
}

.nvc-signup-box md-input-container:not(.md-input-invalid).md-input-has-value label,
.nvc-signup-box md-input-container:not(.md-input-invalid).md-input-focused label,
.nvc-signup-box md-input-container input {
    color: rgb(255, 255, 255) !important;
}

.nvc-signup-tab2 {
    height: 100vh;
    width: 100%;
}

.nvc-signup-tab2 img {
    background: rgb(228, 228, 228);
    border-radius: 100rem;
    padding: 10px;
    width: 100px;
    height: 100px;
    margin: 20px auto;
    display: block;
}

.nvc-signup-tab2 md-radio-button:hover img {
    -webkit-box-shadow: 1px 1px 20px 0 rgb(119, 119, 119);
    -moz-box-shadow: 1px 1px 20px 0 rgb(119, 119, 119);
    box-shadow: 1px 1px 20px 0 rgb(119, 119, 119);
}

.nvc-signup-tab2 .md-checked img {
    background: rgb(41, 158, 38);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.nvc-signup-tab2 .md-container.md-ink-ripple {
    display: none;
}

.nvc-signup-tab2 md-radio-button .md-label {
    margin-left: 0;
}

.nvc-signup-tab2 md-input-container .md-input {
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    background: rgb(228, 228, 228);
}


/*================== Register page css End =====================*/


/*================== Segment selection page css ===============*/


/*.nvc-reg-cat-select{
    width: 100%;
    overflow: hidden;
}*/

.nvc-reg-cat-select md-checkbox .md-container,
.nvc-reg-cat-select md-radio-button .md-container {
    display: none;
}

.nvc-reg-cat-select md-checkbox .md-label,
.nvc-reg-cat-select md-radio-button .md-label {
    margin-left: 0;
}

.nvc-scroll-item md-radio-group md-radio-button:not(:first-child) {
    margin-top: 0;
}

.nvc-reg-cat-select md-checkbox .md-label img,
.nvc-reg-cat-select md-radio-button .md-label img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    -o-object-fit: cover;
}

.nvc-reg-cat-select md-checkbox .md-label img:hover,
.nvc-reg-cat-select md-radio-button .md-label img:hover {
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
}

.nvc-horizontal-scroll {
    /*display: inline-flex;
    min-width: 100%;*/
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nvc-scroll-item {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 10px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nvc-scroll-item:last-child {
    margin-right: auto;
}

.nvc-scroll-item-content {
    width: 150px;
}

.nvc-scroll-item-content .fa {
    color: rgb(255, 255, 255);
    top: -6px;
    right: -6px;
    padding: 4px;
    height: 22px;
    width: 22px;
}


/*================== End of segment page css ================*/


/*================== Public paths page CSS goes here======================*/

.nvc-tracker-page .carousel .carousel-inner img {
    width: 100%;
}

.nvc-tracker-page .nvc-carousel-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 40px 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.4);
    color: white;
}


/*================== End of public path page CSS ===============*/


/*================== Tracker page CSS ========================*/

.nvc-view-separator {
    border-left: 5px solid rgb(133, 133, 133);
}

.nvc-tracker-card .timeline-left {
    width: 6px;
    height: calc(100% - 10px);
    background: rgb(41, 158, 38);
    position: absolute;
    left: calc(50% - 3px);
    top: 10px;
}

.nvc-tracker-card .timeline-left.timeline-left-last {
    height: 50%;
}

.nvc-tracker-card .timeline-left:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid rgb(41, 158, 38);
    top: -10px;
    left: -5px;
    position: absolute;
}

.nvc-tracker-card .track-prod-img {
    top: 0;
    width: 45px;
    height: 45px;
    right: -14%;
    border: 2px solid rgb(41, 158, 38);
}

.nvc-tracker-card .timeline-date {
    background: rgb(255, 255, 255);
    z-index: 1;
}

.nvc-tracker-card .timeline-date div {
    text-align: center;
    width: 50px;
    height: 50px;
    border: 4px solid rgb(41, 158, 38);
    border-radius: 50%;
}

.nvc-tracker-card-padding {
    padding: 0 18px;
}

.nvc-more-tracking-prods {
    padding: 10px 18px;
    border: 2px solid rgb(228, 228, 228);
    position: relative;
}

.nvc-more-tracking-prods:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background: rgb(41, 158, 38);
    left: 0;
}

.nvc-more-tracking-prods-count {
    position: absolute;
    right: 0;
    height: 100%;
}


/* ================= Tracker page css ends ===================*/

.nvc-signin-new {
    width: 100%;
    margin-top: 5em;
}

.nvc-signin-new .bb-wid-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.nvc-signin-content a {
    color: rgb(41, 158, 38);
    padding: 5px 20px 10px 20px;
    font-size: xx-large;
}

.nvc-signin-content a.active {
    font-weight: 800;
}

.nvc-signin-content a:hover {
    text-decoration: none;
}


/*
.nvc-signin{
    padding: 5%;
    background: #299e26;
    background: -webkit-linear-gradient(#7400bc, #299e26);
    background: -o-linear-gradient(#7400bc, #299e26);
    background: -moz-linear-gradient(#7400bc, #299e26);
    background: -ms-linear-gradient(#7400bc, #299e26);
    background: linear-gradient(#7400bc, #299e26);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7400bc), color-stop(100%,#299e26));
    color: #FFFFFF;
    position: relative;
    height: 32vw;
}
*/

.nvc-signin [ng-if="showSignin"],
.nvc-signin [ng-if="showFpwd"] {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


/*
.nvc-signup [ng-show="selectedPanel===0"]{
    padding-top: 10%;
    padding-bottom: 10%;
}
*/

.nvc-timeline-dot {
    position: absolute;
    top: 20px;
    right: -11px;
    width: 20px;
    height: 20px;
    background: rgb(255, 255, 255);
    border: 3px solid rgb(41, 158, 38);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nvc-timeline-dot:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgb(41, 158, 38);
    top: 5px;
    right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nvc-tag {
    text-align: right;
    position: relative;
    z-index: 1;
    padding: 20px 20px 0 0;
}

.nvc-tag.active {
    font-weight: 800;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.nvc-tag.active .nvc-timeline-dot {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.nvc-tag.completed {
    font-weight: 800;
    color: green;
}

.nvc-tag.completed .nvc-timeline-dot {
    border-color: green;
}

.nvc-tag.completed .nvc-timeline-dot:after {
    background: green;
}

.nvc-tag-timeline {
    position: relative;
    padding-left: 20px;
}

.nvc-tag-timeline:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgb(41, 158, 38);
    z-index: 0;
}

.nvc-tag-content {
    position: relative;
}

.nvc-signin input:-webkit-autofill {
    background-color: transparent !important;
}

.nvc-signin .bb-user-forgot {
    display: flex;
    justify-content: space-between;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


/*.nvc-signup, [ng-show="path==='/signin'"]{
    position: absolute;
    top: 10%;
    width: 50%;
}*/


/*.nvc-signup [ng-show="selectedPanel===2"] md-input-container{
    margin-bottom: 10px;
}*/

.nvc-signup .text-danger p {
    white-space: pre-wrap;
}

.nvc-active {
    background-color: transparent;
}

.nvc-signin-new .md-button {
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    background: rgb(41, 158, 38);
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.nvc-signin-new .md-button:hover {
    letter-spacing: 4px;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: rgb(0, 0, 0);
}


/*.nvc-signup .md-button{
    margin-top: 20px;
    margin-bottom: 20px;
}*/


/*Home */

.nvc-panel1 {
    background: url('../img/nvc-img/landing page.jpg') no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}

.nvc-panel2 {
    padding-bottom: 5%;
    position: relative;
    margin-left: -5%;
    opacity: 0;
}

.nvc-panel2.animate-slideIn {
    position: relative;
    margin-left: 0;
    opacity: 1;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -ms-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}

.nvc-panel2 p {
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 1.8em;
    text-align: justify;
    padding: 4%;
    margin-bottom: initial;
}

.nvc-panel2-text {
    position: relative;
}

.nvc-panel2-text p:before {
    content: '';
    top: 1px;
    left: 1px;
    color: rgb(255, 109, 0);
    position: absolute;
    background: url('../img/nvc-img/collon.png') no-repeat scroll 0 0;
    width: 26px;
    height: 26px;
}

.nvc-panel2-text p:after {
    content: '';
    bottom: 1px;
    right: 1px;
    color: rgb(255, 109, 0);
    position: absolute;
    background: url('../img/nvc-img/collon-invert.png') no-repeat scroll 0 0;
    width: 26px;
    height: 26px;
}

.nvc-panel3 {
    background-color: rgb(255, 109, 0);
    -webkit-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.5);
}

.nvc-panel3 h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding-top: 5%;
    opacity: 0;
    position: relative;
    margin-bottom: -5%;
}

.nvc-panel3.animate-slideIn h1 {
    opacity: 1;
    margin-bottom: 0;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -ms-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}

.nvc-panel3 img {
    width: 100%;
}

.nvc-panel2-logo {
    padding: 2%;
    position: relative;
}

.nvc-panel2-logo-img {
    margin-top: -84px;
    padding: 20px;
    background: rgb(255, 255, 255);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 1px 1px 23px 3px rgba(0, 0, 0, 0.5);
    /*-webkit-moz-animation: bounce-in 2s;
    -moz-moz-animation: bounce-in 2s;
    -ms-moz-animation: bounce-in 2s;
    -o-moz-animation: bounce-in 2s;
    -khtml-moz-animation: bounce-in 2s;
    moz-animation: bounce-in 2s;
    animation: bounce-in 2s;*/
    max-width: 100%;
}

.nvc-panel4 {
    padding-top: 8%;
    padding-left: 8%;
    padding-right: 8%;
    position: relative;
}

.nvc-features-table1 {
    border: 10px solid rgb(116, 0, 188);
    height: 22vw;
    max-width: 40%;
    margin-left: -17%;
    opacity: 0;
}

.nvc-features-table1 h1 {
    color: rgb(255, 109, 0);
    font-weight: 800;
    padding-left: 5%;
    font-size: 2.3vw;
}

.animate-slideIn .nvc-features-table1 {
    margin-left: 0;
    opacity: 1;
    -webkit-transition: linear 0.3s;
    -moz-transition: linear 0.3s;
    -ms-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}

.nvc-features-table2 {
    position: relative;
    right: 1px;
    border: 20px solid rgb(255, 255, 255);
    max-width: 85%;
    top: 78%;
    left: 17%;
    margin-top: -14%;
}

.nvc-features-inner {
    padding: 3%;
    background-color: rgb(116, 0, 188);
    -webkit-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    -ms-transform: perspective(400px);
    -o-transform: perspective(400px);
    transform: perspective(400px);
}

.nvc-features-inner .hidden {
    margin-left: -300px;
}

.nvc-features-inner h1 {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.nvc-features-inner h1:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: rgb(255, 255, 255);
    left: 28px;
    top: 7%;
}

.nvc-features-inner img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: bounce-in 2s infinite;
    -moz-animation: bounce-in 2s infinite;
    -o-animation: bounce-in 2s infinite;
    animation: bounce-in 2s infinite;
}

.nvc-features-inner h2 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 2.5rem;
}

.nvc-features-inner p {
    text-align: justify;
}

.nvc-features-inner-block {
    display: flex;
    align-items: center;
}

.nvc-panel5 {
    padding-top: 5%;
    position: relative;
}

.nvc-panel5 h1 {
    color: rgb(255, 109, 0);
    text-align: center;
    font-size: 7rem;
    font-weight: 600;
}

.nvc-panel5 h1:before {
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    top: 17%;
    left: 27%;
    background-color: rgb(255, 109, 0);
}

.nvc-panel5 h1:after {
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    top: 17%;
    right: 27%;
    background-color: rgb(255, 109, 0);
}

.nvc-panel5 h2 {
    text-align: center;
    color: rgb(116, 0, 188);
    padding-top: 1%;
    padding-bottom: 1%;
}

.nvc-panel5-value img {
    width: 100%;
}

.nvc-panel5-value h3 {
    color: rgb(116, 0, 188);
    font-size: 3rem;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-top: 12%;
}

.nvc-panel5-value h4 {
    color: rgb(116, 0, 188);
    font-size: 3rem;
    font-weight: 400;
    position: relative;
    text-align: center;
    padding-top: 16%;
}

.nvc-panel5-value h3:after {
    width: 33%;
    content: '';
    position: absolute;
    height: 2px;
    background-color: rgb(204, 204, 204);
    bottom: 13%;
    right: 1px;
}

.nvc-panel5-value h4:after {
    width: 30%;
    content: '';
    position: absolute;
    height: 2px;
    background-color: rgb(204, 204, 204);
    bottom: 13%;
    left: 1px;
}

.nvc-panel6 {
    padding: 4%;
    position: relative;
}

.nvc-panel6 h1 {
    text-align: center;
    color: rgb(116, 0, 188);
    font-size: 4rem;
    font-weight: 600;
}

.nvc-panel6 h1:before {
    content: '';
    position: absolute;
    width: 37%;
    height: 2px;
    background-color: rgb(255, 109, 0);
    left: 5%;
    top: 14%;
}

.nvc-panel6 h1:after {
    content: '';
    position: absolute;
    width: 37%;
    height: 2px;
    background-color: rgb(255, 109, 0);
    right: 5%;
    top: 14%;
}

.nvc-panel6 p {
    text-align: center;
    padding: 2% 2% 0 2%;
    color: rgb(116, 0, 188);
}

.nvc-display-flex img {
    margin-left: auto;
    margin-right: auto;
}

.nvc-panel6 div:after {
    content: '';
    position: absolute;
    width: 28%;
    height: 2px;
    background-color: rgb(255, 109, 0);
    right: 5%;
    bottom: 31%;
}

.nvc-panel6 div:before {
    content: '';
    position: absolute;
    width: 28%;
    height: 2px;
    background-color: rgb(255, 109, 0);
    left: 5%;
    bottom: 31%;
}

.nvc-panel7 {
    padding-top: 5%;
    padding-left: 13%;
    padding-right: 13%;
    position: relative;
    text-align: center;
}

.nvc-panel7 img {
    width: 100%;
}

.nvc-panel7 .nvc-panel7-background:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: rgb(253, 70, 0);
    right: 10%;
    top: 1px;
    z-index: -1;
}

.nvc-panel7-button.md-button.md-primary {
    padding: 1% 3% 1% 3%;
    color: rgb(255, 255, 255);
    background: rgb(145, 251, 2);
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    border-radius: 100em;
}

.md-raised.md-inverse-primary {
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(145, 251, 2)!important;
    color: rgb(0, 0, 0)!important;
    background: rgb(255, 255, 255)!important;
}

.nvc-panel7-button:hover {
    color: rgb(0, 0, 0);
}

.nvc-panel8 {
    padding-top: 3%;
    padding-bottom: 3%;
}

.nvc-panel8 video {
    width: 100%;
}

.nvc-panel9 {
    padding-top: 2%;
    padding-bottom: 5%;
    position: relative;
}

.nvc-panel9 h1 {
    font-weight: 600;
    color: rgb(116, 0, 188);
    font-size: 3rem;
    text-align: center;
}

.nvc-panel9 h1:after {
    content: '';
    position: absolute;
    width: 20%;
    height: 2px;
    background-color: rgb(255, 109, 0);
    top: 18%;
    left: 40%;
}

.nvc-panel9 img {
    padding-top: 2%;
    padding-bottom: 2%;
}

.carousel-content {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.text-carousel {
    width: 55%;
    height: auto;
    padding: 2% 6% 1% 9%;
    background: rgb(253, 70, 0);
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 6px 0 rgb(0, 0, 0);
}

.carousel-inner .item {
    background: none;
    height: auto;
}


/*Footer */

.nvc-footer {
    padding-left: 3%;
    padding-right: 3%;
}

.nvc-footer-img img {
    width: 100%;
    padding: 4%;
}

.nvc-footer-container {
    background-color: rgb(116, 0, 188);
    color: rgb(255, 255, 255);
    padding: 2%;
}

.nvc-footer-container h1 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 1.8rem;
}

.nvc-footer-container ul {
    list-style: none;
    -webkit-padding-start: 8px;
    -moz-padding-start: 8px;
    padding: 8px;
}

.nvc-footer-container p {
    text-align: center;
    color: rgb(255, 255, 255);
}

.nvc-footer-container a {
    color: rgb(255, 255, 255);
}

.nvc-landing-page {
    height: 180px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    position: relative;
}

.nvc-landing-page input {
    color: rgb(0, 0, 0);
}

.nvc-landing-page .nvc-landing-page-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgb(255, 255, 255));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgb(255, 255, 255));
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgb(255, 255, 255));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgb(255, 255, 255));
    background: -webkit-gradient(linear, top top, bottom bottom, color-stop(0%, rgb(0, 0, 0)), color-stop(100%, rgb(255, 255, 255)));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgb(255, 255, 255));
}

.nvc-landing-offers-tabs md-pagination-wrapper {
    width: auto !important;
    border: 2px solid rgb(41, 158, 38);
    height: 32px;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
}

.nvc-landing-offers-tabs md-tabs-wrapper md-tabs-canvas {
    height: 32px;
}

.nvc-landing-offers-tabs md-tabs .md-tab {
    color: rgb(41, 158, 38);
    font-weight: 600;
    padding: 2px 15px;
    text-transform: none;
}

.nvc-landing-offers-tabs md-tabs .md-tab.md-active {
    color: rgb(255, 255, 255);
}

.nvc-landing-offers-tabs md-ink-bar {
    color: rgb(41, 158, 38);
    background: rgb(41, 158, 38);
    height: 100%;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    z-index: -1;
    margin-right: -5px;
    margin-left: -1px;
}

.nvc-landing-offers-tabs md-tabs md-tabs-wrapper {
    border: none;
    margin: 10px auto;
}


/*Category-Selection*/

md-dialog.md-dialog-fullscreen {
    min-width: 95vw;
    height: auto;
    min-height: auto;
}


/*----- category selection page css goes here --------*/

.nvc-category-select-img img {
    height: 26vw;
    object-fit: cover;
    -o-object-fit: cover;
}

.nvc-category-select-img {
    background: rgb(41, 158, 38);
}

.nvc-category-select-img .md-label {
    width: calc(100% - 30px);
}

.nvc-category-select-img md-checkbox {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}

.nvc-category-select-img md-checkbox .md-icon,
md-radio-group:not([disabled]) .nvc-category-select-img.md-primary.md-checked .md-off,
md-radio-button:not([disabled]).md-primary.nvc-category-select-img.md-ckecked .md-off,
md-radio-button:not([disabled]).nvc-category-select-img .md-off {
    border-color: rgb(255, 255, 255);
}

.nvc-category-select-img .no-stock {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

.nvc-category-select-img md-checkbox.md-checked .md-icon,
md-radio-button:not([disabled]).nvc-category-select-img .md-on {
    background-color: rgb(255, 255, 255);
}

.nvc-category-select-img md-checkbox.md-checked .md-icon:after {
    border-color: rgb(41, 158, 38);
}

.nvc-category-select-img .md-button {
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
}

.nvc-cat-chips div {
    display: inline-block;
    padding: 10px;
    background: rgb(116, 0, 188);
    border: 2px solid rgb(41, 158, 38);
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    margin-left: 5px;
    margin-right: 5px;
    color: rgb(255, 255, 255);
}

.nvc-category-select h2 {
    text-align: center;
    color: white;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.nvc-category-select .md-button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    padding: 1px 15px;
    background: rgb(41, 158, 38);
    color: rgb(255, 255, 255);
}

.nvc-category-select .md-button:hover {
    color: rgb(0, 0, 0);
}

.nvc-category-select md-radio-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nvc-cat-chips div a {
    color: rgb(255, 255, 255);
}

.nvc-cat-chips {
    margin: 2% 2% 3% 2%;
    padding-bottom: 1%;
    border-bottom: 3px solid rgb(41, 158, 38);
}


/* -------- vategory selection css ends here*/


/*----------Inventory page css starts here -------*/

.nvc-inventory-head {
    background: rgb(41, 158, 38);
    color: rgb(255, 255, 255);
}

.nvc-inventory-head .fa-ellipsis-h {
    margin-right: 8px;
    margin-top: 6px;
}

.nvc-inventory-tag {
    margin-top: 10px;
    background: rgb(41, 158, 38);
    color: rgb(255, 255, 255);
}

.nvc-inventory-tab div {
    border: 1px solid rgb(41, 158, 38);
    font-size: small;
}

.nvc-inventory-tab h4,
.nvc-inventory-tab h6 {
    margin: 2px;
}

md-card[product="inventory"] img {
    padding: 13px;
    height: initial;
}

md-card[product="inventory"] h3 {
    margin-top: 10px;
}

.nvc-no-list-illustration img {
    margin: 40px 0 20px 0;
}


/*======= order page css goes here ======*/

.nvc-order-status-buttons .md-button.Reject {
    border-color: rgb(150, 150, 150);
}

.nvc-order-status-buttons .md-button.Reject .fa {
    color: rgb(150, 150, 150);
}

.nvc-order-status-buttons .md-button.Cancel {
    border-color: rgb(209, 0, 0);
}

.nvc-order-status-buttons .md-button.Cancel .fa {
    color: rgb(209, 0, 0);
}

.nvc-order-status-buttons .fa {
    color: rgb(41, 158, 38);
}

.nvc-order-card-status {
    position: absolute;
    bottom: 0;
    background: rgb(255, 255, 255);
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto;
    padding: 3px 5px;
}


/*todo: these font awesome icon unicode needs to be replaces with custom css icons*/

.nvc-order-status-buttons .fa-Cancelled:before {
    content: "\f00d";
}

.nvc-order-status-buttons .fa-Placed:before {
    content: "\f15b";
}

.nvc-order-status-buttons .fa-Confirmed:before,
.nvc-order-status-buttons .fa-Accepted:before {
    content: "\f14a";
}

.nvc-order-status-buttons .fa-InProgress:before {
    content: "\f017";
}

.nvc-order-status-buttons .fa-Shipped:before {
    content: "\f0d1";
}

.nvc-order-status-buttons .fa-Delivered:before {
    content: "\f015";
}

.nvc-order-status-buttons .fa-Completed:before {
    content: "\f00c";
}

.nvc-order-status-buttons .fa-Rejected:before {
    content: "\f05e";
}

.nvc-order-status-buttons .fa-Returned:before {
    content: "\f0e2";
}

.nvc-order-status-buttons .fa-Disputed:before {
    content: "\f0e2";
}

.nvc-order-summary-page .nvc-order-summary-page-header {
    position: relative;
}

.nvc-order-summary-page .nvc-order-summary-page-header:after {
    content: '';
    width: 2px;
    height: 100%;
    background: rgb(41, 158, 38);
    position: absolute;
    top: 3px;
    left: calc(50% - 1px);
    z-index: -1;
}


/*======= order page css ends here ======*/


/*=========== Company admin page css starts here ========================*/

.nvc-company-details {
    width: 100%;
    height: 100%;
}

.nvc-company-details .nvc-company-details-inner {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nvc-company-details .nvc-company-details-inner .nvc-company-details-inner-header {
    padding-top: 40px;
    position: relative;
}

.nvc-company-details .nvc-company-details-inner .nvc-company-details-inner-header .header-logo {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0;
    right: 0;
    margin: auto;
    top: -40px;
}

.nvc-company-details .nvc-company-details-inner .nvc-company-details-inner-header .toggle-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nvc-company-details .nvc-company-details-inner .nvc-company-details-inner-header .go-back-icon {
    position: absolute;
    left: 10px;
    top: 10px;
}

.nvc-company-details-list {
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nvc-company-details-list.expanded {
    max-height: 50vh;
    overflow: auto;
}

.nvc-company-details-list.collapsed {
    max-height: 0;
}

.nvc-company-details-list .unit-count {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: rgb(41, 158, 38);
    border-radius: 50%;
    margin: 0 5px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.nvc-company-details-inner-header .header-logo .unit-count {
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    background: rgb(41, 158, 38);
}

.nvc-company-details-list .unit-count.Warehouse,
.nvc-company-details-inner-header .unit-count.Warehouse {
    background: rgb(203, 123, 38);
}

.nvc-company-details-list .unit-count.RegisteredOffice,
.nvc-company-details-inner-header .unit-count.RegisteredOffice {
    background: rgb(41, 158, 38);
}

.nvc-company-details-list .unit-count.Branch,
.nvc-company-details-inner-header .unit-count.Branch {
    background: rgb(252, 186, 18);
}

.nvc-company-details-list .unit-count.Stockpoint,
.nvc-company-details-inner-header .unit-count.Stockpoint {
    background: rgb(253, 237, 42);
}

.nvc-company-details-list .unit-count.ManufacturingUnit,
.nvc-company-details-inner-header .unit-count.ManufacturingUnit {
    background: rgb(203, 228, 50);
}

.nvc-company-details-list .unit-count.RetailOutlet,
.nvc-company-details-inner-header .unit-count.RetailOutlet {
    background: rgb(68, 141, 118);
}

.nvc-company-details-list .unit-count.DistributionCentre,
.nvc-company-details-inner-header .unit-count.DistributionCentre {
    background: rgb(253, 58, 15);
}

.nvc-company-details-list .unit-count.CorporateOffice,
.nvc-company-details-inner-header .unit-count.CorporateOffice {
    background: rgb(251, 169, 10);
}


/*=========== Companu admin page css ends here ==========================*/


/*=========== Company public page CSS starts here ===================*/

.nvc-company-logo img {
    height: 150px;
    width: auto;
    object-fit: contain;
    -o-object-fit: contain;
    margin: auto;
}

.nvc-company-header a {
    color: rgb(37, 37, 37);
}

.nvc-offer-carousel .item img {
    height: 25vw;
    object-fit: cover;
    -o-object-fit: cover;
}

.nvc-offer-carousel .item .carousel-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    vertical-align: middle;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
}

.nvc-company-page-header:after {
    content: '';
    width: 100px;
    height: 4px;
    background: rgb(41, 158, 38);
    position: absolute;
    top: calc(50% - 2px);
}


/*=========== Company public page CSS ends here =====================*/


/*=================For global Usage================*/

.nvc-rfloat {
    float: right;
}

.nvc-lfloat {
    float: left;
}

.nvc-clear-both {
    clear: both;
}

.nvc-display-flex {
    display: flex;
}

.nvc-display-block {
    display: block;
}

.nvc-display-inlineblock {
    display: inline-block;
}

.nvc-display-table {
    display: table;
}

.nvc-display-none {
    display: none;
}

.bb-wid-100 {
    width: 100% !important;
}

.bb-wid-80 {
    width: 80% !important;
}

.bb-wid-20 {
    width: 15% !important;
}

.bb-wid-90 {
    width: 90% !important
}

.bb-wid-50 {
    width: 50% !important;
}

.bb-wid-35 {
    width: 35% !important;
}

.bb-wid-25 {
    width: 25% !important;
}

.bb-height-100 {
    height: 100% !important;
}

.nvc-height-100 {
    height: 100vh !important;
}

.nvc-height-90 {
    height: 90% !important;
}

.nvc-height-60 {
    height: 60vh !important;
}

.nvc-margin-0 {
    margin: 0 !important;
}

.nvc-margin-auto {
    margin: auto;
}

.nvc-margin-left-auto {
    margin-left: auto;
}

.nvc-margin-left-0 {
    margin-left: 0 !important;
}

.nvc-margin-left-10 {
    margin-left: 10px !important;
}

.nvc-margin-5 {
    margin: 5px 0 !important;
}

.nvc-margin-bottom-0 {
    margin-bottom: 0 !important;
}

.nvc-margin-top-25 {
    margin-top: 25px !important;
}

.nvc-margin-top-0 {
    margin-top: 0 !important;
}

.nvc-margin-top-1 {
    margin-top: 1px !important;
}

.nvc-margin-top-5 {
    margin-top: 5px !important;
}

.nvc-margin-top-10 {
    margin-top: 10px !important;
}

.nvc-margin-top-15 {
    margin-top: 15px !important;
}

.nvc-margin-top-20 {
    margin-top: 20px !important;
}

.nvc-border-radius {
    border-radius: 35px;
}

.nvc-margin-top-60 {
    margin-top: 60px !important;
}

.nvc-height-50 {
    height: 50px;
}

.nvc-padding-bottom-20 {
    padding-bottom: 20px !important;
}

.nvc-margin-bottom-5 {
    margin-bottom: 5px !important;
}

.nvc-margin-bottom-10 {
    margin-bottom: 10px !important;
}

.nvc-margin-bottom-20 {
    margin-bottom: 20px !important;
}

.nvc-margin-right-0 {
    margin-right: 0;
}

.nvc-margin-right-3 {
    margin-right: 3px;
}

.nvc-margin-right-20 {
    margin-right: 20px !important;
}

.nvc-padding-left-0 {
    padding-left: 0 !important;
}

.nvc-margin-left-16 {
    margin-left: 16px !important;
}

.nvc-margin-left-6 {
    margin-left: 6px !important;
}

.nvc-padding-left-5 {
    padding-left: 5px;
}

.nvc-padding-top-20 {
    padding-top: 20px !important;
}

.nvc-padding-top-10 {
    padding-top: 10px !important;
}

.nvc-padding-top-0 {
    padding-top: 0 !important;
}

.nvc-padding-top-6 {
    padding-top: 6px !important;
}

.nvc-padding-right-15 {
    padding-right: 15px !important;
}

.nvc-padding-bottom-10 {
    padding-bottom: 10px !important;
}

.nvc-padding-bottom-0 {
    padding-bottom: 0 !important;
}

.nvc-padding-left-10 {
    padding-left: 10px !important;
}

.nvc-padding-15 {
    padding: 0 15px;
}

.nvc-padding-0-10 {
    padding: 0 10px;
}

.nvc-padding-20 {
    padding: 20px !important;
}

.nvc-padding-5 {
    padding: 5px 0 !important;
}

.nvc-padding-allside-5 {
    padding: 5px !important;
}

.nvc-padding-right-5 {
    padding-right: 5px !important;
}

.frm-inpt-mrgn-btm-0 md-input-container {
    margin-bottom: 0;
}

.frm-inpt-mrgn-btm-0 md-card {
    margin: 20px;
}

.nvc-md-input {
    background: none;
    border: none;
}

.nvc-padding-0 {
    padding: 0 !important;
}

.nvc-padding-10 {
    padding: 10px !important;
}

.nvc-primary-color {
    color: rgb(41, 158, 38) !important;
}

.nvc-color-black {
    color: #000;
}

.nvc-primary-accent-background {
    background-color: rgb(119, 191, 2) !important;
}

.nvc-accent-color {
    color: rgb(228, 228, 228) !important;
}

.nvc-max-height-30 {
    max-height: 36px;
}

.nvc-primary-background {
    background-color: rgb(41, 158, 38) !important;
}

.nvc-primary-100-color {
    color: rgb(115, 185, 6);
}

.nvc-accent-100-color {
    color: rgb(181, 181, 181);
}

.nvc-primary-100-background {
    background-color: rgb(115, 185, 6) !important;
}

.nvc-accent-background {
    background-color: rgb(228, 228, 228) !important;
}

.nvc-white-background {
    background: rgb(255, 255, 255);
}

.nvc-primary-gradient-to-bottom {
    background: rgb(41, 158, 38);
    background: linear-gradient(to bottom, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -moz-linear-gradient(to bottom, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -ms-linear-gradient(to bottom, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -o-linear-gradient(to bottom, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -webkit-linear-gradient(to bottom, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(119, 191, 2)), color-stop(100%, rgb(41, 158, 38)));
}

.nvc-primary-gradient-to-left {
    background: linear-gradient(to left, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -moz-linear-gradient(to left, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -ms-linear-gradient(to left, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -o-linear-gradient(to left, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -webkit-linear-gradient(to left, rgb(119, 191, 2), rgb(41, 158, 38));
    background: -webkit-gradient(linear, right top, left top, color-stop(0%, rgb(119, 191, 2)), color-stop(100%, rgb(41, 158, 38)));
}

.nvc-white-color {
    color: rgb(255, 255, 255) !important;
}

.nvc-red-border {
    border: 2px solid red;
}

.nvc-red-color {
    color: red;
}

.nvc-black-color {
    color: rgb(37, 37, 37) !important;
}

.nvc-white-color.md-button {
    color: rgb(37, 37, 37);
}

.nvc-accent-100-background {
    background-color: rgb(241, 241, 241) !important;
}

.nvc-tranparent-background {
    background-color: transparent;
}

.nvc-primary-border {
    border: 2px solid rgb(41, 158, 38);
}

.nvc-accent-border {
    border: 2px solid rgb(228, 228, 228);
}

.nvc-border-bottom {
    border-bottom: 1px solid rgb(228, 228, 228);
}

.nvc-border-top {
    border-top: 1px solid rgb(228, 228, 228);
}

.nvc-border-right {
    border-right: 1px solid rgb(228, 228, 228);
}

.nvc-border-left {
    border-left: 1px solid rgb(228, 228, 228);
}

.nvc-white-border {
    border: 2px solid rgb(255, 255, 255);
}

.nvc-white-border .nvc-ubtn.bb-btn-file {
    background: rgb(255, 255, 255);
    color: rgb(37, 37, 37);
}

.nvc-tag-left {
    border-top-right-radius: 100rem;
    border-bottom-right-radius: 100rem;
}

.nvc-tag-right {
    border-top-left-radius: 100rem;
    border-bottom-left-radius: 100rem;
}

.nvc-overflow {
    overflow-y: scroll;
    min-height: 200px;
}

.nv-text-center {
    text-align: center;
}

.nv-text-right {
    text-align: right !important;
}

.nv-text-left {
    text-align: left;
}

.nvc-margin-top-6 {
    margin-top: 6px;
}

.nv-text-bold {
    font-weight: 600 !important;
}

.nv-text-strike {
    text-decoration: line-through;
    text-decoration-color: red;
}

td .nv-text-strike {
    text-decoration-color: red;
}

.nvc-text-light {
    font-weight: 400;
}

.nvc-whitespace-preline {
    white-space: pre-line;
}

.nvc-img-circle {
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    border: 2px solid rgb(41, 158, 38);
}

.nv-position-relative {
    position: relative;
}

.nv-position-absolute {
    position: absolute;
}

.nv-position-fixed {
    position: fixed;
}

.nv-position-top-left {
    top: 0;
    left: 0;
}

.nv-position-top-right {
    top: 2px;
    right: -8px;
}

.nv-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.nvc-sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 100;
}

.nvc-sticky-top {
    position: sticky;
    top: 0;
    background: rgb(255, 255, 255);
    z-index: 50;
}

.nvc-bottom-right {
    right: 0;
    bottom: 0;
}

.nvc-max-height {
    max-height: 100vh;
    overflow-y: auto;
}

.nvc-box {
    width: 8px;
    height: 8px;
    display: inline-block;
}

.nvc-fa-remove-background {
    color: red;
}

.nvc-page-bottom-tag {
    width: 83.7%;
    margin-left: calc(2.2% + 150px);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: transform linear 0.2s, opacity linear 0.2s 0.2s;
    -moz-transition: transform linear 0.2s, opacity linear 0.2s 0.2s;
    -ms-transition: transform linear 0.2s, opacity linear 0.2s 0.2s;
    -o-transition: transform linear 0.2s, opacity linear 0.2s 0.2s;
    transition: transform linear 0.2s, opacity linear 0.2s 0.2s;
}

.nvc-padding-right-10 {
    padding-right: 10px;
}

.nvc-page-tag-transition {
    -webkit-transform: translateY(48px);
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    -o-transform: translateY(48px);
    transform: translateY(48px);
    opacity: 0;
}

.nvc-page-bottom-tag .nvc-box,
.nvc-details-view-modal-bottom-tag .nvc-box {
    width: 25px;
    height: 25px;
    background: orange;
    position: absolute;
    left: 14px;
    line-height: 25px;
    top: 8px;
}

.nvc-page-bottom-tag .md-button {
    line-height: 1;
}

.nvc-breadcrumb {
    list-style: none;
    padding-left: 5px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.nvc-breadcrumb li:last-child {
    font-weight: 800;
}

.nvc-breadcrumb>li+li:before {
    padding: 0 5px;
    color: rgb(204, 204, 204);
    content: "/\00a0";
}

.nvc-breadcrumb li {
    display: inline;
}

.nvc-breadcrumb li a {
    color: rgb(255, 255, 255);
}

.nvc-breadcrumb>li:last-child {
    pointer-events: none;
}

.nvc-box.overdue {
    background-color: rgb(255, 0, 0);
}

.nvc-box.open {
    background-color: rgb(255, 255, 0);
}

.nvc-slider-form {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.topbar {
    display: block;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
}

.topbar1 {
    display: block;
    width: 100%;
    height: 90px;
    overflow-y: scroll;
}

.nvc-slider-form .nvc-form-content {
    height: calc(100% - 36px);
    overflow-y: auto;
}

.nvc-layout-divider {
    border-right: 1px solid rgb(37, 37, 37);
}

md-divider.nvc-white-divider {
    height: 15px;
    border-right-color: rgb(255, 255, 255) !important;
}

.nvc-shrink {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
    -webkit-transition: transform 0.3s, opacity 0.5s;
    -moz-transition: transform 0.3s, opacity 0.5s;
    -ms-transition: transform 0.3s, opacity 0.5s;
    -o-transition: transform 0.3s, opacity 0.5s;
    transition: transform 0.3s, opacity 0.5s;
}

.nvc-card-flip {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.nvc-card-flip .front,
.nvc-card-flip .back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

.nvc-card-flip .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: rgb(255, 255, 255);
    z-index: 20;
}

.nvc-card-flip.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

md-divider.nvc-divider,
.nvc-divider {
    height: 70%;
    border-right: 1px solid rgb(37, 37, 37);
}

.nvc-input-btngrp input {
    width: 100%;
    border: 2px solid rgb(41, 158, 38);
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    min-height: 30px;
    padding-left: 10px;
}

.nvc-input-btn {
    top: -14px !important;
    width: 30px;
}

.nvc-button {
    top: -4px !important;
    width: 30px;
    background: rgb(41, 158, 38);
    border: 2px solid rgb(41, 158, 38);
    color: white;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    min-height: 30px;
    margin: 4px;
}

.nvc-search {
    line-height: 15px;
    margin: 12px 10px 0 10px;
}

.nvc-filter {
    border: 1px solid rgb(41, 158, 38);
    border-radius: 20px;
    padding: 7px;
    color: rgb(255, 255, 255);
    background-color: rgb(41, 158, 38);
    height: 27px !important;
    width: 27px !important;
}

.nvc-input-btngrp .nvc-input-button {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(41, 158, 38);
    border: 2px solid rgb(41, 158, 38);
    color: white;
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
    min-height: 30px;
}

.trowserView .nvc-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    box-shadow: none;
    background: transparent;
    /*background-color: rgba(124, 114, 114, 0.5);*/
    -webkit-animation-name: slide-down;
    -moz-animation-name: slide-down;
    -o-animation-name: slide-down;
    animation-name: slide-down;
    -webkit-animation-duration: 750ms;
    -moz-animation-duration: 750ms;
    -o-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.background-color .nvc-dialog {
    background-color: #7c727280 !important;
}

.nvc-objectfit-cover {
    object-fit: cover;
    -o-object-fit: cover;
}

.nvc-overflow-hidden {
    overflow: hidden !important;
}

.nvc-overflow-auto {
    overflow: auto;
}

.nvc-shape-pill {
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    border-radius: 100rem;
}

.nvc-shape-pill.md-button {
    line-height: 28px;
    min-height: 30px;
    text-transform: none;
    font-weight: 400;
    width: auto;
    min-width: 30px;
    padding: 0 10px;
}

.nvc-shape-pill.md-button.md-raised {
    color: rgb(255, 255, 255) !important;
}

.nvc-primary-background.md-button {
    color: rgb(255, 255, 255);
}

.nvc-primary-background.md-button:not([disabled]):hover,
.nvc-primary-background.md-button:not([disabled]).md-focused {
    background-color: rgb(41, 158, 38);
}

.nvc-cust-mini.md-button {
    min-height: 20px;
    color: rgb(255, 255, 255);
}

.nvc-icon-button-cust.md-button.md-icon-button {
    margin: 6px 8px;
    height: 30px;
    line-height: 20px;
    width: 30px;
    min-height: 30px;
    padding: 4px;
}

.nvc-dialog-close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}

.nvc-fab-mini.md-button {
    padding: 0;
}

.nvc-inventory-option {
    bottom: 0 !important;
    position: sticky !important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    color: rgb(255, 255, 255);
}

.nvc-fab-mini.md-button.md-fab.md-mini {
    line-height: 35px;
    width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 25px;
    margin: 2px;
}

.nuser {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(255, 255, 255);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
}

.nuser img {
    border: none;
    width: 20px;
    height: 20px;
}

.md-no-error-space .md-errors-spacer {
    display: none;
}

.md-no-border .md-input {
    border-bottom: none;
}

md-menu-item>.md-button md-icon {
    margin-right: 0;
}

md-datepicker.nvc-date-picker button.md-datepicker-button {
    display: none;
}

md-datepicker.nvc-date-picker .md-datepicker-input-container {
    margin-left: 0;
}

md-datepicker.nvc-date-picker .md-datepicker-input {
    width: 92px;
    min-width: initial;
    max-width: initial;
}

md-datepicker.nvc-date-picker .md-datepicker-triangle-button.md-button.md-icon-button {
    width: 14px;
    margin: 0;
    padding: 0;
}

md-datepicker.nvc-date-picker {
    background: none;
}

.nvc-custom-date-picker .md-datepicker-button {
    display: none;
}

.nvc-custom-date-picker .md-datepicker-input-container {
    margin-left: 0;
    text-align: center;
    background: rgb(228, 228, 228);
    border-radius: 100rem;
    padding-top: 5px;
    border: none;
    width: 100%;
}

.nvc-custom-date-picker .md-datepicker-input {
    text-align: center;
    width: 100%;
}

.nvc-custom-date-picker .md-datepicker-triangle-button {
    top: 7px;
    right: 7px;
}

md-input-container.nvc-custom-date-picker {
    padding-left: 10px;
}

.md-calendar-scroll-container {
    width: auto;
}

.md-button {
    text-transform: none;
    font-weight: 600;
}

.md-tab {
    text-transform: none;
}

md-tabs md-ink-bar {
    color: rgb(41, 158, 38);
    background-color: rgb(41, 158, 38);
    height: 3px;
}

md-checkbox {
    margin-bottom: 0;
}

md-select[multiple] .md-select-value span {
    display: inherit;
}

md-select.nvc-shape-pill .md-select-value,
md-select.nvc-shape-pill:not([disabled]):focus .md-select-value {
    border-bottom-color: transparent;
}

.layout-row>md-divider {
    border-right-color: rgb(37, 37, 37);
}

.nvc-upload-button {
    width: 75px;
    height: 75px;
    background: rgb(228, 228, 228);
    border-radius: 50%;
}

.nvc-upload-button .bb-btn-file {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 100%;
}

.nvc-ubtn.bb-btn-file {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: rgb(228, 228, 228);
    color: rgb(37, 37, 37);
    padding: 4px 0;
    font-size: 12px;
}

img.nvc-shape-pill,
img.img-circle {
    object-fit: cover;
    -o-object-fit: cover;
}

.nvc-square-box {
    position: relative;
    /*this css is for making any div or image 1:1 aspect ration and same css child needs to be maintained*/
    width: 100%;
}

.nvc-square-box:before {
    content: '';
    padding: 50% 0;
    /*If this CSS if affecting any native properties please use dynamic height for that div or image to maintain Aspect ratio*/
    display: block;
}

.nvc-square-box>.nvc-square-box-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.nvc-barcode-image {
    top: -39px !important;
    position: relative;
    width: 80px;
    height: 80px;
}

.nvc-barcode-icon {
    object-fit: initial;
    width: 100%;
}

.nvc-product-list li {
    display: inline-block;
}

.nvc-header-businessunit {
    background: rgb(41, 158, 38);
    background: rgba(0, 0, 0, 0.2);
}

.nvc-vertical-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.nvc-bottom-fab {
    position: sticky;
    bottom: 0;
    width: 100%;
}

.nvc-bottom-fab md-fab-toolbar .md-fab-toolbar-wrapper {
    height: auto;
}

.nvc-line-height-15 {
    line-height: 1.5 !important;
}

.nvc-custom-radio input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.nvc-custom-radio .radio-box {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid rgb(41, 158, 38);
    border-radius: 50%;
    margin-top: 10px;
    position: relative;
}

.nvc-custom-radio .radio-box:after {
    content: '';
    width: 10px;
    height: 10px;
    background: rgb(41, 158, 38);
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.nvc-custom-radio input:checked~.radio-box:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: auto;
}

.md-button.md-fab {
    z-index: auto;
}


/*========================= End of global Usage ====================*/


/*========================= Step wizard css starts =================*/

ul.nvc-step-wizard {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.nvc-step-wizard li {
    list-style: none;
    display: inline-block;
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 0;
    font-size: 12px;
    font-weight: 600;
}

.nvc-step-wizard li div {
    text-align: center;
    background: rgb(210, 210, 210);
    width: 26px;
    height: 26px;
    margin: auto;
    border-radius: 50%;
    line-height: 26px;
}

.nvc-step-wizard li.completed div {
    background: rgb(41, 158, 38);
    color: rgb(255, 255, 255);
}

.nvc-step-wizard li.completed div:last-child {
    border: 2px solid rgb(41, 158, 38);
}

.nvc-step-wizard li:before {
    content: '';
    width: 100%;
    height: 4px;
    background: rgb(210, 210, 210);
    position: absolute;
    right: calc(50% - 13px);
    top: 10px;
    z-index: -1;
}

.nvc-step-wizard li.completed:before {
    background: rgb(41, 158, 38);
}

.nvc-step-wizard li:first-child:before {
    content: none;
}


/*========================= Step wizard css ends ===================*/


/*========================= Create View Css goes here ==============*/

.nvc-create-head {
    display: flex;
}

.nvc-create-head-tag {
    margin: 10px;
    padding: 10px;
    background: rgb(228, 228, 228);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-weight: 600;
    text-align: center;
}

.nvc-create-head-content h5 {
    color: rgb(41, 158, 38);
    margin-bottom: 0;
    font-weight: 600;
}

.nvc-create-head-content h6 {
    font-weight: 600;
}

.nvc-create-content md-input-container {
    margin-bottom: 0;
}

.nvc-create-content-prod {
    font-weight: 600;
    background: rgb(228, 228, 228);
    padding: 7px 10px;
    margin: 8px 2px;
    border-radius: 100rem;
    display: inline-block;
}

.nvc-create-content-prod+span {
    font-weight: 600;
    color: rgb(41, 158, 38);
    padding: 4px 10px;
}


/*========================= End of Create View Css =================*/


/*========================= Create View for mobile CSS goes here ===============*/

.nvc-create-card-xs {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.nvc-box-shadow-none {
    box-shadow: none;
    border-radius: 0;
}

.nvc-create-card-xs .nvc-create-card-content {
    padding: 1em;
}

.nvc-create-form-xs {
    margin: 1rem;
}

.nvc-create-form-xs .nvc-create-card-submit-button {
    position: fixed;
    right: 0;
    bottom: 0;
}

.nvc-create-card-content .md-button.md-icon-button {
    position: absolute;
    right: 6px;
    bottom: calc(-18px - 1em);
}

.nvc-create-card-xs .nvc-address-close-icon {
    position: relative;
}

.nvc-create-card-xs .nvc-address-close-icon:after {
    content: '';
    height: 1px;
    width: 100%;
    background: rgb(0, 0, 0);
    top: calc(50% - 1px);
    position: absolute;
    z-index: -1;
    left: 0;
}

.nvc-create-card-xs .nvc-address-close-icon span {
    z-index: 0;
    background: rgb(255, 255, 255);
    padding: 0 5px 0 0;
}


/*========================= Create view mobile css ends here ===================*/


/*========================= details view mobile css starts here ================*/

.nvc-detail-view-xs .nvc-details-header {
    position: relative;
}

.nvc-details-header .nvc-details-header-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    color: white;
}


/*overriding angular class for height*/


/*md-tabs.nvc-tab-content-height:not(.md-no-tab-content):not(.md-dynamic-height) {
    min-height: 100vh;
}*/


/*overriding angular class for height*/

.nvc-details-header-content .close-button {
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}

.nvc-details-header-content .close-button .fa-chevron-left {
    text-shadow: none;
}

.nvc-details-header .nvc-square-box:before {
    padding: 35% 0;
}

.nvc-details-header-tag {
    padding: 5px 15px;
}

.nvc-details-header-tag .tag-collapsed {
    max-height: 0;
}

.nvc-details-header-tag .tag-expand {
    max-height: 700px;
}

.nvc-details-header-tag .tag-collapsed,
.nvc-details-header-tag .tag-expand {
    overflow: hidden;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -ms-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.nvc-details-header-tag .nvc-details-header-tag-content {
    position: absolute;
    top: 2px;
    right: 8px;
    background: tomato;
    padding: 2px 4px;
    border-radius: 100rem;
    font-size: 10px;
    font-weight: 600;
    width: 17px;
    height: 17px;
}

.nvc-details-header-tag md-divider {
    width: 65%;
    margin: auto;
    border-top-color: rgb(255, 255, 255);
}

.nvc-details-view-modal.modal {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}

.nvc-details-view-modal .modal-dialog {
    height: calc(100% - 100px);
    overflow: auto;
    margin-top: 0;
}

.nvc-details-view-modal .modal-content {
    height: 100%;
    overflow: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nvc-details-view-modal-bottom-tag {
    position: sticky;
    bottom: 0;
    border-radius: 100rem;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}


/*========================= details view mobile css ends here ==================*/


/*========================= image carousel css in orders and offers page =======*/

.nvc-order-carousel {
    overflow: hidden;
}

.nvc-order-carousel .carousel-control span {
    color: rgb(0, 0, 0);
    position: absolute;
    top: 40%;
    -webkit-transition: left ease-in 0.2s, right ease-in 0.2s;
    -moz-transition: left ease-in 0.2s, right ease-in 0.2s;
    -ms-transition: left ease-in 0.2s, right ease-in 0.2s;
    -o-transition: left ease-in 0.2s, right ease-in 0.2s;
    transition: left ease-in 0.2s, right ease-in 0.2s;
}

.nvc-order-carousel .carousel-control.left span {
    left: -100%
}

.nvc-order-carousel.carousel-hover .carousel-control.left span {
    left: 0;
}

.nvc-order-carousel .carousel-control.right span {
    right: -100%;
}

.nvc-order-carousel.carousel-hover .carousel-control.right span {
    right: 0;
}

.nvc-order-carousel .carousel-indicators {
    bottom: -20% !important;
    margin-bottom: 0;
    -webkit-transition: bottom ease-in 0.2s;
    -moz-transition: bottom ease-in 0.2s;
    -ms-transition: bottom ease-in 0.2s;
    -o-transition: bottom ease-in 0.2s;
    transition: bottom ease-in 0.2s;
}

.nvc-order-carousel.carousel-hover .carousel-indicators {
    bottom: 0 !important;
}

.nvc-order-carousel .carousel-indicators li {
    border-color: rgb(228, 228, 228);
    width: 8px;
    height: 8px;
    margin: 0 1px;
}

.nvc-order-carousel .carousel-indicators .active {
    background: rgb(228, 228, 228);
}

.nvc-order-carousel .carousel-inner .item img {
    border: 1px solid rgb(228, 228, 228);
}

.nvc-image-gallery {
    position: fixed;
    /* ---- nvc-image-gallery is meant to use only once in project not anywhere else since some script is added using this class ---*/
    top: 0;
    /*----- if you need to use image gallery try to use the same code which is already present ---------*/
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    z-index: 99998;
}

.nvc-image-gallery .close-button {
    position: absolute;
    top: 5px;
    right: 12px;
    color: rgb(99, 98, 98) !important;
}

.nvc-image-gallery img {
    object-fit: contain;
    -o-object-fit: contain;
}


/*========================= End of the image carousel css ======================*/


/*Media Queries goes here */

@media (max-width: 960px) {
    .nvc-features-table2 {
        max-width: 90%;
    }
    .nvc-features-inner h1 {
        font-size: 26px;
    }
    .nvc-features-inner h1:after {
        top: 6%;
        left: 21px;
        height: 2px;
    }
    .nvc-features-inner h2 {
        font-size: 2rem;
    }
    .nvc-featuress-inner p {
        line-height: 1.2;
    }
    .nvc-panel5 h1 {
        font-size: 5rem;
    }
    .nvc-panel5 h1:before,
    .nvc-panel5 h1:after {
        top: 16%;
    }
    .nvc-panel5 h2 {
        font-size: 2rem;
    }
    .nvc-panel5-value h3,
    .nvc-panel5-value h4 {
        font-size: 2.5rem;
    }
    .nvc-panel5-value h3:after,
    .nvc-panel5-value h4:after {
        bottom: 17%;
        width: 21%;
    }
    .carousel-content p {
        font-size: 1rem;
        padding-left: 6%;
        padding-right: 6%;
    }
    .nvc-signin {
        height: 32vw;
    }
    .nvc-signin-new .md-button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .nvc-page-bottom-tag {
        width: auto;
        margin-left: 10px;
        bottom: 15px;
        margin-right: 10px;
        border-radius: 100rem;
    }
    .nvc-tracker-card-padding {
        padding: 0 10px;
    }
    .nvc-tracker-card .track-prod-img {
        width: 35px;
        height: 35px;
    }
    .nvc-create-content:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        width: 5px;
        height: 100%;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 50px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .trowserView .nvc-dialog-left {
        right: inherit;
    }
    .nvc-product-list-height-600 {
        max-height: 600px;
    }
}

@media (max-width:600px) {
    .nvc-panel2 p {
        font-size: 10px;
    }
    .nvc-panel9 .nvc-display-flex img {
        width: 20%;
        height: 100%;
    }
    .nvc-panel9 h1:after {
        width: 40%;
        top: 24%;
        left: 30%;
    }
    .carousel-content p {
        font-size: 1.3rem;
        padding-right: 7%;
    }
    .nvc-panel6 h1:before,
    .nvc-panel6 h1:after,
    .nvc-panel6 div:before,
    .nvc-panel6 div:after {
        content: none;
    }
    .nvc-features-table1 {
        border: 7px solid rgb(116, 0, 188);
        height: 28vw;
    }
    .nvc-features-table2 {
        left: 10%;
        margin-top: -11%;
        border: 12px solid rgb(255, 255, 255);
    }
    .nvc-panel4 {
        padding-left: 5px;
        padding-right: 0;
    }
    .nvc-features-inner h1:after {
        top: 4%;
        left: 13px;
    }
    .nvc-panel5 h1 {
        font-size: 3rem;
    }
    .nvc-panel5 h1:after,
    .nvc-panel5 h1:before {
        top: 17%;
    }
    .nvc-panel5-value h3,
    .nvc-panel5-value h4 {
        font-size: 1.5rem;
        padding-top: initial;
    }
    .nvc-panel5-value h4 {
        margin-top: 20px;
    }
    .text-carousel {
        width: 95%;
    }
    .nvc-features-inner h2 {
        text-align: center;
    }
    .second {
        order: 1;
    }
    .first {
        order: 2;
    }
    .nvc-landing-offers .first {
        order: 2;
    }
    .nvc-landing-offers .nv-text-center.second {
        order: 1;
        margin: 20px 0 0 0;
    }
    .nvc-landing-offers .third {
        order: 3;
        display: flex;
        justify-content: center;
    }
    .nvc-landing-offers-text,
    .nvc-landing-offers-options {
        font-size: 11px;
    }
    .nvc-landing-offers-tabs md-tabs .md-tab {
        padding: 2px 10px;
        font-size: 10px;
    }
    .nvc-landing-offers-tabs md-pagination-wrapper {
        height: 32px;
    }
    .nvc-signin img {
        display: none;
    }
    .nvc-signin {
        height: auto;
    }
    /*.nvc-signup, [ng-show="path==='/signin'"]{
        position: relative;
        width: 100%;
    }*/
    .nvc-signin-new {
        margin-top: 1em;
    }
    .nvc-category-select .nv-text-center {
        margin: 15px 0 15px 0;
    }
    .nvc-create-content:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        width: 5px;
        height: 100%;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 10px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .trowserView .nvc-dialog-left {
        right: inherit;
    }
}

@media (min-width:300px) {
    .nvc-xs-wid-100 {
        width: 100%;
    }
    .nvc-create-content:before {
        content: '';
        top: 0;
        width: 0;
        height: 0;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 0;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .trowserView .nvc-dialog-left {
        right: inherit;
    }
}

@media (min-width:420px) {
    .nvc-xs-wid-100 {
        width: 100%;
    }
    .nvc-create-content:before {
        content: '';
        top: 0;
        width: 0;
        height: 0;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 0;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .trowserView .nvc-dialog-left {
        right: inherit;
    }
}

@media (min-width:500px) {
    .nvc-xs-wid-100 {
        width: 100%;
    }
    .nvc-create-content:before {
        content: '';
        top: 0;
        width: 0;
        height: 0;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 0;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .trowserView .nvc-dialog-left {
        right: inherit;
    }
}

@media (min-width:700px) {
    .nvc-create-content {
        margin-left: 50px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nvc-create-content:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        width: 5px;
        height: 100%;
        background: rgb(228, 228, 228);
    }
    .trowserView .nvc-dialog-left {
        right: 0 !important;
    }
    .nvc-product-list-height-600 {
        max-height: 403px;
    }
}

@media (min-width:961px) {
    .nvc-md-wid-45 {
        width: 45%;
    }
    .nvc-md-wid-80 {
        width: 80%;
    }
    .nvc-create-content:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        width: 5px;
        height: 100%;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 50px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nvc-product-list-height-600 {
        max-height: 403px;
    }
}

@media (min-width:1025px) {
    .nvc-md-wid-45 {
        width: 45%;
    }
    .nvc-md-wid-80 {
        width: 80%;
    }
    .nvc-create-content:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        width: 5px;
        height: 100%;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 50px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nvc-product-list-height-600 {
        max-height: 403px;
    }
}

@media (min-width:1281px) {
    .nvc-md-wid-45 {
        width: 45%;
    }
    .nvc-md-wid-80 {
        width: 80%;
    }
    .nvc-create-content:before {
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        width: 5px;
        height: 100%;
        background: rgb(228, 228, 228);
    }
    .nvc-create-content {
        margin-left: 50px;
        position: relative;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nvc-product-list-height-600 {
        max-height: 403px;
    }
}

@keyframes bounce-in {
    0% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.divider-full-height {
    height: 100vh;
}


/*#phoneNumber::-webkit-inner-spin-button,
#phoneNumber::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#phoneNumber {
    -moz-appearance: textfield;
}*/

.nvc-margin-left-4 {
    margin-left: 4px;
}

.nvc-nvipani-logo img {
    border: none;
    width: 25px;
    height: 25px;
}

.nvc-black-text-color {
    color: rgb(0, 0, 0)!important;
}

.nvc-status-style {
    padding: 0.5em 1.5em 0.4em!important;
    font-size: 12px!important;
    font-weight: 600!important;
}

img.nvc-notified-image {
    object-fit: cover;
    height: 85px;
}

.nvc-margin-input-container {
    margin: 22px 0 0 0!important;
}

.nvc-summarybar .nvc-summarybar-content {
    outline: 0 none !important;
}

.nvc-step-wizard li.danger div {
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

.bb-link-me i.fa.fa-camera {
    color: rgb(66, 66, 66);
}

.nvc-margin-left-1 {
    margin-left: 1px;
}

.nvc-padding-bottom-5 {
    padding-bottom: 5px;
}

.nvc-overflow-break {
    overflow-wrap: break-word;
}

.nvc-apply-category {
    bottom: 7px;
}

.nv-height-auto {
    height: auto !important;
}

.nvc-height-0 {
    height: 0 !important;
}

input.nvc-border-none {
    border: none;
}

.nvc-search-result md-icon {
    transform: rotate(25deg);
    color: rgb(204, 204, 204);
    margin-top: 10px;
}

.nvc-search-result ul li a {
    color: rgb(0, 0, 0) !important;
}

.nvc-recent-search ul li {
    list-style-type: none;
}

.nvc-recent-search ul li {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 10px 0;
}

.nvc-recent-search ul li:last-child {
    border-bottom: none;
}

.nvc-recent-search-more {
    margin: 0 16px;
}

.nvc-circle-search {
    border: 2px solid rgb(42, 158, 37);
    width: 21px;
    height: 21px;
    border-radius: 20px;
    margin: auto;
}

.nvc-margin-bottom-15 {
    margin-bottom: 15px;
}

.nvc-minus-icon {
    border: 2px solid red;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    margin: auto;
    padding: 2px 3px;
}

.nvc-minus-icon md-icon {
    color: red;
}

.nvc-dotted-border-space {
    margin-left: 0;
    position: relative;
    transition: all 0.5s;
    height: 20px;
    width: 0;
    border: 2px dotted rgb(66, 66, 66);
    margin: auto;
}

.nvc-append-search {
    margin: 13px 0 0 7px;
}

.nvc-padding-20-0 {
    padding: 0 20px;
}

.nvc-create-head-icon {
    margin: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-weight: 600;
    text-align: center;
    border: 2px solid red;
    color: red;
}

.nvc-append-search md-icon {
    width: 19px;
    height: 18px;
    color: red;
}

.nvc-minheight-create-content:before {
    content: '';
    position: absolute;
    left: -31px;
    top: -9px;
    width: 1px;
    height: 20px;
    border: 2px dotted rgb(0, 0, 0);
}

button.nvc-hover-backgrouncol-none:not([disabled]):hover {
    background-color: transparent;
}

ul.breadcrumb.breadcrumb-separator-white-color li+li:before {
    color: rgb(255, 255, 255);
}

.nvc-create-more-content:before {
    background: none;
}

.nvc-create-more-content {
    margin-left: 19%;
}

.nvc-height-30 {
    height: 30px !important;
}

.nvc-padding-left-15 {
    padding-left: 15px;
}

.md-tab .nvc-tabs-space-between {
    padding: 12px 39px !important;
}

.nvc-cancle-icon {
    font-size: 25px;
}

.nvc-each-selected-item {
    margin: 15px 0;
}

.space-between-item-brand md-tab-item {
    width: 131px;
}

.nvc-active-view .md-tab {
    padding: 0 3px;
    margin-left: 0;
    margin-top: 13px;
}

.nvc-active-view md-tab-item {
    /*min-width: 86px;*/
    background-color: #1f1f2317 !important;
    border-radius: 20px;
    border: 2px solid rgb(236, 236, 235);
    width: 30%;
    margin-right: 10px;
}

.nvc-active-view md-ink-bar {
    display: none;
}

.nvc-active-view .md-tab.md-active {
    border: 2px solid rgb(41, 158, 38) !important;
    border-radius: 40px;
}

.nvc-active-view md-prev-button,
.nvc-active-view md-next-button {
    display: none;
}

.nvc-active-view md-tabs-canvas {
    margin: 0 0 0 6px !important;
}

.nvc-active-filter {
    padding: 5px 10px !important;
    border-radius: 20px;
    min-height: 20px;
}

.nvc-active-view md-pagination-wrapper {
    width: 100% !important;
}

.nvc-barcode {
    background-color: white;
    border-radius: 10px;
    padding: 2px 10px;
    position: absolute;
    bottom: -7px;
    left: 18%;
}

.nvc-header {
    background-color: rgb(40, 144, 31);
    /*background-image: linear-gradient(to right,rgba(118,190,3,1),rgba(40,144,31,1));*/
    padding: 4px;
}

.nvc-barcode-btn {
    border: 1px solid black;
    border-radius: 26px;
    color: rgb(101, 182, 11);
    min-height: 26px !important;
    line-height: 13px !important;
    padding: 6px 17px;
}

.nvc-edit-btn md-icon {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    line-height: 37px;
}

.nv-btn-wid {
    width: 67%;
    margin: auto;
}

.nvc-back-btn {
    width: 37%;
    margin: auto;
}

.nv-circle {
    position: absolute;
    border-radius: 20px;
    padding: 7px 9px;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 180, 11);
    height: 18px !important;
    width: 6px !important;
    right: 4px;
    margin-top: -7px;
}

.nvc-dialog-dim {
    width: 75%;
    margin: 23% auto 0;
}

.nvc-close-btn {
    float: right;
    position: absolute;
    top: 2%;
    right: 28px;
    font-size: 17px;
}

.nvc-barcode-img {
    margin: auto;
    width: 48%;
}


/*bulk upload css start*/

.nvc-bulk-upload md-tabs-wrapper {
    border: none !important;
}

.nvc-bulk-upload md-tab-item {
    width: 100px;
}

.nvc-bulk-upload .md-tab.md-active {
    cursor: default;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(32, 127, 29) !important;
    border-radius: 50px;
    padding: 0 !important;
}

.nvc-bulk-upload md-ink-bar {
    display: none !important;
}

.nvc-bulk-upload .md-tab {
    cursor: default;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(204, 204, 204) !important;
    border-radius: 50px;
    padding: 0 !important;
    margin: 19px 13px;
}

.nvc-accent-dark-color {
    color: rgb(59, 48, 48);
}

.nvc-eye-circle {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 20px;
    padding: 4px;
}

.nvc-close-circle {
    border: 1px solid rgb(255, 0, 0);
    border-radius: 20px;
    padding: 4px;
    color: red;
}

.nvc-error-circle {
    top: -14px;
    right: -14px;
    background-color: red;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    width: 18px;
    text-align: center;
}

.nvc-progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 20px;
    margin-bottom: 0 !important;
}

.nvc-error-list {
    box-shadow: 2px 3px 8px rgb(204, 204, 204);
}

.nvc-red-circle {
    border: 1px solid red;
    background-color: red;
    color: rgb(255, 255, 255);
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 57px;
}

.nvc-progress-bar.progress {
    background-color: transparent;
    height: 9px;
}

.nvc-button-key {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 40px;
}


/*bulk upload css end*/


/*virtual company*/

.nvc-company-tooltip .tooltiptext {
    visibility: hidden;
    width: 95%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: -255%;
    right: 2%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.nvc-company-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 2%;
    margin-left: -5px;
    border-width: 14px;
    border-style: solid;
    border-color: rgb(0, 0, 0) transparent transparent transparent;
    transform: rotate(180deg);
}

.nvc-company-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    box-shadow: 5px 5px 16px rgb(204, 204, 204);
    border: 1px solid rgb(227, 227, 227);
}

.nvc-bottom-feb-height {
    height: calc(100% - 51px);
}


/*virtual company*/


/*.progress {
    height: 20px;
    border: 1px solid;
    background-color: #ccc;
}
.progress-bar {
    transition: width 1s ease-in-out;
}*/

.progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-image: initial;
    background-image: linear-gradient(rgb(204, 204, 204), rgb(204, 204, 204));
}

.uploaded {
    padding: 0;
    height: 8px;
    border-radius: 10px;
    background-image: linear-gradient(rgb(102, 204, 0), rgb(75, 149, 0));
    border-image: initial;
}


/*css for virtual company*/

.nvc-gradient-primary-background {
    background-image: linear-gradient(to right, #6CB908, #2EA023);
}


/*company catalogue*/

.nvc-category-list {
    background-color: rgb(20, 11, 7);
    display: inline-block;
}

.nvc-barcode-icon {
    background-color: white;
    border-radius: 10px;
    padding: 2px 8px;
    position: absolute;
    bottom: -71%;
    left: 17%;
    width: 36px;
}

.nv-divider {
    height: 35%;
    color: #FFFFFF;
    margin: 10px;
    border-right: 1px solid rgb(255, 255, 255);
}

.nvc-plus {
    color: green;
    font-size: 15px;
    background-color: #e7e7f4;
    padding: 30px 0 35px 28px;
    border: 1px solid white;
    width: 90%;
    height: 76px;
    border-radius: 15px;
}

.nvc-image {
    border: 1px solid white;
    border-radius: 13px;
    width: 83%;
    height: 78px;
}

.nvc-remove-icon {
    position: absolute;
    right: -11px !important;
    top: -6% !important;
}

.nvc-chevron {
    border: 2px solid;
    border-radius: 20px;
    padding: 2px 3px 4px 3px;
}

.nvc-create-btn {
    width: 47% !important;
    background-image: linear-gradient(to left, #25A22A, #67B408);
}

.nvc-overflow-x {
    overflow-x: auto;
}

.nvc-sub-category-width {
    width: 38%
}

.nvc-category-width {
    width: 100vw;
    position: relative
}

.nvc-scroll-categories {
    flex: 0 0 auto;
    padding: 10px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.nvc-list-style-type-none {
    list-style-type: none;
    margin-left: 22px;
}

.nvc-category-height {
    min-height: 10px;
    max-height: 350px;
}

.nvc-scroll-content {
    position: relative;
    height: 85vh;
    overflow-y: scroll;
}

.nvc-plus-btn {
    position: fixed;
    right: 0;
    bottom: 33px;
}


/*.nvc-bottom {
    bottom: 39px !important;
}*/

.nvc-scroll-card {
    max-height: 400px;
    overflow-y: scroll;
}


/*.nvc-add-button {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    height: auto;
    right: 0;
}*/

.nvc-create-content {
    margin-left: 50px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nvc-create-content:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgb(228, 228, 228);
}


/*  ------------------ Tracker CSS --------------------*/

.nvc-thick-primary-border {
    border: 4px solid rgb(41, 158, 38);
}

.nvc-parent-img {
    border-radius: 11%;
}

.nvc-border-position {
    height: 30%;
    bottom: -30%;
    left: 49%;
}

.nvc-margin-left-2 {
    margin-left: 2%;
}

.nvc-arrow-position {
    height: 39%;
    bottom: -66%;
    right: 83.5%;
}

.nvc-count-position {
    bottom: -14%;
    width: 8%;
    height: 29%;
    right: 77%;
}

.nvc-margin-bottom {
    margin-bottom: 8%;
}

.nvc-padding-2 {
    padding: 2px;
}

.nvc-icon-position {
    left: 15.2%;
    bottom: -43%;
}


/* ----------------- Order Creation ------------ */

.nvc-transparent-background {
    background-color: #00000042;
}

.nv-font-size {
    font-size: 10px !important;
}

.nvc-place-text {
    top: 57%;
    right: 29%;
    font-size: 10px;
}

md-autocomplete[md-floating-label] md-autocomplete-wrap {
    height: 2em;
}

md-autocomplete[md-floating-label] md-input-container {
    margin: 0;
}

.nvc-button-width {
    min-width: 40px;
    min-height: 42px;
}

.nvc-padding-3 {
    padding: 3px;
}

.nvc-button-position {
    position: sticky;
    bottom: 10%;
}

.nvc-address-button {
    position: absolute;
    bottom: 10px;
    left: 31%;
}


/*--------------------------- Evidences CSS ---------------------------------*/

.nvc-icon-position {
    width: 4%;
    height: 27px;
}

.nvc-icon-padding {
    padding: 7px 0 0 7px !important;
}

.nvc-width-25 {
    width: 25%;
}

.nvc-padding {
    padding: 4px 6px;
}

.nvc-margin-left-7 {
    margin-left: 7%;
}

.bb-wid-33 {
    width: 33% !important;
}

.nvc-select-value span.md-select-icon {
    color: white;
}

.nvc-select-value span {
    color: white;
}

.nvc-height-90-vh {
    height: 85vh !important;
}

.nvc-dashed-border-xs {
    left: 11% !important;
    top: -124px !important;
    height: 140px !important;
}

.nvc-chevron-position-xs {
    left: 34px !important;
    top: -135px !important;
}

.nvc-border-radius-50 {
    border-radius: 50% !important
}

.nvc-check-icon {
    height: 42px;
    width: 42px;
}

.nvc-font-size-16 {
    font-size: 16px;
}

.nvc-text-position {
    top: -9px !important;
    left: 14px;
}

.nvc-units-list {
    max-height: 82vh;
    overflow-y: auto;
    overflow-x: hidden;
}
