label.requerido::after {
    content: " *";
    color: red
}

.colorSea {
    background-color: #464B50 !important;
    color: white !important;
}

.grisNeutro {
    background-color: #747475 !important;
    color: white !important;
}

.grisUno {
    background-color: #464B50 !important;
    color: white !important;
}

.btn-colorGB{
    background-color: #212529 !important;
    color: white !important;
}

.colorTextSea {
    color: #464B50 !important;
}

.cursor {
    cursor: pointer;
}

.scroll {
    overflow-y: scroll;
}

.border-start-anda {
    border-left-color: #464B50 !important;
}

.scrollHorizontal {
    overflow-x: scroll;
}

.tooltip {
    z-index: 100000000;
}

.fabb {
    z-index: 5;
    position: fixed;
    right: 0px;
    bottom: 0px;
}

.form-label.required:after {
    content: "*";
    margin-left: .25rem;
    color: #d63939;
}

.item-mapa {
    z-index: 5;
    position: fixed;
    bottom: 10px;
}

textarea {
    min-height: 200px;
}

#watermarkChat {
    position: fixed;
    bottom: 0px;
    /** El ancho y la altura pueden cambiar
        según las dimensiones de su membrete
    **/
    width: 21.8cm;
    height: 28cm;

    /** Tu marca de agua debe estar detrás de cada contenido **/
    z-index: -1000;
}

/** opacidad **/
.slideSource {
    transition: opacity 1s;
}

.slideSource.fade {
    opacity: 0;
}

/** linea de tiempo **/
.timeline_area {
    position: relative;
    z-index: 1;
}

.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}

.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}

.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #464B50 !important;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}

.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.toast-notifications {
    width: 100% !important;
}

.toast-notifications .toast-header {
    font-size: 1rem !important;
}

.notificacion-no-leida {
    background-color: #eaeef1;
}

.color-adjunto-notificacion {
    background-color: #627a8d !important;
    color: white !important;
}

.conteo-adjunto {
    color: #6c757d;
    font-size: 0.7rem;
    font-weight: bold;
}

#notification-text-project {
    color: #6c757d !important;
    font-size: 0.9rem;
    font-weight: bold;
}

.checkbox {
    /* Doble-tamaño Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari y Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    padding: 10px;
    margin-top: 10px;
}

#text-regiones {
    text-align: center;
    padding-right: 0px;
    margin-top: 10px;
}

@media screen and (min-width: 720px) {
    #text-regiones {
        text-align: right;
        padding-right: 10px;
    }
}

/* btn de chat en el detalle del tramite */
.boton-flotante {
    position: fixed;
    bottom: 30px;
    left: 20px;
    padding: 10px 20px;
    height: 60px;
    width: 60px;
    border-radius: 15px !important;
    cursor: pointer;
}
