body {
  font-family: Roboto, "Poppins", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: var(--defaultFontColor);
  font-size: 0.85rem;
}

a {
  text-decoration: none !important;
  /* color: unset; */
  transition: all 0.2s ease;
  cursor: pointer !important;
}

/* -------------------------------------------------------------------------- */
/*                                 NavBar Menu                                */
/* -------------------------------------------------------------------------- */
.offcanvas .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-weight: 600;
}

.offcanvas .nav-pills .nav-link {
  border-radius: unset !important;
  padding-right: 0;
  padding-left: 0;
  margin-right: 1.5rem;
}

.offcanvas .accordion-button::after {
  width: 0.9rem;
  height: 0.9rem;
}

.offcanvas .tab-content ul {
  list-style: none;
}

.offcanvas .tab-content ul li {
  padding: 0.8rem 0;
}

.offcanvas .accordion-button:focus {
  box-shadow: unset !important;
}

.offcanvas hr {
  opacity: 0.5;
}

/* Main-Navbar */
.menubar-enabled .main-navbar {
  height: 4.0625rem;
  margin-left: 240px;
}

.main-navbar input.form-control:focus,
.main-navbar .input-group .btn:focus {
  box-shadow: unset !important;
}

.main-navbar .input-group input {
  width: 70%;
}

.main-navbar .input-group button {
  width: 1.9rem;
  height: 1.9rem;
}

.main-navbar .badge.notif {
  width: 10px;
  height: 10px;
}

.leftArea {
  min-width: 240px;
}

.leftArea-logo {
  /* height: 80px; */
}

.topBarTitle {
  color: #fff;
  text-shadow: -1px 1px 0px rgba(0, 0, 0, 0.6);
  font-size: 1.3rem !important;
}

.menubar-enabled.leftArea-collapsed .leftArea .leftArea-logo {
  height: 43px;
}

.leftArea .leftArea-body {
  margin: 1rem 0;
  padding: 0 0.6rem;
}

.menubar-enabled.leftArea-collapsed .leftArea .leftArea-body {
  margin: 0 0.13rem;
}

