.x-form-label {
    color: #d22626;
    background:white repeat-x 0 0;
    border-radius:4px;
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
    background-image:none !important;
    height:22px;
    line-height:17px;
    transition:all .2s ease
}
.x-form-text {
    color:#4d4d4d;
    padding:2px;
    background:white repeat-x 0 0;
    border-radius:4px;
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
    background-image:none !important;
    height:22px;
    line-height:17px;
    transition:all .2s ease
}
.x-form-focus {
    border-color:#00c3ad;
    transition:all .2s ease
}
.search-input .x-form-trigger-wrap .x-form-text {
    border-right:1px solid rgba(0,0,0,0.2);
    border-top-right-radius:4px;
    border-bottom-right-radius:4px
}
.x-form-trigger-wrap .x-form-text {
    border-right:0;
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.x-form-trigger-wrap-focus .x-form-trigger {
    border-color:#00c3ad;
    transition:border-color .2s ease
}

/* Clases para los contenedores de Radio y Checkbox*/
/* Estilo para el checkbox oculto */
.input-icheck {
    display: none;
}

/* Estilo para el botón de encendido/apagado */


HTML CSSResult Skip Results Iframe
EDIT ON
.wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    margin: 50vh auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    min-width: 200px;
    height: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Switch 1 Specific Styles Start */

.box_1{
    background: #eee;
}

input[type="checkbox"].switch_1{
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #848f91;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked{
    background: #1fb7bf;
}

input[type="checkbox"].switch_1:after{
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
    box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after{
    left: calc(100% - 1.5em);
}
/**total de la compra*/
.total-compra {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000; /* Color rojo */
    /* Otros estilos de resaltado que desees */
}
.mi-clase {
    display: block; /* La sección estará oculta por defecto */
}

.custom-btn {
    width: 100%; /* El botón ocupará todo el ancho del div */
    border-radius: 10px; /* Borde redondeado */
    background-color: #0da5c0; /* Color de fondo personalizado */
    color: #151515; /* Color de texto */
    padding: 10px; /* Espaciado interno */
    font-size: 16px; /* Tamaño de fuente */
    border: #86dff3 2px solid;
    cursor: pointer; /* Cambiar cursor al pasar el ratón */
    transition: background-color 0.3s; /* Efecto de transición */
}

.custom-btn:hover {
    background-color: #1fb7bf; /* Cambiar color de fondo al pasar el ratón */
}
.tabletitle th {
    border: #86dff3 3px solid !important;
    background-color: #baecf5 !important;
}
.btn-link {
    border-color: #1fb7bf;
    color: #1fb7bf !important;
    background: #fff;
}
.btn-geco2 {
    background: #087680;
    border-color: #087680;
    color: #fff !important;
}
