@font-face {
    font-family: 'Rubik-regular';
    src: url(../../admin/shared/font/Rubik-Regular.ttf)
}

* {
    font-family: 'Rubik-regular' !important;
}

.codigoVerificacion {
    border: 2px solid #21afd8;
    border-radius: 5px;
}

.spanVerificacion {
    font-size: 11px
}

.gm-style img {
    width: 35px;
    height: 35px;
    max-width: 35px;
    object-fit: cover;
}

.my-custom-class-for-labels img {
    border-radius: 50%;
}

.imgLogoTracking {
    border-radius: 5px;
    object-fit: contain;
    width: 250px;
    height: 100px;
}


.m-login.m-login--1 .m-login__wrapper .m-login__head .m-login__title {
    font-size: 2rem;
}

#TrackingId {
    font-size: 2.5rem;
    font-weight: 600;
}

#mapTiempoReal {
    background: transparent url(../../img/AjaxLoader.gif) no-repeat center center;
    height: 100vh;
    width: 100%;
}

.m-login.m-login--1 .m-login__content {
    padding: 0px;
}

.m-login.m-login--1 .m-login__wrapper .m-login__logo {
    margin: 0 auto 2rem auto;
}

.btn-form-func {
    background: #29c9f9;
    border: 2px solid #29c9f9;
    padding: 1.2rem 3rem;
}

.star .fa {
    font-size: 3rem;
}

.text-better {
    color: #56e91b !important;
}

.text-worse {
    color: #dda51e !important;
}

@media (max-width: 600px) {

    #mapTiempoReal {
        height: 60vh !important;
    }

    .m-login__logo img {
        height: 80px !important
    }

    .m-login.m-login--1 .m-login__wrapper .m-login__form {
        margin-top: 4rem !important;
    }

    /*IMAGEN DEL BANNER*/
    .m-login__content {
        BACKGROUND-POSITION: top !important;
        BACKGROUND-ATTACHMENT: LOCAL !important;
    }

    .m-login__aside {
        height: 65vh !important;
    }
}

.modal-header-tracking {
    padding: 10px 20px 0px 10px
}

#bodyTracking {
    padding: 5px 20px 20px 20px
}

.volverAtras {
    cursor: pointer;
    margin: 5px 10px;
    line-height: 1;
    font-size: 0.9rem;
    opacity: .6;
    float: left;
}

.m-scrollable {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    padding: 0 15px 0 0;
}

    .m-scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .m-scrollable::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .m-scrollable::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

        .m-scrollable::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.volver-btn:hover {
    background-color: #007BFF;
    color: white;
}

.help-container {
    position: relative;
    margin-top: 2rem;
    text-align: center;
}

.help-message {
    display: none;
    background-color: white;
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 0px 4px 6px rgba(0.4, 0, 0, 0.4);
    font-size: 14px;
    color: #333;
}

.btn-tracking:hover {
    background: #fff !important;
    transition: 0.5s;
    color: #4361EE !important;
}

.help-icon {
    font-size: 20px;
    color: #888;
    cursor: pointer;
    font-family: 'Rubik', italic;
}

@media only screen and (min-width: 1200px) {
    .contenedor-tracking {
        padding: 2rem 9rem !important;
    }
}
