


@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@500&display=swap');


/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
:root{
	--primary: #111B54;
	--light: #ffffff;
	--grey: #e9ecf0;
	--blue: #1766A9;
	--light-blue: rgba(23, 102, 169, 0.7);
	--text-muted: #6c757d;
	--dark-grey: #3b3b3b;
	--dark-light-text: #e5e5e5;
}

body{
	font-family: 'Catamaran', sans-serif;
	color: var(--text-muted) !important;
}

.text-primary{
	color: var(--blue) !important;
}


#sidebar-container{
	min-height: 95vh;
	border-radius: 15px 15px 15px 15px;
	
}

#sidebar-container .logo{
	padding: .875rem 1.25rem;
}

#sidebar-container .menu{
	width: 15rem;

}


.bg-primary{
	background-color: var(--blue) !important;
	color: var(--light) !important;
}

.btn-search{
	right: 0;
	box-shadow: none !important;
  outline: 0;
  color: var(--text-muted);
}

.bg-grey{
	background-color: var(--grey) !important;
}

.bg-white{
	background-color: var(--light) !important;
	color: var(--text-muted);
}

.active-menu-item{
  background-color: var(--blue) !important;
  color: var(--light) !important;
  border-radius: 20px 20px 20px 20px;
}

.active-menu-item-xs{
	color: var(--blue) !important;
}

a{
	text-decoration: none;
	color: var(--text-muted);
}


.menu a:hover{
  background-color: var(--light-blue) !important;
  color: var(--light) !important;
  border-radius: 20px 20px 20px 20px;
}

.content{
	/*overflow-y: auto;*/
	margin-left: 15px;
	margin-right:15px;
	/*height: 100vh;*/
	padding-bottom: 5rem;

}

.offcanvas-start{
	border-right: 0;
	width: 300px !important;
	border-radius: 0px 20px 20px 0px;
}


.offcanvas-body{
	padding: 0 !important;
}


.items-menu{
	font-size: 12px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-decoration: none;
	cursor: pointer !important;
}

.list-group-item{
	color: var(--text-muted);
}

.profile-menu{
	font-size: 25px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	flex-grow: 1;
	text-decoration: none;
	color: var(--text-muted) !important;
}

.items-menu:hover{
	color: var(--light-blue) !important;
	cursor: pointer;
}

.active-items-menu{
	color: var(c) !important;
}

.rounded-top{
	border-radius: 50px 50px 0px 0px !important;
}

.pane-menu{
	padding-bottom: 5rem;
}

.destroy-button-pane{
	position: absolute;
	right: 20px;
	z-index: 14;
	border-radius: 100%;
	top: 0;
	cursor: pointer;
	color: var(--grey);
}

.iconoInput {
	color: #e8e8e8;
	font-size: 15px;
	position: absolute;
	left: 25px;
	padding-top: 10px;
}

.inputPadding {
	padding-right: 40px;
} 

/*.navbar{z-index: 200000 !important}*/

@media only screen and (min-width: 1400px) {
  .navbar-fixed-top.scrolled {
		margin-left: 15px;
		margin-right: 15px;
	  background-color: #fff !important;
	  transition: background-color 100ms linear;
	  border-radius: 0px 0px 20px 20px !important;
	  box-shadow: 0px 5px 5px 0px var(--text-muted);
	}
}


@media only screen and (max-width: 1399px) {
  .navbar-fixed-top.scrolled {
	  background-color: #fff !important;
	  transition: background-color 100ms linear;
	  border-radius: 0px 0px 20px 20px !important;
	  box-shadow: 0px 5px 5px 0px var(--text-muted);
	}
}

/*@media only screen and (min-width: 600px) {
  .dataTables_filter {
  	margin-bottom: 1rem !important;
	}
}*/


.menu-scroll.scrolled-border {
  /*border-radius: 20px 0px 20px 20px !important;*/
  top:  1.5rem !important; /*18-05-2022*/
}

.menu-scroll::-webkit-scrollbar {
    width: 0px;
    background:var(--light) !important;
    left: 0;


}



.jvdScrollBar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px 20px 20px 0px;
	background-color: var(--light-blue);


	
}

.jvdScrollBar::-webkit-scrollbar
{
	width:8px;
}

.jvdScrollBar::-webkit-scrollbar-thumb
{
	border-radius: 0px 20px 20px 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--blue);
	height: 150px;
  
}

