html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}


body {
    margin-bottom: 60px;
    font-family: "Open Sans", sans-serif;
    color: #444444;
}
a {
    color: #47b2e4;
    text-decoration: none;
}

    a:hover {
        color: #73c5eb;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}


.btn-hex-padding {
    margin-bottom: 10px;
}

.chart-container {
    position: relative;
    margin: auto;
    min-height: 220px;
}

@media (max-width: 845px) {
  .chart-container {
    min-height: 0;
  }
}

.dashboard-stat{
    padding-right: 5px;
}

@media (max-width: 700px) {
    .hideClass-sm {
        display: none;
    }
}

@media (max-width: 992px) {
    .hideClass-md {
        display: none;
    }
}


.nav-item {
    padding-right:10px;
    max-width:150px;
    flex: 1; /* Makes all items take an equal amount of space */
    text-align: center; /* Centers the text inside each item */
}


@media (max-width: 991px) {
    .nav-item {
        margin-top:10px;
        max-width: 100%;
    }

}


.nav-pills .nav-link {
    background-color: white; /* White background for inactive pills */
    color: #1ab394; /* Blue text for inactive pills */
    border: 1px solid #1ab394; /* Blue border for inactive pills */
    padding: 5px 10px; /* Reduces the vertical and horizontal padding */
    font-size: 14px; /* Optionally reduce the font size for smaller text */
    border-radius: 20px; /* Keeps the rounded look proportional */
}

.nav-pills .nav-link:hover {
    background-color: #e6f7ff; /* Light blue background on hover (optional) */
    color: #0056b3; /* Darker blue text on hover */
}

    .nav-pills .nav-link.active {
        background-color: #1ab394; /* Blue background for the active pill */
        color: white; /* White text for the active pill */
        border: 1px solid #1ab394; /* Matches the background */
        border-radius: 50px; /* Keeps the rounded look */
    }

.sign-out.nav-link {
    background-color: white; /* White background for inactive pills */
    color: #1ab394; /* Blue text for inactive pills */
    border: 1px solid #1ab394; /* Blue border for inactive pills */
    padding: 5px 10px; /* Reduces the vertical and horizontal padding */
    font-size: 14px; /* Optionally reduce the font size for smaller text */
    border-radius: 20px; /* Keeps the rounded look proportional */
    min-width: 100px;
    max-width: 150px;
}

.hx-primary {
    background-color: #1ab394;
    color: white;
    --bs-bg-opacity: 1;
}

    .hx-primary:hover {
        background-color: #17a589; /* Updated hover color */
        color: #f8f9fa; /* Light gray text on hover */
    }

.hx-secondary {  
   background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;  
   color: white;  
   --bs-bg-opacity: 1;  
}  

.hx-secondary:hover {  
   background-color: rgba(var(--bs-secondary-rgb), 0.8) !important; /* Slightly darker on hover */  
   color: #f8f9fa; /* Light gray text on hover */  
}

.hx-nav-link {
    color: #1ab394;
}


#customer-wrapper {
    background-color: lightgray;
    padding: 20px;
    min-height: 600px;
}