/* PER TUTTO */
.disabled {
  display: none;
}
.scrolltop {
  background-color: #82bc3e !important;
}
.bw {
  background-color: white;
}
.my-fw-bolder {
  font-weight: 500 !important;
}
.my-fw-bolder-400 {
  font-weight: 400 !important;
}
.my-btn-active-primary {
  background-color: #82bc3e !important;
  color: white !important;
  max-width: 180px;
}
.my-btn-active-primary:hover {
  background-color: #99d355 !important;
  color: white !important;
}
.justify-content-flex-end {
  justify-content: flex-end !important;
}
.container_logo {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  border-radius: 50px;
}
.bgd_green {
  background-color: #82bc3e !important;
}
body {
  font-family: 'Montserrat' !important;
}
.hidden {
  display: none;
}
#upload_file .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  height: 120px;
}
#upload_file .area{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
#show-text {
  margin-bottom: 20px;
  width: 100%;
  height: 120px;
  border: none;
  background-color: #f5f4f4;
  border-radius: 8px;
}

@media (max-width: 992px) {
  /* .row>* {
    width: 25%;
  } */
  .col-xl-3 {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .col_nome {
    min-width: 130px;
  }
  .col_obbl {
    width: 100px;
  }
  .col_val_amm {
    width: 100px;
  }
  .col_val_amm {
    width: 100px;
  }
}
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) {
  color: #82bc3e;
}
/* COLOR */
.form-check.form-check-solid .form-check-input:checked {
    background-color: #82bc3e;
}
.menu-state-primary .menu-item.here>.menu-link .menu-title, .menu-state-primary .menu-item.show>.menu-link .menu-title {
    color: #82bc3e;
}
.menu-state-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title, .menu-state-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-title {
    color: #82bc3e;
}
.btn.btn-primary, .btn.btn-primary:hover {
    color: #fff;
    border-color: #82bc3e;
    background-color: #82bc3e;
}
.menu-state-icon-primary .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .menu-state-icon-primary .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #82bc3e;
}
.btn-check:active+.btn.btn-primary, .btn-check:checked+.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show>.btn.btn-primary {
    color: #fff;
    border-color: #12ab12;
    background-color: #12ab12 !important;
}
a:hover {
    color: #82bc3e;
    text-decoration: underline;
}
.bullet, .bullet-dot, .bullet:hover, .bullet-dot:hover {
  background-color: #82bc3e !important;
  color: #82bc3e !important;
}
/* FINE COLOR */

/* PAGINA HOME */
#kt_chart_donut_segmenti {
  margin-top: 10px;
}
.div_rep {
  align-items: center;
  margin-top: 10px;
}
.div_reputation_sole_nuvola {
  width: 50%;
  padding: 10px;
}
.reputation_sole_nuvola {
  max-width: 100px;
}
.reputation_sole_nuvola i {
  font-size: 7rem;
}
.reputation_sole_nuvola .bi-brightness-high {
  color: #ffed17;
}
.rep_percentuale {
  width: 50%;
  padding: 10px;
}
.reputation_value {
  color: #82bc3e;
  font-size: 40px !important;
  font-weight: 600 !important;
}
.div_my_reputation_img {
  justify-content: flex-end;
}
.my_reputation_img {
  padding: 10px;
  max-width: 80%;
  max-height: 70px;
}
@media (max-width: 1530px) {
  .my_mx_9 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .my_col_home {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .my_indicatori {
    padding: 10px !important;
  }
  .home_prima_fascia .card .card-body {
    padding: 2rem 1.25rem;
  }
  .rep_percentuale {
    padding: 10px 0 10px 10px;
  }
}
@media (max-width: 1200px) {
  #kt_chart_donut_segmenti {
    margin-top: 10px;
  }
  .my_mx_9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .rep_percentuale {
    padding: 10px;
  }
}
/* FINE PAGINA HOME */

