/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --gainsboro: #dcdcdc;
}

#back_to_top {
    z-index: 1000;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    background-color: #fff;
    position: fixed;
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 1px gray;
    bottom: 30px;
    right: 4px;
    display: none;
}

#back_to_top i {
    color: #6d6c6d;
}

#back_to_top:hover i {
    color: #fff;
}

.search-element {
    position: relative;
}

.custom-datalist {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    border-radius: 5px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.custom-datalist.visible {
    display: block;
}


.custom-datalist div a {
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    width: 100%;
    color: var(--dark);
}

.custom-datalist div:hover,
.selected {
    background-color: #f0f0f0;
}

label {
    user-select: none;
}

#auth {
    background-image: url('/assets/img/background/login.jpeg') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.Num2d0,
.Num3d0,
.Num5d0,
.Num7d0,
.Num9d0,
.Num14d2,
.MaxLength2Unsigned,
.MaxLength4,
.MaxLength5,
.year-mask {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.bank {
    display: none;
}

.qualification-icon {
    padding-right: 5px;
    padding-bottom: 10px;
    font-size: medium;
}

.employee-show-icon {
    padding-right: 5px;
    font-size: large;
}

.appendable .row {
    position: relative;
    border: 1px solid var(--gainsboro);
    border-radius: 5px;
    margin: 10px 0;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
}

.employee-info-trash-icon i {
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 3px;
    color: var(--dark);
}

.employee-info-trash-icon:hover i {
    color: var(--danger);
}

.logout {
    padding-top: 0px;
    padding-bottom: 0px;
}

.logout:focus,
.anchor:focus {
    outline: transparent;
}

.logout:active,
.anchor:active {
    background-color: transparent;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-170 {
    width: 170px;
}

.w-250 {
    width: 250px;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.filter {
    margin-bottom: 20px;
}

.gallery {
    position: relative;
}

.gallery .btn-times {
    position: absolute;
    top: -8px;
    right: 1px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.gallery .btn-times:hover {
    color: var(--danger);
}

.gallery .btn-times:active {
    background-color: transparent;
}

.gallery .btn-times:focus {
    outline: transparent;
}

.edit-export-to-excel {
    font-family: Arial, Helvetica, sans-serif;
}

.edit-export-to-excel:hover {
    text-decoration: none;
    color: var(--green) !important;
}

.font-awesome-icon,
.font-awesome-icon-text {
    margin-left: -3px !important;
}

.list-style-none {
    list-style: none;
}

.table-border,
.table-border th,
.table-border td {
    border: 1px solid var(--gray) !important;
}

.wrap {
    white-space: normal;
}

.no-wrap {
    white-space: nowrap;
}

.line-height-15 {
    line-height: 15px;
}