@charset "UTF-8";

/*HTML*/

.bg-pic {
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/core/img/discussion.jpg");
}

.dropzone {
  min-height: 170px;
}

.dark-title {
  font-weight: bold !important;
  color: #3b4247 !important;
}

.pointer {
  cursor: pointer !important;
}

.tab-content p.form-title {
  font-weight: bold;
  color: #3b4247;
}

.smaller {
  font-size: 70% !important;
}

.scrollable .scroll-h-50 {
  height: 50px !important;
}

.scrollable .scroll-h-70 {
  height: 70px !important;
}

.scrollable .scroll-h-90 {
  height: 90px !important;
}

.scrollable .scroll-h-100 {
  height: 100px !important;
}

.scrollable .scroll-h-120 {
  height: 120px !important;
}

.role-permission-modal {
  width: 100% !important;
  max-width: 1024px !important;
}

/* Buttons */

.btn-grey {
  color: #969696 !important;
  background-image: none !important;
  background-color: #e5e5e5 !important;
  border-color: #dbdbdb;
}

.btn-outline-primary {
  color: #0275d8 !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #0275d8 !important;
}

.btn-outline-danger {
  color: #F55753 !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #F55753 !important;
}

.btn-outline-warning {
  color: #F8D053 !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #F8D053 !important;
}

.btn-outline-info {
  color: #3B4752 !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #3B4752 !important;
}

.btn-outline-success {
  color: #10CFBD !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #10CFBD !important;
}

.btn-outline-complete {
  color: #48B0F7 !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #48B0F7 !important;
}

.btn-yellow-primary {
  color: #000 !important;
  background-image: none !important;
  background-color: #f8c900 !important;
  border-color: #f8c900 !important;
}

.btn-yellow-outline-primary {
  color: #f8c900 !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: #f8c900 !important;
}

.no-click {
  pointer-events: none;
}

.datepicker table tr td.today {
  color: #000000 !important;
  background-color: #ffdb99 !important;
  border-color: #ffb733;
}

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

