* {
    padding: 0;
    margin: 0;
}

:root {
    --my-toggle-background: #fff;
    /* --my-toggle-label-color: #858796; */
    --my-toggle-label-color: #727583;
    --my-toggle-sublabel-color: #aaa;
    --my-toggle-inactive-text: #3D3D3D;
    --my-toggle-width: 80px;
    --my-toggle-height: calc(var(--my-toggle-width) / 2);
    --my-toggle-gap-size: 4px;
    --my-toggle-text-color: #ffffff;
    --my-toggle-orb-background-color: #ffffff;
    --my-toggle-orb-size: calc(var(--my-toggle-height) - (var(--my-toggle-gap-size) * 2));
    --my-toggle-active-background-color: #34d399;
    --my-toggle-inactive-background-color: #f87171;
    /* --primary-color: #7cc4af; */
    --primary-color: #3A826E;
    /* --secondary-color: #47a992; */
    --secondary-color: #368170;
    /* 368170 */
    --tertiary-color: #2e7562;
    --continue-color: #3c699c;
    --bg-color: #eaeaea;
    --bg-dark-color: #333;
    --charts-blue: #3c699c;
    --dark: #666666;
    --gray-color: #6B6B6B;
    --helper-thinking-message: 'Generando una respuesta';
}

*:focus-visible,
.form-control:focus-visible,
.form-control:focus,
button:focus-visible,
button:focus,
.btn:focus,
.btn:focus-visible,
.swal2-styled:focus,
.swal2-styled:focus-visible,
.checkbox-wrapper .checkbox__trigger:focus+.checkbox__symbol,
a:focus-visible {
    outline: 3px solid var(--primary-color) !important;
    outline-offset: 1px !important;
    box-shadow: none !important;
}

html,
body {
    height: 100%;
    font-family: 'Source Sans 3', sans-serif !important;
    font-weight: 300;
    font-size: 0.90rem;
    color: var(--my-toggle-label-color);
}

textarea {
    border-radius: 0.35rem;
    padding: 5px;
    border: none;
}

.sidebar-divider {
    border-top: 1px solid #444 !important;
}

/* .highcharts-root{
	font-family: 'Source Sans 3', sans-serif !important;
} */

/* body{

	background-color: #1a1a1c;
	color:#d5d5d5;
} */

.aspect-ratio-1 {
    aspect-ratio: 1 / 1;
}

.image-thumbnail {
    max-width: 32px;
    width: 100%;
    height: auto;
}

.text-primary-color {
    color: var(--primary-color);
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

hr.dark {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a {
    color: var(--secondary-color);
}

a:hover {
    color: var(--tertiary-color);

}

.cursor-pointer {
    cursor: pointer;
}

/* .text-right{
	text-align: right;
} */



.bg-gradient-primary {
    background-color: var(--bg-color);
    background-image: url();
}

.bg-login-gradient-primary {
    height: 100%;
    width: 100%;
    position: relative;
}

.bg-login-gradient-primary::before {
    content: "";
    opacity: 0.2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-login-image {
    min-height: 350px;
}

.btn-white {
    background-color: white;
    color: var(--dark);
    border-color: #ddd !important;
    border-radius: 3rem;
    padding: 10px 16px 10px 16px;
}

.btn-white:hover {
    background-color: var(--dark);
    color: white;
    border-color: var(--dark);
}

.btn-primary,
.btn-success {
    color: #fff !important;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-continue {
    color: #fff !important;
    background-color: var(--continue-color);
    border-color: var(--continue-color);
}

.btn-continue:hover,
.btn-continue:focus {
    color: #fff !important;
    background-color: var(--continue-color);
    border-color: var(--continue-color);
}

.btn-success:hover,
.btn-success:focus,
.nav-tabs .nav-link.btn-success:hover,
.nav-tabs .nav-link.btn-success:focus {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
    box-shadow: none;
}

.btn-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-light {
    border-color: rgba(58, 59, 69, 0.15) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--secondary-color);
}

.customer-name {
    font-size: 0.8rem;
    text-align: center;
    padding: 0.5rem;
    color: #fff;
}

.copyright-login {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #888;
}

.table {
    color: var(--my-toggle-label-color);
}

table.table-custom thead th,
table.table-custom tbody td {
    border-bottom: 1px solid #e3e6f0;
    vertical-align: middle;
}

th.dt-head-center {
    text-align: center;
}

.dt-center {
    text-align: center;
}

th.dt-head-right {
    text-align: right;
}

td.dt-body-right {
    text-align: right;
}

.page-item .page-link,
.page-item.disabled .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.page-item.disabled .page-link {
    background-color: var(--my-toggle-sublabel-color);
    color: var(--my-toggle-inactive-text);
}

.page-item .page-link,
.page-item .page-link:focus {
    color: #fff;
    box-shadow: none;
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color);
}

td.actions {
    text-align: center;
}

td.actions a {
    margin: 0 2px;
}

td.action-2 {
    width: 100px;
}

td.action-3 {
    width: 150px;
}

td.action-4 {
    width: 200px;
}

td.order {
    width: 50px;
    text-align: center;
}

.btn-danger {
    color: #fff !important;
}

.btn-danger:not(.default) {
    background-color: #3c699c;
    border-color: #3c699c;
}

.btn-danger:not(.default):hover,
.btn-danger:not(.default):focus,
.btn-danger:not(.default):active,
.btn-danger:not(.default):not(:disabled):not(.disabled):active,
.btn-danger:not(.default):not(:disabled):not(.disabled).active {
    background-color: #274465;
    border-color: #274465;
    box-shadow: none !important;
}

.swal2-styled:focus {
    box-shadow: none !important;

}

.sidebar {
    background-color: var(--bg-dark-color) !important;
}

.sidebar.w-100 {
    width: 100% !important;
}

.sidebar .sidebar-brand {
    height: auto;
}

.sidebar .sidebar-brand img {
    width: calc(50% + 10px);
    height: auto;
    max-width: 150px;
    background-color: var(--bg-color);
    padding: 10px;
    border-radius: 10px;
}

.sidebar.toggled .sidebar-brand img {
    width: 50%;
}

.sidebar:not(.toggled) .sidebar-brand img.icon_atoms,
.sidebar:not(.toggled) img.icon_atoms_bottom {
    display: none;
}

.sidebar.toggled .sidebar-brand img.logo_atoms,
.sidebar.toggled img.logo_atoms_bottom {
    display: none;
}

.sidebar img.logo_atoms_bottom {
    width: 55%;
    height: auto;
}

.sidebar.toggled img.icon_atoms_bottom {
    width: 20%;
}

.sidebar:not(.toggled) .nav-item .nav-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.8rem 1.1rem;
    /* margin-left: 0.3rem; */
    font-size: 0.9rem;
    width: 100%;
    color: #FFF;
}

