.toolbar-top {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    height: 45px;
    line-height: 42px;
    background-color: #303f9f;
    color: #ffffff !important;
    padding: 0pt 8pt 8pt 8pt;
    z-index: 1030;
}
.toolbar-top a {
    color: #ffffff !important;
}

.size-6 {
    font-size: 6pt;
}
.size-7 {
    font-size: 7pt;
}
.size-8 {
    font-size: 8pt;
}
.size-9 {
    font-size: 9pt;
}
.size-10 {
    font-size: 10pt;
}
.size-11 {
    font-size: 11pt;
}
.size-12 {
    font-size: 12pt;
}

.padding-0 {
    padding: 0;
}
.margin-0 {
    margin: 0;
}
.height-20 {
    height: 20px;
}

.left {
    float: left;
    width: 10%;
    text-align: left;
    /* border: solid 1px rgb(51, 201, 21); */
}

.centre {
    float: left;
    width: 80%;
    text-align: center;
    height: auto;
    font-size: 10pt;
}

.right {
    float: right;
    width: 10%;
    text-align: right;
    /* border: solid 1px rgb(51, 201, 21); */
}

.size-6 {
    font-size: 6pt;
}
.size-7 {
    font-size: 7pt;
}
.size-8 {
    font-size: 8pt;
}
.size-9 {
    font-size: 9pt;
}
.size-10 {
    font-size: 10pt;
}
.size-11 {
    font-size: 11pt;
}
.size-12 {
    font-size: 12pt;
}

.padding-0 {
    padding: 0;
}
.margin-0 {
    margin: 0;
}
.height-20 {
    height: 20px;
}

.accordion-body {
    padding: 0.5rem;
}

.tabbar__icon {
    font-size: 24px;
    padding: 0;
    margin: 0;
    line-height: 26px;
    display: block !important; /* stylelint-disable-line declaration-no-important */
    height: 25px;
    text-align: center;
}
.tabbar__label {
    font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial",
        "Lucida Grande", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 100;
    display: inline-block;
    height: 20px;
}

