.liot-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.liot-nav {
    z-index: 3;
    position: relative;
    background-color: rgb(73, 112, 138);
}

.liot-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

::placeholder {
    color: #6c757d;
    opacity: 1;
    font-style: italic;
}

.liot-pd-5 {
    padding: 5px;
}

.liot-pd-10 {
    padding: 10px;
}

.liot-primary-bg {
    background-color: rgb(73, 112, 138) !important;
    color: white !important;
}

.liot-card-convoy {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #bdbdbd !important;
    border-radius: 10px !important;
}

.liot-card-convoy-selected {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #b30f0f !important;
    border-radius: 10px !important;
}


.liot-margin-bottom-10 {
    margin-bottom: 10px
}
