/* Core style */
/* Fonts */
@font-face { font-family: "Inter"; src: local(inter-regular); src: url("../fonts/inter-regular.eot"); src: url("../fonts/inter-regular.eot#iefix") format("embedded-opentype"), url("../fonts/inter-regular.woff2") format("woff2"), url("../fonts/inter-regular.woff") format("woff"), url("../fonts/inter-regular.ttf") format("truetype"), url("../fonts/inter-regular.svg#inter-regular") format("svg"); font-style: normal; font-weight: 400; font-display: swap; }

@font-face { font-family: "Inter Medium"; src: local(inter-medium); src: url("../fonts/inter-medium.eot"); src: url("../fonts/inter-medium.eot#iefix") format("embedded-opentype"), url("../fonts/inter-medium.woff2") format("woff2"), url("../fonts/inter-medium.woff") format("woff"), url("../fonts/inter-medium.ttf") format("truetype"), url("../fonts/inter-medium.svg#inter-medium") format("svg"); font-style: normal; font-weight: 500; font-display: swap; }

@font-face { font-family: "Inter Semibold"; src: local(inter-semibold); src: url("../fonts/inter-semibold.eot"); src: url("../fonts/inter-semibold.eot#iefix") format("embedded-opentype"), url("../fonts/inter-semibold.woff2") format("woff2"), url("../fonts/inter-semibold.woff") format("woff"), url("../fonts/inter-semibold.ttf") format("truetype"), url("../fonts/inter-semibold.svg#inter-semibold") format("svg"); font-style: normal; font-weight: 600; font-display: swap; }

/* Boostrap */
@media (min-width: 576px) { .container { max-width: 540px; } }

@media (min-width: 768px) { .container { max-width: 720px; } }

@media (min-width: 992px) { .container { max-width: 960px; } }

@media (min-width: 1200px) { .container { max-width: 1248px; } }

.container { padding-left: 12px; padding-right: 12px; }

.container--small { max-width: 624px; padding-left: 12px; padding-right: 12px; margin-left: auto; margin-right: auto; }

.row { margin-left: -12px; margin-right: -12px; }

.row > .col, .row > [class*="col-"] { padding-left: 12px; padding-right: 12px; }

