/**
* Template Name: NiceAdmin
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Updated: Apr 20 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
:root {
  scroll-behavior: smooth;
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

a {
  color: #4f46e5;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}
.dt-layout-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* FILTER */
.filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.filter-label {
  font-size: 13px;
  color: #777;
}

.filter-btn {
  border: none;
  text-transform: uppercase;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 20px;
  background: #e9f3ff;
  cursor: pointer;
  color: #586064;
  font-size: 12px;
}
.filter-btn:hover {
  background-color: #ccd9e9;
}
.filter-btn span {
  width: 0.5rem;
  background-color: #ccc;
  height: 0.5rem;
  display: inline-block;
  margin-right: 5px;
  border-radius: 0.75rem;
}
.filter-btn.active {
  background: #dddbff;
  color: #4f46e5;
}
.task-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
}

h4.rec-hd {
  font-weight: 900;
  font-size: 1.15rem;
  margin: 0 0 10px;
  line-height: 1.75rem;
  color: #0f172a;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.task-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* HEADER */
.task-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.task-header h3 {
  flex: 1;
  padding-right: 5rem;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.task-card .tag {
  background: #e0e7ff;
  color: #4a5bdc;
  padding: 4px 8px;
  position: absolute;
  right: 15px;
  font-weight: 800;
  font-size: 11px;
  border-radius: 6px;
}

.task-card .arrow {
  font-size: 20px;
  color: #aaa;
}

/* DESC */
.task-card .desc {
  font-size: 14px;
  color: #666;
  margin: 10px 0;
}

/* FOOTER */
.task-card .task-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  border-top: 1px solid #f5f5f5;
  padding-top: 1rem;
  margin-top: 1rem;
}

.task-card .user {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}

.task-card .user img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* STATUS */
.task-card .status {
  font-size: 13px;
  font-weight: 800;
}
.task-card .status.unanalyzed {
  color: #607d8b;
}
.task-card .status.archived {
  color: #9c27b0;
}
.task-card .status.in_progress {
  color: #ffa700;
}

.task-card .status.on_hold {
  color: #d9534f;
}

.task-card .status.completed {
  color: #28a745;
}

/* DATE */
.task-card .date {
  font-size: 13px;
  color: #777;
}
.map-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
}
body {
  font-family: "Manrope", sans-serif;
  background: #f8fafc;
  padding: 0px;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.header-sw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  background-color: #fff;
  border-color: rgb(226 232 240 / 0.5);
  border-width: 0 0 1px 0;
  border-style: solid;
}
.header-sw-left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-sw-left h2 {
  letter-spacing: -0.05em;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0f172a;
}
.header-sw-left nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #94a3b8;
}
.header-sw-left nav a {
  color: #94a3b8;
}
.header-sw-left nav a.active {
  color: #4f46e5;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid;
}
.header-sw-right .header-nav > ul {
  gap: 1rem;
}
.bg-slate-200 {
  width: 1px;
  height: 1.5rem;
  background-color: #e2e8f0;
}
.pp-row {
  padding-left: 2.5rem;
  border-left: 1px solid #f1f5f9;
}
.top-pro-wrap {
  padding: 1.5rem;
  background-color: #fff;
  border-color: #f1f5f9;
  border-width: 1px;
  border-style: solid;
  border-radius: 2rem;
  gap: 2.5rem;
  align-items: center;
  display: flex;
  border-left-width: 4px;
}
.middle-main-section {
  overflow: hidden;
  flex: 1 1 0%;
  display: flex;
}
.middle-main-section-left {
  overflow: hidden;
  flex-direction: column;
  display: flex;
  gap: 2rem;
  padding: 2rem;
}
.pro-wrap-p {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9px;
  color: #94a3b8;
}
.ai-dot {
  color: #4f46e5;
}
.bg-puple {
  background-color: #4f46e5;
}
.canvas {
  border-radius: 2.5rem;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  background-color: rgb(226 232 240 / 0.5);
  flex: 1 1 0%;
  position: relative;
}

