/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* FONT */
@font-face {
    font-family: 'SFProText';
    src: url('/assets/fonts/subset-SFProText-Light.eot');
    src: url('/assets/fonts/subset-SFProText-Light.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/subset-SFProText-Light.woff2') format('woff2'),
    url('/assets/fonts/subset-SFProText-Light.woff') format('woff'),
    url('/assets/fonts/subset-SFProText-Light.ttf') format('truetype'),
    url('/assets/fonts/subset-SFProText-Light.svg#SFProText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SFProText';
    src: url('/assets/fonts/subset-SFProText-Regular.eot');
    src: url('/assets/fonts/subset-SFProText-Regular.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/subset-SFProText-Regular.woff2') format('woff2'),
    url('/assets/fonts/subset-SFProText-Regular.woff') format('woff'),
    url('/assets/fonts/subset-SFProText-Regular.ttf') format('truetype'),
    url('/assets/fonts/subset-SFProText-Regular.svg#SFProText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SFProText';
    src: url('/assets/fonts/subset-SFProText-Medium.eot');
    src: url('/assets/fonts/subset-SFProText-Medium.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/subset-SFProText-Medium.woff2') format('woff2'),
    url('/assets/fonts/subset-SFProText-Medium.woff') format('woff'),
    url('/assets/fonts/subset-SFProText-Medium.ttf') format('truetype'),
    url('/assets/fonts/subset-SFProText-Medium.svg#SFProText-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'SFProText';
    src: url('/assets/fonts/subset-SFProText-Semibold.eot');
    src: url('/assets/fonts/subset-SFProText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/assets/fonts/subset-SFProText-Semibold.woff2') format('woff2'),
    url('/assets/fonts/subset-SFProText-Semibold.woff') format('woff'),
    url('/assets/fonts/subset-SFProText-Semibold.ttf') format('truetype'),
    url('/assets/fonts/subset-SFProText-Semibold.svg#SFProText-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

html, body {
    height: 100%;
    font-family: 'SFProText', sans-serif;
    letter-spacing: 0;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
input, button, textarea, select { font-family: 'SFProText', sans-serif; }

.last-child {
    margin-bottom: 0 !important;
}

/* ROOT VARIABLES */

:root {
    /* COLOURS */
    --color-01: #fff;
    --color-01-hover: #fff;
    --color-02: #000;
    --color-03: #646464;
    --color-04: #ADADAD;
    --color-05: #F8F8F8;
    --color-05a: rgba(255,255,255,0.15);
    --color-05b: rgba(255,255,255,0.5);
    --color-06: #FDF0EE;
    --color-07: #F9F9FB;
    --color-08: #6D889A;
    --color-09: #F4F5F0;
    --color-09a: rgba(244, 245, 240, 0.25);

    --login-logo-height:2rem;
    --login-auth-border: none;
    --login-background-color:#131D29;
    --login-h1-color:#000;
    --login-h2-color:#000;
    --login-h2-weight: 400;
    --login-h2-letter-spacing: -0.02em;
    --login-header-background:#fff;
    --login-forgot-color: #033cd0;
    --login-order:2;

    --form-field-border:1px solid #ccc;
    --form-field-border-focus:1px solid #e53900;
    --form-field-label-color:#58595b;
    --form-field-label-size:.813rem;
    --form-field-label-weight:300;
    --form-field-weight:300;
    --form-field-radius:0.4rem;
    --form-field-background: #fff;
    --form-field-placeholder: #dcddde;

    --form-submit-background:#033cd0;
    --form-submit-background-hover: #2059ed;
    --form-submit-color:#fff;
    --form-submit-border:none;
    --form-submit-border-hover:none;
    --form-submit-radius:0.4rem;

    --header-button-background: #033cd0;
    --header-button-color: #fff;
    --header-button-border: none;
    --header-button-radius: 0.5rem;
    --header-button-background-hover: #2059ed;
    --header-button-color-hover: #fff;
    --header-button-icon-color: #fff;
    --header-button-icon-color-hover: #fff;
    --header-button-border-hover: none;

    --logo-row-background:#000;
    --logo-row-border-radius:0;
    --logo-row-shaddow:unset;

    --app-header-shaddow:var(--logo-row-shaddow);
    --app-header-border-radius:0;

    --text-color-main: #000;
    --text-color-lighter:#6F838A;
    --text-color-title:#fff;
    --text-color-sub-title:#fff;
    --text-color-breadcrumb:#807d76;
    --text-color-breadcrumb-last:#0100a4;

    --header-frame-background:transparent;
    --header-frame-padding:5rem 0rem 5rem;
    --header-frame-margin:0;

    --vr-background:rgba(0,0,0,.05);

    --inner-page-title-color:#fff;
    --inner-page-title-background:#d4e6cf;
    --inner-page-title-gradient:linear-gradient(45deg,#99979d 0,#e5e5e5 100%);
    --inner-page-border-bottom:1px solid rgb(231 234 236);

    --inner-page-background:#F6F5F6;
    --inner-page-gradient: #fff;

    --aside-background:#fff;
    --aside-h1-color:var(--color-02);
    --aside-link-color:#fff;
    --aside-link-hover:var(--color-02);
    --aside-icon-color:#fff;
    --aside-border:1px solid rgba(255,255,255,0.1);

    --page-background:transparent;

    --stats-border-radius:7px;
    --stats-heading-color:transparent;
    --stats-heading-text-color:#807d76;
    --stats-heading-sub-text-color: #757879;
    --stats-heading-text-size:0.938rem;
    --stats-numbers-color:#0100a4;
    --stats-box-shadow:unset;
    --stats-icon-color:#fff;
    --stats-padding:0;

    --status-active: #2DBE85;
    --status-pending: #FDCC37;
    --status-error: #DF000F;
    --status-complete: #2DBE85;
    --status-next: #d2d6d6;

    --table-border-color:#e9faf2;
    --table-tabs-background:#fff;
    --table-tab-color:#BEC6C8;
    --table-tab-active-line:#0100a4;
    --table-tab-active-color:#0100a4;
    --table-tab-padding:0;
    --table-wrap-padding:0rem 0 0 0;
    --table-th-color:#fff;
    --table-th-text-color:#000;
    --table-zerbra-color: #f9fdff;
    --table-col-color: rgba(228, 239, 243, 0.34);
    --table-col-zerbra-color: rgba(210, 224, 227, 0.34);

    --table-tr-background:#fff;
    --table-tr-hover: #f1f6f8;
    --table-tf-color:#45555f;

    --chart-label-color:rgb(40 52 59);
    --chart-line-color:rgb(40 52 59);
    --chart-dot-color:rgb(40 52 59);

    /* OTHERS */
}

.page-navigation li:not(.active) {
    opacity: 0.6;
}

#auth-forms img {
    position: relative;
    width: 8rem;
    margin-bottom: 6rem;
    margin-left: 20%;
}

#auth-forms .forms {
    position: relative;
}



.header-background {
    padding-bottom:0rem;
}

.header-background .background-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    background: #072146;
}

div#logo-row .column:first-child {
    order: 2;
    border-left: 1px solid var(--vr-background);
    padding-left: 4.063rem;
}


div#logo-row img {
    height: 2.25rem;
}
td.split-row > div span:last-child {
    font-size: 65%;
    opacity: 0.3;
}

.aside-wrapper {
    position: relative;
}

.account-settings .content.table {
    border: unset;
}


#page-header > * { position: relative; }

.header-background > .frame:last-child {
    background:#fdfdfd !important;
}
.vr {
    width: 1px;
    background: var(--vr-background);
}


#page footer h4 i {
    margin-right: 1rem;
    line-height: 1;
    top: 2px;
    position: relative;
    color:#0100a4;
}
#page footer h4 {
    font-size: 1.25rem;
    display: flex;
    color: #0100a4;
    align-items: center;
    margin-bottom: 3rem;
}

.side-contact-details h6  {
    margin-bottom: .5rem;
    font-size: .8rem;
    margin-top: 1.5rem;
    color: #0100a4;
}

.products .header-background {
    padding-bottom: 0 !important;
    border-bottom: unset !important;
}

.products .table-tabs ul li::before {
    background: var(--color-01);
}

.no-bottom-margin { margin-bottom: 0 !important; }

