/* Antd */
/* .rc-virtual-list-holder-inner{
    position: absolute;
    bottom: 0px;
} */

button:focus {
  outline: none !important;
}
::-webkit-scrollbar {
  width: 5px !important;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #fff !important;
}
::-webkit-scrollbar-thumb {
  background: #ddd !important;
}
::-webkit-scrollbar-thumb:hover {
  background: #ddd !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.ant-modal-content {
  border-radius: 0px !important;
}
.rc-virtual-list-scrollbar-thumb {
  background-color: #ddd !important;
}
.rc-virtual-list-scrollbar {
  width: 5px !important;
}
.ant-table-tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  position: inherit !important;
}
.ant-table-tbody > tr > td.ant-table-cell-fix-right {
  position: sticky !important;
}
.ant-menu-vertical > .ant-menu-item {
  height: 40px !important;
  line-height: 40px !important;
}
.ant-menu-vertical > .ant-menu-title-content {
  opacity: 1 !important;
  color: #fff;
}
.ant-tooltip-inner {
  background-color: #18a4e0 !important;
}
.ant-tooltip-arrow-content {
  background-color: #18a4e0 !important;
}
.ant-table.ant-table-bordered
  > .ant-table-container
  > .ant-table-content
  > table
  > thead
  > tr
  > th,
.ant-table.ant-table-bordered
  > .ant-table-container
  > .ant-table-content
  > table
  > tbody
  > tr
  > td {
  border: none !important;
}
.ant-table-thead > tr > th {
  background: #ffffff !important;
}
/* .ant-table-tbody > tr.ant-table-row:hover > td{
    background:inherit !important;
} */
.ant-popover-open img {
  background-color: #d3dde6;
  border-radius: 50%;
}
.ant-popover-placement-top .ant-popover-inner-content {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px #c5c5c5;
  border-radius: 5px;
  padding: 5px 0px;
  white-space: nowrap;
}
.ant-popover-placement-top ul {
  padding: 0px;
  margin-bottom: 0;
}
.ant-popover-placement-top ul li,
.popover_mothercompany ul li,
.child_pin_popover ul li {
  color: #2d2d2d;
  padding: 7px 10px;
  cursor: pointer;
  line-height: 1.3;
  font-size: 13px;
}
.ant-popover-placement-top ul li:hover,
.popover_mothercompany ul li:hover,
.child_pin_popover ul li:hover {
  background-color: #f8fafb;
}
.ant-popover-placement-top ul li button {
  padding: 0px;
  text-align: left;
}
.ant-popover-placement-top ul li .ant-btn {
  border: none !important;
  background: transparent !important;
  margin-bottom: 0 !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 65px !important;
  color: #2d2d2d !important;
  box-shadow: none;
  font-size: 13px;
}
.ant-popover-placement-top .ant-popover-arrow {
  display: none;
}
.table_body,
.ant-table-content {
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}
.manage_company.filters .table_body {
  overflow-x: inherit;
  overflow-y: inherit;
}
.ant-modal-content .the_table {
  overflow: hidden auto;
}
.ant-popover-inner-content ul,
.popover_mothercompany ul,
.child_pin_popover ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.ant-btn:not(:last-child) {
  margin-right: 0px !important;
}
.ant-picker {
  width: 100%;
}
/* login page */
.login-logo {
  display: none;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 40%;
}
.login_page {
  display: flex;
  height: 100vh;
}
.left_side {
  flex-grow: 1;
  flex-basis: 55%;
}
.right_side {
  flex-grow: 1;
  flex-basis: 45%;
  background-color: #fff;
}
.right_side {
  height: 100%;
}
.left_side {
  display: block;
  height: 100%;
}
.left_side_1 {
  width: 100%;
  height: 100%;
}

.login_tab {
  border-bottom: 2px solid #29aae2;
  padding-left: 30px;
}
.login_tab_1 {
  padding: 15px;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
}
.login_tab_1:before {
  content: "";
  border: 2.5px solid #18a4e0;
  width: 100px;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #18a4e0;
}
.btn-auth {
  background-color: #18a4e0 !important;
  color: #fff !important;
  height: 45px !important;
  font-size: 15px !important;
  letter-spacing: 0.5px;
  width: 100%;
  border: none !important;
}
.login-back {
  color: #185be0;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
}
.form_part {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form_part .ant-form-item-has-error .ant-input {
  border-color: unset;
  border: 0px;
  box-shadow: unset;
}
.form_part .ant-form-item-has-error .ant-input:focus {
  border-color: unset;
  border: 0px;
  box-shadow: unset;
}
.form_part .ant-input:focus {
  border-color: unset;
  border-right-width: 0px !important;
  outline: 0;
  box-shadow: unset;
}
.input_username input {
  border: 0;
}
.input_username input:focus {
  border: 0;
  outline: 0;
}
.input_username_parent {
  /* display: flex; */
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.right_symbol {
  /* flex-basis: 10%; */
  position: absolute;
  top: 20px;
  right: -25px;
}
/* .right_symbol img{
    padding-left: 10px;
} */
.input_username .ant-input-affix-wrapper.ant-input-password {
  padding: 0;
  border: 0;
}
.input_username .ant-input-affix-wrapper.ant-input-password:focus {
  border: 0;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.input_username .ant-input-affix-wrapper.ant-input-password:hover {
  border: 0;
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.input_username .anticon.anticon-eye-invisible.ant-input-password-icon {
  color: black;
}
/* .input_username .ant-input{
    box-shadow: unset !important;
}  */
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white;
  /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
}
.input_username span {
  font-size: 16px;
  /* color: #b9c2cc; */
  font-weight: 500;
}
.input_username {
  flex-basis: 90%;
}

/* .input_username input{
    font-size: 16px;
}   */
/* .input_username:focus{
    border-color: #28aaeb;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(3 143 222 / 20%);
} */
.input_username .ant-input {
  border: 0px;
}
.input_username.for_focus {
  border-color: #28aaeb;
  /* border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(3 143 222 / 20%); */
}
.input_username {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  /* padding:20px .75rem; */
  color: #545454;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  transition: all 0.3s;
}
.input_username:focus {
  border: 1px solid #18a4e0;
  outline: none;
}
.input_username {
  position: relative;
}
.input_username label {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  /* opacity: .65 !important; */
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
  z-index: 9999;
}
.input_username input {
  padding: 1rem 0.75rem !important;
  height: calc(3.5rem + 2px);
  border-radius: 6px;
}
.input_username ::placeholder,
.input_username ::placeholder {
  color: transparent !important;
}

.input_username input:focus,
.input_username input:not(:placeholder-shown) {
  padding-top: 1.625rem !important;
  padding-bottom: 0.625rem !important;
}
.input_username input:focus ~ label,
.input_username input:not(:placeholder-shown) ~ label {
  /* opacity: .65 !important; */
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}
/* .ant-input-password input:not(:placeholder-shown){
margin-top:10px;
padding-top:0px;
} */
.input_username .ant-input-suffix {
  margin-left: 20px;
  margin-right: 20px;
}
.input_username.for_focus label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input_username
  .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: inherit;
}
.forget_section .ant-switch {
  background-color: rgb(255 255 255 / 25%);
  border: 1px solid #ddd;
}
.input_username_parent:nth-child(1) {
  margin-bottom: 15px;
}
.ant-avatar {
  cursor: pointer;
}
.login_page .ant-switch-handle::before {
  background-color: #27b70b;
}
.login_page .ant-switch-checked .ant-switch-handle::before {
  background-color: #fff;
}
.login_page .ant-switch.ant-switch-checked {
  background-color: #27b70b;
  border: 1px solid #d9d9d9;
}
.login_page .ant-switch-handle {
  width: 16px;
  height: 16px;
}
.login_page .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - -2px);
}
.ant-switch-checked:focus,
[ant-click-animating-without-extra-node="true"]::after,
.ant-click-animating-node {
  box-shadow: none !important;
}
.forget_section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  /* width: 90%; */
}
.forget_section_1 {
  flex-grow: 1;
  flex-basis: 50%;
}
.forget_section_2 {
  flex-grow: 1;
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}
.f_pwd {
  font-size: 14px;
  color: #b4b4b4;
  cursor: pointer;
}
.form_part_content {
  width: 70%;
}
.login_page .ant-alert-message {
  text-align: center;
}
/* login page */
/* common page */
.accrepro_container {
  height: 100%;
  /* position: relative; */
  display: flex;
  flex-direction: column;
}
.accrepro_body {
  flex: auto;
  min-height: 0;
}
/* Change password */
.change-password {
  padding: 30px;
  background: #fff;
}
.change-password .ant-form-item {
  width: 20%;
}
.change-password .form_submit_button {
  justify-content: flex-start;
}
/* header part */
.accrepro_header {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #21a7e1;
  border-bottom: 1px solid #21a7e1;
  background-color: #fff;
  box-shadow: 0px 0px 10px #bebebe;
}

