:root {
    --bc1: rgba(21, 69, 135, 0.1);
    --lc1: rgba(72, 110, 167, 1);
    --wb1: rgba(238, 118, 0, 0.8);
    --big_wid: 5.5rem;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700&display=swap");

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    /* background: linear-gradient(
        to right bottom,
        rgb(0, 0, 0) 0%,
        rgb(6, 42, 87) 30%,
        rgb(6, 42, 87) 70%,
        rgb(0, 0, 0) 100%
    ); */
    /* background: #f4ecdc; */
    background: white;
    /* background: url(/assets/cchlogo-03.png),
        linear-gradient(to top, #ebc883 0%, #ebc883 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; */
    /* background: linear-gradient(to right bottom,rgb(6, 42, 87) 50%,rgb(0, 0, 0) 100%); */
}

body {
    height: 100%;
    min-height: 100vh;
    /* color: brown; */
    color: #5c5c5c;
    /* opacity: 0.8; */
    /* background: linear-gradient(
            to right,
            transparent 0px,
            transparent 39px,
            var(--bc1) 40px,
            var(--bc1) 41px,
            transparent 42px
        ),
        linear-gradient(
            to top,
            transparent 0px,
            transparent 39px,
            var(--bc1) 40px,
            var(--bc1) 41px,
            transparent 42px
        ),
        radial-gradient(var(--bc1) 2px, transparent 2px); */
    /* background-color: rgb(4, 6, 80); */
    background: transparent;
    /* background: rgba(255, 255, 255, 0.7); */
    /* background-size: 80px 80px; */
    font-family: "Noto Sans", sans-serif !important;
    background-color: white;
}

.content {
    min-height: 100vh;
    padding-bottom: 50px;
    margin-bottom: -40px;
}
.card-info:not(.card-outline)>.card-header{
    background-color: #cb5a00;
}



[class^="col"] {
    overflow-wrap: anywhere;
}
h1 {
    color: #ee7600 !important;
}
/* sunny style start*/

/* change boostrap input blue flow start */
   .form-control:focus {
    border: #ee7600 1px solid;
    box-shadow: none;
}

.form-control:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.form-control {
    border-radius: 15px;
}

.input-group-text {
    border: none;

}

/* change boostrap input blue flow end */

/* boostrap  page styles  start*/
    .page-link {
        color:#ee7600;
        z-index: 1;
     }
     .page-link:focus{
         box-shadow: none;
         color:#ee7600;
     }
     .page-item.active .page-link {
         background:#ee7600;
         border:1px solid #ee7600;
     }
     .pagination .active a,.pagination a:hover{
         background-color:#ee7600;color:#ffffff;
     }
 
     .page-link.active, .active > .page-link{
         background:#ee7600;
         border:1px solid #ee7600;
     }
     .page-link.active, .active > .page-link:focus{
         background:#ee7600;
         border:1px solid #ee7600;
         box-shadow: none;
      
     }
     .page-item:first-child .page-link:focus{
         box-shadow: none;
         color:#ee7600;
     }
     .page-item:last-child .page-link:focus{
         box-shadow: none;
         color:#ee7600;
     }
 
/* boostrap  page styles  end*/
 .table-hover tbody tr:hover {
     background-color: rgba(200,228,248,0.5);
 }

#content {
    background: white;
    padding-left: calc(10% + 220px);
    padding-right: 10%;
    background-image: url(/assets/logoforbackground.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 55vh;
}

.hiddenScrollY {
    padding-right: 17px !important;
    overflow-y: hidden !important;
}
.primary_btn1 {
    border-radius: 15px;
    background-color: white;
    border: 1px solid #ee7600;
    padding: 0.3rem 1.5rem;
    color: #ee7600;
}

.primary_btn1:hover {
    color: white;
    background-color: #ee7600;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}



.primary_btn1:focus {
    color: white;
    background-color: #ee7600;
    outline: 1px solid #ee7600;
    border: 1px solid #ee7600;
}

.input_primary {
    border-radius: 15px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    padding-right: 10px;
}

.input_primary:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}


.textarea_primary{
    border-radius: 15px;
    border: 1px solid #cccccc;
    padding:10px;
    height:10vh;
    display:inline;
}

.textarea_primary:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.textarea_primary:focus {
    border: #ee7600 1px solid;
    outline: none;
}
.secondary_btn1 {
    border-radius: 15px;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 0.3rem 1.5rem;
    color: #333333;
   
}

