.right-side-toggle i {
    -webkit-transition-property: none;
    -webkit-transition-duration: 1s;
    -moz-transition-property: none;
    -moz-transition-duration: 1s;
    transition-property: none;
    -o-transition-property: none;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: none;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: unset;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: none;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: unset;
    -moz-animation-timing-function: linear;
    animation-name: none;
    animation-duration: 2s;
    animation-iteration-count: unset;
    animation-timing-function: linear;
    position: absolute;
    top: 18px;
    left: 18px;
}


/* input[type='text'],
  input[type='number'],
  input[type='time'],
  input[type='date'],
  textarea.form-control {
	  text-transform: uppercase;
  } */

input[type="url"],
input[type="email"] {
    text-transform: lowercase;
}

.login-register {
    background-image: url("/img/login_portada2.jpg");
    height: 100%;
}

.login-register-tpsg {
    background-image: url("/img/emblematico.png");
    height: 100%;
}
.preload {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
}

.btn-excel {
    color: white;
    background-color: #007b3d;
    border-color: #035e31;
}

.btn-excel:hover {
    color: #fff;
    /* background-color: #005918; */
    /* border-color: #00450A; */
    background: #058132;
    border: 1px solid #2f9809;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgb(23 255 68 / 42%), 0 4px 23px 0 rgb(28 154 53 / 12%), 0 8px 10px -5px rgb(21 196 41 / 20%);

}

.btn-excel:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 109, 55, 0.5);
}

.btn-outline-excel {
    color: #007b3d;
    background-color: transparent;
    border-color: #007b3d;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-excel:hover {
    color: #fff;
    background-color: #007b3d;
    border-color: #007b3d;
}

.btn-outline-excel:focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 165, 245, 0.5);
}

.btn-whatsapp {
    color: white;
    background-color: #009e11;
    border-color: #028f10;
}

.btn-whatsapp:hover {
    color: #fff;
    /* background-color: #00cd2d; */
    /* border-color: #01b328; */
}

.btn-whatsapp:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 154, 512, 0.5);
}


.btn-tpsg-whatsapp {
    color:#17c653;
    background-color: rgba(37, 211, 102, 0.12);
    border-color: #17c653;
}

.btn-tpsg-whatsapp:hover {
    color: #1de262;
    background-color: rgba(37, 211, 102, 0.24);
    border-color: #1de262;
}

.btn-tpsg-whatsapp:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 154, 512, 0.5);
}

.btn-danger-disabled {
    background: #ca2610;
    color: white;
    pointer-events: none;
    cursor: not-allowed !important;
}

.blob {
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 1.5s infinite; */

        /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 1); */
        transform: scale(1);
        /* animation: pulse 3s infinite; */
        box-shadow: 0px 0px 20px 0px #1761b0e6  !important;
}

.marcar {
  background: #f9f9f9;
    /* color: #ffc000; */
    border: 1px solid #f5f5f5;

}

@keyframes marcar {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.3);
        box-shadow: 0px 0px 25px 0px rgb(92 178 252 / 30%);

    }

    70% {
        -moz-box-shadow: 0 0 0 25px rgba(0, 123, 182, 0);
        box-shadow: 0px 0px 25px 0px rgb(164 212 255 / 30%);

    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 123, 182, 0);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.3);
        box-shadow: 0 0 0 0 rgb(0 62 255 / 30%);
    }

    70% {
        -moz-box-shadow: 0 0 0 25px rgba(0, 123, 182, 0);
        box-shadow: 0 0 0 25px rgb(0 132 214 / 0%);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 123, 182, 0);
        box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
}


/*dfsd*/

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.disabled-date {
    pointer-events: none !important;
    cursor: not-allowed !important;
    cursor: not-allowed !important;
    background-image: linear-gradient(to bottom, rgb(212, 217, 221), rgb(125, 125, 128)) !important;
    color: white !important;
}

.disabled-date:hover {
    cursor: not-allowed !important;
}


/* .form-control { */