.fs-21 {
  font-size: 21px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.f-w-100 {
  font-weight: 100 !important;
}

.f-w-200 {
  font-weight: 200 !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-800 {
  font-weight: 800 !important;
}

.f-w-900 {
  font-weight: 900 !important;
}

.white {
  color: #fff !important;
}

.employee-details label {
  font-size: 11px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

.employee-details h5 {
  font-size: 16px !important;
  margin-top: 0 !important;
  font-weight: 400 !important;
}

.d-flex-not-important {
  display: flex;
}

#search-box {
  height: 40px;
}

/* Text*/

.text-green {
  color: #00b282 !important;
}

.text-alert {
  color: #ea2c54;
  font-size: 14px;
  font-weight: bold;
}

.text-disabled {
  color: #7a8994 !important;
}

.left-0 {
  left: 0 !important;
}

.h-8 {
  height: 8px !important;
}

.h-10 {
  height: 10px !important;
}

.h-15 {
  height: 15px !important;
}

.h-25 {
  height: 25px !important;
}

.h-35 {
  height: 35px !important;
}

.h-40 {
  height: 40px !important;
}

.h-50 {
  height: 50px !important;
}

.h-150 {
  height: 150px !important;
}

.h-250 {
  height: 250px !important;
}

.h-273 {
  height: 273px !important;
}

.h-325 {
  height: 275px !important;
}

.h-325 {
  height: 325px !important;
}

.h-350 {
  height: 350px !important;
}

.h-450 {
  height: 450px !important;
}

.h-500 {
  height: 500px !important;
}

.h-650 {
  height: 650px !important;
}

.h-750 {
  height: 750px !important;
}

.h-800 {
  height: 800px !important;
}

/* Width*/

.w-60 {
  width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-80 {
  width: 80px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.w-600 {
  width: 600px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.p-t-250 {
  padding-top: 250px !important;
}

.padding-1 {
  padding: 1px !important;
}

.padding-10 {
  padding: 10px !important;
}

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

/* Table */

.table-text-center th,
.table-text-center td {
  text-align: center !important;
}

.parent-center {
  position: relative;
}

.child-center {
  top: 50%;
  transform: translateY(-50%);
}

.calendar-cell {
  padding: 4px 8px !important;
  font-size: 11px !important;
  border: none !important;
}

.calendar-cell-sm {
  padding: 4px 8px !important;
  font-size: 10px !important;
}

.red-border-1 {
  border: 1px solid #ff0000 !important;
}

.red-border-2 {
  border: 2px solid #ff0000 !important;
}

.red-border-3 {
  border: 3px solid #ff0000 !important;
}

.b-b-grey {
  border-bottom: 1px solid grey;
}

/* Max width 100px to 300px*/

.max-w-100 {
  max-width: 100px !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.max-w-200 {
  max-width: 200px !important;
}

.max-w-250 {
  max-width: 250px !important;
}

.max-w-300 {
  max-width: 300px !important;
}

.max-w-5-percent {
  max-width: 5%;
}

.max-w-10-percent {
  max-width: 10%;
}

.max-w-15-percent {
  max-width: 15%;
}

.max-w-20-percent {
  max-width: 20%;
}

.max-w-25-percent {
  max-width: 25%;
}

.max-w-30-percent {
  max-width: 30%;
}

.max-w-35-percent {
  max-width: 35%;
}

.max-w-40-percent {
  max-width: 40%;
}

.max-w-45-percent {
  max-width: 45%;
}

.max-w-50-percent {
  max-width: 50%;
}

.max-w-55-percent {
  max-width: 55%;
}

.max-w-60-percent {
  max-width: 60%;
}

.max-w-65-percent {
  max-width: 65%;
}

.max-w-70-percent {
  max-width: 70%;
}

.max-w-75-percent {
  max-width: 75%;
}

.max-w-80-percent {
  max-width: 80%;
}

.max-w-85-percent {
  max-width: 85%;
}

.max-w-90-percent {
  max-width: 90%;
}

.max-w-95-percent {
  max-width: 95%;
}

.max-w-100-percent {
  max-width: 100%;
}

/* Index.vue */

.z-index-minus-1 {
  z-index: -1 !important;
}

.btn-clock {
  background: #ebebeb;
  color: black;
}

.holiday-cell {
  background: #00e8ba !important;
  opacity: 0.6 !important;
  color: #000 !important;
}

.absence-cell {
  background: #ea2c54 !important;
  opacity: 0.6 !important;
  color: #fff !important;
}

.leave-lp-cell {
  background: #fff9e8 !important;
  opacity: 0.6 !important;
  color: #000 !important;
}

.title-padding {
  padding: 3px 10px !important;
}

.bottom-float-full {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}

.top-float-full {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 999 !important;
  width: 100% !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}

.disabled-form .form-group {
  background: #ebebeb !important;
}

.storage-item-container .storage-item {
  text-align: center;
}

.storage-item-container .storage-item img {
  margin: 0 auto;
  display: block;
}

.storage-item-container .storage-item h4,
.storage-item-container .storage-item h5 {
  margin: 0;
  padding: 0;
}

.border-bottom-grey {
  border-bottom: 1px solid #eaecee !important;
}

.border-solid-grey {
  border: 1px solid #ddd !important;
}

.margin-center {
  margin: 0 auto !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

.select-hover-warning:hover {
  cursor: pointer;
  background-color: #fff7e2 !important;
}

.select-hover-grey:hover {
  background-color: #f9f9f9 !important;
}

.text-hover-danger:hover {
  color: #ea2c54 !important;
  cursor: pointer;
}

.text-hover-primary:hover {
  color: #007be8 !important;
  cursor: pointer;
}

.text-hover:hover {
  opacity: 0.7;
  cursor: pointer;
}

.infinite-status-prompt {
  display: none;
}

.table > tbody > tr > td.td-small-center {
  padding: 8px !important;
  vertical-align: middle !important;
}

.over-map-search {
  cursor: pointer;
  position: absolute !important;
  top: 10px;
  z-index: 99;
  background: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0px 5px 19px -4px rgba(0, 0, 0, 0.4);
  width: 350px;
  right: 0;
  margin-right: 10px;
  border-radius: 20px;
}

.over-map-search input {
  width: 100%;
  border: none;
  height: 30px;
  background: transparent;
}

.over-map-white {
  cursor: pointer;
  position: absolute !important;
  top: 10px;
  z-index: 99;
  background: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0px 5px 19px -4px rgba(0, 0, 0, 0.4);
  right: 0;
  margin-right: 10px;
  border-radius: 20px;
}

.over-map-actions {
  cursor: pointer;
  position: absolute !important;
  top: 10px;
  left: 10px;
  z-index: 99;
  background: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-shadow: 0px 5px 19px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 19px -4px rgba(0, 0, 0, 0.4);
}

.over-map-transparent {
  cursor: pointer;
  position: absolute !important;
  top: 10px;
  left: 10px;
  z-index: 99;
  background: transparent;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.over-map-card-white {
  background: white;
  -webkit-box-shadow: 0px 5px 19px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 19px -4px rgba(0, 0, 0, 0.4);
}

.b-rad-0 {
  border-radius: 0;
}

.no-border-input {
  background: transparent;
  border: none;
}

.round-input {
  border-radius: 20px;
  border: 0.5px solid #e0e0e0;
  padding: 3px 8px;
}

.custom-div-btn-page {
  display: inline-block !important;
  position: relative;
  width: 85px;
  text-align: center;
}

.custom-btn-page {
  color: #fff !important;
  font-size: 20px;
}

.custom-page-sidebar {
  left: -175px;
}

.custom-content {
  padding-left: 60px !important;
}

.no-opacity {
  opacity: 0;
}

.filter-container {
  margin-bottom: 100px;
}

.text-vertical-top {
  vertical-align: top;
}

.text-vertical-middle {
  vertical-align: middle;
}

.text-vertical-bottom {
  vertical-align: bottom;
}

.holiday-cell-2 {
  background: #dbfcdf !important;
}

.absence-cell-2 {
  background: #ffeeea !important;
}

.text-red {
  color: red !important;
}

.text-break-all {
  word-break: break-all !important;
}

.text-break-word {
  word-wrap: break-word !important;
}

@media only screen and (max-width: 1215px) {
  .custom-div-btn-page {
    display: none !important;
  }
}

.bootstrap-timepicker-widget {
  z-index: 1200 !important;
}

.hide-img-logo {
  display: none;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.b-b-0-custom > td {
  border-bottom: 0 !important;
}

.block-element-on-scrolling {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 15px 15px 5px;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px #0000003b;
}

.nav-item-mark-bold-primary li > a.active {
  font-weight: 700;
  color: #007be8 !important;
}

.disabled-option-grey option:disabled {
  background: #fbfbfb;
  color: #a5a5a5;
}

.wp-form .row [class*=col-]:last-child {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.table-nowrap th *,
.table-nowrap td * {
  white-space: nowrap;
}

.white-space-nowrap {
  white-space: nowrap;
}

.dot-in-tag {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.table thead tr th {
  border-bottom: 0 solid #000;
}

.show-btn-action {
  display: none;
}

.hover-show-btn:hover {
  background-color: #f9f9f9;
}

.hover-show-btn:hover .show-btn-action {
  display: block;
  cursor: pointer;
}

.max-w-100-vh {
  max-width: 100vh;
}

.min-w-35-vh {
  min-width: 35vh;
}

.min-w-12-vh {
  min-width: 12vh;
}

.min-w-5-vh {
  min-width: 5vh;
}

.base-box-shadow {
  box-shadow: 0px 3px 15px #a9a9a92b;
}

.img-wrapper-button {
  position: relative;
}

.pre-line {
  white-space: pre-line !important;
}

/******* Setting Content space *******/

.page-container .page-content-wrapper .content {
  padding-top: 0 !important;
}

.custom-sidebar-profile-name {
  font-weight: 700 !important;
  font-size: 14px !important;
  margin: 0;
  line-height: 22.5px !important;
  font-family: arial;
  letter-spacing: -0.006em !important;
}

.custom-sidebar-profile-title {
  font-size: 12px;
  margin: 0;
  font-family: arial;
  opacity: 0.45;
}

.custom-text-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .arrow:before {
  content: "\F107";
}

.page-sidebar .sidebar-menu .menu-items > li > a > .arrow.open:before {
  transform: rotate(-180deg);
}

.custom-sidebar-icon {
  padding-left: 35px;
  float: left;
}

.icon-thumbnail {
  width: 35px;
  margin-right: 0 !important;
}

/* START SETTING MENU IN MENU */

.page-sidebar .sidebar-menu .menu-items li > a {
  width: 90%;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
  padding: 0 20px 0 54px;
}

/* END SETTING MENU IN MENU */

.custom-sidebar-name {
  width: 85% !important;
  position: absolute;
  font-family: Arial, sans-serif;
  display: inline-block;
  padding-left: 18px !important;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  clear: both;
}

.custom-line-height-29 {
  min-height: 29px !important;
  line-height: 29px !important;
}

.page-sidebar .sidebar-menu .menu-items li.open > a,
.page-sidebar .sidebar-menu .menu-items li.active > a {
  border-right: 3px solid #0275d8;
  font-weight: 600;
}

.page-sidebar .sidebar-menu .menu-items li:hover > a {
  font-weight: 600;
}

.page-sidebar .sidebar-menu .menu-items li:hover > a svg {
  stroke-width: 3 !important;
}

.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail,
.page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail {
  color: #0275d8 !important;
}

.page-sidebar .sidebar-menu .menu-items li:hover > .icon-thumbnail svg,
.page-sidebar .sidebar-menu .menu-items li.open > .icon-thumbnail svg,
.page-sidebar .sidebar-menu .menu-items li.active > .icon-thumbnail svg {
  stroke-width: 3 !important;
}

.option-menu-profile {
  vertical-align: top;
  line-height: 1.5;
  padding: 0;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
  padding-right: 30px !important;
}

.custom-page-sidebar .hide-menu-on-small {
  display: none !important;
}

.custom-page-sidebar li.active > .icon-thumbnail .icon-thumbnail-on-small {
  padding-right: 14px;
  margin-right: 0;
  border-right: 3px solid #0275d8 !important;
  height: 20px;
}

/* SIDE BAR */

@media only screen and (min-width: 900px) {
  body.menu-pin .page-sidebar {
    width: 235px;
  }

  body.menu-pin .page-container .page-content-wrapper .content {
    padding-left: 235px;
  }
}

@media only screen and (max-width: 1216px) and (min-width: 1201px) {
  .custom-page-sidebar {
    width: 215px !important;
    left: -160px !important;
  }

  .custom-content {
    padding-left: 0 !important;
  }

  .page-container {
    padding-left: 55px;
  }

  .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-sidebar-icon {
    padding-left: 0;
  }

  .icon-thumbnail {
    width: 55px !important;
  }

  .custom-sidebar-name {
    padding-left: 0 !important;
    width: 74% !important;
  }

  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0 20px 0 55px;
  }
}

@media only screen and (max-width: 1200px) {
  .page-sidebar {
    z-index: 766;
    display: block;
    width: 235px;
  }

  .custom-sidebar-name {
    padding-left: 0 !important;
    width: 74% !important;
  }

  .icon-thumbnail {
    width: 55px !important;
  }

  .custom-content {
    padding-left: 0 !important;
  }

  .page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
    padding: 0 20px 0 55px;
  }

  .page-sidebar .sidebar-menu .menu-items > li > a > .arrow {
    padding-right: 28px !important;
  }

  .option-menu-profile {
    padding: 5px;
  }

  .hide-menu-on-small {
    display: none !important;
  }

  li.active > .icon-thumbnail .icon-thumbnail-on-small {
    padding-right: 14px;
    margin-right: 0;
    border-right: 3px solid #0275d8 !important;
    height: 20px;
  }

  .page-container {
    padding-left: 55px;
  }
}

@media only screen and (max-width: 990px) {
  .page-container {
    padding-left: 55px;
  }

  .page-sidebar {
    left: -175px !important;
  }

  .page-sidebar:hover {
    transform: translate(160px, 0) !important;
  }

  .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-sidebar-icon {
    padding-left: 0;
  }

  /* show of button small*/

  .custom-page-sidebar-on-small {
    left: 0 !important;
    transform: translate(0, 0) !important;
  }

  .custom-page-sidebar-on-small:hover {
    transform: translate(0, 0) !important;
  }

  .custom-content {
    padding-left: 0 !important;
  }
}

.card-box-shadow {
  box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.2), 0 0px 0 rgba(0, 0, 0, 0.14), 0 0 1px -1px rgba(0, 0, 0, 0.12) !important;
}

.b-rad-5 {
  border-radius: 5px !important;
}

.timeline::before {
  /* this is the vertical line */
  background: #e1e1e1;
  left: 5px;
}

.timeline-point {
  top: 0;
}

.timeline-block {
  margin: 1.3em 0;
}

.bg-complete-i {
  background-color: #00e8ba !important;
}

.scrollable {
  overflow-x: hidden;
}

.top-0 {
  top: 0 !important;
}

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

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

.top-15 {
  top: 15px !important;
}

.top-20 {
  top: 20px !important;
}

.top-25 {
  top: 25px !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.text-master-custom {
  color: #807d7d !important;
}

.text-master-custom-2 {
  color: #a5a5a5 !important;
}

.text-info-custom {
  color: #565656 !important;
}

.text-complete-custom,
.text-complete {
  color: #00c326 !important;
}

.text-warning-custom,
.text-warning {
  color: #fc9400 !important;
}

.text-black-custom {
  color: #000 !important;
}

.text-primary-custom-soft {
  color: #40a5fd !important;
}

.bg-warning {
  background-color: #fc9300 !important;
}

.bg-complete {
  background-color: #00c326 !important;
}

.bg-warning-lighter {
  background-color: #fff9e8;
}

.bg-grey-2 {
  background-color: #e5e5e5;
}

.bg-primary-lighter-important {
  background-color: #cce5fa;
}

.btn-icon-feather-circle {
  border-radius: 70%;
  padding: 7px 8px 6px;
}

.btn-icon-feather-circle-small {
  border-radius: 70%;
  padding: 2px 3px 0;
}

.hover-outline-primary td {
  background: transparent !important;
  border-bottom: 0 !important;
}

.table tbody .hover-outline-primary {
  border-top: 1px solid rgba(234, 236, 238, 0.7);
}

.hover-outline-primary:hover {
  border: 2px solid #007be8 !important;
  background-color: #fff !important;
  box-shadow: 0 7px 5px 0 #0b0a0a26;
  z-index: 1 !important;
}

.hover-outline-primary-employee:hover {
  border-bottom: 0 !important;
  border: 2px solid #007be8 !important;
  background-color: #fff !important;
  box-shadow: 0 7px 5px 0 #0b0a0a26;
  z-index: 1 !important;
  position: absolute;
  width: 100%;
}

.hover-shadow-custom:hover {
  box-shadow: 0 7px 5px 0 #0b0a0a26;
  z-index: 1 !important;
  width: 100%;
}

.b-left-4-complete {
  border-color: #15b612;
  border-left-width: 4px;
  border-left-style: solid;
}

.b-left-4-primary {
  border-color: #007be8;
  border-left-width: 4px;
  border-left-style: solid;
}

.bg-block-primary,
.bg-block-primary tr td {
  background-color: #cce5fa !important;
  color: #007be8 !important;
}

.bg-block-danger,
.bg-block-danger tr td {
  background-color: #fbd5dd !important;
  color: #ea2c54 !important;
}

.bg-block-complete,
.bg-block-complete tr td {
  background-color: #e9fffb !important;
  color: #00ddb1 !important;
}

.bg-block-warning,
.bg-block-warning tr td {
  background-color: #fff9e8 !important;
  color: #ffbd09 !important;
}

.bg-grey-tr-td > td {
  background-color: #f8f8f8 !important;
}

.bg-blue-soft > td {
  background-color: #f4f9ff !important;
}

.table thead tr th:first-child {
  padding-left: 0.75rem !important;
}

.table-custom-padding td,
.table-custom-padding th,
.table-custom-padding thead tr th:first-child {
  padding: 0.9rem !important;
}

.tbl-padding-6rem th,
.tbl-padding-6rem thead tr th:first-child {
  padding: 0.5rem 0.7rem !important;
}

.bg-master-lightest-to th {
  background-color: #f3f4f5 !important;
}

.header-sticky th {
  top: 0;
  position: sticky;
}

.bg-block-tr-primary {
  background-color: #f0f7fe !important;
}

.bg-block-tr-warning {
  background-color: #fefef0 !important;
}

.bg-block-tr-complete {
  background-color: #f0fef5 !important;
}

.bg-block-tr-danger {
  background-color: #fef0f0 !important;
}

.p-l-12 {
  padding-left: 12px !important;
}

.lin-height-15 {
  line-height: 15px;
}

.m-t-5-before::before {
  margin-top: 5px !important;
}

.m-t-10-before::before {
  margin-top: 10px !important;
}

.m-t-15-before::before {
  margin-top: 15px !important;
}

.m-t-20-before::before {
  margin-top: 20px !important;
}

.wp-column-manual {
  border: 1px solid #aeaeae;
  padding: 10px 18px !important;
  border-radius: 4px;
}

.input-group-underline {
  border-bottom: 1px solid #aeaeae;
  padding: 4px 6px 0;
  width: auto;
}

.input-group-underline input,
.input-group-underline select,
.input-group-underline .datepicker,
.input-group-underline .form-control:focus {
  border: none;
  background-color: transparent;
}

.input-group-underline .datepicker {
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 500 !important;
}

.input-group-underline span {
  padding: 8px 10px 10px 0;
  font-size: 14px;
}

.input-group-underline:focus-within {
  border-bottom: 1px solid #000;
  transition: height 0.3s, width 0.3s 0.1s;
}

.input-group-underline:focus-within span {
  color: #000 !important;
}

.group-move-label {
  border: 1px solid #aeaeae;
  padding: 2px 6px !important;
  border-radius: 4px;
  width: auto;
}

.group-move-label input,
.group-move-label select,
.group-move-label .form-control:focus {
  border: none;
  background-color: transparent;
}

.group-move-label input::-moz-placeholder, .group-move-label textarea::-moz-placeholder {
  opacity: 0;
}

.group-move-label input:-ms-input-placeholder, .group-move-label textarea:-ms-input-placeholder {
  opacity: 0;
}

.group-move-label input::placeholder,
.group-move-label textarea::placeholder {
  opacity: 0;
}

.group-move-label .show-placeholder::-moz-placeholder {
  opacity: 0.7;
}

.group-move-label .show-placeholder:-ms-input-placeholder {
  opacity: 0.7;
}

.group-move-label .show-placeholder::placeholder {
  opacity: 0.7;
}

.group-move-label input:focus::-moz-placeholder, .group-move-label textarea:focus::-moz-placeholder {
  opacity: 0.7;
}

.group-move-label input:focus:-ms-input-placeholder, .group-move-label textarea:focus:-ms-input-placeholder {
  opacity: 0.7;
}

.group-move-label input:focus::placeholder,
.group-move-label textarea:focus::placeholder {
  opacity: 0.7;
}

.group-move-label input:focus + label {
  transform: translateY(-17px);
  background: #fff;
  font-weight: 700;
  color: #373e43;
  font-size: 14px;
}

.group-move-label .datepicker {
  padding: 9px 12px;
}

.group-move-label span {
  padding: 8px 12px 10px 0;
  font-size: 14px;
}

.group-move-label label {
  font-weight: 400;
  position: absolute;
  margin-left: 3px;
  padding: 0 8px;
  transition: all 0.3s ease-in;
  transform: translateY(7px);
  pointer-events: none;
  margin-bottom: 0;
  color: #a5a5a5;
  font-size: 12px;
}

.group-move-label .text-area-label {
  margin-left: 10px;
  transform: translateY(13px);
}

.group-move-label textarea:focus + label {
  transform: translateY(-17px) !important;
  background: #fff !important;
  font-weight: 700 !important;
  color: #373e43 !important;
  font-size: 14px !important;
}

.group-move-label .moveUp,
.group-move-label input:not(:empty) + label,
.group-move-label textarea:not(:empty) + label,
.group-move-label select:not(:empty) + label {
  transform: translateY(-14px);
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 12px;
  z-index: 3;
}

.group-move-label:focus-within {
  border: 1px solid #000;
  transition: height 0.3s, width 0.3s 0.1s;
}

.group-move-label:focus-within span {
  color: #000 !important;
}

/*
.group-move-label span {
  width: calc(12% - 20px);
  height: 90%;
  padding: unset;
}
.group-move-label span.clock-icon {
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: unset;
}
*/

.wp-text-area-setting {
  padding: 0 !important;
}

.icon-input {
  position: absolute;
  right: 0;
}

.is-error-border-danger {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.is-error-border-danger span {
  color: #ff0000;
}

.is-required-dev label .moveUp:after {
  content: " *";
  color: red;
}

.w-10-percent {
  width: 10% !important;
}

.w-15-percent {
  width: 15% !important;
}

.w-20-percent {
  width: 20% !important;
}

.w-25-percent {
  width: 25% !important;
}

.w-30-percent {
  width: 30% !important;
}

.w-40-percent {
  width: 40% !important;
}

.w-50-percent {
  width: 50% !important;
}

.w-60-percent {
  width: 60% !important;
}

.w-70-percent {
  width: 70% !important;
}

.w-80-percent {
  width: 80% !important;
}

.w-90-percent {
  width: 90% !important;
}

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

.mw-15 {
  max-width: 15%;
}

.mw-20 {
  max-width: 20%;
}

.mw-25 {
  max-width: 25%;
}

.mw-30 {
  max-width: 30%;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.scroll-x {
  overflow-x: auto;
}

.fix-position-x {
  position: sticky;
  left: 0;
  box-shadow: 2px 0 1px 0 #5b5b5b0f;
  z-index: 1;
}

.th-space-25 {
  width: 25em !important;
  min-width: 17em;
  max-width: 25em;
  word-break: break-all;
}

.th-space-very-small {
  width: 8em !important;
  min-width: 1em;
  max-width: 4em;
}

.small-padding-5rem-tr-td > td,
.small-padding-5rem-tr-td > td:first-child {
  padding: 0.6rem !important;
}

.small-padding-tr-td-top-5rem > td,
.small-padding-tr-td-top-5rem > td:first-child {
  padding-top: 0.5rem !important;
}

.small-padding-tr-td-bottom-5rem > td,
.small-padding-tr-td-bottom-5rem > td:first-child {
  padding-bottom: 0.5rem !important;
}

.max-height-200 {
  max-height: 200px !important;
}

.max-height-250 {
  max-height: 250px !important;
}

.max-height-300 {
  max-height: 300px !important;
}

.max-height-350 {
  max-height: 350px !important;
}

.max-height-400 {
  max-height: 400px !important;
}

.max-height-452 {
  max-height: 452px !important;
}

.max-height-500 {
  max-height: 500px !important;
}

.min-height-100 {
  min-height: 100px !important;
}

.card-header-employee {
  border-bottom: 0;
}

.tr-work-loading {
  opacity: 0.4;
}

.tr-work-loading > td {
  background: #eee !important;
}

.td-run-icon-loading {
  width: 100%;
  position: absolute;
  left: 0;
}

.p-t-0-td-important td {
  padding-top: 0 !important;
}

.label-correction {
  text-align: center;
  border-radius: 5px;
  font-size: 9px;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-vertical-top-important {
  vertical-align: top !important;
}

.text-vertical-middle-important {
  vertical-align: middle !important;
}

.text-vertical-bottom-important {
  vertical-align: bottom !important;
}

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

select.form-control:not([size]):not([multiple]) {
  height: calc(2.35rem + 2px);
}

.card-icon-circle-right {
  border-bottom-left-radius: 200px;
  height: 17vh;
  width: 17vh;
  max-width: 110px;
  max-height: 110px;
  display: flex;
  text-align: center;
  background-color: #f9c900;
}

.h-card-200 {
  height: 200px;
}

.slider-dots-black .owl-dot span {
  height: 6px !important;
  width: 6px !important;
  background: unset !important;
  border: 1px solid #007be8 !important;
  transition: all 20ms ease;
}

.slider-dots-black .owl-dot:hover span {
  background: #007be8 !important;
}

.slider-dots-black .owl-dot.active span {
  background: #007be8 !important;
  width: 30px !important;
  transition: all 20ms;
}

.slider-dots-black .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-item.active .card {
  border: 2px solid #007be8 !important;
  background-color: #fff !important;
  box-shadow: 0 7px 5px 0 #0b0a0a26;
  z-index: 1 !important;
}

.desc-info {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.mobile .page-sidebar .sidebar-menu .menu-items li.active > a,
body.mobile .page-sidebar .sidebar-menu .menu-items li.open > a {
  color: unset;
}

/***** Dark overlay *****/

.overlay-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #454560;
  z-index: 700;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 575.98px) {
  .my-nav-mobile {
    z-index: 3;
    box-shadow: 0px -5px 6px 0px #a1a1a11f;
  }

  .page-sidebar {
    display: none;
  }

  .page-container {
    padding-left: 0;
  }

  .wrap-buttons-slider {
    display: flex;
    overflow: auto;
  }

  .modal-dialog {
    width: 100% !important;
    max-width: unset !important;
    margin: unset !important;
    padding: 0.5rem;
  }

  .mobile-d-block {
    display: block;
  }

  .navbar {
    min-height: 0;
    position: fixed;
    border: 1px solid transparent;
    bottom: 0;
    top: unset;
    margin-bottom: unset;
  }

  .mobile-list-navbar {
    flex-direction: row;
  }

  .body-hide-overlay {
    overflow: hidden !important;
  }

  .overlay-sidebar.overlay-active {
    display: block;
    opacity: 0.5;
  }

  .header-sticky th {
    position: initial;
  }
}

