body,html{
    height:100%;
    width:100%
}
body{
    width:100%;
    height:100vh;
    color:#000;
    font-weight:400;
    font-size:14px;    
    position:relative;
    overflow:hidden
}

#containerDashboard{
    height:100%;
    width:100%;
    display: none;
    position: relative;
}

#box-4-chart {
    min-height: 450px;
}

#box-4 h5 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}

.layout {
    height: 100vh;
    display: grid;
    grid-template-columns: 100px 1fr;
}

.layout-header {
    border-right: solid 1px #f1f1f1;
    background: #f9f9f9;
    box-shadow: 0 1px 6px 1px rgb(69 65 78 / 10%);
    line-height: 60px;
    padding: 6px;
}

.layout-header *  {
    line-height: normal;
}

.layout-header table tr td{
    background-color: transparent;
}

.layout-container{
    display: grid;
    grid-template-rows: 50px 1fr;
}

.logo-producto {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.logo-cliente {
    height: 60px;
}

.content {
    padding:5px 15px;
}

tr.bg-opacity-0025 td {
    background-color: rgba(255, 255, 255, 0.04)!important;
}

.total .card {
    max-width: 320px;
}

.total .table tr td, .total .table tr th {
    background-color: transparent!important;
    border: none;
}

.total .table tr td .badge {
    font-size: 14px;
}

.total .table tr td .text-bg-warning {
    background-color: #f6bf26;
}
.text-bg-warning-w{
    background-color: #fff !important;
    color: #000;
}

.table{
    margin-bottom: 0 !important;
}

.usuario{
    border-radius: 30px;
    border: solid 1px #717171;
    padding: 8px 20px;
}

.usuario svg{
    width: 20px !important;
    height: 20px !important;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
    align-self: center;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

.btn-siguiente {
    margin: 0 auto;
    min-width: 250px;
}

.button-ver-detalle-periodo {
    cursor: pointer;
}

.layout-header svg {
    height: 30px;
    width: 30px;
}

.icon-artemisa {
    height: 90px;
    width: 90px;
}

.effect {
    background: #fff;
    opacity: 0.25;
}

.container-spinner {
    display: none;
}

.pulse-red {
    animation: pulse-red 1.5s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

.bg-red{
    background-color: rgb(255, 26, 26) !important;
}

.focus-red{
    animation: focus-red 1.5s infinite;
}

@keyframes focus-red {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}

	70% {
		box-shadow: 0 0 0 5px rgba(255, 82, 82, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}


.download-button {
    cursor: pointer;
}

.flatpickr-calendar {
    background: #ffffff;
    border: 1px solid #ddd;
}

.flatpickr-day.selected {
    background: #007bff;
    color: #fff; 
}

.progress-container {
    background-color: #bebebe;
    width: 100%;
    height: 20px;
    border-radius: 10px;
    margin: 5px 0;
}

.progress-bar {    
    height: 100%;
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height: 20px;
    transition: width 1s ease-in-out;
}

#cp-progress{
    background-color: rgb(61, 61, 255);
}

#cg-progress{
    background-color: rgb(0, 164, 0);
}

.custom-tooltip {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 10;
    white-space: nowrap;
}

.card-header{
    color: #000;
    background-color: #e3e3e3;
}
.chat-container {
    max-width: 650px;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.chat-header {
    background-color: #5eb7f8;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1.25rem;
}
.chat-body {
    height: 400px;
    overflow-y: auto;
    padding: 10px;
    background-color: #f8f9fa;
}
.chat-message {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}
.chat-message.me {
    justify-content: flex-end;
}
.chat-message.system {
    justify-content: flex-start;
}
.message-text {
    max-width: 70%;
    padding: 10px;
    border-radius: 15px;
    background-color: #f0f0f0;
    margin-left: 10px;
    font-size: 14px;
}
.message-text.me {
    background-color: #5eb7f8;
    color: white;
}
.message-text.system {
    background-color: #e1e1e1;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    margin-right: 10px;
}
.chat-footer {
    padding: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.input-option {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.send-button {
    padding: 10px;
    border-radius: 5px;
    background-color: #5eb7f8;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send-button i {
    font-size: 16px;
}
.send-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
.size-6 {
    width: 1em; 
    height: 1em;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

.mirror-horizontal {
    transform: scaleX(-1);
}

.dialog-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.table-container {
    flex-grow: 1;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 100%;
}

.flatpickr-disabled {
    background-color: #f0f0f0; /* Color de fondo para días deshabilitados */
    color: #ccc; /* Color de texto para días deshabilitados */
    cursor: not-allowed; /* Cambia el cursor para indicar que no se puede seleccionar */
}

.status-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #4CAF50;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.strogStroke {
    stroke: #212529 !important;
}

.status-circle.error {
    background-color: #f44336;
    color: white;
}

.range-filter {
    display: none;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    z-index: 10;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 5px;
}

.text-sm{
    font-size: 12px;
}

.container-title{
    height: 40px;
}