/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.form-label {
    text-transform: uppercase;
    display: inline-flex;
    color: #7e7e7e !important;
    font-weight: 550;
    font-size: 11px;
    align-items: center;
}

.form-hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.select2-selection {
    border: 1px solid #e4e6fc !important;
}

.select2-selection__rendered {
    padding: 8px 10px;
    color: #495057;
}

.action-icon {
    margin: 0;
    border: 0;
    padding: 0 4px !important;
    display: inline-block;
    background: none;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}

.action-icon-blue {
    color: #2192ff;
}

.action-icon-blue:hover {
    color: #1c75c9;
}

.action-icon-yellow {
    color: #b3b600;
}

.action-icon-yellow:hover {
    color: #808200;
}

.action-icon-green {
    color: #63c70b;
}

.action-icon-green:hover {
    color: #298109;
}

.action-icon-red {
    color: #e72929;
}

.action-icon-red:hover {
    color: #a01e1e;
}

.badge-status {
    text-transform: uppercase;
}

.table th {
    font-size: 11px;
    color: #6c757d;
}

.table td {
    font-size: 12px;
    color: #000;
}

.table-over {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
}

.form-btn-search {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.5px;
    cursor: pointer;
    background-color: #6777ef;
    color: #fff;
}

.form-btn-search:hover {
    background-color: #243cee;
}

.form-btn-delete {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.5px;
    cursor: pointer;
    background-color: #db0d0d;
    color: #fff;
}

.form-btn-delete:hover {
    background-color: #bb0d0d;
}
