.loader {
    position: fixed;
	width: 100%;
	height: 100%;
	padding-top: 50vh;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	background-color: #00000024;
	font-weight: bold;
	transform-origin: center;
	transform: translateY(-50%);
	-webkit-transform-origin: center;
	-webkit-transform: translateY(-50%);
	display: none;
}



.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loader-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99998; /* uno meno del loader visuale */
    background: transparent;
    pointer-events: all;
    display: none;
}


#loader {
    z-index: 99999; /* sopra al blocker */
}


.timepicker-now{
	cursor: pointer;
	font-size: 20px;
	margin-left: 5px;
}

.btn-icon{
	cursor: pointer;
	font-size: 18px;
}

.btn-icon-sm{
	cursor: pointer;
	font-size: 16px;
}

.hours{
	width: 50%;
}

.padding-top{
	padding-top: 3px;
}

textarea.textarea-inline {
    height: 2em;
    width: 80%;
    padding: 2px 5px;
    transition: all 0.5s ease;
    resize: none;
}

textarea::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.date-previous{
	padding-left: 15px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 20px;
}

.date-next{
	padding-right: 15px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 20px;
}

.selectize-control.synchro{
	width: 90%;
	padding-top: 8px;
}

.no-pad{
	padding: 0;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: 95%;
}

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh !important;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.pr-10{
	padding-right: 10px;
}

.main-page{
	width: 83vw;
	overflow: auto;
}

#sidebar {
	width: 17vw;
}

.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.full-page {
  height: 100%;
}

.full-page {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.input-hidden{
	border: none;
	border-color: transparent;
	background-color: transparent;
	font-weight: bold;
	width: 50%;
}

.hidden{
	display: none;
}

.range-label{
	top: -8px;
    position: relative;
    margin-left: 15px;
}

.range-custom{
	margin-top: 5px;
	width: 83%
}

.form-group{
	margin-bottom: 10px;
}

textarea{
	resize: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.table-custom{
	margin-bottom: 0;
	width: 90%;
}

.table-custom > tbody > tr:last-child { 
	border-bottom-style: hidden;
}

.table-custom > tbody > tr > td { 
	text-align: right;
}

.input-error{
	border: 1px solid #dc3545 !important;
	outline: none !important;
}

.input-error:focus{
	outline: 1px solid #dc3545 !important;
}

.input-warning{
	border: 1px solid #ffc107 !important;
	outline: none !important;
}

.input-warning:focus{
	outline: 1px solid #ffc107 !important;
}

.hide-sidebar {
	position: absolute;
	left: 16vw;
	transform: translate(-100%,0%);
	width: fit-content;
	font-size: 25px;
	cursor: pointer;
}

.sd-collapsed {
	width: 4.2vw !important;
}

.mp-expanded {
	width: 95.8vw !important;
}

.hide-sidebar.bi-caret-right-square-fill{
	left: 4.2vw;
}

.collapsed-view {
	display: none;
}

.sd-collapsed .collapsed-view {
	display: block;
}

.sd-collapsed a {
	width: fit-content;
}

.sd-collapsed .pr-10 {
	padding: 0;
}

.sd-collapsed .expanded-view {
	display: none;
}

@media only screen and (max-width: 1700px) {
  	.sd-collapsed {
		width: 5vw !important;
	}

	.mp-expanded {
		width: 95vw !important;
	}
	
	.hide-sidebar.bi-caret-right-square-fill{
		left: 5vw;
	}
}

@media only screen and (max-width: 1450px) {
  	.sd-collapsed {
		width: 5.5vw !important;
	}

	.mp-expanded {
		width: 94.5vw !important;
	}
	
	.hide-sidebar.bi-caret-right-square-fill{
		left: 5.5vw;
	}
	
	.hide-sidebar {
		transform: translate(-100%,5%);
		font-size: 20px;
	}
}

.title-collapsed{
	margin-bottom: 30px;
    background-color: #212529;
    width: fit-content;
    color: white;
    padding: 10px;
    border-radius: .25rem;
    position: relative;
    top: -3px;
}

.show-price{
	text-align: right;
}

.modal-link{
	text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    color: #212529; 
}

.div-align-vertical{
	display: inline-block;
  	vertical-align: middle;
}

.report-title-icon {
	font-size: 30px;
	padding-right: 15px;
	vertical-align: middle;
}

.report-title {
	background-color: #0d6efd;
	border-radius: .50rem;
	color: white;
	width: fit-content;
	padding: 10px 20px;
	cursor: pointer;
	min-width: 250px;
	text-align: center;
}

.report-title > span {
	font-weight: bold;
	vertical-align: middle;
}

.divider {
	width: 100%;
	height: 30px;
}

.hide-column {
	display: none;
}


.error-div{
	background-color: #dc3545;
	border-color: #dc3545;
	color: #FFF;
	padding: .5rem 1rem;
    border-radius: .3rem;
    margin: 5px 0px;
    display: none;
    width: 100% !important;
}

.readonly{
	background-color: #e9ecef;
}

.readonly:focus{
	background-color: #e9ecef;
	border-color: #ced4da;
	box-shadow: none;
}

.center-div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.hide-row{
	display: none;
}

.table-insoluta{
	--bs-table-bg: #d36262;
    --bs-table-striped-bg: #b17479;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #a56367;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #9d7176;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #a9787b;
}

div#sidebar {
  font-size: 75%;
}

.text-right {
	text-align: right !important;
}




.selectize-input {
    border: 1px solid  #F4F300 !important;
    width: 100% !important;
    height: auto !important;
    font-size: 12px !important;
    background-color: white !important;
    box-shadow: none !important;

    display: flex !important;
    align-items: center !important;
    padding: 5px 10px !important; /* più padding verticale */
    line-height: 1.5 !important; /* spazio per il testo */
    white-space: nowrap !important; /* evita il wrap */
    box-sizing: border-box;
    min-height: 35px !important;
}



.selectize-dropdown {
    background-color: white !important;
    border: 1px solid #F4F300 !important; 
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    z-index: 9999 !important; 
}


.selectize-dropdown-content {
    max-height: 200px !important;
    overflow-y: auto !important; 
}


.selectize-dropdown-content div {
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;

}


.selectize-dropdown-content div:hover {
    background-color: #fcfccf !important; 
    
}

h3 {

	text-align: center;
	margin-top:50px;
	 color: #fff;
	font-weight: bold;
	

}

body {
   font-family: 'Archivo', sans-serif; 
   background-color: #000;
   overflow-y: auto;
}


.tabellaGS {
   	width:1300px;
  
    padding: 20px;
    background-color:white; 
    
    margin: 30px auto;
    font-size: 12px;
    box-sizing: border-box;
    
    border-collapse: separate !important; /* Sovrascrive Bootstrap */
    border-spacing: 0;
}


tabellaGS td,th {
    padding: 15px 30px; 
    white-space: nowrap; 
    text-align: left;
}

.buttoneCustom{
	
	background: linear-gradient(27deg,rgba(242, 242, 48, 1) 0%, rgba(196, 230, 71, 1) 50%);
	border-color: none!important;
}
