/** Fonts ****************************************************/
@import url("https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap");

@font-face {
    font-family: 'BCNArabicRounded';
    src: url("/ims/assets/meta/f81b2085/pub/ui/fonts/BCNArabicRounded/BCNArabicRounded-Regular.woff");
    font-weight: normal;
    font-style: normal;
    -fs-pdf-font-embed: embed;
    -fs-pdf-font-encoding: "Identity-H";
}
@font-face {
    font-family: 'BCNArabicRounded-bold';
    src: url("/ims/assets/meta/37450dfc/pub/ui/fonts/BCNArabicRounded/BCNArabicRounded-Bold.woff");
    font-weight: bold;
    font-style: normal;
    -fs-pdf-font-embed: embed;
    -fs-pdf-font-encoding: "Identity-H";
}
/* Sukoon purple: #671e75 */
/* Sukoon orange: #ff5e00 */

body {
    background: #eee;
    color: #313537;
    --purple: #671e75;
    --purple-lighter: #862d98;
    --purple-darker: #53145f;
    --lavender: #c8b5cf;
    --orange: #ff5e00;
    --orange-lighter: #fd782b;
    --orange-darker: #d14c00;
}

div[class$="-control"] {
    border-radius: 5px;
    min-height: 40px;
    border-color: #DEE2E6;
}

div[class$="-placeholder"] {
    font-size: 14px;
}

i.fa {
    cursor: pointer;
}
.alert {
    font-size: 12px;
}
.alert-heading {
    font-size: 14px;
    margin-top: 6px;
}
.alertList {
    margin-bottom: 6px;
}

a, .ui-widget-content a {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
	color: #0048BD;
	cursor: pointer;
}
a:hover, a:active, .ui-widget-content a:hover, .ui-widget-content a:active {
	color: #0048BD;
	text-decoration: underline !important;
}
a:disabled, a.disabled {
    opacity: 0.8;
    cursor: not-allowed;
    color: #C2CBD1; /** th gray **/
}
a.overviewPDFlink {
    font-size: 12px;
}

.alignR {
    text-align: right !important;
}
.alignL {
    text-align: left !important;
}
.alignC {
    text-align: center !important;
}
.vHidden {
    visibility: hidden !important;
}
.indentedContent {
    padding-left: 20px;
}

#app-ims {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
}

.container-white {
    background-color: white;
}

b, .bold, .font-weight-bold, strong {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif !important;
    font-weight: bold !important;
}

.orange {
    color: var(--orange);
}

.header-container {
    background-color: white;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}