.side-contact-details p {
    margin-bottom: 1rem;
    color: var(--form-field-label-color);
    font-size: 0.875rem;
    line-height: 1.55;
}
.table-wrap {
    background: transparent;
    padding: var(--table-wrap-padding);
    border-radius: 0;
    box-shadow: 0;
    position: relative;
}
.table-tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.table-tabs ul li.active {
    background: transparent;
    position: relative;
    color: var(--table-tab-active-color);
    z-index: 10;
    font-weight: 500;
}

.table-tabs {
    background: var(--table-tabs-background);
    padding: var(--table-tab-padding);
    border-bottom: 1px solid rgb(231 234 236);
}

thead tr th {
    border-bottom: 1px solid rgb(231 234 236);
}

#auth_status.error {
    margin-bottom: 2rem;
    background: var(--status-error);
    color: #fff;
    padding: 1.5rem 2rem;
    border-radius: var(--form-field-radius);
    font-size: 0.875rem;
    line-height: 1.3;
}
#page-header + .frame {
    background: transparent;
}
#auth_status.success {
    margin-bottom: 2rem;
    background: var(--status-complete);
    color: #fff;
    padding: 1.5rem 2rem;
    border-radius: var(--form-field-radius);
    font-size: .875rem;
    line-height: 1.3;
}

.table-tabs ul li {
    font-size: 1rem;
    font-weight: 300;
    background: transparent;
    padding: 2.875rem 2rem 1.875rem 2rem;
    color: var(--table-tab-color);
    cursor: pointer;
    border-radius: 0;
    line-height: 1.6;
    position: relative;
    top: 0;
    -webkit-transition: top .15s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: top .15s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: top .15s cubic-bezier(0.65, 0, 0.35, 1);
    transition: top .15s cubic-bezier(0.65, 0, 0.35, 1);
}

.ct-chart.large {
    height: 20rem;
    width: 100%;
}

.table-tabs ul li:not(.active):hover {
    top: 0px;
}

.table-tabs ul li:not(:first-child) {
    margin-left: 0px;
}
.sub-page #main {
    margin-top: 0rem;
}

.table-tabs span {
    font-size: 70%;
    position: relative;
    line-height: 0.8;
    border-radius: 2rem;
    padding: 0.3rem 0.35rem 0.25rem 0.35rem;
    display: inline-block;
    text-align: center;
    margin-left: 0.25rem;
    background: rgba(0,0,0,0.15);
    /* transform: scale(0.9); */
    color: #fff;
    top: -1px;
}

.table-tabs ul li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 0%;
    height: 0.25rem;
    background: var(--table-tab-active-line);
    opacity: 0;
    transform: translateX(-50%);
}

.table-tabs ul li.active::before {
    width: 100%;
    opacity: 1;
}

.sub-page .header-background {
    padding-bottom: 6rem;
}
.header-background.reduced-padding { padding-bottom: 6rem !important;}
.m-l-r-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.no-bottom-border { border-bottom: none !important; }
.reduced-padding { padding-bottom:0 !important; }


.hamburger {
    width: 25px;
    height: 20px;
    display: block;
    position: relative;
    margin: 0;
}

.hamburger::before, .hamburger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    color:#131D29;
    background-color: currentColor;
    transition: all 0.45s ease-in-out;
}
.hamburger::before {
    top: 0;
    transform: rotate(0);
}
.hamburger::after {
    bottom: 0;
    box-shadow: 0 -9px currentColor;
}

.hamburger.--two {
    transform: rotateY(0);
    transition: all 0.45s 0.15s ease-in-out;
}
.hamburger.--two:before, .hamburger.--two:after {
    transition: all 0.2s ease-in-out;
}
.hamburger.--two:hover {
    transform: rotateY(180deg);
}
.hamburger.--two:hover::before {
    top: 9px;
    transform: rotate(45deg);
}
.hamburger.--two:hover::after {
    box-shadow: 0 0 transparent;
    bottom: 9px;
    transform: rotate(-45deg);
}


.hamburger.open.--two {
    transform: rotateY(180deg);
}
.hamburger.open.--two::before {
    top: 9px;
    transform: rotate(45deg);
}
.hamburger.open.--two::after {
    box-shadow: 0 0 transparent;
    bottom: 9px;
    transform: rotate(-45deg);
}

.hamburger.open:hover.--two {
    transform: rotateY(0);
}
.hamburger.open.--two:hover::before {
    top: 0px;
    transform: rotate(0);
}
.hamburger.open.--two:hover::after {
    box-shadow: 0 -9px currentColor;
    bottom: 0px;
    transform: rotate(0);
}

.column.hamburger-column {
    position: relative;
    margin-right: 2rem;
    flex-shrink: 1;
}
.column.hamburger-column::after {
    content: '';
    width: 1px;
    height: 100%;
    background: var(--inner-page-title-color);
    position: absolute;
    right: -2rem;
    top: 0;
    opacity: 0.15;
}
.page-navigation a,
.page-lower-navigation a {
    text-decoration: none;
    color: var(--aside-link-color);
    display: flex;
    flex-flow: row wrap;
    font-weight: 200;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    align-items: center;
}

nav.page-navigation ul {
    position: relative;
    display: flex;
    gap: 5rem;
}

nav.page-navigation {
    margin-right: auto;
}

.aside-logo {
    margin-right: 5rem;
}

nav.page-navigation li {
    position: relative;
}
.page-navigation a::after, .page-lower-navigation a::after {
    content: '';
    width: 1rem;
    background-size: contain;
    height: 1rem;
    background-image: url('/assets/icons/arrow-small-right.svg');
    right: 2.5rem;
    position: absolute;
    filter: invert(1);
    opacity: 0;

    -webkit-transition: all .5s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition:    all .5s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition:      all .5s cubic-bezier(0.65, 0, 0.35, 1);
    transition:         all .5s cubic-bezier(0.65, 0, 0.35, 1);

}

.page-navigation a:hover::after, .page-lower-navigation a:hover::after {
    right: 2rem;
    opacity: 0.3;
}

.page-navigation a i,
.page-lower-navigation a i {
    color: #005CFF;
    margin-right: 1.25rem;
    display: block;
}


ul.docs li {
    display: flex;
    align-items: end;
    border: 1px solid var(--table-tr-hover);
    border-radius: 0.3rem;
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 .1rem .15rem rgba(0,0,0,0.05);
    cursor: pointer;
}

ul.docs li i {
    margin-right: 1rem;
    font-size: 1.5rem;
}

ul.docs li div {
    display: flex;
    flex-flow: column;
}

ul.docs li
span.details {
    font-size: .7rem;
    margin-top: 0.4rem;
    color: var(--form-field-label-color);
}

ul.docs li .title {
    margin-bottom: unset;
    font-weight: 300;
    font-size: 1rem;
    color: #0100a4;

}

.status span {
    text-transform: UPPERCASE;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
}
.status .Pending {
    background: var(--status-pending);
    color: #fff;
}
fieldset.hidden {
    display: none;
}
.expand-half {
    width: calc(50% - 1.5rem);
}

.status .Awaiting.Payment{
    background: #6cdee6;
    color: #fff;
}


.status .Upcoming,
.status .Initial {
    background: var(--status-next);
    color: #fff;
}

.status .Suspended {
    background: var(--status-error);
    color: #fff;
}

.status .Active,
.status .Complete {
    background: var(--status-active);
    color: #fff;
}
.status .Complete {
    background: var(--status-complete);
    color: #fff;
}

form .radio.disabled {
    opacity: 0.3;
}

#status.success {
    width: 100%;
    background: var(--status-complete);
    padding: 2rem 2rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    font-size: 1rem;
    text-align: left;
    max-width: 19.4139vw;
    line-height: 1.7;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.01em;
}

form .radio.disabled input:disabled,
form .radio.disabled label {
    cursor: not-allowed;
}

dl.columns .column {
    width: 40%;
    text-align: left;
    margin-bottom: 1.75rem;
}

dl.columns .column:last-child,
dl.columns .column:nth-last-child(2) {
    margin-bottom: 1rem;
}

dl .status span {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
}

dt {
    display: block;
    font-size: 0.813rem;
    color: var(--login-h1-color);
    line-height: 1.3;
}

dd {
    color: var(--text-color-main);
    margin-top: 0.1rem;
}

.modal .column.status {
    display: flex;
    align-items: center;
}

.page-navigation a span, .page-lower-navigation span {
    line-height: 1;
    display: block;
    position: relative;
}

/* UI ICONS */
.icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.icon i.margin-right {
    margin-right: 1rem;
}

.icon i.margin-left {
    margin-left: 1rem;
}

