.form-separator {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px rgb(51, 122, 183) dashed;
    color: rgb(51, 122, 183);
}

.form-separator-red {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px rgb(255, 0, 0) dashed;
    color: rgb(255, 0, 0);
}

.required-notice {
    color: red;
    float: right;
}

.select_filter {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

i[data-toggle="tooltip"] {
    cursor: pointer;
    color: #337AB7;
}

.box-header.with-border {
    border-bottom: 0px solid #f4f4f4;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #3c8dbc !important;
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

div.dataTables_filter {
    float: right !important;
    margin-right: 10px !important;
}

div.background-yellow {
    background-color: lightgoldenrodyellow;
    padding: 15px;
}

div.col_right_separator {
    border-right: 2px solid #3c8dbc;
}

/* Tooltip container */
.tooltip2 {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 700;
  }
  
  /* Tooltip text */
  .tooltip2 .tooltiptext2 {
    visibility: hidden;

    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2:hover .tooltiptext2 {
    visibility: visible;
  }

.upload_file_button {
    padding: 4px;
    margin-bottom: 4px;
    width: 100%;
    text-indent: 0px !important;
}

button.delete_file_btn {
    font-size: 1.5rem;
    background: transparent;
    border: none;
    position: absolute;
    right: 12px;
    color: #db6651;
    cursor: pointer;
}


/*
.table-striped>tbody>tr:nth-of-type(odd){
}

.table-striped>tbody>tr:nth-of-type(even){
    background-color:#049edc;
}
*/


/*.table-striped>thead>tr{
    background-color:rgb(51, 122, 183);
    color:white;
}*/

.table-striped .group-title {
    background-color: rgba(255, 165, 0, 0.5) !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #C4DBE8;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #F4FAFD;
}

.table-striped>thead>tr {
    background-color: #3C8DBC;
    /*#21C178;*/
    color: white;
}

.table-hover>tbody>tr:hover {
    background-color: #049edc;
}

.table2-striped .group-title {
    background-color: rgba(255, 165, 0, 0.5) !important;
}

.table2-striped>tbody>tr:nth-of-type(odd) {
    background-color: #C4DBE8;
}

.table2-striped>tbody>tr:nth-of-type(even) {
    background-color: #F4FAFD;
}

.table2-striped>thead>tr {
    background-color: #df2020;
    /*#21C178;*/
    color: white;
}

.table2-hover>tbody>tr:hover {
    background-color: #049edc;
}

.box {
    /*
    background: rgba(36, 41, 35, 0.14);
    border-top: 1px solid rgba(106, 115, 111, 0.3);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 166, 90, 0.92);
    font-size: 13px;
    */
    /*  font-style: italic;
        font-weight: bold;*/
    /*background-color: #F4F4F5 !important;*/
}

.widget-user-2 .widget-user-image>img {
    width: 35px;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #337AB7 !important;
}


/*.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #ECF0F5;
    padding: 10px;
    background-color: #337ab7;
}*/

.btn-success {
    background-color: rgb(21, 162, 86);
    border-color: rgb(21, 162, 86);
}

.btn-info {
    background-color: #337ab7;
    border-color: #337ab7;
}


/* PERSONALIZZAZIONE LOGIN */

.login-page,
.register-page {
    background: #367fa9 !important;
    /*    background: lightblue;*/
}

.login-box-body,
.register-box-body {
    background: #f4f4f4;
    padding: 20px;
    color: #666;
    /*border-style: double;*/
    /*border-width: 4px;*/
}


/* PERSONALIZZAZIONE LOGO HEADER */

.skin-green .main-header .navbar {
    background-color: rgb(4, 158, 220);
}

.skin-green .main-header .logo {
    background-color: rgb(25, 60, 129);
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-green .main-header .logo:hover {
    background-color: rgb(25, 60, 129);
}

.ui-autocomplete {
    border: 1px solid #d2d6de;
    border-radius: 0px;
    border-color: #3c8dbc;
    box-shadow: none;
    background: #ffffff;
    width: 30%;
    list-style-type: none;
    padding: 0;
}

.ui-menu-item {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-state-focus {
    border: 1px solid #999999;
    background-color: lightsteelblue;
}


/* colonna segno nel componente widget-user-2 */

.sign-cell {
    line-height: 14px;
    font-size: 16px !important;
    font-weight: 900;
    width: 15px;
    text-align: right;
}

.bb-body-centered {
    text-align: center;
}

.form-group.has-error .select2-selection {
    border: 1px solid #dd4b39 !important;
    box-shadow: none;
}

.date-on-click,
.datetime-on-click,
.datepicker-show {
    cursor: pointer;
}

td[data-type="readonly"]:hover {
    cursor: default;
}

td[data-type]:not([data-type="readonly"]):hover {
    cursor: pointer;
}

td i.center {
    width: 100%;
    text-align: center;
}

button.checkbox_filter {
    width: 100%;
}

td.details-control {
    padding: 8px 15px !important;
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    padding: 8px 15px !important;
    background: url('../img/details_close.png') no-repeat center center;
}

.btn-group .btn-success {
    width: auto;
}

.permessi td.middle {
    vertical-align: middle !important;
}

.permessi td:first-child {
    width: 200px;
}

.permessi td:nth-child(2) {
    width: 300px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ddd;
    opacity: 1;
}

#table-integratori {
    margin-top: 5px;
}

.table-input-wide {
    width: 100%;
}

.table-bordered_report>thead>tr>th,
.table-bordered_report>tbody>tr>th,
.table-bordered_report>tfoot>tr>th,
.table-bordered_report>thead>tr>td,
.table-bordered_report>tbody>tr>td,
.table-bordered_report>tfoot>tr>td {
    border: 1px solid #000000;
}


/**
 * faccine font awesome
 * *************************/

.fa-smile-o {
    color: white;
    background-color: #008000;
    border-radius: 50%;
    padding: 1px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.fa-meh-o {
    color: white;
    background-color: #ffa500;
    border-radius: 50%;
    padding: 1px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.fa-frown-o {
    color: white;
    background-color: #ff0000;
    border-radius: 50%;
    padding: 1px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.select2-results .fa-smile-o,
.select2-results .fa-meh-o,
.select2-results .fa-frown-o {
    height: 16px;
}

select.form-control {
    width: 100% !important;
}


/**
 * problemi di contrasto con iCheck opzioni non attive
 */

.iradio_flat-blue:not(.checked),
.icheckbox_flat-blue:not(.checked),
.icheckbox_flat-red:not(.checked) {
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .5));
}

.radio-group {
    background: #fff;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
}


/**
 * spaziatore radio button orizzontali
 */

.spacer {
    display: inline-block;
    width: 20px;
}

.numero_errori_label {
    line-height: 30px;
}

.numero_errori_value {
    font-weight: 900;
    font-size: 24px !important;
    line-height: 24px !important;
    padding: 0 0 0 10px !important;
}

.numero_errori_value_rosso {
    color: red;
}


/**
 * trattativa: elementi vari
 */

.group-border-container {
    padding-left: 10px;
    padding-right: 10px;
}

.group-border {
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.group-border-stack {
    border-top: 1px dashed blue;
    border-left: 1px dashed blue;
    border-right: 1px dashed blue;
    border-color: #337ab7;
}

.group-border-end {
    border: 1px dashed green;
    border-color: #337ab7;
}

.tabella-concorrenti td,
.tabella-contatti td {
    padding: 0 !important;
}

.label-required {
    color: red;
}

.border-green {
    border-color: #398439;
}

.ui-autocomplete-loading {
    background: url('../img/ui-anim_basic_16x16.gif') no-repeat right center
}

.input-group-btn-file {
    vertical-align: top;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.profile-picture-box {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid black;
}

.profile-picture-box img {
    vertical-align: baseline;
}

.profile-picture-box-header {
    width: 55px;
    height: 44px;
}

.ui-autocomplete {
    z-index: 99999;
}

.dhx_cal_radio label {
    margin-left: 3px;
    margin-right: 20px;
}

.dhx_cal_custom_button {
    color: #747473;
    width: 85px;
    text-decoration: none;
    font-weight: 700;
    font-family: arial;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background: 0 0;
    border: 1px solid #CECECE;
    text-align: center;
    cursor: pointer;
}

.alert {
    padding: 5px 30px 5px 15px !important;
    margin-bottom: 5px !important;
}

.mini-table-horizontal th {
    font-weight: normal;
    color: gray;
}

.mini-table-horizontal td span.big {
    height: 25px;
    font-weight: 900;
    font-size: 18px;
}

.mini-table-horizontal td span.medium {
    height: 25px;
    font-weight: 900;
    font-size: 14px;
}

.mini-table-horizontal th,
.mini-table-horizontal td {
    padding: 0px 10px;
}

.mini-table-horizontal th:not(:last-child),
.mini-table-horizontal td:not(:last-child) {
    border-right: 1px dashed gray;
}

.bootbox.modal {
    z-index: 9999;
}

.label-green {
    color: green;
}

.label-red {
    color: red;
}

.label-blue {
    color: #0073b7 !important;
}

.form-group.dashed {
    border-bottom: 1px rgb(51, 122, 183) dashed;
}


/**
 * TABS
 */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    /*
    background-color: rgba(36, 41, 35, 0.14);
    border-top: 1px solid #3c8dbc !important;
    border-left: 1px solid #3c8dbc !important;
    border-right: 1px solid #3c8dbc !important;
    color: black;
    */
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    /*
    background-color: #F4F4F5;
    border-top: 1px solid #3c8dbc !important;
    border-left: 1px solid #3c8dbc !important;
    border-right: 1px solid #3c8dbc !important;
    color: black;
    */
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: #f9fafc;
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0;
    font-size: 17px;
}

.nav-tabs-custom>.tab-content {
    background: #F9FAFC;
    border-top: 3px solid #3c8dbc;
}

.dataTable a {
    color: black;
    text-decoration: underline;
    font-size: 15px;
}


/**
 * impostazioni email
 */

.tabella-legenda {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.tabella-legenda table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.tabella-legenda tr:first-child td {
    background: -o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2));
    background: -moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");
    background: -o-linear-gradient(top, #cccccc, b2b2b2);
    background-color: #cccccc;
    text-align: center;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
}

.tabella-legenda td {
    vertical-align: middle;
    background: -o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff));
    background: -moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");
    background: -o-linear-gradient(top, #e5e5e5, ffffff);
    background-color: #e5e5e5;
    text-align: left;
    padding: 2px;
    font-size: 10px;
    font-family: Arial;
    font-weight: normal;
    color: #000000;
}

#attachments-default {
    height: 73px;
    width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    overflow: auto;
}

.filename-attachment-default:hover {
    background-color: #6495ED;
}

input.attachment-close {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    color: #ff0000;
    font-weight: 900;
    height: 15px;
    line-height: 10px;
}

.upload_file_button {
    padding: 4px;
    margin-bottom: 4px;
    width: 100%;
    text-indent: 0px !important;
}

.submit_file_button {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #049edc !important;
    border: 1px solid #000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important;
}

td.dt-center {
    text-align: center;
}


/*
.ui-front {
    z-index: 99999 !important;
}
*/

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #dadada;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#dadada');
    box-shadow: inset 2px 2px 8px #c78900;
}

table.dataTable thead .sorting_desc:after {
    content: "\e156";
    opacity: 10;
    color: orange;
}

table.dataTable thead .sorting_asc:after {
    content: "\e155";
    opacity: 10;
    color: orange;
}


/* PERSONALIZZAZIONI EMANUELE RISPETTO A SICOPER */

.mini-table-horizontal th {
    font-weight: normal;
    color: gray;
}

.mini-table-horizontal td span.big {
    height: 25px;
    font-weight: 900;
    font-size: 18px;
}

.mini-table-horizontal td span.medium {
    height: 25px;
    font-weight: 900;
    font-size: 14px;
}

.mini-table-horizontal th,
.mini-table-horizontal td {
    padding: 0px 10px;
}

.mini-table-horizontal th:not(:last-child),
.mini-table-horizontal td:not(:last-child) {
    border-right: 1px dashed gray;
}

.form-separator-red {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px rgb(255, 0, 0) dashed;
    color: rgb(255, 0, 0);
}


/*.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
  height:100px;
}*/


/* FINE PERSONALIZZAZIONI EMANUELE RISPETTO A SICOPER */


/*CSS PER CUSTOM CHECKBOX*/


/* The container */

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    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 */

.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: #c3c3c3;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

span.mytooltip:hover {
    position: relative;
}

span.mytooltip[aria-label]:hover:after {
    position: absolute;
    /*    top: 10%;*/
    /*    left: 15%;*/
    content: attr(aria-label);
    padding: 8px 8px;
    z-index: 20;
    background: white;
    border: 1px solid black;
    width: auto;
}

.bg-light-blue,
.label-scaduti,
.modal-scaduti .modal-body {
    background-color: #fbb597 !important;
    color: black !important;
}


/* FINE CSS PER CUSTOM CHECKBOX*/

div.ticket_status {
    display: flex;
    align-items: center;
    padding: 4px 6%;
    border: 1px solid #cad8e9;
    border-radius: 2px;
    width: 100%;
    max-width: 300px;
    gap: 10px;
    background-color: #ecf0f5;
    cursor: pointer;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

div.ticket_status h3 {
    font-size: 1.5rem;
    font-weight: 600 !important;
    margin: 0;
}

div.ticket_status.selected {
    background-color: #73c973;
    border: 2px solid white;
    color: white;
}

div.colonna_stato {
    border: 2px solid #c8dddf;
    padding: 24px;
    border-radius: 6px;
    background-color: #fbfbfb;
    position: relative;
}

div.colonna_stato h2 {
    margin: 0;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #8f8f8f;
}

div.container_stati {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px;
}

.form-control-material {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #127d81;
    border-left: 4px solid #127d81;
    border-top: 1px solid #d8dbdf;
    border-right: 1px solid #d8dbdf;
    width: 100%;
    padding: 10px 16px;
    outline: none;
    border-radius: 6px;
}

.material-button {
    background-color: #14b4b9;
    color: white;
    border: none;
    border-radius: 0px;
    padding: 2px 20px;
    cursor: pointer;
}

span#messaggi_ticket {
    display: none;
    position: absolute;
    right: 15px;
    top: 14px;
    padding: 5px 20px;
    color: #555;
    font-weight: 800;
}

span#messaggi_ticket.error {
    display: block;
    color: white;
    background-color: tomato;
}


/* TIMELINE */

.timeline_container ul,
li {
    list-style: none;
    padding: 0;
}

.timeline_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1rem;
}

.box_wrapper {
    padding: 2rem;
    border-radius: 15px;
}

.box_wrapper h3,
.note_interne h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #37766b;
}