.jvdScrollBarSmall::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px 20px 20px 0px;
	background-color: var(--light-blue);
	
}

.jvdScrollBarSmall::-webkit-scrollbar
{
	width:8px;
}

.jvdScrollBarSmall::-webkit-scrollbar-thumb
{
	border-radius: 0px 20px 20px 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--blue);
	height: 100px;
  
}

.btn-outline-secondary:hover{
	background-color: var(--light-blue);
}

.btn-outline-secondary{
	border-color: #6c757d47 !important;
}



.btn{
	box-shadow: none !important
}

.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
	color: #fff;
	border-color: var(--text-muted);
	background-color: var(--blue);
}

.btn-check-correct, .btn-check-needsChanges, .btn-check-customerQuery{
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}


.btn-check-correct:checked + .btn-outline-secondary{
	color: #fff;
	border-color: var(--text-muted);
	background-color: #238C00 !important;
}



.btn-check-needsChanges:checked + .btn-outline-secondary{
	color: #fff;
	border-color: var(--text-muted);
	background-color: #FFBF00 !important;
}


.btn-check-customerQuery:checked + .btn-outline-secondary{
	color: #fff;
	border-color: var(--text-muted);
	background-color: #de4352 !important;
}

.is-invalid-border {
  border: 1px solid red !important;
  cursor: pointer;
}

.nav-item a{
	color: var(--text-muted) !important;
}

.nav-link:hover{
	color: var(--light) !important;
	background:var(--light-blue) !important;
	border-color: transparent !important;
}

.nav-link.active{
	background:var(--blue) !important;
	color: var(--light) !important;
	border-color: var(--blue) !important;
}

.data-table-style{
	margin-top: 25px;

}
.dataTables_length{
	margin-bottom: 25px;
	color: var(--text-muted) !important;
}
.dataTables_filter{
	color: var(--text-muted) !important;
	margin-bottom: 1rem !important;
}

.table thead{
	color: var(--light);
}


.no-footer{
	border-bottom: none !important;

}

.dataTables_paginate .paging_simple_numbers{
	color: var(--light) !important;
}


.dataTables_info{
	color: var(--text-muted) !important;
}



.table td{
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;

}


.table td:last-child {
    border-right: 1px solid #e2e2e2;
}

.table th{
    border-right: 1px solid #e2e2e2;
    border-bottom: none !important;
} 

.table th:last-child {
    border-right: none;
}

.dataTable{
	border-radius: 15px !important;
	background-color: var(--blue) !important;
}

tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }

.paginate_button.current{
	border-radius: 8px !important;
	background: #fff !important;
	border-color: var(--blue) !important;
	color: var(--light) !important;
}

.paginate_button{
	border-radius: 8px !important;
	background: #fff !important;
	border-color: #e2e2e2 !important;
	color: var(--light) !important;
}

.paginate_button.previous, .next{
	border: none !important;
	background: #fff !important;
	border-color: #e2e2e2 !important;
	color: var(--light) !important;
}

.dataTables_paginate a:hover{
	 background: var(--light-blue) !important;
	 color: var(--light) !important;
	 border-color: var(--light-blue) !important;
	 border-radius: 10px !important;
}
.disabled, .current{
   pointer-events: none;
}


.btn-danger{
	background: #f04241;
}



.table-loader{
   visibility:hidden;
}



.table-loader:before {
	margin-top: -40px; /*-80*/
  visibility:visible;
  display:table-caption;
  content: "";
  width: 100%;
	height: 875px; 
	border-radius: 20px;
	border-right: 1px solid #e2e2e2;
	background-image:
		linear-gradient(rgba(235, 235, 235, 1) 1px, transparent 0), /*BORDER TOP COLOUR*/
    linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0 ), /*BORDER LEFT COLOUR*/
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(rgba(242, 242, 242, 1) 35px, transparent 0);
	background-repeat: repeat;
	background-size:
		1px 35px,
		calc(100% * 0.1666666666) 1px,
    	30% 100%,
    	2px 70px;
	background-position:
		0 0,
  	0 0,
    0 0,
		0 0;
	animation: shine 1s infinite;
}

/*.table-loader:nth-of-type(1):before {
  background-image:
    linear-gradient(rgba(235, 235, 235, 1) 1px, transparent 0),
    linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(rgba(180, 180, 180, 1) 35px, transparent 0);
}*/

