input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 80px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0 30px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-size: 14px;
    background: url("../images/loading_bar.gif") no-repeat center 38px #fff;
    box-shadow: 2px 2px 5px #444;
    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    z-index: 9999;
}
#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #2c79df;
    z-index: 999 !important;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.dataTables_scrollBody {
    min-height: 300px !important;
    height: 300px !important;
}
#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}
.dropdown-menu-next {
    min-height: 100px !important;
    position: relative !important;
    margin-top: -10px !important;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
input,select{
	color: #333;
	font-family: sans-serif !important;
	font-size: 14px !important;
	text-align: left;
}
.folios{
    font-size: 13px !important;
}
.table-scrollable { 
    overflow-x: visible !important; 
    overflow-y: visible !important; 
}
.theme-wizard .nav-link.active {
    color: white !important;
  }
  .svelte-data-table-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .svelte-data-table-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .swal2-grow-row {
    margin-top: 10px !important;
  }
  
  .vscomp-toggle-button {
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
	display: flex;
	padding: 7px 30px 7px 10px;
	position: relative;
	width: 100%;
    border-radius: 1rem !important;
    padding: .34rem 1rem;
    border: 1px solid var(--falcon-input-border-color);
    appearance: none;
    font-weight: 400;
line-height: 1.5;
}
.form-control {
	display: block;
	width: 100%;
	padding: .3125rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--falcon-input-color);
	background-color: var(--falcon-input-bg);
	background-clip: padding-box;
	border: 1px solid var(--falcon-input-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 1rem;
	-webkit-box-shadow: var(--falcon-box-shadow-inset);
	box-shadow: var(--falcon-box-shadow-inset);
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	/* transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; */
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	/* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.form-select {
	display: block;
	width: 100%;
	padding: .3125rem 3rem .3125rem 1rem;
	-moz-padding-start: calc(1rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--falcon-input-color);
	background-color: var(--falcon-input-bg);
	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='%234d5969' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 16px 12px;
	border: 1px solid var(--falcon-input-border-color);
	border-radius: 1rem;
	-webkit-box-shadow: var(--falcon-box-shadow-inset);
	box-shadow: var(--falcon-box-shadow-inset);
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input-group > a {
    border-radius: 0rem 1rem 1rem 0rem !important;
}
.form-control-sm::file-selector-button {	
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
}
.form-control::file-selector-button {
	padding: .3125rem 1rem;
	margin: -0.3125rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
	color: #d8e2ef;
	background-color: #5e6e82;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 1rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn {
    border-radius: 1rem !important;
}
input > button {
    border-radius: 1rem !important;
}
.ms-1 {
	margin-left: -2.5rem !important;
}
.pagination-sm {
	--falcon-pagination-padding-x: 0.70rem !important;
	--falcon-pagination-padding-y: 0.25rem;
	--falcon-pagination-font-size: 0.875rem;
	--falcon-pagination-border-radius: 0.25rem;
}