/**
 * @file
 * Variables
 * 
 * Contains global variables available to the theme.
 */
/**
 * @file
 * Animations
 * 
 * Contains all keyframe animations in use on the site.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  border-radius: 0;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * @file
 * Sitewide fonts
 */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  margin: 0;
  color: #000000;
}

h1 {
  font-size: 26px;
  line-height: 36px;
}

h2 {
  font-size: 22px;
  line-height: 32px;
}

h3 {
  font-size: 18px;
  line-height: 28px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 22px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

p {
  font-size: 14px;
}

/**
 * @file
 * Base theme styles
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}
html body {
  overflow: hidden;
  position: relative;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  background-color: #F5F7FA;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.card-box, .card-body {
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 14px;
}
@media screen and (max-width: 700px) {
  .card-box, .card-body {
    padding: 20px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  color: #0F62FE;
}

.date-picker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 11px 16px;
  width: 240px;
  height: 30px;
  border: 1px solid #718EBF;
}
.date-picker .year,
.date-picker .date-range,
.date-picker .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-picker .year {
  margin-right: 10px;
  color: #606060;
  font-size: 12px;
  border-right: #718EBF;
  position: relative;
  font-weight: 500;
}
.date-picker .year span {
  margin-right: 10px;
}
.date-picker .year::before {
  content: "";
  position: absolute;
  right: -14px;
  top: -6px;
  width: 1px;
  height: 30px;
  background-color: #718EBF;
}
.date-picker .year .arrow-down {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.date-picker .date-range {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  color: #606060;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.date-picker .date-range span {
  margin: 0 5px;
}
.date-picker .dropdown {
  margin-left: 10px;
}
.date-picker .dropdown .arrow-down {
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.color-box {
  width: 12px;
  height: 12px;
  display: block;
}

.color-box.blue {
  background-color: #275BA8;
  margin-right: 4px;
}

.color-box.orange {
  background-color: #F18121;
  margin-right: 4px;
}

.color-box.yellow {
  background-color: #FFBB38;
  margin-right: 4px;
}

.report-container {
  border: 1px solid #B1B1B1;
  padding: 17px 25px 28px 25px;
  background-color: #FFFFFF;
  border-radius: 19px;
  margin-top: 25px;
}

button {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
button:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}

.img__sm {
  display: none;
  max-width: 43px !important;
  height: 43px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.active-body .layout__container {
  max-width: 80px;
  padding: 30px 18px;
  overflow: inherit;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.active-body .layout__container .layout__menu-list .menu-item > .menu-link > .menu-text {
  display: none;
}
.active-body .layout__container .layout__menu-list .menu-item:hover .menu-link {
  position: relative;
  width: 270px;
  background-color: #FFFFFF;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #57B310;
  border: 1px solid #718EBF;
}
.active-body .layout__container .layout__menu-list .menu-item:hover .menu-link::before {
  left: -24px;
}
.active-body .layout__container .layout__menu-list .menu-item:hover .menu-link .menu-text {
  display: inline-block;
  padding-left: 25px;
}
.active-body .layout__container .layout__menu-list .menu-toggle::after {
  display: none;
}
.active-body .layout__container .img__sm {
  display: block;
}
.active-body .layout__container .img__lg {
  display: none;
}

.active-body .layout__page {
  padding-left: 8rem;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.active-body .layout__page .header {
  width: calc(100% - 80px);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.nav-link.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6; /* Makes the disabled tab look dimmed */
}

.color--green {
  color: #57B310 !important;
}

.color--active {
  color: #00B69B;
  border: 1px solid #00B69B;
}
.color--active:hover {
  background-color: #00B69B;
  color: #FFFFFF;
}

.view_button {
  color: #0F62FE;
}

.color--inactive {
  color: #FF0000;
  border: 1px solid #FF0000;
}
.color--inactive:hover {
  background-color: #FF0000;
  color: #FFFFFF;
}

.view_Download {
  color: #F18121;
}

.btn-primary {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}

.button_edit {
  font-size: 0;
  padding: 0;
  border: 0;
  position: relative;
}
.button_edit::before {
  content: "";
  background-image: url(/client/assets/images/icon/message__edit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -24px;
  left: 45px;
}

.pagination .page-item .page-link {
  font-size: 18px;
  font-weight: 500;
  color: #0F62FE;
  background-color: #FFFFFF;
  padding: 4px 12px;
  border: 1px solid #ddd;
}
.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #0F62FE;
}
.pagination .page-item.disabled .page-link {
  color: #606060;
}

.test .dropdown-menu.show {
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
}

.custom_width .dropdown-menu.show {
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  min-width: 100% !important;
}

.layout__container.phone-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 9999;
}

.close-btn {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #FF0000;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}

#remarkField, #statusField {
  font-size: 12px;
  padding-left: 11px;
  text-transform: capitalize;
}

.parsley-required {
  color: #FF0000;
}

.card {
  border: unset;
}

.text-danger {
  font-size: 1rem;
}