.secondary_btn1:hover {
    color: #333333;
    background-color: #cccccc;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.secondary_btn1:focus {
    color: #333333;
    background-color: #cccccc;
    outline: 1px solid #cccccc;
    border: 1px solid #cccccc;
}

.warning_btn{
    border-radius: 15px;
    background-color: #a52a2a;
    border: 1px solid #a52a2a;
    padding: 0.3rem 1.5rem;
    color: #fff;
}
.warning_btn:hover{
    color: white;
    background-color: #7f1700;
    /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
}
.warning_btn:focus{
    border: #7f1700 1px solid;
    outline: none;
}
.green_btn{
    border-radius: 15px;
    background-color: #28A745;
    border: 1px solid #28A745;
    padding: 0.3rem 1.5rem;
    color: #fff;
}
.green_btn:hover{
    color: #fff;
    background-color: #1F933A;
    /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
}
.green_btn:focus{
    border: #1F933A 1px solid;
    background-color: #1F933A;
    outline: none;
}

.group_btn_sec {
    width: fit-content;
    color: #5c5c5c;
    padding: 0;
   
}

.group_btn {
    border: none;
    border-top: 1px solid #cccccc;
    background-color: #fff;
    padding: 1rem;
}

.group_btn:hover {
    color: #ee7600;
    box-shadow: inset 0px 4px 0px 0px #ee7600;
    border-top: 1px solid #ee7600;
}

.group_btn_active {
    color: #ee7600;
    box-shadow: inset 0px 4px 0px 0px #ee7600;
    border-top: 1px solid #ee7600;
}


 /* checkbox css start */
 .checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

 
  /* Hide the browser's default checkbox */
  .checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #cccccc;
  }

  .checkboxcontainer:hover input ~ .checkmark {
    border: 1px solid #ee7600;
  }

  /* When the checkbox is checked, add a background */
  .checkboxcontainer input:checked ~ .checkmark {
    background-color: #ee7600;
    border: 1px solid #ee7600;
  }

  /* Create the checkmark/勾勾 (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/勾勾 */
  .checkboxcontainer .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* checkbox css end */

/* 設定input 瀏覽器自動帶入資料樣式 start */
  input:-webkit-autofill{
    border: 1px solid #ee7600;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
  }
/* 設定input 瀏覽器自動帶入資料樣式 end */

/* sunny style end */
.btn.unselect {
    box-shadow: 3px 3px 0px #333;
}
.btn.select {
    box-shadow: inset 3px 3px 0px #333;
}

.btn.select:focus {
    box-shadow: inset 3px 3px 0px #333 !important;
}

.btn_wt {
    border: 3px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
    font-size: 1.5rem;
    transition: all 0.2s;
}

.btn_wt:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: drop-shadow(0 0 3px #fff);
    transform: scale(1.1, 1.1);
}

.select_wt {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.select_wt option {
    color: #000;
}

#loading {
    display: none;
    position: relative;
    z-index: 1090;
}

#loading > div {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading > div > #run {
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading > div > #run > div {
    position: absolute;
}

#loading > div > #run > div:first-child {
    border-radius: 100%;
    border: 10px solid #cb5a00;
    border-bottom: 10px solid transparent;
    height: 100px;
    width: 100px;
    animation: round_r 5s linear infinite;
}

#loading > div > #run > div:nth-child(2) {
    position: absolute;
    border-radius: 100%;
    border: 7px solid #ee7600;
    border-top: 7px solid transparent;
    height: 70px;
    width: 70px;
    animation: round_l 5s linear infinite;
}

#loading > div > #run > #message > h4 {
    line-height: 50px;
    z-index: 500;
}

#completed {
    display: none;
}
#completed > .row {
    border: 3px solid #fff;
    min-height: 150px;
    min-width: 250px;
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(179, 177, 255, 0.7));
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.8);
}

#com_btn > button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
}

#com_btn > button:hover {
    filter: drop-shadow(0 0 2px #000) drop-shadow(0 0 5px #e98fff)
        drop-shadow(0 0 2px #e98fff);
    transition: all 0.5s;
}

@keyframes round_r {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(720deg);
    }
}

@keyframes round_l {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-720deg);
    }
}

