@font-face {
  font-family: "Open-Sans-bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-semibold";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-medium";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-semibold";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-medium";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype"), url("../fonts/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open-Sans-regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.body-bg {
  background-color: #F9FAFB;
}

.bg-sky-blue {
  background-color: #EFF5FF;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-black-v1 {
  color: #121010;
}

.color-black-v2 {
  color: #151618;
}

.color-shaded-black {
  color: #3D3D3D;
}

.primary-color-blue {
  color: #296FF0;
}

.color-blue {
  color: #2F73F1;
}

.color-grey {
  color: #777777;
}

.color-grey-v1 {
  color: #747379;
}

.color-grey-v2 {
  color: #808080;
}

.color-grey-v3 {
  color: #8F8E94;
}

.color-green-v1 {
  color: #29CF73;
}

.color-pale-black {
  color: #515151;
}

.color-red {
  color: #F06868;
}

::-moz-placeholder {
  color: #909090 !important;
}

::placeholder {
  color: #909090 !important;
}

.placeholder-color {
  color: #909090 !important;
}

.color-tinted-grey {
  color: #999999;
}

.color-sub-grey {
  color: #7E7E7F;
}

.color-grey-v4 {
  color: #727272;
}

.color-dark-green {
  color: #179952;
}

.color-dark-blue {
  color: #344155;
}

.work-item-menu .dropdown-item:hover {
  background: transparent;
  color: #296FF0;
  cursor: pointer;
}

.work-item-menu {
  box-shadow: 0px 0px 4px 1px rgba(14, 37, 55, 0.1098039216);
  border: none;
}

.dropdown-btn {
  padding: 0 8px;
  border-radius: 2px;
  background-color: transparent;
}

.dropdown-btn:hover,
.dropdown-btn:focus {
  padding: 0 8px;
  border-radius: 2px;
  background-color: #ECF3FF;
}

.green-dot,
.red-dot {
  width: 5px;
  height: 5px;
  background-color: #179952;
  border-radius: 50%;
}

.red-dot {
  background-color: #F06868;
}

.list.active {
  border-radius: 4px;
  background-color: #ECF3FD;
}

.dropdown-menu .list {
  cursor: pointer;
  text-wrap: nowrap;
}

.work-item-menu.w-215 {
  width: 215px;
}

.dropdown-y-scroll {
  height: 150px;
  overflow-y: auto;
}

.op-status-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 12px;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 0px rgba(212, 220, 251, 0.9490196078);
}

.operator-status.idle,
.operator-status.working,
.operator-status.break-time,
.operator-status.dnd,
.operator-status.offline {
  display: inline-block;
  width: 85px;
  border-radius: 5px;
  padding: 4px 18px;
  font-size: 12px;
  font-family: "Open-Sans-semibold";
  background-color: #E7FFF2;
  color: #179952;
}

.operator-status.idle {
  background-color: #E7FFF2;
  color: #179952;
}

.operator-status.working {
  background-color: #EBF2FF;
  color: #296FF0;
}

.operator-status.break-time {
  background-color: #FFF5E8;
  color: #FDA700;
}

.operator-status.dnd {
  background-color: #FFEAEA;
  color: #F06868;
}

.operator-status.offline {
  background-color: #F6F6F6;
  color: #8D8D8D;
}

