/* ----------------- Start Geolocalizacion --------------*/
.form-clear-geoubicacion {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}

.dropdown_navbar {
    background-color: #dfdfdf;
}

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {
    .input-daterangepicker {
        width: 315px;
    }
}

/* hi-res laptops and desktops */
@media (min-width:1281px) {
    .input-daterangepicker {
        width: 315px;
    }
}

@media (max-width: 768px) {
    .search-unidad {
        top: 20px !important;
        left: 20px !important;
    }

    #btn-nuevo-servicio {
        top: 20px !important;
        right: 20px !important;
    }

    #btn-buscar-servicio {
        bottom: 20px !important;
        left: 20px !important;
        z-index: 1 !important;
    }

    #btn-servicio-chat {
        bottom: 20px !important;
        right: 20px !important;
        z-index: 1 !important;
    }

    .leyenda-container {
        top: 20px !important;
        right: 20px !important;
        width: 180px !important;
    }
}

@media (max-width: 425px) {
    .search-unidad {
        top: 10px !important;
        left: 10px !important;
    }

    #btn-nuevo-servicio {
        top: 10px !important;
        right: 10px !important;
    }

    #btn-buscar-servicio {
        bottom: 0 !important;
        left: 10px !important;
        z-index: 1 !important;
    }

    #btn-servicio-chat {
        bottom: 0 !important;
        right: 10px !important;
        z-index: 1 !important;
    }

    .leyenda-container {
        top: 10px !important;
        right: 10px !important;
        width: 140px !important;
    }
}

.search-unidad {
    position: absolute;
    z-index: 0;
    top: 30px;
    left: 30px;
    width: 10rem;
}

#btn-nuevo-servicio {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

#btn-buscar-servicio {
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 1 !important;
}

#btn-servicio-chat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1 !important;
}

.leyenda-container {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: white;
    width: 200px;
    padding: 15px;
    border-radius: 10px;
}

.leyenda-title {
    padding: 10px;
    border-bottom: 1px solid rgb(198, 198, 198);
}

.leyenda-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 10px;
    margin-top: 7px;
}

.leyenda-item:first-child {
    margin-top: 15px;
}

.circulo {
    background-color: rgb(179, 179, 179);
    height: 15px;
    width: 15px;
    border-radius: 20px;
}

.disponible {
    background-color: #4daf4f;
}

.en-camino {
    background-color: #f8c500;
}

.en-sitio {
    background-color: #01abef;
}

.en-servicio {
    background-color: #fd4158;
}

.H_ib_body {
    background-color: #383e43d1 !important;
    color: #ffffff !important;
    width: 22rem;
    font-size: 10.3pt;
    padding-bottom: 2px !important;
    margin-bottom: 1.5em !important;
}

.H_ib_body > .H_btn {
    background: transparent !important;
}

/*.H_ib_body img {
    width: 10vw !important;
}*/

.H_ib_body strong {
    color: #f0cb29 !important;
}

.H_ib_body span, h6 {
    color: #ffffff !important;
}

.H_ib_close svg.H_icon {
    width: 1.2em !important;
    height: 1.2em !important;
}

.H_ib_tail {
    margin: 21pt -12px !important;
}

.H_ib.H_ib_top .H_ib_tail::after {
    border-width: 10px 10px 0px 10px;
    border-color: #2c2f32b5 transparent;
}

.H_ib_tail::after {
    bottom: 0;
    position: absolute;
    display: block;
    content: "";
    border-color: white;
    border-style: solid;
    border-width: 10px;
}

.marker-bubble-content {
    width: 58%;
    float: right;
    font-size: 0.75em;
    line-height: 1.7em;
}

.marker-bubble-name {
    margin-bottom: 5px;
    font-size: 8pt;
    color: white !important;
    font-weight: bold;
}

.marker-bubble-img {
    max-width: 100%;
    width: 100%;
    height: auto
}

/* ----------------- Start Geolocalizacion --------------*/

/* ----------------- Start Cropper Styles ---------------*/
.foto-container {
    border-radius: 550px;
    width: 100px;
    height: 100px;
    border: 1px solid #acacaccc;
    position: relative;
    overflow: hidden;
}

.btn-agregar-imagen {
    opacity: 0;
    background-color: #007bff;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.2s, opacity 0.2s;
}

.foto-container:hover .btn-agregar-imagen {
    opacity: 1;
}

.btn-agregar-imagen:hover {
    background-color: #005ec3;
}

.cropped-image {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cropped-image img {
    height: 100%;
    width: 100%;
}

#jcrop-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#jcrop-image-canvas {
    border-radius: 10px;
    overflow: hidden;
}

/* ------------------ End Cropper Styles ----------------*/

/* ------------------ Start Servicio Tracking ----------------*/
.tracking-container-info {
    position: absolute;
    z-index: 1;
    background: white;
    border-radius: 5px 5px 2px 2px;
    box-shadow: 0px -3px 6px #00000034;
}

.info-cliente-content {
    left: 1.3rem;
    top: 1rem;
    width: 360px;
}

.info-conductor-content {
    left: 1.3rem;
    bottom: 1rem;
    width: 360px;
    font-size: 1.0rem;
}

@media only screen and (max-width: 768px) {
    .info-cliente-content {
        width: 100%;
        left: 0;
        top: 0;
    }

    .info-conductor-content {
        left: 0;
        bottom: 0;
        width: 100%;;
    }

    .font-mobile-small {
        font-size: 0.8rem !important;
    }

    .font-mobile-medium {
        font-size: 0.8rem !important;
    }

    .font-mobile-large {
        font-size: 1.2rem !important;
    }

    .padd-mobile-card {
        padding: 5px 5px 0 !important;
    }
}

/* ------------------ End Servicio Tracking ----------------*/

.row-highlight {
    background-color: #4daf4f86 !important;
}

.click-disabled {
    pointer-events: none;
}