/* COLUMNS */
.columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.frame > .columns,
.frame > nav {
    max-width: 90vw;
    margin: 0 auto;
    width: 100%;
}

li.line {
    width: 1px;
    background: var(--color-05a);
}

.width-full {
    width: 100%;
}

.width-quarter {
    width: 23%;
}
#page-header > .columns {
    padding-bottom:0;
    border-bottom: 0;
    margin-bottom: 0;
}
/* AUTH */
#auth {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    width: 100%;
    }

.auth-page {
    height: 100%;
    background: #072146;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background-image: url('/assets/img/welcome.webp');
    background-position: center;
    background-size: cover;
}

.auth-page::after {
    background: linear-gradient(0deg,rgba(7, 33, 70, 0.95) 0%, rgba(7, 33, 70, 1) 80%);
    content: '';
    position: fixed;
    left: 0;
    top: 00;
    width: 100%;
    height: 100%;
}

#auth-forms header {
    position: relative;
}

#auth-forms header {
    justify-content: center;
    margin-bottom: 1rem;
}

#auth-forms header::before {
    content: unset;
    position: absolute;
    left: -3.75rem;
    top: -3.813rem;
    width: calc(100% + 7.5rem);
    height: calc(100% + 7.626rem );
    background: var(--login-header-background);
}

#welcome-image  {
    color: #fff;
    flex-grow: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 3.375rem 6.375rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    z-index: 5;
}



#welcome-image > * {
    position: relative;
}

#welcome-image img {
    height: 2.5rem;
}

#welcome-image  div {
    display: flex;
    flex-grow: 1;
    border-left: 1px solid rgba(255,255,255,0.2);
    margin-left: 4rem;
    justify-content: space-between;
    padding-left: 4rem;
}


#welcome-image > * { position: relative; }

#welcome-image h1 {
    font-family: "SFProText",sans-serif;
    font-weight: 300;
    color: #fff;
    margin-top: auto;
    font-size: 2rem;
    line-height: 0.9;
    margin-bottom: 0rem;
}

#welcome-image a { color: #fff; }

#welcome-image h2 {
    font-size: 1rem;
    color: #dcddde;
    line-height: 1.3;
    margin-top: 0;
}

.section-holder {
    display: flex;
    flex-flow: row wrap;
    min-height: 100%;
}

aside {
    width: 100%;
    background-color: #072146;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#app-header {
    padding: 2rem 2.188rem;
    align-items: center;
    overflow-x: clip;
    box-sizing: border-box;
    position: relative;
}

#app-header img {
    height: 1.5rem;
    margin-left: 0;
    display: block;
    -webkit-transition: height .25s cubic-bezier(.83,0,.17,1);
    -moz-transition: height .25s cubic-bezier(.83,0,.17,1);
    -o-transition: height .25s cubic-bezier(.83,0,.17,1);
    transition: height .25s cubic-bezier(.83,0,.17,1);
}
#app-header svg {
    height: 2rem;
}

#app-header h1 {
    font-size: 1.125rem;
    color: var(--aside-h1-color);
    font-weight: 300;
    position: relative;
    line-height: 1.1;
    display: block;
    margin-top: 2px;
}

body.inner > .section-holder {
    background: var(--inner-page-background);
    background: var(--inner-page-gradient);
}


#page {
    width: 100%;
    background: var(--page-background);
    border-radius: 0;
    overflow-x: clip;
}

.page {
    width: 100%;
    overflow-y: clip;
    border-radius:inherit;
    background:inherit;
}

#auth-forms {
    display: flex;
    flex-flow: column;
    padding: 0;
    width: 35%;
    border-radius: .5rem;
    position: relative;
    z-index: 2;
    padding-top: 5rem;
    padding-bottom: 5rem;
    align-items: center;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 0rem;
    background-color: #fff;
}


#auth.columns {
    justify-content: center;
    align-content: center;
    padding-top: 14rem;
}

#auth-forms .forms {
    width: 70%;

    height:100%;
}

.form-footer {
    padding-top: 3rem;
}

.fields {
    padding-top: 3rem;
}


#form-sign-in {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

label span {
    color: red;
    position: absolute;
    margin-left: .3rem;
}

#auth label {
    text-transform: capitalize;
}
.form-title {
    border-bottom: 1px solid var(--color-06);
    padding-bottom: 3rem;
}
#auth-forms h3 {
    font-family: "SFProText",Serif;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.form-title p {
    color: var(--color-03);
    margin-top: 0;
    line-height: 1.5;
    font-size: .85rem;
    margin-bottom: 0rem;
    font-weight: 300;
}

#auth-forms header {
    display: flex;
    flex-flow: row wrap;
}

#auth-forms header img {
    height: var(--login-logo-height);
}

#auth-forms header svg {
    height:var(--login-logo-height);
    margin-left: 0.5rem;
}

#auth-forms h1 {
    font-size: 1.25rem;
    color: var(--login-h1-color);
    font-weight: 300;
    position: relative;
}

#auth-forms h2 {
    font-size: 2rem;
    color: var(--login-h2-color);
    font-weight: var(--login-h2-weight);
    line-height: 1.1;
    letter-spacing: var(--login-h2-letter-spacing);
    margin-bottom: 4.5rem;
    text-align: center;
}

#auth-forms a {
    text-decoration: none;
    color: var(--login-forgot-color);
    font-size: 0.813rem;
    font-weight: 300;
}


#auth footer span {
    font-size: 0.813rem;
    font-weight: 400;
    color: #fff;
    opacity: 0.3;
}


#auth input[type=date],
#auth input[type=email],
#auth input[type=tel],
#auth input[type=text],
#auth input[type=password],
#auth select,
#auth textarea {
    border: 1px solid #dee2e4;
    font-weight: 300;
    font-size: 1rem;
    background: #fff;
    margin-top: 1.5rem;
    display: block;
    box-shadow: 0 .15rem .25rem rgba(0,0,0,.015);
    transition: box-shadow .25s ease-out;
    width: 100%;
    box-sizing: border-box;
    border-radius: .6rem;
    padding: 1.25rem 1.5rem;
    outline: unset;
    flex-grow: 1;
    max-height: 3.7rem;
}

#auth input[type=date]:focus,
#auth input[type=email]:focus,
#auth input[type=tel]:focus,
#auth input[type=text]:focus,
#auth input[type=password]:focus,
#auth select:focus,
#auth textarea:focus {
    box-shadow: 0 .15rem .25rem rgba(0,0,0,.02),0 0 0 .4rem rgba(3,60,208,.03);
}

#auth label {
    color: #000;
    margin-bottom: 1.25rem;
    display: block;
    font-weight: var(--form-field-label-weight);
    font-size: var(--form-field-label-size);
}

.form-field:not(:last-child) {
    margin-bottom: 2rem;
}

#auth button i {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) scale(.75);
    color: var(--form-submit-color);
    margin-top: 1px;
}

/* FORMS */

button[type="submit"] {
    background-color: var(--form-submit-background);
    border: var(--form-submit-border);
    border-radius: var(--form-submit-radius);
    color: var(--form-submit-color);
    font-size: 1rem;
    padding: 1.3rem 3rem 1.3rem 2.5rem;
    line-height: 1;
    box-sizing: border-box;
    font-weight: 300;
    position: relative;
    margin-bottom: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;

    -webkit-transition: background-color .5s cubic-bezier(0.83, 0, 0.17, 1);
    -moz-transition:    background-color .5s cubic-bezier(0.83, 0, 0.17, 1);
    -o-transition:      background-color .5s cubic-bezier(0.83, 0, 0.17, 1);
    transition:         background-color .5s cubic-bezier(0.83, 0, 0.17, 1);
}

button[type="submit"]:hover {

    background-color: var(--form-submit-background-hover);
    border: var(--form-submit-border-hover);

}

select:invalid,
option:disabled,
option:invalid,
select[disabled],
input[type="date"]:invalid,
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="tel"]:invalid,
input[type="email"]:invalid {
    border: 1px solid red;
}

input[type="date"]:invalid::-webkit-datetime-edit-text,
input[type="date"]:invalid::-webkit-datetime-edit-month-field,
input[type="date"]:invalid::-webkit-datetime-edit-day-field,
input[type="date"]:invalid::-webkit-datetime-edit-year-field {
    border: 1px solid red;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--form-field-placeholder) ;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--form-field-placeholder);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--form-field-placeholder);
}

/* DASHBOARD */

