body {
    font-family: Arial, sans-serif;
}

h1 {
    color: #333;
    margin-top: 20px;
}

.navbar-brand {
    font-weight: bold;
}

.navbar-center {
    position: absolute;
    font-weight: normal;
    left: 90%;
    transform: translateX(-50%);
}

.navbar-font {
    font-weight: normal;
}

.navbar {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-custom {
    background-color: #007bff; /* Blue color */
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-font {
    color: white; 
}

.container {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.form-inline .form-control {
    width: auto;
}

.form-inline .btn {
    margin-left: 10px;
}

.navbar-nav {
    flex-grow: 1;
}

.custom-popover .popover-body {
    background-color: black !important;
    color: white !important;
    border-radius: 5px !important; /* Adjust the value as needed */
    width: 400px !important; /* Adjust the value as needed */
}


.radio-group .form-check {
    padding-left: 0;
  }
  
  .radio-group .btn-group > .form-check:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .radio-group .btn-group > .form-check:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
  }

.custom-tooltip {
    max-width: 300px; /* Adjust the width as needed */
    white-space: normal; /* Allow text to wrap */
    padding: 10px;
    background-color: #f8f9fa;
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 26px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.Select-menu-outer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    z-index: 9999 !important;
}

.Select {
    z-index: 9999 !important;
}

.dash-table-container .dash-spreadsheet-container {
    overflow: visible !important;
}

.dash-table-container {
    overflow: visible !important;
}

.dash-spreadsheet {
    overflow: visible !important;
}