body,
html {
  scroll-behavior: smooth;
}

.bg--blue {
  background-color: #1a8be2;
}

.text--green {
  color: #749b72;
}

.text--gray {
  color: #616161;
}

.text--l-gray {
  color: #adadad;
}

.font-italic {
  font-style: italic;
}

.font-weight-bold {
  font-weight: bold;
}

.border-0 {
  border: none;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.position-relative {
  position: relative;
}

.w-25px {
  width: 25px;
}

/* margin */
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mt-3 {
  margin-top: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.mt-65px {
  margin-top: 65px;
}

/* LOGIN */

html,
body,
.account-pages {
  background: url("../images/bg/body-bg.png");
}

.wrapper-page .card-box {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.09);
}

/* NAVIGATION */
#topnav > .topbar-main > .container {
  display: flex;
  align-items: center;
}
#topnav .topbar-left {
  flex: auto;
}
#topnav .logo {
  margin-top: 5px;
  cursor: pointer;
}
#topnav .logo img {
  min-height: 48px;
}
.logo--title {
  font-weight: lighter;
  margin-left: 5px;
  letter-spacing: 0.28px;
}
@media (max-width: 767.98px) {
  .logo--title {
    display: none;
  }
}

/* FORM */

.card-box {
  padding: 15px 20px;
  border-radius: 8px;
  overflow: hidden;
}

.card-box__header {
  background-color: #46464e;
  text-align: center;
  margin: -15px -20px 0;
  padding: 15px 20px;
  position: relative;
}

