

@charset "UTF-8";

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}



.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}


.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}


.chart-container {
  position: relative; /* for absolutely positioned tooltip */
  /* https://www.smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide/ */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.chart-container .axis, .chart-container .chart-label {
  fill: #555b51;
}
.chart-container .axis line, .chart-container .chart-label line {
  stroke: #dadada;
}
.chart-container .dataset-units circle {
  stroke: #fff;
  stroke-width: 2;
}
.chart-container .dataset-units path {
  fill: none;
  stroke-opacity: 1;
  stroke-width: 2px;
}
.chart-container .dataset-path {
  stroke-width: 2px;
}
.chart-container .path-group path {
  fill: none;
  stroke-opacity: 1;
  stroke-width: 2px;
}
.chart-container line.dashed {
  stroke-dasharray: 5, 3;
}
.chart-container .axis-line .specific-value {
  text-anchor: start;
}
.chart-container .axis-line .y-line {
  text-anchor: end;
}
.chart-container .axis-line .x-line {
  text-anchor: middle;
}
.chart-container .legend-dataset-text {
  fill: #6c7680;
  font-weight: 600;
}

.graph-svg-tip {
  position: absolute;
  z-index: 99999;
  padding: 10px;
  font-size: 12px;
  color: #959da5;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.graph-svg-tip ul {
  padding-left: 0;
  display: flex;
}
.graph-svg-tip ol {
  padding-left: 0;
  display: flex;
}
.graph-svg-tip ul.data-point-list li {
  min-width: 90px;
  flex: 1;
  font-weight: 600;
}
.graph-svg-tip strong {
  color: #dfe2e5;
  font-weight: 600;
}
.graph-svg-tip .svg-pointer {
  position: absolute;
  height: 5px;
  margin: 0 0 0 -5px;
  content: " ";
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.graph-svg-tip.comparison {
  padding: 0;
  text-align: left;
  pointer-events: none;
}
.graph-svg-tip.comparison .title {
  display: block;
  padding: 10px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}
.graph-svg-tip.comparison ul {
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
.graph-svg-tip.comparison li {
  display: inline-block;
  padding: 5px 10px;
}


body.dark-theme {
  background-color: #181c34;
}
body.dark-theme .preloader-container,
body.dark-theme .bg-additional-grey {
  background-color: #181c34;
}

.dropify-wrapper {
  border-radius: 0.25rem;
  border: 1px solid #e8eef3;
  z-index: 0;
}

.dt-buttons button {
  font-size: 14px;
  line-height: unset;
  padding: 0.5rem;
}

/*********** CUSTOM SELECT *************/
.select2-container--default .select2-selection--single {
  border: 1px solid #e8eef3;
  border-radius: 3px;
  height: 35px;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results__option {
  font-size: 14px;
  text-transform: capitalize;
  color: #28313c;
  line-height: 2.5;
  padding-left: 6px;
}

.select2-container--open .select2-dropdown {
  border: 0;
  box-shadow: 1px 4px 6px 4px rgba(104, 104, 104, 0.0784313725);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: -2px;
  font-size: 10px;
  color: #99A5B5;
  font-weight: 800 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1d82f5;
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e604";
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\e607";
}

.select2-results__option[aria-selected] {
  padding: 5px 8px !important;
}

.filter-box .select2-container--default .select2-selection--single {
  border: none;
}

.filter-box .select2-selection__rendered {
  font-weight: 500;
}

.bootstrap-select .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.bootstrap-select .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.task-detail-panel {
  white-space: unset;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.preloader-container {
  position: fixed;
  right: 0;
  left: 0;
  top: 0px;
  width: calc(100% - 240px);
  z-index: 9999;
  background: #F2F4F7;
  margin-left: 240px;
  margin-top: 63px;
  min-height: calc(100vh - 63px);
}

.sidebar-toggled .preloader-container {
  margin-left: 60px;
  width: calc(100% - 60px);
}

.rtl .preloader-container {
  margin-right: 240px;
  margin-left: 0px;
}

.rtl.sidebar-toggled .preloader-container {
  margin-right: 60px;
  margin-left: 0px;
}



.ql-toolbar.ql-snow {
  border-color: #e8eef3;
  border-radius: 0.25rem 0.25rem 0 0;
}
@media (max-width: 991.98px) {
  .ql-toolbar.ql-snow {
    display: flex;
    flex-wrap: wrap;
  }
}

.ql-container.ql-snow {
  border-color: #e8eef3;
  border-radius: 0 0 0.25rem 0.25rem;
}

label sup {
  color: #D30000;
}

table h5 a {
  color: #28313c;
}
table h5 a:hover {
  text-decoration: underline;
}

.filter-box .select-box .bootstrap-select .dropdown-toggle,
.filter-box .select-box .bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.filter-box .select-box .bootstrap-select .btn-light:not(:disabled):not(.disabled).active {
  border: none;
  background-color: unset;
  font-size: 14px;
  text-transform: capitalize;
  color: #28313c;
  padding: 0.2rem 0.5rem;
}

.filter-box .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-weight: 500;
}

.table [contenteditable=true]:hover,
.table [contenteditable=true]:focus {
  background-color: #F2F4F7;
}

.table [contenteditable=true]:hover::after {
  content: "Click to edit";
  display: block;
  color: #99A5B5;
  position: absolute;
}

.table [contenteditable=true]:focus::after {
  content: "Click anywhere to save";
  display: block;
  color: #99A5B5;
  position: absolute;
}



.w-15 {
  width: 15px;
}

.more-filters .more-filter-tab {
  top: 112px;
}

.multiple-users .btn .badge {
  top: 0;
}

.input-group-prepend .btn,
.input-group-append .btn {
  z-index: 1;
}

#myModal {
  z-index: 1051;
}

.taskEmployeeImg {
  border: 1px solid #e8eef3;
}

.taskEmployeeImg img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.taskEmployeeImg {
  width: 30px;
  height: 30px;
}

.badge img.taskEmployeeImg {
  width: 25px;
  height: 25px;
}

.filter-option-inner-inner img.taskEmployeeImg {
  width: 20px;
  height: 20px;
}

.bootstrap-timepicker-widget table td input {
  width: 100%;
  height: 35px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  width: 100%;
}

.glyphicon {
  cursor: pointer;
  background-color: transparent;
  font-family: "simple-line-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}

.glyphicon-chevron-up:before {
  content: "\e607";
}

.glyphicon-chevron-down:before {
  content: "\e604";
}

.dataTable .bootstrap-select .filter-option-inner-inner {
 
}

.modal-dialog-scrollable .modal-body {
  overflow-y: visible;
}

.modal-dialog-scrollable .modal-content {
  overflow: visible;
}
.dropzone .dz-preview.dz-image-preview {
  z-index: 0;
}

ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 4px !important;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: #1d82f5 !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.icon-11 {
  width: 11px;
  height: 11px;
}

.fc .fc-col-header-cell-cushion {
  color: #28313c;
  padding: 10px 4px !important;
}

.btn-active,
.btn-active.btn-secondary {
  background-color: black !important;
  border: solid 1px #000 !important;
  color: #fff !important;
}

.active-timer-count {
  left: 10px;
  top: -7px;
}

/* attendance info */
.punch-info {
  margin-bottom: 20px;
}

.punch-hours {
  align-items: center;
  border: 5px solid #1d82f5;
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  height: 120px;
  justify-content: center;
  margin: 0 auto;
  width: 120px;
}

.statistics .row {
  margin-left: -5px;
  margin-right: -5px;
}

.statistics .row > div {
  padding-left: 5px;
  padding-right: 5px;
}

.punch-status .stats-box {
  margin-bottom: 0;
}

.stats-box {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding: 5px;
}

.stats-box p {
  margin: 0;
  font-size: 12px;
}

.stats-box > h6 {
  margin-bottom: 0;
}

.recent-activity {
  height: 318px;
  overflow-y: auto;
  overflow-x: hidden;
}

.recent-activity .res-activity-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}

.recent-activity .res-activity-list li {
  margin-bottom: 15px;
  position: relative;
}

.recent-activity .res-activity-list li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  left: -15px;
  top: 6px;
  border: 2px solid #1d82f5;
  margin-right: 15px;
  z-index: 2;
  background: #fff;
}

.recent-activity p {
  font-size: 13px;
  margin-bottom: 0;
}

.recent-activity .res-activity-time {
  color: #bbb;
  font-size: 12px;
}

.recent-activity .res-activity-list:after {
  content: "";
  border: 1px solid #e8eef3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
}

.ticket-message:hover {
  background-color: #e8eef3 !important;
}
.ticket-message:hover p {
  color: #28313c;
}

.dropify-wrapper ~ .invalid-feedback {
  display: block;
}

.input-daterange input {
  width: 99px !important;
}
@media (max-width: 767.98px) {
  .input-daterange input {
    width: 96px !important;
  }
}

.sidebar-menu li {
  box-shadow: 0 1px 0 0 rgba(232, 238, 243, 0.0784313725);
}

.content-wrapper {
  padding: 20px 28px;
}

.settings-box {
  padding: 20px 28px;
}

.sticky-note {
  height: 215px;
}

.sticky-note .card-body:first-child {
  overflow-y: clip;
}


a.btn-primary {
  display: inline-block;
}

#datatableRange,
#datatableRange2 {
  width: 220px;
}