#logo-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #fff;
}

.js-copyright-label {
    display: none;
}

#nav-row {
    background: var(--color-01);
}

header nav ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: space-between;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

header ul ul {
    display: none;
}

header nav > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    letter-spacing: 0.025rem;
    font-size: 1rem;
    text-transform: capitalize;
    position: relative;
}

header nav > ul > li > a::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: var(--color-03);
    bottom: calc(-1.75rem - -3px );
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;

    -webkit-transition: all .5s cubic-bezier(0.83, 0, 0.17, 1);
    -moz-transition:    all .5s cubic-bezier(0.83, 0, 0.17, 1);
    -o-transition:      all .5s cubic-bezier(0.83, 0, 0.17, 1);
    transition:         all .5s cubic-bezier(0.83, 0, 0.17, 1);

}

header nav > ul > li > a:hover::before {
    width: 50%;
    opacity: 1;
}

header nav > ul > li.current a::before {
    width: 100%;
    opacity: 1;
}

header nav > ul > li.current a {
    font-weight: 500;
}


#logo-row .columns {
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.column.ticker {
    flex-grow: 1;
    margin-left: -9.063rem;
    margin-right: 3rem;
    position: relative;
    opacity: 0.7;
}

.column.ticker:hover { opacity: 1; }

#logo-row .column:nth-child(2) {
    margin-right: auto;
    margin-left:0;
}
#logo-row .column:last-child img {
    height: 1.5rem;
    filter: invert(1) brightness(2);
}
#logo-row h1 {
    font-size: .875rem;
    color: #131D29;
    font-weight: 300;
    position: relative;
    top: 1px;
    line-height: 1;
}
.frame {
    width: 85vw;
}

.header-background > .frame:last-child {
    padding-bottom: 7rem;
    margin-bottom: -6.5rem;
}

#page-header {
    padding-top: 8.5rem;
    padding-bottom: 7rem;
    position: relative;
}

.width-20 { width: 20%; }
.width-77 { width: 77%; }

.pull-4-rem { margin-top: -4rem; }

.no-top-padding { padding-top:0 !important; }

#page-header::after {
    content: unset;
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--color-01);
    left: 0;
    bottom: 0;
    opacity: 0.02;
}

.header-frame {
    background: var(--header-frame-background);
    padding:var(--header-frame-padding);
    margin-bottom: 0;
    margin:var(--header-frame-margin);
    position: relative;
    z-index: 2;
}

#auth footer {
    position: fixed;
    z-index: 10;
    right: 3rem;
    bottom: 2rem;
}

#page-header h1 {
    font-size: 3rem;
    font-weight: 600;
    color: var(--text-color-title);
    line-height: 1;
    font-family: "SFProText", serif;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

section.frame-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #FBFCFC;
}

#page-header h2 {
    font-weight: 200;
    color: var(--text-color-sub-title);
    font-size: 1.25rem;
    margin-bottom: 0rem;
    line-height: 1;
    margin-top: 1rem;
    opacity: 0.6;
}
.fl-j-sb {
    justify-content: space-between;
}
.button.group {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 100%;
}
button.icon i,
.button.icon i {
    position: relative;
    font-size: 1.2rem;
    top: 1px;
}

.button { text-decoration: none; color: var(--color-01); }

a.button.icon.button-outlined:hover,
button.icon.button-outlined:hover{
    background: var(--header-button-background-hover);
    border: var(--header-button-border-hover);
    color: var(--header-button-color-hover);
}


button.button-outlined.first, .button.button-outlined.first {

    margin-right: 1rem;

}

button.button-outlined, .button.button-outlined {
    background: var(--header-button-background);
    border: var(--header-button-border);
    border-radius: var(--header-button-radius);
    font-size: 1rem;
    padding: 1.2rem 1.875rem;
    line-height: 1;
    color: var(--header-button-color);
    font-weight: 300;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all .5s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition: all .5s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition: all .5s cubic-bezier(0.65, 0, 0.35, 1);
    transition: all .5s cubic-bezier(0.65, 0, 0.35, 1);

    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.1);
}

button.button-solid,
.button.button-solid {
    background: var(--color-01);
    border: 2px solid var(--color-01);
    border-radius: 4rem;
    font-size: 1rem;
    padding: 1.563rem 1.875rem;
    line-height: 1;
    color: var(--color-05);
    font-weight: 300;
    display: flex;
    letter-spacing: 0.025rem;
    align-items: center;
    text-transform: capitalize;

    cursor: pointer;

    -webkit-transition: all .5s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition:    all .5s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition:      all .5s cubic-bezier(0.65, 0, 0.35, 1);
    transition:         all .5s cubic-bezier(0.65, 0, 0.35, 1);

}
.modal-content .button {
    position: relative;
    z-index: 5;
    width: 100%;
}

.modal-footer .number-large {
    font-size: 1.4rem;
    text-align: left;
}

.modal-footer .numbers small {
    font-size: 0.625rem;
    margin-top: 0.4rem;
}

a.button.icon.button-outlined i,
button.icon.button-outlined i {
    color: var(--header-button-icon-color);
}
a.button.icon.button-outlined i::before,
button.icon.button-outlined i::before {
    -webkit-transition: color .5s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition:    color .5s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition:      color .5s cubic-bezier(0.65, 0, 0.35, 1);
    transition:         color .5s cubic-bezier(0.65, 0, 0.35, 1);
}

a.button.icon.button-outlined:hover i::before,
button.icon.button-outlined:hover i::before{
    color:var(--header-button-icon-color-hover)
}

.column.box.width-third-two {
    width: 63%;
}

.column.box.width-third-one {
    width: 33%;
}

tbody tr {
    -webkit-transition: background-color .25s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition:    background-color .25s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition:      background-color .25s cubic-bezier(0.65, 0, 0.35, 1);
    transition:         background-color .25s cubic-bezier(0.65, 0, 0.35, 1);

    background: var(--table-tr-background);
}

tbody tr td,
tbody tr td.important {
    -webkit-transition: border-right .25s cubic-bezier(0.65, 0, 0.35, 1),
    background-color .25s cubic-bezier(0.65, 0, 0.35, 1);
    -moz-transition:    border-right .25s cubic-bezier(0.65, 0, 0.35, 1),
    background-color .25s cubic-bezier(0.65, 0, 0.35, 1);
    -o-transition:      border-right .25s cubic-bezier(0.65, 0, 0.35, 1),
    background-color .25s cubic-bezier(0.65, 0, 0.35, 1);
    transition:         border-right .25s cubic-bezier(0.65, 0, 0.35, 1),
    background-color .25s cubic-bezier(0.65, 0, 0.35, 1);
}

#main {
    margin-top: 0rem;
    background-color: #FBFCFC;
    position: relative;
    display: flex;
    justify-content: center;
}

.column.box {
    background: var(--stats-heading-color);
    box-shadow: var(--stats-box-shadow);
    border-radius: var(--stats-border-radius);
}

.box .title {
    background: var(--stats-heading-color);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 2.188rem;
    justify-content: flex-start;
    border-bottom: 1px solid rgb(231 234 236);
    padding: 1.5rem 2rem;
}

.box .numbers {
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    text-align: left;
    padding: 0 2rem;
}

.margin-bottom-2rem { margin-bottom: 2rem; }

#main section:not(:first-child) {
    margin-top: 4rem;
}

.box .title h3 {
    color: var(--stats-heading-text-color);
    font-weight: 300;
    font-size: var(--stats-heading-text-size);
}

.box .title i {
    color: var(--stats-icon-color);
    margin-right: 1rem;
    position: relative;
    font-size: var(--stats-heading-text-size);
    top: 1px;
    filter:invert(30%) sepia(100%) saturate(5999%) hue-rotate(218deg) brightness(104%) contrast(103%);
}

.settings h4 {
    font-size: var(--stats-heading-text-size);
    display: flex;
    color: var(--stats-heading-text-color);
    font-weight: 300;
    align-items: center;
    margin-bottom: 0rem;
}

.number-large {
    font-size: 2rem;
    color: var(--stats-numbers-color);
    font-weight: 300;
    position: relative;
    font-family: "SFProText", serif;
}

sup {
    color: var(--color-03);
    font-size: 50%;
    position: absolute;
}

.fl-c > *, .fl-c * {
    justify-content: center;
    text-align: center;
}