.sidebar.toggled .nav-item .collapse-inner {
    background-color: var(--bg-dark-color);
}

.sidebar.toggled .nav-item .nav-link {
    color: #FFF;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    color: #fff;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    color: #ddd;
    background-color: transparent;
}

.sidebar.toggled .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar.toggled .nav-item .collapsing .collapse-inner .collapse-item:hover {
    color: #ddd;
    background-color: transparent;
}

.sidebar .nav-item .nav-link:hover {
    color: #ddd;
}

.sidebar:not(.toggled) .nav-item .nav-link span {
    font-size: 0.9rem;
}

/* .sidebar:not(.toggled) .nav-item .nav-link i{
	color: var(--tertiary-color);
} */

.sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    padding-top: 3px;
}

.sidebar.toggled .nav-item .nav-link i {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.sidebar.toggled .nav-item .nav-link span {
    font-size: 0.8rem;
}

.sidebar.toggled .nav-item .nav-link span:not(.no-hide) {
    display: none;
}

.nav-link-count {
    margin: 0 auto 0 0.4rem;
    color: #55bcec;
}

.sidebar-brand.frontend img.atoms {
    width: 10rem;
}

.sidebar-brand.frontend img.customer {
    width: auto;
    height: 100%;
    max-height: 4rem;
}

.sidebar #sidebarToggle {
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: #444;
    color: white;
}

.sidebar-heading {
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0.75rem 1.1rem 0.75rem 1.1rem;
}

.list-group-item,
.list-group-flush>.list-group-item:last-child {
    /* border-bottom: 1px solid #fff;
    background-color: transparent; */
}

#userDropdown {
    display: block;
    color: #fff;
    text-align: center;
}

#userDropdown img {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

#userDropdown>div {
    display: block;

}

div#content:not(.maps):not(.notpadd) {
    padding-top: 1rem;
}

div#content.maps,
div#content.maps .container-fluid {
    padding: 0;
}

.maps_infowindow:focus,
.maps_infowindow *:focus {
    outline: none;
}

.hide {
    display: none !important;
}

.form-control {
    padding: 0.375rem 0.5rem;
    color: var(--gray-color);
}

.has-success .form-control {
    border-bottom: 2px solid #168b3f;
}

.has-danger .form-control {
    border-bottom: 2px solid #dc1d34;
}

.form-group .text-help {
    color: #dc1d34;
}

#wrapper #content-wrapper {
    /* background-color: #fdfdfd; */
    background-color: #fff;
    height: 100vh;
    overflow: scroll-y;
}

/* .card{
	background-color: #2a2b2e;
	border:none;
} */

.nav-tabs.custom {
    position: relative;
    z-index: 1;
    border: none;
}

.nav-tabs.custom .nav-item {
    position: relative;
}

.nav-tabs.custom .nav-link:not(.add-language) {
    border-radius: 10px;
    min-width: 100px;
    background-color: #eee;
    color: #3c4043;
    text-align: center;
    border: none;
    margin-right: 10px;
}

.nav-tabs.custom .nav-link.active {
    color: #fff;
    background-color: var(--secondary-color);
}

.nav-tabs.custom .nav-link.add-language {
    border-radius: 30px;
    min-width: 0;
    padding: 7px 12px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 10px;
    cursor: pointer;
}

.nav-tabs.custom .delete-language {
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -50%);
    font-size: 12px;
    background-color: #dc3545;
    border: none;
}

.wrap-delete-file {
    display: flex;
    align-items: center;
}

.delete-file,
.delete-file:hover {
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    width: 25px;
    height: 24px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
    background-color: #dc3545;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.dropzone {
    border: 0.0625rem solid #c6ccd6;
    border-radius: 0.5rem;
    background-color: #f9f9fb;
    display: block;
    margin: 40px;
}

.dropzone .dropzone-container {
    padding: 2rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #8c96a8;
    z-index: 20;
}

.dropzone .dropzone-container .dropzone-title {
    padding-top: 1.5rem;
}

.dropzone .dropzone-container .browse {
    text-decoration: underline;
    color: #007bff;
}

.dropzone .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.file-icon {
    /* Need position to allow stacking of pseudo-elements */
    position: relative;
    width: 4rem;
    height: 5.25rem;
    /* Padding for demo purposes */
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 2rem;
    color: #007bff;
    /* Second sheet of paper */
}

.file-icon,
.file-icon:before,
.file-icon:after {
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 0.125rem solid #b8bec9;
}

.file-icon:before,
.file-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.125rem solid #ccd0d8;
}

.file-icon:before {
    left: -0.625rem;
    top: 0.5rem;
    z-index: -1;
}

