body {
    font-family: "Montserrat",Helvetica,Arial,serif;
}

.active>i.nav-icon {
    color: white!important;
}

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

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

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

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

.level-1 {
    padding-left: 12px;
}
.awaiting-box {
    background-color: #5989b3!important;
}
.received-box {
    background-color: #9071a3!important;
}
.processed-box {
    background-color: #368c9a!important;
}
.shipped-box {
    background-color: #af7a92!important;
}
.delivered-box {
    background-color: #72978c!important;
}
.sales-tab .nav-link.active, .sales-tab .show>.nav-link {
    background-color: #2a5583 !important;
}
.details-box{
    background-color: #649ca5 !important;
}
.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 7%), 0 1px 3px rgb(0 0 0 / 10%) !important;
}
.card {
    background-color: #ffffffb0 !important;
}
.total-info-box{
    background-color: #606b8b !important;
}
.sold-products{
    color: #fff;
    background-color: #c44674 !important;
}
#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: 150px;
}
.error {
    color: #D8000C;
}
.modal {
    overflow-y:auto;
}
.cart-product-image {
    display: block;
    margin-bottom: 0;
    vertical-align: middle;
    height: 130px;
    width: 130px;
}
.order-product-image {
    display: block;
    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;
}
/********************************/

.login-logo a img {
	max-height: 150px;
	height: 50px;
}
.bg_image--9 {
	background-image: url('../images/login.svg');
}
.bg_image--10 {
	background-image: url('../images/bg-image-10.png');
}
.axil-signin-area {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;

}
.signin-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 40px 100px;
	z-index: 1;
}
.signin-header .singin-header-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.axil-signin-banner {
    /* min-height: 900px; */
    height: 100vh;
    /* padding: 200px 50px 0 100px; */
}
.bg_image, .bgImagePosition {
    background-repeat: no-repeat;
    background-position: center;
}
.signin-header .singin-header-btn .sign-up-btn {
	margin-left: 40px;
}
a.axil-btn.btn-bg-secondary, button.axil-btn.btn-bg-secondary {
	background-color: #ff497c;
	color: #ffffff;
}
a.axil-btn, button.axil-btn {
    border-radius: 6px;
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 500;
    display: inline-block;
    padding: 0.786rem 1.5rem;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.axil-signin-form-wrap {
    /* width: 60%; */
    /* height: calc(100vh - 180px); */
    /* overflow-y: auto; */
    /* display: flex; */
    margin: 70px 0px 0px;
}
.axil-signin-form .title {
	margin-bottom: 16px;
}
.axil-signin-form .singin-form {
	padding-bottom: 30px;
}
.axil-signin-form .form-group {
	margin-bottom: 35px;
}
.axil-signin-form .form-control {
	height: 60px;
	border-color: #CBD3D9;
	padding: 0 30px;
	color: #777777;
}
.form-group label {
	
	top: -11px;
	left: 20px;
	/**pointer-events: none;**/
	z-index: 4;
	background: #fff;
	padding: 0 10px;
}
.form-group label {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	color: #777777;
}
label {
	display: inline-block;
}
.axil-signin-form p {
    color: #6e6b7b;
}
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
    font-size: 1rem;
    position: static;
}
.signin-header img {
	height: 50px;
}
.axil-signin-banner.bg_image.bg_image--9 h3.title {
	word-break: break-word;
	font-family: poppins;
	line-height: 1.3;
	color: #292930;
	font-weight: bolder;
}
.axil-signup-form-wrap {
	width: 100%;
	height: calc(100vh - 180px);
	overflow-y: auto;
	display: flex;
	margin: 30px -30px -30px;
}
.axil-signup-form .form-group {
	margin-bottom: 35px;
}
.axil-signin-form .form-control {
	height: 45px;
	border-color: #CBD3D9;
	padding: 0 30px;
	color: #777777;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: initial;
	width: 100%;
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.login-box, .register-box {
	width: 420px;
}

.menu-opener:hover:active {
	color: #e91e63;
}

@media screen and (min-width:360px) and (max-width:600px) {
	
	
	.signin-header .singin-header-btn {

	display: none;
}
.axil-signin-banner {

	/* position: absolute; */
	height: 40vh;
    min-height: 100px;
    background: #f8f8f8;
    text-align: center;
}
.login-box, .register-box {
	width: 100%;
}
.axil-signin-form h3 {
	font-size: 20px;
	text-align: center;
}
.axil-signin-form p {
	color: #6e6b7b;
	text-align: center;
}
}