.numbers small {
    font-size: 0.75rem;
    color: var(--stats-heading-sub-text-color);
    font-weight: 300;
    line-height: 1;
    margin-top: 1.5rem;
    opacity: 0.8;
    position: relative;
    border-top: 1px solid rgb(231 234 236);
    padding: 1rem 0;
}

footer p {
    font-size: 0.875rem;
    line-height: 1.9;
    font-weight: 400;
    margin-bottom: 2rem;
    color: var(--text-color-lighter);
}

footer p:last-child {
    margin-bottom: 0;
}

.hr {
    width: 100%;
    height: 1px;
    background: var(--vr-background);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* table */
table {
    width: 100%;
    border-radius:0;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

thead {
    background: var(--table-th-color);
}

th:first-child {
    border-top-left-radius:0;
}

th:last-child {
    border-top-right-radius:0;
}

th {
    font-weight: 400;
    font-size: 1rem;
    padding-top: 1.563rem;
    color: var(--table-th-text-color);
    padding-bottom: 1.563rem;
    position: relative;
    border: none;
    border-bottom: 1px solid var(--color-01);
}
th:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1rem;
    background: #000;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.1;

}
tbody td {
    text-align: center;
    color: var(--text-color-main);
    font-weight: 400;
    font-size: 0.875rem;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
    border-left:none;
    border-bottom: 1px solid var(--table-border-color);
}

tfoot, .dataTable-bottom {
    background:  var(--table-tf-color);
}

tfoot td, .dataTable-bottom {
    padding: 1.2rem 2rem;
    font-size: 0.75rem;
}

.dataTable-bottom {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.dataTable-pagination {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: baseline;
    list-style: none;
}

.dataTable-pagination .active a {
    color: #fff;
    line-height: 1;
}

tfoot .columns.fl-j-sb {
    align-items: center;
}

tfoot .show-amount {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

tfoot .show-amount select, .dataTable-bottom select {
    width: unset;
    font-size: 0.75rem;
    padding: 0.5rem 0.5rem;
}

.dataTable-dropdown label {
    margin-bottom: 0 !important;
}

.dataTable-pagination a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    font-weight: 300;
}

select.dataTable-selector {
    color: #fff;
    background: transparent;
}

.dataTable-dropdown label {
    color: #fff !important;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
}

.dataTable-pagination li:not(:first-child),
.dataTable-pagination li:not(:last-child) {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.dataTable-pagination li.active {
    background: #51b6de;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
}

select.dataTable-selector {
    margin-right: 1rem;
}

tfoot .show-amount span:first-child {
    margin-right: 1rem;
}
.column.table-navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
tfoot .show-amount span {
    margin-left: 1rem;
}

tbody tr:nth-child(even) {
    background: var(--table-zerbra-color);
}

table .strong {
    font-weight: 500;
}

tbody tr:hover,  tbody tr:hover td.important {
    background-color: var(--table-tr-hover) !important;
}




.has-children a i {
    margin-left: 1rem;
    top: 1px;
    position: relative;
    color: var(--color-03);
    font-size: 0.7rem;
}

.inner footer {
    background-color: #FBFCFC;
    margin-top: 0rem;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    display: flex;
    justify-content: center;
}

.column.box.box-frame,
.box-chart.box-frame {
    background: #fff;
    box-shadow: var(--stats-box-shadow);
    border-radius: .5rem;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid rgb(231 234 236);
    flex-flow:column;
}

.width-23 {
    width: 23%;
}

.g-2 {
    gap: 2rem;
}

.side-contact-details .box,
.column-main .box {
    background: #fff;
    box-shadow: var(--stats-box-shadow);
    border-radius: .5rem;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid rgb(231 234 236);
    flex-flow: column;
}

.side-contact-details .box .content,
.column-main .box .content {
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    text-align: left;
    padding: 0 2rem;
}

#page-header.inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#page-header.inner .button.group {
    width: unset;
    margin-left: auto;
    margin-right: 0;
    top: 0.8rem;
    position: relative;
}



#page-header.inner h1 {
    margin-bottom: 0;
}

.align-bottom {
    align-items: flex-end;
}

m-l-r-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.breadcrumbs ol {
    display: flex;
    opacity:1;
}

.content.table {
    border: 1px solid rgb(231 234 236);
    border-radius:.5rem;
    overflow: clip;
}

td.split-row > div {
    display: flex;
    flex-flow: column;
}

tbody td {
    align-content: center;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}



th.action {

    padding-left: 0;
    padding-right: 0;
}

td.split-row > div span {
    font-size: 80%;
    font-weight: normal;
    margin-top: 0.4rem;
    opacity: 0.6;
}

thead th {
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
}

.breadcrumbs {
    margin-bottom: unset;
}
.breadcrumbs span, .breadcrumbs a {
    text-decoration: none;
    color: var(--text-color-breadcrumb);
    font-weight: 300;
}

.breadcrumbs li:last-child span {
    color: var(--text-color-breadcrumb-last);
}

.breadcrumbs span {
    font-size: 0.938rem;
    letter-spacing: 0.025em;
}

.breadcrumbs li:not(:last-child) {
    padding-right: 1.5rem;
    position: relative;
}

.breadcrumbs li:not(:last-child)::after {
    content: "\f130";
    position: absolute;
    right: .35rem;
    top: 50%;
    font-family: uicons-regular-rounded !important;
    transform: translateY(-50%);
    font-size: 0.75rem;
    opacity: 0.6;
    color: var(--text-color-breadcrumb);
    margin-top: 1px;
}

#page-header.inner .button.group .button:not(:first-child) {
    margin-left: 2rem;
}

.inner header button.icon {
    border: unset;
    background: transparent;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    color: var(--text-color-lighter);
    letter-spacing: 0.025rem;
    cursor: pointer;
}

.inner header button.icon i {
    color: var(--color-01);
    position: relative;
    top: 2px;
}

.inner header button.icon.activity i::after {
    position: absolute;
    content: '';
    background: red;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 1rem;
    border: 2px solid #fff;
    right: -2px;
    top: -4px;
}

#notifications {
    display: flex;
}

#notifications .icon.logout {
    margin-left: 2rem;
}

td.action .action-group {
    text-align: center;
}

td.action .icon {
    margin: 0 auto;
    cursor: pointer;
    padding: 0;
    background: transparent;
    border: unset;
    line-height: 1;
    color:#000;
}
.fl-j-l {
    justify-content: flex-start;
}
/* The Modal (background) */
.modal {
    position: fixed;
    z-index: -1;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    justify-content: center;
    background-color: rgba(30,30,30,0.8);
    align-items: center;

    display: flex;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
    -moz-transition:    opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
    -o-transition:      opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
    transition:         opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
}



.modal .field {
    position: relative;
}
.modal .field.currency:before {
    content: '$';
    position: absolute;
    font-size: 1rem;
    line-height: 1;
    font-family: 'SFProText', sans-serif;
    top: 50%;
    transform: translateY(-50%);
    left: 1.625rem;
    color: var(--color-07);
    font-weight: 200;
}
.field.currency input {
    padding: 1.125rem 1.625rem 0.95rem 1.625rem !important;
    min-width: 16.5rem;
}
.inner input,
.inner select,
.inner textarea {
    outline: unset;

}

.inner input:focus,
.inner input:focus-within,
.inner select:focus,
.inner select:focus-within,
.inner textarea:focus,
.inner textarea:focus-within {
       box-shadow: 0 .15rem .25rem rgba(0,0,0,.02),0 0 0 .4rem rgba(3,60,208,.03) !important;
}

/* Modal Content */
.modal-content {
    padding: 3.25rem 4rem 2.25rem 4rem;
    box-sizing: border-box;
    display: flex;
    flex-flow: column wrap;
    text-align: center;
}
.inner .modal-content form {
    padding: 0;
}
#site-modal.show {
    visibility: visible;
    opacity: 1;
    z-index: 20;
}

/* The Close Button */
.close {
    color: #fff;
    font-size: 1.25rem;
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal .column.box {
    width: 30vw;
    max-width: 450px;
    height: 100%;
    background: #fff;
    padding: 0;
    border-radius: unset;
    position: fixed;
    overflow-y: auto;
    right: 0;
    box-shadow: 1rem 0rem 10rem rgba(0,0,0,0.5);
    transform: translateX(100%);
    -webkit-transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;
    -moz-transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;
    -o-transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;
    transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;
    box-sizing: border-box;
}

#site-modal.larger .column.box {
    width: 50vw;
    max-width: 700px;
}