.form-input-psg {
    height: calc(1em + 0.70rem + 1px) !important;
    min-height: 20px !important;
    padding: 4px 8px !important;
    /* background-color: #EAE8EA!important; */
    background-color: #E8F0FE !important;
    border: none !important;
}



/* cambiar background de input con contenido */

.form-input-psg:valid {
    background-color: #ebebeb !important;

}

.btn-light-blue {
    color: white;
    background: #5FB3F9;
    border: 1px solid #5FB3F9;
    box-shadow: 0 2px 2px 0 rgb(66 165 245 / 14%), 0 3px 1px -2px rgb(66 165 245 / 20%), 0 1px 5px 0 rgb(66 165 245 / 12%);
    transition: 0.2s ease-in;
}

.btn-dark-blue {
    color: white;
    background: #034592;
    border: 1px solid #034592;
    font-size: 0.8rem;
    padding: 0.2rem 0.3rem;
    border-radius: 0.7rem;
    box-shadow: 0 2px 2px 0 rgb(66 165 245 / 14%), 0 3px 1px -2px rgb(66 165 245 / 20%), 0 1px 5px 0 rgb(66 165 245 / 12%);
    transition: 0.2s ease-in;
}

.btn-red-psg {
    font-size: 0.8rem !important;
    padding: 0.2rem 0.3rem !important;
    border-radius: 0.7rem !important;
    position: relative;
    float: right;
}

.text-dark-blue {
    color: #034592;
}


/* modal full screen */

.modal-full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-full-screen .modal-body {
    overflow-y: auto;
    min-height: calc(100vh - 70px);
}

.tpsg-badge-light-success {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #d4edda;
    color: #2ec150;
    border: 0px solid #c3e6cb;
    border-radius: 4px;
    padding: 0px 6px;
    min-width: 1.5em;
    min-height: 1.5em;
    font-size: 14px;
    font-weight: 500;


}

.tpsg-badge-light-success h6 {
    font-size: clamp(0.8rem, 4vw, 1.5rem);
    margin: 0;
    font-weight: bold;
}


.tpsg-badge-light-danger {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #edd4d4;
    color: #ce2929;
    border: 0px solid #e6c3c3;
    border-radius: 4px;
    padding: 0px 6px;
    min-width: 1.5em;
    min-height: 1.5em;
    font-size: 14px;
    font-weight: 500;
}

.tpsg-badge-light-danger h6 {
    font-size: clamp(0.8rem, 4vw, 1.5rem);
    margin: 0;
    font-weight: bold;
}


.tpsg-badge-light-info {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #c3daff;
    color: #0059ff;
    border: 0px solid #dcebff;
    border-radius: 4px;
    padding: 0px 6px;
    min-width: 1.5em;
    min-height: 1.5em;
    font-size: 14px;
    font-weight: 500;
}

.tpsg-badge-light-info h6 {
    font-size: clamp(0.8rem, 4vw, 1.5rem);
    margin: 0;
    font-weight: bold;
}


.line {
    color: #006cde !important;
    text-decoration: underline;
    font-size: 13px;
}

.line:hover {
    color: #4ca2ff !important;
    text-decoration: underline;
}

/*scrollball*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
}

/*scrollball fin */





.team-psg-alert-white {
    color: #4b4b4b;
    background-color: #ffffff9e;
    border-color: #008dff;
    border-style: dashed !important;
}

.box {
    display: inline-block;
    width: 30%;
    margin-right: 1%;
    box-sizing: border-box;
}

.box:last-child {
    margin-right: 0;
}

.hidden {
    display: none;
}

.dropdown-a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 8px 1rem;
    color: #67757c;
}

dropdown-a:active {
    color: #fff;

    text-decoration: none;
    background-color: #f5f5f5;
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #dfe1e5;
    border-radius: 8px;
    background-color: #f1f3f4;
    height: 36px;
    padding: 0 12px;
}

.search-box label {
    display: none;
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 9px;
}

@media screen and (min-width: 1024px) {
    .search-box input {

        flex: 1;
        border: none;
        outline: none;
        background-color: transparent;
        font-size: 14px;
    }
}