.daterangepicker td.in-range {
  background-color: #f1f1f3;
}

.daterangepicker .ranges li.active {
  background-color: #616e80;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #616e80;
}

.user-online {
  bottom: -5px;
  right: 8px;
}

@media (max-width: 991.98px) {
  .preloader-container {
    margin-left: 0px;
    width: unset;
  }
  .rtl .preloader-container {
    margin-right: 0;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@media (max-width: 991.98px) {
  .daterangepicker {
    position: absolute;
    z-index: 1;
  }
}

@media (max-width: 991.98px) {
  .w-50 {
    width: 100% !important;
  }
  .table-md-responsive {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .table-sm-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  ul.thumbnails.image_picker_selector li {
    width: 100%;
  }
  ul.thumbnails.image_picker_selector li img {
    width: 100%;
  }
  #leave-detail-section .w-30,
#leave-detail-section .w-70,
#right-modal-content .w-30,
#right-modal-content .w-70 {
    width: 100%;
  }
  .fc .fc-toolbar {
    display: block !important;
  }
  .fc-toolbar-chunk {
    margin-bottom: 20px;
  }

  .w-sm-100 {
    width: 100%;
  }
}
#calendar .fc-toolbar-title {
  font-size: 13px !important;
}

.tagify {
  overflow: hidden;
}

.input-group .input-icon {
  width: 100%;
}

.right-sidebar {
  height: 100%;
  width: 100%;
  white-space: nowrap;
}
.right-sidebar li a {
  padding: 15px 24px;
}
.right-sidebar li a:hover {
  color: #28313c !important;
  background-color: rgba(232, 238, 243, 0.5215686275);
  border-right: 2px solid rgba(40, 49, 60, 0.5215686275);
}

.select-filter-project .dropdown-menu {
  left: 29px;
}
.select-filter-project .dropdown-menu .right-sidebar {
  height: 100%;
  width: 100%;
  white-space: nowrap;
}
.select-filter-project .dropdown-menu .right-sidebar li a {
  padding: 15px 24px;
}
.select-filter-project .dropdown-menu .right-sidebar li a:hover {
  color: #28313c !important;
  background-color: rgba(232, 238, 243, 0.5215686275);
  border-right: 2px solid rgba(40, 49, 60, 0.5215686275);
}

.swal2-popup.swal2-toast {
  flex-direction: row !important;
}

#user-search {
  width: 249px;
}

@media (max-width: 1199.98px) {
  #user-search {
    width: 225px;
  }
}
@media (max-width: 991.98px) {
  .w-tables {
    overflow-x: scroll;
  }
}
@media (max-width: 767.98px) {
  .table-sm-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}
.fc .fc-daygrid-body {
  position: relative;
  z-index: 0 !important;
}

.fc .fc-button-group > .fc-button.fc-button-active,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:hover {
  z-index: 0 !important;
}

.swal2-title {
  font-size: 1.1em !important;
}

.swal2-content {
  font-size: 0.8em !important;
}

.mw-250 {
  max-width: 250px;
  min-width: 140px;
}

.mw-120 {
  max-width: 120px;
}

.typing {
  align-items: center;
  display: flex;
  height: 13px;
}

.typing .dot {
  -webkit-animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
          animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #e8eef2;
  border-radius: 50%;
  height: 4px;
  margin-right: 2px;
  vertical-align: middle;
  width: 4px;
  display: inline-block;
}

.typing .dot:nth-child(1) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.typing .dot:last-child {
  margin-right: 0;
}

.autocomplete-password {
  opacity: 0;
  position: absolute;
  width: 0;
}

@-webkit-keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: #e8eef2;
  }
  28% {
    transform: translateY(-7px);
    background-color: #aaadaf;
  }
  44% {
    transform: translateY(0px);
    background-color: #87888a;
  }
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: #e8eef2;
  }
  28% {
    transform: translateY(-7px);
    background-color: #aaadaf;
  }
  44% {
    transform: translateY(0px);
    background-color: #87888a;
  }
}
.more-user-count {
  padding: 2px 3px;
}

.custom-control {
  z-index: auto;
}

.flag-icon-ja-jp.flag-icon-squared {
  background-image: url(../flags/1x1/ja-JP.svg);
}

.bootstrap-select > select.mobile-device {
  width: auto !important;
  z-index: auto !important;
}

.importBox {
  min-height: 280px !important;
  width: 250px !important;
  margin: 2px !important;
}

.importOptions {
  padding: 10px !important;
  /* height: 150px !important; */
  vertical-align: middle !important;
}

.unchanged {
  border: 2px solid #d0d0d0;
}

.matched {
  border: 2px solid #52bad5;
}

.importSample .sampleHeading, .importSample .sample {
  padding: 5px 15px;
  margin: 0px;
}

.unchanged .sampleHeading {
  background-color: #e0e0e0;
}

.unchanged .sample {
  background-color: #ffffff;
}

.matched .sampleHeading {
  background-color: #52BAD5;
}

.matched .sample {
  background-color: #B1E0EC;
}

.unmatched .sampleHeading {
  background-color: #EE836E;
}

.unmatched .sample {
  background-color: #f1f1f3;
}

.importBox .notimported {
  padding: 5px 10px;
  margin: 5px 0px;
}

.sampleHeading, .sample {
  overflow-x: hidden;
  max-height: 31px;
  overflow-y: hidden;
}

.dropzone .dz-preview .dz-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dropzone .dz-preview .dz-progress {
  z-index: 999 !important;
}

.w-180 {
  width: 180px;
}

.w-150 {
  width: 150px;
}

.view-notification p {
  line-height: 16px;
}

.fc-view-harness {
  z-index: 0;
}

.fc-daygrid-dot-event .fc-event-title {
  font-weight: normal !important;
}

.deactive {
  opacity: 0.6;
}

.icon-background {
  font-size: 40px;
}

.notification-apr-icon {
  top: 9px;
  left: 9px;
}

.fs-40 {
  font-size: 40px;
}

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