/* Document card */
.canvas .doc {
  margin: 0 auto;
  max-width: 42rem;
  width: 100%;
  background: #fff;
  padding: 6rem;
  min-height: 500px;
  box-shadow: 0 32px 96px -16px rgba(0, 0, 0, 0.1);

  text-align: center;
  position: relative;
}
.text-amber-600 {
  color: #d97706 !important;
}
.revenue-card h5 {
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #0f172a;
}
.tr-tr {
  font-size: 10px;
  font-weight: 900;
  padding: 0.25rem 0.5rem;
  background-color: #f0fdf4;
  color: #16a34a;
}
.export-btn {
  font-weight: 700;
  color: #334155;
  background-color: #fff;
  border-radius: 0.75rem;
  align-items: center;
  gap: 0.5rem;
  display: flex;
  float: right;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1.25rem;
}
.export-btn:hover {
  background-color: #f8fafc;
}
.canvas-inner {
  padding: 3rem;
  overflow-y: auto;
  justify-content: center;
  height: 100%;
  display: flex;
}
/* Floating toolbar */
.canvas .toolbar {
  z-index: 3;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
  gap: 0.25rem;
  display: flex;
  align-items: center;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.canvas .toolbar button {
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;

  padding: 0.75rem;
  border-radius: 0.75rem;
  color: #94a3b8;
  background-color: #fff;
  cursor: pointer;
}
.canvas .toolbar button.active {
  color: #fff;
  background-color: #4f46e5;
}
.canvas .toolbar .active {
  background: #4f46e5;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  opacity: 1;
}

/* Title */
.canvas .doc h1 {
  margin: 0;
  letter-spacing: -0.05em;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  color: #0f172a;
}

.canvas .sub {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  margin: 0;
  color: #cbd5e1;
}

/* Fake text lines */
.canvas .lines {
  height: 50px;
  margin: 30px auto;
  width: 80%;
  background: linear-gradient(#f8fafc 7px, transparent 10px);
  background-size: 100% 18px;
}

/* Quote box */
.canvas .quote {
  position: relative;
  background: #eef2ff;
  border-left: 5px solid #4f46e5;
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: left;

  margin: auto;
}
.canvas .quote p {
  line-height: 1.625;
  font-style: italic;
  font-weight: 700;
  font-size: 1.125rem;
  color: #1e293b;
  margin: 0;
}
/* Dot indicator */
.canvas .quote .dot {
  position: absolute;
  right: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #6366f1;
  border-radius: 50%;
  transform: translateY(-50%);
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.obs-card button {
  background: none;
  border: 0;
  color: #cbd5e1;
}

.obs-card button span {
  font-size: 1.125rem;
  border: 0;
  background: none;
  line-height: 1.75rem;
}
.obs-card .obs-1 {
  display: flex;
  color: #4f46e5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9px;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.obs-card {
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #fff;
  border: 1px solid #f1f5f9;
}
.obs-card:hover {
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.obs-card .form-label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 8px;
  display: block;
  margin-bottom: 0.5rem;
  color: #94a3b8;
}
.obs-card .form-control {
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.box-rose {
  border-width: 2px;
  border-radius: 0.75rem;
  width: 12rem;
  height: 3rem;
  background-color: #fff1f2;
  border: 1px dashed #fecdd3;
}
.middle-main-section-right {
  width: 25%;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  display: flex;
  flex-direction: column;
  border-left: 1px solid #f1f5f9;
  transition: transform 0.3s ease-in-out;
}
.middle-btns {
  padding: 2rem;
}
.middle-btm {
  overflow-y: auto;
  padding: 2rem;
}
.middle-hds {
  padding: 1.5rem 2rem;
}
.middle-hds h3 {
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
}
.middle-hds span {
  font-size: 10px;
  font-weight: 900;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  background-color: #eef2ff;
  color: #4f46e5;
}
.middle-btns button {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.75rem;
  background-color: #f1f5f9;
  color: #4338ca;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  line-height: 1rem;
}
.middle-btns button:hover {
  background-color: #e2e8f0;
}
.middle-btns button.save:hover {
  background-color: #4338ca;
}
.middle-btns button.save {
  background-color: #4f46e5;
  color: #fff;
}
.flex-1 {
  flex: 1 1 0%;
}
.grid {
  display: grid;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.setting-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

/* Text */
.setting-item .text h4 {
  font-weight: 900;
  font-size: 0.9rem;
  line-height: 1rem;
  margin-bottom: 0.125rem;
}

.setting-item .text p {
  font-weight: 500;
  font-size: 12px;
  color: #94a3b8;
}
#notifications .setting-item .text h4,
#compliance .setting-item .text h4 {
  font-size: 0.9rem;
}
#notifications .setting-item .text p,
#compliance .setting-item .text p {
  font-size: 0.85rem;
}
/* Switch */
.setting-item .switch {
  position: relative;
  width: 46px;
  height: 26px;
}

.setting-item .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider background */
.setting-item .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #e5e7eb;
  border-radius: 30px;
  transition: 0.3s;
}

/* Circle */
.setting-item .slider::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}
.wrapper {
  margin: auto;
}

/* Steps */
.wrapper .steps {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.wrapper .step {
  width: 50px;
  height: 50px;
  background: #e5e7eb;
  color: #555;
  margin-bottom: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  padding: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px #dbdbdb;
}
.wrapper .step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper .step-box span {
  /*position: absolute;*/
  top: 55px;
  display: inline-block;
  width: 110px;
  color: #6366f1;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  text-align: center;
}
.btn-close {
  border-radius: 1rem;
  border: 0;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8fafc;
  color: #94a3b8;
}
.wrapper .step.active {
  background: #4f46e5;
  color: #fff;
}

.wrapper .line {
  flex: 1;
  height: 4px;
  margin-top: -30px;
  background: #4f46e5;
}

/* Feed Header */
.wrapper .feed-header {
  display: flex;
  justify-content: space-between;

  color: #94a3b8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  margin: 20px 0;
}

.wrapper .status {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wrapper .dot {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
}

/* Terminal */
.wrapper .terminal {
  background: #020617;
  color: #e2e8f0;
  padding: 2.5rem;
  border-radius: 2.5rem;
  height: 280px;
  overflow-y: auto;
  font-family: monospace;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wrapper .line-text {
  margin-bottom: 10px;
}

.wrapper .debug {
  color: #60a5fa;
}
.wrapper .running {
  color: #6366f1;
}
.wrapper .warn {
  color: #facc15;
}
.wrapper .info {
  color: #93c5fd;
}
.wrapper .ok {
  color: #34d399;
}
.wrapper .done {
  color: #10b981;
}

.modal-dialog {
  max-width: 64rem;
}
.modal-dialog,
.modal-content {
  border-radius: 3rem;
}
.modal-header,
.modal-footer {
  border-color: #f1f5f9;
  padding: 2.5rem 3rem;
}
.modal-body {
  padding: 2.5rem 3rem;
}
.btn-cancle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  border: 0;
  background: none;
  color: #94a3b8;
}
.btn-save {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 1rem 2.5rem;
  background-color: #4f46e5;
  border-radius: 1rem;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.btn-save:hover {
  color: #fff;
  background-color: #4338ca;
}
/* Checked */
.setting-item .switch input:checked + .slider {
  background-color: #4f46e5;
}
.setting-item .switch.green input:checked + .slider {
  background-color: #10b981;
}

.setting-item .switch input:checked + .slider::before {
  transform: translateX(20px);
}
.settings-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 2.5rem;
}

/* Icon */
.settings-header .icon-box {
  width: 56px;
  height: 56px;
  background: #eef2ff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 24px;
}
.bg-amber {
  border-width: 1px;
  border-radius: 1rem;
  gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid #fef3c7;
  background-color: #fffbeb;
  color: #92400e;
  letter-spacing: -0.025em;
  line-height: 1.625;
  padding: 1.5rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}
.act-btn {
  padding: 1rem;
  border-radius: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
  align-items: center;
  width: 100%;
  display: flex;
  color: #334155;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: #f8fafc;
}
.act-btn:hover {
  background-color: #f1f5f9;
}
.act-btn.bgc-danger {
  background-color: #fff1f2;
  color: #e11d48;
}
.act-btn.bgc-danger:hover {
  background-color: #ffe4e6;
}
.bb-rr {
  border-top: 1px solid #f8fafc;
  padding-top: 2.5rem;
  margin-top: 2rem;
}
.tracking-widest {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 10px;
  color: #94a3b8;
}
.border-slate {
  /* padding-top: 2.5rem;    margin:2.5rem 0;border-top: 1px solid #f8fafc*/
}
/* Text */
.settings-header .text-content h2,
.uv-hero-name {
  font-weight: 900;
  font-size: 1.25rem;
  margin: 0 0 5px;
  line-height: 1.75rem;
  color: #0f172a;
}

.settings-header .text-content p {
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #94a3b8;
}
.box-s {
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 8px;
  text-transform: uppercase;
  color: #94a3b8;
  border-radius: 1rem;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #f1f5f9;
  flex-direction: column;
  height: 4rem;
  display: flex;
  background-color: #fff;
}
.box-s.one {
  background-color: #4f46e5;
  color: rgb(255 255 255 / 0.6);
}
.box-s.two {
  background-color: #4f46e5;
}
.box-s.four {
  background-color: #fbbf24;
  color: rgb(120 53 15 / 0.6);
}
.divi-d {
  width: 1rem;
  height: 0.25rem;
  background-color: #f1f5f9;
  border-radius: 9999px;
}
.box-s.two .divi-d {
  background-color: #94a3b8;
}
.box-s.four .divi-d {
  background-color: rgb(120 53 15 / 0.6);
}
.hd-r {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: #94a3b8;
  margin-bottom: 1.5rem;
}
.settings ul.nav-pills {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 2rem;
  gap: 0.25rem;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #f1f5f9;
}
.settings button.nav-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  padding: 0.675rem 1.5rem;
  border-radius: 1.5rem;
  color: #94a3b8;
  background-color: #fff;
}
.settings button.nav-link:hover {
  color: #4f46e5;
}
.settings button.nav-link.active {
  background-color: #4f46e5;
  color: #fff;
  box-shadow:
    0 10px 15px -3px #e0e7ff,
    0 4px 6px -4px #e0e7ff;
}
.profile-uploads {
  display: flex;
  align-items: center;
  gap: 25px;

  padding: 0 0 20px 0;
}

.uv-hero-avatar-wrap img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  box-shadow: 0 0 10px #e9e1e1;
  object-fit: cover;
  border: 4px solid #fff;
}
.uv-hero-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.uv-hero-avatar-wrap {
  position: relative;
}
.uv-hero-status {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  border: 2px solid #319335;
  background: #319335;
}
.uv-meta-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 0;
  letter-spacing: 0.1em;
  font-weight: 800;
  text-transform: uppercase;
  color: #94a3b8;
  border-bottom: 1px solid #ebefff;
  font-size: 0.76rem;
}
.uv-meta-item:last-child {
  border-bottom: 0;
}
.uv-hero-email {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: var(--muted-color);
}
.form-lists.pd-l span {
  font-weight: 900;
  font-size: 0.75rem;
  color: #0f172a;
  display: inline-block;
  background-color: #f1f5f9;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}
/* Upload Box */
.profile-uploads .upload-box {
  background-color: #f8fafc;
  color: #94a3b8;
  border-radius: 2rem;
  width: 96px;
  height: 96px;
  border: 2px dashed #cbd5e1;

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

  transition: 0.3s;
  position: relative;
}

.profile-uploads .upload-box:hover {
  border-color: #4f46e5;
  background: #eef2ff;
}

.profile-uploads .upload-box input {
  display: none;
}

/* Upload Content */
.profile-uploads .upload-content {
  text-align: center;
  color: #94a3b8;
}
.profile-uploads .upload-content img {
  width: 85px;
  height: 85px;
  border-radius: 30px;
}
.profile-uploads .upload-content .icon {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.profile-uploads .upload-content span {
  font-size: 8px;
  letter-spacing: 1px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
}

/* Text Content */
.profile-uploads .text-content h3 {
  color: #0f172a;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}

.profile-uploads .text-content p {
  margin-top: 6px;

  color: #94a3b8;
  line-height: 1.625;
  font-weight: 500;
  font-size: 0.95rem;
}
.drawer h4 {
  color: #0f172a;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f8fafc;
  letter-spacing: 0.15em;
}
.roles .cards {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border: 2px solid #f1f5f9;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

/* Hide radio input */
.roles .cards input {
  display: none;
}

/* Custom radio */
.roles .radio {
  width: 18px;
  height: 18px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  margin-top: 5px;
  position: relative;
}

/* Checked radio */
.roles .cards input:checked + .radio {
  border-color: #4f46e5;
}

.roles .cards input:checked + .radio::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #4f46e5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Active card border */
.roles .cards input:checked ~ .content {
  color: #111;
}

.roles .cards input:checked ~ .content h3 {
  color: #111;
}

.roles .cards input:checked ~ .content p {
  color: #6b7280;
}

.roles .cards:has(input:checked) {
  border-color: #4f46e5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2);
}

/* Text */
.roles h3 {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.125rem;
  color: #0f172a;
}

.roles p {
  margin: 5px 0 0;
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
}
.pagetitle h2 {
  letter-spacing: -0.025em;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0f172a;
}
.popup-nav {
  display: flex;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 9px;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #94a3b8;
}
.project-table {
  width: 100%;
  border-collapse: collapse;
}
.project-table .btn,
.doc-table .btn {
  color: #94a3b8;
}
.project-table .btn:hover,
.doc-table .btn:hover {
  color: #333;
}
.project-table .black {
  color: #000;
  font-weight: 900;
}
.project-table thead th {
  text-align: left !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #8a94a6;
  font-weight: 900;
  letter-spacing: 0.2em;

  padding: 1rem 1.5rem !important;
}
.datatable-info,
.dt-info {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #94a3b8;
  font-size: 0.75rem;
  line-height: 1rem;
}
.datatable-top,
.datatable-bottom {
  padding: 20px 10px;
}
.datatable-pagination li button,
.dt-paging button {
  background-color: #fff;
  color: #333;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
}
.datatable-pagination li.datatable-active button,
.dt-paging button.current {
  background-color: #4f46e5;
  color: #fff;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 900;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
}
.project-table tbody tr {
  cursor: pointer;
  border-top: 1px solid #f3f3f3 !important;
}
.project-table tbody tr:hover {
  background-color: #fbfcfd;
}
.project-table.datatable-table > tbody > tr td {
  padding: 1rem 1rem;
  vertical-align: middle;
}

.project-table td p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #8a94a6;
}
/* Owner */
.project-table .owner {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #334155;
}

.project-table .owner img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.project-table .avatar {
  width: 32px;
  height: 32px;
  object-fit: cover;
  background: #e0e3ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* Status */
.project-table .status {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  font-size: 10px;

  display: inline-block;
}

.project-table .inprogress {
  background: #e8ebff;
  color: #5a4bff;
}

.project-table .compliant {
  background: #e6f7ef;
  color: #00a86b;
}

.project-table .attention {
  background: #ffe9e9;
  color: #ff4d4f;
}

.project-table .archived {
  background: #eef1f5;
  color: #8a94a6;
}

/* Disabled row */
.project-table .disabled {
  opacity: 0.6;
}

/* Actions */
.project-table .actions {
  font-size: 18px;
  cursor: pointer;
}
.tab-content .card {
  height: 100%;
}
.tab-content #security .card {
  height: inherit;
}
.user-table {
  width: 100%;
  border-collapse: collapse;
}
.user-btn {
  visibility: hidden;
  padding: 0.625rem;
  background-color: #fff;
  border-radius: 1px solid;
  border-radius: 0.75rem;
  color: #94a3b8;
}
.user-table tbody tr:hover .user-btn {
  visibility: visible;
}
.user-btn:hover {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-color: #f1f5f9;
  color: #6366f1;
}
.user-btn.del:hover {
  color: #f43f5e;
}
.user-table thead {
  background-color: #f8fafc80;
}
.user-table thead th {
  text-align: left;
  font-size: 10px;
  font-weight: 900;
  color: #94a3b8;
  letter-spacing: 0.2em;
  padding: 1rem 1rem;
}

.user-table tbody tr {
  border-top: 1px solid #f7f7f7;
}

.user-table td {
  padding: 1rem 1rem;
  vertical-align: middle;
}

.user-table td p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #8a94a6;
}
/* Profile */
.user-table .profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-table .avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
}

/* Avatar colors */
.user-table .avatar.dark {
  background: #0f172a;
}
.user-table .avatar.blue {
  background: #5a4bff;
}
.user-table .avatar.light {
  background: #e5e7eb;
  color: #555;
}
/* Badges */
.user-table .badge {
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
}

.user-table .badge.purple {
  background: #e8ebff;
  color: #5a4bff;
}

.user-table .badge.orange {
  background: #fff3e6;
  color: #ff8c00;
}

.user-table .badge.gray {
  background: #eef1f5;
  color: #8a94a6;
}

/* Status */
.user-table .status {
  font-size: 12px;
  font-weight: 600;
}

.user-table .status.active {
  color: #00a86b;
}

.user-table .status.inactive {
  color: #8a94a6;
}

.doc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
}
.header-actions a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #475569;
  background-color: rgb(241 245 249 / 1);
  border-radius: 0.75rem;
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.header-actions a:hover {
  background-color: #e2e8f0;
}
.hero-content-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
/* HERO */
.hero {
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
  height: 400px;
  margin-bottom: 3rem;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 40px;
  transition: transform 0.4s ease;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-select {
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
}
.p-select select {
  border: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
}
/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(356deg, rgb(0 0 0 / 86%), rgba(0, 0, 0, 0.2));
}

