*body {
    padding: 0px;
    margin: 0px;
}

#header {
    width: 100%;
    display: inline-block;
    background-color: #FF9B00;
}

#header .fa-phone-custom {
    font-size: 28px;
    line-height: 50px;
    float: left;
    margin-right: 10px;
}

.right-content-header {
    color: #fff;
}

.mobile-logo {
    display: none;
}

.row-name-custom th {
    text-align: center;
}

.table-header-menu {
    display: inline-block;
    width: 100%;
    background-color: #f3f3f3;
    padding: 10px 0px;
}

.table-header-menu li {
    display: inline-block;
    width: 16%;
    text-align: center;
}

.table-header-menu li a {
    color: #a0a0a0;
    font-weight: 600;
    font-size: 1rem;
}

.table-header-menu .active a {
    color: #43b8c1;
    font-weight: 700;
}

.product-listing-box-d {
    padding: 0px;
}

.product-listing-box-d li {
    display: inline-block;
    width: 19%;
    text-align: left;
    color: #a0a0a0;
    font-weight: 600;
    font-size: 13px;
}

.text-green {
    color: #77b199;
}

.upload-btn-wrapper {
    position: relative;
    float: right;
    margin-right: 10px;
}

.btn-upload-cutom {
    border: 1px solid gray;
    color: gray;
    background-color: white;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 14px
}

.search-box-main {
    background-color: #f3f3f3;
    padding: 14px 0px;
}

.btn-upload-cutom .fa-plus {
    color: #f98427;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
}

#custom-search-input {
    position: relative;
    margin: 0;
    padding: 0;
    width: 35%;
    float: left;
}

#custom-search-input .search-query {
    border-radius: 20px;
    padding: 0 0px 0px 40px;
}

.fa-search-custom {
    position: absolute;
    left: 14px;
    top: 12px;
    color: #fa8325;
}

.btn-search-custom {
    border-radius: 20px;
    font-size: 16px;
    background-color: #fa8325;
    color: #fff;
    padding: 4px 20px;
    margin-left: 10px;
}

.form-check-label {
    color: #43b8c1;
}

.checkbox-span {
    margin-left: 20px;
}

.custom-btn {
    background-color: #fa8325;
    color: #fff;
    margin-left: 20px;
    padding: .3rem .75rem;
}

.Page-navigation {
    display: inline-block;
    float: right;
}

.table thead th {
    border-bottom: inherit;
}

.text-pelorous {
    color: #fa8325;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px;
}

.img_box {
    border: 1px solid#c3b7b7;
    border-radius: 8px;
    text-align: center;
    height: 80px;
    width: 80px;
    padding: 6px;
    margin-top: 12px;
}

.img_box_sku {
    margin-top: 7px !important;
}

.img_box img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.table td,
.table th {
    padding: .66rem;
}

.bg-orange {
    background-color: #fa8325;
    color: #fff;
}

.colorset-box {
    margin-top: 14px;
}

.colorset-box div {
    font-size: 14px;
}


/*SWITCH 3 ------------------------------------------------*/

.switch3 {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 37px;
    background-color: #f3f4f4;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);
}

.switch3 input {
    display: none;
}

.switch3 input:checked+div {
    left: calc(90px - 16px);
    box-shadow: 0px 0px 0px white;
}

.switch3 div {
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 27px;
    background-color: white;
    top: 2px;
    left: 5px;
    box-shadow: 0px 0px 1px rgb(150, 150, 150);
    transition: all .3s;
}

.switch3 div:before,
.switch3 div:after {
    position: absolute;
    content: 'ON';
    width: calc(80px - 40px);
    height: 37px;
    line-height: 37px;
    font-family: 'Varela Round';
    font-size: 14px;
    font-weight: bold;
    top: -5px;
}

.switch3 div:before {
    content: 'OFF';
    color: rgb(120, 120, 120);
    left: 150%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.switch3 div:after {
    content: 'ON';
    right: 100%;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.switch3 {
    margin-top: 10px;
}

.switch3-checked {
    background-color: #fa8325;
    box-shadow: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: inherit;
}

.table-striped tbody tr {
    background-color: inherit;
    box-shadow: 0 3px 4px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 12%);
}

.pagination {
    margin-bottom: 0px;
}

.page-link {
    color: #fa8325;
    padding: .45rem .75rem;
}

.mobile-view {
    display: none;
}

#header .navbar {
    padding: .0rem 1rem;
}

section.desk-top {
    margin-top: 10px;
}