.box_wrapper .timeline_sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}

.timeline_container .box_wrapper li {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.timeline_container .box_wrapper li:last-child {
    border: 0px;
    padding-bottom: 0;
}

.timeline_container .box_wrapper li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #32ad96;
    box-shadow: 3px 3px 0px #32ad96;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}

.timeline_container .box_wrapper .time {
    /* font-family: "Poppins", sans-serif; */
    font-size: 1.2rem;
    font-weight: 900;
    color: #6b809b;
}

@media screen and (max-width: 600px) {
    .timeline_container .box_wrapper .time {
        margin-bottom: 0.3rem;
    }
}

.box_wrapper p {
    color: #7e7e7e;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
}

.lista_note_interne {
    padding: 0px;
}

.lista_note_interne li {
    position: relative;
    padding: 8px;
    border-radius: 8px;
    color: #555;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 30px;
    word-break: break-word;
}

.lista_note_interne li.mittente {
    text-align: right;
    border: 2px solid #acddb7;
}

.lista_note_interne li.assegnatario {
    border: 2px solid #9eb6f9;
}

.lista_note_interne span.utente,
.lista_note_interne span.data {
    font-size: 1.2rem;
    font-weight: 700;
    color: #8c92a5;
}

.lista_note_interne span.messaggio {
    font-size: 1.5rem;
}

div.storico_contatto .box-header {
    display: flex;
    gap: 22px;
    align-items: center;
}

div.storico_contatto .box-header img {
    max-width: 40px;
}

div.storico_contatto .box-header h2 {
    font-size: 2rem;
    color: #939393;
    font-weight: 500;
}

div.storico_box h3 {
    font-size: 2rem;
    color: #4f748f;
    font-weight: 900;
}

div.storico_container {
    padding: 8px;
    border: 2px solid #a8c7bf;
    border-radius: 4px;
    min-height: 400px;
    max-height: 400px;
    overflow: auto;
}

div.storico_container ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}

