@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: "Manrope", sans-serif !important;
}

a.btn {
  border-radius: 4px;
}

a.page-link {
  color: var(--Slate700) !important;
}

li.page-item.active a.page-link {
  width: 25px;
  height: 30px;
  padding: 4px;
  border-radius: 0% !important;
  background-color: var(--Slate-300) !important;
}

li.nav-item a.nav-link {
  color: #334155 !important;
}

.blue-link {
  color: #2f5fef !important;
}

h4 {
  font-size: 18px !important;
}

.container {
  width: 98%;
}

.clickable-card {
  height: 216px;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.1),
    0px 0px 1px 0px rgba(48, 49, 51, 0.05) !important;
}

.clickable-card:hover {
  background-color: #cbd5e1;
  text-decoration: none;
}

.custom-panel-heading {
  display: flex;
  align-items: center;
}

/* .custom-panel-body {} */

.custom-panel-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px 15px;
}

.custom-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-icon {
  font-size: 25px;
}

.check-icon {
  color: #59b530;
}

.alert-icon {
  color: #FACC15;
}

.custom-secondary-button {
  color: #006ec7;
  border: 1px solid #006ec7;
  border-radius: 4px;
  padding: 8px 16px;
  box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.1),
    0px 0px 1px 0px rgba(48, 49, 51, 0.05);
  background-color: transparent;

  font-weight: 600;
}

.button-col {
  display: flex;
  justify-content: end;
}

.card-body-description {
  font-size: 12px;
  color: #64748b;
}

.start-border {
  border-left: 1px solid #cbd5e1;
}

.bottom-border {
  border-bottom: 1px solid #cbd5e1;
}

.services-panel {
  height: 133px;
}

.text-muted-small {
  font-size: 12px;
  color: #64748b;
  margin: 8px 0 16px;
}

.icon-inline {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}







.breadcrumb > li a {
    color: #1276CE !important;
    font-weight: 600;
}




/* Start Card Styles */

.no-underline-link,
.no-underline-link * {
  text-decoration: none !important;
}

.card-custom {
  border-radius: 16px;
  min-height: 216px;
  transition: all 0.2s ease-in-out;
}

.card-custom:hover {
  background-color: #F8FAFC; 
  border: 1px solid #006EC7;
  cursor: pointer;
}

.card-custom-success {
  border: 1px solid #59B530;
}

.card-custom-alert {
  border: 1px solid #FDE047;
  background-color: #FEFCE8;
}

.icon-container {
  width: 32px;
  height: 32px;
  background-color: #E0F1FF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container i {
  font-size: 22px;
  color: #006EC7;
}

.card-title-custom {
  font-size: 22px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.card-footer-custom {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: flex-end;
}

.card-check-icon {
  font-size: 25px;
  color: #59B530;
}

.card-alert-icon {
  font-size: 25px;
  color: #F97316;
}

.card-alert-text {
  font-size: 14px; 
  color: #F97316 !important;
}

.card-info-text {
  font-size: 14px; 
  color: #006EC7 !important;
}

.card-text {
  font-size: 16px; 
  color: #64748B !important;
}

.card-list > li {
  font-size: 16px; 
  color: #64748B !important;
}

.card-disabled {
  background-color: #F3F4F6; /* light gray */
  border: 1px solid #CBD5E1; /* gray border */
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none; /* prevents clicks */
}

.card-disabled .card-footer-custom {
  opacity: 0.5; /* footer looks disabled too */
}

/* End Card Styles */


.custom-nav li a {
  font-size: 16px;
    font-family: Inter !important;
    color: #334155 !important;
    font-weight: 600;
}

.view-grid {
  min-height: 155px;
}

.container .modal-body, .container-fluid .modal-body, .container-lg .modal-body, .container-md .modal-body, .container-sm .modal-body, .container-xl .modal-body, .container-xxl .modal-body {
  margin: 0;
  padding: 0;
}