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

body {
    font-family: 'Poppins', sans-serif;
}

/*.active > i.nav-icon {
  color: #626262 !important;
}*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #294B78 !important;
}


.sidebar-dark-indigo .nav-sidebar>.nav-item>.nav-link.active i {
    color: #fff !important;
}

.nav-flat .nav-item .nav-treeview>.nav-item>.nav-link.active {
    background: #F5F9FA !important;
    color: #1C2840 !important;
}

.nav-flat.nav-sidebar>.nav-item .nav-treeview .nav-item>.nav-link,
.nav-flat.nav-sidebar>.nav-item>.nav-treeview .nav-item>.nav-link {
    border-left: 0.2rem solid;
    font-size: 15px;
}

.msg_error {
    color: #D8000C;
    background-color: #FFD2D2;
}

.main-header .badge-success {
    display: none;
}

a:hover {
    color: #14949d;
    text-decoration: none;
}

a {
    color: #14949d;
    text-decoration: none;
}

img.img-fluid.w-50,
table tr td img {
    width: 100px !important;
    height: 100px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.btn-outline-primary:hover {
    color: #fff !important;
    background: #49a6a2 !important;
    border-color: #49a6a2;
    font-weight: bold;
}

.msg_error>p:last-child,
.iziToast-message>p:last-child {
    margin-bottom: 0;
}

.brand-link .brand-image {
    float: left;
    line-height: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: initial;
    width: auto;
    height: 100%;
}


.brand-text {
    display: none;
}

.layout-fixed .brand-link {
    width: 250px;
    height: 80px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

.info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}

.level-1 {
    padding-left: 12px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: rgb(26, 26, 27);
    z-index: 9999;
    text-align: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 48%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pro_loose {
    display: none;
}

.move {
    cursor: move;
}

.view input {
    pointer-events: none;
}

.view select {
    pointer-events: none;
}

.view .btn {
    display: none;
}

.custom-checkbox {
    transform: scale(2);
}

.view .card-footer {
    display: none !important;
}

.grow img {
    transition: ease;
    transition-duration: 150ms;
}

.grow img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: ease;
    transition-duration: 150ms;
}

.time-line-box {
    /*height: 10px; */
    padding: 10px 0 36px 0;
    width: 100%;
}

.time-line-box .timeline {
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.time-line-box .timestamp {
    margin: auto;
    margin-bottom: 5px;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.time-line-box .status {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    border-top: 3px solid #455EFC;
    position: relative;
    transition: all 200ms ease-in;
}

.time-line-box .status span {
    padding-top: 8px;
}

.time-line-box .status span:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #455EFC;
    border-radius: 12px;
    border: 2px solid #455EFC;
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 200ms ease-in;
}

.swiper-container {
    width: 95%;
    margin: auto;
    overflow-y: auto;
}

.swiper-wrapper {
    display: inline-flex;
    flex-direction: row;
    overflow-y: auto;
    justify-content: center;
}

.swiper-container::-webkit-scrollbar-track {
    background: #a8a8a8b6;
}

.swiper-container::-webkit-scrollbar {
    height: 2px;
}

.swiper-container::-webkit-scrollbar-thumb {
    background: #4F4F4F !important;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;
    width: 200px;
    height: 100%;
    position: relative;
}

.image-upload-div {
    line-height: 150px;
    vertical-align: middle;
}

.image-upload-div img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 200px;
}

.product-image {
    max-width: 80px !important;
}


/*
.printme {
  display: none;
}*/

@media print {
    body * {
        visibility: hidden;
    }

    #section-not-to-print,
    #section-not-to-print * {
        display: none;
    }

    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
    margin-top: 4px;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.l1 {
    padding-left: 10px;
}

.l2 {
    padding-left: 20px;
}

.l3 {
    padding-left: 40px;
}

.l4 {
    padding-left: 60px;
}

.l5 {
    padding-left: 80px;
}

