.topnavbar,
.navbar {
    background: #fff!important;
    border-bottom: 1px solid #cfdbe2
}

.wrapper {
    overflow: hidden !important;
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
    height: 23px !important
}

.ui-autocomplete {
    z-index: 9999 !important;
}


/* CANCELLAZIONE IMMAGINI PERSONALIZZATA */

#cancellazione ul {
    list-style-type: none;
}

#cancellazione li {
    display: inline-block;
}

#cancellazione input[type="checkbox"][id^="cb"] {
    display: none;
}

#cancellazione label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#cancellazione label::before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

#cancellazione label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

#cancellazione :checked+label {
    border-color: #ddd;
}

#cancellazione :checked+label::before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}

#cancellazione :checked+label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
}

.circle-warning {
    background-color: #ff902b;
    color: #fff !important;
    padding: 3px;
    border-radius: 10px;
    font-weight: bold !important;
}

.card-body .card-appuntamento {
    padding: 18px !important;
}

.card {
    box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%);
    -webkit-box-shadow: 0 0 0 0 rgb(90 113 208 / 11%), 0 4px 16px 0 rgb(167 175 183 / 33%);
    -moz-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    -ms-box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    border: none;
    border: none;
    border-radius: 20px;
}

/* .dt-length{
    display: none;
} */

@media only screen and (max-width: 767px) {
    .sidebar-nav {
        margin-top: 3rem;
    }
}