.cb-fw {
    position: fixed;
    z-index: 9000;
    top: 0;
    right: 0;
    pointer-events: none;
}


#cb-floating-widgets .cb-fw__drawer {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 550px;
    min-width: 320px;
    max-width: 90vw;
    background: #ffffff !important;
    border-left: 1px solid #e3e8ef !important;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12) !important;
    transform: translateX(100%);
    transition: transform 0.25s ease-out;
    display: flex !important;
    flex-direction: column !important;
    pointer-events: auto !important;
    z-index: 9002;
}

#cb-floating-widgets.cb-fw--open .cb-fw__drawer {
    transform: translateX(0) !important;
}

#cb-floating-widgets .cb-fw__resize-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 8px;
    cursor: ew-resize;
    background: transparent;
    z-index: 1;
}

#cb-floating-widgets .cb-fw__resize-handle:hover,
#cb-floating-widgets.cb-fw--resizing .cb-fw__resize-handle {
    background: rgba(79, 107, 253, 0.18);
}

.cb-fw__drawer-header {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 16px;
    background: #f7f9fc;
    border-bottom: 1px solid #e3e8ef;
    flex-shrink: 0;
    box-sizing: border-box;
}

.cb-fw__drawer-title {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    color: #2d4356;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#cb-floating-widgets .cb-fw__drawer-tool {
    width: 28px !important;
    height: 28px !important;
    border: none !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #6a7a8a !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 4px;
    padding: 0 !important;
    font-size: 14px !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none !important;
            appearance: none !important;
}

#cb-floating-widgets .cb-fw__drawer-tool:hover {
    background: rgba(0, 0, 0, 0.08) !important;
    color: #2d4356 !important;
}

#cb-floating-widgets .cb-fw__drawer-tool span:before {
    margin: 0 !important;
}

.cb-fw__drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 14px;
    container-type: inline-size;
    container-name: cb-fw-body;
}

#cb-floating-widgets .cb-fw__drawer-body .cb-fw-gadgets {
    width: 100%;
}

#cb-floating-widgets .cb-fw__drawer-body .gadget {
    margin: 0 0 14px 0;
    width: 100%;
    box-sizing: border-box;
}

#cb-floating-widgets .cb-fw__drawer-body .gadget:last-child {
    margin-bottom: 0;
}

#cb-floating-widgets .cb-fw__drawer-body .gadget * {
    box-sizing: border-box;
}

#cb-floating-widgets .cb-fw__drawer-body .gadget img,
#cb-floating-widgets .cb-fw__drawer-body .gadget canvas,
#cb-floating-widgets .cb-fw__drawer-body .gadget svg {
    max-width: 100%;
    height: auto;
}

#cb-floating-widgets .cb-fw__drawer-body .gadget-content-table {
    max-height: none;
    overflow: auto;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar {
    min-height: 320px;
    font-size: 12px;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 6px;
    margin-bottom: 10px;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar h2 {
    font-size: 13px;
    margin: 0;
    text-align: center;
    white-space: normal;
}

@container cb-fw-body (min-width: 540px) {
    #cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar h2 {
        flex: 1;
        white-space: nowrap;
    }
}

@container cb-fw-body (max-width: 539px) {
    #cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-center {
        flex-basis: 100%;
        justify-content: center;
        order: 99;
    }
    #cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-clear {
        display: none;
    }
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-left,
#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-right,
#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-center {
    float: none !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 4px;
    flex: none;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-left > *,
#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-right > *,
#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-center > * {
    float: none !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-button-group {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    white-space: nowrap;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-toolbar .fc-button-group > * {
    float: none !important;
    flex: 0 0 auto !important;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-button {
    font-size: 10px;
    padding: 3px 6px;
    height: auto;
    line-height: 1.2;
    min-width: 0;
    width: auto !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-day-number {
    font-size: 11px;
}

#cb-floating-widgets .cb-fw__drawer-body #calendar .fc-day-header {
    font-size: 11px;
    padding: 4px 0;
}

#cb-floating-widgets .cb-fw__drawer-body .consultant {
    padding: 10px;
}
#cb-floating-widgets .cb-fw__drawer-body .consultant .image-container {
    float: left;
    height: 100%;
    text-align: center;
}
#cb-floating-widgets .cb-fw__drawer-body .consultant .image-container img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 14px;
}
#cb-floating-widgets .cb-fw__drawer-body .consultant .info-container {
    padding: 14px 0;
    font-weight: 300;
}
#cb-floating-widgets .cb-fw__drawer-body .consultant:after {
    content: "";
    display: block;
    clear: both;
}