/* Content */
.hero-content {
  position: relative;
  max-width: 48rem;
}

.hero .tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  border-radius: 20px;
  font-size: 10px;
  margin-bottom: 15px;
}

.hero h1 {
  font-size: 3.75rem;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 700;
}

.hero p {
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.125rem;
  color: #e5e7eb;
}

/* Actions */
.hero-actions {
  position: relative;
  display: flex;
  gap: 15px;
}
.hero-actions button {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fff;
  background-color: rgb(79 70 229 / 1);

  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
}
.hero-actions button:hover {
  color: #fff;
  background-color: #4338ca;
}
.doc-header h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 2rem;
}

.doc-header p {
  margin: 5px 0 0;
  font-weight: 700;
  color: #64748b;
}
/* Table */
.doc-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.doc-table th {
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #8a94a6;
  padding: 10px;
}

.doc-table tbody tr {
  background: #f9fafc;
  border-radius: 10px;
}
.doc-table.set-table tbody tr {
  background: #fff;
}
.doc-table td {
  vertical-align: middle;
  padding: 1rem;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e2ebf380;
}
.relative {
  position: relative;
}
.doc-table.set-table .form-control,
.doc-table.set-table .file-box {
  width: 180px;
}
.pasd-left span {
  position: absolute;
  left: 12px;
}
.pasd-left .form-control.two {
  padding-left: 40px;
}
.pup-bg {
  background-color: #eef2ff !important;
  color: #4f46e5;
}
.gren-bg {
  background-color: #ecfdf5 !important;
  color: #059669;
}
.org-bg {
  background-color: #fffbeb !important;
  color: #d97706;
}
.doc-table td:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  border-left-width: 1px;
}
.doc-table td:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-right-width: 1px;
}
/* File */
.doc-table .file-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.doc-table .file-info p {
  font-weight: 700;
  font-size: 12px;
  margin-top: 0.25rem;
  color: #94a3b8;
}
.doc-table .file-icon {
  background: #eef1f5;
  padding: 10px;
  border-radius: 10px;
}

