*{
    padding: 0px;
    margin: 0px;
}
  
  .bi {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}
.dashboard{
    margin: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
}

.dashboard-text{
    margin: 5px;
    font-weight: bold;
    text-align: left;
}

.no-data{
    text-align: center;
}

.iframe-wrapper {
    position: relative;
  }

.iframe-wrapper iframe {
    border-radius: 15px;
  }

.iframe-wrapper button {
    margin: 10px;
  }

  .theme-toggle {
    border: none;
    background-color: transparent;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 5px 0 5px;
}

[data-bs-theme="light"]  .theme-toggle:hover {
    background-color: #333;
}

[data-bs-theme="dark"] .theme-toggle:hover {
    background-color: #f0f0f0;
}

[data-bs-theme="light"] .bi-moon-stars-fill, [data-bs-theme="light"] .bi-sun-fill, [data-bs-theme="light"] .bi-circle-half {
    width: 16px;
    height: 16px;
    color: #333;
}

[data-bs-theme="dark"] .bi-moon-stars-fill, [data-bs-theme="dark"] .bi-sun-fill, [data-bs-theme="dark"] .bi-circle-half {
    width: 16px;
    height: 16px;
    color: #FFF;
}

[data-bs-theme="dark"] .theme-toggle:hover .bi-moon-stars-fill, [data-bs-theme="dark"] .theme-toggle:hover .bi-sun-fill, [data-bs-theme="dark"] .theme-toggle:hover .bi-circle-half {
    color: #333;
}

[data-bs-theme="light"] .theme-toggle:hover .bi-moon-stars-fill,  [data-bs-theme="light"] .theme-toggle:hover .bi-sun-fill, [data-bs-theme="light"] .theme-toggle:hover .bi-circle-half {
    color: #fff;
}

[data-bs-theme="light"]  .dropdown-item-custom:hover {
    background-color: #333;
    color: #fff;
    border-radius: 5px;
}

[data-bs-theme="dark"] .dropdown-item-custom:hover {
    background-color: #f0f0f0;
    color: #333;
    border-radius: 5px;
}
