.address-details {
    min-height: 24px;
    text-align: center;
}

.result-info-selected {
    background-color: #f3f3f3 !important;
    color: #ff5e14 !important;
}

.centered-warning {
    text-align: center;
    font-size: large;
    font-weight: 500;
}

/* LOGIN */
.main-right-box {
    height: 100vh;
}

.date-picker-container {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 20px;
}

.nav-link:hover {
    color: orange;
}

.text-beright {
    color: #ff5e14 !important;
    /*#ff5e14*/
}

.navbar-logo {
    width: 40px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

    .inputfile + label {
        color: #ff5e14;
        border-color: #ff5e14;
        border-style: solid;
        background-color: white;
        display: inline-block;
        padding: 5px;
        margin: 5px 5px 5px 0;
        border-radius: 5px;
    }

        .inputfile:focus + label,
        .inputfile + label:hover {
            background-color: #ff5e14;
            color: white;
        }

.btn-primary {
    background-color: #ff5e14;
    border-color: #ff5e14;
}

.btn-primary {
    color: #fff;
    background-color: #ff5e14;
    border-color: #ff5e14;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ff8248;
        border-color: #ff6a25;
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #ff8248;
        border-color: #ff6a25;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

    .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ff6a25;
        border-color: #0a53be;
    }

        .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
        }

    .btn-primary:disabled, .btn-primary.disabled {
        color: #fff;
        background-color: #ff5e14;
        border-color: #ff5e14;
    }

a {
    color: #ff5e14;
}
.table {
    border-collapse: separate;
    border-spacing: 0 10px;
    vertical-align: middle;
}

.table-brand-styled th {
    background-color: white;
    font-size: small;
}

    .table-brand-styled tr {
        background-color: gainsboro;
        font-size: small;
        font-weight: 500;
    }

.table-brand-cell {
    max-width: 84px;
}

.button-brand-styled {
    background-color: #ff5e14;
    font-size: x-small;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 2px 1px;
    cursor: pointer;
    border-radius: 16px;
}
