html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
}

.e-grid .e-headercelldiv {
    font-weight: bold;
    font-size: 14px;
}

.btn-width {
    width: 10em;
}

.btn-sm-width {
    width: 5em;
}

.btn-md-width {
    width: 7.5em;
}

.tab-border {
    border: 1px solid var(--bs-gray-300);
    border-top: none;
}

.icon {
    cursor: pointer;
}

.add-icon {
    font-size: 1.1em;
    margin-top: 7px;
}

.disabled {
    pointer-events: none;
    background-color: #e9ecef;
    color: #6c757d;
}

.logo {
    font-family: 'Lora', serif;
    font-size: 4.2em;
}
