html {
  background-color: #fff;
}

html, body {
  overscroll-behavior: none; /* Disable bounce effect */
}

@font-face {
  font-family: text-security-disc;
  src: url("../fonts/text-security-disc.woff");
}

.select2-container--default .select2-selection--single {
  /* border-radius: unset; */
}

.select2-container .select2-selection--single {
  height: 34px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: inherit;
}

.select2-container--default .select2-selection--single {
  border-color: #d2d6de;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0 !important;
}

.toast-container {
  max-height: 250px;
  overflow-y: auto;
}

#toast-container > div {
  opacity: 1 !important;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  line-height: unset;
}

input[readonly] {
  background-color: #eee !important;
  cursor: not-allowed;
  border: 1px solid #d2d6de !important;
}

.login-page {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100vh !important;
}

.login-box-body,
.register-box-body {
  border-radius: 5px !important;
  box-shadow: #D6DFEB 0px 1px 6px 0px !important;
}

.fixed .main-header {
  box-shadow: 0 1px 10px rgb(0 0 0 / 20%) !important;
}

.box,
.info-box,
.small-box,
.nav-tabs-custom {
  border-radius: 5px !important;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.no-shadow {
  box-shadow: none !important;
  border: 1px solid #ddd;
}

.box-header,
.box-footer {
  border-radius: 5px !important;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  font-size: 16px;
}

.box-subtitle {
  display: flex;
}

.box-body {
  padding: 15px;
}

.small-box > .inner,
.small-box > .small-box-footer,
.tab-content {
  border-radius: 5px !important;
}

.sidebar-menu .treeview-menu > li > a {
  padding: 10px 5px 10px 15px !important;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  font-weight: 700;
}

.btn-gradient {
  background: linear-gradient(
    135deg,
    rgba(33, 155, 87, 1) 0%,
    rgba(34, 85, 164, 1) 100%
  );
  color: white;
  box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.btn-gradient:hover {
  color: white;
}

.btn-gradient:focus,
.btn-gradient:active {
  background: linear-gradient(
    135deg,
    rgba(33, 155, 87, 1) 0%,
    rgba(34, 85, 164, 1) 50%
  );
  color: white;
  outline: none !important;
}

div.dataTables_wrapper > div.row > div,
div.dataTables_length,
div.dataTables_filter,
div.dataTables_info,
div.dataTables_paginate {
  white-space: nowrap;
  /* cursor: pointer; */
}

#camera-container {
  flex: 1;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background-color: black;
}

#camera-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#camera-view {
  flex: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.camera-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 4rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

#take-photo {
  --border-offset: -0.6rem;
  --border: 0.3rem solid #fff;
  display: block;
  background: #fff;
  border-radius: 100vmax;
  border: 0;
  width: 5rem;
  height: 5rem;
  font-weight: bold;
  font-size: 2rem;
  padding: 0;
  position: relative;
  -webkit-border-radius: 100vmax;
  -moz-border-radius: 100vmax;
  -ms-border-radius: 100vmax;
  -o-border-radius: 100vmax;
}
#take-photo::before {
  content: "";
  position: absolute;
  left: var(--border-offset);
  right: var(--border-offset);
  top: var(--border-offset);
  bottom: var(--border-offset);
  border: var(--border);
  border-radius: inherit;
}
#take-photo:focus {
  outline: none;
}
#take-photo:focus-visible {
  outline: none;
}
#take-photo:focus-visible::before {
  border-color: #df123b;
}

.switch-camera {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1878cd;
  border-radius: 100vmax;
  border: 0;
  width: 4rem;
  height: 4rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  margin: 0.5rem;
  position: relative;
}
.switch-camera:focus {
  outline: none;
}
.switch-camera:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.3rem #df123b;
}
.switch-camera svg {
  fill: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#close-camera,
#close-scan-qr {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 10px;
}
#close-camera:focus,
#close-scan-qr:focus {
  outline: none;
}
#close-camera:focus-visible,
#close-scan-qr:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.3rem #df123b;
}
#close-camera > img,
#close-scan-qr > img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}

.custom-radio {
  display: flex;
  justify-content: space-between;
}

.custom-radio .btn {
  font-size: 12px;
  width: 100%;
}

.custom-radio .active {
  color: #fff !important;
  font-weight: 600;
  background-color: #3c8dbc !important;
}

