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

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
    z-index: 1001;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.user-box {
    display: flex;
    padding: 0.25rem 1rem;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.user-box .u-text {
    padding: 0 10px;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-img {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-box {
    padding-bottom: 6px;
}

.avatar-sm {
    height: 30px;
}

.rounded-circle {
    border-radius: 50% !important;
}
img {
    transform: translateZ(0);
}

img {
    max-width: 100%;
}
img, svg {
    vertical-align: middle;
}

.deploy {
    display: flex;
}

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

.fade-in.visible {
    opacity: 1;
}

.action {
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.ventemergente {
    display: flex;
    position: absolute;
    right: 3px;
    top: -10px;
    background-color: #f9f9f9;
    border: 5px solid #ccc;
    padding: 7px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease;
}

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

.txt-blue {
    color: #c7c7c9;
}

.txt-blacksup:hover {
    color: #fcce03;
}

.txt-blue:hover {
   color: gray;
}

.btn-tariffs {
    margin-left: 3.5em;
    margin-top: 1em;
    width: 20rem;
    background-color: #0d6efd;
}

.text-right {
    text-align: right;
}

.blue-hover:hover {
    background: #367fa9;
    padding-top: 15px;
    padding-bottom: 17px;
    padding-left: 15px;
}

.optionmenu1 {
    display:none;
}

.agent-private {
    position: absolute;
    top: 220px;
    right: 380px;
}

.greenboton {
    background-color: rgb(21, 146, 17);
}

.greenboton:hover {
    background-color: rgb(16, 102, 13);
}


/* Estilos Generales para el Admin */

a {
    text-decoration: none;
}

.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);
}

.modal-content-custom {
    width: 58em;
}

.border-blue {
    border-color: #092feb;
}

/** 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: #3c3c3c; */
    outline: none;
    font-size: 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.parameters {
    justify-content: space-around;
    align-items: center;
    margin: 1% 0;
}

.parameters #dashboardRange {
    display: inline;
    cursor: pointer;
}

.parameters .input-parameters .form-group {
    max-width: 25rem;
}

.btn-parameter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.btneditsv {
    background-color: #eb920c;
}

.btn-import{
    background-color: #ff7b00;
    color: #0c0c0c;    
}

.btn-import:hover{
    border-color:#3a47fc ;
}

.btn-parameter .btn {
    white-space: nowrap;
}

.btn-group {
    display: flex;
}

.btn-group .btn{
    margin-right: 5px;
}

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

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

    /** estilo ***/
    padding: 9px 18px;
    border-radius: 50px;
    cursor: pointer;
    border: 0px solid #fcce03;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);

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

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

.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-shadow {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

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

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

.btn-fixed-level2 {
    bottom: 6rem;
}

.btn-fixed-level3 {
    bottom: 10rem;
}

.btn-fixed-level4 {
    bottom: 14rem;
}

.btn-fixed-level5 {
    bottom: 18rem;
}

.btn-fixed-level6 {
    bottom: 22rem;
}

.btn-fixed-level7 {
    bottom: 26rem;
}

.btn-fixed-level8 {
    bottom: 30rem;
}

.btn-fixed-level9 {
    bottom: 34rem;
}

.btn-fixed-level10 {
    bottom: 38rem;
}

.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;
}

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

.bi-plus::before {
    font-size: 2.7rem;
    margin-left: -3px;
    margin-top: 1px;
}
.badge-shadow {
    box-shadow: 2px 2px 2px #333;
}

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

.container1 {
    display: flex; /* Enable Flexbox layout */
}
  
  .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 */
  }

  .container1 {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Create 6 equal-width columns */
    grid-gap: 10px; /* Add spacing between elements */
  }

  .container-2 {
    padding-left: 16px ;
    padding-top: 6px;
    padding-bottom: 16px;
}
  
.date-picker {
    grid-column: span 2; /* Span 2 columns for date pickers */
}
  
.input-field {
    grid-column: span 2; /* Span 2 columns for input fields */
}

div#btnSaveServices {
    background: #f77604;
}

div#btnAddService {
    background-color: #fcce03;
    /* margin-bottom: 11px; */
}


.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    height: 33px;
}

.col-md-1 {
    margin-left: -60px;
}

div#center {
    text-align: -webkit-center;
}

div#btnAddPayments {
    background-color: #fcce03;
}

div#nou {
    position: absolute;
    margin-top: -58px;
}

.bi-save::before {
    content: "\f525";
    margin-top: 21px;
    margin-left: 10px;
}

button.btn.btn-payin {
    padding-bottom: 0px;
    background-color: unset;
}
  
/* 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;
  }

  .colorazul {
    color: #0008fb;
  }

  .fondito {
    background-color: #0008fb;
  }

  /* floating labels*/
  .input-container {
     margin-top: 10px;
     position: relative;
 }
 
 .input-field {
     padding: 5px;
     border: 1px solid #ccc;
     border-radius: 5px;
     font-size: 16px;
 }
 
 .input-label {
     position: absolute;
     margin-top: 10px;
     top: 0;
     left: 10px;
     pointer-events: none;
     transition: 0.3s;
     color: #999;
 }
 
 .input-field:focus + .input-label,
 .input-field:not(:placeholder-shown) + .input-label {
     top: -30px;
     font-size: 14px;
     font-weight:bold;
     color: #333;
 }

 .div-hide{
	display:none;
 }

 .tarjetacontenido {
    /*width: 500px; */
    height: 40px;
    line-height: 300px;
    color: #333; 
    /*position: relative;*/    
    background: #FFF;
    border: 1px solid #333;
    text-align: center;
    margin-bottom: 10px;
    margin: 4.5px;
  }
 

.textotarjeta{
    font-family: Arial, Helvetica, sans-serif;        /* para el tipo de letra */
    font-size: 0.8rem;            /* para el tamano de las letras */
    color: #312E2F;                /* para el color de las letras */
    letter-spacing: 0.2rem;      /* para separacion entre letras */
    word-spacing: 0.4rem;        /* para separacion entre palabras */  
    line-height: 1rem;             /* para la separacion entre lineas */ 
    /*text-indent: 3rem;  */           /* para sangrias */ 
    text-align: center;
    text-shadow : 2px 2px 2px #999999 ;    
}

.auto
{
	height:auto;
}

/** Otra seccion ***/
@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 */
    }
}

 
@media (max-width: 1700px) {

    .rspading-md {
        overflow-x: scroll;
    }
    
    .input-responsive {
        font-size: 12px;
      }

    .form-control {
        font-size: 12px;
    }
  
    .rightspace-responsive {
        margin-right: 3em;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

}

@media screen and (min-width: 991px) {
    .navbar-header .dropdown-menu {
        margin-top: 13px;
    }
}

@media (max-width: 767px) {
    .top-info .panel:first-child {
        margin-bottom: 1rem;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: darkslategray;
    }
}
