.main-header>.logo {
    height: 56px;
}

.modal-content{
    overflow: auto;
    min-height: 56%;
}

.fade-in {
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.fade-in.visible {
    opacity: 1;
}

::-webkit-scrollbar {
    width: 1px;
    height: 7px;
    background-color: #f7f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #1a237e;
    border-radius: 14px;
}

.nodot {
    list-style-type: none;
}

/* Estilos Generales para el Admin */

a {
    text-decoration: none;
}

.navbar-static-top {
    height: 56px;
}

.main-header .sidebar-toggle::before {
    content: "";
}

.form-control {
    border-radius: var(--bs-border-radius);
    border-color: #0008fb;
}

.modal-content {
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
}

.form-select {
    padding: 0.01rem;
    padding-left: 0.25rem;
}
/** css de inicio **/

.ir-arriba {
    display: none;
    text-align: center;
    background: #e9f340;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 0px;
}

.botonF2 {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 10px;
    border-radius: 100%;
    background: #0e7ff3;
    outline: none;
    font-size: 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

td {
    border-top: 1px solid #050bf3;
    border-bottom: 1px solid #050bf3;
}

.btn-group {
    display: flex;
}

.bi-save::before {
    margin-top: 1px;
    margin-left: 1px;
}

.darkCover {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    z-index: 1001;
}

.show-title {
    padding-left: 10px;
}

.sidebar-menu>li.active {
    background-color: #0d56e7;
}

.sidebar-menu>li.active>a {
    /* background: #9094BB; */
    text-transform: uppercase;
    -webkit-text-stroke: thin;
    --bs-link-hover-color: ;
}

.treeview-menu>li.active {
    /****text-align: center;**/
    text-transform: uppercase;
    -webkit-text-stroke: thin;
    border: outset;
}

.card-shadow {
    box-shadow: 5px 3px 10px #333
}

.date-picker {
    flex: 1; /* Distribute available space equally */
    margin: 5px; /* Add spacing between elements */
}

.input-field {
    flex: 1; /* Distribute available space equally */
    margin: 5px; /* Add spacing between elements */
}

.btn {
    box-shadow: 5px 3px 10px #333;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.btn-fixed {
    /** posicion fija derecha **/
    right: 1%;
    z-index: 999;
    position: fixed;
    bottom: 0%;

    /** vista **/
    display: inline-block;

    /** estilo ***/
    padding: 9px 18px;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid red;

    /*** tamaño ***/
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 0;
}

.btn-fixed-left {
    left: 1%;
}

.btn-shadow {
    box-shadow: 5px 3px 10px #333;
}

.btn-new {
    right: 1%;
    z-index: 999;
    position: fixed;
    bottom: 16%;

    /** vista **/
    display: inline-block;

    /*** tamaño ***/
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 2px;
}

.btn-round {
    z-index: 999;
    top: 8%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    padding: 2px;
}

.btn-small {
    width: 30px;
    height: 30px;
}

.swal2-show {
    box-shadow: 5px 3px 10px #333;
}

@keyframes fadeUpDown {
    0%, 100% {
      opacity: 1; /* Opacidad al 100% al inicio y al final */
      transform: translateY(0); /* Sin desplazamiento vertical */
    }
    50% {
      opacity: 0; /* Opacidad al 0% a la mitad de la animación */
      transform: translateY(5px); /* Desplazamiento hacia abajo */
    }
  }

/* Aplica la animación al elemento deseado */
.mi-elemento {
    animation: fadeUpDown 2s ease-in-out 30; /* 2 segundos de duración, aceleración y desaceleración, 30 repeticiones */
}


.input-std {
    border: none;
    margin-right: 0;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.catchment-images {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.catchment-image {
    position: relative;
    min-width: 150px;
    max-width: 640px;
    height: 186px;
    padding: 0.15rem;
    margin: 0.15rem;
    border: double;
}

.catchment-image > img{
    position: absolute;
    width: 98%;
    left: 0.12rem;
    padding: 0.25rem;
    top: 1%;
}

.catchment-favorite {
    position: absolute;
    left: 0.5rem;
    top: 0.5em;
}

.catchment-trash {
    position: absolute;
    right: 0.6rem;
    top: 0.5rem;
}

.catalog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

@media (max-width: 576px) {
    .container {
        padding-left: 2px;
        padding-right: 2px;
    }

    .content {
        padding-left: 2px;
        padding-right: 2px;
    }

}

@media (min-width: 768px) {

}

@media (min-width:992px) {

}

@media (min-width:1200px) {

}

@media (min-width:1200px) {

}

@media (min-width:1400px) {

}
