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

.color-accent-2 {
    color:#30b7ae;
    fill:#30b7ae;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.wizard-wrapper {
    position: relative;
    margin: 2em 0;
}
.wizard-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.item-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.item-tab::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
}

.item-tab i {
    height: 40px;
    width: 40px;
    background-color: #f4f4f4;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    color: #30b7ae;
    z-index: 9;
}

.item-tab.active i {
    background-color: #30b7ae;
    color: white;
}

.item-tab.active::after {
    background-color: #30b7ae;
}

.btn_cargar_modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white !important;
}

.btn_cargar_modal .i_destino {
    margin-right: 6px;
    font-style: normal;
}

.mb-10{
    margin-bottom: 10px;
}
.mb-9{
    margin-bottom: 9px;
}
.mb-8{
    margin-bottom: 8px;
}
.mb-7{
    margin-bottom: 7px;
}
.mb-6{
    margin-bottom: 6px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-4{
    margin-bottom: 4px;
}
.mb-3{
    margin-bottom: 3px;
}
.mb-2{
    margin-bottom: 2px;
}
.mb-1{
    margin-bottom: 1px;
}

.mt-10{
    margin-top: 10px;
}
.mt-9{
    margin-top: 9px;
}
.mt-8{
    margin-top: 8px;
}
.mt-7{
    margin-top: 7px;
}
.mt-6{
    margin-top: 6px;
}
.mt-5{
    margin-top: 5px;
}
.mt-4{
    margin-top: 4px;
}
.mt-3{
    margin-top: 3px;
}
.mt-2{
    margin-top: 2px;
}
.mt-1{
    margin-top: 1px;
}

.m0 {
    margin: 0;
}

.font-light {
    font-weight: 300;
  }
  
  .font-regular {
    font-weight: 400;
  }
  
  .font-heavy {
    font-weight: 700;
  }
  
  /* POSITIONING */
  
  .left {
    text-align: left;
  }
  
  .right {
    text-align: right;
  }
  
  .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .justify {
    text-align: justify;
  }

.btn_add_destino {
    margin-left: 5px;
    border: 1px solid #f96b05;
    background-color: #f96b05;
    border-radius: 50%;
    color: white;
    height: 25px;
    width: 25px;
}

/*.view_destinatarios {
    overflow: hidden;
    padding: 8px;
    border: 1px solid #f96b05;
    border-radius: 8px;
}*/
.view_destinatarios p {
    font-weight: bolder;
}
.view_destinatarios span {
    color: #f96b05;
    font-size: 12px;
    font-weight: bolder;
}

.btn-eliminar-destino {
    height: 31px;
    border: none;
    background-color: #d1d1d1;
    flex: 0.05;
    color: white;
    border-radius: 6px;
    margin-left: 5px;
    cursor: pointer;
}

.btn-eliminar-destino:hover {
    background-color: #e81212;
}

.btn-eliminar-destino-ruta {
    height: 25px;
    width: 25px;
    border: none;
    background-color: #d1d1d1;
    flex: 0.05;
    color: white;
    border-radius: 6px;
    margin-left: 5px;
    cursor: pointer;
}
.btn-eliminar-destino-ruta:hover {
    background-color: #e81212;
}

.alertaDireccion {
    background-color: #3dbfb630;
    color: #515151;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.alertaDireccion i {
    font-size: 1.3em;
    margin: 8px;
    color: #30b7ae;
}

.alertaDireccion p {
    font-size: 12px;
    margin: 0;
}
.alertaDireccion p > b {
    color: #30b7ae;
}

.form_domi_express .separator { 
    width: 60px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 10px auto 0;
}

.form_domi_express div.header_wizard {
    background-image: url("../images/fondo6.jpg");
    padding: 1em;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.form_domi_express div.header_wizard::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}
.content_wizard{
    z-index: 2;
    position: relative;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, select:focus, .vTextField:focus {
    color: black !important;
}

.form_domi_ruta .separator { 
    width: 60px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 10px auto 0;
}

.form_domi_ruta div.header_wizard {
    background-image: url("../images/fondo_ruta2.jpg");
    padding: 1em;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

/* .btnVolverSeleccion {
    background-color: #f96b05;
    color: white;
    border: none;
    height: 25px;
    border-radius: 50px;
    position: absolute;
    cursor: pointer;
    text-decoration: blink;
} */

.ml-10{
    margin-left: 10px !important;
}
.ml-9{
    margin-left: 9px;
}
.ml-8{
    margin-left: 8px;
}
.ml-7{
    margin-left: 7px;
}
.ml-6{
    margin-left: 6px;
}
.ml-5{
    margin-left: 5px;
}
.ml-4{
    margin-left: 4px;
}
.ml-3{
    margin-left: 3px;
}
.ml-2{
    margin-left: 2px;
}
.ml-1{
    margin-left: 1px;
}

.mr-10{
    margin-right: 10px;
}
.mr-9{
    margin-right: 9px;
}
.mr-8{
    margin-right: 8px;
}
.mr-7{
    margin-right: 7px;
}
.mr-6{
    margin-right: 6px;
}
.mr-5{
    margin-right: 5px;
}
.mr-4{
    margin-right: 4px;
}
.mr-3{
    margin-right: 3px;
}
.mr-2{
    margin-right: 2px;
}
.mr-1{
    margin-right: 1px;
}

.text-small {
    font-size: 12px;
}

#modalCotizacion, #modalCotizacionDomiRuta {
    padding: 4px 25px;
}

#modalCotizacion .modalFooter, #modalCotizacionDomiRuta .modalFooter {
    margin: 1em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.valorServicioModalCotizacion {
    text-align: center;
    font-weight: bolder;
    color: #f96b05;
    font-family: 'Roboto';
    font-size: 6em;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blocker {
    z-index: 999 !important;
}

.valorServicioModalCotizacion span:nth-child(1) {
    font-size: 0.5em;
    margin-right: 10px;
}

#modalCotizacion .cantidades, #modalCotizacionDomiRuta .cantidades {
    display: flex;
    border-top: 2px solid #e1e1e1;
    padding-top: 1em;
}

#modalCotizacion .cantidades > p, #modalCotizacionDomiRuta .cantidades > p {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-weight: bold;
}

#modalCotizacion .cantidades > p span, #modalCotizacionDomiRuta .cantidades > p span {
    font-size: 1.3em;
    margin-top: 10px;
}