/* Revert to the original color for all .table-loader:before after the first one */
/*.table-loader:before:not(:nth-of-type(1)) {
  background-image:
    linear-gradient(rgba(235, 235, 235, 1) 1px, transparent 0), 
    linear-gradient(90deg, rgba(235, 235, 235, 1) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(rgba(242, 242, 242, 1) 35px, transparent 0); 
}*/




@keyframes shine {
	to{
	background-position:
		0 0,
   	0 0,
    40% 0,
		0 0;
	}
}


.is-valid, .is-invalid{
	background-image: none !important;
}

.placeholder{
	border-radius: 5px !important;
}


.profile-pic {
    width: 100%;
    height: 100%
    display: block;

}

.file-upload-input {
    display: none;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 8px solid var(--grey);
    *position: absolute;
    top: 12px;
    background-color: var(--grey);
}

.p-image {
  /*position: absolute;*/
  *top: 167px !important;
  *right: 30px !important;
  margin-top: 120px;
  margin-left: -35px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.5em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: var(--text-muted);
  cursor:pointer;
}


.options .material-icons:hover{
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: var(--light-blue) !important;
  cursor:pointer;
}

.filter-background{
	background-color: #e8f4ff;
	border-color:   #9fd0ff;
	border-radius: 10px;
}


/*td.material-icons::after{
  content: "control_point";
  color: #5bcf58;
}*/

.slideDownIconColor{
	color: #5bcf58;
}

.slideUpIconColor{
	color: #e12b2b;
}

.expandRow:hover{
	cursor:pointer;
	user-select:none;
	-moz-user-select:none;
	/*transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: var(--light-blue) !important;*/
}

.expandRow{
	font-size: 21px !important;
}

.sticky-top-filter{
	position: -webkit-sticky;
	position: sticky;
	top: 58px;
	z-index: 1;
}

.sticky-top{
	top: -1px;
}


.border-radius-jvd{
	border-radius: 10px 10px 10px 10px !important;
}

.border-radius-jvd-card{
	border-radius: 25px 25px 25px 25px !important;
}


.form-check-input:checked{
	background-color: var(--blue);
	border-color: var(--blue);
}

.jvd-success-icon{
	color: #72ce16;

}

.image{
  opacity: 1;
  display: block;
  /*width: 100%;
  height: 320px;*/
  backface-visibility: hidden;
}

.middle {
  opacity: 0;
  position: absolute;
  text-align: center;
}

.product-img:hover .image {
	opacity: 0.1;
	border: 3px dashed;
	padding: 5px;

}

.product-img:hover .middle {
  opacity: 1;

}

.text {
  font-size: 16px;
  margin-top: -10px;
}



.removeItem:hover{
	color: var(--blue) !important;

}

.jvd-alert-div{
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.drag-area{
	border: 3px dashed;
	border-radius: 10px;
	color: #E2E2E2;
}



.file-upload-render{
	position: relative;
}

.file-upload-extension{
	position: absolute;
	top: 50%px;
	left: 50%;
	margin-top: 20px;
	-webkit-transform: translate(-50%, -50%);
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -.03em;
	color: #fff;
}


.middle-drag-area{
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  margin-top: 25px;
}

.middle-drag-area-supplier{
	display: none;
}

.drag-area:hover .middle-drag-area-supplier{
	display: block;
	margin-bottom: 8px;
	margin-top: 3px;
}


.drag-area:hover .supplierFileHover{
	display: none;
}

.drag-area:hover .middle-drag-area{
  opacity: 1;
}

.drag-area:hover .drag-area-file{
  opacity: 0;

}


.drag-area-active{
	color: #999;
	transition: all .3s;

}



.ui-corner-bottom, .ui-corner-right, .ui-corner-br {
		border-bottom-right-radius: 15px !important;
		border-bottom-left-radius: 15px !important;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
		border: 1px solid var(--light-blue) !important;
		background: var(--light-blue) !important;
		color: #fff !important;
}

.ui-state-default,  .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--text-muted) !important;
    font-weight: normal !important;
    color: var(--text-muted) !important;
    background: #fff !important;
    border-radius: 5px !important;
    text-align: center !important;
}

td .ui-state-hover{
	background: var(--light-blue) !important;
	color: #fff !important;
}

