.overlay-pane-trigger {
    cursor: pointer !important
}

.cuba_olay_pane_container {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(150, 150, 150, .3);
    z-index: 1050;
    transition: transform .3s ease, width .3s ease, height .3s ease
}

.cuba_olay_pane_container.active {
    display: block
}

.cuba_olay_pane_container.minimized {
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translateX(0)
}

.cuba_olay_pane_container.rolled {
    height: 50px
}

.cuba_olay_pane_container.rolled .cuba_olay_body,
.cuba_olay_pane_container.rolled .cuba_olay_footer {
    display: none
}

.cuba_olay_pane_container .cuba_olay_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd
}

.cuba_olay_pane_container .cuba_olay_header #cuba_olay_headerTitle {
    margin: 0
}

.cuba_olay_pane_container .cuba_olay_header .cuba_olay_headerIcons {
    display: flex;
    gap: 10px
}

.cuba_olay_pane_container .cuba_olay_header .cuba_olay_headerIcons .ki-outline {
    cursor: pointer
}

.cuba_olay_pane_container .cuba_olay_body {
    padding: 20px 20px 0 20px;
    overflow-y: auto;
    height: calc(100% - 50px - 46px)
}

.cuba_olay_pane_container .cuba_olay_body .alert {
    margin: 0
}

.cuba_olay_pane_container .cuba_olay_footer {
    padding: 10px;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd
}

.cuba_olay_pane_container .cuba_olay_footer .cuba_olay_toolbar {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.cuba_olay_pane_container .cuba_olay_divider_st1 {
    margin: 20px auto 10px auto;
    border-top: 1px dashed #ddd
}

.cral-card-container {
    position: relative;
    width: 400px;
    height: 250px;
    margin-bottom: 30px;
    background-image: url(/assets-app/media/tessera.jpg);
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    color: #000;
    border: 1px solid #c4c4c4;
    border-radius: 10px
}

.cral-card-container .cral-card-name {
    position: absolute;
    top: 70%;
    left: 4%;
    font-size: 16px;
    font-weight: 700
}

.cral-card-container .cral-card-code {
    position: absolute;
    top: 78%;
    left: 4%;
    font-size: 15px;
    font-weight: 700
}

.cral-card-container .cral-card-bollino {
    position: absolute;
    top: 86%;
    left: 4%;
    font-size: 15px;
    font-weight: 700
}


.centered-letter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #9f77f1
}

.page-loader {
    background-color: rgba(255, 255, 255, .9)
}

.btn.btn_hover_alt:hover {
    background-color: #7239EA !important
}

.btn.btn_hover_alt:hover div,
.btn.btn_hover_alt:hover i {
    color: #fff !important
}

table thead tr th {
    padding: 10px 15px !important
}

table.table.dataTable.table-hover>tbody>tr:hover>* {
    box-shadow: inset 0 0 0 9999px rgba(239, 232, 255, .75) !important
}

table.table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px #f4f3f4;
    color: inherit
}

.table:not(.table-bordered).table-row-dashed tr {
    border-bottom-color: #cdd0da
}

table.dataTable thead th,
table.dataTable thead th::after {
    white-space: nowrap !important
}

table.dataTable thead th::after {
    margin-left: 0 !important
}

.form-control.form-control-solid {
    border-color: #e6e6e6
}

.form-switch.form-check-solid .form-check-input:not(:checked) {
    background-color: #B9B9B9
}

.dt-buttons {
    width: 100%;
    margin-bottom: 30px
}

div.dt-container div.dt-info {
    width: 48%;
    margin-top: 20px;
    float: left
}

div.dt-container div.dt-paging {
    width: auto;
    float: right
}

.drawer-overlay {
    background-color: rgba(87, 87, 87, .8)
}

.cb_container {
    width: 100%;
    height: 100%;
    display: flex
}

.cb_sidebar {
    width: 250px;
    height: 100%;
    overflow-y: auto;
    padding: 12px;
    border-radius: 10px
}

.cb_sidebar.right {
    order: 2
}

.cb_content {
    flex-grow: 1;
    height: 100%;
    background-color: #fff;
    padding: 0 15px
}

.w_1 {
    width: 1%;
    text-wrap: nowrap
}

.w_6 {
    width: 6%
}

.w_10 {
    width: 10%
}

.w_50 {
    width: 50%
}

.w_100 {
    width: 100%
}

.mw_135 {
    max-width: 135px !important
}

div.dt-container div.dt-info {
    width: 100%
}

.evi_text_1 {
    color: #000 !important
}

.wrap {
    text-wrap: wrap !important
}

.nowrap {
    text-wrap: nowrap !important
}

.d_block {
    display: inline-block;
    margin: 0 auto
}

.d-break {
    display: block;
    width: 100%
}

.cursor_p {
    cursor: pointer !important
}

.cursor_h {
    cursor: help !important
}

.dspl_none {
    display: none
}

.up_case {
    text-transform: uppercase
}

.char-count-wrapper {
    display: flex;
    justify-content: flex-end
}

.char-count {
    display: block;
    font-size: 14px;
    text-align: center;
    font-weight: bolder;
    color: #fff;
    padding: 5px;
    margin-bottom: 5px;
    text-align: right;
    border-color: #007bff;
    background-color: rgba(0, 123, 255, .5);
    width: 80px;
    border-radius: 5px
}

div:has(>select#dt-length-0) {
    width: 100px;
    float: left;
    margin-right: 20px;
    margin-top: 22px
}

select#dt-length-0 {
    border: 1px solid #ededed
}

.sel_border {
    border: 1px dashed #7239EA !important
}

.fs_15 {
    font-size: 15px
}