/* Typography */
h1, h2, h3, h4, h5, h6 { color: #222222; margin-top: 0; margin-bottom: 1rem; font-weight: normal; }

h1 { font-size: 1.5rem; line-height: 1.5em; font-family: "Inter Semibold", sans-serif; }

h2 { font-size: 1.25rem; line-height: 1.5em; font-family: "Inter Semibold", sans-serif; }

h3 { font-size: 1rem; line-height: 1.5em; font-family: "Inter Medium", sans-serif; }

h4 { font-size: 1rem; line-height: 1.5em; font-family: "Inter", sans-serif; }

h5 { font-size: 0.875rem; line-height: 1.571em; font-family: "Inter Medium", sans-serif; }

h6 { font-size: 0.875rem; line-height: 1.571em; font-family: "Inter", sans-serif; }

small { font-size: 0.875rem; line-height: 1.571em; font-family: "Inter", sans-serif; }

a { color: #4B61DD; transition: color .3s ease-in-out; }

a:hover { color: #4B61DD; text-decoration: underline; }

p { margin: 0 0 1.5rem; }

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

ul, ol { margin: 0; padding: 0; list-style: none; }

article p { word-break: keep-all; /* Non standard for webkit */ -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }

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

article a:hover { text-decoration: underline; }

article blockquote { font-style: italic; }

article li ul, article li ol { margin: 0 1.5rem; padding-top: 10px; }

article ul, article ol { margin: 0 0 2rem; padding-left: 1.5rem; }

article ul:last-child, article ol:last-child { margin: 0; }

article ul li, article ol li { margin-bottom: .75rem; }

article ul li:last-child, article ol li:last-child { margin: 0; }

article ul { list-style-type: disc; }

article ol { list-style-type: decimal; }

article ol ol { list-style: lower-alpha; }

article ol ol ol { list-style: lower-roman; }

article ol ol ol ol { list-style: lower-alpha; }

/* Base */
*, *:after, *:before { box-sizing: border-box; }

img { max-width: 100%; }

hr { border: 0; border-top: 1px solid #D0D6DD; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; -webkit-font-kerning: normal; font-kerning: normal; }

*::-webkit-scrollbar { width: 5px; height: 5px; }

*::-webkit-scrollbar-track { background: #fff; border-radius: 10px; }

*::-webkit-scrollbar-thumb { background: rgba(75, 97, 221, 0.8); border-radius: 5px; }

*::-webkit-scrollbar-thumb:window-inactive { background: rgba(51, 51, 51, 0.4); }

html, body { font-size: 16px; line-height: 24px; font-family: "Inter", sans-serif; padding: 0; margin: 0; background-color: #F3F7FC; color: #232933; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; }

@media (max-width: 767px) { html, body { font-size: 14px; line-height: 20px; } }

/* Component style */
/* Animations */
/* Custom Plugins */
.row.no-gutters { margin-right: 0; margin-left: 0; }

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] { padding-right: 0; padding-left: 0; }

.bootstrap-select { position: relative; }

.bootstrap-select > .dropdown-toggle { font-family: "Inter", sans-serif; position: relative; color: #222222; background: #FFFFFF; border: 1px solid #D0D6DD; padding: 0.4375rem 2.5rem 0.4375rem 0.75rem; padding-right: 28px; line-height: 22px; }

.bootstrap-select > .dropdown-toggle:after { content: ""; display: block; width: 0.875rem; height: 0.875rem; background: url(../images/ic-cevron-down.svg); background-position: center; background-size: contain; position: absolute; right: 0.75rem; top: calc(50% - 0.375rem); }

.bootstrap-select > .dropdown-toggle:hover { color: #222222; background: #EBF3FE; }

.bootstrap-select > .dropdown-toggle:focus { color: #222222; outline: none !important; }

.bootstrap-select .dropdown-menu { max-width: 100%; box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12); border: 1px solid #D0D6DD; }

.bootstrap-select .no-results { white-space: initial; word-break: break-all; }

.bootstrap-select .bs-ok-default:after { border-width: 0 .1em .1em 0; border-color: #4B61DD; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark { top: 0.5rem; }

.dropdown { position: relative; display: inline-block; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 13.75rem; padding: 0.25rem 0; margin: 0.25rem 0; font-size: 1rem; color: #222222; text-align: left; list-style: none; background-color: #FFFFFF; background-clip: padding-box; border: 0; border-radius: 0.25rem; box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12); }

.dropdown-menu.show { display: block; }

.dropup .dropdown-toggle::after { background: url(../images/ic-cevron-down.svg) no-repeat; background-position: center; background-size: contain; position: absolute; border: 0 !important; }

div.dropdown-menu.show { display: block; max-width: 200px; width: 200px; }

.dropdown-menu-left { right: auto; left: 0; }

.dropdown-menu-right { right: 0; left: auto; }

.dropdown-item { display: block; width: 100%; padding: 0.5rem 1rem; clear: both; color: #222222; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; }

.dropdown-item:focus { outline: none !important; }

.dropdown-item:hover, .dropdown-item.active { background: #EBF3FE; color: #222222; text-decoration: none; }

.dropdown-item .text { font-size: .875rem; line-height: 1.5em; }

.note-editor.note-frame { border: 1px solid #D0D6DD; color: #222222; font-family: "Inter", sans-serif; }

.note-editor.note-frame .note-toolbar { background: #FAFBFD; }

.note-editor.note-frame .note-btn { font-size: 0.75rem; line-height: 1.5em; color: #7385A5; border-color: #D0D6DD; background: #FFFFFF; }

.note-editor.note-frame .note-btn:hover { background: #EBF3FE; }

.note-editor.note-frame .note-editing-area .note-editable a { color: #4B61DD; text-decoration: underline; }

.note-editor.note-frame .note-editable { min-height: 27.5rem; }

.note-editor.note-frame .note-editable u { text-decoration: underline; }

.note-editor.note-frame .sn-checkbox-open-in-new-window, .note-editor.note-frame .sn-checkbox-use-protocol { display: none; }

.note-editor.note-frame .note-statusbar { display: none; }

.note-editor.note-frame .dropdown-style .note-dropdown-item:nth-child(2), .note-editor.note-frame .dropdown-style .note-dropdown-item:nth-child(3), .note-editor.note-frame .dropdown-style .note-dropdown-item:nth-child(7), .note-editor.note-frame .dropdown-style .note-dropdown-item:nth-child(8), .note-editor.note-frame .dropdown-style .note-dropdown-item:nth-child(9) { display: none; }

.note-editor.note-frame .note-modal.open { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; min-height: calc(100% - 1rem); }

.note-editor.note-frame .note-modal-content { background-color: #ffffff; background-clip: padding-box; border-radius: 0.5rem; outline: 0; border: 0; box-shadow: none; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: scale(0.3); transform: scale(0.3); }

.note-editor.note-frame .note-modal.open .note-modal-content { -webkit-transform: none; transform: none; }

.note-editor.note-frame .note-modal-header { padding: 1.5rem 1.5rem 1rem; border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; border: 0; }

.note-editor.note-frame .note-modal-title { font-size: 1.25rem; line-height: 1.5em; colro: #222222; font-family: "Inter Semibold", sans-serif; }

.note-editor.note-frame .note-modal-body { padding: 0 1.5rem; }

.note-editor.note-frame .note-modal-body .note-form-label { font-size: 1rem; line-height: 1rem; font-weight: normal; color: #222222; font-family: "Inter Medium", sans-serif; padding: 0; margin: 0 0 4px; }

.note-editor.note-frame .note-modal-footer { height: auto; text-align: right; padding: .5rem 1.5rem 1.5rem; border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); }

.note-editor.note-frame .note-modal-footer .note-btn { font-size: 1rem; line-height: 1.5em; float: none; }

.note-editor.note-frame .note-modal-footer .btn-primary { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.note-editor.note-frame .note-modal-footer .btn-primary:hover { color: #FFFFFF; background-color: #364ed9; border-color: #364ed9; }

.note-editor.note-frame .note-modal-footer .btn-primary:focus, .note-editor.note-frame .note-modal-footer .btn-primary.focus { color: #FFFFFF; background-color: #2943d7; border-color: #2943d7; }

.note-editor.note-frame .note-modal-footer .btn-primary.disabled, .note-editor.note-frame .note-modal-footer .btn-primary:disabled { color: #EDF0F2; background-color: #FFFFFF; border-color: #D0D6DD; opacity: 1; }

.note-editor.note-frame .note-modal-footer .btn-primary:not(:disabled):not(.disabled):active, .note-editor.note-frame .note-modal-footer .btn-primary:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #364ed9; border-color: #364ed9; }

.note-modal-backdrop { background-color: #575C64; opacity: .75; }

.tooltip { background: rgba(35, 41, 51, 0.8); border-radius: 4px; color: #fff; font-size: 0.875rem; line-height: 1.333em; padding: .25rem .5rem; z-index: 102; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12); left: -20px !important; top: -45px !important; opacity: 1; }

.table .dataTables_length, .table .dataTables_filter { display: none; }

.table .dataTables_info { padding: 1.25rem; font-size: 14px; line-height: 20px; color: #777; }

.table .dataTables_paginate { padding-top: 1.25rem; }

.table .dataTables_paginate ul { padding-bottom: 0; text-align: center; display: inline-block; }

.table .dataTables_paginate ul li { display: inline-block; padding: 0 8px; }

.table .dataTables_paginate ul li.active a { color: #4b61dd; border-bottom: 1px solid #4B61DD; }

.table .dataTables_paginate ul a { color: #222222; padding-bottom: 2px; }

.table .dataTables_paginate ul a:hover { color: #4B61DD; }

.table .dataTables_paginate ul span, .table .dataTables_paginate ul .disabled { color: #57606F; opacity: 0.5; }

.table .dataTables_paginate ul .paginate_button { background: transparent; border: none; }

.table .dataTables_paginate ul .paginate_button:hover, .table .dataTables_paginate ul .paginate_button:active, .table .dataTables_paginate ul .paginate_button:focus, .table .dataTables_paginate ul .paginate_button:visited, .table .dataTables_paginate ul .paginate_button:focus-within, .table .dataTables_paginate ul .paginate_button:focus-visible { background: transparent; border: none; box-shadow: none; }

.table .dataTables_paginate ul .paginate_button:hover a, .table .dataTables_paginate ul .paginate_button:active a, .table .dataTables_paginate ul .paginate_button:focus a, .table .dataTables_paginate ul .paginate_button:visited a, .table .dataTables_paginate ul .paginate_button:focus-within a, .table .dataTables_paginate ul .paginate_button:focus-visible a { text-decoration: none; }

.table .dataTables_paginate ul .paginate_button.previous a, .table .dataTables_paginate ul .paginate_button.next a { text-decoration: none; }

.table .dataTables_paginate ul .paginate_button.disabled { pointer-events: none; }

.table table.dataTable thead th { padding: 1rem 0.5rem; border-color: #D0D6DD; }

.table table.dataTable thead th.sorting { background-image: url(../images/ic-sorter-muted.svg); }

.table table.dataTable thead .sorting_asc, .table table.dataTable thead .sorting_desc { background-image: url(../images/ic-sorter.svg) !important; }

.table table.dataTable tbody td { padding: 1rem 0.5rem; }

/* ------------------------------------------------------------------------------------------------ */
/* Custom Datepicker */
/* ------------------------------------------------------------------------------------------------ */
.datepicker.dropdown-menu { border-radius: 2px; border: 1px solid #D0D6DD; min-width: 290px; box-shadow: none; z-index: 103 !important; }

.datepicker.dropdown-menu:before, .datepicker.dropdown-menu:after { display: none !important; }

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td { width: 35px; height: 35px; border-radius: 2px; font-size: .9rem; text-shadow: none !important; }

.datepicker.dropdown-menu .datepicker-switch, .datepicker.dropdown-menu .prev, .datepicker.dropdown-menu .next { border-bottom: 0; }

.datepicker.dropdown-menu .prev, .datepicker.dropdown-menu .next { font-size: 0; }

.datepicker.dropdown-menu .prev:before, .datepicker.dropdown-menu .next:before { content: ""; background-image: url(../images/ic-cevron-down.svg); width: 1.25rem; height: 1.25rem; display: inline-block; vertical-align: middle; background-size: contain; background-position: center; background-repeat: no-repeat; -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.datepicker.dropdown-menu .next:before { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.datepicker.dropdown-menu th { font-weight: 400; border-bottom: 1px solid #D0D6DD; }

.datepicker.dropdown-menu table { width: 100%; }

.datepicker.dropdown-menu table tr td span { border-radius: 2px !important; text-shadow: none !important; }

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] { background: #4B61DD; }

.datepicker table tr td.active:hover.today:after, .datepicker table tr td.active:hover:hover.today:after, .datepicker table tr td.active.disabled:hover.today:after, .datepicker table tr td.active.disabled:hover:hover.today:after, .datepicker table tr td.active:active.today:after, .datepicker table tr td.active:hover:active.today:after, .datepicker table tr td.active.disabled:active.today:after, .datepicker table tr td.active.disabled:hover:active.today:after, .datepicker table tr td.active.active.today:after, .datepicker table tr td.active:hover.active.today:after, .datepicker table tr td.active.disabled.active.today:after, .datepicker table tr td.active.disabled:hover.active.today:after, .datepicker table tr td.active.disabled.today:after, .datepicker table tr td.active:hover.disabled.today:after, .datepicker table tr td.active.disabled.disabled.today:after, .datepicker table tr td.active.disabled:hover.disabled.today:after, .datepicker table tr td.active[disabled].today:after, .datepicker table tr td.active:hover[disabled].today:after, .datepicker table tr td.active.disabled[disabled].today:after, .datepicker table tr td.active.disabled:hover[disabled].today:after { background: #fff !important; }

.datepicker table tr td.today, .datepicker table tr td.today.disabled { background: #f2f2f2; position: relative; }

.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled:hover { background: #e5e5e5 !important; }

.datepicker table tr td.today:after, .datepicker table tr td.today.disabled:after { content: ""; display: block; width: 4px; height: 4px; border-radius: 2px; background: #4B61DD; position: absolute; right: 3px; bottom: 3px; }

.datepicker table tr td span.active { background: #4B61DD !important; }

/* General */
.web-wrapper { background: #F3F5F8; }

.btn, .uploadphoto .dropbox, .uploadfile .dropbox { display: inline-block; font-family: "Inter", sans-serif; color: #222222; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.5rem 1rem; font-size: 0.875rem; line-height: 1.25rem; height: 2.5rem; border-radius: 6px; transition: all .3s ease-in-out; }

.btn + .btn, .uploadphoto .dropbox + .btn, .uploadfile .dropbox + .btn, .uploadphoto .btn + .dropbox, .uploadphoto .dropbox + .dropbox, .uploadfile .btn + .dropbox, .uploadfile .dropbox + .dropbox { margin-left: 0.6rem; }

.btn:hover, .uploadphoto .dropbox:hover, .uploadfile .dropbox:hover { color: #4B61DD; text-decoration: none; }

.btn:focus, .uploadphoto .dropbox:focus, .uploadfile .dropbox:focus, .btn.focus, .uploadphoto .focus.dropbox, .uploadfile .focus.dropbox { outline: none; box-shadow: none; }

.btn.disabled, .uploadphoto .disabled.dropbox, .uploadfile .disabled.dropbox, .btn:disabled, .uploadphoto .dropbox:disabled, .uploadfile .dropbox:disabled { opacity: .65; pointer-events: none; }

.btn:not(:disabled):not(.disabled), .uploadphoto .dropbox:not(:disabled):not(.disabled), .uploadfile .dropbox:not(:disabled):not(.disabled) { cursor: pointer; }

.btn--primary { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.btn--primary:hover { color: #FFFFFF; background-color: #364ed9; border-color: #364ed9; }

.btn--primary:focus, .btn--primary.focus { color: #FFFFFF; background-color: #2943d7; border-color: #2943d7; }

.btn--primary.disabled, .btn--primary:disabled { color: #EDF0F2; background-color: #EDF0F2; border-color: #EDF0F2; opacity: 1; }

.btn--primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #364ed9; border-color: #364ed9; }

.btn--secondary { color: #4B61DD; background-color: #fff; border: 1px solid #D0D6DD; font-family: "Inter Semibold", sans-serif; }

.btn--secondary:hover { background-color: #4B61DD; color: #fff; }

.btn--white, .uploadphoto .dropbox, .uploadfile .dropbox { color: #626B79; background-color: #FFFFFF; border-color: #D0D6DD; }

.btn--white:hover, .uploadphoto .dropbox:hover, .uploadfile .dropbox:hover { color: #4B61DD; background-color: #EBF3FE; border-color: #D0D6DD; }

.btn--white:focus, .uploadphoto .dropbox:focus, .uploadfile .dropbox:focus, .btn--white.focus, .uploadphoto .focus.dropbox, .uploadfile .focus.dropbox { color: #4B61DD; background-color: #dceafd; border-color: #c7ced7; }

.btn--white.disabled, .uploadphoto .disabled.dropbox, .uploadfile .disabled.dropbox, .btn--white:disabled, .uploadphoto .dropbox:disabled, .uploadfile .dropbox:disabled { color: #222222; background-color: #FFFFFF; border-color: #FFFFFF; }

.btn--white:not(:disabled):not(.disabled):active, .uploadphoto .dropbox:not(:disabled):not(.disabled):active, .uploadfile .dropbox:not(:disabled):not(.disabled):active, .btn--white:not(:disabled):not(.disabled).active, .uploadphoto .dropbox:not(:disabled):not(.disabled).active, .uploadfile .dropbox:not(:disabled):not(.disabled).active { color: #222222; background-color: #EBF3FE; border-color: #D0D6DD; }

.btn--green { color: #FFFFFF; background-color: #5C938C; border-color: #5C938C; }

.btn--green:hover { color: #FFFFFF; background-color: #568a83; border-color: #D0D6DD; }

.btn--green:focus, .btn--green.focus { color: #FFFFFF; background-color: #568a83; border-color: #c7ced7; }

.btn--green.disabled, .btn--green:disabled { color: #222222; background-color: #FFFFFF; border-color: #FFFFFF; }

.btn--green:not(:disabled):not(.disabled):active, .btn--green:not(:disabled):not(.disabled).active { color: #222222; background-color: #EBF3FE; border-color: #D0D6DD; }

.btn--danger { color: #FFFFFF; background-color: #B74B4B; border-color: #B74B4B; }

.btn--danger:hover { color: #FFFFFF; background-color: #B74B4B; border-color: #B74B4B; }

.btn--danger:focus, .btn--danger.focus { color: #222222; background-color: #ad4545; border-color: #ad4545; }

.btn--danger.disabled, .btn--danger:disabled { color: #FFFFFF; background-color: #B74B4B; border-color: #B74B4B; }

.btn--danger:not(:disabled):not(.disabled):active, .btn--danger:not(:disabled):not(.disabled).active { color: #FFFFFF; background-color: #B74B4B; border-color: #B74B4B; }

.btn--link { color: #4B61DD; background-color: transparent; border-color: transparent; text-decoration: underline; opacity: 1; }

.btn--link:hover { color: #4B61DD; text-decoration: underline; background-color: transparent; border-color: transparent; opacity: 0.7; }

.btn--link:focus, .btn--link.focus { color: #4B61DD; text-decoration: underline; background-color: transparent; border-color: transparent; }

.btn--link.disabled, .btn--link:disabled { color: #4B61DD; background-color: transparent; border-color: transparent; }

.btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).active { color: #4B61DD; background-color: transparent; border-color: transparent; opacity: 0.7; }

.btn--icon { color: #4B61DD; background-color: transparent; border-color: transparent; opacity: 1; }

.btn--icon .btn--wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.btn--icon .icon, .btn--icon span { display: block; }

.btn--icon .icon { width: 1.5rem; height: 1.5rem; }

.btn--icon .icon img { display: block; }

.btn--icon .icon:first-child { margin-right: 0.75rem; }

.btn--icon .icon:last-child { margin-left: 0.75rem; }

.btn--icon .icon:first-child:last-child { margin: 0; }

.btn--icon:hover { color: #4B61DD; background-color: transparent; border-color: transparent; opacity: 0.8; }

.btn--icon:focus, .btn--icon.focus { color: #4B61DD; background-color: transparent; border-color: transparent; }

.btn--icon.disabled, .btn--icon:disabled { color: #4B61DD; background-color: transparent; border-color: transparent; }

.btn--icon:not(:disabled):not(.disabled):active, .btn--icon:not(:disabled):not(.disabled).active { color: #4B61DD; background-color: transparent; border-color: transparent; }

.btn--noborder { border-color: transparent; color: #626B79; font-family: "Inter", sans-serif; }

.btn--bluetext { color: #4B61DD; }

.btn--bluetext:hover { color: #4B61DD; }

.btn-del { color: #DA473F; text-decoration: none; }

.btn-del:hover { color: #DA473F; text-decoration: none; }

.btn--red { color: #FFF; background-color: #D21137; border-color: #D21137; }

.btn--red:hover { color: #FFF; background: #a30d2b; border-color: #a30d2b; }

.btn--bold { font-family: "Inter Medium", sans-serif; }

.btn--nopadding { padding-left: 0; padding-right: 0; }

.btn--block { display: block; width: 100%; }

.btn--block + .btn--block { margin-top: 0.5rem; }

.btn--back { color: #222222; padding-left: 0; padding-right: 0; }

.btn--back .icon svg circle { stroke: #7385A5; transition: all .3s ease; }

.btn--back:hover { color: #4B61DD; opacity: 1; text-decoration: none; }

.btn--back:hover .icon svg circle { stroke: #4B61DD; }

.pill-bank { padding: 0 8px; font-size: 14px; line-height: 20px; background: #EDF0F2; border-radius: 4px; color: #626B79; display: inline-block; vertical-align: middle; }

.pill-bank:not(:last-child) { margin-right: 16px; }

.text-right { text-align: right; }

.text-left { text-align: left; }

.fade { transition: opacity 0.15s linear; }

.fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }

.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.15s ease; }

.tab-content > .tab-pane { display: none; }

.tab-content > .active { display: block; }

.changelayout { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0.75rem 0; margin-bottom: 1rem; }

.changelayout .text { -webkit-flex: 0 0 calc(100% - 90px); -ms-flex: 0 0 calc(100% - 90px); flex: 0 0 calc(100% - 90px); max-width: calc(100% - 90px); }

.changelayout .text small { font-size: 0,875rem; line-height: 1.25em; color: #626B79; display: block; }

.layoutoption h3 { margin-bottom: 0.25rem; }

.layoutoption__item { border-bottom: 1px solid rgba(208, 214, 221, 0.5); }

.layoutoption__item:last-child { border-bottom: 0; }

.breadcrumbs { margin-bottom: 1.5rem; }

.breadcrumbs span, .breadcrumbs a { display: inline-block; color: #232933; text-decoration: none; position: relative; }

.breadcrumbs span:hover, .breadcrumbs a:hover { opacity: 1; }

.breadcrumbs a { opacity: .5; }

.breadcrumbs a + a, .breadcrumbs span + span, .breadcrumbs a + span, .breadcrumbs span + a { margin-left: 1.75rem; }

.breadcrumbs a + a:before, .breadcrumbs span + span:before, .breadcrumbs a + span:before, .breadcrumbs span + a:before { content: ""; width: 1.25rem; height: 1.25rem; position: absolute; top: 0.188rem; left: -1.5625rem; background-image: url(../images/ic-cevron-down.svg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.multi-tag { margin-left: -2px; margin-right: -2px; margin-bottom: -4px; }

.multi-tag .tag { margin: 0 2px; margin-bottom: 4px; }

.tag { padding: 0 0.635rem; min-width: 120px; border: 1px solid #D0D6DD; display: inline-block; vertical-align: middle; border-radius: 1.25rem; text-align: center; }

.tag.active { color: #306E24; background: #E6F5E4; border-color: #96D48A; }

.tag.n-renewing { color: #AA2C39; background: #FFFFFF; border-color: #F4A190; }

.tag.canceled { color: #AA2C39; background: #FCE8E5; border-color: #F4A190; }

.tag.intrial, .tag.pending { color: #CB9D57; background: #FCF6E5; border-color: #CB9D57; }

.tag.unprocessed { background: #F3F5F7; color: #232933; border-color: #EDEFF3; }

.tag.processed { background: #FBF3DD; color: #DB8000; border-color: #E0AB00; }

.tag.success { background: #E8F5EB; color: #3C914D; border-color: #559E63; }

.icon-qmark { width: 1rem; height: 1rem; display: inline-block; vertical-align: middle; background: url(../images/ic-tooltip.svg); margin-left: 0.75rem; background-size: contain; background-position: center; background-repeat: no-repeat; }

.tooltip { max-width: 27.5rem; }

.table { padding: 1.25rem 0 2.25rem; }

.table table.dataTable.no-footer { border-bottom: 0; }

.table th { background: #F8F9FB; }

.table th span { display: inline-block; }

.table tr td { border-bottom: 1px solid #D0D6DD; }

.table tr td.has-edit { text-align: right; }

.table tr td.has-edit a + a { padding-left: 1.5rem; }

.table table.dataTable.table-empty .dataTables_empty { display: none; }

.table .item-notfound { text-align: center; padding: 0.5rem 0; }

.table .toggle-amount .form-group { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.table-action { padding: 1rem 0; }

.table-action span { font-size: 14px; line-height: 1.2em; color: #626B79; padding-right: 1rem; }

.table-action .select { width: auto !important; margin-right: 1rem; }

.table-action .action-left { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.table-action .action-left .select .btn, .table-action .action-left .select .uploadphoto .dropbox, .uploadphoto .table-action .action-left .select .dropbox, .table-action .action-left .select .uploadfile .dropbox, .uploadfile .table-action .action-left .select .dropbox { padding-top: 0; padding-bottom: 0; border: 0; }

.table-action .action-left .select .filter-option-inner-inner { font-family: "Inter Semibold", sans-serif; }

.table-action .action-left .select .dropdown-toggle .filter-option { height: auto !important; }

.table-action .action-left .select .dropdown-menu.show { max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; }

.table-action .action-right { text-align: right; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.table-action .action-right .select .btn, .table-action .action-right .select .uploadphoto .dropbox, .uploadphoto .table-action .action-right .select .dropbox, .table-action .action-right .select .uploadfile .dropbox, .uploadfile .table-action .action-right .select .dropbox { padding-top: 0; padding-bottom: 0; height: auto !important; }

.table-action .action-right .select > .dropdown-toggle:after { top: calc(50% - 5px); right: 4px; }

.table-action .action-right .select .dropdown-menu.show { max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; }

.table-action .action-right .next-prev a { width: 1.75rem; height: 1.75rem; display: inline-block; vertical-align: middle; transition: all .3s ease-in-out; }

.table-action .action-right .next-prev a:hover { opacity: .8; }

.table-action .action-right .next-prev a img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }

.table-action .action-right .next-prev a.prev { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.table-action .action-right .next-prev a.next { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.table-empty .dataTables_info, .table-empty .dataTables_paginate { display: none !important; }

.page-filter { margin-bottom: 1.5rem; padding: 0; padding-bottom: 0; }

.page-filter .row { margin-left: -4px; margin-right: -4px; }

.page-filter .row .col-1 { max-width: 200px; -webkit-flex: 0 0 200px; -ms-flex: 0 0 200px; flex: 0 0 200px; padding-left: 4px; padding-right: 4px; }

.page-filter .btn--white, .page-filter .uploadphoto .dropbox, .uploadphoto .page-filter .dropbox, .page-filter .uploadfile .dropbox, .uploadfile .page-filter .dropbox { color: #4B61DD; line-height: 18px; }

.page-filter .btn--link { color: #626B79; text-decoration: none; }

.page-filter .col-md-5:last-child { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.page-filter .col-md-5 .form-inline .row [class^="col-"], .page-filter .col-md-5 .form-inline .row [class*=" col-"] { padding-left: 4px; padding-right: 4px; }

.searchbox { position: relative; max-width: 13.75rem; }

.searchbox:before { content: ""; width: 1.25rem; height: 1.25rem; background: url(../images/ic-search.svg); background-size: contain; position: absolute; top: 0.5rem; left: 0.75rem; }

.searchbox .form-control { padding-left: 3rem; }

.tt-info { position: relative; width: 1.25rem; height: 1.25rem; display: inline-block; vertical-align: middle; background: url(../images/ic-info.svg) no-repeat center; background-size: contain; margin-left: 6px; }

.tt-info:hover { cursor: pointer; }

.pagination { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; width: 100%; padding: 24px 0; padding-top: 0; }

.pagination ul { text-align: center; display: inline-block; }

.pagination ul li { display: inline-block; padding: 0 8px; }

.pagination ul a { color: #222222; }

.pagination ul a:hover { color: #4B61DD; }

.pagination ul span { color: #57606F; opacity: 0.5; }

.greynotif { display: block; background: #8B95A5; border-radius: 4px; padding: .25rem 0; color: #FFFFFF; margin: 1rem 0; text-align: center; }

.modal-open { overflow: hidden; }

.modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }

.modal .close { position: absolute; top: 0.75rem; right: 0.75rem; width: 1.25rem; height: 1.25rem; opacity: 1; z-index: 3; }

.modal .close:hover { opacity: .8; }

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }

.modal.fade .modal-dialog { transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; -webkit-transform: scale(0.3); transform: scale(0.3); }

.modal.show .modal-dialog { -webkit-transform: none; transform: none; }

.modal.modal--static .modal-dialog { -webkit-transform: scale(1.02); transform: scale(1.02); }

.modal-dialog--scrollable { display: -ms-flexbox; display: -webkit-flex; display: flex; max-height: calc(100% - 1rem); }

.modal-dialog--scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; }

.modal-dialog--scrollable .modal-header, .modal-dialog--scrollable .modal-footer { -ms-flex-negative: 0; -webkit-flex-shrink: 0; flex-shrink: 0; }

.modal-dialog--scrollable .modal-body { overflow-y: auto; }

.modal-dialog--centered { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; min-height: calc(100% - 1rem); }

.modal-dialog--centered::before { display: block; height: calc(100vh - 1rem); height: -webkit-min-content; height: -moz-min-content; height: min-content; content: ""; }

.modal-dialog--centered.modal-dialog--scrollable { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; height: 100%; }

.modal-dialog--centered.modal-dialog--scrollable .modal-content { max-height: none; }

.modal-dialog--centered.modal-dialog--scrollable::before { content: none; }

.modal-dialog.modal-dialog--sm { max-width: 330px; }

.modal-content { position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #ffffff; background-clip: padding-box; border-radius: 0.5rem; outline: 0; }

.modal-content h2 { margin-bottom: 2.5rem; }

.modal-content .modal-title { background: #F2F4F7; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop.show { opacity: .75; }

.modal-header { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.5rem - 1px); border-top-right-radius: calc(0.5rem - 1px); }

.modal-header .close { padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; }

.modal-title { margin-bottom: 0; margin-left: -1rem; margin-right: -1rem; margin-top: -1rem; padding: 1rem; background: #F2F4F7; margin-bottom: .5rem; border-radius: 6px 6px 0 0; }

.modal-title h2 { margin-bottom: 0; font-size: 0.875rem; liine-height: 1.5em; }

.modal-body { position: relative; -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; flex: 1 1 auto; padding: 1rem; }

.modal-body p { font-size: 14px; line-height: 20px; margin-bottom: 0.5rem; }

.modal-body p + .form-action { margin-top: 1.5rem; }

.modal-footer { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #D0D6DD; border-bottom-right-radius: calc(0.5rem - 1px); border-bottom-left-radius: calc(0.5rem - 1px); }

.modal-footer > * { margin: 0.25rem; }

.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

.modalLearnUrl { color: #232933; }

.modalLearnUrl p { margin-bottom: 1rem; }

.modalLearnUrl ol { padding-left: 1.25rem; margin-bottom: 1rem; }

.modalLearnUrl ol li { list-style: decimal; }

.modalLearnUrl a:not(.btn) { color: #232933; }

.modalRateAlert .modal-title { background: transparent; padding: 1.5rem; text-align: center; margin: 0 auto; }

.modalRateAlert h2 { font-size: 1.5rem; line-height: 2rem; }

.modalRateAlert .modal-body { padding: 1.5rem; }

.modalRateAlert .btn--primary { background: #11457D; border-color: #11457D; }

.modalRateAlert .btn--secondary { margin-left: 0 !important; border-color: #D0D6DD; color: #11457D; font-family: "Inter Semibold", sans-serif; }

.modalRateAlert .btn--secondary:hover { background: #11457D; border-color: #11457D; color: #FFF; }

.modalRateAlert.turnoff .ilustration, .modalRateAlert.turnon .ilustration { width: 7.5rem; height: 7.5rem; margin: 0 auto; margin-bottom: 1.5rem; }

.modalRateAlert.turnoff .text, .modalRateAlert.turnon .text { text-align: center; margin-bottom: 1.5rem; }

.modalRateAlert.turnoff .text h2, .modalRateAlert.turnon .text h2 { margin-bottom: 0.5rem; }

.modalRateAlert .form-action { margin-top: 2.75rem; }

.boxnote { padding: 0.75rem; border-radius: 6px; background: #F8F9FB; margin-bottom: 1.5rem; }

.boxnote a { color: #232933; font-family: "Inter Semibold", sans-serif; }

.alert { position: fixed; top: 2rem; left: 0; right: 0; margin: 0 auto; padding: 0.75rem 1.25rem; border: 1px solid #D0D6DD; border-radius: 0.375rem; color: #222222; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; border-radius: 6px; z-index: 999; box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }

.alert .ic { width: 24px; height: 24px; display: inline-block; vertical-align: middle; }

.alert .ic img { max-width: 100%; max-height: 100%; display: block; }

.alert p { display: inline-block; vertical-align: middle; margin-bottom: 0; margin-left: 12px; }

.alert .btn-close { width: 24px; height: 24px; display: inline-block; opacity: 1; position: absolute; top: 12px; right: 18px; }

.alert .btn-close:hover { cursor: pointer; }

.alert .btn-close img { widht: 100%; height: 100%; display: block; }

.alert--success { background-color: #FFF; border-color: #4FB262; color: #232933; }

.alert--danger { background-color: #f8d7da; border-color: #f5c6cb; }

.alert--warning { background-color: #fff3cd; border-color: #ffeeba; }

.add-item-box { position: fixed; top: 0; right: -100%; width: 100%; max-width: 480px; height: 100vh; background: #FFFFFF; z-index: 102; border-left: 1px solid #9BA8BF; box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12); transition: all .3s ease-in-out; }

.add-item-box_title { padding: 1.5rem; background: #F3F5F6; position: relative; }

.add-item-box_title h2 { font-size: 1.25rem; line-height: 1.5em; margin-bottom: 0; }

.add-item-box_title .close { width: 1.5rem; height: 1.5rem; position: absolute; top: 1.5rem; right: 1.5rem; opacity: 1; }

.add-item-box_title .close img { display: block; width: 100%; height: 100%; }

.add-item-box_content { padding: 1.5rem; font-size: .875rem; line-height: 1.5em; }

.add-item-box_content .account-title { margin-bottom: 38px; }

.add-item-box_content .account-title b { display: block; }

.add-item-box_content .list-warehouse ul li { padding: 14px 0; border-bottom: 1px solid #D0D6DD; }

.add-item-box_content .list-warehouse ul li .custom-control { padding-left: 0; padding-right: 1.25rem; }

.add-item-box_content .list-warehouse ul li .custom-control-label { font-weight: normal; font-family: "Inter", sans-serif; font-size: 12px; line-height: 20px; padding-left: 0; padding-right: 1rem; }

.add-item-box_content .list-warehouse ul li .custom-control-label:before, .add-item-box_content .list-warehouse ul li .custom-control-label:after { width: 0.938rem; height: 0.938rem; left: auto; right: -1.25rem; border-radius: 4px; }

.add-item-box_content .list-warehouse ul li .custom-control-label:after { background-size: .5rem .5rem; }

.add-item-box_content .form-control { max-width: 100%; }

.add-item-box_content .search .form-group { margin-bottom: 2rem; position: relative; }

.add-item-box_content .search .form-group .btn-reset { position: absolute; top: .5rem; right: .625rem; width: 1.25rem; height: 1.25rem; }

.add-item-box_content .search .form-group .btn-reset img { display: block; width: 100%; height: 100%; }

.add-item-box_content > .form-action { margin-top: 2.25rem; }

.add-item-box .items_wrapper { padding-right: 8px; max-height: calc(100vh - 300px); overflow-y: auto; overflow-x: hidden; }

.add-item-box .add-item_item { padding: .75rem 0; border-bottom: 1px solid #D0D6DD; }

.add-item-box .add-item_item .i-top { margin-bottom: .75rem; }

.add-item-box .add-item_item .item-name span, .add-item-box .add-item_item .item-name small { display: block; }

.add-item-box .add-item_item .item-name small { font-size: 0.75rem; line-height: 1.5em; color: #626B79; }

.add-item-box .hide { display: none; }

.add-item-box .blank { text-align: center; }

.add-item-box .blank .icon { width: 3rem; height: 3rem; margin: 0 auto 1rem; }

.add-notes .btn--link.hide, .tadd-notes .btn--link.hide { display: none; }

.add-notes .btn--link.btn--danger, .tadd-notes .btn--link.btn--danger { color: #DA473F; text-decoration: none; }

.add-notes .filled, .tadd-notes .filled { max-width: 270px; }

.add-notes .filled label, .tadd-notes .filled label { margin-bottom: 0; position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.add-notes .filled label .btn--edit, .tadd-notes .filled label .btn--edit { text-align: right; font-size: 0.75rem; line-height: 1.5em; text-decoration: none; color: #626B79; font-family: "Inter", sans-serif; }

.tadd-notes .filled .btn--edit { text-align: right; font-size: 0.75rem; line-height: 1.5em; text-decoration: none; color: #626B79; font-family: "Inter", sans-serif; display: inline-block; margin-left: 2rem; }

.sideform-show .add-item-box { right: 0; }

.toggle-amount .form-group { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.toggle-amount .btn-number { width: 24px; height: 24px; display: inline-block; }

.toggle-amount .btn-number img { display: block; width: 100%; height: 100%; }

.toggle-amount .form-control { border: 1px solid #D0D6DD; max-width: 3rem; height: auto; padding: 0; margin-left: 1.125rem; margin-right: 1.125rem; text-align: center; }

.toggle-amount span { margin-left: 1.125rem; }

.toggle-amount.edited .form-control { border: 1px solid #D0D6DD; max-width: 3rem; }

.search .form-control { transition: all .3s ease; }

.search .form-control:focus, .search .form-control:visited, .search .form-control:focus-within { border-color: #1C44D5; box-shadow: 0px 1px 6px 3px rgba(28, 68, 213, 0.2); }

.search .btn-reset.hide { display: none; }

@media (min-width: 576px) { .modal-dialog { max-width: 530px; margin: 1.75rem auto; }
  .modal-dialog--scrollable { max-height: calc(100% - 3.5rem); }
  .modal-dialog--scrollable .modal-content { max-height: calc(100vh - 3.5rem); }
  .modal-dialog--centered { min-height: calc(100% - 3.5rem); }
  .modal-dialog--centered::before { height: calc(100vh - 3.5rem); height: -webkit-min-content; height: -moz-min-content; height: min-content; }
  .modal-dialog--sm { max-width: 400px; } }

@media (min-width: 992px) { .modal-dialog--lg, .modal-dialog--xl { max-width: 800px; } }

@media (min-width: 1200px) { .modal-dialog--xl { max-width: 1140px; } }

@media (prefers-reduced-motion: reduce) { .btn, .uploadphoto .dropbox, .uploadfile .dropbox { transition: none; }
  .fade { transition: none; }
  .collapsing { transition: none; }
  .modal.fade .modal-dialog { transition: none; } }

.nav-tabs { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }

.nav-tabs .nav-link { display: block; padding: 0.5rem 1rem; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; text-decoration: none; transition: all .3s ease-in-out; margin-bottom: 0; font-size: 0.875rem; line-height: 1.25rem; color: #8B95A5; background: #F8F9FB; font-family: "Inter Semibold", sans-serif; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active { color: #4B61DD; background-color: #fff; border: 1px solid #D0D6DD; border-bottom: 0; position: relative; z-index: 3; }

.nav-tabs .nav-link:not(:last-child) { margin-right: 2px; }

.tab-content { padding: 1.5rem; background: #fff; border-radius: 0px 6px 6px 6px; border-width: 0px 1px 1px 1px; border-style: solid; border-color: #D0D6DD; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 0px 2px rgba(0, 0, 0, 0.12); position: relative; z-index: 2; }

.custom-list { margin-bottom: 1rem; }

.custom-list li { padding-left: 1.75rem; position: relative; }

.custom-list li:not(:last-child) { margin-bottom: 0.5rem; }

.custom-list li:before { content: ""; width: 1.25rem; height: 1.25rem; background: url(../images/ic-done.svg) no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }

.custom-list li.minimum:before { background: url(../images/minimum-loan-ic.svg) no-repeat center; background-size: contain; position: absolute; }

.wame { position: fixed; right: 2.5rem; bottom: 2.5rem; z-index: 3; }

.wame a { width: 3.75rem; height: 3.75rem; display: block; box-shadow: 0px 20px 48px rgba(33, 33, 33, 0.2); border-radius: 200px; }

.wame a img { width: 100%; height: 100%; object-fit: contain; }

/* Header */
.header { display: block; width: 100%; min-height: 3.5rem; position: fixed; z-index: 101; top: 0; left: 0; right: 0; padding: 0.75rem 1.5rem; background: #FFFFFF; border-bottom: 1px solid #D0D6DD; font-size: 0; line-height: 0; }

.header__wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header__lr { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex: 0 0 calc(100% - 150px); -ms-flex: 0 0 calc(100% - 150px); flex: 0 0 calc(100% - 150px); max-width: calc(100% - 150px); padding-left: 3.75rem; }

.header__logo { display: inline-block; -webkit-flex: 0 0 150px; -ms-flex: 0 0 150px; flex: 0 0 150px; max-width: 150px; }

.header__logo img { display: block; height: 2.125rem; width: auto; }

.header__pagename h2 { margin-left: 4rem; margin-bottom: 0; color: #232933; }

.header__pagename h2 .ic-edit { margin-top: -3px; margin-left: 0.75rem; height: 24px; display: none; vertical-align: middle; }

.header__pagename h2 .ic-edit img { display: block; max-width: 100%; max-height: 100%; }

.header__left { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex: 0 0 40%; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }

.header__left .select { max-width: -webkit-max-content !important; max-width: -moz-max-content !important; max-width: max-content !important; }

.header__left button.btn.dropdown-toggle, .header__left .uploadphoto button.dropdown-toggle.dropbox, .uploadphoto .header__left button.dropdown-toggle.dropbox, .header__left .uploadfile button.dropdown-toggle.dropbox, .uploadfile .header__left button.dropdown-toggle.dropbox { border: 0; }

.header__left .filter-option-inner-inner { color: #11467D; }

.header__left .header-nav-left { font-size: 16px; line-height: 24px; margin-right: 24px; }

.header__left .header-nav-left .nav-item { color: #222222; }

.header__left .header-nav-left .nav-item:hover { text-decoration: none; color: #4B61DD; }

.header__rightmenu { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header__rightmenu .select { min-width: auto; width: auto !important; margin-right: 1rem; }

.header__rightmenu .select .btn, .header__rightmenu .select .uploadphoto .dropbox, .uploadphoto .header__rightmenu .select .dropbox, .header__rightmenu .select .uploadfile .dropbox, .uploadfile .header__rightmenu .select .dropbox { border: none; color: #626B79; }

.header__center { position: absolute; top: 1.25rem; left: 624px; }

.header .user-snapshot { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.header .user-snapshot__toggle { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; }

.header .user-snapshot__avatar { display: block; width: 100%; max-width: 2rem; -webkit-flex: 0 0 2rem; -ms-flex: 0 0 2rem; flex: 0 0 2rem; }

.header .user-snapshot__avatar img { display: block; width: 2rem; height: 2rem; }

.header .user-snapshot__wrap { display: block; width: 100%; max-width: calc(100% - 2rem); -webkit-flex: 0 0 calc(100% - 2rem); -ms-flex: 0 0 calc(100% - 2rem); flex: 0 0 calc(100% - 2rem); padding-left: 0.625rem; }

.header .user-snapshot__wrap span { display: block; }

.header .user-snapshot__wrap span.username { font-size: 0.875rem; line-height: 1.25rem; margin-bottom: 0; font-family: "Inter Semibold", sans-serif; }

.header .user-snapshot__wrap span.title { font-size: 0.75rem; line-height: 1rem; font-family: "Inter", sans-serif; }

.header .user-snapshot.show { border: 1px solid #D0D6DD; border-radius: 6px 6px 0 0; }

.header .user-snapshot .dropdown-menu.show { margin-left: -1px; margin-top: 0; border: 1px solid #D0D6DD; box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); border-radius: 0 0 6px 6px; }

.header .user-snapshot .dropdown-menu ul li { display: block; }

.header .user-snapshot .dropdown-menu .dropdown-item { padding: .5rem 1rem; display: block; font-size: 0.875rem; line-height: 1.5em; font-family: "Inter Medium", sans-serif; }

.header .user-snapshot .dropdown-menu .dropdown-item:hover { background: #E0EEFF; color: #4B61DD; }

.header .bootstrap-select div.dropdown-menu.show { max-width: 250px; width: auto; }

.header .bootstrap-select div.inner.show { min-width: 250px; max-height: 185px !important; }

.header .bootstrap-select .dropdown-item { padding: 0.5rem 1rem; font-size: 0.875rem; line-height: 1.5em; display: block; }

.header .bootstrap-select .dropdown-item span { white-space: normal; }

.header-home { background: #F8F9FB; padding-top: 0.75rem; padding-bottom: 0.75rem; border-bottom: 0; transition: all .3s ease-in-out; }

.header-home.fixed { padding-top: 0.5rem; padding-bottom: 0.5rem; margin-top: -5rem; }

.header-home .header__left { -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.header-home .header__right { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 0 0 60%; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 0 0 60%; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.header-home .header__logo img { height: 4rem; }

.header-home .btn__login { padding: 10px 12px; background: #fff; border-radius: 6px; }

.header-home .btn__login .icon { width: 1.25rem; height: 1.25rem; border-radius: 50px; background: url(../images/ic-profile-colored.svg) no-repeat; background-position: center; display: inline-block; vertical-align: middle; margin-right: 8px; }

.header-home .btn__login span { color: #11457D; font-family: "Inter Semibold", sans-serif; }

.header-home .account-logedin > a { display: block; width: 100%; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; padding-right: 1.75rem; position: relative; }

.header-home .account-logedin > a:after { content: ""; width: 1.25rem; height: 1.25rem; background: url(../images/ic-chevron-blue.svg) no-repeat center; background-position: center; position: absolute; top: calc(50% - 10px); right: 0; }

/* Footer */
.sidebar { display: block; width: 220px; height: 100vh; position: fixed; z-index: 100; top: 0; left: 0; bottom: 0; background: #F3F7FC; padding: 1rem .5rem; padding-top: 6rem; }

.sidebar__logo { display: none; }

.sidebar__pagename { margin-bottom: 2.125rem; }

.sidebar__pagename h2 { margin-bottom: 0; }

.sidebar__wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; width: 100%; }

.sidebar__planbuilder .theme { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: middle; -ms-flex-align: middle; align-items: middle; margin-bottom: 1.75rem; }

.sidebar__planbuilder .theme .text { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.sidebar__planbuilder .theme .text small { font-size: 0,875rem; line-height: 1.25em; color: #626B79; display: block; }

.sidebar__planbuilder h3 { margin-bottom: 0.25rem; }

.sidebar__planbuilder .theme-option-item { display: block; color: #232933; padding: 0.75rem 1rem; border-bottom: 1px solid #D0D6DD; margin-left: -0.875rem; margin-right: -0.875rem; position: relative; }

.sidebar__planbuilder .theme-option-item:hover { text-decoration: none; background: #EBF3FE; }

.sidebar__planbuilder .theme-option-item:after { content: ""; width: 24px; height: 24px; position: absolute; top: .75rem; right: 1rem; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url(../images/ic-cevron-down.svg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }

.sidebar .main-menu { display: block; width: 100%; height: calc(100% - 96px); }

.sidebar .main-menu__link { display: block; position: relative; color: #232933; padding: 0.5rem 1rem; padding-left: 3rem; transition: all .3s ease; font-size: 0.875rem; line-height: 1.5em; }

.sidebar .main-menu__link .icon { display: block; position: absolute; width: 1.5rem; height: 1.5rem; top: 0.5rem; left: 1rem; }

.sidebar .main-menu__link .icon img, .sidebar .main-menu__link .icon svg { display: block; max-width: 100%; max-height: 100%; }

.sidebar .main-menu__item { display: block; }

.sidebar .main-menu__item .main-menu__link:hover { text-decoration: none; color: #4B61DD; background: #E0EEFF; border-radius: 6px; }

.sidebar .main-menu__item .main-menu__link:hover .svg path { stroke: #4B61DD; }

.sidebar .main-menu__item.active { font-family: "Inter Semibold", sans-serif; }

.sidebar .main-menu__item.active span, .sidebar .main-menu__item.active a { background: #E0EEFF; border-radius: 6px; color: #4B61DD; }

.sidebar .main-menu__item.active .svg path { stroke: #4B61DD; }

.sidebar .main-menu__item.has-sub ul > li.active { background-color: #E0EEFF; }

.sidebar .main-menu__item.has-sub ul > li.active a { color: #4B61DD; }

.sidebar .main-menu__item.has-sub ul > li a { font-size: 0.75rem; line-height: 32px; text-decoration: none; color: #232933; padding-left: 3rem; display: block; }

.sidebar .main-menu__item.has-sub ul > li:hover { background-color: #E0EEFF; }

.sidebar .main-menu__item.has-sub ul > li:hover a { color: #4B61DD; }

.sidebar .main-menu__item.has-sub.active > a > span { font-family: "Inter Semibold", sans-serif; color: #4B61DD; }

.sidebar .main-menu__item.has-sub.active ul.collapse { display: block; }

.sidebar .main-menu__divider { width: calc(100% + 28px); height: 1px; background: #D0D6DD; margin-left: -13px; }

.sidebar.sidebar-collapse { max-width: 64px; }

.sidebar-collapse .sidebar { max-width: 64px; }

.sidebar-collapse .sidebar__logo { display: block; }

.sidebar-collapse .sidebar__pagename { display: none; }

.sidebar-collapse .sidebar__pagename h2 { color: #232933; margin-bottom: 0; }

.sidebar-collapse + main { width: calc(100% - 80px); margin-left: 80px; margin-top: 4.688rem; padding: 0; padding-top: 1rem; padding-right: .5rem; }

/* Form */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

input[type=number] { -moz-appearance: textfield; }

.form-row { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -0.5rem; margin-right: -0.5rem; margin-bottom: 1rem; }

.form-row > [class^="col-"], .form-row > [class*=" col-"], .form-row > .col { padding-left: .5rem; padding-right: .5rem; }

label { display: block; font-family: "Inter Semibold", sans-serif; margin: 0 0 8px; font-size: 1rem; line-height: 1.3em; }

label .info { position: relative; width: 1.25rem; height: 1.25rem; display: inline-block; vertical-align: middle; background: url(../images/ic-info.svg) no-repeat center; background-size: contain; margin-left: 6px; }

label .info:hover { cursor: pointer; }

.form-control { display: block; width: 100%; height: 2.25rem; padding: 0.5rem 0.75rem; font-size: .875rem; line-height: 1.5em; font-family: "Inter", sans-serif; color: #232933; background-color: #FFFFFF; background-clip: padding-box; border: 1px solid #D0D6DD; border-radius: 6px; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control::-webkit-input-placeholder { color: #EDF0F2; }

.form-control::-moz-placeholder { color: #EDF0F2; }

.form-control:-ms-input-placeholder { color: #EDF0F2; }

.form-control::placeholder { color: #EDF0F2; }

.form-control:focus { outline: none !important; }

.form-control + .form-control, .form-control + .custom-checkbox { margin-top: .5rem; }

.form-control[disabled] { background: #EDF0F2; }

textarea.form-control { height: auto; resize: none; }

.form-notes { font-size: .75rem; line-height: 1.5em; color: #626B79; }

.help-text { color: #7385A5; display: block; margin-bottom: 4px; font-family: "Inter", sans-serif; }

.date-control { position: relative; }

.date-control:after { content: ""; width: 1.25rem; height: 1.25rem; position: absolute; bottom: .5rem; right: .75rem; background: url(../images/ic-calendar.svg); background-size: contain; background-position: center; background-repeat: no-repeat; }

select.select { display: block; width: 100%; height: 2.5rem; border: 1px solid #D0D6DD; border-radius: 0.25rem; padding: 0.5rem 0.75rem; opacity: 0; }

.custom-control { position: relative; z-index: 1; display: block; min-height: 1.25rem; padding-left: 1.25rem; color-adjust: exact; }

.custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before { color: #FFFFFF; border-color: #4B61DD; background-color: #4B61DD; }

.custom-control-input:focus ~ .custom-control-label::before { border-color: #4B61DD; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #4B61DD; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #FFFFFF; background-color: #4B61DD; border-color: #4B61DD; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label { color: #EDF0F2; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before { background-color: #EDF0F2; }

.custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; cursor: pointer; padding-left: 1rem; line-height: 1.5rem; }

.custom-control-label::before { position: absolute; top: 0.125rem; left: -1.25rem; display: block; width: 1.25rem; height: 1.25rem; pointer-events: none; content: ""; background-color: #FFFFFF; border: 1px solid #D0D6DD; border-radius: 6px; }

.custom-control-label::after { position: absolute; top: 0.125rem; left: -1.25rem; display: block; width: 1.25rem; height: 1.25rem; content: ""; background-repeat: no-repeat; background-size: 0.75rem 0.75rem; background-position: center; border-radius: 6px; }

.custom-checkbox .custom-control-label::before { border-radius: 6px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url(../images/ic-check.svg); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.custom-checkbox-alt .custom-control-label::before { border-radius: 6px; }

.custom-checkbox-alt .custom-control-input:checked ~ .custom-control-label::after { background-image: url(../images/ic-check-alt.svg); }

.custom-checkbox-alt .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.custom-radio .custom-control-label::before { border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { opacity: 0.5; }

.form-group { margin-bottom: 1.25rem; }

.form-group:last-child { margin-bottom: 0; }

.form-group.collapsing { transition: none; display: none; }

.form-group.url { position: relative; }

.form-group.url .form-control { padding-right: 8.75rem; }

.form-group.url .domain { color: #626B79; position: absolute; top: 2.063rem; right: 0.875rem; }

.form-group.percent { position: relative; }

.form-group.percent:after { content: "%"; font-family: "Inter Semibold", sans-serif; padding: 4px 6px; background: #EDF0F2; position: absolute; bottom: 2px; right: 2px; border-radius: 0 6px 6px 0; max-height: calc(100% - 2px); }

.form-group.percent .form-control { padding-right: 2.25rem; }

.form-group.currency-d { position: relative; }

.form-group.currency-d:before { content: "$"; font-family: "Inter Semibold", sans-serif; padding: 4px 6px; background: #EDF0F2; position: absolute; bottom: 2px; left: 2px; border-radius: 6px 0 0 6px; max-height: calc(100% - 2px); }

.form-group.currency-d .form-control { padding-left: 2.25rem; }

.form-group.years { position: relative; }

.form-group.years:after { content: "years"; font-family: "Inter Semibold", sans-serif; padding: 4px 6px; background: #EDF0F2; position: absolute; bottom: 2px; right: 2px; border-radius: 0 6px 6px 0; max-height: calc(100% - 2px); }

.form-group.years .form-control { padding-right: 3rem; }

.form-group.threequarter { max-width: 280px !important; }

.form-group .error-msg { font-size: 0.875rem; line-height: 1.25rem; color: #D21137; display: none; }

.form-group.error .form-control { background: #FFF2F5; border: 1px solid #D21137; }

.form-group.error .error-msg { padding-top: 4px; display: block; }

.form-group .row { margin-left: -6px; margin-right: -6px; }

.form-group .row [class^="col-"], .form-group .row [class*=" col-"] { padding-left: 6px; padding-right: 6px; }

.btn-group-toggle input[type=radio] { width: 0; height: 0; visibility: hidden; opacity: 0; }

.btn-group-toggle label.btn:not(.disabled).active, .btn-group-toggle .uploadphoto label.dropbox:not(.disabled).active, .uploadphoto .btn-group-toggle label.dropbox:not(.disabled).active, .btn-group-toggle .uploadfile label.dropbox:not(.disabled).active, .uploadfile .btn-group-toggle label.dropbox:not(.disabled).active { background: #fff; border-color: #4B61DD; }

.form-action { padding-top: .5rem; padding-bottom: 1.5rem; }

.form-action .btn:not(.btn-block) + .btn:not(.btn-block), .form-action .uploadphoto .dropbox:not(.btn-block) + .btn:not(.btn-block), .uploadphoto .form-action .dropbox:not(.btn-block) + .btn:not(.btn-block), .form-action .uploadfile .dropbox:not(.btn-block) + .btn:not(.btn-block), .uploadfile .form-action .dropbox:not(.btn-block) + .btn:not(.btn-block), .form-action .uploadphoto .btn:not(.btn-block) + .dropbox:not(.btn-block), .uploadphoto .form-action .btn:not(.btn-block) + .dropbox:not(.btn-block), .form-action .uploadphoto .dropbox:not(.btn-block) + .dropbox:not(.btn-block), .uploadphoto .form-action .dropbox:not(.btn-block) + .dropbox:not(.btn-block), .form-action .uploadfile .btn:not(.btn-block) + .dropbox:not(.btn-block), .uploadfile .form-action .btn:not(.btn-block) + .dropbox:not(.btn-block), .form-action .uploadfile .dropbox:not(.btn-block) + .dropbox:not(.btn-block), .uploadfile .form-action .dropbox:not(.btn-block) + .dropbox:not(.btn-block) { margin-left: 1rem; }

.form-action .btn-block + .btn-block { margin-top: 0.5rem; }

.form-action:last-child { padding-bottom: 0; padding-top: 0; }

.custom-switch { padding: 0.75rem 0; }

.custom-switch .custom-control-label { padding-left: 0; padding-right: 3rem; }

.custom-switch .custom-control-label:before { top: -0.188rem; left: inherit; right: 0; width: 3rem; height: 1.5rem; pointer-events: all; border-radius: 6px; background: #D0D6DD; border-radius: 100px; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.custom-switch .custom-control-label:after { left: inherit; top: -0.063rem; right: 1.5625rem; width: 1.25rem; height: 1.25rem; background-color: #fff; border-radius: 50%; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.custom-switch input:checked ~ .custom-control-label::before { color: #fff; border-color: #6171D1; background-color: #6171D1; }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after { -webkit-transform: translateX(1.375rem); transform: translateX(1.375rem); }

form h3 { font-family: "Inter Semibold", sans-serif; }

.mltpl-chkbox > label { position: relative; padding-right: 6.25rem; }

.mltpl-chkbox .chck-all { position: absolute; top: 0; right: 0; font-size: 0.875rem; line-height: 1.25rem; font-family: "Inter", sans-serif; color: #11457D !important; }

.mltpl-chkbox .chck-all:hover { cursor: pointer; }

.mltpl-chkbox ul { -webkit-columns: 2; -moz-columns: 2; columns: 2; }

.mltpl-chkbox ul li { margin-bottom: 1rem; }

/* Contents */
.sidebar-collapse main { width: calc(100% - 80px); margin-left: 80px; }

main { display: block; margin: 0 auto; padding-top: 3.5rem; }

.content { font-size: .875rem; line-height: 1.5em; padding-left: 13.75rem; }

.content__header { padding: 1.25rem 1.5rem; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; background: transparent; }

.content__header .page-name { position: relative; }

.content__header .page-name span { color: #626B79; }

.content__header .page-name h1 { font-size: 1.5rem; line-height: 1.5em; font-family: "Inter Semibold", sans-serif; margin-bottom: 0; }

.content__header .page-name h1 a { color: #232933; text-decoration: none; }

.content__header .page-name h1 span { color: #232933; }

.content__header .page-name .arrow-back { display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; }

.content__header .page-name .arrow-back img { display: block; width: 100%; height: 100%; }

.content__header .select.action button.btn, .content__header .select.action .uploadphoto button.dropbox, .uploadphoto .content__header .select.action button.dropbox, .content__header .select.action .uploadfile button.dropbox, .uploadfile .content__header .select.action button.dropbox { font-family: "Inter Semibold", sans-serif; color: #4B61DD; }

.content__header .select.action.blue .btn, .content__header .select.action.blue .uploadphoto .dropbox, .uploadphoto .content__header .select.action.blue .dropbox, .content__header .select.action.blue .uploadfile .dropbox, .uploadfile .content__header .select.action.blue .dropbox { background: #4B61DD; color: #FFFFFF; border: 0; line-height: 21px; }

.content__header .select.action.blue > .dropdown-toggle:after { border-style: solid; height: 0; width: 0; border-color: #fff transparent transparent; border-width: 5px 5px 0; top: auto; }

.content__wrapper { background: #fff; border-radius: 6px 0 0 0; padding: 1.5rem; margin: 0 auto; border-width: 1px 0px 0px 1px; border-style: solid; border-color: #D0D6DD; }

.input__blank .text, .return__blank .text { text-align: center; }

.input__blank .text h2, .return__blank .text h2 { margin-bottom: 4px; }

.input__blank .icon, .return__blank .icon { margin-bottom: 1rem; }

.input__blank b, .return__blank b { font-family: "Inter Semibold", sans-serif; }

.input__blank a:not(.btn), .return__blank a:not(.btn) { color: #222222; }

.input__blank a:not(.btn):hover, .return__blank a:not(.btn):hover { color: #4B61DD; text-decoration: none; }

.input__add, .return__add { width: 100%; }

.input__add p, .return__add p { margin-bottom: 16px; }

.input__add form, .return__add form { max-width: 100%; }

.input__add .form-group, .return__add .form-group { max-width: 100%; }

.input__add .form-group .row > .col-1, .return__add .form-group .row > .col-1 { -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; }

.input__add .form-group .row > .col-1 div.dropdown-menu.show, .return__add .form-group .row > .col-1 div.dropdown-menu.show { max-width: 100%; }

.input__add .form-group .row > .col-md-6 > .row > .col, .return__add .form-group .row > .col-md-6 > .row > .col { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.input__permintaan-detail > .row, .return__permintaan-detail > .row { margin-bottom: 1rem; }

.input__permintaan-detail .col-2, .return__permintaan-detail .col-2 { -webkit-flex: 0 0 240px; -ms-flex: 0 0 240px; flex: 0 0 240px; max-width: 240px; }

.input__permintaan-detail .icon-hub, .return__permintaan-detail .icon-hub { display: inline-block; vertical-align: middle; margin: 0 .5rem; }

.input .section-title, .return .section-title { font-size: 0.875rem; line-height: 1.5em; font-family: "Inter Semibold", sans-serif; margin-bottom: 0; }

.input__add .row + .row { margin-top: 3.25rem; }

.input__add h3 { font-family: "Inter Semibold", sans-serif; margin-bottom: 0.5rem; }

.input__add .form-group + h3 { margin-top: 3.25rem; }

.input__add .sh-bankname { margin-top: 0.5rem; }

.input__add .buy-under { display: none; }

.input__add form > .row > .col-md-5 .form-group, .input__add form > .row > .col-md-5 .form-action { max-width: 36.125rem; }

.input__add .user-permissions-bank ul { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }

.input__add .user-permissions-bank ul li:not(:last-child) { margin-bottom: 12px; }

.input__add .user-permissions-bank ul li label { font-family: "Inter", sans-serif; }

@media (min-width: 1921px) { .input__add { max-width: 1178px; } }

.input.content__wrapper { min-height: calc(100vh - 165px); }

.input.gudang .input__add { max-width: 480px; }

.input.gudang .form-action { margin-top: 36px; }

.input .list-gudang { max-width: 432px; }

.return { padding-bottom: 0; border-bottom: 1px solid #D0D6DD; }

.return .table { padding-bottom: 0; }

.return .table tr:last-child td { border-bottom: 0; }

.return__blank { padding-top: 3.75rem; background: #fff; height: 100vh; border-top: 1px solid #D0D6DD; margin-top: 1rem; }

.page-login { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; background: #F8F9FB; min-width: 100%; min-height: 100vh; margin-top: -3.5rem; }

.page-login__box { display: block; position: relative; max-width: 400px; width: 100%; margin: 2.5rem auto 0; }

.page-login__box form { padding: 1.5rem; background: #fff; border: 1px solid #D0D6DD; border-radius: 6px; }

.page-login__logo { text-align: center; margin-bottom: 4rem; }

.page-login__logo img { display: block; height: 3rem; width: auto; margin: 0 auto; }

.page-login h1 { text-align: center; margin-bottom: 2rem; }

.page-login .crt-acc { text-align: center; padding-top: 1.5rem; font-size: 0.875rem; line-height: 1.25em; }

.page-login .form-group .form-control::-webkit-input-placeholder { color: #8b98a8; }

.page-login .form-group .form-control::-moz-placeholder { color: #8b98a8; }

.page-login .form-group .form-control:-ms-input-placeholder { color: #8b98a8; }

.page-login .form-group .form-control::placeholder { color: #8b98a8; }

.page-login .form-action { margin-top: 1.5rem; }

.table.inbox tr td:hover { cursor: pointer; }

.iframe-jurnal { margin-left: -220px; margin-top: -5.0625rem; height: 100vh; width: calc(100% + 220px); display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.iframe-jurnal .icon { width: 304px; height: 221px; margin-bottom: 1.5em; }

.iframe-jurnal .icon img { display: block; width: 100%; height: 100%; }

.uploadphoto .dropbox input[type="file"], .uploadfile .dropbox input[type="file"] { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; }

.uploadphoto .item.has-img .img-preview, .uploadfile .item.has-img .img-preview { display: block; width: 72px; height: auto; object-fit: contain; background-position: center; background-repeat: no-repeat; background-size: contain; }

.uploadfile { position: relative; border: 1px solid #D0D6DD; border-radius: 6px; padding: 0.25rem; height: 2.5rem; margin-bottom: 4px; }

.uploadfile .btn, .uploadfile .dropbox { padding: 0.25rem 0.5rem; margin-bottom: 0; height: auto; font-family: "Inter", sans-serif; color: #4B61DD; font-size: 14px; line-height: 20px; }

.uploadfile .inputfile { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; width: 0; height: 0; }

.uploadfile .btn-delete { position: absolute; top: calc(50% - 10px); right: 0; width: 1.25rem; height: 1.25rem; padding: 0; margin: 0; opacity: 0; visibility: hidden; transition: all 0.3s; background: url(../images/ic-close.svg) no-repeat center; background-size: contain; font-size: 0; line-height: 0; border: 0; }

.uploadfile .btn-delete:focus, .uploadfile .btn-delete:hover { border: 0; box-shadow: none; outline: none; }

.uploadfile span.placeholder { pointer-events: none; padding-left: 0.5rem; color: #8B95A5; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }

.uploadfile .filename { color: #222222; padding-right: 0.75rem; }

.uploadfile .filesize { font-size: 0.75rem; line-height: 1.125rem; color: #777777; }

.uploadfile .box-preview { display: none; margin-bottom: 0; }

.uploadfile.has-file { width: 100%; height: -webkit-max-content; height: -moz-max-content; height: max-content; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.uploadfile.has-file span.placeholder { display: none; }

.uploadfile.has-file .box-preview { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; max-width: calc(100% - 120px); position: relative; padding: 0.25rem 0.5rem; }

.uploadfile.filled { padding: 0; border: 0; }

.uploadfile.filled .btn--white, .uploadfile.filled .dropbox { opacity: 0; visibility: hidden; height: 0; width: 0; padding: 0; margin: 0; display: none; }

.uploadfile.filled span.placeholder { display: none; }

.uploadfile.filled .preview { display: block; width: auto; padding: 0 10%; max-width: 72px; height: 2rem; background-position: center; background-repeat: no-repeat; background-size: contain; margin-right: 1rem; }

.uploadfile.filled .box-preview { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; position: relative; padding: 0.25rem 0.5rem; }

.uploadfile.filled .box-preview .btn-delete { opacity: 1; visibility: visible; }

.error .uploadfile { border: 1px solid #D21137; background: #FFF2F5; }

.error .form-notes { margin-bottom: 0; }

.frontpage { position: relative; background: #F8F9FB; min-height: 100vh; }

.frontpage-wrap { width: 100%; margin: 0 auto; padding-top: 2rem; }

.frontpage:before { content: ""; width: 100%; height: 100%; max-height: 25rem; position: absolute; top: 0; left: 0; z-index: 0; }

.frontpage-masthead { padding: 2rem 0 2.5rem; text-align: center; position: relative; z-index: 1; }

.frontpage-masthead .logo-keyquest { display: block; max-height: 3rem; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; margin: 0 auto 1.5rem; }

.frontpage-masthead .logo-keyquest img { width: auto; max-height: 100%; margin: auto; }

.frontpage-searchbar { position: relative; z-index: 1; background: url(../images/bg-pattern.png) no-repeat; background-position: bottom right; background-color: #11457D; padding: 1.5rem 0 1.25rem; min-height: 22.6875rem; }

.frontpage-searchbar .title { font-size: 2rem; line-height: 2.5rem; letter-spacing: -2px; margin: 1.5rem auto 3rem; text-align: center; color: #FFF; font-family: "Inter Semibold", sans-serif; font-weight: 700; }

.frontpage-searchbar .searchbar-tab { border-radius: 6px; text-align: center; }

.frontpage-searchbar .searchbar-tab .nav-tabs { border-bottom: 1px solid white; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.frontpage-searchbar .searchbar-tab .nav-link { background: rgba(255, 255, 255, 0.1); color: #FFF; border: 1px solid rgba(255, 255, 255, 0.2); padding: 0.5rem 1.5rem; margin-right: 6px; margin-bottom: -1px; -webkit-flex: 0 0 calc(33.333% - 4px); -ms-flex: 0 0 calc(33.333% - 4px); flex: 0 0 calc(33.333% - 4px); max-width: calc(33.333% - 4px); padding: 1.25rem; border-radius: 6px 6px 0 0; }

.frontpage-searchbar .searchbar-tab .nav-link:last-child { margin-right: 0; }

.frontpage-searchbar .searchbar-tab .nav-link i { display: inline-block; vertical-align: middle; width: 1.5rem; height: 1.5rem; background-size: contain; background-repeat: no-repat; background-position: center; margin-right: 0.5rem; margin-top: -0.25rem; }

.frontpage-searchbar .searchbar-tab .nav-link i.ic-homeloan { background: url(../images/ic-home-loan.svg); }

.frontpage-searchbar .searchbar-tab .nav-link i.ic-refinancing { background: url(../images/ic-refinancing.svg); }

.frontpage-searchbar .searchbar-tab .nav-link i.ic-commercial { background: url(../images/ic-comercial.svg); }

.frontpage-searchbar .searchbar-tab .nav-link.active { background: #11457D; color: #FFF; border: 1px solid #FFF; border-bottom: 0; }

.frontpage-searchbar .tab-content { background: transparent; border: 0; box-shadow: none; padding: 2rem 0 0; }

.frontpage-searchbar .searchbar-content form { margin-bottom: 2rem; }

.frontpage-searchbar .searchbar-content form > .row { margin-left: -4px; margin-right: -4px; }

.frontpage-searchbar .searchbar-content form > .row > .col { padding-left: 4px; padding-right: 4px; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; }

.frontpage-searchbar .searchbar-content form > .row > [class*="col-"] { padding-left: 8px; padding-right: 8px; }

.frontpage-searchbar .searchbar-content .bootstrap-select > .dropdown-toggle { height: 2.25rem; }

.frontpage-searchbar .searchbar-content .form-group.years { max-width: 10rem; }

.frontpage-searchbar .searchbar-content .form-group label { font-size: 0.875rem; line-height: 1.25rem; color: #FFF; text-transform: capitalize; }

.frontpage-searchbar .searchbar-content small { font-size: 0.75rem; line-height: 1rem; color: #626B79; }

.frontpage-searchbar .searchbar-content .form-action .btn, .frontpage-searchbar .searchbar-content .form-action .uploadphoto .dropbox, .uploadphoto .frontpage-searchbar .searchbar-content .form-action .dropbox, .frontpage-searchbar .searchbar-content .form-action .uploadfile .dropbox, .uploadfile .frontpage-searchbar .searchbar-content .form-action .dropbox { background: #D21137; border-color: #D21137; padding: 0; height: 2.25rem; width: 3rem; }

.frontpage-searchbar .searchbar-content #newhome .form-group .select, .frontpage-searchbar .searchbar-content #newhomeloan .form-group .select { width: 16.875rem !important; }

.frontpage-searchbar .searchbar-content #refinancing .bootstrap-select, .frontpage-searchbar .searchbar-content #commercial .bootstrap-select, .frontpage-searchbar .searchbar-content #commercialindustry .bootstrap-select { min-width: 11.25rem; }

.frontpage-searchbar .searchbar-content .get-alert { margin-bottom: 1.25rem; text-align: center; }

.frontpage-searchbar .searchbar-content .get-alert .btn-link { color: #FFF; }

.frontpage-searchbar .searchbar-content .get-alert .btn-link .ic { width: 1.25rem; height: 1.25rem; background: url(../images/ic-notification-alert.svg) no-repeat center; background-size: contain; display: inline-block; margin-right: 0.5rem; vertical-align: middle; }

.frontpage-searchbar .searchbar-content .get-alert.edit .btn-link .ic { background: url(../images/ic-pencil-edit.svg) no-repeat center; background-size: contain; }

.frontpage-content { padding: 2.5rem 0; }

.frontpage-content .filter-left { transition: all .3s ease-in-out; width: 100%; max-width: 18rem; }

.frontpage-content .filter-left h3 { font-family: "Inter Semibold", sans-serif; font-size: 1pxrem; line-height: 1.5rem; }

.frontpage-content .filter-left .custom-prefratetype { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #EDF0F2; border-radius: 12px; padding: 4px; }

.frontpage-content .filter-left .custom-prefratetype li { -webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; max-width: 33.333%; }

.frontpage-content .filter-left .custom-prefratetype li:not(:last-child) { margin-bottom: 0 !important; }

.frontpage-content .filter-left .custom-prefratetype li:nth-child(2) .custom-radio .custom-control-label { position: relative; }

.frontpage-content .filter-left .custom-prefratetype li:nth-child(2) .custom-radio .custom-control-label:after, .frontpage-content .filter-left .custom-prefratetype li:nth-child(2) .custom-radio .custom-control-label:before { display: block; content: ""; width: 1px; height: 100%; max-height: 1.5rem; background: #D0D6DD; position: absolute; top: calc(50% - 0.75rem); left: auto; right: 0; }

.frontpage-content .filter-left .custom-prefratetype li:nth-child(2) .custom-radio .custom-control-label:before { left: 0; right: auto; border: 0; }

.frontpage-content .filter-left .custom-prefratetype li:last-child .custom-radio .custom-control-label:after { display: none; }

.frontpage-content .filter-left .custom-prefratetype .custom-radio { padding: 0; }

.frontpage-content .filter-left .custom-prefratetype .custom-radio .custom-control-label { padding: 4px; text-align: center; color: #626B79; font-weight: 600; width: calc(100% + 1px); }

.frontpage-content .filter-left .custom-prefratetype .custom-radio .custom-control-label:after, .frontpage-content .filter-left .custom-prefratetype .custom-radio .custom-control-label:before { display: none; }

.frontpage-content .filter-left .custom-prefratetype .custom-radio .custom-control-input:checked ~ .custom-control-label { background: #FFF; border: 1px solid #D0D6DD; border-radius: 8px; color: #11457D; }

.frontpage-content .filter-left .custom-prefratetype .custom-radio .custom-control-input:checked ~ .custom-control-label:before, .frontpage-content .filter-left .custom-prefratetype .custom-radio .custom-control-input:checked ~ .custom-control-label:after { display: none; }

.frontpage-content .filter-left .form-group > label { margin-bottom: 0.75rem; text-transform: capitalize; }

.frontpage-content .filter-left .form-group ul li:not(:last-child) { margin-bottom: 1rem; }

.frontpage-content .filter-left .custom-control label { font-family: "Inter", sans-serif; color: #232933; padding-left: 0.5rem; }

.frontpage-content .filter-left .custom-control .custom-control-input:checked ~ .custom-control-label::before { border-color: #11457D; background-color: #11457D; }

.frontpage-content .filter-left .checkbox-group label { position: relative; }

.frontpage-content .filter-left .checkbox-group label .clear-all { position: absolute; top: 0; right: 0; display: none; color: #11457D; font-family: "Inter", sans-serif; }

.frontpage-content .filter-left .checkbox-group label .clear-all:hover { cursor: pointer; text-decoration: underline; }

.frontpage-content .filter-left .checkbox-group .see-more { margin-top: 0.75rem; font-size: 0.875rem; line-height: 1.2em; color: #4B61DD; padding-right: 1.5rem; position: relative; display: block; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; }

.frontpage-content .filter-left .checkbox-group .see-more:hover { cursor: pointer; }

.frontpage-content .filter-left .checkbox-group .see-more:after { content: ""; border-style: solid; height: 0; width: 0; border-color: #4B61DD transparent transparent; border-width: 5px 5px 0; position: absolute; top: calc(50% - 2.5px); right: 0; transition: all .3s ease-in-out; }

.frontpage-content .filter-left .checkbox-group .see-more.showed:after { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }

.frontpage-search-results a, .frontpage-search-results .btn--primary { color: #D21137; }

.frontpage-search-results .title { margin-bottom: 1rem; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.frontpage-search-results .title h3 { font-family: "Inter Semibold", sans-serif; color: #232933; margin-bottom: 0; }

.frontpage-search-results .title small { font-size: 0.75rem; line-height: 1rem; color: #8B95A5; }

.frontpage-search-results .title .btn-link { font-size: 0.875rem; line-height: 1.25rem; }

.frontpage-search-results .title .btn-link .ic-pdf { width: 1.25rem; height: 1.25rem; display: inline-block; vertical-align: top; margin-right: 8px; background: url(../images/logo-docs.svg) no-repeat center; background-size: contain; margin-top: 2px; }

.frontpage-search-results .card-package:not(:last-child) { margin-bottom: 1rem; }

.frontpage-search-results .card-package .title-card { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.frontpage-search-results .card-package .title-card .custom-checkbox { display: none; }

.frontpage-search-results .card-package.selection .title-card .custom-checkbox { display: block; }

.frontpage-search-results .card-title, .frontpage-search-results .card-rate, .frontpage-search-results .card-detail, .frontpage-search-results .card-action { padding: 1rem; }

.frontpage-search-results .card-title { padding-bottom: 0.5rem; }

.frontpage-search-results .card-title h3 { font-family: "Inter Semibold", sans-serif; margin-bottom: 0; }

.frontpage-search-results .card-title .bank-logo { max-height: 2.5rem; text-align: right; }

.frontpage-search-results .card-title .bank-logo img { width: auto; height: 100%; max-height: 1.875rem; }

.frontpage-search-results .card-list .card-package { background: #fff; border: 1px solid #D0D6DD; border-radius: 6px; }

.frontpage-search-results .card-list .card-rate label { font-size: 0.75rem; line-height: 1rem; font-family: "Inter", sans-serif; color: #8B95A5; margin-bottom: 0.25rem; }

.frontpage-search-results .card-list .card-rate p { font-size: 0.875rem; line-height: 1.25rem; margin-bottom: 4px; }

.frontpage-search-results .card-detail { background: #FCFCFC; border-top: 1px solid #EDF0F2; border-bottom: 1px solid #EDF0F2; }

.frontpage-search-results .card-detail h3 { font-size: 0.875rem; line-height: 1.5rem; font-family: "Inter Semibold", sans-serif; margin-bottom: 0.5rem; }

.frontpage-search-results .card-detail .table { font-size: 0.875rem; line-height: 1.25rem; padding-top: 0; padding-bottom: 0; margin-bottom: 1rem; }

.frontpage-search-results .card-detail .table .dataTables_wrapper .row:last-child { display: none; }

.frontpage-search-results .card-detail .table th { font-size: 0.875rem; line-height: 1.5rem; font-family: "Inter Semibold", sans-serif; padding: 1rem 0.5rem; }

.frontpage-search-results .card-detail .custom-list { font-size: 0.875rem; line-height: 1.25rem; }

.frontpage-search-results .card-detail .desc { font-size: 0.75rem; line-height: 1.25rem; color: #8B95A5; }

.frontpage-search-results .card-action { background: #FFF; border-radius: 0 0 6px 6px; }

.frontpage-search-results .card-action .btn-link { font-size: 0.875rem; line-height: 1.25rem; padding-right: 1.5rem; position: relative; }

.frontpage-search-results .card-action .btn-link.collapsed, .frontpage-search-results .card-action .btn-link.show-less { display: block; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; margin-top: 0.5rem; }

.frontpage-search-results .card-action .btn-link.collapsed:after, .frontpage-search-results .card-action .btn-link.show-less:after { content: ""; width: 1.25rem; height: 1.25rem; position: absolute; top: 0; right: 0; background: url(../images/caret-red.png) no-repeat center; background-size: contain; transition: all .3s ease-in-out; }

.frontpage-search-results .card-action .btn-link.collapsed.show-less:after, .frontpage-search-results .card-action .btn-link.show-less.show-less:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.frontpage-search-results .card-action .btn--primary { background: #FFF; border-color: #D0D6DD; color: #D21137; }

.frontpage-search-results .card-action .btn--primary:hover { background-color: #D21137; border-color: #D21137; color: #FFF; }

.frontpage-search-results .card-action .btn--primary.active { color: #FFFFFF; background-color: #D21137; border-color: #D21137; }

.frontpage-search-results .show-all { padding: 1.5rem; text-align: center; }

.frontpage-search-results .show-all a.btn-link { font-size: 0.875rem; line-height: 1.25rem; color: #626B79; }

.frontpage-search-results .downloadpackage .btn-link { color: #D21137; }

.frontpage-search-results .downloadpackage .btn-link:hover { cursor: pointer; }

.frontpage-search-results .downloadpackage .ic-pdf { width: 1.25rem; height: 1.25rem; background: url(../images/logo-docs.svg) no-repeat center; }

.frontpage-blankContent { padding: 2.5rem 0; text-align: center; min-height: 40vh; }

.frontpage-blankContent .ilus { margin-bottom: 1.5rem; }

.frontpage-blankContent .text h2 { margin-bottom: 0.25rem; }

.frontpage-blankContent .text p { color: #232933; font-size: 0.875rem; line-height: 1.2em; }

.frontpage-footer { background: #f8f9fb; padding-bottom: 7.5rem; }

@media (max-width: 991px) { .frontpage-searchbar .nav-link i { margin: 0 auto 0.75rem; }
  .frontpage-searchbar .nav-link span { display: block; }
  .frontpage-searchbar .searchbar-content #newhome .form-group .select, .frontpage-searchbar .searchbar-content #newhomeloan .form-group .select { width: 100% !important; }
  .frontpage-searchbar .searchbar-content .form-group.years { max-width: 100%; }
  .frontpage-searchbar .searchbar-content .form-action { margin-top: -1.25rem; }
  .frontpage-searchbar .searchbar-content .form-action .btn.btn--primary, .frontpage-searchbar .searchbar-content .form-action .uploadphoto .btn--primary.dropbox, .uploadphoto .frontpage-searchbar .searchbar-content .form-action .btn--primary.dropbox, .frontpage-searchbar .searchbar-content .form-action .uploadfile .btn--primary.dropbox, .uploadfile .frontpage-searchbar .searchbar-content .form-action .btn--primary.dropbox { width: 100%; }
  .frontpage-searchbar .tab-content form .row .col:not(:last-child) { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 1rem; }
  .frontpage-searchbar .tab-content form .row .col:last-child { -webkit-flex: 100%; -ms-flex: 100%; flex: 100%; max-width: 100%; }
  .frontpage-content { padding-left: 16px; padding-right: 16px; }
  .frontpage-content .filter-left { width: 280px; max-width: 100%; }
  .frontpage-content .filter-left .checkbox-group label { font-size: 14px; } }

@media (max-width: 1024px) and (min-width: 767px) { .frontpage-content .filter-left .custom-prefratetype { display: block; }
  .frontpage-content .filter-left .custom-prefratetype li { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .frontpage-content .filter-left .custom-prefratetype li .custom-radio .custom-control-label { text-align: left; padding-left: 12px; padding-right: 12px; }
  .frontpage-content .filter-left .custom-prefratetype li .custom-radio .custom-control-label:before, .frontpage-content .filter-left .custom-prefratetype li .custom-radio .custom-control-label:after { display: none !important; } }

@media (max-width: 767px) { .frontpage-searchbar .searchbar-tab .nav-link { padding: 10px; }
  .frontpage-searchbar .searchbar-tab .nav-link span { width: 100%; }
  .frontpage-content { position: relative; }
  .frontpage-content .filter-left { position: fixed; top: 0; left: 0; background: #FFF; z-index: 5; padding: 16px; transition: all .3s ease-in-out; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  .frontpage-content .filter-left h3 { position: absolute; top: 16%; padding: 8px; background: #D21137; left: 100%; color: #FFF; font-size: 1.25rem; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; border-radius: 0 6px 6px 0; z-index: 3; }
  .frontpage-search-results { margin-top: 3.25rem; } }

.filter-show { overflow: hidden; position: fixed; width: 100%; }

.filter-show:before { content: ""; position: fixed !important; width: 100vw; height: 100vh; top: 0; left: 0; background-color: #11457D; z-index: 4; }

.filter-show .filter-left { -webkit-transform: translateX(0); transform: translateX(0); height: 100vh; }

.filter-show .filter-left .form-filter { background: #FFF; height: 100%; overflow-y: auto; padding-top: 80px; }

.page-landing { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #f8f9fb; min-width: 100%; width: calc( 100% - 80px); min-height: 100vh; margin-top: -3.5rem; }

.page-landing__logo { text-align: center; margin-bottom: 4rem; }

.page-landing__logo img { display: block; height: 3rem; width: auto; margin: 0 auto; }

.page-landing__title { text-align: center; margin-bottom: 2.5rem; }

.page-landing__title h1 { font-size: 1.5rem; line-height: 1.5em; }

.page-landing__title h1:last-child { margin-bottom: 0; }

.page-landing .app-wrapper { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 1.5rem; width: 100vw; padding: 0 16px; }

@media (min-width: 768px) { .page-landing .app-wrapper { width: 656px; } }

@media (max-width: 767px) { .page-landing .app-wrapper { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.page-landing .app-wrapper .app-box { background-color: #fff; background-size: contain; background-position: right bottom; background-repeat: no-repeat; border: 1px solid #D0D6DD; border-radius: 6px; transition: all .3s ease-in-out; color: #222222; display: block; }

.page-landing .app-wrapper .app-box .thumbnail { display: block; width: 100%; height: auto; max-height: 160px; object-fit: cover; }

.page-landing .app-wrapper .app-box .text { padding: 16px; }

.page-landing .app-wrapper .app-box h2 { font-size: 1rem; font-weight: 700; line-height: 1.3em; position: relative; max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; padding-right: 28px; margin-bottom: 4px; }

.page-landing .app-wrapper .app-box h2::after { content: ""; width: 1.25rem; height: 1.25rem; background: url(../images/circle-arrow-blue.svg); position: absolute; top: 0; right: 0; opacity: 0; visibility: hidden; transition: all .3s ease-in-out; }

.page-landing .app-wrapper .app-box p { font-size: 0.875rem; line-height: 1.5em; color: #5E636E; }

.page-landing .app-wrapper .app-box:hover { border-color: #11457D; box-shadow: 0px 0px 0px 1px #C1D2F1; box-shadow: 0px 10px 24px 0px #2D2F3426; text-decoration: none; }

.page-landing .app-wrapper .app-box:hover h2::after { opacity: 1; visibility: visible; }

@media (min-width: 768px) { .page-landing .app-wrapper .app-box { -webkit-flex: 0 0 calc( 50% - 1.5rem); -ms-flex: 0 0 calc( 50% - 1.5rem); flex: 0 0 calc( 50% - 1.5rem); max-width: calc( 50% - 1.5rem); } }

@media (max-width: 767px) { .page-landing .app-wrapper .app-box { width: 100%; font-size: 1.5rem; } }

.page-landing .crt-acc { text-align: center; margin-top: 2rem; font-weight: 700; }

.page-landing__footer { width: 100%; position: absolute; left: 0; bottom: 0; text-align: center; padding: 40px 24px; font-size: 12px; line-height: 20px; color: #626B79; }

.header .user-snapshot__toggle { padding-right: 24px; }

.header .user-snapshot__toggle:after { content: ""; width: 1.25rem; height: 1.25rem; background: url(../images/ic-chevron-blue.svg) no-repeat center; background-position: center; position: absolute; top: calc(50% - 10px); right: 0; }

.header .user-snapshot.show { border: 0 !important; }

.header .user-snapshot__avatar.pp img { width: 36px; height: 36px; object-fit: contain; }

.popup-selecting { padding: 1rem 0; background: #FFF; border-top: 1px solid #D0D6DD; box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1); position: fixed; left: 0; bottom: 0; width: 100%; z-index: 2; opacity: 0; visibility: hidden; -webkit-transform: translateY(1.25rem); transform: translateY(1.25rem); -webkit-transform: translateY(0rem); transform: translateY(0rem); }

.popup-selecting .row { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.popup-selecting .row .col-lg-5:last-child { text-align: right; }

.popup-selecting.show { opacity: 1; visibility: visible; }

.home-disclaimer { padding: 1rem; border-radius: 6px; background: #F3F5F6; color: #626B79; font-size: 0.875rem; line-height: 1.25rem; margin: 0 auto; margin-bottom: 2.25rem; }

.home-disclaimer b { color: #232933; }

@media (max-width: 991px) { .frontpage-searchbar .searchbar-content .filter-condition { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 16px; }
  .frontpage-searchbar .searchbar-content .filter-condition .form-group { -webkit-flex: 0 0 calc(50% - 8px); -ms-flex: 0 0 calc(50% - 8px); flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); margin-bottom: 0; }
  .frontpage-searchbar .searchbar-content .filter-condition .form-action { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (max-width: 767px) { .frontpage-searchbar .searchbar-content .filter-condition .col-lg-3, .frontpage-searchbar .searchbar-content .filter-condition .col-lg-2 { margin-bottom: 12px; }
  .frontpage-searchbar .searchbar-content .filter-condition .col-lg-3 .form-group, .frontpage-searchbar .searchbar-content .filter-condition .col-lg-2 .form-group { max-width: 100% !important; }
  .frontpage-searchbar .searchbar-content .filter-condition .form-group { -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
  .frontpage-searchbar .searchbar-content .filter-condition .form-group.currency-d, .frontpage-searchbar .searchbar-content .filter-condition .form-group.percent, .frontpage-searchbar .searchbar-content .filter-condition .form-group.years { -webkit-flex: 0 0 calc(50% - 8px); -ms-flex: 0 0 calc(50% - 8px); flex: 0 0 calc(50% - 8px); max-width: calc(50% - 8px); } }

@media (max-width: 767px) { .frontpage-searchbar .searchbar-content .col-lg-3, .frontpage-searchbar .searchbar-content .col-lg-2 { margin-bottom: 12px; } }

.frontpage-search-results .card-detail .desc { width: 100%; }

.frontpage-search-results .card-detail .desc p { white-space: pre-wrap; }

@media (max-width: 767px) { .frontpage-search-results .title.row .text-right { margin-top: 16px; text-align: left !important; }
  .frontpage-search-results .card-rate .col-3 { -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 8px; }
  .frontpage-search-results .card-detail .table { overflow: hidden; overflow-x: auto; }
  .frontpage-search-results .card-detail .table .data-table { min-width: 500px; }
  .frontpage-search-results .card-detail .desc p { white-space: pre-wrap !important; } }

.modal-dialog.modal-dialog--sm { margin: auto; }

/* responsive */
@media (max-width: 1100px) { .page-login__sideleft { max-width: 320px; } }

@media (max-width: 767px) { .page-login { display: block; }
  .page-login__sideleft { max-width: 100%; height: auto; padding: 1.875rem 1.25rem; }
  .page-login__box { margin: 0; padding: 1.875rem 1.25rem; } }

/*# sourceMappingURL=main.css.map */