.search-box input::placeholder {
    color: #5f6368;
}

.search-box button {
    margin-left: 8px;
    background-color: #f1f3f4;
    color: #5f6368;
    border: none;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.search-box #toggle-button {
    margin-left: auto;
    background-color: transparent;
    color: #5f6368;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.search-box #toggle-button:hover {
    color: #3f7dcf;
}

.btn-avanzado {
    display: inline-block;
    border: 1px solid #dfe1e5;
    border-radius: 16px;
    background-color: #f1f3f4;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    color: #5f6368;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.btn-avanzado:hover,
.btn-avanzado:focus {
    /* background-color: #dfe1e5;
border-color: #dfe1e5; */
    color: #3f7dcf;
}

.btn-avanzado:focus {
    outline: none;
    box-shadow: 0px 0px 0px 0px rgba(66, 133, 244, 0.25);
}

.tpsg-badge-light-info h6 {
    font-size: clamp(0.8rem, 4vw, 1.5rem);
    margin: 0;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #f7f7f7;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 5px;
    font-size: 16px;
    color: #333;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_filter label {
    font-weight: bold;
    margin-right: 5px;
    color: #666;
}

.table-responsive {
    overflow-x: auto;
}


label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

textarea.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


#extra-th-1 h6 {
    color: red;
}

#extra-th-2 h6 {
    color: red;
}

.cuotas {
    display: flex-start;
    flex-direction: column;
    justify-content: center;
}

.tpsg-form-control {
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 0.75rem;
    /* font-size: 1rem; */
    /* font-weight: 400; */
    /* line-height: 1.5; */
    color: #495057;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /* cursor: pointer; */
}



/*ALETAR DE COORDINADOR Y MENSAJES DE TOOLTIP*/


.puntos {
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip-container:hover .custom-tooltip-danger {
    visibility: visible;
    opacity: 1;
}

.tooltip-container:hover .custom-tooltip-success {
    visibility: visible;
    opacity: 1;
}

.tooltip-container:hover .custom-tooltip-info {
    visibility: visible;
    opacity: 1;
}

.tooltip-container:hover .custom-tooltip-warning {
    visibility: visible;
    opacity: 1;
}

.custom-tooltip {
    visibility: hidden;
    opacity: 0;
    background-color: #f9c74f;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-weight: 500;
    transition: opacity 0.3s;
}


.custom-tooltip-danger {
    visibility: hidden;
    opacity: 0;
    background-color: #ff0500;
    color: #ffff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.custom-tooltip-success {
    visibility: hidden;
    opacity: 0;
    background-color: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.custom-tooltip-info {
    visibility: hidden;
    opacity: 0;
    background-color: #0e468b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.custom-tooltip-warning {
    visibility: hidden;
    opacity: 0;
    background-color: #f9c74f;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-weight: 500;
    transition: opacity 0.3s;
}

.link-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.blink {
    animation: blink 1s linear infinite;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.tamano-fuente {
    font-size: 0.8rem !important;
    padding: 0.55rem;
}

.badge-light-success {
    color: #50CD89;
    background-color: #E8FFF3;
}

.badge-light-danger {
    color: #f1416c;
    background-color: #fff5f8;
}

.badge-light-info {
    color: #1b46bc;
    background-color: #fff5f8;
}

.badge-light-warning {
    color: #c68c21;
    background-color: #fff5f8;
}

.input-file-style {
    background-color: #ededed;
    border-radius: 3px;
}

/* ajustes para el tamaño de mediaquery cabezera */
@media screen and (max-width: 720px) {
    .ajuste {
        margin-top: 0% !important;
    }
}
/* fin ajustes para el tamaño de mediaquery cabezera */

/* media query para datos de usuario */
@media screen and (max-width: 720px) {
    .d-none-cel {
        display: none !important;
    }
}

@media screen and (max-width: 720px) {
    .center-img {
        justify-content: center;
    }
}


@media screen and (max-width: 720px) {
    .mgt {
        margin-top: 18px;
    }
}