.border {
    border: solid 2px #000;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

/* .fixTable1 {
    height: 450px;
}
.fixTable2 {
    height: 200px;
} */

.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title {
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead {
    background: #f3f3f3;
    color: #333;
}
.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.apexcharts-canvas {
    margin: 0;
}

.apexcharts-legend {
    display: flex;
    overflow: auto;
    padding: 0 10px;
}

.apexcharts-legend.position-bottom,
.apexcharts-legend.position-top {
    margin: 0 auto;
    flex-wrap: wrap;
}
.apexcharts-legend.position-right,
.apexcharts-legend.position-left {
    margin: 0 auto;
    flex-direction: column;
    bottom: 0;
}

.apexcharts-legend.position-bottom.left,
.apexcharts-legend.position-top.left,
.apexcharts-legend.position-right,
.apexcharts-legend.position-left {
    margin: 0 auto;
    justify-content: flex-start;
}

.apexcharts-legend.position-bottom.center,
.apexcharts-legend.position-top.center {
    margin: 0 auto;
    justify-content: center;
}

.apexcharts-legend.position-bottom.right,
.apexcharts-legend.position-top.right {
    margin: 0 auto;
    justify-content: flex-end;
}

.apexcharts-legend-series {
    margin: 0 auto;
    cursor: pointer;
}

.apexcharts-legend.position-bottom .apexcharts-legend-series,
.apexcharts-legend.position-top .apexcharts-legend-series {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.apexcharts-legend-text {
    margin: 0 auto;
    position: relative;
    font-size: 14px;
}

.apexcharts-legend-text *,
.apexcharts-legend-marker * {
    pointer-events: none;
}

.apexcharts-legend-marker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
}

.apexcharts-legend.right .apexcharts-legend-series,
.apexcharts-legend.left .apexcharts-legend-series {
    display: inline-block;
}

.apexcharts-legend-series.no-click {
    cursor: auto;
}

.apexcharts-legend .apexcharts-hidden-zero-series,
.apexcharts-legend .apexcharts-hidden-null-series {
    display: none !important;
}

.inactive-legend {
    opacity: 0.45;
}

.page {
    top: 70pt;
    bottom: 40pt;
    left: 0;
    right: 0;
    overflow: auto;
    line-height: 1.5;
    margin-top: 70pt;
    padding: 8px;
}

.avatar {
    white-space: nowrap;
    background-color: #c3c3c3;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.avatar .avatar-content {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 0.857rem;
}

.avatar .avatar-content .avatar-icon {
    height: 1rem;
    width: 1rem;
}

.avatar [class*="avatar-status-"] {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
}

.avatar [class*="avatar-status-"].avatar-status-lg,
.avatar [class*="avatar-status-"].avatar-status-xl {
    width: 17px;
    height: 17px;
    border-width: 2px;
}

.avatar .avatar-status-online {
    background-color: #28c76f;
}

.avatar .avatar-status-busy {
    background-color: #ea5455;
}

.avatar .avatar-status-away {
    background-color: #ff9f43;
}

.avatar .avatar-status-offline {
    background-color: #82868b;
}

.avatar.avatar-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    border-radius: 0.357rem;
}

.avatar img {
    border-radius: 50%;
}

.avatar.avatar-xl {
    font-size: 1.5rem;
}

.avatar.avatar-xl img {
    width: 70px;
    height: 70px;
}

.avatar.avatar-xl .avatar-content {
    height: 70px;
    width: 70px;
    font-size: 2.57rem;
}

.avatar.avatar-xl .avatar-content .avatar-icon,
.avatar.avatar-xl .avatar-content i,
.avatar.avatar-xl .avatar-content svg {
    height: 3rem;
    width: 3rem;
    font-size: 3rem;
}

.avatar.avatar-xl [class*="avatar-status-"] {
    right: 3px;
    bottom: 0;
}

.avatar.avatar-lg {
    font-size: 1.2rem;
}

.avatar.avatar-lg img {
    width: 50px;
    height: 50px;
}

.avatar.avatar-lg .avatar-content {
    width: 50px;
    height: 50px;
    font-size: 1.714rem;
}

.avatar.avatar-lg .avatar-content .avatar-icon,
.avatar.avatar-lg .avatar-content i,
.avatar.avatar-lg .avatar-content svg {
    height: 2rem;
    width: 2rem;
    font-size: 2rem;
}

.avatar.avatar-lg [class*="avatar-status-"] {
    right: 3px;
    bottom: 1px;
}

.avatar.avatar-sm .avatar-content {
    width: 24px;
    height: 24px;
}

.avatar.avatar-sm .avatar-content .avatar-icon,
.avatar.avatar-sm .avatar-content i,
.avatar.avatar-sm .avatar-content svg {
    height: 1rem;
    width: 1rem;
    font-size: 1rem;
}

.avatar.avatar-sm img {
    width: 24px;
    height: 24px;
}

.avatar.avatar-sm [class*="avatar-status-"] {
    right: -3px;
    bottom: -2px;
}

.avatar-group {
    display: flex;
    justify-content: flex-start;
}

.avatar-group .avatar {
    transition: all 0.25s ease;
}

.avatar-group .avatar img,
.avatar-group .avatar .avatar-content {
    box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px rgba(34, 41, 47, 0.07);
}

.avatar-group .avatar .avatar-content {
    background-color: #9b9ea2 !important;
}

.avatar-group .avatar:hover {
    transition: all 0.25s ease;
}

.avatar-group .avatar.pull-up:hover {
    transform: translateY(-4px) scale(1.07);
}

.avatar-group .avatar:not(:first-child) {
    margin-left: -0.55rem;
}

.avatar-group .avatar-sm:not(:first-child) {
    margin-left: -0.4rem;
}

.avatar-group .avatar-lg:not(:first-child) {
    margin-left: -1rem;
}

.avatar-group .avatar-xl:not(:first-child) {
    margin-left: -1.5rem;
}

.font-small-1 {
    font-size: 0.7rem !important;
}

svg.font-small-1 {
    height: 0.7rem !important;
    width: 0.7rem !important;
}

.font-small-2 {
    font-size: 0.8rem !important;
}

svg.font-small-2 {
    height: 0.8rem !important;
    width: 0.8rem !important;
}

.font-small-3 {
    font-size: 0.9rem !important;
}

svg.font-small-3 {
    height: 0.9rem !important;
    width: 0.9rem !important;
}

.font-small-4 {
    font-size: 1rem !important;
}

svg.font-small-4 {
    height: 1rem !important;
    width: 1rem !important;
}

.font-medium-1 {
    font-size: 1.1rem !important;
}

svg.font-medium-1 {
    height: 1.1rem !important;
    width: 1.1rem !important;
}

.font-medium-2 {
    font-size: 1.2rem !important;
}

svg.font-medium-2 {
    height: 1.2rem !important;
    width: 1.2rem !important;
}

.font-medium-3 {
    font-size: 1.3rem !important;
}

svg.font-medium-3 {
    height: 1.3rem !important;
    width: 1.3rem !important;
}

.font-medium-4 {
    font-size: 1.4rem !important;
}

svg.font-medium-4 {
    height: 1.4rem !important;
    width: 1.4rem !important;
}

.font-medium-5 {
    font-size: 1.5rem !important;
}

svg.font-medium-5 {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.font-large-1 {
    font-size: 2rem !important;
}

svg.font-large-1 {
    height: 2rem !important;
    width: 2rem !important;
}

.font-large-2 {
    font-size: 3rem !important;
}

svg.font-large-2 {
    height: 3rem !important;
    width: 3rem !important;
}

.font-large-3 {
    font-size: 4rem !important;
}

svg.font-large-3 {
    height: 4rem !important;
    width: 4rem !important;
}

.font-large-4 {
    font-size: 5rem !important;
}

svg.font-large-4 {
    height: 5rem !important;
    width: 5rem !important;
}

.font-large-5 {
    font-size: 6rem !important;
}

svg.font-large-5 {
    height: 6rem !important;
    width: 6rem !important;
}

.match-height > [class*="col"] {
    display: flex;
    flex-flow: column;
}

.match-height > [class*="col"] > .card {
    flex: 1 1 auto;
}
