.logo img {
    max-height: 60px !important;
    margin-right: 6px;
}

.p-20 {
    padding: 20px;
}

.image-header {
    height: 100px;
    background-color: white;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.datepicker{
    padding: 0 10px !important;
}

/* -------------------------------------
change theme css class
-------------------------------------- */
/* fixed-top  replace with fixed-top-header */
.fixed-top-header {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 1030;
}

/* sidebar replace with sidebar-custom */
.sidebar-custom {
    position: fixed;
    top: 100px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

/* select2 */
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.login-page-umc-logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.wrap-filename {
    word-break: break-all;        /* allows breaking inside long words */
    overflow-wrap: anywhere;      /* modern way to force wrap */
    white-space: normal;          /* allow line wrapping */
}