html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
html,
body,
#app {
    height: 100%;
}
body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #1c9dda;
    font-size: 14px;
}
h1 {
    font-size: 30px;
    font-weight: bold;
}
table {
    border-radius: 7px 7px 0 0;
    border-style: hidden;
    border-spacing: 0;
    border-collapse: initial;
    border: 1px solid #1c9dda;
    color: #ffffff;
    overflow: hidden;
    border-bottom: none;
}
thead {
    background-color: #1c9dda;
    font-size: 16px;
}
tbody {
    color: #1c9dda;
    font-size: 14px;
}
tr {
    height: 50px;
    border: 1px solid #1c9dda;
}
tbody > tr:hover {
    background-color: #e3eefb;
    cursor: pointer;
}
td {
    text-align: center;
    border-bottom: 1px solid #1c9dda;
}
a:hover {
    text-decoration: none;
}
.mainContent {
    padding: 20px;
    width: 80%;
    -webkit-box-shadow: 0px -1px 20px 0px rgb(0 0 0 / 51%);
    box-shadow: 0px -1px 20px 0px rgb(0 0 0 / 51%);
    overflow: auto;
}
.stretchContent {
    padding: 20px;
    width: 100% !important;
}
.burgerIconContainer {
    background: none;
    border: none;
    padding: 0;
}
.burgerIcon {
    height: 36px;
    width: 36px;
}
.topbar {
    display: flex;
    justify-content: space-between;
}
.pageTitle {
    margin-left: 15px;
}
.contentContainer {
    /* height: 100%; */
    margin-top: 15px;
    padding: 15px;
}
.pageSubtitle {
    margin-bottom: 15px;
}
.customButton {
    background-color: #1c9dda;
    color: #ffffff;
    width: 100%;
    min-height: 38px;
    border: 1px solid #1c9dda;
    border-radius: 4px;
}
.zeroOpacity {
    opacity: 0;
}
.totalRow {
    background-color: #0087c6;
    color: #ffffff;
    font-weight: bold;
}
.dashBox {
    height: 250px;
    width: 200px;
    background-color: #f8fafc;
    border-radius: 17px;
    box-shadow: 0px 5px 15px 0px #cccccc80;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid;
}
.dashItemIcon {
    width: 75px;
    height: 75px;
    color: #1c9dda;
    margin-bottom: 10px;
}
.dashItemText {
    font-weight: bold;
}
.welcome {
    font-weight: bold;
}
.logout {
    cursor: pointer;
}