.form__button-group.edit__form #addMoreBtn {
  margin: 0;
}

.form__button-group.edit__form .button_add::before {
  content: "";
  top: 44px;
}

.form__button-group.edit__form .button_remove {
  margin: 0;
}

.form__button-group.edit__form .button_remove::before {
  content: "";
  top: 44px;
}

.button_download {
  border-radius: unset;
  padding: 8px 20px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .footer {
    display: none;
  }
  .accordion__content {
    display: block !important;
  }
  #block-nhcc-theme-branding {
    display: block;
  }
}
.layout__container {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 250px;
  padding: 19px 44px 50px 38px;
  border-right: 1px solid #E6EFF5;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  overflow-y: scroll;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .layout__container {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.layout__menu-logo {
  display: block;
}
.layout__menu-logo a img {
  max-width: 100%;
  width: 167px;
}
.layout__menu-button {
  position: absolute;
  font-size: 0;
  padding: 0;
  top: 100px;
  right: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.layout__menu-button::before {
  content: "\f105";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #0F62FE;
  background: transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.layout__menu-button:hover::before {
  color: #FFFFFF;
}
.layout__menu .layout__menu-button.active-menu::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.layout__menu-list {
  margin-top: 50px;
}
.layout__menu-list .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__menu-list .menu .menu-item {
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.layout__menu-list .menu .menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  cursor: pointer;
  padding: 13.5px 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: "Inter", sans-serif;
}
.layout__menu-list .menu .menu-item a:hover a {
  color: #2D60FF;
}
.layout__menu-list .menu .menu-item a:hover .menu-icon {
  -webkit-filter: invert(34%) sepia(77%) saturate(3750%) hue-rotate(217deg) brightness(102%) contrast(103%);
          filter: invert(34%) sepia(77%) saturate(3750%) hue-rotate(217deg) brightness(102%) contrast(103%);
}
.layout__menu-list .menu .menu-item .menu-icon {
  margin-right: 11px;
  width: 25px;
  height: 25px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.layout__menu-list .menu .menu-item .menu-text {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.layout__menu-list .menu .menu-item.active > a {
  color: #2D60FF;
}
.layout__menu-list .menu .menu-item.active > a::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 0;
  width: 8px;
  height: 61px;
  background-color: #2D60FF;
  border-radius: 2px;
  border: 1px solid #2D60FF;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.layout__menu-list .menu .menu-item.active .menu-icon {
  -webkit-filter: invert(34%) sepia(77%) saturate(3750%) hue-rotate(217deg) brightness(102%) contrast(103%);
          filter: invert(34%) sepia(77%) saturate(3750%) hue-rotate(217deg) brightness(102%) contrast(103%);
}
.layout__menu-list .menu-sub {
  margin-left: 36px;
  display: none;
  cursor: pointer;
}
.layout__menu-list .menu-sub .menu-item.sub-active a {
  color: #2D60FF;
}
.layout__menu-list .menu-toggle::after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 20px;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: bold;
  color: #606060;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.layout__menu-list .menu-toggle.open::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%;
  overflow: auto;
  padding: 20px;
}
.custom-modal::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}

.custom-modal-content {
  background-color: #fefefe;
  padding: 10px;
  border: 1px solid #888;
}

.custom-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.custom-modal-close {
  color: #aaa;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 55%;
  height: 100%;
  overflow-x: auto;
  overflow-y: auto;
  outline: 0;
}

.custom-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

.custom-modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.custom-modal-content {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1600px) {
  .custom-modal-content {
    max-width: 100%;
  }
}

.active__modal .footer {
  left: 50%;
}

.modal-controls button {
  font-size: 0;
  padding: 0;
  border: none;
  background: unset;
  padding-right: 30px;
}
.modal-controls button::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}
.modal-controls button:hover {
  background-color: unset;
}
.modal-controls button:not(.btn-check) + .btn:active {
  background-color: unset;
  color: unset;
  border-color: unset;
}
.modal-controls .zoom__in::before {
  content: "";
  background-image: url(../images/icon/search-zoom-in.svg);
}
.modal-controls .zoom__out::before {
  content: "";
  background-image: url(../images/icon/search-zoom-out.svg);
}
.modal-controls .zoom__rotate::before {
  content: "";
  background-image: url(../images/icon/Rotate.svg);
}
.modal-controls .zoom__reset::before {
  content: "";
  background-image: url(../images/icon/Reload.svg);
}

.custom-modal-body {
  overflow: hidden;
}

.active__modal .swal2-container.swal2-center.swal2-backdrop-show {
  width: 45%;
  left: 55%;
}

.active__modal #nav-tabContent .row > div {
  width: 100%;
}

.active__modal .row > div {
  width: 100%;
}