.time-report {
  text-wrap: nowrap;
  background-color: #296FF0;
  color: #FFFFFF;
  padding: 2px 4px;
  border-radius: 0 6px 0 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.legend-blue,
.legend-orange {
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: #296FF0;
}

.legend-orange {
  background-color: #FDA700;
}

.custom-tooltip {
  background-color: #2F2F2F;
  padding: 6px 8px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 99999;
  display: none;
  max-width: 180px;
  width: -moz-max-content;
  width: max-content;
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #2F2F2F transparent;
}

.tooltip-icon:hover .custom-tooltip {
  display: inline-block;
}

.time-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cust-dropdown-btn {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DEE0E9;
  border-radius: 6px;
  height: 40px;
  padding: 6px 18px 6px 12px;
}

.filter-drop-down .dropdown-menu {
  min-width: 225px;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
  max-height: 130px;
  overflow-y: scroll;
}

.filter-drop-down .list:hover {
  background-color: #767676;
  color: #FFFFFF;
}

.filter-drop-down .list:first-child {
  border-radius: 7px 7px 0px 0px;
}

.filter-drop-down .list:last-child {
  border-radius: 0px 0px 7px 7px;
}

.custom-tooltip-upward {
  background-color: #2F2F2F;
  padding: 6px 8px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -34px;
  z-index: 99999;
  display: none;
  max-width: 180px;
  width: -moz-max-content;
  width: max-content;
}

.custom-tooltip-upward::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #2F2F2F transparent;
  transform: rotate(180deg);
}

.tooltip-icon:hover .custom-tooltip-upward {
  display: inline-block;
}

tr.bg-blue {
  border: none;
  box-shadow: 0px 0px 1px 0px rgba(41, 111, 240, 0.3411764706);
}

tr.bg-blue td {
  border-top: 1px solid #EBF2FF;
  border-bottom: 1px solid #EBF2FF;
  background-color: #F3F7FF;
  border-left: none;
  border-right: none;
}

.form-control.theme-input.textarea-custom {
  resize: none;
  height: 80px;
}

.operator-details {
  background-color: #F6F6F6;
  border-radius: 6px;
  padding: 10px 24px;
}

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

.cust-border-bottom {
  border-bottom: 1px solid #ECF2FC;
}

.hour,
.hour.lg {
  width: 40px;
  height: 20px;
  background-color: #F6F6F6;
  position: relative;
  flex: 0 0 50px;
}

.hour.lg {
  height: 36px;
}

.total-hours,
.total-hours.lg {
  display: flex;
  align-items: start;
  height: 39px;
  width: 112px;
}

.total-hours.lg {
  height: 50px;
}

.hour-0::before,
.hour-1::before,
.hour-2::before,
.hour-3::before,
.hour-4::before,
.hour-5::before,
.hour-6::before,
.hour-7::before,
.hour-8::before,
.hour-9::before,
.hour-10::before,
.hour-11::before,
.hour-12::before,
.hour-13::before,
.hour-14::before,
.hour-15::before,
.hour-16::before,
.hour-17::before,
.hour-18::before,
.hour-19::before,
.hour-20::before,
.hour-21::before,
.hour-22::before,
.hour-23::before,
.hour-24::before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  font-size: 8px;
}
@media (min-width: 1700px) {
  .hour-0::before,
  .hour-1::before,
  .hour-2::before,
  .hour-3::before,
  .hour-4::before,
  .hour-5::before,
  .hour-6::before,
  .hour-7::before,
  .hour-8::before,
  .hour-9::before,
  .hour-10::before,
  .hour-11::before,
  .hour-12::before,
  .hour-13::before,
  .hour-14::before,
  .hour-15::before,
  .hour-16::before,
  .hour-17::before,
  .hour-18::before,
  .hour-19::before,
  .hour-20::before,
  .hour-21::before,
  .hour-22::before,
  .hour-23::before,
  .hour-24::before {
    font-size: 10px;
  }
}
@media (min-width: 2000px) {
  .hour-0::before,
  .hour-1::before,
  .hour-2::before,
  .hour-3::before,
  .hour-4::before,
  .hour-5::before,
  .hour-6::before,
  .hour-7::before,
  .hour-8::before,
  .hour-9::before,
  .hour-10::before,
  .hour-11::before,
  .hour-12::before,
  .hour-13::before,
  .hour-14::before,
  .hour-15::before,
  .hour-16::before,
  .hour-17::before,
  .hour-18::before,
  .hour-19::before,
  .hour-20::before,
  .hour-21::before,
  .hour-22::before,
  .hour-23::before,
  .hour-24::before {
    font-size: 12px;
  }
}

