
  :root {
    --text-4: 4px;
    --text-7: 7px;
    --text-10: 10px;
    --text-12: 12px;
    --text-13: 13px;
    --text-14: 14px;
    --text-15: 15px;
    --text-16: 16px;
    --text-18: 18px;
    --text-20: 20px;
    --text-22: 22px;
    --text-24: 24px;
    --text-25: 25px;
    --text-26: 26px;
    --text-30: 30px;
    --text-40: 40px;
    --text-50: 50px;
    --text-60: 60px;
    --text-80: 80px;
  }
  
  :root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-border: #DDDDDD;
    --color-dark-1: #051036;
    --color-dark-2: #0D2857;
    --color-dark-3: #13357B;
    --color-dark-4: #163C8C;
    --color-light-1: #697488;
    --color-light-2: #F5F5F5;
    --color-light-3: #FBFCFF;
    --color-blue-1: #d03855;
    --color-blue-2: #E5F0FD;
    --color-green-1: #EBFCEA;
    --color-green-2: #008009;
    --color-yellow-1: #F8D448;
    --color-yellow-2: #E1C03F;
    --color-yellow-3: #FFC700;
    --color-yellow-4: #FFF8DD;
    --color-brown-1: #923E01;
    --color-purple-1: #7E53F9;
    --color-red-1: #D93025;
    --color-red-2: #F1416C;
    --color-red-3: #FFF5F8;
    --color-info-1: #CDE9F6;
    --color-info-2: #4780AA;
    --color-warning-1: #F7F3D7;
    --color-warning-2: #927238;
    --color-error-1: #ECC8C5;
    --color-error-2: #AB3331;
    --color-success-1: #DEF2D7;
    --color-success-2: #5B7052;
  }


  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
  }
  
  body {
    padding: 0;
    font-family: var(--font-primary);
    width: 100%;
    background-color: white;
    color: var(--color-dark-1);
    font-size: 16px;
    line-height: 1.875;
  }
 
  
  select,
  input:not([type="range"]),
  textarea {
    border: 0;
    outline: none;
    width: 100%;
   
  }
  
  main {
    overflow: hidden;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
    color:#ffa600 !important;
  }
  
  ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  p {
    margin: 0;
    font-size: 16px;
    color: var(--color-light-1);
  }
  
  button {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
  }
  
  button:focus {
    outline: 0;
  }
  
  .button {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  



.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}


.footer .footer-socila-icon a {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #F84E77;
color: #ffffff;
border-radius: 50%;
margin-right: 8px;
font-size: 15px;
}

.footer .footer-socila-icon a:hover {
background: #1baaa0;
}

.footer .footer-links {
margin: 0;
}

.footer .footer-links li+li {
padding-top: 10px;
}

.footer .footer-links li a {
position: relative;
}

.footer .footer-links li a:after {
content: "";
position: absolute;
width: 0px;
left: auto;
right: 0;
bottom: 0;
height: 1px;
transition: ease all 0.35s;
background: #F84E77;
}

.footer .footer-links li a:hover:after {
width: 100%;
left: 0;
right: auto;
}

.footer .footer-top {
padding-top: 1rem;
padding-bottom: 1rem;
}

.footer .footer-top h5,
.footer .footer-top .h5 {
position: relative;
font-size: 1.2rem;
text-transform: uppercase;
}

@media (min-width: 768px) {
.footer .footer-top {
padding-top: 2rem;
padding-bottom: 1rem;
}
}

@media (min-width: 992px) {
.footer .footer-top {
padding-top: 3rem;
padding-bottom: 2rem;
}
}

