/* * * * * * * * * * * * * * * * * * * * *
    Bootstrap Modified
* * * * * * * * * * * * * * * * * * * * */
@font-face {
    font-family: Inter;
    src: url(./assets/fonts/InterVariable.woff2) format(woff2);
}

.Inter {
    font-family: 'Inter';
}

button {
    cursor: pointer !important;
}

/* .mat-flat-button {
    padding: .5rem 1rem !important;
    margin: 0;
    line-height: normal !important;
} */


.mat-button-wrapper {
    font-family: 'Inter' !important;
    /* font-size: 1rem;
    font-weight: 300;
    line-height: 28px;
    color: #0A1A30; */
    /* font-family: "Sofia Pro" !important; */
    color: #0A1A30;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400;
    line-height: normal !important;
    padding-left: 10px;
    padding-right: 10px;
}

/* .btn-sm {
    border-radius: 0.5rem !important;
} */


.btn-md {
    font-size: 1rem !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 0.5rem !important;
}

.btn-lg {
    font-size: 1rem !important;
    padding: 0.5rem 0.5rem !important;
    border-radius: 0.5rem !important;
}

.btn-lg .mat-button-wrapper {
    display: block;
    margin-bottom: 3px;
}

.btn-block {
    width: 100% !important;
}

button.btn-primary,
button.mat-primary,
button.mat-flat-button.mat-primary,
a.btn-primary {
    /* color: #fff !important;
    background-color: #2B65BA !important;
    border-color: #2B65BA !important; */
    text-decoration: none !important;
    cursor: pointer !important;
    border-radius: 19.5px !important;
    background: #D0D0FF !important;
}

.btn-light {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #707070 !important;
}

.btn-card-style {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: .75rem 2.5rem !important;
    margin: 0.5rem auto;
    color: #2E3639 !important;
    background-color: #fff !important;
    border: 1px solid #0000;
    border-radius: 1rem !important;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 16%) !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%) !important;
}

.btn-card-style .mat-icon {
    margin-right: 1rem;
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.btn-getstarted {
    width: auto;
    height: auto;
    min-width: 100px !important;
    padding: 1.15rem 1rem 1.25rem 1rem !important;
    margin: 1rem auto !important;
    border-radius: 9px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #D0D0FF !important;
}

/* .btn-getstarted>.mat-button-wrapper {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    display: block;
    text-align: center;
    color: #000;
} */

@media (min-width: 768px) and (max-width: 991px) {
    .btn-card-style .mat-icon {
        margin-right: 0;
    }
}

/* * * * * * * * * * * * * * * * * * * * *
    Mat UI Modified
* * * * * * * * * * * * * * * * * * * * */
.mat-tab-body {
    height: auto !important;
}

.mat-tab-header {
    border-bottom: none !important;
}

.mat-tab-label {
    color: #000 !important;
    opacity: 1 !important;
}

.mat-tab-label-active {
    color: #D0D0FF !important;
}

.mat-tab-label .mat-tab-label-content {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    height: 5px;
    background-color: #D0D0FF !important;
    border-radius: 10px;
}

.mat-tab-title-left {
    text-align: left;
}

.mat-tab-title-right {
    text-align: right;
}

.mat-tab-title-left,
.mat-tab-title-right,
.mat-tab-title-left span,
.mat-tab-title-right span {
    margin: .5rem 0 !important;
    font-size: 1.5rem;
    font-weight: 500 !important;
    color: #212121;
}

.mat-tab-title-left span,
.mat-tab-title-right span {
    color: #003a9d;
    font-weight: 100 !important;
}

/* .mat-sort-header-content {
   font-size: 1rem; 
} */


/* * * * * * * * * * * * * * * * * * * * *
    App Content Wrapper & Other Container
* * * * * * * * * * * * * * * * * * * * */
.app-content-wrapper {
    width: 100%;
    height: auto;
    padding: 0.5% 8%;
    margin: 0rem auto;
    background-color: #fff;
}

.app-content-wrapper>.row {
    margin-bottom: 0.5rem;
    padding-left: 2% !important;
}



@media (max-width: 991px) {
    .app-content-wrapper {
        padding: 2.5% 4%;

    }

    .app-content-wrapper>.row {
        margin-bottom: 1rem;
    }

}

/* * * * * * * * * * * * * * * * * * * * *
    Typography, buttons
* * * * * * * * * * * * * * * * * * * * */
.app-content-wrapper p {
    font-size: 14px;
    font-weight: 300;
}

.app-content-wrapper h1,
.app-content-wrapper h2,
.app-content-wrapper h3,
.app-content-wrapper h4,
.app-content-wrapper h5,
.app-content-wrapper h6 {
    margin-bottom: 1rem;
}

.app-content-wrapper a {
    color: #6391FF;
    font-weight: 300;
}

.app-content-wrapper .text-primary {
    color: #2B65BA !important;
}

.app-content-wrapper h3 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    color: #0a1a30;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

h6.highlight-border {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1.5rem !important;
    display: inline-block;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    color: #003A9C;
    font-style: normal;
    line-height: normal;
}

h6.highlight-border::after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 120%;
    left: 0;
    /* background-color: #003A9C; */
    border-radius: 1rem;
}

.big-bold-heading.has-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    position: relative;
}

.big-bold-heading.has-button .mat-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-bold-heading.has-button .mat-button-wrapper>.mat-icon {
    margin-right: .25rem;
}

