

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;
}



.top-buttons
{
	position: absolute;
    top: 9px;
    right: 10px;
}

.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: 20px;
}

.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;
}
