body {
    font-family: Arial, sans-serif;
    background-color: #f4f0fa;
    margin: 0;
}

header {
    background-color: #7a12c5;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 1px;
    min-height: 1px;
    border-radius: 20px;
    border-left-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 0;
    box-sizing: content-box;
    float: none;
    width: -1px;
    margin-left: 25px;
    margin-right: 25px;
    background: -webkit-linear-gradient(247deg, rgb(127, 0, 255) 0%, rgb(162, 0, 255) 41.5%, rgb(225, 0, 255) 100%);
}

.logo {
    font-weight: bold;
    font-size: 30px;
}

.datetime {
    font-size: 20px;
}

.logout {
    background: #ed3030;
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
}

.logout2 {
    background: #22af22;
    color: #f3ecec;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 9px;
    font-weight: lighter;
    text-decoration: none;
    letter-spacing: 0px;
}

main {
    padding: 30px;
    font-weight: normal;
}

form input,
form select,
form textarea,
form button {
    display: block;
    width: 100%;
    margin: 13px -2px 13px 0;
    padding: 11px;
    border-radius: 8px;
}

form button {
    background: linear-gradient(90deg, #7f00ff, #E100FF);
    color: white;
    border: none;
    font-size: 20px;
    border-radius: 10px;
    font-weight: bold;
}

.login-box {
    width: 300px;
    margin: 90px auto;
    background: white;
    padding: 40px;
    border-radius: 30px;
}

.btn-export {
    background: #f8f8f8;
    color: rgb(5, 5, 5);
    border: none;
    font-size: 15px;
    font-weight: bold;
}

.welcome-message {
    font-size: 25px;
    font-weight: bold;
    color: #6a0dad;
    margin-bottom: 3px;
    margin-left: 3px;
    padding-left: 26px;
    padding-top: 8px;
    margin-top: 0px;
    padding-bottom: 0px;
}

.select2-container .select2-selection--single {
    height: 38px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}

.select2-container {
    max-width: 100%;
}