.leftArea .leftArea-header {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

.leftArea-footer {
  padding: 0.6rem;
}

.leftArea .menu {
  width: 100%;
}

.leftArea .menu-link.active .menu-arrow {
  transform: rotate(-180deg);
}

.leftArea .menu-link .menu-arrow {
  transition: all 0.5s ease;
}

.leftArea .menu-link img.menu-arrow {
  width: 0.7rem !important;
  height: 0.7rem !important;
  margin-right: 0;
}

.leftArea .menu-item:first-child .menu-link {
  margin-top: 0 !important;
}

.leftArea .menu-item:last-child .menu-link {
  margin-bottom: 0 !important;
}

.leftArea .menu-link,
.leftArea .active .menu-link[aria-expanded],
.leftArea .active ul .menu-link {
  border-radius: 4px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0;
  padding: 0.6rem 1rem;
  font-size: 14px;
  font-weight: 500;
}

.leftArea .menu-link img,
.leftArea .menu-link i {
  margin-right: 0.5rem;
}

.leftArea .menu-link img {
  width: 17px;
  height: unset;
}

.menubar-enabled.leftArea-collapsed .leftArea .menu-link img,
.menubar-enabled.leftArea-collapsed .leftArea .menu-link i {
  margin-right: 0;
}

.menubar-enabled.leftArea-collapsed .leftArea .menu-link {
  width: 80%;
  height: 40px;
  padding: 0.45rem 1rem;
  margin: 0.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leftArea .menu-item ul {
  padding-left: 1.8rem;
}

.leftArea .menu-item.submenu-collapse ul {
  padding-left: 0rem;
}

.leftArea .menu-item ul .menu-link img {
  width: 8px;
  height: 8px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(55%) saturate(3088%) hue-rotate(203deg) brightness(91%)
    contrast(111%);
}

.leftArea .menu-item ul .menu-link img,
.leftArea .menu-item ul .menu-link i {
  margin-right: 0.5rem;
}

.leftArea .menu-item ul .menu-link.active {
  font-weight: 500;
}

.leftArea .menu-item ul .menu-link {
  font-weight: 400;
}

.leftArea .active .menu-link[aria-expanded] img {
  filter: unset;
}

.menubar-enabled.leftArea-collapsed .leftArea .active ul.show {
  display: none;
}

.offcanvas .leftArea > .menu.accordion {
  height: calc(100% - 173px);
  overflow: auto;
}

.offcanvas .leftArea .leftArea-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.menubar-enabled.leftArea-collapsed .offcanvas .leftArea .menu-link .ava {
  width: 2rem !important;
}

.offcanvas .leftArea,
.offcanvas .leftArea > *,
.offcanvas .leftArea > * > *,
.offcanvas .leftArea > * > * > *,
.offcanvas .leftArea > * > * > * > *,
.offcanvas .leftArea > * > * > * > * > *,
.offcanvas .leftArea > * > * > * > * > * > * {
  transition: unset !important;
}

.menubar-enabled .main-navbar,
.menubar-enabled .wrapper {
  margin-left: 240px !important;
  transition: all 0.2s ease-in-out;
}

/* -------------------------------------------------------------------------- */
/*                                    Miscs                                   */
/* -------------------------------------------------------------------------- */
.fw-semibold {
  font-weight: 500 !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.btn-fill {
  font-weight: 600;
  border-radius: 0.5rem !important;
}

textarea {
  resize: none;
}

.image-circle {
  width: 40px !important;
  height: 40px !important;
  overflow: hidden;
  border-radius: 100%;
}

.image-circle img {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  object-fit: cover;
}

.icon-b1 {
  width: 1rem !important;
}

.form-control.selectDate {
  width: fit-content !important;
}

/* Select 2 */
.select2-container {
  height: 100%;
  display: block !important;
  min-width: -webkit-fill-available;
  min-width: 10rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  padding: 0 !important;
  position: relative;
  /* z-index: 5; */
}

.selectGroup .select2-container {
  float: left;
  margin-right: 1rem;
}

.selectGroup .icon {
  float: left;
  margin-right: 1rem;
}

.select2-container.select2-container--open {
  height: unset !important;
}

.selection {
  display: block !important;
  width: 100% !important;
  padding: 0.2504rem 2.25rem 0.2504rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: unset !important;
  padding-right: unset !important;
  line-height: 32px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border: unset !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 !important;
}

.select2-container--default .select2-selection--single {
  border: unset !important;
}

.select2-search--dropdown {
  padding: 0.8rem !important;
  padding-bottom: 0.4rem !important;
  position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 6px !important;
  outline: unset;
  font-size: 14px;
  padding: 0.5rem 1.8rem 0.5rem 0.6rem;
}

.select2-search--dropdown::after {
  content: "";
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  background-size: contain;
  right: 1.5rem;
  bottom: 1.15rem;
}

.select2-results__option {
  -webkit-user-select: none;
  margin: 0.2rem 0rem !important;
  border-radius: 6px !important;
  font-size: 14px !important;
}

.select2-results__option:first-child {
  margin-top: unset !important;
}

.select2-results__option:last-child {
  margin-bottom: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0.3rem !important;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.select2-results {
  padding: 0.5rem 1rem 0.8rem 1rem;
}

/* -------------------------------------------------------------------------- */
/*                                  jqueryUI                                  */
/* -------------------------------------------------------------------------- */
ul.ui-autocomplete {
  z-index: 1100;
  min-height: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 30vh;
  padding: 0.4rem;
}

.ui-menu .ui-menu-item-wrapper {
  font-size: 1rem;
}

/* -------------------------------------------------------------------------- */
/*                                  Tables                                 */
/* -------------------------------------------------------------------------- */
.page-item {
  font-size: 14px;
}

.page-item.active .page-link {
  z-index: 3;
}

.filterArea .filterContent {
  display: flex;
}

.filterContent select,
.filterContent .select2-container {
  margin-right: 10px;
  position: relative !important;
  z-index: 5;
}

/* -------------------------------------------------------------------------- */
/*                                  Dropdown                                  */
/* -------------------------------------------------------------------------- */
.dropdown {
  overflow: visible;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
}

.btn.dropdown-toggle {
  box-shadow: unset !important;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
  vertical-align: 0.09rem !important;
}

.dropdown-toggle::after {
  flex-shrink: 0;
  width: 1rem;
  height: 0.5rem;
  content: "";
  vertical-align: unset !important;
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
}

.badge:empty {
  display: block;
}

.object-fit-cover {
  object-fit: cover !important;
}

.card-header,
.card-footer {
  padding: 1rem;
}

.notification .avatar {
  width: 2.5rem;
  height: 2.5rem;
}

.title-page {
  display: flex;
  justify-content: start !important;
  align-items: center;
}

.title-page > * {
  white-space: nowrap;
}

/* Main content */
.content-wrap {
  margin-top: 88px !important;
  overflow: hidden;
  position: relative;
}

.back {
  position: absolute !important;
  z-index: 1 !important;
}

.content-wrap > * {
  position: relative;
  z-index: 2;
}

.wrap-content {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.wrap-content .row > * {
  padding-right: unset !important;
  padding-left: unset !important;
}

.content-wrap ul {
  list-style: none;
}

.content-wrap ul li {
  padding: 0;
}

.content-wrap ul li .number {
  width: 40px;
  height: 40px;
}

/* Dashboard */
/* Background */
.background.img-wrap {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
  z-index: 1 !important;
}

.background.img-wrap.vector img {
  opacity: 0.3;
}

.background.img-wrap img {
  object-fit: cover;
  opacity: 0.4;
}

.wrap-content .input-group img {
  cursor: pointer;
  height: 18px;
}

/* -------------------------------------------------------------------------- */
/*                                    Forms                                   */
/* -------------------------------------------------------------------------- */
.form-textarea {
  height: 100px !important;
}

.form-parent {
  overflow-y: auto;
}

.form-parent .form-wrap {
  height: 100%;
  position: relative;
  z-index: 4;
}

.form-wrap form {
  width: 24%;
}

.signup .form-wrap form {
  width: 50%;
}

.forgot-password .form-wrap {
  height: 100%;
}

.ask .img-wrap {
  width: 17px;
}

.form-wrap .form-control {
  font-size: 12px;
}

/* -------------------------------------------------------------------------- */
/*                          Form floating placeholder                         */
/* -------------------------------------------------------------------------- */
.form-floating > .form-control::placeholder {
  color: #888888;
}

.form-floating > .form-control:not(:focus)::placeholder {
  color: transparent;
}

/* img-wrap */
.img-parent {
  position: relative;
}

.img-parent .img-wrap {
  position: absolute;
}

/* Morioh */
.leftArea {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1030;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.leftArea-header {
  display: table;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.leftArea-logo {
  width: 11rem;
}

.leftArea .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leftArea-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.leftArea .menu-link {
  text-decoration: none;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  transition: all 0.2s ease-in-out;
}

.menubar-enabled.leftArea-collapsed .leftArea {
  min-width: 80px;
  max-width: 80p;
}

.menubar-enabled.leftArea-collapsed .leftArea .menu-arrow,
.menubar-enabled.leftArea-collapsed .leftArea .menu-badge,
.menubar-enabled.leftArea-collapsed .leftArea .menu-label {
  display: none;
}

.menubar-enabled.leftArea-collapsed .leftArea-header,
.menubar-enabled.leftArea-collapsed .leftArea-body,
.menubar-enabled.leftArea-collapsed .leftArea-footer {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.main-navbar,
.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-nav .nav-item {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-expand-md .navbar-nav .nav-icon,
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-nav .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

.navbar-nav .nav-item .badge {
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.menubar-enabled.leftArea-collapsed .main-navbar,
.menubar-enabled.leftArea-collapsed .wrapper {
  margin-left: 80px !important;
}

.navbar-top-fixed .wrapper {
  margin-top: 3.25rem;
}

.dropdown-menu.notification {
  width: 22.5rem;
}

.dropdown-menu {
  padding: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown-item {
  width: 100%;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.avatar {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50em;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 3rem;
  height: 3rem;
  font-size: 1.66667rem;
}

.avatar img {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  border-radius: 50em;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper {
  overflow: hidden;
  min-height: 80vh;
  position: relative;
}

form#generalForm {
  width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                  Contents                                  */
/* -------------------------------------------------------------------------- */
.loaderPage {
  position: absolute;
  left: 25px;
  top: 25px;
}

/* -------------------------------------------------------------------------- */
/*                                    tabs                                    */
/* -------------------------------------------------------------------------- */
.contentArea .tab-pane {
  padding-top: 20px;
}

/* -------------------------------------------------------------------------- */
/*                                custom modal                                */
/* -------------------------------------------------------------------------- */
.modal-big {
  width: 90%;
  max-width: 1600px;
}

/* -------------------------------------------------------------------------- */
/*                                   Tables                                   */
/* -------------------------------------------------------------------------- */
div.dt-processing {
  top: 30%;
  z-index: 11;
}

.datatablesWrapper {
  position: relative;
}

.tableOverlay {
  position: absolute;
  top: 4rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}

table.dataTable td > .actionData {
  max-width: 6rem;
}

table.dataTable td > .actionData button {
  border: 0px solid #000;
  padding: unset;
  padding: 2px;
  font-size: 1rem;
  margin: 5px;
}

div.dt-container div.dt-layout-row:first-child {
  margin: unset;
  margin-bottom: 1rem !important;
  border: 0px solid #000;
}

div.dt-container div.dt-layout-row:first-child .app_button:last-child {
  margin-right: 1rem;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal !important;
}

table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 0.6rem;
  max-width: 10rem;
  line-height: 2rem;
  text-align: left;
}

table.dataTable thead > tr > th:first-child {
  width: 2%;
  text-align: center;
}

table.dataTable thead > tr > th:last-child {
  /* max-width: 6rem; */
}

table.dataTable tbody > tr > td:first-child {
  text-align: center;
  border-right: 1px solid #dfdfdf;
}

table.dataTable thead > tr > th {
  text-align: left;
  /* background: #40916c; */
  background: #0c7c91e0;
  color: #fff;
  vertical-align: middle;
  min-width: 3rem;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left;
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr td {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.dataTable th.opsi_data {
  width: 10%;
}

.appLoadingTable {
  position: absolute;
  z-index: 10;
  bottom: 10vh;
  right: 5vw;
}

.filterElement {
  margin-top: -1rem;
}

.hasActionRow .action-menu {
  display: none;
  position: absolute;
  width: max-content;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 14px;
  z-index: 999;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  /* Add shadow */
  border-radius: 5px;
  /* Add rounded corners */
}

.hasActionRow .action-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.hasActionRow .action-menu li a {
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 0.3rem;
  transition: 0.15s all ease;
}

.hasActionRow .action-menu li i {
  margin-right: 0.5rem;
}

.hasActionRow .action-menu li a:hover {
  /* margin-bottom: 10px; */
  background-color: #0047ab;
}

.hasActionRow .action-menu li:last-child a {
  margin-bottom: 0;
}

.hasActionRow .action-menu a {
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: 500;
}

.hasActionRow .action-menu a i {
  color: #6c6c6c;
}

.hasActionRow .action-menu li:hover a,
.hasActionRow .action-menu li:hover a i {
  color: #fff !important;
}

.action-menu h2 {
  font-size: 1rem;
  border-bottom: 1px solid #999;
  padding-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.hasClickOption {
  cursor: pointer !important;
}

.hasClickOption:hover {
  color: #999;
}

/* optional button datatables */
ul.buttonTableList {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}

ul.buttonTableList li {
  float: left;
}

div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
  text-align: left;
}

/* -------------------------------------------------------------------------- */
/*                                  SideData                                  */
/* -------------------------------------------------------------------------- */
.hasSideData h5 {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.hasSideData .sideData {
  border: 0px solid #000;
  max-height: 80vh;
  overflow: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
  text-transform: capitalize;
}

.sideData .viewSideData.active {
  font-weight: bold;
}

.sideData .viewDataChild.active {
  font-weight: bold;
}

/* -------------------------------------------------------------------------- */
/*                                    Misc                                    */
/* -------------------------------------------------------------------------- */
.hideImportant {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/*                              Default Dashboard                             */
/* -------------------------------------------------------------------------- */
.homeDashboard {
  border: 0px solid #000;
  text-align: center;
  height: 80vh;
}

.homeDashboard .appLabel {
  font-size: 1.2rem;
}

.homeDashboard .appDeskripsi {
  font-size: 1rem;
  margin-top: -0.6rem;
  font-weight: normal;
}

.homeDashboard img.appLogo {
  width: 6rem;
}

/* -------------------------------------------------------------------------- */
/*                                    Shortcut                                   */
/* -------------------------------------------------------------------------- */
.shortcutIcon {
  cursor: pointer;
  padding: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: transform 0.2s ease-out;
  text-align: center !important;
  width: 7rem;
  height: 6rem;
  display: block;
}

.shortcutIcon:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shortcutIcon i {
  color: #007bff;
  /* Icon color */
}

.labelIcon {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  display: block;
}

.homeDashboard .card .shortcutIcon {
  cursor: pointer;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: transform 0.2s ease-out;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
}

.homeDashboard .card-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homeDashboard .card .shortcutIcon .labelIcon {
  margin-top: 0;
  margin-left: -0.5rem;
  font-size: 0.8rem;
  display: block;
}

/* -------------------------------------------------------------------------- */
/*                                  Progress                                  */
/* -------------------------------------------------------------------------- */
.maskform {
  position: absolute;
  width: 100%;
  border: 0px solid #000;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  z-index: 10;
  display: none;
}

#progress {
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: none;
  top: 30%;
  left: 0;
  z-index: 12;
  background-color: #75afff;
  color: #fff;
}

#progressData {
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 3px;
  display: none;
  top: 45%;
  left: 0;
  z-index: 12;
  background-color: #75afff;
  text-align: center;
  color: #fff;
}

#bar {
  background-color: #1c6bd9;
  width: 0%;
  height: 25px;
  border-radius: 3px;
}

#percent {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 45%;
  font-weight: bold;
}