.dropdown-item.active .text-muted {
  color: #fff !important;
}

.dropdown-item.active .text-darkest-grey {
  color: #fff !important;
}

.select2-selection {
  height: 37px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #e8eef3;
  background-color: #fff;
  padding: 0.2rem;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
}

.width-35 {
  width: 35px;
}

.width-40 {
  width: 40px;
}

.btrr {
  border-top-right-radius: 4px;
}

.mw-300 {
  max-width: 300px;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

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

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

.height-44 {
  height: 44px !important;
}

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

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.p-20 {
  padding: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.py-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.mt-94 {
  margin-top: 94px;
}

.mt-105 {
  margin-top: 105px;
}
@media (max-width: 991.98px) {
  .mt-105 {
    margin-top: 0px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.b-shadow-4 {
  box-shadow: 0 0 4px 0 #e8eef3;
}

.b-r-8 {
  border-radius: 8px !important;
}

.d-grid {
  display: grid;
}

@media (max-width: 991.98px) {
  .mt-md-94 {
    margin-top: 94px;
  }
}
.login_section {
  min-height: calc(100vh - 56px);
}

.login_header {
  box-shadow: 0 1px 0 0 #e8eef3;
  padding: 12px 0px;
}
.login_header img {
  max-height: 32px;
}
.login_header h3 {
  font-size: 21px;
  color: #28313c;
  font-weight: normal;
}

.login_box {
  width: 452px;
  padding: 30px 30px;
}
@media (max-width: 767.98px) {
  .login_box {
    width: 95%;
  }
}
.login_box h3 {
  font-size: 21px;
  color: #28313c;
  font-weight: normal;
}
.login_box a {
  border: 1px solid #e8eef3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  color: #28313c;
  font-size: 18px;
}
.login_box a:focus, .login_box a:hover {
  border-color: #f8f9fa;
  box-shadow: none;
}
.login_box a span {
  width: 28px;
  height: 28px;
  background-color: #F3F3F3;
  border-radius: 50%;
  padding: 5px;
  margin-right: 13px;
  overflow: hidden;
  line-height: 17px;
}
.login_box p {
  font-size: 15px;
  color: #616e80;
  font-weight: normal;
}
.login_box p:after, .login_box p:before {
  content: "";
  width: 81px;
  height: 1px;
  position: absolute;
  background-color: #99A5B5;
  top: 50%;
}
@media (max-width: 767.98px) {
  .login_box p:after, .login_box p:before {
    content: none;
  }
}
.login_box p:before {
  left: 0;
}
.login_box p:after {
  right: 0;
}

.login_box .form-group label {
  font-size: 15px;
  color: #616e80;
}

.forgot_pswd a {
  color: #616e80;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-size: 12px;
  justify-content: left;
}


:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0.5;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea {
  overflow: hidden;
}



.cursor-pointer {
  cursor: pointer;
}

.form-check-input {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

/*********** CUSTOM CHECKBOX *************/
.form_custom_label {
  display: flex;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #1d82f5;
  color: #28313c;
  align-items: center;
  justify-content: center;
}

.form_custom_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border: solid 2px #1d82f5;
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.form_custom_label.checkmark-20 {
  padding-top: 3px;
}
.form_custom_label.checkmark-20 .checkmark {
  height: 20px;
  width: 20px;
  border-radius: 4px;
}
.form_custom_label.checkmark-20 .checkmark:after {
  left: 5.5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form_custom_label.checkmark-15 {
  padding-top: 1px;
}
.form_custom_label.checkmark-15 .checkmark {
  height: 15px;
  width: 15px;
  border-radius: 3px;
}
.form_custom_label.checkmark-15 .checkmark:after {
  left: 3.5px;
  top: 0.5px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form_custom_label input:checked ~ .checkmark {
  background-color: #1d82f5;
}

.form_custom_label input:checked ~ .checkmark:after {
  display: block;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1d82f5;
  background-color: #1d82f5;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(29, 130, 245, 0.1607843137);
}

/*********** DROPDOWN *************/
.dropdown-toggle::after, .dropup .dropdown-toggle::after {
  content: none;
}

.dropdown-item {
  font-size: 14px;
  line-height: 1.99;
  color: #28313c;
}

.form-group label sup {
  color: #fd0202;
  top: 0px;
  right: -4px;
}

.dropdown-item span {
  padding-right: 20px;
}

/*********** CUSTOM DATEPICKER *************/
.input-daterange input {
  width: 99px;
}
@media (max-width: 767.98px) {
  .input-daterange input {
    width: 96px;
  }
}

.input-daterange input::-moz-placeholder {
  color: #28313c !important;
  font-weight: 500;
}

.input-daterange input::placeholder {
  color: #28313c !important;
  font-weight: 500;
}

.qs-datepicker-container .qs-overlay input::-moz-placeholder {
  color: #fff !important;
}

.qs-datepicker-container .qs-overlay input::placeholder {
  color: #fff !important;
}

.qs-controls {
  background: #F2F4F7 !important;
  padding: 8px !important;
}

.qs-month-year {
  font-size: 15px;
}

.qs-day {
  font-weight: 700;
  color: black;
  font-size: 14px;
  margin: 10px 0px;
}

.qs-num {
  font-size: 14px;
  padding: 16px 0px;
}

.qs-datepicker-container {
  border: 0px;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #f2f4f7;
}

.qs-current {
  background: #1d82f5;
  color: #fff;
  text-decoration: none;
}
.qs-current:hover {
  background: #1d82f5 !important;
}

.qs-active, .qs-range-end, .qs-range-start {
  background: #616e80;
  color: #fff;
}

.input-group-text {
  border: 1px solid #e8eef3;
}

.input-group-append .btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =====  Button ===== */
button:focus {
  box-shadow: none !important;
}

button.disabled, button:disabled {
  opacity: 0.65;
}

.btn-primary {
  text-transform: capitalize;
  padding: 9px 11px;
  background-color: #B22B3C !important;
  color: #fff !important;
  border: 1px solid #B22B3C !important;
  position: relative;
}
.btn-primary:hover {
  background-color: #cc5263 !important;
  border: 1px solid #cc5263 !important;
  color: #fff !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #1d82f5;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #1d82f5 !important;
  border: 1px solid #1d82f5 !important;
  cursor: not-allowed;
}

.btn-secondary {
  text-transform: capitalize;
  padding: 9px 11px;
  border: solid 1px #616e80;
  background-color: #fff !important;
  color: #616e80 !important;
  position: relative;
}
.btn-secondary:hover {
  background-color: black !important;
  border: solid 1px #000 !important;
  color: #fff !important;
}

.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  border: solid 1px #616e80 !important;
  background-color: #fff !important;
  color: #616e80 !important;
  cursor: not-allowed;
}

.btn-cancel {
  text-transform: capitalize;
  padding: 9px 11px;
  border: 1px solid #fff;
  background-color: #fff !important;
  color: #99A5B5 !important;
  position: relative;
}
.btn-cancel:hover {
  background-color: black !important;
  border: solid 1px #000 !important;
  color: #fff !important;
}

.btn-cancel.disabled:hover, .btn-cancel:disabled:hover {
  border: 1px solid #fff !important;
  background-color: #fff !important;
  color: #99A5B5 !important;
  cursor: not-allowed;
}

.btn-danger {
  text-transform: capitalize;
  background-color: #D30000;
  color: #fff;
  border: 0px;
  position: relative;
  padding: 9px 11px;
}
.btn-danger:hover {
  background-color: black;
}

.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  border: 0px !important;
  background-color: #D30000 !important;
  cursor: not-allowed;
}

/*********************************** MAIN CONTENT *********************************/
.content-wrapper {
  padding: 20px 28px;
}
@media (max-width: 991.98px) {
  .content-wrapper {
    padding: 0px 25px 44px 25px;
  }
}

.main-container {
  margin-left: 240px;
  min-height: calc(100vh - 63px);
  position: relative;
  transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .main-container {
    margin-left: 0px;
  }
}

.page-title {
  padding: 10px 28px;
  transition: width 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .page-title {
    padding: 24px 24px;
  }
}

.taskExportBtns button {
  padding: 9px 11px;
}

@media (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start !important;
  }
}
.task-detail-panel {
  background-color: #fff;
  position: fixed;
  top: 0px;
  right: -320px;
  width: 240px;
  z-index: 3;
  transition: all 0.5s ease;
  border: solid 1px #e8eef3;
  height: 100vh;
}

.task-detail-panel.in {
  transition: all 0.5s ease;
  width: 85%;
  right: 0px;
}
@media (max-width: 767.98px) {
  .task-detail-panel.in {
    width: 100%;
  }
  .task-detail-panel.in .w-25 {
    width: 40% !important;
  }
}

.close-task-detail {
  position: absolute;
  left: -55px;
  top: 17px;
  background-color: #1D82F5;
  padding: 9px 17px !important;
  color: #fff;
  border-radius: 22px 0px 0px 22px;
  font-size: 12px;
  transition: width 0.7s;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .close-task-detail {
    left: auto;
    right: 0;
    background-color: transparent;
    position: fixed;
    z-index: -1;
  }
}
.close-task-detail span {
  width: 20px;
  height: 20px;
  border: 1px solid #1D82F5;
  border-radius: 100%;
  position: relative;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 767.98px) {
  .close-task-detail span {
    border: 1px solid #28313c;
  }
}
.close-task-detail span .fa-times {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 3px;
  color: white;
}
.close-task-detail:hover span {
  border: 1px solid #fff;
  transition: all 0.5s ease;
}

.close-task-detail.in {
  opacity: 1;
  transition: width 0.7s;
  z-index: 1;
  display: block !important;
}

@media (max-width: 767.98px) {
  .task-detail-panel.in .close-task-detail.in {
    opacity: 1;
    transition: width 0.7s;
    display: block !important;
  }
  .task-detail-panel .close-task-detail {
    opacity: 0;
    transition: width 0.7s;
  }
}
.t-d-inner-panel {
  height: 100%;
  overflow: auto;
}

.task-overlay {
  position: fixed;
  top: 0;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  display: none;
  transition: width 0.3s;
}

.task-overlay.in {
  display: block !important;
  transition: width 0.3s;
}

.filter-box {
  box-shadow: 0 1px 0 0 #e8eef3;
  width: 100%;
  top: 63px;
  position: sticky;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .filter-box {
    width: 100%;
    position: initial;
  }
}

.more-filters {
  border-left: solid 1px #e8eef3;
}
@media (max-width: 991.98px) {
  .more-filters {
    border-left: 0px;
  }
}
.more-filters a {
  line-height: 2;
}
.more-filters .more-filter-tab {
  background-color: #fff;
  position: fixed;
  top: 62px;
  right: 0;
  z-index: 9;
  border: solid 1px #e8eef3;
  white-space: nowrap;
  overflow-x: hidden;
  transform: translate3d(273px, 0, 0);
  height: 100%;
  width: 268px;
  transition: all ease-in 0.3s;
}
.more-filters .more-filter-tab .clear-all {
  transition: all ease 0.3s;
  position: fixed;
  width: 100% !important;
}
.more-filters .more-filter-tab h3 {
  line-height: 1.17;
  padding: 18px 28px 0;
}
.more-filters .more-filter-tab label {
  line-height: 1.14;
  padding: 0px 28px;
  margin-bottom: 12px;
}
.more-filters .more-filter-tab.in {
  transform: translate3d(0px, 0, 0);
  transition: all ease-in 0.3s;
  width: 268px;
}
.more-filters .more-filter-tab.in .filter-detail {
  height: calc(100vh - 197px);
  overflow-y: auto;
  overflow-x: hidden;
}
.more-filters .more-filter-tab.in .clear-all {
  transition: width ease 0.3s;
  padding: 0px 28px;
  border-top: solid 1px #e8eef3;
}
.more-filters .more-filter-tab.in .clear-all button {
  padding: 9px 11px;
  margin-right: 9px;
}
.more-filters .filter-detail {
  height: calc(100vh - 197px);
}

.close-more-filter {
  position: absolute;
  right: 28px;
  top: 14px;
}
.close-more-filter:hover {
  color: #000;
}

.select-filter {
  padding: 0px 28px;
}

/******************** MAIN SIDEBAR *********************/
.mobile-close-sidebar-panel {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-close-sidebar-panel.toggled {
    height: 100%;
    position: fixed;
    top: 0;
    left: 100px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    display: block;
  }
}

/******************** SIDEBAR BRAND *********************/
.sidebar-brand-box {
  z-index: 1 !important;
  transition: width 0.3s;
}
.sidebar-brand-box .sidebar-brand {
  padding: 8px 20px 8px 20px;
  transition: width 0.3s;
  border-bottom: 1px solid #252d37;
}
.sidebar-brand-box .sidebar-brand:after {
  content: none;
}
.sidebar-brand-box .sidebar-brand .sidebar-brand-name {
  width: 80%;
  word-break: break-word;
  overflow: hidden;
}
.sidebar-brand-box .sidebar-brand .sidebar-brand-name h1 {
  line-height: 1.38;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-brand-box .sidebar-brand .sidebar-brand-name h1 i {
  font-size: 10px;
  color: #f7faff;
  font-weight: 700;
}
.sidebar-brand-box .sidebar-brand .sidebar-brand-name .pro-name {
  line-height: 1.69;
  margin-left: 20px;
}
.sidebar-brand-box .sidebar-brand .sidebar-brand-name .pro-name span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: -20px;
}
.sidebar-brand-box .sidebar-brand .sidebar-brand-name .pro-name p {
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-brand-box .sidebar-brand-dropdown {
  width: 300px;
  left: 0px !important;
  border-radius: 3px;
  border: 1px solid #e8eef3;
}
@media (max-width: 991.98px) {
  .sidebar-brand-box .sidebar-brand-dropdown {
    transform: translate3d(-2px, 60px, 0px) !important;
    padding-bottom: 10px;
    position: fixed !important;
    top: 0px;
  }
}
.sidebar-brand-box .sidebar-brand-dropdown .profile-box {
  padding: 16px 24px;
}
.sidebar-brand-box .sidebar-brand-dropdown .profile-box a {
  color: #616e80;
}
.sidebar-brand-box .sidebar-brand-dropdown .profile-box a:hover {
  color: #1d82f5;
}
.sidebar-brand-box .sidebar-brand-dropdown .profile-box .profileImg {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: solid 1px #e8eef3;
  overflow: hidden;
}
.sidebar-brand-box .sidebar-brand-dropdown .profile-box .profileImg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-brand-box .sidebar-brand-dropdown .profile-box .ProfileData h3 {
  line-height: 1.13;
  margin-bottom: 5px;
  word-break: break-all;
  white-space: nowrap;
  width: 177px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-brand-box .sidebar-brand-dropdown .profile-box .ProfileData p {
  line-height: 1.09;
}
.sidebar-brand-box .sidebar-brand-dropdown a.dropdown-item {
  line-height: 1.87;
  white-space: initial;
  line-break: anywhere;
}
.sidebar-brand-box .sidebar-brand-dropdown a.dropdown-item:hover {
  background-color: #1d82f5;
  color: #fff !important;
}
.sidebar-brand-box .sidebar-brand-dropdown .custom-control.custom-switch {
  margin-right: -8px;
}

/******************** SIDEBAR MENU *********************/
.closeIt .accordionItemContent {
  height: 0px;
  transform: scaleY(0);
  float: left;
  display: block;
}

.openIt .accordionItemContent {
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  box-sizing: border-box;
}

.accordionItem a.active {
  color: #f7faff;
}

.sidebar-menu {
  height: calc(100% - 111px);
  z-index: 0;
  display: block !important;
  white-space: nowrap;
  overflow: auto;
}
@media (max-width: 991.98px) {
  .sidebar-menu {
    height: calc(100% - 63px);
  }
}
.sidebar-menu li {
  position: relative;
  box-shadow: 0 1px 0 0 #252d37;
}
.sidebar-menu li .accordionItemContent a {
  padding: 0.5rem 1.2rem;
  display: block;
  white-space: nowrap;
  margin-left: 36px;
}
.sidebar-menu li .accordionItemContent a:hover {
  color: #f7faff !important;
}
.sidebar-menu li .nav-item {
  line-height: 1.87;
  white-space: nowrap;
  display: block;
  align-items: center;
  padding: 10px 20px 10px 20px;
}
.sidebar-menu li .nav-item:focus, .sidebar-menu li .nav-item:hover {
  color: #f7faff !important;
}

.side-icon {
  width: 16px;
  vertical-align: middle;
  font-size: 16px;
  display: inline-block;
  position: relative;
}

.accordionItem.openIt .accordionItemHeading::after {
  content: "\e604";
  font-family: "simple-line-icons";
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  line-height: 27px;
  font-size: 10px;
  position: absolute;
  right: 15px;
}

.accordionItem.closeIt .accordionItemHeading::after {
  content: "\e606";
  font-family: "simple-line-icons";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  line-height: 27px;
  font-size: 10px;
  position: absolute;
  right: 15px;
}

.sidebar-brand-logo {
  max-width: 32px;
  border-radius: 4px;
  overflow: hidden;
}

/******************** SIDEBAR TOGGLER BOX *********************/
.sidebarTogglerBox {
  width: 240px;
  transition: width 0.3s;
  z-index: 2;
  height: 48px;
  bottom: 0;
  padding: 0 16px;
  border-top: 1px solid #252d37;
}
@media (max-width: 991.98px) {
  .sidebarTogglerBox {
    display: none !important;
  }
}
.sidebarTogglerBox #sidebarToggle {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  background-color: transparent;
}
.sidebarTogglerBox p {
  display: block;
}

#sidebarToggle::before {
  content: "\f053";
}

/*************************** BACKGROUND COLORS **************************/
.bg-dark {
  background-color: #171f29 !important;
}

.bg-grey {
  background-color: #e8eef3;
}

.bg-light-grey {
  background-color: #f1f1f3;
}

.bg-dark-grey {
  background-color: #616e80;
}

.bg-darkest-grey {
  background-color: #28313c;
}

.bg-lightest-grey {
  background-color: #99A5B5;
}

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

.bg-red {
  background-color: #D30000;
}

.bg-yellow {
  background-color: #FCBD01;
}

.bg-light-green {
  background-color: #39e500;
}

.bg-dark-green {
  background-color: #2CB100;
}

.bg-additional-grey {
  background-color: #F2F4F7;
}

.bg-amt-grey {
  background-color: #e7e9eb;
}

.bg-white-shade {
  background-color: #f7faff;
}

/*************************** TEXT COLORS **************************/
.text-darkest-grey {
  color: #4d4f5c !important;
}

.text-dark-grey {
  color: #616e80;
}

.text-dark {
  color: #28313c !important;
}

.text-lightest {
  color: #99A5B5;
}

.text-blue {
  color: #1d82f5;
}

.text-red {
  color: #D30000;
}

.text-yellow {
  color: #FCBD01;
}

.text-light-green {
  color: #39e500;
}

.text-dark-green {
  color: #2CB100;
}

.text-white-shade {
  color: #f7faff;
}

.text-pink {
  color: #ea4c89;
}

/*************************** BORDERS **************************/
.border-grey {
  border: 1px solid #e8eef3;
}

.border-left-grey {
  border-left: 1px solid #e8eef3;
}

.border-right-grey {
  border-right: 1px solid #e8eef3;
}

.border-top-grey {
  border-top: 1px solid #e8eef3;
}

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

.border-additional-grey {
  border: 1px solid #F2F4F7;
}

@media (max-width: 767.98px) {
  .border-left-grey-sm-0 {
    border-left: 0px !important;
  }
  .border-right-grey-sm-0 {
    border-right: 0px !important;
  }
}
.f-w-500 {
  font-weight: 500 !important;
}

.f-8 {
  font-size: 8px;
}

.f-10 {
  font-size: 10px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

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

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.f-21 {
  font-size: 21px;
}

.f-27 {
  font-size: 27px;
}

.f-57 {
  font-size: 57px;
}

.heading-h1 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.14;
}

.heading-h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
}

.heading-h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.17;
}

.heading-h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.13;
}

.heading-h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.1px;
}