.layout__page {
  padding-left: 25rem;
  padding-top: 87px;
}
@media screen and (max-width: 700px) {
  .layout__page {
    padding-left: 0;
    padding-top: 70px;
  }
}
.layout__page-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__page-inner {
  padding-bottom: 15px;
  border-bottom: 1px solid #E6EFF5;
}
@media screen and (max-width: 700px) {
  .layout__page-inner {
    padding-bottom: 8px;
  }
}
.layout .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding-top: 19px;
  padding-bottom: 18px;
  background-color: #FFFFFF;
  margin-left: auto;
  width: calc(100% - 250px);
  padding-right: 7rem;
  z-index: 99;
}
@media screen and (max-width: 700px) {
  .layout .header {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
  }
}
.layout .header__logo img {
  max-width: 100%;
  width: 130px;
}
.layout .header__search .input-box {
  text-align: center;
  position: relative;
}
.layout .header__search .input-box .button_search {
  font-size: 0;
  border: inherit;
  padding: 0;
  position: absolute;
}
.layout .header__search .input-box .button_search::before {
  content: "";
  background-image: url("../images/icon/search-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.layout .header__search .input-box .button_search.active::before {
  content: "";
  background-image: url("../images/icon/plus--icon.svg");
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.layout .header__search .input-box input {
  padding: 15px 32px;
  border-radius: 40px;
  border: 1px solid #F5F7FA;
  min-width: 255px;
  color: #8BA3CB;
  font-size: 15px;
  background-color: #F5F7FA;
  font-size: "Inter", sans-serif;
  font-weight: 300;
}
.layout .header__profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: end;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout .header__profile .title h5 {
  text-transform: capitalize;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .layout .header__profile .title h5 {
    font-size: 12px;
    line-height: 16px;
    display: none;
  }
}
.layout .header__profile .title h6 {
  text-transform: capitalize;
  color: #000000;
  white-space: nowrap;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .layout .header__profile .title h6 {
    font-size: 9px;
    line-height: 1.3;
    display: none;
  }
}
.layout .header__profile .icon {
  padding-left: 13px;
}
@media screen and (max-width: 700px) {
  .layout .header__profile .icon {
    padding-left: 5px;
  }
}
@media screen and (max-width: 700px) {
  .layout .header__profile .icon img {
    width: 30px;
    height: 30px;
  }
}
.layout .header__profile .icon ul li {
  border-bottom: 1px solid #ddd;
}
.layout .header__profile .icon ul li:last-child {
  border-bottom: unset;
}
.layout__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 36px 60px 90px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 700px) {
  .layout__wrapper {
    padding: 25px 20px 85px 20px;
  }
}
.layout__wrapper h1 {
  margin-bottom: 16px;
}

.body-overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.67);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.body-overflow.active {
  opacity: 1;
  display: block;
}

.custom-gap {
  row-gap: 40px;
  max-width: 1050px;
  margin-top: 30px;
}
@media screen and (max-width: 700px) {
  .custom-gap {
    row-gap: 20px;
    max-width: 100%;
    margin-top: 15px;
  }
}

.column-box {
  background-color: #eef4ff;
  padding: 16px 16px 18px 16px;
  border-radius: 16px;
  width: 100%;
  margin: 0px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 54px rgba(0, 0, 0, 0.05);
  max-width: 262px;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .column-box {
    margin: 0px;
    margin: 0 8px;
  }
}
.column-box:first-child {
  margin-left: 0;
}
@media screen and (max-width: 700px) {
  .column-box:first-child {
    margin: 0 8px;
  }
}
.column-box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 700px) {
  .column-box {
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .column-box {
    width: calc(33.33% - 30px);
  }
}
.column-box__inner h5 {
  color: #202224;
  font-weight: 400;
  margin-bottom: 10px;
}
.column-box__inner-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.column-box__inner-count .icon img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 700px) {
  .column-box__inner-count .icon img {
    width: 30px;
    height: 30px;
  }
}
.column-box__inner .heading {
  font-size: 28px;
  color: #202224;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .column-box__inner .heading {
    font-size: 16px;
  }
}
.column-box__inner-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.column-box__inner-subtitle span {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #606060;
  line-height: 22px;
}
@media screen and (max-width: 700px) {
  .column-box__inner-subtitle span {
    font-size: 12px;
  }
}
.column-box__inner .dicrese-img-red {
  color: #f93c65;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  font-weight: 500;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-box__inner .dicrese-img-red span {
  color: #f93c65;
}
.column-box__inner .dicrese-img-red img {
  margin-right: 10px;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 700px) {
  .column-box__inner .dicrese-img-red img {
    width: 24px;
    height: 24px;
  }
}
.column-box__inner .increse-img-green {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  font-weight: 500;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #00B69B;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-box__inner .increse-img-green span {
  color: #00B69B;
}
.column-box__inner .increse-img-green img {
  margin-right: 10px;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 700px) {
  .column-box__inner .increse-img-green img {
    width: 24px;
    height: 24px;
  }
}

table th {
  white-space: nowrap;
}

.document-type,
.document-status {
  padding: 5px !important;
  min-width: 150px;
}

