﻿
html, body {
    font-family: sans-serif;
    background-color: #1b1b1b;
    background-image: url('/img/bg.jpg');
    margin: 0;
    padding: 0;
}

#map {
    width: 100%;
    height: 100%;
}

#IdCardInfo {
    float: left;
    font-family: Arial, sans-serif;
    text-align: justify;
    position: absolute;
    top: 3%;
    left: 0px;
    z-index: 999;
    width: 450px;
    height: 100%;
    background-color: white;
    padding: 15px;
    padding-top: 45px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    #IdCardInfo #IdCardTitulo {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.fechas-label {
	font-weight: bold;
	color: white;
}

.hr-custom {
    width: 90%;
}



.tgme_widget_message_bubble {
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* FUENTES ESTILOS Y COLORES */

.fc-white {
    color: white !important;
}

.fw-600{
    font-weight: 600 !important;
}


/* PERFIL */
.profile-info {
    color: white !important;
    font-size: 14px;
}

/* ------------------------ TAB INFO */
#drawer-info{
    text-align: left;
}

    #drawer-info a {
        text-align: left;
        padding-bottom: 15px;
        font-size: 14px;
        display: block;
        width: 100%;
        color: white !important;
        text-decoration: none !important;
    }

/* MARGENTES Y PADDING */
.m-0 {
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}

/* ESTILOS DE INPUTS SELECT Y TEXT */

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



/* ESTILOS DE REGISTRO */

#register-table {
    width: 100%;
    max-width: 500px;
    background: #212121;
}

    #register-table input {
        width: 100%;
        padding: 10px;
        margin: 5px 0;
        border: none;
        border-radius: 5px;
    }

/* Media query para dispositivos móviles */
@media screen and (max-width: 600px) {
    #IdCardInfo {
        width: 100%;
    }
}

