.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    border-radius: 12px;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    z-index: 7;
    min-width: 300px;
    right: 0;
}
.dropdown-content.show {
    display: block;
}
.dropdown-header {
    padding: 8px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    font-family: Mulish;
    font-size: 18px;
    font-weight: 700;
    color: #2f1c6a;
}
.dropdown-row {
    padding: 8px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: rgba(54, 52, 77, 0.5);
}
.dropdown-row option {
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.dropdown-row label {
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.detail-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
}
.detail-container .detail-form-content-container {
    display: flex;
    flex-direction: column;
}
.detail-container .detail-form-content-container input,
.detail-container .detail-form-content-container select {
    border-radius: 8px;
    padding: 15px 10px;
}
.user-dropdown-wrapper {
    display: none;
    position: absolute;
    right: 10px;
    top: 60px;
    background: #fff;
    width: 160px;
    z-index: 1;
    padding: 8px 0;
    border-radius: 8px;
}
.user-dropdown-wrapper button {
    width: 100%;
    text-align: left;
    padding: 5px 8px;
    border: none;
    background: 0 0;
    font-size: 13px;
    margin: 2px 0;
}
.header-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.header-list-wrapper .button-list-default {
    padding: 5px;
    background: #4585d0;
    border: 1px solid #4585d0;
    color: #fff;
    border-radius: 4px;
}
.header-detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.header-detail-wrapper .header-button-title-wrapper,
.header-detail-wrapper .header-button-wrapper {
    display: flex;
}
.header-detail-wrapper .header-button-wrapper button:last-child {
    margin-left: 10px;
}
.header-detail-wrapper .header-button-title-wrapper button {
    border: none;
    background: 0 0;
}
.header-detail-wrapper .button-detail-default {
    padding: 5px;
    background: #4585d0;
    border: 1px solid #4585d0;
    color: #fff;
    border-radius: 4px;
}
.text-row {
    flex: 1;
}
.name {
    font-size: 20px;
    color: #2f1c6a;
    font-family: Mulish;
}
.action-button {
    padding: 10px;
    background-color: #3f80ff;
    color: #fff;
    border: none;
    cursor: pointer;
}
.button-row button {
    margin-right: 10px;
}
.row p {
    margin-bottom: -2px;
    font-family: Mulish;
    font-size: 12px;
}
.row:nth-child(1) p {
    color: #2f1c6a;
    font-weight: 600;
}
.row:nth-child(2) p {
    color: #36344d;
    margin-bottom: 5px;
}
.button-row {
    margin-bottom: 5px;
}
.button-row button {
    border-radius: 8px;
}
.row:nth-child(4) p {
    margin-bottom: 0;
    color: #696f8c;
    font-weight: 600;
}
.tabs {
    display: flex;
}
.content-default-wrapper {
    overflow: auto;
}
.tabs-dayoff {
    display: flex;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #cacaca;
    border-radius: 14px;
    width: 80%;
    gap: 5px;
}
.tabs-dayoff-left .row1 {
    color: #2f1c6a;
    font-family: Mulish;
    font-size: 28px;
    font-weight: 500;
}
.tabs-dayoff-left .row2 {
    color: #36344d;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
}
.tabs-dayoff-left {
    flex: 1;
    padding: 10px;
}
.tabs-dayoff-right {
    border-radius: 14px;
    border: 1px solid #3f80ff;
    background: #fff;
    display: flex;
    width: 260px !important;
}
.tabs-dayoff-right .row1,
.tabs-dayoff-right .row2 {
    padding: 5px;
    border-bottom: 1px solid #0000001a;
}
.tabs-dayoff-right .row1 {
    padding-left: 5px;
}
.popup {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 14px;
    width: 400px;
}
.popup.visible {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.popup.visible .textfill {
    display: flex;
    padding: 5px;
    flex-direction: column;
}
.textfill .text {
    font-family: Mulish;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #36344d;
}
.highlighted-text {
    font-style: italic;
    color: #3f80ff;
}
.highlighted-text-red {
    font-weight: 900;
    color: red;
}
.textfill .text::before {
    content: "• ";
    color: #000;
    font-weight: 700;
    margin-right: 5px;
}
.column2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.column2 .row2 {
    background: #f1f6ff;
    flex: 2;
}
.column2 .row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.column2 .row2 {
    display: flex;
    flex-direction: row;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.column2 .row2 > :nth-child(2) {
    margin-left: auto;
    text-align: right;
}
.column2 .row1 span,
.column2 .row2 span {
    font-family: Mulish;
}
.column2 .row1 .periode {
    font-size: 16px;
    font-weight: 700;
    color: #2f1c6a;
}
.column2 .row1 .expired {
    font-size: 12px;
    font-weight: 700;
    color: #e80a0a;
}
.column2 .row2 .date {
    font-size: 14px;
    font-weight: 600;
    color: #2f1c6a;
}
.column2 .row2 .date2 {
    font-size: 14px;
    font-weight: 600;
    color: red;
}
.column2 .row2 .title {
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.column2 .total2 {
    margin-left: 170px !important;
}
.column2 .total {
    margin-left: 170px !important;
}
.modal-row .column2 .total {
    margin-left: 100px !important;
    display: inline-block !important;
}
.modal-row .column2 .total2 {
    margin-left: 100px !important;
    display: inline-block !important;
}
.column2 .row1 .title {
    font-size: 14px;
    color: #2f1c6a;
    font-weight: 800;
}
.column2 .row1 .balance {
    font-size: 14px;
    color: #2f1c6a;
    font-weight: 800;
}
.column2 .row1 .total2 {
    font-size: 36px;
    color: #00b151;
    font-weight: 700;
}
.column2 .row1 .total2.red {
    color: red !important;
}
.column2 .row1 .days2 {
    font-size: 13px;
    color: #00b151;
    font-weight: 700;
}
.column2 .row1 .days2.red {
    color: red !important;
}
.column2 .row1 .total {
    font-size: 36px;
    color: #00b151;
    font-weight: 700;
}
.column2 .row1 .total.red {
    color: red !important;
}
.column2 .row1 .days {
    font-size: 13px;
    color: #00b151;
    font-weight: 700;
}
.column2 .row1 .days.red {
    color: red !important;
}
.column2 .row2 .balance,
.column2 .row2 .balance2 {
    font-size: 16px;
    font-weight: 700;
    color: #36344d;
}
.column2 .row2 .balance {
    color: #00b151;
}
.column2 .row2 .balance2 {
    color: #2f1c6a;
}
.column2 .row2 .text,
.column2 .row2 .text2 {
    display: flex;
    flex-direction: column;
}
.column2 .row2 .text2 {
    margin-left: auto;
}
.icon-container {
    position: absolute;
    top: 0;
    right: 0;
    color: #8c8c8c;
}
.icon-container {
    position: absolute;
    top: 0;
    right: 0;
    color: #8c8c8c;
}
.modal-dayoff-content {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 30%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-dayoff-content2 {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    padding: 20px;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 30%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.leave-adjustment {
    background: #fff;
    width: 80%;
    padding: 20px;
    border-radius: 14px;
}
@media screen and (max-width: 1919px) and (max-height: 1079px) {
    .modal-dayoff-content {
        background: #fff;
        margin: auto;
        margin-top: 2%;
        padding: 20px;
        border-radius: 12px;
        border: 6px solid #e3e3e3;
        width: 30%;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    }
    .modal-dayoff-content2 {
        background: #fff;
        margin: auto;
        margin-top: 2%;
        padding: 20px;
        border-radius: 12px;
        border: 6px solid #e3e3e3;
        width: 40%;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
    }
}
.modal-dayoff-top-row {
    border-bottom: 1px solid #e9edf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.leave-adjustment .modal-dayoff-top-row {
    border-bottom: 1px solid #e9edf5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.modal-dayoff-content .modal-row {
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.modal-dayoff-content2 .modal-row {
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.leave-adjustment .modal-row {
    margin-bottom: 10px;
    margin-top: 10px;
    flex-direction: row;
    display: flex;
    gap: 10px;
}
.modal-dayoff-content .modal-row .inside-row {
    width: 100%;
}
.modal-dayoff-content2 .modal-row .inside-row {
    width: 100%;
}
.modal-dayoff-content .modal-row .inside-row .date-input-wrappers {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.modal-dayoff-content2 .modal-row .inside-row .date-input-wrappers {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.leave-adjustment .modal-row .inside-row .date-input-wrappers {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.modal-dayoff-content .modal-row .inside-row .date-input-wrappers input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-dayoff-content2 .modal-row .inside-row .date-input-wrappers input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.leave-adjustment .modal-row .inside-row .date-input-wrappers input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-dayoff-content .modal-row .inside-row .date-input-wrappers:last-child {
    float: right;
}
.modal-dayoff-content2 .modal-row .inside-row .date-input-wrappers:last-child {
    float: right;
}
.leave-adjustment .modal-row .inside-row .date-input-wrappers:last-child {
    float: right;
}
.modal-row-button {
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}
.modal-row-button button {
    margin-left: auto;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
    align-content: center;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.modal-row label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-row button {
    display: block;
    margin-left: auto;
    margin-bottom: 5px;
}
.modal-row span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-dayoff-content .modal-row span {
    display: inline !important;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-row-date {
    display: flex;
    flex-direction: column;
}
.modal-row-date label {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal-row-date span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.modal-dayoff-content .modal-row .dropdown-select {
    width: 100%;
    padding: 8px;
}
.dropdown-select option:checked {
    font-weight: 900;
    text-shadow: 0.25px 0.25px 0.25px #000;
}
.dropdown-select {
    font-weight: 900;
    text-shadow: 0.25px 0.25px 0.25px #000;
}
.modal-dayoff-content .modal-row #location {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.modal-dayoff-content .modal-row #division {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.leave-adjustment .modal-row .dropdown-select {
    width: 100%;
    padding: 8px;
}
.leave-adjustment .modal-row #location {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.leave-adjustment .modal-row #division {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}
.custom-file-input-container {
    display: inline-block;
    width: 100%;
    height: 50px;
}
.upload-label {
    display: inline-block;
    position: relative;
    border: 1px dotted #3f80ff;
    background: linear-gradient(0deg, #eef4ff, #eef4ff);
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
}
.center-content {
    display: flex;
    justify-content: center;
    width: 100%;
}
.upload-icon {
    font-size: 24px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.inside-row .explaintext {
    font-family: Mulish;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    text-align: left;
    color: #36344d80;
}
.upload-text {
    vertical-align: middle;
}
.upload-label:hover {
    background-color: #f2f2f2;
}
.modal-row .dropdown-select option {
    background-color: #fff;
    color: #333;
    padding: 8px;
    border-radius: 0 !important;
    border: none;
}
.modal-row .custom-textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
}
.modal-row .custom-textarea2 {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
}
.buttons-container {
    display: flex;
    justify-content: flex-end;
}
.buttons-container button:first-child {
    margin-right: 10px;
}
.buttons-container .custom-btn {
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.buttons-container #submit_button {
    background-color: #356bd4;
    color: #fff;
}
.buttons-container #submit_button2 {
    background-color: #356bd4;
    color: #fff;
}
.buttons-container #submit_button2:hover,
.buttons-container #submit_button:hover {
    border: 2px solid #0f0f0f;
}
.buttons-container #submit_button2:active,
.buttons-container #submit_button:active {
    background-color: #dbdbdb;
}
.modal-row .date-input-wrapper {
    width: 48%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
}
.modal-row .date-input-wrapper input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-row .date-input-wrapper:last-child {
    float: right;
    width: 100%;
}
.modal-row-date .date-input-wrapper {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    border-bottom: 1px solid #e9edf5;
    margin-bottom: 5px;
    margin-top: 10px;
}
.date-input-wrapper span {
    display: block;
    font-weight: 700;
    justify-content: center;
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
    margin-left: auto;
}
.date-input-wrapper label {
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.modal-row-date .date-input-wrapper input[type="date"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.modal-row-date .date-input-wrapper:last-child {
    float: right;
    width: 100%;
}
.modal-row label {
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    font-weight: 400;
}
.modal-row .date-input-wrapper input[type="date"]:-ms-input-placeholder,
.modal-row .date-input-wrapper input[type="date"]::-moz-placeholder,
.modal-row .date-input-wrapper input[type="date"]::-webkit-input-placeholder {
    color: transparent;
}
.modal-row input,
.modal-row select,
.modal-row textarea {
    font-size: 14px;
}
.modal-balance {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-balance-content {
    background: #fff;
    margin: auto;
    margin-top: 10%;
    padding: 10px;
    border-radius: 12px;
    border: 6px solid #e3e3e3;
    width: 20%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2), 0 30px 70px -10px rgba(17, 24, 38, 0.25), 0 0 0 1px rgba(152, 161, 178, 0.1);
}
.modal-balance-top-row {
    border-bottom: 1px solid #e9edf5;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-balance-top-row h2 {
    font-family: Mulish;
    font-size: 16px;
    color: #2f1c6a;
    font-weight: 700;
}
.modal-balance-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.modal-balance-row p {
    font-family: Mulish;
    font-size: 14px;
    color: #36344d;
    padding: 5px;
}
.modal-balance-row label {
    flex: 1;
    padding: 5px;
    font-family: Mulish;
    font-size: 14px;
    color: #2f1c6a;
}
.balance-box {
    border: 1px solid #bfd5ff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #f6f9ff;
    font-family: Mulish;
    font-size: 16px;
}
.balance-details p {
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 16px;
    color: #333;
}
.balance-details p strong {
    text-align: right;
}
.custom-button {
    padding: 16px 36px;
    border-radius: 8px;
    border: 2px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eef2ff;
    color: #2f1c6a;
    transition: all 0.2s ease;
}
.custom-button:hover {
    background-color: #d6e0ff;
    box-shadow: 0 0 15px 0 #3f80ff;
}
.custom-button.selected {
    border: 2px solid #4a3aff;
    box-shadow: 0 0 8px #4a3aff;
}
.action-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.action-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
}
.leave-adjustment .modal-row .inside-row {
    width: 100%;
}