.modal.show .column.box { transform:translateX(0%); }

.modal-header.title {
    padding: 3.25rem 4rem 3.25rem 4rem;
    background: #000;
    position: relative;
}

.modal-header.title h3 {
    font-size: 1.438rem;
    color: #fff;
    font-weight: 300;
    position: relative;
}

.modal-header.title i {
    color: #fff;
    margin-right: 1rem;
    position: relative;
    font-size: var(--stats-heading-text-size);
    top: 1px;
}

/* FORMS */
.inner form {
    padding:2rem 0;
}
.padding {
    padding: 2rem 2.5rem 0rem 0;
}
.sticky {
    position: sticky;
    top: 3rem;
}
.inner form button i {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) scale(.75);
    color: var(--form-submit-color);
    margin-top: 1px;
}


.width-half {
    width: 47%;
}
.width-57 {
    width: 57%;
}

.width-40-perc {
    width: 40%;
}

.header-background .charts {
    margin-top: 5.625rem;
    margin-bottom: -3rem;
}
.form-row {
    margin-bottom: 3rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.radio-wrapper label {
    margin-bottom: unset !important;
}
.radio-wrapper input {
    margin: 0 1rem 0 0;
}

.inner input[type="date"],
.inner input[type="text"],
.inner input[type="tel"],
.inner input[type="email"],
.inner input[type="number"],
.inner input[type="password"],
textarea, select {
    border: none;
    border-bottom: var(--form-field-border);
    background: var(--form-field-background);
    box-sizing: border-box;
    padding: 1.125rem 0 0.95rem;
    width: 100%;
    border-radius: var(--form-field-radius);
    font-size: 1rem;
    font-weight: var(--form-field-weight);
    flex-grow: 1;
    color: var(--form-field-label-color);
}

.inner form input[type="date"],
.inner form input[type="text"],
.inner form input[type="tel"],
.inner form input[type="email"],
.inner form input[type="number"],
.inner form input[type="password"],
form textarea, form select {
    border: 1px solid #dee2e4;
    font-weight: 300;
    font-size: 1rem;
    background: #fff;
    display: block;
    box-shadow: 0 .15rem .25rem rgba(0,0,0,.015);
    transition: box-shadow .25s ease-out;
    width: 100%;
    box-sizing: border-box;
    border-radius: .6rem;
    padding: 1.25rem 1.5rem;
    outline: unset;
    flex-grow: 1;
    max-height: 3.7rem;
}



.inner input[type="text"]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

legend small {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    opacity: 0.5;
}

.column-main {
    width: 72%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.column-main .box .content {
    padding: 0 4rem;
}

.column-side {
    padding-top: 2rem;
    padding-bottom: 6rem;
}
.column-side {
    width: 25%;
}
.table-wrap .vr {
    background: #f4f4f4;
}

.row-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.stack-vertical {
    display: flex;
    justify-content: space-around;
    flex-flow: column;
}
fieldset:not(:last-child) {
    margin-bottom: 5rem;
}
.inner label {
    margin-bottom: 1.25rem;
    display: block;
    letter-spacing: 0;
    font-weight: var(--form-field-label-weight);
    color: var(--form-field-label-color);
    font-size:var(--form-field-label-size);
    text-transform: capitalize;
}

.form-column.expand {
    flex-grow: 1;
}

.form-column.shrink {
    flex-shrink: 1;
}

.form-column.margin-right {
    margin-right: 2rem;
}

.inner ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--form-field-placeholder) ;
    opacity: 1;
}

.inner :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--form-field-placeholder);
}

.inner ::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--form-field-placeholder);
}

.inner legend {
    font-size: 1.25rem;
    color:#0100a4;
    margin-bottom: 3.75rem;
    width: 100%;
    font-weight: 400;
    display: block;
}

.inner fieldset:not(:first-child){
    margin-top: 1rem;
}

.form-row:last-child {
    margin-bottom: unset;
}

.inner .modal-content h1 {
    font-size: 1.25rem;
    text-align: left;
    font-weight: 400;
    margin-bottom: 2.5rem;
    line-height: 1.3;
    color: var(--text-color-main);
}

.modal-footer {
    background: var(--color-04);
    position: relative;
}

.modal-footer::before {
    content: '';
    position: absolute;
    left: -4rem;
    top: -4.5rem;
    width: calc(100% + 8rem);
    height: calc(100% + 6.75rem);
    background: var(--color-04);
}

form .radio {
    text-align: left;
    display: flex;
    align-items: center;
    color: var(--color-02);
    font-size: 1rem;
}

form .radio:not(:last-child){
    margin-bottom: 1rem;
}

form .radio input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0rem .5rem 0 0;
    font: inherit;
    color: currentColor;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

form .radio label {
    cursor: pointer;
}

input[type="radio"]::before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-radius: 100%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-submit-background);
}

.title-top-border {
    border-top: 1px solid #f4f4f4;
    padding-top: 4rem;
    margin-top: 4rem;
}

input[type="radio"]:checked::before {
    transform: scale(0.5);
}

.modal-footer .columns {
    position: relative;
    text-align: left;
    margin-top: 2.5rem;
}
.modal-footer .numbers {
    padding: 0;
}

.modal-footer .footer-title {
    line-height: 1.4;
    color: var(--color-01);
    font-weight: 500;
    position: relative;
    top: -3px;
    font-size: 1rem;
}

td.faq {
    text-align: left;
    padding: 0 3.5rem;
    width: 80%;
}
.faq h3 {
    font-weight: 600;
}
.answer {
    display: none;
}

span.number-large sup {
    color: var(--stats-numbers-color);
    position: relative;
    top: -.65rem;
}

td.important {
    background: var(--table-col-color);
}

tbody tr:nth-child(even) td.important {
    background: var(--table-col-zerbra-color);
}

.side-contact-details h4 {
    font-size: var(--stats-heading-text-size);
    display: flex;
    color: var(--stats-heading-text-color);
    font-weight: 300;
    align-items: center;
    margin-bottom: 0rem;
}

.side-contact-details i {
    margin-right: 1rem;
    line-height: 1;
    top: 2px;
    position: relative;
    color:#000;
    filter: invert(30%) sepia(100%) saturate(5999%) hue-rotate(218deg) brightness(104%) contrast(103%);
}

.side-contact-details h5 {
    margin-bottom: 0.5rem;
    color:#807d76;
    font-size: 0.875rem;
}

.side-contact-details a, .side-contact-details strong {
    font-size: 1.625rem;
    color: #0100a4;
    text-decoration: none;
    margin-bottom: 2rem;
    display: block;
    font-weight: 300;
}

.side-contact-details p a {
    font-size: var(--form-field-label-color);
    margin-bottom: 2rem;
}

.t-b-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.dataTable-top {
    position: absolute;
    right: 3rem;
    top: -4.4rem;
}

a.dataTable-sorter {
    color: var(--table-th-text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: .75rem;
}

th.desc::before {
    content: '';
    position: absolute;
    background-image: url('/assets/icons/sorting.svg');
    width: 1rem;
    height: 1rem;
    background-size: contain;
    filter: invert(1);
    right: 1rem;
    background-position: center;
    top: 50%;
    transform: translateY(-50%) scale(0.5);
}

th.asc::before {
    content: '';
    position: absolute;
    background-image: url('/assets/icons/sorting.svg');
    width: 1rem;
    height: 1rem;
    background-size: contain;
    filter: invert(1);
    right: 1rem;
    background-position: center;
    top: 50%;
    transform: translateY(-50%) scale(0.5) rotate(180deg);
}

.side-contact-details .button.button-outlined {
    border-color: var(--text-color-main);
    color: var(--text-color-main);
    margin-top: 2rem;
}

.modal-content h1 small {
    display: block;
    font-size: 0.813rem;
    color: var(--login-h1-color);
    line-height: 1.3;
}

#site-modal form {
    text-align: left;
}


#page {
    position: relative;
    margin-right: auto;

}

aside #app-header h1,
.page-navigation a span,
.page-lower-navigation span,
aside #app-header svg {

    visibility: visible;
    opacity: 1;

    -webkit-transition: opacity .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s, visibility .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;
    -moz-transition:    opacity .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s, visibility .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;
    -o-transition:      opacity .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s, visibility .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;
    transition:         opacity .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s, visibility .25s cubic-bezier(0.83, 0, 0.17, 1) 0.25s;

}

