html {
    scroll-behavior: auto !important;
}

body {
    background-color: #f8f7fa;
    color: #5d596c;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.full-bar {
    height: 50px;
    padding: 0;
    color: #ffffff;
    background-color: #25293c;
}

.header-bar {
    font-size: 20px;
}

.row-base {
    min-height: calc(100vh - 100px);
}

.box {
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

.box-sm {
    max-width: 540px;
}

.box-md {
    max-width: 1140px;
}

.box-h {
    height: calc(100vh - 120px);
}

select {
    color: #5d596c !important;
}

.menu-icon {
    transition: margin-right 0.3s ease;
    width: 1.375rem;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0.5rem;
    font-size: 1.375rem;
    display: inline-block;
}

.menu-icon-r90 {
    transform: rotate(90deg) !important;
}

.menu-icon-r90-scale-x {
    transform: rotate(90deg) scaleY(-1) !important;
}

/* extract as base */
/* .footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
} */
