<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dash-title {
    font-family: 'Lato-Bold';
    font-size: 18px;
    line-height: 24px;
    color: var(--lightBlack);
    margin-bottom: 12px;
    text-transform: uppercase;
}
/* Table */
div.dt-buttons {
    margin-bottom: -50px;
}
.btn-secondary {
    background: var(--white);
    border: 1px solid var(--lighterGray);
    color: var(--lightBlack);
    font-size: 14px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.btn-secondary:hover {
    color: var(--white);
    background-color: var(--darkBlue);
    border-color: var(--darkBlue);
    outline: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
}
table.dataTable {
    border-collapse: collapse !important;
}
.table-full {
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
}
.table-full th {
    color: var(--lightBlack);
    padding: 15px;
    font-family: 'Lato-Regular';
    font-size: 14px;
    white-space: nowrap;
}
.table-full th:first-child {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}
.table-full th:last-child {
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
}
.table-full td {
    background: var(--white);
    color: var(--lightBlack);
    padding: 15px;
    font-family: 'Lato-Regular';
    font-size: 14px;
    white-space: nowrap;
}
.table-full tr {
    border-bottom: 1px solid var(--lighterGray);
    background: var(--white);
}
.table-full thead tr {
    border-bottom: 1px solid var(--black);
}
.table-full.table-dark th {
    background: var(--lightBlack);
    color: var(--white);
    white-space: nowrap;
}
.table-full tfoot tr th {
    background: var(--lightestGray) !important;
}
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    font-family: 'Lato-Regular';
    font-size: 14px;
    line-height: 20px;
}
.dataTables_length {
    float: left !important;
    margin-bottom: 8px;
    width: 100%;
}
div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 8px;
}
div.dataTables_wrapper div.dataTables_filter input, div.dataTables_wrapper div.dataTables_filter input:focus {
    outline: none;
    box-shadow: none;
}
.page-item.active .page-link, .paginate_button.active a {
    background-color: var(--darkBlue);
    border-color: var(--darkBlue);
}
.page-link, div.dataTables_wrapper div.dataTables_info, .paginate_button a {
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 8px 0;
}
/* ========== Cap Table ========= */
.user-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.user-info .data {
    position: relative;
    padding-left: 45px;
    min-height: 35px;
    font-family: 'Lato-Heavy';
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
    margin-right: 24px;
    display: flex;
    align-items: center;
}
.user-info .data:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.user-info .data.profile:before {
    background: url(../images/cap-table/user.png) no-repeat;
    background-size: contain;
}
.user-info .data.call:before {
    background: url(../images/cap-table/phone.png) no-repeat;
    background-size: contain;
}
.user-info .data.mail:before {
    background: url(../images/cap-table/email.png) no-repeat;
    background-size: contain;
}
.user-info .data.place:before {
    background: url(../images/cap-table/location.png) no-repeat;
    background-size: contain;
}
.user-info .data:last-child {
    margin-right: 0;
}
.dash-info {
    width: 100%;
    position: relative;
    padding: 12px 0;
}
.dash-info .title {
    display: block;
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
    margin-bottom: 2px;
}
.dash-info .data {
    display: block;
    font-family: 'Lato-Heavy';
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
    word-break: break-all;
}
.data-mod {
    width: 100%;
    position: relative;
}
.data-mod td {
    padding: 12px 0;
}
.data-mod .title {
    display: block;
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}
.data-mod .data {
    position: relative;
    display: inline-block;
    padding: 4px 12px;
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
    border-radius: 14px;
    white-space: nowrap;
}
.data-mod .data.green {
    background: var(--lightGreen);
}
.data-mod .data.blue {
    background: var(--blue);
}
.data-mod .data.darkBlue {
    background: var(--darkBlue);
}
.graph-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.graph-wrap .data {
    width: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 12px;
}
.graph-wrap .data .indicator {
    width: 100%;
    padding-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 12px 0;
}
.graph-wrap .data .indicator:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
}
.graph-wrap .data .indicator.blue:before{
    background: var(--blue);
}
.graph-wrap .data .indicator.darkBlue:before{
    background: var(--darkBlue);
}
.graph-wrap .data .indicator.darkestBlue:before{
    background: var(--darkestBlue);
}
.graph-wrap .data .indicator.navyBlue:before{
    background: var(--navyBlue);
}
.graph-wrap .data .indicator.green:before{
    background: var(--lightGreen);
}
.graph-wrap .data .indicator.lightGray:before{
    background: var(--lighterGray);
}
.graph-wrap .data .indicator.yellow:before{
    background: var(--yellow2);
}
.graph-wrap .data .indicator.lighterBlue:before{
    background: var(--lighterBlue);
}
.graph-wrap .data .indicator.red:before{
    background: var(--red);
}
.graph-wrap .data .indicator .title {
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 20px;
    columns: var(--lightBlack);
}
.graph-wrap .data .indicator .value {
    font-family: 'Lato-Regular';
    font-size: 16px;
    line-height: 20px;
    columns: var(--lightBlack);
}
.graph-wrap .graph {
    width: calc(100% - 180px);
}
.graph-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.stat-total {
    position: absolute;
    right: 16px;
    top: 16px;
    font-family: 'Lato-Heavy';
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}
.switch-wrap {
    position: absolute;
    right: 16px;
    top: 20px;
}
.switch-wrap .switcher {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.switch-wrap .switchbar {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-bottom: 0 !important;
}
.switch-wrap .switchbar input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.switch-wrap .switchbar .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--blue);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 16px;
    border: 1px solid var(--blue);
}
.switch-wrap .switchbar .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 2px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    background-color: var(--white);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    z-index: 1;
}
.switch-wrap .switcher.active input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    background-color: var(--white);
}
.switch-wrap .switcher .options {
	position: relative;
    display: inline-block;
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 16px;
    color: var(--gray);
}
.switch-wrap .switcher .options.left {
	margin-right: 6px;
}
.switch-wrap .switcher .options.right {
	margin-left: 6px;
}
.quickswitch {
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Lato-Medium';
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}
.quickswitch .switch-wrap {
    position: relative;
    right: auto;
    top: auto;
    padding-left: 8px;
}
.dash-info-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.dash-info-bar .icon {
    width: 70px;
    height: 70px;
    background: var(--white);
    border-radius: 50%;
    border: 1px solid var(--blue);
    position: relative;
}
.dash-info-bar .icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Lato-Bold';
    font-size: 26px;
    color: var(--blue);
}
.dash-info-bar .info {
    width: calc(100% - 70px);
    padding-left: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.dash-info-bar .info .text {
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 20px;
    color: var(--gray);
}
.dash-info-bar .info .data {
    font-family: 'Lato-Bold';
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}
.dash-info-bar .info .head {
    font-family: 'Lato-Bold';
    font-size: 24px;
    line-height: 26px;
    color: var(--blue);
}

@media (max-width: 1399px) {
    .switch-wrap {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 10px;
    }
}
@media (max-width: 1199px) {
    .user-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .user-info .data {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .user-info .data:last-child {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    div.dt-buttons {
        margin-bottom: 20px;
    }
    .dataTables_length {
        text-align: center !important;
    }
}
@media (max-width: 414px) {
    .graph-wrap.toggle-col {
        flex-direction: column;
        padding-top: 12px;
    }
    .graph-wrap.toggle-col .graph {
        width: 100%;
    }
    .graph-wrap.toggle-col .data {
        width: 100%;
        padding-left: 0;
    }
}</pre></body></html>