@charset "UTF-8";

body {
  background-color: #EFEFEF;
  font-family: "Noto Sans TC", sans-serif;
}

h1 {
  color: #725A7A;
  font-size: 24px;
  letter-spacing: 0.05em;
}

h2,
h3 {
  color: #725A7A;
  font-weight: 400;
  margin-top: 0;
  font-size: 22px;
}

@keyframes alert-show {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.alert {
  border-radius: 16px;
  border: 0;
  opacity: 0;
  animation: alert-show 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards 0.3s;
}

.panel {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.panel .panel-heading {
  background-color: transparent;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #725A7A;
  margin-top: 16px;
}

.panel .panel-heading:first-child {
  margin-top: 0px;
}

.panel .panel-body {
  padding: 8px 0;
}

.w-100 {
  width: 100%;
}

.float-right {
  float: right;
}

.btn {
  border-radius: 50em;
  padding: 8px 16px;
}

.btn.btn-default {
  background-color: transparent;
  color: #725A7A;
  transition: all 0.1s;
}

.btn.btn-default:hover {
  color: white;
  background-color: #725A7A;
  border-color: #725A7A;
}

.btn.btn-primary {
  border: 0;
  background: linear-gradient(180deg, #EFA057 0%, #8948F1 100%);
  color: white;
  font-weight: 600;
}

.btn:focus,
.btn:active {
  outline: none !important;
}

.content-pull-right {
  display: flex;
  justify-content: flex-end;
}

.clock-in > a {
  display: inline-block;
  background: linear-gradient(180deg, #EFA057 0%, #8948F1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  transition: background 0.3s;
}

.clock-in:hover > a {
  background: linear-gradient(180deg, #EFA057 0%, #8948F1 100%);
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.faker-container {
  padding-top: 11px;
  margin-right: 16px;
}

.btn-main {
  background: linear-gradient(180deg, #EFA057 0%, #8948F1 100%);
  color: white;
  font-weight: 600;
  border: 0;
}

.btn-main:hover {
  color: #ddd !important;
}

.btn-off-work {
  position: relative;
}

@keyframes hover {
  from {
    top: 0;
    left: 0;
    animation-timing-function: linear;
  }

  20% {
    top: -2.5px;
    left: -2.5px;
    animation-timing-function: linear;
  }

  40% {
    top: 2.5px;
    left: -2.5px;
    animation-timing-function: linear;
  }

  60% {
    top: 2.5px;
    left: 2.5px;
    animation-timing-function: linear;
  }

  80% {
    top: -2.5px;
    left: 2.5px;
    animation-timing-function: linear;
  }

  to {
    top: 0;
    left: 0;
    animation-timing-function: linear;
  }
}

.btn-off-work:hover {
  animation: hover 0.01s infinite;
}

.btn-off-work:hover::after {
  content: "\FF01\FF01";
}

.neumorphism {
  background-color: #FFF;
  box-shadow: -2px -2px 6px rgba(255, 255, 255, 0.88), 2px 2px 6px rgba(26, 0, 30, 0.12);
}

.not-read-notify {
  background: #8948F1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-inverse {
  margin: 16px;
  margin-bottom: 32px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border: 0;
  border-radius: 32px;
  padding: 0 16px;
  box-shadow: 0px 3px 8px rgba(26, 0, 30, 0.12);
  position: sticky;
  top: 16px;
  z-index: 100;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li a {
  color: #725A7A;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 992px) {
  .navbar-inverse {
    top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .navbar-inverse .navbar-brand {
    margin-right: 40px;
    position: relative;
  }

  .navbar-inverse .navbar-brand::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    right: -20px;
    top: 17px;
    background-color: #725A7A;
    opacity: 0.25;
  }

  .navbar-inverse .navbar-nav {
    height: 50px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-inverse {
    margin: 0;
    margin-bottom: 32px;
    border-radius: 0;
    padding: 0 0px;
  }
}

.navbar-inverse .badge {
  padding: 4px 12px;
  border-radius: 50em;
  background-color: rgba(114, 90, 122, 0.1);
}

.navbar-inverse .badge.-no-zero {
  background-color: #8948F1;
  background-image: linear-gradient(180deg, #EFA057 0%, #8948F1 100%);
}

.navbar-inverse .navbar-nav > li > .dropdown-menu {
  border: 0;
  animation: transYFadeIn 0.2s forwards ease-out;
}

@media screen and (min-width: 768px) {
  .navbar-inverse .navbar-nav > li > .dropdown-menu {
    border-radius: 16px;
    border-top-left-radius: 0;
    background-color: #725A7A;
  }

  .navbar-inverse .navbar-nav > li > .dropdown-menu.-right {
    border-top-left-radius: 16px;
    border-top-right-radius: 0;
  }
}

.navbar-inverse .navbar-nav > li > .dropdown-menu > li {
  margin: 8px 0;
}

.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  transition: all 0.1s;
}

.navbar-inverse .navbar-nav > li > .dropdown-menu > li:hover > a {
  background-color: white;
  color: #725A7A;
}

.navbar-inverse .navbar-brand:hover {
  color: #725A7A;
}

.navbar-inverse .navbar-toggle {
  border: 0;
}

.navbar-inverse .navbar-toggle > .icon-bar {
  background-color: #725A7A;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ccc;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #725A7A;
}

.navbar-inverse .navbar-nav > li > a {
  transition: all 0.2s;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #725A7A;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .navbar-inverse .navbar-nav > .open > a {
    background-color: #725A7A;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    margin-top: -8px;
    box-shadow: 0 2px 8px rgba(26, 0, 30, 0.4);
    position: relative;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #725A7A;
  }
}

.navbar-inverse .user-avatar {
  border-radius: 50em;
  height: 36px;
  margin: -12px 0 -9px 8px;
}

input,
textarea {
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid #eee;
  outline: none;
  min-width: 64px;
  transition: border 0.3s;
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #725A7A;
}

input[type=checkbox],
textarea[type=checkbox] {
  padding: 0;
  min-width: 0;
}

.well {
  border-radius: 24px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}

.dayoff .well {
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

@keyframes transYFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.attendance .well {
  line-height: 2em;
  color: #555;
  border: 0;
  border-radius: 24px;
  padding: 24px 32px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  animation: transYFadeIn 0.5s forwards ease-out;
}

.attendance b {
  color: #725A7A;
}

.attendance .btn-container {
  display: flex;
  justify-content: flex-end;
}

.attendance .btn-container > .btn {
  margin: 0 4px;
}

.user-list caption {
  font-size: 22px;
  font-weight: 600;
  color: #725A7A;
  margin-bottom: 16px;
}

.user-list .cursor-pointer {
  color: #725A7A;
  padding: 6px 0;
}

.user-list .cursor-pointer > div:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
}

.user-list .cursor-pointer .-no-work-hour {
  display: inline-block;
  background-color: #8948F1;
  background-image: linear-gradient(180deg, #EFA057 0%, #8948F1 100%);
  padding: 4px 12px;
  border-radius: 50em;
  color: #eee;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.user-list .detail-row {
  margin: 16px 0;
  border-radius: 16px;
  border: 0;
  box-shadow: 2px 4px 8px rgba(26, 0, 30, 0.12);
  background-color: white;
}

.user-list .detail-row .attendance-box {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 -16px;
}

.user-list .detail-row .attendance-box-title,
.user-list .detail-row .box-title {
  font-size: 16px;
  font-weight: 600;
  color: #725A7A;
  margin-bottom: 16px;
}

.user-list .detail-row .box-title-row,
.user-list .detail-row .title-color {
  font-weight: 600;
  color: #888;
}

.form-group {
  margin-top: 24px;
}

.form-group label {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.form-group .form-control,
.form-group .select2-container--default .select2-selection--single {
  border: 0;
  outline: 0;
  padding: 0 16px;
  border-bottom: 1px transparent solid;
  transition: border-bottom 0.2s;
}

.form-group .form-control:focus,
.form-group .select2-container--default .select2-selection--single:focus {
  box-shadow: none !important;
  border-bottom: 1px #888 solid;
}

.sweet-alert {
  border-radius: 24px;
  padding: 24px 16px;
  box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.2);
}

.sweet-alert .sa-button-container button {
  color: #725A7A;
  background-color: transparent !important;
  border-radius: 50em;
  border: 1px solid rgba(114, 90, 122, 0.3);
  transition: all 0.2s;
}

.sweet-alert .sa-button-container button:hover {
  border: 1px solid #725a7a;
}

.list-group,
.dataTables_wrapper {
  margin-bottom: 24px;
  background-color: rgb(245, 244, 244);
  border-radius: 16px;
  padding: 8px;
  padding-bottom: 24px;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 4px 10px;
}

.dataTables_wrapper {
  padding: 24px;
}

.list-group-item {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 16px 12px;
  position: relative;
}

.list-group-item > a {
  display: inline-block;
  width: 100%;
  color: #666;
  background-color: transparent;
}

.list-group-item > a:hover {
  background-color: #ddd;
}

.list-group-item.list-group-item-info,
.list-group-item.active {
  color: #725A7A;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #eee;
}

.list-group-item.list-group-item-info:hover,
.list-group-item.active:hover {
  background-color: transparent;
  color: #725A7A;
}

.list-group-item .list-group-item-heading {
  font-weight: 400;
  color: #888;
}

.list-group-item .list-group-item-text {
  font-weight: 700;
  color: #725A7A;
}

.dayoff-quota-quantity-item {
  padding: 8px 0;
  padding-top: 12px;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

@media screen and (max-width: 992px) {
  .dayoff-quota-quantity-item {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .dayoff-quota-quantity-item {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .dayoff-quota-quantity-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 360px) {
  .dayoff-quota-quantity-item {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dayoff-quota-quantity-item .quota {
  border: 0;
  background-color: transparent;
  text-align: left;
  padding: 8px;
  border-radius: 16px;
  box-sizing: border-box;
}

.dayoff-quota-quantity-item .quota.-active {
  border: 3px solid #ddd;
  color: #725A7A;
}

.dayoff-quota-quantity-item .quota:hover {
  background-color: #efefef;
  text-decoration: none;
}

.dayoff-quota-quantity-item .quota > .title {
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  margin-bottom: 16px;
}

.dayoff-quota-quantity-item .quota > .quantity {
  font-size: 40px;
  font-weight: 500;
}

.dayoff-quota-quantity-item .quota > .quantity::after {
  content: "\5929";
  font-size: 10px;
  margin-left: 4px;
}

.dayoff-quota-item {
  padding: 16px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ddd;
}

.dayoff-quota-item:hover {
  background-color: #efefef;
}

.dayoff-quota-item > a {
  width: initial;
}

.dayoff-quota-item .date {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-align: right;
}

.dayoff-quota-item .dayoff-panel {
  margin-top: 12px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dayoff-quota-item .type {
  display: inline-block;
  min-width: 120px;
  font-size: 14px;
  vertical-align: top;
}

.dayoff-quota-item .message {
  margin-top: 8px;
  white-space: pre-line;
}

.dayoff-quota-item .quantity {
  font-size: 24px;
  font-weight: 500;
}

.pagination-container {
  display: flex;
  justify-content: flex-end;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #725A7A;
  border-color: #725A7A;
}

.pagination > li > a,
.pagination > li > span {
  color: #725A7A;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 50em;
  border-bottom-left-radius: 50em;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 50em;
  border-bottom-right-radius: 50em;
}

.cursor-pointer {
  cursor: pointer;
}

.list-group input,
.list-group select,
.list-group textarea {
  box-shadow: 0 0 2px #aaa;
}

.list-group textarea {
  resize: vertical;
}

.dataTable thead {
  background-color: white;
  color: #725A7A;
  font-weight: 500;
}

.dataTable thead th {
  border-bottom: 0 !important;
  padding: 16px 8px !important;
}

.dataTable tbody > tr > td {
  vertical-align: middle !important;
}

.dataTable tbody tr:hover {
  background-color: #dedede;
}

.dataTables_filter {
  margin-bottom: 16px;
}

.dataTables_filter input[type=search] {
  padding: 16px 24px;
  border-radius: 50em;
}

.dataTables_filter input[type=search]:focus {
  border: 1px solid #725A7A;
  box-shadow: none !important;
}

.dataTables_paginate {
  margin-top: 32px !important;
}

.dataTables_info {
  margin-top: 24px;
  color: #888;
}

@media screen and (min-width: 768px) {
  .dataTables_info {
    float: left;
  }
}

.reduced-working-duration-item {
  position: relative;
}

.reduced-working-duration-item:hover {
  background-color: #efefef;
}

.reduced-working-duration-item .date {
  font-size: 16px;
  font-weight: 700;
  color: #725A7A;
}

.reduced-working-duration-item .ratio {
  font-size: 24px;
}

.reduced-working-duration-item .ratio::before {
  content: "\2192";
  display: inline-block;
  margin: 0 16px;
  font-size: 16px;
}

.reduced-working-duration-item .note {
  margin-top: 12px;
  white-space: pre-line;
}

.reduced-working-duration-item .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.cant-clear-reason {
  padding: 16px 0;
}

.employee-calendar-departments {
  padding: 12px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.employee-calendar-departments > .title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  color: #725A7A;
}

.employee-calendar-departments > label {
  margin-bottom: 0;
}