.heading-h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
}

.simple-text {
  font-size: 14px;
  line-height: 1.14;
}

.font-weight-semibold {
  font-weight: 500 !important;
}

.avatar-img {
  width: 25px;
  height: 25px;
  border: solid 1px #707070;
  overflow: hidden;
}
.avatar-img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 25px;
  height: 25px;
}

.pagination .page-item.active .page-link {
  background-color: #B22B3C;
}

.pagination li {
  margin-right: 8px;
  margin-bottom: 5px;
}
.pagination li a {
  border-radius: 4px;
  min-width: 35px;
  height: 35px;
  line-height: 1.54;
  font-size: 13px;
  color: #4d4f5c;
  border: 1px solid #e8eef3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a:focus {
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: #B22B3C;
  border-color: #B22B3C;
}
.page-item.active .page-link:hover, .page-item.active .page-link:focus {
  color: #fff !important;
  box-shadow: none;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 1.3rem;
  padding-left: 1rem;
}

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

.labels p {
  font-size: 14px;
  line-height: 1.14;
  color: #28313c;
  width: 50%;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.card-img {
  margin: 1.25rem;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  overflow: hidden;
}
.card-img img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-img-small {
  flex-shrink: 0;
  margin: 1.25rem;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px #616e80;
}

.card-title {
  line-height: 21px;
  margin-bottom: 7px;
}

.card-text {
  line-height: 1.5;
}

.w-tables {
  box-shadow: 0 0 4px 0 #d2d9e4;
}
@media (max-width: 767.98px) {
  .w-tables {
    overflow-x: scroll;
  }
}

.dataTables_wrapper {
  width: 100%;
}

.dataTables_filter {
  display: none;
}

.table thead th, .table th, .table td {
  border: 0px;
  padding: 6px;

  font-size:14px;
}

.table thead th {
  font-weight:500;
  color: #99A5B5;
  box-shadow: 0 1px 0 0 #f1f1f3;

}

.table thead th:first-child, .table tbody td:first-child {
  padding-left: 20px;
}

.table tr td {
  color: #28313c;
  box-shadow: 0 1px 0 0 #f1f1f3;
  vertical-align: middle;
}

.taskEmployeeImg {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.task_view {
  border: 1px solid #99A5B5;
  border-radius: 4px;
  display: inline-flex;
}
.task_view .taskView {
  padding: 0px 7px;
  line-height: 2;
  color: #99A5B5;
  border-right: 1px solid #99A5B5;
}
.task_view .taskView:hover {
  background-color: #F2F4F7;
}
.task_view .task_view_more {
  color: #99A5B5;
  padding: 6.3px 5px;
  border-radius: 4px;
}
.task_view .task_view_more:hover {
  background-color: #F2F4F7;
}
.task_view .task_view_more:after {
  content: none;
}
.task_view .dropdown-menu {
  border: 0;
  box-shadow: 1px 4px 6px 4px rgba(104, 104, 104, 0.0784313725);
}

table.dataTable {
  margin-bottom: 0px !important;
}
@media (max-width: 767.98px) {
  table.dataTable {
    width: 862px;
  }
}

.dataTables_paginate {
  margin: 12px !important;
}

.dataTables_length {
  padding: 15px 20px;
}

.dataTables_length select {
  height: 35px;
  min-width: 53px;
}

.message_wrapper {
  margin: 0px 9px;
  overflow: hidden;
  border: 1px solid #e8eef3;
}
.message_wrapper .msg-header {
  height: 62px;
  border-bottom: 1px solid #e8eef3;
}
.message_wrapper .msg-header .msg-header-left {
  padding: 0px 1.25rem;
}
@media (max-width: 991.98px) {
  .message_wrapper .msg-header .msg-header-left {
    max-width: 100%;
    width: 100%;
  }
}
.message_wrapper .msg-header .msg-header-right {
  max-width: 100%;
  padding: 0px 1.25rem;
}
.message_wrapper .input-group {
  border: solid 1px #e8eef3;
  border-radius: 4px;
}
.message_wrapper .input-group .input-group-text {
  background-color: transparent;
  padding: 0px 6px;
}
.message_wrapper .input-group input {
  line-height: 1.8;
}
.message_wrapper .msg-content-left {
  border: 1px solid #e8eef3;
  max-width: 392px;
  float: left;
  width: 40%;
}
@media (max-width: 991.98px) {
  .message_wrapper .msg-content-left {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}
.message_wrapper .msg-content-left .card-img {
  border: 1px solid #e8eef3;
}
.message_wrapper .msg-content-left .card {
  border: 1px solid #e8eef3;
}
.message_wrapper .msg-content-left .card-title {
  line-height: 1;
}
.message_wrapper .msg-content-left .card-date {
  line-height: 1;
}
.message_wrapper .msg-content-left .card-body .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.62;
}
.message_wrapper .msg-content-left .tablinks.active, .message_wrapper .msg-content-left .card:hover {
  border-radius: 0px;
  background-color: #e8eef3;
  cursor: pointer;
}
.message_wrapper .msg-content-left .tablinks.active .card-title, .message_wrapper .msg-content-left .card:hover .card-title {
  color: #28313c;
}
.message_wrapper .msg-content-left .tablinks.active .card-date, .message_wrapper .msg-content-left .card:hover .card-date {
  color: #28313c;
}
.message_wrapper .msg-content-left .tablinks.active .card-text, .message_wrapper .msg-content-left .card:hover .card-text {
  color: #616e80;
}
.message_wrapper .msg-content-right {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  .message_wrapper .msg-content-right {
    margin-left: 0;
    display: none;
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    margin: 0 9px;
  }
}
.message_wrapper .msg-content-right .mbl-sender-name {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e8eef3;
}
.message_wrapper .msg-content-right .chat-box {
  height: calc(100vh - 330px);
}
@media (max-width: 991.98px) {
  .message_wrapper .msg-content-right .chat-box {
    height: calc(100vh - 273px);
    margin-bottom: 157px;
  }
}
.message_wrapper .msg-content-right .chat-box .card-img {
  border: 1px solid #e8eef3;
}
.message_wrapper .msg-content-right .chat-box .card:hover {
  background-color: #e8eef3;
}
.message_wrapper .msg-content-right .chat-box .card:hover p {
  color: #28313c;
}
.message_wrapper .msg-content-right .chat-box .card-text, .message_wrapper .msg-content-right .card-date {
  line-height: 1.6;
}
.message_wrapper .msg-content-right .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: none;
  cursor: pointer;
}
.message_wrapper .msg-content-right .custom-file {
  width: 75%;
}
.message_wrapper .msg-content-right .custom-file label {
  padding-left: 0px;
}
.message_wrapper .msg-content-right .attach-send {
  padding: 11px 16px;
}

.scroll {
  position: relative;
  overflow: hidden;
}

.scroll.ps > .ps__rail-y {
  height: 0px !important;
  display: none !important;
}

@media (max-width: 991.98px) {
  .msg-content-right form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px 9px;
    background-color: #fff;
  }
}
.task-search input {
  text-overflow: ellipsis;
}