.header-container-inner {
    display: flex;
    align-items: center;
    max-width: unset;
}
.header-title {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 4px;
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
	font-size: 26px;
	color: var(--purple);
	line-height: 32px;
    flex: 1 0;
    white-space: nowrap;
}
.header-title .orange {
    color: var(--orange);
}
.sectionTitle.title-sm {
    color: var(--purple);
    font-size: 1em;
}
.header-logo img {
    width: auto;
    height: 40px;
}
.header-help-btn {
    display: none;
}
.btn.header-help-btn {
    padding: 0;
}
.header-help-text {
    color: var(--orange);
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-size: 0.8em;
}
.header-help-links, .header-help-links-mobile {
    margin-top: 3px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header-help-links a, .header-help-links-mobile a {
    color: var(--purple);
}
.header-help-links-mobile a {
    margin: 0 10px;
}
.header-help-links .divider:not(:last-of-type) {
    display: inline-block;
    width: 1px;
    height: 16px;
    border-right: 1.5px solid var(--purple);
    margin: 0 10px;
}
.header-help-links-mobile .btn {
    margin-left: 20px;
    padding: 10px;
}

div.headerSection {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-left: 24px;
	font-size: 18px;
	line-height: 24px;
	color: #d1a04a;
}


.sectionTitle {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 1.5em;
    line-height: 24px;
    color: var(--orange);
    text-transform: uppercase;
}
.wellWhite {
    background-color: white;
    padding: 24px;
    border: 1px solid #DEE2E6;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}
.text {
    color: var(--purple);
    display: inline-block;
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
}
.innerWellFix {
    margin: 0 -20px;
    border-top: 1px solid #C2CBD1;
    padding: 20px 20px 0 20px;
}

/** Forms **/
.inputGroupWell {
    border-top: 0 !important;
}
.emptyBorderBottom {
    border-bottom: 0 !important;
}
.borderBotFix {
    margin-bottom: -1px;
}
.radioGroupWell {
}
.radioGroupWell .form-group {
    margin: 0;
}
.radioTitle {
    font-weight: bold;
    margin-bottom: 4px;
}
.radioFormCheck {
    cursor: pointer;
    display: inline;
}
.boxFormCheck {
    margin-top: 2px;
    margin-bottom: 4px;
}
.form-check-input {
    cursor: pointer;
    margin-top: 0.4em;
    accent-color: var(--purple);
}
.form-check-label {
    cursor: pointer;
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.form-check-label:hover {
    color: #777;
}
.form-check.form-check-large {
    padding-left: 2rem;
}
.form-check-large input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-check-checkmark-large {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 4px;
    cursor: pointer;
}
.form-check-large input:checked ~ .form-check-checkmark-large {
    background-color: #ab8643;
    border: none;
}
.form-check-large input:checked:disabled ~ .form-check-checkmark-large {
    background-color: #b0b0b0;

}
.form-check-checkmark-large:after {
    content: "";
    position: absolute;
    display: none;
}
.form-check-large input:checked ~ .form-check-checkmark-large:after {
    display: block;
}
.form-check-large .form-check-checkmark-large:after {
    left: 8px;
    top: 1px;
    width: 9px;
    height: 19px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
.form-check-large > input:disabled ~ .form-check-checkmark-large, .form-check-large > input:disabled ~ .form-check-label {
    cursor: default;
}
.radioFormTxt {
    margin-left: 20px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
}
.idTypeRadio {
    padding-top: 45px;
}
.detailsFormEx {
}
.form-label-div {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 24px;
    width: 100%;
    font-size: 12px;
    color: #313537;
}
label.form-label {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 24px;
    width: 100%;
    font-size: 12px;
    color: #313537;
}
label.formLabelFirst {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 0;
    width: 100%;
    font-size: 12px;
    color: #313537;
}
.addressCopyCheck {
}
textarea[placeholder] {
    font-size: 12px;
}

/** table data, table sorted **/
.table {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
}
.table thead th {
    vertical-align: top;
    padding: 8px 12px;
    background: var(--purple);
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    border: none;
    text-transform: uppercase;
    border-radius: 3px;
}
.table thead th:not(:last-of-type) {
    border-right: 1px solid white;
}
.table th a {
    color: #313537;
}
.table td {
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    border: none;
    background-color: #F3F5F7;
    color: #313537;
    text-align: center;
    align-content: center;
}
.table tfoot th {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
    vertical-align: top;
    padding: 12px 12px;
    color: #313537;
    font-size: 14px;
    line-height: 20px;
}
.table tfoot td {
   background-color: unset;
}

.cellBtn {
    padding: 0 !important;
}
.tabNote {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    margin-bottom: 8px;
}
.inputNote {
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    margin: 6px 0 8px 2px;
}

/** Styles for grid layout for funds table **/
.fundsTabHeadName, .fundsTabBodyName {
    width: auto;
}
.fundsTabHeadPercent, .fundsTabBodyPercent {
    width: 20%;
    text-align: right;
}
.fundsTabHeadAmount, .fundsTabBodyAmount {
    width: 20%;
    text-align: right;
}
.fundsTabHeadEstimated, .fundsTabBodyEstimated {
    width: 20%;
    text-align: right;
}
.fundsTabHeadActions, .fundsTabBodyActions {
    width: 60px;
    text-align: right;
}



.fundNotesList {
    padding-left: 6px;
}
.fundNotesList li {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}
.fundNote {
    margin-bottom: 3px;
}
.headerInfo {
    font-size: 12px;
}

.alertListLine {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}


/** special buttons **/
.btnRow {
    margin-top: 30px;
}
.btn-group {
    margin-bottom: 3px;
}
.btn-group .btn {
    border-left: 1px solid #671e7544;
    border-right: 1px solid #671e7544;
}
.btn-group .btn:first-of-type {
    border-left: none;
}
.btn-group .btn:last-of-type {
    border-right: none;
}
.btn {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    text-shadow: none;
    text-transform: uppercase;
    background: none;
    box-shadow: none;
    padding: 15px 24px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2px;
}
.btn:hover {
    text-shadow: none;
    background: none;
    box-shadow: none;
}
.btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.btn.radio-btn {
    text-transform: none;
}

.btn-light {
    background-color: #f6f1f7;
    border: none;
    color: var(--purple);
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):focus, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #ccacd1;
}
.btn-light.disabled, .btn-light:disabled {
    border: none;
    background: rgb(227, 227, 227);
    color: rgb(184, 181, 181);
    cursor: not-allowed;
}
.btn-light:not(:disabled):not(.disabled):hover {
    background-color: #e2d6e4;
}

.btn-outline-light {
    background-color: none;
    border: 1px solid white;
    color: white;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):focus, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    background-color: rgba(255,255,255, 0.3);
    color: white;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    border: none;
    background: rgb(227, 227, 227);
    color: rgb(184, 181, 181);
    cursor: not-allowed;
}
.btn-outline-light:not(:disabled):not(.disabled):hover {
    background-color: rgba(255,255,255, 0.1);
    color: white;
}

.btnSmall {
    padding: 3px 8px !important;
    font-size: 12px !important;
}
.btn-ml {
    margin-left: 16px;
}
.btn-mr {
    margin-right: 16px;
}

.btn-primary, .btn-dark {
    background-color: var(--purple);
    border: none;
}
.btn-primary:not(:disabled):not(.disabled):hover, .btn-dark:not(:disabled):not(.disabled):hover {
    background-color: var(--purple-lighter);
    border: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus,
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle, .btn-dark.focus, .btn-dark:focus {
    background-color: var(--purple-darker);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, .btn-primary.focus, .btn-primary:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus, .btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(103, 30, 117, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--purple);
}

.btn-secondary {
    background-color: var(--orange);
    border: none;
}
.btn-secondary:not(:disabled):not(.disabled):hover {
    background-color: var(--orange-lighter);
    border: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .btn-secondary.focus, .btn-secondary:focus {
    background-color: var(--orange-darker);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus, .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 94, 0, 0.5);
}

.btn-outline-secondary {
    background-color: none;
    border: 1px solid var(--orange);
    color: var(--orange);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    background-color: rgba(255, 94, 0, 0.2);
    color: var(--orange);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    border: none;
    background: rgb(227, 227, 227);
    color: rgb(184, 181, 181);
    cursor: not-allowed;
}
.btn-outline-secondary:not(:disabled):not(.disabled):hover {
    background-color: rgba(255, 94, 0, 0.1);
    color: var(--orange);
    border: 1px solid var(--orange);
}

.btn-link {
    color: var(--orange);
}
.btn-link:not(:disabled):not(.disabled):hover {
    color: var(--orange-lighter);
}
.btn-link:focus {
    box-shadow: none;
}

.input-group-prepend > .dropdown-toggle {
    padding: 12px 15px;
}

.iconBtnSize {
    font-size: 12px;
    border: 1px solid rgba(222,226,230, 1);
    opacity: 1;
    background-color: rgba(255,255,255, 1);
    color: #313537;
    padding: 11px 14px;
    margin: 0;
    margin-right: 16px;
}
.sortTabIcon {
    margin-left: 6px;
}
.sortTabIcon i {
    font-size: 14px;
    --fa-primary-color: var(--orange-lighter);
    --fa-secondary-color: var(--orange-darker);
}
.sortTabIcon i:hover {
    opacity: 0.8;
    /**
    --fa-primary-color: #ed0025;
    **/
}
.errorIconColor {
    color: #cc3300;
}
.warningIconColor {
    color: #FFCC00;
}
.successIconColor {
    color: #339900;
}

.actionTabIcon {
     margin-left: 5px;
}
.actionTabIcon i {
    font-size: 16px;
}
.halfColInput {
    width: 50%;
}
.fullColInput {
    width: 100% !important;
}
.inputSubTitle {
    font-size: 12px;
    color: #313537;
    line-height: 16px;
}
.bsAlertSmall {
    font-size: 12px;
    padding: 8px;
    margin: 10px 0 15px 0;
    line-height: 16px;
}
.inputSectionBox {
    margin-top: 20px;
}

/** ICONS **/

.faIcon16 {
    font-size: 16px;
    padding-top: 2px;
}
/** only for icon on alert row, please not use on other structure **/
.faIcon18-alert {
    font-size: 16px;
    padding-top: 0;
    margin-top: 2px;
    color: #3B539B;
}
.alert-secondary .faIcon18-alert {
    font-size: 16px;
    padding-top: 0;
    margin-top: 2px;
    color: #8B979B;
}
.faIcon22 {
    font-size: 22px;
    padding-top: 2px;
}
.tooltipIcon {
    color: #004085;
    margin-left: 5px;
}


/** NAV **/

.navWell {
    background: var(--purple);
    padding: 20px 0;
    margin-bottom: 40px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

.navBreadcrumb {
    width: 80%;
    margin: 0 auto;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navBreadcrumb .divider {
    font-size: 18px;
    color: white;
}

.nav-item {
    cursor: pointer;
}

.navBreadcrumb .active {
    cursor: pointer;
    font-family: 'BCNArabicRounded-bold', Arial, Helvetica, sans-serif;
}

.navBreadcrumb .nav-link {
    padding: 0;
    padding-top: 10px;
    text-align: center;
    width: 150px;
    margin: 0 auto;
    line-height: 1.2em;
    font-size: 14px;
}
.navDot {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    text-shadow: none !important;
    background: white;
    color: var(--lavender);
    font-weight: bold;
    font-size: 0.8em;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navDot:hover:not(.disabled):not(.active .navDot) {
    background: #eee;
}
.active .navDot {
    background-color: var(--orange);
    color: white;
    border: 1px solid var(--orange);
}
.nav-item .nav-link {
    color: white;
    text-transform: uppercase;
    font-size: 0.7em;
    outline: none;
}
.nav-item.active .nav-link {
    color: var(--orange);
}
.nav-item:hover:not(.disabled) > .nav-link {
    text-decoration: underline;
}
.active .nav-link {
    color: white;
}
.nav-item.completed .navDot {
    color: var(--purple);
    font-size: 1em;
}
.navBreadcrumb .returnSummary {
    text-align: right;
    display: inline-block;
    line-height: 0.95em;
}
.navBreadcrumb li.completed div.navDot {
    background-color: #313537;
    color: white;
    border: 1px solid #313537;
}
.navBreadcrumb li.in_progress div.navDot {
    background-color: #5db648;
    color: white;
    border: 1px solid #5db648;
}
.navBreadcrumb li.not_started div.navDot {
    background-color: #EEE;
    color: #888;
    border: 1px solid #EEE;
}
.navBreadcrumb .completed .active {
    box-shadow: inset 0 0 0 2px white;
}
.navBreadcrumb .in_progress .active {
    box-shadow: inset 0 0 0 2px white;
}
.nav-inner {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: nowrap;
}
.nav-line {
    border-bottom: 4px dotted white;
    height: 1px;
    width: calc(100% - 150px);
    top: 25%;
    position: absolute;
    z-index: 1;
}

/** Calendar **/
.calendarGroup .react-datepicker-wrapper {
    width: calc(100% - 50px);
}

.react-datepicker-wrapper > div > input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/** details form **/
.editDetailsDiv {
    text-align: right;
}
.editDetailsDiv .btn-link {
    padding: 2px 0 0 8px;
}
table.detailsFormTab {
    width: 100%;
    empty-cells: show;
}
table.detailsStackedForm {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
}
table.detailsFormTab td, table.detailsStackedForm tr {
    font-weight: bold;
    vertical-align: top;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    color: #313537
}
table.detailsFormTab td:last-child, table.detailsStackedForm tr:last-child {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: normal;
    text-align: right;
}
table.detailsFormTab td.w-30 {
    width: 30% !important;
}
table.detailsFormTab td.w-5 {
    width: 5% !important;
}
table.detailsTabInv td:last-child {
    width: 30% !important;
}
table.detailsLoop {
    margin-top: 12px;
}
table.detailsLoop td {
    padding: 2px 0;
}
.txtFontNormal {
    font-family: 'BCNArabicRounded', Arial, sans-serif !important;
    font-weight: normal !important;
}
table.detailsStackedForm tr:last-child {
    text-align: left;
}

table.beneficiariesDetTab {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
    margin-top: 10px;
    margin-bottom: 5px;
}
table.beneficiariesDetTab th {
    padding: 4px 0;
    vertical-align: bottom;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #BBB;
}
table.beneficiariesDetTab td {
    padding: 3px 0;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 1px solid #BBB;
}
table.beneficiariesDetTab th:first-child {
    width: 450px;
}
table.beneficiariesDetTab tr.secondaryTr td {
    background-color: #FAFAFA;
}
table.beneficiariesDetTab tr.secondaryTr td.tabName {
    padding-left: 20px;
}
table.beneficiariesDetTab tr.secondaryTr td.tabBenefit {
    padding-right: 20px;
}


table.documentsTab {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
    margin-top: 15px;
    margin-bottom: 5px;
}
table.documentsTab th {
    padding: 4px 0;
    vertical-align: bottom;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #BBB;
}
table.documentsTab td {
    padding: 6px 4px 4px 4px;
    vertical-align: top;
    font-size: 12px;
    border-bottom: 1px solid #BBB;
    color: #555;
}
table.documentsTab tr:nth-child(odd) td {
    background-color: #FAFAFA;
}
table.documentsTab td.docTypeTd {
    font-weight: bold;
}

table.documentsSubTab {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
}
table.documentsSubTab th {
    border: 0 !important;
    text-align: right;
    vertical-align: bottom;
    padding: 0;
}
table.documentsSubTab td {
    padding: 2px 2px 1px 2px;
    vertical-align: top;
    text-align: right;
    border: 0 !important;
    font-size: 12px;
}
table.documentsSubTab div.subTabNameDoc {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table.documentsSubTab td.docNameSubTd {
    padding-left: 15px;
}

.uppy-DragDrop-inner svg {
    display: none;
}
.uppy-DragDrop-inner {
    padding: 8px 0 2px 0 !important;
}

.is-selector-invalid__control {
    border-color: #dc3545 !important;
}
.invalid-feedback {
    color: #D40021;
}

table.signatureContact {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
    margin-top: 10px;
    margin-bottom: 15px;
}
table.signatureContact th {
    padding: 4px 0;
    vertical-align: bottom;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #BBB;
}
table.signatureContact td {
    padding: 3px 0;
    vertical-align: top;
    font-size: 12px;
}

/** Approval **/
.approvalPage {
    padding: 30px 0;
}
.approvalMenu {
    padding: 15px 20px;
    border: 1px solid #DEE2E6;
    border-radius: 5px;
    background-color: white;
}
.approvalMenuTitle {
    color: #ed0025; /** AG Red **/
    text-align: center;
    margin-bottom: 6px;
}
.approvalMenu a {
    font-size: 14px;
    color: #555;
}

.approvalMenu a:hover {
    text-decoration: none;
    color: #26b0e2; /** sky blue **/
}
.approvalMenu i.far {
    margin-right: 8px;
}
.approvalHeader {
    border-left: 3px solid #ed0025; /** AG Red **/
    padding: 2px 0 4px 20px;
    margin-bottom: 40px;
}
.approvalHeaderTitle {
    margin-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
	color: #313537; /** charcoal gray **/
}
.approvalHeaderSubTitle {
    margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #313537; /** charcoal gray **/
}
.approvalHeaderTxt {
	font-size: 12px;
	color: #555;
}
.approvalPage .headerSection {
    padding: 0px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.approvalPage div.envelopeNote {
    margin-top: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #555;
}
.envelopeFinaliseDiv {
    padding-top: 30px;
}
.envelopeFinaliseDiv .headerSection {
    margin: 0;
}
.approvalThanksDiv {
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
    color: #313537; /** charcoal gray **/
}

.react-tel-input input[type="tel"]:disabled {
    background-color: #e9ecef !important;
}

.Rectangle {
    height: 0px;
}

.footerContainer {
    /*background-color: #232324;*/
    height: 80px;
}

.btn-group>.btn.active {
    z-index: unset !important;
}

/** Boostrap re-write **/
.color-primary {
    color: var(--purple);
}
.color-secondary {
    color: var(--orange);
}
.alert-primary {
    background-color: #EBEDF5;
    border-color: #3B539B;
    color: #3B539B;
}
.alert-secondary {
    background-color: #F3F5F7;
    border-color: #C9CFD2;
    color: #313537;
}
.alert-success {
    background-color: #EBF8F0;
    border-color: #3AB972;
    color: #3AB972;
}
.alert-danger {
    background-color: #f8d7da;
    border-color: #D40021;
    color: #D40021;
}
.bsAlertTab {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
}
.bsAlertTab td {
    padding: 0;
    text-align: left;
    vertical-align: top;
}
.bsAlertTab td.alertTabIcon {
    width: 16px;
    text-align: right;
}
.bsAlertTab td.alertTabContent {
    width: auto;
    padding-left: 8px;
}

.form-control {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    color: #313537;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    border-color: #DEE2E6;
}
.form-control:hover {
    border-color: #a9a5a5;
}
.form-control::placeholder {
    color: #ccc;
}
.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    background-color: var(--lavender);
    color: var(--purple); 
    border: none;
}
.alignR .btn-group-toggle {
    padding: 2px;
    border: 1px solid #C9CFD2;
    margin-bottom: 8px;
}
.alignR .btn-group-toggle .btn {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 18px;
}
.alignR .btn-group-toggle .btn-light {
    border-color: white !important;
}
.text-success {
    color: #3AB972 !important;
}
.text-danger {
    color: #D40021 !important;
}
.preferredNotTxt {
    margin-bottom: 8px;
    font-size: 12px;
    color: #313537;
}
.correlationDivTxt {
   font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
   font-weight: bold;
}
.no-wrap {
   white-space: nowrap;
}

.otpSingleTxt {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
}
.alertInline {
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    margin-left: 24px;
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}
.faAlertInline {
    margin-right: 8px;
}
.otpPinTitle {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.pinInputContainer {
    width: 40px;
    margin-right: 4px;
}
.pinInput {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding: 30px 5px;
    border: none;
    border-bottom: 3px solid gray;
    border-radius: 0px;
}
.pinInput:focus {
    box-shadow: none;
}
.pinInput:hover {
    border-color: #a2cfff;
    background: #f7f7f7;
}
.verifyBtnContainer {
    margin-top: 19px;
}

div.modalHeader, .modal-header {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
	color: var(--purple);
}
.modal-body {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.gridDataTab .sortTabIcon {
    display: none;
}

.current-portfolio-btn-div {
    padding: 2px;
    border: 1px solid #C9CFD2;
    margin-bottom: 8px;
    margin-right: 10px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.currrent-portfolio-btn {
    background-color: #313537;
    border: 1px solid #313537;
    color: white;
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 0px;
}

.headerTitle {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.submitButtonOTP, .submitButtonOTP:not(:disabled):not(.disabled):focus {
    min-width: 200px;
}

.fullColButtonOTP, .fullColButtonOTP:hover {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px;
}


.signatoryTxt {
    font-size: 14px;
}

table.questions {
    width: 100%;
    table-layout: fixed;
}

table.questions td {
    font-weight: normal;
    vertical-align: top;
    display: inline;
    font-size: 14px;
    line-height: 20px;
    color: #313537
}
table.questions td:last-child {
    font-family: 'BCNArabicRounded', Arial, sans-serif;
    font-weight: bold;
    text-align: right;
    margin-left: 15px;
}

.autosave-container {
    position: fixed;
    z-index: 1400;
    display: flex;
    align-items: flex-end;
    bottom: 24px;
    left: 24px;
    right: auto;
    filter: drop-shadow(0px 2px 2px black);
}

.autosave {
    padding: 10px;
    display: flex;
    align-items: center;
}

.autosave-message {
    margin-left: 12px;
    font-size: 1.2em;
}

.autosave-close {
    margin-left: 12px;
    cursor: pointer;
}

/* fund selection */
table#fund-selection-table-grid-table {
    border-radius: 5px;
    display: block;
    border: 1px solid #C9CFD2;
}
table tr:nth-child(even) > td {
    background-color: white !important;
}
#fund-selection-table-grid-thead th {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
    vertical-align: bottom;
    background-color: #4b5540;
    color: white;
}
#fund-selection-table-grid-thead th:first-of-type {
    border-top-left-radius: 5px;
}
#fund-selection-table-grid-thead th:last-of-type {
    border-top-right-radius: 5px;
}
#fund-selection-table-grid-tbody-loading td {
    vertical-align: middle;
}
#fund-selection-table-grid-tfoot {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
}
#fund-selection-table-grid-tfoot td {
    background-color: transparent !important;
    border: none;
}
 
table#dca-fund-selection-table-grid-table {
    border-radius: 5px;
    border: 1px solid #C9CFD2;
}
#dca-fund-selection-table-grid-thead th {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
    vertical-align: bottom;
    background-color: #4b5540;
    color: white;
}
#dca-fund-selection-table-grid-thead th:first-of-type {
    border-top-left-radius: 5px;
}
#dca-fund-selection-table-grid-thead th:last-of-type {
    border-top-right-radius: 5px;
}
#dca-fund-selection-table-grid-tbody-loading td {
    vertical-align: middle;
}
#dca-fund-selection-table-grid-tfoot {
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
}
#dca-fund-selection-table-grid-tfoot td {
    background-color: transparent !important;
    border: none;
}