.light_word {
    text-shadow: 0 0 2px var(--lc1), 0 0 2px var(--lc1), 0 0 6px var(--lc1),
        0 0 8px var(--lc1), 0 0 9px var(--lc1);
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.1) 1px,
        transparent 1px
    );
    background-size: 10px 10px;
    text-align: center;
}

@keyframes light {
    from {
        filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
    }
    from {
        filter: drop-shadow(0 0 7px #fff) drop-shadow(0 0 7px #fff);
    }
}

/* SIDEBAR_SET */

.sidebar {
    height: 100%;
    width: 200px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 1052;
    
}

.sidebar.finance {
    left: -200px;
}

.sidebar a {
    transition: all 0.2s;
}

.sidebar a:hover {
    text-decoration: none;
    /* transform: scale(1.1, 1.1); */
    font-size: 1.1rem;
    transition: all 0.2s;
    text-shadow: 0 0 4px #fff;
}

.sidebar > ul {
    list-style: none;
    padding-left: 0px;
}

.sidebar > ul > li {
    margin: 15px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid rgba(236, 120, 1, 0.7);
    font-size: 1.1rem;
    font-weight: 700;
}

#user_image_sb {
    border-radius: 15px;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
}

#user_image_sb > img {
    width: 100%;
    height: auto;
}

#user_name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

#user_name > h5 {
    margin-bottom: 0;
}

.sb_btn.finance {
    display: block;
    height: 60px;
    width: 60px;
    /* border: 2px solid rgba(240, 212, 156, 0.7); */
    border-left-color: transparent;
    border-radius: 0 5px 5px 0;
    /* background-color: rgba(240, 212, 156, 0.7); */
    margin-left: 200px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}
/* RWD */

@media screen and (max-width: 768px) {
    #content {
        padding-left: 0;
        padding-right: 0;
        background-size: 40vh;
    }

    .sidebar {
        width: 200px;
        left: -200px;
    }
    .sb_btn {
        height: 60px;
        width: 60px;
        /* border: 2px solid rgba(240, 212, 156, 0.7); */
        border-left-color: transparent;
        border-radius: 0 5px 5px 0;
        /* background-color: rgba(240, 212, 156, 0.7); */
        margin-left: 200px;
        position: absolute;
        top: 0px;
        cursor: pointer;
    }
}

#content.finance {
    padding-left: 0px;
    padding-right: 0px;
}

/* sunny style start */
.primary_btn1 {
    padding: 0.3rem 1rem;
}
.secondary_btn1 {
    padding: 0.3rem 1.5rem;
}

.warning_btn{
    padding: 0.3rem 1rem;
}

.green_btn{
    padding: 0.3rem 1rem;
}




/* 769 以上 */
@media screen and (min-width: 769px) {
    #content {
        background: white;
        padding-left: calc(10% + 200px);
        /* padding-left: 200px; */
        padding-right: 10%;
        background-image: url(/assets/logoforbackground.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 50vh;
    }

    .sidebar {
        width: 200px;
        left: 0px;
    }

    .sb_btn {
        display: none;
    }
}

.sb_btn ul {
    list-style: none;
    padding: 12px 8px;
    cursor: pointer;
    padding-top: 15px;
}

.over_width {
    width: 120%;
}

.sb_btn ul li {
    border-bottom: 2px solid rgba(236, 120, 1, 0.7);
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.4s;
}

@keyframes sb_out {
    from {
        left: -200px;
    }
    to {
        left: 0px;
    }
}

@keyframes sb_in {
    from {
        left: 0px;
    }
    to {
        left: -200px;
    }
}


/* WINDOW_SET */

.m_border {
    /* padding: 50px 25px; */
    height: 0px;
    /* min-height: 0px; */
    /* height: 330px; */
    overflow: hidden;
    width: 100%;
    transition-property: height;
    transition-delay: 0.1s;
    transition-duration: 0.4s;
    /* border: 2px solid rgba(255, 255, 255, 0.7); */
    /* border: 2px solid brown; */
    border-radius: 5px;
    background-color: var(--wb1);
    box-shadow: 3px 3px 3px #999;
}

.in_win {
    padding: 20px 25px;
}