.select-box, .task-search {
  width: 26%;
}
@media (max-width: 991.98px) {
  .select-box, .task-search {
    width: auto;
  }
}

.w-task-board-box {
  overflow-x: hidden;
  position: relative;
}
.w-task-board-box:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e8eef3;
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
}
.w-task-board-box .w-task-board-panel {
  overflow-x: scroll;
}
.w-task-board-box .w-task-board-panel .board-panel {
  width: 340px;
  margin-bottom: 20px;
  flex: 0 0 340px;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .w-task-board-box .w-task-board-panel .board-panel {
    width: 255px;
    flex: 0 0 255px;
  }
}
.w-task-board-box .w-task-board-panel .board-panel .b-p-header .bg-dark:hover {
  color: #fff;
}
.w-task-board-box .w-task-board-panel .board-panel .b-p-header .b-p-badge {
  line-height: 1.9;
  vertical-align: middle;
}
.w-task-board-box .w-task-board-panel .board-panel .b-p-body {
  height: calc(100vh - 213px);
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .w-task-board-box .w-task-board-panel .board-panel .b-p-body {
    height: calc(100vh - 276px);
  }
}
.w-task-board-box .w-task-board-panel .minimized {
  margin-bottom: 20px;
}
.w-task-board-box .w-task-board-panel .minimized .b-p-header {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.w-task-board-panel::-webkit-scrollbar {
  width: 5px;
  background: #fff;
  height: 10px;
}

.w-task-board-panel::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #e8eef3;
}

