.dropdown-toggle-no-caret::after {
    display: none !important;
}
.btn-orange {
    background-color: #ed5429 !important;
    color: white !important;
    border-radius: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    /* width: 226px !important;
    height:40px !important; */
    justify-content: center; /* Centrar el contenido horizontalmente */
    align-items: center; 
    
}

.btn-orange2 {
    background-color: #ed5429 !important;
    color: white !important;
    border-radius: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    justify-content: center; /* Centrar el contenido horizontalmente */
    align-items: center;
    display: flex; /* Asegura que justify-content y align-items funcionen */
}


.btn-orange:hover {
    background-color: #e24e24 !important;
    color: white !important;
    
}
.btn-orange-submit {
    background-color: #ed5429 !important;
    color: white !important;
    border-radius: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 160px !important;
}
.btn-orange-submit:hover {
    background-color: #e24e24 !important;
    color: white !important;
    
}
.btn-regresar {
    background-color: #000000 !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: 900 !important;
    width: 160px !important;
}
.btn-regresar:hover {
    background-color: #333333 !important;
    color: white !important;
}

.btn-red {
    background-color: #ff0000 !important;
    color: white !important;
    border-radius: 12px !important;
}

.btn-red:hover {
    background-color: #ff0000 !important;
    color: white !important;
}

.btn-green {
    background-color: #00b436 !important;
    color: white !important;
    border-radius: 12px !important;
}

.btn-green:hover {
    background-color: #00b436 !important;
    color: white !important;
}


.btn-enviar{
    background-color: #ed5429 !important;
    color: white !important;
    border-radius: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 160px !important;
    height:40px !important;
    justify-content: center; /* Centrar el contenido horizontalmente */
    align-items: center; 
    border-color: #ed5429 !important;
}

.btn-pendiente{
    background-color: #ed5429 !important;
    font-size: .85em !important;
    color: white !important;
    border-radius: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    width: 180px !important;
    height:40px !important;
    justify-content: center; /* Centrar el contenido horizontalmente */
    align-items: center; 
    border-color: #ed5429 !important;
}

.btn-solicitar{
    background-color: #ed5429 !important;
    color: white !important;
    border-radius: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 250 !important;
    height:40px !important;
    justify-content: center; /* Centrar el contenido horizontalmente */
    align-items: center; 
    border-color: #ed5429 !important;
}
    
.btn-border-red {
    background-color: white !important;
    color: #000000 !important;
    border-radius: 10px !important;
    border: 1px solid #ff0000 !important;
    font-weight: 600 !important;
}

/* configuracion para encabezado de las tablas */
.search-container {
    justify-content: space-between !important;
    width: 100%;
    gap: .5rem;
}
.search-container input {
    border-radius: 5px;
    background: url(https://cdn0.iconfinder.com/data/icons/slim-square-icons-basics/100/basics-19-32.png) no-repeat 5px center;
    background-size: 24px;
    width: 376px;
    border: solid 1px #d4d4d4;
    padding: 10px 10px 10px 35px;
    margin-left: 10px !important;
}

.search-container input:focus {
    border-color: #ED5429;
    box-shadow: 0 0 5px #ED5429;
    outline: none;
  }

.DATATABLESLABEL {
    display: none !important;
}

@media (max-width:767px) {
    .search-container input {
        width: 85%;
        box-sizing: border-box; 
    }
}
/* fin de configuracion */

  /* range 2 */

  .content {
    width: 100%;
    max-width: 500px;
    height: 80%;
    background: #fff;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

  .range-input {
    -webkit-appearance: none;
    appearance: none; 
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 6px;
    background: #ccc;
  }
  
  .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none; 
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
  }
  
  .range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
  }
  
  .range-input::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .range-input:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .range-input:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  
  .range-input::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
  }
  .range-input:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
  }
  .range-input:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)    
  }
  
  .value2, .value3, .value4 {
    font-size: 26px;    
    width: 50px;
    text-align: center;
  }
  
  /* range 3 */
  .range-slider {
    flex: 1;
  }
  
  .sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  
  .sliderticks span {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #d3d3d3;
    line-height: 40px;
  } 
  
  /* SWITCH */

  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #ed5429;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .switch_label{
    border: none !important;
    background-color: #ffffff !important;
    font-weight: 900 !important;
    color: #000000 !important;
  }

  .active_marca{
    margin-left: 20px !important;
  }