p, body, td, input, select, button {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

a {
    color: #1155a3;
}

.space {
    margin: 10px 0px 10px 0px;
}

.header {
    background: #003267;
    background: linear-gradient(to right, #011329 0%,#00639e 44%,#011329 100%);
    padding: 20px 10px;
    color: white;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    margin-bottom: 20px;
}

.header a {
    color: white;
}

.header h1 a {
    text-decoration: none;
}

.header h1 {
    padding: 0px;
    margin: 0px;
}

.main {
    padding: 10px;
    margin-top: 10px;
}

.generated {
    color: #999;
}

.generated a {
    color: #999;
}

.dropdown-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.checkbox-container {
    margin-top: 20px;
}

label {
    margin-right: 5px;
}

#totalDetails {
    border: 1px solid rgb(224, 224, 224);
    background-color: #f3f3f3;
    border-collapse: collapse;
    border-style: hidden;
    /* width: 200px; */
}

    #totalDetails td {
        border: 1px solid rgb(224, 224, 224);
        background-color: #f3f3f3;
        /*width: 80px;*/
    }
/*
.scheduler_default_event_bar {
    background-color: #fcfcfc !important;
}

.scheduler_default_event_inner {
    background: none !important;
    border: none !important;
}*/