#app-header img {

    -webkit-transition: height .25s cubic-bezier(0.83, 0, 0.17, 1);
    -moz-transition:    height .25s cubic-bezier(0.83, 0, 0.17, 1);
    -o-transition:      height .25s cubic-bezier(0.83, 0, 0.17, 1);
    transition:         height .25s cubic-bezier(0.83, 0, 0.17, 1);

}

.chart-tabs {
    width: 100%;
    position: relative;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    flex-grow: 1;
}

.chart-tabs .tab {
    display: none;
}

.chart-tabs .tab.active {
    display: block;
}

.tab-navigation {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(231 234 236);
    width: 100%;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
}

.tab-navigation ul {
    display: flex;
    flex-flow: row wrap;
}

.tab-navigation ul li:not(:last-child){

    margin-right: 2rem;

}

.tab-navigation ul li.active {
    color: var(--stats-heading-text-color);
    font-weight: 400;
    font-size: var(--stats-heading-text-size);
}

.tab-navigation ul li {
    color: var(--table-tab-color);
    font-weight: 400;
    font-size: var(--stats-heading-text-size);
}

.width-grow {
    flex-grow: 1;
    width: unset;
}

.vr.spacing-l-r {
    margin-left: 4rem;
    margin-right: 4rem;
}


.aside-wrapper {
    display: flex;
    flex-flow: row wrap;
    width: 85vw;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
    align-items: center;
}

.aside-logo img {
    height: 2.5rem;
}


.inner input[type="text"].dataTable-input {
    color: var(--table-tab-active-color)!important;
    border: 0;
    background: 0 0;
}
.dataTable-search {
    position: relative;
}
.dataTable-search::after {
    content: '';
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    background-image: url('/assets/icons/search.svg');
    right: 0;
    top: 50%;
    background-position: center;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(30%) sepia(100%) saturate(5999%) hue-rotate(218deg) brightness(104%) contrast(103%);
}



th.action {
    width: 6rem;
}

.inner input[type="text"].dataTable-input:focus,
.inner input[type="text"].dataTable-input:focus-within {
    border: none !important;
}

.inner input[type="text"].dataTable-input::placeholder {
    color: var(--form-field-placeholder);
}
.inner input[type="text"].dataTable-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--form-field-placeholder);
}
.inner input[type="text"].dataTable-input::-moz-placeholder { /* Firefox 19+ */
    color: var(--form-field-placeholder);
}
.inner input[type="text"].dataTable-input:-ms-input-placeholder { /* IE 10+ */
    color: var(--form-field-placeholder);
}
.inner input[type="text"].dataTable-input:-moz-placeholder { /* Firefox 18- */
    color: var(--form-field-placeholder);
}

.form.client .form-column.margin-right + .form-column {
    width: 50%;
}

.form.client .form-column.margin-right {
    width: 50%;
    margin-right: 0;
}

button.processing span {
    visibility: hidden;
}

button::before {
    content: '';
    background: url('/assets/icons/form-loading.svg');
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    visibility: hidden;
}

button.processing::before {
    visibility: visible;
}

td.action .action-group {
    display: flex;
}

td.action i:last-child {
    margin-left:  0px !important;
    margin-right: 15px !important;
}

td.action button:first-child i {
    margin-left:  15px !important;
    margin-right: 0px !important;
}

.required label {
    position: relative;
}

.required label::after {
    content: '*';
    position: absolute;
    font-size: 1rem;
    color: #1e89f1;
    line-height: 1;
    margin-left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
}

#status-modal,
#confirmation-modal {
    position: fixed;
    z-index: -1;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
    align-items: center;
    display: flex;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
    -moz-transition: opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
    -o-transition: opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
    transition: opacity .5s cubic-bezier(0.83, 0, 0.17, 1);
}

#confirmation-modal .box {
    position: absolute;
    color: var(--login-h1-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    max-width: 30rem;
    box-shadow: 0rem 0.2rem 2rem rgba(0,0,0,0.5);
}

#confirmation-modal button {
    background-color: var(--form-submit-background);
    border: var(--form-submit-border);
    border-radius: var(--form-submit-radius);
    color: var(--form-submit-color);
    font-size: 1.125rem;
    padding: 1.3rem 3rem 1.3rem 2.5rem;
    line-height: 1;
    box-sizing: border-box;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    display: block;
    width: 46%;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all .5s cubic-bezier(0.83, 0, 0.17, 1);
    -moz-transition: all .5s cubic-bezier(0.83, 0, 0.17, 1);
    -o-transition: all .5s cubic-bezier(0.83, 0, 0.17, 1);
    transition: all .5s cubic-bezier(0.83, 0, 0.17, 1);
}
#confirmation-modal .box .content::before {
    background-image: url(/assets/icons/triangle-warning.svg);
    background-size: 185% 140%;
    background-repeat: no-repeat;
    background-position: 20% 30%;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
    right: 0;
}
#confirmation-modal .box .content {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    position: relative;
}
#confirmation-modal .fl-j-sb {
    display: flex;
}



#confirmation-modal h1 {
    color: var(--login-h1-color);
    position: relative;
    font-size: 2rem;
    text-align: center;
}

#confirmation-modal h1 i {
    color: var(--color-01);
    position: absolute;
    margin-right: 1rem;
    left: 0;
    top: 0.2rem;
}


#status-modal.show{
    visibility: visible;
    opacity: 1;
    z-index: 25;

}

#confirmation-modal.show {
    visibility: visible;
    opacity: 1;
    z-index: 22;

}

#form-forgot-code {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}

#status-modal.success .box  {
    transform: translateY(0);
    background:var(--status-complete);

}

#status-modal.error .box  {
    transform: translateY(0);
    background:var(--status-error);

}

.form.client .required label::after {
    display: none;
}
.modal-content .form { text-align: left; }

.width-40 {
    width: 44%;
}

.width-45 {
    width: 45%;
}

.width-55 {
    width: 50%;
}

#status-modal .box {
    background: #fff;
    z-index: 50;
    position: absolute;
    left: 3rem;
    border-radius: unset;
    transform: translateY(calc(100% + 2.5rem));
    bottom: 2rem;
    -webkit-transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1) .25s;
    -moz-transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1) .25s;
    -o-transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1).25s;
    transition: transform .5s cubic-bezier(0.83, 0, 0.17, 1) .25s;
}

.fl-c-j-sb {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.table-tabs li div { display: inline-block; }

#status-modal .modal-content {
    padding: 2.25rem 3rem 2.25rem 3rem;
    max-width: 15rem;
}

#status-modal p {
    font-size: 1rem;
    color: #fff;
}

#page-header h2 {
    margin-bottom: 3rem;
}

.button.group {
    margin-bottom: 5rem;
    padding-left: 0rem;
    box-sizing: border-box;
}

#page-header h1 {
    padding-right: 5rem;
}

/* RESPONSIVE */
@media screen and (max-width: 1500px) {

    .column-main {
        width: 67%;
    }

    .column-side {
        width: 30%;
    }

}

@media screen and (max-width: 1500px) {

    #auth-forms {
        width: 40%;
    }

    .tab-width-100-perc {
        width: 100%;
    }

    .tab-width-100-perc .width-half {
        width: 23%;
        margin-bottom: 2rem;
    }

    nav.page-navigation ul {
        gap: 3rem;
    }

}

@media screen and (max-width: 1350px) {

    .mobile-width-30 {
        width: 30%;
    }

    .mobile-width-67 {
        width: 67%;
    }

    .mobile-width-67 .box-chart.box-frame {

        height: 100%;

    }

}

@media screen and (max-width: 1260px) {

    .aside-logo img {
        height: 1.25rem;
    }

    .laptop-gap-0 {
        gap: 0;
        justify-content: space-between;
    }

    .laptop-width-half {
        width: 48%;
    }

    .aside-logo {
        margin-right: 3rem;
    }

    .laptop-width-50-perc {
        width: 48%;
        margin-bottom: 2rem;
    }

    nav.page-navigation ul {
        gap: 2rem;
    }

    #page-header {
        padding-top: 6rem;
    }

    .page-navigation a, .page-lower-navigation a {
        font-size: .95rem;
    }

}

@media screen and (max-width: 1150px) {
    html {
        font-size:1.4vw;
    }


    .chart-columns .column {
        width: 100%;
    }


    #auth-forms {
        width: 45%;
    }

}