.ui-state-active{
	background: var(--blue) !important;
	color: #fff !important;
	border: 1px solid var(--blue) !important;
}

.ui-widget{
	font-family: 'Roboto', sans-serif !important;
}

.ui-widget-header {
    border: 1px solid #e2e2e2 !important;
    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.ui-datepicker{
	border-radius: 10px !important;
}

.datepickerDiscount{z-index: 1000 !important}

.dropdown-menu{z-index: 1000 !important}

/*.dropdown-menu{z-index: 200000 !important}*/

.floating-btn{
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
	color: var(--light);
	font-size: 25px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 3;
	background-color:var(--blue);
	box-shadow: 2px 2px 3px #999;
	cursor: pointer !important;
	text-decoration: none;
	transition: transform .2s;
}

.floating-btn:hover{
	color: var(--light);
	transform: scale(1.2);
}

.poos{
	cursor: pointer;
}

.daterangepicker{
	font-family: inherit !important;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  height: 287px;
}

.daterangepicker .ranges li.active {
  background-color: var(--blue) !important;
  color: #fff;
}


.daterangepicker .ranges li:hover {
  background-color: var(--light-blue) !important;
  color: #fff;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: var(--light-blue) !important;
  border-color: transparent;
  color: #fff !important;
}

.daterangepicker select.monthselect{
	background-color: #fff;
	border: 1px #c2c2c2 solid;
  border-radius: 5px;
}

.daterangepicker select.yearselect{
	background-color: #fff;
	border: 1px #c2c2c2 solid;
  border-radius: 5px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--light-blue) !important;
}


.btn-light:hover {
  color: #fff !important;
  background-color: var(--light-blue) !important;
  border-color: #f9fafb;
}

.check-mark{
	color: #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff !important;
  background-color: var(--light-blue) !important;
}

li .selected{
	color: #fff !important;
	background-color: var(--blue) !important;
}

.ulHover li:hover{
	color: var(--text-muted); !important;
  background-color: rgba(233, 236, 240, 0.5); !important;
  cursor: pointer;
}

li label:hover{
	cursor: pointer;
}

li label a:hover{
	color: var(--text_muted) !important;
}

.ql-container {
  font-family: inherit !important;
  font-size: inherit !important;
  color: #000 !important;
}

.ql-toolbar.ql-snow {
	font-family: inherit !important;
	border-radius: 5px 5px 0px 0px;
}
.ql-container{
	border-radius: 0px 0px 5px 5px;
}

.avatarSection{
	color: var(--text-muted) !important;
	background-color: var(--light);
	border-radius: 100px !important;
}

.avatarSection:hover{
	color: #fff !important;
	background-color: var(--light-blue);
	border-radius: 100px !important;
}

.dropdown a:hover{
	color: #fff !important;
	background-color: var(--light-blue) !important;
}


/* DARK MODE */

.switch{
	background:#343D5B;
	border-radius: 1000px;
	border: none;
	position: relative;
	cursor: pointer;
	display: flex;
	outline: none;
}

.switch::after{
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	background-color: #F1F1F1;
	top: 0;
	left: 0;
	right: unset;
	border-radius: 100px;
	transition: .3s ease all;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, .2);
}

.switch.active{
	background: orange;
	color: #000;
}

.switch.active::after{
	transition: .5s ease all;
	transform: translate(1.8em, 0);
	left: unset;
}

.switch span{
		font-size: 20px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		display: block;
		background: none;
		color: #fff;
}
/*transition: background-color .8s ease;*/
body.dark{
	background-color: #292C35 !important;
	color: #cecece !important;

}

body.dark .offcanvas{
	background-color: #292C35 !important;
	transition: background-color .8s ease;

}

body.dark .offcanvas label{
	color: #cecece;
}

body.dark .offcanvas li{
	transition: background-color .8s ease;
	background-color: #292C35 !important;
	color: #cecece;
}

body.dark .offcanvas li:hover{
	background-color: var(--light-blue) !important;
}

body.dark .card{
	background-color: #393d4a !important;

}

body.dark .card .nav a{
	color: #cecece !important;
}


body.dark .circle{
	border: 8px solid #292C35 !important;
}

body.dark .avatarSection{
	color: #cecece !important;
	background-color: #393d4a !important;
	border-radius: 100px !important;
}

body.dark .avatarSection:hover{
	background-color: var(--light-blue) !important;
	border-radius: 100px !important;
}