.actionTabIcon {
    display: flex;
}
.actionTabIcon i {
    background-color: #D40021;
    color: white !important;
    padding: 4px;
    border-radius: 100px;
    width: 18px;
    font-size: 0.7em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.actionTabIcon:hover {
    text-decoration: none !important;
}
.actionTabIcon i:hover {
    background-color: #ea2946;
}

/* document upload */
table.documentsTab {
    width: 100%;
    table-layout: fixed;
    empty-cells: show;
    margin-top: 15px;
    margin-bottom: 5px;
}
table.documentsTab th {
    vertical-align: bottom;
    font-size: 14px;
    text-align: left;
    border: none;
}
table.documentsTab thead > tr > th {
    padding: 5px 10px;
}
table.documentsTab th:first-child {
    border-top-left-radius: 7px;
}
table.documentsTab th:last-child {
    border-top-right-radius: 7px;
}
table.documentsTab > tbody > tr {
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}
table.documentsTab thead > tr {
    border: none;
}
table.documentsTab td {
    padding: 6px 12px;
    vertical-align: middle;
    font-size: 12px;
    border-bottom: 1px solid #BBB;
    color: #555;
    background-color: white;
}
table.documentsTab td.docTypeTd {
    font-weight: bold;
}
.table .thead-dark th {
    background-color: #4b5540;
    font-family: 'BCNArabicRounded-bold', Arial, sans-serif;
    font-weight: bold;
}

.testFrame {
    position: fixed;
    inset: 0;
    z-index: 1050;
    border: 4px solid orange;
    pointer-events: none;
}

.footer {
    width: 100%;
    bottom: 0;
    background-color: white;
    font-size: 0.6em;
    padding: 7px;
    color: var(--purple);
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
    flex-shrink: 0;
}

.footer .divider {
    margin: 0 5px;
    height: 0.9em;
    width: 1px;
    border-right: 1px solid var(--purple);
    display: inline-block;
}

.MuiSlider-root {
    color: black !important;
}
.MuiSlider-rail {
    height: 8px !important;
    background-color: #eee !important;
    opacity: 100% !important;
}
.MuiSlider-track {
    height: 8px !important;
    background-color: #eee !important;
}
.MuiSlider-thumb {
    border: 3px solid white;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    background-color: var(--orange) !important;
}
.MuiSlider-thumb:hover {
    box-shadow: rgba(255, 94, 0, 0.3) 0px 0px 0px 6px !important;
}
.MuiSlider-markLabel {
    margin-top: 12px !important;
}

.tooltip.show {
    opacity: 1;
}
.tooltip .arrow::before {
    border-bottom-color: var(--purple);
}
.tooltip-inner {
    background: white;
    color: black;
    border: 2px solid var(--purple);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.9);
    max-width: 400px;
}


