

html, html *, body *, body, a, button, h1, span, p, b, div, label, *
{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

bdi.translate-item svg
{
	display:none;
}

bdi.translate-item:hover svg
{
	display: inline-block;
    width: 20px !important;
    padding-left: 5px;
    top: -1px;
    position: relative;
    cursor:pointer;
}



.hoverbox:hover .hoverbox-content
{
	opacity: 0.50 !important;
}

.modal-backdrop
{
    z-index: 9999;
}

.modal.fade
{
	z-index:99999;
}



h6
{
	font-weight: bold;
    background: #efefef;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 3px;
}

h6 a
{
	font-size: 12px !important;
    float: right;
    
    background: #178e5c !important;
    border-color: #178e5c !important;
}


.nav-link.active
{
	border-bottom: 0px !important;
}

.nav-tabs
{
    border-bottom: 1px solid var(--falcon-border-color) !important;
}

.is-sticky
{
	box-shadow: 1px 1px 31px -15px black;
}

.form-control-noedit
{
	border: none;
    width: 100%;
    font-size: 16px;
    outline: none;
    cursor: default;
    pointer-events: visible;
}

.btn
{
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.btn-info
{
    background: #1062fe;
    border-color: #1062fe;
}

.btn-info:hover
{
    background: #009aff;
    border-color: #009aff;
}

.btn-success
{
	background: #41a041;
    border-color: #288328;
}

.btn-success:hover
{
	background: #288328;
    border-color: #288328;
}

.btn-danger
{
    background: #d32a2a;
    border-color: #a92020;
}

.btn-danger:hover
{
	    background: #a92020;
    border-color: #a92020;
}


.btn-secondary
{
    background: #7dcdea;
    border-color: #61abc6;
    color: #487f93;
}

.btn-secondary:hover
{
	 background: #61abc6;
    border-color: #61abc6;
    color: #487f93;
}

.btn-table-action
{
	font-size: 10px;
    padding: 2px !important;
    width: 21px;
    height: 21px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.choices
{
	margin-bottom: 5px !important;
}


.flatpickr-calendar.open {
    display: inline-block;
    z-index: 999999 !important;
}

.choices__list--single .choices__item--selectable {
  white-space: nowrap; /* Prevents the text from wrapping to the next line */
  overflow: hidden; /* Hides the overflow text */
  text-overflow: ellipsis; /* Adds an ellipsis (...) where the text is cut off */
  width: 100%; /* Set a specific width or max-width as needed */
  /* Add additional styling as required */
}


.fs-11 {
    font-size: 0.9rem !important;
    font-weight: 500;
}


.view-mode
{
	.hide-on-view, .btn-table-action
	{
		display:none !important;
	}
	
	.form-control, .form-select
	{
		border: none;
		padding: 0px;
		box-shadow: none;
		font-weight: 500;
		
	}
	
	.form-label
	{
	    margin-bottom: 0px;
	}
	
	select
	{
		--falcon-form-select-bg-img: none;
	}
	
	.input-group-text
	{
		background: none;
   		border: none;
   		padding: 0px;
   	 	font-size: 13px;
	}
}



.dropzone {
    position: relative;
    background-color: #fff;
    border: 0;
    background-color: rgba(0,0,0,0);
    border-radius: .375rem
}

.dropzone.dropzone-has-default .dz-message {
    border-color: rgba(0,0,0,0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.dropzone.dropzone-has-default .dz-message:hover {
    background-color: rgba(0,0,0,.5)
}

.dropzone .dz-preview {
    min-height: auto
}

.dropzone .dz-remove {
    position: absolute;
    right: .5rem;
    top: .5rem;
    color: #fff;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem
}

.dropzone .dz-remove * {
    cursor: pointer
}

.dropzone .dz-message {
    position: relative;
    padding: 5rem 2rem;
    margin: 0;
    border: 2px dashed var(--falcon-border-color);
    border-radius: .375rem
}

.dropzone.dropzone-single.dz-file-processing .dz-message {
    display: none
}

.dropzone.dropzone-single.dz-file-processing.dz-file-complete .dz-message {
    display: block
}

.dropzone.dropzone-single.dz-file-processing.dz-file-complete .dz-default-image {
    opacity: 0
}

.dropzone.dropzone-single .dz-processing .dz-message-text {
    opacity: 0 !important
}

.dropzone.dropzone-single .dz-progress {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    -webkit-animation: none !important;
    animation: none !important;
    width: 9.375rem !important;
    height: .5rem !important;
    margin: 0 !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    bottom: 1.5rem
}

.dropzone.dropzone-single.dz-max-files-reached .dz-message {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-color: rgba(0,0,0,0)
}

.dropzone.dropzone-single.dz-max-files-reached .dz-remove {
    opacity: 1
}

.dropzone.dropzone-single.dz-max-files-reached:hover .dz-message,.dropzone.dropzone-single.dz-max-files-reached:focus .dz-message {
    opacity: 1
}

.dropzone.dropzone-single .dz-processing .dz-progress {
    opacity: 1
}

.dropzone.dropzone-single .dz-complete .dz-progress {
    opacity: 0
}

.dropzone .dz-preview-single {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0
}

.dropzone .dz-preview-single:hover {
    z-index: auto
}

.dropzone .dz-preview-single .dz-preview-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0 !important;
    overflow: hidden
}

.dropzone .dz-preview-single .dz-preview-cover .dz-errormessage {
    position: absolute;
    left: 0;
    bottom: 0
}

.dropzone .dz-preview-single .dz-preview-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .375rem
}

.dropzone-multiple {
    border: 0;
    background: rgba(0,0,0,0)
}

.dropzone-multiple .dz-message {
    padding: 4rem 2rem;
    border: 2px dashed var(--falcon-border-color);
    border-radius: .375rem
}

.dropzone-multiple .btn *,.dropzone-multiple .falcon-data-table .paging_full_numbers .page-link *,.falcon-data-table .paging_full_numbers .dropzone-multiple .page-link *,.dropzone.dropzone-multiple .falcon-data-table .paging_first_last_numbers .page-link *,.falcon-data-table .paging_first_last_numbers .dropzone.dropzone-multiple .page-link *,.dropzone.dropzone-multiple .falcon-data-table .paging_full .page-link *,.falcon-data-table .paging_full .dropzone.dropzone-multiple .page-link *,.dropzone.dropzone-multiple .falcon-data-table .paging_numbers .page-link *,.falcon-data-table .paging_numbers .dropzone.dropzone-multiple .page-link *,.dropzone.dropzone-multiple .falcon-data-table .paging_simple_numbers .page-link *,.falcon-data-table .paging_simple_numbers .dropzone.dropzone-multiple .page-link *,.dropzone.dropzone-multiple [data-list] .page *,[data-list] .dropzone.dropzone-multiple .page *,.dropzone.dropzone-multiple .table-list .page *,.table-list .dropzone.dropzone-multiple .page *,.dropzone.dropzone-multiple .tox .tox-menu__footer .tox-button:last-child *,.tox .tox-menu__footer .dropzone.dropzone-multiple .tox-button:last-child *,.dropzone.dropzone-multiple .tox .tox-dialog__footer .tox-button:last-child *,.tox .tox-dialog__footer .dropzone.dropzone-multiple .tox-button:last-child *,.dropzone.dropzone-multiple .tox .tox-menu__footer .tox-button--secondary *,.tox .tox-menu__footer .dropzone.dropzone-multiple .tox-button--secondary *,.dropzone.dropzone-multiple .tox .tox-dialog__footer .tox-button--secondary *,.tox .tox-dialog__footer .dropzone.dropzone-multiple .tox-button--secondary * {
    cursor: pointer
}

.dropzone-multiple .media:first-child {
    margin-top: 1.8rem
}

.dropzone-multiple .dz-image {
    border-radius: .25rem;
    height: 2.5rem;
    width: 2.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 1rem;
    border: 1px solid #d8e2ef
}

.dropzone-multiple .dz-progress {
    opacity: 0;
    position: relative !important;
    -webkit-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    -webkit-animation: none !important;
    animation: none !important;
    width: 6.25rem !important;
    height: .5rem !important;
    margin-top: 0;
    margin-left: 1rem !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: auto !important;
    left: auto !important
}

.dropzone-multiple .dz-complete .dz-progress {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1
}

.dz-drag-hover .dz-message {
    border-color: var(--falcon-primary)
}

 .dz-progress {
    background: #edf2f9 !important
}

 .dz-progress .dz-upload {
    background: var(--falcon-primary) !important
}

.dropzone-area {
    border: 2px dashed #d8e2ef;
    border-radius: .25rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.dz-preview, .dz-file-preview {
    display: none !important;
}

/* 
.file-dragger
{
	height: 80px;
    border: 3px dashed #37b191;
    width: 90%;
    margin-left: 5%;
    border-radius: 7px;
    cursor:pointer;
       display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}

.file-dragger.dragover
{
	border-color: #000;
    background-color: #f0f0f0;
}



.file-dragger input
{
	opacity:0;
}
 */
 
 .orders-search
 {
 	.choices
 	{
 		margin-bottom: 0px !important;
 	}	
 	
 	.choices[data-type*=select-one] .choices__inner
 	{
 		padding-bottom: 0px !important;
 	}
 }
 
 .tox-statusbar__text-container
 {
 	display:none !important;
 }
 
 
 label.required:after
 {
 	content: "*";
 	color:red;
 	padding-left: 3px;
 }
 
 .table-all-align td, .table-all-align th
 {	
 	vertical-align:middle;
 }
 
 
 .multi-selector
 {
 	 display: block;
    max-height: 250px;
    height: 250px;
    overflow-y: scroll;
    border: thin solid #ececec;
    border-radius: 3px;
    background: white;
    padding: 10px;
        flex-direction: column;
    align-items: flex-start;
    justify-content: center;
 }
 
.multi-selector .item
 {
 	display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 5px 3px;
    margin-bottom: 5px;
 }
 
.multi-selector .item:hover
{
	    background: #ebebeb;
    

}

.multi-selector .item input[type="checkbox"]
{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
 
.multi-selector .item .order-id
{
    width: 110px;
}
.multi-selector .item .total
{
    width: 130px;
}


table thead tr th
{
	cursor:pointer;
}
 
 
.sortable-placeholder
{
	background: #f0f0f0;
	border: 2px dashed #999;
	visibility: visible !important;
}

th a, th a:hover
{
	text-decoration:none; 
	color: rgba(var(--falcon-gray-900-rgb), var(--falcon-text-opacity)) !important;
}

th a svg
{
	font-size: 10px !important;
}

.choices__list
{
	z-index: 1050 !important;
}

.select2-container--default .select2-selection--single {
   padding: 4px;
    font-size: 1rem;
    font-weight: 400;
        height: 36px;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 0.75rem;
    top: 0;
}

.select2-container--open .select2-dropdown {
    box-shadow: 1px 0px 44px 21px #0000005c;
}


tr.status-d td,tr.status-d a
{
	color:gray;
}

.select2-selection__clear
{
	margin-right: 32px !important;
}

.text-purple
{
	    color: purple;
}

/* CSS to rotate the icon */
.rotate {
  animation: rotate-animation 1s infinite linear;
}

@keyframes rotate-animation {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.select2-selection--multiple .select2-selection__choice
{
	padding-left: 20px !important;
}

.select2-selection--multiple .select2-selection__choice button
{
	margin-top: 4px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    border-right: 0px !important;
}