.open {
    filter: drop-shadow(0px 0px 5px #fff);
    height: auto;
    animation: open 1s linear;
    transition: all 0.2s;
}

@keyframes open {
    25% {
        height: 0px;
    }
    50% {
        height: 200px;
    }
    75% {
        height: 300px;
    }
    100% {
        height: auto;
    }
}

.close {
    height: 0;
    animation: w_close 0.8s linear;
    transition: height 0.2s;
}

@keyframes w_close {
    0% {
        height: auto;
    }
    /* 25% {
        height: 200px;
    } */
    /* 50% {
        height: 100px;
    } */
    75% {
        height: 0px;
    }
    100% {
        height: 0px;
    }
}

.m_border input {
    width: 100%;
    margin-bottom: 10px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    /* border-bottom: 1px solid white; */
    /* border-bottom: 1px solid brown; */
    line-height: 2rem;
    outline: 0;
    /* caret-color: #fff; */
    caret-color: brown;
    transition: all 0.2s;
    color: brown;
    padding: 5px 15px;
}

.m_border input:focus {
    /* border: 2px solid #fff; */
    box-shadow: 0px 0px 7px #fff;
}

.m_border button {
    margin-top: 15px;
    /* border: 2px solid rgba(255, 255, 255, 2); */
    /* border: 2px solid brown; */
    border-radius: 5px;
    /* background-color: transparent; */
    /* color: white; */
    padding: 10px 10px;
    width: 100%;
    font-size: 1.4rem;
    transition: all 0.4s;
    outline: 0;
}

/* .m_border button:hover {
    background-color: rgba(255, 255, 255, 0.2);
} */

.m_border button:active {
    background-color: #fff;
    color: rgb(4, 6, 128);
}

.m_border h4 {
    color: #fff;
}

/* HOME_SET */

.welcome {
    text-align: center;
    padding: 5px;
    /* width: 37rem; */
    text-shadow: 0 0 2rem #fff, 0 0 2rem #fff;
    animation: wel_word 1s steps(10);
    overflow: hidden;
    white-space: nowrap;
    
}

@media screen and (max-width: 768px) {
    .welcome {
        /* font-size: 3rem; */
        width: 80vw;
       
    }
    .assign {
        padding: 1px 6px !important;
        transform: translateX(0) !important;
    }
}
@media screen and (min-width: 769px){
    .welcome {
        /* font-size: 5.5rem; */
        width: 37rem;
    }
}

@keyframes wel_word {
    from {
        width: 0%;
    }
    to{
        width: 100%;
    }
    
}

.report {
    text-align: center;
    color: #98efff;
}

.report .col-12 h4 {
    display: inline-block;
    text-shadow: 0 0 1.5rem var(--lc1), 0 0 1.5rem var(--lc1);
}

.report .col-12 h4:nth-child(odd) {
    font-weight: 900;
    margin: 10px 0;
}

.report .col-12 h4:nth-child(even) {
    color: #fff;
}

/* CASELIST_SET */

#back {
    width: fit-content;
    position: fixed;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    #back {
        right: 0px;
        top: 20px;
    }
}

#back div {
    transition: all 0.5s;
    display: inline;
}

#back:hover {
    transition: all 0.3s;
    /* filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 7px #fff); */
    text-shadow: 0 0 5px #ccc, 0 0 7px #ccc, 0 0 10px #ccc, 0 0 13px #ccc;
}

#back div:first-child {
    position: absolute;
    transform: translate(33px, 4px);
    z-index: 100;
    /* text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff; */
    /* font-size: 1.5rem; */
    
    color: #CB5A00;
}
#back div:nth-child(2) {
    display: inline-block;
    border-left: 2px solid #CB5A00;
    border-bottom: 2px solid #CB5A00;
    transform: rotate(45deg) translate(0px, -25px);
    height: 18px;
    width: 18px;
    background-color: rgba(255, 255, 255, 0);
}
#back div:last-child {
    display: inline-block;
    height: 42px;
    width: 81px;
    padding-top: 2px;
    background-color: rgba(255, 255, 255, 0);
}

.list_df {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.list_title {
    padding: 2px 10px;
    /* border: 4px solid transparent; */
    /* border-bottom: 3px solid #fff; */
    margin: auto;
    /* background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(120, 220, 250, 0.5) 10%,
        rgba(120, 220, 250, 0.5) 90%,
        transparent 100%
    ); */
    /* background: rgba(236, 120, 1, 0.9); */
    background: #cb5a00;
    border-radius: 15px;
}

.list_title h5 {
    font-weight: 900;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.1) 1px,
        transparent 1px
    );
    background-size: 10px 10px;
    color: #fff;
}
.list_title h4 {
    font-weight: 900;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: radial-gradient(
        rgba(255, 255, 255, 0.1) 1px,
        transparent 1px
    );
    background-size: 10px 10px;
    color: #fff;
}