/* DATI UTENTE */
table.dataTable.no-footer {
    border-bottom: none !important;
}
.dataTables_paginate .paginate_button {
  background: white !important;
  border-radius: 50px !important;
  color: #333 !important;
}
.dataTables_paginate .paginate_button:hover {
  color: #333 !important;
}
.dataTables_paginate .previous, .dataTables_paginate .next {
  display: none !important;
}
.dataTables_wrapper .dt-buttons {
  /*display: flex;
  justify-content: flex-end;*/
  float: right;
  margin-top: -35px;
}
.dataTables_wrapper .dt-button {
  padding: 5px;
  color: white;
  margin: 7px;
  margin-right: 0px;
  border: 1px solid #82bc3e;
  border-radius: 7px;
  background: #82bc3e;
}
.dataTables_wrapper .dt-button:hover {
  background: #5faf02;
}
#kt_table_users_wrapper {
  margin-top: 0px;
}
.filtra_colonne {
  margin-top: 20px;
  width: 110px;
  height: 35px;
  padding: 5px !important;
  /*margin-left: 10px;*/
  background-color: #ffc33b;
  color: white;
}
.filtra_colonne:hover {
  background-color: #ffd53be8;
  color: white;
}
.filtra_colonne .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: white;
}
#example_filter label {

}
.new_user {
  float: left;
  margin-top: 20px;
  width: 110px;
  height: 35px;
  padding: 9px !important;
}
.wd_25 {
  width: 25% !important;
}
.min-w-125px {
    min-width: 75px!important;
}
.min-w-120px {
    min-width: 120px!important;
}
.pr_25 {
  padding-right: 25px !important;
}
/* FINE DATI UTENTE */

/* PAGINA ANTEPRIMA */
.contenuto {
  background-color: aliceblue;
  border-radius: 20px;
  min-height: 650px;
}
.display-device {
  display: flex;
  flex-direction: row;
  padding: 10px;
}
.device {
  max-height: 520px;
}
.display-device a {
  padding: 10px;
  border: 1px solid #828282;
  margin: 10px;
  border-radius: 20px;
  background-color: white;
  cursor: pointer;
}
/********************* CSS LAYOUT SMARTPHONE ************/
/********************************************************/
.smartphone {
  position: relative;
  width: 400px;
  height: 700px;
  border: 16px #c0c0c0 solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
  transform: scale(.7);
  transform-origin: top center;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
.smartphone:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
}
.smartphone:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
}
.smartphone .content {
  width: 100%;
  height: 100%;
  background: white;
}
.visualizza_anteprima {
  text-decoration: none;
  color: inherit;
}
.visualizza_anteprima:hover {
  color: inherit;
}
/********************* CSS LAYOUT TABLET ************/
/****************************************************/
.tablet {
  position: relative;
  width: 768px;
  height: 1024px;
  margin: auto;
  border: 16px #c0c0c0 solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
  transform: scale(.5);
  transform-origin: top center;
  margin-top: 0px;
  /*margin-left: 10%;*/
}
.tablet:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
}
.tablet:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
}
.tablet .content {
  width: 100%;
  height: 100%;
  background: white;
}
.half_opacity {
  opacity: 0.5;
}
#loading_foto {
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #82bc3e;
    border-radius: 100%;
    margin: auto;
    visibility: hidden;
    animation: spin 1s infinite linear;
    margin-right: 20px;
}
#loading_foto.display {
    visibility: visible;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* FINE PAGINA ANTEPRIMA */
@media (max-width: 767px) {
  .tablet {
    transform-origin: top left;
    margin-left: 10%;
  }
}
@media (max-width: 575px) {
  .tablet {
    width: 170%;
  }
}
.invalid {
  border: 1px solid #d42626 !important;
  color: black;
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 2000px;
  }
}
table.dataTable>thead .sorting:after, table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_desc:before {
  display: none;
}
/* LISTA UTENTI -> FILTRO COLONNE */
.filtro {
  padding-left: 0 !important;
}
.nav-line-tabs {
  padding: 10px 10px 0 10px;
}
.my-me-2 {
  margin-right: 10px !important;
  font-size: 20px;
  cursor: pointer;
}
.my-me-3 {
  margin-right: 10px !important;
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
}
.col_nome {
  min-width: 140px;
}
.filtro .mt-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.filtro .form-check {
  margin: 5px;
  width: 150px;
}
@media (min-width: 768px) {
  .w-md-325px {
      width: 400px!important;
  }
}
/* FINE FILTRO COLONNE */
.background_modifica {
  background-color: #bfe5fe !important;
}
.pulse-button {
  -webkit-animation: pulse 1s infinite;
}
.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(#5a99d4, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
  }
}