.owner__details-new,
.form-custom-rows {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
  margin-bottom: 30px !important;
}
.owner__details-new .form-check,
.form-custom-rows .form-check {
  padding: 1.5em !important;
}
.owner__details-new .card,
.form-custom-rows .card {
  /* background-color: #f5f7fa; */
  border: 1px dashed #ddd;
  margin-bottom: 20px;
}
.owner__details-new .card .card-body,
.form-custom-rows .card .card-body {
  padding: 16px;
  background-color: #f5f7fa;
  border-radius: unset;
}
.owner__details-new .card table,
.form-custom-rows .card table {
  margin: 0;
  background-color: #f5f7fa;
}
.owner__details-new .card table th,
.owner__details-new .card table td,
.form-custom-rows .card table th,
.form-custom-rows .card table td {
  font-size: 12px;
  padding: 12px;
}
.owner__details-new .card table th p,
.owner__details-new .card table td p,
.form-custom-rows .card table th p,
.form-custom-rows .card table td p {
  font-size: 12px;
  margin-bottom: 0;
}
.owner__details-new .card table th,
.form-custom-rows .card table th {
  background-color: #7793c9;
  color: #fff;
  font-weight: 600;
}

.user-document__popup__inner .lightgallery iframe {
  width: 350px;
  height: 300px;
}

.user__document nav .user-document__upload {
  border: 2px dotted #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 12px;
  border-radius: 4px;
}

.document__button button {
  margin-right: 12px;
  text-transform: capitalize;
}

.document__button button:last-child {
  margin-right: 0;
}

.btn-info {
  background-color: #0F62FE;
  color: #FFFFFF;
  border: 1px solid #0F62FE;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.user__document nav {
  margin-top: 20px;
  padding: 11px 11px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
}

.button_edit.ownerEdit-btn::before {
  content: "";
  left: 0;
  top: -18px;
  right: 0;
  margin: auto;
}

.lightgallery {
  position: relative;
}

.user-docuemnt-lightgallery a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modal-open .layout__container {
  z-index: 1;
}

.active__modal iframe {
  border: 0;
  height: 100vh;
}

.report-chart-wrapper {
  position: relative;
  width: 100%;
  max-width: 693px;
  margin-right: auto;
  background-color: #FFFFFF;
  padding: 29px 46px 19px 27px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}
.report-chart__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.report-chart__inner .chart-container {
  margin-right: 30px;
}
.report-chart__inner .chart-content .date-picker {
  margin-bottom: 5px;
}
.report-chart__inner .chart-content .button-report {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.report-chart__inner .chart-content .button-report:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}

.graph-report h3 {
  margin: 16px 0;
}
.graph-report__container {
  background-color: #FFFFFF;
  padding: 30px 79px 26px 30px;
  border-radius: 25px;
  max-width: 1050px;
  width: 100%;
}
.graph-report_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 20px;
}
.graph-report_button .button-report {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-right: 20px;
}
.graph-report_button .button-report:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}

.breadcrumb {
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .breadcrumb {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.breadcrumb .breadcrumb-item a {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .breadcrumb .breadcrumb-item a {
    font-size: 10px;
    line-height: 16px;
  }
}
.breadcrumb .breadcrumb-item.active {
  font-size: 14px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #8A8787;
}
@media screen and (max-width: 700px) {
  .breadcrumb .breadcrumb-item.active {
    font-size: 10px;
    line-height: 16px;
  }
}

.user-main__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 16px;
}
.user-main__inner-createbulk {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-right: 25px;
}
.user-main__inner-createbulk:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}
.user-main__inner-create {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.user-main__inner-create:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}
.user-main .table {
  margin-top: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 17px 23px;
}
.user-main table th, .user-main table td {
  padding: 18px 8px 18px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
}
.user-main table th {
  color: #718EBF !important;
  white-space: nowrap;
}
.user-main .button_active {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #00B69B;
  border: 1px solid #00B69B;
}
.user-main .button_active:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}
.user-main .button_active:hover {
  background-color: #00B69B;
  color: #FFFFFF;
}
.user-main .table tr:last-child td {
  border-bottom: none;
}
.user-main .button_inactive {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.user-main .button_inactive:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}
.user-main .button_inactive:hover {
  background-color: #FF0000;
  color: #FFFFFF;
}
.user-main .button_view {
  background-color: #FFFFFF;
  padding: 8px 32px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.user-main .button_view:hover {
  color: #0F62FE;
  border: 1px solid #0F62FE;
}
.user-main .button-view {
  font-size: 0;
  padding: 0;
  border: unset;
  position: relative;
}
.user-main .button-view::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/client/assets/images/icon/view_df.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: contain;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  position: absolute;
  top: -24px;
  left: 28px;
}

.active__modal .layout__container {
  z-index: 999 !important;
}