.custom-radio .btn:active,
.custom-radio .btn:hover,
.custom-radio .btn:focus,
.custom-radio .btn:visited {
  /* color: #fff;
  font-weight: 600;
  background-color: #3c8dbc; */
  outline: none !important;
}

/* Task item */
.task {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: #D6DFEB 0px 0px 5px !important;
  display: flex;
  max-width: 100%;
  /* margin-bottom: 10px; */
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}

.task h6 {
  opacity: 0.9;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.task-label {
  background-color: #2255a4;
  color: #fff;
  padding: 15px;
  width: 300px;
}

.task-label h5 {
  font-weight: 700;
}

.task-label.cit-pickup {
  background-color: #00a65a;
}

.task-label.cit-pickup-p2p {
  background-color: #007d48;
}

.task-label.cit-delivery {
  background-color: #f39c12;
}

.task-label.cit-delivery-p2p {
  background-color: #bd780e;
}

.task-label.rpl {
  background-color: #00c0ef;
}

.task-info {
  padding: 10px;
  position: relative;
  width: 100%;
}

.task-timestamp {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  opacity: 0.7;
}

.task-info h5 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 2px;
}

.task-info span {
  font-size: 14px;
  display: block;
}
/* Task Item */

/* Responsive */
@media (min-width: 768px) {
  .modal-xl {
    width: 80%;
    max-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .login-logo > img {
    width: 200px;
  }

  .modal-dialog {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .modal-content {
    position: absolute;
    width: 100%;
    bottom: 0px;
    max-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .modal-body {
    max-height: 79vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  #toast-container > div {
    width: calc(100vw - 20px) !important;
    padding: 15px 15px 15px 50px;
  }

  div.dataTables_wrapper > div.row > div {
    text-align: left;
  }

  .task {
    flex-direction: column;
  }

  .task-label {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }

  .task-info span {
    font-size: 11px;
  }

  .task-info .btn {
    font-size: 12px;
  }

  div.dataTables_filter label {
    width: 100%;
  }

  div.dataTables_filter input {
    width: 100%;
    margin-left: 0;
    height: 34px;
    font-size: 14px;
    background-position: 5px 5px !important;
    padding-left: 30px !important;
  }

  .login-box, .register-box {
    width: 80%;
  }
}

@media (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px !important;
  }
}
/* Responsive */

div.dataTables_filter input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 3px 3px;
  padding-left: 25px;
}

/* Menu CSS */
.siclus-menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 10px;
  margin-bottom: 10px;
}

.siclus-menu-box {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: #D6DFEB 0px 0px 3px 0px !important;
}

.siclus-menu-box:hover {
  background-color: #eaedf3;
}

.siclus-menu-box,
.siclus-menu-box:active,
.siclus-menu-box:focus,
.siclus-menu-box:hover {
  text-decoration: none;
  color: #696969;
}

.siclus-menu-box:active {
  background-color: #eaedf3;
  transform: scale(0.98);
}

.siclus-menu-icon > img {
  width: 40px;
  height: 40px;
}

.siclus-menu-label {
  font-size: 12px;
}

