﻿@font-face {
    font-family: "AvenirNext-Regular";
    src: url("../fonts/AvenirNextLTPro-Regular.ttf");
    src: url("../fonts/AvenirNextLTPro-Regular.ttf") format('truetype'), url('../fonts/AvenirNextLTPro-Regular.woff?#iefix') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "AvenirNext-Italic";
    src: url("../fonts/AvenirNextLTPro-It.ttf");
    src: url("../fonts/AvenirNextLTPro-It.ttf") format('truetype'), url('../fonts/AvenirNextLTPro-Regular.woff?#iefix') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "AvenirNext-Demi";
    src: url("../fonts/AvenirNextLTPro-Demi.ttf");
    src: url("../fonts/AvenirNextLTPro-Demi.ttf") format('truetype'), url('../fonts/AvenirNextLTPro-Regular.woff?#iefix') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "AvenirNext-Bold";
    src: url("../fonts/AvenirNextLTPro-Bold.ttf");
    src: url("../fonts/AvenirNextLTPro-Bold.ttf") format('truetype'), url('../fonts/AvenirNextLTPro-Regular.woff?#iefix') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "AvenirNext-UltraLight";
    src: url("../fonts/AvenirNextLTPro-UltLt.ttf");
    src: url("../fonts/AvenirNextLTPro-UltLt.ttf") format('truetype'), url('../fonts/AvenirNextLTPro-Regular.woff?#iefix') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: "AvenirNext-Medium";
    src: url("../fonts/AvenirNextLTPro-Medium.ttf");
    src: url("../fonts/AvenirNextLTPro-Medium.ttf") format('truetype'), url('../fonts/AvenirNextLTPro-Medium.woff?#iefix') format('woff');
    font-weight: normal;
}

:root {
    --primary-color: #4263F8;
    --link-color: #0557b7;
    --neutral-color: #212b36;
    --nav-primary: #5e7382;
    --nav-neutral: #637281;
}

::selection {
    background: #ACCEF7; /* WebKit/Blink Browsers */
}

*, *:focus, *:hover {
    outline: none;
}