.form__title h4 {
  padding-bottom: 14px;
  border-bottom: 1px solid #f2f4f7;
  margin-bottom: 8px;
}
.form__gap {
  row-gap: 19px;
}
.form__group .form-label {
  font-size: 14px;
  color: #606060;
  font-weight: 500;
  margin-bottom: 13px;
  /* &::after{
    content: "*";
    color: $color-red;
    padding-left: 5px;
  } */
}
@media screen and (max-width: 700px) {
  .form__group .form-label {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.form__group .form-control,
.form__group .form-select {
  border: 1px solid #0F62FE;
  padding: 12px 20px;
  background-color: #f5f6fa;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  max-width: calc(100% - 15px);
}
@media screen and (max-width: 700px) {
  .form__group .form-control,
.form__group .form-select {
    max-width: 100%;
    padding: 12px;
  }
}
.form .number-input {
  position: relative;
}
.form .number-input .number span {
  position: absolute;
  left: 0;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  padding: 10px 12px;
  border: 1px solid #0F62FE;
  border-right: 1px solid #d5d5d5;
  background-color: #f5f6fa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media screen and (max-width: 700px) {
  .form .number-input .number span {
    padding: 12px;
  }
}
.form .number-input .form-control {
  padding-left: 80px;
}
.form__file .form-control {
  max-width: 100%;
}
.form-check {
  position: relative;
  display: inline-block;
  padding: 0;
  /*  &-input{
     display: none;

   } */
}
.form-check-label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  display: inline-block;
  line-height: 16px;
  color: #000000;
  /*  width: 16px;
   height: 16px;
   background-color: #B1B1B1;
   border-radius: 50%;
   position: relative; */
  cursor: pointer;
  /*  span {
     padding-left: 25px;
   } */
  /*  &::before {
     content: '';
     display: block;
     width: 8px; 
     height: 8px;
     background-color: $color-white; 
     border-radius: 50%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transition: background-color 0.3s;
   } */
}
.form__button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.form__button-group button {
  font-size: 0;
  border: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 41px;
  margin-left: 32px;
  margin-right: 58px;
}
.form__waraper .form-check {
  padding-left: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .form__waraper .form-check {
    width: 33%;
  }
}
.form__radios .form-check span {
  line-height: 23px;
  display: block;
}

.error {
  font-size: 10px;
  margin-top: 2px;
}

.form-label, label {
  font-size: 12px;
  color: #606060;
  font-weight: 500;
  margin-bottom: 13px;
}
@media screen and (max-width: 700px) {
  .form-label, label {
    font-size: 12px;
    margin-bottom: 7px;
  }
}

.form-control, .form-select, input, .dataTables_wrapper .dataTables_filter input {
  border: 1px solid #0F62FE;
  padding: 12px 20px;
  background-color: #f5f6fa;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border-radius: 4px;
  max-width: calc(100% - 15px);
}
@media screen and (max-width: 700px) {
  .form-control, .form-select, input, .dataTables_wrapper .dataTables_filter input {
    max-width: 100%;
    padding: 12px;
  }
}

.button_add {
  font-size: 0;
  border: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
}
.button_add::before {
  content: "";
  background-image: url("/client/assets/images/icon/plus.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.button_remove {
  font-size: 0;
  border: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.button_remove::before {
  content: "";
  background-image: url("/client/assets/images/icon/remove.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.toggle-pass {
  position: relative;
}

.toggle-icon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

span.toggle-icon::before {
  content: "\f06e";
  position: absolute;
  font-family: "FontAwesome";
  right: 20px;
  top: 6px;
  font-size: 20px;
  color: #0F62FE;
}

.toggle-icon.toggle-active::before {
  content: "\f070";
}

.form-check-input[type=radio] {
  max-width: 100%;
  border-radius: 100% !important;
}

.custom-table {
  border-radius: unset;
}

.btn_custom-space {
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .btn_custom-space {
    margin-right: 0;
  }
}

.form-check-input[type=radio]:checked {
  background-color: #fff;
  border-color: #123288;
}

.form-check-input[type=radio] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  border: 4px solid #B1B1B1;
  padding: 2px !important;
  width: 16px;
  height: 16px;
}

.form-check-input[type=radio]:focus {
  border-color: #123288;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.form-check {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}

.user-document__popup__inner .lightgallery {
  position: relative;
}
.user-document__popup__inner a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.user-document__popup__inner .modal {
  width: 50%;
}
.user-document__popup__inner .modal-dialog {
  margin: auto;
}

.active__modal main.main {
  padding-left: 55%;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.active__modal .layout__container {
  left: 50%;
  z-index: 1;
}

.active__modal .modal-backdrop.fade.show {
  width: 50%;
  margin-left: auto;
}

.tab-content.user-application.Verification_content {
  width: 100%;
}
.tab-content.user-application.Verification_content .tab__content__left {
  margin-top: 0;
}

.active__modal iframe#modalIframe {
  height: 100vh;
}

.active__modal header.header {
  width: 50%;
}

.active__modal .layout__container {
  left: 55%;
  display: none;
}

.active__modal .user-document .modal-dialog.modal-lg {
  height: 100vh;
}

.active__modal .user-document .modal-content {
  height: 100vh;
}

.active__modal .user-document iframe#modalIframe {
  height: 100vh;
}

.active__modal .user-document {
  width: 100%;
}

.active__modal .tab-content.user-application {
  width: 100%;
  margin-top: 30px;
}

.active__modal .user-document-lightgallery a::before {
  pointer-events: none;
}

.active__modal .user-document-lightgallery a iframe {
  width: 100%;
}

.active__modal.active-body .header {
  width: 45%;
  padding-left: 3rem;
}

.active__modal .layout__wrapper {
  padding: 30px 30px 90px 30px;
}

.active__modal .layout__menu-list .menu .menu-item.active > a::before {
  left: -17px;
}

.user-document__popup__inner .lightgallery iframe {
  width: 100%;
}

.active-body .layout .header {
  padding-right: 3rem;
}
.active-body .user-document {
  display: none;
}
.active-body .header .layout__page-wrapper > div:first-child {
  display: none;
}
.active-body .header .header__logo {
  display: block;
}

.header__logo {
  display: none;
}

.requied {
  position: relative;
}

.requied::before {
  content: "*";
  color: red;
}

.form__div h3 {
  margin-bottom: 25px !important;
}

.active__modal #ownerEditModel {
  width: 45%;
  left: 55%;
}

.active__modal #transactionMadal, .active__modal #titleChainEditModel {
  width: 45%;
  left: 55%;
}

.active__modal #securityMadal {
  width: 45%;
  left: 55%;
}

