::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track{
  background: #fff;
  border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}
.row {
  margin-bottom: 5px;
}
.row .col {
  padding: 2px 0.75rem;
}
.row.full-width {
  width: 100%;
}
.input-field {
  margin: 10px 0;
}
.collapsible-header {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.search-header {
  background-color: white !important;
}
.collapsible-body {
  padding: 1rem;
}
.modal, .modal.modal-fixed-footer {
  max-height: 80%;
}
.modal.modal-fixed-footer {
  height: 80%;
}
.modal-content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 60vh;
}
.tabs .indicator {
  background-color: #607d8b;
  height: 3px;
}
.tab {
  border: 1px #546e7a solid;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.collapsible-body .tab {
  border-top: 1px #e0e0e0 solid;
  border-left: 1px #e0e0e0 solid;
  border-right: 1px #e0e0e0 solid;
  border-bottom: none;
}
a {
  cursor: pointer;
}
.tabs .tab a {
  color: #546e7a;
}
.tabs .tab a.active {
  color: white;
  background-color: #607d8b;
}
.tabs .tab a:focus.active {
  background-color: #607d8b;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent {
  color: #546e7a;
}
.remove {
  color: #C62828;
  margin-right: 13px;
  cursor: pointer;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
  border: 2px #546e7a solid;
  background-color: #546e7a;
}
.pagination li.active {
  background-color: #546e7a;
}
.dropdown-content li>a, .dropdown-content li>span {
  color: #546e7a;
}
.required::after {
  content: " *";
  color: red;
  font-weight: bold;
}
.collapsible-header i {
  font-size: 1.3rem;
  width: auto;
}
@media only screen and (max-width: 600px) {
  .app__wrapper {
    height: calc(100vh - 56px) !important;
    margin-top: 56px !important;
  }
  .flex-switch-row2col-600.flex-centering, .flex-switch-row2col-600.flex-bottom {
    flex-flow: column;
  }
  .ml-small-not-s {
    margin-left: 0 !important;
  }
}
.ml-small-not-s {
  margin-left: 1rem;
}

.row.col-padding-none .col {
  padding: 0 !important;
}
.flex-centering.align-flex-start {
  align-items: flex-start;
}
.collapsible .collection {
  border: 1px solid #e0e0e0;
  overflow: visible;
}
.collection {
  overflow: visible;
}
.collection .collection-item {
  background-color: transparent;
}
.error-message {
  color: crimson;
}

.modal .modal_content {
  padding: 24px 24px 0 24px;
}
.preloader__inner {
  top: 47%;
}
.scroll-table {
  overflow-x: scroll;
  white-space: nowrap;
}
a {
  cursor: pointer;
}

.long-article {
  white-space: pre-line;
  word-wrap: break-word;
}

.font-small {
  font-size: 0.8rem !important;
}
.font-large {
  font-size: 1.2rem !important;
}
.font-bold {
  font-weight: bold;
}

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

.margin-top {
  margin-top: 1rem !important;
}

.card-action-btn {
  margin-top: 5px;
}
.btn-padding-small {
  padding: 0px 10px !important;
}
.width-max-content {
  width: max-content !important;
}
.paginate {
  padding: 10px;
  text-align: center;
}

.flex-centering {
  display: flex;
  align-items: center;
}
.flex-bottom {
  display: flex;
  align-items: flex-end;
}

.row.col-left-align > .col {
  margin: 0;
}

.mt-small {
  margin-top: 1rem;
}
.mt-large {
  margin-top: 2rem;
}
.mb-small {
  margin-bottom: 1rem;
}
.ml-small {
  margin-left: 1rem !important;
}
.ml-none {
  margin-left: 0 !important;
}
.mr-none {
  margin-right: 0 !important;
}
.mb-none {
  margin-bottom: 0 !important;
}
.m-none {
  margin: 0 !important;
}
.mr-small {
  margin-right: 1rem;
}
.p-none {
  padding: 0 !important;
}
.pl-none {
  padding-left: 0 !important;
}
.pr-none {
  padding-right: 0 !important;
}
/* design */
/* .vdp-datepicker__calendar {
  position: fixed !important;
  top: auto;
} */