.big-bold-heading h1 {
    margin-bottom: 0.5rem;
    font-style: normal;
    line-height: normal;
    font-size: 32px;
    font-weight: 400;
}

.big-bold-heading.--sm h1 {
    font-size: 32px;
    font-weight: 400;
    color: #0a1a30;
    font-style: normal;
    line-height: normal;
}

.big-bold-heading h2 {
    margin-bottom: 2.5rem;
    font-size: 1.87500rem;
    font-weight: 700;
    color: #2E3639;
}

.big-bold-heading.has-button h2 {
    margin-bottom: 0;
    position: absolute;
    left: 0;
}


.big-bold-heading p {
    color: #0a1a30;
    font-size: 14px;
    font-weight: 300;
}


@media (max-width: 567px) {

    .big-bold-heading.has-button {
        justify-content: space-between;
    }

    .big-bold-heading h1,
    .big-bold-heading.--sm h1 {
        font-size: 2.1rem;
    }

    .big-bold-heading h2 {
        font-size: 1.25rem;
    }

    .big-bold-heading.has-button h2 {
        position: static;
    }
}

/* * * * * * * * * * * * * * * * * * * * *
    Card Sections, Card Mini  & Table Unstyle
* * * * * * * * * * * * * * * * * * * * */
.card-section {
    width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
    margin: 1rem auto;
    border: 1px solid #0000;
    /* -webkit-box-shadow: 3px 3px 20px rgb(0 0 0 / 16%);
    box-shadow: 3px 3px 20px rgb(0 0 0 / 16%); */
    border-radius: 1rem;
    --tw-shadow: 0px 0px 0px 1px rgba(9, 9, 11, .07), 0px 2px 2px 0px rgba(9, 9, 11, .05);
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 2px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.card-section .table-unstyle {
    border: none !important;
}

.card-section .table-unstyle th,
.card-section .table-unstyle td {
    padding: 0.5rem 0.5rem 0.5rem 0;
    border: none;
    font-family: 'Inter';
    font-size: 1.25rem;
    vertical-align: text-top;
    color: #565D5A;
}

.card-section .table-unstyle th {
    font-weight: 400;
}

.card-section .table-unstyle td {
    font-weight: 400;
}

@media (max-width: 767px) {
    .card-section {
        padding: 1rem !important;
    }

    .card-section .table-unstyle th,
    .card-section .table-unstyle td {
        padding: 0.5rem 1rem;
        vertical-align: top;
        white-space: nowrap;
    }
}

/* * * * * * * * * * * * * * * * * * * * *
    ProgressBar
* * * * * * * * * * * * * * * * * * * * */
.progressbar {
    width: 100%;
    height: auto;
    padding: 0rem;
    margin: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.progressbar .step {
    width: 100%;
    height: auto;
    padding: 1rem 0.5rem;
    margin: 0rem auto;
    position: relative;
}

.progressbar .step::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    padding: 0rem;
    margin: 0rem;
    position: absolute;
    top: 1rem;
    left: 0;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    background-color: #fff;
    z-index: 2;
}

.progressbar .step.checked::before {
    content: "";
    background-color: #D0D0FF;
    border-color: #0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    background-image: url(../../../assets/icon/tick.svg);
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
}

.progressbar .step::after {
    content: "";
    width: 1px;
    height: 100%;
    padding: 0rem;
    margin: 0rem;
    position: absolute;
    top: 1rem;
    left: calc(1.5rem / 2);
    background-color: #888;
    z-index: 1;
}

.progressbar .step:last-child::after {
    display: none;
}

.progressbar .step h6 {
    margin-bottom: 0.25rem;
    margin-left: 2.5rem;
    color: #0a1a30;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
}

.progressbar .step h6 .badge-primary {
    font-size: .85rem;
    font-weight: 100;
    line-height: unset;
    color: #fff;
    background-color: #2B65BA;
}

.progressbar .step p {
    margin-bottom: 0;
    margin-left: 2.5rem;
    font-size: 13px !important;
    font-weight: 300;
    color: #0a1a30;
    font-style: normal;
    line-height: normal;
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: Support
    Section: Mat Profile
* * * * * * * * * * * * * * * * * * * * */
.mat-profile {
    padding: 1.5rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.mat-profile .profile-avatar img {
    width: 100%;
    max-width: 6.375rem;
    height: auto;
    margin-bottom: 1.5rem;
}

.mat-profile .profile-avatar h5 {
    color: #000;
    font-size: 2.1875rem;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.mat-profile .profile-avatar p {
    color: #565D5A;
    font-size: 1.25rem !important;
    font-weight: 300;
    margin-bottom: 0.75rem !important;
}

.mat-profile ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mat-profile ul li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mat-profile ul li:not(:last-child) {
    margin-bottom: 0.75rem !important;
}

.mat-profile ul li img,
.mat-profile ul li a {
    margin-right: 1rem;
}

.mat-profile ul li img {
    width: 26px;
    height: auto;
}

.mat-profile ul li:first-child img {
    width: 15px;
    margin-left: 0.25rem;
}

.mat-profile ul li a {
    font-size: 22px;
    font-weight: 300 !important;
    color: #000 !important;
    word-break: break-all;
}

.profile-menu-dropdown {
    min-width: 200px !important;
    max-width: 200px !important;
    margin: 0 px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #707070;
    border-radius: 10px !important;
}

.profile-menu-dropdown .mat-menu-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.profile-menu-dropdown .mat-menu-item:hover {
    background-color: #EBEBEB;
    border-radius: 10px;
    cursor: pointer;
}

.userList {
    margin: 0 0.5rem;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #707070;
    border-radius: 10px !important;
}

.userList .mat-menu-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[data-page-name="support"] .big-bold-heading p {
    width: 68%;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    [data-page-name="support"] .big-bold-heading p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mat-profile ul li a {
        font-size: 20px;
    }
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: Profile Information
    Section: Page Content
* * * * * * * * * * * * * * * * * * * * */
.personal-info,
.company-information {
    padding: 0;
    margin: 1.5rem auto;
    background-color: #0000;
    border: 1px solid #888;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 16%);
    box-shadow: 3px 3px 5px rgb(0 0 0 / 16%);
}

.personal-info>[class*=col]:first-child {
    border-radius: 10px;
    border-right: 1px solid #888;
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 16%);
    box-shadow: 3px 3px 5px rgb(0 0 0 / 16%);
}

.profile-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.profile-img-inner {
    width: 100%;
    height: 100%;
    max-width: 20rem;
    max-height: 20rem;
    padding: 0;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 0.555rem;
}


.profile-img img,
.profile-img button {
    max-width: 100%;
    height: auto;
    margin: 1rem auto;
}

.profile-img button .mat-button-wrapper {
    font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 700;
}

.profile-img-inner>img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.personal-info .label,
.company-information .label {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 auto;
}

.personal-info .info,
.company-information .info {
    font-size: 1rem;
    font-weight: 300;
    display: inline-block;
}


/* * * * * * * * * * * * * * * * * * * * *
    Page: Payers
    Section: Table Standard
* * * * * * * * * * * * * * * * * * * * */
.table-responsive.table-standard::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
}

.table-responsive.table-standard::-webkit-scrollbar-track {
    height: 5px;
    background-color: #0000;
    border-radius: 0 0 5rem 5rem;
}

.table-responsive.table-standard::-webkit-scrollbar-thumb {
    background-color: #003a9d55;
    border-radius: 1rem;

}

.table-responsive.table-standard::-webkit-scrollbar-thumb:hover {
    background-color: #003a9d;
}

.table-standard {
    width: 100% !important;
    margin-right: 0px !important;
    width: calc(100% - 10px);
    /* margin-left: auto;
    margin-right: auto; */
    border-radius: 0rem;
    border: 1px solid #0000;
    scrollbar-color: #1212123d #0000;
    scrollbar-width: thin;
    /* -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    box-shadow: 0 0 20px rgb(0 0 0 / 16%); */
}

.table-standard>table {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    color: #000;
    text-align: center;
    border-bottom: 0.5px solid #e5e7eb;
    border-collapse: collapse;
    border-radius: 1rem !important;
}

.table-standard>table>thead {
    border-bottom: 1.5px solid #e5e7eb;
}

.table-standard>table thead tr th {
    /* padding: 0.85rem 1rem !important; */
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    padding-right: 1rem;
    padding-left: 0rem !important;
    background-color: #0000;
    font-family: "Inter", sans-serif !important;
    /* font-size: 1.1rem;
    font-weight: 700; */
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1rem;
}

.table-standard>table thead tr th:first-child {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    text-align: left !important;
}

.table-standard>table thead tr th:last-child {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.table-standard>table thead tr th,
.table-standard>table tbody tr th,
.table-standard>table tbody tr td {
    padding: -1rem !important;
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity));
    border: 0px;
}

.element-row:hover {
    background: #f5f5f5;
    cursor: pointer !important;
}

.table-standard>table thead tr th .mat-sort-header-container {
    display: -webkit-box;
    /* display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.table-standard>table tbody tr td,
.table-standard>table tbody tr td,
.table-standard>table tbody tr td .doc_link {
    font-family: "Inter", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    word-break: AUTO-PHRASE !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.table-standard>table tbody tr td .doc_link>span {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-standard>table tbody tr td .doc_link>span>.mat-icon {
    margin: 0 0.5rem;
    font-size: 1.1rem !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    line-height: 1.2;
}

.table-standard>table tbody tr td .mat-form-field {
    width: 45%;
    line-height: 1;
}

.table-standard>table tbody tr td .mat-form-field .mat-form-field-flex {
    padding: 0 !important;
}

.table-standard>table tbody tr td .mat-form-field .mat-form-field-infix {
    padding: 0 !important;
    border-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-standard>table tbody tr td .mat-form-field .mat-form-field-label-wrapper {
    padding-top: 0;
    top: -1.5rem;
    overflow: visible;
}

.table-standard>table tbody tr td .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
    transform: translateY(0em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
    -ms-transform: translateY(-1.28125em) scale(0.75) !important;
}

.table-standard>table thead tr th .mat-checkbox-label {
    font-size: 1.1rem;
    font-weight: 700;
}

.table-standard>table tbody tr {
    text-align: left;
    border-bottom: 0.1px solid #e5e7eb;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.table-standard>table tbody tr td {
    color: black !important;
}

.table-standard>table tbody tr:last-child {
    border: 0;
}

.table-standard>table .mat-icon-button .mat-paginator-icon,
.table-standard>table .mat-select-arrow,
.table-standard>table .mat-paginator-range-label,
.table-standard>table .mat-paginator-page-size-label {
    color: #000 !important;
}

.table-standard>table~.mat-paginator .mat-paginator-page-size-label {
    color: #000;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
}

.table-standard>table~.mat-paginator .mat-paginator-range-actions .mat-icon-button {
    width: auto;
    height: auto;
    padding: 0 !important;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-standard>table~.mat-paginator .mat-paginator-range-actions .mat-icon-button .mat-button-wrapper {
    line-height: 1;
}

.table-standard>table~.mat-paginator .mat-paginator-range-actions .mat-icon-button .mat-button-wrapper .mat-paginator-icon {
    width: 2rem;
    height: 2rem;
}

.table-standard>table~.mat-paginator .mat-paginator-page-size {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-standard>table~.mat-paginator .mat-form-field {
    margin: 0 .5rem;
    line-height: 1;
}

.table-standard>table~.mat-paginator .mat-form-field .mat-form-field-wrapper {
    margin: 0 !important;
}

.table-standard>table~.mat-paginator .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
    padding: 0 !important;
    margin: 0 !important;
}

.table-standard>table~.mat-paginator .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
    padding: 0;
    margin: 0;
    border: 0 !important;
}

@media (max-width: 767px) {

    .table-standard>table thead tr th,
    .table-standard>table tbody tr th,
    .table-standard>table tbody tr td {
        white-space: nowrap;
    }

    .table-standard>table~.mat-paginator .mat-paginator-outer-container>.mat-paginator-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .table-standard>table~.mat-paginator .mat-paginator-page-size {
        margin: .5rem auto;
    }

    .table-standard>table~.mat-paginator .mat-paginator-range-actions {
        margin: .5rem auto;
    }
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: All
    Section: Mat Form & Form Controls
* * * * * * * * * * * * * * * * * * * * */
[role="listbox"]::-webkit-scrollbar {
    width: 5px;
}

[role="listbox"]::-webkit-scrollbar-track {
    width: 5px;
    background-color: #0000;
}

[role="listbox"]::-webkit-scrollbar-thumb {
    background-color: #D3D3D3;
    border-radius: 1rem;
}

.mat-form-field {
    display: block !important;
}

.mat-form-field-readonly,
.mat-form-field-readonly input {
    opacity: .75;
    background-color: #eee7;
    cursor: not-allowed;
}

.mat-form-field.input-sm .mat-form-field-infix {
    padding: 0.75em 0 !important;
    border-top-width: 0.3em !important;
}

.mat-form-field.input-sm .mat-form-field-label-wrapper {
    top: -1em !important;
    padding-top: 1em !important;
}

.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.mat-form-field-appearance-outline .mat-form-field-suffix {
    top: 0.3555rem !important;
}

.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: All
    Section: Modal or Popup
* * * * * * * * * * * * * * * * * * * * */
.mat-dialog-container {
    width: 35vw !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    padding: 2.5rem !important;
    background-color: #fff !important;
    /* border: 1px solid #000 !important; */
    border-radius: 1rem !important;
    overflow-y: hidden !important;
    box-shadow: none !important;
}

.modal {
    width: 100vw !important;
    height: 100vh !important;
    padding: 0;
    margin: 0;
    z-index: 999 !important;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.show {
    max-width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.modal .modal-dialog {
    width: 35vw;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    background-color: #0000 !important;
    border-radius: 1rem;
}

.modal-content {
    padding: 2.5rem;
    /* background-color: #fff9 !important; */
    border: 1px solid #00000000 !important;
    /* border-radius: 1rem !important; */
    border-radius: 10px !important;
    background: #FFF;
    --tw-shadow: 0px 0px 0px 1px rgba(9, 9, 11, .07), 0px 2px 2px 0px rgba(9, 9, 11, .05);
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 2px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.modal-header,
.modal-body,
.modal-footer {
    color: #000 !important;
    background-color: #0000 !important;
    border: none !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.modal-body {
    max-height: 65vh !important;
    padding: 1rem !important;
    margin: 0 !important;
    overflow-y: auto;
}

.modal-content .close,
.mat-dialog-container .close {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0px solid #000;
    border-radius: 1.5rem;
    background-color: #0000;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2.5rem;
    line-height: 0;
    outline: none;
    cursor: pointer !important;
}


.modal-content .modal-header .modal-title,
.mat-dialog-container .modal-header .modal-title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}



.modal-body .upload-file {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.modal-body .upload-file label {
    padding: 1.5rem;
    margin: 1.5rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px dashed #707070;
    cursor: pointer;
}


.modal-body .upload-file label img {
    width: 30%;
    height: auto;
    margin: 1rem auto;
    display: block;
}

.modal-body .upload-file label span {
    margin: 1rem auto;
    display: block;
    font-size: 1rem;
    font-weight: 500;
}

.modal-body .upload-file .file-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    white-space: break-spaces;
    word-wrap: break-word;
    word-break: break-all;
}

.modal-body .upload-file .file-upload .mat-icon {
    margin: 0 .5rem;
    cursor: pointer;
}

.mat-dialog-container .mat-dialog-content,
.modal-body {
    scrollbar-color: #1212123d #0000;
    scrollbar-width: thin;
}

.mat-dialog-container .mat-dialog-content::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
    width: 5px;
}

.mat-dialog-container .mat-dialog-content::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #0000;
    border-radius: 0 0 5rem 5rem;
}

.mat-dialog-container .mat-dialog-content::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
    background-color: #1cb9fc29;
    border-radius: 1rem;

}

.mat-dialog-container .mat-dialog-content::-webkit-scrollbar-thumb:hover,
.modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #1cb9fc;
}



@media (min-width: 1024px) and (max-width: 1200px) {
    .mat-dialog-container {
        width: 50vw !important;
        padding: 1rem !important;
    }
}

@media (min-width: 992px) and (max-width: 1080px) {
    .modal .modal-dialog {
        width: 50vw;
    }

    .modal .modal-content {
        padding: 1rem;
    }

    .modal .modal-footer {
        padding: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .mat-dialog-container {
        width: 65vw !important;
        padding: 1rem !important;

    }


    .modal .modal-dialog {
        width: 75vw;
    }

    .modal .modal-content {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .modal .modal-dialog {
        width: 85vw;
    }

    .cdk-overlay-pane {
        max-width: 95vw !important;
    }

    .mat-dialog-container {
        width: 90vw !important;
        padding: 1rem !important;
    }

    .mat-dialog-container .modal-header .modal-title {
        font-size: 24px;
    }

    .modal-content .close,
    .mat-dialog-container .close {
        top: 1.5rem;
        right: .5rem;
    }

    .modal-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .modal-footer button {
        margin: 0 .5rem !important;
    }

}

/* * * * * * * * * * * * * * * * * * * * *
    Page: All
    Section: Alerts
* * * * * * * * * * * * * * * * * * * * */
.alert {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    position: fixed !important;
    top: 5%;
    left: 50%;
    z-index: 999;
    margin: 0 !important;
    font-family: "Inter", sans-serif !important;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .100s ease-in-out all !important;
    transition: .100s ease-in-out all !important;
}

.alert-primary {
    color: #fff !important;
    background-color: #003a9d !important;
    border-color: #003a9d !important;
}

.alert-success {
    color: #ffffff !important;
    background-color: #9BC53D !important;
    border-color: #9BC53D !important;
}

.alert-danger {
    color: #fff !important;
    background-color: #c3423f !important;
    border-color: #C3423F !important;
}

.alert-warning {
    color: #000 !important;
    background-color: #FDE74C !important;
    border-color: #FDE74C !important;
}

.alert-warning .btn-close {
    -webkit-filter: invert(0) brightness(1) !important;
    filter: invert(0) brightness(1) !important;
}

.alert:not(.show) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0 !important;
    visibility: collapse !important;
}


.alert-static {
    width: 100% !important;
    height: auto;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static !important;
    transform: none !important;
}

.alert-static>.mat-icon {
    width: 32px;
    height: 32px;
    margin: 0 1rem;
    font-size: 32px;
    line-height: 1;
}

.alert-danger.alert-static {
    padding: 0.5rem;
    font-size: 1rem;
    color: #973033 !important;
    background-color: #EBC8C4 !important;
    border-color: #0000 !important;
}

.btn-close {
    -webkit-filter: invert(200) brightness(500) !important;
    filter: invert(200) brightness(500) !important;
    opacity: 1 !important;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: All
    Section: Cards
* * * * * * * * * * * * * * * * * * * * */
.card-standard {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    color: #333;
    background-color: #0000;
    border: 1px solid #888;
    -webkit-box-shadow: 3px 3px 20px rgb(0 0 0 / 16%);
    box-shadow: 3px 3px 20px rgb(0 0 0 / 16%);
    border-radius: 1rem;
    overflow: hidden;
}

.card-standard h6 {
    padding: 1rem;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
    background-color: #d1d1d1;
    border-radius: 1rem;
}

.card-standard ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-standard ul li {
    margin: 1rem auto;
    text-align: center;
}

.card-standard ul li span {
    display: block;
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: Dashboard - Partner
    Section: Comming Soon
* * * * * * * * * * * * * * * * * * * * */
.comming-soon {
    width: 100%;
    height: 75%;
    padding: 5rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


}

/* * * * * * * * * * * * * * * * * * * * *
    Page: Support - Client
    Section: DocuSign Modal
* * * * * * * * * * * * * * * * * * * * */
.cdk-global-overlay-wrapper:has(.container-docusign),
.cdk-overlay-pane:has(.container-docusign) {
    max-width: 100vw !important;
    width: 100% !important;
    height: 100vh !important;
}

.mat-dialog-container:has(.container-docusign) {
    width: 100vw !important;
    padding: 0 !important;
    background-color: #fff !important;
    border-radius: 0 !important;
}


.mat-dialog-container:has(.container-docusign) iframe {
    width: 100% !important;
    min-height: 100vh !important;
}


.mat-dialog-container:has(.container-docusign) .close {
    top: 1rem;
    right: 0.5rem;
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: Client Dashboard
    Section: Mat Card, Mat Tab, Mat Accordian, Mat Icon Progress bar & Table
* * * * * * * * * * * * * * * * * * * * */
.mat-tab-header {
    padding: 20px 10px;
}

.mat-accordion {
    padding: 0 20px;
}

.mat-tab-group .mat-card {
    height: auto;
}

.mat-tab-group .mat-card .mat-card-content {
    height: auto;
}

.mat-card-default {
    width: calc(100% - 10px);
    height: 100%;
    padding: 1.5rem !important;
    margin: 0 auto;
    position: relative !important;
    color: #707070 !important;
    background-color: #fff !important;
    border: 1px solid #0000;
    border-radius: 1rem;
    /* -webkit-box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.50) !important;
    box-shadow: 0px 0px 7px -2px rgba(0, 0, 0, 0.50) !important; */
    --tw-shadow: 0px 0px 0px 1px rgba(9, 9, 11, .07), 0px 2px 2px 0px rgba(9, 9, 11, .05);
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 2px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.mat-card-default .mat-card-content {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    margin: 1rem auto;
    position: relative;
}

.mat-card-default .mat-card-content h5 {
    font-size: 1.875rem;
    font-weight: 600;
    color: #565D5A;
    margin-bottom: 2.5rem;
}

.mat-card-default .mat-card-content h6 {
    display: block;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #565D5A;
    white-space: nowrap;
    position: relative;
}

.mat-card-default .mat-card-content h6.with-dots {
    width: fit-content;
    margin: 0 auto;
    padding-left: 2rem;
    text-align: center;
}

.mat-card-default .mat-card-content h6.with-dots::before {
    content: "";
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    position: absolute;
    top: 0.45rem;
    left: 0;
    background-color: #fefefe;
    border-radius: 2.5rem;
}

.mat-card-default .mat-card-content h6.with-dots.text-primary::before {
    background-color: #2b65ba;
}

.mat-card-default .mat-card-content h6.text-danger.with-dots {
    color: #FF1A14 !important;
}

.mat-card-default .mat-card-content h6.with-dots.text-danger::before {
    background-color: #FF1A14;
}

.mat-card-default .mat-card-content p {
    font-size: 24px;
}

.mat-card-default .mat-card-content .progress {
    width: 100%;
    height: 12px;
    margin: 1rem 0;
    background-color: #DBDBDB;
    border-radius: 10px;
    overflow: visible;
}

.mat-card-default .mat-card-content .progress .progress-bar {
    background-color: #2FB72A;
    border-radius: 10px;
    position: relative;
    overflow: visible;
    cursor: pointer;
}


.mat-card-default .mat-card-content h5.thead {
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    color: #565D5A;
    margin-bottom: 0.5rem;
    white-space: normal;
}

.mat-card-default .mat-card-content h6.tdata {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #565D5A;
    margin-bottom: 0.5rem;
    white-space: normal;
}

.mat-card-default .mat-card-content h6.tdata:empty {
    height: 1rem;
}

.mat-card-fit {
    width: 100%;
    height: auto;
    padding: 0rem !important;
}

.mat-card-icon {
    color: #000 !important;
}

.mat-card-fit .mat-card-content {
    padding: 1.25rem !important;
}

.mat-card-icon .mat-icon,
.mat-card-icon img {
    height: 2rem !important;
    width: 2rem !important;
    margin-bottom: 0.5rem;
    font-size: 2rem !important;
    color: #2E3639;
}

.mat-card-icon h3.thead {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1;
}

.mat-card-icon h4.tdata {
    margin-bottom: 0 !important;
    font-size: 1.9rem;
    font-weight: 700 !important;
    line-height: 1;
    color: #003A9C !important;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.mat-icon {
    cursor: pointer !important;
}

.progress {
    position: relative;
    height: 1rem;
    background-color: #f5f5f5;
    border-radius: 0.5rem;
}

.progress-bar {
    height: 100%;
    background-color: #2fb72a;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    position: relative;
}

.progress span {
    position: absolute;
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
    bottom: calc(100% - 2.5rem);
    background-color: #2fb72a;
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
    border-radius: 0.5rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: none;
}


.progress-bar:hover span {
    position: relative;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}


.progress span::after {
    content: "";
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: calc(100% - 2.65rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0000;
    border: 0.5rem solid #0000;
    border-bottom-color: #2fb72a;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.mat-card-default .mat-card-content ul {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mat-card-default .mat-card-content ul li {
    padding: 1rem;
    padding-left: 1.5rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #565D5A;
    border-top: 1px solid rgb(136 136 136 / 16%);
    border-bottom: 1px solid rgb(136 136 136 / 16%);
    font-size: 20px;
    font-weight: 300;
    position: relative;
}

.mat-card-default .mat-card-content ul li:first-child {
    border-top-width: 2px;
}

.mat-card-default .mat-card-content ul li:last-child {
    border-bottom-width: 2px;
}

.mat-card-default .mat-card-content ul li span {
    line-height: 1;
    vertical-align: middle;
}

.mat-card-default .mat-card-content ul li .bullet {
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0;
    display: block;
    border-radius: 1rem;
    background-color: #445;
    position: absolute;
    left: 0;
}

@media (max-width: 767px) {

    .mat-card-default,
    .mat-card-default .mat-card-content {
        padding: .75rem !important;
    }

    .mat-card-default .mat-card-content h6 {
        white-space: normal;
    }

    .mat-card-default .mat-card-content h5 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 567px) {

    .mat-card-default,
    .mat-card-default .mat-card-content {
        height: 100%;
        padding: .25rem !important;
    }

    .mat-card-icon h4.tdata {
        font-size: 1.5rem;
    }
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: Client Dashboard
    Section: (See More) button
* * * * * * * * * * * * * * * * * * * * */
.custom-btn--light {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    margin: 1rem auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-btn--light .mat-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    color: #565D5A;
}

.custom-btn--light .mat-button-wrapper i {
    margin: 0 1rem;
    line-height: 1;
    vertical-align: middle;
    color: #707070;
}

/* * * * * * * * * * * * * * * * * * * * *
    Page: Partner Pipeline
    Section: Progress bars & Cards - mini
* * * * * * * * * * * * * * * * * * * * */
.pipeline-progressbar-main::-webkit-scrollbar {
    height: 10px;
    cursor: pointer !important;
}

.pipeline-progressbar-main::-webkit-scrollbar-track {
    height: 10px;
    background-color: #0000;
    border-radius: 0 0 5rem 5rem;
}

.pipeline-progressbar-main::-webkit-scrollbar-thumb {
    background-color: #003a9d55;
    border-radius: 1rem;

}

.pipeline-progressbar-main::-webkit-scrollbar-thumb:hover {
    background-color: #003a9d;
}

.pipeline-progressbar-main {
    width: 100%;
    height: calc(100vh - 400px);
    padding: 1rem 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-color: #1212123d #0000;
    scrollbar-width: thin;
}

.pipeline-progressbar-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 20%;
    height: auto;
    padding: 0;
    position: relative;
}

.pipeline-progressbar-item::before {
    content: "";
    width: 100%;
    height: 5px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: calc(0% - 5px / 2);
    left: 50%;
    background-color: #1CB9FC;
}

.pipeline-progressbar-item:last-child:before {
    display: none;
}

.pipeline-progressbar-item::after {
    content: "";
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: calc(0% - 32px / 2);
    left: calc(50% - 32px / 2);
    background-color: #1CB9FC;
    border-radius: 100%;
}

.pipeline-progressbar-item-title {
    margin: 40px auto 32px auto !important;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #565D5A;
}

.pipeline-progressbar-list::-webkit-scrollbar {
    display: none !important;
}

.pipeline-progressbar-list {
    width: 100%;
    height: auto;
    max-height: 550px;
    padding: 1rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-color: #1212123d #0000;
    scrollbar-width: thin;
}

.pipeline-progressbar-card-wrap {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0.5rem auto;
}

.pipeline-progressbar-list .pipeline-progressbar-card-wrap:empty {
    display: none;
}

.pipeline-progressbar-card {
    width: 100%;
    height: auto;
    padding: 1.1rem;
    margin: 0 auto;
    color: #707070 !important;
    background-color: #fff !important;
    border: 1px solid #0000;
    border-radius: 1rem !important;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 16%) !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%) !important;
    cursor: pointer !important;
    overflow-wrap: break-word;
}

.pipeline-progressbar-card h6 {
    margin: 0 auto .5rem !important;
    font-size: 1.12500rem;
    font-weight: 700;
    line-height: 1;
    color: #2E3639;
}

.pipeline-progressbar-card h6 small {
    font-weight: 500;
}

.pipeline-progressbar-card p {
    margin: 0 auto .5rem !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #2E3639;
}

@media (max-width: 1440px) {
    .pipeline-progressbar-item {
        min-width: 25%;
    }
}

@media (max-width: 1024px) {
    .pipeline-progressbar-item {
        min-width: 33%;
    }
}

@media (max-width: 768px) {
    .pipeline-progressbar-item {
        min-width: 50%;
    }
}

@media (max-width: 425px) {
    .pipeline-progressbar-item {
        min-width: 80%;
    }
}

@media (max-width: 320px) {
    .pipeline-progressbar-item {
        min-width: 100%;
    }
}


/* * * * * * * * * * * * * * * * * * * * * * * * * *
    Page: Partner Onboarding - Referal
    Section: Form wrapper, Forms
* * * * * * * * * * * * * * * * * * * * * * * * * */
#referral .form-wrapper {
    width: 100%;
    height: auto;
    padding: 0 1rem;
    margin: 0 auto;
}

#referral .form-wrapper .form-title {
    font-family: 'Inter';
    font-size: 50px;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

#referral .form-wrapper .form-fields {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#referral .form-wrapper .btn-group {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#referral .form-wrapper .btn-group>button {
    margin: 1rem !important;
}

#referral .form-wrapper .btn-group>p {
    width: 100%;
}

#referral .form-wrapper .radio-group {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#referral .form-wrapper .radio-group .form-group2 {
    margin: 0;
    margin-left: 2.5rem;
}

@media (max-width: 1440px) {
    #referral .form-wrapper .form-fields {
        max-width: 767px;
    }
}

@media (max-width: 1024px) {
    #referral.app-content-wrapper {
        padding: 0;
    }

    #referral .form-wrapper .form-title {
        font-size: 3.15rem;
    }

    #referral .form-wrapper .form-fields {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #referral.app-content-wrapper {
        padding: 0%;
    }

    #referral .form-wrapper .form-title {
        font-size: 2.15rem;
        margin-bottom: 0;
    }

    #referral .progressbar-step {
        margin: 0 auto !important;
    }

    #referral .progressbar-step .prgressul {
        margin-bottom: 0px;
    }

    #referral .form-wrapper .btn-group>button {
        margin: 0rem 0.5rem 0.5rem 0rem !important;
        line-height: 1 !important;
        padding: 0 !important;
        min-width: 115px;
        height: 48px;
    }

    #referral .form-wrapper .btn-group>button .mat-button-wrapper {
        font-size: 1.15rem !important;
    }

}

