
nav.custom-header {
    background-color: #4a8fe7;
    border: none;
    /* position: sticky;
    position: -webkit-sticky;
    top: 0; */
}

aside.custom-sidebar {
    background-color: #59d2fe;
    border: none;
    position: sticky;
    left: 0;
    top: 0;
}

/*.row{
    margin-top: 10px;
    margin-bottom: 10px;
}*/

tr{
    cursor: pointer;
}

.table-div{
    margin: 10px;
    padding: 10px;
    background-color: burlywood;
}

/* custom styling for card XL-MD */
.card-custom {
    min-height: 27em;
}

.card-custom .card-body {
    min-height: 27em !important;
}

.card-report {
    background-color: transparent;
    height: auto;
    padding: 10px;
    margin: 10px;
    border: none;
}
.card-body.centered {
    position: relative;
}
.card-centered {
    position: relative;
    bottom: 0;
    top: 0;
}

.card-outline-blue {
    border-color: #34435e !important;
    border-top-width: 5px;
}

.card-task {
    margin: 10px;
}

.card-todo {
    border-color: #90AACB !important;
    border-top-width: 5px;
    color: black;
}
.card-going {
    border-color: #5C7AEA !important;
    border-top-width: 5px;
    color: black;
}
.card-check {
    border-color: #3D56B2 !important;
    border-top-width: 5px;
    color: black;
}
.card-done {
    border-color: #14279B !important;
    border-top-width: 5px;
    color: black;
}

.bg-todo {
    background-color: #90AACB !important;
    color: white;
}
.bg-going {
    background-color: #5C7AEA !important;
    color: white;
}

.bg-check {
    background-color: #3D56B2 !important;
    color: white;
}

.bg-done {
    background-color: #14279B !important;
    color: white;
}

/* custom styling for fonts  */
.title-card {
    font-weight: bold;
    text-align: center;
}

/* custom styling for button */

.btn-green {
    background-color: #55b89a;
    color: black;
    margin: 10px;
}

.btn-green:hover {
    background-color: #306454;
    color: white;
    margin: 10px;
}

.btn-red {
    background-color: #ec594e;
    color: black;
    margin: 10px;
}

.btn-red:hover {
    background-color: #742c27;
    color: white;
    margin: 10px;
}

.btn-blue {
    background-color: #4a8fe7;
    color: black;
    margin: 10px;
}

.btn-blue:hover {
    background-color: #34435e;
    color: white;
}

.btn-navy {
    background-color: #001f3f;
    color: white;
    margin: 10px;
}

.btn-navy:hover {
    background-color: #596d82;
    color: white;
}

.button-add {
    background-color: #34435e;
    color: white;
    box-shadow: 2.9px 5.8px 5.8px hsl(0deg 0% 0% / 0.25);
    border-radius: 3px;
    border: none;
    width: 100%;
    padding: 10px;
}
.button-add:hover {
    background-color: #d8d2e1;
    color: black;
}

/*
.btn-success, .btn-danger {
    margin-left: 10px;
    margin-right: 10px;
}
*/

.button-edit {
    background-color: #e0dc67;
    color: black;
}

.button-edit:hover {
    background-color: #85833b;
    color: white;
}

.button-delete {
    background-color: #ec594e;
    color: black;
}

.button-delete:hover {
    background-color: #742c27;
    color: white;
}

/* custom styling for grid position */

.float-center {
    position: relative;
    left: 45%;
    right: 45%;
}

/* custom styling for pages */
.attend {
    color: green;
}

.leave {
    color: red;
}

.reviewed {
    color: #FFBD35;
}
.approved {
    color: #3FA796;
}
.declined {
    color: #F05454;
}

.datetime {
    font-size: 1.5rem;
}

/* custom styling for card SM - XS */
@media (max-width: 767.98px) { 
    .card-custom {
        height: auto;
    }
}