:root {
    --primary-color: #556ee6;
    --sidebar-color: #e5ecff;
    ;
}


/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.vertical-menu,
body[data-sidebar="dark"] .navbar-brand-box {
    background: var(--sidebar-color) !important;
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
    color: #2c344e !important;
}

body[data-sidebar=dark] .mm-active>a,
body[data-sidebar=dark] .mm-active>a i,
body[data-sidebar=dark] #sidebar-menu ul li.mm-active a i,
body[data-sidebar=dark] a:hover,
body[data-sidebar=dark] a:hover i,
body[data-sidebar=dark] .mm-active .active i {
    color: #222 !important;
}

.products-card img {
    width: 100% !important;
    max-height: 180px;
    object-fit: cover;
}

.product-row-list-wrapper {
    width: 100%;
}

.product-row-list img {
    max-width: 100%;
    width: 100%;
    max-height: 150px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    object-fit: contain;
}

.add-product-btn {
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 0px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-shadow: inset 9px 0px 18px -3px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: inset 9px 0px 18px -3px rgba(0, 0, 0, 0.47);
    box-shadow: inset 9px 0px 18px -3px rgba(0, 0, 0, 0.47);
    -webkit-border-radius: 0 0 0 0px;
    -moz-border-radius: 0 0 0 0px;
    -ms-border-radius: 0 0 0 0px;
    -o-border-radius: 0 0 0 0px;
}

