.ak-slideshow {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 1em auto;
    overflow: hidden;
}

.ak-slideshow .ak-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.ak-slideshow .ak-slide {
    flex-shrink: 0;
    width: 100%;
}

.ak-slideshow img {
    width: 100%;
    display: block;
}

.ak-slideshow .ak-prev,
.ak-slideshow .ak-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 0.5em;
    cursor: pointer;
    z-index: 1;
}

.ak-slideshow .ak-prev { left: 10px; }
.ak-slideshow .ak-next { right: 10px; }

.ak-btn-danger{
    background-color: var(--bs-danger-text-emphasis) !important;
    color: #fff !important;
}
.ak-btn-info-materiale{
    position: absolute;
    bottom: 5px;
    left: 15px;
    display: none;
}
.ak-btn-materiale-container{
    position: relative;
}
.ak-btn-materiale-container:hover .ak-btn-info-materiale,
.ak-btn-materiale-container:hover .ak-btn-download{
    display: inline-block;

}
.ak-btn-download{
    position: absolute;
    bottom: 5px;
    right: 15px;
    display: none;

}
.btn-group-xs>.btn, .btn-xs {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.3rem;
    --bs-btn-font-size: 0.575rem;
    --bs-btn-border-radius: 0.15rem;
}
.ak-sidebar-menu{
    width: 280px;
    height: 100vh;
    height: 100svh;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top:0px;
    left:0px;
    transition: all 0.5s ease;
}
.ak-sidebar-menu-opener{
    width: 22px;
    height: 100vh;
    height: 100svh;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top:0px;
    left:-20px;
    transition: all 0.5s ease;
}
.container-main{
    transition: all 0.5s ease;
    margin-left: 280px;
}
.ak-sidebar-menu-closed .ak-sidebar-menu-opener{
    left: 0px;
}
.ak-sidebar-menu-closed .ak-sidebar-menu{
    left: -300px;
}
.ak-sidebar-menu-closed .container-main{
    margin-left: 22px;
}
.ak-sidebar-menu a[href='#']{
    color:#8a8a8a !important;
}
.ak-vh-100{
    min-height: 100vh;
    min-height: 100svh;
}
.ak-sidebar-menu-last{
    position: sticky;
    bottom: 0;
    width: calc( 2rem + 100% );
    left: -1rem;
    padding-bottom: 1rem;
}
img{
    max-width: 100%;
}
.start-hidden{
    display: none;
}
.nav>li.start-hidden{
    display: none;
}

@media (min-width: 992px) {
    .modal-xl {
        width:900px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width:1100px
    }
}

@media (min-width: 1500px) {
    .modal-xl {
        width:1400px
    }
}


.btn-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000
}

.btn-black.active,.btn-black.focus,.btn-black:active,.btn-black:focus,.btn-black:hover,.open>.dropdown-toggle.btn-black {
    color: #fff;
    background-color: #dea500;
    border-color: #dea500;
}

.btn-black.active,.btn-black:active,.open>.dropdown-toggle.btn-black {
    background-image: none
}

.btn-black.disabled,.btn-black.disabled.active,.btn-black.disabled.focus,.btn-black.disabled:active,.btn-black.disabled:focus,.btn-black.disabled:hover,.btn-black[disabled],.btn-black[disabled].active,.btn-black[disabled].focus,.btn-black[disabled]:active,.btn-black[disabled]:focus,.btn-black[disabled]:hover,fieldset[disabled] .btn-black,fieldset[disabled] .btn-black.active,fieldset[disabled] .btn-black.focus,fieldset[disabled] .btn-black:active,fieldset[disabled] .btn-black:focus,fieldset[disabled] .btn-black:hover {
    background-color: #000000;
    border-color: #000000
}

.btn-black .badge {
    color: #000000;
    background-color: #fff
}

.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}



#external-events {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ccc;
    background: #eee;
}

#external-events .fc-event {
    cursor: move;
    margin: 3px 0;
}

#calendar-container {
    position: relative;
    z-index: 1;
}

