.table_cell_wrap {
    white-space: pre-wrap;
}

.div-sinergy-chat {
    position: fixed;
    width: 75px;
    height: max-content;
    bottom: 15px;
    right: 15px;
    z-index: 9999999;
}

.div-img-chat-sinergy>img {
    width: 100%;
}

.div-iframe-chat {
    width: 450px;
    height: 650px;
    position: fixed;
    top: 100%;
    left: calc(100% - 450px);
    transition: all 0.5s;
}

.div-iframe-chat>iframe {
    width: 100%;
    height: 100%;
}

#ampliar {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: white;
    cursor: pointer;
}

.div-iframe-chat-ampliar {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

/* .main-div-sinergy-chat {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
} */

.div-iframe-chat-ampliar-estado-1 {
    top: calc(100% - 650px - 50px);
    position: absolute;
}

.div-iframe-chat-ampliar-estado-2 {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.div-img-chat-estado-1 {}

.div-icons-move {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.div-icons-move>i {
    padding: 4px;
    border-radius: 2px;
    cursor: pointer;
}

.div-icons-move>i:hover {
    background-color: #0000001c;
}

.div-iframe-chat-ampliar-estado-0 {
    left: calc(100% - 450px - 10px);
}


.div-icon-quit-load-file {
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: end;
    padding: 10px;
    position: relative;
    z-index: 999;
}

.div-icon-quit-load-file>i {
    font-size: 1.5em;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
}

.div-icon-quit-load-file>i:hover {
    background-color: #ebebeb;
}

.div-quit-img {
    width: 100%;
    height: max-content;
}

.div-quit-img>img {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.div-quit-img>img {
    width: 100%;
    height: max-content;
}

.input-file-hidden {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -99999;
}

.div-content-img-load {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
}

.div-drag-load-img {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px dashed darkcyan;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #008b8b1c;
    z-index: 99999;
}

.div-drag-load-img>img {
    width: 150px;
    max-width: 100%;
}

.content-load-img {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    text-align: center;
    align-items: center;
    gap: 25px;
}

.div-load-img {
    width: 70%;
    aspect-ratio: 4/6;
    border: 5px darkcyan dashed;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.div-load-img>img {
    width: 60%;
    height: auto;
}

.app-content {
    margin-top: 65px;

}

.modal-class>div {
    /* overflow: hidden; */
}

.profile-header-img,
.profile-header-img>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-header-img>a {
    height: 100%;
}

.profile-header-img>a>img {
    height: 100% !important;
    width: auto !important;
    max-width: unset !important;
}

.app-sidebar .menu .menu-profile .menu-profile-image {
    width: 50px !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
    border-radius: 100% !important;
    margin: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-sidebar .menu .menu-profile .menu-profile-image>img {
    width: auto !important;
    height: 100% !important;
    margin: unset !important;
    max-width: unset !important;
}

.app-sidebar .menu .menu-profile .menu-profile-info {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: start !important;
    gap: 5px !important;
}

.div-img-profile {
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px #d1d1d1;
}

.div-img-profile>img {
    margin: unset !important;
    padding: unset !important;
}

.app-header .navbar-nav .navbar-item .navbar-link {
    display: flex;
    gap: 15px;
}

.div-img-profile>img {
    height: 100% !important;
    width: auto !important;
    border-radius: unset !important;
}

.app-billing {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.app-sidebar-fixed .app-sidebar,
.app-header-fixed .app-header {
    position: relative !important;
    padding: unset !important;
}

.app-header-fixed .app-header {
    box-shadow: 0px 0px 10px gray;
}

.app-sidebar-fixed .app-sidebar {
    overflow: hidden;
}

.app-sidebar .app-sidebar-content::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 7px;
    background-color: rgba(148, 21, 21, 0);
}

.app-sidebar .app-sidebar-content::-webkit-scrollbar-thumb {
    background-color: rgb(181 181 181 / 72%);
    border-radius: 100px;
}

.app-content {
    margin: unset !important;
    padding: unset !important;
}

.app-header {
    grid-column-start: 1;
    grid-column-end: 3;
}

.panel.panel-expand>.panel-body {
    flex: none !important;
    overflow: hidden;
}

.panel.panel-expand .panel-heading {
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: -2px 0px 10px #626262;
}

.panel.panel-expand {
    overflow: auto !important;
    box-shadow: 0px 0px 10px #6b6b6b !important;
    border-radius: 4px !important;
    /* padding-right: 5px !important; */
}

#content {
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: grid;
    grid-auto-rows: 1fr;
}

body {
    overflow: hidden;
}

body table.dataTable thead th {
    background-color: white;
    border: unset !important;
    border-left: 0.1px solid #ececec !important;
    border-right: 0.1px solid #ececec !important;
    border-top: 0.1px solid #ececec !important;
    border-bottom: 0.1px solid #ececec !important;
}

body table.dataTable thead {
    position: sticky;
    top: 0;
    left: 0;
    background: white;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

body table.dataTable {
    margin: 0 !important;
    padding: 1px !important;
    border-collapse: unset !important;
}

.dataTables_wrapper>div:nth-child(2) {
    padding: 10px 3px;
    border: 1px solid #d6d3d3;
    border-radius: 4px;
}

.dataTables_wrapper>div:nth-child(2) {
    overflow: hidden;
    height: 100%;
}

.dataTables_wrapper>div>.col-12::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    background-color: #eeeeee;
    border-radius: 100px;
}

.dataTables_wrapper>div>.col-12::-webkit-scrollbar-thumb {
    background-color: rgb(45, 53, 60);
    border-radius: 100px;
}

.modal-class .dataTables_wrapper {
    height: 700px;
    max-height: 100%;
}

.dataTables_wrapper>div:nth-child(2)>.col-12 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 0px 7px !important;
    margin: 0 !important;
}

.dataTables_wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    height: 75.5vh;
    max-height: 700px;
    gap: 15px;
}


.scroll-darkcyan {
    padding-right: 10px;
}

.scroll-darkcyan::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    background-color: #eeeeee;
    /* color: darkcyan; */
    border-radius: 100px;
}

.scroll-darkcyan::-webkit-scrollbar-thumb {
    background-color: rgb(0, 172, 172);
    border-radius: 100px;
}

div.dataTables_wrapper div.dataTables_info {
    padding: unset !important;
}

.app-sidebar .app-sidebar-content {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: 100%;
}

table th {
    width: auto !important;
    /* height: auto !important; */
    /* display: table-cell !important; */
}

/* #galeriaImg>img {
    height: 200px;
    aspect-ratio: 1/1;
}

#galeriaImg {
    display: flex;
    gap: 25px;
}
 */
.profile-header .profile-header-img img {
    height: 100%;
    max-width: unset !important;
    width: unset !important;
}

.profile {
    z-index: 2;
    position: sticky;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 6px gray;
}

.btn-scroll-to-top {
    z-index: 999999999;
}

.bg-color-promocion {
    background-color: #FF9900;
}

.button-estado {
    padding: 10px 10px;
    width: 100px;
    max-width: calc(100% - 20px);
    text-align: center;
    border-radius: 4px;
    color: white;
    font-weight: bolder;
    display: block;
}

.button-inactivo {
    background-color: red;
}

.button-activo {
    background-color: green;
}

.div-estado {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-sinergy {
    background-color: #004982;
    color: white;
}

.portada-img-user {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;

}

/* content to notification */

.notification-manager {
    display: flex;
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.content-icon-side {
    background-color: #e2e2e2;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.icon-item {
    margin: 15px 0;
}

.noti-icon {
    font-size: 16px;
    color: #555;
}

.menu-link {
    text-decoration: none;
}

.menu-link:hover .noti-icon {
    color: #007bff;
}

.menu-link-clicked .noti-icon {
    color: #007bff;
}

.notifications-content {
    flex: 1;
    padding: 20px;
    background-color: #ffffff;
    overflow-y: auto;
}

.notifications-content h2 {
    margin: 0 0 20px;
    font-size: 24px;
}

.notification {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}


.notification p {
    margin: 0;
}

.timestamp {
    display: block;
    font-size: 12px;
    color: #999;
}

.div-info-caracteristicas-notificaciones {
    margin: 5px 10px !important;
}

.icon-item {
    position: relative;
    display: inline-block;
}

.noti-icon {
    position: relative;
}

/* .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: rgb(245, 25, 25) !important;
    color: white;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 10px;
    text-align: center;
} */


/* perfil user */

.header-profile-user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 100%;
    margin: 5px 0px;
    padding: 10px;
}



.parent-coloris h1 {
    margin-bottom: 1.5em;
}

.parent-coloris input {
    width: 150px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    box-sizing: border-box;
}

.parent-coloris .examples {
    display: flex;
    flex-wrap: wrap;
}

.parent-coloris .example {
    flex-shrink: 0;
    width: 300px;
    margin-bottom: 30px;
}

.parent-coloris .clr-field button {
    width: 22px;
    height: 22px;
    left: 5px;
    right: auto;
    border-radius: 5px;
}

.parent-coloris .clr-field input {
    padding-left: 36px;
}

.parent-coloris .circle .clr-field button {
    border-radius: 50%;
}

.parent-coloris .full .clr-field button {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.btn-sinergy{
    color: white;
    background-color: #004982;
}


@media (max-width: 767.98px) {
    .app-billing {
        grid-template-columns: 1fr;
    }

    .app-header {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .app-sidebar-fixed .app-sidebar {
        position: fixed !important;
    }
}

@media screen and (max-width: 720px) {
    .div-iframe-chat {
        display: none;
        width: 100%;
        position: fixed;
        height: 100%;
        top: 0;
        left: 0;
    }

}