.card-box__header h1 {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.card-box__header button {
  color: #fff;
  opacity: 1;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.input__wrapper {
  position: relative;
}

.input__img {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.input__wrapper input::placeholder {
  font-style: italic;
}
.input__wrapper select,
.input__wrapper textarea,
.input__wrapper input:invalid,
.input__wrapper input:not(:focus) {
  padding-left: 40px;
}

.input__wrapper input:focus,
.input__wrapper input:valid {
  padding-left: 12px;
}

.input__wrapper input:invalid + .input__img {
  opacity: 1;
}

.input__wrapper input:focus::placeholder {
  opacity: 0;
}
.input__wrapper input:focus + .input__img,
.input__wrapper input:focus + picture > .input__img,
.input__wrapper input:valid + .input__img,
.input__wrapper input:valid + picture > .input__img {
  opacity: 0;
}

.form__bottom-section .checkbox {
  padding-top: 0;
}

.form__btn-wrapper,
.form__bottom-section {
  margin-bottom: 0;
}

.form__bottom-section .col-xs-6 {
  padding-top: 13px;
}

/* bills card box */
.card-box.card-box__bills {
  padding: 0;
}
.card-box__bills > .bills__header {
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
}
.card-box__bills > .bills__header[class*="--"] {
  color: #fff;
}
.card-box__bills > .bills__header.--red {
  background-color: #d92929;
}
.card-box__bills > .bills__header.--blue {
  background-color: #1787dd;
}
.card-box__bills > .bills__header.--orange {
  background-color: #ff9800;
}
.card-box__bills > .bills__content {
  padding: 30px 20px;
}

.card-box__bills table.dataTable > thead > tr > th {
  padding: 6px 3px;
}
.card-box__bills table > tbody > tr > td {
  text-align: center;
  border-bottom: solid 1px #e4e4e4;
  border-top: none;
}
/* end bills card box */

/* END FORM */

/* END LOGIN */

/* btn */
.btn__action-wrapper {
  width: 220px !important;
}
.btn__action-wrapper.--btn-1 {
  width: 100px !important;
}
.btn__action-wrapper.--btn-3 {
  width: 325px !important;
}
.btn__action-wrapper > div {
  display: flex;
  justify-content: center;
}

.btn.btn--h-40 {
  height: 40px;
}

.btn.btn[class*="--"] {
  border-radius: 3px;
  height: 40px;
  line-height: 1.9;
}

.btn.--action {
  border-radius: 4px;
  border: none !important;
  margin: 0 3px;
  display: flex;
  padding: 0;
  min-width: 90px;
  overflow: hidden;
  line-height: inherit !important;
}

.btn.--action span {
  padding: 10px 0;
}

.btn.btn--rounded {
  border-radius: 4px;
}

.btn.--action span:first-child {
  flex-grow: 1;
}

.btn.--action span:last-child {
  position: relative;
  flex-basis: 30px;
}

.btn.--action span:last-child::before {
  content: "";
  left: -3px;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.btn.btn--blue,
.btn.btn--blue.--action span:first-child,
.btn.btn--blue.--action span:last-child::before {
  color: #fff;
  background-color: #1a8be2;
}

.btn.btn--blue.--action span:last-child {
  background-color: #0868b3;
}

.btn.btn--green.--action span:first-child,
.btn.btn--green.--action span:last-child::before {
  color: white;
  background-color: #88bb86;
}

.btn.btn--green.--action span:last-child {
  background-color: #749b72;
}

.btn.btn--yellow.--action span:first-child,
.btn.btn--yellow.--action span:last-child::before {
  color: white;
  background-color: #ffca13;
}

.btn.btn--yellow.--action span:last-child {
  background-color: #e7b011;
}

.btn.btn--inactive.--action span:first-child,
.btn.btn--inactive.--action span:last-child::before {
  color: #b7b7b7;
  background-color: #d7d7d7;
}

.btn.btn--inactive.--action span:last-child {
  background-color: #cacaca;
}

.btn.btn--red.--action,
.btn.btn--red.--action span:first-child,
.btn.btn--red.--action span:last-child::before {
  color: #fff !important;
  background-color: #f34c4c;
}

.btn.btn--red.--action span:last-child {
  background-color: #c03c3c;
}

.btn.btn--filter-date {
  padding: 10px;
  border-radius: 5px;
  border-color: #ffd544;
  color: #616161;
  background: linear-gradient(#ffc817, #eeb603);
  line-height: initial !important;
}

.btn.btn--filter-date.--inactive {
  color: #fff;
  background: linear-gradient(#d9d9d9, #bababa);
  border-color: #cacaca;
}

.btn.btn--filter-date.--inactive:hover {
  border-color: #ffd544;
  color: #616161;
  background: linear-gradient(#ffc817, #eeb603);
}

.btn.btn--pop {
  border-color: transparent;
  color: white;
  padding: 10px 15px;
  min-width: 125px;
  text-align: left;
}

.btn.btn--green {
  background: linear-gradient(#88bb86, #93b792);
}

.btn.btn--l-green {
  background-color: #10c469;
}

.btn.btn--red {
  background: linear-gradient(#f34c4c, #e33d3d);
}

.btn.btn--yellow {
  background-color: #ffca13;
}

.btn.btn[class*="-icon"] {
  border-radius: 4px;
  padding-left: 30px;
  min-width: 100px;
}

.btn.btn--red-icon {
  background: url("../images/icon/cancel.svg") left/30px no-repeat,
    linear-gradient(#f34c4c, #e33d3d);
}
.btn.btn--red-back-icon {
  background: url("../images/icon/arrow-left.svg") left/30px no-repeat,
    linear-gradient(#f34c4c, #e33d3d);
}
.btn.btn--green-icon {
  background: url("../images/icon/submit.svg") left/30px no-repeat,
    linear-gradient(#88bb86, #93b792);
}
.btn.btn--l-green-icon {
  background: url("../images/icon/submit.svg") left/30px no-repeat, #10c469;
}
.btn.btn--add-icon {
  background: url("../images/icon/icon-add-new.png") 10px/24px no-repeat,
    #ffca13;
  background-image: url("../images/icon/icon-add-new.svg");
  min-width: 140px !important;
}
.btn.btn--import-icon {
  background: url("../images/icon/icon-import.png") 10px/16px no-repeat, #ffca13;
  background-image: url("../images/icon/icon-import.svg");
  min-width: 140px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* end btn */

/* Override table style */

table.dataTable thead > tr > th,
.table thead tr {
  background-color: #e9e9e9;
  color: #616161;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

table.dataTable thead > tr > th,
.table > thead > tr > th {
  border-bottom: none;
  border-right: solid 1px #fff;
  text-align: center;
}

table.dataTable thead > tr > th {
  padding: 15px 3px 18px;
  /* min-width: 35px; */
  min-width: 70px;
}

table.dataTable tbody > tr > td {
  height: 50px;
}

table.dataTable thead > tr > th:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
  width: 70px;
  white-space: nowrap;
}

table.dataTable tbody > tr > td:nth-child(2) {
  padding: 5px;
}

.table:not(.order-column) > thead > tr > th:first-child,
.table > thead > tr > .--left,
.table > thead > tr > .table--first {
  border-radius: 5px 0 0 0 !important;
  border-left: none;
}

.table:not(.order-column):not(.no-footer) > thead > tr > th:last-child,
.table > thead > tr > .--right,
.table > thead > tr > .table--last {
  border-radius: 0 5px 0 0;
  border-right: none;
}

#admin-daily-datatable tbody tr,
#admin-weekly-datatable tbody tr,
#admin-monthly-datatable tbody tr {
  height: 60px !important;
  /* background-color: #fff; */
}

tbody .scroll,
tbody a {
  background-color: white;
  color: #616161 !important;
}

#timetrack_staff_wrapper .dataTables_scroll table > tbody > tr > td,
#table-content-detail .dataTables_scroll table > tbody > tr > td,
#table-content .dataTables_scroll table > tbody > tr > td {
  min-width: 20px;
  position: relative;
  background-color: #f4f8fb;
}

#timetrack_staff_wrapper
  .dataTables_scroll
  table
  > tbody
  > tr
  > td:not(.dataTables_empty)::before,
#table-content-detail
  .dataTables_scroll
  table
  > tbody
  > tr
  > td:not(.dataTables_empty)::before,
#table-content
  .dataTables_scroll
  table
  > tbody
  > tr
  > td:not(.dataTables_empty)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  background-color: #ededed;
  border-radius: 6px;
  width: calc(100% - 4px);
  height: calc(100% - 10px);
}

#timetrack_staff_wrapper .dataTables_scroll table > tbody > tr > td.on:before,
#table-content-detail .dataTables_scroll table > tbody > tr > td.on:before,
#table-content .dataTables_scroll table > tbody > tr > td.on:before {
  background-color: #88bb86;
  background-color: var(--project-color);
}

th[colspan="6"] {
  min-width: 250px !important;
}

td.scroll .fa-briefcase ~ span,
td.scroll .icon--id-card ~ span {
  width: max-content;
}

.time-work {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ededed;
}

.time-work--not-done {
  background-color: #ffd958;
  color: #000;
}

.time-work--done {
  background-color: #88bb86;
  color: white;
}

.time-work--done:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 3px;
  width: 6px;
  height: 4px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
}

.scroll--time-work {
  background: #e9e9e9;
  padding: 13px 0;
  border-radius: 5px;
}

.scroll--detail-time {
  padding: 13px 5px;
  font-size: 16px;
  border-radius: 5px;
  white-space: nowrap;
}

.scroll--user-info {
  display: none;
  justify-content: space-between;
  position: absolute;
  /* top: -17px; */
  top: 0;
  left: 25px;
  padding: 5px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  /* min-width: 180px; */
  width: 225px;
  z-index: 5;
}

.icon--id-card:hover ~ .scroll--user-info {
  display: block;
}

.scroll--user-info div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.scroll--user-info > div > div:first-child {
  justify-content: flex-start;
  flex-basis: 90px;
  max-width: 90px;
}
.scroll--user-info > div > span:last-child {
  flex-basis: 100px;
  max-width: 100px;
  text-align: left;
}

.scroll--user-info div:not(:last-child) {
  margin-bottom: 3px;
}

.icon--id-cardt:hover ~ .scroll--user-info {
  display: block;
}

/* End override table style */

/* Dropdown */

.dropdown-menu.--test {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 10px -17px rgba(0, 0, 0, 0.5);
}

.dropdown-menu.--test:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #999;
  transform: rotate(45deg);
  top: 85px;
  left: 25px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}

.nav .dropdown-menu {
  min-width: 290px;
  right: 0;
  left: auto;
  padding: 0;
  margin-top: 17px !important;
  background-color: #fff !important;
}

.dropdown-menu .dropdown--title {
  padding: 15px 10px 5px;
  background-color: #fff !important;
}

.dropdown-menu.--download li a {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.dropdown-menu.--download li a,
.dropdown-menu.--notification li:not(.dropdown__btn-wrapper) a,
.dropdown-menu.--notification .dropdown--title {
  border-bottom: solid 0.5px #ededed;
}

.dropdown-menu.--download li a span:first-child {
  flex-basis: 20%;
}

.dropdown-menu.--download li a span:first-child i {
  font-size: 19px;
  width: 30px;
}

.dropdown-menu.--download li a span:last-child {
  flex-basis: 30%;
  font-size: 10px;
  text-align: right;
  font-style: italic;
  align-self: flex-end;
}

.dropdown-menu.--main > li > a > img,
.dropdown-menu > li > a > i {
  width: 15px;
}

.dropdown-menu.--notification .notification--scroll {
  /* margin: 0 0 10px; */
  margin: 0;
  width: max-content;
  max-height: 500px;
  overflow-y: auto;
}

.notif-3 > li,
.notification--scroll > li {
  padding: 5px 10px;
}

.notif-3 > .notification--not-read,
.notification--scroll > .notification--not-read {
  background-color: rgba(0, 0, 0, 0.1);
}

#topnav .topbar-main .nav > li > a {
  padding: 0 2rem;
  overflow: visible;
}

#topnav .topbar-main .badge-danger {
  background-color: #b10000;
  top: 0px;
  right: 10px;
  width: 8px;
  height: 8px;
  padding: 3px;
  min-width: unset;
  transform: translate(16px, 1px);
}

#topnav .topbar-main .badge-danger-new,
.announcement-alert .badge-danger-new {
  background-color: #b10000;
  top: 0px;
  right: 10px;
  width: 8px;
  height: 8px;
  padding: 3px;
  min-width: unset;
  transform: translateX(6px) translateY(1px);
}

#topnav .topbar-main .badge:empty,
.announcement-alert .badge-danger-new {
  display: block;
}

.announcement-alert .badge-danger-new {
  position: absolute;
  top: -4px;
  right: 4px;
}

.dropdown-menu.--notification .dropdown--title {
  padding: 15px 20px 5px;
}

@media only screen and (max-width: 767.98px) {
  .navbar-nav .open .dropdown-menu {
    width: 52vh;
  }
  .notif-3,
  .notif-all {
    width: 100% !important;
  }
  #topnav .topbar-main .nav > li > a {
    padding: 0 4px;
  }
  .nav-title {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .navbar-nav .open .dropdown-menu {
    width: 50vh;
  }
}

/* .icon */

.icon-wrapper {
  display: flex;
  border-radius: 100%;
  /* border: solid 1.5px #000; */
  /* box-shadow: 0 0 0 1.5px #000 inset; */
}

.icon-wrapper:hover {
  background: linear-gradient(#ffc817, #eeb603);
  /* border-color: transparent; */
  box-shadow: 0 0 0 1.5px transparent;
  cursor: pointer;
}

.icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.icon.icon-download {
  /* background: url(../images/icon/download.svg) 52% center no-repeat; */
  background: url(../images/icon/download-line.svg) 52% center no-repeat;
}

span.icon-download {
  display: none;
}

#trigger.hover + span.icon-download {
  display: block;
}

.icon.icon-bell {
  /* background: url(../images/icon/notif.svg) 52% center no-repeat; */
  background: url(../images/icon/notif-line.svg) 52% center no-repeat;
}

.icon.icon-account {
  /* background: url(../images/icon/account.svg) 52% center no-repeat; */
  background: url(../images/icon/profile-line.svg) 52% center no-repeat;
}

.icon.icon-attendance {
  background: url(../images/icon/attendance-line.svg) 52% center no-repeat;
}

/* .icon.icon-admin-tools {
  background: url(../images/icon/admin-tools-2.svg) 52% center no-repeat;
} */

.icon-wrapper:hover .icon.icon[class*="-"] {
  filter: brightness(10);
}

/* End .icon */

/* End Dropdown */

div.dataTables_filter {
  text-align: left;
}

.dropdown-menu.--main {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a {
  background-color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: linear-gradient(#1a8be2, #1a8be2) left/3px 100% no-repeat, #fff;
}

/* .dropdown-menu.--main::before {
        content:"";
        position: absolute;
        right: 25px;
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2px 10px 10px 10px;
        border-color: transparent transparent white transparent;
  } */

/* MULTI DROPDOWN */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: -100%;
  right: 100%;
  margin-top: -1px !important;
}

.dropdown-submenu__item .caret {
  transform: rotateZ(-90deg) translateY(-50%);
  position: absolute;
  right: 5px;
  top: 45%;
}

/* END MULTI DROPDOWN */

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-section .header-section__item {
  flex-basis: 33.3%;
}

.header-section__item .btn--add {
  display: flex;
  align-items: center;
  width: 180px;
  padding: 10px;
  border-radius: 8px;
  margin-left: auto;
}

.btn--add div:first-child {
  flex-basis: 15%;
  font-size: 30px;
  line-height: 0;
}

.btn--add div:last-child {
  text-align: center;
  flex-basis: 85%;
}

.header-section__search {
  display: flex;
}

.header-section__search input::placeholder {
  font-style: italic;
}

.header-section__search button:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(#1a8be2, #117fd3);
  width: 30px;
  left: -2px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border: none;
}

.day__wrapper {
  display: flex;
  justify-content: center;
}

.day__wrapper input {
  color: #616161;
  background-color: #fff;
  padding: 5px 55px;
}

.day__wrapper a:first-child,
.day__wrapper a:last-child {
  /* position: relative; */
  width: 30px;
  /* background: url("../images/icon/down-arrow.svg") center/15px no-repeat, linear-gradient(#1a8be2, #117fd3); */
}

.day__wrapper a:first-child {
  right: -2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: url("../images/icon/left-arrow.svg") center/10px no-repeat,
    linear-gradient(#1a8be2, #117fd3);
}

.day__wrapper a:last-child {
  left: -2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url("../images/icon/right-arrow.svg") center/10px no-repeat,
    linear-gradient(#1a8be2, #117fd3);
}

.day__wrapper a.--disabled:last-child {
  background: url("../images/icon/right-arrow.svg") center/10px no-repeat,
    linear-gradient(#d9d9d9, #bababa);
}

.filter__wrapper {
  position: relative;
}

.filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 105%;
  max-width: unset;
  padding-right: 35px;
  border-radius: 0 5px 5px 0;
  background: url("../images/icon/down-arrow.svg") calc(100% - 7px) / 15px
      no-repeat,
    linear-gradient(#1a8be2, #117fd3) right/30px 100% no-repeat,
    linear-gradient(#fff, #fff);
}

.filter,
.day__wrapper,
.btn--filter-date {
  height: 40px;
}

@media only screen and (max-width: 768px) {
  .filter-date__wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .day__wrapper > input {
    width: 45%;
  }
  .filter {
    width: 100%;
  }
}

@media only screen and (max-width: 426px) {
  .header-section {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .header-section .header-section__item {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  .header-section .header-section__search {
    justify-content: center;
  }
  .header-section h1 {
    padding: 0 !important;
  }
  .day__wrapper > input {
    width: 84%;
  }
}

.icon--id-card {
  width: 16px;
  height: 12px;
  background: url("../../assets/images/icon/id-card.png") center/cover no-repeat;
}

.icon--id-card:hover {
  filter: grayscale(100%);
}

.user-info-icon {
  flex-basis: 18px;
  margin-right: 12px;
  width: 18px;
  height: 18px;
}

.user-info-icon.--team {
  background: url("../../assets/images/icon/group.svg") center/contain no-repeat;
  /*filter: brightness(0);*/
}

.user-info-icon.--clock {
  background: url("../../assets/images/icon/clock.svg") center/contain no-repeat;
  /*filter: brightness(0);*/
}

.add-tab__header {
  background-color: #46464e;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 15px 0;
}

.add-tab__content {
  padding: 10px 10px 20px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  height: 300px;
  max-height: 300px;
  overflow-y: auto;
}

.add-tab__content textarea {
  background-color: #fafafa;
}
.add-tab--history tbody tr {
  border-bottom: solid 1px #e4e4e4;
}
.add-tab--history tbody td {
  font-size: 12px;
  text-align: center;
  vertical-align: baseline !important;
}
.add-tab--history tbody span {
  font-weight: 600;
  color: #117fd4;
}

.total-time {
  font-weight: 500;
  color: #616161;
  font-size: 20px;
  text-align: center;
  margin: 40px 0;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#1a8be2, #117fd3);
}

.switch-tab {
  margin-top: 30px;
}

.switch-tab .nav {
  background-color: #dddddd;
}
.switch-tab .nav > li:not(.active) {
  background-color: #dddddd;
  color: #616161;
}
.switch-tab .nav > li.active a {
  color: #1889df;
}
.switch-tab .nav > li a {
  border: none !important;
}
.switch-tab li:not(.active) .icon--screen {
  filter: grayscale(1);
}
.switch-tab li.active .icon--location {
  filter: sepia(100%) hue-rotate(155deg) saturate(500%);
}

.switch-tab .tab-content {
  background-color: #fff;
}

.modal-demo.modal-demo--v2 {
  border-radius: 10px;
  overflow: hidden;
}
.modal-demo.modal-demo--v2 .close {
  opacity: 1;
}
.modal-demo--v2 > .custom-modal-title {
  text-align: center;
  border: solid 1px #36404a;
}

.modal-demo--v2 .list-unstyled.text-left > li {
  display: flex;
  margin-bottom: 10px;
}

.modal-demo--v2 .list-unstyled.text-left > li > span:first-child {
  flex-basis: 90px;
}

.modal-demo--v2 .custom-modal-text__body > .row {
  margin-bottom: 15px;
}

.modal-demo--v2 .custom-modal-text__body > .row label:not(.radio-inline) {
  display: block;
}

.modal-demo--v2 .custom-modal-text__body .radio-inline {
  padding-top: 8px;
  margin-right: 15px;
}

.modal-demo--v2 .custom-modal-text__body .body__input--icon {
  background-size: 30px;
  padding-left: 30px;
  background-position: 0;
  background-repeat: no-repeat;
}

.modal-demo--v2 .custom-modal-text__body .body__input--icon.body__input--gray {
  background-color: #ececec;
}

.modal-demo--v2 .custom-modal__bill-detail > div {
  padding-left: 0;
  padding-right: 0;
  /* min-width: 200px; */
}
.modal-demo--v2 .custom-modal__bill-detail.--bbot,
.modal-demo--v2 .custom-modal__bill-detail > div > p {
  border-bottom: solid 1px #e4e4e4;
  padding-bottom: 10px;
}
.custom-modal-text-new {
  padding: 25px;
  padding-bottom: 5rem !important;
}

.modal-demo--v2 .custom-modal-text label,
.modal-demo--v2 .custom-modal__bill-detail label {
  color: #167ece;
  font-weight: 500;
}

.bill-detail__card {
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.bill-detail__card .card__total-price {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #616161;
}

.bill-detail__card.input--bbot input,
.bill-detail__card.input--bbot textarea {
  border: none;
  border-bottom: solid 1px #e4e4e4;
  border-radius: 0;
}

.modal-demo--v2 .custom-modal__select-payment > .select-payment {
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  background: url("../images/icon/right-arrow-gray.svg") calc(100% - 20px) / 8px
      no-repeat,
    #fff;
  padding: 10px 30px 10px 10px;
  margin-bottom: 20px;
}

.modal-demo--v2 .custom-modal__img {
  padding-top: 25px;
  width: 300px;
  max-width: 60%;
}

.select-payment > .select-payment__img {
  flex-basis: 120px;
  width: 120px;
  height: 70px;
  margin-right: 15px;
}

.select-payment > .select-payment__img > img {
  object-fit: contain;
  height: inherit;
}

.select-payment > .select-payment__text {
  text-align: left;
}

.select-payment > .select-payment__text > p {
  margin-bottom: 0;
  color: #616161;
}

.select-payment > .select-payment__text > p:first-child {
  font-size: 16px;
  font-weight: bold;
}

.modal-demo--v2 .custom-modal__proof-upload {
  text-align: left;
  padding: 10px 0;
}

.modal-demo--v2 .custom-modal__proof-upload > input {
  padding: 5px 10px;
  border: solid 1px #e4e4e4;
  border-radius: 4px;
  width: 100%;
}

.modal-demo--v2 .bill-detail__btn-footer {
  display: flex;
  align-items: center;
}

.modal-demo--v2 .bill-detail__btn-footer > div {
  flex-basis: 50%;
  max-width: 50%;
}

.modal-demo--v2 .bill-detail__btn-wrapper > div > div {
  width: 50%;
}

.modal-demo--v2 .bill-detail__divider {
  margin: 5px -10px 10px;
  border-top: solid 1px #e4e4e4;
}
@media only screen and (max-width: 768px) {
  .modal-demo--v2 .custom-modal__bill-detail-wrapper {
    max-width: 100%;
    overflow-x: auto;
  }
  .modal-demo--v2 .custom-modal__bill-detail {
    min-width: 500px;
  }
  .modal-demo--v2 .custom-modal__bill-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Comment Section */
.the-comment {
  background: linear-gradient(-180deg, #1a8be2, #117fd3) left/3px 100% no-repeat;
  padding-left: 15px;
}
.comment-head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.comment-date {
  color: #d13e3e;
}
/* End Comment Section */

/* fullname tooltip */
.fullname-tooltip {
  position: relative;
  cursor: default;
}

.fullname-tooltip::after {
  position: absolute;
  content: attr(data-tooltip);
  width: max-content;
  max-width: 400px;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  background-color: #e9e9e9;
  color: #616161;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1;
  opacity: 0;
  word-break: break-all;
  transition: opacity 0.15s ease-in-out;
}
.fullname-tooltip:hover::after {
  opacity: 1;
  z-index: 99;
}

.fullname-tooltip .fullname-tooltip__text {
  position: sticky;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
/* end fullname tooltip */

/* Custom Pagination */
.dataTables_paginate.paging_full_numbers {
  text-align: center;
}

.dataTables_paginate.paging_full_numbers .paginate_button a {
  background-color: transparent;
  border: none;
  border-right: solid 3px #fff;
  border-radius: 0;
  color: #4a4a4a;
  opacity: 0.7;
}

.dataTables_paginate.paging_full_numbers .paginate_button:nth-child(3):not(.next) a {
  margin-left: 3px;
}

.dataTables_paginate.paging_full_numbers .paginate_button.previous ~ .paginate_button:not(.next):not(.last) a {
  margin-right: 3px;
}

.dataTables_paginate.paging_full_numbers .paginate_button:nth-child(3):not(.next) a {
  margin-left: 3px;
}

.dataTables_paginate.paging_full_numbers .paginate_button.previous ~ .paginate_button:not(.next):not(.last) a {
  margin-right: 3px;
}

.dataTables_paginate.paging_full_numbers .paginate_button.active a,
.dataTables_paginate.paging_full_numbers
  .paginate_button:not(.first):not(.previous):not(.next):not(.last):hover
  a {
  opacity: 1;
  font-weight: 800;
  background-color: rgba(239, 245, 252, .25);
}

.dataTables_paginate.paging_full_numbers .paginate_button.first a,
.dataTables_paginate.paging_full_numbers .paginate_button.previous a,
.dataTables_paginate.paging_full_numbers .paginate_button.next a,
.dataTables_paginate.paging_full_numbers .paginate_button.last a {
  color: transparent;
  background-color: #eff5fc;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first,
.dataTables_paginate.paging_full_numbers .paginate_button.previous,
.dataTables_paginate.paging_full_numbers .paginate_button.next,
.dataTables_paginate.paging_full_numbers .paginate_button.last {
  position: relative;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first::after,
.dataTables_paginate.paging_full_numbers .paginate_button.first::before,
.dataTables_paginate.paging_full_numbers .paginate_button.previous::after,
.dataTables_paginate.paging_full_numbers .paginate_button.previous::before,
.dataTables_paginate.paging_full_numbers .paginate_button.next::after,
.dataTables_paginate.paging_full_numbers .paginate_button.next::before,
.dataTables_paginate.paging_full_numbers .paginate_button.last::after,
.dataTables_paginate.paging_full_numbers .paginate_button.last::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first::after,
.dataTables_paginate.paging_full_numbers .paginate_button.previous::after,
.dataTables_paginate.paging_full_numbers .paginate_button.next::after,
.dataTables_paginate.paging_full_numbers .paginate_button.last::after {
  left: 65%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 10px;
  border-left: solid 2px #00416a;
  border-bottom: solid 2px #00416a;
}

.dataTables_paginate.paging_full_numbers .paginate_button.previous::after {
  left: 55%;
}

.dataTables_paginate.paging_full_numbers .paginate_button.first::before,
.dataTables_paginate.paging_full_numbers .paginate_button.last::before {
  left: 45%;
  transform: translate(-50%, -50%);
  height: 15px;
  border-left: solid 2px #00416a;
  z-index: 1;
}

.dataTables_paginate.paging_full_numbers .paginate_button.next::after,
.dataTables_paginate.paging_full_numbers .paginate_button.last::after {
  left: unset;
  right: 55%;
  transform: translate(50%, -50%) rotate(225deg);
}
.dataTables_paginate.paging_full_numbers .paginate_button.last::after {
  right: 65%;
}

.dataTables_paginate.paging_full_numbers .paginate_button.last::before {
  left: unset;
  right: 25%;
  transform: translate(50%, -50%);
}
/* End Custom Pagination */

/* Datatable Hover not cropped */
#admin-daily-datatable_wrapper .DTFC_LeftBodyLiner,
#admin-weekly-datatable_wrapper .DTFC_LeftBodyLiner,
#admin-monthly-datatable_wrapper .DTFC_LeftBodyLiner,
#example_wrapper .DTFC_LeftBodyLiner {
  width: auto !important;
}

#admin-daily-datatable_wrapper .DTFC_LeftBodyWrapper,
#admin-daily-datatable_wrapper .DTFC_LeftBodyLiner,
#admin-weekly-datatable_wrapper .DTFC_LeftBodyWrapper,
#admin-weekly-datatable_wrapper .DTFC_LeftBodyLiner,
#admin-monthly-datatable_wrapper .DTFC_LeftBodyWrapper,
#admin-monthly-datatable_wrapper .DTFC_LeftBodyLiner,
#example_wrapper .DTFC_LeftBodyWrapper,
#example_wrapper .DTFC_LeftBodyLiner {
  overflow: visible !important;
}
/* End Datatable Hover not cropped */

.toolbar-header {
  display: flex;
  justify-content: space-between;
}

/* override length filter */
.toolbar-header .dataTables_length select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.toolbar-header .dataTables_length select {
  background: url("../images/icon/down-arrow.svg") calc(100% - 7px) / 13px
      no-repeat,
    linear-gradient(#1a8be2, #1a8be2) right/25px no-repeat;
  line-height: 1.5;
  min-width: 60px;
  padding-right: 30px;
  cursor: pointer;
}

.toolbar-header .dataTables_length select,
.toolbar-header .export-btn {
  height: 40px;
}
/* end override length filter */

/* override datatable collection */
div.dt-button-collection > ul {
  display: block !important;
}

.toolbar-header .export-btn {
  border-radius: 5px !important;
  background-image: url("../images/icon/down-arrow.svg");
  background-size: 12px;
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
}

.toolbar-header .export-btn,
.toolbar-header .export-btn:hover {
  z-index: 1;
  background-color: #1a8be2 !important;
}

.toolbar-header .dt-button-collection.dropdown-menu {
  left: unset;
  right: 0;
  min-width: unset;
  top: calc(100% - 13px);
  z-index: 1;
}

.toolbar-header .dt-button-background {
  z-index: 0;
}

.toolbar-header .dropdown-menu > li {
  text-align: center;
}

.toolbar-header .dropdown-menu > li > a,
.toolbar-header .dropdown-menu > li > a:hover {
  background: url("../images/icon/export.svg") calc(0% + 13px) / 17px no-repeat;
  padding-left: 40px;
}

.toolbar-header .dropdown-menu > li > a:hover {
  color: #1a8be2;
}

.toolbar-header .dt-button-collection.dropdown-menu,
.toolbar-header .export-btn {
  width: 175px;
}

@media only screen and (max-width: 767px) {
  .toolbar-header div.dt-buttons {
    width: unset;
  }
}
/* override datatable collection */

/* attendance */
.attendance {
  margin-top: 60px;
}

.attendance .attendance__header {
  margin-bottom: 10px;
  margin-top: 40px;
}

.attendance .attendance__daterange {
  display: flex;
  height: 40px;
  margin: auto;
  width: max-content;
}

.attendance .attendance__daterange > button {
  width: 40px;
  background-color: #1a8be2;
  border: none;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.attendance .attendance__daterange > button:first-child {
  background-image: url("/assets/images/icon/left-arrow.svg");
  border-radius: 4px 0 0 4px;
}

.attendance .attendance__daterange > button:last-child {
  background-image: url("/assets/images/icon/right-arrow.svg");
  border-radius: 0 4px 4px 0;
}

.attendance .attendance__daterange > input {
  border: none;
  min-width: 210px;
  text-align: center;
  cursor: pointer;
}

.attendance .filter-date__wrapper {
  position: relative;
}

.attendance .filter-date__wrapper > .btn {
  width: 100px;
}

.attendance .filter-date__wrapper > .btn--analytics {
  position: absolute;
  right: 10px;
  bottom: calc(0% - 50px);
  width: 208px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .attendance .filter-date__wrapper {
    margin-bottom: 0;
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  .attendance .filter-date__wrapper {
    text-align: center;
  }
  .attendance .filter-date__wrapper > .btn--analytics {
    position: relative;
    right: 0;
    margin: 10px auto 0;
  }
}

/* table */
.attendance .attendance__table {
  position: relative;
}

.attendance .attendance__table tbody tr > td,
.attendance .attendance__table thead > tr > th {
  padding: 0 !important;
  height: 40px;
}

.attendance
  .attendance__table
  thead
  > tr
  th:not(.table__name):not(.table__work):not(.table__month):not(.table__active-days) {
  min-width: 10px !important;
  /* width: 10px !important; */
  max-width: 10px;
}

.attendance .attendance__table .table__name {
  text-align: left;
  padding-left: 25px !important;
  min-width: 150px !important;
  width: 150px !important;
  max-width: 150px;
}

.table__name .name__detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table__name .name__detail > p {
  margin-bottom: 0;
  flex-grow: 1;
}

.table__name .name__detail > img {
  margin-right: 15px;
  width: 13px;
  transition: all 0.3s;
}

.table--selected .table__name .name__detail > img {
  transform: rotate(180deg);
}

.time-modal {
  display:block
}

.rotate {
  transform: rotate(-0deg);
  /* default */
}
/* .table__name .name__detail .collapsed > img {
  margin-right: 15px;
  width: 13px;
  transform: rotate(-0deg);
}  */
.attendance .attendance__table .table__work {
  width: 75px !important;
}

.attendance .attendance__table .table__active-days {
  width: 95px !important;
}

.attendance .attendance__table .table__month {
  text-align: left;
  padding-left: 25px !important;
  min-width: 125px !important;
  width: 125px !important;
  max-width: 125px;
}

.attendance .attendance__table tbody tr > td {
  background-color: #fff;
  text-align: center;
}

.attendance .attendance__table tbody tr.table--selected > td,
.attendance tbody tr.table--selected .scroll,
.attendance tbody tr.table--selected a {
  background-color: #dddcdc;
}

.attendance .attendance__table tbody tr > td > a {
  position: relative;
  display: flex;
  height: 100%;
}

.attendance .attendance__table tbody tr > td > a:not(.name__detail)::before {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 4px);
  border: solid 1px var(--attendance-color);
  background-color: var(--attendance-color);
  border-radius: 5px;
  top: 2px;
  left: 3px;
}

.attendance .attendance__table tbody tr > td > a:not(.name__detail)::after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  content: var(--dayoff-code);
}

.attendance .attendance__table tbody tr > td.table--white > a::before {
  border: solid 1px #ededed;
  background-color: #fff;
}

.attendance .attendance__table tbody tr > td.table--green > a::before {
  border: solid 1px #88bb86;
  background-color: #88bb86;
}

.attendance .attendance__table tbody tr > td.table--yellow > a::before {
  border: solid 1px #ffd958;
  background-color: #ffd958;
}

.attendance .attendance__table tbody tr > td.table--yellow > a::after {
  content: "S";
}

.attendance .attendance__table tbody tr > td.table--orange > a::before {
  border: solid 1px #ff8f2e;
  background-color: #ff8f2e;
}

.attendance .attendance__table tbody tr > td.table--orange > a::after {
  content: "L";
  color: #fff;
}

.attendance .attendance__table .table__detail {
  height: auto;
  background-color: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e7e7e7;
  text-align: left;
  padding: 15px 15px 0 !important;
}

.attendance .attendance__table .table__detail-wrapper {
  display: flex;
  align-items: baseline;
  position: relative;
}

.table__detail-wrapper > .detail__general {
  flex-basis: 180px;
  /* max-width: 180px;
  min-width: 180px; */
  margin-right: 45px;
  padding-bottom: 1.25rem;
}

.table__detail-wrapper > .detail__general > h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  margin-bottom: 0;
}

.table__detail-wrapper > .detail__general > p:first-of-type {
  margin-bottom: 45px;
}

.detail__general > .general__box {
  margin-top: 25px;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
}

.detail__general > .general__box > div:not(.row) {
  margin-bottom: 10px;
}

.detail__general > .general__box p {
  margin-bottom: 0;
}

.detail__general > .general__box strong {
  color: #1484d9;
}

.detail__general > .general__box > .box__info {
  margin-left: -2px;
  margin-right: -2px;
}

.detail__general > .general__box > .box__info > div {
  padding-left: 2px;
  padding-right: 2px;
}

.detail__general > .general__box > .box__info .info__item {
  display: flex;
  height: 40px;
  align-items: center;
  font-weight: bold;
  background-color: #1685db;
  border: solid 1px #1685db;
  color: #fff;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-size: 14px;
}

.detail__general > .general__box > .box__info .info__item.info__item--white {
  background-color: #fff;
  color: #1685db;
  border-color: #e6e6e6;
}

.detail__general > .general__box > .box__info .info__item > span {
  font-size: 18px;
  flex-grow: 1;
  text-align: center;
}

.table__detail-wrapper > .detail__info {
  flex-grow: 1;
}

.detail__info h4 {
  font-size: 20px;
}

.detail__info .attendance__daterange {
  position: absolute;
  right: 0;
  top: 0;
}

.detail__info .info__table {
  margin-bottom: 20px;
}

.detail__info .info__table tbody > tr > td {
  background-color: #f4f4f4;
  border-bottom: solid 1px #e7e7e7;
}

.detail__info .info__table .table__btn-wrapper {
  width: 100px !important;
  max-width: 100px !important;
}

.detail__info .info__table tbody .table__btn-wrapper > .btn-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.detail__info .info__table > .btn {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.detail__info .info__table > .btn > span {
  margin-right: 40px;
  font-size: 30px;
}

.attendance__table--yearly.card-box {
  overflow: visible;
}

.attendance__table--yearly .table__filter .filter__wrapper {
  display: flex;
  align-items: baseline;
}

.attendance__table--yearly .table__filter .filter__wrapper > label {
  flex-basis: 130px;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 20px;
}

.attendance__table--yearly .table__filter button {
  height: 40px;
  border-radius: 5px;
  width: 200px;
}

.attendance .attendance__summary .summary {
  margin-bottom: 40px;
}

.attendance .attendance__summary .summary h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.attendance .attendance__summary .summary .summary__card {
  border-radius: 8px;
  border: solid 1px #000;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 30px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.attendance .attendance__summary .summary .summary__card > h4 {
  font-size: inherit;
  font-weight: bold;
  margin-top: 0;
}

@media (max-width: 1199.98px) {
  .attendance .attendance__table .table__name {
    padding-left: 10px !important;
    min-width: 80px !important;
    width: 80px !important;
    max-width: 80px;
  }
  .attendance .attendance__table .table__month {
    padding-left: 10px !important;
    min-width: 50px !important;
    width: 50px !important;
    max-width: 50px;
  }
  .attendance .attendance__table .table__work,
  .attendance .attendance__table .table__active-days {
    width: 35px !important;
    min-width: unset;
  }
  .attendance
    .attendance__table
    thead
    > tr
    th:not(.table__name):not(.table__work):not(.table__month):not(.table__active-days) {
    font-size: 10px;
    width: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .attendance__table--yearly .table__filter button {
    display: block;
    margin: 0 auto 10px;
  }
}

/* override datatable */
.attendance .DTFC_ScrollWrapper {
  height: auto !important;
}

.attendance__table .dt-buttons {
  float: none;
  position: absolute;
  top: calc(0% - 50px);
  left: 0;
  height: 40px;
}

.attendance__table .dt-buttons > button {
  height: 100%;
  margin-right: 10px;
  border-radius: 4px !important;
  border: none;
  width: 95px;
  text-align: left;
}

.attendance__table .dt-buttons > button:hover {
  border: none !important;
}

.attendance__table .dt-buttons > button.buttons-print {
  background: url("/assets/images/icon/print.svg") calc(100% - 13px) / 15px
      no-repeat,
    linear-gradient(#1a8be2, #1a8be2) right/40px no-repeat, #fff;
}

.attendance__table .dt-buttons > button.buttons-excel {
  background: url("/assets/images/icon/excel.svg") calc(100% - 13px) / 15px
      no-repeat,
    linear-gradient(#1a8be2, #1a8be2) right/40px no-repeat, #fff;
}

.attendance__table .dt-buttons > button.buttons-pdf {
  background: url("/assets/images/icon/pdf.svg") calc(100% - 13px) / 15px
      no-repeat,
    linear-gradient(#1a8be2, #1a8be2) right/40px no-repeat, #fff;
}

.attendance__table .table__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.attendance__table .pagination,
.attendance__table .dataTables_info {
  margin-top: 0 !important;
  padding-top: 0;
}

.attendance__table .dataTables_info {
  padding-bottom: 5px;
}

.attendance__table .table__footer .paginate_button {
  margin-right: 5px;
}

.attendance__table
  .table__footer
  .dataTables_paginate.paging_full_numbers
  .paginate_button
  a {
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
}

.attendance__table .dataTables_filter {
  margin-bottom: 10px;
  height: 40px;
}

.attendance__table .dataTables_filter > label {
  margin-bottom: 0;
}

.attendance__table .dataTables_filter > label,
.attendance__table .dataTables_filter input {
  height: 100%;
}

.attendance__table .dataTables_filter input {
  margin-left: 0;
  width: 305px;
  padding-right: 50px;
  border-radius: 4px;
  background: url("/assets/images/icon/search.svg") calc(100% - 12px) / 16px
      no-repeat,
    linear-gradient(#1a8be2, #1a8be2) right/40px no-repeat, #fff;
}

@media (max-width: 767.98px) {
  .attendance__table .dt-buttons {
    position: relative;
    display: block;
    margin: auto;
    width: max-content;
  }
  .attendance__table .dt-buttons > button:last-child {
    margin-right: 0;
  }
  .attendance__table div.dataTables_filter {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 413.98px) {
  .attendance__table .dt-buttons > button {
    width: 90px;
  }
}

/* override daterange */
.daterangepicker .ranges {
  float: none;
  text-align: right;
}
/* end attendance */

/* attendance dashboard */
.attendance .attendance__dashboard .btn.btn--dashboard {
  height: 40px;
  width: 200px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attendance .attendance__dashboard .dashboard__table tbody > tr > td {
  text-align: center;
}

.attendance .attendance__dashboard .dashboard__table .nav-tabs > li {
  width: 230px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .attendance .attendance__dashboard .btn.btn--dashboard {
    width: auto;
  }
  .attendance .attendance__dashboard .dashboard__table .nav-tabs {
    display: flex;
  }
  .attendance .attendance__dashboard .dashboard__table .nav-tabs > li {
    width: 33.33%;
  }
  .attendance .attendance__dashboard .dashboard__table .nav-tabs > li > a {
    height: 100%;
  }
  .attendance .card-box {
    max-width: 100%;
    overflow-x: auto;
  }
}
/* end attendance dashboard */

/* day off settings */
.day-off .tab-content {
  padding: 0;
  border: none;
}

.day-off .card-box,
.announcement-setting .card-box {
  padding: 0;
  border-radius: 5px;
}

.day-off .card-box.card-box--settings {
  min-height: 345px;
}

.day-off .card-box .card-box__title,
.announcement-setting .card-box .card-box__title {
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #46464e;
}

.day-off .card-box .card-box__title > h4,
.announcement-setting .card-box .card-box__title > h4 {
  font-size: 20px;
  color: #fff;
}

.day-off .card-box .card-box__content,
.announcement-setting .card-box .card-box__content {
  padding: 20px 25px;
}

.day-off .input--leave {
  position: relative;
  width: 60px;
}

.day-off .input--leave:after {
  content: "/ Year";
  position: absolute;
  width: max-content;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
}

.day-off .input--assign {
  position: relative;
  width: calc(100% - 50px);
}

.day-off .input--assign::after {
  content: "*Max: 2";
  position: absolute;
  color: #1483d8;
  width: 45px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
}

.day-off .input--file {
  display: flex;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e3e3e3;
}

.day-off .input--file > input[type="file"] {
  border: none;
}

.day-off .nav-pills > li > a {
  border-radius: 0;
  color: #616161;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

.day-off .nav-pills > li.active > a,
.day-off .nav-pills > li.active > a:focus,
.day-off .nav-pills > li.active > a:hover,
.day-off .nav-pills > li > a:hover {
  background: linear-gradient(#198ae0, #198ae0) left/3px no-repeat, #eaf6ff;
  color: #198ae0;
}

.day-off__reduce {
  display: flex;
  padding: 0;
  border: none;
  box-shadow: 0 0 0 1px #e3e3e3;
  overflow: hidden;
}

.day-off__reduce > .reduce__btn {
  flex-basis: 50%;
  width: 50%;
  border: none;
  background-color: #fff;
}

.day-off__reduce > .reduce__btn.active {
  color: #fff;
  background-color: #1483d8;
}

.holiday__recurring {
  display: flex;
  padding: 0;
  border: none;
  box-shadow: 0 0 0 1px #e3e3e3;
  overflow: hidden;
}

.holiday__recurring > .recurring__btn {
  flex-basis: 50%;
  width: 50%;
  border: none;
  background-color: #fff;
}

.holiday__recurring > .recurring__btn.active {
  color: #fff;
  background-color: #1483d8;
}

.day-off #DataTables_Table_1_wrapper .dataTables_scrollBody {
  max-height: 470.4px;
  overflow: auto;
}

.day-off #table_working_days thead th {
  padding-top: 15px;
  padding-bottom: 18px;
}

.day-off .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.day-off .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.day-off #table_working_days tbody > tr > td {
  height: 67px;
  border: solid 2px #ebeff2;
}

@media (max-width: 767.98px) {
  .day-off .card-box.card-box--settings {
    min-height: unset;
  }
}
/* end day off settings */

.select--blue-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/assets/images/icon/down-arrow.svg") calc(100% - 13.5px) 55%/13px
      no-repeat,
    linear-gradient(#1483d8, #1483d8) right/40px 100% no-repeat;
  padding-right: 45px;
}

.select--blue-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/assets/images/icon/down-arrow-blue.svg") calc(100% - 13.5px)
    55%/13px no-repeat;
  padding-right: 45px;
}

.select--blue-arrow:focus {
  background-color: transparent;
  border: 0;
}

.input--date-icon {
  background: url("/assets/images/icon/calendar-white.svg") calc(100% - 3.5px)
      55%/35px no-repeat,
    linear-gradient(#1483d8, #1483d8) right/40px 100% no-repeat;
  padding-right: 45px;
}

/* screenshot images uniformity */
#screen_record > .screen-record__wrapper {
  display: flex;
  flex-wrap: wrap;
}

#screen_record > .screen-record__wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* end screenshot images uniformity */

/* override input type color styling */
.input--color::-webkit-color-swatch {
  border: none;
}
.input--color::-moz-color-swatch {
  border: none;
}

.input--color::-webkit-color-swatch-wrapper {
  padding: 0;
}

.input--color {
  padding: 0;
  border: none;
  box-shadow: 0 0 0 1px #e3e3e3;
  overflow: hidden;
}
/* end override input type color styling */

/* start revamp dokodemo */
.split {
  background: #fadf59;
  background: linear-gradient(
    -225deg,
    rgb(250, 223, 89) 0%,
    rgb(250, 195, 24) 100%
  );
  /* background: radial-gradient(ellipse 100% 0% at 0% 0%, rgb(255, 219, 0) 0%, rgb(255, 199, 25) 100%); */
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.left {
  left: 0;
  background-color: transparent; /* changed to transparent since there are arrow bug in dashboard intro*/
}

.right {
  right: 0;
  /* background: #fadf59;
  background: linear-gradient(-225deg, rgb(250, 223, 89) 0%, rgb(250, 195, 24) 100%); */
  overflow: hidden;
}

.text-company {
  color: black;
  font-size: 22px;
}

.panel-body {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 0.75rem;
}

.container-login {
  /* background: linear-gradient(-225deg, rgb(250, 223, 89) 0%, rgb(250, 195, 24) 100%); */
  min-height: 100vh;
  display: flex;
  align-items: center;
  /* opacity: 0;
  transition: all .5s ease-in-out; */
  /* overflow: hidden;
  height: 100%;
  width: 100%; */
  /* overflow-x: hidden; */
  /* max-width: 100vw; */
  /* min-height: inherit; */
}

.container-login.fade,
.wrapper.fade {
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

/* .container-login.opa-1,
.opa-1 {
  opacity: 1 !important;
} */

.container-login .row {
  width: 100%;
  /* max-width: 1140px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* margin: 0; */
  margin-left: auto;
  margin-right: auto;
}

.dokodemo-logo--animation {
  width: 30%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.dokodemo-logo--animation img {
  width: 100%;
}

.inner-container {
  width: 100%;
  max-width: 420px;
  margin: auto;
}

.inner-container-img {
  width: 100%;
  max-width: 442px;
  margin: auto;
}

.inner-container-img .img-box {
  height: 650px;
  position: relative;
}

.inner-container-img .img-box > img {
  position: absolute;
}

.inner-container .inner-container__form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-container .inner-container__form .img-logo {
  width: 55px;
}

.inner-container .inner-container__form .text-company:not(:empty) {
  margin-left: 10px;
}

.text-box{
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

.yellow-btn {
  background: #fadf59;
  background: linear-gradient(
    -225deg,
    rgb(250, 223, 89) 0%,
    rgb(250, 195, 24) 100%
  );
  font-size: 20px;
  color: black;
}

p {
  line-height: 1.6;
  color: black;
}
.icon-wrapper-notif {
  display: flex;
  border-radius: 100%;
  /* transform: translateX(23px); */
}
.icon-wrapper-profile {
  display: flex;
  border-radius: 100%;
  /* transform: translateX(23px); */
}
.icon-wrapper-attendance {
  display: flex;
  border-radius: 100%;
  /* transform: translateX(23px); */
}
.icon-wrapper-download {
  display: flex;
  border-radius: 100%;
  padding: 0 2rem;
}

.icon-download:hover {
  /* background: linear-gradient(#ffc817, #eeb603); */
  /* border-color: transparent; */
  box-shadow: 0 0 0 1.5px transparent;
  border-radius: 100%;
  cursor: pointer;
}
.icon-bell,
.icon.icon-account,
.icon.icon-admin-tools,
.icon.icon-download,
.icon.icon-attendance {
  display: flex;
  margin: auto;
  transition: all .15s ease-in-out;
}

.icon-download:hover {
  background: url("../images/icon/icon_download-flat.svg") 52% center no-repeat;
  cursor: pointer;
}
.icon-bell:hover {
  background: url("../images/icon/icon_notification-flat.svg") 52% center
    no-repeat;
  cursor: pointer;
}
.icon-attendance:hover {
  background: url("../images/icon/attendance-flat.svg") 52% center no-repeat;
  cursor: pointer;
}
.icon-account:hover {
  background: url("../images/icon/icon_profile-flat.svg") 52% center no-repeat;
  cursor: pointer;
}

.nav-title:hover {
  cursor: pointer !important;
}

.fa-question-circle:before {
  content: "\f059";
  color: #337ab7;
}
.nav-title {
  color: grey;
  cursor: pointer !important;
}

.lamp-icon {
  /* display: flex; */
  /* transform:translateY(-499px) translateX(88px); */
  mix-blend-mode: multiply;
  left: 35%;
  transform: translateX(-50%);
  top: -60px;
}

.trash-icon {
  transform: translateY(0rem);
  mix-blend-mode: multiply;
}

.clock-icon {
  /* transform:translateX(-243px) translateY(-30px); */
  mix-blend-mode: multiply;
  position: absolute;
  top: 30%;
}

.login-ilus {
  width: 100%;
  max-width: 512px;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-54%);
}

.plant-icon {
  /* transform:translateY(-566px) translateX(-28px); */
  left: -65px;
  bottom: -20px;
}
.shelf-icon {
  /* transform: translateY(29rem) translateX(-162px); */
  mix-blend-mode: multiply;
  bottom: 0;
  left: -65px;
}
.taller-shelf {
  /* transform:translateY(20rem) translateX(348px); */
  mix-blend-mode: multiply;
  bottom: 0;
  right: 0;
}

.leave-text {
  position: relative;
  display: inline-block;
}
.leave-text:hover .tooltiptext {
  visibility: visible;
}

.leave-text .tooltiptext {
  visibility: hidden;
  width: 20rem;
  background-color: gray;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position bottom */
  position: absolute;
  z-index: 1;
}

.attachment-text {
  position: relative;
  display: inline-block;
}
.attachment-text:hover .tooltipattach {
  visibility: visible;
}

.attachment-text .tooltipattach {
  visibility: hidden;
  max-width: 100%;
  background-color: gray;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 2px;
  transform: translateY(32px);
  /* Position bottom */
  position: absolute;
  z-index: 1;
}

.leave-text {
  position: relative;
  display: inline-block;
}

.leave-text:hover .help-tooltip-text {
  visibility: visible;
}

.leave-text .help-tooltip-text {
  visibility: hidden;
  width: 29rem;
  background-color: gray;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 1.5rem;

  /* Position bottom */
  position: absolute;
  z-index: 1;
}

/*Custom Tooltip*/
.custom-tooltip-icon:hover ~ .custom-tooltip-text {
  visibility: visible;
}

.custom-tooltip-text {
  visibility: hidden;
  width: 29rem;
  background-color: gray;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 1.5rem;

  /* Position bottom */
  position: absolute;
  z-index: 1;
}

.text-icon {
  position: relative;
  display: inline-block;
}
.text-icon:hover .tiptext {
  visibility: visible;
}

/* .img-logo {
  vertical-align: middle;
  width:92px !important;
} */

.text-icon .tiptext {
  visibility: hidden;
  width: 10rem;
  color: grey;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  transform: translateX(-48px) translateY(-23px);

  /* Position bottom  */
  position: absolute;
  z-index: 1;

  /* Position top */
  /* position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 1%; */
}

/* loader */
.spinner--dots,
.spinner--dots:before,
.spinner--dots:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.spinner--dots {
  color: #1a8be2;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner--dots:before,
.spinner--dots:after {
  content: '';
  position: absolute;
  top: 0;
}
.spinner--dots:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner--dots:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* media query */

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .inner-container {
    width: 100%;
    max-width: 560px;
    margin: auto;
  }

  .inner-container-img {
    width: 100%;
    max-width: 720px;
    margin: auto;
  }

  .login-ilus {
    max-width: 512px;
    height: auto;
  }
}

@media screen and (min-width: 2560px) {
  .g-recaptcha {
    transform: scale(3) !important;
    -webkit-transform: scale(3) !important;
  }

  .form__bottom-section .col-xs-6 {
    padding-top: 148px;
  }

  /* .img-logo {
    vertical-align: middle;
    width:200px !important;
  } */

  .checkbox label {
    display: inline-block;
    padding-left: 33px;
    position: relative;
  }

  .checkbox label::before {
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #cccccc;
    content: "";
    display: inline-block;
    left: 0;
    margin-left: -3px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 32px;
    height: 3rem;
    outline: none !important;
    transform: translateY(10px);
  }

  .m-r-5 {
    margin-right: 5px !important;
    width: 7%;
  }

  .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .input__img {
    position: absolute;
    top: 52%;
    left: 12px;
    transform: translateY(-50%);
    transition: 0.3s;
    width: 3%;
  }

  .input__wrapper select,
  .input__wrapper textarea,
  .input__wrapper input:invalid,
  .input__wrapper input:not(:focus) {
    padding-left: 72px;
  }

  .yellow-btn {
    background: #fadf59;
    background: linear-gradient(
      -225deg,
      rgb(250, 223, 89) 0%,
      rgb(250, 195, 24) 100%
    );
    font-size: 49px;
    color: black;
    padding: -1rem;
  }

  .form-control {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    color: #565656;
    padding: 13px 15px;
    height: 97px;
    max-width: 100%;
    box-shadow: none;
    transition: all 300ms linear;
    font-size: 31px;
    line-height: 1.42857143;
    display: block;
    width: 110%;
  }

  .text-company {
    color: black;
    font-size: 54px;
  }

  .h4,
  h4 {
    font-size: 36px;
    padding-top: 5rem;
  }

  .text-box {
    padding-bottom: 1.5em;
    text-align: center;
    padding-top: 1.5em;
  }

  .text-center-img {
    text-align: center;
    transform: translateY(-29px);
  }

  .inner-container {
    width: 100%;
    max-width: 971px;
    margin: auto;
    margin-top: 3rem;
    font-size: 279%;
  }

  .inner-container-img {
    width: 100%;
    max-width: 720px;
    margin: auto;
    /* margin-top: 18rem; */
  }

  .inner-container-img .img-box {
    height: 1300px;
  }

  .lamp-icon {
    width: 190px;
  }

  .trash-icon {
    mix-blend-mode: multiply;
  }

  .clock-icon {
    width: 125px;
  }

  .login-ilus {
    width: 105%;
    max-width: 739px;
    height: auto;
  }

  .plant-icon {
    width: 219px;
  }
  .shelf-icon {
    width: 31%;
  }
  .taller-shelf {
    width: 32%;
  }
}

@media screen and (min-width: 1920px) and (max-width: 1080px) {
  .inner-container {
    width: 100%;
    max-width: 577px;
    margin: auto;
  }
  .inner-container-img {
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding-top: 9rem;
  }
}

@media screen and (max-width: 1367px) and (min-width: 1365px) {
  /* .img-logo {
    vertical-align: middle;
    width:94px !important;
  } */
  .inner-container {
    width: 100%;
    max-width: 422px;
    margin: auto;
  }
  .inner-container-img {
    width: 100%;
    max-width: 446px;
    margin: auto;
  }
}

@media (max-width: 991.98px) {
  .g-recaptcha {
    transform: scale(0.97) !important;
    -webkit-transform: scale(0.97) !important;
  }
  .inner-container-img .img-box {
    height: 500px;
  }
  .login-ilus {
    width: 80%;
  }
  .taller-shelf,
  .shelf-icon,
  .plant-icon,
  .lamp-icon {
    width: 80px;
  }
  .shelf-icon {
    left: 0;
  }
  .plant-icon {
    left: -15px;
  }
  .clock-icon {
    top: 40%;
    width: 60px;
    left: 20px;
  }
  .lamp-icon {
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .g-recaptcha {
    transform: scale(0.78) !important;
    -webkit-transform: scale(0.78) !important;
  }
  .icon-wrapper-download {
    padding: 0 4px;
  }
}

/* announcement alert */
.alert-wrapper .alert {
  margin-bottom: 0;
}

.announcement-alert {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 40px;
  /* margin-bottom: -20px; */
}

.announcement-alert > .announcement-alert__item {
  display: flex;
  align-items: center;
  min-width: 300px;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  color: #000;
}

.announcement-alert > .announcement-alert__item:not(:last-of-type) {
  margin-right: 15px;
}

.announcement-alert > .btn {
  margin-left: 15px;
}

.announcement-alert .shadow--yellow {
  /* box-shadow: 0px 1px 8px 0px rgba(255, 204, 0, 0.5); */
  animation: glow-shadow-yellow 0.9s ease-in-out infinite alternate;
}

.announcement-alert .shadow--red {
  /* box-shadow: 0px 1px 8px 0px rgba(255, 45, 85, 0.4); */
  animation: glow-shadow-red 0.9s ease-in-out infinite alternate;
}

.announcement-alert > .announcement-alert__item .item__img {
  margin-right: 10px;
  width: 20px;
}

.announcement-alert__item > .item__text {
  margin-right: 20px;
}

.announcement-alert .btn--announce {
  height: 100% !important;
  width: 90px;
  line-height: initial !important;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.modal-announcement {
  border-radius: 20px;
  overflow: hidden;
}

.modal-announcement .modal-announcement__content {
  padding: 30px 40px 20px;
}

.modal-announcement .content__modal img {
  margin-bottom: 15px;
  border-radius: 10px;
  width: 50px;
}

.modal-announcement .content__modal h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.modal-announcement .content__text {
  text-align: left;
  max-height: 65vh;
  overflow-y: auto;
  /* padding-right: 20px; */
  margin-left: -10px;
  margin-right: -10px;
}

.modal-announcement .text__announcement {
  padding: 5px 10px;
}

.modal-announcement .text__announcement > .announcement {
  padding: 10px;
  border-radius: 10px;
}

.modal-announcement .text__announcement > .announcement:not(:last-child) {
  margin-bottom: 20px;
}

#announce_important .text__announcement > .announcement {
  box-shadow: 0 0 5px 1px rgba(255, 45, 85, 0.4);
}

#announce_general .text__announcement > .announcement {
  box-shadow: 0px 1px 8px 0px rgba(255, 204, 0, 0.6);
}

.modal-announcement .btn-close {
  display: block;
  border: none;
  width: 100% !important;
  border-radius: 0 !important;
  letter-spacing: 2px;
  font-size: 16px;
  height: unset !important;
  padding: 10px;
}

.quill-input {
  opacity: 0;
  width: 0;
  padding: 0;
  float: left;
}

.quill-input ~ .quill-editor {
  min-height: 100px;
}

@keyframes glow-shadow-yellow {
  0% {
    box-shadow: 0px 1px 2px 0px rgba(255, 204, 0, 0.3);
  }
  100% {
    box-shadow: 0px 1px 9px 0px rgba(255, 204, 0, 0.6);
  }
}

@keyframes glow-shadow-red {
  0% {
    box-shadow: 0px 1px 2px 0px rgba(255, 45, 85, 0.2);
  }
  100% {
    box-shadow: 0px 1px 9px 0px rgba(255, 45, 85, 0.5);
  }
}

@media (max-width: 991.98px) {
  .announcement-alert > .announcement-alert__item:not(:last-of-type) {
    margin-right: 10px;
  }
  .announcement-alert > .btn {
    margin-left: 10px;
  }
  .alert-wrapper .alert {
    margin-bottom: -10px;
  }
}

@media (max-width: 767.98px) {
  .announcement-alert > .announcement-alert__item {
    min-width: unset;
    width: 100%;
  }
  .announcement-alert > .announcement-alert__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .announcement-alert > .btn {
    margin: 10px auto 0;
  }
}

/* end announcement alert */

/* override introjs */
.introjs-fixParent.custombox-modal-wrapper{
  z-index:10000000 !important;
}
.introjs-helperLayer {
  background: transparent;
}
.introjs-overlay {
  opacity: 0 !important;
}
.introjs-helperLayer:before {
  /* opacity: 0; */
  content: '';
  position: fixed;
  width: inherit;
  height: inherit;
  border-radius: 0.5em;
  box-shadow: 0 0 0 1000em rgba(0,0,0, .7);
  opacity: 1;
}
.introjs-helperLayer:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
}
#topnav.introjs-fixParent {
  z-index: 2!important;
}
/* end override introjs */

/* help */
.explain__lang {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 2;
}

.explain__topic {
  position: -webkit-sticky;
  position: sticky;
  top: calc(70px + 65px);
  /* max-height: calc(100vh - 75px - 120px); */
  /* overflow: auto; */
  margin-top: 20px;
}

.explain__topic .card-box {
  max-height: calc(100vh - 75px - 120px);
  overflow: auto;
}

.help__explain .explain__topic .nav-link,
.help__explain .explain__topic .nav-item > ul a {
  display: block;
  width: 100%;
}

.help__explain .explain__topic .nav-link {
  text-align: left;
  font-size: 20px;
}

.help__explain .explain__topic .card-box {
  padding: 0;
}

/* .help__explain .explain__topic .nav-item:first-child .nav-link {
  padding-top: 0;
} */

.help__explain .explain__topic .nav-item {
  flex-direction: column;
  align-items: flex-start;
}

.help__explain .explain__topic .nav-item ul li:not(:last-child) {
  margin-bottom: 5px;
}

.help__explain .explain__lang .nav-item .nav-link,
.help__explain .explain__topic .nav-item .nav-link,
.help__explain .explain__topic li:not(.nav-item) ul a {
  transition: all 0.2s ease-in-out;
}

.help__explain .explain__topic .card-box > #accordion > .nav-item.active .nav-link,
.help__explain .explain__topic .card-box > #accordion > .nav-item .nav-link:hover,
.help__explain .explain__topic .card-box > #accordion > .nav-item .nav-link:focus,
.help__explain .explain__topic .card-box > #accordion > li:not(.nav-item) a:hover{
  /* background: transparent;
  color: #ffca13; */
  background: linear-gradient(#198ae0, #198ae0) left/3px no-repeat, #eaf6ff;
  color: #198ae0;
}

.help__explain .explain__topic .card-box [data-parent*="accordion"] li:hover {  
  background: linear-gradient(#198ae0, #198ae0) left/3px no-repeat, #eaf6ff;
  color: #198ae0;
}

.help__explain .explain__lang .nav-item.active .nav-link {
  height: 100%;
  background: #ffca13;
  color: white;
  display: flex;
  align-items: center;
}

.help__explain .explain__lang .nav-item .nav-link:hover{
  background: transparent;
  color: #ffca13;
}

.help__explain .explain__lang .nav-item.active .nav-link:hover {
  background: #ffca13;
  color: #fff;
}

.help__explain .explain__topic .nav-item ul li {
  /* padding-left: 30px; */
  padding: 5px 0 5px 30px;
}

.help__explain .explain__topic li:not(.nav-item) ul {
  margin-left: 40px;
}

.help__explain .explain__topic li:not(.nav-item) ul a:not(:last-child) li {
  margin-bottom: 10px;
}

.help__explain .explain__content {
  padding: 30px;
  margin-top: 20px;
  background: white;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.help__explain .explain__content .tab-pane > h2 {
  margin-top: 0;
}

.help__explain .hr--tab-content {
  margin-bottom: 10px;
  border-color: #ccc;
}

/* content */
.help__explain .explain__content .tab-pane picture img {
  border: solid 1px #ccc;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.15);
}

.help__explain .explain__content p {
  margin-bottom: 1rem;
}

.help__explain .explain__content h5 {
  font-size: 20px;
}

/* help sidebar (mobile)*/
.btn__burger-sidebar{
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background: white;
  cursor: pointer;
  display: none;
  transition: background-color .5s;
}
.btn__burger-sidebar:hover{
  background: rgb(243, 243, 243);
}
.btn__burger-sidebar .bar{
  width: 30px;
  height: 3px;
  margin-top: 6px;
  background: #808080;
}
.btn__burger-sidebar .bar:first-of-type{
  margin-top: 0;
}
.explain__topic.hide-mobile{
  left: -1000px;
  display: block;
}
.sidebar-open{
  overflow: hidden;
}
.sidebar-overlay{
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1099;
  width: 100%;
  height: 100vh;
  transition: left .3s;
  display: none;
}
.btn__close-sidebar{
  z-index: 1101;
  position: fixed;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0,0,0,0.4);
  padding: 5px 10px;
  transition: right .3s;
  display: none;
}
@media (max-width: 991px){
  .btn__burger-sidebar{
    display: inline-block;
  }
  .explain__lang{
    position: relative;
    top: 0;
  }
  .explain__topic{
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    margin-top: 0;
    padding-top: 20px;
    height: 100%;
    max-height: 100%;
    background: white;
    transition: left .3s;
    display: block;
    overflow: auto;
  }
  .explain__topic.hide-mobile{
    left: -1000px;
    display: block;
  }
  .explain__topic .btn__close-sidebar{
    right: 20px;
    display: block;
  }
  .explain__topic.hide-mobile .btn__close-sidebar{
    right: 1500px;
  }
  .sidebar-overlay{
    left: 0;
    display: block;
  }
  .sidebar-overlay.hide-mobile{
    left: -2000px;
  }
}

/* custom ordered list */
.list--multi-level {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.list--multi-level > li {
  display: table;
  counter-increment: item;
}

.list--multi-level > li:before {
  content: var(--start) "." counters(item, ".");
  display: table-cell;
  padding-right: 0.6em;
}

.list--multi-level.list--bold > li:before {
  font-weight: bold;
  font-size: 20px;
}

ol.list--bold > li::marker {
  font-weight: bold;
}

/* end help */