nav {
    height: 60px;
}

.text-muted {
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #4e73df;
}

.login-card {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
    padding: 2rem;
    width: 100%;
    max-width: 400px;
}

.input-wrapper {
    position: relative;
    display: inline-block;
}

.list-group-item.active span {
    color: #fff !important;
}

.input-wrapper input,
.input-wrapper .form-select {
    color: #878686 !important;

    /* 移除預設箭頭 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ql-editor {
    padding-bottom: 100px;
}

/* 讓圖示在展開/收合時旋轉 */
.sku-rotate {
    display: inline-block;
    transition: transform .2s ease;
}

@media (max-width: 768px) {
    #base_list_group_block {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    #base_list_group_block .list-group {
        flex: 0 0 auto;
        min-width: 200px;
    }
}