/*Color*/
/*background colors */
/*media query*/
/*@import '../base-partial/_sprite.scss';*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800&display=swap");
.flex-center, .bdr-btn, .logo, .toast-msg, .report-wrap .report-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flex-align-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.flex-align-center, .back-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-space-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.flex-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flex-direction-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.prime-btn {
  background-color: #3D4180;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-family: "Inter", "sans-serif";
  display: block;
  padding: 15px;
  text-align: center;
  width: 100%; }
  .prime-btn:hover, .prime-btn:focus {
    background-color: #3f45a1;
    color: #fff; }

.sec-btn {
  font-weight: 600;
  padding: 8px 15px;
  background-color: #0B99CF;
  font-size: 14px;
  line-height: 20px;
  font-family: "Inter", "sans-serif";
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  min-width: 130px;
  max-width: 160px; }

.btn-block {
  display: flex;
  justify-content: center; }

.bdr-btn {
  min-width: 190px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #3D4180;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #3D4180; }

.prime-btn-sm {
  background-color: #3D4180;
  font-family: "Inter", "sans-serif";
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 10px;
  display: block;
  text-align: center; }
  .prime-btn-sm:hover, .prime-btn-sm:focus {
    background-color: #3f45a1;
    color: #fff; }

.disabled {
  opacity: 0.2;
  cursor: default; }
  .disabled:hover {
    background-color: #181818;
    cursor: default;
    border: 2px solid #181818;
    color: #fff; }

.btn-white {
  font-size: 14px;
  line-height: 20px;
  color: #323841;
  font-weight: 600;
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  text-align: center;
  border: none;
  padding: 10px 15px; }
  .btn-white:hover {
    background: #fff; }

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #09101D;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

.btn-loader {
  position: relative; }
  .btn-loader:before {
    content: '';
    position: absolute;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #09101D;
    width: 24px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.table {
  font-family: "Inter", "sans-serif"; }
  .table table {
    border-collapse: collapse;
    width: 100%; }
  .table .table-head {
    border-bottom: 2px solid #EAEAEC;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .table .table-head th {
      text-align: center;
      font-family: "Inter", "sans-serif";
      font-size: 12px;
      line-height: 15px;
      color: #606E74;
      padding-bottom: 10px; }
      .table .table-head th:first-child {
        text-align: left; }
      .table .table-head th:last-child {
        text-align: right; }
  .table tbody {
    padding-top: 10px; }
    .table tbody tr {
      border-bottom: 1px dashed #EAEAEC; }
      .table tbody tr td {
        font-size: 14px;
        line-height: 17px;
        font-family: "Inter", "sans-serif";
        padding: 10px 0 10px;
        color: #606E74; }
        .table tbody tr td:first-child {
          color: #2D3748;
          font-weight: 500; }
          .table tbody tr td:first-child img {
            vertical-align: middle;
            border-radius: 8px;
            margin-right: 5px;
            display: inline-block; }
        .table tbody tr td.num {
          text-align: center;
          padding-left: 10px;
          padding-right: 10px; }
          .table tbody tr td.num .icon {
            min-width: 30px;
            display: inline-block; }
            .table tbody tr td.num .icon img {
              vertical-align: bottom; }
          .table tbody tr td.num span {
            display: block;
            text-align: right; }
        .table tbody tr td.icon-box {
          width: 25px;
          text-align: right; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.hide {
  display: none !important; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

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

.align-center {
  text-align: center !important; }

.pad-t-0 {
  padding-top: 0px !important; }

.pad-t-10 {
  padding-top: 10px !important; }

.pad-t-15 {
  padding-top: 15px !important; }

.pad-t-20 {
  padding-top: 20px !important; }

.pad-b-0 {
  padding-bottom: 0px !important; }

.pad-b-100 {
  padding-bottom: 100px !important; }

.pad-lr-20 {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.pad-20 {
  padding: 20px 20px; }

.mar-b-0 {
  margin-bottom: 0px !important; }

.mar-b-10 {
  margin-bottom: 10px !important; }

.mar-b-15 {
  margin-bottom: 15px !important; }

.mar-b-20 {
  margin-bottom: 20px !important; }

.mar-t-10 {
  margin-top: 10px !important; }

.mar-t-15 {
  margin-top: 15px !important; }

.mar-t-20 {
  margin-top: 20px !important; }

.mar-t-30 {
  margin-top: 30px !important; }

.mar-b-30 {
  margin-bottom: 30px !important; }

form .form-field {
  margin-bottom: 15px; }
  form .form-field label {
    margin-bottom: 8px; }
  form .form-field input.filled, form .form-field input[type="text"].filled, form .form-field select.filled, form .form-field input[type="date"].filled, form .form-field input[type="number"].filled, form .form-field input[type="password"].filled, form .form-field .select.filled {
    opacity: 0.4; }
  form .form-field:last-child {
    margin-bottom: 0; }
  form .form-field.two-col {
    display: flex; }
    form .form-field.two-col .col-l {
      margin-right: 15px;
      width: 50%; }
      form .form-field.two-col .col-l:last-child {
        margin-right: 0; }
    form .form-field.two-col .col-r {
      width: 50%; }
  form .form-field.error input[type="text"], form .form-field.error select, form .form-field.error input[type="date"], form .form-field.error input[type="number"], form .form-field.error input[type="password"], form .form-field.error .select {
    border: 1px solid #FF0000; }
  form .form-field.error span.error {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #FF0000;
    margin-top: 2px; }

.overlay.ng-enter {
  transform: translate(0, 100vh);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.4); }

/* The finishing CSS styles for the enter animation */
.overlay.ng-enter.ng-enter-active {
  transform: translate(0, 0); }