.page-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 112px);
}

.box {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
    padding: 0;
    height: fit-content;
}
.box-header {
    width: 100%;
    text-align: center;
    background: var(--purple);
    color: white;
    padding: 15px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}
.box-inner {
    padding: 20px 30px;
    padding-bottom: 40px;
}
.box-title {
    font-size: 1.5em;
}
.box-title-orange {
    color: var(--orange);
}
.box-subtitle {
    opacity: 50%;
}

.notice-box {
    background-color: #eee;
    border-radius: 5px;
    color: var(--purple);
    padding: 15px;
    font-size: 0.7em;
    display: flex;
}
.notice-box i {
    font-size: 1.3em;
    margin-right: 10px;
    margin-top: 2px;
} 
.notice-box.white {
    background: white;
}

.summary-section .sectionTitle.title-sm {
    margin-bottom: 10px;
}

/** START PAGE **/

.start {
    background: var(--purple);
    display: flex;
    padding: 60px 20px;
}
.start-title {
    background: var(--orange);
    color: white;
    padding: 5px 10px;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    width: fit-content;
}
.start-subtitle {
    color: white;
    margin-top: 10px;
    margin-bottom: 15px;
}
.start-subtitle > p {
    margin-bottom: 10px;
}
.start-notice {
    color: white;
    opacity: 50%;
    font-size: 0.8em;
}
.start-notice > ul {
    margin-top: 5px;
    padding-inline-start: 2em;
}