.col_visib {
  padding-left: 10px;
}
.valori_ammessi {
  padding: 8px !important;
  font-size: 13px !important;
}
@media(max-width: 575px) {
  .visibilita_filtro {
    width: 70px;
    padding: 5px !important;
  }
  .col-xl-3 {
    width: 17%;
    padding: 2px !important;
  }
  .valori_ammessi {
    padding: 5px !important;
  }
  .col_visib {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
      flex: 0 0 auto;
      width: 20%;
      padding: 0;
  }
}

.illumina_email {
  color: blue;
}
.illumina_google {
  color: #de5246;
}
.illumina_apple {
  color: black;
}
.illumina_whatsapp {
  color: #25d366;
}

.elimina_campo {
  width: 100px;
}
.elimina_submit {
  background-color: #f1416c;
  color: white;
  padding: 9px;
  font-size: 10px;
  text-align: center;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  margin: 0px;
}
.elimina_submit:hover {
  color: white;
  background-color: #ec0d44;
}
.no_button {
  margin-right: 20px;
  margin-top: 20px;
}
.no_button a {
  background-color: #f1416c !important;
  color: #fff !important;
}
.no_button a:hover {
  background-color: #ef2355 !important;
}
.si_button {
  margin-left: 20px;
  margin-top: 20px;
}
#select_nuovo_campo {
  margin-top: 20px;
  margin-bottom: 40px;
}
.aggiungi_campo {
  /*border: 1px solid #12ab12 !important;*/
  margin: 0 0 0px 20px;
}
.aggiungi_campo:hover {
  /*background-color: #12ab12 !important;*/
}

