.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;

    margin-top: 70px !important;
    background-color: rgba(0, 0, 0, 0.4);

    /* background-color: rgba(0, 0, 0, 0.4); */
}
/* input[type='text'],textarea{
    text-transform: uppercase !important;
} */

.modal-content {
    margin: 80px auto;
    border: 1px solid #999;
    width: 50%;
    /* background-color: #f8f9fa;
    margin: 10% auto;
    padding: 30px;
    border: 1px solid #ddd;
    width: 60%;
    text-align: center; */
    min-width: 360px;
    /* max-width: 800px; */
}

.modal-content h2,
.modal-content p {
    margin: 0 0 20px;
    font-weight: 400;
    color: #999;
}

.modal-content form {
    padding: 25px;
    margin: 25px;
    box-shadow: 0 2px 5px #f5f5f5;
    background: #eee;
}

/* .close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;

} */

/* .close:hover,
.close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
} */

/* .modal-content input {
    width: 100%;
    outline: none;
} */

.info-form button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #41abed;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.info-form button:hover {
    background: #2371a0;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.info-form button.button {
    background: none;
    border-top: none;
    outline: none;
    border-right: none;
    border-left: none;
    border-bottom: #02274a 1px solid;
    padding: 0 0 3px 0;
    font-size: 16px;
    cursor: pointer;
}

button.button:hover {
    border-bottom: #a99567 1px solid;
    color: #a99567;
}

/* <!-- Style for Load Planning Form --> */

.form-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
}

.form-title {
    font-size: 2rem;
    margin: 0;
}

.breadcrumb {
    font-size: 1rem;
    color: #666;
    margin-top: 10px;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #000;
}

.section-title {
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    margin: 10px 35px;
    padding: 10px;
    background-color: #dee2e6;
    border-radius: 2px;
}

/* Style the buttons */
.button {
    padding: 1rem;
    color: #fff;
    background-color: #9dafc4;
    border-color: #9dafc4;
    border-radius: 0.25rem;
    cursor: pointer;
}

/* Add hover styles to the buttons */
.button:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.slide-in {
    animation: slideIn 0.5s forwards;
}


/* .required::after {
    content: " *";
    color: red;
  } */

.adjusted-input-height {
    padding: .7rem;
}

select {
    padding: .7rem !important;
}


/* Style to hide the increment and decrement arrows */
/* .no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */

/* Firefox specific */
/* .no-spinner[type=number] {
    -moz-appearance: textfield;
} */

@keyframes slideIn {
    from {
        transform: translateX(100%) skew(-20deg);
    }

    to {
        transform: translateX(0) skew(0deg);
    }
}

@media (max-width: 960px) {
    .modal-content {
        margin: 50px auto;
        border: 1px solid #999;
        width: 90%;
    }

    .modal-content h2,
    .modal-content p {
        margin: 0 0 20px;
        font-weight: 400;
        color: #999;
    }

    .modal-content form {
        padding: 25px;
        margin: 25px;
        box-shadow: 0 2px 5px #f5f5f5;
        background: #eee;
    }

    /* .modal-content input {
        width: 100%;
        margin-bottom: 45px;
        border: 1px solid #1c87c9;
        outline: none;
    } */

    .ontainer-top-margin {
        margin-top: 40px;
    }


    .info-form button {
        width: 100%;
        padding: 10px;
        border: none;
        background: #41abed;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    .info-form button:hover {
        background: #2371a0;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .info-form button.button {
        background: none;
        border-top: none;
        outline: none;
        border-right: none;
        border-left: none;
        border-bottom: #02274a 1px solid;
        padding: 0 0 3px 0;
        font-size: 16px;
        cursor: pointer;
    }

    button.button:hover {
        border-bottom: #a99567 1px solid;
        color: #a99567;
    }
}

@media (max-width: 576px) {}