@media (max-width: 567px) {


    #referral .progressbar-step {
        margin: 0 !important;
    }

    #referral .progressbar-step .prgressul {
        margin-bottom: 0px;
    }

    #referral .progressbar-step .prgressul li span {
        font-size: 14px;
    }

    #referral .form-wrapper {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }


    #referral .form-wrapper .form-title {
        font-size: 32px;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
    Page: Partner Onboarding - Referal Congratulation
    Section: Title, Sub Title & Message
* * * * * * * * * * * * * * * * * * * * * * * * * */
#referral-congratulations {
    width: 100%;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#referral-congratulations .title {
    margin: 0 auto !important;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.1235;
    text-align: center;
    color: #2B65BA;
}

#referral-congratulations .sub-title {
    padding: 0 8rem;
    margin: 0 auto !important;
    font-size: 40px !important;
    line-height: 1.235;
    text-align: center;
    color: #515151;
    font-weight: 500;
}

#referral-congratulations .message {
    margin: 0 auto !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.1235;
    text-align: center;
    color: #013B9C;
}

.dropzone {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dropzone .mat-icon {
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: .5rem 0;
    font-size: 3rem;
}

.dropzone label {
    margin: .5rem 0;
    font-size: 26px;
    font-weight: 600;
    font-family: "Inter" !important;
    text-align: center;
    color: #000000;
}

.dropzone .hr {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #707070;
}

.dropzone .hr span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 0 1.5rem;
    margin: .5rem 0;
    background-color: #fff;
    font-family: 'Inter' !important;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    position: absolute;
}