#cb-floating-widgets .cb-fw__drawer-body .none-information-widget,
#cb-floating-widgets .cb-fw__drawer-body .none-information {
    padding-top: 20px;
    padding-bottom: 20px;
}
#cb-floating-widgets .cb-fw__drawer-body .none-information-widget .icon,
#cb-floating-widgets .cb-fw__drawer-body .none-information .icon {
    text-align: center;
    color: #515253;
}
#cb-floating-widgets .cb-fw__drawer-body .none-information-widget .message,
#cb-floating-widgets .cb-fw__drawer-body .none-information .message {
    text-align: center;
    font-size: 17px;
    color: #515253;
}

#cb-floating-widgets .cb-fw__drawer-body .expired-content {
    padding: 5px;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-days-info {
    width: 30%;
    float: left;
    min-height: 50px;
    color: #111;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-days-info .info {
    width: 100%;
    float: left;
    height: 100px;
    padding: 2px;
    color: #fff;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-days-info .info .message {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 11px;
    text-align: center;
    color: #515253;
    padding-top: 16px;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-days-info .info .message .m-2 {
    font-size: 15px;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-message {
    width: 65%;
    height: 100px;
    float: left;
    margin-left: 10px;
    background-color: #fff;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-message .block {
    padding: 3px;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-message .block.title {
    background-color: #fff;
    color: #8e8e8e;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-message .block .row-message {
    width: 50%;
    float: left;
    font-size: 12px;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .content-message .block .row-message.big {
    width: 100%;
    font-size: 17px;
    margin-top: 6px;
    color: #515253;
}
#cb-floating-widgets .cb-fw__drawer-body .expired-content .clear {
    clear: both;
}

#cb-floating-widgets .cb-fw__drawer-body .digital-seal {
    padding: 10px;
}
#cb-floating-widgets .cb-fw__drawer-body .digital-seal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
}
#cb-floating-widgets .cb-fw__drawer-body .digital-seal ul li {
    flex: 1;
}
#cb-floating-widgets .cb-fw__drawer-body .font.medium {
    font-size: 18px;
    font-weight: 600;
}
#cb-floating-widgets .cb-fw__drawer-body .font.small {
    font-size: 11px;
}
#cb-floating-widgets .cb-fw__drawer-body .font.blue {
    color: #1a85d0;
}
#cb-floating-widgets .cb-fw__drawer-body .font.gray {
    color: #888;
}

.cb-fw__loader {
    text-align: center;
    padding: 40px 20px;
    color: #8a99a8;
}

.cb-fw__loader-text {
    margin-top: 12px;
    font-size: 13px;
}

.cb-fwidgets-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cb-fwidget {
    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 6px;
    overflow: hidden;
}

.cb-fwidget__title {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f7f9fc;
    border-bottom: 1px solid #eef2f6;
    font-size: 12px;
    font-weight: 600;
    color: #2d4356;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.cb-fwidget__title:before {
    margin: 0;
    font-size: 14px;
    color: #4F6BFD;
}

.cb-fwidget__body {
    padding: 12px 14px;
    font-size: 13px;
    color: #5a6b7a;
    line-height: 1.5;
}

.cb-fwidget__empty {
    color: #8a99a8;
    font-style: italic;
    text-align: center;
    padding: 14px 10px;
}

.cb-fwidget__empty--full {
    padding: 40px 20px;
    line-height: 1.6;
}

.cb-fwidget__consultor-name {
    font-weight: 600;
    color: #2d4356;
    font-size: 14px;
}

.cb-fwidget__consultor-info {
    color: #6a7a8a;
    font-size: 12px;
}

.cb-fwidget__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.cb-fwidget__table th {
    text-align: left;
    padding: 6px 8px;
    color: #2d4356;
    font-weight: 600;
    border-bottom: 1px solid #e3e8ef;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.4px;
}

.cb-fwidget__table td {
    padding: 6px 8px;
    border-bottom: 1px solid #f0f3f7;
}

.cb-fwidget__table-total td {
    background: #f7f9fc;
    border-bottom: none;
}

.cb-fwidget__membresia-dias {
    font-size: 14px;
    color: #2d4356;
    margin-bottom: 8px;
}