.gu-transit {
  background-color: #848586 !important;
  opacity: 0.1 !important;
  border: 2px dashed black;
}
.gu-transit .card-body {
  visibility: hidden;
}

.gu-mirror {
  box-shadow: none;
  opacity: 1 !important;
  height: 125px !important;
  transform: rotate(5deg);
  border: 2px dashed rgba(0, 0, 0, 0.397);
}

.full .filter-box {
  position: relative;
  top: 0px;
}

.settings-sidebar {
  height: calc(100% - 63px);
  width: 100%;
  max-height: 100%;
  max-width: 270px;
  position: fixed;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .settings-sidebar {
    max-width: 0px;
    transition: 0.3s;
    position: fixed;
    right: 0;
    z-index: 99;
    top: 0px;
    height: 100vh;
  }
}
.settings-sidebar .settings-menu {
  height: calc(100vh - 150px);
  overflow: auto;
}
@media (max-width: 991.98px) {
  .settings-sidebar .settings-menu {
    height: calc(100vh - 80px);
  }
}
.settings-sidebar .settings-menu li a {
  padding: 15px 24px;
  white-space: break-spaces;
}
.settings-sidebar .settings-menu li a:hover {
  color: #28313c !important;
  background-color: rgba(232, 238, 243, 0.5215686275);
  border-right: 2px solid rgba(40, 49, 60, 0.5215686275);
}
.settings-sidebar li.active {
  background-color: #e8eef3;
}
.settings-sidebar li.active a {
  color: #28313c;
  border-right: 2px solid #28313c;
}