#modalCotizacion .modalAlerta, #modalCotizacionDomiRuta .modalAlerta, #modalSoportePago .modalAlerta{
    margin-top: 0;
    text-align: justify;
    background-color: #3dbfb630;
    padding: 1em;
    border-radius: 12px;
    font-size: 12px;
}

.modalAlerta {
    margin-top: 0;
    text-align: justify;
    background-color: #3dbfb630;
    padding: 1em;
    border-radius: 12px;
    font-size: 12px;
}

#modalCotizacion .btnContinuar, #modalCotizacionDomiRuta .btnContinuar{
    background-color: #f96b05;
    border: none;
    color: white;
    padding: 9px 12px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bolder;
}

#modalCotizacion #map {
    border-radius: 12px;
}

#modalSoportePago .btnContinuar {
    background-color: #f96b05;
    border: none;
    color: white;
    padding: 9px 12px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bolder;
}

#modalSoportePago .btnCancelar {
    background-color: #a92020;
    border: none;
    color: white;
    padding: 9px 12px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bolder;
}

#modalSoportePago .modalFooter {
    display: flex;
    justify-content: space-around;
    margin: 2em 0 1em;
    align-items: center;
}

#modalSoportePago .ezdz-dropzone {
    width: 100%;
    box-sizing: border-box;
}

#domiExpress-step1 {
    display: none;
}

.wizard-content {
    display: none;
}
.wizard-content .title {
    color: black;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 15px;
    display: block;
}

.div-forms-express textarea, .div-forms-ruta textarea {
    border: none;
    background-color: #f4f5f7;
    border-radius: 13px;
    padding: 20px;
    color: black;
    font-family: Arial;
}

.instruccion-destino {
    margin-bottom: 1em;
}

.instruccion-destino .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.view_destinatarios2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.instruccionesMedioPagoWrapper {
    display: none;
    background-color: #3dbfb630;
    color: #515151;
    border-radius: 12px;
    padding: 1em;
}

#mapResumen {
    position: relative;
    overflow: hidden;
    height: 150px;
    border-radius: 12px;
}

