@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';

/* _content/OnetezSoft/Pages/Blog/BlogDetail.razor.rz.scp.css */
.card[b-thse69809n] {
  border: 1px solid #c0c6dc;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}
.card-image .tag[b-thse69809n] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
/* _content/OnetezSoft/Pages/Blog/BlogList.razor.rz.scp.css */
.card[b-mpv1wvzyjo] {
  border: 1px solid #c0c6dc;
  box-shadow: none;
  overflow: hidden;
}
.blog_item > .tag[b-mpv1wvzyjo],
.card-image .tag[b-mpv1wvzyjo] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
/* _content/OnetezSoft/Pages/Hrm/DeviceManagement.razor.rz.scp.css */
.icon-wrapper[b-q9b1qh6lvy] { 
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 5px;
}


.icon-wrapper.is-success[b-q9b1qh6lvy]	{
	box-shadow: #def2f9 0px 8px 24px;
	background-color: #02a9f1 ;
}
.icon-text.is-success[b-q9b1qh6lvy] {
	background-color: #def2f9;
}
.is-success[b-q9b1qh6lvy] {
	font-weight: 500;
	color: #02a9f1;
}

.icon-wrapper.is-warning[b-q9b1qh6lvy]	{
	box-shadow: #fef1de 0px 8px 24px;
	background-color: #ffce82 ;
}
.icon-text.is-warning[b-q9b1qh6lvy] {
	background-color: #fef1de;
}
.is-warning[b-q9b1qh6lvy] {
	font-weight: 500;
	color: #333;
}

.icon-wrapper.is-danger[b-q9b1qh6lvy]	{
	box-shadow: #ffdfe0 0px 8px 24px;
	background-color: #ff3f40 ;
}
.icon-text.is-danger[b-q9b1qh6lvy] {
	background-color: #ffdfe0;
}
.is-danger[b-q9b1qh6lvy] {
	font-weight: 500;
	color: #ff3f40;
}
/* _content/OnetezSoft/Pages/Hrm/Rules.razor.rz.scp.css */
.input.is_underline[b-kbkzhqarl7] {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0 !important;
  box-shadow: none;
  height: 24px;
}

input[type="color"][b-kbkzhqarl7] {
  height: 24px;
  width: 20px;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
}

  input[type="color"][b-kbkzhqarl7]::-webkit-color-swatch {
    border-radius: 50%;
    border: none;
  }
/* _content/OnetezSoft/Pages/Hrm/Timekeeping.razor.rz.scp.css */
.timekeeping[b-2epxwmvrdf] {
  margin: 20px auto;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
}

  .timekeeping .btn_timekeeping[b-2epxwmvrdf] {
    min-width: 140px;
    padding: 8px 14px;
    border-radius: 20px;
    background-color: #AEC6FF;
    /* font-weight: 500; */
    color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  }

    .timekeeping .btn_timekeeping.is_grey[b-2epxwmvrdf] {
      background-color: #666666;
    }

    .timekeeping .btn_timekeeping.is_red[b-2epxwmvrdf] {
      background-color: #ba1b1b;
    }

    .timekeeping .btn_timekeeping.is_green[b-2epxwmvrdf] {
      background-color: #0f913d;
    }

.timesheet .table th:first-child.sticky[b-2epxwmvrdf] {
  padding-left: 10px !important;
}

.timesheet .table th[b-2epxwmvrdf] {
  color: #293042;
  font-weight: 500 !important;
  border: 0;
  position: relative;
}

  .timesheet .table th[b-2epxwmvrdf]::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-right: 1px solid #c7ccdd;
  }

.timesheet .table tbody tr:hover[b-2epxwmvrdf] {
  background-color: #f7f7f7;
}

  .timesheet .table tbody tr:hover td.sticky[b-2epxwmvrdf] {
    background-color: #f7f7f7;
  }

.timesheet .table tbody tr td.sticky:first-child[b-2epxwmvrdf] {
  padding-left: 10px;
}

.timesheet .table tbody tr td.is_edited[b-2epxwmvrdf], .timesheet .table tbody tr td.is_edited .tag.is_edited[b-2epxwmvrdf] {
  position: relative;
  overflow: hidden;
}

  .timesheet .table tbody tr td.is_edited[b-2epxwmvrdf]::after, .timesheet .table tbody tr td.is_edited .tag.is_edited[b-2epxwmvrdf]::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #680003;
    transform: rotate(45deg);
    top: -7px;
    right: -7px;
  }

  .timesheet .table tbody tr td.is_edited .tag.is_edited[b-2epxwmvrdf], .timesheet .table tbody tr td.is_edited .tag.is_edited .tag.is_edited[b-2epxwmvrdf] {
    border-top-right-radius: 0;
  }

  .timesheet .table tbody tr td.is_edited:has(.tag.is_edited)[b-2epxwmvrdf]::after {
    display: none;
  }

.timesheet .table .is_over_day[b-2epxwmvrdf] {
  background-color: #f3f3f3;
}

.is_border_bottom[b-2epxwmvrdf] {
  border-bottom: 2px solid white;
}
/* _content/OnetezSoft/Pages/Hrm/TimekeepingList.razor.rz.scp.css */
@media (max-width: 768px) {
  .table .has-background-info[b-pgusdmu9o3],
  .table .has-background-primary[b-pgusdmu9o3] {
    background: transparent !important;
  }
}

.td-heading[b-pgusdmu9o3] {
  background-color: #ECF0FF;
  border-radius: 5px;
  padding: 10px;
}
/* _content/OnetezSoft/Pages/Hrm/_RegisterReport.razor.rz.scp.css */
.card[b-ro4oki3kpa] {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  border-top-width: 0;
}
/* _content/OnetezSoft/Pages/Okr/ReviewDetail.razor.rz.scp.css */
@media (max-width: 768px) {
  .table .td-label[b-82z1cy6rii] {
    width: 50%;
  }
  .table .td-value[b-82z1cy6rii] {
    width: 50%;
  }
}
/* _content/OnetezSoft/Shared/Component/DatePicker.razor.rz.scp.css */
