﻿/* 修正粗體 */
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bold;
    src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體);
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25em !important;
}

.p-2 {
    padding: 0.5em !important;
}

.p-3 {
    padding: 1em !important;
}

.p-4 {
    padding: 1.5em !important;
}

.p-5 {
    padding: 3em !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-1 {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
}

.px-2 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.px-3 {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.px-4 {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}

.px-5 {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
}

.py-2 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.py-3 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.py-4 {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

.py-5 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25em !important;
}

.pt-2 {
    padding-top: 0.5em !important;
}

.pt-3 {
    padding-top: 1em !important;
}

.pt-4 {
    padding-top: 1.5em !important;
}

.pt-5 {
    padding-top: 3em !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25em !important;
}

.pr-2 {
    padding-right: 0.5em !important;
}

.pr-3 {
    padding-right: 1em !important;
}

.pr-4 {
    padding-right: 1.5em !important;
}

.pr-5 {
    padding-right: 3em !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25em !important;
}

.pb-2 {
    padding-bottom: 0.5em !important;
}

.pb-3 {
    padding-bottom: 1em !important;
}

.pb-4 {
    padding-bottom: 1.5em !important;
}

.pb-5 {
    padding-bottom: 3em !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25em !important;
}

.pl-2 {
    padding-left: 0.5em !important;
}

.pl-3 {
    padding-left: 1em !important;
}

.pl-4 {
    padding-left: 1.5em !important;
}

.pl-5 {
    padding-left: 3em !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25em !important;
}

.m-2 {
    margin: 0.5em !important;
}

.m-3 {
    margin: 1em !important;
}

.m-4 {
    margin: 1.5em !important;
}

.m-5 {
    margin: 3em !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.25em !important;
    margin-right: 0.25em !important;
}

.mx-2 {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
}

.mx-3 {
    margin-left: 1em !important;
    margin-right: 1em !important;
}

.mx-4 {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
}

.mx-5 {
    margin-left: 3em !important;
    margin-right: 3em !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25em !important;
    margin-bottom: 0.25em !important;
}

.my-2 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.my-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.my-4 {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
}

.my-5 {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25em !important;
}

.mt-2 {
    margin-top: 0.5em !important;
}

.mt-3 {
    margin-top: 1em !important;
}

.mt-4 {
    margin-top: 1.5em !important;
}

.mt-5 {
    margin-top: 3em !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25em !important;
}

.mr-2 {
    margin-right: 0.5em !important;
}

.mr-3 {
    margin-right: 1em !important;
}

.mr-4 {
    margin-right: 1.5em !important;
}

.mr-5 {
    margin-right: 3em !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25em !important;
}

.mb-2 {
    margin-bottom: 0.5em !important;
}

.mb-3 {
    margin-bottom: 1em !important;
}

.mb-4 {
    margin-bottom: 1.5em !important;
}

.mb-5 {
    margin-bottom: 3em !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25em !important;
}

.ml-2 {
    margin-left: 0.5em !important;
}

.ml-3 {
    margin-left: 1em !important;
}

.ml-4 {
    margin-left: 1.5em !important;
}

.ml-5 {
    margin-left: 3em !important;
}

/* N */
.p-n1 {
    padding: -0.25em !important;
}

.p-n2 {
    padding: -0.5em !important;
}

.p-n3 {
    padding: -1em !important;
}

.p-n4 {
    padding: -1.5em !important;
}

.p-n5 {
    padding: -3em !important;
}

.px-n1 {
    padding-left: -0.25em !important;
    padding-right: -0.25em !important;
}

.px-n2 {
    padding-left: -0.5em !important;
    padding-right: -0.5em !important;
}

.px-n3 {
    padding-left: -1em !important;
    padding-right: -1em !important;
}

.px-n4 {
    padding-left: -1.5em !important;
    padding-right: -1.5em !important;
}

.px-n5 {
    padding-left: -3em !important;
    padding-right: -3em !important;
}

.py-n1 {
    padding-top: -0.25em !important;
    padding-bottom: -0.25em !important;
}

.py-n2 {
    padding-top: -0.5em !important;
    padding-bottom: -0.5em !important;
}

.py-n3 {
    padding-top: -1em !important;
    padding-bottom: -1em !important;
}

.py-n4 {
    padding-top: -1.5em !important;
    padding-bottom: -1.5em !important;
}

.py-n5 {
    padding-top: -3em !important;
    padding-bottom: -3em !important;
}

.pt-n1 {
    padding-top: -0.25em !important;
}

.pt-n2 {
    padding-top: -0.5em !important;
}

.pt-n3 {
    padding-top: -1em !important;
}

.pt-n4 {
    padding-top: -1.5em !important;
}

.pt-n5 {
    padding-top: -3em !important;
}

.pr-n1 {
    padding-right: -0.25em !important;
}

.pr-n2 {
    padding-right: -0.5em !important;
}

.pr-n3 {
    padding-right: -1em !important;
}

.pr-n4 {
    padding-right: -1.5em !important;
}

.pr-n5 {
    padding-right: -3em !important;
}

.pb-n1 {
    padding-bottom: -0.25em !important;
}

.pb-n2 {
    padding-bottom: -0.5em !important;
}

.pb-n3 {
    padding-bottom: -1em !important;
}

.pb-n4 {
    padding-bottom: -1.5em !important;
}

.pb-n5 {
    padding-bottom: -3em !important;
}

.pl-n1 {
    padding-left: -0.25em !important;
}

.pl-n2 {
    padding-left: -0.5em !important;
}

.pl-n3 {
    padding-left: -1em !important;
}

.pl-n4 {
    padding-left: -1.5em !important;
}

.pl-n5 {
    padding-left: -3em !important;
}

.m-n1 {
    margin: -0.25em !important;
}

.m-n2 {
    margin: -0.5em !important;
}

.m-n3 {
    margin: -1em !important;
}

.m-n4 {
    margin: -1.5em !important;
}

.m-n5 {
    margin: -3em !important;
}

.mx-n1 {
    margin-left: -0.25em !important;
    margin-right: -0.25em !important;
}

.mx-n2 {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important;
}

.mx-n3 {
    margin-left: -1em !important;
    margin-right: -1em !important;
}

.mx-n4 {
    margin-left: -1.5em !important;
    margin-right: -1.5em !important;
}

.mx-n5 {
    margin-left: -3em !important;
    margin-right: -3em !important;
}

.my-n1 {
    margin-top: -0.25em !important;
    margin-bottom: -0.25em !important;
}

.my-n2 {
    margin-top: -0.5em !important;
    margin-bottom: -0.5em !important;
}

.my-n3 {
    margin-top: -1em !important;
    margin-bottom: -1em !important;
}

.my-n4 {
    margin-top: -1.5em !important;
    margin-bottom: -1.5em !important;
}

.my-n5 {
    margin-top: -3em !important;
    margin-bottom: -3em !important;
}

.mt-n1 {
    margin-top: -0.25em !important;
}

.mt-n2 {
    margin-top: -0.5em !important;
}

.mt-n3 {
    margin-top: -1em !important;
}

.mt-n4 {
    margin-top: -1.5em !important;
}

.mt-n5 {
    margin-top: -3em !important;
}

.mr-n1 {
    margin-right: -0.25em !important;
}

.mr-n2 {
    margin-right: -0.5em !important;
}

.mr-n3 {
    margin-right: -1em !important;
}

.mr-n4 {
    margin-right: -1.5em !important;
}

.mr-n5 {
    margin-right: -3em !important;
}

.mb-n1 {
    margin-bottom: -0.25em !important;
}

.mb-n2 {
    margin-bottom: -0.5em !important;
}

.mb-n3 {
    margin-bottom: -1em !important;
}

.mb-n4 {
    margin-bottom: -1.5em !important;
}

.mb-n5 {
    margin-bottom: -3em !important;
}

.ml-n1 {
    margin-left: -0.25em !important;
}

.ml-n2 {
    margin-left: -0.5em !important;
}

.ml-n3 {
    margin-left: -1em !important;
}

.ml-n4 {
    margin-left: -1.5em !important;
}

.ml-n5 {
    margin-left: -3em !important;
}

/* Background */
.bg-gradient-primary {
    background-color: #4e73df;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
    background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
    background-size: cover;
}

.bg-gradient-success {
    background-color: #1cc88a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1cc88a), to(#13855c));
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
}

.bg-gradient-info {
    background-color: #36b9cc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#258391));
    background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
    background-size: cover;
}

.bg-gradient-warning {
    background-color: #f6c23e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f6c23e), to(#dda20a));
    background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
    background-size: cover;
}

.bg-gradient-danger {
    background-color: #e74a3b;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e74a3b), to(#be2617));
    background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
    background-size: cover;
}

.bg-gray-100 {
    background-color: #f8f9fc !important;
}

.bg-gray-200 {
    background-color: #eaecf4 !important;
}

.bg-gray-300 {
    background-color: #dddfeb !important;
}

.bg-gray-400 {
    background-color: #d1d3e2 !important;
}

.bg-gray-500 {
    background-color: #b7b9cc !important;
}

.bg-gray-600 {
    background-color: #858796 !important;
}

.bg-gray-700 {
    background-color: #6e707e !important;
}

.bg-gray-800 {
    background-color: #5a5c69 !important;
}

.bg-gray-900 {
    background-color: #3a3b45 !important;
}


/* Text */
.text-gray-100 {
    color: #f8f9fc !important;
}

.text-gray-200 {
    color: #eaecf4 !important;
}

.text-gray-300 {
    color: #dddfeb !important;
}

.text-gray-400 {
    color: #d1d3e2 !important;
}

.text-gray-500 {
    color: #b7b9cc !important;
}

.text-gray-600 {
    color: #858796 !important;
}

.text-gray-700 {
    color: #6e707e !important;
}

.text-gray-800 {
    color: #5a5c69 !important;
}

.text-gray-900 {
    color: #3a3b45 !important;
}

/* Border */
.border {
    border: 1px solid black;
}

.border-x {
     border-left: 1px solid black;
     border-right: 1px solid black;
}

.border-y {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.border-left {
    border-left: 1px solid black;
}

.border-right {
    border-right: 1px solid black;
}

.border-top {
    border-top: 1px solid black;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.border-d {
    border: 1px dashed black;
}

.border-dl {
    border-left: 1px dashed black;
}

.border-dr {
    border-right: 1px dashed black;
}

.border-dt {
    border-top: 1px dashed black;
}

.border-db {
    border-bottom: 1px dashed black;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}