.dropzone .input-file-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 180px;
    height: auto;
    padding: 1rem 2.5rem;
    margin: 1rem auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: #2B65BA;
    border-radius: 9px;
    cursor: pointer;
}

.dropzone .input-file-type::before {
    content: "Browse Files";
    color: #fff;
    font-family: 'Inter' !important;
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
}

.dropzone .input-file-type input {
    display: none;
}

@media (max-width: 768px) {

    #referral .mat-card-default,
    #referral .mat-card-default .mat-card-content {
        padding: 0.5rem !important;
    }

    #referral .dropzone label {
        line-height: 1.125;
    }

    #referral .dropzone .hr {
        margin: 1.5rem auto;
    }

    #referral-congratulations .title {
        font-size: 2.75rem;
    }

    #referral-congratulations .sub-title {
        font-size: 22px !important;
    }

    #referral-congratulations .message {
        font-size: 1.75rem !important;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
    Page: All
    Section: Texts & Text Wrappers
* * * * * * * * * * * * * * * * * * * * * * * * * */
.text-wrap-incontainer {
    max-width: 10rem;
    display: inline-block;
    word-break: break-all !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * *
    Page: All
    Section: Texts With Icons - Custom
* * * * * * * * * * * * * * * * * * * * * * * * * */
.with-custom-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.with-custom-icon>.mat-icon {
    margin: 0 0.5rem;
    font-size: 1.1rem !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    line-height: 1.3;
}


/* no side bar - Removing Sidebar & Hamburger Icon */
.noSidebar {
    width: 100% !important;
    transform: translateX(0px) !important;
}

.mat-toolbar-row-left {
    display: flex !important;
}

.noSidebar .mat-toolbar-row-left {
    display: none !important;
}

.mat-toolbar-row-logo {
    display: none !important;
}

.noSidebar .mat-toolbar-row-logo {
    display: block !important;
}

.noSidebar .mat-toolbar-row-logo>img {
    width: 100%;
    margin-left: 25px;
    /* max-width: 60%; */
    height: 26.5px;
}

.filterBorder {
    border-radius: 24px;
    background: #E9E9E9;
    box-shadow: 0px 0px 3.5px -1px rgba(0, 0, 0, 0.25);
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
}

.filterBorder:hover {
    cursor: pointer !important;
    background-color: #2121212d;
}

.filterImage {
    stroke-width: 1.5px;
    stroke: #000;
    padding: 5px;
    height: 23px;
    width: 23px;
}

.filtertext {
    color: #595959;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modelfilterBorder {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.modelfilterBorder:hover {
    cursor: pointer !important;
    background-color: #2121212d;
    border-radius: 9px;
}

.FilterSideText {
    font-weight: 400 !important;
    margin-left: 10px;
}

.FilterBodyContent {
    font-weight: 400 !important;
    margin-left: 10px;
}

::ng-deep.mat-option:hover:not(.mat-option-disabled),
.mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, .12);
}