.header-text-span {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.header-text-span-menu {
    /* color: #a0a0a8; */
    color: #ffff;
    font-weight: 500;
}

.desktop-logo {
    width: 100%;
    position: absolute;
    text-align: center;
}

.navbar-brand img {
    width: 80px
}

.fa-phone-custom {
    color: #fff;
}

.desktop-header-page{
    padding-bottom: 75px
}

@media(min-width: 320px) and (max-width: 479px) {
    .mobile-view {
        display: block;
    }
    .mobile-logo {
        display: block;
    }
    /* .desk-top{display: none;} */
    .desktop-logo {
        display: none ;
    }
    .desktop-header-page{
        padding-bottom: 0px !important
    }
    .hide-header-for-mobile-app {
        display: none !important;
        display: none !important;
    }
    .mobile-view .table-header-menu li {
        width: 32%;
    }
    .mobile-view .product-listing-box-d li {
        display: inline-block;
        width: 49%;
        text-align: left;
        color: #a0a0a0;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .mobile-view .upload-btn-wrapper {
        float: left;
        width: 100%;
    }
    .btn-upload-cutom {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: left;
    }
    .mobile-view .btn-upload-cutom .fa-plus {
        color: #f98427;
        position: absolute;
        right: 10px;
        top: 12px;
    }
    .mobile-view #custom-search-input {
        width: 100%;
    }
    .mobile-view .btn-search-custom {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .upload-btn-wrapper input[type=file] {
        width: 100%;
    }
    .checkbox-span {
        margin-left: 0px;
    }
    .mob-top10 {
        margin-top: 10px;
    }
    .mobile-view .custom-btn {
        float: right;
    }
    .custom-btnMob {
        float: left !important;
        margin-left: 0px;
    }
    .page-link {
        padding: .5rem .5rem;
    }
    .col-custom-4 {
        float: left;
        width: 50%;
    }
    .fa-ellipsis-v {
        float: right;
        font-size: 30px;
        color: #43b8c1
    }
    .modal-content {
        overflow: auto;
        height: 500px;
    }
}

@media(min-width: 480px) and (max-width: 768px) {
    .mobile-view {
        display: block;
    }
    .mobile-logo {
        display: block;
    }
    .desk-top {
        display: none;
    }
    .desktop-logo {
        display: none;
    }
    .mobile-view .table-header-menu li {
        width: 32%;
    }
    .mobile-view .product-listing-box-d li {
        display: inline-block;
        width: 49%;
        text-align: left;
        color: #a0a0a0;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .mobile-view .upload-btn-wrapper {
        float: left;
        width: 100%;
    }
    .btn-upload-cutom {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        font-size: 20px;
        text-align: left;
    }
    .mobile-view .btn-upload-cutom .fa-plus {
        color: #f98427;
        position: absolute;
        right: 10px;
        top: 12px;
    }
    .mobile-view #custom-search-input {
        width: 100%;
    }
    .mobile-view .btn-search-custom {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .upload-btn-wrapper input[type=file] {
        width: 100%;
    }
    .checkbox-span {
        margin-left: 0px;
    }
    .mob-top10 {
        margin-top: 10px;
    }
    .mobile-view .custom-btn {
        float: right;
    }
    .custom-btnMob {
        float: left !important;
        margin-left: 0px;
    }
    .page-link {
        padding: .5rem .5rem;
    }
    .col-custom-4 {
        float: left;
        width: 50%;
    }
    .fa-ellipsis-v {
        float: right;
        font-size: 30px;
        color: #43b8c1
    }
    .modal-content {
        overflow: auto;
        height: 500px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    .btn-upload-cutom {
        padding: 4px 1px;
        font-size: 12px;
    }
    .custom-btn {
        margin-left: 6px;
        padding: 0.3rem .3em;
    }
    element.style {}
    #custom-search-input .search-query {
        padding: 0px 0px 0px 30px;
        font-size: 12px;
        height: calc(2em + .75rem + 2px);
    }
    a.btn.bg-orange.edit {
        margin-bottom: 10px;
    }
}

.landin-container {
    font-size: 24px !important;
    text-align: left;
    /* font-family: Roboto; */
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #252525;
}

.landin-p {
    text-align: left;
    font-size: 18px !important;
    /* font-family: Roboto; */
}

.join-us-btn {
    width: 150px;
    height: 40px;
    margin-left: 124% !important;
    /* background: #43b8c1 !important; */
    background: lightgray !important;
    float: left;
}

.join-us-btn-active {
    width: 150px;
    height: 40px;
    margin-left: 124% !important;
    background: #43b8c1 !important;
    color: white !important;
    cursor: pointer;
    float: left;
}

.signin-btn {
    width: 150px;
    float: left;
    height: 40px;
    /* color: black !important; */
    background: lightgray !important;
}

.signin-btn-active {
    width: 150px;
    float: left;
    height: 40px;
    background: #43b8c1 !important;
    color: white !important;
    cursor: pointer;
}

.home-logo {
    float: left;
    height: 70px;
    margin-left: 40px;
}


/* .ui.secondary.menu {
    background: #43b8c1ad !important;
}

.ui.tab.active, .ui.tab.open{
    border: none !important;
    box-shadow: none !important;
} 

.ui.secondary.menu .item {
    color: white !important;
    font-weight: bold !important;
    font-family: 'Roboto' !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.ui.secondary.menu .active.item {
    background: white !important;
    
    font-weight: bold;
    font-family: 'Roboto';
    border: none !important;
    border-radius: unset !important;
    color: black !important;
    height: 40px !important;
} */

.menuLink {
    margin-left: 0px !important;
    padding-left: 96px;
    color: black;
}

.menuLink1 {
    /* margin-left: 68px !important; */
    padding-left: 60px;
    color: black;
}

.menuLink :hover {
    text-decoration: underline;
    /* color: blue; */
    color: #43b8c1;
    font-weight: 600;
}

.header-menu {
    /* background: #f0f0f0 !important */
    background: #737373e0 !important
}

.add-new-brand {
    color: rgb(67, 184, 193);
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 400;
}

.add-new-brand :hover {
    color: rgb(33 133 208);
}

.home-operational {
    background: #f0f0f0;
    padding: 8px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.our-span {
    padding: 2px 10px 2px 12px;
    border-radius: 5px;
    border: 2px ​solid #43b8c1
}

.order-total-per-page-input {
    width: 50px;
    height: 33px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 6px;
}

.finance-payment-total {
    background: #43b8c1;
    padding: 12px;
    font-weight: 600;
    color: white;
}

.reg-step-2-super-category {
    padding: 4px;
    /* background: lightgray; */
    border-radius: 19px;
    cursor: pointer;
}

.reg-step-2-super-category:hover {
    background-color: black;
    color: white;
    padding: 5px;
}

.reg-step-2-super-category-1 {
    padding: 4px;
    background: rgb(194, 63, 63);
    border-radius: 19px;
    cursor: pointer;
    color: white;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.weight-pac {
    min-width: -webkit-fill-available !important;
}

.typeofPackaging12 {
    margin-left: 58%;
    width: 25px;
    min-width: -webkit-fill-available !important;
}

.ui.form .field>label {
    color: rgb(0 0 0 / 63%) !important;
}


/* .ui.menu .active.item:hover, .ui.vertical.menu .active.item:hover {
    color: #43b8c1 !important;
    font-weight: 600;
} */


/* .ui.menu a.item:active {
    color: #43b8c1 !important;
    font-weight: 600;
} */

.ui.menu .active.item {
    /* color: #43b8c1 !important; */
    color: #fff !important;
    font-weight: 600 !important;
    background: orange !important;
}

.ui.vertical.menu .active.item {
    /* color: #43b8c1 !important; */
    color: orange !important;
    font-weight: 600 !important;
    background: #fff !important;
}

.ui.menu.eight.item .item {
    font-weight: bold;
    padding: 15px;
}

.dispatch-time {
    width: 2% !important
}

.brand-list-image {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.brand-image-name {
    height: 60px;
    width: 60px;
    background: orange;
    border-radius: 50%;
    text-align: center;
    padding-top: 29%;
    font-size: 26px;
    font-weight: 500;
    color: white;
    margin-left: 7px;
}

.brandL-listing-col {
    padding-left: 3px !important;
}

.add-product-tab-status {
    float: right;
    color: #ffa629;
    padding-top: 8px;
}

.add-p-tab-checkmark-icon {
    color: green !important;
}

.userIcon {
    border: 3px solid black;
    width: 44px;
    border-radius: 50%;
    height: 44px;
    float: left;
    /* margin-left: 57%; */
    text-align: center;
    /* color: white */
}

.login-card {
    padding: 35px 25px !important
}

.navbar-logo {
    border-radius: 50%;
    width: 140px;
    margin: 0 auto;
    box-shadow: 0px 3px lightgrey;
    margin-top: 5px;
}


.navbar-logo-new {
    border-radius: 50%;
    width: 140px;
    margin: 0 auto;
    /* box-shadow: 0px 3px lightgrey; */
    margin-top: 5px;
}

.header-d-flex {
    height: 73px;
}

.profileIcons {
    background: #ffa500 !important;
    height: 35px;
    width: 35px !important;
    margin-right: 10px !important;
    border-radius: 50%;
    padding: 5px;
    margin-top: 4px !important;
}

.profile-tab-description {
    color: lightgrey;
    padding-left: 48px;
    font-size: 13px;
    line-height: 1px;
    padding-bottom: 7px;
}

.ui.vertical.menu .active.item .profile-tab-description {
    color: #ffa500;
}

.save-submit-btn {
    background-color: #43b8c1 !important;
    color: #fff !important;
}

.footer-cutome {
    padding: 25px;
    background-color: rgb(255 247 192);
    /* margin-top: 4rem; */
    /* text-align: center !important; */
}

.footer-icon {
    color: #ffa500;
}

.footer-link {
    font-size: 16px;
}

.footer-link:hover {
    color: #ffa500 !important;
    font-weight: 500 !important;
}

.footer-title {
    font-size: 17px;
    font-weight: 500 !important;
}

.footer-content {
    padding: 7px 0px;
}

.provacy-policy-content {
    padding: 10px 118px 10px;
    font-size: 17px;
}

@media only screen and (max-device-width: 411PX) {
    .provacy-policy-content {
        padding: 10px 20px 10px !important;
    }
}

.privacy-policy-icon {
    font-size: 15px;
    color: #ff9b00;
    position: absolute;
}

.return-policy-content {
    padding: 10px 118px 10px;
    font-size: 17px;
}

@media only screen and (max-device-width: 411PX) {
    .return-policy-content {
        padding: 10px 20px 10px !important;
    }
}

.return-policy-icon {
    font-size: 15px;
    color: #ff9b00;
    position: absolute;
}

.terms-content {
    padding: 10px 118px 10px;
    font-size: 17px;
}

@media only screen and (max-device-width: 411PX) {
    .terms-content {
        padding: 10px 20px 10px !important;
    }
}

.terms-icon {
    font-size: 15px;
    color: #ff9b00;
    position: absolute;
}

.block-span {
    display: block;
}

.content-p {
    font-size: 17px;
    padding-left: 23px;
}

.ui.item.menu,
.ui.item.menu .item {
    border: none !important;
}

.not-approved-user-navbar {
    background: #ff0000d1;
    color: white;
    padding: 2px 3px;
    border-radius: 3px;
    font-size: 13px;
}

.approved-user-navbar {
    background: #ff9b00;
    color: white;
    padding: 2px 3px;
    border-radius: 3px;
    font-size: 13px;
}

.brand-list-title {
    float: left;
    padding-top: 10px !important;
    color: black !important;
    font-weight: bold !important;
}

.image-div-strech {
    height: 100px;
    width: 100px;
    border: 1px solid lightgray;
    overflow: hidden;
}

.image-div-strech-cancelCheque {
    height: 100px;
    /* width: 200px; */
    border: 1px solid lightgray;
    overflow: hidden;
}

.filter-other-tab {
    border-bottom: 1px solid #e8e9e9;
    padding-top: 15px !important;
}

.table-striped tbody tr {
    background-color: white !important;
    box-shadow: none !important;
}

.product-search-box {
    border-radius: 25px !important;
}

.search-icon {
    pointer-events: auto !important;
    cursor: pointer !important;
}

.home-card-tab {
    width: 100% !important;
    height: 150px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-left: 6px solid #ff9b00 !important
}

.home-card-count-label {
    color: #ff9b00;
    font-weight: 600 !important;
    font-size: 24px !important;
    margin: 0px;
    line-height: 1;
    padding-top: 11px !important;
}

.stockTab {
    border: none;
}

.stockTab tr {
    border: none;
}

.stockTab tr td {
    border: none;
    padding: 7px 10px;
}

.stockTab tr td .head {
    font-weight: bold;
    border-bottom: 1px solid #eee !important
}

.stockTab-border {
    border-bottom: 1px solid #eee !important
}

.ui.circular.button>.icon:hover {
    color: black !important
}

.edit-product-icon {
    padding: 0px !important;
}



.level-line-position {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
    margin-top: 1.875rem;
}
.level-line {
    display: block;
    height: 0rem;
    width: 100%;
    border-top: 0.0313rem solid #D7D7E0;
}

.level-text {
    position: absolute;
    top: -0.625rem;
    z-index: 1000;
    /* background-color: #F8F9FA; */
    background-color: #fff;
    padding: 0rem 0.5rem;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
    color: #3F3F47;
}

.order-listing-navbar{
    padding-top: 30px;
    padding-bottom: 50px;
    margin-right: 48px
}


.order-view {
    max-height: 462px;
    overflow: hidden auto;
    margin-top: 40px;
    border-left: 5px solid blue;
    border-top: 1px solid lightgrey;
    padding: 15px;
}