
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0099FF;
    --bs-btn-border-color: #0099FF;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1f7dbb;
    --bs-btn-hover-border-color: #1f7dbb;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1f7dbb;
    --bs-btn-active-border-color: #1f7dbb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1f7dbb;
    --bs-btn-disabled-border-color: #1f7dbb;
    border-radius: 8px !important;
}

.btn-outline-success {
    color: #0099FF !important;
    background-color: transparent !important;
    border: 1px solid #0099FF !important;
    border-radius: 8px !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #0099FF !important;
    border-color: #0099FF !important;
}

.btn-outline-success:active,
.btn-outline-success:focus {
    color: #fff !important;
    background-color: #1f7dbb !important;
    border-color: #1f7dbb !important;
}

.btn-outline-success:disabled {
    color: #0099FF !important;
    background-color: transparent !important;
    border-color: #0099FF !important;
    opacity: 0.65 !important;
}


.big-label {
    color: #292d32;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 1.35rem;
}

.select2 {
    background-color: #F1F5FF !important;
    height: 60px !important;
    color: #292d32 !important;
    border: 1px solid #F1F5FF !important;

    border-radius: 10px !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    height: 100% !important;
    border: none !important;
    color: #292d32 !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute;
    top: 11px !important;
    right: 18px !important;
    width: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px !important;
}

.easepick-wrapper {
    z-index: 999;
}

a img {
    max-width: inherit !important;
}


.btn-small {
    padding: 5px;
    font-size: 10px !important;
}


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

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


.icon-primary i {
    font-size: 24px;
    padding: 8px;
    color: #6699B7;
}

.icon-success i {
    font-size: 24px;
    padding: 8px;
}

.icon-danger i {
    font-size: 24px;
    padding: 8px;
    color: #bb4848;
}


table th, table td {
    text-align: left;
    padding: 10px !important;
}


.dt-datetime {
    width: auto !important;
}

.icon-link {
    font-size: 30px;
    margin-right: 15px;
}

.icon-link.active {
    color: #0D6EFD;
}


table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::before {
    bottom: 80% !important;
}


table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::after {
    top: 25% !important;
}


.bg-light-blue {
    background: #0099ff;
}

#loginTab li {
    width: 50%;
}

#loginTab li button {
    width: 100%;
}

.form-control {
    border-radius: 6px;
    background: #FEFEFE;
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 93, 0.15), 0px 0px 1px 0px rgba(0, 0, 0, 0.02);
    border: none;
}

.form-control:focus {
    border: none !important;
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 93, 0.15), 0px 0px 1px 0px rgba(0, 0, 0, 0.02) !important;
}

.login-logo {
    margin-bottom: 10px;
    display: none !important;
}

.footer-label {
    color: white;
    font-size: 12px;
}

.dropdown-item h3, .dropdown-item span {
    color: white;
}


.list-group-item.active svg > path, .list-group-item:hover svg > path {
    fill: white;
}


.contact-list-area {
    padding: 0px 30px;
}


@media (max-width: 750px) {
    .toggle-fullscreen {
        display: none;
    }

    .contact-list-area {
        padding: 0px !important;

    }

    .page-title-area {
        padding: 20px 0px;
    }

    .content-rai {
        padding-top: 80px;
    }
}

.card:not(.note-editor) {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 18.83px 47.08px 0px rgba(47, 50, 125, 0.10);
    border: none;
    padding: 30px;
}


.card .card-body {
    padding: 0px;
}

.card h3 {
    color: #3E435D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.card span {
    color: #787878;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h4 {
    color: #3E435D;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h5 {
    color: #3E435D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-label {
    color: #787878;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.avatar-rounded {
    border-radius: 20px !important;
    width: 100px;
    height: 100px;
    background-size: cover;
}

.avatar-detail {
    margin-left: 10px;
}


.logout-button {
    border-radius: 15px;
    background: #F5F5F5;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #252641;
    font-size: 14px;
    font-style: normal;
}

.text-blue {
    color: #252641 !important;
}

.logout-button .ri-login-circle-line {
    margin-left: 5px;
    color: #4397F7;
    font-size: 18px;
}


.lock-icon {
    fill: #4397F7;
}

.submenu-list {
    list-style: none;
}

.information-box {

}

@media (max-width: 600px) {
    .main-logo {
        width: 200px;
        padding-top: 10px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .main-logo img {
        width: 100%;
    }

    .sublogo {
        margin-top: 3px;
        display: flex;
    }

    .sublogo span {
        font-size: 10px;
        margin-right: 5px;
        padding-top: 5px;
    }

    .sublogo h4 {
        margin-bottom: 0px;
    }
}

.subtitle-menu {
    font-size: 10px;
}

.delete-button {
    float: right;
    background: #e63131;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.delete-button:hover {
    color: white;
}

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

.personal-image input[type="file"] {
    display: none;
}

.personal-figure {
    position: relative;
    width: 120px;
    height: 120px;
}

.personal-avatar {
    cursor: pointer;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 100%;
}

.personal-avatar:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.personal-figcaption {
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: inherit;
    height: inherit;
    border-radius: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out .3s;
}

.personal-figcaption:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
}