.active__modal #securityCreationEditModel {
  width: 45%;
  left: 55%;
}

.active__modal .modal-backdrop.fade.show {
  width: 45%;
  margin-left: auto;
  left: 55%;
}

.active__modal .modal-backdrop.fade.show .active__modal .swal2-container.swal2-center.swal2-backdrop-show {
  width: 55%;
  margin-left: 55%;
}

@media screen and (min-width: 700px) {
  .active__modal .modal-lg, .modal-xl {
    --bs-modal-width: 600px;
  }
}

label.form-check-label.custom__label {
  line-height: 22px;
}

.status__wrraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status__wrraper #statusField {
  padding-left: 30px;
  position: relative;
}
.status__wrraper #statusField::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
  top: 6px;
  left: 14px;
}

.remarks__tab {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.remarks__wrraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.remarks__wrraper #remarkField {
  padding-left: 30px;
}

.cart__wrapper.property__detail {
  border: 1px solid #ddd;
}

.button__bottom {
  margin-top: 30px;
  text-align: end;
}
.button__bottom--perv {
  border-radius: unset;
  padding: 8px 12px;
  margin-right: 15px;
}
.button__bottom--next {
  border-radius: unset;
  padding: 8px 12px;
}

.active__modal .user-document-lightgallery {
  display: none;
}

.active-body .layout__page {
  padding-left: 0;
}

.layout__tabs .nav-pills {
  background-color: #FFFFFF;
  margin-bottom: 30px !important;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-y: auto;
}
.layout__tabs .nav-pills .complete-tab .nav-link {
  background-color: #0F62FE !important;
}
.layout__tabs .nav-pills .nav-item {
  margin-right: 65px;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  max-width: 300px;
}
@media screen and (max-width: 700px) {
  .layout__tabs .nav-pills .nav-item {
    margin-right: 25px;
  }
}
.layout__tabs .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.layout__tabs .nav-pills .nav-item:last-child .nav-link::before {
  display: none;
}
.layout__tabs .nav-pills .nav-item .nav-link {
  padding: 10px 10px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  border-radius: inherit;
  font-weight: 500;
  background-color: #b1b1b1;
  color: #FFFFFF;
  text-transform: capitalize;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .layout__tabs .nav-pills .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 10px;
    white-space: nowrap;
  }
}
.layout__tabs .nav-pills .nav-item .nav-link::before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  font-family: "FontAwesome";
  color: #565656;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 700px) {
  .layout__tabs .nav-pills .nav-item .nav-link::before {
    font-size: 20px;
    right: -15px;
  }
}
.layout__tabs .nav-pills .nav-item .nav-link.active {
  background-color: #1b88c7;
}
.layout__tabs .nav-pills .nav-item .nav-link.active::before {
  color: #1b88c7;
}