.text-overflow-omit {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  white-space: -webkit-nowrap;
}

.material-tooltip {
  max-width: 30vw !important;
}

.modal.scrool-modal {
  overflow-y: auto;
}
.text-centering__wrapper {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

select.browser-default {
  border: 0;
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
}

.error-message__with-loader {
  height: 2rem;
}

.icon-small {
  font-size: 0.8rem !important;
  margin-right: 0.5rem !important;
}

.corporate-icon {
  align-items: center;
  color: #455a64;
  display: flex;
  position: absolute;
  height: 42px;
  justify-content: center;
  left: 15px;
  overflow: hidden;
  width: 42px;
}
.office-icon {
  align-items: center;
  color: #ffb74d;
  display: flex;
  position: absolute;
  height: 42px;
  justify-content: center;
  left: 15px;
  overflow: hidden;
  width: 42px;
}
.department-icon {
  align-items: center;
  color: #ba68c8;
  display: flex;
  position: absolute;
  height: 42px;
  justify-content: center;
  left: 15px;
  overflow: hidden;
  width: 42px;
}
.user-icon {
  align-items: center;
  color: #455a64;
  display: flex;
  position: absolute;
  height: 42px;
  justify-content: center;
  left: 15px;
  overflow: hidden;
  width: 42px;
}

/* password reminder */
.password-message {
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  border-radius: 10px;
}
.password-success {
  background-color: rgba(50, 140, 140, 0.5);
}
.password-error {
  background-color: rgba(200, 50, 50, 0.5);
}
.break-all {
  word-break: break-all;
}
.text-nowrap {
  white-space: nowrap;
}
.overflox-x-scroll {
  overflow-x: scroll;
}

/* app */
body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display:none;
}

.app__wrapper {
  height: calc(100vh - 64px);
  overflow-y: auto;
  margin-top: 64px;
}

.message-toast {
  background-color: lightslategrey;
  border-radius: 25px;
}

.unapproved-badge {
  min-width: 51px !important;
  float: left !important;
  margin-left: 0 !important;
  margin-top: 2px !important;
  font-size: 0.8rem !important;
  color: white !important;
}
.finished-badge {
  font-size: 0.8rem !important;
  min-width: 51px !important;
  color: grey !important;
  border: 1px solid grey;
  float: left !important;
  margin-left: 0 !important;
  margin-top: 2px !important;
}
.categories-badge {
  min-width: 51px !important;
  float: left !important;
  margin-left: 0 !important;
  margin-top: 2px !important;
  font-size: 0.8rem !important;
  color: white !important;
}
.target-month-badge {
  margin-right: 0.5rem; 
  border-radius: 1rem !important;
}

/* navbar */
nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 520000;
}
.sidenav {
  padding-top: 100px;
}

.nav__wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 530000;
}
.nav__inner {
  margin: 0 auto;
  max-width: 1080px;
}

/* Action when changing pages */
.slide-left-enter-active {
  animation: slide-left-in .4s;
}
.slide-left-leave-active {
  animation: slide-left-out .3s;
}
@keyframes slide-left-in {
  0% {
    transform: translateX(-100vw);
  }
  75% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left-out {
  0% {
    position: absolute;
    transform: translateX(0);
  }
  90% {
    position: absolute;
    transform: translateX(150vw);
  }
  100% {
    position: absolute;
    transform: translateX(150vw);
  }
}

.slide-right-enter-active {
  animation: slide-right-in .4s;
}
.slide-right-leave-active {
  animation: slide-right-out .3s;
}
@keyframes slide-right-in {
  0% {
    transform: translateX(100vw);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-right-out {
  0% {
    position: absolute;
    transform: translateX(0);
  }
  90% {
    position: absolute;
    transform: translateX(-150vw);
  }
  100% {
    position: absolute;
    transform: translateX(-150vw);
  }
}