.list_title div {
    text-align: center;
    border-left: 2px solid #fff;
    padding-bottom: 2px;
}
.list_title div:first-child {
    border-left: none;
}

.case_list {
    cursor: pointer;
}
.case_list:hover {
    text-decoration: none;
}

.case_list > .row {
    border: 0px solid #c5d5e6;
    padding: 15px 10px;
    border-radius: 15px;
    /* color: brown; */
    color: #5c5c5c;
    margin: 0px auto;
    transition: all 0.3s;
}

.case_list:hover > .row {
    transition: all 0.3s;
    /* transform: scale(1.1); */
    color:#cb5a00;
    font-weight:700;
    font-size:1rem;
    /* border: 2px solid #fff; */
    /* filter: brightness(5%); */
}

/* .container .case_list:nth-child(even) > .row {
    background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(220, 220, 240, 0.1) 10%,
        rgba(220, 220, 240, 0.1) 90%,
        transparent 100%
    );

}

.container .case_list:nth-child(odd) > .row {
    background-image: linear-gradient(
        to right,
        transparent 0%,
        rgba(220, 220, 240, 0.1) 10%,
        rgba(220, 220, 240, 0.1) 90%,
        transparent 100%
    );
} */

.case_list h5 {
    font-weight: 700;
    margin-top: 0.5rem;
    word-break: break-all;
    font-size: 1.2rem;
}

.case_list .row > div {
    /* border-right: 1px solid brown; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_list .row > div:last-child {
    border-right: none;
}

@media Screen and (max-width: 768px) {

    #back {
        top:20px;
        right: 0;
    }

    .case_list .col-10 > .row > div:nth-child(2) {
        border-right: none;
    }
    .case_list h5 {
        font-size: 1.1rem;
    }
}

.case_filter {
    margin: 20px auto;
    text-align: center;
}

.case_filter div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_filter span {
    font-size: 1.1rem;
    font-weight: 700;
    margin-right: 10px;
}

.case_filter input {
    border: none;
    border-bottom: 2px solid #fff;
    color: #98efff;
    background-color: transparent;
    /* background-image: linear-gradient(to left, rgba(255, 255, 255, 1) 25px, transparent 25px); */
    transition: all 0.2s;
    margin: 5px auto;
    line-height: 2rem;
}

.case_filter input:focus {
    transform: scale(1.2, 1.2);
}

.case_filter select {
    border: none;
    border-bottom: 2px solid #fff;
    color: #98efff;
    background-color: transparent;
}

.case_filter option {
    color: #000; 
}

.list_control {
    margin: 50px auto;
    text-align: center;
}

.list_control .page-link {
    border: none !important;
    background-color: rgba(153, 240, 255, 0.3);
    color: #fff;
}

.list_control .page-item.disabled .page-link {
    background-color: #545b62;
}

.list_control .page-item.active .page-link {
    background-color: #e98fff;
}

/* CASE INFOMATION */

.case_info {
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 5%;
}

.case_info h4,
.case_info h5 {
    line-height: 2.5rem;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.info_header {
    margin-top: 0;
}

.assign,
.reply_btn {
    border: 3px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    font-weight: 800;
    /* padding: 3px 30px; */
    white-space: nowrap;
    font-size: 1.2rem;
    transform: translateX(-20px);
    transition: all 0.2s;
}

.assign:hover,
.reply_btn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: drop-shadow(0 0 3px #fff);
    transform: scale(1.1, 1.1) translateX(-20px);
}

.info_block {
    margin-bottom: 50px;
}
/*
.info_block h5,
.info_header h5 {
    margin-bottom: 0;
} */

/* .service_block {
    display: block;
} */
.service_block input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    /* text-align: end; */
}

.f_end {
    float: right;
}
.f_end::after {
    content: "";
    clear: both;
}