.l6 {
    padding-left: 90px;
}

.l7 {
    padding-left: 90px;
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: rgb(2 2 2 / 40%) !important;
}

.text_editor {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.w-10px {
    width: 10px
}

.chart-height {
    height: 439.117px;
}

.piechat_height {
    width: 100%;
    height: 350px;
}

.category-tree-container {
    height: 250px;
    overflow-y: scroll;
}

.order-container {
    overflow: scroll;
    max-height: 500px;
}

.variants_process .form-control:disabled,
.form-control[readonly] {

    background-color: #ffffff;
    opacity: 1;

}

.icon-link-remove {
    position: absolute;
    z-index: 1;
    right: 0;
    background: white;
    color: #ff0000;
}

.login-logo a img {
    max-height: 100%;
    width: 200px;
}

.error {
    color: #D8000C;
}

.modal {
    overflow-y: auto;
}

.cart-product-image {
    display: block;
    /* padding-right: 1.8rem; */
    margin-bottom: 0;
    vertical-align: middle;
    height: 130px;
    width: 130px;
}

.order-product-image {
    display: block;
    /* padding-right: 1.8rem; */
    margin-bottom: 0;
    vertical-align: middle;
    height: 58px;
}

.direct-chat-text {
    width: fit-content;
}

.right .direct-chat-text {
    float: right;
}

.direct-chat-timestamp {
    margin: 0 10px;
}

.direct-chat-text {
    margin: 5px 0 0 10px;
}

.right .direct-chat-text {
    margin-right: 10px;
}

.direct-chat-messages {
    height: 384px;
}


.buy-now-btn {
    position: fixed;
    right: 23px;
    bottom: 22px;
}

.buy-now-btn .btn {
    border-radius: 30px;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
}

/* POS */
.cart_view {
    background: #000;
    color: #fff;
    padding: 10px;
}

.shop-item-image {
    height: 120px;
    width: 100%;
    margin-left: 0px !important;
    margin: 20px 0;
}

.shop-item-image img {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.cart-image {
    width: 80px;
    height: 80px;
}

.cart-items {
    max-height: 400px;
    overflow: auto;
}

.cart-image img {
    max-width: 100%;
    max-height: 100%;
}

/* pos end  */


.row.row-fluid.dark-footer-margin {
    background: #333 !IMPORTANT;
}

.navbar-orange {
    background: #294b78 !important;
}


.small-box h3,
.small-box p {
    color: #000;
    margin: 0;
}

.small-box h6 {
    color: #294B78 !important;
}

.sidebar-dark-indigo .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-indigo .nav-sidebar>.nav-item>.nav-link.active {
    background: #F5F9FA !important;
    color: #1C2840 !important;
}

.btn-outline-primary {
    color: #294b78 !important;
    border-color: #294b78 !important;
}

.btn-primary {
    color: #fff;
    background-color: #294b78 !important;
    border-color: #294b78 !important;
    box-shadow: none;
}

.content-header a {
    color: #294b78 !important;
    text-decoration: none;
    background-color: transparent;
}

.layout-fixed .main-sidebar a,
.nav-sidebar .nav-item>.nav-link,
a.nav-link.menu-open {
    color: #1C2840 !important;
}

.layout-fixed .main-sidebar a:hover {
    color: #294b78 !important;
}

.layout-fixed .main-sidebar a.active:hover {
    color: #fff;
}

ul.nav.nav-treeview a {
    color: #3e3e3e !important;
}

.layout-fixed .main-sidebar {
    background: #fff;
}


/* .side_logo{
    background-color: #000;
} */

/* CUSTOM CSS START  */
.loginCardDiv {
    border: 1px solid #294b7861;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.login-page {
    background-image: url('https://developmentalphawizz.com/rajveer_textile/uploads/loginBg5.png');
    background-position: center;
    /* filter: blur(4px); */
    background-repeat: no-repeat;
    background-size: cover;
}

.loginBgContainer button {
    margin-top: 12px;
}

.login-box-msg {
    margin: 0;
    color: #294B78;
    padding: 0 5px 4px;
    font-size: 12px;
    text-align: start;
    font-weight: 600;
}

.customDashCard {
    border: 1px solid #dfdfdf;
    height: 100%;
    transition: .3s all ease;
    border-radius: 15px;
    cursor: pointer;
}

.customDashCard:hover {
    transform: scale(105%);
}

.customDashCard h5,
.customDashCard h3,
.customDashCard p {
    margin: 0;
}

.cardDetailDiv {
    margin-top: 20px;
}

.customDashCard h5 {
    font-size: 16px;
    font-weight: 500;
    color: #294B78 !important;
}

.cardDetailDiv h3 {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
}

.cardDetailDiv p {
    font-size: 15px;
    font-weight: 500;
    color: #8F969C;
}

.customDashCard .card-body {
    padding: 15px 20px;
    height: 100%;
}

/* .dashboardRighSide {
    border: 1px solid #dfdfdf;
    transition: .3s all ease;
    border-radius: 15px;
    cursor: pointer;
} */
.currencyCard {
    padding: 20px;
    height: 100%;
}

.currencyCard li {
    color: #294B78;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #ededed;
}

.currencyCard li span {
    color: #000;
}

.cardDetailDiv h5 {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
}

.currencyListDiv {
    overflow-y: auto;
    /* max-height: 150px; */
}

.dashboardCard2 {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    height: 90%;
    transition: .3s allease;
    border-radius: 15px;
    cursor: pointer;
}


.dashboardSection {
    background-color: #fff;
}

.dashboardCard2 h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
}

.dashboardFullSection .inner {
    padding: 20px;
}

.dashboardFullSection .inner div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dashboardFullSection .inner div p {
    color: #696969 !important;
    font-size: 15px !important;
}

.dashboardCardContainer {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.dashboardFullSection2 {
    margin-top: 60px;
}

.dashboardFullSection2 .inner {
    border-top: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 30px 20px;
}

.actionPara {
    margin: 0;
    padding: 11px;
    font-weight: 400;
    color: #092a57 !important;
}

.sidebarMenup {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 18px 15px;
    border-bottom: 1px solid #e9e9e9;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #294B78 !important;
    border-color: #294B78 !important;
}

.btn-success {
    color: #fff;
    background-color: #294B78 !important;
    border-color: #294B78 !important;
}

.btn-success:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: #294B78 !important;
    color: #294B78 !important;
}

button.btn.btn-warning[type=reset] {
    display: none;
}

@media screen and (max-width: 1025px) {
    .small-box>.inner {
        flex-direction: column;
        gap: 0px !important;
    }
    .small-box .icon{
        left: 38% !important;
    }
}

@media (min-width: 992px) {

    .sidebar-mini.sidebar-collapse .customPaddingContainer,
    .sidebar-mini.sidebar-collapse .dashboardFullSection2 {
        padding: 0 200px !important;
        transition: padding .3s ease-in-out;
    }
}

@media (min-width: 768px) {

    body:not(.sidebar-mini-md) .customPaddingContainer,
    body:not(.sidebar-mini-md) .dashboardFullSection2 {
        transition: padding .3s ease-in-out;
        /* padding: 0 50px !important; */
    }
}

.orderCard {
    padding: 20px 8px !important;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.small-box>.inner {
    padding: 10px 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.CustomBtn {
    margin-top: 6px;
}

.CustomBtn:hover {
    background: #294b78 !important;
}

.small-box .icon {
    color: #fff;
    z-index: 0;
    position: absolute;
    top: -9px;
    /* right: 4px; */
    background: #294b78;
    width: 35px;
    height: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    left: 42%;
}
.small-box h3{
    font-size: 30px;
}