.accrepro_header_left {
  flex-basis: 50%;
  padding: 10px 10px;
  display: table;
}
.accrepro_header_right {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0px;
  margin-right: 10px;
}
.accrepro_header_right_left:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 2px;
  background-color: #4cb8e7;
  left: 0px;
  top: -10px;
}
.accrepro_header_right_left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  padding-left: 15px;
}
.accrepro_header_right_left div:nth-child(1) {
  font-size: 16px;
  color: #6dace0;
  font-weight: 500;
  text-align: right;
}
.accrepro_header_right_left div:nth-child(2) {
  font-size: 14px;
  text-align: right;
}
.accrepro_header_right_right {
  margin-left: 10px;
}
.accrepro_header_right_right i {
  display: none;
}
.menu-div {
  display: table-cell;
  vertical-align: middle;
}
.menu-div div:nth-child(1) {
  font-size: 16px;
  color: #6dace0;
  font-weight: 600;
  /* text-align: right; */
}
.accrepro_header_right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accrepro_header_right li {
  display: inline-block;
  /* margin-right: 15px; */
  /* margin-left:20px; */
}
.certificate-actions .ant-popover-inner-content {
  background-color: #fff !important;
}
.ant-popover-inner-content {
  background-color: #043353;
  color: white !important;
  cursor: pointer;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  border-top-color: #043353 !important;
  border-left-color: #043353 !important;
}
.ant-popover-placement-bottomRight li {
  line-height: 30px;
}
.gx-icon-btn {
  width: 30px !important;
  height: 30px !important;
  font-size: 15px;
  margin-right: 10px;
  background-color: #18a4e0 !important;
  color: #fff !important;
}
/* header part */
/* body part */
.accrepro_body {
  display: flex;
}
/* sidemenu */
.accrepro_body
  .ant-menu.ant-menu-dark.ant-menu-inline-collapsed.ant-menu-root.ant-menu-vertical {
  background-color: #003366;
  width: 180px !important;
  padding-top: 10px;
}
.accrepro_body .accrepro_body .ant-menu-item.ant-menu-item-selected {
  background-color: #18a4e0;
}
.accrepro_body
  .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal)
  .ant-menu-item-selected {
  background-color: #18a4e0;
}
.accrepro_body .ant-menu-inline-collapsed > .ant-menu-item {
  padding: 0 19px !important;
  width: 180px !important;
}