.personal-figcaption > img {
    margin-top: 32.5px;
    width: 50px;
    height: 50px;
}

.alert-success.small {
    font-size: 10px;
    text-align: center;
    padding: 2px 3px;
}

#next {
    margin-left: 20px;
}

#prev {
    background: none;
}

.thankyou-icon {
    width: 100px;
}

.thankyou-title {
    font-size: 20px
}

.icons-thankyou {
    margin-top: 10px !important;
}

.icons-thankyou a {
    margin-right: 5px;
    margin-left: 5px;

}

.progress-bar {
    background: #0099FF;
}

.progress-bar[aria-valuenow="100"] {
    background: #5acc5acc;
}

.small .logo-big {
    display: none;
}

.small .logo-small {
    display: block !important;
    width: 50px;
    margin: 0 auto;
}

.small #sidebar-menu .menu-title {
    display: none;
}

.small .metismenu .has-arrow::after {
    display: none;
}

.small #sidebar-menu .icon {
    margin-right: 0px;
}

.timer-container {
    font-size: 16px;
    font-weight: normal;
}


.answer-container {
    border: 1px solid #07051B;
    min-height: 60px;
    min-width: 400px;
    text-align: center;
    color: #07051B;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;

}

.form-check-label {
    width: 85%;
}

.form-check {
    margin-bottom: 0px;
}
/*
.form-check:hover, .form-check.selected {
    background: #09F;
    color: white;
}*/

.answer-container .form-check label {
    cursor: pointer;
    line-height: 18px;
}

.answer-container .form-check {
    padding-left: 0px;
    cursor: pointer;
    transition: background-color 200ms;

    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.answer-container .form-check-input {
    visibility: hidden;
}

.label-index {
    float: left;
    width: 30px;
    background: #09F;
    color: white;
}

.content-module {
    position: relative;
}

#zoomoutbutton, #zoominbutton {
    background: none !important;
    font-size: 22px;
}


.menu-mobile ul {
    padding-left: 0px !important;
    margin-top: 30px;
}

.menu-mobile ul li a .icon {
    margin-right: 10px;
}

.menu-mobile ul li a i {
    font-size: 20px;
}

.menu-mobile ul li a {
    padding: 10px;
    margin-bottom: 5px;
}

.toggle-password i {
    position: absolute;
    right: 20px;
    top: 57px;
    font-size: 20px;
}

.swal2-icon.swal2-info, .swal2-icon.swal2-question, .swal2-icon.swal2-warning {
    font-size: 16px;
}

.btn-success {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-area {
    margin-top: 80px;
}

.btn-primary{
    color: white;
}

.btn-primary:hover{
    color: white;
}
.round {
    background: #e3e3e3;
    padding: 3px;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
}

.badge {
    font-size: 16px;
}

.round.round-red, .badge-danger {
    background: #DD636E;
    color: white;
}

.round.round-green, .badge-success {
    background: #D1E7DD;
    color: #3f913f;
}


.badge-info {
    background: #c3c6c6;
    color: #212121;
}

.badge-primary {
    background: #1d3467;
    color: white;
}
.progress-bar-next-video {
    width: 315px;
    height: 35px;
    line-height: 35px;
    background: #e0e0e0;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}

.progress-bar-next-video i {
    line-height: 35px;
    margin-right: 7px;
    font-size: 20px;
}

.progress-bar-fill {
    display: block;
    height: 100%;
    background: #659cef70;
    border-radius: 3px;
    transition: width 5s linear;
    position: relative;
    margin-top: -35px;
    width: 2%;
}

#captions-control {
    padding: 3px;
    color: white;
    background: #0099FF;
    margin-top: 5px;
    position: absolute;
    right: 10px;
    bottom: 46px;

}

#captions-control a {
    background: white;
    color: #0099FF;
    width: 20px;
    height: 20px;
    display: inherit;
    text-align: center;
    line-height: 20px;

}

#captions-control span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.percentage-label {
    margin-right: 5px;
}

.progress {
    border-radius: 1rem;
}

.form-check-label {
    width: 100%;
    height: 100%;
}

.modules-list {
}

.sublogo img {
    width: 130px;

}

.left-bar.col-md-1 .sublogo img {
    width: 40px;
}

.left-bar.col-md-1 .logo-alteredu-box img {
    margin-top: 3px;
}

.support-button {
    padding: 5px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px !important;
}

.header-left-content .logo-small {
    width: 100px;
}

.header-left-content .company-logo {
    width: 85px;
}

.support-button svg {
    margin-top: 2px;
    margin-right: 6px;
}