@media screen and (max-width: 1050px) {
    .tab-width-100-perc .width-half {
        width: 48%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1000px) {
    html {
        font-size:1.5vw;
    }

    .column-main {
        width: 100%;
    }

    .column-side {
        width: 100%;
        padding-bottom: 0;
    }

    .column-side .side-contact-details {
        flex-flow: row WRAP;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .column-side  .side-contact-details .box {
        flex-grow: 1;
    }

    .laptop-width-100 {
        gap: 0;
        justify-content: space-between;
    }

    .laptop-width-100 .width-23 {
        width: 31%;
    }

    .page-navigation a, .page-lower-navigation a {
        font-size: 1rem;
    }

    .page-lower-navigation {
        right: 1rem;
        top: 3.5rem;
    }

    .aside-logo img {
        height: 2rem;
    }

    nav.page-navigation {
        margin-right: auto;
        width: 100%;
        margin-top: 2.5rem;
    }

    #app-header {
        padding: 0;
        align-items: center;
        background-color: unset;
        border-radius: var(--app-header-border-radius);
        box-shadow: unset;
        overflow-x: clip;
        margin-top: 3rem;
        margin-bottom: 2rem;
        margin-left: 0rem;
        min-height: 5rem;
    }

    #app-header img {
        height: 3.5rem;
        margin-right: 0;
        display: block;
        margin-top: 0.2rem;
    }

    #logo-row {
        display: none;
    }

    #app-header img {
        height: 3rem;
        margin-right: 1.5rem;
    }

    #app-header svg {
        height: 3rem;
    }


    #page {
        border-radius: 0px;
    }



    #page {
        width: 100%;
    }

    .aside-wrapper {
        display: flex;
        flex-flow: row wrap;
    }

    .page-navigation {
        position: relative;
        top: unset;
        width: unset;
    }

    .page-navigation ul {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        justify-content: space-between;
    }

    .page-lower-navigation {
        position: absolute;

        padding: 0;

        bottom: unset;
    }

    aside, .aside-wrapper {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }

    nav.page-navigation li {
        position: relative;
        border-bottom: unset !important;
        margin-bottom: unset !important;
    }

    #site-modal.larger .column.box {
        width: 70vw;
        max-width: unset;
    }

    #auth {
        flex-flow: column;
        align-items: center;
    }

    #auth-forms {
        width: 78%;
        height: unset;
        position: relative;
        right: unset;
        top: unset;
        bottom: unset;
    }

    #welcome-image {
        height: unset;
        width: 100%;
    }

    #auth-forms .forms {
        width: 80%;
        height: unset;
    }

    #auth-forms {
        margin-bottom: 4rem;
    }

    body {
        height: unset;
    }


}


@media screen and (max-width: 800px) {
    html {
        font-size: 2vw;
    }

    .mobile-width-30 {
        width: 100%;
    }

    .client-trades .dataTable-container {
        overflow-x: auto;
    }

    .client-trades table {
        width: 140%;
    }

    .mobile-width-30 .width-full {
        width: 48%;
        margin-bottom: 2rem;
    }

    .mobile-width-67 {
        width: 100%;
    }

    #welcome-image {
        padding: 5.375rem;
    }

    #app-header {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    #site-modal.larger .column.box {
        width: 85vw;
        max-width: unset;
    }


    #app-header {
        padding: 3.125rem 2.188rem 3.125rem 0;
    }

    #app-header img {
        height: 3rem;
        margin-right: 0;
        display: block;
        margin-left: 0;
        margin-top: 0rem;
    }

    #app-header svg {
        height: 2.5rem;
    }

    td.action {
        text-align: center;
        flex-flow: column;
        align-items: center;
    }

    td.action button:first-child i,
    td.action button:last-child i{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }



    th {
        font-size: 0.875rem;
    }

    .table-tabs ul li {
        font-size: 1rem;
        padding: 1.5rem 1.5rem;
    }

    tbody tr td { word-break: break-word; line-height: 1.5; }

    th.action {
        width: 3rem;
    }

    tbody td {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
        vertical-align: middle;
    }

    td.action .icon:first-child {
        margin-bottom: 1rem;
    }

    .hide-800 {
        display: none;
    }

    .dataTable-top {
        top: -9.75rem;
    }

    #page-header h2 { margin-bottom: 4rem; }


    .header-frame .columns.fl-j-sb.width-40 {
        width: 100%;
    }

    .header-frame .columns.fl-j-sb.width-40:first-child {
        margin-bottom: 5rem;
    }

    .header-frame {
        padding-top: 0;
    }

    .header-frame .columns.fl-j-sb.width-half {
        width: 100%;
        margin-bottom: 3rem;
    }

}

.box .numbers .numbers {
    padding: 0;
}
.chart-tabs .chart-tabs {
    padding: 0;
}

@media screen and (max-width: 650px) {

    html {
        font-size: 2.4vw;
    }

    .column.mobile-gap {
        margin-bottom: 4rem;
    }

    .form-column.stack-vertical.expand:not(:last-child) {
        margin-bottom: 3rem;
        margin-right: 0;
    }

    .form-column.expand:not(:last-child) {
        margin-right: 0;
        margin-bottom: 3rem;
    }

    .laptop-width-100 .width-23 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .client #page-header {
        padding-bottom: 4rem;
    }

    .client #page-header h2 {
        margin-bottom: 0rem;
    }

    .page-navigation ul {
        width: 100%;
    }

    .column-main {
        width: 100%;
    }

    .column-side {
        display: none;
    }

    #page-header>.columns {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    #site-modal.larger .column.box {
        width: 90vw;
        max-width: unset;
    }

    .width-650-full {
        width: 100%;
    }


    .chart-columns .column .ct-chart {
        height: 10rem;
        margin-top: 0;
    }

    .width-650-full:first-child {
        margin-bottom: 5rem;
    }

    .page-navigation a i {
        margin-right:0;
    }

}

@media screen and (max-width: 500px) {

    html {
        font-size: 3.2vw;
    }

    .client #page-header .column:last-child {
        display: none;
    }

    .client .column.mobile-gap {
        margin-bottom: 3rem;
    }

    .laptop-width-half {
        width: 100%;
        margin-bottom: 2rem;
    }

    .laptop-width-50-perc {
        width: 100%;
        margin-bottom: 2rem
    }

    #page-header h2 {
        margin-bottom: 0rem;
    }

    .button.group {
        margin-bottom: 2rem;
    }

    .tab-width-100-perc .width-half {
        width: 100%;
    }

    .chart-tabs {
        padding: .5rem 1rem;
    }

    #auth-forms .form-field:nth-child(2) {
        margin-right: 0;
    }

    nav.page-navigation ul {
        gap: 2rem;
        justify-content: center;
    }

    .dataTable-container {
        overflow-x: scroll;
    }

    .dataTable-dropdown {
        margin: 1rem auto 0;
    }

    .dataTable-dropdown label {
        font-size: 0.875rem;
    }

    .dataTable-pagination {
        margin: 2rem auto 1rem auto;
        transform: translateX(-0.5rem);
    }

    table {
        min-width: 150%;
    }

    .button.button-outlined, .button.button-solid, button.button-outlined, button.button-solid {
        font-size: 0.875rem;
    }

    #site-modal.larger .column.box {
        width: 100vw;
        max-width: unset;
    }

    .form-column.margin-right {
        margin-right: 0;
        margin-bottom: 3rem;
    }

    .form-column.shrink {
        flex-shrink: unset;
        width: 100%;
    }

    #auth-forms .form-field {
        width: 100%;
    }

    #auth form  button[type="submit"] {
        margin-bottom: 2rem;
    }

    #auth form .columns > div {
        width: 100%;
    }

    #page-header .column:last-child {
        margin-top: 3rem;
        width: 100%;
        display: flex;
    }

    #page-header.inner .button.group {
        margin-left: unset;
    }

    #page-header > .columns {
        margin-bottom: 1.75rem;
    }

    .header-frame .columns.fl-j-sb.width-40:first-child {
        margin-bottom: 7rem;
    }

    .dataTable-top {
        width: 100%;
        right: 0;
    }

    .table-tabs span, .table-tabs li div {
        display: none;
    }

    input.dataTable-input {
        padding-left: 0 !important;
    }

    .hide-500 { display: none; }

}

@media screen and (max-width: 450px) {

    section.frame.table-frame {
        padding-left: 0;
        padding-right: 0;
    }

    .dataTable-top {
        width: 87%;
        right: 0;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    section.frame.table-frame > .columns {
        max-width: unset;
    }

}