.tab__content__wrapper .nav-tabs .nav-item {
  margin-right: 40px;
}
.tab__content__wrapper .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.tab__content__wrapper .nav-tabs .nav-item .nav-link {
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 500;
  border: unset;
  background: unset;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  color: #718EBF;
  position: relative;
}
.tab__content__wrapper .nav-tabs .nav-item .nav-link.active {
  color: #0F62FE;
}
.tab__content__wrapper .nav-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #1814F3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.tab__content__left {
  padding: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 19px;
  margin-top: 36px;
}
.tab__content__left .ongoing-btn {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border: 1px solid #16dbaa;
  color: #000000;
}
.tab__content__left .ongoing-btn:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}
.tab__content__left .ongoing-btn:hover {
  background: #16dbaa;
  color: #FFFFFF;
}
@media screen and (max-width: 700px) {
  .tab__content__left {
    padding: 12px;
  }
}
.tab__content__left .table td {
  font-size: 16px;
  color: #000000;
  /* padding: 6px 10px; */
  padding: 14px 9px 14px 9px;
  font-family: "Inter", sans-serif;
}
.tab__content__left .table th {
  padding: 14px 9px 14px 9px;
  color: #718ebf;
}
.tab__content__right {
  max-width: 300px;
  margin: auto;
  margin-top: 36px;
}
.tab__content__status {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  border: 1px solid #FFBB38;
  padding: 10px 30px 10px 17px;
}
.tab__content__status span {
  color: #F18121;
  font-weight: 500;
  padding-left: 5px;
}
.tab__content__download {
  text-align: end;
  margin-top: 20px;
}
.tab__content__download a {
  padding: 12px 20px 12px 20px;
  color: #FFFFFF;
  background-color: #F18121;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.custom__table {
  margin-top: 30px;
}
.custom__table table th {
  color: #718ebf;
  padding: 14px 9px 14px 9px !important;
}
.custom__table .table {
  margin-top: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 17px 23px;
}
.custom__table table th,
.custom__table table td {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  padding: 18px 8px 18px 8px;
  font-weight: 400;
  color: #232323;
}
.custom__table table th {
  color: #718EBF !important;
  white-space: nowrap;
  font-weight: 500;
}
.custom__table .button_active {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #00B69B;
  border: 1px solid #00B69B;
}
.custom__table .button_active:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}
.custom__table .button_active:hover {
  background-color: #00B69B;
  color: #FFFFFF;
}
.custom__table .table tr:last-child td {
  border-bottom: none;
}
.custom__table .button_inactive {
  background-color: #FFFFFF;
  padding: 6px 13px;
  color: #979797;
  border: 1px solid #1814F3;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #FF0000;
  border: 1px solid #FF0000;
}
.custom__table .button_inactive:hover {
  color: #FFFFFF;
  background-color: #1814F3;
}
.custom__table .button_inactive:hover {
  background-color: #FF0000;
  color: #FFFFFF;
}
.custom__table .button_view {
  background-color: #FFFFFF;
  padding: 8px 32px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 100px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.custom__table .button_view:hover {
  color: #0F62FE;
  border: 1px solid #0F62FE;
}

table th,
table td {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  padding: 14px 9px 14px 9px;
  font-weight: 400;
  color: #232323;
}

.table {
  margin-top: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 17px 23px;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: unset;
}

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

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10p;
  padding: 10px 18px;
}

#myTable {
  padding: 0;
}

.fw-medium.text-muted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.user-document {
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.user-document nav {
  margin: 20px 0;
}
@media screen and (max-width: 700px) {
  .user-document {
    position: relative;
  }
}

.active__modal .user-document {
  position: relative;
}

.pdf__tabs .nav-tabs {
  margin-bottom: 20px !important;
}
.pdf__tabs .nav-tabs .nav-link {
  color: #0F62FE;
  margin-right: 5px;
  white-space: nowrap;
}
.pdf__tabs .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.pdf__tabs .nav-tabs .nav-link.active {
  color: #FFFFFF;
}
.pdf__tabs .user-document__upload {
  border: 2px dotted #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 4px;
}

@media screen and (min-width: 700px) {
  .rowgap__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .tab-content.user-application {
    width: calc(66.66% - 20px);
  }
}
.action__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.action__tab #titleChainEdit-btn {
  margin-right: 5px;
}

.document-option {
  padding: 5px !important;
  min-width: 150px;
}