body.dark .navbar-fixed-top.scrolled{
	background-color: #393d4a !important;
	box-shadow: 0px 5px 5px 0px  #292C35;
}

body.dark .navbar-fixed-top.scrolled .dropdown a{
	background-color: #292C35 !important;
	box-shadow: 0px 5px 5px 0px  #292C35;
}

body.dark .navbar-fixed-top.scrolled .dropdown a:hover{
	background-color: var(--light-blue) !important;
}

body.dark .navbar-fixed-top.scrolled .avatarSection:hover{
	background-color: var(--light-blue) !important;
}

body.dark .navbar-fixed-top.scrolled .avatarSection{
	background-color: #292C35 !important;
	box-shadow: 0px 5px 5px 0px  #292C35;
}

body.dark .dropdown a:hover{
	color: #fff !important;
	background-color: var(--light-blue) !important;
}

body.dark .dropdown a{
	background-color: #393d4a !important;
}

body.dark #sidebar-container{
	background-color: #393d4a !important;
}

body.dark #sidebar-container a{
	color: #cecece;
}
body.dark strong{
	color: #cecece;
}
body.dark figcaption{
	color: #cecece;
}

body.dark .filter-background{
	background-color:#292C35 !important;
	border-color: #393d4a !important;
}

body.dark .modal-content{
	border-radius: 100px !important;
}

body.dark .modal-body{
	background-color:#393d4a !important;
}

body.dark .modal-header{
	background-color:#292C35 !important;
	border-bottom: 1px solid #292C35 !important;
	color: #cecece !important;
}

body.dark .modal-footer{
	background-color:#393d4a !important;
	border-top: 1px solid #393d4a !important;
	color: #cecece !important;
}


body.dark .modal-header .btn-group button:hover{
	background-color:var(--light-blue) !important;
	border-color: #cecece !important;
	color: #fff !important;
}



body.dark .form-control:disabled{
  background-color: #393d4a !important;
  opacity: 1;
  cursor: not-drop !important;
}

body.dark .form-select:disabled{
  background-color: #393d4a !important;
  opacity: 1;
  cursor: not-drop !important;
}

body.dark  .form-control[readonly]{
  background-color: #393d4a !important;
  opacity: 1;
  cursor: not-drop !important;
}

body.dark .drag-area{
	background-color:#292C35 !important;
}

body.dark .drag-area.disabled{
	background-color:#393d4a !important;
	color: var(--text-muted);
	cursor: not-drop !important;
}

body.dark .drag-area .disabled div > div > span{
	color: var(--text-muted) !important;
}

body.dark .input-group input.disabled{
	background-color:#393d4a !important;
}

body.dark .input-group span.input-group-text{
	background-color:#393d4a !important;
}

body.dark .form-check-input:disabled{
	*background-color:#393d4a !important;
}


body.dark  textarea{
	background-color:#292C35 !important;
	color: #cecece !important;
}
body.dark  select{
	background-color:#292C35 !important;
	color: #cecece !important;
}
body.dark  input{
	background-color:#292C35 !important;
	color: #cecece !important;
}
body.dark .swal2-popup{
	background-color:#292C35 !important;
	color: #cecece !important;
}

body.dark .input-group-text{
	background-color:#292C35 !important;
	color: #cecece;
}

body.dark .fixed-bottom > nav{
	background-color:#292C35 !important;
	color: #cecece;
}

body.dark .pane{
	background-color:#292C35 !important;
	color: #cecece;
}


body.dark .pane ul > li{
	background-color:#292C35 !important;
}

body.dark .pane ul > a > li{
	background-color:#292C35 !important;
}

body.dark .pane-menu > div{
	background-color:#292C35 !important;
}


body.dark .pane ul > li > div{
	color: #cecece !important;
}

body.dark .pane ul > a > li{
	color: #cecece !important;
}

body.dark button.btn-light{
	background-color:#292C35 !important;
	color: #FFF !important;
}

body.dark  button.btn-outline-secondary{
	background-color:#292C35 !important;
}

body.dark button.btn-light:hover{
	background-color: var(--light-blue) !important;
	color: #FFF;
}

body.dark button.btn-outline-secondary:hover{
	background-color: var(--light-blue) !important;
	color: #FFF !important;
}

body.dark div.jvd-alert-div.bg-light{
	background-color:#292C35 !important;
}