.file-icon:after {
    top: -0.25rem;
    right: -0.25rem;
    left: auto;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
    border-width: 0.625rem;
    border-style: solid;
    border-color: #f9f9fb #f9f9fb #b8bec9 #b8bec9;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gm-style-iw {
    color: #565656;
    font-weight: bold;
    font-family: "Source Sans 3", "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* The sidebar menu */
.sidebar-right {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: absolute;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */
}

.sidebar-right.active {
    width: 50%;
    /* 0 width - change this with JavaScript */
    padding: 10px 30px;
    /* Place content 60px from the top */
    box-shadow: -3px 0px 2px 1px #f6f6f6;
    border-left: #f6f6f6;
}

/* The sidebar links */
.sidebar-right a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar-right a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar-right .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 64px;
    margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

.gm-customcontrol {
    padding: 10px;
    width: 60px;
}

.gm-customcontrol-top {
    padding: 10px;
    height: 60px;
    width: 500px;
    display: flex;
    align-items: center;
}

.gm-customcontrol a {
    height: 40px;
    width: 40px;
    font-size: 21px;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.gm-customcontrol input[type="text"] {
    height: 40px;
    width: 200px;
    font-size: 21px;
    border-radius: 3px;
    line-height: 40px;
    padding: 5px;
}

.gm-customcontrol-right a {
    display: block;
    margin-bottom: 5px;
}

.gm-customcontrol-top a {
    display: flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
}

.gm-customcontrol a.gm-custom-info,
.gm-customcontrol-top a.gm-custom-info {
    color: #565656;
    background-color: #ffffff;
}

.gm-customcontrol a.gm-custom-info:hover,
.gm-customcontrol-top a.gm-custom-info:hover {
    color: #000;
    background-color: #ebebeb;
}

.gm-customcontrol a.gm-custom-delete,
.gm-customcontrol-top a.gm-custom-delete,
.gm-customcontrol a.gm-custom-delete:hover,
.gm-customcontrol-top a.gm-custom-delete:hover {
    color: #fff;
    background-color: #e02d1b;
    border: 1px solid #e02d1b;
}

.list-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    z-index: 998;
    background-color: var(--bg-dark-color);
}

.list-content>div {
    overflow-y: scroll;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}

.list-content .sidebar {
    min-height: auto;
}

.list-content .lds-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.list-content.active {
    visibility: visible;
    opacity: 1;
}

.list-content #list-areas-close {
    color: #fff;
    padding: 0.2rem 0.4rem;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 5px;
    transform: translateX(-99%);
    background-color: var(--bg-dark-color);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
}

#list-search-label {
    margin: 1rem 1rem 0 1rem;
    color: #fff;
}

#list-search {
    margin: 0.2rem 1rem 1rem 1rem;
    border-radius: 0.35rem;
    padding: 5px;
    border: 1px solid #d1d3e2;
}

.list-content-flags {
    margin-left: 16px;
}

.list-content-flags span {
    margin-right: 5px;
}

.list-trigger-shape {
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-trigger-shape i {
    margin-right: 5px;
}

.list-trigger-shape i.green {
    color: #1cc88a;
}

.list-trigger-shape i.red {
    color: #c92818;
}

.height-language {
    height: 300px;
    overflow: auto;
}

.card-map {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    margin: 20px;
    position: fixed;
    top: 10px;
    right: 10px;
    margin-bottom: 50px;
    transition: all .2s ease-in-out;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 3;
    border: none;
    background-color: #fff;
    /* color: #fff; */
}

.card-map:hover {
    /*box-shadow: 0 5px 22px 0 rgba(0,0,0,.25);*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 54px;
}

.card-map.hide {
    display: none;
}

.card-map.show-list {
    right: calc(20% + 15px);
}

.card-map .card-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    color: #fff;
    background-color: #303235;
    border: none;
}

.card-map .image {
    height: 220px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    background-color: #fff;
}

.card-map .text {
    padding: 20px;
    height: 11rem;
    overflow: hidden;
}

.card-map .text #card-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.card-map .text #card-content {
    margin-bottom: 0px;
}

.card-map .fab {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    margin-top: -20px;
    right: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-map .fab.red {
    background-color: #e02d1b;
}

.card-map .fab.blue {
    background-color: #3085d6;
}

.card-map .fab:hover {
    cursor: pointer;
}

.card-map .fab.red:hover {
    background-color: #c92818;
}

.card-map .fab.blue:hover {
    background-color: #1f5e9b;
}

.card-map .action {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.card-map .action button {
    padding: .3rem .6rem;
    display: flex;
    font-size: 1rem;
    align-items: center;
}

.card-map .action button i {
    width: 24px;
    padding-right: 4px;
    font-size: 1rem;
}

#card-loading {

    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #aaa;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #aaa transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#form-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*transform: translate(-50%,-50%);*/
    border-radius: 8px;
    background-color: #fff;
    padding: 0 20px 0 20px;
    height: 100vh;
    overflow: auto;
    z-index: 999;
}

#form-content #form-content-info,
#form-content #form-content-info #datos {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
}

#form-content #form-content-info #datos #formGuide,
#form-content #form-content-info #datos #formGuide .card,
#form-content #form-content-info #datos #formGuide .card-body {
    height: 100%;
}

h1.header-title {
    color: var(--primary-color);
    font-weight: 300;
}

.h3,
.h4 {
    margin-bottom: 15px !important;
}

.h4 {
    line-height: 2rem;
}

.h3 .form-cancel,
.h3 .form-save,
.h4 .form-cancel,
.h4 .form-save {
    margin-left: 5px;
}

.h3 .form-delete,
.h4 .form-delete {
    background-color: #e02d1b;
    border-color: #e02d1b;
    margin-left: 15px;
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
}


#form-content .h3,
#form-content .h4 {
    /*
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    */
    padding-top: 20px;
    margin-bottom: 0;
    z-index: 999;
}

#form-content-nofixed {
    border-radius: 8px;
    /* background-color: #1a1a1c; */
    min-height: 250px;
    width: 100%;
    position: relative;
}

#form-content-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#form-content-info h1 .btn.float-md-right {
    margin-left: 10px;
}

.daterangepicker {
    color: #000;
}

/*Container, container body, iframe*/
.mce-tinymce,
.mce-container-body,
#code_ifr {
    min-height: 100% !important;
}