@media (max-width: 991.98px) {
  .settings-sidebar.in {
    max-width: 14rem;
    transition: 0.3s;
  }
  .settings-sidebar.in form a {
    margin-top: 9px;
    margin-left: 8px;
    color: #99a5b5;
  }
  .settings-sidebar.in .close-it {
    opacity: 1;
    transition: width 0.7s;
    left: -43px;
  }
}
.settings-box {
  width: 100%;
  margin-left: 270px;
}
@media (max-width: 1199.98px) {
  .settings-box {
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .settings-box {
    margin-left: 0px;
    padding: 0px 25px 25px;
  }
}
.settings-box .s-b-mob-sidebar {
  position: absolute;
  right: 24px;
  top: 28px;
}
.settings-box .s-b-inner {
  height: 100%;
}
@media (max-width: 1199.98px) {
  .settings-box .s-b-inner .s-b-n-header .nav {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 767.98px) {
  .settings-box .s-b-inner .s-b-n-header .nav {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.settings-box .s-b-inner .s-b-n-content .ntfcn-tab-content-right {
  margin-top: -58px;
  height: auto;
}
@media (max-width: 991.98px) {
  .settings-box .s-b-inner .s-b-n-content .ntfcn-tab-content-right {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .settings-box .s-b-inner .s-b-n-content .ntfcn-tab-content-right label {
    width: 100%;
  }
}
.settings-box .s-b-inner .s-b-n-content .ntfcn-tab-content-right h4 {
  height: 56px;
}
@media (max-width: 991.98px) {
  .settings-box .s-b-inner .s-b-n-content .ntfcn-tab-content-right h4 {
    height: 40px;
  }
}
@media (max-width: 767.98px) {
  .settings-box .s-b-inner .s-b-n-content .s-save {
    width: 100%;
  }
  .settings-box .s-b-inner .s-b-n-content .s-send-test-mail {
    width: 57%;
  }
  .settings-box .s-b-inner .s-b-n-content .s-cancel {
    width: 35%;
  }
}
.settings-box .s-b-inner .s-b-n-content .settings-btns button {
  padding: 9px 14px;
}

.s-b-n-header .nav::-webkit-scrollbar {
  display: none;
}

.mobile-close-overlay {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
  transition: width 0.3s;
}

@media (max-width: 991.98px) {
  .mobile-close-overlay.in {
    display: block !important;
    transition: width 0.3s;
  }
  .close-it {
    position: absolute;
    top: 17px;
    background-color: #1D82F5;
    padding: 9px 17px !important;
    color: #fff;
    border-radius: 22px 0px 0px 22px;
    font-size: 12px;
    transition: width 0.7s;
    opacity: 0;
  }
}
.settings-btns {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .settings-btns .btn-primary, .settings-btns .inv-action {
    width: 50%;
  }
  .settings-btns .btn-cancel {
    margin-right: 0px !important;
  }
  .settings-btns .inv-action button {
    width: 100%;
  }
  .settings-btns .btn-cancel {
    order: 3;
  }
}

.gdpr-tabs {
  text-align: center;
}
.gdpr-tabs li a {
  white-space: nowrap;
}
.gdpr-tabs .-more .-secondary li {
  text-align: left;
}

.permisison-table .thead-light {
  position: sticky;
  top: 63px;
  z-index: 1;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .permisison-table .thead-light {
    z-index: 1;
  }
}

.role-permission-select {
  width: 100px;
}

.set-btns {
  position: sticky;
  background: #fff;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .set-btns {
    position: relative;
  }
}

.invoice .inv-num-date td {
  padding: 6px;
  border: 1px solid #DBDBDB;
}
.invoice .inv-detail .i-d-heading, .invoice .inv-desc-mob .i-d-heading {
  border: 1px solid #DBDBDB;
}
.invoice .inv-detail .i-d-heading td, .invoice .inv-desc-mob .i-d-heading td {
  border: 1px solid #DBDBDB;
}
.invoice .inv-detail td, .invoice .inv-detail th, .invoice .inv-desc-mob td, .invoice .inv-desc-mob th {
  padding: 11px 10px;
  border: 1px solid #e7e9eb;
  word-break: break-word;
}
.invoice .card-footer button {
  padding: 0px 30px;
}
@media (max-width: 767.98px) {
  .invoice .card-footer button {
    padding: 9px 22px;
  }
}
.invoice .card-footer .inv-action .dropdown-toggle {
  font-size: 15px;
  color: #616e80;
  border: solid 1px #616e80;
  padding: 0px 9px;
  border-radius: 4px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.invoice .card-footer .inv-action .dropdown-toggle:hover {
  background-color: black;
  color: #fff !important;
}
.invoice .card-footer .inv-action .dropdown-toggle:hover span .fa-chevron-down {
  color: #fff !important;
}
.invoice .card-footer .inv-action .dropdown-toggle span {
  border-left: 1px solid #99a5b5;
  height: 34px;
  display: inline-flex;
  padding-left: 8px;
  align-items: center;
  margin-left: 8px;
}
@media (max-width: 767.98px) {
  .invoice .card-footer .inv-action .dropdown-toggle span {
    margin-left: 30px;
  }
}

.unpaid {
  text-transform: uppercase;
  background-color: #fff;
  color: #D30000;
  border: 1px solid #D30000;
  position: relative;
  padding: 11px 22px;
}

.inv-desc, .inv-note {
  width: 100%;
}

.inv-note td {
  width: 50%;
}

.inv-unpaid td:nth-child(2) {
  text-align: right;
}
@media (max-width: 767.98px) {
  .inv-unpaid td:nth-child(2) {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .inv-logo-heading img {
    width: auto;
  }
  .inv-logo-heading td {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .inv-num-date {
    width: 100%;
  }
  .inv-num-date td {
    display: table-cell !important;
    text-align: left !important;
  }
  .inv-num td {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .blank-td {
    display: none;
  }
  .inv-note td, .inv-unpaid td {
    width: 100%;
    display: block;
  }
  .inv-detail {
    margin-bottom: 5px;
  }
  .inv-desc::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    height: 10px;
  }
  .inv-desc::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #e8eef3;
  }
}
.invoice .card-footer {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .invoice .card-footer {
    flex-flow: column;
  }
  .invoice .card-footer .btn-primary, .invoice .card-footer .inv-action {
    width: 50%;
  }
  .invoice .card-footer .btn-primary {
    margin-right: 0px !important;
  }
  .invoice .card-footer .inv-action button {
    width: 100%;
  }
  .invoice .card-footer .btn-cancel {
    order: 3;
  }
}

.c-inv-desc table tr td {
  border: 1px solid #e7e9eb;
  padding: 11px 10px;
}

.c-inv-desc-table .item_name, .c-inv-desc-table .quantity, .c-inv-desc-table .cost_per_item, .hsn_sac_code {
  padding: 0.5rem !important;
  border: 1px solid #e7e9eb !important;
  border-radius: 0.25rem !important;
}

@media (max-width: 767.98px) {
  .c-inv-desc-table table tr {
    flex-direction: column;
    display: block;
    width: 50%;
    float: left;
  }
  .c-inv-desc-table table tr .inv-desc-mbl {
    height: 92px;
  }
  .c-inv-desc-table table td {
    display: block;
    flex: 1 1 auto;
    border: 1px solid #e7e9eb !important;
    width: 100%;
    height: 46px;
  }
  .c-inv-desc-table a {
    justify-content: flex-end !important;
    margin-top: 10px;
  }
  .c-inv-desc-table .select-others {
    line-height: 0;
    font-weight: 400;
  }
}
.c-inv-amt p {
  height: 70px;
  display: block;
  line-height: 2.7;
  text-align: right;
}

.c-inv-close {
  height: 96px;
}

.c-inv-total table tr td {
  border: 1px solid #e8eef3;
  padding: 11px 10px;
}
.c-inv-total table tr td .c-inv-sub-padding {
  padding: 5px 10px;
}
@media (max-width: 767.98px) {
  .c-inv-total table tr td .c-inv-sub-padding {
    padding: 5px 0px;
  }
}

.c-inv-note-terms textarea {
  width: 96%;
}
@media (max-width: 767.98px) {
  .c-inv-note-terms textarea {
    width: 100%;
  }
}

.c-inv-btns .dropdown-toggle {
  font-size: 15px;
  color: #fff;
  border: solid 1px #616e80;
  padding: 0px 9px;
  border-radius: 4px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.c-inv-btns .dropdown-toggle span {
  border-left: 1px solid #fff;
  height: 34px;
  display: inline-flex;
  padding-left: 8px;
  align-items: center;
  margin-left: 8px;
}
@media (max-width: 767.98px) {
  .c-inv-btns .dropdown-toggle span {
    margin-left: 28px;
  }
}

.dark_place input::-moz-placeholder, .c-inv-date-pickerinput::-moz-placeholder {
  color: #28313c !important;
  font-weight: normal important;
}

.dark_place input::placeholder, .c-inv-date-pickerinput::placeholder {
  color: #28313c !important;
  font-weight: normal important;
}

.dash-border-top {
  border-top: 1px dashed #c3c3c3 !important;
}

.c-inv-btns {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .c-inv-btns .btn-secondary, .c-inv-btns .inv-action {
    width: auto;
  }
  .c-inv-btns .inv-action button {
    width: 100%;
  }
  .c-inv-btns .btn-cancel {
    order: 3;
  }
}

.btlr {
  border-top-left-radius: 4px;
}

.btrr-bbrr {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767.98px) {
  .btrr-bbrr {
    border-top-right-radius: 0px;
  }
}

.bblr {
  border-bottom-left-radius: 4px;
}

@media (max-width: 767.98px) {
  .btrr-mbl {
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
  }
  .bblr-mbl {
    border-bottom-left-radius: 4px;
  }
}
table {
  border-collapse: separate !important;
  border-spacing: inherit;
}

.project-header a {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .project-header a {
    padding: 10px 8px;
    font-size: 11px;
  }
}
@media (max-width: 991.98px) {
  .project-header a {
    padding: 13px 15px;
    font-size: 14px;
  }
}
.project-header a:hover {
  color: #616E80 !important;
}
.project-header .project-menu .p-sub-menu {
  position: relative;
  display: block;
}
@media (max-width: 991.98px) {
  .project-header .project-menu .p-sub-menu {
    padding: 0px !important;
  }
}
.project-header .project-menu .p-sub-menu.active:after, .project-header .project-menu .p-sub-menu.active:hover:after {
  width: 100%;
  height: 3px;
  background: #B22B3C;
  transition: width 0.3s, height 0.3s;
  bottom: 0;
  position: absolute;
  content: "";
}
.project-header .project-menu .p-sub-menu span {
  padding: 13px 26px;
  display: block;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991.98px) {
  .project-header .project-menu .p-sub-menu span {
    text-align: left;
  }
}
.project-header .project-menu .p-sub-menu::after {
  content: "";
  width: 0;
  height: 0;
  background: rgba(29, 130, 245, 0.5215686275);
  transition: width 0.3s, height 0.3s;
  bottom: 0;
  position: absolute;
}
.project-header .project-menu .p-sub-menu:hover::after {
  width: 100%;
  transition: width 0.3s, height 0.3s;
  height: 3px;
}
@media (max-width: 991.98px) {

}

@media (max-width: 991.98px) {
  .project-menu.in {
    max-width: 14rem;
    transition: 0.3s;
    white-space: nowrap;
  }
  .project-menu.in a {
    display: block !important;
  }
  .project-menu.in .close-it {
    opacity: 1;
    transition: width 0.7s;
  }
}
.project-left {
  margin-right: 270px;
}
.project-left .p-client-msg button:hover {
  background-color: #00E073 !important;
  border: 1px solid #00E073 !important;
}

.project-right {
  max-width: 270px;
  width: 270px;
  height: calc(100vh - 107px);
  position: fixed;
  right: 0;
}
@media (max-width: 991.98px) {
  .project-right {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .project-right .bg-white {
    border-radius: 4px;
  }
}
.project-right .p-activity-heading span {
  width: 35px;
  height: 35px;
  background-color: #F2F4F7;
}
.project-right .p-activity-heading span:hover {
  background-color: #e8eef3;
}
.project-right .p-activity-detail.cal-info {
  height: calc(100vh - 175px);
  overflow-y: auto !important;
}
@media (max-width: 991.98px) {
  .project-right .p-activity-detail.cal-info {
    height: auto !important;
  }
}
@media (max-width: 767.98px) {
  .project-right .p-activity-detail.cal-info {
    height: calc(100vh - 175px) !important;
  }
}

.cal-info .card-header {
  height: 45px;
  width: 37px;
  border: 1px solid #616E80 !important;
}
.cal-info .card-header span {
  display: block;
  text-align: center;
  line-height: 17px;
}
.cal-info .card-header span:nth-child(1) {
  border-bottom: 1px solid #616E80 !important;
}
@media (max-width: 991.98px) {
  .cal-info .card {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767.98px) {
  .cal-info .card {
    width: 100%;
    float: none;
  }
}

@media (max-width: 991.98px) {
  .project-header {
    z-index: 0;
    position: initial;
  }
}
.more-projects {
  padding: 13px 15px;
  display: block;
}
.more-projects a {
  border-bottom: 1px solid #e8eef3;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
}

.tabs {
  position: relative;
}
.tabs:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tabs .--hidden {
  display: none;
}
.tabs .-primary {
  display: flex;

  border-bottom:#DDDDDD solid 1px;
}
.tabs .-primary > li {
list-style: none;
/*flex-grow: 1;*/
}
.tabs .-primary .-more > button span {
  display: inline-block;
  transition: transform 0.2s;
}
.tabs.--show-secondary .-primary .-more > button span {
  transform: rotate(180deg);
}
.tabs .-secondary {
  max-width: 100%;
  min-width: 10em;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, 0.12);
  -webkit-animation: nav-secondary 0.2s;
          animation: nav-secondary 0.2s;
  background-color: #fff;
}
.tabs .-secondary.in {
  display: block;
  width: 100%;
  height: 100%;
}
.tabs .-secondary.in li {
  border-bottom: 1px solid #f27005;
}
.tabs.--show-secondary .-secondary {
  display: block;
  z-index: 9;
}
.tabs.--show-secondary .-secondary li {
  border-bottom: 1px solid #26042f;
}
.tabs.--show-secondary .-secondary li span {
  text-align: left;
}

@-webkit-keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=main.css.map*/
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px 0 0 5px;
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  }
  .btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
  }

#breadcumb{font-size:150%;}

::-webkit-scrollbar{width:15px;height:15px;border-radius:50px!important;}
::-webkit-scrollbar-track{background:#898989;}
::-webkit-scrollbar-thumb{background:#B22B3C;}
::-webkit-scrollbar-thumb:hover{background:#898989;}
::-webkit-scrollbar{width:15px;height:15px;border-radius:50px!important;}
::-webkit-scrollbar-track{background:#898989;}
::-webkit-scrollbar-thumb{background:#B22B3C;}
::-webkit-scrollbar-thumb:hover{background:#898989;}

.alert-primary {
  color: #FFFFFF;
  background-color: #B22B3C;
  border-color: #b8daff;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    input[type=checkbox]:not(.switch) {
      border-radius: 7px;
    }
    input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }
