html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.content-footer {
    background-color: white;
}

.content {
    background-image: url('../img/fondo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}

body {
    margin-bottom: 60px;
    background-color: #f5f6f8;
}

div.card {
    background-color: #fefeff;
}

.titulo {
    font-size: 30px;
    color: #333;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.submit-container {
    margin: 1rem;
}

.card-section-title {
}

    .card-section-title label {
        margin-bottom: -1rem; /* Reduce el espacio entre el label y la línea horizontal */
    }

    .card-section-title hr {
        margin-top: 0rem; /* Reduce el espacio entre la línea horizontal y el label */
    }

.btn_square {
    margin: auto;
    margin-left: 1%;
    float: right;
    padding-bottom:0.75rem;
    margin-bottom: 0.5rem;
}

.btn_circle {
    margin: auto;
    margin-left: 1%;
    float: right;
    margin-bottom: 0.5rem;
    border-radius: 50%;
}

.action-buttons {
    display: flex;
    justify-content: flex-end;
}

.alertText {
    text-align: left;
    color: red;
}

.alertText-center{
    text-align:center; 
    color:red;
}

.table-outerline {
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.table-outerline tr td{
    border-style:none!important;
}

.modal #alertModal {
    z-index: 1051;
}

tr.selected {
    background-color: skyblue;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
}