.cb-fwidget__membresia-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 4px 0;
    border-top: 1px solid #f0f3f7;
}

.cb-fwidget__activity {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cb-fwidget__activity li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f3f7;
    font-size: 12px;
}

.cb-fwidget__activity li:last-child {
    border-bottom: none;
}

.cb-fwidget__activity-date {
    color: #8a99a8;
    font-size: 11px;
    margin-top: 2px;
}

.cb-fwidget__novedad {
    padding: 6px 0;
    border-bottom: 1px solid #f0f3f7;
    font-size: 12px;
}

.cb-fwidget__novedad:last-child {
    border-bottom: none;
}

.cb-fw-empty {
    color: #8a99a8;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

.cb-fw-membresia__dias {
    font-size: 14px;
    color: #2d4356;
    margin-bottom: 8px;
}

.cb-fw-membresia__row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 4px 0;
    border-top: 1px solid #f0f3f7;
}

.cb-fw-sas-table {
    overflow-x: auto;
    max-height: 360px;
}

#cb-floating-widgets .cb-fw__drawer-body span.error,
#cb-floating-widgets .cb-fw__drawer-body span.consulta,
#cb-floating-widgets .cb-fw__drawer-body span.mejora,
#cb-floating-widgets .cb-fw__drawer-body span.ninguno {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

#cb-floating-widgets .cb-fw__drawer-body span.error    { background-color: #fa7b58; }
#cb-floating-widgets .cb-fw__drawer-body span.consulta { background-color: #56BDF1; }
#cb-floating-widgets .cb-fw__drawer-body span.mejora   { background-color: #f0a510; }
#cb-floating-widgets .cb-fw__drawer-body span.ninguno  { background-color: #f3c536; }

#cb-floating-widgets .cb-fw__drawer-body [data-cb-fw-sas] .gadget-titulo {
    display: flex;
    align-items: center;
}

#cb-floating-widgets .cb-fw__drawer-body [data-cb-fw-sas] .gadget-titulo > span {
    flex: 1;
}

#cb-floating-widgets .cb-fw__drawer-body [data-cb-fw-sas] .gadget-titulo .cb-fw-sas-link {
    color: #4F6BFD;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    padding: 4px;
    border-radius: 4px;
    flex: none;
}

#cb-floating-widgets .cb-fw__drawer-body [data-cb-fw-sas] .gadget-titulo .cb-fw-sas-link:hover {
    background: rgba(0, 0, 0, 0.06);
}

.cb-fw-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9100;
    display: none;
    align-items: center;
    justify-content: center;
}

.cb-fw-modal.cb-fw-modal--open {
    display: flex;
}

.cb-fw-modal__box {
    width: 520px;
    max-width: 92vw;
    max-height: 80vh;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.cb-fw-modal__header {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    background: #f7f9fc;
    border-bottom: 1px solid #e3e8ef;
}

.cb-fw-modal__header h4 {
    flex: 1;
    margin: 0;
    font-size: 14px;
    color: #2d4356;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.cb-fw-modal__sub {
    display: block;
    font-weight: normal;
    font-size: 12px;
    color: #5a6b7a;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 2px;
}

.cb-fw-modal__close {
    border: none;
    background: transparent;
    color: #6a7a8a;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
}

.cb-fw-modal__close:hover {
    background: rgba(0, 0, 0, 0.06);
    color: #2d4356;
}

.cb-fw-modal__body {
    flex: 1;
    overflow-y: auto;
    padding: 14px 18px;
}

.cb-fw-modal__footer {
    padding: 12px 18px;
    border-top: 1px solid #e3e8ef;
    text-align: right;
    background: #fafbfc;
}

.cb-fw-msg {
    padding: 10px 0;
    border-bottom: 1px solid #f0f3f7;
}

.cb-fw-msg:last-child {
    border-bottom: none;
}

.cb-fw-msg__author {
    font-weight: 600;
    color: #2d4356;
    font-size: 13px;
}

.cb-fw-msg__text {
    color: #5a6b7a;
    font-size: 13px;
    margin-top: 2px;
}

.cb-fw-msg__date {
    color: #8a99a8;
    font-size: 11px;
    margin-top: 4px;
}

@media (max-width: 570px) {
    #cb-floating-widgets .cb-fw__drawer {
        width: 100% !important;
        max-width: 100% !important;
        border-left: none !important;
    }
    #cb-floating-widgets .cb-fw__resize-handle {
        display: none;
    }
}