.activeTab {
    border-radius: 9px;
    border: 1px solid #677BE3;
    background: #FFF;
    margin: 2px;
}

.FilterDateText {
    color: #808080 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: normal !important;
}

::ng-deep .mat-expansion-panel-header:focus,
.mat-expansion-panel-header:hover {
    outline: none;
    background: #F6F6F6;
}

.mat-card {
    border-radius: 10px;
}

::ng-deep .mat-calendar-content {
    padding: 0 8px 0px 8px;
    outline: none;
}

.mat-calendar-content {
    padding: 0 8px 0px 8px !important;
    outline: none;
}

.mat-list-base .mat-list-item .mat-list-item-ripple,
.mat-list-base .mat-list-option .mat-list-item-ripple {
    border-radius: 10px;
}

#copayEnvCss {
    border: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: white !important;
    border-radius: 9px !important;
    background: #00C385 !important;
}

#copayEnvCss .mat-button-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    color: #ffffff !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

#finmedEnvCss {
    border: none !important;
    box-shadow: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: white !important;
    border-radius: 9px !important;
    background: #d0d0ff;
    /* background: green !important; */
}

#finmedEnvCss .mat-button-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    color: #ffffff !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

#copayBackground {
    /* Old browsers */
    background: #00C385 !important;
}

#finmedBackground {
    background: #d0d0ff;
}