body.dark .rounded-circle{
	background-color: #393d4a !important;
}

body.dark *:focus{
	color: #cecece;
	outline: none !important;
	outline-width: 0 !important;
	box-shadow: none !important;
	border-color: none !important;
}

body.dark .footer{
	background-color: #393d4a !important;
	color: #cecece;
}

body.dark .material-icons.upload-button{
	color: #cecece;
}

body.dark a .material-icons{
	color: #cecece;
}

body.dark .avatarSection span{
	color: #cecece;
}

body.dark .avatarSection:hover{
	color: #ffffff !important;
	background-color: var(--light-blue);
	border-radius: 100px !important;
}

body.dark .dataTables_wrapper label{
	color: #cecece !important;
	font-family: inherit;
}

body.dark .dataTables_info{
	color: #cecece !important;
}

body.dark .table-striped > tbody > tr:nth-of-type(2n+1) > * {
	background-color:#292C35 !important;
	color: #cecece !important;
	border-left: #393d4a;
	border-right:1px solid  #393d4a;
	border-bottom: #393d4a;
}

body.dark .table-striped > tbody > tr:nth-of-type(2n) > * {
	background-color:#393d4a !important;
	color: #cecece !important;
	border-left: 1px solid #292C35;
	border-right: #292C35;
	border-bottom: 1px solid #292C35;
}

body.dark .table-striped > tbody > tr td:last-child{
	border-right: 1px solid #292C35;
}

body.dark .dataTables_paginate .paginate_button{
	background-color:#393d4a !important;
	color: #cecece !important;
}

body.dark .dataTables_paginate .paginate_button.current{
	color: #cecece !important;
	background-color:var(--blue) !important;
	border-color: #292C35 !important;
}

body.dark .dataTables_paginate .ellipsis{
	color: #cecece !important;
}

body.dark .dataTables_paginate .paginate_button:hover{
	background-color:var(--light-blue) !important;
}

body.dark table.dataTable tbody tr{
	background-color:#393d4a !important;
}

body.dark .table-loader{
   visibility:hidden;
}


body.dark .table-loader:before{
	margin-top: -40px; 
  visibility:visible;
  transition: visibility .8s ease;
  display:table-caption;
  content: "";
  width: 100%;
	height: 875px;
	border-radius: 20px;
	border-right: 1px solid #292C35;
	background-image:
	linear-gradient( rgba(41, 44, 53, 1) 1px, transparent 0),
  linear-gradient(90deg, rgba(41, 44, 53, 1) 1px, transparent 0 ),
  linear-gradient(90deg, rgba(78, 83, 96, 0), rgba(78, 83, 96, 0.5) 15%, rgba(78, 83, 96, 0) 30% ),
  linear-gradient(rgba(41, 44, 53, 1) 35px, transparent 0);

	background-repeat: repeat;
	background-size:
		1px 35px,
		calc(100% * 0.1666666666) 1px,
    	30% 100%,
    	2px 70px;
	background-position:
		0 0,
  	0 0,
    0 0,
		0 0;
	animation: shine 1s infinite;
}

body.dark @keyframes shine{
	to{
	background-position:
		0 0,
   	0 0,
    40% 0,
		0 0;
	}
}

body.dark .daterangepicker {
	background-color:#393d4a !important;
	border: 1px solid #292C35;
	font-family: inherit;
}

body.dark .calendar-table{
	background-color:#393d4a !important;
	border: none !important;
}

body.dark .daterangepicker .drp-calendar.left .calendar-table{
  padding-right: 8px;
}

body.dark .daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: var(--light-blue) !important;
  color: #fff !important;
}

body.dark .calendar-table .available{
	background-color:#393d4a !important;
}

body.dark .calendar-table .table-condensed .active{
	background-color: var(--blue) !important;
	color: #fff !important;
}

body.dark .calendar-table .table-condensed .off{
	background-color:#393d4a !important;
}

body.dark .daterangepicker td.in-range{
	background-color: #292C35 !important;
	color: #cecece !important;
}

body.dark .form-check-input:checked{
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
}

body.dark .daterangepicker.show-ranges.ltr .drp-calendar.left {
		border-left: 1px solid #292C35 !important;
}

body.dark .daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
  border: none;
  border-radius: 5px;
}

body.dark .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  border: none;
  border-radius: 5px;
}

