﻿/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
    /*color-scheme: light dark;*/
    /* both supported */
}
:root {
    /*color-scheme: light dark;*/
    /* both supported */
}
:root {
    --lynn-primary: #264869;
    --lynn-primary-rgb: 49, 103, 164;
    --lynn-primary-02: #3f7bb8;
    --lynn-primary-02-rgb: 63, 123, 184;
    --lynn-primary-03: #264e7e;
    --lynn-primary-03-rgb: 38, 78, 126;
    --lynn-primary-04: #c9daee;
    --lynn-primary-04-rgb: 201, 218, 238;
    --lynn-secondary: #0f0f0f;
    --lynn-secondary-rgb: 15, 15, 15;
    --lynn-info: #264869;
    --lynn-success: #22b573;
    --lynn-warning: #ffa022;
    --lynn-gray-50: #f8f8f8;
    --lynn-gray-100: #f0f0f0;
    --lynn-gray-200: #e6e6e6;
    --lynn-gray-300: #c6c6c6;
    --lynn-gray-400: #bababa;
    --lynn-gray-500: #858585;
    --lynn-gray-600: #767676;
    --lynn-gray-700: #666666;
    --lynn-gray-800: #4b4b4b;
    --lynn-gray-900: #1a1a1a;
    --d-success: #28a745;
    --d-info: #17a2b8;
    --d-warning: #ffc107;
    --d-danger: #dc3545;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: var(--lynn-secondary);
}
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}
a {
    color: var(--lynn-secondary);
    text-decoration: none;
}
a:hover {
    color: var(--lynn-secondary-02);
    text-decoration: none;
}
a.link-icon {
    display: flex;
    gap: .375rem;
    align-items: center;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pace .pace-progress {
    background: var(--lynn-primary-03);
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
.icon-red {
    color: var(--d-danger);
}
.button-containner {
    display: flex;
    gap: 5px;
}
.btn-default, .treemap-vis {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    color: var(--lynn-primary);
    background-color: #fff;
    border: 1px var(--lynn-primary) solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.treemap-vis {
    padding: 1px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-default:hover, 
.treemap-vis:hover {
    color: #fff;
    background-color: var(--lynn-primary);
}
.btn-default:disabled, .btn-default.k-disabled, 
.treemap-vis:disabled {
    outline: none;
    cursor: default;
    opacity: 0.6;
    -webkit-filter: grayscale(0.1);
    filter: grayscale(0.1);
    pointer-events: none;
}
/* --------------------------------------------- */
/* boststrap */
.btn {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    font-size: inherit;
    color: var(--lynn-secondary);
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.btn.btn-primary {
    color: #fff;
    background-color: var(--lynn-primary-02);
    border-color: var(--lynn-primary-02);
}
.btn.btn-primary:hover {
    color: #fff;
    background-color: var(--lynn-primary);
    border-color: var(--lynn-primary-03);
}
.dropdown-menu {
    font-size: inherit;
    overflow: hidden;
    padding: 10px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 3px 3px 8px 0px rgba(104, 104, 104, 1);
    -moz-box-shadow: 3px 3px 8px 0px rgba(104, 104, 104, 1);
    box-shadow: 3px 3px 8px 0px rgba(104, 104, 104, 1);
    /*
    -webkit-box-shadow: 5px 5px 9px 0px rgba(104, 104, 104, 1);
    -moz-box-shadow: 5px 5px 9px 0px rgba(104, 104, 104, 1);
    box-shadow: 5px 5px 9px 0px rgba(104, 104, 104, 1);
    */
}
.dropdown-menu ul li>a {
    display: block;
}
.dropdown.dropdown-caretoff .dropdown-toggle::after {
    content: none;
}
.dropdown-item {
    display: inline-flex;
    /*align-items: center;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--lynn-secondary);
    background-color: #e8eef5;
}
/* --------------------------------------------- */
/* kendo */
.k-icon fa,
.k-icon fas,
.k-icon far {
    text-indent: 0;
    font-size: 1em;
}
.k-paswword-toggle {
    position: relative;
}
.k-paswword-toggle input {
    padding-right: 25px;
}
.k-paswword-toggle .password-toggle-action {
    position: absolute;
    top: 10px;
    right: 10px;
}
.k-list-footer-wrapper {
    display: flex;
    padding: 5px 10px 5px 10px;
}
.k-list-footer-wrapper span {
    flex: 1 1 auto;
}
.k-tooltip {
    max-width: 650px;
}
.k-tilelayout {
    background-color: transparent;
}
/* Windows */
.k-window-content {}
.window-header-content {
    position: relative;
    min-height: 20px;
    margin-bottom: 10px;
}
.k-window-custom {
    display: flex;
    flex-direction: column;
}
.window-full-content {
    display: flex;
    min-height: 0px;
    height: 100%;
}
.window-full-content .wrapper-window {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 0;
    width: 100%;
}
.window-full-content .wrapper-window .header-content {}
.window-full-content .wrapper-window .body-content {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.wrapper-window .footer-content {
    display: flex;
    gap: 10px;
    justify-content: end;
    position: sticky;
    bottom: 0;
}

/* --------------------------------------------- */
/* inputs multiselect personalizado */
.k-filter-multiselect .k-clear-value {
    top: 2px;
    position: absolute;
    right: 8px;
}
.k-filter-multiselect .k-clear-value > span:nth-child(1) {
    font-size: medium;
}
.k-filter-multiselect {
    padding-right: 30px;
}
/* --------------------------------------------- */
/* dropdown */

.dropdown{
    align-content: center;
}

.dropdown.dropdownright {
    display: flex;
}
.dropdown-language .btn-language {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    padding: 3px 10px;
}
.login-language .dropdown-language .btn-language {
    border: 1px solid #fff;
}
.dropdown-language .btn-language.dropdown-toggle::after {
    content: "";
    border: none;
    background: url("../images/chevron.svg") no-repeat 0 0;
    width: 8px;
    height: 5px;
}
/* scheduler */
.k-scheduler .k-event {
    box-sizing: content-box;
    /*min-width: 25px;*/
}
.k-scheduler .kyubo-agent-event {
    display: flex;
    align-items: center;
    height: 100%;
}
/* tilelayout */
.dashboard-window {
    height: 100%;
}
.page-view-report .k-tilelayout,
.page-view-report .dashboard-window.k-tilelayout,
.page-panel-index .k-tilelayout {
    /*grid-auto-rows: minmax(150px, 100%)!important;
    grid-auto-rows: max-content;*/
    grid-auto-rows: auto!important;
}

/* wrapper */
body.lynn-body {
    background: url(../images/fondo-plataforma.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
/* --------------------------------------------- */
/* header */
header.header-wrapper {
    /*background-color: #fff;*/
}
header.header-wrapper .header-containner {
    /*padding: 15px 60px 15px 60px;
    padding: 15px 20px 15px 20px;*/
    padding: 10px 20px 10px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
header.header-wrapper .logo-containner img {
    height: 26px;
}
header.header-wrapper .header-content {
    flex: 1 1 auto;
    display: flex;
    justify-content: end;
    align-items: center;
}
header.header-wrapper ul.header-menu-left {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
header.header-wrapper ul.header-menu-left li {
    min-height: 15px;
}
header.header-wrapper a.link-notification {
    position: relative;
}
header.header-wrapper a.link-notification i {
    box-sizing: content-box;
    overflow: visible;
    position: relative;
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    padding: 5px;
    color: #fff;
    background-color: var(--lynn-primary);
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
header.header-wrapper a.link-notification mark {
    box-sizing: content-box;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 5px;
    height: 5px;
    line-height: 20px;
    color: #FFF;
    background-color: #FF1D25;
    border: 2px solid #fff;
    font-size: 10px;
    font-weight: 400;
    text-indent: -9999px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
header.header-wrapper .dropdown-profile .btn-profile {
    display: flex;
    align-items: center;
    gap: 5px;
}
header.header-wrapper .dropdown-profile .btn-profile .profile-name {
    font-weight: bold;
    color: #000;
}
header.header-wrapper .dropdown-profile .btn-profile .profile-update {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*
    height: 28px;
    width: 28px;
    */
    height: 22px;
    width: 22px;
    color: #858585;
    background-color: #1a1a1a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
header.header-wrapper .dropdown-profile .btn-profile.dropdown-toggle::after {
    border: none;
    background: url("../images/chevron-user.svg") no-repeat 0 0;
    width: 14px;
    height: 9px;
}
header.header-wrapper .dropdown-profile .dropdown-item {
    gap: 5px;
}
/* dashboard */
header.header-wrapper .dashboard-info h6 {
    margin-bottom: -5px;
}
header.header-wrapper .dashboard-info {
    color: var(--lynn-gray-600);
    text-align: left;
}
header.header-wrapper .search-date{
}
header.header-wrapper .dashboard-info strong {
    white-space: nowrap;
    font-weight: normal;
}
header.header-wrapper .header-content ul.search-filter,
header.header-wrapper .header-content ul.date,
header.header-wrapper .header-content ul.search-menu {
    display: inline-flex;
    align-items: end;
    align-items: center;
}
header.header-wrapper .header-content ul.search-filter > li,
header.header-wrapper .header-content ul.search-menu > li {
    display: flex;
    align-items: center;
    padding: 0 5px 0 5px;
}

header.header-wrapper .header-content ul.search-menu.no-data .export-pdf,
header.header-wrapper .header-content ul.search-menu.no-data .export-json {
    display: none;
}
header.header-wrapper .header-content ul.search-filter {
    /*flex: 1 1 auto;*/
}
/*
header.header-wrapper .header-content ul.search-filter > li {
    border-right: 1px solid var(--lynn-gray-500);
}
*/
header.header-wrapper .header-content ul.search-filter > li:last-child {
    border-right: none;
}
header.header-wrapper .header-content .request-charge {
    white-space: nowrap;
}
header.header-wrapper .btn-search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    color: var(--lynn-primary);
    background-color: #fff;
    border: 1px var(--lynn-primary) solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
header.header-wrapper .btn-search:hover {
    color: #fff;
    background-color: var(--lynn-primary);
}
/* --------------------------------------------- */
/* dashboard-control */
.dashboard-control {
    background-color: #F6F6F6;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 4px;
}
.dashboard-control .btn-header-export,
.aditional-wrapper .btn-header-export,
.content-toolbar .btn-header-export,
.toolbar-main .btn-header-export {
    display: flex;
    padding: 5px;
    color: var(--lynn-primary);
    border: 1px solid var(--lynn-primary);
    border-radius: 50%;
    margin-right: 8px;
}
.toolbar-main .btn-header-export {
    margin: 0;
}
.aditional-wrapper .btn-header-export {
    font-size: 15px;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    padding: 1px 6px;
}
/*
.aditional-wrapper .btn-header-export {
    color: var(--k-gray-600);
    border: 1px solid var(--k-gray-600);
    border-radius: 50%;
}
*/
.aditional-wrapper .btn-header-export:hover {
    color: var(--lynn-primary);
    border: 1px solid var(--lynn-primary);
}
header.header-wrapper .header-content .btn-header-export:hover {
    color: #fff;
    background-color: var(--lynn-primary);
}
/* --------------------------------------------- */
/* footer */
footer.footer-wrapper {
    padding: 5px 0 5px 0;
}
footer.footer-wrapper .copy-right {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
}
/* --------------------------------------------- */
/* sidebar */
/* --------------------------------------------- */
aside.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99;
    border-radius: 0px 45px 45px 0px;
    -webkit-border-radius: 0px 45px 45px 0px;
    -moz-border-radius: 0px 45px 45px 0px;
}

aside.sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images-2024/textura-sidebar.png") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

aside.sidebar.open {
    width: 190px;
    animation: slideInLeft;
    animation-delay: 2s;
    /*animation-duration: 2s;*/
}

aside.sidebar .sidebar-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 11px 30px 12px;
    height: 100%;
    color: #fff;
}

aside.sidebar.open .sidebar-wrapper {
    padding-left: 30px;
    padding-right: 10px;
}

aside.sidebar .sidebar-wrapper #btn-open-sidebar {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
}

aside.sidebar.open .sidebar-wrapper #btn-open-sidebar {
    right: 35px;
}

aside.sidebar .sidebar-header {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: 10px;
    min-height: 80px;
    /*margin-bottom: 10px;*/
}

aside.sidebar .sidebar-header .logo {
    width: 90px;
    height: 32px;
    background: url("../images-2024/logo-white.svg") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

aside.sidebar .sidebar-header .environment {
    color: #fff;
    font-size: 14px;
}

aside.sidebar.open .sidebar-header .logo,
aside.sidebar.open .sidebar-header .environment {
    animation: fadeIn;
    animation-duration: 2s;
}

aside.sidebar:not(.open) .sidebar-header .logo,
aside.sidebar:not(.open) .sidebar-header .environment {
    display: none;
}

aside.sidebar .sidebar-options {
    flex: 1 1 auto;
    overflow-y: auto;
}

aside.sidebar .sidebar-options > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

aside.sidebar .sidebar-options > ul li {
    margin-bottom: 8px;
}

aside.sidebar .sidebar-options > ul li.disabled {
    display: none;
}

aside.sidebar .sidebar-options > ul li:last-child {
    margin-bottom: 0;
}

.nav-list {
    overflow-x: hidden;
}

aside.sidebar .sidebar-options .nav-list a {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
}

aside.sidebar.open .sidebar-options .nav-list a {
    gap: 15px;
}

aside.sidebar .sidebar-options .nav-list a i:not(.except) {
    color: var(--lynn-gray-700);
    background-color: var(--lynn-gray-900);
    padding: 10px;
    border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    width: 40px
}

aside.sidebar .sidebar-options .nav-list a:hover:not(.except) {
    background-color: var(--lynn-gray-900);
}

aside.sidebar .sidebar-options .nav-list a:hover i:not(.except) {
    background-color: var(--lynn-gray-900);
    color: #fff;
}

aside.sidebar .sidebar-options .nav-list a.selected {
    background-color: var(--lynn-primary);
}

aside.sidebar .sidebar-options .nav-list a.selected i {
    color: #fff;
    background-color: var(--lynn-primary);
}

aside.sidebar .sidebar-options .nav-list span {
    padding-right: 5px;
}

aside.sidebar:not(.open) .sidebar-options .nav-list span {
    display: none;
}

aside.sidebar .sidebar-footer {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

aside.sidebar .sidebar-footer .dropdown-header {
    font-size: .75rem;
}

aside.sidebar .sidebar-footer .section-info {
    max-width: 150px;
    display: flex;
    gap: 15px;
    align-items: center;
}

aside.sidebar .sidebar-footer .btn-profile-picture {
    display: inline-flex;
    padding: 10px;
    color: var(--lynn-gray-500);
    background-color: var(--lynn-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

aside.sidebar .sidebar-footer .btn-profile-picture:hover {
    background-color: var(--lynn-gray-900);
    color: #fff;
}

aside.sidebar .sidebar-footer .sidebar-footer-info {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

aside.sidebar:not(.open) .sidebar-footer .sidebar-footer-info {
    display: none;
}

aside.sidebar.open .sidebar-footer .sidebar-footer-info {
    animation: fadeIn;
    animation-duration: 2s;
}

aside.sidebar.open .sidebar-footer .dropdown-item-logout {
    display: none;
}

aside.sidebar .sidebar-footer .info {
    color: var(--lynn-gray-500);
    font-size: 10px;
    padding: 0 0 0 50px;
}

aside.sidebar .sidebar-footer .info a {
    color: var(--lynn-gray-500);
}

aside.sidebar .sidebar-footer .info a:hover {
    color: #fff;
}

aside.sidebar:not(.open) .sidebar-footer .info {
    display: none;
}

aside.sidebar .sidebar-footer_ .name {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}
/* --------------------------------------------- */
/* main */
main.main-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    top: 0;
    left: 60px;
    width: calc(100% - 60px);
}
main.main-wrapper section.main {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}
aside.sidebar.open~main.main-wrapper {
    left: 190px;
    width: calc(100% - 190px)
}
.wrapper-main-content {
    height: 100%;
    position: relative;
}
/* --------------------------------------------- */
/* toolbar */
.wrapper-main-content .toolbar-main-float {
    position: absolute;
    top: 10px;
    left: 30px;
    right: 50px;
}
.wrapper-main-content .toolbar-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.wrapper-main-content .toolbar-main.pending {
    display: none;
}
.wrapper-main-content .toolbar-main .spacer {
    flex: 1 1 auto;
}
.wrapper-main-content .toolbar-main-page {
    padding: 0 5px 5px 5px;
}
ul.wrapper-export-toolbar {
    list-style: none; 
    display: flex;
    gap: 5px;
    justify-content: space-between; 
    align-items: center; 
    padding: 0; 
    margin: 0;
}
.wrapper-date-range {
    display: flex;
    gap: 5px;
    align-items: center;
}
.wrapper-date-range a.date-range-nav {
    color: var(--lynn-gray-600);
}
.wrapper-date-range a.date-range-nav:hover {
    color: var(--lynn-primary);
}


/* --------------------------------------------- */
/* cards lista de tenants */
.tenant-card-wrapper {
    background-color: #fff;
    min-width: 250px;
    max-width: 350px;
    padding: 10px;
	border: 1px solid var(--lynn-gray-400);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.tenant-card {
    position: relative;
	display: flex;
	/*align-items: center;*/
	gap: 15px;
}
.tenant-card img {
    max-width: 30px;
    height: auto;
    object-fit: contain;
}
.tenant-card .tenant-info {
    display: flex;
    flex-direction: column;
}
.tenant-card .tenant-info section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}
.tenant-card .tenant-info section strong {
    color: #000;
}
.tenant-card .tenant-info section span {
    color: var(--lynn-gray-400);
}
.tenant-card .tenant-info > p {
    margin: 0;
}
.tenant-filters .tenant-card img {
    max-width: 50px;
    height: auto;
    object-fit: contain;
}
.tenant-card-wrapper .tenant-card .tenant-info > p,
.dropdown-tenant-list .tenant-selected .tenant-card .tenant-info > p {
    text-overflow: ellipsis;
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
}
/* Lista de Tenants */
.dropdown-menu.dropdown-menu-tenant-list {
	width: 550px;
	padding-right: 5px;
}
.dropdown-menu.dropdown-menu-tenant-list .dropdown-content {
	display: flex;
	flex-direction: column;
	height: 420px;
	max-height: 380px;
}
.dropdown-menu.dropdown-menu-tenant-list .search-header {
	display: flex;
	justify-content: end;
	padding: 0 15px 10px 0;
}
.dropdown-menu.dropdown-menu-tenant-list .seach-order-wrapper {
	display: flex;
	gap: 10px;
}
.dropdown-menu.dropdown-menu-tenant-list .search-form {
	flex: 1 1 auto;
	display: flex;
	gap: 5px;
}
.dropdown-menu.dropdown-menu-tenant-list .search-tenant-list {
	display: flex;
	flex-direction: column;
	padding-right: 10px;
	overflow-y: auto;
}
.dropdown-menu.dropdown-menu-tenant-list ul.tenant-list-cards {
	padding: 0;
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
}
.dropdown-tenant-list a.featured {
    display: none;
}
.dropdown-menu.dropdown-menu-tenant-list ul.tenant-list-cards > li {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
	border: 1px solid var(--lynn-gray-400);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.dropdown-menu.dropdown-menu-tenant-list ul.tenant-list-cards > li .btn-select-tenant {
    font-size: 0.7rem;
}
.dropdown-tenant-list .btn-dropdown {
    background-color: #fff;
	border: 1px solid var(--lynn-gray-400);
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
}
.dropdown-tenant-list .tenant-selected {
    background-color: #fff;
    min-width: 250px;
    max-width: 350px;
    padding: 10px;
	border: 1px solid var(--lynn-gray-400);
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
}
.dropdown-tenant-list .tenant-selected .environment-option,
.dropdown-menu.dropdown-menu-tenant-list ul.tenant-list-cards .environment-option {
    display: flex;
    justify-content: end;
    gap: 5px;
}
.dropdown-tenant-list .tenant-selected .environment-option {
    font-size: .65rem;
    color: var(--lynn-gray-500);
}
.dropdown-menu.dropdown-menu-tenant-list ul.tenant-list-cards .environment-option label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
/* --------------------------------------------- */
/* dashboard */
.dashboard-wrapper .k-card .k-card-body {
    padding-block: 2px;
    padding-inline: 2px;
}
.dashboard-wrapper .k-tilelayout-item-header.k-card-header,
.dashboard-window .k-tilelayout-item-header.k-card-header,
.container-panel .k-tilelayout-item-header.k-card-header {
    display: flex;
    gap: 5px;
    overflow: visible;
    z-index: unset;
}

.container-panel .dashboard-wrapper .k-tilelayout-item-header.k-card-header,
.container-panel .dashboard-window .k-tilelayout-item-header.k-card-header,
.container-panel .k-tilelayout-item-header.k-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #515967;
    background-color: #F4F5F6;
    border-bottom: 1px solid #e1e5eb;
    border-radius: 6px 6px 0 0;
    overflow: visible;
    z-index: 1;
}

.dashboard-wrapper .k-tilelayout-item-header.k-card-header .k-card-title,
.dashboard-window .k-tilelayout-item-header.k-card-header .k-card-title,
.container-panel .k-tilelayout-item-header.k-card-header .k-card-title {
    flex: 1 1 auto;
}
.dashboard-wrapper .k-tilelayout-item.no-data .dropdown,
.dashboard-window .k-tilelayout-item.no-data .dropdown,
.container-panel .k-tilelayout-item.no-data .dropdown {
    display: none;
}
.k-tilelayout-item-header.k-card-header .card-menu-containner {
    display: flex;
    gap: 5px;
}
.visualization-wrapper {
    height: 100%;
    display: flex;
}

.visualization-wrapper .visualization-element {
    width: 100%;
}

.visualization-wrapper.wrapper-graph-0 {
        align-items: center;
    }
.visualization-wrapper.no-data {
    position: relative;
}
.visualization-wrapper.no-data::before {
    content: " ";
    z-index: 9998;
    font-size: 18px;    
    background-color: rgb(133, 133, 133, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.visualization-wrapper.no-data::after {
    content: "No Data";
    z-index: 9999;
    font-size: 18px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*
    display: flex;
    align-items: center;    
    justify-content: center;
    */
}
.visualization-wrapper .k-diagram,
.visualization-wrapper .k-treemap,
.visualization-wrapper .k-chart,
.visualization-wrapper .k-grid,
.visualization-wrapper .k-scheduler {
    width: 100%;
}
.tab-content .k-grid .k-table, 
.tab-content .k-grid table
.tab-content .k-grid > table {
    table-layout: fixed;
}
.visualization-wrapper:not(.no-data) .k-grid {
    /*overflow: unset;*/
}
.visualization-wrapper .k-toolbar-md {
    padding-block: 2px;
    padding-inline: 2px;
}
.dropdown-item-serie-main {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: normal;
}
.dashboard-wrapper.full-height .k-tilelayout {
    height: 100%;
}
.dashboard-wrapper.full-height .k-grid {
    height: 100%!important;
}
body.export-to-pdf .dashboard-wrapper {
    height: unset;
}
body.export-to-pdf .main-wrapper {
    display: block;
}
body.export-to-pdf .toolbar-main-report,
body.export-to-pdf #campaignButtons {
    display: none!important;
}
body.page-view-report main.main-wrapper section.main,
body.export-to-pdf .dashboard-wrapper article {
    overflow: unset;
}
body.export-to-pdf .visualization-wrapper.no-data {
    position: unset;
}
body.export-to-pdf .visualization-wrapper.no-data::before,
body.export-to-pdf .visualization-wrapper.no-data::after {
    content: none;
}
body.export-to-pdf .dashboard-wrapper .card-menu-containner {
    display: none;
}
.dashboard-wrapper .dashboard-pdf-header .dashboard-pdf-header-body {
    display: flex;
    gap: 10px;
}
.dashboard-wrapper .dashboard-pdf-header ul.dashboard-filter-left,
.dashboard-wrapper .dashboard-pdf-header ul.dashboard-filter-right {
    width: 50%;
}
.dashboard-wrapper .dashboard-pdf-header ul.dashboard-filter-left li,
.dashboard-wrapper .dashboard-pdf-header ul.dashboard-filter-right li {
    display: flex;
    gap: 10px;
}
.dashboard-wrapper .dashboard-pdf-header ul li strong {
    min-width: 120px;
}
.dashboard-wrapper .dashboard-pdf-header {
    display: none;
}
.dashboard-wrapper .k-tilelayout-item .dashboard-pdf-header-body {
    flex-direction: column;
}
.dashboard-wrapper .k-tilelayout-item .dashboard-pdf-header {
    padding: 5px 10px;    
}
.dashboard-wrapper .k-tilelayout-item.export-to-pdf {
    display: block;
}
body.export-to-pdf .dashboard-wrapper .dashboard-pdf-header,
.dashboard-wrapper .k-tilelayout-item.export-to-pdf .dashboard-pdf-header {
    display: block;
}
.dashboard-wrapper .k-tilelayout-item.export-to-pdf .card-menu-containner {
    display: none;
}
/*
main.page-internal {
    left: 0;
    width: 100%;
}
main.page-internal section.main {
    display: flex;
    flex-direction: column;
}
main.page-internal .wrapper-main-content {
    flex: 1 1 auto;
}
*/
/* --------------------------------------------- */
/* Containner Adicional */
.wrapper-main-content.show-aditional {
}
.wrapper-main-content .dashboard-wrapper, 
.wrapper-main-content .aditional-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /*padding-top: 10px;*/
}
.wrapper-main-content .aditional-wrapper,
.wrapper-main-content.show-aditional .dashboard-wrapper {
    display: none;
}
.wrapper-main-content.show-aditional .aditional-wrapper {
    display: flex;
    position: absolute;
    top: 0;
}
.wrapper-main-content .dashboard-wrapper article, 
.wrapper-main-content .aditional-wrapper article.none {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}
.aditional-wrapper {
    position: relative;
}
.aditional-wrapper .k-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.aditional-wrapper .k-card .k-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 5px;
    padding-inline: 10px;
}
.aditional-wrapper .k-card .k-card-header h5 {
    flex: 1 1 auto;
}
.aditional-wrapper .k-card .k-card-body {
    position: relative;
    overflow: auto;
}
.aditional-wrapper .k-card .k-card-footer {
    display: flex;
    justify-content: end;
}

.aditional-wrapper > .k-card > .k-card-header {
    border: none;
    padding: 5px 5px 0 0;
}
.aditional-wrapper > .k-card > .k-card-body {
    padding: 5px;
}
.aditional-wrapper .shared-view-card > .k-card-body > article {
    display: flex;
    flex-direction: column;
    height: 100%;
}
/*
.export-to-pdf .k-card .k-card-header {
    display: none;
}
*/
.export-to-pdf .k-card-body {
    display: block;
    overflow: unset;
}
/* --------------------------------------------- */
/* Containner Relational */
.wrapper-related {
    display: flex;
    width: 100%;
}
.wrapper-related .wrapper-related-main {
    flex: 1 1 auto;
}
.wrapper-related .wrapper-related-secondary {
    width: 25%;
    position: absolute;
    margin: 5% 1%;
}
.wrapper-related .k-diagram {
    height: 100%;
}
/* --------------------------------------------- */
/* Window Sessions */
.wrapper-session {
    display: flex;
    gap: 20px;
    height: 100%;
}

.k-chat .k-message-box-wrapper {
    display: none;
}

.k-chat {
    max-height: 82vh;
}

.wrapper-session .k-chat,
.wrapper-session .k-grid {
    flex: 1;
    height: 100%;
}
/*.wrapper-session .k-widget.k-chat {
    margin: 0;
    max-height: 700px;
}*/
.wrapper-session .k-message-group .k-avatar {
    width: 35px;
}

.k-message-group {
    max-width: 95%;
}

.wrapper-session .k-bubble {
    border-radius: 12px;
    padding-block: 8px;
    padding-inline: 12px;
    border-width: 1px;
    border-style: solid;
    line-height: 18px;
    word-wrap: break-word;
    white-space: pre-wrap;
    border-color: #ffffff;
    color: #424242;
    background-color: #ffffff;
    box-shadow: var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12));
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    order: -1;
    cursor: pointer;
}
/* --------------------------------------------- */
/* Discover */
.container-discover {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    padding: 2px 0 0 0;
}
/* header */
.container-discover header.header-discover {
    display: flex;
    gap: 5px;
    padding: 0 5px 5px 0;
}
.container-discover header.header-discover .header-left {
    flex: 1 1 auto;
}
.container-discover header.header-discover .header-right {
    display: flex;
    gap: 3px;
}
.dropdown-filter button.dropdown-button {
    border: none;
    padding: 0;
    margin: 0;
}
.dropdown-filter button.dropdown-button img {
    width: 24px;
}
.dropdown-menu.dropdown-filter-menu {
    min-width: 420px;
    min-height: 350px;
    overflow: hidden auto;
    padding: 0;
}
.dropdown-menu.dropdown-filter-menu .k-filter {
    width: 100%;
}
.dropdown-menu.dropdown-filter-menu .k-filter .k-filter-container {
    margin-bottom: 10px;
}
.dropdown-menu.dropdown-filter-menu .k-filter .k-filter-toolbar {
    display: flex;
}
.dropdown-menu.dropdown-filter-menu .k-filter .k-filter-toolbar .k-toolbar {
    width: 100%;
}
/* filter discover */
.dropdown-card-wrapper {
    display: flex;
    height: 70vh;
    min-height: 0px;
}
.dropdown-card-wrapper .k-card {
    width: 100%;
}
.dropdown-card-wrapper .k-card-header {
    display: flex;
    gap: 5px;
}
.dropdown-card-wrapper .k-card-header span {
    flex: 1 1 auto;
}
.dropdown-card-wrapper .k-card-body {
    overflow-y: auto;
}
.dropdown-card-wrapper .k-card-footer {
    display: flex;
    justify-content: right;
}
/*
.dropdown-menu.dropdown-filter-menu .dropdown-footer {
    display: flex;
    justify-content: right;
}
.container-discover header.header-discover > div {
    width: 50%;
}
*/
.container-discover section.content-discover {
    display: flex;
    height: 100%;
    min-height: 0px;
}
/* left */
.container-discover section.content-discover .side-left {
    display: flex;
    flex-direction: column;
    min-width: 180px;
    width: 20%;
}
.container-discover .field-search {
    position: relative;
}
.container-discover .field-search input.filter-input {
    padding-right: 20px
}
.container-discover .field-search button.filter-clear {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 10;
    padding: 0;
    border: none;    
    transform: translate(0,-50%);
}
.container-discover .fields-wrapper {
    overflow-y: auto;
    min-height: 0px;
    width: 100%;
    padding: 0 5px 0 0;
}
.container-discover .fields-wrapper article header {
    color: var(--k-secondary);
    background-color: var(--k-grid-header);
    padding: 8px 10px;
    border-radius: 10px;
}
.container-discover .fields-wrapper ul li {
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 0 5px 0;
    padding: 5px 20px 5px 10px;
}
.container-discover .fields-wrapper ul li.no-match {
    display: none;
}
.container-discover .fields-wrapper ul li:hover {
    background-color: rgba(255, 255, 255, 1);
}
.container-discover .fields-wrapper ul li span {
    overflow-wrap: break-word;
}
.container-discover .fields-wrapper ul li:after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0,-50%);
}
.container-discover .fields-wrapper .selected ul li:after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f056";
}
.container-discover .fields-wrapper .available ul li:after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f055";
}
.container-discover .fields-wrapper:not(.selected) .selected {
    display: none;
}
/* right */
.container-discover .info-wrapper {
    overflow-y: auto;
    min-height: 0px;
}
.container-discover section.content-discover .side-right {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 60%;
    width: 80%;
}
.container-discover section.content-discover .hide-chart,
.container-discover section.content-discover .show-chart {
    display: flex;
    padding: 5px;
    border-radius: 50%;
}
.container-discover section.content-discover .show-chart {
    border: 1px solid var(--lynn-secondary);
    color: var(--lynn-success);
}
.container-discover section.content-discover .show-chart:hover {
    background-color: var(--lynn-secondary);
}
.container-discover section.content-discover .hide-chart {
    border: 1px solid var(--lynn-gray-400);
    color: var(--lynn-warning);
}
.container-discover section.content-discover .hide-chart:hover {
    background-color: var(--lynn-gray-400);
}

.container-discover section.content-discover.chart-hidden .hide-chart,
.container-discover section.content-discover:not(.chart-hidden) .show-chart {
    display: none!important;
}
.container-discover section.content-discover.chart-hidden .side-right .k-chart {
    display: none!important;
}

.container-discover section.content-discover .column-document {
    font-size: 10px;
}
.container-discover section.content-discover .column-document span {
    padding: 2px 4px;
}
.container-discover section.content-discover .column-document span:hover {
    background-color: var(--lynn-gray-200);
    border-bottom: 1px dotted var(--lynn-gray-400);
    border-radius: 5px;
}
.container-discover .nextpage-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.container-discover.disable-nextpage .nextpage-wrapper button {
    display: none;
}
/* --------------------------------------------- */
/* Panel */
.page-panel-index .wrapper-main-content {
    padding: 0;
}
.container-panel {
    display: flex;
    flex-direction: column;
    /*gap: 5px;*/
    height: 100%;
    padding: 2px 0 0 0;
}
.container-panel > header {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 5px;
    padding: 0 5px 0 0;
}
.container-panel > header .content-tabs {
    flex: 1 1 auto;
}
.container-panel > header .content-toolbar {
    display: flex;
}
.container-panel section.wrapper {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
}
.container-panel section.wrapper .tab-pane.show {
    display: flex;
    height: 100%;
    min-height: 0px;
    width: 100%;
}
.container-panel section.wrapper .main-tab-wrapper {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.container-panel section.wrapper .main-tab-wrapper .wrapper-cards-content {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}
.container-panel section.wrapper .view-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 60%;
    width: 100%;
    height: 100% !important;
}
.container-panel section.wrapper .view-content > header {
    background-color: #F6F6F6;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 4px;
}
.container-panel section.wrapper .view-content > .wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}
.container-panel section.wrapper .k-tilelayout {
    width: 100%;
    height: 100%;
}
.container-panel section.wrapper .tab-pane {
    position: relative;
}

.container-panel .nav-tabs .nav-item.active .nav-link,
.container-panel .nav-tabs .nav-link.active {
    color: var(--lynn-primary);
    background-color: #fff;
    font-weight: 500;
}
.container-panel .nav-tabs .nav-item.active .dropdown-toggle {
}
.container-panel .list-columns-grid {
    max-height: 420px;
    overflow-y: auto;
    min-width: 280px;
}
.container-panel .tab-toolbar.active {
    display: flex;
    align-items: center;
    gap: 5px;
}
.container-panel .tab-toolbar {
    display: none;
}
.container-panel .tab-toolbar .tab-actions ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
    padding: 0;
    margin: 0;
}
.container-panel .tab-toolbar .tab-actions ul .btn-header-export {
    width: 25.6px; 
    height: 25.6px;
    margin-right: unset;
    font-size: 15px;
    align-items: center; 
    justify-content: center;
}
.container-panel .nav-tabs .nav-item  .nav-link.btn-dropdown-tab {
    padding: .5rem .5rem;
    border: none;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-radius: 0px .25rem 0px 0px;
    -webkit-border-radius: 0px .25rem 0px 0px;
    -moz-border-radius: 0px .25rem 0px 0px;
}
.container-panel .btn-dropdown-tab.dropdown-toggle::after {
    font-family: 'fontlynn2024';
    content: "\e929";
    border: none;
    vertical-align: auto;
}
.container-panel .nav-tabs .nav-item .nav-link.btn-dropdown-error {
    padding: .5rem .3rem;
    border: none;
    border-top: 1px solid #dee2e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.container-panel .dropdown-tab-error .dropdown-menu {
    max-width: 480px;
}
.tab-visualization:not(.with-error) .dropdown-tab-error {
    display: none;
}

.k-tilelayout .k-card-body {
    padding-block: 0px;
    padding-inline: 0px;
}

.k-grid td.adicionar-cell {
    display: none;
}
/* --------------------------------------------- */
/* grid de cards - lista visualizaciones */
.wrapper-cards-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 30px 50px;
}
.wrapper-cards-content .k-card {
    cursor: pointer;
    width: calc(25% - 15px);
    min-width: 250px;
    min-height: 180px;
}
.wrapper-cards-content .k-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
.wrapper-cards-content .k-card.disable {
    display: none;
}
.wrapper-cards-content .k-card .k-card-header {
    padding: 20px 16px;
    text-align: center;
    background-color: var(--lynn-primary);
    background-color: rgba(var(--k-primary-rgb), 0.75);
}
.wrapper-cards-content .k-card.card-SESSIONS .k-card-header {
    background-color: #ff0000;
    background-color: rgba(255, 0, 0, 0.7);
}
.wrapper-cards-content .k-card.card-CHAT .k-card-header,
.wrapper-cards-content .k-card.card-KYUBO .k-card-header {
    background-color: #5C4696;
    background-color: rgba(92,70,150, 0.75);
}
.wrapper-cards-content .k-card.card-OUTBOUND .k-card-header {
    background-color: #ff9a00;
    background-color: rgba(255, 154, 0, 0.7);
}
.wrapper-cards-content .k-card.card-KNOWLEDGE .k-card-header {
    background-color: #005b96;
    background-color: rgba(0, 91, 150, 0.7);
}
.wrapper-cards-content .k-card.card-HEALTH .k-card-header {
    background-color: #157759;
    background-color: rgba(21, 119, 89, 0.7);
}
.wrapper-cards-content .k-card.card-DEBUG .k-card-header {
    background-color: #777777;
    background-color: rgba(119, 119, 119, 0.7);
}
.wrapper-cards-content .k-card.card-SURVEY .k-card-header {
    background-color: #011f4b;
    background-color: rgba(1, 31, 75, 0.7);
}
.wrapper-cards-content .k-card.card-PRODUCTIVITY .k-card-header {
    background-color: #4E71FF;
    background-color:rgba(78, 113, 255, 0.8);
}
.wrapper-cards-content .k-card .k-card-header .k-image-rounded {
    display: inline-flex;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.wrapper-cards-content .k-card .k-card-header img {
    width: 32px;
    height: auto;
}
.wrapper-cards-content .k-card .k-card-title {
    font-weight: bold;
    font-size: 14px;
}
.wrapper-cards-content .k-card .k-card-descri {
    color: var(--lynn-gray-600);
}
/*
.container-panel section.wrapper .left {
    display: flex;
    flex-direction: column;
    min-width: 180px;
    width: 20%;
}
.container-panel section.wrapper .left > header {
    padding: 5px 8px;
}
.container-panel section.wrapper .left > .left-wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}
.container-panel section.wrapper .right,
.container-panel section.wrapper .view-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-width: 60%;
    width: 80%;
}
.container-panel section.wrapper .right > header,
.container-panel section.wrapper .view-content > header {
}
.container-panel section.wrapper .right > .right-wrapper,
.container-panel section.wrapper .view-content > .wrapper {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}
.container-panel section.wrapper .right > .right-wrapper {
    display: flex;
}
*/

/* --------------------------------------------- */
/* login */
/*
body.page-account-login {
    background: url(../images/fondo-login.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
*/
main.login-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
main.login-wrapper footer {
    text-align: center;
}
main.login-wrapper .side-left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 35px 0 0;
    background: url(../images/fondo-login-left-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
main.login-wrapper .side-left.background-1 {
    background: url(../images/fondo-login-left-1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
main.login-wrapper .side-left.background-2 {
    background: url(../images/fondo-login-left-2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
main.login-wrapper .side-left.background-3 {
    background: url(../images/fondo-login-left-3.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
main.login-wrapper .side-left.background-4 {
    background: url(../images/fondo-login-left-4.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
main.login-wrapper .side-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    /*max-width: 630px;*/
    padding: 0 0 0 20px;
    margin-left: -35px;
    background-color: #F6F6F6;
    border-radius: 25px 0px 0px 25px;
    -webkit-border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
}
main.login-wrapper .side-left .logo {
    width: 288px;
    height: 150px;
    margin-bottom: 60px;
    background: url("../images/logo-report-white.svg") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
main.login-wrapper .side-left article {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
    padding: 10px 35px;
    color: #fff;
    border: 1px solid #fff;
    /*
    color: var(--lynn-primary);
    background-color: #fff;
    */
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
main.login-wrapper .side-left p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    color: var(--lynn-gray-800);
    text-align: center;
}
main.login-wrapper .side-left span {
    display: block;
}
main.login-wrapper .side-right .login-language {
    position: absolute;
    top: 40px;
    right: 35px;
}
main.login-wrapper .login-form {
    width: 370px;
}
main.login-wrapper .login-form header {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
main.login-wrapper .login-form header p {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
main.login-wrapper .login-form header .logo {
    display: inline-block;
    width: 55px;
    height: 30px;
    background: url("../images/logo-report-blue.svg") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
main.login-wrapper .login-form header .divider {
    height: 1px;
    background: url("../images/divider.svg") no-repeat 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
/* revisar */
main.login-wrapper .k-dropdown.k-picker-md,
main.login-wrapper .k-select.k-button-md,
main.login-wrapper input.k-input {
    height: 35px;
}
main.login-wrapper .k-checkbox {
    width: 20px;
    height: 20px;
    accent-color: var(--lynn-primary);
    border: 1px solid var(--lynn-primary);
}
main.login-wrapper .k-checkbox.k-invalid {
    border-color: #d51923;
}
/* --- */
main.login-wrapper .k-dropdown .k-select {
    color: var(--lynn-primary)
}
main.login-wrapper fieldset .form-row {
    padding: 10px 0;
}
main.login-wrapper .form-check {
    padding-left: 0;
}
main.login-wrapper .form-remember {
    display: flex;
    align-items: center;
}
main.login-wrapper .form-remember a {
    color: var(--lynn-primary);
}
main.login-wrapper .form-submit>div {
    display: flex;
    justify-content: center;
}
main.login-wrapper .form-submit .btn.btn-primary {
    min-width: 350px;
    height: 52px;
    justify-content: center;
    font-size: 16px;
}
main.login-wrapper .login-back {
    padding: 15px 20px 0 20px;
}
/* Login internal */
main.login-internal .side-right {
    flex-direction: column;
    justify-content: unset;
}
main.login-internal .side-right article {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
main.login-internal .login-form {
    width: 70%;
}
main.login-internal .login-content {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px #E8E8E8 solid;
    border-radius: 20px;
}
main.login-internal .form-submit .btn.btn-primary {
    min-width: unset;
    width: 100%;
}
main.login-internal .side-right footer {
    width: 100%;
    padding: 10px 0;
}
main.login-internal .login-form header {
    font-weight: bold;
}
main.login-internal .form-code {
    justify-content: center;
}
main.login-internal input.input-code {
    width: 120px;
}
/* --------------------------------------------- */
/* Mensajes de Error */
.messages-content-wrapper>div,
.validation-summary-errors {
    display: flex;
    border: 1px solid #d63301;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
}
.messages-content-wrapper i {
    color: rgb(255, 166, 0);
}
.messages-content-wrapper ul,
.validation-summary-errors ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.validation-summary-errors {
    padding: 10px 15px;    
}
.validation-summary-errors ul {
    position: relative;
}
.validation-summary-errors ul:before {
    position: absolute;
    top: 0px;
    left: -5px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f057";
}
/* --------------------------------------------- */
/* general */
.button-rounded {
    padding: 10px 15px;
    color: var(--lynn-primary);
    border: 2px var(--lynn-primary) solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.button-rounded:hover {
    color: #fff;
    background-color: var(--lynn-primary);
}
.daterangepicker {
    z-index: 99999;
}
/* --------------------------------------------- */
/*  Dashboard health */
.health-container-layout {
    display: flex;
    background-color: white;
    border: 1px solid var(--lynn-gray-500);    
    padding: 2px 6px;
    border-radius: 6px;
}
.health-container-layout input[type="radio"] {
    display: none;
}
.health-svg-icon {
    margin-top: 3px;
    height: 20px;
    fill: var(--lynn-primary);
    padding: 0px 10px 0px 10px;
    border-radius: 10px;
}
.health-container-layout input[type="radio"]:checked + .health-svg-icon {
    fill: white;
    background-color: var(--lynn-primary);
    border-radius: 6px;
}
/* --------------------------------------------- */
/* Word Cloud */
.rpt-wc-wrapper {
    position: relative;
}
.rpt-wc-wrapper .rpt-wc-tooltip {
    position: absolute;
    top: 15px;
    right: 50%;
    transform: translateY(-50%);
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 4px;
    pointer-events: none;
    font-size: 14px;
    visibility: hidden;
    z-index: 10;
}
/* --------------------------------------------- */
/* chechbox - switch */
label.inline-field {
    display: flex;
    gap: 5px;
}
label.inline-field span:first-child {
    flex: 1 1 auto;
}
input:where([type="checkbox"][role="switch"]) {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
    background-color: var(--lynn-gray-400);
    border-radius: 20px;
    transition: all 0.3s;
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:where([type="checkbox"][role="switch"]):after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white;
    top: 2px;
    left: 2px;
    transition: all 0.3s;
}
input:where([type="checkbox"][role="switch"]):checked {
    background-color: #01D356;
}
input:where([type="checkbox"][role="switch"]):checked:after {
    left: 16px;
}
/* --------------------------------------------- */
/* Splitter Resizer */
/* --------------------------------------------- */
.splitter-resizer[data-direction='horizontal'] {
    position: relative;
    background-color: #cbd5e0;
    cursor: ew-resize;
    height: 100%;
    min-width: 5px;
}
.splitter-resizer[data-direction='horizontal']::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f142";
    color: var(--lynn-gray-500);
}
.splitter-resizer[data-direction='vertical'] {
    background-color: #cbd5e0;
    cursor: ns-resize;
    height: 3px;
    width: 100%;
}
/* --------------------------------------------- */
/* flags icons */
.ln-flag {
    position: relative;
    display: inline-flex;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
}
.ln-flag:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
}
.ln-flag.round:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.ln-flag.es:before {
    background: url("../images/flag-es.svg") no-repeat 0 0;
    background-size: contain;
}
.ln-flag.en:before {
    background: url("../images/flag-us.svg") no-repeat 0 0;
    background-size: contain;
}
.ln-flag.br:before, .ln-flag.pt-BR:before {
    background: url("../images/flag-br.svg") no-repeat 0 0;
    background-size: contain;
}
.k-filter-toolbar-item .k-icon.k-i-filter-add-group.k-button-icon {
    display: none;
}
/* --------------------------------------------- */
/* Dark Theme */
/* --------------------------------------------- */
@media (prefers-color-scheme: dark) {}
/* --------------------------------------------- */
/* responsive width */
@media (max-width: 360px) {}
@media (max-width: 576px) {}
@media (max-width: 768px) {
    main.login-wrapper {
        flex-direction: column;
    }
    main.login-wrapper .side-right .login-language {
        top: 20px;
    }
    main.login-wrapper .side-left {
        padding: 35px 0 50px 0;
    }
    main.login-wrapper .side-right {
        width: 100%;
        padding: 30px 0 0 0;
        margin-left: 0;
        margin-top: -35px;
        border-radius: 25px 25px 0px 0px;
        -webkit-border-radius: 25px 25px 0px 0px;
        -moz-border-radius: 25px 25px 0px 0px;
    }
    main.login-wrapper .login-form {
        padding-bottom: 30px;
    }
    main.login-internal .login-content {
        padding: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }    
}
@media (max-width: 992px) {}
@media (max-width: 1200px) {}
@media (max-width: 1400px) {}
/* --------------------------------------------- */
/* responsive height */
@media (min-height: 640px) {}
@media (min-height: 890px) {}
/* --------------------------------------------- */
/* Animaciones */

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    
}

.status-indicator.ready {
    background-color: #77DD22; /* Verde */
}

.status-indicator.notready {
    background-color: #dc3545; /* Rojo */
}

.status-indicator.acw {
    background-color: #ffc107; /* Amarillo */
}

.status-indicator.offline {
    background-color: #6c757d; /* Gris */
}

.status-indicator.busy {
    background-color: #77DD22; /* Verde */
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

/*TABS*/
.nav-tabs-panel{
    display: flex;
}

.nav-tabs-panel li.nav-item {
    border: none;
    padding: 8px 11px;
    border-radius: 4px 4px 0px 0px;
    background: white;
    color: black;
    margin-left: 3px;
    font-weight: 500;
}

.nav-tabs-panel li.nav-item button{
    border: none;
    background: white;
}

.nav-tabs-panel li.nav-item.active {
    background: #264869;
    color: white;
}

.nav-tabs-panel li.nav-item.active button {
    background: #264869;
    color: white;
}




/*KENDO*/
/*KENDO BTN FILTER */

.k-sort-icon{
    color: white !important;
}

.k-lynn-btn {
    padding: 8px !important;
    width: 35px !important;
    border: 1px solid #264869 !important;
}

.reload-alert {
    color: white !important;
    background: #264869 !important;
    border: 1px solid #264869 !important;
    animation: blink 0.9s infinite !important;
}

@keyframes blinkYellow {
    50% {
        border-color: #fff;
    }
}
.k-grid .k-loading-mask,
.k-grid .k-loading-image {
    display: none !important;
}

#tabsGrid tr {
    cursor: pointer !important;
}


#tabsGrid .k-grid-toolbar {
    justify-content: end;
}


#tabsGrid .pin-icon,
#tabsGrid .delete-icon,
#tabsGrid .info-btn {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease;
    background: none;
    border: none;
}

#tabsGrid tr:hover .pin-icon,
#tabsGrid tr:hover .delete-icon,
#tabsGrid tr:hover .info-btn {
    opacity: 1;
    visibility: visible;
    background: none;
    border: none;
}

#tabsGrid .pin-icon.pinned {
    opacity: 1 !important;
    visibility: visible !important;
}



/*LYNN INPUT */
.k-lynn-input {
    border: 1px solid #F3F3F4;
    padding: 5px 0px 5px 10px;
}

/*KENDO PANEL BAR */
.k-panelbar-header{
    margin-bottom: 15px;
}

.k-panelbar-item-text {
    width: 100%
}

/*KENDO DRAWER FILTER*/
.k-drawer-filters {
    background: white;
    border-radius: 15px;
}


.k-list-item-text::before, .k-list-header-text::before, .k-list-optionlabel::before {
    content: none;
}

/*KENDO DROPDOWN TREE*/
.k-placeholder-tree {
    background-color: white !important;
    border-color: white !important;
    color: #515967 !important;
}


/*DATE PICKER*/
.main-date-range-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 275px; 
    background: white;
}

.main-date-range-box input {
    flex: 1; 
    border: none; 
    outline: none; 
    font-family: Montserrat-VariableFont_wght;
    font-size: 12px;
}
.pre-icon {
    background: #264869;
    padding: 5px 8px;
    border-radius: 0px 6px 6px 0px;
}
.input-suffix {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px; 
    cursor: pointer;
}

.input-suffix i {
    font-size: 18px;
    color: white;
}

.filter-open {
    background: #264869;
    color: white;
}

/* EXPORT DATA */
.export-title {
    font-size: 18px;
    font-weight: 600;
}

.export-option {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-radius: 6px;
    cursor: pointer;
}

.export-option:hover {
    background-color: #f8f9fa;
}

.export-option input[type="radio"] {
    margin-top: 3px;
}

.export-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

/* KENDO GRID */

.k-table-thead .k-column-title {
    white-space: normal;
}

.k-lynn-btn-script {
    padding: 6px;
    border-radius: 8px;
    background: white;
    border: 1px solid #264869;
    color: #264869;
    cursor: pointer; 
    transition: all 0.2s ease;
}

.k-lynn-btn-script:hover {
    background: #515967;
    border: none;
    color: white;
}
