.text-8xl {
    font-size: 6rem;
}

.has-image {
    background-image: url("/images/banner.jpeg");
}

.bg-trade {
    background-color: #8bc639;
}

.text-trade {
    color: #8bc639;
}

.-mb-8 {
    margin-bottom: -8em;
}

.bg-second-trade {
    background-color: #aed779;
}

.l-40 {
    line-height: 40px;
}

input[type=file] {
    cursor: pointer;
    width: 100%;
    height: auto;
    overflow: hidden;
}

input[type=file]:before {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 32px;
    content: 'Select your file';
    display: inline-block;
    background: white;
    border: 1px solid #adadad;
    padding: 80px 10px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

.d-inline {
    display: inline;
}

.mb-0 {
    margin-bottom: 1px !important;
}

.form-group label {
    font-weight: 500;
}

.l-3 {
    line-height: 3em !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}

.flatpickr-current-month {
    padding-top: 0px !important;
}

.flex{
    display: -webkit-flex;
}

.flex-wrap{
    -webkit-flex-wrap: wrap;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}