/*Container body*/
.mce-container-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*Editing area*/
.mce-container-body .mce-edit-area {
    position: absolute;
    top: 69px;
    bottom: 37px;
    left: 0;
    right: 0;
}

/*Footer*/
.mce-tinymce .mce-statusbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/******** GRAFANA ************/

iframe body.app-grafana {
    background: transparent !important;
}

.map-dashboard {
    height: calc(100vh - 170px);
    width: 100%;
    border-radius: 0.35rem;
    position: relative;
}

.loader-main,
.loader-full {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-full {
    z-index: 999;
}

.loader-report {
    position: absolute;
    margin-left: -10px;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    text-align: center !important;
    z-index: 999;
}

.noinfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

/* Contenedor principal */
.meteo-container {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    /* Scroll horizontal */
    white-space: nowrap;
    /* Evita saltos de línea */
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Grupo de fechas (mes sticky) */
.meteo-group {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

/* Título del mes */
.meteo-group legend {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--my-toggle-label-color);
    padding: 5px 10px;
    border-radius: 5px;
    position: sticky;
    left: 0;
    z-index: 10;
}

/* Contenedor de cada hora */
.meteo-hour {
    display: inline-block;
    background-color: rgba(71, 169, 146, 0.7);
    border-radius: 10px;
    margin: 5px;
    padding: 5px 5px 0 5px;
    text-align: center;
    color: #fff;
}

.meteo-hour .weather {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Imagen del clima */
.meteo-hour img {
    width: 28px;
    height: 28px;
}

/* Temperatura */
.meteo-hour .temperature {
    font-size: 0.8rem;
    font-weight: bold;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fecha y hora */
.meteo-hour .hour {
    font-size: 0.8rem;
    color: white;
    font-weight: bold;
}

/* Fecha y hora */
.meteo-hour .date {
    font-size: 0.7rem;
    font-weight: bold;
}

.meteo-hour .date span {
    text-transform: capitalize;
}

.sensor-container {
    display: flex;
    gap: 10px;
}

.sensor-box {
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    flex: 1;
}

.sensor-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
}

.sensor-value {
    font-size: 1.5em;
    white-space: nowrap;
    color: var(--secondary-color);
}

.width-100 {
    width: 100%;
}

my-toggle-group {
    float: right;
    display: flex;
    align-items: center;
}

my-toggle-group my-toggle {
    background: var(--my-toggle-background);
    width: var(--my-toggle-width);
    height: var(--my-toggle-height);
    border-radius: var(--my-toggle-height);
    display: inline-block;
    overflow: hidden;
    position: relative;
}

my-toggle-group my-toggle my-toggle-text {
    width: calc(var(--my-toggle-width) / 2);
    position: absolute;
    height: var(--my-toggle-height);
    font-size: 1.2rem;
    color: var(--my-toggle-text-color);
    top: 0;
    display: flex;
    line-height: var(--my-toggle-orb-size);
    align-items: center;
    justify-content: center;
    pointer-events: none;
    left: var(--my-toggle-gap-size);
    font-weight: 500;
}

my-toggle-group my-toggle my-toggle-text:nth-child(2) {
    left: calc(50% - var(--my-toggle-gap-size));
    right: var(--my-toggle-gap-size);
}

my-toggle-group my-toggle my-toggle-orb {
    width: var(--my-toggle-orb-size);
    height: var(--my-toggle-orb-size);
    display: block;
    border-radius: var(--my-toggle-orb-size);
    top: var(--my-toggle-gap-size);
    right: var(--my-toggle-gap-size);
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    background: var(--my-toggle-orb-background-color);
    z-index: 2;
    pointer-events: none;
}

my-toggle-group my-toggle input[type=checkbox] {
    height: var(--my-toggle-width);
    width: var(--my-toggle-width);
    margin: 0;
    background: var(--my-toggle-inactive-background-color);
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

my-toggle-group my-toggle input[type=checkbox]:checked {
    background: var(--my-toggle-active-background-color);
}

my-toggle-group my-toggle input[type=checkbox]:checked~my-toggle-orb {
    transform: translateX(calc(-1 * (calc(var(--my-toggle-width) - var(--my-toggle-orb-size))) + calc(var(--my-toggle-gap-size) * 2)));
}

my-toggle-group label {
    padding-left: 1.5em;
    font-weight: 500;
    color: var(--my-toggle-label-color);
    font-size: 1.125rem;
    flex: 1;
}

my-toggle-group label small {
    margin-top: 0.5em;
    display: block;
    font-weight: 400;
    font-size: 0.875rem;
    color: var(--my-toggle-sublabel-color);
}

.loader {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid var(--secondary-color);
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 3s linear infinite;
}

.loaderholder {
    /* position:absolute;
	top:50%;
	left:50%;
	width:300px;
	padding-top:40px;
	height:200px;
	border-radius:5px;
	margin-left:-150px;
	margin-top:-100px; */
}

.loaderholder span {
    line-height: 30px;
}

.centered {
    position: absolute;
    left: 50%;
    top: 40%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Remove X from InfoWindows Google Maps API */
.gm-style-iw+div {
    display: none !important
}

.gm-style-iw+button {
    display: none !important
}

.pac-input {
    background-color: #fff;
    border: 1px solid black;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    padding: 0 11px 0 13px;
    margin-top: 10px;
    text-overflow: ellipsis;
    width: 240px;
}

.customer-img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
}


.checkbox-wrapper {
    --s-xsmall: 0.625em;
    --s-small: 1.2em;
    --border-width: 1px;
    --c-primary: var(--secondary-color);
    --c-primary-20-percent-opacity: rgb(71 169 146 / 20%);
    --c-primary-10-percent-opacity: rgb(71 169 146 / 10%);
    --t-base: 0.4s;
    --t-fast: 0.2s;
    --e-in: ease-in;
    --e-out: cubic-bezier(.11, .29, .18, .98);
}

.checkbox-wrapper .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.checkbox-wrapper .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox-wrapper .checkbox+.checkbox {
    margin-top: var(--s-small);
}

.checkbox-wrapper .checkbox__symbol {
    display: inline-block;
    display: flex;
    margin-right: calc(var(--s-small) * 0.7);
    border: var(--border-width) solid var(--c-primary);
    position: relative;
    border-radius: 0.1em;
    width: 1.5em;
    height: 1.5em;
    transition: box-shadow var(--t-base) var(--e-out), background-color var(--t-base);
    box-shadow: 0 0 0 0 var(--c-primary-10-percent-opacity);
}

.checkbox-wrapper .checkbox__symbol:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 0.25em;
    height: 0.25em;
    background-color: var(--c-primary-20-percent-opacity);
    opacity: 0;
    border-radius: 3em;
    transform: scale(1);
    transform-origin: 50% 50%;
}

.checkbox-wrapper .checkbox .icon-checkbox {
    width: 1em;
    height: 1em;
    margin: auto;
    fill: none;
    stroke-width: 3;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    color: var(--c-primary);
    display: inline-block;
}

.checkbox-wrapper .checkbox .icon-checkbox path {
    transition: stroke-dashoffset var(--t-fast) var(--e-in);
    stroke-dasharray: 30px, 31px;
    stroke-dashoffset: 31px;
}

.checkbox-wrapper .checkbox__textwrapper {
    margin: 0;
}

.checkbox-wrapper .checkbox__trigger:checked+.checkbox__symbol:after {
    -webkit-animation: ripple-33 1.5s var(--e-out);
    animation: ripple-33 1.5s var(--e-out);
}

.checkbox-wrapper .checkbox__trigger:checked+.checkbox__symbol .icon-checkbox path {
    transition: stroke-dashoffset var(--t-base) var(--e-out);
    stroke-dashoffset: 0px;
}

.checkbox-wrapper .checkbox__trigger:focus+.checkbox__symbol {
    box-shadow: 0 0 0 0.25em var(--c-primary-20-percent-opacity);
}

@-webkit-keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(20);
    }
}

@keyframes ripple-33 {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(20);
    }
}