/* PAGINA ANTEPRIMA */
.box-colori {
  max-width: 500px;
}
.lingua_anteprima {
  height: 40px;
  width: 120px;
  vertical-align: middle;
  margin: auto;
  margin-right: 10px;
}
.wd_50_perc {
  max-width: 50% !important;
}
.pb_20 {
  padding-bottom: 20px;
}
.pd_20 {
  padding: 20px !important;
}
.mf_20 {
  margin-left: 20px !important;
}
.mf-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mh_30 {
  min-height: 30px;
}
.template .form-check {
  margin: 5px;
  justify-content: center;
}
.image-input .image-input-wrapper {
  width: 170px;
  height: 170px;
  object-fit: cover;
  background-size: contain;
  background-position: center;
}
.ml-5 {
  margin-left: 10px;
}
.wd_fit_content {
  width: fit-content;
}
.text_center {
  text-align: center;
  font-size: 16px !important;
}
.orizontal_color {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vertical_color {
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.salva_flex {
  justify-content: flex-end;
  margin-bottom: 15px;
}

.color-input {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  opacity: 0;
  margin: 50px;
}
.custom {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-top: 0px;
  margin-left: -35px;
  border: 1px solid #dadada;
}
.custom:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 5px #e8e8e8;
}
.color-input:hover {
  cursor: pointer;
}
.color-input:hover + .custom {
  box-shadow: 0px 0px 10px 5px #e8e8e8;
}
/* FINE PAGINA ANTEPRIMA */

/* PAGINA MODALITA ACCESSO */
.container_modalita_accesso {
  margin-left:auto;
  margin-right:auto;
  padding-left:2.5rem;
  padding-top: 30px;
}
.list_modalita_accesso {
  padding-bottom: 40px;
}
.box-modalita-accesso {
  max-width: 500px;
}
.my_padding_modalita_accesso {
  padding: 10px;
  padding-top: 5px;
}
.div_salva {
  display: flex;
  justify-content: flex-end;
  /* margin-top: -50px;
  margin-bottom: 20px; */
  margin-right: 20px;
}
.add_field {
  margin-top: -40px;
}
.my-card-body {
  padding-top: 10px !important;
}
.my-col-lg-8 {
  flex: 0 0 auto;
  width: 100%;
}
.my-col-lg-8 .g-9 {
  justify-content: center;
}
.my-col-6 {
  width: 25%;
  min-width: 200px;
}
.list_modalita_accesso .my-col-6 {
  width: 20%;
}
.list_modalita_accesso .my-col-6 .mb-2 {
  justify-content: space-between;
}
.nascondi_richiedi {
  display: none !important;
}
.richiedi_abilitazione p {
  text-align: center;
  width: fit-content;
  margin: auto;
}
.richiedi_abilitazione p:hover {
  color: #99d355;
  cursor: pointer;
}
.no_show {
  display: none;
}
.richiesta_success p {
  width: fit-content;
  padding: 20px;
  margin: 5px auto;
  border-radius: 20px;
  background-color: #4be066;
  color: white;
}
.richiesta_error p {
  width: fit-content;
  padding: 20px;
  margin: 5px auto;
  border-radius: 20px;
  background-color: #dc5f5f;
  color: white;
}
.richiesta_error a {
  color: white
}
@media(max-width: 1700px) {
  .list_modalita_accesso .my-col-6 {
    width: 25%;
  }
}
@media(max-width: 1360px) {
  .list_modalita_accesso .my-col-6 {
    width: 50%;
  }
}
/* FINE PAGINA MODALITA ACCESSO */

/* LINGUE */
.wt-110 {
  width: 110px;
}
.box-lingue-abilitate {
  /*max-width: 250px;*/
}
.kt_docs_ckeditor_balloon {
  min-width: 100%;
  /*border: 1px solid #a4a4a4a4 !important;*/
  min-height: auto !important;
  background-color: #efefef;
  overflow: auto;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 0.475rem!important;
}
.ck.ck-editor {
  max-width: -webkit-fill-available;
}
.flex-colonne {
  flex-direction: row;
  flex-wrap: wrap;
}
.colonna {
  width: 48%;
  border: 1px solid #eae5e5;
  border-radius: 8px;
  padding: 0px 8px;
  margin: 8px;
}
.b-trad-aut {
  cursor: pointer;
  color: black;
}
.my_col_6 {
  width: 33%;
}
.bandiera {
  text-align: center;
}
.bandiera span {
  width: 120px !important;
  border-radius: 8px;
  margin: auto;
}
.my_object {
  max-height: 200px;
  text-align: center;
  border-radius: 8px;
  width: auto;
}
@media (max-width: 900px) {
  .my_col_6 {
    width: 50%;
  }
}
/* FINE LINGUE */

/* PAGINA LOGIN */
.colonna .fa-language {
  font-size: 30px;
  margin-right: 5px;
}
.colonna .fa-language:hover {
  font-size: 33px;
}
.titolo_mt-5 {
  margin-top: 10px;
  margin-bottom: 8px;
}
.a_icon_mt-5 {
  margin-top: 3px;
}
#traduci_tutto, #salva_testi {
  padding: 8px 10px;
}
#id_lingua_testi {
  font-size: 20px;
  font-weight: 400;
}
/* FINE PAGINA LOGIN */

/* PAGINE COMUNICAZIONI  */
#kt_datatable_comunicazioni_email td {
  vertical-align: middle;
}
#previewImage canvas {
  max-width: 320px;
  max-height: 100px;
  object-fit: cover;
}
.th_preview {
  max-width: 150px;
}
.img_preview {
  max-height: 130px;
  max-width: 100%;
  object-fit: cover;
  height: 250px;
}
#comunicazione_sms {
  height: 200px;
  resize: none;
}
#sms-counter {
  margin-left: 20px;
  margin-top: 20px;
}
.wd_4 {
  width: 40%;
}
.wd_2 {
  width: 20%;
}
.wd_45 {
  width: 45%;
}
.wd_5 {
  width: 50%;
}
.wd_10 {
  width: 100%;
}
.input_com {
  padding: 20px;
}
.input_com .form-control.form-control-solid {
  background-color: #dde2e68c;
  width: 100%;
}
.input_com .com_check_abilitato {
  padding: 5px 0 0 0px;
}
.new_comunicazione {
  max-width: 220px;
}
#kt_datatable_comunicazioni .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: white;
}
#whatsapp-editor-container {
  padding: 10px 20px;
}
.flexing {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.flexing .image-input-outline {
  padding: 5px 5px 5px 20px;
  height: 100%;
  margin-right: 20px;
}
.flexing #whatsapp-editor-container {
  width: 100%;
}
/* FINE COMUNICAZIONI */

