/*
 * Base
 * Copyright 2021
 * Author 55688
 * Licensed
*/

/*----------------------------------*\
            Globel Core
\*----------------------------------*/
*{  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*Default style*/
body {
    font-family: '微軟正黑體',source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    "Mulish", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    position: relative;
    background: #FFFCEE;
}
a,button,input,
.accordion-button:focus,
a.form-control:focus,
button.form-control:focus,
input.form-control:focus{
  border-color: #D8DBE0 !important;
  outline: 0;
  box-shadow: none !important;outline: none !important;
  box-shadow: none !important;
  /*取消用tab鍵選取到的藍框*/
}
select option {
    background: #fff;
}
/*List style*/
li{
  text-decoration: none;
  list-style: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.center{display:flex;justify-content:center;align-items:center;}
.vertical-center{display:flex;flex-direction:column;}
/*----------------------------------*\
            Login page
\*----------------------------------*/
.login-form{
    z-index:20;
    width: 450px;
    min-height: 450px;
    height: auto;
    border-radius: 5px;
    margin: 2% auto;
    box-shadow: 0 9px 50px hsla(20, 67%, 75%, 0.31);
    padding: 2%;
    background-image: linear-gradient(-225deg, #fdd88d 50%, #FFFAE2 50%);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 40%);
}
/* form Container */
.login-form-position{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
/* the header form form */
.login-head-form{
    margin: 13% auto 0 auto;
    text-align: center;
    line-height:45px;
}
.login-logo-position{
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translate(-50%,0);
}
.login-logo{
    width: 70px;
}
/* the header title form form */
.login-head-from-title{
    font-size: 250%;
    color: #3e403f;
    margin-bottom: 0px;
}
/*  A welcome message or an explanation of the login form */
.login-head-from-subtitle{
    letter-spacing: 0.05em;
}
/* login input icon */
.login-field-set .login-input-item{
    background: #fff;
    color: #333;
    padding: 14px 0px 15px 9px;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}
/* Show/hide password Font Icon */
.login-field-set #eye {
    color: #333;
    margin: 6px 0 0 0;
    margin-left: -20px;
    padding: 18px 10px 18px 0px;
    border-radius: 0px 5px 5px 0px;
    float: right;
    position: relative;
    right: 3%;
    top: 5%;
    z-index: 5;
    cursor: pointer;
}
.login-field-set #eye.far.fa-eye-slash{
    font-size: 13px;
}
/* inputs form */
.login-field-set input[class="login-form-input"]{
    width: 250px;
    height: 48px;
    margin-top: 5%;
    padding: 15px 0 15px 9px;
    font-size: 16px;
    font-family: 'Abel', sans-serif;
    color: #5E6472;
    outline: none;
    border: none;
    border-radius: 0px 5px 5px 0px;
    transition: 0.2s linear;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%)!important;
}
.login-field-set input[id="txt-input"] {width: 250px;}
/* focus  */
.login-field-set input:focus {
    transform: translateX(-2px);
    border-radius: 5px;
}
.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.bg-bubbles li{
    position: absolute ;
    bottom: -100px;
    border-radius: 50%;
    width: 40px ;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    animation: square 7s infinite linear;

}
.bg-bubbles li:nth-child(1) {
  left: 15%;
-webkit-animation-delay: 3s;
      animation-delay: 3s;
}
.bg-bubbles li:nth-child(2) {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.bg-bubbles li:nth-child(3) {
  left: 88%;
  width: 90px;
  height: 90px;
-webkit-animation-delay: 2s;
      animation-delay: 2s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 0%;
  position: absolute;
  bottom: -180px;
  width: 180px;
  height: 180px;
}
.bg-bubbles li:nth-child(6) {
  left: 75%;
  position: absolute;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 68%;
  position: absolute;
  width: 160px;
  height: 160px;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.bg-bubbles li:nth-child(9) {
  left: 20%;
  position: absolute;
  bottom: -180px;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  position: absolute;
  bottom: -158px;
  left: 95%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.bg-bubbles li:nth-child(11) {
  position: absolute;
  bottom: -180px;
  left: 45%;
  width: 160px;
  height: 160px;
}
@keyframes square {
    0%{transform: translateY(0) ;}
    100%{transform: translateY(-700px)rotate(600deg);}
}
/*----------------------------------*\
              Sidecar
\*----------------------------------*/
.sidebar::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
    background-color: #ddd;
}
.sidebar::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 6px;
    background-color: #ddd;
}
.sidebar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: #FBE9A3;
}
.sidebar {
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 1;
    padding-bottom: 50px;
    position: fixed;
    width: 270px;
    overflow: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0 12px 30px rgb(80 143 244 / 10%);
    transition: 0.3s;
}
.sidebar .toggle_sidebar{
    border-bottom: 1px solid #ddd;
    height: 70px;
    width: 100% ;
    display: flex;
    justify-content:space-between ;
    align-items: center;
}
.sidebar .menu_btn{  
    padding: 15px 20px 10px 10px;
    cursor: pointer;
}
.sidebar .bi.bi-arrow-left{
    margin-top: 2px ;
    color: #8890B5 ; 
    /*transform:rotate(180deg);  */
}
.sidebar .bi.bi-list{ 
    display: none;
    margin-top: 2px ;
    color: #8890B5 ;
}
.sidebar .logo {
    margin: 0px;
    padding-top: 2px ;
    padding-left: 10px;
    background: transparent;
    max-width: 150px;
}
.sidebar_close_icon i {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 29px;
    cursor: pointer;
    color: #222222;
}
.sidebar #sidebar_menu > li > a {
    color: #144339;
}