#heatmapall {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#heatmapall h5 {
    font-size: 1.2rem;
    font-weight: 300;
    color: rgb(51, 51, 51);
}

.download_report,
.stats_config {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.download_report span,
.stats_config span {
    white-space: nowrap;
}

.download_report.disabled {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    opacity: 0.5;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.stat_config_div #search_stat {
    width: 100%;
    margin-bottom: 1rem;
}

/* CARD CHECKBOX LIST */
.stat_config_div .checkbox-card-list {
    font-size: 1rem !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-height: 70vh;
    overflow-y: auto;
}

.stat_config_div .checkbox-card-list .checkbox-card-item {

    aspect-ratio: 1.2;
    text-align: center;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    padding: 1rem 1rem 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    user-select: none;
    margin: 0.5rem;
}

.stat_config_div .checkbox-card-list .checkbox-card-item.active {
    background-color: var(--secondary-color);
    color: #fff;
}

.stat_config_div .checkbox-card-list .checkbox-card-item img {
    width: 100%;
    height: auto;
}

.stat_config_div .checkbox-card-list .checkbox-card-item span {
    margin-top: 0.5rem;
}

#scannedqr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#scannedqr img {
    height: 3rem;
    width: auto;
}

#scannedqr span {
    font-size: 2rem;
    line-height: 2rem;
    color: #000;
}

#origindestinationmatrix {
    height: 100%;
}

#dashboard-filter.filtering,
#dashboard-generate.filtering {
    opacity: 0.5;
}