.tab-resumen-wrapper {
    padding: 1em;
    border: 1px solid #efefef;
    border-radius: 12px;
    display: flex;
    padding-left: 1em !important;
    flex:1;
}

input[name='programacion_entrega_ruta']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[name='programacion_entrega_ruta']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #30b7b0;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.cantidadesDomiRuta {
    padding: 1em;
    border: 1px solid #efefef;
    border-radius: 12px;
    display: flex;
    padding-left: 1em !important;
    flex: 1;
    flex-direction: column;
    font-weight: bolder;
    text-align: center;
}

.cantidadesDomiRuta .valorServicioCotizacionRuta {
    color: #f96b05;
    text-shadow: none;
    font-size: 3pc;
    margin: 12px 0;
    padding: 0.5em 0;
}

.cantidadesDomiRuta .valorServicioCotizacionRuta span:nth-child(1){
    font-size: 0.5em;
    vertical-align: middle;
}

.select2-dropdown {
    z-index: 999 !important;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
}
#loadingOverlay img {
    width: 120px;
}
#loadingOverlay p {
    color: white;
}

.itemIconContainer {
    width: 24px;
    height: 24px;
    background-color: #30b7ae;
    color: white;
    /* padding: 4px; */
    /* font-size: 11px; */
    border-radius: 25px;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
}

.itemIconContainer i {
    color: white;
    padding: 4px;
    font-size: 12px;
    flex: 1;
    border-radius: 25px;
}

.swal-icon--success__ring {
    background-color: #30b7b0;
}

.swal-icon--success__line.swal-icon--success__line--long {
    background-color: white;
    z-index: 9;
}

.swal-icon--success__line.swal-icon--success__line--tip {
    background-color: white;
    z-index: 9;
}

.table-bordered {
    box-shadow: none;
}
.table-bordered tr > td {
    border: 1px solid #e3e3e3;
    box-shadow: none;
}

.card-body {
    display: flex;
}
.col {
    display: flex;
    flex: 1;
    padding: 1em;
}

.form-row {
    position: relative;
}

.btn-unlock-pass {
    position: absolute;
    bottom: 12px;
    right: 15px;
}

#custom_menu {
    position: absolute;
    top: 8px;
    right: 20px;
    /* border: 1px solid #ababab; */
    border-radius: 8px;
    padding: 3px;
}

#custom_menu .menu_wrapper > .label {
    align-self: flex-end;
}

#custom_menu .desplegable {
    display: none;
    background-color: white;
    border: 1px solid orange;
    border-radius: 12px;
    padding: 6px 12px;
    margin-top: 4px;
}
#custom_menu .desplegable > ul {
    display: list-item;
    padding: 0;
    list-style-type: none;
}

#custom_menu .desplegable > ul li {
    list-style-type: none;
    line-height: 20px;
}

#custom_menu_mobile .desplegable > ul {
    display: list-item;
    padding: 0;
    list-style-type: none;
}

#custom_menu_mobile .desplegable > ul li {
    list-style-type: none;
    line-height: 30px;
}

#custom_menu_mobile .desplegable > ul li > a {
    color: white;
}
#custom_menu_mobile .desplegable > ul li > a:hover {
    text-decoration: none;
}

#custom_menu_mobile .desplegable {
    display: none;
    padding: 4px;
    width: 180px;
    color: white;
}

.desplegable_item {
    display: block;
    padding: 4px;
    border-bottom: 1px solid;
    text-decoration: none;
}
.desplegable_item:hover {
    text-decoration: none;
}

.nodesktop {
    display: none;
}


@media only screen and (max-width: 600px) {
    .nodesktop {
        display: initial;
    }
    .nocel {
        display: none !important;
    }

    #header {
       
        align-items: center;
        justify-content: center;
        display: flex;
    }
    #header img {
        width: 150px;
    }

    .div-container-images {
        flex-direction: column !important;
    }
    .row {
        flex-direction: column !important;
    }
    .valorServicioModalCotizacion {
        font-size: 300% !important;
    }

    .sidebar-header-menu.sidebar-toggle {
        color: white !important;
    }

    #custom_menu_mobile {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background-color: #4b4b4b;
        color: white;
        padding: 5px;
        border: 1px solid #656565;
        border-radius: 12px;
        margin: 4px 10px;
    }
    .menu_wrapper {
        align-items: flex-end;
    }
}