/* Author : Abhishekhar Gundeti
   Author Website : www.tigersd.com */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
h1 {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  line-height: 5.25rem;
  font-weight: 500;
}

h2 {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  line-height: 5.25rem;
  font-weight: 500;
  line-height: normal;
}

h4 {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  line-height: 5.25rem;
  font-weight: 500;
  line-height: normal;
}

h6 {
  font-size: 0.625rem;
  font-family: "Poppins", sans-serif;
  line-height: 5.25rem;
  font-weight: 500;
  font-weight: 400;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.lh-normal {
  line-height: normal !important;
}

.f-10 {
  font-size: 0.625rem;
  line-height: 1.6;
}

.f-12 {
  font-size: 0.75rem;
}

.f-14 {
  font-size: 0.875rem;
}

.form-heading {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  line-height: 5.25rem;
  font-weight: 500;
  font-weight: 600;
  color: #EFC9AF;
  text-transform: uppercase;
}

.lead-heading {
  font-size: 1.875rem;
  font-family: "Poppins", sans-serif;
  line-height: 5.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.lead-heading .badge {
  font-size: 0.75rem;
  font-weight: 400;
  border: 0.5px solid #B8B8B8;
  padding: 8px;
  border-radius: 4px;
  flex: auto 0 0;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-primary {
  background: #104C91;
  color: #fff;
  border-color: #104C91;
  border-radius: 100px;
  padding: 10px 16px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  border: 1px solid #104C91;
  min-width: 120px;
}
.btn-primary:hover {
  background: #4CA4E8;
  border-color: #4CA4E8;
}
.btn-primary.btn-icon {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.btn-primary:active, .btn-primary.active {
  background-color: #063960;
}
.btn-primary .material-symbols-outlined {
  font-size: 1rem;
}
.btn-primary:hover .material-symbols-outlined {
  animation: bounceright 0.3s alternate ease infinite;
}
.btn-primary.sm {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 12px 32px;
  color: #fff;
}
@media (max-width: 576px) {
  .btn-primary.sm {
    padding: 12px 10px;
  }
}
.btn-primary[disabled], .btn-primary.disabled, .btn-primary:disabled {
  background-color: #A9A9A9;
  border-color: #A9A9A9;
}

.link-circle-secondary {
  background-color: #E26274;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-btn {
  width: 100%;
  border: 1px dashed #104C91;
  background-color: transparent;
  padding: 10px 16px 10px 16px;
  border-radius: 4px;
  color: #104C91;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
  gap: 4px;
}
.add-btn:hover {
  background-color: rgba(16, 76, 145, 0.05);
}

.btn-outline-black, .btn-outline-primary, .btn-outline-secondary {
  border-radius: 100px;
  padding: 16px 32px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  min-width: 120px;
  will-change: transform;
}

.btn-outline-secondary {
  --bs-btn-color: #E26274;
  --bs-btn-border-color: #E26274;
  --bs-btn-hover-color: #E26274;
  --bs-btn-hover-bg: #F5F5F5;
  --bs-btn-hover-border-color: #E26274;
  --bs-btn-active-color: #E26274;
  --bs-btn-active-bg: #FFF1F3;
  --bs-btn-active-border-color: #E26274;
  --bs-btn-disabled-color: #E26274;
  --bs-btn-disabled-border-color:#E26274;
}

.btn-outline-primary {
  --bs-btn-color: #206BA4;
  --bs-btn-border-color: #206BA4;
  --bs-btn-hover-color: #206BA4;
  --bs-btn-hover-bg: #F5F5F5;
  --bs-btn-hover-border-color: #206BA4;
  --bs-btn-active-color: #206BA4;
  --bs-btn-active-bg: #FFF1F3;
  --bs-btn-active-border-color: #206BA4;
  --bs-btn-disabled-color: #206BA4;
  --bs-btn-disabled-border-color:#206BA4;
}

.btn-outline-black {
  --bs-btn-color: rgb(28, 25, 23);
  --bs-btn-border-color: rgb(28, 25, 23);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(28, 25, 23);
  --bs-btn-hover-border-color: rgb(28, 25, 23);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(28, 25, 23);
  --bs-btn-active-border-color: rgb(28, 25, 23);
  --bs-btn-disabled-color: rgb(28, 25, 23);
  --bs-btn-disabled-border-color:rgb(28, 25, 23);
}

/* Author : Abhishekhar Gundeti
   Author Website : www.tigersd.com */
html,
body {
  height: 100%;
  --bs-primary-rgb: 32, 107, 164;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  color: #000;
  overflow-x: hidden;
  line-height: 36px;
  background-color: #fffaf5;
}

.primary-text {
  color: #104C91;
}

.secondary-text {
  color: #EFC9AF;
}

.link-primary {
  color: #104C91 !important;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.box {
  background-color: #EDEBE6;
  border-radius: 4px;
  padding: 24px;
  height: 100%;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 1rem;
}

.form-control {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c3c5c7;
  padding-left: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.form-control::-moz-placeholder {
  font-size: 0.75rem;
}
.form-control::placeholder {
  font-size: 0.75rem;
}
.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #104C91;
}

textarea.form-control {
  resize: none;
}

.dropdown-menu {
  background-color: #ffe4cc;
  border: none;
}
.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #1f8ac0;
  color: #fff;
}

.page-title {
  background-color: #ffe4cc;
  border-radius: 100px;
  padding: 8px 16px;
  display: inline-flex;
  text-transform: uppercase;
  color: #1c1917;
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 500;
}/*# sourceMappingURL=styles.css.map */