body.dark .ui-widget-content {
  border: 1px solid #393d4a;
  background: #292C35;
  color: #cecece;
}

body.dark .btn-group button{
	color: #cecece !important;
}

body.dark .ui-widget-header {
  border: 1px solid #292C35 !important;
  background: #393d4a !important;
  color: #cecece !important;
}

body.dark .ui-state-default, .ui-widget-header .ui-state-default, .ui-button{
  border: 1px solid var(--text-muted) !important;
  color: #cecece !important;
  background: #292C35 !important;
}

body.dark .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
		border: 1px solid var(--light-blue) !important;
		background: var(--blue) !important;
		color: #fff !important;
}


body.dark .ui-state-hover:hover{
		border: 1px solid var(--light-blue) !important;
		background: var(--light-blue) !important;
		color: #fff !important;
}

body.dark .ui-widget-header .ui-icon{
  background-image: url('https://download.jqueryui.com/themeroller/images/ui-icons_white_256x240.png') !important;
}

body.dark .form-select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

body.dark .form-check-input {
	border: 1px solid #cecece;
}

body.dark .ql-snow .ql-stroke {
	stroke: #cecece !important;
}

body.dark  .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #cecece !important;
}

body.dark .ql-tooltip{
	background: #393d4a !important;
	color: #cecece !important;
	box-shadow: 0px 0px 5px #292C35 !important;
} 

body.dark .ql-picker-options{
	background: #393d4a !important;
	color: #cecece !important;
}

body.dark .ql-picker-label{
	color: #cecece !important;
}

body.dark .ql-editor{
	background-color: #292C35 !important;
	color: #cecece !important;
}

body.dark .dropdown-menu{
	background-color: #292C35 !important;
	color: #cecece !important;
}

body.dark .filter-option-inner-inner{
	color: #cecece !important;
}

body.dark li > a.dropdown-item > span.text{
	color: #cecece !important;
}

body.dark li > a.selected{
	background-color: var(--blue) !important;
	color: #cecece !important;
}

body.dark .active-menu-item-xs > span{
	color: var(--light-blue) !important;
}

body.dark .form-select{
	background-color: #292C35 !important;
	color: #cecece !important;
}

body.dark .btn-group > button{
	color: #fff !important;
}


.relatedOrder > a{
	color: #e05966;
}

.relatedOrder > a:hover{
	color: var(--blue);
}


input[name="c_drange"], input[name="c_drange_compare"]{
	cursor: pointer;
	border-right: none;
}


span{
	content: 'calendar_month';
	cursor: pointer;
}

input[name="c_drange"], input[name="c_drange_compare"]:focus{
	color: none !important;
	outline:0px !important;
	box-shadow: none !important;
	border-color: #ced4da; !important;

}

.pointer{
	cursor: pointer !important;
}

.bootstrap-select{
	border: 1px #ced4da solid !important;
}


.ccicon {
    height: 35px; 
    width: 50px;
    margin-right: 5px !important;
    margin-top: 2.5px !important;
}


/* CREDIT CARD IMAGE STYLING */
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.cardContainer {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 0;

}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

#ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,

.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

.creditcard .jvd {
    fill: var(--light-blue);
}

.creditcard .jvddark {
    fill: #1766A9;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}



/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}


#cardback .st2 {
    fill: #111111;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}


#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    perspective: 1000px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.dropdown-toggle::after{
   display: none !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus{
	color: #000 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover { 
	color: #fff !important;
}

.card{
	border-radius: 20px 20px 20px 20px;
}

.list-group-item:first-child {
	border-bottom:none;
}


.floating-alert-text{
	position: absolute; 
	top: -12px; 
	padding-left: 10px; 
	padding-right: 10px; 
	border-radius: 8px;
}

/*.dropdown-menu{
	z-index: 1 !important;
	border-radius: 30px;
}*/


.rotate {
	moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
 	transform:rotate(180deg);
}

.offcanvas-end{
	border-bottom-left-radius:  30px;
	border-top-left-radius:  30px;
}

#taskBody{
	border-radius: 10px !important;
}


.accordion-button:not(.collapsed) {
	color: var(--light) !important;
	background-color: var(--blue) !important;
}

.accordion-button:focus {
	box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
	background-color: var(--blue) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
	border-color: var(--grey) !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
	border-color: var(--grey) !important;
}

