/*覆寫主色系變更 */
:root {
    /*--kt-success:#73B200;*/
    /*--kt-success-active:#669F00;*/
    /*--kt-text-success:#669F00;*/
    /*--kt-info:#6E54A7;*/
    /*--kt-info-active:#6E54A7;*/
    /*--kt-text-info:#6E54A7;*/
    /*--kt-text-muted:#777777;*/
    /*--kt-dark-active:#333333;*/
    /*--background:#F4F4F4;*/
}

html,body *{
    font-size: 1.1rem;
}

.wrap {
    min-height: 100%;
    position: relative;
    overflow: auto;
    background-position: 120% -100px;
    background-repeat: no-repeat;
}

.header {
    background-color: #b90202 !important;
}

@media (max-width: 992px) {
    .toolbar {
        flex-direction: column;
        background: var(--kt-bg-rgb-color);
    }
}

.scrolltop {
    bottom: 70px;
}

/* 編輯頁-主按鈕區 */
.action-btnbox{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: #333;
    padding: 10px 10px;
}
.action-btnbox .btn{
    margin-bottom: 0;
}
.action-btnbox .btnbox{
    text-align: right;
}


/* table 裡的 status icon */
.table__status-icon{
    vertical-align: middle;
    font-size: 18px;
}

