        .center {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;

        }

        form {
            text-align: center;
            padding: 20px;
            border-radius: 8px;
            background-color: #fff;
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 10px;
            margin-bottom: 0px;
            width: 100%;
            max-width: 600px;
        }

        input[type="text"],
        input[type="date"],
        input[type="time"],
        textarea {
            width: 100%;
            padding: 6px;
            border: 1px solid #aaa;
            border-radius: 4px;
            font-size: 16px;
            height: 50px;
        }

        textarea {
            resize: vertical;
            font-size: 16px;
            height: max-content;
        }

        #result {
            text-align: center;
            font-size: 22px;
            color: #333;
            font-weight: 700;
            margin-top: 5px;
            margin-bottom: 0px;
            padding: 0px;
        }


        label {
            font-size: 16px;
            text-align: left;
        }

        #radio-div {
            display: flex;
            justify-content: center;
        }


        span {
            display: inline-block;

        }


        button {
            padding: 30px;
            background-color: #0000aa;
            color: #fff;
            border: 1px solid #888;
            border-radius: 5px;
            flex-wrap: wrap;
            justify-content: center;
            font-weight: 500;
            font-size: 25px;
            /* width: 100%; */
            max-width: none;
            margin: auto;
            padding-left: 50px;
            padding-right: 50px;
            text-align: center;
        }

        .attendance-button {
            margin-top: 16px;
            margin-bottom: 20px;
            width: 48.0%;
        }

        #aggregate-button {
            width: 97.5%;
        }

        button:hover {
            background-color: #aaa;
        }

        body {
            background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #6abbfd 890px), linear-gradient(135deg, #95d3ff, #6ebcfc);
            margin: 0;

        }

        html,
        body {
            /* height: 100%; */
            height: 100dvh;
            overflow-y: auto;
            overscroll-behavior: auto;
        }
        
        header {
            text-align: center;
            font-weight: 500;
            font-size: 35px;
            background-color: #000080;
            color: #fff;
            padding-bottom: 10px;
            width: 100svw;

        }


        table {
            background-color: #ffffff;
        }

        select {
            height: 40px;
            font-size: 16px;
        }

        tr {
            text-align: center;
        }

        #log_name {
            margin: 0 auto;
            text-align: center;
            background-color: #000080;
            margin-bottom: 0px;
            color: #ffffff;
            width: min(92vw, 1400px);
            padding: 6px 0px;
            margin-top: 5px;
            border-radius: 8px 8px 0 0;
            font-size: 20px
        }

        .ts-control {
            font-size: 22px;
            width: 100%;
            height: 70px;
            min-height: 48px;
            display: flex;
            flex-direction: row;
            align-items: center;

        }

        .item {
            font-size: 22px;
        }


        .ts-dropdown .option {
            font-size: 22px;
            padding: 20px;
        }


        .ts-dropdown .active {
            background-color: #b7deff;
            color: #3a4349;
        }

        #table-scroll {
            width: min(92vw, 1400px);
            overflow-x: auto;
            white-space: nowrap;
        }

        #table-scroll table {
            border-collapse: collapse;
            min-width: 100%;
        }

        th {
            padding: 10px 5px;
            background-color: #ffc17a;
        }
        #per_month{
            /* text-align: left; */
            background-color: #fae77c;
            font-size: 18px;
            font-weight:550;
            border:none;
        }

        .plugin-clear_button .ts-control {
            position: relative;
            padding-right: 2rem;
        }


        .plugin-clear_button .ts-control .clear-button {
            position: absolute;
            right: .5rem;
            top: 50%;
            transform: translateY(-50%);
            padding: 30px;
            color: #000000;
        }

        input,
        select,
        .ts-control,
        .ts-control input,
        .ts-dropdown,
        .ts-dropdown input {
            color: #303030;
            font-family: inherit;
            font-size: 18px !important;
            line-height: 18px;

        }

        textarea#remarks {
            font-size: 18px;
            height: 50px;

        }

        .highlight {
            display: inline;
        }



        form,
        input,
        select {
            width: 80%;

        }