@import url("https://fonts.googleapis.com/css2?family=mukta:wght@200;300;500;600;700;800&display=swap");
:root {
  --size: 50px;
  --primary-color-white: rgb(115, 118, 142);
  --dolos-primary-light: rgb(35, 40, 82);
  --dolos-primary-light-bg: rgb(211, 215, 255);
  --dolos-primary: #0052cc;
  --dolos-primary-text: #174ea6;
}

::-webkit-scrollbar {
  width: 2px !important;
  height: 5px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

body {
  font-family: "mukta", sans-serif;
  color: #494747;
  background-color: #f8f9fb;
  font-size: 0.9rem;
}

.cs-text-primary {
  color: var(--dolos-primary) !important;
}

.cursor-pointer {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.fw-bold {
  font-weight: 600 !important;
}

.modal-header {
  padding: 0.6rem 1rem;
}
.modal-header .modal-title {
  text-transform: uppercase;
  font-size: 0.9rem;
}

aside {
  width: 16rem;
  height: 100vh;
}

.bg-primary {
  background-color: var(--dolos-primary) !important;
}

.btn-primary {
  background-color: var(--dolos-primary) !important;
  color: #fff !important;
}

.btn-outline-primary {
  color: #0052cc;
  border-color: #0052cc;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #495057;
  background-color: #f0f0f2;
  border-color: #f0f0f2;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
}

.btn-sm {
  font-size: 0.775rem !important;
  padding: 0.45rem 0.5rem;
}

.m-left {
  margin-left: 16.25rem;
  width: calc(100% - 16.25rem) !important;
}
.m-left.sidebar-small {
  margin-left: 3.5rem;
  width: calc(100% - 3.5rem) !important;
}

.fw-bold-100 {
  font-weight: 100;
}

.fw-bold-200 {
  font-weight: 200;
}

.fw-bold-300 {
  font-weight: 300;
}

.fw-bold-400 {
  font-weight: normal;
}

.fw-bold-500 {
  font-weight: 500;
}

.fw-bold-600 {
  font-weight: 600;
}

.fw-bold-700 {
  font-weight: 700;
}

.fw-bold-800 {
  font-weight: 800;
}

.fw-bold-900 {
  font-weight: 900;
}

.fs-7 {
  font-size: 0.85rem;
}

.auth-content {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 996px) {
  .auth-content {
    width: 40%;
  }
}

.card {
  border: 1px solid #ededed;
  box-shadow: 0 0.025rem 0rem 0px rgba(0, 0, 0, 0.075) !important;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid #e2e2e2 !important;
}
.card .card-header {
  background: rgba(0, 82, 204, 0.1294117647) !important;
  color: #094eb4;
  border-bottom: 0;
  padding: 0.8rem;
  font-size: 0.85rem;
}
.card .card-body {
  padding: 0.8rem 0.9rem;
}
.card .card-footer {
  padding: 0.8rem;
}

.title {
  font-size: 0.8rem;
}

.completed,
.incompleted {
  position: relative;
}
.completed::after,
.incompleted::after {
  content: "\f26a";
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 14.5px;
  color: green;
  font-size: 0.8rem;
}

.incompleted::after {
  content: "\f332";
  color: red;
}

.t-ggle {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -46px;
  top: 6px;
  line-height: 1;
}
.t-ggle i {
  font-size: 1.2rem;
}

.navbar-vertical-container {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.navbar-vertical-fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 16.25rem;
  background: #fff;
}
.navbar-vertical-fixed .navbar-vertical-container {
  max-height: 100%;
}
.navbar-vertical-fixed .navbar-vertical-footer-offset {
  height: 100%;
  padding-bottom: 4.25rem;
}
.navbar-vertical-fixed .nav-vertical.nav-tabs .nav-link {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 0.1875rem solid transparent;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-vertical-fixed .navbar-vertical-content {
  height: calc(100% - 3.875rem);
  overflow-y: auto;
  padding: 0 10px;
}
.navbar-vertical-fixed .navbar-vertical-content .nav-tabs {
  border: none;
}
.navbar-vertical-fixed .navbar-vertical-content .nav-link {
  color: #494747;
  border-left: 4px solid transparent;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 0.7rem 1rem;
}
.navbar-vertical-fixed .navbar-vertical-content .nav-link:hover {
  background: rgba(80, 80, 80, 0.05);
  color: #3a3b3c;
  border-radius: 4px !important;
}
.navbar-vertical-fixed .navbar-vertical-content .nav-collapse {
  position: relative;
  margin: 0 10px;
  margin-bottom: 6px;
}

.nav-icon {
  margin-right: 8px;
}

.navbar-nav .nav-link {
  font-size: 0.8rem;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-menu {
  overflow: hidden;
  min-width: 200px;
}
.navbar-nav .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: var(--dolos-primary);
}
.navbar-nav .form-select:focus {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .navbar-collapse {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border: 1px solid #eeebeb;
    border-radius: 8px;
    background: #2068c3;
  }
  .navbar-collapse .navbar-nav .nav-link {
    color: #fff !important;
  }
  .navbar-collapse .navbar-nav .form-select option {
    font-size: 8px;
  }
}
.dropdown-item {
  font-size: 0.8rem;
  padding: 14px;
}

.navbar-vertical-fixed .dropdown-toggle.active {
  background: transparent;
}
.navbar-vertical-fixed .dropdown-toggle::after {
  float: right;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem 1rem;
  content: "";
  transition: 0.3s;
}

.nav-item {
  display: flex;
  flex-flow: column;
  flex: 1;
  overflow: hidden;
  margin-bottom: 2px;
}
.nav-item.active > .nav-link {
  background: var(--dolos-primary);
  color: #fff;
  border-radius: 4px;
}
.nav-item > .nav-link.dropdown-toggle::after {
  margin-left: auto;
  float: right;
  content: "\f282";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
.nav-item > .nav-link.dropdown-toggle[aria-expanded=true] {
  background-color: var(--dolos-primary);
  color: #fff;
  margin-bottom: 4px;
}
.nav-item > .nav-link[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

.show > .nav-link.active {
  background: #e6effc !important;
  color: #0052cc !important;
  border-radius: 4px !important;
}
.show > .nav-link.dropdown-toggle::after {
  margin-left: auto;
  display: inline-block;
  content: "\f282";
  height: 1rem;
  width: 1rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
.show > .nav-link.dropdown-toggle::after {
  transform: rotate(-180deg);
}

.vertical-navigation.sm-menu-vr .nav-item {
  margin: auto;
  padding-bottom: 0;
}
.vertical-navigation .nav-link {
  color: var(--dolos--dark-text-color);
  border-left: 4px solid transparent;
  font-size: 0.8rem;
  padding: 0.5rem 0.8rem;
}
.vertical-navigation .nav-link.active, .vertical-navigation .nav-link:hover {
  color: var(--dolos-primary-text);
  border-color: var(--dolos-primary-text);
}

.navbar-vertical-fixed {
  box-shadow: 0 -3px 5px rgba(52, 57, 63, 0.12);
}
.navbar-vertical-fixed.sidebar-small {
  width: 4rem;
}
.navbar-vertical-fixed.sidebar-small .nav-item {
  padding-bottom: 0;
}
.navbar-vertical-fixed.sidebar-small .nav-link-title {
  display: none;
}
.navbar-vertical-fixed.sidebar-small .nav-collapse {
  position: absolute;
  min-width: 16rem;
  left: 3.5rem;
  background: white;
  padding: 10px;
}
.navbar-vertical-fixed.sidebar-small .nav-icon {
  margin-right: 0px;
}
.navbar-vertical-fixed.sidebar-small .dropdown-toggle::after {
  display: none !important;
}
.navbar-vertical-fixed.sidebar-small .dropdown-header {
  display: none;
}

.form-label {
  font-size: 0.75rem;
  margin-bottom: 0.4rem;
  color: #323232;
  font-weight: 600;
}
.form-label.min-label {
  min-height: 25px;
}

.label-data {
  font-size: 0.8rem;
  color: #4e4b4b;
}

.form-control {
  font-size: 0.8rem !important;
  padding: 0.6rem 0.5rem;
}

.form-control-sm {
  font-size: 0.8rem !important;
  padding: 0.6125rem 0.6rem;
}

.form-select {
  font-size: 0.8rem;
  padding: 0.6rem 1.8rem 0.6rem 0.6rem;
}

.m-content {
  padding: 1.3rem;
}

.table {
  white-space: nowrap;
  width: 100% !important;
}
.table.table-wrap {
  white-space: revert;
}
.table tr {
  vertical-align: middle;
}
.table th {
  font-size: 12px;
  text-transform: uppercase;
}
.table td {
  font-size: 12px !important;
  line-height: 1.7;
}
.table .form-label {
  font-size: 0.7rem;
}

.table > :not(:first-child) {
  border-top: 1px solid white;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  width: 160px;
  right: 0px;
  background: white !important;
}

th.sticky-col {
  background-color: #f8f9fa !important;
}

.c-tabs-content {
  display: none;
}
.c-tabs-content.active {
  display: block;
}

.preloader {
  z-index: 999;
}
.preloader .cube-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.preloader .cube-folding {
  width: var(--size);
  height: var(--size);
  display: inline-block;
  transform: rotate(45deg);
  font-size: 0;
}
.preloader .cube-folding span {
  position: relative;
  width: calc(var(--size) / 2);
  height: calc(var(--size) / 2);
  transform: scale(1.1);
  display: inline-block;
}
.preloader .cube-folding span::before {
  content: "";
  background-color: var(--primary-color-white);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(var(--size) / 2);
  height: calc(var(--size) / 2);
  transform-origin: 100% 100%;
  animation: folding 2.5s infinite linear both;
}
.preloader .cube-folding .leaf2 {
  transform: rotateZ(90deg) scale(1.1);
}
.preloader .cube-folding .leaf2::before {
  animation-delay: 0.3s;
  background-color: rgba(var(--primary-color-white), 5%);
}
.preloader .cube-folding .leaf3 {
  transform: rotateZ(270deg) scale(1.1);
}
.preloader .cube-folding .leaf3::before {
  animation-delay: 0.9s;
  background-color: rgba(var(--primary-color-white), 5%);
}
.preloader .cube-folding .leaf4 {
  transform: rotateZ(180deg) scale(1.1);
}
.preloader .cube-folding .leaf4::before {
  animation-delay: 0.6s;
  background-color: rgba(var(--primary-color), 10%);
}
@keyframes folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.invalid-feedback {
  display: block;
}

.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon {
  top: 27px;
  font-size: 11px;
  right: -4px;
}

.fv_custom .fv-plugins-icon {
  top: 28px;
  right: 4px;
}

.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-valid .fv-plugins-icon {
  color: #0052cc;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #0052cc;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.documents .fv_custom .fv-plugins-icon {
  top: 0 !important;
  right: 0 !important;
}

.required-label:after {
  content: "*";
  color: red;
  position: relative;
  top: 0;
  margin-left: 3px;
}

.doc-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  object-fit: contain;
  background: #e9e9e9;
  margin-bottom: 10px;
  padding: 10px 0;
}

#mySuggestions {
  position: absolute;
  width: 98%;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  z-index: 99;
  top: 70px;
  left: 12px;
}
#mySuggestions > div {
  padding: 8px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#mySuggestions > div:hover :hover {
  background-color: #f1f1f1;
}

.select2-container--default .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 7px !important;
  font-size: 0.7rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa;
}

.sub-level {
  font-size: 11px;
  font-weight: normal;
}

.select2-dropdown .select2-results__option {
  font-size: 12px;
}

.previewdiv img,
.previewdiv object {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  object-fit: contain;
  background: #f6f6f6;
  margin-bottom: 10px;
  padding: 10px 0;
}
.previewdiv.table-obj img,
.previewdiv.table-obj object {
  height: 30px;
  background: #fff;
  padding: 0;
  margin-bottom: 0;
}
.previewdiv.table-obj i {
  font-size: 1.2rem;
}
.previewdiv.modal-preview img,
.previewdiv.modal-preview object {
  height: 400px !important;
}
.previewdiv.orgind img,
.previewdiv.orgind object {
  min-height: 410px !important;
}

.modal .nav-tabs {
  background-color: #f8f8f8;
  border-bottom: 0;
}
.modal .nav-tabs .nav-link {
  color: #3a3b3c;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
.modal .nav-tabs .nav-link.active {
  color: #0052cc !important;
  background-color: #e6effc !important;
  border: none;
  outline: none;
  border-bottom: 3px solid #0052cc;
}

.nav-pills .nav-link {
  color: var(--dolos--dark-text);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 0.5rem 0.4rem;
}
.nav-pills .nav-link.active {
  background: #e8f0fe !important;
  color: var(--dolos-primary-text);
}
.nav-pills .nav-link.active .tab-icon {
  color: var(--dolos-primary-text);
}
.nav-pills .nav-link:hover {
  background-color: #f6f6f6;
}

.tab-icon {
  margin-right: 0.5rem;
  font-size: 1.3rem;
  color: #535454;
}

.card-table .form-control,
.card-table .form-select {
  width: 225px;
}

.note ul li {
  font-size: 0.7rem;
}

#printableArea .table tr td {
  padding: 10px 5px !important;
  white-space: normal !important;
}
#printableArea .table.custom-height tr td {
  height: 70px !important;
}
#printableArea p {
  margin-bottom: 0.4rem;
}