.start .col-12 {
    padding: 0;
}
.start .form-label {
    color: white;
    margin-top: 0;
}
.start input {
    margin-bottom: 10px;
}
.start-terms-and-conditions {
    color: white;
    opacity: 60%;
    font-size: 0.7em;
}
.start-terms-and-conditions a {
    color: white;
    text-decoration: underline;
}
.start-container-left {
    padding-right: 20px;
}
.start-container-right {
    padding-left: 20px;
}

/** QUOTE PAGE **/

.quote-currency .form-label {
    margin-top: 0;
    font-size: 0.9em;
}
.quote-amount {
    border: 1px solid #bbb;
    border-radius: 3px;
    position: relative;
    display: flex;
    padding: 20px;
    align-items: center;
}
.quote-amount label {
    position: absolute;
    top: -12px;
    left: 15px;
    background: white;
    padding: 0 5px;
    font-family: 'BCNArabicRounded-bold';
    font-size: 0.9em;
}
.quote-amount-currency {
    font-family: 'BCNArabicRounded-bold';
}
.quote-amount-divider {
    height: 15px;
    width: 1px;
    border-right: 1px solid black;
    margin: 0 15px;
}
.quote-amount-field {
    border: none;
    font-size: 1.5em;
    padding: 0;
    color: var(--orange);
}
.quote-amount-field:focus {
    box-shadow: none;
    color: var(--orange);
}
.quote-amount-frequency:not(.quote-amount-frequency-mobile) {
    border: none !important;
    width: 150px;
    box-shadow: none !important;
}
.quote-amount-frequency:not(.quote-amount-frequency-mobile) .css-hlgwow {
    padding: 0;
}
.quote-amount-frequency .css-1xc3v61-indicatorContainer:first-child {
    display: none;
}
.quote-amount-frequency .css-1u9des2-indicatorSeparator {
    display: none;
}
.quote-amount-frequency .css-15lsz6c-indicatorContainer:first-child {
    display: none;
}
.quote-amount-frequency:not(.quote-amount-frequency-mobile) .css-1dimb5e-singleValue {
    font-family: 'BCNArabicRounded-bold';
}
.quote-amount-frequency-mobile {
    display: none;
}
.quote-amount-error {
    border-color: #D40021;
}
.quote-amount-error-feedback {
    color: #D40021;
    margin-top: 10px;
    font-size: 0.8em;
}