div.storico_container ul li {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 100%;
    padding: 4px;
    cursor: pointer;
    font-size: 1rem;
    border-bottom: 1px solid #a8c7bf;
}

div.storico_container ul li:hover {
    border: 1px solid #abcfe9;
    background-color: whitesmoke;
    color: #585858;
}

div.storico_container ul li p {
    margin: 4px;
    font-size: 1.1rem;
    font-weight: 600;
}

div.storico_container::-webkit-scrollbar {
    width: 2px;
}

div.storico_container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(50, 154, 161, 0.3);
}

div.storico_container::-webkit-scrollbar-thumb {
    background-color: #4f748f;
    outline: 1px solid #4f748f;
}

div.storico_container ul li .target_link {
    position: absolute;
    top: -6px;
    right: -2px;
    font-size: 1.5rem;
    z-index: 100;
    color: #20b720;
}

@media screen and (max-width: 500px) {
    div.storico_container ul li {
        display: grid;
        grid-template-columns: 100%;
    }
}

div#loading-animation {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

div.loading_container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #48b3b7;
    padding: 12px;
    border-radius: 6px;
    gap: 40px;
    background-color: white;
}

div.loading_container img {
    max-width: 120px;
}

div.loading_container h3 {
    font-size: 2rem;
    font-weight: 900;
    color: #4a6089;
}

ul.list.clickable li.selected {
    border: 2px solid #266f78;
    border-radius: 4px;
}

div.radio_group {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 2px;
    font-size: 1.2rem;
    align-items: center;
}

div.radio_group label {
    font-weight: 600;
    color: #13979b;
}