body {
  background-color: #fff !important;
}
.page-breadcrumb .breadcrumb {
  background: unset;
}
.noble-ui-logo span {
  color: #7987a1;
}
.noble-ui-logo {
  color: #212a3a;
}
.horizontal-menu .navbar .navbar-content .navbar-brand {
  color: #212a3a;
}
.horizontal-menu .navbar .navbar-content .navbar-brand span {
  color: #7987a1;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
  color: #7987a1;
}

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

.heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #6571ff;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-title,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .link-icon,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .link-arrow {
  color: #212a3a;
  font-weight: bold;
}
.card {
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}
.card-header {
  border-radius: 15px 15px 0 0 !important;
  -webkit-border-radius: 15px 15px 0 0 !important;
  -moz-border-radius: 15px 15px 0 0 !important;
  -ms-border-radius: 15px 15px 0 0 !important;
  -o-border-radius: 15px 15px 0 0 !important;
}
.auth-page .auth-side-wrapper {
  background-image: url("../images/bg-login.png");
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}

#signatureContainer {
  width: 100%;
  max-width: 400px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  position: relative;
}

#signaturePad {
  width: 100%;
  height: auto;
}

#progres {
  transition: transform 0.3s ease, width 0.3s ease, position 0.3s ease;
}

.input-custom {
  position: relative;
}

.icon-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.horizontal-menu .bottom-navbar .page-navigation {
  justify-content: start;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
  padding: 22px 15px;
}

.dropify-wrapper {
  border: 2px dashed #e9ecef;
}

canvas {
  margin: 0 !important;
  padding: 0 !important;
}

/* #upload-button {
  margin: 20px auto;
} */

#file-to-upload {
  display: none;
}

#pdf-main-container {
  width: 100%;
  margin: 20px auto 10px auto;
}

#pdf-loader {
  display: none;
  text-align: center;
  color: #999999;
  font-size: 13px;
  line-height: 100px;
  height: 100px;
}

#pdf-contents {
  display: none;
}

.pdf-meta {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: #eaeaea;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}

.pdf-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.page-count-container {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.pdf-current-page {
  width: 35px;
  display: inline;
}

#pdf-total-pages {
  display: inline;
}

#pdf-current-page2 {
  display: inline;
}

#pdf-total-pages2 {
  display: inline;
}

#pdf-canvas {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

#page-loader {
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: none;
  color: #999999;
  font-size: 13px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.sticky-progres {
  position: fixed;
  right: 0;
  width: 400px;
}

td {
  vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_filter {
  padding-bottom: 0.85rem;
}

.email-aside-nav .nav-item {
  margin-bottom: 3px;
}

.nav-item.custom {
  cursor: pointer;
}

.horizontal-menu .navbar .navbar-content .navbar-nav .nav-item.dropdown .dropdown-menu,
.horizontal-menu .navbar .navbar-content .navbar-nav .nav-item.dropdown .tt-menu {
  min-width: 300px;
}

.heads,
.headss,
.headsss {
  transition: all 0.3s ease;
}

.heads.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 1000;
}

.headss.sticky {
  position: -webkit-sticky;
  position: sticky;
  /* top: 160px; */
  top: 114px;
  z-index: 1000;
}

.headsss.sticky {
  position: -webkit-sticky;
  position: sticky;
  /* top: 108px; */
  top: 60px;
  z-index: 1000;
}

table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after {
  opacity: 1 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #6571ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

.spinner-border {
  animation: spin 1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  /* Adding easing for smoother spin */
}

.backdrop {
  animation: fadeIn 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .heads.sticky {
    top: 48px;
  }

  .headss.sticky {
    /* top: 158px; */
    top: 114px;
  }

  .headsss.sticky {
    top: 60px;
    /* top: 105px; */
  }

  .dataTables_wrapper.dt-bootstrap5 .dataTables_filter {
    margin-left: -10px;
    margin-top: 10px;
  }

  div.dataTables_wrapper div.dataTables_info {
    padding-left: 25px;
  }

  .main-wrapper.mobile {
    background: #F9FAFB;
  }

  .breadcrumb.mobile {
    background: #F9FAFB;
  }

  .card.mobile {
    box-shadow: unset;
    border: unset;
    background-color: unset;
  }

  .card-body.mobile {
    padding: 0;
  }

  .card-header.mobile {
    padding: 1.5rem 0;
  }
}
