:root {
  --primary-color: #00875D;
  --red-color: red;
  --app-radius: 15px;
}

label.required::after {
  content: ' *' !important;
  color: var(--red-color) !important;
}

/* Progress bar Turbo */
.turbo-progress-bar {
  height: 4px;
  background: linear-gradient(90deg,
      #6366f1,
      #22c55e,
      #06b6d4,
      #6366f1);
  background-size: 300% 100%;
  animation: turboGradient 2s linear infinite;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* animation */
@keyframes turboGradient {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 300%;
  }
}

#turbo-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);

  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

#turbo-loader.active {
  opacity: 1;
  pointer-events: all;
}

.spinner {
  width: 45px;
  height: 45px;
  border: 4px solid #e5e7eb;
  border-top: 4px solid var(--primary-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.section-title {
  font-weight: 400;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.footer-single-info .info-box .text {
  font-size: 20px;
}

.video-card {
  height: 100%;
  border-radius: var(--app-radius);
}

.footer-single-info .info-box .icon {
  width: 60px;
  height: 60px;
}

.header-nav>li>a {
  line-height: 90px;
}

.service-box-single-item {
  padding: 40px;
}

.project-box-single-item .img-box {
  padding: 30px;
  height: auto;
  border-radius: var(--app-radius);
}

.project-box-single-item .img-box .image img {
  width: 100%;
  border-radius: var(--app-radius);
}

.default-form-group input:focus,
.default-form-group textarea:focus,
.site input[type=text]:focus {
  background: transparent !important;
  color: #fff;
}

.default-form-group input,
.default-form-group textarea {
  border-radius: var(--app-radius) !important;
}

.project-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--app-radius);
}

.project-hero-image {
  height: max-content;
}

.resume-tab .nav-item button {
  font-size: 48px;
}

#mobile-menu-offcanvas>ul>li>a:hover,
#mobile-menu-offcanvas>ul>li>a.active,
.header-nav>li>a:hover,
.header-nav>li>a.active {
  color: var(--primary-color);
}

.project-box-single-item .img-box {
  padding: 30px;
  height: auto;
  border-radius: var(--app-radius);
}

.project-box-single-item .title {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 5px;
}

.project-sidebar {
  top: 0;
  position: relative;
}

.tp-about-exp-fin {
  top: 0;
  right: 0;
}

.faq-list-single-item:last-child,
.faq-list-single-item .number,
.resume-tab .nav-item button,
.contact-sidebar,
.service-box-single-item,
.project-sidebar,
.sidebar-widget-single-area,
.map,
.radius,
.project-sidebar .project-sidebar-single-box,
.testimonial-slider-single-item,
.contact-sidebar-single-box,
.faq-list-single-item,
.company-logo-single-item {
  border-radius: var(--app-radius) !important;
}

.pc-sidebar {
  background: var(--primary-color);
}

.default-content-style .title,
.contact-form-wrapper .content .title {
  font-weight: 400;
  font-size: 60px;
}

.pc-sidebar ul {
  padding: 0px 5px;
}

.pc-sidebar .pc-navbar>.pc-item {
  border-radius: var(--app-radius) !important;
  overflow: hidden;
}

.pc-sidebar .pc-navbar>.pc-item.active:not(.pc-hasmenu)>.pc-link:before {
  background: #2a2c39;
  border-radius: var(--app-radius);
}

.pc-sidebar .pc-navbar>.pc-item>.pc-link {
  color: #f0f0f0 !important;
  border-radius: var(--app-radius) !important;
  font-weight: 700 !important;
}

.pc-sidebar .pc-caption label {
  font-weight: 700;
}

.page-header {
  position: sticky;
  background: #fafafb;
}

.map {
  overflow: hidden;
}

table tr td:last-child,
table tr th:last-child {
  text-align: end;
}

.site .alert {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9000;
  width: max-content;
}

.stat-widget-1 {
  padding: 20px 20px 0 20px;
}

.grid-deux {
  grid-gap: 0 15px;
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
}

.grid-cinq {
  grid-gap: 0 15px;
  display: grid;
  align-items: baseline;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
}

.projects-gallery-filter-nav .btn-outline-secondary {
  padding: 8px 15px;
  margin-right: 10px;
}

.header-right .locale {
  display: flex;
  align-items: center;
}

.card-body .btn {
  width: max-content;
}

.table .btn {
  padding-right: 10px;
  padding-left: 10px;
}

.dashboard .form-control,
.dashboard .form-select {
  padding: 0px 10px;
  border-radius: 8px;
}

.dashboard .btn {
  border-radius: 8px;
}

.menu ul li:hover a .nav-text,
.menu ul li:focus a .nav-text,
.menu ul li:active a .nav-text {
  min-width: max-content;
}

.dropzone-container {
  border-radius: 8px;
}

.back {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50% !important;
  padding: 0;
}

.contact-sidebar .contact-sidebar-single-box {
  word-break: break-word;
  overflow-wrap: break-word;
}

.stat-widget-1 {
  border-radius: var(--app-radius);
}

.pc-sidebar:hover {
  overflow-y: auto !important;
}

.pc-sidebar .m-header,
.pc-sidebar .pc-link {
  padding: 10px 15px;
}

.pc-sidebar .pc-caption {
  padding: 14px 15px 12px !important;
}

.admin .badge {
  border-radius: 5px !important;
  text-transform: uppercase;
}

.dataTables_wrapper .dataTables_filter input {
  border-radius: 8px;
  border: 1px solid #ced4da;
  padding: 6px 12px;
  margin-left: 8px;
}

.dataTables_wrapper .dataTables_length select {
  border-radius: 8px;
  padding: 4px 8px;
}

.page-header h5,
.page-header .h5 {
  font-weight: 800;
}

.tp-protfolio-thumb-img {
  margin-left: 0;
  margin-right: 0;
}

.tp-section-title-agen,
.tp-hero-title {
  font-size: 30px;
}

.tp-hero-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
.tp-blog-insu-title{
  font-size: 18px;
}
.bg-position-default{
  padding: 90px;
}
.tp-header-user-fin{
  line-height: 10px;
}