/* 全域背景顏色 */
body{
    background: #A9D0E7 !important;
}
/*---------------------------------------blue藍色------------------------------*/
/* 側邊欄icon顏色 */
[data-theme='blue'] aside .nav-icon {
    color: #0a7eda;
}
[data-theme='blue'] aside .nav-link.active > .nav-icon, [data-theme='blue'] aside .nav-link.active > p{
    color: white;
}
[data-theme='blue'] aside .nav-link.active{
    background-color: #3ba3f6 !important
}

/* navbar顏色 */
[data-theme='blue'] .main-header {
    background-color: #0a7eda !important;
}

/* logo背景色 */
[data-theme='blue'] .brand-link {
    background-color: #0a7eda !important;
    color: rgba(255, 255, 255, .8) !important;
}
[data-theme='blue'] .brand-link:hover {
    color: white !important;
}

/* wrapper背景色 */
[data-theme='blue'] .content-wrapper {
    background: #A9D0E7 !important;
}

/* content-header 背景色*/
[data-theme='blue'] .content-header {
    background-color: white;
}

/* 按鈕樣式 */
[data-theme='blue'] .btn-classic-rounded-80w {
    background: #4688F9 !important;
    font-size: 1.2rem !important;
    color: #FFF !important;
    width: 80% !important;
    font-weight: bold !important;
    border-radius: 30px !important;
    border-width: medium !important;
    border-color: #4688F9 !important;
}
[data-theme='blue'] .btn-classic-rounded {
    background: #4688F9 !important;
    color: #FFF !important;
    font-weight: bold !important;
    border-radius: 30px !important;
    border-width: medium !important;
    border-color: #4688F9 !important;
}
[data-theme='blue'] .btn-classic-rounded-80w:hover,[data-theme='blue'] .btn-classic-rounded:hover{
    background: white !important;
    color: #4688F9 !important;
    border-width: medium !important;
    border-color: #4688F9 !important;
}
[data-theme='blue'] .btn-classic {
    background: #4688F9 !important;
    color: #FFF !important;
    border-color: #4688F9 !important;
    box-shadow: none;
}
[data-theme='blue'] .btn-classic:focus{
    background: #366ac2 !important;
    color: white !important;
    border-color: #366ac2 !important;
    box-shadow: 0 0 0 0 rgba(70, 136, 249,.5);
}
[data-theme='blue'] .btn-classic:active{
    background: #366ac2 !important;
    color: white !important;
    border-color: #366ac2 !important;
}
[data-theme='blue'] .btn-classic:hover{
    background: #366ac2 !important;
    color: white !important;
    border-color: #366ac2 !important;
}
[data-theme='blue'] .btn-orange {
    background: #fc9424 !important;
    color: #FFF !important;
    border-color: #fc880b !important;
}
[data-theme='blue'] .btn-orange:focus, [data-theme='blue'] .btn-orange:active, [data-theme='blue'] .btn-orange:hover{
    background: #fc880b !important;
    color: white !important;
    border-color: #ea7b03 !important;
}
[data-theme='blue'] .btn-green {
    background: #0eab5f !important;
    color: #FFF !important;
    border-color: #0c9452 !important;
}
[data-theme='blue'] .btn-green:focus, [data-theme='blue'] .btn-green:active, [data-theme='blue'] .btn-green:hover{
    background: #0c9452 !important;
    color: white !important;
    border-color: #0a7c45 !important;
}