.summary-box {
    margin-left: 40px;
    flex: 0 0 calc(33.333333% - 40px);
    max-width: calc(33.333333% - 40px);
}
.box-summary-title {
    color: var(--purple);
    font-family: 'BCNArabicRounded-bold';
}
.quote-summary-item-title {
    font-family: 'BCNArabicRounded-bold';
    font-size: 0.9em;
}
.quote-summary-item-amount {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
}
.quote-summary-item-amount .left {
    font-size: 1.3em;
    color: var(--orange);
    font-family: 'BCNArabicRounded-bold';
}
.quote-summary-item-amount .left.quote-summary-item-amount-gray {
    color: #ddd;
}
.quote-summary-item-amount .right {
    font-size: 0.7em;
    float: right;
    margin-left: 4px;
    white-space: nowrap;
}
.quote-summary-item-amount:not(:last-of-type) {
    margin-bottom: 20px;
}
hr.dashed {
    border-top-style: dashed;
    border-top-color: #999;
}
.quote-summary-chart {
    width: 100%;
    margin-top: 20px;
}
.quote-illustration-download {
    text-align: left;
    padding: 0;
    margin: 20px 0;
    font-family: 'BCNArabicRounded-bold';
    font-size: 0.7em;
} 
.quote-illustration-download-successful.btn-link {
    color: green;
}
.quote-illustration-download-successful.btn-link:hover {
    color: green;
}
.summary-box .quote-btns {
    display: none;
}

/** ALLOCATION PAGE **/ 