.custom-button-map {
    background-color: rgba(71, 169, 146, 0.6);
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    cursor: pointer;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.3rem 0.7rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.5rem;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-button-map.active {
    /* background-color: rgba(71, 169, 146, 1); */
    background-color: #3c699c;
}

.custom-button-map:not(.active) i.fa-circle,
.custom-button-map:not(.active) i.fa-compress {
    display: none;
}

.custom-button-map.active i.fa-circle-thin,
.custom-button-map.active i.fa-expand {
    display: none;
}

.map-moreinfo,
.map-saturation {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    margin: 8px;
    position: relative;
    width: 350px;
    height: 500px;
    border-radius: 8px;
    z-index: 3;
    border: none;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    top: 80px !important;
    overflow: hidden;
    opacity: 0.85;
    backdrop-filter: blur(10px);
}

.map-moreinfo.environment {
    width: 100%;
    max-width: 35%;
}

.map-moreinfo-header,
.map-saturation-header {
    display: flex;
    flex-direction: row;
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.map-moreinfo-content,
.map-saturation-content {
    padding: 0.5rem 0.7rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.map-moreinfo-title,
.map-saturation-title {
    width: 100%;
    margin-right: 0.2rem;
    font-size: 1rem;
    color: #303235;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0.2rem;

}

.map-moreinfo-close,
.map-saturation-close {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 22px;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    color: #fff;
    background-color: #303235;
    cursor: pointer;
}

/* .map-moreinfo #influxbydevice{
	height: 250px;
} */

.dashboard-img {
    overflow: hidden;
    left: -1.5rem;
    width: calc(100% + 3rem);
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.dashboard-img>img.dashboard-type {
    position: absolute;
    bottom: 0;
    right: -1.5rem;
    width: 90%;
    height: auto;
}

.dashboard-img div.hello-message {
    text-align: center;
    position: absolute;
    top: 40%;
    left: 30%;
    width: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-img div.hello-message-comercio {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-img div.hello-message h1,
.dashboard-img div.hello-message-comercio h1 {
    color: var(--secondary-color);
    font-size: 3rem;
    margin-bottom: 3rem;
}

.dashboard-img div.hello-message span,
.dashboard-img div.hello-message-comercio span {
    color: #000;
    font-size: 1.6rem;
    width: 70%;
    display: inline-block;
}

.dashboard-img div.border-bottom-correction {
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    right: 50%;
    width: 50%;
    bottom: 0;
    height: 7.4%;
}

.dashboard-img img.dashboard-footer {
    width: 70%;
}

.dashboard-help {
    position: absolute;
    left: 2.8rem;
    top: 1.6rem;
    cursor: pointer;
    text-align: center;
}

.dashboard-expand {
    position: absolute;
    right: 5rem;
    top: 2rem;
    cursor: pointer;
    text-align: center;
}

.dashboard-expand span {
    font-size: 20px;
}

.dashboard-title {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    text-align: center;
    font-size: 1.2rem;
    color: rgb(51, 51, 51);
}

.dashboard-help i,
.dashboard-expand i {
    font-size: 1.3rem;
}

.dashboard-serie-label:disabled {
    background-color: transparent;
    text-align: center;
    border: 0;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    font-size: .8rem;
    padding: 0;
}

.icon_chart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.icon_chart .total_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}

.icon_chart .total_item img {
    width: 100%;
    max-height: 10rem;
    margin-top: auto;
    margin-bottom: 2.5rem;
}

.icon_chart .total_item .info {
    font-size: 2rem;
    margin-bottom: 2.5rem;
    margin-top: 2rem;
}

.top-left-div {
    width: 10%;
    margin-top: .5rem;
    margin-left: .5rem;
    display: flex;
    flex-direction: column;
}

.heatmap-gradient {
    width: 100%;
    border-radius: 4px;
    padding: 0.3rem 1rem;
    background: #fff linear-gradient(to right,
            hsla(0, 100%, 50%, 0.6),
            hsla(48, 100%, 50%, 0.6),
            hsla(115, 100%, 50%, 0.6));
    font-weight: bold;
}

.heatmap-gradient-left {
    float: left;
    color: #fff;
}

.heatmap-gradient-rigth {
    float: right;
    color: #000;
}

.serie-select-container {
    width: 100%;
    margin-top: .5rem;
}

.select2-container.select2-container--open {
    z-index: 99999999999999;
}

.select2-container .select2-selection:not(.select2-selection--multiple) {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
}

.serie-select-container .select2-container .select2-selection {
    height: 28px;
}

.select2-container .select2-selection--single {
    border: 1px solid #d1d3e2;
    font-weight: 400;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6e707e;
    line-height: normal;
    padding: 0;
}

.total-count {
    font-size: 2rem;
}

.info-s2n {
    font-size: 0.85rem;
}

.info-s2n h6 {
    display: flex;
    flex-direction: row;
}

.info-s2n h6 span {
    width: 100%;
    display: flex;
    align-items: center;
}

.info-s2n h6 a {
    white-space: nowrap;
}

.sizing-box {
    height: 25px;
    width: 40px;
}

.signal-bars {
    display: inline-block;
    height: 20px;
}

.signal-bars .bar {
    width: 4px;
    margin-left: 1px;
    min-height: 20%;
    display: inline-block;
    background-color: #d4d4d4;
}

.signal-bars .bar.first-bar {
    height: 20%;
}

.signal-bars .bar.second-bar {
    height: 40%;
}

.signal-bars .bar.third-bar {
    height: 60%;
}

.signal-bars .bar.fourth-bar {
    height: 80%;
}

.signal-bars .bar.fifth-bar {
    height: 99%;
}

.good .bar {
    background-color: #16a085;
    /* border: thin solid #12816b; */
}

.bad .bar {
    background-color: #e74c3c;
    /* border: thin solid #a82315; */
}

.ok .bar {
    background-color: #f1c40f;
    /* border: thin solid #d0a90c; */
}

.state {
    font-size: 1.2rem;
}

.state.green {
    color: #16a085;
}

.state.red {
    color: #e74c3c;
}

span.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.four-bars .bar.fifth-bar,
.three-bars .bar.fifth-bar,
.three-bars .bar.fourth-bar,
.one-bar .bar:not(.first-bar),
.two-bars .bar:not(.first-bar):not(.second-bar) {
    background-color: #d4d4d4;
    /* border: thin solid #e0e0e0; */
}

.battery-container {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.battery-container>span {
    margin-left: 0.5rem;
}

.battery-container.no-margin {
    margin: 0;
    justify-content: normal;
}

.battery {
    border: 3px solid #333;
    width: 12px;
    height: 18px;
    padding: 2px;
    border-radius: 4px;
    position: relative;
    margin: 0 0;
}

.battery:before {
    content: "";
    height: 2px;
    width: 6px;
    background: #333;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    border-radius: 4px 4px 0 0;
}

.battery:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #fff;
    border-radius: 2px;
    background-color: #fff;
}

.battery-level {
    background: #30b455;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 1px;
}

.battery-level.warn {
    background-color: #EFAF13;
}

.battery-level.alert-bat {
    background-color: #e81309;
}

.battery-level.alert-bat:before {
    /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%3E%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23e81309%22%20d%3D%22M17.927%2012l2.68-10.28c0.040-0.126%200.060-0.261%200.060-0.4%200-0.726-0.587-1.32-1.314-1.32-0.413%200-0.78%200.187-1.019%200.487l-13.38%2017.353c-0.18%200.227-0.287%200.513-0.287%200.827%200%200.733%200.6%201.333%201.333%201.333h8.073l-2.68%2010.28c-0.041%200.127-0.060%200.261-0.060%200.4%200.001%200.727%200.587%201.32%201.314%201.32%200.413%200%200.78-0.186%201.020-0.487l13.379-17.353c0.181-0.227%200.287-0.513%200.287-0.827%200-0.733-0.6-1.333-1.333-1.333h-8.073z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-size: 18px; */
    height: 18px;
    width: 18px;
    margin: -25px 0 0 -9px;
    content: "";
    display: inline-block;
    position: absolute;
}

#console fieldset {
    padding: 1rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#console fieldset legend {
    font-size: 1rem;
    width: auto;
    padding: 0 0.5rem;
    margin: 0;
}

#console textarea {
    border: 1px solid var(--bg-color);
}

#console-log {
    height: 500px;
    width: 100%;
    background-color: #000;
    color: #aaffaa;
    overflow-y: auto;
    border-radius: 5px;
    padding: 1rem;
    font-size: 0.875rem;
    display: flex;
    flex-direction: column-reverse;
    font-family: Monospace;
}

.console-wide {
    width: 80% !important;
}

.console-command button {
    /* float: left; */
    margin: 0 0.6rem 0.6rem 0;
    text-transform: capitalize;
}

.input-group-text {
    background-color: transparent;
    border-radius: 0;
    /* border-left: none; */
    border-left-width: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group-prepend .input-group-text {
    border-left-width: 1px;
}

.hour-size {
    max-width: 15rem;
    width: 100%;
}

.toast {
    font-size: 1rem;
}

.toast-header {
    background-color: var(--secondary-color);
    color: #fff;
}

.toast .fa-check-circle {
    color: var(--secondary-color);
}

/* LOGIN PAGE, NUEVAS CLASES */

.login_left_layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 65vw;
    height: 100vh;
    background-color: black !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.login_right_layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 35vw;
    height: 100vh;
    background-color: white;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_video {
    width: auto;
    height: 100% !important;
    margin: 0;
    padding: 0;
    margin-left: -25%;
    z-index: 8000;
    background-color: black;
    opacity: 0.5;
}

.login_banner_lines,
[subbanner] {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

[micon] {
    font-size: 1.2em !important
}

.login_banner_lines {
    padding: 20px;
    width: 100%;
    height: auto;
    font-size: 5em;
    line-height: 0.8em;
    color: white !important;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 20%;
    margin: auto;
    z-index: 8001;
    opacity: 0.7;
    text-rendering: geometricPrecision;
}

[subbanner] {
    font-size: 50%;
    font-weight: 400;
    color: #2cd89a;
    opacity: 1 !important;
    text-rendering: optimizeLegibility;
}

#loginfooter {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 200px;
    height: fit-content;
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2em;
}

#loginfooter span,
#loginfooter span a {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.6);
}

#loginfooter span:hover,
#loginfooter span a:hover {
    cursor: pointer;
    font-weight: bold;
    color: white;
}