.tooltip .tooltip-inner, .tooltip .arrow::before {
    background-color: #0099FF;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #0099FF !important;
}


.select2-container {
    height: auto !important;
}

.badge-small {
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 40px !important;
}

.gradient {
    color: inherit;
    background-image: linear-gradient(85deg, #0099FF 0%, rgba(255, 255, 255, 0) 94%), linear-gradient(57deg, darkblue 24%, rgba(255, 255, 255, 0) 37%), radial-gradient(ellipse at 139% 104%, DarkGray 24%, rgba(255, 255, 255, 0) 44%), radial-gradient(circle at 170% 64%, rgba(255, 255, 255, 0) 83%, lightseagreen 100%), linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, lightseagreen 54%);

}

.fc-more-popover{
    display: none;
}
.fc-toolbar-title{
    text-transform: capitalize;
}

.login-box {
    background: #ffffffa8;
    padding: 15px;
    margin-top: 40px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.card-title .btn {
    padding: 10px;
    display: block;
}


.left-bar.col-md-3{
    width: 23% !important;

}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.content-div.col-md-9{
    width: 77% !important;
}
@media (max-width: 750px) {
    .content-div.col-md-9 {
        width: 100% !important;
    }
}

.fc-event{
    cursor:pointer;
}

.progress-bar small {
    width: 100%;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
}

.contact-list-area .table tbody tr td a.btn-primary{
    color: #fff !important;
}


/* Evidenzia opzioni al passaggio del mouse */
.select2-container--bootstrap5 .select2-results__option--highlighted[aria-selected] {
    background-color: #0099ff !important;
    color: white !important;
}


/* Solo da mobile (max 768px) */
@media (max-width: 768px) {
    .fc-header-toolbar.fc-toolbar {
        display: flex;
        flex-direction: column; /* impila verticalmente */
        align-items: center;
        text-align: center;
    }

    /* Titolo mese/anno in alto al 100% */
    .fc-toolbar-title {
        font-size: 1.2rem; /* più grande se vuoi */
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    /* Barra pulsanti sotto centrata */
    .fc-toolbar-chunk {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }

    /* Bottoni più grandi per tap */
    .fc-button {
        font-size: 14px;
        padding: 6px 12px;
    }
    .fc .fc-toolbar.fc-header-toolbar{
        margin-bottom: 15px !important;
    }

    .fc-day {
        padding: 4px !important;
    }

    .fc .fc-daygrid-day-number {
        width: 100%;
        text-align: center;
    }
}

.fc .fc-col-header-cell-cushion{
    text-transform: capitalize;
}

#calendar path {
    stroke: rgb(164,180,204);
}

.list-group-item:hover #calendar path {
    stroke: white;
}

.next-lessons .badge{
    font-size: 12px !important;
}
/*
#live-embed {
    height: 100%;
    min-height: 600px;
}
#live-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
*/

.swal2-timer-progress-bar{
    background: #3085d6 !important;
}


.btn.btn-outline-primary:hover{
    color: white;
    border-color: #3085d6;
}

.w-full{
    width:100%;
}

.btn.btn-link.media-open {
    color: black;
    text-decoration: inherit;
}

.btn.btn-link.media-open:hover {
    color: #3085d6;
}


.progress-bar, .progress-bar-quiz {
    background: #3085d6;
}

/*
.btn.btn-outline-success {
    border: solid 1px;
    border-color: var(--bs-btn-hover-bg);
    color: var(--bs-btn-hover-bg) !important;
}

.btn.btn-outline-success:hover {
    border: solid 1px;
    border-color: var(--bs-btn-hover-bg);
    color: white !important;
}*/


.swal2-validation-message{
    width: 100% !important;
    margin:0 auto !important;
}


.elearning-sicurezzadeilavoratori-it .footer-label,.elearning-sicurezzadeilavoratori-it .footer-content{
    display: none !important;
}

.badge{
    font-size: 12px;
    font-weight: normal;
}
.bg-success,
.text-bg-success {
    background-color: #d8f3dc !important;
    color: #1b4332 !important;
}

.bg-warning,
.text-bg-warning {
    background-color: #fff3bf !important;
    color: #8c6d1f !important;
}

.bg-danger,
.text-bg-danger {
    background-color: #fde2e4 !important;
    color: #9b1c31 !important;
}

.bg-primary,
.text-bg-primary {
    background-color: #e0e7ff !important;
    color: #3730a3 !important;
}

.bg-info,
.text-bg-info {
    background-color: #d6eaf8 !important;
    color: #0b5394 !important;
}

.bg-secondary,
.text-bg-secondary {
    background-color: #f1f3f5 !important;
    color: #495057 !important;
}

.bg-light,
.text-bg-light {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

.bg-dark,
.text-bg-dark {
    background-color: #d3d3d3 !important;
    color: #1a1a1a !important;
}

.swal2-actions{
    padding:0px;
    gap:20px
}