.allocation-summary-box {
    margin-left: 40px;
    flex: 0 0 calc(41.666667% - 40px);
    max-width: calc(41.666667% - 40px);
}
#portfolio-type-btns .btn {
    text-transform: unset;
}
.allocation-portfolio-type-description {
    color: #999;
    font-size: 0.7em;
}
.allocation-table td {
    padding: 16px 24px;
}
.table thead tr.allocation-table-hidden-header th {
    background: none;
    color: #313537;
    text-transform: none;
    font-family: 'BCNArabicRounded-bold';
    text-align: center;
    font-size: 0.9em;
}
.allocation-table thead th:first-child {
    padding-left: 24px;
}
.table td.allocation-table-name {
    text-align: left;
}
.allocation-table-name button {
    padding: 4px;
    padding-left: 8px;
    padding-bottom: 0;
}
.allocation-table-add-btn {
    padding: 0px;
    white-space: nowrap;
}
.allocation-fund-categories {
    margin: 10px -7px;
}
.allocation-fund-categories button {
    font-size: 0.7em;
    margin: 3px;
    padding: 8px 12px;
    text-transform: none;
    color: black;
}
.allocation-fund-categories button.btn-secondary {
    color: white;
}
.model-allocation > span {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.allocation-table-fund-selected {
    opacity: 25%;
}
button.allocation-table-fund-selected, .allocation-table-fund-selected button {
    pointer-events: none;
    cursor: default !important;
}
.allocation-summary-no-funds {
    text-align: center;
    margin-top: 40px;
    color: #ddd;
}
.table.selected-funds th {
    padding: 4px 8px;
}
.table.selected-funds td {
    font-size: 0.8em;
    padding: 4px;
    color: var(--purple);
}
.table.selected-funds tfoot td {
    background-color: var(--lavender);
    border-radius: 3px;
    color: var(--purple);
    font-family: 'BCNArabicRounded-bold';
    text-align: left;
}
.table.selected-funds tfoot td:not(:last-of-type) {
    border-right: 1px solid white;
}
.table.selected-funds tfoot td.allocation-total-error {
    background-color: #f87d7d;   
    color: black;
}
.table.selected-funds.is-invalid {
    border: 1px solid red;
}
.selected-funds-edit-btn {
    padding: 0;
}
.selected-funds-remove-btn {
    padding: 0;
    font-size: 0.7em;
    font-family: 'BCNArabicRounded-bold';
}
.allocation-pct-auto {
    font-style: italic;
}
.allocation-percent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.allocation-percent .form-control, .allocation-percent .input-group-append .input-group-text {
    padding: 5px;
    height: 30px;
}
.allocation-percent .form-control {
    border-right: none;
}
.allocation-percent button {
    margin: 0;
    margin-left: 5px;
}
.what-is-a-model-portfolio {
    width: calc(100% + 32px);
    height: 600px;
    margin: -16px;
    border: none;
    outline: none;
}

/** PERSONAL INFORMATION PAGE **/ 

.upload-box {
    border: 1px dashed #ccc;
    border-radius: 3px;
    font-size: 0.7em;
    text-align: center;
    padding: 0;
    margin-top: 15px;
}
.upload-box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.upload-box i {
    font-size: 3em;
    margin-bottom: 10px;
    color: var(--purple);
}
.upload-box-title {
    font-family: 'BCNArabicRounded-bold';
}
.upload-box-subtitle {
    color: #bbb;
}
.upload-box-add-btn {
    font-family: 'BCNArabicRounded-bold';
    padding: 5px 10px;
    font-size: 1em;
}
.upload-box-dragging {
    background: var(--purple);
    color: white;
    border: none;
}
.upload-box-dragging-message {
    position: absolute;
    font-size: 2em;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-box-dragging-message span {
    width: calc(100% - 60px);
}
.upload-box-header-title {
    font-family: 'BCNArabicRounded-bold';
    background: var(--purple);
    color: white;
    font-size: 1.3em; 
    margin: -1px;
    margin-bottom: 0;
    padding: 5px 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.upload-box-uploads {
    border: 1px solid var(--purple);
    background: #e2d9e6;
    width: calc(100% + 2);
    margin: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.upload-box-uploads-item {
    display: flex;
    align-items: center;
    font-family: 'BCNArabicRounded-bold';
    font-size: 1.2em;
    padding: 10px 20px;
    text-align: left;
}
.upload-box-uploads-item span {
    overflow-wrap: break-word;
    max-width: 60%;
}
.upload-box-uploads-item:not(:last-of-type) {
    border-bottom: 1px solid var(--purple);
}
.upload-box-uploads-item i {
    font-size: 1em;
    margin: 0;
    margin-right: 8px;
}
.upload-box-uploads-item .btn-link {
    padding: 0;
}
.upload-box-uploads-item .btn-link i {
    color: var(--orange);
    font-size: 1em;
    margin: 0;
}

/** OTHER INFORMATION PAGE **/ 


/** REVIEW AND PAY PAGE **/ 
.summary-section .sectionTitle.title-sm {
    margin-top: 20px;
}
.summary-section .sectionTitle.title-sm span {
    padding-right: 10px;
}
.section-edit-btn.btn {
    padding: 0;
}
.summary-field {
    border-bottom: 1px dashed #ddd;
    padding: 0;
    padding-bottom: 15px;
}
.allocation-summary-view {
    width: 100%
}
.allocation-summary-view-fund {
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 10px 20px;
    padding-right: 0;
    width: 100%;
    display: flex;
    font-size: 0.8em;
}
.allocation-summary-view-fund:not(:last-of-type) {
    margin-bottom: 10px;
}
.allocation-summary-view-fund-pct {
    background: var(--purple);
    color: white;
    margin: -10px;
    display: inline-block;
    font-size: 0.9em;
    padding: 8px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.allocation-summary-view-quote {
    margin-left: 0px;
}
.allocation-summary-view-quote-item-left, .allocation-summary-view-quote-item-right {
    font-family: 'BCNArabicRounded-bold';
    background: #e2d9e6;
    color: var(--purple);
    font-size: 0.7em;
    padding: 16px 24px;
    border-radius: 3px;
}
.allocation-summary-view-quote-item-left {
    margin-right: -5px;
    margin-left: -15px;
}
.allocation-summary-view-quote-item-right {
    margin-left: -5px;
    margin-right: -10px;
}
.allocation-summary-view-quote-item-amount {
    color: var(--orange);
    font-size: 1.8em;
    font-family: 'BCNArabicRounded-bold';
}

/** SIGN PAGE **/

.signature-type-radio.col-12 {
    padding: 0;
}
.signature-type-radio label.form-label {
    margin-top: 0;
}
svg.w-signature {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.signature-text.form-control {
    font-family: 'Homemade Apple', cursive;
    font-size: 3em;
    height: 120px;
    padding-left: 5px;
}
.signature-upload-box {
    margin-bottom: 20px;
}
.signature-upload-box .upload-box {
    margin-top: 0;
}
.signature-preview-title {
    background: var(--purple);
    color: white;
    font-family: 'BCNArabicRounded-bold';
    text-align: center;
    padding: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.signature-preview {
    width: 100%;
    border: 1px solid var(--purple);
}
.document-container {
    position: relative;
}
.document-container iframe {
    width: 100%;
    height: 800px;
}
.document-btns-top {
    text-align: center;
    margin: 16px 0;
}
#doc-selection .btn-group {
    flex-wrap: wrap;
    max-width: 900px;
}
.pdf-viewer-controls {
    padding: 10px 20px;
    height: fit-content;
    text-align: center;
    background: #666;
    color: white;
    display: grid;
}
.pdf-viewer-controls-left, .pdf-viewer-controls-center {
    grid-row: 1;
    grid-column: 1;
    pointer-events: none;
}
.pdf-viewer-controls-left i, .pdf-viewer-controls-center i {
    pointer-events: all;
} 
.pdf-viewer-controls-left {
    text-align: left;
}
.pdf-viewer-controls-center span {
    margin: 0 10px;
    color: #bbb;
}
.pdf-viewer {
    background: #333;
}
.pdf-viewer-loading {
    color: white;
    text-align: center;
    font-size: 1.5em;
    margin-top: 20px;
}

/* SM screen size */
@media (max-width: 900px) {
    .header-logo img {
        height: 30px;
    }
    .header-title {
        font-size: 1.3em;
        margin: 8px 0;
        margin-left: 3px;
    }
    .header-right {
        font-size: 0.9em;
    }
}

/* XS screen size */
@media (max-width: 768px) {
    .page-wrapper {
        height: 100vh;
    }
    #page {
        margin-top: 68px;
    }
    .header-container {
        padding: 10px 15px;
        margin-bottom: 10px;
        position: fixed;
        top: 0;
        z-index: 3;
    } 
    .header-container-inner.container {
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    .header-logo img {
        height: 25px;
    }
    .header-title {
        font-size: 1em;
        margin: 8px 0;
        margin-left: 3px;
    }
    .header-help-text, .header-help-links {
        display: none;
    }
    .header-help-btn {
        display: block;
    }
    .footer {
        font-size: 0.5em;
    }
    .navWell {  
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .navBreadcrumb {
        width: 100%;
    }
    .navDot {
        height: 25px;
        width: 25px;
        font-size: 0.6em;
    }
    .navBreadcrumb .nav-link {
        width: 100px;
        font-size: 0.5em;
        padding: 0 5px;
        padding-top: 5px;
    }
    .nav-line {
        width: calc(100% - 100px);
        top: 10px;
    }
    .btn-group {
        flex-direction: column;
        width: 100%;
    }
    .btn-group .btn {
        border: none;
    }
    .radio-btn.btn.btn-light, .radio-btn.btn.btn-primary {
        border-radius: 3px !important;
        margin: 3px 0;
    }

    .box {
        margin-left: 15px;
        max-width: calc(100% - 40px);
    }
    .box-margin-top {
        margin-top: 20px;
    }
    .summary-box:not(#quote-summary), .allocation-summary-box {
        margin: 0;
        margin-top: 25px;
        flex: 0 0 100%;
        max-width: calc(100%);
        padding: 0;
    }
    #quote-summary.summary-box {
        flex: 0 0 100%;
        margin-top: 25px;
    }
    .box-title {
        font-size: 1.2em;
        padding: 0 10px;
    }
    .box-subtitle {
        font-size: 0.8em;
    }
    .btns-row .btn {
        padding: 10px 12px;
        height: 38px;
    }
    .sectionTitle {
        font-size: 1.3em;
        margin: 15px 15px 0 15px !important;
    }
    .sectionTitle-nomargin {
        margin: 0 !important;
    }
    .calendarGroup .react-datepicker-wrapper {
        width: calc(100% - 37px);
    }

    /** OTP **/
    .headerTitle {
        margin-top: 20px;
    }
    .otpInputs {
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100% !important;
    }
    .otpInputs .input-group {
        width: unset;
    }
    .verifyBtnContainer {
        text-align: center;
    }
    .submitButtonOTP {
        min-width: 265px;
        margin-right: 0 !important;
    }
    .otp .sectionTitle {
        margin: 40px 0 10px 0 !important;
    } 
    .otpSingleTxt .sectionTitle {
        margin-top: 20px !important;
    }

    /** START PAGE **/
    .start-title {
        font-size: 1.1em;
    }
    .start-container-left {
        padding: 0;
    }
    .start-container-right {
        padding: 0;
    }


    /** QUOTE PAGE **/
    .quote-amount {
        padding: 15px;
        font-size: 0.7em;
    }
    .quote-amount label {
        top: -8px;
    }
    .quote-amount-divider {
        margin: 0 10px;
    }
    .quote-amount-frequency {
        display: none;
    }
    .quote-amount-frequency-mobile {
        display: block;
    }
    .quote-amount-divider-frequency {
        display: none;
    }
    .summary-box .quote-btns {
        display: block;
        margin-top: 20px;
    }
    .quote-summary-item-amount {
        flex-direction: column;
        align-items: start;
    }   
    .quote-summary-item-amount .right {
        margin-left: 0;
    }

    /** ALLOCATION PAGE **/
    #portfolio-type-btns .btn {
        padding: 15px 12px;
    }
    .allocation-table-name button {
        padding: 0;
    }
    .allocation-fund-categories {
        margin: 5px -3px;
    }
    .allocation-fund-categories .btn {
        padding: 4px 8px;
        margin: 3px;
    }
    .allocation-fund-categories button {
        font-family: 'BCNArabicRounded';
    }
    
    /** OTHER INFORMATION PAGE **/ 


    /** REVIEW AND PAY PAGE **/ 
    .allocation-summary-view-quote-item-left, .allocation-summary-view-quote-item-right {
        margin: 0 -10px 10px -15px;
    }
    .summary-section .sectionTitle, .summary-title {
        margin-left: 0 !important;
    }

    /** SIGN PAGE **/
    .form-control.signature-text {
        font-size: 1.2em;
        height: 60px;
    }
    .signature-draw-btns {
        flex-wrap: wrap;
    }
    .signature-draw-btns .btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .document-btns-top {
        width: 100%;
    }
    .document-btns-top .btn {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .navBreadcrumb .nav-link {
        width: 60px;
    }
    .nav-line {
        width: calc(100% - 60px);
    }
}