.alert {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    padding-top: 5px;
}

.invalid-feedback {
    margin-top: 0.1rem;
}

.alert-success {
    color: #16a537;
}

.alert-danger {
    color: #e60e22;
}

.el-upload-dragger {
    width: 100% !important;
}

.logo {
    text-decoration: none !important;
}

.logo-title {
    color: #ffffff !important;
    font-weight: 800;
}

.fail-message {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.left-side {
    background-image: url('../images/side-panel.jpg') !important;
    display: block !important;
    position: relative !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.invalid-feedback {
    position: absolute;
    bottom: -19px;
    font-size: 12px;
}

.btn-download {
    background-color: #247d83 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: white !important;
    transition: all 0.4s ease-in-out;
}

button.el-button {
    border-radius: 50px;
    padding: 10px 30px !important;
}

.el-button:hover span {
    color: #ffffff !important;
}

.main-wrapper {
    background: hsl(0, 0%, 95%);
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #87909c !important;
}

.el-table .descending .sort-caret.descending {
    border-top-color: #87909c !important;
}

.header-logo-hold {
    display: flex;
    align-items: center;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #FFFFFF !important;
}

@media screen and (min-width: 769px) {
    .el-table .el-table_1_column_2 .cell {
        box-sizing: border-box;
        white-space: nowrap;
        word-break: break-all;
        line-height: 24px;
        text-overflow: ellipsis;
        width: 250px;
    }
}

.el-table tr {
    border-bottom: 1px solid #f3f7fd !important;
}

.el-table--enable-row-hover .el-table__body tr:hover > td {
    background-color: rgba(0, 0, 0, 0.07) !important;
}

.user-info span {
    font-weight: 500;
    font-size: 12px;
    color: #919191;
    padding-left: 10px;
}
.el-table__body, .el-table__footer, .el-table__header{
    width:100%!important;
}