/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
}

.global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;*/ /* hidden by default */
    /*z-index: 1080;*/ /* must be higher than Bootstrap modals */
/*}

    .global-loader:not(.d-none) {
        display: flex;
    }

    .global-loader.d-none {
        display: none !important;
    }

.loader-backdrop {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    flex-direction: column;
}

    .loader-backdrop .spinner-border {
        width: 3rem;
        height: 3rem;
    }

.bolilmod-brand {
    font-family: 'Segoe UI', 'Open Sans', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #2C3E50;*/ /* Deep Indigo-Blue for elegance */
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/ /* Soft depth */
    /*transition: transform 0.3s ease, color 0.3s ease;
}*/