.products-card {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease-in;
    cursor: pointer;
    border-bottom: 3px solid #d7d7d7;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.products-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.products-card h4 {
    margin-top: 20px;
    font-size: 1.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top-search-fld {
    position: relative;
}

.top-search-fld .form-control {
    border-radius: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-btn {
    width: 52px;
    height: 36px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-btn i {
    font-size: 20px;
}

.product-add-pic img {
    width: 100%;
    max-width: 100%;
}

.filters-fld-group {
    display: flex;
    gap: 8px;
}

.filters-fld-group>div {
    width: 150px;
}

.filters-fld-group>div>.form-control {
    border-radius: 50px;
}

.product-row-list {
    margin-bottom: 1rem;
}

.product-row-list img {
    width: 100%;
    max-width: 180px;
}

.vertical-menu,
body[data-sidebar="dark"] .navbar-brand-box {
    background: #ffffff !important;
    /* box-shadow: 0 0 25px #dfdfdf; */
}

.text-primary {
    color: #E91E63 !important;
}

.irs--square .irs-bar,
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
    background: #545454 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #F44336;
    background-color: #F44336;
}

a {
    color: #E91E63;
}

.text-info {
    /* color: #00BCD4!important; */
    color: #db3f4e !important;
}

body[data-sidebar=dark] .mm-active>a,
body[data-sidebar=dark] .mm-active>a i,
body[data-sidebar=dark] #sidebar-menu ul li.mm-active a i,
body[data-sidebar=dark] a:hover,
body[data-sidebar=dark] a:hover i,
body[data-sidebar=dark] .mm-active .active i {
    /* color: #F44336 !important; */
    color: #2c344e !important;
}

.page-item.active .page-link {
    background-color: #7d7e7e;
    border-color: #68686a;
    color: #fff !important;
}

.w-f-50 {
    width: 50px;
}

.top-date-picker {
    max-width: 350px;
}

.dashboard-block-panel .card {
    min-height: 480px;
}

.dashboard-block-panel .card h2 {
    font-size: 18px;
}

.dashboard-block-panel .card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

#sidebar-menu .metismenu li.mm-active,
#sidebar-menu .metismenu li:hover {
    background: rgba(0, 0, 0, 0.08);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.btn .dripicons-preview {
    position: relative;
    top: 2px;
}

a.btn.btn-primary:hover,
a.btn.btn-primary:hover i {
    color: #fff !important;
}

.responsive-table td .d-flex.align-items-center {
    gap: 10px;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
    color: #F44336 !important;
}

.products-card {
    min-height: 240px;
}

.product-row-list .d-flex {
    flex-wrap: wrap;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
    background: #d9d9d9;
}

body[data-sidebar=dark] a.btn-danger:hover,
body[data-sidebar=dark] a.btn-danger:hover i,
body[data-sidebar=dark] a.btn-dark:hover,
body[data-sidebar=dark] a.btn-dark:hover i,
body[data-sidebar=dark] a.btn-success:hover,
body[data-sidebar=dark] a.btn-success:hover i,
body[data-sidebar=dark] a.btn-warning:hover,
body[data-sidebar=dark] a.btn-warning:hover i {
    color: #fff !important;
}

body[data-sidebar=dark] a.btn-default:hover,
body[data-sidebar=dark] a.btn-default:hover i {
    color: #000 !important;
}

.vertical-collpsed .vertical-menu {
    position: fixed;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #000 !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul {
    background-color: #ffffff !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
    color: #F44336 !important;
}

.cursor-pointer {
    cursor: pointer;
}

table td button.btn.btn-danger.btn-rounded.waves-effect.waves-light {
    border-radius: 30px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 !important;
    font-size: 20px;
    line-height: 0;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #d52435;
    border-color: #d52435;
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
    color: #545a6d;
}

.img-wrap img {
    max-width: 100%;
}

/*-----31-03-23-----*/
body.profile-page {
    background: #f8f8fb;
}

.signup-form-wrapper {
    background: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.signup-form-wrapper label {
    font-size: 13px;
    font-weight: 500;
}

.cstm-bg-soft-primary {
    background: rgba(85, 110, 230, .25);
    padding: 10px 23px;
    margin: -24px -24px 15px -24px;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.cstm-bg-soft-primary p {
    font-size: 13px;
    color: #E91E63 !important;
}

.cstm-avtar-md {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 100px;
    background: #f05653;
    position: absolute;
    bottom: -2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-bar {
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
    font-size: 12px;
    margin-top: 40px;
}

.step-bar ul {
    padding: 0;
    display: flex;
}

.step-bar li {
    position: relative;
    /* margin: 0px 30px; */
    margin: 0 12px;
    width: 120px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.step-bar .number {
    transition: background-color 0.1s linear, color 0.1s linear;
    position: relative;
    color: #777;
    background-color: #dfdfdf;
    width: 40px;
    height: 40px;
    padding: 8px 5px;
    margin-bottom: 4px;
    font-weight: 700;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
}

.step-bar .line {
    background-color: #dfdfdf;
    width: 180px;
    height: 5px;
    position: absolute;
    top: 15px;
    right: 60px;
    z-index: 0;
}

.step-bar .active {
    background-color: #d9282f;
    color: #fff;
}

.step-bar-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 10px;
}

.terms-wrapper {
    background: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-height: 70vh;
    overflow: auto;
    margin-bottom: 15px;
}

.terms-bottom {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

.terms-bottom button {
    margin-left: auto;
    margin-right: auto;
}

.terms-wrapper h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.terms-wrapper h2 {
    font-size: 18px;
    font-weight: 600;
}

.terms-wrapper p {
    font-size: 13px;
    line-height: 19px;
}

.custom-scroll::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.wrapper-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
}

.responsive-video {
    position: relative;
    /* padding-bottom: 56.25%; 16:9 -> 9/16x100 */
    padding-bottom: 56.5%;
    overflow: hidden;
}

.responsive-video .video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper-error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

.wrapper-error .responsive-video {
    padding-bottom: 60vh;
    width: 100%;
}

/*-----31-03-23-----*/


@media(max-width: 814px) {
    .responsive-table {
        overflow: auto;
    }

    .filters-fld-group {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}


/* 13.3.23(tushar-css-start) */

.product-img {
    text-align: center;
}

.product-img-text {
    padding: 0 30px;
}

.product-img img {
    /* max-width: 100%; */
    max-width: 85%;
}

.product-img-text h3 {
    margin-bottom: 5px;
}

.product-img-text .form-control {
    margin-top: 8px;
}

.product-size {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.product-size ul {
    padding: 0;
    margin: 0;
}

.product-size ul li {
    display: inline-block;
    margin: 3px;
}

.product-size h4 {
    font-size: 18px;
}

.product-size ul li .btn {
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.product-size .table .thead-light th {
    white-space: nowrap;
}

.product-size table tbody th {
    white-space: nowrap;
}

.product-size table tbody .btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 20px;
    gap: 0;
    line-height: 0;
}


/* 13.3.23(tushar-css-end) */


/* 16.03.2023 */

.date-label {
    display: flex;
    margin: 0 5px 0 0;
    white-space: nowrap;
    align-items: center;
}

.btn-group {
    border-radius: 0.375rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #334297;
    border-color: #334297;
    color: #fff;
}

.btn-group label:nth-of-type(1) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-group label:nth-of-type(3),
.btn-group label:last-child {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


/* .btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
} */

.hiddenRow {
    padding: 0 !important;
}

.inner-table {
    margin: 15px auto;
    max-width: 60%;
    border-left: 1px solid #eff2f7;
    border-bottom: 1px solid #eff2f7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.inner-table table {
    margin: 0;
    background-color: #fff;
}

.btn-eye {
    border: 0 none;
    background: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
    font-size: 16px;
}

.circle-radius {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.input-group-text {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-right: 0 none;
}

.input-group-text:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-left: 0 none;
    border-right: 1px solid #ced4da;
}

.logo-wrap {
    max-width: 300px;
}

.dotted-button {
    border: 1px dashed #ced4da;
    width: 100%;
    font-weight: 600;
}


/* MULTI SELECT */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: calc(1.5em + 0.94rem + 2px);
    padding: 0.47rem 0.75rem;
    font-size: .8125rem;
    border: 1px solid #ced4da;
    background-color: #fff !important;
    cursor: text;
    width: 100%;
    border-radius: 0.25rem;
    background-image: none !important;
}

.chosen-container-active .chosen-choices {
    box-shadow: none;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 100%;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: inherit;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 0 5px 0 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background: #eeeeee !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    line-height: 13px;
    cursor: default;
    background-image: none !important;
    font-family: inherit !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #b2b2d9;
    color: #fff;
    background-image: none !important;
}


/* MULTI SELECT END */

.topnav .navbar-nav .nav-link {
    display: flex;
}

.topnav .navbar-nav .nav-link i {
    font-size: 18px;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}

.card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.form-control {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.inv-box {
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin-bottom: 30px;
}

.img-inv-wrap {
    margin: 0 0 15px;
}

.img-inv-wrap img {
    max-width: 100%;
}

.topnav {
    background: #f3f3f3;
}

.topnav .navbar-nav .nav-item .nav-link.active {
    color: #2c344e !important;
}

.bg-primary,
.avatar-title {
    background-color: #f05653 !important;
}

.inv-box h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.date-price {
    display: flex;
}

.date-price>p {
    flex: 1;
}

p.date {
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    margin: 0 0 5px;
    align-items: flex-end;
    flex-direction: column;
    max-width: 50%;
}

p.date span {
    font-weight: bold;
    font-size: 18px;
}

.price-range {
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    margin: 0 0 5px;
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
}

p.price-range span {
    font-weight: bold;
    font-size: 18px;
}

.custom-accordion {
    position: relative;
}

.custom-accordion .accordion-button {
    display: flex;
    width: 100%;
    position: relative;
}

.custom-accordion .accordion-button::after {
    content: "\f151";
    font-family: 'Font Awesome 5 Free' !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #545454;
    font-size: 18px;
    position: absolute;
    top: -3px;
    right: 0;
}

.custom-accordion a.text-dark.accordion-button.collapsed::after {
    content: "\f150";
    font-family: 'Font Awesome 5 Free' !important;
}

.product-details-page.custom-accordion .accordion-button::after {
    content: "\f150";
    font-family: 'Font Awesome 5 Free' !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: -3px;
    right: 0;
}

.product-details-page.custom-accordion .accordion-button.collapsed::after {
    content: "\f151" !important;
    font-family: 'Font Awesome 5 Free' !important;
}

.custom-accordion .accordion-button span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 25px;
}

.custom-accordion .accordion-button span em {
    font-weight: bold;
    font-style: normal;
}

.products-card .card-body>a {
    display: flex;
    padding: 50px 10px;
}

.custom-tab-button {
    margin: 0;
}

.custom-tab-button .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 15px;
    background: #e8e8e8;
    border: 0 none;
}

.custom-tab-button .nav-tabs .nav-item.show .nav-link,
.custom-tab-button .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #363636 !important;
}

.custom-tab-button .nav-tabs {
    border-bottom: 0 none
}

.custom-tab-button .tab-content {
    padding: 10px 0;
}

.three-box {
    display: flex;
    justify-content: space-between;
}

.three-box>p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.three-box>p a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pro-box-wrap {
    display: flex;
}

.pro-check {
    width: 60px;
    max-width: 60px;
}

.pro-img {
    width: 300px;
    max-width: 300px;
}

.product-row-list .pro-img img {
    max-width: 100%;
}

.pro-data {
    width: calc(100% - 360px);
}

.search-results {
    font-size: 18px;
}


/* COLOR CHANGE */

.irs--square .irs-handle {
    border: 2px solid #000000;
}

.btn-primary {
    background-color: #545454;
    border-color: #545454;
}

.btn-outline-primary {
    color: #000000;
    border-color: #c7c7c7;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #f0696d;
    border-color: #f0696d;
}

.topnav .navbar-nav .dropdown.active>a {
    color: #d52435;
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
    color: #F44336;
}


/* .btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
} */

.btn-outline-primary:hover {
    background-color: #d52435;
    border-color: #d52435;
}

.chase-dot:before {
    background-color: #F44336;
}

.btn-primary:hover {
    background-color: #db3f4e !important;
    border-color: #db3f4e !important;
}

@media (min-width: 1200px) and (mx-width:1600) {

    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: 98%;
    }
}

@media(min-width: 1200px) and (max-width:1919px) {
    .w-auto .btn-group label {
        white-space: nowrap;
    }

    .row.for-small-desktop>.col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row.for-small-desktop>.col-lg-10,
    .row.for-small-desktop>.col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .for-small-desktop .col-md-10 .row>.col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .for-small-desktop .col-md-10 .row>.col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .products-card .card-body>a {
        display: flex;
        padding: 30px 10px;
    }
}

button.add-options {
    background: #4D8C0D;
    color: #fff;
    border: none;
    margin-left: auto;
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 5px;
}

.form-group>strong {
    padding-bottom: 8px;
    display: inline-block;
}

.form-group.options-groups .input-group {
    margin-bottom: 5px;
}

.form-group.options-groups .input-group input {
    margin-right: 8px;
}

.form-group.options-groups .input-group-addon.add-field {
    width: 28px !important;
    height: auto !important;
    margin-top: 4px;
    margin-right: 3px;
    cursor: pointer;
    margin-right: 8px;
}

.form-group.options-groups .input-group-addon.remove-field {
    width: 24px !important;
    height: auto !important;
    margin-top: 4px;
    cursor: pointer;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-5 {
    gap: 5px;
}

.gap-6 {
    gap: 6px;
}

.flex-1 {
    flex: 1;
}

.tab-iventory-table.nav-tabs-custom .nav-item .nav-link.active {
    color: #F44336;
}

.tab-iventory-table.nav-tabs-custom .nav-item .nav-link::after {
    background: #F44336;
}

.tab-iventory-table.nav-tabs-custom .nav-item .nav-link.active {
    background: transparent;
}

.min-h-100 {
    min-height: 100%;
}

.w-20 {
    width: 20%;
}

.w-23 {
    width: 23%;
}

.card-min-height {
    min-height: 550px;
}

.close-btn {
    top: 5px;
    right: 5px;
}

.card-body .avatar-title.bg-light {
    background: #f1f1f1 !important;
}

.dashboard-block-panel.dashboard-block-panel2 .card {
    min-height: 405px;
}

#datatable .custom-checkbox.mb-3 {
    margin-bottom: 0 !important;
}

.row.radio-activation #status {
    position: initial;
    margin: 0;
    height: 20px;
    width: 20px;
}

.row.radio-activation .form-check {
    padding-left: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.row.radio-activation .form-group {
    gap: 20px;
}

a.pro-img-wrap {
    height: 265px;
    overflow: hidden;
    background: #fbfbfb;
}

.products-card a.pro-img-wrap img {
    width: 100% !IMPORTANT;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
    max-height: 100% !important;
}

.products-card span.disabled-text {
    position: absolute;
    right: -20px;
    top: 30px;
    background: #ccc;
    padding: 5px 10px;
    color: #495057;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    z-index: 1;
    border-radius: 0 5px 5px 0;
    margin: 0;
    font-weight: 600;
    box-shadow: 5px 0 13px 2px #00000024;
}


.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.location-wrapper>* {
    display: block;
    margin-top: 30px;
}

.location-wrapper>*:first-child {
    margin-top: 0px;
}

button.add-options {
    margin-bottom: 15px;
}

a.pro-img-wrap-listing {
    max-height: 220px;
    overflow: hidden;
    background: #fbfbfb;
}

.products-card a.pro-img-wrap-listing img {
    width: 100% !IMPORTANT;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-object-fit: contain;
    -moz-object-fit: contain;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
    max-height: 100% !important;
}

@media(max-width: 814px) {
    .filter-selects {
        flex-direction: column;
    }

    .pro-data {
        padding-left: 0 !important;
        padding-top: 15px;
    }

}

@media(min-width: 1300px) and (max-width: 1400px) {
    .topnav .navbar-nav .nav-link {
        padding: 1rem 0.7rem;
    }
}

@media(min-width: 1200px) and (max-width: 1580px) {
    .topnav .navbar-nav .nav-link {
        padding: 1rem 0.7rem;
    }
}

@media(min-width: 900px) and (max-width: 1200px) {
    .topnav .navbar-nav .nav-link {
        padding: 1rem 0.2rem;
    }
}


.bx-pulses {
    animation: beat .25s infinite alternate;
    transform-origin: center;
}

@keyframes beat {
    to {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

.heart-notifications-wrap {
    position: fixed;
    top: 150px;
    right: 30px;
    z-index: 10;
    width: 325px;
    /* max-height: 400px;
    overflow-y: auto; */
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.toast-box {
    /* overflow: hidden; */
    position: relative;
}

.toast-box h2 {
    font-size: 16px;
    margin: 15px 0 5px;
}

.toast-box .toast-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    /* padding-bottom: 10px; */
    /* margin-bottom: 10px; */
    padding: 10px;
}

.toast-content.unread-notification {
    background-color: #f7f4f4;
    /* opacity: 0.8; */
    font-weight: 600;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 10px;
    width: calc(100% - 40px);
}

.toast-content .message-full {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}

.toast-content .message-full p {
    margin: 0;
    line-height: 1.2;
}

.toast-content .message-full p a {
    font-weight: 600;
    color: #f0696d;
}

.noti-icon-wrap {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 0 2px #e8e8e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.message .text.text-1,
.message .text.text-1 a {
    font-weight: 600;
    color: #f0696d;
}

.message .text {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

span.text.text-2 {
    font-size: 11px;
}

.toast-user-img {
    width: 40px;
    height: 40px;
    /* overflow: hidden; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    background-color: #fff;
}

.orbit {
    width: 8px;
    height: 8px;
    background-color: #f0696d;
    color: #ad0002;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: -1px;
}

.toast-user-img span {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 2px #e8e8e8;
}

.toast-user-img img {
    /* width: 100% !IMPORTANT;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
    max-height: 100% !important; */
    max-width: 85%;
}

.btn-cls {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #f05653;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    z-index: 1;
}

.note-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
}

.pro-img-wrap {
    width: 32px;
    height: 32px;
    margin: 0 10px 0 0;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pro-img-wrap img {
    /* width: 100% !IMPORTANT;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
    max-height: 100% !important; */
    max-width: 85%;
}

.icon-fav {
    width: 32px;
    height: 32px;
    margin: 0 0 0 10px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: #f0696d;
}

.icon-fav:hover {
    background-color: #e8e8e8;
}

.note-data {
    width: calc(100% - 84px);
}

.note-data-full {
    width: 100%;
}

.note-data-full h3 span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #e8e8e8;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.note-data-full h3 {
    display: flex;
}

.note-data-full h3 em {
    width: calc(100% - 40px);
    max-width: 100%;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap;*/
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}

.note-data h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 2px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.note-box h3 a {
    color: #f0696d;
}

.note-box h4 {
    font-size: 11px;
    font-weight: 400;
    color: #6b7280;
    margin: 0;
}

.notifications-wrap {
    max-height: 310px;
    overflow-y: auto;
}

.note-more {
    color: #fff !important;
    width: 100%;
    display: block;
    text-align: center;
    background: #f05653;
    font-size: 11px;
    padding: 8px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

body[data-sidebar=dark] .note-more:hover {
    color: #fff !important;
    background: #ca3d3a;
}

body[data-sidebar=dark] .right-bar .rightbar-title .right-bar-toggle:hover {
    /* color: #fff !important; */
    background: #dd8d8b;
}

.heart-noti-banner {
    margin: 0 0 15px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.heart-noti-banner img {
    max-width: 100%;
}

.right-bar {
    width: 380px;
    right: -390px;
}

.btn-mark-as-read {
    display: inline-block;
    margin: 0 0 0 10px;
    background: #f0696d;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn-mark-as-read:hover {
    background: #ccc;
}

.nav-tabs.notification-fav-box .nav-item {
    margin: 0;
    flex: 1;
}

.nav-tabs.notification-fav-box .nav-link {
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    text-align: center;
    background-color: #f7f7f7;
}

.nav-tabs.notification-fav-box .nav-item.show .nav-link,
.nav-tabs.notification-fav-box .nav-link.active {
    color: #ffffff;
    background-color: #fff;
    border-color: #ced4da #ced4da #fff;
    background: #f0696d;
    border: 0;
    border-radius: 0;
}

body[data-sidebar=dark] .nav-tabs.notification-fav-box .nav-link a:hover,
body[data-sidebar=dark] .nav-tabs.notification-fav-box .nav-link a:hover span {
    color: #ffffff;
}

@media(max-width: 480px) {
    .right-bar {
        width: 100%;
        right: 101%;
    }

    .nav-tabs.notification-fav-box .nav-link {
        font-size: 25px;
        padding: 0;
    }
}


/* 26.04.2023 */

ul.role-list-check {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

ul.role-list-check li {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 17%;
}

ul.role-list-check li label {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.more-menu-btn {
    background: #f05653 !important;
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.more-menu-btn span {
    margin: 0 !important;
}

.more-menu-btn i {
    margin: 0;
    color: #fff !important;
}

.more-menu-btn:hover,
.more-menu-btn:focus,
.more-menu-btn:hover span i,
.more-menu-btn:focus span i,
body[data-sidebar=dark] .more-menu-btn:hover span i,
body[data-sidebar=dark] .more-menu-btn:focus span i {
    color: #fff !important;
}

.product-block-wrapper {
    /* max-height: 1228px;
    overflow: auto; */
    height: auto !important;
}

.heart-notifications-wrap {
    top: 71px;
    z-index: 999;
}

ul.role-list-check input {
    margin-top: 4px;
}

.edit-user-list-panel {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.edit-user-list-panel label {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 17%;
}


@media (min-width: 1200px) {

    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: calc(100% - 50px);
    }
}


/* // subho 28-04-2023 */

.lenth-control-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px;
}

.custom-pagnav {
    margin-top: 30px;
}

.nodata-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

}

.nodata-found img {
    max-width: 500px;
    width: 100%;
    margin-bottom: 15px;

}

.nodata-found p {
    font-size: 18px;
}

.custom-multi-select .select2 {
    width: 100% !important;
}

.pagecnt {
    width: 100px;
}

@media (min-width:768px) and (max-width:1360px) {
    .for-small-desktop>.col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .for-small-desktop .product-block-wrapper .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

.sample-csv {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block;
}

.custom-fileuploader {
    border: 2px dashed #ccc;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.custom-fileuploader p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.custom-fileuploader input {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    cursor: pointer;

}

/*--------09-05-23 Starts---------*/
.modal-size-block-wrapper {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
}

.modal-size-block {
    width: 100%;
    max-width: 32%;
    background: #F6F6F6;
    border: 5px;
}

.modal-size-block h4 {
    font-size: 17px;
    color: #404040;
    font-weight: 500;
}

.modal-size-block select,
.modal-size-block input {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 500;
}

.modal-size-block-header {
    background: #F46A6A;
    padding: 13px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
}

.modal-size-block-header h5 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

.close-white-btn {
    background: url("../images/close-white-btn.svg") no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: none;
}

.modal-size-block-content {
    padding: 15px;
}

.modal-size-block-fld-row {
    display: flex;
    margin-bottom: 10px;
}

.modal-size-block-fld-row.col-two {
    justify-content: space-between;
    gap: 11px;
}

.modal-size-block-fld-row>.modal-size-block-fld {
    width: 100%;
    position: relative;
    z-index: 1;
}

.modal-size-block-fld select,
.modal-size-block-fld input {
    position: relative;
    z-index: 2;
    padding-top: 25px;
    padding-bottom: 5px;
    min-height: 55px;
    border: 1px solid #DFDFDF;
    border-radius: 5px !important;
}

.modal-size-block-fld label {
    position: absolute;
    left: 14px;
    top: 3px;
    font-size: 14px;
    color: #9D9D9D;
    z-index: 3;
}

.modal-size-block-top-panel {
    display: flex;
    gap: 40px;
}

.modal-size-block-top-pic {
    width: 50%;
    flex-shrink: 0;

}

.modal-size-block-top-pic-wrapper {
    padding: 20px;
    text-align: center;
}

.modal-size-block-top-pic-wrapper img {
    max-width: 100%;
}

.modal-size-block-top-content {
    flex-grow: 1;
}

.modal-size-tag-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-bottom: 70px;
}

.modal-size-tag {
    background: #F1F1F1;
    border: 1px dashed #B7B7B7;
    border-radius: 5px;
    padding: 11px;
    color: #929292;
    min-width: 88px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.modal-size-tag.active {
    color: #F46A6A;
    background: #FFFFFF;
    border: 1px solid #F46A6A;
}

.modal-size-tag.active:hover {
    color: #F46A6A !important;
}

.modal-size-block-top-pic h4,
.modal-size-block-top-pic h5 {
    font-size: 15px;
    line-height: 18px;
    color: #5C5C5C;
    margin-bottom: 5px;
}

.modal-size-block-top-pic h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.toggle-option-panel {
    display: flex;
    justify-content: space-between;
}

.modal-toggle-option p {
    font-size: 15px;
    line-height: 21px;
    color: #404040;
    font-weight: 600;
}

.modal-toggle-switch-panel {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 45px;
}

.modal-toggle-switch-divider {
    width: 1px;
    background: #E1E1E1;
    height: 100px;
    margin-left: 30px;
    margin-right: 30px;
}

.modal-toggle-switch-panel input[switch]+label {
    background: #F0F0F0;
    box-shadow: inset 0px 4px 4px rgba(166, 166, 166, 0.25);
    margin-bottom: 0;
}

.modal-toggle-switch-panel input[switch]+label:after {
    background-color: #fff;
}

.modal-toggle-switch-panel input[switch=default]:checked+label {
    background-color: #F46A6A;
    margin-bottom: 0;
}

.modal-toggle-switch-panel input[switch]+label {
    width: 97px;
    height: 45px;
}

.modal-toggle-switch-panel input[switch]+label:after {
    width: 39px;
    height: 39px;
}

.modal-toggle-switch-panel input[switch]:checked+label:after {
    left: 54px;
    background-color: #eff2f7;
}

.modal-xl.modal-size-xl .modal-header {
    padding: 10px 10px 0;
    border: none;
}

.modal-loc-choose {
    padding-bottom: 13px;
}

.modal-loc-choose-flds-warpper {
    display: flex;
    gap: 17px;
}

.modal-loc-choose-fld {
    width: 100%;
    position: relative;
}

.modal-loc-choose-fld label {
    position: absolute;
    top: 5px;
    left: 14px;
    font-size: 14px;
    color: #9D9D9D;
}

.modal-loc-choose-fld select {
    padding: 18px 10px 5px;
    min-height: 51px;
    background: #FAFAFA;
    box-shadow: 0px 2px 0px #E0E0E0;
    border-radius: 5px !important;
    border: none;
    font-size: 14px;
    color: #3D3D3D;
    font-weight: 500;
}

.modal-loc-choose-fld select:focus {
    box-shadow: 0px 2px 0px #E0E0E0;
}

.modal-loc-choose h4,
.modal-size-choose h4 {
    font-size: 17px;
    color: #404040;
    font-weight: 500;
}

.modal-size-choose-wrapper {
    display: flex;
    gap: 10px;
    padding-bottom: 28px;
}

.modal-size-choose-wrapper .size-choose-tag {
    background: #FAFAFA;
    box-shadow: 0px 2px 0px #E0E0E0;
    border-radius: 5px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    min-width: 80px;
    padding: 11px 20px;
    font-size: 15px;
    font-weight: 500;
    color: #505050;
    transition: all 0.5s;
}

.modal-size-choose-wrapper .size-choose-tag:hover {
    background: #222;
    color: #fff !important;
}

.modal-size-bottom-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.modal-size-bottom-btns .canel-btn {
    background: #F0F0F0;
    border-radius: 5px;
    padding: 16px 50px;
    font-size: 15px;
    color: #737373;
    border: none;
    transition: all 0.5s;
}

.modal-size-bottom-btns .canel-btn:hover {
    background: #939393;
    color: #fff;
}

.modal-size-bottom-btns .add-inventory-btn {
    background: #505050;
    border-radius: 5px;
    padding: 12px 42px;
    font-size: 15px;
    color: #fff;
    border: none;
    transition: all 0.5s;
}

.modal-size-bottom-btns .add-inventory-btn:hover {
    background: #000;
}

.modal-size-block-fld select:disabled,
.modal-size-block-fld input:disabled,
.modal-size-block-fld select[readonly],
.modal-size-block-fld input[readonly] {
    border: none;
    border-bottom: 1px solid #E8E8E8;
    background: transparent;
}

.info-tooltip {
    display: inline;
    position: relative;
}

.info-tooltip:hover:after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #444;
    border-radius: 8px;
    color: #fff;
    content: attr(title);
    margin: -60px auto 0 -20px;
    font-size: 13px;
    padding: 5px 20px;
    width: 220px;
    position: absolute;
}

@media (min-width: 1200px) {
    .modal-xl.modal-size-xl {
        max-width: 1280px;
    }
}

@media (max-width: 1200px) {
    .modal-size-block-top-panel {
        flex-wrap: wrap;
    }

    .modal-size-block-top-pic {
        width: 100%;
        max-width: 100%;
    }

    .modal-size-block-wrapper {
        flex-wrap: wrap;
    }

    .modal-size-block {
        width: 48.5%;
        flex-grow: 1;
        max-width: none;
    }

    .modal-size-bottom-btns .add-inventory-btn {
        padding: 16px 25px;
    }

    .toggle-option-panel {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .modal-loc-choose-flds-warpper {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .modal-toggle-switch-divider {
        display: none;
    }
}

/*--------09-05-23 Ends---------*/


.fluid .shadow .import-ref {
    display: inline-flex;
    margin: 2px !important;
    background: #00BCD4 !important;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}



table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    top: 36%;
    left: 35px;
    height: 14px;
    width: 14px;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
}


.table thead th {
    border-bottom: 2px solid #f05653;
    background: #f1f1f1;
}

.modal-toggle-option {
    display: flex;
    align-items: center;
    gap: 15px;
}

.modal-toggle-option .modal-toggle-switch-panel,
.modal-toggle-option p {
    margin-bottom: 0 !important;
}

.modal-size-block-fld label {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.modal-toggle-option input[switch=default]:checked+label:before {
    content: "Yes";
    font-size: 18px;
    line-height: 40px;
    padding-left: 10px;
}

.modal-toggle-option input[switch]+label:before {
    content: "No";
    font-size: 18px;
    line-height: 40px;
    padding-right: 10px;
}

@media (min-width: 1200px) {
    .modal-xl.modal-size-xl {
        max-width: 980px;
    }
}

@media (min-width: 992px) {
    .topnav .dropdown .dropdown-menu .dropdown:hover>.dropdown-menu {
        display: block !important;
    }
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.product-new-block h4 {
    font-size: 14px !important;
    flex-grow: 1;
    font-weight: bold;
}

.product-new-block img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.product-new-block .card-body {
    padding: 10px !important;
    gap: 10px;
}

.pick-product :hover {
    cursor: pointer;
}

.wf-20 {
    width: 20px;
}

.sku-val {
    font-size: 11px;
    color: #656565;
}

.product-name-sku {
    flex-grow: 1;
}

.inventory-model-img img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.inventory-model-brand h4 {
    font-size: 16px !important;
}

.inventory-model-brand h2 {
    font-size: 15px !important;
}

.inventory-model-brand span {
    font-size: 13px !important;
    color: #656565;
}

.custom-checkbox-filter {
    padding: 8px 15px;
    border-radius: 5px;
    position: relative;
}

.custom-checkbox-filter span {
    white-space: nowrap;
    color: white;
    font-weight: bold;

}

.custom-checkbox-filter input {
    opacity: 0;
    position: absolute;
    inset: 0;

}

/* .custom-checkbox-filter-checked input {
    opacity: 0;
    position: absolute;
    inset: 0;
} */

.custom-padding-button-fillter {
    padding: 10px 15px !important;
}

.custom-checkbox-filter-uncheck {

    background-color: #6f6f72;
}


.custom-checkbox-filter-checked {

    background-color: #000;
}

.perpage-select {
    height: 27px;
    padding: 3px;
}

.fw-400 {
    font-weight: 430;
    margin: 0;
}
.navbar-header{
    position: relative;
    justify-content: center;
}
.navbar-header .d-flex:nth-of-type(2){
    position: absolute;
    right: 0;
}
.navbar-header .logo-light img{
    height: 36px !important;
}
@media(max-width: 814px){
    .navbar-header{
        justify-content: space-between;
    } 
    .navbar-header .d-flex:nth-of-type(2){
        position: relative;
        right: auto;
    }
}