
body{
    min-height: 100vh;
}


.colore_bianco {
color: white !important; 
}
.colore_arancione {
color: #ff9c1b !important;
}
.colore_blue {
color: #0a355e !important;
}
.orientamento_center{
	text-align: center;
}
.app_info_banner {
  background: #0a355e;
  margin: 0;
  padding: 0.1em;
}
.app_allinamento_bottone{
	 flex-direction: row;
    align-content: center;
    justify-content: center;
	flex-wrap: nowrap
}
.app_bottone{
	background-color: #ff9c1b;
	color: #ffffff;
	width: 40%;
	border-radius: 15px;
    padding: 12px;
	font-weight: 400;
	margin-top: 30px;
	border-color: #ff9c1b;
	margin: 20px;
}
.app_domande_titolo {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 5px;
}
.app_domande_sottotitolo {
	font-size: 13px;
	color: #0a355e;
	margin-bottom: 5px;
}
.app_domande_domanda {
	font-size: 20px;
	color: #ff9c1b;
	font-weight: 600;
	text-align: center;
}
.app_domande_risposta_icona {
	font-size: 30px;
    color: #ffffff;
    background: #ff9c1b;
    padding: 12px;
	border: 1px solid #ff9c1b;
	border-radius: 15px;
}
.app_domande_risposta input {
    font-size: 20px;
	border-color: #ff9c1b;
	border-radius: 15px;
	
	cursor: pointer;
	background-color: #ffffff !important;
}
#app_input_domanda_prestazione {
	color: #ff9c1b;
	font-weight: 500;
}
.app_domande_checkbox_outer {
   	background-color: #0a355e;
	color: #ffffff;
    width: 70%;
	margin: auto;
	padding: 12px;
	border-radius: 15px;
}
.app_sidebar_popup {
    /*position: absolute;
	
	position: sticky;
	left: 100%;*/
	position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    /* left: 50vw; */
    background-color: #FFFFFF;
    display: none;
}
.app_titolo {
	font-size: 20px;
	color: #0a355e;
	margin-bottom: 5px;
	font-weight: 1000; 
}
.app_titolo4_1 {
	font-size: 25px;
	color: #0a355e;
	margin-bottom: 5px;
	font-weight: 600; 
}
.app_titolo4_2 {
	font-size: 50px;
	color: #000000;
	margin-bottom: 5px;
	font-weight: 700; 
}
.app_titolo4_3 {
	font-size: 20px;
	color: #0a355e;
	margin-bottom: 5px;
	font-weight: 500; 
}
.app_titolo4_4 {
	font-size: 15px;
	color: #939598;
	margin-bottom: 5px;
	font-weight: 500; 
}
.app_titolo4_5 {
	font-size: 30px;
	color: #0a355e;
	margin-bottom: 5px;
	font-weight: 1000; 
}
.app_titolo4_6 {
	font-size: 20px;
	color: #ff9c1b;
	margin-bottom: 5px;
	font-weight: 500; 
}
.bottone_orario {
	background-color: #fff;
	color: #ff9c1b;
	border-radius: 15px;
    padding: 12px;
	font-weight: 600;
	border-color: #ff9c1b;
}
.bottone_orario:hover {
	background-color: #ffffff;
	color: #0a355e;
}

.bottone_orario_selected {
	background-color: #ff9c1b;
	color: #ffffff;
	border-radius: 15px;
    padding: 12px;
	font-weight: 600;
	border-color: #ff9c1b;
}
.testo_giorno {
	font-size: 25px;
	color: #ff9c1b;
	margin-bottom: 5px;
	font-weight: 700; 
	text-align: center;
}
.testo_data {
	font-size: 20px;
	color: #ff9c1b;
	margin-bottom: 5px;
	font-weight: 500; 
	text-align: center;
}




.lable_inputfile {
width: 100%;
cursor: pointer;
}
::file-selector-button {
  display: none;
}
.custom_textarea{
	 font-size: 16px;
	border-color: #0a355e;
	border-radius: 15px;
	cursor: pointer;
	background-color: #ffffff !important;
}
.custom_input{
	 font-size: 20px;
	border-color: #0a355e;
	border-radius: 15px;
	cursor: pointer;
	background-color: #ffffff !important;
}