@media (min-width: 2560px) {
  .total-hours.lg {
    height: 50px;
  }
  .hour-0::before,
  .hour-1::before,
  .hour-2::before,
  .hour-3::before,
  .hour-4::before,
  .hour-5::before,
  .hour-6::before,
  .hour-7::before,
  .hour-8::before,
  .hour-9::before,
  .hour-10::before,
  .hour-11::before,
  .hour-12::before,
  .hour-13::before,
  .hour-14::before,
  .hour-15::before,
  .hour-16::before,
  .hour-17::before,
  .hour-18::before,
  .hour-19::before,
  .hour-20::before,
  .hour-21::before,
  .hour-22::before,
  .hour-23::before,
  .hour-24::before {
    content: "";
    bottom: -17px;
  }
}
.hour-0::before {
  content: "00:00";
}

.hour-1::before {
  content: "01:00";
}

.hour-2::before {
  content: "02:00";
}

.hour-3::before {
  content: "03:00";
}

.hour-4::before {
  content: "04:00";
}

.hour-5::before {
  content: "05:00";
}

.hour-6::before {
  content: "06:00";
}

.hour-7::before {
  content: "07:00";
}

.hour-8::before {
  content: "08:00";
}

.hour-9::before {
  content: "09:00";
}

.hour-10::before {
  content: "10:00";
}

.hour-11::before {
  content: "11:00";
}

.hour-12::before {
  content: "12:00";
}

.hour-13::before {
  content: "13:00";
}

.hour-14::before {
  content: "14:00";
}

.hour-15::before {
  content: "15:00";
}

.hour-16::before {
  content: "16:00";
}

.hour-17::before {
  content: "17:00";
}

.hour-18::before {
  content: "18:00";
}

.hour-19::before {
  content: "19:00";
}

.hour-20::before {
  content: "20:00";
}

.hour-21::before {
  content: "21:00";
}

.hour-22::before {
  content: "22:00";
}

.hour-23::before {
  content: "23:00";
}

.hour-24::before {
  content: "24:00";
}

.current-time::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #F06868;
  position: absolute;
  left: 0;
  z-index: 1;
}

.current-time.lg::after {
  content: "";
  width: 2px;
  height: 36px;
  background-color: #F06868;
  position: absolute;
  left: 0;
  z-index: 1;
}

.hour.shift {
  background-color: #296FF0;
}

.hourly-grid-wrapper {
  overflow: hidden;
  width: 100%;
}

.hourly-grid-container {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hourly-grid-container::-webkit-scrollbar {
  display: none;
}

.break {
  width: 4px;
  height: 20px;
  background-color: #FDA700;
  position: absolute;
  left: 25%;
}

.break.lg {
  width: 4px;
  height: 36px;
  background-color: #FDA700;
  position: absolute;
  left: 25%;
}

.primary-btn.sm {
  padding: 4px 8px;
}

.time-btn,
.time-btn.lg {
  width: 10px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px 0.3px rgba(0, 0, 0, 0.05);
}

.time-btn.lg {
  height: 36px;
}

.cursor-grab {
  cursor: grab;
}

.form-control.theme-input:disabled {
  background-color: #F5F5F5;
}

.user-activity-filter {
  position: "absolute" !important;
  right: "1%" !important;
}

.work-item-sla-dropdown {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.work-item-sla-no-records-found {
  margin-left: 45% !important;
}

.completed-work-item-global-filter {
  width: -moz-max-content !important;
  width: max-content !important;
}

.dropdown-item-hover {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  color: #767676;
}

.dropdown-item-hover:hover {
  background-color: #f5f7fc;
  color: #000;
}

.time-zone-user-form {
  width: 392px !important;
}

.custom-shift-select {
  height: 38px;
}

.role-table-width {
  min-width: 100px;
  max-width: 100px;
}

.teams-user-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}/*# sourceMappingURL=alternate.css.map */