.footer .footer-border-top {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-border-top.dark {
border-top: 1px solid rgba(16, 16, 16, 0.1);
}

.footer .footer-border-bottom {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-border-bottom.dark {
border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.bg-dark-gradient {
background: linear-gradient( 180deg, #101010 50%, black 100%) repeat-x !important;
}

.white-link a {
color: rgba(255, 255, 255, 0.65);
}

a {
text-decoration: none
}

.avatar-lg img {
width:90px;
height:90px;
}


.footer .footer-socila-icon a {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #F84E77;
color: #ffffff;
border-radius: 50%;
margin-right: 8px;
font-size: 15px;
}

.footer .footer-socila-icon a:hover {
background: #1baaa0;
}

.footer .footer-links {
margin: 0;
}

.footer .footer-links li+li {
padding-top: 10px;
}

.footer .footer-links li a {
position: relative;
}

.footer .footer-links li a:after {
content: "";
position: absolute;
width: 0px;
left: auto;
right: 0;
bottom: 0;
height: 1px;
transition: ease all 0.35s;
background: #F84E77;
}

.footer .footer-links li a:hover:after {
width: 100%;
left: 0;
right: auto;
}

.footer .footer-top {
padding-top: 1rem;
padding-bottom: 1rem;
}

.footer .footer-top h5,
.footer .footer-top .h5 {
position: relative;
font-size: 1.2rem;
text-transform: uppercase;
}

@media (min-width: 768px) {
.footer .footer-top {
padding-top: 2rem;
padding-bottom: 1rem;
}
}

@media (min-width: 992px) {
.footer .footer-top {
padding-top: 3rem;
padding-bottom: 2rem;
}
}

.footer .footer-border-top {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-border-top.dark {
border-top: 1px solid rgba(16, 16, 16, 0.1);
}

.footer .footer-border-bottom {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-border-bottom.dark {
border-bottom: 1px solid rgba(16, 16, 16, 0.1);
}

.bg-dark-gradient {
background: linear-gradient( 180deg, #101010 50%, black 100%) repeat-x !important;
}

.white-link a {
color: rgba(255, 255, 255, 0.65);
}

a {
text-decoration: none
}

.avatar-lg img {
width:90px;
height:90px;
}


#navbar_top {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

/* Sticky navbar styling */
#navbar_top.fixed-top {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Navbar links */
.navbar-nav .nav-link {
  color: #555;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #007bff;
}

/* Dropdown Menu */
.dropdown-menu {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Search form */
.navbar .form-control {
  border: none;
  border-radius: 20px;
  margin-right: 5px;
}

.navbar .btn-outline-success {
  border-color: #28a745;
  color: #28a745;
  border-radius: 20px;
}

.navbar .btn-outline-success:hover {
  background-color: #28a745;
  color: white;
}




/* Adjustments for screens smaller than or equal to 768px */
@media (max-width: 768px) {
  /* Navbar becomes more compact */
  .navbar-brand {
      margin-right: 0;
  }

  .navbar-toggler {
      padding: .25rem .5rem;
  }

  /* Dropdown menu full width */
  .dropdown-menu {
      width: 100%;
  }

  /* Larger tap targets for nav items */
  .navbar-nav .nav-link {
      padding: 10px 15px;
  }

  /* Search form adjustments */
  

  /* Adjust padding when navbar is fixed */
  .fixed-top + body {
      padding-top: 60px; /* Adjust based on the actual height of your navbar */
  }
}


/* General search bar styling */
.form-control {
  border: 2px solid #ddd;
  border-radius: 30px 0 0 30px;
  padding: 10px 20px;
}

.btn-outline-primary {
  border: 2px solid #0d6efd;
  border-radius: 0 30px 30px 0;
  color: #0d6efd;
  padding: 10px 20px;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: white;
}

/* Adjustments for search bar in bg-success div */
.bg-success .form-control {
  border-color: #fff;
  color: #333;
}

.bg-success .form-control:focus {
  box-shadow: none;
  border-color: #aaa;
}

.bg-success .btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.bg-success .btn-outline-light:hover {
  background-color: #fff;
  color: #0c0c0c;
}

/* Placeholder color */
.bg-success .form-control::placeholder {
  color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .bg-success .form-control,
  .bg-success .btn-outline-light {
      border-radius: 30px;
      margin-bottom: 10px;
  }

  .bg-success .btn-outline-light {
      width: 100%;
  }
}


/* Adjust the search bar and button sizes for smaller screens */
@media (max-width: 576px) {
  .bg-success form .form-control, 
  .bg-success form .btn {
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .bg-success .btn-outline-light {
    width: 20%;
}

}

/* Full-width search bar and button on extra small screens */
@media (max-width: 400px) {
  .bg-success form .form-control, 
  .bg-success form .btn {
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .bg-success .btn-outline-light {
    width: 20%;
}
}
