/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button.wt-withoutarrow,
input::-webkit-inner-spin-button.wt-withoutarrow {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].wt-withoutarrow {
  -moz-appearance: textfield;
}

@font-face {
  font-family: geist_mono;
  src: url(../fonts/GeistMonoVF.woff);
}

@font-face {
  font-family: geist_vf;
  src: url(../fonts/GeistVF.woff);
}

.font-geist-mono {
  font-family: geist_mono;
}

.font-geist-vf {
  font-family: geist_vf;
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f5f5f5;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h5,
h6,
p,
a {
  font-family: "Inter", sans-serif;
}

a {
  color: #116acc;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

img {
  width: 100%;
  height: auto;
}

main {
  flex: 1 0 auto;
  padding-bottom: 0;
}

/* .active-navlink svg path {
  fill: #116acc;
}

.disactive-navlink svg path {
  fill: #f5f5f5;
} */

.card-with-icon svg {
  width: 104.003px;
  height: 83.409px;
}
.card-with-icon svg path {
  fill: #116acc;
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.background {
  background-color: gray;
  opacity: 0.5;
  z-index: -100;
}
@layer utilities {
  .text-stroke {
    -webkit-text-stroke: 1px black;
  }
}

.background-img {
  background-image: url('../assets/get-started.png');
  background-position: center;
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

.h-24 {
  height: 24;
}

.bg-cover {
  background-size: cover;
}

.nav-item .active {
  background: #fff3;
}

@media (max-width: 767.98px) {
  .navbar-nav .nav-link {
    text-align: left;
    width: 100%;
    padding-left: 1rem;
  }
}

.get-started-section {
  background-image: url('/assets/get-started.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.homepage-title {
  font-size: clamp(1.8rem, 7vw, 4.5rem);
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

@media (max-width: 575.98px) {
  .get-started-section .btn-lg {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }
}

.h-style {
  color: #116ACC;
  font-size: 35px;
  font-weight: bold;
  line-height: normal;
}

.p-style {
  font-size: 15px;
  line-height: normal;
}

.auth-wrapper {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.15);
  padding: 2rem;
  width: 95%;
  max-width: 900px;
}

.auth-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-control:invalid {
  border-color: #dc3545;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
}

#regCity {
  margin-top: 8px;
}

.waitingroom-button {
  background-color: #116ACC;
  height: 48px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}

.waitingroom-button-disabled {
  background-color: #C7CBD2;
  height: 48px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}

.dashbord-declined {
  width: 123px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
  color: #6D0606;
  border-radius: 0.5rem;
}

.dashbord-garanted {
  width: 123px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-align: center;
  color: #296B1C;
  border-radius: 0.5rem;
}

.home-icon {
  src: url('assets/Icons/homepage.svg')
}

.main-content {
  min-height: 400px;
}


.dropdown-toggle::after {
  display: none;
}

.wr-bg-selected {
  background-color: #e9ecef;
}