.separatore_verticale_b{
  border-right: 6px solid #0a355e !important;

}




@media (min-width: 992px){
    
    .navbar-expand-lg .navbar-collapse {
        /*display: flex!important;
        flex-basis: auto;
        justify-content: center;*/
        display: initial !important;
    }
    
    .navbar-expand-lg .navbar-nav{
        display: initial !important;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: black !important;
}
.custom_nav_link:first-child {
    margin-left: 30px;
}


.custom_nav_link {
	/*margin: 0px 100px;*/
    margin: 0px 5px;
	
}

.custom_nav_link a {
	color: black;
	font-size: 26px;
	font-weight: 500;
}

.custom_nav_link.active{
    background-color: transparent;
    
}
.custom_nav_link.active .custom_nav_link_inner{
    color: #ff9c1b;
    font-weight: 500;
}

.custom_nav_link a:hover, .custom_nav_link:hover {
	background-color: transparent;
}

.custom_nav_link a:hover, .custom_nav_link:hover .custom_nav_link_inner{
    color: #ff9c1b;
    font-weight: 500;
}

.super_iper_mega_nav {
	display: flex;
	/*justify-content: space-around;*/
}
.header_desktop {
	margin-bottom: 50px;
}
.custom_progress {
	width: 30px;
	height: 30px;
	background-color: #ff9c1b;
    border-radius: 100%;
	padding: 5px;
}
.custom_progress_checked {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
    border-radius: 100%;
}
.custom_progress_text {
	font-weight: 600;
}
.custom_progress_underline {
	background-color: #ff9c1b;
	width: 100%;
	height: 5px;
	margin-top: 15px;
}

.custom_progress_underline.small{
   height: 2px; 
}

.custom_progress_underline_blu {
	background-color: #0a355e;
	width: 100%;
	height: 5px;
	margin-top: 15px;
}

.logo_outer {
	width: 200px;
	/*margin-left: 25px;*/
    margin-right: 25px;
}
.menu_outer {
	width: calc(100% - 200px);
}

.riquadro_domande {
	/*margin-left: 10%;*/
	margin-right: 1%;
	background-color: white;
	border: 1px solid grey;
	border-radius: 20px;
	margin-top: 30px;
	padding: 30px 20px;
}
.riquadro_domande_arancione {
	margin-right: 1%;
	background-color: white;
	border: 1px solid #ff9c1b;
	border-radius: 20px;
	margin-top: 30px;
	padding: 5px 20px;
}
.riquadro_domande_blu {
	margin-right: 1%;
	background-color: white;
	border: 1px solid grey;
	border-radius: 20px;
	margin-top: 30px;
	padding: 5px 20px;
}
/*non funziona, perchè?
@media only screen and (max-width: 600px) {
        .separatore_verticale{
        background-color: #0a355e;
        width: 100%;
        height: 5px;
        margin-top: 50%px;

      padding-top: 0px;
      padding-bottom: 0px;
     position: absolute;
      left: 50%;
      border-left: 6px solid #0a355e;
    }

        .riquadro_domande {
            margin-left: 0px;
            margin-right: 0px;
        }
        .riquadro_domande_arancione {
            margin-left: 0px;
            margin-right: 0px;
        }
        .super_iper_mega_nav {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
}*/
.domande_titolo {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 5px;
}

.domande_sottotitolo {
	font-size: 20px;
	color: #0a355e;
	margin-bottom: 5px;
}
.domande_domanda {
	font-size: 20px;
	color: #ff9c1b;
	font-weight: 600;
}
.domande_risposta input {
    font-size: 20px;
	border-color: #0a355e;
	border-radius: 15px;
	
	cursor: pointer;
	background-color: #ffffff !important;
}
.domande_risposta_icona {
	font-size: 30px;
    color: #ffffff;
    background: #0a355e;
    /*padding: 12px;*/
	border: 1px solid #0a355e;
	border-radius: 15px;
}
.domande_bottone {
	background-color: #0a355e;
	color: #ffffff;
	border-radius: 15px;
    padding: 12px;
	font-weight: 600;
	margin-top: 30px;
	border-color: #0a355e;
    min-width: 150px;
}
.domande_bottone:hover {
	background-color: #ffffff;
	color: #0a355e;
}

.tabella_bottone {
	background-color: #0a355e;
	color: #ffffff;
	border-radius: 15px;
    padding: 12px;
	font-weight: 600;
	border-color: #0a355e;
}
.tabella_bottone:hover {
	background-color: #ffffff;
	color: #0a355e;
}

/*CUSTOM CHECKBOX*/
.domande_checkbox_outer {
	background-color: #0a355e;
	color: #ffffff;
    width: fit-content;
	padding: 12px;
	border-radius: 15px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* The container */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    
    /*ALLINEARE AL CENTRO*/
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    /*background-color: #ff9c1b;*/
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkbox_container .checkmark:after {
    /*top: 3.5px;
    left: 4px;*/
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: #ff9c1b;
}

.opaque_background {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.4;
	display: none;
}
.sidebar_popup {
	/*position: absolute;*/
	
	position: sticky;
	left: 100%;
	width: 50vw;
	height: 100vh;
	/*top: 0;*/
	bottom: 0;
	/*left: 50vw;*/
	background-color: #FFFFFF;
	display: none;
    /*FAR SCORRERE MENU LATERALE*/
    overflow-y: auto;
}
.sidebar_popup_title {
	background-color: #0a355e;
	padding: 10px 30px;
	color: #ffffff;
	font-weight: 600;
	min-height: 45px;
}
.chiudi_sidebar_popup {
	float: right;
	font-size: 18px;
	cursor: pointer;
}
.sidebar_popup_content {
	padding: 20px;
    min-height: 100%;
}
/*#domanda_prestazione .domande_risposta_icona {
	padding: 6px 12px;
}
#domanda_prestazione {
	width: 100%;
	border: 1px solid grey;
	border-radius: 15px !important;
	cursor: pointer;
}
.domanda_prestazione_testo {
	font-size: 22px;
	padding: 10px;
}*/

.custom_accordion_header button {
	border: 2px solid #0a355e;
	background-color: #0a355e !important;
	color: #ffffff !important;
	border-radius: 15px !important;
	padding-left: 10%;
	font-weight: 600;
}
.custom_accordion_header .accordion-button.collapsed {
	background-color: #ffffff !important;
	color: #0a355e !important;
}
.accordion-item {
	border: none;
	margin-bottom: 10px;
}
.bottone_scelta_prestazione {
	width: 100%;
	display: block;
	background-color: #ffffff;
	color: #0a355e;
	font-weight: 600;
	border: 2px solid #0a355e;
	border-radius: 15px;
	padding: 1rem 1.25rem;
	margin-bottom: 10px;
	cursor: pointer;
}
.bottone_scelta_prestazione:hover {
	background-color: #0a355e;
	color: #ffffff;
}
.prestazioni_prezzo {
	float: right;
	font-weight: 700;
}
.prestazioni_prezzo_nf{
	font-weight: 700;
    color: #0a355e;
    font-size: 36px;
}
#input_domanda_prestazione {
	color: #0a355e;
	font-weight: 500;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.no_link {
    text-transform: none;
    text-decoration: none;
    color: inherit;
}

.no_link:hover {
    text-transform: none;
    text-decoration: none;
    color: inherit;
}


.text-align-center{
    text-align: center;
}

.text-align-right{
    text-align: right;
}
.text-align-left{
    text-align: left;
}

.row_personale{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.calendario_data {
    font-weight: bold;
    font-size: 20px;
    color: #0a355e;
    margin: 0px;
    border: 1px solid #0a355e;
    padding: 5px 10px;
    border-radius: 14px;
}

.stampa_calendario_data {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.freccia {
    margin: 0px;
    position: relative;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #ff9c1b;
    cursor: pointer;
}

.selezionato_calendario{
    color: #ff9c1b;
}

p.calendario_data.selezionato_calendario{
    background-color: #ff9c1b;
    color: white;
    border-color: #ff9c1b;
}


.selezionato_calendario .domande_titolo{
    color: #ff9c1b;
}

.selezionato_calendario .calendario_sottotitolo{
    color: #ff9c1b;
}

.conferma_prenotazione {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

.prenota_bottone {
	background-color: #0a355e;
	color: #ffffff;
	border-radius: 15px;
    padding: 12px 25px;
	font-weight: 600;
	border-color: #0a355e;
}
.prenota_bottone:hover {
	background-color: #ffffff;
	color: #0a355e;
}

.bordata{
    border-top: 2px solid #0a355e;
}

.row_prenotazione{
    padding: 20px 30px;
}

.col-calendario{
    flex: 0 0 auto;
    width: 25%;
    
    padding: 0px !important;
}

.conferma_prenotazione_left{
    font-size: 20px;
    color: #a1a1a1;
    font-weight: 600;
}

.conferma_prenotazione_right{
    font-size: 20px;
    color: #0a355e;
    font-weight: 600;
}

.no_link_decoration{
    text-decoration: none;
}
.no_link_decoration:hover{
    text-decoration: none;
    color: #ff9c1b;
}

.p-right
{
    padding-right: 20px;
}
.p-left
{
    padding-left: 20px;
}

.prenota_paga{
    margin-right: 1%;
}

.input_checkout{
    border: 0px;
    border-bottom: 3px solid #a1a1a1;
}

.label_checkout{
    float: left !important;
    color: #a1a1a1;
    font-weight: 500;
}

.no-bg{
    background-color: transparent !important;
    border: none;
}
.no-border{
    border: none;
}

.input-group-text{
    font-size: 1.5rem;
}
.hidden_desktop{
    display: none;
}

.force-width{
    max-width: 100%;
    width: 100%;
}


.accordion-button.no_after::after{
    display: none;
}

.menu_orizzontale {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.menu_orizzontale .custom_progress_text{
    margin-left: 2%;
    line-break: anywhere;
}

/*
.column-center-mobile{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}*/

.error{
    color: red;
}

.form-check-input{
    margin-top: 0.5em;
}
/*
.input-group-text{
    background-color: white;
    border-color: #0a355e;
}*/
.bloccato_accordion{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: white;
    width: 100%;
    max-width: 100%;
    height: 150px;
}

.overflow-set{
    overflow: auto;
    height: calc(100vh - 250px);
    overflow-x: hidden;
}

/* width */
.overflow-set::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.overflow-set::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.overflow-set::-webkit-scrollbar-thumb {
  background: #dfdfdf; 
}

/* Handle on hover */
.overflow-set::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#div_scelta_orario{
    overflow-x: hidden;
}


.popup-info{
    display: none;
    background: white; 
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

.popup-info-centrato{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: center;
    height: 100%;
}

.div-messaggio-popup{
    max-width: 400px;
    background-color: white;
}

.div-messaggio-popup-lg{
    max-width: 550px;
    background-color: white;
}

.p-messaggio-popup{
    font-size: 16px;
    font-weight: 500;
}

.popup_corpo {
    padding: 20px;
}

.popup_titolo{
    padding: 20px;
    background-color: #0a355e;;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.popup-outer{
    border: 1px solid #f1f1f1;
    box-shadow: 3px 2px 20px 12px #f1f1f1;
}

.popup-info-close {
    position: relative;
    right: 0px;
    float: right;
    top: -15px;
    right: -15px;
    font-size: 22px;
    cursor: pointer;
}

.no-scroll{
    overflow: hidden;
}

.loading{
    display: none;
    /*background-color: black;
	opacity: 0.4;*/
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

.loading-accordion{
    display: none;
    /*background-color: black;
	opacity: 0.4;*/
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

.custom_picker button{ 
    background-color: white !important;
    border-color: #0a355e;
    border-radius: 15px;
    font-size: 20px;
    box-shadow: none;
}

.custom_picker button:hover{ 
    background-color: white !important;
    border-color: #0a355e;
}

.custom_picker .dropdown-toggle::after{ 
    color: black;
}

.no-after.custom_picker .dropdown-toggle::after{
    display: none !important; 
}

.pointer{
    cursor: pointer;
}


/*ADMIN*/
.main-full{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.center{
    justify-content: center;
}

.container-admin{
    max-width: 90%;
    margin: auto;
}

.btn-custom{
    background-color: #0a355e;
    border-color: #0a355e;
    color: white;
}

.btn-custom{
    background-color: #0a355e;
    border-color: #0a355e;
    color: white;
}

.btn-custom:hover{
    background-color: #115aa1;
    border-color: #115aa1;
    color: white;
}

.allinea {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.div-meta{
    width: 50%;
    padding: 0px 5px;
}

.btn-inverted{
    border-color: #0a355e;
    border-radius: 20px;
    color: #0a355e;
    background-color: white;
    padding: 15px 35px;
    font-weight: bold;
    font-size: 16px;
    width: 35%;
    text-align: left;
}


.btn-inverted.active
{
    border-color: #0a355e;
    color: white;
    background-color: #0a355e;
}
/*
.btn-login{
    border-color: #ff9c1b;
    color: white;
    background-color: #ff9c1b;
    padding: 10px 35px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 20px;
}

.btn-login:hover{
    background-color: white; 
    color: #ff9c1b;
}*/

.label-login{
    color: #ff9c1b;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    
}

.label-border{
    color: #ff9c1b;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    
}

.hidden{
    display: none;
}



.label-registrazione{
    color: #0a355e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.label-registrazione-small{
    color: #0a355e;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}

.border-registrazione{
    border-bottom: 1px solid #0a355e;
}

.suggerimenti-registrazione{
    font-weight: 500;
    font-size: 12px;
    color: #0a355e;
	text-align: left;
	margin: 0px;
}

.domande_checkbox_outer.active{
    border-color: #0a355e;
    color: #0a355e;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    min-width: 150px;
    margin-right: 5px;
    padding: 10px;
}

.domande_checkbox_outer.active .checkbox_container{
    padding-left: 45px;
}

.domande_checkbox_outer.active .checkmark{
    border-color: #0a355e;
    border-width: 1px;
    border-style: solid;
}

.no_margin{
    margin: 0px !important;
}

.ul_registrazione {
    list-style: none;
    padding-left: 1rem;
}

.ul_registrazione li::before{
    content: '-';
    position: relative;
    left: -10px;
}

.no_border{
    border: none !important;
}

.domande_checkbox_outer.small{
    padding: 10px;
}

.suggerimento-mobile{
    display: none;
}



#modal_login .form{
	text-align: center;
    /* max-width: 80%; */
    width: 350px;
}

#modal_login label{
	float: left;
}

#modal_login .label-login{
	float: left;
}

#modal_login .label-registrazione{
	text-align: left;
}

.login-centered
{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.new-user{
	margin: 0px;
	font-size: 14px;
	
}

.bold{
	font-weight: bold;
}

.display-inline {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}


.display-inline-radiobutton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
}

.fade{
    backdrop-filter: blur(5px);
}

.btn-custom-li{
    font-weight: 500;
    font-size: 18px
}

li.li-custom.active .btn-custom-li{
    color: #ff9c1b;
}

.ul-custom{
    list-style: none;
}
li.li-custom {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.custom_progress_small {
	width: 16px;
	height: 16px;
	background-color: #ff9c1b;
    border-radius: 100%;
	padding: 5px;
}

li.li-custom.active .custom_progress_small::before{
    content: '\2022';
    position: relative;
    top: -23px;
    color: white;
    font-size: 32px;
    left: -3.5px;
}

.btn-yellow{
    background-color: #ff9c1b;
    border-color: #ff9c1b;
}
.btn-yellow-back{
    background-color: white;
    color: #ff9c1b;
    border-color: #ff9c1b;
    border-radius: 7.5px;
    padding: 0.375rem 1rem;
    font-weight: 500;
}

.btn-yellow-back:hover{
    background-color: #ff9c1b;
    color: white;
    border-color: #ff9c1b;
}

.domande_bottone.active{
    background-color: #ff9c1b;
    border-color: #ff9c1b;
    
}

.appuntamento-passato{
    color: gray;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
}

.appuntamento-prossimo{
    display: flex;
    flex-direction: row;
    align-items: center;
}

span.icon-appuntamento {
    color: #ff9c1b;
    font-size: 46px;
    margin-right: 30px;
}

.h5-appuntamento{
    color: #ff9c1b;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
}

.p-appuntamento{
    margin: 0px;
    font-weight: 500;
}
.p-appuntamento.xl{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.p-appuntamento.xl i{
    font-size: 40px;
    margin-right: 20px;
}

.half-appuntamento{
    background-color: #ebebeb;
    display: flex; 
    justify-content: space-between;
    align-items: center;
        flex-direction: column;
}


.btn:hover, .btn:focus{
    outline: none !important;
	box-shadow: none !important;
}

.accordion-custom {
    display: none;
}

.accordion-custom.show-custom {
    display: block;
}

.position-relative-custom{
    position: relative;
    top: 150px;
}

/* CUSTOM CHECKBOX */

/* The container */
.c_container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.c_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.c_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #BCBCBB;
}

/* On mouse-over, add a grey background color */
.c_container:hover input ~ .c_checkmark {
  border: 1px solid #0a355e;
}

/* When the checkbox is checked, add a blue background */
.c_container input:checked ~ .c_checkmark {
    /*background-color: white;*/
    color: #0a355e;
    border: 1px solid #0a355e;
    background-color: aliceblue;
}

/* Create the checkmark/indicator (hidden when not checked) */
.c_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.c_container input:checked ~ .c_checkmark:after {
  display: block;
  color: #0a355e;
}

/* Style the checkmark/indicator */
.c_container .c_checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #0a355e;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

.form-check-input {
    height: 23px;
    width: 23px;
}

.error{
    color: #DF232E;
}

.centrata-custom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.singolo-box-referti {
    margin: 10px 10px 0px 30px;
    /* font-size: 40px; */
    display: flex;
    align-items: flex-end;
    
    cursor: pointer;
}

.singolo-box-referti i{
    font-size: 40px;
}

.singolo-box-referti i::before{
    vertical-align: bottom !important;
}

.singolo-box-referti h5{
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.dot{
    background-color: #ff9c1b;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.descrizione_prestazione{
    font-weight: 500;
    margin: 0px;
    font-size: 18px;
}

.div-singolo-referto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.div-download-referto {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}


.dot-icona{
    background-color: #ff9c1b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-singolo-download-referto{
    margin: 0px 20px 0px 0px;
    display: flex;
    
    cursor: pointer;
}

.download-referto{
    font-weight: 500;
    margin-left: 5px;
    
    color: black;
    text-decoration: none;
    
    
}

.download-referto:hover{
    color: black;
    text-decoration: none;
}

.button-absolute{
    /*
    position: absolute;
    top: auto;
    left: 1460px;
    */
    float: right;
    position: relative;
    top: -40px;
}

.div-selezione-tipologia {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
    cursor: pointer;
}

.round-tipologia{
    width: 75px;
    height: 75px;
    background-color: #0a355e;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    
}

.div-selezione-tipologia-singolo {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.round-tipologia i{
    color: white;
    font-size: 40px; 
}

.descrizione-tipologia {
    margin: 0px;
    font-weight: 500;
    text-align: center;
}

.round-tipologia.active {
    border: 3px solid;
    border-color: #ff9c1b;
}

.round-tipologia.active i{
    color: #ff9c1b;
}

.custom_textarea_referti{
    padding: 0.75rem 1.75rem;
    
}

.uppercase{
    text-transform: uppercase;
}

.div-selezione-dispositivo {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 20px;
}

.round-dispositivo{
    width: 75px;
    height: 75px;
    background-color: #ff9c1b;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    cursor: pointer;
}

.round-dispositivo-small{
    width: 50px;
    height: 50px;
    
    min-width: 50px;
    
    background-color: #ff9c1b;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    cursor: pointer;
}

.div-selezione-dispositivo-singolo {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.round-dispositivo i{
    color: white;
    font-size: 40px; 
}

.round-dispositivo-small i{
    color: white;
    font-size: 30px; 
}

.button_relative{
    position: absolute;
    /* left: 0px; */
    /* float: left; */
    left: -30%;
    top: 300px;
}

.singolo-box-referti.active h5 {
    color: #ff9c1b;
}
.singolo-box-referti.active i {
    color: #ff9c1b;
}


.calendar-row-custom{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: hidden;
}

#modal_login .alert{
    background-color: transparent !important; 
    border-color: transparent !important; 
}

.link-contatti {
    color: #0a355e;
    text-decoration: none;
    font-weight: 500;
}
.link-contatti:hover {
    color: #0a355e;
    text-decoration: none;
    font-weight: 500;
}

.border-bottom{
        border-bottom: 1px solid #dae0e7 !important;
}

.singolo-file-caricato{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

.ml-3 {
    margin-left: 1rem!important;
}



.btn-invertito {
    background-color: white;
    color: #0a355e;
    border-radius: 15px;
    padding: 12px;
    font-weight: 600;
    margin-top: 30px;
    border-color: #0a355e;
    min-width: 150px;
    margin-top: 10px !important;
}

.close{
    border: none !important;
    background-color: transparent !important;
    background: transparent !important;
}

.close span{
    font-size: 32px !important;
    color: lightgray;
}

.modal-header{
    border: none !important;
    
    padding-bottom: 0px !important;
}

.modal-title{
    color: #0a355e !important;
    margin: 0px;
}

.bottone-condivisione .domande_bottone{
    margin-top: 10px;
}

.sidebar_popup_content.centered {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.body_condivisione {
    max-width: 75%;
    margin-top: 40px;
}

.body_condivisione .display-inline
{
    justify-content: space-between;
}

.blue{
    color: #0a355e !important;
}

.flex-condivisione{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.h-100{
    min-height: 100VH;
    height: 100%;
}

.centrato-verticale.centrato-orizzontale {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.timer{
    font-weight: bold;
    color: #0a355e !important;
    font-size: 26px;
}

.modal button.close {
    position: absolute;
    top: 0px;
    right: 10px;
}

button#btn-login {
    width: calc(150px + 15%);
}

.delete-referto{
    font-size: 24px;
    color: #0a355e !important;
    font-weight: bold;
    margin: 0px;
    cursor: pointer;
}

.presentazione-referto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
}


.flex-start{
    justify-content: flex-start !important;
}

#div_condivisione_referto_sidebar .custom_textarea{
    border-width: 1px !important;
}

#div_condivisione_referto_sidebar .custom_textarea::placeholder{
    font-weight: bold !important;
    font-size: 18px;
    color: #a0a3a5 !important;
}

#div_condivisione_referto_sidebar .btn_yellow{
	background-color: #ff9c1b;
	color: #ffffff;
    border-radius: 15px;
    padding: 12px;
	font-weight: bold;
	border-color: #ff9c1b;
	margin-top: 20px;
    font-size: 18px;
}


.div_codice_condivisione {
    background-color: #0a355e;
    max-width: fit-content;
    color: white;
    font-size: 45px;
    padding: 10px 50px;
    border-radius: 20px;
    font-weight: bold;
}

.div_id_condivisione_durata{
    border-width: 2px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    min-width: 120px !important;
}
.div_id_condivisione_durata-active{
    background-color: #0a355e !important;
    color: white !important;
}


.div_id_condivisione_durata .checkmark{
    display: none;
}

.div_id_condivisione_durata .checkbox_container{
    padding-left: 0px !important;
    text-align: center;

}

.evidenziato-giallo{
    background-color: #ff9c1b;
}