body.dark .select2-container--bootstrap-5 .select2-selection {
	background-color: #292C35 !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

}

body.dark .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	color: #c2c2c2 !important;
}

body.dark .form-switch .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' stroke='white' stroke-linecap='round' stroke-linejoin='round' fill='none' /%3e%3c/svg%3e");
}

body.dark .select2-container--bootstrap-5 .select2-dropdown {
	background-color: #393d4a !important;
	color: #c2c2c2 !important;
}

.removeNotification:hover{
	background: rgb(220, 53, 69);
	border-radius: 50%;
	color: white;
}

.datepickerClock {
  z-index: 9999 !important; 
}

@media (min-width: 1260px) {
  .col-xl-custom {
      flex: 0 0 auto;
      width: 20%; /* 100% / 5 cards = 20% each */
  }
}

.active-legend {
  background-color: white !important;
  color: var(--text-muted) !important;
}


.apexcharts-tooltip-marker {
  width: 8px !important; 
  height: 8px !important; 
  border-radius: 0 !important; 
  margin-right: 10px !important;
  margin-left: 10px !important;  
}

.custom-tooltip {
  background-color: #fff; /* White background */
  border: 1px solid #ccc; /* Border color */
  padding: 3px; /* Padding inside the tooltip */
  border-radius: 5px; /* Rounded corners */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Box shadow for a subtle effect */
  position: absolute;
  transform: translate(-50%, 0);
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
}

#myChart {
    max-height: 400px; /* Adjust the value as needed */
    width: 100%; /* Ensure it takes full width */
}

/*.apexcharts-xaxis-label {
  overflow: visible !important;
  white-space: nowrap !important; 
}

.apexcharts-xaxis-label:nth-child(1) {
  transform: translateX(55px); 
}

.apexcharts-xaxis-label:last-child {
  transform: translateX(0px) !important; 
}*/



.bar {
  position:absolute;
  top:auto;
  left:50%;
  transform:translate(-50%,-50%);
  width: 100%;
  height:4px;
  background:#f1f1f1;
  overflow:hidden;
}
.bar div:before {
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  background:#1766a9;
  animation:box-1 2100ms cubic-bezier(0.65,0.81,0.73,0.4) infinite;
}
.bar div:after {
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  background:#1766a9;
  animation:box-2 2100ms cubic-bezier(0.16,0.84,0.44,1) infinite;
  animation-delay:1150ms;
}
@keyframes box-1 {
  0% {
    left:-35%;
    right:100%;
  }
  60%,100% {
    left:100%;
    right:-90%;
  }
}
@keyframes box-2 {
  0% {
    left:-200%;
    right:100%;
  }
  60%,100% {
    left:107%;
    right:-8%;
  }
}

.legend:hover{
	opacity: 0.8;

}



/*@media (min-width: 992px) {
  .col-lg-custom {
      flex: 0 0 auto;
      width: 20%; 
  }
}*/

.week{
	color: #000 !important;
	font-weight: bold !important;
}


td.week:hover{
	background-color: rgba(227, 55, 71, 0.7);
	color: #fff !important;
	font-weight: bold !important;
}


.week.active-week{
	background-color: #e33747;
	font-weight: bold !important;
	color: #fff !important;
}

.color-picker-wrapper {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f8f9fa;
  text-align: center;
}

.color-picker {
  /*width: 100%;*/
  height: 40px;
  border: 1px solid #fff;
  padding: 0;
  cursor: pointer;
  /*border-radius: 5px;*/
}


.avatar-stack {
  position: relative;
}
.avatar-stack span {
  position: relative; /* Needed for individual stacking */
  margin-left: -10px; /* Overlap by half the avatar's width */
}
.avatar-stack span:first-child {
  margin-left: 0; /* No overlap for the first avatar */
}

.rcb {
  border: 2px solid #fff; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.avatar-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: -18px; /* Match overlap spacing */
  border-radius: 50%;
  background-color: #6c757d; /* Gray background */
  color: #fff; /* White text */
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #fff; /* Match the avatar border */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for depth */
}


.responsive-iframe {
    overflow: hidden;
    scrolling: no; /* Ensure scrolling is disabled */
}

/* Enable scrolling for md and smaller screens */
@media (max-width: 768px) {
    .responsive-iframe {
        scrolling: yes; /* Enable scrolling */
        overflow: auto; /* Ensure scrollbars are visible */
    }
}