@media print {
  .page-break {
    page-break-after: always;
  }
  .cer-title {
    color: #000 !important;
    font-size: 1rem;
  }
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 0.7rem !important;
  }
  .container {
    max-width: 100%;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .table td,
  .table th {
    padding: 10px 6px !important;
  }
  .table thead th {
    font-size: 0.7rem !important;
    color: #000 !important;
  }
  .table tbody td {
    font-size: 0.65rem;
    height: 50px;
    color: #000 !important;
    white-space: normal !important;
  }
  .table.public tr th,
  .table.public tr td {
    font-size: 0.6rem !important;
    height: 20px !important;
  }
  p {
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
  }
  .form-label {
    font-size: 0.7rem;
    margin-bottom: 0.1rem !important;
    font-weight: 500;
  }
  h6 {
    font-size: 0.8rem !important;
  }
  .print-body {
    height: 90;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
.popover.custom-popover {
  max-width: 200px;
  border: 2px solid black;
  background-color: aliceblue;
}
.popover.custom-popover .popover-body {
  padding: 8px 10px;
  font-size: 0.65rem;
  font-weight: 600;
}
.popover.custom-popover .popover-arrow::before {
  border-color: transparent;
}
.popover.custom-popover .popover-arrow::after {
  border-color: transparent;
}
.popover.custom-popover[data-popper-placement^=right] .popover-arrow::before {
  border-right-color: black;
}

#fileInput {
  display: none;
  margin-bottom: 20px;
}

.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
  font-size: 12px;
}
.file-item .file-content {
  display: flex;
}

