@import url(../../../src/App.css);

@font-face {
  font-family: "ReadexPro-Regular";
  src: url("../font/Readex_Pro/ReadexPro-Regular.ttf");
}

@font-face {
  font-family: "ReadexPro-Light";
  src: url("../font/Readex_Pro/ReadexPro-Light.ttf");
}

@font-face {
  font-family: "ReadexPro-semiBold";
  src: url("../font/Readex_Pro/ReadexPro-SemiBold.ttf");
}

.font_ReadexPro {
  font-family: "ReadexPro-Regular";
}

body {
  font-family: "ReadexPro-Regular" !important;
}

p,
label,
span,
div {
  font-family: "ReadexPro-Regular" !important;
}

/* line height */
.lh-24 {
  line-height: 24px;
}

/* font style */
.fs_italic {
  font-style: italic !important;
}

/* font size */
.fs-10 {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

/* font-weight */
.fw-300 {
  font-weight: 300 !important;
}

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

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/* width */
.w-75px {
  width: 75px;
}

.w-49 {
  max-width: 49% !important;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

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

.w-90 {
  width: 90%;
}

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

.w_100px {
  width: 100px !important;
}

.w_190px {
  width: 190px !important;
}

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

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

.WH_16 {
  width: 16px !important;
  height: 16px !important;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.signoff .ant-select-single {
  width: 300px !important;
}

/* position */
.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.position-unset {
  position: unset !important;
}

/* text align */
.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-between {
  display: flex;
  justify-content: space-between ;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-end {
  display: flex;
  justify-content: end !important;
}

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

.align-start {
  align-items: start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-baseline {
  align-items: baseline;
}

.align-end {
  display: flex;
  align-items: end;
}

.float-right {
  float: right;
}

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

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

.zn-2 {
  /* z-index: -2; */
}

.r-0 {
  right: 0;
}

.l-0 {
  left: 0;
}

.p-0 {
  padding: 0 !important;
}

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

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px;
}

.p-4 {
  padding: 32px;
}

.p-5 {
  padding: 40px;
}

.pl-1 {
  padding-left: 8px;
}

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

.pl-3 {
  padding-left: 24px;
}

.pl-4 {
  padding-left: 32px;
}

.pl-5 {
  padding-left: 40px;
}

.pr-1 {
  padding-right: 8px;
}

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

.pr-3 {
  padding-right: 24px;
}

.pr-4 {
  padding-right: 32px;
}

.pr-5 {
  padding-right: 40px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-4 {
  padding-top: 32px;
}

.pt-5 {
  padding-top: 40px;
}

.pb-1 {
  padding-bottom: 8px;
}

.pb-2 {
  padding-bottom: 16px;
}

.pb-3 {
  padding-bottom: 24px;
}

.pb-4 {
  padding-bottom: 32px;
}

.pb-5 {
  padding-bottom: 40px;
}

.px-1 {
  padding-left: 8px;
  padding-right: 8px;
}

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

.px-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-4 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-19px {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}

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

/* margin */
.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 8px;
}

.m-2 {
  margin: 16px;
}

.m-3 {
  margin: 24px;
}

.m-4 {
  margin: 32px;
}

.m-5 {
  margin: 40px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mt-5 {
  margin-top: 40px !important;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mb-5 {
  margin-bottom: 40px;
}

.ml-1 {
  margin-left: 8px;
}

.ml-2 {
  margin-left: 16px;
}

.ml-3 {
  margin-left: 24px;
}

.ml-4 {
  margin-left: 32px;
}

.ml-5 {
  margin-left: 40px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 16px;
}

.mr-3 {
  margin-right: 24px;
}

.mr-4 {
  margin-right: 32px;
}

.mr-5 {
  margin-right: 40px;
}

.mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-4 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-content {
  display: contents;
}

.filter_section {
  margin-top: 1px;
}

.align-self {
  align-self: center;
}

.nowrap {
  white-space: nowrap;
}

.br_5 {
  border-radius: 5px;
}

.bg_f5f5f5 {
  background-color: #f5f5f5;
}

.br-4 {
  border-radius: 4px;
}

.br_31b5d6 {
  border: 2px solid #31b5d6 !important;
}

.borderbottom_EAEAEA {
  border-bottom: 2px solid #eaeaea;
}

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

.border_ccc {
  border: 1px solid #ccc !important;
}

.br-none {
  border: unset !important;
}

.border-dash-1 {
  border: 1px dashed rgba(0, 0, 0, 0.3);
}

.border-dash-2 {
  border: 2px dashed rgba(0, 0, 0, 0.3);
}

.border-dash-3 {
  border: 3px dashed rgba(0, 0, 0, 0.3);
}

.border-dash-4 {
  border: 4px dashed rgba(0, 0, 0, 0.3);
}

.border-dash-5 {
  border: 5px dashed rgba(0, 0, 0, 0.3);
}

.border_left_EA {
  border-right: 3px solid #eaeaea;
}

.deco-none {
  text-decoration: none !important;
}

.radius-1 {
  border-radius: 5px;
}

.cur-pointer {
  cursor: pointer;
}

.cur-not-allowed {
  cursor: not-allowed;
}

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

/* color */
.c_fff {
  color: #fff;
}
.c_697586{
  color: #697586;
}
.c_475467 {
  color: #475467;
}

.c_097095 {
  color: #097095;
}

.c-000 {
  color: #000;
}

.c_000 {
  color: #000;
}

.c_8080 {
  color: #808080;
}

.c_aaa {
  color: #aaa;
}

.c_47E0FF {
  color: #47e0ff;
}

.c_29ABE2 {
  color: #29ABE2;
}

.c_32B7D9 {
  color: #32b7d9 !important;
}

.c_F5222D {
  color: #F5222D;
}

.c_F0F0F0 {
  color: #F0F0F0;
}

.c_4E4E4E {
  color: #4e4e4e;
}

.c_4B5565 {
  color: #4B5565 !important;
}

.c_0040 {
  color: rgba(0, 0, 0, 0.4);
}

.c-0050 {
  color: rgba(0, 0, 0, 0.5);
}

.c_FF4747 {
  color: #ff4747 !important;
}

.c_EC174F {
  color: #ec174f;
}

.c_085449 {
  color: #085449;
}

.c_AAA {
  color: #aaa;
}

.c_00B1DC {
  color: #00B1DC !important;
}

.c_32C6A0 {
  color: #32c6a0;
}

.c_121212 {
  color: #121212;
}

.c_a0a0a0 {
  color: #a0a0a0;
}

.c_018BB9 {
  color: #018bb9;
}

.c_D6D7D7 {
  color: #D6D7D7;
}

.c_262626 {
  color: #262626;
}

.c_B0B0B0 {
  color: #B0B0B0 !important;
}

.c_888 {
  color: #888;
}

.c_9AA4B2 {
  color: #9AA4B2;
}

.c_F79009 {
  color: #F79009;
}

/* background color */
.bg-transparent {
  background-color: transparent;
}

.bg_C2FBFF {
  background-color: #C2FBFF;
}
.bg_FFE9B3{
  background-color: #FFE9B3;
}

.bg_47E0FF {
  background-color: #47E0FF;
}
.bg_00B1DC {
  background-color: #00B1DC;
}

.bg_F8FAFC {
  background-color: #F8FAFC;
}

.c_F9FAFB {
  background-color: #F9FAFB;
}

.bg_F5222D {
  background-color: #ff9b49;
}

/* border */
.border-0 {
  border: transparent !important;
}

.hover-bg-none:hover {
  background: transparent;
}

.outline_btn {
  border-radius: 4px;
  border: 2px solid var(--Primary---Dark, #32b7d9);
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #32b7d9;
  padding: 0 25px;
}

.C_btn {
  border-radius: 4px;
  background: #47e0ff;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #000;
  padding: 0 25px;
  border: unset !important;
  font-weight: 600;
}

.logout_btn {
  border-radius: 50%;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  color: #000;
  padding: 0px 10px;
  border: unset !important;
  font-weight: 600;
  font-size: 18px;
}

.logout_btn:hover {
  border-radius: 50%;
  background: #47e0ff !important;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #000 !important;
  padding: 0px 10px;
  border: unset !important;
  font-weight: 600;
  font-size: 18px;
}

.outline_btn:hover {
  border-radius: 4px;
  border: 2px solid var(--Primary---Dark, #32b7d9) !important;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16) !important;
  color: #32b7d9;
  padding: 0 25px;
}

.C_btn:hover {
  border-radius: 4px;
  background: #47e0ff !important;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16) !important; */
  color: #000 !important;
  padding: 0 25px;
}

.cyan_button {
  border-radius: 4px;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 0px 10px;
  height: 36px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.cyan_btn {
  border-radius: 4px;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 0px 10px;
  height: 40px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.cyan_btn:hover {
  border-radius: 4px;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 0px 10px;
  height: 40px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.Confirm_button {
  border-radius: 4px;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 10px 30px 30px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.Confirm_button:hover {
  border-radius: 4px;
  background: #47e0ff;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  border: transparent;
  padding: 10px 30px 30px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000 !important;
}

.pw_cyan_button {
  border-radius: 4px;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 0px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.pw_cyan_button:hover {
  border-radius: 4px;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 0px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.cyan_button:hover {
  border-radius: 4px;
  background: #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 0px 10px;
  height: 36px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.cascade_button {
  background: #ddd;
  color: #aaa !important;
  border-radius: 4px;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 9px 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  height: 40px;
}

.cascade_button:hover {
  background: #ddd;
  color: #aaa !important;
  border-radius: 4px;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  /* padding: 12px 30px; */
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
}

/* searchbox */
.search-box {
  position: relative;
  padding: 10px;
  z-index: 1;
}

.search-input {
  border-radius: 5px;
  background: #efefee;
  border: 0;
  padding: 10px 10px 10px 40px;
  width: 280px;
}

.search-input-review {
  border-radius: 5px;
  background: #efefee;
  border: 0;
  padding: 10px 10px 10px 40px;
  width: 245px;
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 18px;
}

/* tab */
.ant-tabs .ant-tabs-tab {
  color: #697586;
  font-size: 18px;
  padding: 6px 0;
}

.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.ant-tabs>.ant-tabs-nav,
.ant-tabs>div>.ant-tabs-nav {
  padding: 0 16px;
}

.ant-tabs .ant-tabs-content-holder {
  padding: 0;
}

.ant-tabs-top>.ant-tabs-nav::before,
.ant-tabs-bottom>.ant-tabs-nav::before,
.ant-tabs-top>div>.ant-tabs-nav::before,
.ant-tabs-bottom>div>.ant-tabs-nav::before {
  border-bottom: transparent;
}

.ant-tabs .ant-tabs-tab:hover {
  color: #000 !important;
}

/* objective */
.objective_overall {
  overflow-x: scroll;
  width: 100%;
  padding: 5px 10px 10px 10px;
}

.modal_btn_div {
  position: relative;
  bottom: 52px;
}

.objective_overall {
  overflow-x: scroll;
}

.objective_overall:hover {
  overflow-x: scroll;
}

.objective_overall::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.objective_overall::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.ant-drawer-body {
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 18px;
}

.ant-drawer-body {
  overflow-y: scroll;
}

/* .ant-drawer-body:hover {
    overflow-y: scroll;
} */

.ant-drawer-body::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.ant-drawer-body::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.objective_bg_active {
  border-radius: 8px;
  /* background: linear-gradient(
    270deg,
    rgba(71, 224, 255, 0.3) 0%,
    rgba(71, 224, 255, 0.1) 100%
  ); */
  margin-right: 15px;
  /* border: 3px solid #47e0ff; */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  right: 9px;
}

.objectivebox_active {
  border-radius: 8px;
  border: 2px solid #47e0ff;
  width: 416px;
  background: #c7f5ff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
  margin-right: 20px;
  max-height: 542px;
  height: 260px;
}

.objective_box {
  border-radius: 8px;
  /* border: 2px solid #fff; */
  width: 416px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
  margin-right: 20px;
  max-height: 203px;
  min-height: 203px;
  /* max-height: 260px;
  min-height: 260px; */
  cursor: pointer;
  position: relative;
  border: 2px solid #e6e6e6;
  z-index: 1;
}

.objective_box:hover {
  border: 2px solid #47e0ff;
}

.objective_box_active {
  background-color: #caf7ff !important;
  border: 2px solid #32b7d9 !important;
  border-radius: 8px;
  width: 416px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
  margin-right: 20px;
  max-height: 203px;
  min-height: 203px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.my_obj_desc {
  height: 100px;
  max-height: 110px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.my_obj_desc::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.my_obj_desc::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.my_obj_desc::-webkit-scrollbar-track {
  height: 10px !important;
}

.progress_cricle {
  width: 10px;
  height: 10px;
  background-color: #d68c24;
}

.progress_btn {
  border-radius: 4px;
  background: #ffe9b3;
  padding: 3px 5px;
  font-size: 14px;
  border-radius: 4px;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.ant-tabs {
  font-family: "ReadexPro-Regular" !important;
}

.subobjective_box {
  border-radius: 8px;
  /* border: 2px solid rgba(0, 0, 0, 0.10); */
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
  width: 416px;
  height: 175px !important;
  /* margin: 10px 10px 10px 20px; */
  position: relative;
  border: 2px solid #32b7d9;
  padding: 16px;
}

.subobjective_box_active {
  border-radius: 8px;
  /* border: 2px solid rgba(0, 0, 0, 0.10); */
  background-color: #caf7ff !important;
  border: 2px solid #32b7d9 !important;
  backdrop-filter: blur(2px);
  width: 416px;
  height: 175px !important;
  /* margin: 10px 10px 10px 20px; */
  position: relative;
  border: 2px solid #32b7d9;
  padding: 16px;
}

.card {
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.obj-progress .ant-progress .ant-progress-bg {
  background: #ffd147 !important;
  /* height: 16px !important; */
}

.obj-progress .ant-progress .ant-progress-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.obj-pagination .ant-pagination {
  display: none;
}

.next_pre_btn {
  margin-left: 8px;
  color: rgb(255, 255, 255);
  background: #47e0ff;
  border: 0;
  border-radius: 5px;
  padding: 0;
  height: 23px;
  width: 23px;
  align-self: center;
}

.next_pre_btn:disabled {
  background-color: #ccc;
}

.objective-canvas .ant-drawer-close {
  position: absolute !important;
  right: 10px !important;
}

.objective-canvas .ant-drawer-title {
  color: #42cbe7;
  font-family: "ReadexPro-Regular" !important;
  font-weight: 600;
  line-height: normal;
}

.canvas-objective-title {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ReadexPro-Regular" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.canvas-objective-input {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ReadexPro-Regular" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 4px !important;
  background: #EEF2F6 !important;
  padding: 11px 8px !important;
  border: 0 !important;
}

.uom-input {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ReadexPro-Regular" !important;
  /* font-size: 16px; */
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 4px !important;
  background: #efefee !important;
  padding: 8px 8px;
  border: 0 !important;
  width: 99%;
}

.ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: #47e0ff !important;
  background-color: #fff;
  background-size: 100% 100%;
}

.ant-radio-wrapper .ant-radio-inner::after {
  inset-block-start: unset !important;
  inset-inline-start: unset !important;
  width: 30px !important;
  height: 30px !important;
  background-color: #47e0ff !important;
}

.cust-date {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  text-decoration: underline;
}

.assign-members-input {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  border-radius: 4px !important;
  background: #efefee !important;
  padding: 10px 8px !important;
  border: 0 !important;
}

.memberselect-section .ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector {
  padding: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.3) !important;
}

.memberselect-section .ant-tag.css-dev-only-do-not-override-1b0bdye {
  border-radius: 15px;
}

.memberselect-section .anticon.anticon-close.ant-tag-close-icon {
  position: relative;
  bottom: 6px;
}

.memberselect-section .ant-select-selection-overflow-item {
  margin: 5px 0;
}

.memberselect-section .ant-tag {
  background-color: unset;
}

.upload-section .upload-text {
  color: #a1a1a1;
}

.upload-section .ant-upload-wrapper .ant-upload-drag {
  background-color: transparent;
}

.pw_cancel_btn {
  border-radius: 4px;
  border: 2px solid #47e0ff;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #47e0ff;
  font-size: 14px;
  padding: 0px 30px;
  margin-right: 10px;
  background-color: #fff;
}

.pw_cancel_btn:hover {
  border-radius: 4px;
  border: 2px solid #47e0ff;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #47e0ff;
  font-size: 14px;
  padding: 0px 30px;
  margin-right: 10px;
  background-color: #fff;
}

.cancel-btn {
  border-radius: 4px;
  border: 2px solid #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  color: #47e0ff;
  font-size: 14px;
  padding: 10px 30px;
  margin-right: 10px;
  background-color: #fff;
}

.objective-submit-btn {
  border-radius: 4px;
  background: #47e0ff;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #000;
  text-align: center;
  text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.24);
  font-size: 14px;
  font-weight: 700;
  padding: 0 40px;
  margin: 20px;
}

.upload-section .ant-upload-drag-container {
  display: flex !important;
  justify-content: center;
}

.Submit-section {
  float: inline-end;
}

.objective-cycle-inner span {
  font-size: 14px;
  font-weight: 600;
}

.ant-form-item .ant-form-item-label>label {
  font-family: "ReadexPro-Regular" !important;
}

.obj_card {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
  padding: 25px;
}

.obj_textbox input {
  border: 0;
  font-style: italic;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.objectivetabs-container .ant-tabs-tab.ant-tabs-tab-active {
  border-radius: 5px;
  background: #47e0ff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.12) inset;
  font-weight: 300;
  font-size: 12px !important;
  border: 1px solid #1ACEF6;
  color: #121212 !important;
}

.objectivetabs-container .ant-tabs-nav-list {
  border-radius: 43px;
  /* border: 1px solid #aaa; */
  background: #fff;
  backdrop-filter: blur(10px);
  /* padding: 12px; */
  align-items: center;
  padding: 0px 15px;
}

.objectivetabs-container .ant-tabs-tab {
  padding: 6px 8px !important;
}

.ant-tabs-ink-bar {
  background-color: #47e0ff !important;
  border-radius: 5px;
  border: 2px solid #47e0ff;
}

.objectivetabs-container .ant-tabs-ink-bar {
  display: none !important;
}

.objective_tab .ant-tabs .ant-tabs-tab-btn,
.member_tab .ant-tabs .ant-tabs-tab-btn {
  font-size: 12px;
}

.member_tab {
  margin-top: 10px;
}

.objective_tab {
  margin-top: 8px;
}

.ant-tabs .ant-tabs-tab-btn {
  font-weight: 200;
  font-size: 14px;
}

.ant-tabs-tab img {
  width: 20px;
  height: 20px;
}

.objectivetabs-container.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-size: 12px;
}

.objectivetabs-container.ant-tabs .ant-tabs-tab {
  font-size: 14px;
}

.objectivetabs-container.ant-tabs .ant-tabs-tab+.ant-tabs-tab {
  margin: 0;
}

.objectivetabs-container .ant-tabs-nav .ant-tabs-tab-btn div {
  display: flex;
  align-items: center;
}

.objectivetabs-container .ant-tabs-nav .ant-tabs-tab-btn div span {
  padding-left: 2px;
}

.ant-select-single {
  width: 99% !important;
  border-radius: 4px;
  background: #efefee;
  height: 35px;
}

.ant-select-outlined .ant-select-selector {
  border-radius: 4px !important;
  background: #efefee !important;
  border: unset !important;
  height: 40px;
}

@media (min-width: 768px) {
  .objective-cycle-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .d-sm-none {
    display: none;
  }

  /* .objective_box{
        width: 100% !important;
    }
    .subobjective_box {
        width: 100% !important;
    } */
  .Submit-section {
    justify-content: center !important;
  }
}

.select_user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.table_user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.kr_user {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.sign_user {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.assign-section .ant-select-outlined.ant-select-multiple .ant-select-selection-item {
  display: none;
}

.assgin_selected_val {
  margin-top: 10px;
  border-radius: 4px;
  border: 2px dashed #999;
  padding: 12px;
  max-height: 115px;
}

.assgin_selected_val {
  overflow-x: hidden;
}

.assgin_selected_val:hover {
  overflow-x: hidden;
}

.assgin_selected_val::-webkit-scrollbar {
  background-color: #efefee;
  width: 7px;
  height: 7px;
}

.assgin_selected_val::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.table_search_img {
  position: absolute;
  left: 5px;
  top: 11px;
}

.table_search_inputbox {
  border-radius: 4px;
  background: #efefee;
  border: unset;
  padding: 12px 12px 12px 30px !important;
  font-size: 12px;
  color: #000;
  font-family: "ReadexPro-Regular" !important;
}

.cw_table .ant-table-wrapper .ant-table-thead>tr>th {
  background-color: transparent;
  border-bottom: transparent;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 10px;
}

.cw_table .ant-table-wrapper .ant-table-tbody>tr>td {
  background-color: transparent;
  border-bottom: transparent;
  padding: 10px;
}

.bg_239 {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(239, 239, 238, 0.6);
}

.objective-canvas .ant-drawer-header {
  border-bottom: transparent !important;
}

.Submit-section {
  /* position: absolute; */
  bottom: 0;
  right: 0;
  background: #fff;
  /* width: 98%; */
  width: 100%;
  left: 0;
  display: flex;
  justify-content: end;
  padding: 10px 0;
}

.custom-select .ant-select-selection-item .ant-radio-inner {
  display: none;
}

.custom-select .ant-select-selection-selected-value {
  color: red;
  font-weight: bold;
}

.note_alert {
  color: red;
}

.save-btn {
  border-radius: 4px;
  border: 2px solid #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  color: #47e0ff;
  font-size: 14px;
  padding: 10px 30px;
  margin-right: 10px;
  background-color: #fff;
}

.border-btn {
  border-radius: 4px;
  border: 2px solid #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  color: #47e0ff;
  font-size: 14px;
  padding: 10px 30px;
  margin-right: 10px;
  background-color: #fff;
}

.border-btn:hover {
  border-radius: 4px;
  border: 2px solid #47e0ff;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #47e0ff;
  font-size: 14px;
  padding: 10px 30px;
  margin-right: 10px;
  background-color: #fff;
}

/* .obj_card.ant-card .ant-card-body {
    margin: 5px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(2px);
    padding: 0 20px 20px 20px;
}
 */

.cup_org_bg {
  background: var(--Primary---Light, #c2fbff);
  padding: 0 4px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 4px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 34px solid #c2fbff;
}

.triangle_left {
  border-left: 31px solid transparent;
  border-right: 0 solid transparent;
  border-top: 34px solid #c2fbff;
  border-bottom: 0;
  margin: 0;
  width: 0;
  position: relative;
  left: 3px;
}

.cup_org_bg_active {
  background: #47e0ff !important;
  padding: 4px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.triangle_active {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 34px solid #47e0ff;
}

.sm_cricle {
  width: 10px;
  height: 10px;
  background-color: #e05e78;
  display: flex;
  border-radius: 50%;
}

.sm_com_cricle {
  width: 10px;
  height: 10px;
  background-color: #32c6a0;
  display: flex;
  border-radius: 50%;
}

.sm_revoke_cricle {
  width: 10px;
  height: 10px;
  background-color: #f04438;
  display: flex;
  border-radius: 50%;
}

.revoke_btn {
  border-radius: 4px;
  background: #ffb8b3;
  /* color: #8a4c0a !important; */
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
}

@media screen {
  .ant-row.obj-progress {
    justify-content: end;
  }
}

.sm_pro_cricle {
  width: 10px;
  height: 10px;
  background-color: #d68c24;
  display: flex;
  border-radius: 50%;
}

.sm_pro_cricle_active {
  background: #8a4c0a;
  width: 10px;
  height: 10px;
  display: flex;
  font-size: 14px;
  border-radius: 50%;
}

.completed_btn {
  border-radius: 4px;
  background: #d6f4ec;
  color: #085449 !important;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
}

.Progressing_btn {
  border-radius: 4px;
  background: #ffe9b3;
  color: #8a4c0a !important;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
}

.Progressing_btn_active {
  background: #d68c24;
  border-radius: 4px;
  font-size: 14px;
  color: #fff !important;
  font-family: "ReadexPro-Regular" !important;
}

.cascade_btn {
  border-radius: 4px;
  background: #fae6eb;
  color: #7b344c !important;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
}

button {
  font-family: "ReadexPro-Regular" !important;
  cursor: pointer;
}

.org_obj_card {
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
  padding: 8px !important;
  margin-right: 20px;
  /* width: 420px !important; */
  min-height: 250px;
  max-height: 315px;
}

/* .org_obj_card.ant-col{
    max-width: 32.333333% ;
} */

.obj_nc_card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  background-image: url(../images/nothing_cup.svg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-position: calc(100% - 30px) center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Asp_nc_card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  background-image: url(../images/crown_obj.svg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-position: calc(100% - 30px) center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97%;
  margin-top: 82px;
}

.Aso_obj_nc_card {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  background-image: url(../images/KRA_icon.svg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-position: calc(100% - 30px) center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disable_btn {
  color: #808080;
  text-align: center;
  background-color: #eaeaea;
  font-variant-numeric: lining-nums proportional-nums;
  text-shadow: 2px 1px 0px rgba(255, 255, 255, 0.24);
  font-size: 14px;
  line-height: normal;
  border: unset;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 4px;
}

.anticon-exclamation-circle {
  display: none;
  /* Hide the warning icon */
}

.ant-message-success {
  border-radius: 4px;
  border: 1px solid var(--Success---Green, #32c6a0);
  background: rgba(50, 198, 160, 0.2);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.ant-message-error {
  border-radius: 4px;
  background: rgba(198, 50, 87, 0.2);
  display: flex;
  padding: 10px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.ant-message .ant-message-notice-wrapper .ant-message-notice-content {
  background: #fff !important;
  box-shadow: unset !important;
  padding: 0;
}

.ant-message-error .ant-message-notice-content {
  display: flex;
}

.ant-message-success .ant-message-notice-content {
  color: #52c41a;
  box-shadow: unset;
  /* Text color */
}

.ant-message-custom-content.ant-message-success>.anticon.anticon-check-circle {
  display: none !important;
}

body::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

body::-webkit-scrollbar-track {
  height: 10px !important;
}

.xl_display_block {
  display: block !important;
}

.xl_display_none {
  display: none !important;
}

.sub_tab .ant-tabs-nav {
  padding: 0;
}

.sub_tab.ant-tabs .ant-tabs-content-holder {
  padding: 0 !important;
}

/* objective */
.org_obj_overall {
  overflow-x: scroll;
  width: 100%;
}

.org_obj_overall {
  overflow-x: scroll;
}

.org_obj_overall:hover {
  overflow-x: scroll;
}

.org_obj_overall::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.org_obj_overall::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

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

.second_kr_label {
  position: relative;
  right: 36px;
}

.wrapper_label {
  display: flex;
  align-items: stretch;
  margin-right: 10px;
}

.ant-avatar-group .ant-avatar {
  border-color: #000 !important;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #47e0ff;
  border-color: #47e0ff !important;
}

.ant-tooltip-inner .cyan_button {
  background-color: transparent !important;
  color: #fff;
  padding: 0;
}

.add_lead_measure {
  font-family: Readex Pro;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #aaaaaa;
  cursor: default;
}

.position-relative {
  position: relative !important;
}

.position-sticky {
  position: sticky !important;
}

.lead_measure_form {
  border-bottom: 3px solid #efefef;
}

.inline-end {
  float: inline-end;
}

.no-data {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #aaaaaa;
}

.image-pagination .avatar {
  border: 0;
}

.user_name {
  font-weight: 600;
}

.am_view {
  border: 1px solid #ddd;
  border-radius: 43px;
  width: fit-content;
  padding: 0 10px 7px 13px;
  margin-bottom: 7px;
  display: inline-block;
}

.every_am_view {
  border: 1px solid #ddd;
  border-radius: 43px;
  width: fit-content;
  /* padding: 0 10px 7px 13px; */
  margin-bottom: 7px;
  display: inline-block;
  padding: 5px 11px 10px 8px;
}

.connect_view {
  border: 1px solid #ddd;
  border-radius: 43px;
  width: fit-content;
  padding: 5px 10px 5px 13px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connect_active {
  background-color: #47e0ff;
  /* border-radius: 50%; */
  border: 1px solid #47e0ff;
}

.input-with-suffix {
  position: relative;
}

.suffix {
  position: absolute;
  left: 73px;
  top: 50%;
  transform: translateY(-50%);
}

.add_border {
  border: 1px solid #32b7d9;
  margin-right: 15px;
  border-radius: 8px;
}

.layer_active {
  background: #47e0ff;
  /* padding: 7px 5px; */
  padding: 0px 4px;
  border-radius: 25px;
}

/* .custom-checkbox {
    --color:transparent; 
    border: 1px solid #000;
  }

  .custom-checkbox[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none; 
    -moz-appearance: none;
    width: 20px; 
    height: 20px; 
    border: 2px solid var(--color); 
    border-radius: 4px;
    outline: none; 
    cursor: pointer;
  }
  
  .custom-checkbox[type="checkbox"]:checked {
    background-color: transparent;
    border: 4px solid #5be2fd;
  }
  
  .custom-checkbox[type="checkbox"]:checked::before {
    content: "\2713"; 
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: rgb(190, 68, 68);
    font-size: 14px; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
.lead_measure_visible {
  font-size: 12px;
  font-weight: 700;
  color: #32b7d9;
  cursor: pointer;
}

.danger {
  color: #831b1b;
}

.org_obj_name {
  /* height: 20px; */
  max-height: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.org_obj_name::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.org_obj_name::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.org_obj_name::-webkit-scrollbar-track {
  height: 10px !important;
}

/* .org_obj_name {
    height: 100px;
    max-height: 100px;
    overflow-y: scroll;
}

.org_obj_name::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
}

.org_obj_name::-webkit-scrollbar-thumb {
    background-color: #EFEFEE;
    border-radius: 10px;
}

.org_obj_name::-webkit-scrollbar-track {
    height: 10px !important;
} */

.sub_obj_dec {
  height: 50px;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.sub_obj_dec::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.sub_obj_dec::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.sub_obj_dec::-webkit-scrollbar-track {
  height: 10px !important;
}

.org_obj_desc {
  height: 98px;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.org_obj_desc::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.org_obj_desc::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.org_obj_desc::-webkit-scrollbar-track {
  height: 10px !important;
}

.lead_measure .pagination-content .ant-card-body {
  height: 55px;
  max-height: 100px;
  overflow-y: scroll;
}

.lead_measure .pagination-content .ant-card-body::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.lead_measure .pagination-content .ant-card-body::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.lead_measure .pagination-content .ant-card-body::-webkit-scrollbar-track {
  height: 10px !important;
}

.ant-popover {
  display: none !important;
}

/* member */
.member_profile {
  /* width: 100px;
  height: 100px; */
  border-radius: 50%;
}

.border_bottom {
  border-bottom: 4px solid #ddd;
  padding-bottom: 10px;
}

.member_card {
  min-width: 280px;
  max-width: 280px;
  height: 145px;
  padding: 12px;
  border-radius: 8px;
  gap: 28px;
  background-color: #fff;
  border-radius: 8px;
  border: 2px solid #ddd;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2px);
  margin-right: 20px;
  min-height: 145px;
  cursor: pointer;
}

.member_card_active {
  background-color: #caf7ff !important;
  border: 1px solid #47e0ff !important;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  min-width: 280px;
  max-width: 280px;
  height: 145px;
  padding: 12px;
  gap: 28px;
  backdrop-filter: blur(2px);
  margin-right: 20px;
  min-height: 60px;
}

.member_objname {
  /* height: 60px; */
  /* max-height: 55px; */
  /* overflow-y: scroll; */
}

.member_objname::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.member_objname::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.member_objname::-webkit-scrollbar-track {
  height: 10px !important;
}

.member-progress .ant-progress .ant-progress-bg {
  background: #c2fbff !important;
  height: 16px !important;
}

.member-progress .ant-progress .ant-progress-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.member-progress .ant-progress.ant-progress-show-info .ant-progress-outer {
  padding-inline-end: 0;
}

.member-progress .ant-progress-text {
  display: none;
}

.assigned_circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #c2fbff;
}

.radio-card {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 16px;
}

.radio-card.ant-radio-wrapper-checked {
  box-shadow: 0px 0px 20px 0px #dddddd80;
}

.member-avatar {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.member-card {
  box-shadow: 0px 0px 12px 0px #00000014;
}

.member-card .ant-card-body {
  padding: 12px;
}

.member-avatar-border {
  height: 90px;
  width: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/assets/images/profile-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.member-avatar-border .ant-avatar {
  /* transform: rotate(315deg); */
  margin-right: 5px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.members_profile_card {
  /* min-width: 300px !important;
    max-width: 300px !important; */
  min-height: 228px;
  max-height: 300px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  gap: 16px;
  box-shadow: 0px 0px 12px 0px #00000014;
  background-color: #fff;
}

.D_user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.mem_profile_image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.PW_btn {
  border-radius: 4px;
  background: #ec174f;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 0 25px;
  border: unset !important;
  font-weight: 600;
}

.CW_btn {
  border: 1px solid #ec174f;
  color: #ec174f;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
}

.PW_btn:hover {
  border-radius: 4px;
  background: #ec174f !important;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 0 25px;
  border: unset !important;
  font-weight: 600;
}

.CW_btn:hover {
  border: 1px solid #ec174f !important;
  color: #ec174f !important;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
}

.ant-modal .ant-modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08),
    0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 20px 24px;
  width: 650px !important;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.add-members {
  border-color: #aaaaaa;
}

.add-members .ant-tag {
  border-radius: 20px !important;
  background-color: transparent;
}

.ant-modal-confirm {
  width: auto !important;
}

.equal-column-spacing>[class*="col-"] {
  margin-right: 15px;
  /* Adjust this value to your preference */
  margin-left: 15px;
  /* Adjust this value to your preference */
}

.member_user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  top: 7px;
}

.disabled,
.disabled:hover {
  background-color: #cacacabb;
  color: #686868;
  cursor: default;
}

.email_msg {
  background-color: #d6f4ec;
  width: fit-content;
  margin: auto;
  color: #32c6a0;
  border: 1px solid #32c6a0;
  border-radius: 17px;
}

/* admin panel */
.permission_inputbox {
  background: #efefee;
  border: unset;
  width: 80px;
  height: 48px;
  padding: 0px 15px;
  border-radius: 4px;
}

.admin_panel .ant-table-wrapper .ant-table-thead>tr>th {
  background-color: transparent;
  border-bottom: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 10px;
  font-family: "ReadexPro-Regular" !important;
}

.admin_panel .ant-table-wrapper .ant-table-tbody>tr>td {
  background-color: transparent;
  border-bottom: transparent;
  font-size: 16px;
  font-family: "ReadexPro-Regular" !important;
  width: 100px;
}

.ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover {
  background: #47e0ff14;
}

.admin_panel .ant-checkbox .ant-checkbox-inner {
  width: 22px;
  height: 22px;
}

.search-input:focus-visible {
  outline: #47e0ff;
}

.assigned_bg_error {
  width: 75px;
  /* height: 32px; */
  padding: 8px;
  border-radius: 4px;
  border: 1px;
  gap: 12px;
  background: #ffdada;
  border: 1px solid #ff4747;
  position: relative;
}

.assigned_bg,
.target_bg {
  width: 75px;
  /* height: 32px; */
  padding: 8px;
  border-radius: 4px;
  border: 1px;
  gap: 12px;
  background: #efefee99;
  border: 1px solid #ccc;
  position: relative;
}

/* .assigned_myobj_bg { */
.input.target_bg {
  width: 120px;
}

.assigned_myobj_bg {
  width: 75px;
  /* height: 32px; */
  padding: 8px;
  border-radius: 4px;
  border: 1px;
  gap: 12px;
  background: #efefee99;
  border: 1px solid #ccc;
}

.assign_bg {
  width: 30px;
  /* height: 32px; */
  padding: 8px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px;
  gap: 12px;
  background: #efefee99;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid transparent;
  /* position: relative; */
}

.assign_bg:focus-visible {
  outline: unset !important;
}

.assign_percentage_bg {
  width: auto;
  /* height: 32px; */
  padding: 8px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px;
  gap: 12px;
  background: #efefee99;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: unset;
}

.assigned_bg:hover,
.target_bg:hover {
  width: 75px;
  /* height: 32px; */
  padding: 8px;
  border-radius: 4px;
  border: 1px;
  gap: 12px;
  background: #efefee99;
  border: 1px solid #ccc;
  position: relative;
}

/* TAB ON HEADER START */
.objective-tab {
  margin-top: -57px;
}

.objective-tab .ant-tabs-nav {
  /* bottom: 65px; */
}

.objective-tab .ant-tabs-content-holder {
  /* bottom: 65px; */
  /* position: relative; */
}

.objective-tab .non-absolute .ant-tabs-nav {
  /* bottom: 3px !important; */
  /* border: 1px solid #E3E8EF; */
  /* width: 100%; */
  margin-bottom: 5px;
}

.team_appraisal .ant-tabs-nav {
  width: 45%;
}

.signoff-btn {
  position: relative;
  bottom: 6px;
}

.objective-tab .non-absolute .ant-tabs-content-holder {
  bottom: auto !important;
}

/* TAB ON HEADER END */
/* TAB ON HEADER START */
.admin-tab .ant-tabs-nav {
  bottom: 65px;
  width: 80%;
}

.admin-tab .ant-tabs-nav-operations {
  margin-right: -50px !important;
}

.ant-tabs-dropdown-menu-item:nth-child(n+3) {
  display: none !important;
}
.admin-tab .ant-tabs-content-holder {
  bottom: 65px;
  position: relative;
}

.admin-tab .non-absolute .ant-tabs-nav {
  bottom: 3px !important;
}

.signoff-btn {
  position: relative;
  bottom: 6px;
}

.admin-tab .non-absolute .ant-tabs-content-holder {
  bottom: auto !important;
}

/* TAB ON HEADER END */
.delete_objname {
  height: 60px;
  max-height: 55px;
  overflow-y: scroll;
}

.delete_objname::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.delete_objname::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.delete_objname::-webkit-scrollbar-track {
  height: 10px !important;
}

.vision_scroll {
  height: 80px;
  overflow: auto;
}

.vision_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.vision_scroll::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.vision_scroll::-webkit-scrollbar-track {
  height: 10px !important;
}

.showing_member {
  position: relative;
  bottom: 38px;
  left: 125px;
}

.group_scroll {
  /* height: calc(66vh - 10vh); */
  max-height: 500px;
  overflow: auto;
}

.group_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.group_scroll::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.group_scroll::-webkit-scrollbar-track {
  height: 10px !important;
}

.grp_name {
  position: relative;
  bottom: 25px;
  margin: 20px 12px !important;
}

.group_dropdown {
  position: relative;
  left: 52px;
}

.profile-upload {
  background-color: #47e0ff;
  top: 110px;
  left: 105px;
  padding: 7px 8px 4px 8px;
  border-radius: 35px;
  border: 0;
}

.profile_img {
  width: 150px;
  height: 150px;
  border: 1px solid #dddd;
  border-radius: 50%;
}

/* edit and delete dropdown start */
.cascade_dropdown {
  background-color: #fff !important;
  border: 1px solid transparent !important;
  width: 200px !important;
  border-radius: 8px;
  cursor: auto;
  font-size: 14px;
  position: relative !important;
  left: 0;
  top: 1px !important;
}

.ant-dropdown .ant-dropdown-menu {
  padding: 2px;
  /* padding: 2px; */
  /* position: absolute; */
  /* right: 0; */
  /* top: 7px; */
  /* width: 120px; */
  border: 1px solid #ddd;
  border-radius: 5px;
}

.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
  padding: 2px;
  margin: 5px 7px;
}

header.ant-dropdown .ant-dropdown-menu,
.ant-dropdown-menu-submenu .ant-dropdown-menu {
  border: 1px solid #e6e6e6;
  /* width: 120px; */
}

/* .ant-dropdown .ant-dropdown-menu {
    position: relative;
    margin: 10px 0;
    right: 50px;
} */
/* edit and delete dropdown end */

.CFT_btn {
  background: linear-gradient(270deg, #32b7d9 0%, #47e0ff 100%);
  width: 40px;
  padding: 8px;
  border-radius: 4px;
  gap: 10px;
  border: unset;
  color: #fff;
}

.admin_cancel_btn {
  background-color: #b9baa4;
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
  color: #fff;
}

.admin_update_btn {
  background-color: #47e0ff;
  border-radius: 5px;
  padding: 5px;
  margin: 2px;
  color: #fff;
}

/* 3 dot */
.keyresult_title {
  /* max-width: 50ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 350px;
}

.member_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 200px;
}

.password-bg .ant-input-affix-wrapper {
  border-radius: 6px;
  transition: all 0.2s;
  border-radius: 4px;
  border: unset;
  background: #efefee;
  height: 48px;
}

.password-bg .ant-input-outlined {
  border-radius: 6px;
  transition: all 0.2s;
  border-radius: 4px;
  border: unset;
  background: #efefee;
  height: 48px;
}

/* .ant-tabs #container svg g > image {
    border-radius: 50% !important;
    clip-path: circle(48% at center);
    width: 52px;
    height: 52px;
    cursor: pointer;
    x: -26.1;
    y: -26;
} */
/* .ant-tabs #container svg g path{
    opacity: 1;
    stroke-width: 15;
    stroke-opacity: 1;
    fill-opacity: 1;
    d: path("M -70 -60 C -47 -60 -30 -60 4 -60");
    stroke: rgb(204, 204, 204);
    fill: none;
} */

.g6-component-tooltip {
  background-color: #ffffff !important;
  border-radius: 8px !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
  padding: 8px !important;
  text-align: left;
}

.tool-img img {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.ant-tabs #hierarchy_container svg g>image,
.ant-tabs #obj_container svg g>image {
  border-radius: 50% !important;
  clip-path: circle(48% at center);
  width: 18px;
  height: 18px;
  cursor: pointer;
  x: -9;
  y: -9;
}

/* .ant-tabs #hierarchy_container svg g circle , .ant-tabs #obj_container svg g circle{
    stroke-width:10
} */
.expand_img {
  float: right;
}

.zoom_fun {
  display: grid;
  /* justify-content: revert-layer; */
  padding: 0;
  margin: 0;
  /* flex-direction: column; */
  align-content: end;
  justify-content: end;
}

.ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  background-color: transparent;
}

/* :where(.css-dev-only-do-not-override-1b0bdye).ant-drawer .ant-drawer-mask {
    background: #5dd2ea1c;
} */
/* .ant-tabs #container svg g path{
    opacity: 1;
    stroke-width: 15;
    stroke-opacity: 1;
    fill-opacity: 1;
    d: path("M -70 -60 C -47 -60 -30 -60 4 -60");
    stroke: rgb(204, 204, 204);
    fill: none;
} */
/* .ant-drawer .ant-drawer-mask {
    background: #d7d7d766;
} */

.support-content {
  background: #f5f5f5;
  height: calc(100vh - 125px);
  padding: 20px;
  overflow-y: scroll;
}

.support-tab .ant-tabs-nav {
  position: absolute;
  top: 3px;
}

/* .support-tab {
  margin-top: -75px;
  z-index: 10 !important;
} */

.support-nav a.active {
  color: #47e0ff;
  font-size: 18px;
}

.support-nav a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: left;
  color: #000;
  font-family: "ReadexPro-Regular";
}

.support-nav li {
  padding: 0 0 20px 10px;
}

.support-nav ul {
  margin: 0;
}

.support-title {
  font-family: "ReadexPro-Regular";
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #47e0ff;
}

.support-subtitle {
  font-family: "ReadexPro-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #32b7d9;
}

.support-content ul {
  list-style: disc !important;
  padding-left: 25px;
}

.support-mutetitle {
  font-family: "ReadexPro-Regular";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #9c9c9c;
}

.support-description {
  font-family: "ReadexPro-Regular";
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  color: #000000;
}

.support-ul li {
  font-family: "ReadexPro-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000000;
}

.support-ul li {
  margin-bottom: 20px;
}

.support-subtitle {
  margin-bottom: 35px;
}

.support-img {
  width: 50%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.double-img {
  display: flex;
  width: 50%;
  margin: auto;
}

.double-img img {
  width: 50%;
}

.support-download {
  background: #fff;
  border: 0;
  box-shadow: -1px 1px 4px 1px rgb(0 0 0 / 5%);
  ;
  padding: 5px 10px;
  border-radius: 4px;
}

.admin_panel .ant-select-outlined .ant-select-selector {
  border-radius: 4px !important;
  background: transparent !important;
  border: 2px solid #32b7d9 !important;
  height: 40px;
}

.admin_panel .ant-select-single {
  /* width: 20% !important; */
  border-radius: 0;
  background: transparent;
  height: 48px;
}

.admin_panel .ant-select-single .ant-select-selector {
  color: #000;
}

.admin_panel_dropdown {
  position: relative;
  bottom: 52px;
}

.user_settings_table {
  position: relative;
  bottom: 52px;
}

.admin_panel_title {
  position: relative;
  top: -63px;
}

.cricle_progress .ant-progress {
  position: absolute;
}

.cricle_progress .ant-progress.ant-progress-circle .ant-progress-inner {
  width: 86px !important;
  height: 87px !important;
  font-size: 24px;
  position: relative;
  right: 43px;
  bottom: 6px;
}

.cricle_progress .ant-progress.ant-progress-circle .ant-progress-text {
  display: none;
}

.team_selected_member {
  height: 500px;
  max-height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.team_selected_member::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.team_selected_member::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.team_selected_member::-webkit-scrollbar-track {
  height: 10px !important;
}

.wid-30 {
  width: 30% !important;
}

.group_bg_active {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px #00000014;
}

.employee_card {
  width: 250px;
  height: 280px !important;
}

.team_profile .pagination-head {
  position: absolute;
  z-index: 1000;
  bottom: 90px;
  right: 0;
}

.right_conversation_box {
  background-color: #eaeaea;
  border-radius: 0px, 24px, 24px, 24px;
  border-top-left-radius: 0;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 12px;
  color: #121212;
  font-family: "ReadexPro-Light" !important;
}

.left_conversation_box {
  background-color: #f5f5f5;
  border-radius: 0px, 24px, 24px, 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 12px;
  color: #121212;
  font-family: "ReadexPro-Light" !important;
  display: flex;
  flex-direction: row-reverse;

  /* max-width: 600px; */
  /* float: inline-end; */
  /* min-width: 100px; */
}

/* .conversation_div{
  position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
} */
.conversation_scroll {
  height: 500px;
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  padding: 0;
}

.conversation_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.conversation_scroll::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.conversation_scroll::-webkit-scrollbar-track {
  height: 10px !important;
}

.ant-modal-confirm-body .anticon-close-circle svg {
  position: relative;
  top: 67px;
}

.keytitle_scroll {
  /* height: 50px; */
  max-height: 50px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.keytitle_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.keytitle_scroll::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.keytitle_scroll::-webkit-scrollbar-track {
  height: 10px !important;
}

.krmodal_scroll {
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 5px 0 0;
}

.krmodal_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.krmodal_scroll::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.krmodal_scroll::-webkit-scrollbar-track {
  height: 10px !important;
}

/* modal close*/
.modal-close-out .btn-close {
  position: absolute;
  right: -50px;
  top: -30px;
  background: transparent;
  color: #fff;
  border: transparent;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
  font-size: 15px;
  border: 3px solid #47e0ff;
  padding: 5px 8px;
}

.modal-close-out .btn-close:hover {
  position: absolute;
  right: -50px;
  top: -30px;
  background: #47e0ff;
  color: #fff;
  border: transparent;
  opacity: 1;
  margin: 0;
  cursor: pointer;
  border-radius: 50%;
  font-size: 15px;
  border: 3px solid #47e0ff;
  padding: 5px 8px;
  box-shadow: 0px 0px 12px 0px #00000014;
}

@media (max-width: 767.98px) {
  .modal-close-out .btn-close {
    right: 0;
    top: -50px;
  }

  .side_closeicon {
    display: block;
  }
}

.side_closeicon {
  display: none;
}

.modal-close-out .modal-dialog:not(.modal-dialog-centered) {
  margin-top: var(--nav-size-slim);
}

.assgin_selected_val .ant-tag {
  white-space: pre-line;
  max-width: 100%;
}

.con_send_icon {
  position: relative;
  bottom: 35px;
  float: inline-end;
  cursor: pointer;
  background: whitesmoke;
  right: 0px;
}

.message_send .ant-select-outlined .ant-select-selector {
  background-color: transparent !important;
  color: #32b7d9 !important;
}

.message_send .ant-select-single {
  background-color: transparent !important;
  color: #32b7d9 !important;
}

.message_send {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 95%;
  left: 0;
  padding: 8px 15px;
}

.ant-drawer .ant-drawer-conteobjective_overallnt {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Default styling for disabled inputs */
.input-with-suffix input:disabled {
  background-color: #d9d9d9;
  color: #999;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.ant-table-wrapper .ant-table-column-sorters.ant-tooltip-open {
  overflow: hidden !important;
}

.ant-pagination-options .ant-select-selector {
  display: none;
}

.ant-pagination .ant-pagination-options {
  display: none;
}

.cascade_update_btn {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */

  padding: 8px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.cascade_update_btn:hover {
  border-radius: 4px;
  background: #42cbe7;
  border: 1px solid #47e0ff;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */

  padding: 8px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #000;
}

.m-auto {
  margin: auto !important;
}

.ant-form-item .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-inline-end: 4px;
  color: #32b7d9;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}

.change_password_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  margin: auto;
  padding: 0;
  width: 50%;
}

.obj_kr_desc {
  height: 70px;
  max-height: 55px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.obj_kr_desc::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.obj_kr_desc::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.obj_kr_desc::-webkit-scrollbar-track {
  height: 10px !important;
}

.connect_card {
  position: absolute;
  bottom: 85px;
  padding: 10px;
  width: 89%;
}

.unread_msg {
  position: relative;
  background-color: white;
  padding-left: 20px;
}

.unread_msg p {
  position: relative;
  padding: 10px 0;
  flex: none;
  margin: auto;
  align-items: stretch;
  display: grid;
  flex-direction: column-reverse;
  justify-items: center;
  background: #fff;
  width: 23%;
  color: #32b7d9;
}

.unread_msg::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a2a2a1;
  transform: translateY(-50%);
}

.group_bg_active {
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px #00000014;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* notification */
.notification_border_bottom {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.notification_box {
  background-color: transparent;
  height: 120px;
  padding: 10px;
  /* margin-top: 15px; */
}

.notification_box:hover {
  background-color: #f5f5f5;
  height: 120px;
  padding: 10px;
  /* margin-top: 15px; */
}

.notification_text {
  height: 60px;
  line-height: 1.5;
  overflow-y: scroll;
  overflow-x: hidden;
}

.notification_text::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.notification_text::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 10px;
}

.notification_text::-webkit-scrollbar-track {
  height: 10px !important;
}

.reject-btn {
  background-color: #fff;
  border: 2px solid #32b7d9;
  border-radius: 3px;
  color: #32b7d9;
  padding: 7px 30px;
  font-weight: 700;
}

.agree_button {
  background-color: #47e0ff;
  border: 2px solid #47e0ff;
  border-radius: 3px;
  color: #000;
  padding: 7px 30px;
  font-weight: 700;
}

.agree_button:hover {
  background-color: #47e0ff;
  border: 2px solid #47e0ff;
  border-radius: 3px;
  color: #000;
  padding: 7px 30px;
  font-weight: 700;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
}

.obj_tab .ant-tabs-nav {
  padding: 0 !important;
}

.obj_tab .ant-tabs-content-holder {
  padding: 0 !important;
}

.obj_tab .ant-tabs-tab.ant-tabs-tab-active {
  border-radius: 5px;
  background: transparent;
  box-shadow: unset;
  font-weight: 300;
  border-bottom: 4px solid #47e0ff !important;
}

.obj_tab .ant-tabs-nav-list {
  border-radius: 0;
  border: transparent;
  background: #fff;
  backdrop-filter: blur(10px);
  /* padding: 12px; */
  align-items: center;
  padding: 0;
}

.obj_tab .ant-tabs-ink-bar {
  background-color: #47e0ff !important;
  border-radius: 5px !important;
  border: 2px solid #47e0ff !important;
}

.obj_tab.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  font-size: 16px;
}

.obj_tab .ant-tabs-tab {
  padding: 6px 8px !important;
}

.error_cricle {
  background-color: #ff4747;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.success_cricle {
  background-color: #32c6a0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.tooltip_name {
  max-width: 20ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ul.Obj_list {
  list-style-type: circle;
} */

/* ul.Obj_list li::marker {
  color: #32b7d9 !important;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: end !important;
  border: 5px solid black;
font-size: 150%; 
} */


ul.Obj_list li .icon {
  width: 15px;
  height: 15px;
  border: 8px solid #47E0FF;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
  margin-top: 20px;
}

ul.Obj_list li .icon::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.add_obj_btn {
  /* position: relative;
  left: 0;
  right: 0;
  bottom: 57px; */
  margin-top: -50px;
  z-index: 20;
}

.add_obj_div {
  position: relative;
  bottom: 40px;
}

.assgin_obj .ant-drawer-body {
  padding: 0 20px !important;
  margin: 0 !important;
}

.kr_card {
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12); */
  backdrop-filter: blur(10px);
  border-left: 4px solid #47e0ff;
  /* height: 180px; */
}

.cancel_red_btn {
  color: #ff4747;
  background-color: unset;
  border: unset;
  padding: 10px 30px;
}

.cancel_red_btn:hover {
  color: #ff4747 !important;
  background-color: unset;
  border: unset;
  padding: 10px 30px;
}

.br_double_line {
  border-right: 8px double #c2fbff;
  height: 95px;
  border-radius: 1px;
  padding-right: 15px;
}

/* .accept_obj .ant-checkbox .ant-checkbox-inner {
        border: 1px solid #47e0ff;
    } */
.resource_management th {
  font-family: "ReadexPro-Regular";
}

.resource_management .ant-select-selection-item {
  display: flex;
  align-items: center;
}

.member_count_div {
  padding: 2px;
  padding: 2px;
  position: absolute;
  left: 0;
  top: 7px;
  width: 300px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.member_count_div li {
  display: flex;
  align-items: center;
}

.member_count_div span div {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
}

/* Table styles */
.table-container.myobjweightage {
  overflow: auto;
  height: calc(100vh - 120px);
  /* height: calc(100vh - 185px); */
  min-height: auto;
  /* max-height: 350px; */
}

.table-container.mykrweightage {
  /* max-height: 500px !important; */
}

.table-container.myobjweightage {
  overflow-x: scroll;
}

.table-container.myobjweightage:hover {
  overflow-x: scroll;
}

.table-container.myobjweightage::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.table-container.myobjweightage::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.myobj_Childobj th {
  position: sticky !important;
  top: 0 !important;
  z-index: 1;
}

.myobjweightage table {
  width: auto;
  /* min-width: 100%; */
  /* margin-top:10px; */
}

.myobjweightage td,
.myobjweightage th {
  text-align: left;
  padding: 8px;
}

.myobjweightage td.remove_cft_border {
  border: none;
  padding-top: 30px !important;
}

.myobjweightage th {
  position: sticky !important;
  top: 0 !important;
  z-index: 0;
  background-color: #fff;
  /* border-right: 1px solid #E0E0E0; */
}

.myobjweightage th:first-child {
  border-right: unset;
}

.myobjweightage td {
  /* border-right: 1px solid #E0E0E0; */
}

.myobjweightage td:first-child {
  position: sticky;
  left: 0;
  /* z-index: 1; */
  background: #fff;
  border-right: none;
  width: 280px !important;
}

.myobjweightage td {
  /* border-bottom: 2px solid #eaeaea; */
}

.kr_add_table th {
  border-right: 1px solid transparent;
  margin-bottom: 20px;
}

.kr_add_table th .kr_weightage_progress {
  width: 130px !important;
}

.kr_add_table th .kr_weightage_progress p {
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}


.kr_add_table td {
  border-right: 1px solid #e0e0e0;
}

/* .myobjweightage .ant-tooltip .ant-tooltip-inner {
  background-color: #fff !important;
} */
.myobj-card {
  background: #fff;
  padding: 10px;
  border: 2px solid #eaeaea;
  box-shadow: 0px 0px 24px 0px #00000014;
  border-radius: 8px;
  height: 180px;
  text-align: start;
  width: 300px !important;
}

.kr-card {
  background: #fff;
  padding: 10px;
  border: 2px solid #eaeaea;
  box-shadow: 0px 0px 24px 0px #00000014;
  border-radius: 8px;
  height: 180px;
  width: 368px !important;
}

.obj-status-1 {
  background-color: #0854491c;
  padding: 7px 8px;
  height: 10px;
  border-radius: 5px;
}

.obj-status-1::after {
  content: " ";
  background-color: #4c837c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.obj-status-inactive {
  background-color: #e05e7821;
  padding: 10px;
  height: 10px;
  border-radius: 5px;
}

.obj-status-inactive::after {
  content: " ";
  background-color: #e05e78;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.obj-status-3 {
  background-color: #ffe9b3;
  padding: 7px 8px;
  height: 10px;
  border-radius: 5px;
}

.obj-status-3::after {
  content: " ";
  background-color: #d68c24;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.obj-status-reviewstatus3 {
  background-color: #d6f4ec;
  padding: 7px 8px;
  height: 10px;
  border-radius: 5px;
}

.obj-status-reviewstatus3::after {
  content: " ";
  background-color: #32c6a0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.obj-status-reviewstatus {
  background-color: #fae6eb;
  padding: 7px 8px;
  height: 10px;
  border-radius: 5px;
}

.obj-status-reviewstatus::after {
  content: " ";
  background-color: #e05e78;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.divider-blue {
  padding: 8px 2px;
  border-right: 2px solid #32b7d9;
  border-left: 2px solid #32b7d9;
  margin: 0 10px;
}

.allocted-text {
  font-size: 12px;
}

.myobj-progress .ant-progress-bg {
  background-color: #32b7d9;
}

.assign-btn {
  color: #32b7d9;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.unassign-btn {
  color: #ff6b61;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
  text-decoration: underline;
}

.margin-top-10 {
  padding-right: 10px !important;
}

.suffix-myobj {
  position: absolute;
  left: 52px;
  top: 50%;
  transform: translateY(-50%);
  background: #f5f5f5;
}

.suffix-myobjWeight {
  position: relative;
  z-index: -1;
  right: 17px;
  top: 4px;
  color: #0b0a0a;
}

.myobjweightage .ant-progress-text {
  display: block;
  color: #018BB9;
}

.goback-btn {
  color: #32b7d9;
  cursor: pointer;
  text-decoration: underline;
}

/* updated ui */
/* fs-16 c-000 fw-600 m-0 p-0 cur-pointer mt-2 c-000 */
.clickText {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.clickText_active {
  font-size: 16px;
  color: #32b7d9;
  font-weight: 600;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.clickText:hover {
  color: #32b7d9;
  text-decoration: underline;
}

.clickText:active {
  color: #32b7d9;
}

.text_pre {
  white-space: pre;
}

.oneline_text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 20px;
  font-family: "ReadexPro-Regular" !important;
}

.twoline_text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 49px;
  font-family: "ReadexPro-Regular" !important;
}

.threeline_text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  font-family: "ReadexPro-Regular" !important;
}

.fourline_text_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 90px;
  font-family: "ReadexPro-Regular" !important;
}

.objBgActive {
  background-color: #32b7d9;
}

.myobjweightage th:first-child {
  background-color: #fff;
  z-index: 2 !important;
  position: sticky !important;
  left: 0 !important;
  top: 0 !important;
  min-width: 280px;
}

.myobj_subobj_active th:first-child {
  background-color: #fff;
  z-index: 0 !important;
  position: relative;
  left: 0;
  padding: 0;
}

/* .myobj_Childobj th:first-child {
  background-color: #fff;
  z-index: 0 !important;
  position: sticky !important;
  left: 0 !important;
  top: 0 !important;
  min-width: 280px;
} */
/* .ant-tooltip .ant-tooltip-inner {
  background-color: #fff !important;
  color: #000 !important;
} */
.myobj_weightage_subobj {
  height: 150px !important;
  width: 300px;
  background: #fff;
  padding: 10px;
  border: 2px solid #32b7d9;
  box-shadow: 0px 0px 24px 0px #00000014;
  border-radius: 8px;
  margin: 11px 0px;
}

.myobjweightage-table thead tr {
  position: sticky !important;
  top: 0 !important;
  z-index: 1;
}

.myobj_subobj_active {
  border: 3px solid #47e0ff;
  border-left: 0;
  background-color: #eafcfe;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mykr_weightage_card {
  width: 368px;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  border-left: 4px solid #47e0ff;
  height: 100px;
}

.uom_bg {
  /* background-image: url(); */
  background-image: url(../images/uom_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.target_each_currency {
  /* background: #efefee !important; */
  height: 34px;
  margin-top: 9px;
  border-radius: 6px;
}

.target_each_currency .ant-select-selector {
  padding: 0 !important;
}

.ant-input-outlined:focus-within {
  padding: unset;
}

.target_each_currency .ant-input-affix-wrapper {
  padding: 5px !important;
}

.target_each_currency .ant-input {
  padding: 1px 8px !important;
}

/* Style for the custom select */
.image-behind-text {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.text-behind-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: row-reverse; */
}

.custom-select {
  width: 200px;
}

.custom-select .ant-select-item-option {
  padding: 8px 12px;
}

.custom-select .ant-select-item-option-selected.text-behind-image {
  background-color: #f0f0f0;
}

.custom-select .ant-select-item-option-selected.image-behind-text {
  background-color: #f0f0f0;
}

.custom-select .ant-radio-group {
  display: flex;
  align-items: center;
}

.custom-select img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.custom-select .ml-1 {
  margin-left: 4px;
}

.uom_bg {
  background-color: #e0e0e0;
  padding: 4px;
  border-radius: 50%;
}

.target_input_box {
  width: 75px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #efefee99;
  background-color: #f5f5f5;
}

.target_each_currency .ant-input-outlined:focus-within {
  box-shadow: unset !important;
}

.target_each_currency .ant-input-outlined:focus,
:where(.css-dev-only-do-not-override-1b0bdye).ant-input-outlined:focus-within {
  border-color: #f5f5f5;
  box-shadow: unset !important;
  outline: 0;
  background-color: #ffffff;
}

.ant-input-outlined:focus,
:where(.css-dev-only-do-not-override-1b0bdye).ant-input-outlined:focus-within {
  border-color: #f5f5f5;
  box-shadow: unset !important;
  outline: 0;
  background-color: #ffffff;
}

.custom-progress-bar {
  position: relative;
  width: 100%;
  margin-right: 10px;
}

/* .ant-progress-inner {
  background-color: transparent !important;
  border: 1px solid #47e0ff;
  padding: 3px;
}
.ant-progress .ant-progress-bg {
  height: 10px !important;
  color: #47e0ff;
} */
.progress-content {
  position: relative;
}

.custom-progress-bar-container {
  display: flex;
  align-items: center;
}

.custom-progress-bar {
  position: relative;
  width: 90%;
  margin-right: 10px;
}

.progress-dots {
  position: absolute;
  top: 11px;
  left: 9px;
  right: 9px;
  bottom: 4px;
  padding: 0px;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%);
  pointer-events: all;
  /* Allow interaction with the dots for tooltips */
}

.progress-percentage {
  font-size: 18px;
  color: #00cfff;
}

.ant-tooltip .ant-tooltip-inner {
  /* background-color: #c2fbff; */
  /* color: #000 ; */
}

.ant-tooltip .ant-tooltip-arrow:before {
  /* background: #c2fbff !important; */
}

.ant-tooltip .ant-tooltip-arrow::after {
  /* background: #c2fbff !important; */
}

.keyresult_div {
  overflow-y: scroll;
  height: calc(100vh - 420px);
}

.keyresult_div:hover {
  overflow-y: scroll;
}

.keyresult_div::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.keyresult_div::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.congrats_div {
  background: #ff9f0a1a;
  /* padding: 10px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}

.img_36 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.img_24 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.img_28 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.next-btn,
.pre-btn {
  background-color: #ff9f0a;
  color: #fff;
  border: 1px solid #fff;
  width: 22px !important;
  padding: 0;
  height: 22px;
}

.next-btn:hover,
.pre-btn:hover {
  background-color: #d7860c !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

.next-btn:disabled,
.pre-btn:disabled {
  border-color: #d9d9d9 !important;
  color: rgba(0, 0, 0, 0.25) !important;
  background: rgba(0, 0, 0, 0.04) !important;
}

.myobj_child {
  width: 300px;
  height: 160px;
  background: #fff;
  padding: 10px;
  border: 2px solid #eaeaea;
  box-shadow: 0px 0px 24px 0px #00000014;
  border-radius: 8px;
  margin: 10px 0;
}

.myobj_child_active {
  border: 2px solid #47e0ff !important;
  background: #daf9ff;
  padding: 10px;
  box-shadow: 0px 0px 24px 0px #00000014;
  border-radius: 8px;
  height: 160px;
  width: 300px !important;
  margin: 10px 0;
}

.myobj_child_bg_active {
  border-radius: 8px;
  background: linear-gradient(270deg,
      rgba(71, 224, 255, 0.3) 0%,
      rgba(71, 224, 255, 0.1) 100%);
  /* margin-right: 15px; */
  border: 3px solid #47e0ff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  right: 3px;
  border-left: unset;
}

.border_EAEAEA {
  border: 1px solid #eaeaea !important;
  border-radius: 4px;
}

.conver_search img {
  position: absolute;
  top: 10px;
  left: 8px;
}

.conver_search input {
  background-color: #eaeaea;
  border: transparent;
  border-radius: 4px;
  padding: 10px 30px;
  width: 100%;
}

.ant-divider-horizontal {
  margin: 8px 0;
}

.myobj_card_active {
  border: 2px solid #47e0ff !important;
  background: #daf9ff;
  padding: 10px;
  box-shadow: 0px 0px 24px 0px #00000014;
  border-radius: 8px;
  height: 180px;
  width: 300px !important;
}

.allteam_member .ant-list .ant-list-item .ant-list-item-meta {
  display: flex;
  align-items: center;
}

.allteam_member .ant-list-item-meta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.allteam_member .ant-list-item-meta-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 200px;
  color: #000;
  font-weight: 100;
  font-family: "ReadexPro-Regular";
}

.allteam_member .ant-avatar {
  width: 36px;
  border-radius: 50%;
}

.allteam_member .ant-avatar>img {
  object-fit: unset !important;
  object-fit: unset !important;
  width: 36px;
  border-radius: 50%;
}

.feedback_div .ant-btn-default:disabled,
:where(.css-dev-only-do-not-override-1b0bdye).ant-btn-default.ant-btn-disabled {
  cursor: not-allowed;
  border-color: #47e0ff;
  color: #47e0ff;
  background: rgb(218 249 255);
  box-shadow: none;
  padding: 0;
  width: 24px;
  height: 24px;
  border: 2px solid;
}

.ant-btn.ant-btn-icon-only .anticon {
  font-size: 12px;
}

.feedback_div .ant-btn-default {
  background: #ffffff;
  border-color: #eaeaea;
  color: #808080;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid;
}

.notification_bg {
  background-color: #ff4747;
  padding: 4px 7px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}

.member_count_div {
  overflow-y: scroll;
  max-height: 200px;
}

.member_count_div:hover {
  overflow-y: scroll;
}

.member_count_div::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.member_count_div::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.msg_sender {
  position: sticky;
  bottom: 10px;
  width: 99%;
  padding: 5px;
}

.conversation_scroll .msg_sender input:focus-visible {
  outline: unset;
  border: unset;
}

.msg_sender input {
  background-color: #f5f5f5;
  border: 1px solid #d6d7d7;
  border-radius: 4px;
  width: 97% !important;
  font-family: "ReadexPro-Light";
}

.conversation_newchat input {
  background-color: #efefee;
  padding: 12px;
  border: transparent;
}

.conversation_newchat input:hover {
  background-color: #efefee;
  padding: 12px;
  border: transparent;
}

.conversation_newchat .ant-input-outlined:hover {
  background-color: #efefee;
  padding: 12px;
  border: transparent;
}

.conversation_newchat .ant-input-outlined:focus,
:where(.css-dev-only-do-not-override-1b0bdye).ant-input-outlined:focus-within {
  background-color: #efefee;
  padding: 12px;
  border: transparent;
}

.ant-drawer .ant-drawer-header {
  padding: 16px 18px !important;
}

.recognition-item {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.recognition-message {
  background-color: #efefee99;
  border-radius: 4px;
}

.permission_btn {
  /* position: relative; */
  /* margin-top: -55px; */
  /* margin-top: -48px; */
}

.grp_name .ant-progress-inner,
.explorer_tab .ant-progress-inner {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  padding: 3px;
}

.checkIn-table {
  width: 100%;
  border-collapse: collapse;
}

.checkIn-table th,
.checkIn-table td {
  border: 1px solid transparent;
  text-align: center;
  padding: 8px;
}

.checkIn-table th {
  background-color: #f2f2f2;
}

.recognition_id {
  max-width: 25ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recognition_slide {
  background-color: transparent;
  border: 1px solid #808080;
  color: #808080;
  cursor: not-allowed;
  border-radius: 4px;
  width: 25px !important;
  height: 25px !important;
  padding: 0;
}

.recognition_currentslide {
  background-color: orange;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  width: 25px !important;
  height: 25px !important;
  padding: 0;
}

.recognition_currentslide:hover {
  background-color: orange;
  border: 1px solid #fff !important;
  color: #fff !important;
  cursor: pointer;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  padding: 0;
}

/* checkin css */
/* .objective-table {
  width: 100%;
  border-collapse: collapse;
}

.objective-table th, .objective-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.objective-table th {
  background-color: #f2f2f2;
}

.key-result-row td.hidden {
  display: none;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ddd;
  margin: 0 auto;
} */
/* checkin css compleletd */
.flex-row {
  display: table-row;
  /* Ensures it's treated as a table row */
}

.flex-container {
  display: flex;
  justify-content: space-between;
  /* Adjust as needed */
}

.obj_member_list {
  margin-top: 10px;
  border-radius: 4px;
  /* border: 2px dashed #999; */
  padding: 12px;
  max-height: 115px;
}

.obj_member_list {
  overflow-x: hidden;
}

.obj_member_list:hover {
  overflow-x: hidden;
}

.obj_member_list::-webkit-scrollbar {
  background-color: #efefee;
  width: 7px;
  height: 7px;
}

.obj_member_list::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

/* signoff */
.objid_success {
  background: #32c6a0;
  padding: 0 5px;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.sign_off_triangle {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #32c6a0;
}

.sign_off_triangle_left {
  border-left: 31px solid transparent;
  border-right: 0 solid transparent;
  border-top: 34px solid #32c6a0;
  border-bottom: 0;
  margin: 0;
  width: 0;
  position: relative;
  left: 3px;
}

.objid_success_active {
  background: #32c6a0 !important;
  padding: 5px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sign_off_triangle_active {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 34px solid #32c6a0;
}

.SignOff_Kr_card {
  width: 300px;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  border-left: 4px solid #47e0ff;
  height: 100px;
}

.kr_dashed_line {
  border-bottom: 2px dashed #808080;
}

.keppel_button {
  border-radius: 4px;
  background: #32c6a0;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 6px 15px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #d6f4ec;
}

.keppel_button:hover {
  border-radius: 4px;
  background: #32c6a0;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  padding: 6px 15px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
}

.lead_measure .ant-card-body {
  padding: 10px !important;
}

.Review_button {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #E3E8EF;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  font-family: "ReadexPro-Regular" !important;
  color: #121212;
  height: 38px;
}

.Review_button:hover {
  border-radius: 5px;
  background: #c2fbff;
  border: 1px solid #c2fbff;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  font-size: 12px;
  font-family: "ReadexPro-Regular" !important;
  color: #121212;
  height: 38px;
}

.sign_cup_org_bg {
  background: var(--Primary---Light, #c2fbff);
  padding: 0 3px;
  font-size: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  /* padding: 5px; */
}

.SignOff_dropdown {
  background-color: #fff !important;
  border: 1px solid transparent !important;
  width: 300px !important;
  border-radius: 8px;
  cursor: auto;
  font-size: 14px;
  position: relative !important;
  left: 0;
  top: 1px !important;
}

.kr_created {
  background: #ff6b61;
  padding: 0 5px;
  font-size: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
}

.kr_created_triangle {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #ff6b61;
}

.SignOff_completed_circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #32c6a0;
}

.custom-select .ant-select-selection-item span .status_signoff img {
  display: none;
}

.custom-select .ant-select-selection-item span .status_signoff_user img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.signoff .ant-select-selection-item {
  display: flex !important;
  align-self: center;
}

.notrequested_button {
  border-radius: 4px;
  background: #ff6b61;
  /* box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16); */
  border: transparent;
  /* padding: 12px 30px; */
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #ffe7e6;
}

.notrequested_button:hover {
  border-radius: 4px;
  background: #ff6b61;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.16);
  border: transparent;
  padding: 12px 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
}

.RequestSignOff_button {
  border-radius: 2px;
  background: #ff6b6129;
  border: 2px solid transparent;
  padding: 6px 15px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #ff6b61;
  z-index: 10;
  margin-bottom: 5px;
  margin-right: 10px;
}

.RequestSignOff_button:hover {
  border-radius: 2px;
  background: #ff6b6129;
  border: 2px solid transparent;
  padding: 6px 15px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #ff6b61;
}

.RequestPanding_btn {
  border-radius: 2px;
  background: #d68c24;
  border: 2px solid transparent;
  padding: 6px 15px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #ffe9b3;
  z-index: 10;
}

.RequestPanding_btn:hover {
  border-radius: 2px;
  background: #d68c24;
  border: 2px solid transparent;
  padding: 6px 15px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  font-family: "ReadexPro-Regular" !important;
  color: #ffe9b3;
}

.signoff_scroll {
  margin-top: 10px;
  border-radius: 4px;
  padding: 0 12px 0 0;
  max-height: calc(100vh - 365px);
  /* max-height: 260px; */
}

.signoff_scroll {
  overflow-x: hidden;
}

.signoff_scroll:hover {
  overflow-x: hidden;
}

.signoff_scroll::-webkit-scrollbar {
  background-color: #efefee;
  width: 7px;
  height: 7px;
}

.signoff_scroll::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.signoff_border {
  border: 2px dashed #d6d7d7;
  justify-content: center;
  display: flex;
  height: 230px;
  align-items: center;
  border-radius: 3px;
  margin: 10px;
}

.save_as_draft {
  border: 2px solid #32b7d9;
  border-radius: 4px;
  color: #32b7d9;
  font-size: 14px;
  padding: 10px 10px;
  margin-right: 10px;
  background-color: #fff;
  padding: 7px !important;
}

.save_as_draft1 {
  border: 2px solid #32b7d9;
  border-radius: 4px;
  color: #32b7d9;
  font-size: 14px;
  padding: 10px 10px;
  margin-right: 10px;
  background-color: #fff;
}

.appraisal .anticon svg {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.appraisal .ant-pagination-item-link .anticon svg {
  width: 12px;
}

.appraisal_rating {
  background-color: #f3feff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #E4E7EC;
}

.team_appraisal .ant-select-single {
  width: 250px !important;
}

.your_rating_bg {
  background-color: #f5f5f5;
  padding: 10px;
  height: 200px;
  margin-right: 10px;
}

.emp_remarks_bg {
  background-color: #f5f5f5;
  padding: 10px;
  height: 115px;
  margin-right: 10px;
}

.appraisal_pending {
  background-color: #ffe9b3;
  color: #d68c24;
  font-size: 12px;
  border: 1px solid #f9db9e;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

.emp_not_Submitted {
  background-color: #ffe7e6;
  color: #ff6b61;
  font-size: 12px;
  border: 1px solid #ffd4d2;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

.manager_not_submitted {
  background-color: #eee8f7;
  color: #7540b9;
  font-size: 12px;
  border: 1px solid #dccfee;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}

.appraisal_submitted {
  background-color: #d6f4ec;
  color: #32c6a0;
  font-size: 12px;
  border: 1px solid #bdede1;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 700;
}

.team_appraisal_table table thead th {
  background: transparent !important;
  border-bottom: 0 !important;
  color: #a0a0a0 !important;
  text-align: center !important;
}

.team_appraisal_table table thead td {
  background: transparent !important;
  border-bottom: 0 !important;
}

.team_appraisal_table table tbody tr td:first-child {
  background: transparent !important;
  border-bottom: 2px solid #d6d7d7 !important;
  text-align: left !important;
}

.team_appraisal_table table tbody tr td {
  background: transparent !important;
  border-bottom: 2px solid #d6d7d7 !important;
  text-align: center !important;
}

.appraisal_search img {
  position: absolute;
  top: 9px;
  left: 9px;
}

.appraisal_search {
  position: relative;
}

.appraisal_search input {
  background-color: #eaeaea;
  border: transparent;
  border-radius: 4px;
  padding: 10px 30px;
  width: 300px;
}

input {
  font-family: "ReadexPro-Regular";
}

.appraisal_search input::placeholder {
  color: #000;
  font-size: 12px;
  font-family: "ReadexPro-Regular";
}

.appraisal_user_select .ant-select-outlined .ant-select-selector {
  width: 250px;
  height: 35px;
}

.appraisal_user_select .ant-btn-default:disabled,
.ant-btn-default.ant-btn-disabled {
  width: 240px;
  height: 24px;
}

.appraisal_user_select .ant-btn.ant-btn-icon-only {
  padding: 0;
  width: 24px;
  height: 24px;
}

.appraisal_user_select .ant-radio-wrapper {
  display: flex;
  align-items: center;
}

.rating_scroll {
  margin-top: 10px;
  border-radius: 4px;
  padding: 0 12px 0 0;
  /* max-height: 370px; */
  /* height: calc(100vh - 274px); */
}

.rating_scroll {
  overflow-x: hidden;
}

.rating_scroll:hover {
  overflow-x: hidden;
}

.rating_scroll::-webkit-scrollbar {
  background-color: #efefee;
  width: 7px;
  height: 7px;
}

.rating_scroll::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.ant-table-wrapper .ant-table-thead>tr>th,
.ant-table-wrapper .ant-table-tbody>tr>td {
  border-bottom: 1px solid #d6d7d7;

}

.ant-table-wrapper .ant-table-thead>tr>th {
  color: #000;
  font-weight: 500;
  background-color: #efefee;
  font-size: 14px;
}

.signoff_kr {
  position: relative;
  right: 19px;
  bottom: 5px;
}

.percentage_input {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ReadexPro-Regular" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 120px;
  height: 42px;
  border-radius: 4px !important;
  background: #EEF2F6 !important;
  padding: 11px 8px !important;
  border: 1px solid #cccccc !important;
}

.bg_white {
  background-color: #fff !important;
}

.apparisal_report .appraisal_search input {
  width: 220px;
}

.apparisal_report .ant-select-single {
  height: 38px;
}

.apparisal_report .appraisal_user_select .ant-select-outlined .ant-select-selector {
  width: 250px;
  padding: 0;
  height: 38px;
}

.signoff_myteam_dd {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 157px;
}

.report_card {
  width: 294px;
  height: 230px;
  border: 1px solid #D6D7D7;
  border-radius: 12px;
}

.report_table {
  margin-top: 20px;
}

.report_table .ant-btn-default {
  background: #ffffff;
  border-color: #32B7D9 !important;
  color: #32B7D9 !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  z-index: 1;
}

.report_table .ant-table-wrapper .ant-table-column-title {
  white-space: nowrap;
}

.report_tab {
  position: relative;
  bottom: 63px;
}

.page-loader-full .ant-spin-dot.ant-spin-dot-spin,
.page-loader-full .ant-spin-text {
  position: fixed !important;
}

.page-loader-full .ant-spin-text {
  inset-inline-start: 0%;
}

.apparisal_report .ant-select-selection-item {
  padding: 10px !important;
}

.addkr_results_dropdown {
  width: 220px !important;
}

.addkr_results_dropdown .ant-select-selection-item {
  display: flex;
  align-items: center;
}

.checkin_circle_progress .ant-progress-inner {
  /* background-color: transparent !important; */
  border: 1px solid transparent;
  padding: 3px;
}

.checkin_circle_progress .ant-progress-circle .ant-progress-circle-path {
  stroke-linecap: butt;
}

.TotalTarget_circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #32B7D9;
  background-color: #32B7D9;
}

.krdesc_padding.ant-drawer-body {
  padding: 0 24px 24px 24px !important;
}

.lineheight_noraml {
  line-height: normal;
}

.weekoption_checkin.ant-select-single {
  width: 200px !important;
}

.checkin_user_select {
  z-index: 1 !important;
  position: relative;
}

.checkin_user_select .ant-select-outlined .ant-select-selector {
  height: 36px;
}

.checkin_user_select .ant-select-single {
  width: 250px !important;
  border-radius: 4px;
  background: #efefee;
  height: 36px;
}

.checkin_user_select .ant-btn-default:disabled,
.ant-btn-default.ant-btn-disabled {
  width: 22px;
  height: 22px;
}

.checkin_user_select .ant-btn.ant-btn-icon-only {
  padding: 0;
  width: 22px;
  height: 22px;
}

.checkin_user_select .ant-radio-wrapper {
  display: flex;
  align-items: center;

}

.bg_FAFAFA {
  background-color: #FAFAFA;
}

.pb-0 {
  padding-bottom: 0;
}

.br_top_bottom {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.input_border {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ReadexPro-Regular" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 4px !important;
  background: transparent;
  padding: 11px 8px !important;
  border: 1px solid #c8c8c8 !important;
}

.key-result-row .triangle {

  border-right: 27px solid transparent;
  border-bottom: 25px solid #c2fbff;
}

.key-result-row .cup_org_bg {
  height: 15px;
}

.key-result-row .triangle_left {
  border-left: 29px solid transparent;
  border-right: 0 solid transparent;
  border-top: 26px solid #c2fbff;
}

.key-result-row .obj_kr_desc {
  height: 40px !important;
  min-height: 40px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.key-result-row .fs-14 {
  font-size: 14px;
}

.App {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
}

/* Blinking Dot with Inner Circle */
.blinking-dot {
  width: 50px;
  height: 50px;
  border: 2px solid blue;
  border-radius: 50%;
  position: relative;
  animation: blink 1s infinite;
}

/* Inner Circle */
.inner-circle {
  width: 20px;
  height: 20px;
  background-color: rgba(100, 149, 237, 0.2);
  /* Adjust the color and transparency as needed */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.checkin .table-container {
  overflow-x: auto;
  overflow-y: auto;
  max-height: calc(100vh - 110px);
  /* max-height: 475px; */
  position: relative;
  width: 100%;
}

.objective-table {
  border-collapse: collapse;
  width: 100%;
}

.objective-table th,
.objective-table td {
  padding: 8px 12px;
}

.objective-table thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}


.objective-table tbody {
  /* display: block; */
  overflow: auto;
  scroll-behavior: unset;
  max-height: 300px;
}

.checkin .table-container::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.checkin .table-container::-webkit-scrollbar-thumb {
  background: #6f787a;
  border-radius: 10px;
}

.checkin-toggle {
  /* display: flex; */
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #d9d9d9;
  padding: 6px;
}

.checkin-toggle .ant-radio-button-wrapper {
  font-size: 12px;
  padding: 10px 20px;
  border: none;
  background-color: transparent;
  color: #d0d0d0;
}

.checkin-toggle .ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  line-height: 14px;
  height: 30px;
}

.checkin-toggle .ant-radio-button-wrapper:first-child {
  border-radius: 30px;
}

.checkin-toggle .ant-radio-button-wrapper:last-child {
  border-radius: 30px;
}

.checkin-mode .ant-radio-button-wrapper:not(:first-child)::before {
  display: none;
}

.checkin-toggle .ant-radio-button-wrapper-checked {
  background-color: #47e0ff;
  color: #000;
  font-size: 12px;
  padding: 10px;
}

.checkin-toggle .manual-checkin {
  border-right: 1px solid transparent;
}

.checkin-toggle .automatic-checkin {
  border-left: 1px solid transparent;
}

/* main{
    position: relative; 
    height: calc(100vh - 115px);
    overflow-y: scroll;
} */
.checkin_circle_progress .ant-progress-text {
  font-size: 21px !important;
}

.checkin-mode .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #000 !important;
}

.custom_checkin .ant-input-prefix {
  color: #B0B0B0 !important;
}

.checkin_circle_progress>.ant-divider {
  border-block-start: 3px solid #D6D7D7 !important;
}

.custom-progress-bar .ant-progress-inner {
  /* border: 1px solid #32B7D9;
  padding: 4px 2px;
  background-color: #fff !important; */
}


.checkin_user_select_kr {
  z-index: 1 !important;
  position: relative;
}

.checkin_user_select_kr .ant-select-outlined .ant-select-selector {
  height: 36px;
}

.checkin_user_select_kr .ant-select-single {
  width: 200px !important;
  border-radius: 4px;
  background: #efefee;
  height: 36px;
}

.checkin_user_select_kr .ant-btn-default:disabled,
.ant-btn-default.ant-btn-disabled {
  width: 24px;
  height: 24px;
}

.checkin_user_select_kr .ant-btn.ant-btn-icon-only {
  padding: 0;
  width: 24px;
  height: 24px;
}

.checkin_user_select_kr .ant-radio-wrapper {
  display: flex;
  align-items: center;

}

.checkin_edit {
  background-color: #D6D7D7;
  color: #808080;
  align-items: center;
  display: flex;
  font-size: 12px;
  border: unset;
  padding: 5px 10px;
  border-radius: 5px;
}

button .checkin_edit:hover {
  background-color: #D6D7D7;
  color: #808080;
  align-items: center;
  display: flex;
  font-size: 12px;
  border: unset;
  padding: 5px 10px;
  border-radius: 5px;
}

.keyresult_div .checkin_user_select .ant-select-single {
  width: 150px !important;
}

.checkin_kr_select {
  height: 200px;
  overflow-y: scroll;
}

.checkin_kr_select:hover {
  overflow-y: scroll;
}

.checkin_kr_select::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.checkin_kr_select::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.keyresult_div .input_border {
  padding: 5px !important;
}

.kr_new_card p {
  color: #32B7D9;
  font-size: 12px !important;
  font-weight: 700;
  float: right;
  text-decoration: underline;
  display: flex;
  justify-content: end;
  margin-top: 15px;
}

.checkin-team {
  margin-top: -38px;
  float: right;
}

.target_uom_bg {
  background-image: url(../images/target_uom_bg.svg);
  width: auto !important;
  height: auto !important;
}

.org_obj_filter_btn {
  background: #fff;
  border: 1px solid #D6D7D7;
  color: #808080;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
}

.org_obj_filter_btn_Active {
  background: #47E0FF;
  border: 1px solid #1ACEF6;
  color: #121212;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 12px;
  margin-right: 10px;
  cursor: pointer;
}


.orgobj_div {
  overflow-y: scroll;
  height: 400px;
}

.orgobj_div:hover {
  overflow-y: scroll;
}

.orgobj_div::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.orgobj_div::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.pagination {
  display: flex;
  justify-content: end;
}

.obj_app_triangle {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 24px solid #c2fbff;
}

/* new obj weightage  */

/* .myobjweightage .ant-progress-text {
  display: none;
} */

.obj-header-tab .ant-select-outlined .ant-select-selector {
  border-radius: 4px !important;
  background: #fff !important;
  border: 1px solid #E3E8EF !important;
  height: 37px !important;
  width: 150px !important;
}

.obj-header-tab .ant-select-single {
  height: auto;
}

.obj-header-tab .ant-btn-default {
  background: #47E0FF;
  border: 1px solid #1ACEF6;
  height: 36px;
  border-radius: 4px;
  color: #121212;
}

.obj-header-tab .obj_weightage_btn {
  background-color: #697586;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #697586;
  height: 36px;
  font-size: 12px;
  padding: 0 10px;
}

.review-cas-obj {
  display: flex;
  background-color: #EEF2F6;
  border-radius: 8px;
  margin: 5px;
  padding: 10px 12px;
}

.review-cas-obj-box {
  display: flex;
  /* background-color: #EEF2F6; */
  border-radius: 8px;
  margin: 5px;
  padding: 10px 12px;
}

.review-cas-obj-val {
  display: flex;
  background-color: transparent;
  border-radius: 8px;
  margin: 5px;
  padding: 10px 12px;

}

.review-title {
  width: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.review-value {
  width: 100px;
  text-align: center;
  border-right: 1px solid #EEF2F6;
  border-bottom: 1px solid #EEF2F6;
  padding: 10px 2px;
}

.obj_weight_left {
  min-width: 272px !important;
  position: sticky;
  left: 0;
}

.review_weightage {
  width: 60px;
  height: 32px;
  background-color: #EEF2F6;
  border-radius: 4px;
  border: transparent;
  text-align: center;
}

.obj_weight_scroll {
  overflow-x: scroll;
}

.obj_weight_scroll:hover {
  overflow-x: scroll;
}

.obj_weight_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.obj_weight_scroll::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.ant-progress-line {
  display: flex;
  align-items: baseline;
}

.progress-line-bule {
  color: #32B7D9;
}

.progress-line-green {
  color: #17B26A;
}

.progress-line-red {
  color: #F04438;
}

.Obj_unassign_img {
  position: absolute;
  right: 12px;
  top: -6px;
  cursor: pointer;
}

.obj-header-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E3E8EF;
  border-bottom: 1px solid #E3E8EF;
  padding: 10px 15px;
  height: 50px;
}

.obj-header-item {
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.obj-header-item img {
  margin-right: 8px;
}

.obj-header-item.active {
  font-weight: bold;
  color: #121212;
  background: #47E0FF;
  border: 1px solid #1ACEF6;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 12px;
}

.obj-header-tab .ant-select-outlined .ant-select-selector {
  border-radius: 4px !important;
  background: #fff !important;
  border: 1px solid #E3E8EF !important;
  height: 37px !important;
  width: 150px !important;
}

.obj-header-tab .ant-select-single {
  height: auto;
}

.obj-header-tab .ant-btn-default {
  background: #47E0FF;
  border: 1px solid #1ACEF6;
  height: 36px;
  border-radius: 4px;
  color: #121212;
}

.obj-header-tab .obj_weightage_btn {
  background-color: #697586;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #697586;
  height: 36px;
  font-size: 12px;
  padding: 0 10px;
}

.obj_card_new {
  background-color: #fff;
  width: 300px;
  height: 180px;
  border: 1px solid #E3E8EF;
  border-radius: 4px;
  padding: 15px;
}

.child_obj_card {
  background-color: #fff;
  width: 300px;
  height: 160px;
  border: 1px solid #E3E8EF;
  border-radius: 4px;
  padding: 15px;
}

.myobj_Kr_progress {
  width: 290px;
}

.kr_obj_card {
  background-color: #fff;
  width: 300px;
  height: 115px;
  border: 1px solid #E3E8EF;
  border-radius: 4px;
  padding: 15px;
}

.obj_link_img {
  position: relative;
  top: 90px;
}

.kr_id_bg {
  background: #EEF2F6;
  padding: 0 5px;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px;
  background: #EEF2F6;
  height: 13px;
}

.kr_obj_card .triangle,
.tree-key-results .triangle,
.kr-chat .triangle {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 27px solid transparent;
  border-bottom: 24px solid #EEF2F6;
  position: relative;
  right: 2px;
  bottom: 1px;
}

.kr_obj_card .triangle_left,
.tree-key-results .triangle_left,
.kr-chat .triangle_left {
  border-top: 23px solid #EEF2F6;
  border-left: 26px solid transparent;
  border-right: 0 solid transparent;
  margin: 0;
  width: 0;
  position: relative;
  left: 3px;
}

.my_obj_bg {
  background-color: #F8FAFC;
  border: 1px solid #EEF2F6;
  border-radius: 8px;
  display: flex;
  width: fit-content;
  padding: 10px;
  margin-right: 15px;
}

.kr_obj_card.cascade {
  border-left: 4px solid #F04438;
}

.kr_obj_card.inprogress {
  border-left: 4px solid #F79009;
}

.kr_obj_card.YetToCascade {
  border-left: 4px solid #7b344c;
}

.kr_obj_card.completed {
  border-left: 4px solid #17B26A;
}

.obj_status_bg.progressing {
  background-color: #FFE9B3;
  border-radius: 4px;
  color: #F79009;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 1px 10px;

}

.obj_status_bg.obj_progressing_circle {
  width: 6px;
  height: 6px;
  background-color: #F79009;
  display: flex;
  border-radius: 50px;
}

.obj_status_bg.obj_completed_circle {
  width: 6px;
  height: 6px;
  background-color: #17B26A;
  display: flex;
  border-radius: 50px;
}

.obj_status_bg.completed {
  background-color: #BDEDE1;
  border-radius: 2px;
  color: #17B26A;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 4px 10px;
}

.obj_top {
  position: relative;
  top: -55px;
  z-index: 1;
  float: right;
}

.obj_assigned_bg {
  width: 60px;
  height: 32px;
  border: unset;
  text-align: center;
  background: #EEF2F6;
  border-radius: 5px;
}

.unassignclose_img {
  margin-left: -10px;
  margin-top: -4px;
}

.appraisal_percentage {
  /* width: 250px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 25px;
  font-family: "ReadexPro-Regular" !important;
}

.custom_percentage_input {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ReadexPro-Regular" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 70px;
  height: 36px;
  border-radius: 4px !important;
  background: #f5f5f5 !important;
  padding: 5px 8px !important;
  border: unset !important;
}

.addkr_results_img .custom-select img {
  width: 35px !important;
}

.ant-tabs-nav {
  width: 60%;
  z-index: 1;
}

.permission_org_btn {
  /* bottom: 46px; */
  position: relative;
}

.line {
  border-top: 1px solid #E3E8EF;
}

.member_tab .ant-tabs-nav {
  margin: 0 !important;
}

.m-2-tab {
  margin: 16px;
}

.checkin_tab .ant-tabs-nav {
  margin: 0 !important;
}

.appraisal_tab {
  margin-top: 15px;
}

.appraisal_tab .ant-tabs-nav {
  margin: 0 !important;
}

.appraisal_permission_btn {
  bottom: 38px;
  position: relative;
}

.load-gif {
  /* d-flex align-center z-1 position-absolute  */
  display: flex;
  align-items: center;
  z-index: 10;
  position: absolute;
  justify-content: center;
  width: 100%;
}

.blur-background {
  filter: blur(5px);
}

/* .ant-tabs-nav {
  width: 40%;
} */
.kr_card_new {
  background-color: #fff;
  width: 300px;
  height: 160px;
  border: 1px solid #E3E8EF;
  border-radius: 4px;
  padding: 15px;
}

.kr_card_new .Progressing_btn {
  border-radius: 4px;
  background: #ffe9b3;
  color: #8a4c0a !important;
  font-size: 12px;
  font-family: "ReadexPro-Regular" !important;
  padding: 5px;
}

.kr_card_new .Progressing_btn_active {
  background: #d68c24;
  border-radius: 4px;
  font-size: 12px;
  color: #fff !important;
  font-family: "ReadexPro-Regular" !important;
  padding: 5px;
}

.kr_add_table .assigned_myobj_bg {
  width: 55px;
  /* height: 32px; */
  padding: 8px;
  border-radius: 4px;
  border: 1px;
  gap: 12px;
  background: #efefee99;
  border: 1px solid transparent;
}

.kr_obj_bottom_border td {
  border-bottom: 2px solid #eaeaea;
}

.assign-close {
  /* position: absolute; */
  right: -5px;
  bottom: 25px;
}

.w-50px,
.w-50px:hover {
  width: 50px;
}

.myobjweightage-table td {
  border-bottom: 1px solid #EEF2F6;
  border-right: 1px solid #EEF2F6;
}

.myobjweightage-table th {
  border-right: 0;
}

.myobjweightage-table .assigned_bg {
  background-color: transparent;
  padding: 0px 0 8px 0;
  width: 40px;
  text-align: center;
}

.myobjweightage-table .assigned_bg:focus-visible {
  outline-offset: unset !important;
  outline: unset !important;
}

.obj_weight_input {
  background: #EEF2F6;
  padding: 0px 0 0px 10px;
  border-radius: 5px;
  width: 56px;
}

.assgin_obj .objectivetabs-container .ant-tabs-nav-list {
  padding: 0;
}

.assign_member_select {
  border: unset;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 5px;
  border-bottom: 1px solid #EEF2F6;
}

.assign_select_mem_input,
.assign_select_mem_input:hover,
.assign_select_mem_input:focus,
.assign_select_mem_input:focus-within {
  background-color: #EEF2F6;
  border-radius: 4px;
  width: 75px;
  padding: 7px 10px;
  border: transparent;
}

.assign_select_mem_input_error,
.assign_select_mem_input_error:hover,
.assign_select_mem_input_error:focus,
.assign_select_mem_input_error:focus-within {
  background-color: #EEF2F6;
  border-radius: 4px;
  width: 75px;
  padding: 7px 10px;
  border: 1px solid #FF4747;
}

.assign_member_select .ant-tag-close-icon svg {
  color: #F04438;
  font-size: large;
}

.assign_member_select .ant-select-selector {
  background-color: #EEF2F6 !important;
}

.assignmemberscroll {
  /* height: 200px; */
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.assignmemberscroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.assignmemberscroll::-webkit-scrollbar-thumb {
  background-color: #EFEFEE;
  border-radius: 10px;
}

.assignmemberscroll::-webkit-scrollbar-track {
  height: 10px !important;
}

.cyan_button.disabled {
  background-color: #c6c8ca;
  cursor: not-allowed;
}

.appraisal_comment {
  height: 113px;
  overflow: auto;
}

.appraisal_comment::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.appraisal_comment::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
}

.appraisal_comment::-webkit-scrollbar-track {
  height: 10px !important;
}

.kr_appraisal_comment {
  height: 55px;
  overflow: auto;
}

.kr_appraisal_comment::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
}

.kr_appraisal_comment::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 10px;
}

.kr_appraisal_comment::-webkit-scrollbar-track {
  height: 10px !important;
}

.signin_btn {
  margin-top: -30px;
}

.signoff_CFT_btn {
  background: linear-gradient(270deg, #32b7d9 0%, #47e0ff 100%);
  width: 40px;
  padding: 5px 10px;
  border-radius: 4px;
  gap: 10px;
  border: unset;
  color: #fff;
}

.AssignMembersText {
  width: 17ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assign_member_select .ant-select-selection-item {
  font-size: 13px;
}

.assign_member_select .ant-select-single {
  width: 90% !important;
}

*/
/* .krcheckinTable th.ant-table-cell{
  background-color: transparent !important;
  color: #9AA4B2 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
} */

.krcheckinTable td,
.krcheckinTable th {
  border-bottom: 1px solid #EAEAEA !important;
  /* color: #9AA4B2; */
  color: #9AA4B2 !important;
}

.krcheckinTable table th.ant-table-cell {
  background: transparent !important;
  color: #9AA4B2 !important;
}

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

.ant-picker-outlined {
  background: #EAEAEA;
  border-width: 1px;
  border-style: solid;
  border-color: #EAEAEA;
  width: 98% !important;
  padding: 6px 35px 6px 21px;
  border-radius: 3px;
}

.ant-picker-outlined:hover {
  background: #EAEAEA;
  border-width: 1px;
  border-style: solid;
  border-color: #EAEAEA;
  /* width: 100% !important; */
  padding: 6px 35px 6px 21px;
  border-radius: 3px;
}

.ant-picker .ant-picker-input>input {
  font-weight: 600;
  font-size: 12px;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fw-400 {
  font-weight: 400 !important;
}

.obj_tab .mycheckin_tab .ant-tabs-tab.ant-tabs-tab-active {
  border-radius: 5px;
  background: #47e0ff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.12) inset;
  font-weight: 300;
  font-size: 12px !important;
  border: 1px solid #1ACEF6 !important;
  color: #121212 !important;
}

.obj_tab .mycheckin_tab .ant-tabs-ink-bar {
  background-color: transparent !important;
  border-radius: 5px !important;
  border: 2px solid transparent !important;
}

.obj_tab .mycheckin_tab .ant-select-outlined .ant-select-selector {
  background-color: #EEF2F6 !important;
  padding: 20px !important;
}

.obj_tab .mycheckin_tab .ant-tabs .ant-tabs-tab-btn {
  font-weight: 200;
  font-size: 13px;
}

.obj_tab .mycheckin_tab.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #000;
  font-weight: 500;
  font-size: 13px !important;
}

.obj_tab .mycheckin_tab .progress-content .ant-progress .ant-progress-inner {
  border: 1px solid #32B7D9 !important;
  padding: 2px 2px;
  background-color: #fff !important;
}

.checkin_input {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "ReadexPro-Regular" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 4px !important;
  background: #EEF2F6 !important;
  padding: 11px 8px !important;
  border: 0 !important;

}

.checkin_input .ant-input-prefix {
  color: #B0B0B0 !important;
}

.checkin_accord {
  background-color: #F8FAFC;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  padding: 8px;
  margin-top: 8px;
}

.Checkin_threeline_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  font-family: "ReadexPro-Regular" !important;
}

.ant-modal .ant-modal-title {
  color: #32B7D9;
  font-size: 16px;
  font-weight: 700;
  font-family: "ReadexPro-Regular";
}

.objweight_modal .ant-btn-primary {
  background-color: #47E0FF;
  border: 1px solid #1ACEF6;
}

.objweight_modal .ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover {
  background-color: #47E0FF;
  border: 1px solid #1ACEF6;
}

.objweight_modal .ant-btn-default {
  border: unset;
  color: #FF4747;
}

.objweight_modal .ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
  border: unset;
  color: #FF4747;
}

.objweight_modal .ant-modal-footer {
  margin-top: 20px;
}

.objweight_tooltip .ant-tooltip-inner {
  background-color: #000 !important;
  color: #fff !important;
}

.weightage_threeline_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "ReadexPro-Regular" !important;
}

.kr_dsc_assginmem {}

body {
  overflow-x: hidden;
}

.notification_box .twoline_text_overflow {
  height: 38px !important;
}

.notification_obj_text {
  height: 43px;
  overflow-y: scroll;
}

.notification_obj_text:hover {
  overflow-x: scroll;
}

.notification_obj_text::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.notification_obj_text::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.ant-input-number-handler-wrap {
  display: none !important;
}

/* dec18 */
.q3_ui .my_obj_tab {
  display: flex;
  align-items: center;
}

.c_4B5565 {
  color: #4B5565;
}

.c_667085 {
  color: #667085;
}

.c_697586 {
  color: #697586;
}

.bg_1ACEF6 {
  background: #1ACEF6;
}

.self-center {
  align-self: center;
}

.filter_show {
  width: 248px;
  background: #EEF2F6;
  position: absolute;
  /* position: fixed; */
  right: 0;
  /* height: -webkit-fill-available; */
  /* height: 100vh; */
  z-index: 2;
}

.filter_pillars .card {
  padding: 10px;
  background-color: #fff;
  color: #667085;
  box-shadow: unset;

}

.filter_pillars .poor_bg {
  background-color: #FFD4D2;
  color: #F04438;
  font-size: 10px;
  font-weight: 700;
  border: transparent;
  border-radius: 4px;
  padding: 3px;
}

.filter_pillars .good_bg {
  background-color: #BDEDE1;
  color: #17B26A;
  font-size: 10px;
  font-weight: 700;
  border: transparent;
  border-radius: 4px;
  padding: 3px;
}

.filter_pillars .average_bg {
  background-color: #FFE9B3;
  color: #F79009;
  font-size: 10px;
  font-weight: 700;
  border: transparent;
  border-radius: 4px;
  padding: 3px;
}

.filter_show .pillars {
  /* min-height: min-content; */
}

.kr_obj_scroll {
  overflow-y: hidden;
  height: calc(100vh - 60vh);
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.kr_obj_scroll:hover {
  overflow-y: auto;
}

.kr_obj_scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* For Firefox (optional, if needed) */

.kr_obj_scroll {
  /* scrollbar-width: thin; */
  scrollbar-color: transparent transparent;
}

.kr_obj_cfr_scroll {
  overflow-y: hidden;
  height: calc(100vh - 10vh);
  padding: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.kr_obj_cfr_scroll:hover {
  overflow-y: auto;
}

.kr_obj_cfr_scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* For Firefox (optional, if needed) */

.kr_obj_cfr_scroll {
  /* scrollbar-width: thin; */
  scrollbar-color: transparent transparent;
}

.pillars {
  overflow-y: hidden;
  /* height: calc(72vh - 5vh); */
  height: calc(80vh - 5vh);
  padding: 5px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pillars:hover {
  overflow-y: auto;
}

.pillars::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* For Firefox (optional, if needed) */
.pillars {
  /* scrollbar-width: thin; */
  /* scrollbar-color: transparent transparent;  */
}

.myObjTabActive {
  background-color: 1px solid #1ACEF6;
  background-color: #47E0FF;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
}

.obj-accord {
  position: relative;
  right: 12px;
  top: 115px;
}

.filter_icon {
  background: transparent;
  border: 1px solid #E3E8EF;
  align-items: center;
  display: flex;
  padding: 7px;
  border-radius: 4px;
  justify-content: space-between;
}

.obj_edit_card {
  padding: 2px;
  /* padding: 2px; */
  /* position: absolute; */
  /* right: 0; */
  /* top: 7px; */
  width: 120px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.myObjActive {
  background-color: #f0f0f01a;
  padding: 10px !important;

}

.obj_header_memu {
  background-color: #333741 !important;
  border-radius: 5px !important;
  border: none !important;
}

.obj_header_memu li {
  padding: 10px !important;
}

.obj_percentage {
  background: #FFE9B3;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 5px;
}

.one_line {
  max-width: 40ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kr_progress_bar .ant-progress .ant-progress-bg {
  background: #1ACEF6;
}

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

.chat-scrollable-area {
  overflow: auto;
  height: 650px;
  background: #F8FAFC;
}

.chat-scrollable-area::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

.chat-scrollable-area::-webkit-scrollbar {
  background-color: #efefee;
  width: 7px;
  height: 7px;
}

.myobj_cascade_dropdown {
  background: transparent;
  border: 1px solid #E3E8EF;
  height: 35px;
  color: #121212;
  padding: 0 15px;
  border-radius: 5px;
  margin-right: 15px;
}

.h-100 {
  height: 100vh;
}

.piller_scroll {
  overflow-y: scroll;
  max-height: 150px;
}

.piller_scroll:hover {
  overflow-y: scroll;
}

.piller_scroll::-webkit-scrollbar {
  background-color: transparent;
  width: 7px;
  height: 7px;
}

.piller_scroll::-webkit-scrollbar-thumb {
  background: #9AA4B2 !important;
  border-radius: 10px;
}

.c_FF0000 {
  color: #FF0000 !important;
}

.CFRTab {
  background-color: transparent !important;
  border: unset;
  color: #4B5565;
  padding: 10px;
}

.CFRActiveTab {
  background-color: transparent;
  border: unset;
  background-color: #47E0FF !important;
  color: #000 !important;
  padding: 10px;
  border-radius: 5px;
}

.chat-active {
  background: #A1F1FF;
  border-radius: 8px;
  align-items: center;
  padding-left: 8px;
}

.cfr_card_bg {
  background-color: #F8FAFC;
  border: 1px solid #EEF2F6;
  border-radius: 8px;
  padding: 10px;
}

.margin-1 {
  margin-right: 5px;
}

.kr_obj_card.default {
  border-left: 4px solid #E3E8EF;
}

.crr_kr_modal .ant-drawer-body {
  padding: 15px !important;
}

.target-assignee .ant-select-selector {
  padding: 0 !important;
}

.bottom-4 {
  bottom: 4px;
}

.org-groupname {
  display: flex;
  align-self: center;
  background-color: #018bb914;
  border-radius: 8px;
  font-size: 12px;
}

.align-self-center {
  align-self: center;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

.objective-tab .ant-tabs-nav {
  margin-bottom: 10px;
}

/* NEW UI */

.team-obj-outer {
  display: 'flex';
  align-items: center;
  padding: 12px 24px;
  background-color: var(--primary-text-clr);
  border: 1px solid var(--primary);
  border-radius: 8px;
  margin-top: 10px;
}

.team-obj-mem-creater-id {
  font-size: var(--regular-font-size);
  font-weight: var(--medium-font-weight);
  color: var(--bv-card-title-clr);
  line-height: 20px;
}

.team-obj-mem-weightage {
  color: var(--bv-card-kr-txt-clr);
}

.tean-obj-mem-unendorsed-btn {
  /* color: var(--secondary-btn-clr) !important;
  background-color: var(--myobjectives-btn-bg-clr) !important; */
  padding: 4px 10px !important;
  /* border: 1px solid var(--border-solid) !important; */
  border-radius: 9999px !important;
  text-transform: capitalize !important;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--small-font-size);
  font-weight: var(--medium-font-weight);
}

.tean-obj-mem-unendorsed-btn .view {
  /* color: var(--secondary-btn-clr) !important;
  background-color: var(--primary-text-clr) !important; */
  padding: 2px 6px 2px 8px !important;
  /* border: 1px solid var(--border-solid) !important; */
  border-radius: 9999px !important;
  text-transform: capitalize !important;
  display: flex;
  gap: 4px;
  font-size: var(--small-font-size);
  font-weight: var(--medium-font-weight);
}

.progress-text {
  font-size: var(--regular-font-size);
  font-weight: var(--medium-font-weight);
}

.count-bg-clr {
  background-color: var(--light-gray-bg-clr) !important;
  padding: 0px 6px;
  border-radius: 3px;
  font-size: var(--regular-font-size);
  font-weight: var(--medium-font-weight);
}

.team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.team-drawer-container .MuiDrawer-paper {
  border-radius: 8px;
  top: 5px;
  right: 5px;
  width: 843px;
  height: 100vh;
  background-color: var(--primary-bgc);
  display: flex;
  flex-direction: column;
}

.team-header .team-objective-heading {
  font-size: 20px;
  padding-top: 5px;
  font-weight: 600;
}

.team-header .team-obj-unendorsed {
  border-radius: 9999px !important;
  background-color: #FFFAEB;
  color: #B54708;
  border: 1px solid #FEDF89;
  padding: 4px 10px !important;
  text-transform: capitalize !important;
  display: flex;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
}

.team-header .team-obj-weightage {
  padding-top: 20px;
  color: #101828;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.team-assigned-obj {
  color: #101828;
  font-size: 14px;
  font-weight: 400;
}

.error-alert-box {
  display: flex;
  border: 1px solid var(--border);
  border-radius: 8px;
  background-color: var(--primary-light);
}

.team-error-alert {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  margin: 10px;
}

.team-error-icon {
  width: 16px;
  height: 16px;
}

.team-error-content {
  padding: 10px;
  flex: 1;
  color: #344054;
  font-weight: var(--semi-bold-font-weight);
  font-size: var(--regular-font-size);
}

.team-error-content span {
  font-weight: var(--regular-font-weight);
  font-size: var(--regular-font-size);
  color: #475467;
}

.team-scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 150px);
  padding-left: 24px;
  padding-right: 24px;
  max-width: 100%;
}

.team-flex-container {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  width: var(--extra-bold-font-weight);
  margin-bottom: 10px;
}

.team-box-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--regular-font-size);
  font-weight: var(--semi-bold-font-weigh);
  border-radius: 6px 0 0 6px;
  color: var(--primar-des);
}

.team-box-container .team-title {
  white-space: nowrap;
}

.team-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px;
  flex-grow: 1;
}

.team-card .team-card-title {
  font-size: var(--medium-font-size);
  font-weight: var(--medium-font-weight);
  flex-grow: 1;
  color: var(--secondary-btn);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.team-card .team-focus-button {
  text-transform: capitalize;
  border: 2px solid #D0D5DD;
  width: 140px;
  height: 40px;
  border-radius: 8px;
  color: #101828;
  font-size: var(--medium-font-size);
  font-weight: var(--regular-font-weight);
  background-color: var(--secondary-des);
}

.team-card .team-button {
  text-transform: capitalize;
  border: 2px solid #D0D5DD;
  border-radius: 8px;
  width: 80px;
  height: 40px;
  color: #101828;
  font-size: var(--regular-font-size);
  font-weight: var(--regular-font-weight);
  background-color: var(--secondary-des);
}

.team-card .team-button-width {
  width: 30%;
}

.team-sub-card-container {
  background-color: var(--primary-btn);
  padding: 10px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team-sub-card-container .team-text {
  font-size: var(--regular-font-size);
  color: var(--secondary);
  font-weight: var(--medium-font-weight);
}

.team-button-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}


.team-button-container .team-button {
  text-transform: capitalize;
  border-radius: 8px;
}

.team-button-container .team-cancel-button {
  color: #475467;
  padding-right: 20px;
  font-weight: var(--semi-bold-font-weight);
  font-size: var(--medium-font-size);
}

.team-button-container .team-endorse-button {
  margin: 8px;
  font-weight: var(--semi-bold-font-weight);
  font-size: var(--medium-font-size);
  color: var(--primary-text-clr);
}

.team-button-container .team-endorse-button:hover {
  background-color: var(--primar-des);
}

.team-flex-container .team-card .team-helpicon {
  width: 16px;
  height: 16px;
  margin: 5px;
  border-color: #667085;
}

.css-19p4qvq-MuiButtonBase-root-MuiTab-root {
  padding: 0px 16px 10px 0px !important;
}

.css-1ldm0yf-MuiButtonBase-root-MuiTab-root {
  padding: 0px 16px 10px 0px !important;
}

.team-obj-tab {
  gap: 20px !important;
}

.list-view-hover:hover {
  background-color: var(--secondary-des) !important;
}

.css-178mi2y {
  padding-top: 0px !important;
}

.css-1881gb-MuiGrid-root>.MuiGrid-item {
  padding: 8px 0px 0px 0px !important;
}

.css-1s6o8rm-MuiButtonBase-root-MuiAccordionSummary-root.Mui-expanded {
  min-height: none !important;
}

.title-length {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.MuiBox-root {
  border-radius: 1px solid;
}


.card-top-btn {
  padding: 2px 6px 2px 4px !important;
  border-radius: 6px;
  gap: '4px';
}

.dot {
  width: 6px;
  height: 6px;
  background-color: var(--secondary-txt);
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.css-x9svwu-MuiPaper-root-MuiAccordion-root:last-of-type {
  box-shadow: none !important;
}

/* NEW UI */

.c_101828 {
  color: #101828;
}

.team-obj-dot {
  width: 6px;
  height: 6px;
  background-color: var(--secondary-txt);
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

/* admin report */

.selected-row {
  background-color: #e6f7ff !important;
}

.custom-table :where(.ant-table-thead) th {
  font-weight: bold;
}

.suggestion-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}

.ant-select-dropdown {
  z-index: 99999;
}

.header-q-select {
  background-color: #fff !important;
  color: #000;
  width: 160px;
  border-radius: 4px;
  text-align: center;
  height: 33px;
  border: 1px solid #E3E8EF !important;
}

.year-drop-down .Mui-selected{
  background-color: #F9FAFB !important;
}
.quarter-years .Mui-selected{
  background-color: #F9FAFB !important;
}

.align-self-end{
  align-self: flex-end;
}
.twoline_text_overflow_cfr {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* height: 60px; */
  font-family: "ReadexPro-Regular" !important;
  margin-bottom: opx;
}

.obj-status-4 {
  background-color: #32c6a0;
  border: #32c6a0;
  padding: 7px 8px;
  height: 25px;
  border-radius: 5px;
}

.obj-status-4::after {
  content: " ";
  background-color: #4c837c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}