.info_block .row > div:nth-child(odd),
.info_header .row > div:nth-child(1),
.reply_title,
.assign_title > div:nth-child(even),
.service_block > .col-12 > .row > div:nth-child(odd),
.member_info .col-12 > .row > .col-12:nth-child(odd) > h5 {
    /* background-image: linear-gradient(
        to right,
        transparent 0%,
        var(--wb1) 15%,
        var(--wb1) 85%,
        transparent 100%
    ); */

    /* margin-bottom: 3px;
    padding-top: 3px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c5c5c;
}

.info_block .row > div:nth-child(odd) > h5,
.info_header .row > div:nth-child(odd) > h5,
.reply_title > h5 {
    font-weight: 700;
}

.info_block .row > div:nth-child(even) > h5,
.info_header .row > div:nth-child(even) > h5,
.reply_content {
    color: #5c5c5c;
    text-align: center;
}

.re {
    transform: scale(0.9, 0.9) translateX(20px);
}

.re h5:first-child {
    color: rgb(255, 255, 0);
}

.reply_star {
    padding-left: 0;
}

.reply_star > span {
    display: inline-block;
    color: rgba(255, 255, 0, 0.2);
    width: auto;
    font-size: 2rem;
    margin: 10px 0;
    cursor: pointer;
    transition: color 0.3s;
}

.reply_star > h6 {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 5px;
    color: #98efff;
}

.reply_keyin {
    width: 100%;
    overflow: hidden;
    padding: 2% 7%;
}

.textarea {
    padding: 10px;
    width: 100%;
    min-height: 100px;
    border: 1px solid #ccc;
    background-color: rgba(120, 220, 250, 0.2);
    border-radius: 5px;
    transition: all 0.3s;
    overflow: auto;
}

.textarea:focus {
    outline: none;
    box-shadow: 0 0 3px #fff, 0 0 5px #fff, inset 0 0 5px #fff;
}

.textarea:empty::before {
    content: attr(placeholder);
    color: rgba(204, 204, 204, 0.5);
}

.case_ctrl {
    border: 3px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    color: #fff;
    transition: all 0.2s;
}

.case_ctrl .w_auto {
    width: auto !important;
}

.case_ctrl h4 {
    font-weight: 800;
    margin-bottom: 0;
}

.case_ctrl:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1, 1.1);
    filter: drop-shadow(0 0 3px #fff);
    color: #fff;
}

.assign:active,
.reply_btn:active,
.case_ctrl:active {
    background-color: #fff;
    color: rgb(4, 6, 128);
    outline: none;
}

.case_assign {
    text-align: center;
    border: 2px solid #fff;
    padding: 15px 30px;
    border-radius: 10px;
    background-color: rgba(200, 200, 250, 0.2);
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.5);
}

.case_assign > .row > .col-12:nth-child(odd) > h4 {
    color: #98efff;
    text-align: left;
}
.case_assign h4 select {
    color: #98efff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.case_assign h4 select option {
    background-color: rgba(6, 42, 87, 0.5);
}

.assign_title {
    margin-bottom: 7px;
}
.assign_title h2 {
    font-weight: 700;
}

.assign_title > div {
    margin-top: 10px;
    white-space: nowrap;
}

.assign_title > div > h4 {
    margin-top: 0.5rem;
}

.member_list {
    margin-top: 3%;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 2%;
}

.member_list > div {
    padding: 5px;
}

.members {
    position: relative;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    /* margin: 15px; */
    cursor: pointer;
    transition: all 0.2s;
    background-color: #fff;
}

.members:hover {
    box-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 7px #fff;
}

.members:active > div,
.members:active > img {
    transition: 0.3s;
    opacity: 0.5;
    background-color: transparent;
}

.members > div {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-top: 5px;
}

.assign_star > span {
    display: inline-block;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(
        to right,
        yellow 70%,
        rgba(255, 255, 0, 0.2) 70%
    );
    width: auto;
    font-size: 2rem;
    line-height: 2rem;
    /* margin: 10px auto; */
    text-align: center;
}

#member_info .modal-content {
    background-color: transparent;
}
.member_info {
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    outline: 0;
    z-index: -1;
    opacity: 0;
    /* display: none; */
}

.member_info .col-12 > .row > .col-12:nth-child(even) > h5 {
    color: #98efff;
}