/* PAGINA UTENTI REGISTRATI */
#my_dropdown .dropbtn {
  background-color: #82bc3e;
  color: white;
  padding: 10px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
#my_dropdown {
  position: relative;
  display: inline-block;
}
#my_dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
}
#my_dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#my_dropdown .menu-item a {
  border-radius: 5px;
  margin: 5px 0;
  font-size: 12px;
  text-align: left;
}
#my_dropdown:hover .dropdown-content {
  display: block;
}
#table_utenti_registrati th {
  min-width: 70px;
  vertical-align: middle;
}
.flex-wrap {
  flex-wrap: wrap;
}
.righe_doppie {
  width: 50%;
  padding: 0px 5px;
}
.my_user .nav-link {
  color: #82bc3e;
}
.my_user .btn-active-light-success .svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
  fill: #82bc3e;
}
.my_user .btn.btn-active-light-success.active {
  color: #82bc3e;
  border-color: #e8fff3;
  background-color: #e8fff3!important;
}
.my_user .btn.btn-active-light-success.active .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: #82bc3e;
}
.dt-body-right {
  padding-right: 20px !important;
}
.my-dt-body-right {
  text-align: right;
  padding-right: 30px !important;
}
#table_utenti_registrati .svg-icon svg [fill]:not(.permanent):not(g) {
  fill: white;
}
.dataTables_filter {
  display: none !important;
}
.cerca_utenti_registrati {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: -40px;
}
/* FINE PAGINA UTENTI REGISTRATI */

/* PAGINA AZIONI RICORRENTI */
.aggiungi_azione {
  position: absolute;
  bottom: 150px;
  right: 15px;
  z-index: 2;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 18px;
  background-color: white;
  padding: 5px;
  border-radius: 65px;
}
.aggiungi_azione_bottom {
  bottom: -20px;
}
.aggiungi_azione .fa-plus {
  margin-top: 5px;
}
.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 20px;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #82bc3d;
}
.margin_10 {
  margin: 0px 10px 0px 10px;
}
.p_15 {
  padding: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.azioni_ricorrenti_toolbar {
  padding-bottom: 10px !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
.add_action {
  float: left;
  margin-top: 20px;
  width: 130px;
  height: 35px;
  padding: 9px !important;
  margin-left: 30px;
}
.box_azioni {
  width: 50%;
}
.new_azione_modal {
  color: black;
}
.new_azione_modal:hover {
  color: #82bc3d;
}

#container_scroll {
  max-height: 660px;
  overflow-y: auto;
}
#container_scroll::-webkit-scrollbar {
    display: none;
}
#container_scroll ul {
  list-style-type: none;
}
#container_scroll .fa-trash:hover {
  color: #ef3b3b;
}
@media (max-width: 1200px) {
  .box_azioni {
    width: 80%;
  }
}
/* FINE PAGINA AZIONI RICORRENTI */
/* PAGINA PERCORSO OSPITE */
.percorso_ospite_toolbar {
  padding-bottom: 10px !important;
}
#li_percorso_ospite .aggiungi_azione {
  position: absolute;
  bottom: 110px;
  right: 15px;
  z-index: 2;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 18px;
  background-color: white;
  padding: 5px;
  border-radius: 65px;
}
#li_percorso_ospite .posizione_bidone {
  width: 10px;
  margin-top: 60px;
  height: 15px;
}
#li_percorso_ospite .single-timeline-area .timeline-date {
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: -20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
.with-suffix {
  display: flex;
  align-items: center;
  min-width: 0;
}
.with-suffix input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: right;
  flex: 1;
  min-width: 0;

  border: none;
  background: none;
}
.suffix-giorni::after {
  content: "Giorni";
}
.suffix-ore::after {
  content: "Ore";
}
.my_readonly {
  background-color: #c9c9c9 !important;
}
.mw-720px {
  min-width: 720px !important;
}
.my_a_disabled {
  cursor: not-allowed;
}
.my_a_disabled a {
  pointer-events: none;
}
@media (max-width: 780px) {
  .mw-720px {
    min-width: 340px !important;
  }
  #kt_modal_aggiungi_azione .wd_45 {
    width: 100% !important;
  }
}
/* FINE PAGINA PERCORSO OSPITE */