.siclus-menu-counter {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #00c0ef;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 767px) {
  .siclus-menu {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 15px;
  }

  .siclus-menu-icon > img {
    width: 80px;
    height: 80px;
  }

  .siclus-menu-label {
    font-size: 16px;
  }

  .siclus-menu-counter {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
/* End Menu CSS */

/* Space */
.mt-15 {
  margin-top: 15px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.modal .table-form tr {
  background-color: #fdf8f8;
}

input.password {
  font-family: text-security-disc;
  padding-top: 2px;
}

input.password::placeholder {
  font-family: "Source Sans Pro", sans-serif;
}

@media (min-width: 241px) and (max-width: 480px) {
  .modal-header {
    border-bottom: 2px solid #e5e5e5;
  }

  .modal-footer {
    border-top: 2px solid #e5e5e5;
  }

  .modal-fullscreen.modal-dialog {
    overflow-y: hidden !important;
  }

  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1024px) {
  table input.form-control {
    padding: 6px 6px;
  }
}

.captcha {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: end;
}

.table-info {
  width: 100%;
}
.table-info td,
.table-info th {
  border: 1px solid #f4f4f4;
  padding: 5px 8px;
  white-space: nowrap;
}

.table-detail {
  width: 100%;
}
.table-detail td,
.table-detail th {
  border: 1px solid #f4f4f4;
  padding: 5px 8px;
  white-space: nowrap;
}

.fab {
  width: 55px;
  height: 55px;
  border: 1;
  border-radius: 100px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.no-padding {
  padding: 0 !important;
}

[class*=" input-amount"],
[class^="input-amount"],
[id^="input-amount"] {
  text-align: right;
}

table > thead > tr > th {
  vertical-align: middle !important;
}

.filter-box .form-group {
  margin-bottom: 0px !important;
}

.input-group-btn button {
  height: 34px !important;
}

.box-header {
  padding-left: 15px;
  padding-right: 15px;
}

.box-header label {
  margin-bottom: 0px !important;
}

.sidebar-menu a > .bi {
  display: inline-block;
  width: 20px;
}

.sidebar-menu .treeview-menu > li > a > .bi {
  display: inline-block;
  width: 20px;
}

.sidebar-menu li.active > a > .bi-chevron-left,
.sidebar-menu li.active > a > .pull-right-container > .bi-chevron-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.user-panel > .info {
  left: 50px;
}

.user-panel > .info > p {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.handlings {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.handlings .btn {
  width: auto;
}

.filepond--drop-label {
  background-size: 100px 100px !important;
  background-repeat: no-repeat !important;
  height: 200px !important;
  background-position: center !important;
  align-items: end !important;
}

.modal-header .close {
  margin-top: 2px !important;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.select2-results__option {
  padding: 10px;
}

.box-header > .box-tools {
  right: 15px;
}

.attachment-upload {
  height: 150px;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  justify-content: center;
  align-items: center;
  border: 1px dashed #ddd;
  background-color: #f4f4f4;
  cursor: pointer;
  border-radius: 5px;
}

.attachment-upload > span {
  font-style: italic;
  font-size: 12px;
}

.text-white {
  color: #fff !important;
}

.d-none {
  display: none;
}

.modal-camera {
  background-color: black;
  overflow-y: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.w-100 {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.modal-header,
.modal-footer {
  padding: 10px 15px;
}

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

.input-group .input-group-addon {
  border-radius: 4px;
}

.input-group
.form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle)
{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group
.form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle
{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-white {
  background-color: #fff;
  border-color: #d2d6de;
}

/* Define the border bip animation */
@keyframes borderBip {
  0% { 
    border-width: 2px;
    border-color: #f39c12;
  }
  50% {
    border-width: 2px;
    border-color: #ddd;
  }
  100% { 
    border-width: 2px;
    border-color: #f39c12; 
  }
}

.highlight {
  animation: borderBip 2s linear infinite;
}

.top-nav {
  height: 60px;
  position: fixed;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0px 15px;
  box-shadow: #D6DFEB 0px 0px 5px !important;
}

.top-nav__left-action {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-nav__left-action i {
  font-size: 18px;
  color: #333;
}
.top-nav__left-action:active {
  transform: scale(0.98) !important;
  background-color: #f5f5f5;
  border-radius: 100%;
}

.top-nav__title {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

.top-nav__title>h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
}
.top-nav__title>span {
  font-size: 12px;
}

.bottom-nav {
  padding: 0px 10px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 1);
  height: 60px;
  display: flex;
  text-align: center;
  transition: all 250ms ease;
  line-height: 24px !important;
  box-shadow: #D6DFEB 0px 0px 5px !important;
}

.bottom-nav a:not(.btn) {
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
  color: #818181;
  width: 20%;
}

.bottom-nav a:not(.btn) i {
  margin-top: -2px;
  display: block;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.bottom-nav .home-nav i {
  background-color: #2255a4 !important;
  color: #FFF !important;
  font-size: 15px !important;
}

.bottom-nav .home-nav i {
  position: absolute !important;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  transform: translateY(-20px);
  border-radius: 100%;
  line-height: 55px;
  border: 3px solid #ecf0f5;
  font-size: 20px !important;
}

.bottom-nav a:not(.btn) span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-top: -3px;
  opacity: 0.7;
}

.bottom-nav .home-nav span {
  padding-top: 22px !important;
  font-weight: 600 !important;
  color: #1f1f1f !important;
}

.bottom-nav a:not(.btn):hover {
  color: #1f1f1f !important;
  font-weight: 700 !important;
}

.bg-overlay {
  display: none;
  position: absolute;
  background-color: #2255a4;
  height: 60vh;
  width: 100%;
}
.icon-overlay {
  display: none;
  width: 200px;
  position: absolute;
  opacity: 0.5;
  right: 0px;
  top: 20px;
}

.home-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50px;
  padding: 0px 15px;
  width: 100%;
}

.user-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-info {
  display: flex;
  flex-direction: column;
}

.user-profile>.user-image {
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #fff;
  border: 3px solid #ddd;
}

.user-info>.user-welcome {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

.user-info>.user-name {
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.notification {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ddd;
}

.notification>i {
  color: #696969;
  font-size: 18px;
}

.home-content {
  position: relative;
  background-color: #fff;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: 10px;
  min-height: 300px;
}

.no-task {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
}

.no-task>img {
  width: 200px;
}

/* Small screen */
@media screen and (max-width: 767px) {
  .layout-modern .main-header,
  .layout-modern .content-header {
    display: none;
  }

  .layout-modern .content-wrapper,
  .layout-modern .right-side {
      padding-top: 60px;
  }

  .layout-modern.home-page .content-wrapper,
  .layout-modern.home-page .right-side {
      padding-top: 105px;
  }

  .layout-modern.home-page .bg-overlay,
  .layout-modern.home-page .icon-overlay,
  .layout-modern.home-page .home-header {
    display: flex;
  }

  .layout-modern.home-page .top-nav {
    display: none;
  }

  .layout-modern .content-wrapper {
    padding-bottom: 70px !important;
  }
}

/* Large screen */
@media screen and (min-width: 767px) {
  .layout-modern .bg-overlay,
  .layout-modern .icon-overlay,
  .layout-modern .bottom-nav,
  .layout-modern .home-header {
    display: none;
  }

  .layout-modern .home-content {
    padding-top: 0px;
    margin-top: 0px;
    min-height: unset;
  }

  .layout-modern .top-nav {
    display: none;
  }

  .no-task {
    height: 400px;
  }
  
  .no-task>img {
    width: 300px;
  }

  .carousel-indicators li {
    border: 1px solid #367fa9;
  }
  .carousel-indicators .active {
    background-color: #367fa9;
  }
}

#outstanding-info {
  margin-bottom: 30px;
}

#outstanding-info .carousel-indicators {
  margin-bottom: 0px;
  bottom: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
}

.action-sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(100%);
    transition: transform .25s ease;
    z-index: 1001;
}

.action-sheet.open {
    transform: translateY(0);
}

.action-sheet .sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 16px;
}

.action-sheet .sheet-header .close-sheet {
    background: transparent;
    border: 0;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.action-sheet .sheet-body {
    padding-bottom: 15px;
}

.action-sheet .sheet-body a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.action-sheet .sheet-body a i {
    margin-right: 8px;
}

.action-sheet-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease;
    z-index: 1000;
}

.action-sheet-overlay.open {
    opacity: 1;
    visibility: visible;
}

.sheet-body a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color .15s ease, color .15s ease, transform .05s ease;
  -webkit-tap-highlight-color: transparent;
}
.sheet-body a:active,
.sheet-body a:hover,
.sheet-body a:focus {
  background-color: #eaedf3;
  color: #1f1f1f;
  outline: none;
}
.sheet-body a:active {
  transform: scale(0.995);
}
.sheet-body a i {
  margin-right: 8px;
  color: inherit;
}

/* Sembunyikan dropdown lama agar tidak tampil biasa */
.action-sheet-menu {
    display: none;
}

/* Nonaktifkan scroll ketika sheet terbuka */
body.no-scroll {
    overflow: hidden;
}

.jconfirm.jconfirm-material .jconfirm-box {
  padding-top: 25px !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 10px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 10px !important;
}

.jconfirm-content p {
  margin-bottom: 5px !important;
}

.modal-title {
  font-weight: 600;
}

label, 
th {
  font-weight: 600;
}

.content-wrapper {
  background-color: #fff !important;
}

.login-page, .register-page {
  background-color: #fff !important;
}

.btn-app {
  background: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
  min-width: 100px;
  height: auto !important;
  border-radius: 10px;
}

.btn-app i {
  font-size: 22px !important;
  margin-bottom: 5px;
}

.btn-app span {
  font-size: 14px !important;
}

.btn-app:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(60, 141, 188, 0.35);
  background: linear-gradient(135deg, #3c8dbc, #1e6aa3);
  color: white;
  font-weight: bold;
}

/* Styling untuk tombol mobile-friendly */
button, a.button, input[type="submit"] {
  cursor: pointer;
  touch-action: manipulation;
}

/* Feedback saat tombol difokuskan */
button:focus, a.button:focus, input[type="submit"]:focus {
  outline: 2px solid blue;
  box-shadow: 0 0 8px #D6DFEB;
}

/* Feedback saat tombol ditekan */
button:active, a.button:active, a.btn:active, input[type="submit"]:active {
  background-color: #D6DFEB;
  transform: scale(0.98);
}

.bottom-nav .home-nav i:active {
  background-color: #0056b3;
  transform: translateY(-20px) scale(0.95);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.toast-container .item:active {
  background-color: #D6DFEB;
  transform: scale(0.98);
}

/* Slider button */
#slider-container {
  position: relative;
  width: 350px;
  height: 50px;
  border: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #f0f0f0;
}

#slider {
  transition: width 0.3s, border-radius 0.3s, height 0.3s;
  position: absolute;
  left: 0px;
  width: 60px;
  height: 50px;
  background-color: #2255a4;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 0 5px #D6DFEB;
  text-align: center;
  line-height: 50px;
  user-select: none;
}

#slider.unlocked {
  transition: all 0.3s;
  width: inherit;
  left: 0 !important;
  height: inherit;
  border-radius: inherit;
  background-color: #f4f4f4;
}

#slider.unlocked i {
  color: #444;
  opacity: 0.65;
  font-size: 18px;
}

#slider i {
  color: #fff;
  font-size: 18px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.slide-text {
  color: #333;
  font-weight: 600;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
/* Slider button */

.mr-5 {
  margin-right: 5px !important;
}

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  font-size: 20px !important;
}

#btn-open-map,
#btn-refresh-location {
  position: absolute;
  right: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

#btn-refresh-location {
  bottom: 15px;
}

#btn-open-map {
  bottom: 70px;
}

.leaflet-bar a,
#btn-refresh-location i,
#btn-open-map i {
  font-size: 16px;
  color: #333;
}