#calendar {
    margin: 20px auto;
}
.ak-argomenti-elemento{
    display: inline-block;
    width: calc(100% - 40px);
}
.ak-argomenti-elimina{
    width: 30px;
    float:right;
    text-align: right;
}
.ak-btn-default.fc-h-event{
    background-color: #fff;
    border-color: #ccc;
}
.ak-btn-success.fc-h-event{
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.ak-btn-warning.fc-h-event{
    background-color: #f0ad4e;
    border-color: #eea236;
}
.ak-btn-success .fc-event-main{
    color: #fff;
}
.ak-btn-default .fc-event-main, .ak-btn-warning .fc-event-main {
    color: #333;
}
.ak-btn-default .fc-daygrid-event-dot, .ak-btn-default .fc-event-time , .ak-btn-default .fc-event-title{
    color: #333;
}
.ak-btn-success .fc-daygrid-event-dot, .ak-btn-success .fc-event-time , .ak-btn-success .fc-event-title{
    color: #5cb85c;
}
.ak-btn-warning .fc-daygrid-event-dot, .ak-btn-warning .fc-event-time , .ak-btn-warning .fc-event-title{
    color: #f0ad4e;
}

.btn-toggle::before {
    display: inline-block;
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.ak-btn-elimina-img{
    position: absolute;
    top: 5px;
    right: 5px;
}

.tag-container {
    display: flex;
    flex-flow: row wrap;
}

.tag{
    pointer-events: none;
    background-color: #242424;
    color: white;
    padding: 6px;
    margin: 5px;
}

.tag::before {
    pointer-events: all;
    display: inline-block;
    content: 'x';  
    height: 20px;
    width: 20px;
    margin-right: 6px;
    text-align: center;
    color: #ccc;
    background-color: #111;
    cursor: pointer;
}

.ak-avatar img{
    width: 80px;
    height: 80px;
}
.ak-avatar {
    display: inline-block;
}

.ak-lista-bp .card-img-top{
    height: 200px;
    margin: auto;
    width: auto;
    margin-top: 5px;
}

.ak-com-singola{

}
.clear{
    clear: both;
}

.ak-cal-settimanale-post-container{
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px;
    margin: 5px;
}
.ak-cal-settimanale, .ak-giorno{
    min-height: calc(100vh - 180px );
}
.ak-giorno{
    border: 1px solid #ccc;
    padding: 5px;

}
.ak-giorno-intestazione{
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.ak-cal-settimanale-post-socialnetwork, .ak-cal-settimanale-post-title, .ak-cal-settimanale-post-text, .ak-cal-settimanale-post-status{
    padding-left: 5px;
    padding-right: 5px;
}
.ak-cal-settimanale-post-socialnetwork{
    font-size: 20px;
    height: 10px;
    /*margin-top: -10px;*/
    position: absolute;
}
.ak-cal-settimanale-post-socialnetwork svg{
    margin-right: 5px;
}
.ak-cal-settimanale-post-title{
    margin-top: 15px;
    font-size: 18px;
}
.ak-cal-settimanale-post-cliente, .ak-cal-settimanale-post-orario, .ak-cal-settimanale-post-icone-social{
    display: inline-block;
    width: 49%;
}
.ak-cal-settimanale-post-orario{
    text-align: right;
    float: right;
}
.ak-cal-settimanale-post-icona-social-in-testo svg{
    height: 3rem;
    float: left;
    margin-right: 5px;
}
.ak-cal-settimanale-post-status{
    text-align: center;
    border: 1px solid #ccc;
    padding: 0px;
    margin-top: 5px;
}
.ak-cal-settimanale-post-bottoni{
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
}
.ak-cal-settimanale-post-bottoni i{
    cursor: pointer;
}
.ak-cal-settimanale-post-cliente{
    font-weight: bold;
}
.ak-cal-settimanale-post-text {
    min-height: 50px;
    border-top: 1px solid #ccc;
}
.ak-cal-settimanale-post-text hr{
    margin-top: 2px;
    margin-bottom: 2px;
}
.ak-cal-settimanale-post-argomenti{
    display: inline-block;
    width: calc(100% - 30px);
    padding-left: 5px;
    font-weight: bold;
    
}
.ak-cal-settimanale-post-bottoni{
    display: inline-block;
    width: 20px;

}
.ak-cal-settimanale-post-status{
    font-weight: bold;
}
.ak-cal-settimanale-post-status.ak-stato-approvato{
    color:#fff;
    background:#198754;
}
.ak-cal-settimanale-post-status.ak-stato-bozza{
    color:#fff;
    background:#999999;
}
.ak-cal-settimanale-post-head{
    border-bottom: 1px solid #ccc;
}
.ak-cal-settimanale-post-media{
    min-height: 10px;
}
.ak-cal-settimanale-post-media *{
    max-width:100%;
}
.ak-fixed-alerts {
    position: fixed;
    display: block;
    top: 10px;
    left: 20px !important;
    width: calc(100% - 40px);
    z-index: 999;
}
.ak-video-previe-play-button{
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    color:#fff;
}
.video-container{
    cursor: pointer;
    position: relative;
}
.ak-table-va-middle{
    vertical-align: middle;
}
.campi-proposta{
    color: #de3e3e;
}