/* Clases para SweetAlert2 */

body.swal2-shown>[aria-hidden="true"] {
    filter: blur(3px) !important;
}

.swal2-close,
.swal2-close:focus {
    box-shadow: none !important;
    outline: none !important;
}

#filter-container {
    z-index: 9999;
}

.route-search-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 20%;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
}

.route-search-container #route-search-input-container {
    position: relative;
}

.route-search-container #route-search {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.6rem 2rem 0.6rem 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

#route-search-list {
    width: 100%;
    margin: 5px auto;
    padding: 10px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 60vh;
    overflow: auto;
    z-index: 1;
}

#route-search-list div {
    padding: 12px;
    margin: 5px 0;
    background: #f2f2f2;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    transition: background 0.3s, transform 0.2s;
}

#route-search-list div:hover {
    background: var(--secondary-color);
    color: white;
    transform: scale(1.02);
    cursor: pointer;
}

.route-search-container #route-search-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.route-details {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 20%;
    min-width: 450px;
    right: 1rem;
    top: 1rem;
    max-height: 80vh;
    background-color: white;
    border: 1px solid var(--bg-color);
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.route-details .route-details-header {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--bg-color);
}

.route-details .route-details-header .details {
    font-size: 1.1rem;
    display: flex;
}

.route-details .route-details-header .details>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .5rem;
}

.route-details .route-details-body {
    height: 100%;
    overflow: auto;
    padding: 2rem 1rem;
}

.route-details .route-details-footer {
    border-top: 1px solid var(--bg-color);
    padding: 1rem;
    display: flex;
    flex-direction: row;
}

.route-details .route-details-footer .add-element {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.element-distance,
.element-duration {
    width: 5rem;
    display: inline-block;
}

.GMAMP-maps-pin-view {
    font-weight: bold;
    font-size: 1rem;
}

/* HTML marker styles */
.route-element-name-pin {
    width: 6rem;
    background-color: #4285F4;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 0.8rem;
    padding: 10px 15px;
    position: relative;
    text-align: center;
}

.route-element-name-pin::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #4285F4;
}

.img-profile {
    height: 5rem;
    width: 5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
    display: flex;
    overflow: hidden;
}

.img-profile .show-image {
    color: #fff;
    background-color: rgba(170, 170, 170, 0.8);
    display: none;
    width: 100%;
    height: 100%;
    font-size: 1rem;
}

.img-profile:hover .show-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilos para el mensaje cuando no hay elementos */
.empty-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    min-height: 20vh;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.empty-message p {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.empty-message .edit-button:hover {
    background-color: #0056b3;
}

.imei-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

.map-moreinfo.environment .imei-group {
    flex-direction: column;
}


#map-moreinfo-chart-list {
    height: 100%;
    padding: 0.5rem 0;
}

.chart-div {
    width: calc(20% - 0.8rem);
    border-radius: 10px;
}

#map-moreinfo-chart-list .chart-div {
    width: 100%;
}

.imei-fieldset {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px 16px;
    margin-bottom: 24px;
    height: calc(100% - 30px);
    overflow-x: auto;
    /* background-color: #f9f9f9; */
}

.imei-legend {
    font-weight: bold;
    width: auto;
    font-size: 1.1rem;
    color: #fff;
    padding: 0 8px;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    background-color: var(--secondary-color);
}