.overlay.ng-leave {
  transition: 0.3s linear all;
  transform: translate(0, 0); }

.overlay.ng-leave.ng-leave-active {
  transform: translate(0, 100vh); }

.overlay-bg.ng-enter {
  opacity: 0;
  transition: 0.3s linear all; }

/* The finishing CSS styles for the enter animation */
.overlay-bg.ng-enter.ng-enter-active {
  opacity: 1; }

.overlay-bg.ng-leave {
  transition: 0.3s linear all;
  opacity: 1; }

.overlay-bg.ng-leave.ng-leave-active {
  opacity: 0; }

label {
  color: #272833;
  font-family: "Inter", "sans-serif";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: inline-block; }

.listing-head h1 {
  margin-right: 10px;
  color: #2D3748; }

.add-ornament-body {
  padding-bottom: 61px; }

.packet-sec {
  padding: 15px 0; }

.form-fields {
  position: relative; }

.tool-tip.add-comment-sec .tool-tip-with-icon {
  margin-bottom: 0; }
.tool-tip.add-comment-sec .comment-drop {
  margin-top: 10px; }

.white-bg {
  background: #fff; }

.acc-item {
  border-bottom: 1px solid #EAEAEC; }
  .acc-item .accordion {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    cursor: pointer;
    padding: 15px 20px;
    border: none;
    outline: none;
    transition: 0.4s;
    position: relative; }
    .acc-item .accordion:after {
      content: '';
      display: flex;
      width: 11px;
      height: 11px;
      background: url("/images/plus.svg") no-repeat center;
      margin-left: 10px;
      position: absolute;
      right: 20px;
      top: 21px;
      z-index: 4; }
    .acc-item .accordion.active:after {
      background: url("/images/minus.svg") no-repeat center; }
  .acc-item .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out; }

.login-page {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative; }
  .login-page .container-pad {
    width: 100%; }
  .login-page .login-bg {
    position: absolute;
    background: url("/images/login-bg.svg") no-repeat center;
    top: 0;
    left: 0;
    display: block;
    width: 250px;
    height: 275px;
    z-index: -1; }
    .login-page .login-bg.bg-btm {
      left: unset;
      top: unset;
      background: url("/images/login-bg1.svg") no-repeat center;
      right: 0;
      bottom: 0;
      width: 243px;
      height: 200px; }
  .login-page:before {
    content: '';
    position: absolute;
    background: url("/images/login-bg.svg") no-repeat center;
    top: 0;
    left: 0;
    display: block;
    width: 250px;
    height: 275px;
    z-index: -1;
    display: none; }
  .login-page:after {
    content: '';
    position: absolute;
    background: url("/images/login-bg1.svg") no-repeat center;
    right: 0;
    bottom: 0;
    display: block;
    width: 242px;
    height: 200px;
    z-index: -1;
    display: none; }
  .login-page form .form-field {
    margin-bottom: 20px; }
    .login-page form .form-field label {
      margin-bottom: 8px; }
  .login-page h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #1A202C; }

.logo {
  margin-bottom: 30px; }

/**
 * basic reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block; }

html, body {
  line-height: 1;
  padding: 0;
  margin: 0;
  height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * inherit box model
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * iOS "clickable elements" fix for role="button"
 *
 * Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
 * for traditionally non-focusable elements with role="button"
 * see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 */
[role="button"] {
  cursor: pointer; }

/**
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
 *
 * In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
 * DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
 * However, they DO support removing the click delay via `touch-action: manipulation`.
 * See:
 * - http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * - http://caniuse.com/#feat=css-touch-action
 * - http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

/**
 * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 */
[hidden] {
  display: none !important; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/**
 * Links
 * =============================================================================
 */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Text-level semantics
 * =============================================================================
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/**
 * Grouping content
 * =============================================================================
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/**
 * Forms
 * =============================================================================
 */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

button:focus {
  outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input, select option {
  line-height: normal; }
  input:focus, select option:focus {
    outline: 0; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

html {
  scroll-behavior: smooth; }

*::-webkit-scrollbar {
  display: none; }

* {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }

/* @group Default Element Styles */
body {
  font-family: "Inter", "sans-serif";
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 17px;
  color: #272833;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

h1 {
  font-size: 27px;
  letter-spacing: 0px;
  line-height: 38px;
  color: #09101D;
  font-weight: 800;
  font-family: "Inter", "sans-serif"; }

h2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  font-family: "Inter", "sans-serif";
  color: #2D3748; }

h3 {
  font-weight: 700;
  font-size: 18px;
  color: #09101D;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "Inter", "sans-serif"; }

h4 {
  font-weight: 500;
  font-size: 16px;
  color: #09101D;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "Inter", "sans-serif"; }

h5 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  font-family: "Inter", "sans-serif";
  color: #272833; }

p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #606E74;
  margin-bottom: 20px; }

p.last {
  margin-bottom: 0; }

input[type="text"], select, input[type="date"], input[type="number"], input[type="password"], .select {
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #BEC0C0;
  border-radius: 8px;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  color: #032D23;
  font-weight: 500; }
  input[type="text"].error, select.error, input[type="date"].error, input[type="number"].error, input[type="password"].error, .select.error {
    border: 1px solid #FF1C3A !important; }

input[type="date"] {
  padding: 9px 8px;
  font-size: 15px; }

textarea {
  font-size: 16px;
  line-height: 19px;
  font-family: "Inter", "sans-serif";
  border-radius: 8px;
  border: 1px solid #BEC0C0;
  padding: 10px;
  width: 100%;
  width: calc(100% - 23px);
  height: 105px;
  resize: none; }

.select, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/images/select-arrow.svg") no-repeat right 15px center;
  padding-right: 25px;
  height: 41px; }

a {
  text-decoration: none;
  cursor: pointer;
  color: #3187E7;
  -webkit-tap-highlight-color: transparent; }

a:hover {
  text-decoration: none;
  color: #0B6295;
  -webkit-tap-highlight-color: transparent; }

*:focus {
  outline: none; }

ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #606E74;
  position: relative; }
  ul li:marker {
    display: none !important; }

::marker {
  display: none !important; }

.grey-bg {
  background: #F9F9F9; }

/* @end */
@media only screen and (max-width: 1024px) {
  .burger-patty {
    margin: -2px auto;
    width: 26px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    right: unset;
    left: unset;
    background: #343d44;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    transition: transform 0.2s ease; }

  .burger-patty:first-child {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); }

  .burger-patty:last-child {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  /*.icon-burger.is-open { background: #F4F4F4;}*/
  .icon-burger.is-open > .burger-patty {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

  .icon-burger.is-open > .burger-patty:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  .icon-burger.is-open > .burger-patty:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .nav-list-box {
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden; }

  .g-cols {
    display: block; }

  .g-cols.offset_none > div, .g-cols.offset_default > div {
    float: none;
    width: 100% !important;
    margin-left: 0; }

  .g-cols.offset_none > .one-third, .g-cols.offset_default > .one-third, .g-cols.offset_none > .one-fourth, .g-cols.offset_default > .one-fourth {
    margin-bottom: 25px; }

  .g-cols.offset_none > .one-third:last-child, .g-cols.offset_default > .one-third:last-child, .g-cols.offset_none > .one-fourth:last-child, .g-cols.offset_default > .one-fourth:last-child {
    margin-bottom: 0; }

  .g-cols.g-col-rev {
    flex-direction: column-reverse;
    display: flex; } }
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; }

.container {
  padding-bottom: 100px; }
  .container .default-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px; }
    .container .default-div .no-packet {
      margin-bottom: 25px; }
      .container .default-div .no-packet img {
        display: block; }
  .container .empty-pack-head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .container .empty-pack-head h3 {
      text-align: center;
      margin-bottom: 5px; }
    .container .empty-pack-head span {
      text-align: center;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #606E74;
      max-width: 237px;
      font-family: "Inter", "sans-serif";
      margin-bottom: 25px; }

.container-pad {
  padding: 10px 20px 20px; }

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff; }
  .footer .footer-pad {
    padding: 10px 20px; }

.tab-list {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #EAEAEC;
  display: flex;
  align-items: center;
  position: relative; }
  .tab-list ul {
    display: flex;
    overflow-x: auto;
    flex: 1; }
    .tab-list ul li {
      font-family: "Inter", "sans-serif";
      font-size: 16px;
      line-height: 19px;
      color: #606E74;
      font-weight: 400;
      margin-right: 30px;
      padding: 13px 0;
      flex: none;
      display: flex; }
      .tab-list ul li.active {
        font-weight: 700;
        color: #2D3748;
        border-bottom: 3px solid #2D3748; }
      .tab-list ul li .tick {
        display: flex;
        margin-left: 7px; }
  .tab-list .add-icon {
    flex: none;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center; }

.success-msg, .error-msg {
  background: #76BA99;
  border-radius: 33px;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
  margin: 0 auto;
  max-width: 265px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -140px);
  transition: all 0.5s ease-in-out; }
  .success-msg span, .error-msg span {
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 500;
    display: inline-block; }
    .success-msg span img, .error-msg span img {
      margin-right: 8px;
      display: block; }
  .success-msg.open, .error-msg.open {
    transform: translate(0, 0px);
    transition: all 0.2s; }

.error-msg {
  background: #EA0000; }

.tool-tip {
  margin-top: 10px; }
  .tool-tip .tool-tip-with-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .tool-tip a {
    color: #008EC5;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    font-family: "Inter", "sans-serif"; }
  .tool-tip img {
    display: block;
    margin-right: 8px; }

.img-box {
  margin-bottom: 20px; }
  .img-box .img-box-list {
    display: flex;
    padding: 10px 0 0;
    overflow-y: scroll; }
  .img-box h5 {
    margin-bottom: 5px; }
  .img-box .img-box-item {
    position: relative;
    margin-right: 15px;
    width: 70px;
    height: 70px;
    flex: none;
    border-radius: 8px; }
    .img-box .img-box-item:last-child {
      margin-right: 0; }
    .img-box .img-box-item img {
      display: block;
      border-radius: 8px; }
    .img-box .img-box-item .close-img {
      position: absolute;
      top: -10px;
      right: -10px; }
      .img-box .img-box-item .close-img img {
        display: block; }
  .img-box span {
    font-size: 11px;
    line-height: 13px;
    font-family: "Inter", "sans-serif";
    display: block;
    margin-bottom: 8px; }

.bdr-bt {
  border-bottom: 1px solid #EAEAEC;
  margin-bottom: 18px;
  padding-bottom: 15px; }

.bdr-btm {
  border-bottom: 1px solid #272833; }

.value-block {
  display: flex; }

.info-box, .info-row {
  background-color: #fff;
  border: 1px solid #E1E1E9;
  border-radius: 16px;
  position: relative;
  margin-bottom: 50px; }
  .info-box .info-box-pad, .info-row .info-box-pad {
    padding: 17px 15px 15px;
    display: flex;
    justify-content: space-between; }
    .info-box .info-box-pad .info-item, .info-row .info-box-pad .info-item {
      margin-left: 15px; }
      .info-box .info-box-pad .info-item:first-child, .info-row .info-box-pad .info-item:first-child {
        margin-left: 0px; }
      .info-box .info-box-pad .info-item label, .info-row .info-box-pad .info-item label {
        font-size: 12px;
        line-height: 17px;
        color: #606E74;
        font-family: "Inter", "sans-serif";
        display: block;
        margin-bottom: 3px; }
      .info-box .info-box-pad .info-item strong, .info-row .info-box-pad .info-item strong {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.5px;
        font-family: "Inter", "sans-serif";
        color: #032D23; }
  .info-box .btn-over-box, .info-row .btn-over-box {
    display: flex;
    justify-content: center;
    margin: 0 0 -17px 0; }

.info-row {
  background-color: unset;
  border: none;
  border-radius: unset;
  margin-bottom: 0px; }
  .info-row .info-box-pad {
    padding: 0px; }

.add-footer-block {
  box-shadow: 0px -1px 0px 0px #0000001A;
  background-color: #F9F9F9;
  height: 100px;
  z-index: 7; }
  .add-footer-block .footer-pad {
    padding: 20px 20px; }
  .add-footer-block.pink-bg {
    background: #F7ECDE; }
  .add-footer-block .add-section {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .add-footer-block .value-sec {
    margin-right: 10px;
    flex: none; }
    .add-footer-block .value-sec label {
      font-size: 12px;
      line-height: 17px;
      font-weight: 400;
      font-family: "Inter", "sans-serif";
      color: #606E74;
      display: block; }
    .add-footer-block .value-sec strong {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: -0.5px;
      font-weight: 800;
      font-family: "Inter", "sans-serif"; }
  .add-footer-block .prime-btn-sm {
    min-width: 120px; }

.overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  top: auto;
  background: #ffffff;
  overflow-y: scroll;
  max-height: 90%;
  border-radius: 12px 12px 0 0; }
  .overlay.animate {
    transition: all 1s ease-in-out;
    transform: translate(0%, 0%); }
  .overlay h6 {
    padding: 20px 20px 0px; }
  .overlay.selection-overlay ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1A202C;
    font-family: "Inter", "sans-serif";
    border-bottom: 1px solid #EAEAEC;
    padding: 15px 20px; }
    .overlay.selection-overlay ul li:last-child {
      border-bottom: 0; }
  .overlay .btn-block {
    padding: 0px 20px 20px; }
  .overlay .overlay-pad {
    padding: 20px; }
    .overlay .overlay-pad strong {
      font-size: 18px;
      line-height: 22px;
      color: #2D3748;
      font-family: "Inter", "sans-serif"; }
    .overlay .overlay-pad .checkbox-list {
      padding: 0;
      height: 275px;
      overflow-y: auto; }
      .overlay .overlay-pad .checkbox-list li {
        list-style-type: none;
        display: flex;
        border-bottom: 1px solid #EAEAEC;
        padding: 15px 0; }
        .overlay .overlay-pad .checkbox-list li:last-child {
          border-bottom: 0; }
      .overlay .overlay-pad .checkbox-list .checkbox {
        margin-right: 10px; }
        .overlay .overlay-pad .checkbox-list .checkbox span {
          border: 1px solid #606E74;
          background: #fff;
          width: 18px;
          height: 18px;
          display: block;
          border-radius: 5px;
          position: relative; }
        .overlay .overlay-pad .checkbox-list .checkbox.active span {
          background: #0B99CF;
          border: 1px solid #0B99CF; }
          .overlay .overlay-pad .checkbox-list .checkbox.active span:after {
            content: '';
            display: block;
            position: absolute;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 9px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      .overlay .overlay-pad .checkbox-list .location-info strong {
        font-size: 14px;
        line-height: 17px;
        color: #272833;
        display: block;
        margin-bottom: 3px; }
      .overlay .overlay-pad .checkbox-list .location-info p {
        font-size: 12px;
        line-height: 17px;
        color: #606E74;
        margin-bottom: 0px; }

.info-sec {
  display: flex;
  align-items: center; }
  .info-sec .info-img {
    display: inline-block;
    margin-right: 8px;
    flex: none; }
  .info-sec .info-item {
    flex: 1; }
    .info-sec .info-item label {
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      color: #606E74;
      display: block;
      letter-spacing: 0px; }
    .info-sec .info-item strong {
      font-size: 14px;
      line-height: 17px;
      font-weight: 700;
      letter-spacing: 0px;
      color: #272833;
      display: block; }
  .info-sec .profile-img {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    flex: none; }

.radio-list ul {
  overflow: scroll; }
  .radio-list ul li {
    padding: 20px 20px 20px 30px;
    position: relative;
    border-bottom: 1px solid #EAEAEC;
    font-size: 16px;
    line-height: 19px;
    font-family: "Inter", "sans-serif";
    font-weight: 400;
    color: #1A202C; }
    .radio-list ul li:last-child {
      border-bottom: 0; }
    .radio-list ul li:before {
      border: 1px solid #606E74;
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      left: 0; }
    .radio-list ul li.active:after {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #fff;
      content: "";
      left: 4px;
      right: 0;
      border-radius: 8px;
      top: -1px;
      bottom: 0;
      margin: auto 0; }
    .radio-list ul li.active:before {
      background-color: #0B99CF;
      border: 1px solid #0B99CF; }

.overlay-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(195, 195, 195, 0.5);
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden; }

.overlay-open {
  background-color: rgba(195, 195, 195, 0.5);
  overflow: hidden;
  top: 0;
  transition: all 1s ease-in-out; }

.search-bar .search-input {
  border: 1px solid #BEC0C0;
  border-radius: 48px;
  background: url(/images/search-icon.svg) no-repeat left;
  padding: 10px 10px 10px 50px;
  background-position-x: 20px; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup .popup-pad {
    padding: 24px 24px 28px;
    border-radius: 16px;
    background-color: #fff;
    margin: 20px;
    width: 100%; }
  .popup h3 {
    font-weight: 800;
    text-align: center; }
  .popup .btn-block {
    justify-content: space-between; }
    .popup .btn-block .prime-btn {
      font-size: 14px;
      line-height: 20px;
      font-family: "Inter", "sans-serif";
      padding: 10px;
      width: 100%;
      margin-right: 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .popup .btn-block .secondary-btn {
      border: 1px solid #3D4180;
      color: #3D4180;
      padding: 10px;
      border-radius: 8px;
      text-align: center;
      width: 100%;
      font-family: "Inter", "sans-serif";
      display: flex;
      justify-content: center;
      align-items: center; }
  .popup p {
    font-size: 14px;
    line-height: 19px;
    color: #606E74;
    font-weight: 400;
    font-family: "Inter", "sans-serif";
    text-align: center;
    margin-bottom: 25px; }

.toast-msg {
  background-color: #76BA99;
  transform: translate(0, 70px);
  /* transition: all 0.5s; */
  z-index: 8;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  max-width: 275px;
  border-radius: 33px;
  box-shadow: 1px 1px 5px #b2b2b2;
  transition: all 0.5s ease-in-out;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #fff; }
  .toast-msg span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 10px; }
  .toast-msg.open {
    transform: translate(0, 16px);
    transition: all 0.2s; }
  .toast-msg .msg-text {
    font-size: 14px;
    color: #2ac8e0;
    letter-spacing: 0.2px;
    line-height: 14px; }

.dropdown-list .list-info strong {
  font-size: 14px;
  line-height: 20px;
  color: #272833;
  display: block;
  font-weight: 600; }

.cta-list .item {
  display: flex;
  margin-bottom: 18px; }
  .cta-list .item:last-child {
    margin-bottom: 0px; }
  .cta-list .item .cta-img {
    flex: none;
    margin-right: 15px; }
  .cta-list .item .cta-content strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    color: #2D3748;
    display: block; }
  .cta-list .item .cta-content .link {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #0B99CF; }

.divider {
  height: 5px;
  background: #EAEAEC;
  margin: 0 -20px; }

.dot-list li {
  padding-left: 20px;
  position: relative; }
  .dot-list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    top: 10px;
    left: 5px;
    background-color: #606E74; }

.back-link .back-icon {
  margin-right: 10px; }

.link {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  color: #0B99CF; }

.checklist-head {
  display: flex;
  justify-content: space-between; }

.check-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .check-box .checkmark {
    border: 1px solid #606E74;
    background: #fff;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 5px;
    position: relative;
    margin-right: 10px; }
  .check-box.active .checkmark {
    background: #0B99CF;
    border: 1px solid #0B99CF; }
    .check-box.active .checkmark:after {
      content: '';
      display: block;
      position: absolute;
      left: 6px;
      top: 2px;
      width: 5px;
      height: 9px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .check-box h3 {
    margin-bottom: 0px; }

.no-pad {
  padding: 0px !important; }

.collateral-list .collateral-item {
  padding: 25px 20px 30px;
  border-bottom: 5px solid #EAEAEC; }
  .collateral-list .collateral-item:last-child {
    border-bottom: 0px; }

.dash-bdr-list li {
  padding: 15px 0px;
  border-bottom: 1px dashed #EAEAEC; }
  .dash-bdr-list li:first-child {
    padding-top: 0px; }
  .dash-bdr-list li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px; }
  .dash-bdr-list li .list-item {
    display: flex;
    align-items: center; }
    .dash-bdr-list li .list-item div {
      width: 50%; }
    .dash-bdr-list li .list-item .mute {
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      letter-spacing: 0px;
      text-align: left;
      color: #606E74; }
    .dash-bdr-list li .list-item .bold {
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      text-align: right;
      color: #2D3748; }

.popup-content .dash-bdr-list li {
  padding: 10px 0px; }

.d-col {
  display: flex; }
  .d-col .info-sec {
    width: 50%;
    margin-left: 10px; }
    .d-col .info-sec:first-child {
      margin-left: 0px; }

.d-flex {
  display: flex;
  justify-content: space-between; }
  .d-flex .prime-btn-sm {
    width: 50%;
    margin-left: 10px; }
    .d-flex .prime-btn-sm:first-child {
      margin-left: 0px; }
  .d-flex.three-col .prime-btn-sm:first-child, .d-flex.three-col .prime-btn-sm:last-child {
    width: 20%;
    min-width: unset; }

.audit-sec {
  background: #fff;
  margin: 0 -20px; }

.mar-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.rect-tag {
  display: flex;
  align-items: center;
  padding: 2px 7px;
  height: 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-transform: uppercase;
  color: #FFFFFF; }

.orange {
  background: #FF9459; }

.red {
  background: #FF4646; }

.green {
  background: #1FDA75; }

.blue {
  background: #7B61FF; }

.tag-block {
  padding: 20px 20px 0px; }

.tag-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 160px;
  overflow: scroll; }
  .tag-list .tag {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #032D23;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 17px;
    border: 1px solid #B4B4B4;
    padding: 8px 15px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin: 0 10px 10px 0px;
    transition: all 0.5s;
    box-sizing: border-box;
    white-space: nowrap; }
    .tag-list .tag .sm-close {
      display: flex;
      margin-left: 10px; }

.carousel-slider {
  padding: 15px 0; }
  .carousel-slider .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0px 3px;
    transition: all 0.3s;
    transform: scale(1);
    background: #606E74;
    opacity: 0.6;
    border-radius: 10px; }
  .carousel-slider .owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.1);
    opacity: 1;
    width: 24px;
    background: #606E74; }
  .carousel-slider .slider-item .slider-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden; }

.carousel-wrap {
  padding: 10px 0;
  margin: 0 -20px; }
  .carousel-wrap .carousel-block {
    padding: 10px 0 10px 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto; }
    .carousel-wrap .carousel-block:after {
      content: '';
      width: 10px;
      display: block;
      flex: none; }

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  flex: none; }

.doc-list {
  padding: 0 20px; }
  .doc-list .doc-item {
    padding: 20px 0px;
    border-bottom: 5px solid #EAEAEC; }
    .doc-list .doc-item:last-child {
      border-bottom: none; }
    .doc-list .doc-item .doc-title h4 {
      margin-bottom: 3px;
      color: #2D3748; }
    .doc-list .doc-item .doc-title .link {
      font-size: 14px;
      font-weight: 500;
      line-height: 17px; }
    .doc-list .doc-item .carousel-wrap .carousel-block .card {
      width: 200px;
      height: 200px; }
      .doc-list .doc-item .carousel-wrap .carousel-block .card img {
        width: 100%; }

.view-ornament .info-box .info-box-pad .info-item {
  width: 50%; }

.ornament-img-block {
  padding: 20px 0px 0px; }
  .ornament-img-block .carousel-slider {
    margin: 0 -20px; }

.activity-sec {
  padding: 0 20px; }
  .activity-sec .dash-bdr-list li {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: #2D3748;
    padding: 16px 0px; }
    .activity-sec .dash-bdr-list li .approved-by {
      display: flex; }
      .activity-sec .dash-bdr-list li .approved-by .time {
        font-weight: 400;
        color: #606E74;
        margin-right: 15px; }
      .activity-sec .dash-bdr-list li .approved-by .name strong {
        font-weight: 800; }
    .activity-sec .dash-bdr-list li .bdr-tag {
      font-family: Inter;
      font-size: 12px;
      font-weight: 500;
      line-height: 15px;
      letter-spacing: 0;
      text-align: center;
      color: #338358;
      padding: 6px 12px;
      border: 1px solid #8BD7AE;
      border-radius: 5px; }

.flex-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 15px; }

.comment-sec h5 {
  text-align: left;
  margin-bottom: 5px; }
.comment-sec p {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0; }

.carousel-header-slider {
  padding: 0 20px; }
  .carousel-header-slider .damage-name {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: left;
    color: #606E74; }
  .carousel-header-slider .damage-comment {
    font-size: 12px;
    line-height: 17px;
    color: #606E74; }

.report-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 30px;
  border: 1px solid #09101D; }
  .report-wrap p {
    color: #09101D;
    margin-bottom: 10px; }
  .report-wrap strong {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #09101D; }
  .report-wrap span {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #09101D; }
  .report-wrap .report-header {
    text-align: center; }
    .report-wrap .report-header .report-logo {
      margin-bottom: 15px; }
    .report-wrap .report-header .address {
      margin-bottom: 10px; }
      .report-wrap .report-header .address p {
        font-size: 15px; }
  .report-wrap .report-title {
    height: 50px;
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 -30px;
    background-color: #3D4180; }
  .report-wrap .report-content {
    padding: 30px 0 0; }
    .report-wrap .report-content .report-info.bdr {
      border: 1px solid #09101D;
      padding: 10px 10px;
      background-color: #f4f4f4; }
    .report-wrap .report-content .number-list h4 {
      font-size: 14px;
      font-weight: 700;
      text-decoration: underline;
      text-align: center;
      margin-bottom: 5px; }
    .report-wrap .report-content .number-list ol {
      padding-left: 50px;
      margin-bottom: 20px; }
      .report-wrap .report-content .number-list ol li {
        list-style-type: decimal;
        font-size: 13px;
        font-weight: 400;
        text-align: left; }
  .report-wrap .report-table .note-txt {
    font-size: 11px;
    line-height: 14px; }
  .report-wrap .report-table .table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #09101D; }
  .report-wrap .report-table th, .report-wrap .report-table td {
    border-bottom: 1px solid #09101D;
    text-align: left;
    vertical-align: top;
    padding: 10px 8px;
    border-right: 1px solid #09101D;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 19px;
    color: #09101D; }
  .report-wrap .report-table table tr th.right-align, .report-wrap .report-table table tr td.right-align {
    text-align: right; }
  .report-wrap .report-table table tr th:last-child, .report-wrap .report-table table tr td:last-child {
    border-right: 0px; }
  .report-wrap .report-footer {
    background-color: #3D4180;
    height: 60px;
    padding: 0 30px; }
  .report-wrap .contact-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .report-wrap .contact-list .ct-item {
      display: flex;
      align-items: center; }
      .report-wrap .contact-list .ct-item a {
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        line-height: 18px;
        display: flex;
        align-items: center; }
        .report-wrap .contact-list .ct-item a img {
          width: 20px;
          margin-right: 10px; }

.info-list {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #EAEAEC; }
  .info-list:last-child {
    border-bottom: none;
    padding-bottom: 0px; }
  .info-list .info-sec {
    margin-bottom: 16px; }
    .info-list .info-sec:last-child {
      margin-bottom: 0px; }

.confirm-charge .collateral-list .collateral-item {
  padding-left: 15px;
  padding-right: 15px; }
.confirm-charge .info-box .info-box-pad, .confirm-charge .info-row .info-box-pad {
  padding: 17px 8px 15px 12px; }
  .confirm-charge .info-box .info-box-pad .info-item, .confirm-charge .info-row .info-box-pad .info-item {
    margin-left: 12px; }
    .confirm-charge .info-box .info-box-pad .info-item:first-child, .confirm-charge .info-row .info-box-pad .info-item:first-child {
      margin-left: 0px; }

.alert {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  color: #E35203;
  margin-top: 14px; }

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