.file-item.error {
  border-color: red;
  color: red;
}

.file-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #007bff;
  border-radius: 4px;
  margin-right: 10px;
}
.file-icon-box .file-icon {
  color: white;
  font-size: 16px;
}

.modal-backdrop {
  z-index: 1040 !important;
}

.datepicker-dropdown {
  z-index: 99999 !important;
}

.datepicker {
  position: relative;
  z-index: 1050 !important;
}

.remove-btn {
  border: none;
  background-color: transparent;
}

.step {
  position: relative;
  flex-grow: 1;
}
.step .step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #4c4e51;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 15px;
  flex-shrink: 0;
}
.step .step-label {
  font-size: 0.7rem;
  color: #757272;
  position: absolute;
  bottom: -24px;
}
.step:after {
  position: absolute;
  content: "";
  background-color: #b0b3bb;
  width: calc(100% - 30px);
  height: 3px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.step.approve:after {
  background-color: #28a745;
}
.step.approve .step-number {
  background-color: #28a745;
}
.step.respond:after {
  background-color: #efb60b;
}
.step.respond .step-number {
  background-color: #efb60b;
}
.step.issues:after {
  background-color: #e62f06;
}
.step.issues .step-number {
  background-color: #e62f06;
}
.step.request:after {
  background-color: var(--dolos-primary);
}
.step.request .step-number {
  background-color: var(--dolos-primary);
}
.step.submit:after {
  background-color: #e606b9;
}
.step.submit .step-number {
  background-color: #e606b9;
}

.step:last-child {
  flex-grow: 0;
}
.step:last-child::after {
  display: none;
}

.supported-img {
  width: 70%;
}
@media screen and (min-width: 996px) {
  .supported-img {
    width: 25%;
  }
}/*# sourceMappingURL=style.css.map */