.doc-table .file-icon.error {
  background: #ffeaea;
}

/* Owner */
.doc-table .owner {
  display: flex;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #334155;
  align-items: center;
  gap: 10px;
}

.doc-table .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.doc-table .avatar.purple {
  background: #5a4bff;
}
.doc-table .avatar.dark {
  background: #111827;
}
.doc-table .avatar.pink {
  background: #e91e63;
}

/* Status */
.doc-table .badge {
  padding: 6px 12px;
  letter-spacing: 0.1em;
  border-radius: 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
}

.doc-table .analysed {
  background: #e8ebff;
  color: #5a4bff;
}

.doc-table .progress {
  background: #eef1f5;
  color: #555;
}

.doc-table .failed {
  background: #ffeaea;
  color: #ff3b30;
}
.card-container {
  cursor: pointer;
}
.datatable-top {
  display: none !important;
}
.text-indigo-600 {
  color: #4f46e5;
}
.card-container .card {
  margin-bottom: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.card-container .card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
/* Image */
.card-container .card-image {
  position: relative;
  height: 180px;
}
.card-container .card-image:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15 23 42 / 0.4);
  position: absolute;
}
.card-container .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tag */
.card-container .tag {
  position: absolute;
  bottom: 15px;
  font-weight: 900;
  text-transform: uppercase;
  left: 15px;
  border: 1px solid rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.2);

  color: #fff;
  padding: 4px 12px;
  font-size: 10px;
  border-radius: 20px;
}

