body{
    font-family: "Poppins", sans-serif !important;
}

body:not(.track){
    background: url(https://backoffice.speedtruckchile.cl/public/noobox/assets/media/image/bg-login.jpeg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    overflow: hidden;
}

.header{
    display: none;
}

.container {
    position: relative;
    max-width: 1368px;
    width: 100%;
    margin: 0 auto;
    height: fill-available;
    height: -webkit-fill-available;
    height: -moz-fill-available;
}

body.track .header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 175px;
    background: url(https://backoffice.speedtruckchile.cl/public/noobox/assets/media/image/bg-login.jpeg);
    display: block;
}

body.track .container {
    height: initial !important;
}

.container .wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

body.track .container .wrap {
    position: relative;
    flex-direction: column;
    padding-top: 40px;
}

.box-rows{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
}

#logo {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

#logo a img {
    max-width: 100%;
    width: 100%;
}

/*.box-card{
    background: #ffff;
    box-shadow: 1px 1px 14px white;
    border: 7px solid #f1f1f18f;
    border-radius: 8px;

    backdrop-filter: blur(10px);

}*/

.box-card {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    color: #333;
    width: 100%;
    max-width: 460px;
    padding: 3rem 2rem 2rem;
    border-radius: 8px;
    box-shadow: 1px 1px 14px rgb(255 255 255 / 14%);
}

body.track .box-card {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px rgb(26 26 26 / 14%) !important;
    margin-bottom: 30px;
    margin-left: 7px;
    margin-right: 7px;
}

.box-card .field {
    margin: 20px 0px 0px;
    position: relative;
}

.box-card .field input {
    width: calc(100% - 30px);
    padding: 10px 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #ff5f10;
    font-size: 16px;
    font-weight: 550;
    transition: 0.3s ease-in-out;
    box-shadow: 0 0 0 5px transparent;
}

.box-card .field input::placeholder {
    color: #f1f1f1;
}

.box-card .field input:hover,
.box-card .field input:focus {
    box-shadow: 0 0 0 1px #ff5f10;
}

.box-card .field span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px 15px;
    color: #ff5f10;
    font-size: 13px;
    font-weight: 600;
    text-shadow: -1px -1px 0 #f1f1f1, 1px -1px 0 #f1f1f1, -1px 1px 0 #f1f1f1,
        1px 1px 0 #f1f1f1;
    transition: 0.3s ease-in-out;
    pointer-events: none;
}

.box-card .field input:focus + span, 
.box-card .field input:valid + span {
    color: #333;
    text-shadow: none;
    font-size: 16px;
    transform: translateY(-32px) translateX(-15px) scale(0.85);
    transition: 0.3s ease-in-out;
}

.box-card .field input:focus::placeholder, 
.box-card .field input:valid::placeholder {
    color: #909090;
}

.box-card button.button {
    border: none;
    outline: none;
    background-color: #ff5f10;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    transition: all ease 0.1s;
    box-shadow: 0px 5px 0px 0px #ff5f1063;
}

.box-card button.button:active {
    transform: translateY(5px);
    box-shadow: 0px 0px 0px 0px #ff5f1063;
}
  
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .box-card {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.5);  
    }
}

.box-card .wrap-tag {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-left: 3px solid #ff5f10;
    border-radius: 8px;
    background: #fbfafa;
    box-shadow: 5px 13px 14px rgb(26 26 26 / 14%);
}

.box-card .wrap-tag .date{font-size: 14px;font-weight: 600;}
.box-card .wrap-tag .hour{font-size: 12px;font-weight: 100;white-space: nowrap;}


.box-card .wrap-tag .title{font-size: 16px;font-weight: bold;margin: 0px;}
.box-card .wrap-tag .caption{font-size: 12px;margin: 0px;}

.box-card .wrap-icone {display: flex;flex-direction: column;align-content: center;justify-content: center;align-items: center;}

.box-card .wrap-decore{display: flex;border: 3px solid #ff5f10;min-width: 34px;height: 34px;border-radius: 50%;flex-direction: row;align-content: center;justify-content: center;align-items: center;}

.box-card .icone {
    display: flex;
    padding: 8px;
    border: 3px solid #ff5f10;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: #fff;
    box-shadow: 1px 1px 14px rgb(255 195 171);
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.box-card .line {background: #ff5f10;margin-bottom: -90px;width: 3px;height: 78px;}

.box-card .driver {
    border-left: 3px solid #ff5f10;
    border-radius: 8px;
    padding: 10px 15px;
    background: #fbfafa;
    margin-bottom: 20px;
    box-shadow: 3px 2px 14px rgb(26 26 26 / 14%);
}

.box-card .driver .driver-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.box-card .driver h4.driver-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.box-card .driver .driver-tag {
    font-size: 14px;
    font-weight: 100;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.box-card .driver .driver-photo {
    border: 3px solid #ff5f10;
    box-shadow: 1px 1px 14px rgb(26 26 26 / 14%);
    padding: 5px;
    border-radius: 50%;
    width: calc(68px - 10px);
    height: calc(68px - 10px);
    max-width: 68px;
    max-height: 68px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1485px) {
    .box-card .wrap-tag .title {
        font-size: 13px;
    }
}

@media (max-width: 1400px) {
    .box-card .wrap-tag .title {
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        white-space: nowrap;
    }

    .box-card .wrap-tag {position: relative;margin-top: 40px;padding-top: 40px;padding-bottom: 40px;border-top: 3px solid #ff5f10;border-left: none;}
    .box-card .wrap-icone {position: absolute;top: -28px;left: calc(50% - 27px);}
    .box-card .wrap-icone .line{display: none;}

    .box-card .wrap-tag > div{ margin: 0 7px !important; }
}


/* Pantallas pequeñas (< 600px) */
@media (max-width: 600px) {
    .box-card .wrap-tag .title {
        font-size: 14px;
        font-weight: bold;
        margin: 0px;
        white-space: nowrap;
    }

    .box-rows{
        flex-direction: column;
    }

    .box-card {
        width: calc(100% - 4rem);
        margin-left: 0px;
        margin-right: 0px;
    }

}