/**
 * Admin template
 */
 .bi::before {
  line-height: inherit;
 }
.page-body {
    border: 1px #CCC solid;
}
.page-title h3 {
    font-size: 20px;
}
.page-title h1 {
    margin: 0rem;
    font-size: 1.5rem;
}
.page-title h4 {
    font-size: 20px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-breadcrumb .breadcrumb {
    margin-bottom: 0rem;
}
.no-caret::after {
  display: none;
}
/**
 * Common Styles
 */
a {
  text-decoration: none;
}
.nav-user h5 {
  font-size: 0.85rem;
}
.nav-user h6 {
  font-size: 0.75rem;
}
.hr1 {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #cecece;
  opacity: .25;
}
.form-view-name {
  color: var(--bs-body-color);
  font-size: 0.875rem;
}
.form-view-value {
  color: var(--bs-body-color);
  font-size: 0.9rem;
  font-weight: 600;
}
.d-block-ruby {
    display: block ruby;
}
.sub-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0rem;
  border-bottom: 1px solid var(--bs-border-color);
  display: inline-block;
}
/**
 * Date Picker css
 */
.datepicker-dropdown {
  z-index: 9999 !important;
}
/**
 * Clients css
 */
.client-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.client-name {
    height: 9rem;
    width: 9rem;
    background-color: #456bd9;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 1.25rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* Pre loader css start */
.loader-logo {
  background-image: url("../img/logo-loader.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px;
}
.loader-icon {
  border-radius: 100%;
  width: 165px;
  height: 165px;
  display: inline-block;
  margin-bottom: 0 auto 25px;
  position: relative;
}
.pre-loader {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #86b614;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 5;
}
.pre-loader:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #3376BC;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.pre-loader:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #86B614;
    -webkit-animation: spin 3.5s linear infinite;
    animation: spin 3.5s linear infinite;
}
.pre-loader-position {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

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

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes slide {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } 
}
/* loader css end */