/* Body */
.card-container .card-body {
  padding: 20px;
}

.card-container .card-body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  font-weight: 700;
}

.card-container .card-body .project-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-container .card-body p {
  letter-spacing: 0.1em;
  text-transform: inherit;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1rem;
  margin-bottom: 2rem;
  color: #64748b;
  opacity: 0.7;
}
/* Footer */
.card-container .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

/* Users */
.card-container .users {
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-container .users img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.card-container .count {
  background: #eee;
  margin-left: -20px;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

/* Status */
.card-container .status a {
  border-radius: 0.75rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  color: #94a3b8;
  background-color: #f8fafc;
}
.card-container .status {
  text-align: right;
}
.card-container .status small {
  font-size: 10px;
  color: #999;
  display: block;
}

.card-container .status p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
}

/* Pending color */
.card-container .status.pending p {
  color: #ff8c00;
}

.text-xs {
  font-size: 0.95rem;
  line-height: 1rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.object-cover {
  object-fit: cover;
}
.uppercase {
  text-transform: uppercase;
}
.font-bold {
  font-weight: 700;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.1em;
}
.text-slate-400 {
  color: rgb(148 163 184 / 1);
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.pt-6 {
  padding-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.no-bg {
  background: none;
}
.text-slate-900 {
  color: rgb(15 23 42 / 1);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.block {
  display: block;
}
.text-emerald-600 {
  color: rgb(5 150 105 / 1);
}
.bg-emerald-50 {
  background-color: rgb(236 253 245 / 1);
}
.progress {
  height: 6px;
}
.leading-tight {
  line-height: 1.25;
}
.font-black {
  font-weight: 900;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.flex-col {
  flex-direction: column;
}
.text-\[10px\] {
  font-size: 13px;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.border-t {
  border-top-width: 1px;
}
.border-slate-100 {
  border-color: rgb(241 245 249 / 1);
}
.relative-z-10 p {
  color: rgb(148 163 184 / 1);
  text-transform: uppercase;
  font-weight: 700;
}
.card-icc {
  border-radius: 1rem;
  width: 3rem;
  height: 3rem;
  background-color: rgb(238 242 255 / 1);
}
.green-badg {
  font-weight: 700;
  gap: 0.375rem;
  border: 1px solid rgb(22 163 74 / 0.1);
  border-radius: 9999px;
  background-color: rgb(240 253 244 / 1);
  padding: 0.25rem 0.75rem;
  color: rgb(22 163 74 / 1);
}
.top-btn {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fff;
  background-color: rgb(79 70 229 / 1);
  box-shadow:
    0 20px 25px -5px #c7d2fe,
    0 8px 10px -6px #c7d2fe;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  padding: 0.7rem 1.5rem;
}
.top-btn:hover {
  color: #fff;
  background-color: #4338ca;
}
.bottom-links {
  border-width: 0;
  border-top-width: 1px;
  padding-top: 2rem;
  border-color: rgb(248 250 252 / 1);
  border-style: solid;
}
.bottom-links a {
  padding: 0.5875rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(148 163 184 / 1);
  gap: 1rem;
  align-items: center;
  letter-spacing: -0.025em;
  display: flex;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 90px;
  padding: 2rem;
  padding-bottom: 2rem;
  transition: all 0.3s;
}
#main.main-2 {
  padding-top: 4rem;
  padding: 2rem;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-weight: 900;
  color: #000;
}
.pagetitle p {
  font-weight: 700;
  margin-top: 0.5rem;
  color: #64748b;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border-style: solid;
  border-color: rgb(226 232 240 / 0.5);
  border-radius: 1.5rem;
  border-width: 1px;
  box-shadow: none;
  /*box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);*/
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 0px 0 15px 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  gap: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #0f172a;
}

.card-title span {
  color: #4f46e5;
  font-size: 24px;
}

.card-body {
  padding: 1rem;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 12px;
  letter-spacing: normal;
  color: #899bbd;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
}

.breadcrumb a {
  color: #899bbd;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.3s;
  font-weight: 900;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #899bbd;
}
/* Card */
.upload-card {
  border-radius: 25px;
  padding: 10px;
}

.upload-card h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.upload-card .icon {
  color: #5a4bff;
  margin-right: 8px;
}

/* Upload Box */
.upload-card .upload-box {
  border: 2px dashed #d6dbe5;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effect */
.upload-card .upload-box:hover {
  border-color: #5a4bff;
  background: #f5f7ff;
}

/* Drag active */
.upload-card .upload-box.dragover {
  border-color: #5a4bff;
  background: #eef1ff;
}

/* Content */
.upload-card .upload-icon {
  font-size: 40px;
  color: #5a4bff;
  margin-bottom: 15px;
}
.upload-card .upload-icon span {
  border-radius: 1rem;
  display: inline-block;
  padding: 1rem;
  background-color: #eef2ff;
}
.upload-card .title {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #334155;
  margin-bottom: 5px;
}

.upload-card .sub {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #cbd5e1;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem #2563eb;
}
.file-group {
  display: flex;
  gap: 15px;
}

/* File box */
.file-box {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.625rem;
  border-radius: 14px;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  color: #8a94a6;
}
.submit-bts a {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 900;
  gap: 0.5rem;
  color: #94a3b8;
  font-size: 10px;
  align-items: center;
  display: flex;
}
.submit-bts button {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  background-color: #e2e8f0;
  color: #334155;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  line-height: 1rem;
}
.submit-bts button:hover {
  background-color: #cbd5e1;
}
.submit-bts button.send {
  background-color: #4f46e5;
  color: #fff;
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.submit-bts button.send:hover {
  background-color: #4338ca;
  color: #fff;
}
.submit-bts button.send.full {
  width: 100%;
  letter-spacing: 0.2em;
}
.add-btns {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  gap: 0.5rem;
  align-items: center;
  display: flex;
  background: none;
  border: 0;
  color: #4f46e5;
  margin-top: 1rem;
}
.add-btns span {
  font-size: 18px;
}

/* Icon */
.file-box .icon {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #cbd5e1;
}
.file-box .text {
  letter-spacing: 0.1em;
  color: #94a3b8;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Hover */
.file-box:hover {
  border-color: #5a4bff;
  background: #f1f3ff;
  color: #5a4bff;
}

/* Active (after file selected) */
.file-box.active {
  border-color: #5a4bff;
  background: #eef1ff;
  color: #5a4bff;
}
/* Image preview */
.upload-card .upload-box img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 15px;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-lists .form-label {
  letter-spacing: 0.1em;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-bottom: 0.75rem;
  color: #94a3b8;
}
.form-lists p {
  font-weight: 700;
  color: #94a3b8;
  font-size: 10px;
  margin-top: 0.5rem;
}
.form-control {
  font-weight: 900;
  font-size: 0.75rem;
  color: #0f172a;
  background-color: #f1f5f9;
  border-radius: 1rem;
  border: 0;
  padding: 1rem;
  line-height: 1rem;
}
.drawer-body .form-control {
  padding: 1rem;
  margin-bottom: 20px;
}
/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 200px;
  }
}

.logo img {
  max-height: 26px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #4f46e5;
  font-family: "Nunito", sans-serif;
}
.logo-txt {
  font-size: 14px;
  font-weight: 800;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 96px;
  border-style: solid;
  border-color: rgb(226 232 240 / 0.5);

  border-width: 0 0 1px 0;
  /*box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);*/
  background-color: #fff;
  padding: 1rem 1.5rem;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form,
.d-gf .search-form {
  width: 100%;
  position: relative;
}

.header .search-form input,
.d-gf .search-form input {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.75rem 0;
  padding-right: 1.5rem;
  padding-left: 3.5rem;
  border-style: solid;
  background-color: rgb(241 245 249 / 1);
  border-color: rgb(241 245 249 / 1);
  border-width: 1px;
  border-radius: 1rem;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input::placeholder,
.main-2 .search-form input::placeholder {
  font-weight: 700;
  color: #9ba9bd;
}
.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button,
.d-gf .search-form button {
  border: 0;
  position: absolute;
  left: 20px;
  padding: 0;
  margin-left: 0px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.two-lits {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.two-lits a {
  letter-spacing: -0.025em;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-bottom: 0.25rem;
  color: rgb(15 23 42 / 1);
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #e5e7eb;
}
.header-nav ul {
  list-style: none;
}

.header-nav > ul {
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.gap-1-2 {
  gap: 3rem;
}
.header-nav .nav-icon {
  font-size: 22px;
  color: #94a3b8;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
  padding-left: 2rem;
  border-left-width: 1px;
  border-color: rgb(241 245 249 / 1);
  border-style: solid;
}

.header-nav .nav-profile img {
  max-height: 46px;
  object-fit: cover;
  border-radius: 1rem;
  max-width: 46px;
}

.header-nav .nav-profile span {
  font-size: 0.875rem;
  text-align: right;
  line-height: 1;
  font-weight: 900;
}
.header-nav .nav-profile span:after {
  display: none;
}
.header-nav .nav-profile span em {
  display: block;
  letter-spacing: 0.1em;
  font-style: normal;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 10px;
  color: #94a3b8;
}
.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  padding: 2px 5px;
  font-size: 9px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 256px;
  z-index: 996;
  transition: all 0.3s;
  padding: 1rem;
  padding-top: 4rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  /*box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);*/
  border-style: solid;
  border-color: rgb(226 232 240 / 0.5);

  border-width: 0 1px 0 0;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -256px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {
  #main,
  #footer {
    margin-left: 256px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 120px;
  }
  .toggle-sidebar .sidebar li a .s-title,
  .toggle-sidebar .sidebar li a i.ms-auto,
  .toggle-sidebar .bottom-links a .tracking-tight,
  .toggle-sidebar .top-btn .s-title {
    display: none;
    transform: translate3d(-25px, 0, 0);
    opacity: 0;
  }
  .toggle-sidebar .sidebar {
    width: 120px;
    padding: 1.5rem;
    padding-top: 4rem;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  flex: 1 1 0%;
  overflow-y: auto;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px 9px 12px;
  border-left: 2px solid transparent;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #000;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}
.sidebar-nav .nav-link.active,
.sidebar-nav .nav-link.active .ie {
  color: #4f46e5;
}
.sidebar-nav .nav-link i,
.sidebar-nav .nav-link .ie {
  font-size: 24px;
  margin-right: 10px;
  color: #000;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}
.flex-\[1\.5\] {
  flex: 1.5;
}
/* Info Cards */
.dashboard .info-card {
  height: 100%;
  padding-bottom: 10px;
  padding: 1.75rem;
  margin-bottom: 0;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
.drawer-footer,
.drawer-header {
  padding: 1.5rem;
}
.font-green {
  color: #10b981;
  font-weight: 900;
}
.left-panel {
  background:
    linear-gradient(rgba(79, 70, 229, 0.85), rgba(79, 70, 229, 0.9)),
    url(../img/login-bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right-panel {
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-panel .relative {
  position: relative;
}
.hide-show {
  position: absolute;
  top: 40px;
  right: 20px;
  cursor: pointer;
}
.hide-show#toggleP1,
.hide-show#toggleP2 {
  top: 31px;
}
.right-panel .card {
  padding: 2rem;
}
.right-panel input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.right-panel h6 {
  border-top: 1px solid #f5f5f5;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.brand-box {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #4f46e5;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.login-box {
  width: 100%;
  max-width: 60%;
}

#map {
  width: 100%;
  height: 100%;
}

/* Card */
.map-card {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  z-index: 5555;
  width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.map-card h4 {
  margin: 0 0 10px;
  font-size: 13px;
}

.map-card p {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}

/* Controls */
.map-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  gap: 10px;
}

.map-controls button {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
}

/* Floating Button */
.floating-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #4a5bdc;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 12px;
  cursor: pointer;
}

/* Custom Marker */
.custom-marker {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 4px solid;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.marker-blue {
  background: #4a5bdc;
}
.marker-green {
  background: #28a745;
}
.marker-red {
  background: #d9534f;
}
.body100 {
  height: 100vh;
}
.drawer-footer .cancel {
  background: transparent;
  border: none;
  padding: 1.25rem 2.5rem;
  color: #94a3b8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
}

.drawer-footer .submit {
  background: #4f46e5;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  border: none;
  padding: 1.25rem 2.5rem;
  border-radius: 1rem;
}
.drawer-body {
  padding: 1.5rem;
  flex: 1;
  overflow-y: auto;
}

.drawer-body .upload-box {
  border: 2px dashed #ddd;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 20px;
}

.drawer-body .form-group {
  display: flex;
  gap: 10px;
}

.drawer-body .full {
  width: 100%;
}

/* Role */
.drawer-body .role {
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.drawer-body .role.active {
  border-color: #5a4bff;
}
.drawer {
  position: fixed;
  top: 0;
  z-index: 1000;
  right: -36rem;
  max-width: 36rem;
  height: 100%;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
}

/* Active state */
.drawer.active {
  right: 0;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Header */

.drawer .close-btn {
  border-radius: 1rem;
  color: #94a3b8;
  padding: 1rem;
  background-color: #f8fafc;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .set-table .form-control,
  .file-box {
    width: 150px;
  }
  .login-box {
    max-width: 75%;
  }
  .middle-btns,
  .middle-hds,
  .middle-btm,
  .obs-card {
    padding: 1rem;
  }
  .drawer-footer,
  .drawer-header {
    padding: 1.5rem;
  }
  .project-table.datatable-table > tbody > tr td {
    padding: 1.5rem 1rem;
  }
  .header {
    padding: 1rem 2rem;
    height: 70px;
  }
  .sidebar {
    padding: 1.4rem;
    padding-top: 2rem;
  }
  #main,
  #main.main-2 {
    padding: 1.5rem;
  }
  .sidebar-nav .nav-link {
    padding-top: 0.7rem;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    padding-bottom: 0.7rem;
  }
  .sidebar-nav .nav-link i,
  .sidebar-nav .nav-link .ie {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .map-container {
    height: 300px;
  }
  .two-lits {
    margin: 0 10px;
  }
  .settings button.nav-link {
    padding: 0.675rem 1rem;
  }
  .login-box {
    max-width: 90%;
  }
  .header-sw .header-nav .nav-icon {
    margin-right: 8px;
  }
  .modal-dialog {
    max-width: 50rem;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .revenue-card2 {
    margin-top: 2rem;
  }
  .card-container .card-body h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 991px) {
  .map-container {
    height: 350px;
  }
  .two-lits {
    margin: 0 10px;
  }
  .two-lits,
  .header-nav > ul {
    gap: 1rem;
  }
  .header-nav .nav-icon {
    margin-right: 10px;
  }
  .header-sw {
    flex-direction: column;
  }
  .middle-btns button {
    padding: 1rem 1.5rem;
  }
  .canvas .doc h1 {
    font-size: 1.7rem;
  }
  .pp-row {
    padding-left: 1rem;
  }
  .canvas .doc {
    padding: 2rem;
  }
  .middle-main-section-right {
    width: 30%;
  }
  .modal-dialog {
    max-width: 40rem;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .no-m,
  .mob-m {
    margin-top: 2rem;
  }
  .card-container {
    margin-bottom: 2rem;
  }
  .card-container .card-body h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .dt-layout-row {
    flex-direction: column;
  }
  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .login-box {
    max-width: 90%;
  }
  .bg-slate-200 {
    display: none;
  }
  .canvas-inner {
    padding: 1.5rem;
  }
  .middle-main-section,
  .top-pro-wrap {
    flex-direction: column;
  }
  .header-sw-left nav {
    gap: 1rem;
    font-size: 9px;
  }
  .middle-main-section-right {
    width: 100%;
  }
  .header-sw-left {
    flex-direction: column;
  }
  .middle-main-section-left {
    padding: 1rem;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  .mob-m {
    margin-top: 0;
  }
  .export-btn {
    margin-bottom: 1rem;
  }
  .mob-st .row {
    gap: 20px;
  }
  .no-m,
  .card-container {
    margin-bottom: 0;
    margin-top: 0rem;
  }
  .pagetitle p {
    font-size: 14px;
  }
  .pagetitle h1 {
    font-size: 1.5rem;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .wrapper .steps {
    justify-content: flex-start;
    overflow: auto;
    min-height: 87px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .doc-table tbody tr.dtr-expanded td:first-child,
  .doc-table td:first-child {
    border-radius: 0;
  }
  table.dataTable > tbody > tr.child {
    border: 0;
    border-radius: 0;
  }
  table.dataTable > tbody > tr.child > td.child {
    border-radius: 0;
  }

  .doc-table td {
    border-width: 1px;
    padding: 0.5rem;
  }
  .drawer-footer .submit,
  .drawer-footer .cancel {
    padding: 1.25rem;
  }
  .pagetitle h2 {
    font-size: 1.3rem;
  }
  .drawer-footer,
  .drawer-header {
    padding: 1rem;
  }
  .profile-uploads .text-content p {
    font-size: 0.75rem;
  }
  .right-d-x .search-bar {
    width: 100%;
  }
  .right-d-x {
    flex-direction: column;
  }
  .header .toggle-sidebar-btn {
    padding-right: 10px;
  }
  .task-header h3 {
    font-size: 16px;
  }
  .tab-content .card {
    margin-bottom: 0;
  }
  .settings ul.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .settings ul.nav-pills .nav-item {
    flex: 0 0 auto;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .right-panel .card {
    padding: 1rem;
  }
  .right-panel h6 {
    font-size: 14px;
    padding-top: 1rem;
    margin-top: 1rem;
  }
  .text-5xl {
    font-size: 2rem;
  }
  #main {
    margin-top: 70px;
  }
  .header {
    padding: 1rem 1rem;
  }
  .header-nav .nav-icon {
    margin-right: 10px;
  }
  .header-nav > ul {
    gap: 0.5rem;
  }
  .two-lits {
    display: none;
    margin: 0 7px;
    gap: 1rem;
  }
  .header-nav .nav-profile {
    padding-left: 0;
  }
  .canvas .quote p {
    font-size: 14px;
  }
  .canvas .doc,
  .canvas .quote,
  .header-sw {
    padding: 1rem;
  }
  .canvas .doc h1 {
    font-size: 24px;
  }
  .modal-header,
  .modal-footer {
    padding: 1.5rem 2rem;
  }
  .modal-body {
    padding: 1.5rem;
  }
  .user-table td {
    padding: 15px 20px;
  }
  .submit-bts button {
    padding: 1rem 1rem;
    font-size: 0.7rem;
  }
  .doc-header,
  .hero-content-wrap {
    flex-direction: column;
  }
  .hero h1 {
    font-size: 26px;
  }
  .hero {
    padding: 20px;
    height: 350px;
    border-radius: 2rem;
  }
  .hero p {
    line-height: 1.4;
    font-size: 14px;
  }
  .hero-actions {
    width: 100%;
  }
  .wrapper .terminal {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  .btn-save {
    padding: 1rem 1.5rem;
  }
  .doc-header {
    margin: 0;
    gap: 1rem;
  }
}