.login-page .btn-gradient,
.login-page .input-group-btn button,
.login-page .form-control {
    height: 40px !important;
}

.alert.alert-danger,
.callout.callout-danger {
  color: #dd4b39 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}

.alert.alert-danger a,
.callout.callout-danger a {
  color: #dd4b39 !important;
}

.alert.alert-success,
.callout.callout-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
}

.alert.alert-success a,
.callout.callout-success a {
  color: #3c763d !important;
}

.alert.alert-info,
.callout.callout-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}

.alert.alert-info a,
.callout.callout-info a {
  color: #31708f !important;
}

.alert.alert-warning,
.callout.callout-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
  border-color: #faebcc !important;
}

.alert.alert-warning a,
.callout.callout-warning a {
  color: #8a6d3b !important;
}

.modal {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* lightgalery */
.lg-backdrop {
  z-index: 1050 !important;
}

.lg-backdrop.in {
  opacity: 0.8 !important;
}

.lg-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.lg-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
/* lightgalery */

/* Skeleton */
.skeleton-outstanding {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.skeleton-task {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Skeleton shared styling */
.skeleton-outstanding-item,
.skeleton-outstanding-indicator,
.skeleton-task-header,
.skeleton-task-action,
.skeleton-task-line {
  background: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}

/* Header styling (e.g., profile picture or large placeholder) */
.skeleton-outstanding-item {
  width: 100%;
  height: 65px;
  border-radius: 8px;
}

.skeleton-outstanding-indicator {
  width: 30px;
  height: 10px;
  margin-bottom: 10px;
}

.skeleton-task-header {
  width: 100%;
  height: 35px;
  border-radius: 10px;
}

/* Line styling */
.skeleton-task-line {
  width: 100%;
  height: 14px;
}

.skeleton-task-action {
  width: 50%;
  height: 30px;
  align-self: flex-end;
}

/* Animation */
@keyframes shimmer {
  0% {
      background-position: -200px 0;
  }

  100% {
      background-position: 200px 0;
  }
}

.skeleton-outstanding-item,
.skeleton-outstanding-indicator,
.skeleton-task-header,
.skeleton-task-action,
.skeleton-task-line {
  background: linear-gradient(90deg,
          #e0e0e0 25%,
          #f0f0f0 50%,
          #e0e0e0 75%);
  background-size: 400px 100%;
}
/* Skeleton */

/* map */
#map {
    height: 300px;
    width: 100%;
    position: relative;
}

.map-status {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid #ddd;
    z-index: 999;
    white-space: nowrap;
    width: auto;
    display: inline-block;
    background: #fff;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* map */