.no-data-message {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* Apila icono y texto verticalmente */
    align-items: center;
    /* Centrado horizontal */
    justify-content: center;
    /* Centrado vertical */
    color: #666;
    font-size: 18px;
    background-color: #f8f8f8;
    border-radius: 8px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.no-data-message i {
    font-size: 48px;
    /* Tamaño grande para el icono */
    margin-bottom: 12px;
    /* Espacio entre el icono y el texto */
    color: #bbb;
    /* Color más claro para el icono */
}

/* PLANNER VISUALIZATION */
.planner-view {
    display: flex;
    flex-direction: column;
}

.planner-view .planner-overview {
    display: flex;
    flex-direction: column;
    background-color: rgb(124 196 175 / 0.1);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.planner-view .planner-overview span {
    font-weight: bold !important;
}

.planner-view .planner-overview p {
    margin-bottom: 0;
}

.planner-view .planner-days {
    display: flex;
    flex-direction: column
}

.planner-view .planner-days .planner-day {
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid #e3e6f0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.planner-view .planner-days .planner-day .planner-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0.5rem;
}

.planner-view .planner-days .planner-day .planner-title span {
    font-weight: bold;
    font-size: 1rem;
}

.planner-view .planner-days .planner-day .planner-title .planner-num {
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: white;
    margin-right: 0.5rem;
    user-select: none;
}

.planner-view .planner-days .planner-day .planner-title .planner-date {
    font-size: 0.8rem;
    font-weight: 300;
    margin-left: 0.5rem;
}

.planner-view .planner-days .planner-day>span {
    font-weight: bold;
}

.planner-view .planner-days .planner-day>p {
    margin-bottom: 0;
}

/* CRM */
.send_crm {
    display: flex;
    align-items: center;
    width: fit-content
}

.crm_form {
    display: flex;
    flex-direction: column;
}

.crm_form .crm_flex {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}

.crm_form .crm_field {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem
}

.crm_form .crm_field label {
    color: var(--primary-color);
    text-align: left;
}

.crm_form .crm_field input {
    height: 2rem;
    line-height: 1.8rem;
    padding: 0 0.5rem;
}

.crm_form .crm_field textarea {
    resize: none;
}

.crm_form .checkbox-wrapper .checkbox__symbol {
    width: 1rem;
    height: 1rem;
}

.crm_form .checkbox-wrapper .checkbox .icon-checkbox {
    width: 0.8rem;
    height: 0.8rem;
}

/* DASHBOARD HELPER CHAT */
.helper-button {
    position: fixed;
    bottom: 1rem;
    right: 2.5rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
    cursor: pointer;
    user-select: none;
    border: none;
}

.helper-button span {
    color: white;
}

.helper-chat {
    position: fixed;
    top: initial !important;
    bottom: 1rem;
    right: 2.5rem;
    width: 24rem;
    height: 70vh;
    border-radius: 0.5rem 0 0.5rem 0.5rem;
    padding: 1rem;
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 4px var(--dark);
    z-index: 9999999;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out
}

.helper-chat.hidden {
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    box-shadow: none;
}

.helper-chat.loaded {
    transition: none;
}

.helper-chat .helper-messages {
    background-color: white;
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 0.5rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.helper-chat .helper-messages .helper-message {
    margin-bottom: 0.5rem;
    max-width: 85%;
    padding: 1rem;
    border-radius: 0.5rem;
    position: relative;
}

.helper-chat .helper-messages .helper-message.user {
    background-color: var(--gray-color);
    color: white;
    margin-left: auto;
    border-bottom-right-radius: 0.1rem;
}

.helper-chat .helper-messages .helper-message.assistant {
    background-color: var(--secondary-color);
    color: white;
    margin-right: auto;
    border-bottom-left-radius: 0.1rem;
    margin-left: 2rem;
}

.helper-chat .helper-messages .helper-message.assistant::before {
    background-image: url('/resources/gfx/atoms_icon.svg');
    content: '';
    width: 24px;
    height: 31px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(-2rem);
    left: 0;
    bottom: 0;
}

.helper-chat .helper-messages .helper-message.thinking {
    /* margin-top: 1.5rem; */
    border-left: 3px solid var(--secondary-color);
}

/* .helper-chat .helper-messages .helper-message.thinking::before {
    content: var(--helper-thinking-message);
    position: absolute;
    top: -1.5rem;
    color: black;
    background-color: var(--bg-color);
    border-radius: 0.25rem;
    padding: 0 0.5rem;
    margin-left: -0.5rem;
} */

.helper-chat .helper-messages .helper-message.assistant .message-content {
    background-color: var(--secondary-color);
    color: white;
    margin-right: auto;
}

.helper-chat .helper-messages .helper-message .message-content {
    text-wrap: wrap;
    word-break: break-word;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.helper-chat .helper-messages .helper-message .message-content ul {
    list-style-type: circle;
    margin-left: 1rem;
    margin-bottom: 0;
}

.helper-chat .helper-input {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.helper-chat .helper-input input {
    width: 100%;
    height: 2rem;
    line-height: 1.8rem;
    padding: 0 0.5rem;
}

.helper-chat .helper-input button {
    background-color: var(--secondary-color);
    color: white;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    height: 2rem;
    line-height: 2rem;
    aspect-ratio: 1;
    text-align: center;
    user-select: none;
    cursor: pointer;
    border: none;
}

.helper-chat .helper-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #efefef;
    padding: 0.2rem;
    transform: translateY(-100%);
}

.helper-chat .helper-buttons button {
    font-size: 1.3rem;
    color: var(--secondary-color);
    width: 3rem;
    text-align: center;
    user-select: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.helper-chat.hidden .helper-buttons {
    display: none;
}

.helper-chat .helper-messages .helper-loader {
    height: 1rem;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, white 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: helper-loading 1s infinite linear;
}

@keyframes helper-loading {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

#qr-code-container {
    margin: 15px 0;
    text-align: center;
    border: 1px solid #e3e6f0;
    border-radius: 5px;
    padding: 10px;
    background-color: #f8f9fc;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.qr-canvas-container {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.qr-canvas-container canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
}

#qr-code-container button {
    font-size: 12px;
    padding: 5px 10px;
}

#plannersage img.chart_icon {
    max-width: 30px;
    /* transform: translate(-15px, -15px); */
    z-index: 2;
}

.badge-info,
.badge-success {
    color: black;
    font-size: 0.8rem;
}