.sidebar #sidebar_menu > li a {
    font-size: 16px;
    font-weight: 400;
    color: #144339;
    padding: 15px 10px 15px 26px;
    background: #fff;
    transition: .3s;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 34px auto;
    grid-gap: 15px;
    align-items: center;
    position: relative;
    background: transparent;
    color: #8890B5;
    font-family: "Mulish", sans-serif;
    background: #fff;
    border-radius: 15px;
}
.sidebar .menu-text {
    font-size: 12px;
    color: #B1BDCB;
    font-weight: 600;
    margin: 0;
    padding: 12px 0 12px 24px;
    text-transform: uppercase;
}
.sidebar .menu-text i {
    display: none;
}
.sidebar #sidebar_menu > li {
    margin-left: 0px;
}

.sidebar #sidebar_menu > li ul {
    padding: 0px 0px 5px 40px;
    background: transparent;
    border-radius: 0 0 4px 4px;
    margin-left: 30px;
    background: #fff;
}
.sidebar #sidebar_menu > li ul li a {
    font-size: 14px;
    color: #8890B5;
    font-weight: 400;
    padding: 0;
    white-space: nowrap;
    padding: 0;
    padding: 20px 0 20px 8px !important;
    margin-top: 0;
    margin-left: 0;
    text-transform: capitalize;
}
.sidebar #sidebar_menu > li a:hover,.sidebar #sidebar_menu > li a.active{
    color: #FFCB65 !important;
    background: #fbfbfb;
    border-radius: 15px;
}
.sidebar-dropdown .toogleArrow {
  font-size: 10px;
  font-weight: 800;
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 25px;
  top: 20px;
}
.sidebar-dropdown.active .toogleArrow {
  transform: rotate(90deg);
  right: 25px;
}
/* Sidecar .active */
#sidebar.active{
    width: 70px;
}
.sidebar .logo.collapseSidebar{
    display: none ;
}
.nav_title.collapseSidebar{
    display: none;
}
.sidebar-dropdown .toogleArrow.collapseSidebar {
    display: none;
}
.sidebar #sidebar_menu > li ul li a.collapseSidebar {
    display: none;
}
.sidebar .bi.bi-arrow-left.collapseSidebar{
    display: none;
}
.sidebar .bi.bi-list.collapseSidebar{
    display: flex ;
    justify-content: center ;
    align-items: center;
    padding-right: 5px ;
}
.sidebar-dropdown .sidebar-submenu{
    display: none;
}
.sidebar-dropdown .sidebar-submenu.active{
    display: block;
}
/*----------------------------------*\
              Head
\*----------------------------------*/
.header_iner {
    background-color: #FFCB65;
    position: fixed;
    top: 0;
    padding: 60px 30px 30px 30px;
    position: relative;
    border-radius: 0px;
    margin: 0;
    background: #FFCB65;
    border-radius: 0;
}

.header_iner .header_right .header_notification_warp {
    margin-right: 20px;
    margin-left: 40px;
}
.profile_info {
    position: relative;
}
.profile_info img {
    max-width: 42px;
    max-height: 42px;
    border-radius: 50%;
    cursor: pointer;
}
/*----------------------------------*\
              Main
\*----------------------------------*/
.main_content {
    padding-left: 270px;
    width: 100%;
    padding-top: 0px !important;
    transition: .5s;
    position: relative;
    min-height: 100vh;
    padding-bottom: 70px;
    transition: 0.3s ;
}
.main_content .main_content_iner.overly_inner::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 60px;
    z-index: -20;
    background: #FFCB65;
    content: '';
    border-radius: 0px;
    left: 0;
}
.main_content.large_header_bg.active{
    padding-left: 70px;
}
.main_content .main_content_iner {
    min-height: 68vh;
    transition: .5s;
    position: relative;
    margin: 0;
    z-index: 0;
    border-radius: 0px;
    padding: 0 30px 0 30px;
}
.f_w_700 {
    font-weight: 700;
}

.text-white {
    color: #fff !important;
}
/*----------------------------------*\
              Page Card
\*----------------------------------*/
.white_card {
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: -10;
    box-shadow: 0 3px 11px rgb(0, 0, 0,  12%)!important;
}
/*----------------------------------*\
                Card 
\*----------------------------------*/
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.57rem 2rem;
}
/*----------------------------------*\
            Footer
\*----------------------------------*/
.footer_part {
    text-align: center;
    padding-bottom: 0px;
    padding-top: 6px;
    padding-left: 270px;
    z-index:-20;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFCB65;
}
.footer_part .footer_iner.text-center {
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    margin: 0 15px;
    border-radius: 5px;
    background: #FFCB65;
}
/*----------------------------------*\
            Error
\*----------------------------------*/
.errow_wrap {
    display: flex;
    padding: 40px 0;
    margin: 200px auto;
    align-items: center;
    justify-content: center;
}