#member_info .container {
    margin-top: 3%;
    margin-bottom: 3%;
    height: 85%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.info_window_border {
    border-radius: 20px;
    background-color: rgba(6, 42, 87, 0.8);
    border: 5px solid rgba(255, 255, 255, 0.9);
    padding: 1%;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.info_window {
    height: 100%;
    padding: 2%;
    overflow: hidden auto;
    position: relative;
}

.member_pic {
    padding: 5px;
}

.member_info .col-12 {
    text-align: center;
}

.member_info .col-12 > .row > .col-12 {
    min-height: 2.3rem;
}

.member_info h5 {
    line-height: 2rem;
}

.open_win_back {
    padding-right: 21px;
    overflow: hidden;
}

.open_win {
    opacity: 1;
    z-index: 1080 !important;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 21px;
}

.close_btn {
    font-size: 2rem;
    color: #98efff;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 0px;
    z-index: 50;
    cursor: pointer;
}

.close_btn:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    transition: all 0.2s;
}
.info_open {
    animation: open_window 0.5s linear;
}

.info_close {
    animation: close_window 0.5s linear;
}

@keyframes open_window {
    0% {
        height: 0;
        padding: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes close_window {
    0% {
        height: 100%;
        opacity: 1;
    }
    40% {
        height: 0;
        padding: 0;
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        height: 0;
        padding: 0;
        opacity: 0;
    }
}

#member_info {
    /* position: absolute;
    top: 0;
    right: 0;
    left: 0;
    overflow: auto; */
    transition: all 0.5s;
}

/* 行事曆樣式 */

.fc-day-other a {
    color: #eee;
}

.fc-col-header-cell {
    background-color: var(--wb1);
}

.fc-col-header-cell a {
    color: #fff;
}

.info_window td {
    background-color: rgba(134, 130, 148, 0.5);
    text-align: center;
}
.info_window td a {
    color: #fff;
}

.fc .fc-daygrid-day-top {
    flex-direction: column !important;
}

.fc-daygrid-dot-event {
    background-color: #ff1493;
}

/* 會員註冊畫面 */

#oldImg_frame {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1053;
}

.croppie-container {
    height: auto !important;
}

#newImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.case_info h5 input[type="text"],
.case_info h5 input[type="email"],
.case_info h5 input[type="tel"],
.case_info h5 input[type="password"],
.case_info h5 input[type="date"] {
    width: 100%;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #fff;
    padding-bottom: 0;
    color: #fff;
    padding-left: 10px;
    transition: all 0.4s;
}

.case_info h5 input:focus {
    box-shadow: 0 0 5px #fff;
    border: 1px solid #fff;
    transition: all 0.4s;
}

.case_info h5 select {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.case_info h5 select option {
    background-color: var(--bc1);
    color: #000;
}

.case_info h5 textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    resize: none;
    padding: 0 10px;
}

.case_info h5 input:-webkit-autofill,
.case_info h5 input:-webkit-autofill:hover,
.case_info h5 input:-webkit-autofill:focus,
.case_info h5 input:-webkit-autofill:active {
    transition: background-color 1000000s ease-in-out 0s; /*透明*/
    -webkit-text-fill-color: #fff; /*字體顏色*/
}

.show_pw {
    float: right;
    margin-top: -26px;
    margin-right: 10px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    /* filter: drop-shadow(0 0 5px rgb(22, 9, 70)) */
    /* drop-shadow(0 0 2px rgb(22, 9, 70)) drop-shadow(0 0 5px rgb(22, 9, 70)); */
}

.is_checked {
    float: right;
    margin-top: -35px;
    margin-right: 30px;
    z-index: 2;
    position: relative;
}

.cur_p {
    cursor: pointer;
}

.oper_only {
    display: none;
}

.admin_only {
    display: none;
}

.error_m {
    color: red;
    animation: shine 0.5s linear alternate infinite;
    margin-bottom: 0;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 2px 15px;
    margin-top: 5px;
    font-weight: 700;
}
@keyframes shine {
    from {
        color: red;
    }
    to {
        color: darkblue;
    }
}

#reply_block {
    display: none;
}

#case_id_block {
    display: none;
}

#schedule_set .row > .row {
    background-color: rgba(179, 177, 255, 0.2);
    border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    text-align: right;
    padding-top: 5px;
}

#calendar {
    width: 100%;
}

.fc .fc-list-sticky .fc-list-day > * {
    background-color: transparent !important;
}

.fc .fc-list-event:hover td {
    background-color: darksalmon !important;
}

#calendar a {
    color: #fff;
}

#schedule_set input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    color: #fff;
}

.input_disabled {
    color: #666 !important;
}

.over_hide {
    overflow: hidden;
}

.line_align {
    display: flex;
    align-items: baseline;
}

.vertical_center {
    display: flex;
    align-items: center;
}