main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.innerContainer {
    overflow: hide;
    padding: 0 40px;
    position: relative;
    height: 100%;
    transition: scroll 0.45s ease-out 0s;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}
.dateContainer {
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
    border: 1px solid rgb(217, 219, 224);
    background: rgb(255, 255, 255);
    padding: 8px 0px 6px;
}
.tarikh {
    font-size: 0.75rem;
    color: rgb(117, 118, 122);
    line-height: 150%;
}
.hari {
    font-size: 0.875rem;
    color: rgb(33, 33, 36);
    line-height: 21px;
}
.selectedDate {
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 2px;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-color: rgb(217, 219, 224) rgb(217, 219, 224) rgb(75, 79, 166);
    border-image: initial;
    background: rgb(237, 237, 246);
    padding: 8px 0px 6px;
}
.prev-button {
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 30px;
    border: 1px solid rgb(217, 219, 224);
    box-shadow: rgba(0, 0, 0, 0.35) 2px 0px 5px;
}
.date-navigation {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
    outline: none;
    color: rgb(117, 118, 122);
    border-radius: 0px;
    padding: 0px;
    font-size: 1.5rem !important;
}
.next-button {
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 30px;
    border: 1px solid rgb(217, 219, 224);
    box-shadow: rgba(0, 0, 0, 0.35) -2px 0px 5px;
}