.ant-menu-inline-collapsed .ant-menu-item-icon,
.ant-menu-inline-collapsed .anticon {
  width: 25px !important;
  height: auto !important;
}
.ant-menu.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-title-content {
  opacity: 1 !important;
  color: #fff;
  font-size: 12px;
}
/* sidemenu */
/* body part */
/* common page */
/* inner pages */
.inner_pages {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
}
.accrepro_inner_body {
  flex-grow: 1;
  /* height: 93vh; */
  overflow: auto;
  padding-bottom: 15px;
  /* padding-bottom: 30px; */
  background-color: #ffffff;
}
/* tabs */
.tab_custom {
  display: flex;
  width: 100%;
  border: 1px solid #88ceed;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  overflow-x: scroll;
  overflow-y: hidden;
}
.tab_custom p {
  margin-bottom: 0;
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  color: #e0dee6;
  position: relative;
  white-space: nowrap;
}
.tab_counts {
  background-color: #d3dde6;
  padding: 3px;
  margin-left: 5px;
  font-size: 11px;
  color: #9199b1;
}
/* .tab_custom_content.first.active:before{
    content: '';
    height: 1px;
    width: 100%;
    max-width: 75px;
    border: 3px solid #18a4e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)translateX(-15px);
    top: 0;
} */
.tab_custom_content.active:before {
  content: "";
  height: 1px;
  width: 100%;
  max-width: 75px;
  background-color: #18a4e0;
  border: 3px solid #18a4e0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* transform: translateX(-50%); */
  top: 0;
  right: 0;
  margin: 0 auto;
}
.tab_custom_content.active {
  color: black;
  font-weight: 400;
}
.tab_custom_content.active .tab_counts {
  background-color: #18a4e0;
  color: #9eebf2;
}
/* tabs */
/* bread_crumbs */
.bread_crumbs {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bread_crumbs_left {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
}
.for_addnew span {
  top: -3px;
  position: relative;
}
.ant-btn.ant-btn-primary.gx-mb-0.for_addnew {
  height: 29px;
}
.bread_crumbs_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.user-search-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* bread_crumbs */
/* tables */
.table_heading {
  border-left: 10px solid #18a4e0;
  padding-left: 35px;
  background-color: white;
  border-bottom: 1px solid #e3e9ef;
  padding: 20px 20px;
  font-size: 15px;
  font-weight: 500;
}
.table_common {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* border: 1px solid #e3e9ef;
    background-color: white; */
  position: relative;
}
.table_scroll_wrap {
  max-height: calc(100vh - 344px);
  min-height: 140px;
  overflow: auto;
}
.table_scroll_wrap_1 {
  max-height: calc(100vh - 217px);
  min-height: 140px;
  overflow: auto;
}
.table_scroll_wrap_2 {
  max-height: calc(100vh - 268px);
  min-height: 140px;
  overflow: auto;
}
.the_table {
  width: 100%;
  overflow: hidden;
}
.the_table {
  border-collapse: collapse;
  /* border-spacing:0 15px; */
}
.the_table th {
  vertical-align: middle;
  text-align: left;
  font-weight: 500;
  color: #2d2d2d;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  white-space: nowrap;
}
.the_table td {
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}
.the_table td.td-no-wrap {
  overflow: initial;
  white-space: initial;
}
.the_table th .td-arrow {
  max-width: initial;
}
.the_table th .td-arrow.left-arrow {
  transform: rotateY(180deg);
}
.wd-100 {
  width: 100%;
}
.the_table td .active_status {
  padding: 3px;
  font-size: 14px;
  background-color: #c2f1d3;
  border: 2px solid #92ea94;
  color: #49cc43;
  font-weight: 500;
  display: inline-block;
  width: 80px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.the_table td .inactive_status {
  padding: 3px;
  font-size: 14px;
  background-color: #f3dad2;
  border: 2px solid #d76a54;
  color: #d76a54;
  font-weight: 500;
  display: inline-block;
  width: 80px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.the_table tbody tr:nth-of-type(odd) {
  background-color: #f7f9fb;
}
/* action */
.pin_option {
  position: relative;
}
.the_option {
  display: flex;
  flex-direction: column;
  background-color: #f8fafb;
  padding: 7px;
  width: 101px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 0 2px #3c3333;
  position: absolute;
  top: 13px;
  left: -62px;
}
.the_option div {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* action */
/* tables */
/* inner pages */
/* forms */
.manage_company .the_table img {
  cursor: pointer;
}
.form_submit_button {
  display: flex !important;
  justify-content: flex-end;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
}
.li-item {
  padding: 10px 14px;
  transition: background 0.3s;
  border-radius: 4px;
  margin-bottom: 4px;
}

.lib-item {
  padding: 10px 6px !important;
  border-radius: 4px;
  margin: 6px 0;
  font-weight: 500;
  transition: background 0.3s;
  width: 160px;
}

.lib-item-active {
  background-color: #005baa;
  color: white;
  cursor: pointer;
}

.lib-item-disabled {
  background-color: #e6e6e6;
  color: #999;
  pointer-events: none;
  opacity: 0.7;
}
.for_manage_company_model .ant-modal-close-x {
  display: none;
}
.ant-scrolling-effect .ant-modal.for_manage_company_model {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
  transition: opacity 0.3s linear, right 0.3s ease-out !important;
}
.ant-modal.for_manage_company_model {
  display: flex !important;
  justify-content: flex-end !important;
  width: calc(100% - 50rem) !important;
  max-width: 100% !important;
  margin: unset !important;
  top: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: auto;
  margin: auto !important;
  right: -400px;
  -webkit-transform: translate3d(0%, 0, 0) !important;
  -ms-transform: translate3d(0%, 0, 0) !important;
  -o-transform: translate3d(0%, 0, 0) !important;
  transform: translate3d(0%, 0, 0) !important;

  transform-origin: inherit !important;
  /* position: fixed;
margin: auto !important;
width: 400px !important;
padding: 0 !important;
height: 100%;
overflow: auto;
-webkit-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
right: -400px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out; */
}
.ant-modal.for_manage_company_model .ant-modal-content {
  overflow: auto;
  overflow-x: hidden;
  border-radius: 0px;
  width: 400px;
}
.form_title {
  font-size: 16px;
  font-weight: 500;
}
.form_label {
  font-size: 14px;
}
/* radio buttons */
.accrepro_radios .ant-radio-inner::after {
  background-color: unset;
}
.accrepro_radios .ant-radio-checked .ant-radio-inner {
  border-color: #18a4e0;
  border-width: 3px;
  width: 13px;
  height: 13px;
}
.accrepro_radios .ant-radio-inner {
  width: 13px;
  height: 13px;
}
.accrepro_radios .ant-radio {
  top: -2px;
}
/* radio buttons */
/* forms */
/* dashboard */
/* .dashboard_title{
    color: #043353;
    font-size: 24px;
    font-weight: 500;
    flex-basis: 50%;
} */
.dashboard_top {
  display: flex;
  align-items: center;
}
.dashboard_right {
  display: flex;
  flex-basis: 50%;
}
.dashboard_right_first_part {
  flex-basis: 50%;
}
.dashboard_right_second_part {
  flex-basis: 50%;
  margin-left: 15px;
}
.organization_column {
  width: 100%;
  height: 35px;
}
.admin_column {
  width: 100%;
  height: 35px;
}
/* selectbox */
.ant-select {
  width: 100%;
}
.ant-select.organization_column.ant-select-single.ant-select-show-arrow,
.ant-select.admin_column.ant-select-single.ant-select-show-arrow {
  height: 45px;
  align-items: center;
}
.ant-select.organization_column.ant-select-single.ant-select-show-arrow
  .ant-select-selector,
.ant-select.admin_column.ant-select-single.ant-select-show-arrow
  .ant-select-selector {
  align-items: center;
  height: 45px !important;
}
.ant-select.organization_column.ant-select-single.ant-select-show-arrow
  .ant-select-single:not(.ant-select-customize-input)
  .ant-select-selector,
.ant-select.admin_column.ant-select-single.ant-select-show-arrow
  .ant-select-single:not(.ant-select-customize-input)
  .ant-select-selector {
  height: 45px;
}
.ant-select.organization_column.ant-select-single.ant-select-show-arrow
  .ant-select-selection-search-input,
.ant-select.admin_column.ant-select-single.ant-select-show-arrow
  .ant-select-selection-search-input {
  height: 45px;
}
.ant-select.organization_column.ant-select-single.ant-select-show-arrow
  .ant-select-arrow,
.ant-select.admin_column.ant-select-single.ant-select-show-arrow
  .ant-select-arrow {
  margin-top: 0;
  transform: translateY(-50%);
  top: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #043353;
}
.organization_column .ant-select-selection-placeholder,
.admin_column .ant-select-selection-placeholder {
  color: #043353;
}
/* selectbox */
/* cardinfo */
.card_informations {
  display: flex;
}
/* subscribers */
.subscribers {
  display: flex;

  background-color: #19aade;
}
.subscribers:hover {
  box-shadow: 0 0 10px 0px #19aade6b;
}
.subscribers.under_card_informations {
  margin-left: 0;
}
.phc.under_card_informations {
  margin-right: 0;
}
/* subscribers */
/* hospital */
.hospital {
  display: flex;

  background-color: #1ac9e6;
}
.hospital:hover {
  box-shadow: 0 0 10px 0px #1ac9e670;
}
/* hospital */
/* polyclinic */
.polyclinic {
  display: flex;
  background-color: #1bd4d4;
}
.polyclinic:hover {
  box-shadow: 0 0 10px 0px #1bd4d466;
}
/* polyclinic */
/* clinic */
.clinic {
  display: flex;

  background-color: #1de4bd;
}
.clinic:hover {
  box-shadow: 0 0 10px 0px #1de4bd73;
}
/* clinic */
/* phc */
.phc {
  display: flex;
  background-color: #6df0d2;
}
.phc:hover {
  box-shadow: 0 0 10px 0px #6df0d275;
}
/* phc */

.information {
  display: flex;
  flex-direction: column;
}
.card_count {
  font-size: 42px;
  color: #ffffff;
}
.client-information .card_count {
  font-size: 25px;
}
.client-information .card_description span {
  background-color: #ff5d5d;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  position: absolute;
  bottom: 10px;
}

.client-information .card_description span a {
  color: #fff;
}
.card_description {
  color: #ddfbf6;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex: auto;
}
.under_card_informations {
  /* padding: 5px; */
  /* padding-right: 0; */
  flex-basis: 20%;
  flex-grow: 1;
  margin: 0px 10px 25px 10px;
  height: 100px;
  position: relative;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.under_card_informations:hover {
  border: 2px solid #ffffff;
}
.under_card_informations:hover::before {
  content: "";
  height: 0px;
  width: 60px;
  position: absolute;
  top: 0;
  border: 2px solid #ffffff;
  left: 50%;
  transform: translateX(-50%);
}
.under_card_informations .information {
  padding: 5px;
  flex-grow: 1;
  position: relative;
}
.under_card_informations .for_icon {
  display: flex;
  align-items: flex-end;
  padding: 5px;
  /* flex-grow: 1; */
}
.under_card_informations .for_icon img {
  height: 52px;
}
/* cardinfo */
/* chart */

.recharts-responsive-container {
  font-size: 13px;
}
.dashboard-graph.gx-card {
  margin-bottom: 10px !important;
}
.gx-card.graph_card {
  padding: 0;
}
.gx-card.graph_card .ant-card-body {
  padding: 0;
}
.gx-card.graph_card .graph_part {
  padding: 15px;
}
.gx-card.graph_card .graph_head {
  display: flex;
  border-bottom: 2px solid #dce4eb;
  align-items: center;
  padding: 10px;
}
.graph_head_left {
  flex-basis: 90%;
  align-items: center;
  display: flex;
  font-size: 15px;
  color: #757a89;
  font-weight: 500;
  line-height: 30px;
}
.graph_head_left span {
  padding-left: 10px;
  font-size: 12px;
  color: #18a4e0;
}
.graph_head_right {
  flex-basis: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.graph_head_right button {
  margin-bottom: 0;
}
/* chart */
.userlicense_complaince {
  display: flex;
  align-items: stretch;
}
.gx-card.graph_card.userlisence {
  height: 100%;
}
.user_license {
  flex-grow: 1;
  flex-basis: 50%;
  margin: 15px 15px 15px 0px;
}
.user_license .ant-card-body,
.compliance .ant-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* .user_license tr:nth-child(even) {background-color: #f7f9fb;} */
.graph_part {
  height: 100%;
  min-height: 300px;
}
.esr {
  display: flex;
  justify-content: center;
}
/* .user_license .user_license_body .the_table{
    height: 100%;
} */
.no-data {
  text-align: center;
  padding: 100px 0px;
}
.gx-card.graph_card {
  height: 100%;
  position: relative;
}
.compliance {
  flex-grow: 1;
  flex-basis: 50%;
  margin: 15px 0px 15px 10px;
}
.compliance_body {
  height: 100%;
}
.datacolorred {
  color: #ff5353;
}
/* dashboard */
/* accredation */
.main-heading {
  margin-bottom: 15px;
}
.page_title {
  color: #043353;
  font-size: 24px;
  font-weight: 500;
  /* flex-basis: 80%; */
}
.accrepeo_upload.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.accrepeo_upload.upload-btn-wrapper .btnn {
  color: #0b3b7f;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #ebebeb;
  font-size: 13px;
  /* font-weight: bold; */
}
.accrepeo_upload.upload-btn-wrapper .btnn i:before {
  position: relative;
  top: 3px;
}
.accrepeo_upload.upload-btn-wrapper .btnn i {
  position: relative;
  margin-right: 5px;
}
.accrepeo_upload.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.accredation_top_part {
  display: flex;
  /* margin:  15px 0; */
  align-items: center;
}
/* .accredation_top_part h1{
      margin-bottom: 0;
  } */
.accredation_top_part_left {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.accredation_top_part_right {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.under_accredation_top_part_right {
  margin-left: 10px;
  /* margin-right: 10px; */
}
.accrepeo_download.download_samples {
  display: flex;
  padding: 5px 10px;
  background-color: #f5fafe;
  color: #345ce0;
  font-size: 13px;
  border: 1px solid #d2eefe;
  margin-bottom: 0;
  line-height: 0;
  align-items: center;
}

/* accredation */

/* New */
button {
  cursor: pointer;
}
.ant-row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.padding-0 {
  padding: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.page-sidebar {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 0px;
}
.sidebar-header {
  border-bottom: 1px solid #ddd;
  padding: 0px 4px 15px 4px;
}
.sidebar-header h3 {
  margin-bottom: 0px;
  font-size: 15px;
  /* font-size: 15px; */
  font-weight: 500;
}
.sidebar-action {
  padding: 0px !important;
  position: relative;
}
.sidebar-action img {
  transform: rotate(90deg);
  cursor: pointer;
}
button.add {
  background-color: #18a4e0 !important;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 5px 8px;
  float: right;
  font-size: 14px;
  margin: 0;
  line-height: inherit;
}
.add .icon-add {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}
.add .icon-add:before {
  position: relative;
  top: 2px;
}
.btn-save {
  background-color: #043353;
  color: #d3dde6 !important;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
}
.table-btn-cancel {
  color: #043353 !important;
  padding: 8px 15px;
  font-size: 12px;
}
/* .btn-save a{
    color: #D3DDE6 !important;
} */
.tab-below {
  margin-top: 20px;
}
.sidebar-content {
  padding: 0px 20px;
}
.library-div {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 20px;
  padding: 15px 0px;
  cursor: pointer;
}
/* .library-description{
    margin-top: 10px;
} */
.library-div h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.library-div.active h3 {
  font-size: 13px;
}
.library-div h4 {
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 19px;
  margin-top: 5px;
}
.library-div h5 {
  color: #262626;
  margin-bottom: 0px;
  font-size: 13px;
  margin-top: 5px;
}
.library-div h6 {
  color: #d3dde6;
  float: right;
  margin-bottom: 0;
  line-height: 20px;
}
.sidebar-content {
  /* height: 400px; */
  height: calc(100vh - 304px);

  overflow-y: scroll;
}
/* .active-show{
  opacity: 0;
  visibility: hidden;
} */
.library-div.active h5 {
  font-size: 13px;
  float: left;
  color: #d3dde6;
  line-height: 20px;
}
.library-div h5 span {
  color: #18a4e0;
  margin-right: 5px;
}
.library-div.active h4 {
  color: #d3dde6;
  font-size: 13px;
  margin-top: 0px;
}
/* .library-div.active .active-show{
    opacity: 1;
    visibility: visible;
}
.library-div.active .active-hidden{
    opacity: 0;
    visibility: hidden;
    display: none;
} */
/* width */
.sidebar-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sidebar-content::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sidebar-content::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
.sidebar-content::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}
.library-body-heading {
  margin-bottom: 15px;
  position: relative;
}
.library-body-heading h4 {
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.accreditation-filter {
  position: absolute;
  right: 0;
  top: 40px;
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  box-shadow: 0px 0px 10px #bcbcbc;
  z-index: 9;
  width: 60%;
}
.accreditation-filter .ant-select-item {
  z-index: 99999999;
}
.accreditation-filter .ant-input {
  margin-bottom: 15px;
  font-size: 13px;
  border-radius: 3px;
}
.accreditation-filter .ant-select-single .ant-select-selector {
  height: 32px !important;
}
.accreditation-filter .btn-cancel,
.accreditation-filter .btn-add {
  font-size: 13px !important;
  line-height: 30px;
  height: 30px;
}
.btn-filter {
  float: right;
  padding: 0px 16px;
  height: 32px;
  background: rgb(24, 144, 255);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
.btn-filter:hover {
  background: rgb(64, 169, 255);
}
.btn-download {
  background-color: #f5fafe;
  color: #18a4e0;
  border: 1px solid #18a4e0;
  border-radius: 0px;
  margin-left: 30px;
  padding: 8px 10px;
  cursor: pointer;
}
.btn-download img {
  margin-right: 10px;
}
.page-accordian .ant-collapse {
  position: relative;
}
.activity-edit-table .input-tag__tags {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.page-accordian table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 3px;
}
.page-accordian table th {
  font-weight: 500 !important;
  background-color: #fff;
}
.page-accordian table th,
.page-accordian table td {
  padding: 15px 15px 15px 15px !important;
  white-space: nowrap;
}
.page-accordian table .ant-table-tbody tr:nth-of-type(odd) {
  background-color: #f7f9fb;
}
.the_table tr:nth-of-type(even) {
  background-color: #f7f9fb;
}
.table_height tr {
  height: 90px;
}

.table_height tr td img {
  width: 45px;
  height: auto;
}
.the_table tr:nth-of-type(odd) {
  background-color: #fff;
}
.page-accordian .the_table tr td {
  border-top: 2px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-accordian .the_table tr:hover td {
  /* border-top:2px solid #ddd; */
  border-bottom: 3px solid #ddd;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* .page-accordian .the_table tr:hover td:first-child {
    -moz-box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, 0.2);
}
.page-accordian .the_table tr:hover td:last-child {
    -moz-box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 0px 0 rgba(0, 0, 0, 0.2);
} */
/* .page-accordian .the_table tr:hover{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
} */
/* .page-accordian table .ant-table-tbody tr:hover:nth-child(2n) td {
    background-color: #F7F9FB;
} */
/* .page-accordian table tr:nth-child(2n) td {
    background-color: rgb(255, 255, 255);
}
.page-accordian table tr:hover:nth-child(2n) td {
    background-color: rgb(255, 255, 255);
} */
.page-accordian .ant-collapse .acc-heading {
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-left: 10px solid #18a4e0 !important;
  border-radius: 0 !important;
  padding: 20px 16px;
  padding-left: 30px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
}
.page-accordian .ant-collapse button sup {
  background-color: #d3dde6;
  padding: 3px;
  margin-left: 5px;
  font-size: 11px;
  color: #9199b1;
}
.page-accordian .ant-collapse.active sup {
  background-color: #18a4e0;
  color: #9eebf2;
}
.page-accordian .ant-collapse-content > .ant-collapse-content-box {
  padding: 0px;
}
.page-accordian
  .ant-collapse
  > .ant-collapse-item
  > .ant-collapse-header
  .ant-collapse-arrow {
  display: none;
}
.page-accordian .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-left: 10px solid #18a4e0;
  border-radius: 0 !important;
  padding: 20px 16px;
  padding-left: 30px;
}
.page-accordian {
  margin-bottom: 20px !important;
}
.page-accordian .ant-collapse-item {
  position: relative;
}
.page-accordian .ant-collapse .table_body {
  display: none;
}
.page-accordian .ant-collapse.active .table_body {
  display: block;
}
.the_table td.td-edit {
  padding: 15px 0px !important;
}
.the_table td.datepicker {
  padding: 40px 0px !important;
}
.td-edit .form_submit_button {
  float: right;
  margin: 0;
}
.page-accordian .ant-form-item {
  margin-bottom: 10px;
}
.table-view-more {
  text-align: center;
  padding: 10px 0px;
  font-weight: 500;
}
/* .page-accordian table textarea{
    height: 80px !important;
} */
.activity-view-table td h5 {
  margin-bottom: 0;
  white-space: nowrap;
}
.activity-view-table td h5 span {
  color: #fff;
  background-color: #18a4e0;
  padding: 5px 10px;
  font-size: 13px;
}
.activity-view-table .the_table td {
  white-space: pre-wrap;
  line-height: 25px;
  border: 1px solid #ddd;
  padding: 0px 15px 0px 15px;
}
.activity-view-table .the_table th {
  border: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.activity-view-table .the_table tr {
  background-color: #fff !important;
}
/* .activity-view-table .table_heading{
    border-bottom:none;
} */
.activity-view-breadcrumbs {
  padding: 0px 20px;
  /* border-bottom: 1px solid #e3e9ef; */
}
.file-number {
  display: flex !important;
}
.file-number .ant-form-item {
  margin-bottom: 0;
  margin-left: 20px !important;
}
.file-number .ant-form-item-control-input {
  min-height: 20px;
  /* height: 15px; */
}
.new-modal-popup .activity-view-table .the_table td {
  border: none;
  padding: 10px 15px 10px 15px;
}
.new-modal-popup .activity-view-table .the_table th {
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.new-popup-form .ant-modal-content {
  width: 400px;
}
.btn-cancel {
  border: none !important;
  color: #043353 !important;
  font-size: 13px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  height: auto !important;
}
.btn-cancel::after {
  display: none;
}
.btn-tree span {
  margin-bottom: 0px !important;
  background-color: #18a4e0 !important;
  border: none !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 0px 10px;
  border-radius: 5px;
  line-height: 30px !important;
  height: auto !important;
}
.btn-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.btn-upload input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.btn-tree {
  width: 100%;
  text-align: left !important;
  height: auto !important;
  line-height: 45px !important;
}
.btn-add {
  border: none !important;
  background-color: #043353 !important;
  color: #fff !important;
  font-size: 13px !important;
  height: auto !important;
}
.new-popup-form textarea.ant-input {
  height: 100px !important;
}
.gx-signin-form .tree-assign .ant-form-item-control-input {
  min-height: 20px;
}
.tree-assign .ant-form-item-control-input-content {
  height: 20px;
  font-size: 12px;
}
.tree-assign .ant-input {
  border: none !important;
  padding: 0px !important;
}
.tree-assign .ant-btn {
  margin-bottom: 5px !important;
}
/* .tree-assign p{
    margin-bottom: 0px;
} */
/* Filter */
.filter-inputs p {
  margin-bottom: 5px;
}
.select-fields {
  border-right: 1px solid #ddd;
}
.filters {
  margin-bottom: 30px;
  background-color: #fff;
}
/* .filters .table_body{
    padding-bottom: 30px;
} */
.filter-inputs {
  padding-top: 20px;
}
.filter-inputs .ant-select {
  margin-bottom: 20px;
}
.select-fields h4 {
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.select-fields input {
  margin-right: 10px;
  margin-bottom: 15px;
}
.filter-btn {
  text-align: right;
}
.filter-inputs
  .ant-select:not(.ant-select-customize-input)
  .ant-select-selector,
.accreditation-filter
  .ant-select:not(.ant-select-customize-input)
  .ant-select-selector {
  border: none !important;
}
.filter-inputs
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-item,
.filter-inputs
  .ant-select-single
  .ant-select-selector
  .ant-select-selection-placeholder {
  line-height: 36px;
}
/* Modal Popup */
.new-modal-popup .ant-modal-header {
  border-left: 10px solid #18a4e0 !important;
}
.new-modal-popup .ant-modal-header {
  border-radius: 0px;
}
.new-modal-popup .ant-modal-close-x {
  display: none !important;
}
.new-modal-popup .ant-modal-body {
  padding: 0px !important;
  padding-bottom: 10px !important;
}
/* .new-modal-popup .form_submit_button{
    margin-bottom: 10px;
} */
.new-popup-form.for_manage_company_model .input-tag__tags {
  border-bottom: none;
}
.sub-standard-popup-add {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0px;
}
.sub-standardbottom {
  margin: 20px 0px 0px 0px !important;
}
.sub-standard-popup-add input {
  width: 100%;
  border: none !important;
}
.sub-standard-popup-add input:focus {
  outline: none;
  box-shadow: none;
}
.sub-standard-popup-add .ant-form-item {
  margin-bottom: 0px;
}
.pop-add {
  position: absolute !important;
  top: 10px;
  right: 16px;
  background-color: #18a4e0 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  margin: 0;
  line-height: inherit !important;
}
.pop-add i {
  font-size: 11px;
  margin-right: 5px;
}
.pop-submit {
  background-color: #18a4e0;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 8px 14px;
  font-size: 13px;
  float: right;
}
.new-modal-popup .ant-table-content {
  height: 400px;
  overflow-y: scroll;
}
.activity-view-table .table_body {
  max-height: calc(100vh - 410px);
  overflow-y: scroll;
}
.activity-view-table .form_submit_button {
  padding-bottom: 0 !important;
}
.new-modal-popup .ant-modal-footer .ant-btn + .ant-btn {
  display: none;
}
.ant-modal-footer .ant-btn {
  background-color: #043353;
  color: #fff;
  font-size: 12px;
  border: none;
}
/* User */
.user-sidebar {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #18a4e0;
}
.mothercompany_sidebar_heading {
  padding: 15px 0px;
  border-left: 10px solid #18a4e0;
  border-bottom: 1px solid #ddd;
}
.mothercompany_sidebar_heading h4 {
  margin-bottom: 0px;
}
.popover_mothercompany,
.child_pin_popover {
  position: absolute;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px #c5c5c5;
  border-radius: 5px;
  width: 100px;
  padding: 5px 0px;
  display: none;
  z-index: 999;
}
.mothercompany_sidebar_pin_right:focus .popover_mothercompany {
  display: block;
}
.mothercompany_sidebar_pin_right:focus img,
.child-pin-action:focus img {
  background-color: #d3dde6;
  border-radius: 50%;
}
/* .mothercompany_sidebar{
    padding:10px 25px;
} */
.mothercompany_sidebar p {
  margin-bottom: 5px;
  font-size: 13px;
}
.mothercompany_sidebar_form .ant-input,
.mothercompany_sidebar_form .ant-picker {
  border: none;
  padding: 0px;
  font-size: 15px;
  color: #000;
}
.mothercompany_sidebar_form .ant-input:focus,
.mothercompany_sidebar_form .ant-picker:focus,
.mothercompany_sidebar_form .ant-picker-focused {
  outline: none;
  box-shadow: none;
}
.mothercompany_sidebar_form .ant-form-item {
  margin-bottom: 0px;
}
.user-form {
  border-bottom: 1px solid #ddd;
  padding: 20px 25px 10px 25px;
}
.user-form-total {
  border-bottom: 1px solid #ddd;
  padding: 20px 10px 10px 10px;
}
.user-form-total h5 {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}
.mothercompany_sidebar_form
  .ant-select:not(.ant-select-customize-input)
  .ant-select-selector {
  border: none;
}
.mothercompany_sidebar_form .ant-select-arrow,
.mothercompany_sidebar_form .ant-picker-suffix,
.mothercompany_sidebar_form .form_submit_button {
  display: none;
}
.mothercompany_sidebar_form .ant-picker-clear {
  display: none;
}
.user-form-total .ant-col-md-12 div:nth-child(1) {
  margin-bottom: 15px;
}
.user-form-date {
  padding: 20px 10px 10px 10px;
}
.mothercompany_sidebar_body .form_submit_button {
  padding: 0px 25px 25px 25px;
}
.mothercompany_body {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 20px 5px 20px;
}
.mother-sub-company {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 30px;
}

.child-company-heading {
  border-bottom: 1px solid #ddd;
  border-left: 10px solid #038fde;
  padding: 10px 0px;
}
.child-company-heading h4 {
  margin-bottom: 0px;
  font-weight: 500;
}
.child_companies_body h5 {
  font-size: 15px;
  color: #000;
  word-break: break-all;
}
.child_companies_body p {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 20px;
}
.child_companies_body .form_submit_button {
  margin-bottom: 30px;
  text-align: right;
  margin-top: 30px;
}
.sub-company {
  position: relative;
}
.sub-company .active {
  width: 10px;
  height: 10px;
  background-color: #44cb3f;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  right: 25px;
}
.child_companies_body_table p,
.td-edit p {
  text-align: left;
  margin-bottom: 7px;
  font-weight: 400;
  color: #2d2d2d;
}
#individualedit .form_submit_button {
  margin-top: 0px;
}
.form-error {
  color: #f5222d;
}
.mothercompany_sidebar .ant-picker-input > input[disabled] {
  background: #fff;
  color: #000;
}
.mothercompany_sidebar h5 {
  word-break: break-all;
}
/* Tree Strusture */
.tree-popup .ant-modal-body {
  padding: 0px;
}
.search-input {
  border: none;
  background-color: #fafbfc;
  width: 100%;
  padding: 15px 25px;
  /* border-top: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
}
.search-input:focus {
  outline: none;
}
.input-tag {
  display: flex;
  flex-wrap: wrap;
}
.tree-popup .ant-collapse {
  background: transparent;
  border: none;
}
.tree-category {
  border-right: 1px solid #ddd;
  height: 300px;
  overflow-y: scroll;
}
.tree-category ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
}
.tree-category ul li {
  text-transform: uppercase;
  line-height: 30px;
  color: #b3c1cb;
  padding: 7px 20px;
  font-size: 15px;
  cursor: pointer;
}
.tree-category ul li.active,
.tree-category ul li.Active {
  background-color: #f7f9fb;
  color: #000;
}
.main-child {
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  padding: 15px 10px;
  border-left: 10px solid #18a4e0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.main-child.main-child1 {
  margin-top: 0px;
}
.main-child2,
.main-child3 {
  padding-left: 30px;
  position: relative;
}
.tree-div {
  border-top: 0px !important;
  border: 1px solid #ddd;
  margin-top: 15px;
  border-radius: 5px;
  height: 300px;
  overflow-y: scroll;
}
.show-property .tree-div,
.show-property .tree-category {
  height: 400px;
  overflow-y: scroll;
}
.tree-div ul {
  list-style: none;
}
.tree-div ul li {
  cursor: pointer;
  line-height: 30px;
}
.input-tag input {
  border: none;
  width: 100%;
}

.input-tag__tags {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.input-tag__tags li {
  align-items: center;
  background: #e8f6fd;
  color: #2d2d2d;
  display: flex;
  margin-right: 5px;
  padding: 4px 4px;
  border: 1px solid #ddd;
  margin: 10px 0px 0px 10px;
  border-radius: 5px;
}
.input-tag__tags li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70px;
  font-size: 13px;
}
.input-tag__tags li button {
  align-items: center;
  appearance: none;
  background: #333333;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  height: 15px;
  justify-content: center;
  line-height: 0;
  margin-left: 8px;
  padding: 0;
  transform: rotate(45deg);
  width: 15px;
}

.input-tag__tags li.input-tag__tags__input {
  background: none;
  flex-grow: 1;
  padding: 0;
  border: none;
}
.tag-close {
  background-color: #18a4e0;
  color: #fff;
  border-radius: 50px;
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 12px;
  font-size: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.tree-line {
  width: 15px;
  height: 5px;
  background-color: #18a4e0;
  position: absolute;
  top: 50%;
  left: -24px;
}
.tree-line::before {
  content: "";
  background-color: #ddd;
  height: 35px;
  width: 2px;
  position: absolute;
  /* top: 0; */
  bottom: 5px;
  left: 7px;
}
.tree-side-line {
  position: relative;
}
.tree-data input {
  margin-right: 5px;
  cursor: pointer;
}
.plus-expand {
  position: absolute;
  right: 25px;
  top: 2px;
  font-size: 20px;
  cursor: pointer;
}
.plus-div {
  position: relative;
}
.tree-popup .ant-modal-footer {
  display: none;
}
/* .tree-data{
    margin-bottom: 25px !important;
} */
/* Action Popup */
.td-action .dropdown-toggle::after {
  display: none;
}
.td-action img {
  cursor: pointer;
}
.td-action .dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 0px 10px #c5c5c5;
  border-radius: 5px;
  padding: 5px 0px;
  border: none;
  font-size: 13px;
  min-width: 5rem;
}
.td-action .dropdown a {
  display: block;
  width: 100%;
  padding: 0.25rem 10px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.td-action .dropdown a:hover {
  background-color: #f8fafb;
}
.td-action .dropdown a button {
  padding: 0px;
}
.td-action.bread_crumbs_right .dropdown.show img {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.td-action .dropdown.show img {
  background-color: #d3dde6 !important;
  border-radius: 50% !important;
}
.library-div .sidebar-action.td-action .dropdown.show img {
  background-color: rgb(24 164 224 / 70%) !important;
}
.td-action a.active,
.td-action a:active {
  background-color: #f8fafb;
  color: #2d2d2d;
}
.page-sidebar .dropdown-menu.show,
.user-sidebar .dropdown-menu.show,
.new-modal-popup .dropdown-menu.show,
.under_mother_company .dropdown-menu.show {
  transform: translate3d(-32px, 28px, 0px) !important;
}
.new-modal-popup tr:last-child .dropdown-menu.show {
  transform: translate3d(-22px, -61px, 0px);
}
.bread_crumbs_right .dropdown-menu.show {
  transform: translate3d(0px, 37px, 0px) !important;
}
.new-modal-popup.popup-tab .dropdown-menu.show {
  transform: inherit !important;
}
/* table .dropdown-menu.show{
    transform: translate3d(-32px, 28px, 0px) !important;
} */
.ant-table-tbody > tr > td.td-action,
.the_table td.td-action {
  overflow: visible;
}
.action-popup {
  position: absolute;
  right: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #c5c5c5;
  border-radius: 5px;
  width: 100px;
  padding: 5px 0px;
  display: none;
  z-index: 999;
}
.action-popup ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.action-popup ul li {
  color: #2d2d2d;
  padding: 7px 10px;
  cursor: pointer;
  line-height: 1.3;
  font-size: 13px;
}
.action-popup ul li:hover {
  background-color: #f8fafb;
}
.action-popup.action-popup-open {
  display: block;
}
.action-popup-main img {
  cursor: pointer;
}
.action-active-img {
  background-color: #d3dde6;
  border-radius: 50%;
}
/* Client */
.client-popup .ant-modal-body {
  padding: 50px !important;
}
.popup-error p {
  border: 1.5px solid #ff5a5a;
  color: #ff5a5a;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
}
.popup-tab .tab_custom {
  border-left: 10px solid #18a4e0 !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
.popup-tab .the_table tr:nth-of-type(even) {
  background-color: #fff;
}
.popup-tab .the_table th {
  border-bottom: 1px solid #ddd;
}
/* .popup-tab .ant-modal-body{
    padding: 0px 0px 30px 0px !important;
} */
.new-user-popup .tab_custom {
  border: none;
}
.new-user-popup .tab_custom p {
  padding: 0 0px 10px 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}
.new-user-popup .tab_custom_content.active:before {
  top: inherit;
  bottom: 0px;
  border-radius: 0px;
  width: 80%;
  border: 2px solid #18a4e0;
}
.client-assign {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  font-size: 13px;
  background-color: #e2e2e2;
  cursor: no-drop;
}
.client-assign.active {
  background-color: #18a4e0;
  color: #fff;
  cursor: pointer;
}
.popup-heading {
  padding: 20px 0px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  font-weight: 500;
}
.view-assignment h5 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.popup-table-title {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 16px;
}
.popup-title-inner {
  font-weight: 500;
  font-size: 14px;
  padding: 20px 16px;
}
.view-assignment .ant-form-item {
  margin-bottom: 0px;
}
.view-assignment textarea {
  width: 50%;
}
.document-name {
  color: #18a4e0;
}
.view-assignment .table_heading {
  border-top: 1px solid #e3e9ef;
}
.view-assignment p {
  line-height: 25px;
}
.view-assignment {
  background-color: #fff;
  width: 100%;
}
td img {
  cursor: pointer;
}
.view-files .tab_custom {
  border: 1px solid #ddd;
  border-radius: 0;
}
.view-files .the_table th {
  border: 1px solid #ddd;
  padding: 15px 15px 16px 15px;
  border-top: none;
}
.view-files .the_table tr {
  background-color: #fff !important;
}
.view-files .the_table td {
  text-overflow: inherit;
  white-space: pre-wrap;
  border: 1px solid #ddd;
}
.border-both {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.table-heading-side {
  position: absolute;
  width: 100%;
  right: 16px;
  top: 13px;
  align-items: end;
  float: right;
  justify-content: flex-end;
}

.client-userlicense_complaince .compliance {
  flex-basis: 25%;
}
.checklist_score {
  flex-grow: 1;
  flex-basis: 25%;
  /* width: 25%; */
  margin: 15px 0px 15px 0px;
}
.add-update {
  position: absolute;
  top: 17px;
  right: 15px;
  background-color: #18a4e0;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
.client-activity-dropdown {
  position: absolute;
  top: 20px;
  right: 20px;
}

.graph_card .accreditation-filter {
  width: 100%;
}
.dashboard-table-height {
  height: 320px !important;
  overflow-y: scroll;
}
.replace-document {
  position: relative;
}
.replace-document input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 20px;
}

.graph-prev-btn {
  position: absolute;
  left: 10px;
  top: 40%;
  z-index: 1;
}

.graph-next-btn {
  position: absolute;
  right: 10px;
  top: 40%;
}

/* Responsive */
/* @media only screen and (min-width: 1920px) {
    .ant-col-xl-5 {
        display: block !important;
        flex: 0 0 20.83333333% !important;
        max-width: 20.83333333% !important;
    }
} */
@media only screen and (max-width: 1280px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333% !important;
    max-width: 95.83333333% !important;
  }
  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }
  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667% !important;
    max-width: 79.16666667% !important;
  }
  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333% !important;
    max-width: 70.83333333% !important;
  }
  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }
  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667% !important;
    max-width: 54.16666667% !important;
  }
  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333% !important;
    max-width: 45.83333333% !important;
  }
  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }
  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667% !important;
    max-width: 29.16666667% !important;
  }
  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .ant-col-lg-5 {
    display: block !important;
    flex: 0 0 20.83333333% !important;
    max-width: 20.83333333% !important;
  }
  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667% !important;
    max-width: 4.16666667% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333% !important;
    max-width: 95.83333333% !important;
  }
  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }
  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667% !important;
    max-width: 79.16666667% !important;
  }
  .ant-col-md-18 {
    display: block;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333% !important;
    max-width: 70.83333333% !important;
  }
  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }
  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667% !important;
    max-width: 54.16666667% !important;
  }
  .ant-col-md-12 {
    display: block;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333% !important;
    max-width: 45.83333333% !important;
  }
  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }
  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667% !important;
    max-width: 29.16666667% !important;
  }
  .ant-col-md-6 {
    display: block;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .ant-col-md-5 {
    display: block !important;
    flex: 0 0 20.83333333% !important;
    max-width: 20.83333333% !important;
  }
  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667% !important;
    max-width: 4.16666667% !important;
  }
}
@media only screen and (max-width: 992px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333% !important;
    max-width: 95.83333333% !important;
  }
  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }
  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667% !important;
    max-width: 79.16666667% !important;
  }
  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333% !important;
    max-width: 70.83333333% !important;
  }
  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }
  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667% !important;
    max-width: 54.16666667% !important;
  }
  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333% !important;
    max-width: 45.83333333% !important;
  }
  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }
  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667% !important;
    max-width: 29.16666667% !important;
  }
  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .ant-col-sm-5 {
    display: block !important;
    flex: 0 0 20.83333333% !important;
    max-width: 20.83333333% !important;
  }
  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667% !important;
    max-width: 4.16666667% !important;
  }
}
@media only screen and (max-width: 620px) {
  .ant-col-xs-24 {
    display: block;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .ant-col-xs-23 {
    display: block;
    flex: 0 0 95.83333333% !important;
    max-width: 95.83333333% !important;
  }
  .ant-col-xs-22 {
    display: block;
    flex: 0 0 91.66666667% !important;
    max-width: 91.66666667% !important;
  }
  .ant-col-xs-21 {
    display: block;
    flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }
  .ant-col-xs-20 {
    display: block;
    flex: 0 0 83.33333333% !important;
    max-width: 83.33333333% !important;
  }
  .ant-col-xs-19 {
    display: block;
    flex: 0 0 79.16666667% !important;
    max-width: 79.16666667% !important;
  }
  .ant-col-xs-18 {
    display: block;
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }
  .ant-col-xs-17 {
    display: block;
    flex: 0 0 70.83333333% !important;
    max-width: 70.83333333% !important;
  }
  .ant-col-xs-16 {
    display: block;
    flex: 0 0 66.66666667% !important;
    max-width: 66.66666667% !important;
  }
  .ant-col-xs-15 {
    display: block;
    flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }
  .ant-col-xs-14 {
    display: block;
    flex: 0 0 58.33333333% !important;
    max-width: 58.33333333% !important;
  }
  .ant-col-xs-13 {
    display: block;
    flex: 0 0 54.16666667% !important;
    max-width: 54.16666667% !important;
  }
  .ant-col-xs-12 {
    display: block;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .ant-col-xs-11 {
    display: block;
    flex: 0 0 45.83333333% !important;
    max-width: 45.83333333% !important;
  }
  .ant-col-xs-10 {
    display: block;
    flex: 0 0 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
  .ant-col-xs-9 {
    display: block;
    flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }
  .ant-col-xs-8 {
    display: block;
    flex: 0 0 33.33333333% !important;
    max-width: 33.33333333% !important;
  }
  .ant-col-xs-7 {
    display: block;
    flex: 0 0 29.16666667% !important;
    max-width: 29.16666667% !important;
  }
  .ant-col-xs-6 {
    display: block;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .ant-col-xs-5 {
    display: block !important;
    flex: 0 0 20.83333333% !important;
    max-width: 20.83333333% !important;
  }
  .ant-col-xs-4 {
    display: block;
    flex: 0 0 16.66666667% !important;
    max-width: 16.66666667% !important;
  }
  .ant-col-xs-3 {
    display: block;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }
  .ant-col-xs-2 {
    display: block;
    flex: 0 0 8.33333333% !important;
    max-width: 8.33333333% !important;
  }
  .ant-col-xs-1 {
    display: block;
    flex: 0 0 4.16666667% !important;
    max-width: 4.16666667% !important;
  }
}
@media only screen and (max-width: 1280px) {
  .user-form-total h5 {
    margin-bottom: 10px;
  }
  .page-accordian .td-edit button {
    display: block;
    width: 100%;
  }
  .page-accordian .td-edit .btn-cancel {
    padding: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .userlicense_complaince {
    display: inherit;
  }
  .user_license,
  .compliance {
    margin: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .dashboard-graph.gx-card {
    margin-bottom: 32px !important;
  }
  .accreditation-filter {
    padding: 20px 0px 0px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .page_title {
    font-size: 18px;
  }
  .left_side {
    display: none;
  }
  .login-logo {
    display: block;
  }
  .right_side {
    background-color: #043353;
  }
  .login_tab {
    display: none;
  }
  .login-back {
    color: #fff;
  }
  .input_username {
    background-color: transparent;
    color: #fff;
  }
  .input_username input,
  .ant-input-affix-wrapper {
    background-color: transparent !important;
    color: #fff;
  }
  .input_username .anticon.anticon-eye-invisible.ant-input-password-icon {
    color: #fff;
  }
  .forget_section {
    color: #fff;
  }
  .f_pwd {
    font-size: 13px;
    color: #fff;
  }
  .forget_section_1 {
    font-size: 13px;
  }
  .input_username label {
    color: #fff !important;
    opacity: 1 !important;
  }
  .m-padding-0 {
    padding: 0px !important;
  }
  .mothercompany_body {
    margin-top: 20px;
  }
  .page-sidebar {
    margin-bottom: 20px;
  }
  .accrepro_body .ant-menu {
    display: none;
  }
  .mobile-menu .ant-drawer-content-wrapper {
    width: 250px !important;
  }

  .mobile-menu.ant-drawer .ant-menu-vertical .ant-menu-item {
    padding: 0px 32px !important;
    width: 190px;
  }
  .mobile-menu .ant-drawer-wrapper-body {
    background-color: #003366;
  }
  .page-sidebar .dropdown-menu.show,
  .user-sidebar .dropdown-menu.show,
  .new-modal-popup .dropdown-menu.show,
  .under_mother_company .dropdown-menu.show {
    transform: translate3d(0px, 28px, 0px) !important;
    right: 0 !important;
    left: inherit !important;
  }
  .table-heading-side {
    position: relative;
    top: 0px;
    float: inherit;
  }
  .change-password .ant-form-item {
    width: 100%;
  }
  .input_username {
    border: 1px solid #ffffff;
  }
  .client-popup .ant-modal-body {
    padding: 20px 10px !important;
  }
  .activity-view-table .ant-radio-wrapper {
    display: table-cell;
  }
  .activity-view-table .ant-form-item textarea.ant-input {
    width: 300px;
  }
  .file-number .ant-form-item-control-input {
    height: auto;
    margin-top: 10px;
  }
  .file-number {
    padding: 0px !important;
  }
  .activity-view-table input {
    width: 200px;
  }
  .popup-tab input {
    width: 200px;
  }
  .popup-table-title {
    margin-top: 15px !important;
  }
  .btn-download {
    margin-left: 10px;
    padding: 6px 7px;
    font-size: 12px;
  }
  .btn-download img {
    display: none;
  }
  /* .accrepro_header_left .menu-div:nth-child(1){
    display: block;
} */
}
@media only screen and (max-width: 768px) {
  .ant-col-md-17 {
    width: 100%;
  }
  .ant-col-md-12 {
    width: 50%;
  }
  .login-logo {
    width: 60%;
  }

  .tab_custom p {
    /* white-space: nowrap; */
    font-size: 14px;
  }
  .tab_custom_content:last-child {
    padding-right: 20px;
  }
  .mobile-width-100 {
    width: 100%;
  }
  .accreditation-filter {
    width: 100%;
  }
  .inner_pages {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dashboard-graph.gx-card,
  .gx-card {
    margin-bottom: 20px !important;
  }
  .sidebar-content {
    padding: 0px 10px;
  }
  .sidebar-header {
    padding: 0px 0px 10px 0px;
  }
  button.add,
  .pop-add,
  .pop-submit {
    font-size: 12px !important;
    height: 30px !important;
  }
  .add .icon-add {
    font-size: 13px;
  }
  .sidebar-header h3 {
    font-size: 13px;
  }
  .page-sidebar {
    padding: 10px 0px;
  }
  .page-accordian .ant-collapse .acc-heading,
  .table_heading,
  .ant-modal-header {
    font-size: 13px;
    padding-left: 10px !important;
  }
  .ant-modal-title {
    font-size: 13px !important;
  }
  .page-accordian .ant-collapse button sup,
  .tab_counts {
    font-size: 9px;
  }
  .the_table th,
  .the_table td,
  .page-accordian table th,
  .page-accordian table td,
  .child_companies_body_table p,
  .td-edit p {
    font-size: 13px;
  }
  .td-action .dropdown-menu {
    font-size: 12px;
  }
  .btn-add,
  .btn-cancel {
    font-size: 12px !important;
  }
  body {
    font-size: 13px !important;
  }
  .accrepro_header_right_left div:nth-child(2),
  .accrepro_header_right_left div:nth-child(1) {
    font-size: 13px !important;
  }
  .library-div h4 {
    font-size: 13px;
  }
  .bread_crumbs_left {
    font-size: 13px;
  }
  .ant-select,
  .ant-select-item {
    font-size: 13px !important;
  }

  .graph_head_left {
    line-height: 20px;
    font-size: 13px;
  }
  .library-div {
    margin-top: 10px;
    padding: 10px 0px;
  }
  .page-accordian table th,
  .page-accordian table td {
    padding: 10px 15px 10px 15px !important;
  }
  .td-edit .ant-input {
    font-size: 13px;
  }
  .accrepro_header_right_right i {
    display: block;
    cursor: pointer;
  }
  .accrepro_header_right_right .ant-avatar {
    display: none;
  }
  .ant-popover-placement-bottomRight li {
    line-height: 23px;
    font-size: 12px;
  }
  .accrepro_header_right_left:before {
    height: 55px;
  }
  .form_title {
    font-size: 14px;
  }
  .form_label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .for_manage_company_model .ant-input {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  .card_informations {
    display: inherit;
  }
  .under_card_informations {
    margin: 10px 0px 15px 0px;
  }
  .under_card_informations .for_icon {
    align-items: center;
    width: 25%;
  }
  .information {
    width: 75%;
  }
}
@media only screen and (max-width: 560px) {
  .accrepro_header_left {
    flex-basis: 35%;
  }
  .accrepro_header_right {
    flex-basis: 65%;
  }
}
@media only screen and (max-width: 500px) {
  .dashboard_top,
  .accredation_top_part,
  .accredation_top_part_left {
    display: inherit;
  }
  .accredation_top_part_right {
    justify-content: flex-start;
    margin-top: 10px;
  }
  /* .page-sidebar .dropdown-menu.show{
        transform: translate3d(-100px, 28px, 0px) !important;
    } */
  .dashboard_right {
    margin-top: 10px;
  }
}

.accrepro_notift-wrap {
  position: relative;
}
.accrepro_notift-wrap .ant-popover-inner-content {
  width: 350px;
  min-height: 300px;
  max-height: 400px;
  border: 1px solid #21a7e1;
  background: white;
  border-radius: 5px;
  overflow: auto;
  padding: 0;
}
.accrepro_notift-wrap
  .ant-popover-placement-bottomRight
  > .ant-popover-content
  > .ant-popover-arrow {
  border-top-color: #21a7e1 !important;
  border-left-color: #21a7e1 !important;
}

.nf-img {
  display: flex;
  align-items: center;
  color: #545454;
}

.accrepro_notift-wrap .ant-popover-inner-content li:hover {
  background: #e0f1f8;
  margin: 0;
}
.accrepro_notift-wrap li {
  margin: 0;
  display: block;
  padding: 5px 10px;
}
.nf-img img {
  width: 12px;
  margin-right: 8px;
}
.accrepro_notift-wrap h6 {
  color: #262626;
  font-size: 16px;
  margin-bottom: 3px;
}
.accrepro_notift-wrap p {
  color: #262626;
  font-size: 14px;
  line-height: initial;
  margin: 0;
}

.notify-red {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  right: -3px;
}

.page-accordian .ant-picker-date-panel .ant-picker-content {
  font-size: initial !important;
  margin: 0 !important;
}
.page-accordian .the_table .ant-picker-body tr:nth-of-type(odd),
.page-accordian .the_table .ant-picker-body tbody tr:nth-of-type(odd),
.the_table tr:nth-of-type(even) {
  background: initial !important;
}

.page-accordian .ant-picker-body table th,
.page-accordian .ant-picker-body table td {
  background: initial !important;
  font-weight: inherit !important;
  text-align: center !important;
  max-width: inherit !important;
  font-size: 14px !important;
  white-space: inherit !important;
  padding: 0 !important;
}
.page-accordian .the_table .ant-picker-body tr:hover td {
  border: none !important;
}
.page-accordian .ant-picker-body table td {
  border: none !important;
  overflow: inherit !important;
  text-overflow: inherit !important;
  white-space: inherit !important;
  vertical-align: inherit !important;
}

.overflow-inherit {
  overflow: inherit !important;
}

.bg-disabled {
  background-color: #f5f5f5 !important;
}

.checklist_table {
  height: 400px;
  overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.checklist_table::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.checklist_table {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.cancel-button {
  width: auto !important;
  float: right;
  background-color: #18a4e0 !important;
}

.cancel-button span {
  font-weight: bold;
}

.position-inherit {
  position: inherit;
}

/* Tool tip */
.tooltiptd {
  position: relative;
  display: inline-block;
}

.tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  width: 300px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}
.tooltiptd:hover .tooltiptext {
  visibility: visible;
}

/* .filter {
  background-color: #f0f0f0;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 69vh;
  font-size: 12pt;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: upright;
} */
.filter {
  background-color: #f0f0f0;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 74vh;
  font-size: 12pt;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.icon {
  max-width: 35px !important;
  padding: 10px;
  cursor: pointer;
}
.data {
  background-color: #f0f0f0;
  padding: 10px;
  margin-top: 10px;
  width: 200px;
  max-width: 200px;
}
.filter_icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.filter_data {
  margin-top: 10px;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.analytics_data {
  padding: 10px;
  margin-top: 10px;
}

.analytics_table_score_chart {
  min-height: 34.5rem;
  margin: 0;
}
.analytics_chart_tool_container {
  width: 100%;
  height: 34.3rem;
  margin-top: 0;
}
.analytics_chart_tool_inner_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  overflow: auto;
  max-height: 34.3rem;
  text-align: center;
  width: 100%;
  height: 25rem;
}
.actool_outer_container {
  width: 100%;
  height: fit-content;
}
.actool_needlechart_card {
  width: 75%;
  height: 12rem;
  margin: auto;
  text-align: center;
}
.actool_rectanglechart_card {
  padding: 2rem;
  width: 75%;
  height: 12rem;
  margin: auto;
  text-align: center;
}
.chart_container_card {
  width: 100%;
  height: 100%;
  padding: 12px;
  padding-right: 2rem;
  grid-column: 1 / 3;
}
.checklist_analytics_container {
  display: flex;
  width: 100%;
}
.checklist_analytics_filter_container {
  height: 68.5vh;
}
.analytics_data_container {
  width: 100vw;
  height: 71.5vh;
  overflow: scroll;
}
.analytics_data_inner_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}
.action-plan-section {
  margin-top: 1rem;
}

/* CSS For Custom tabs */
.custom-tabs-outer-container {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.scroll-button {
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

.custom-tabs-container {
  flex: 1;
  overflow: auto;
}

.custom-tabs {
  display: flex;
  padding: 10px;
  width: fit-content;
  overscroll-behavior: contain;
}

.custom-tab {
  min-width: 50px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 10px;
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
}

.custom-tab.active {
  color: #1976d2;
  border-bottom: 2px solid #1976d2;
}

.tab-label {
  margin-bottom: 5px;
}

.tab-value {
  font-size: 12px;
  color: #555;
}

.custom-tabs-container::-webkit-scrollbar-thumb {
  background-color: white !important;
}

@keyframes avgContainer3DAnimation {
  0% {
    transform: translateY(0) rotateY(0) scale(1);
  }
  25% {
    transform: translateY(-20px) rotateY(-45deg) scale(1.2);
  }
  50% {
    transform: translateY(0) rotateY(0) scale(1);
  }
  75% {
    transform: translateY(-10px) rotateY(45deg) scale(0.8);
  }
  100% {
    transform: translateY(0) rotateY(0) scale(1);
  }
}

.shadow-container {
  width: 200px;
  height: 150px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  position: relative;
  overflow: hidden;
  perspective: 800px;
  margin: auto;
}

.shadow-container .surface {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, #decff3 0%, rgba(0, 0, 0, 0) 100%);
}

.shadow-container .avg-value {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  animation: avgContainer3DAnimation 2s infinite;
  transform-style: preserve-3d;
}

.shadow-container .caption {
  font-size: 14px;
  color: #24272b;
  margin-top: 8px;
}

.speedometer {
  margin-top: 0.5rem;
  height: 100%;
}

.filter-library-container {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.filter-library-selectfield {
  margin: auto;
}
.filter-library-heading {
  margin: 10px 0;
}
.checklist_analytics_filter_inner_container {
  overflow: auto;
  height: 90%;
}
.filter_data_container {
  height: 100%;
}
@media (max-width: 600px) {
  .chart_container_card {
    width: 400px !important;
    height: auto !important;
  }
}
@media (max-width: 600px) {
  .improvement-plan-container {
    width: 400px !important;
    height: auto !important;
  }
}
@media (max-width: 600px) {
  .route-cause-container {
    width: 400px !important;
    height: auto !important;
  }
}
.checklist_analytics_filter_inner_container::-webkit-scrollbar-thumb,
.filter_data::-webkit-scrollbar-thumb {
  background-color: #f0f0f0 !important;
}
.checklist_analytics_filter_inner_container::-webkit-scrollbar-track,
.filter_data::-webkit-scrollbar-track {
  background-color: #f0f0f0 !important;
}

.checklist_analytics_filter_inner_container::-webkit-scollbar {
  background-color: #f0f0f0 !important;
}
.chart_container_card::-webkit-scrollbar-thumb {
  background-color: white !important;
  border-radius: 1rem !important;
}
.analytics_chart_tool_inner_container::-webkit-scrollbar-thumb {
  background-color: white !important;
}
.animation-chart-label {
  opacity: 0;
  transform: scale(0.8);
  transform-origin: center bottom;
  transition: opacity 0.3s, transform 0.3s;
  animation: fadeInAndScale 2s ease-in-out forwards;
}

@keyframes fadeInAndScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.csv-upload-button {
  display: inline-block;
  padding: 8px 28px;
  font-size: 13px;
  color: #fff;
  background-color: #1b88fc;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  text-align: center;
}
.csv-upload-button:hover {
  background-color: #0056b3;
}
/* analytics cards */
.overall {
  display: flex;
  background-color: #51a149;
}
.overall:hover {
  box-shadow: 0 0 10px 0px #6df0d275;
}
.average {
  display: flex;
  background-color: #cfbc53;
}
.average:hover {
  box-shadow: 0 0 10px 0px #6df0d275;
}

.pending {
  display: flex;
  background-color: #c54031;
}
.pending:hover {
  box-shadow: 0 0 10px 0px #6df0d275;
}
.completed {
  display: flex;
  background-color: #4ad259;
}
.completed:hover {
  box-shadow: 0 0 10px 0px #6df0d275;
}
.menu_header {
  display: flex;
  align-items: center;
  overflow: auto;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
.menu_head_left {
  flex-basis: 45%;
  align-items: center;
  display: flex;
  font-size: 15px;
  color: #757a89;
  font-weight: 500;
  line-height: 30px;
}
.menu_head_rigth {
  display: flex;
  align-items: center;
  overflow: auto;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  flex-basis: 50%;
}
.menu_head_rigth button {
  margin: 0px;
  margin-left: 2px;
}
.menu_header button {
  margin: 0px;
  margin-left: 2px;
}
.back_btn {
  margin-top: 20px;
}
.primary_color {
  background-color: #1b88fc !important;
}

@media (max-width: 600px) {
  /* Styles for mobile devices */
  .m_1489228761155920239es-header-body table,
  .m_1489228761155920239es-content-body table {
    width: 100% !important;
  }

  .m_1489228761155920239es-m-txt-l p {
    font-size: 12px !important;
    line-height: 18px !important;
    padding: 5px 0 !important;
  }
}

@media (max-width: 768px) {
  /* Styles for tablets */
  .m_1489228761155920239es-header-body table,
  .m_1489228761155920239es-content-body table {
    width: 100% !important;
  }

  .m_1489228761155920239es-m-txt-l p {
    font-size: 14px !important;
    line-height: 21px !important;
    padding: 10px 0 !important;
  }
}
.login-button {
  margin-right: 10px; /* Adjust this value to increase or decrease the space */
}

/* Or, if you prefer to add space to the left of the second button */
.login-button + .login-button {
  margin-left: 10px;
}

/* loader css */

.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full height of the viewport */
  background-color: #f0f0f0; /* Optional background color */
  position: relative;
}

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: 100px; /* Adjust logo size as needed */
  margin-bottom: 20px; /* Spacing between logo and spinner */
}

.spinner {
  border: 8px solid #f3f3f3; /* Light gray background */
  border-top: 8px solid #3498db; /* Blue color for the spinner */
  border-radius: 50%;
  width: 60px; /* Size of the spinner */
  height: 60px; /* Size of the spinner */
  animation: spin 1s linear infinite; /* Animation for spinning */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Login  */

.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.ant-form-item-label > label {
  height: auto;
  min-height: fit-content;
}

/* Container Styles */
.risk-matrix-container {
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.matrix-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.matrix-wrapper {
  overflow-x: auto;
}

/* Table Styles */
.risk-matrix {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d1d5db; /* gray-300 */
}

.header-cell {
  padding: 8px;
  border: 1px solid #d1d5db;
  background-color: #f3f4f6; /* gray-100 */
  font-weight: 500;
  text-align: center;
}

.likelihood-header {
  font-weight: 500;
  text-align: left;
}

/* Risk Cell Styles */
.risk-cell {
  padding: 8px;
  border: 1px solid #d1d5db;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.risk-cell:hover {
  opacity: 0.8;
}

/* Risk Level Colors */
.risk-cell.minor {
  background-color: #bbf7d0; /* green-200 */
}

.risk-cell.moderate {
  background-color: #fef08a; /* yellow-200 */
}

.risk-cell.major {
  background-color: #fed7aa; /* orange-200 */
}

.risk-cell.severe {
  background-color: #dc2626; /* red-600 */
  color: white;
}

/* Selected Cell */
.risk-cell.selected {
  outline: 2px solid black;
  outline-offset: -2px;
}

/* Results Panel */
.results-panel {
  margin-top: 32px;
  padding: 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background-color: #f9fafb; /* gray-50 */
}

.results-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.rating-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .risk-matrix-container {
    padding: 16px;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }
}
.cui-statusbar {
  display: none !important;
}
.ewa-embed-footer {
  display: none !important;
}

.toggle-container {
  display: flex;
  border: 1px solid #d9d9d9;
  padding: 3px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  width: fit-content;
}

.toggle-option {
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background-color: transparent;
  color: #6b7280; /* gray-500 */
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.toggle-option.active {
  background-color: #003366;
  color: white;
  border-radius: 4px;
}

.select-department-btn {
  background-color: #003366;
  color: white;
  font-weight: 400;
  padding: 16px 14px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.select-department-btn:hover {
  background-color: #003366;
}

.arrow {
  font-size: 18px;
}

.select-dept-back {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #043353;
  cursor: pointer;
}

.select-department-section hr {
  border: 1px solid #d9d9d9;
  margin: 16px 0;
}

.department-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
}

.department-card {
  background: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 16px;
  text-align: center;
  padding: 16px 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.department-card .dept-icon {
  background-color: #18a4e0;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.department-card.active {
  background: #18a4e0;
  border-color: #18a4e0;
  color: white;
}

.department-card.active .dept-icon {
  background-color: #fff;
  color: #18a4e0;
}

.department-card svg {
  width: 30px;
  height: 30px;
}

.department-card svg path {
  transition: fill 0.2s ease;
  fill: #18a4e0;
}

.department-card:not(.active) svg path {
  fill: white;
}

.dept-text {
  font-size: 14px;
  margin-top: 4px;
}

.department-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: 10px;
  border: 2px solid #d9d9d9;
  background-color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
}
.department-pill-container {
  position: relative;
}

.department-pill-container .department-pill {
  height: 100%;
}

.department-pill-container .remove {
  background: white;
  padding: 5px;
  border-radius: 100px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.department-pill.active {
  background-color: #17aee0;
  color: white;
  border: 2px solid #17aee0;
}

.department-pill svg {
  width: 24px;
  height: 24px;
}

.department-pill svg path {
  transition: fill 0.2s ease;
  fill: #18a4e0;
}

.department-pill:not(.active) svg path {
  fill: white;
}

.dept-icon-circle {
  background-color: #17aee0;
  color: white;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 12px;
}

.department-pill.active .dept-icon-circle {
  background-color: white;
  color: #17aee0;
}

.ant-table-expanded-row .ant-table th,
.ant-table-expanded-row .ant-table td {
  background: #f6fcff !important;
}
.ant-table-expanded-row .ant-table th,
.ant-table-expanded-row .ant-table td {
  background: #f6fcff !important;
}

.org-chart {
  display: flex;
  justify-content: center;
  padding: 40px;
  font-family: sans-serif;
}

.tree-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.tree-children {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.node-box {
  padding: 10px 16px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
}

.node-tooltip {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 12px;
  width: 280px;
  font-size: 14px;
  z-index: 10;
}

.custom-add-action-btn {
  margin-bottom: 0px !important;
}

.facility-node {
  background-color: red;
}

.self-assessment-container .ant-table-tbody > tr:nth-child(odd) {
  background-color: rgba(24, 164, 224, 0.05); /* Light grey for odd rows */
  color: #727272;
}
.self-assessment-container .ant-table-tbody > tr:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
}

.self-assessment-container .ant-table-tbody .ant-table-expanded-row {
  background-color: #dcf1fa;
}

.self-assessment-container
  .ant-table-tbody
  .ant-table-expanded-row
  .ant-table-cell {
  background-color: #dcf1fa;
  border-left: 2px solid #18a4e0;
}

.self-assessment-container .ant-table-placeholder {
  background-color: white !important;
}

.self-assessment-expanded-row {
  border-radius: 1rem !important;
}
.policy-detail-drawer .ant-drawer-content-wrapper {
  width: 620px !important;
}
.threshold-stepper.ant-steps {
  overflow-x: auto;
  padding-bottom: 8px;
}

.threshold-stepper .ant-steps-item {
  flex: none;
  min-width: 110px;
}

.threshold-stepper .ant-steps-item-title {
  white-space: nowrap;
}