body {
    font-family: proxima-nova;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Design systems styling */
h1 {
    font-family: "AvenirNext-Regular";
    font-size: 1.75rem;
    color: #000000;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
}

h2 {
    font-family: AvenirNext-Medium;
    font-size: 1.25rem;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}

h3 {
    margin-bottom: 0;
}

h4 {
    font-family: AvenirNext-Medium;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}

h5 {
    font-family: AvenirNext-Demi;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

h6 {
    font-family: AvenirNext-Medium;
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0;
}

.k-grid, .k-grid-aria-root {
    border-radius: 0.25rem;
}

.k-list {
    font-family: inherit;
    font-size: 0.875rem;
}

.bodyText {
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-700);
}

.reportChartLegend {
    display: table-cell;
    vertical-align: middle;
}

    .reportChartLegend .legendInner {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .reportChartLegend span {
        font-family: "AvenirNext-Regular";
        font-size: 0.875rem;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
    }

    .reportChartLegend .legendValue {
        padding-left: 1rem;
    }

.buttonText {
    font-family: AvenirNext-Demi;
    font-size: 0.875rem;
}

.cardFeeNotice {
    font-family: "AvenirNext-Italic";
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: var(--neutral-color);    
}

.cardFeeBackground {
    background-color: #EEF1FF;
}

.reviewPaymentStyle {
    font-family: "AvenirNext-Regular";
    font-size: 0.875rem;
    line-height: 2.86;
}

.cardTotal {
    font-family: "AvenirNext-Regular";
    font-size: 1.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
}

@media (max-width: 430px) {
    .cardTotal {
        font-family: "AvenirNext-Medium" !important;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
}

.numberImageSize {
    width: 26px;
    height: 26px;
    margin-top: 3px;
}

.cardFields {
    font-family: "AvenirNext-UltraLight";
    font-size: 1.75rem; /*calc(0.7em + 1.0vw); */ /*1.6vw*/ /*1.75rem*/
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.cardNameFields {
    font-family: "AvenirNext-Demi";
    font-size: 0.875rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: normal;
    text-align: left;
    color: var(--neutral-color);
}

.linkText, .ViewInvoiceLink {
    font-family: "AvenirNext-Demi";
    font-size: 0.875rem;
    color: var(--link-color);
    cursor: pointer;
}

.imgClose {
    float: right;
    margin-top: -25px;
    margin-right: -25px;
    cursor: pointer;
}

.reportDiagramHeader {
    font-family: "AvenirNext-Medium";
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.labelStyle {
    font-family: "AvenirNext-Regular";
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: var(--neutral-color);
}

.loginInputLabelStyle {
    font-family: AvenirNext-Medium;
    font-size: 14px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.02rem;
    text-align: left;
    color: #000000;
    margin-bottom: 0.5rem;
}

.FieldLabelStyle {
    font-family: "AvenirNext-Regular";
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: var(--neutral-color);
}

.Need-help {
    font-family: AvenirNextLTPro-Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.successButton {
    font-family: "AvenirNext-Regular";
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #4d71f6;
}

.customHeight {
    height: 36px;
}

.successFooter {
    opacity: 1.0;
    font-family: "AvenirNext-Italic";
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #6c7884;
}

.successCardHeader {
    font-family: "AvenirNext-Regular";
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #6c7884;
}

.succesCardSubHeader {
    font-family: "AvenirNext-Medium";
    font-size: 1.375rem;
    font-weight: 500;
    color: var(--neutral-color);
}

.successBody {
    font-family: "AvenirNext-Demi";
    font-size: 0.875rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: var(--neutral-color);
}

.successBodyValues {
    font-family: "AvenirNext-Regular";
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: var(--neutral-color);
}

.contentHeaderStyle {
    font-family: "AvenirNext-Regular";
    font-size: 1.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.bg-light {
    background-color: #f8f9fa !important;
}

input[type=radio] {
    width: 16px;
    height: 16px;
}

.totalCountStyle {
    font-family: "AvenirNext-Demi";
    font-size: 0.875rem;
}

.selectAndPayGridCount {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.linkText {
    font-family: AvenirNext-Demi;
    color: var(--link-color);
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
}

.k-grid-pager .k-pager-numbers-wrap button {
    font-family: AvenirNext-Demi;
    font-size: 0.875rem;
    color: var(--primary-color);
    outline: 1px solid #e7e9ee !important;
    background-color: white !important;
}

    .k-grid-pager .k-pager-numbers-wrap button.k-selected {
        color: #FFFFFF;
        background-color: var(--primary-color) !important;
    }

.k-grid .k-grid-pager:focus {
    box-shadow: none;
}

label:has(+.k-datepicker) {
    font-size: 0.875rem;
    font-family: AvenirNext-Regular;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s;
}

.k-grid .k-master-row.k-table-row:not(.k-table-alt-row) {
    background-color: white;
}

.k-grid .k-master-row.k-table-alt-row {
    background-color: #f2f2f2;
}

.k-grid tbody > tr:not(.k-detail-row):hover, .k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover, .k-master-row:hover .k-grid-content-sticky, .k-master-row.k-hover .k-grid-content-sticky, .k-master-row:hover .k-grid-row-sticky, .k-master-row.k-hover .k-grid-row-sticky {
    background-color: #e0e2e4;
}

.k-grid, .k-grid td, .k-grid .k-table-td, .k-grid .k-grid-content, .k-grid .k-grid-header-locked, .k-grid .k-grid-content-locked, .ebcGrid .k-header.k-grid-header-sticky, .ebcGrid .k-master-row .k-grid-content-sticky {
    border-color: #dfdfdf;
}

.selectedGridRows {
    background-color: #c2c7cb !important;
}

.paymentHistoryCharts .medium-card-padding {
    height: 100% !important;
}

@media (max-width: 430px) {

    .hideScrollBar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