.action__tab button {
  font-size: 0;
  padding: 0;
  border: 0;
  background-color: unset;
}
.action__tab button:hover {
  background-color: unset;
}
.action__tab #titleChainEdit-btn::before {
  content: "";
  background-image: url(/client/assets/images/icon/message__edit.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.action__tab .btn.btn-danger.btn-sm.mt-2 {
  content: "";
  background-image: url(/client/assets/images/icon/delete-icon.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.action__secuity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.action__secuity button {
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: unset;
}
.action__secuity button:hover {
  background-color: unset;
}
.action__secuity button:focus-visible {
  background-color: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.action__secuity .update-edits {
  margin-right: 5px;
}
.action__secuity .update-edits::before {
  content: "";
  background-image: url(/client/assets/images/icon/message__edit.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.action__secuity .update-document {
  margin-right: 5px;
}
.action__secuity .update-document::before {
  content: "";
  background-image: url(/client/assets/images/icon/Update.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.delett_tab .btn-danger {
  font-size: 0;
  padding: 0;
  border: 0;
  position: relative;
  background-color: unset;
}
.delett_tab .btn-danger::before {
  content: "";
  background-image: url(/client/assets/images/icon/delete-icon.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #1814F3;
}
.timeline .timeline-item.completed .timeline-icon::before {
  content: "";
  background-image: url("../images/icon/check.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.timeline .timeline-item {
  text-align: center;
  width: 100px;
  position: relative;
}
.timeline .timeline-item .timeline-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #A4A4A4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin: 0 auto 10px;
  font-size: 20px;
}
.timeline .timeline-item .timeline-icon.pulse {
  background: -o-radial-gradient(center, circle, #1814F3 0%, #1814F3 50%, transparent 70%);
  background: radial-gradient(circle at center, #1814F3 0%, #1814F3 50%, transparent 70%);
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
}
.timeline .timeline-item.active .timeline-icon, .timeline .timeline-item.completed .timeline-icon {
  background-color: #1814F3;
}
.timeline .timeline-item.completed .checkmark {
  font-size: 18px;
}
.timeline .timeline-item .timeline-title {
  font-size: 14px;
  color: #000000;
  margin-top: 11px;
}
.timeline .timeline-item .timeline-date {
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
}
.timeline .timeline-item .timeline-date.highlight {
  color: #000;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(39, 26, 141, 0.6);
            box-shadow: 0 0 0 0 rgba(39, 26, 141, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(39, 26, 141, 0);
            box-shadow: 0 0 0 20px rgba(39, 26, 141, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(39, 26, 141, 0.6);
            box-shadow: 0 0 0 0 rgba(39, 26, 141, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(39, 26, 141, 0);
            box-shadow: 0 0 0 20px rgba(39, 26, 141, 0);
  }
}
.case__progres .title {
  margin-top: 24px;
}

.loginpage {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginpage__overlay {
  background-image: url(../images/login-page-image-min.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.loginpage__wrapper {
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .loginpage__wrapper {
    padding: 60px 0;
  }
}
.loginpage__wrapper-card {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 3px -4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 3px -4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 29px;
}
@media screen and (min-width: 1025px) {
  .loginpage__wrapper-card {
    padding: 50px;
  }
}
.loginpage__wrapper-card-row--title h3 {
  color: #225199;
  font-weight: 600;
}
.loginpage__wrapper-card-row--title p {
  margin-bottom: 25px;
}
.loginpage__wrapper-card .form__group input {
  max-width: 100%;
}
.loginpage__wrapper .logo {
  margin-bottom: 33px;
}
.loginpage__wrapper .logo img {
  width: 100%;
  max-width: 200px;
}
.loginpage .sign-in_button {
  width: 100%;
  background-color: #0F62FE;
  padding: 14px 40px;
  color: #FFFFFF;
  border: 1px solid #0F62FE;
  border-radius: 100px;
  font-size: 12px;
}

.footer {
  bottom: 0;
  padding: 2rem 1.5rem;
  position: absolute;
  right: 0;
  color: #202224;
  left: 250px;
  height: 60px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 700px) {
  .footer {
    left: 0;
  }
}
.footer p {
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  .footer p {
    font-size: 10px;
  }
}

.active-body .footer {
  left: 55% !important;
}

.scrolltop {
  background-color: #1814F3;
  color: #fff;
  position: fixed;
  bottom: 20px;
  inset-inline-end: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 10000;
  height: 3.5rem;
  display: none;
  width: 3.5rem;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  border-radius: 4px;
  -webkit-box-shadow: rgba(100, 100, 110, 0.2) 0 0.438rem 1.813rem 0;
          box-shadow: rgba(100, 100, 110, 0.2) 0 0.438rem 1.813rem 0;
  cursor: pointer;
}
.scrolltop::after {
  content: "";
  background-image: url(/client/assets/images/icon/right-arrow-svgrepo-com.svg);
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 10px;
  top: 10px;
}

.scrolltop.show {
  display: block;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: none;
}
@media screen and (max-width: 700px) {
  .hamburger {
    display: block;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 700px) {
  .hamburger-box {
    height: 20px;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.loginpage {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.loginpage__overlay {
  background-image: url(../images/login-page-image-min.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.loginpage__wrapper {
  padding: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .loginpage__wrapper {
    padding: 60px 0;
  }
}
.loginpage__wrapper-card {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 3px -4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 3px -4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 29px;
}
@media screen and (min-width: 1025px) {
  .loginpage__wrapper-card {
    padding: 50px;
  }
}
.loginpage__wrapper-card-row--title h3 {
  color: #225199;
  font-weight: 600;
}
.loginpage__wrapper-card-row--title p {
  margin-bottom: 25px;
}
.loginpage__wrapper-card .form__group input {
  max-width: 100%;
}
.loginpage__wrapper .logo {
  margin-bottom: 33px;
}
.loginpage__wrapper .logo img {
  width: 100%;
  max-width: 200px;
}
.loginpage .sign-in_button {
  width: 100%;
  background-color: #0F62FE;
  padding: 14px 40px;
  color: #FFFFFF;
  border: 1px solid #0F62FE;
  border-radius: 100px;
  font-size: 12px;
}