.margin_0 {
  margin: 0;
}

.padding_0 {
  padding: 0;
}

.border_style {
  border-radius: 8px;
  border: 1px solid var(--divider-divider, #e8e8e8);
  background: var(--white, #fff);
}

.custome_tab>li>a {
  /*padding-right: 15px !important;*/
  padding: 0;
}

.nav-tabs.custome_tab {
  border-bottom: none;
}

.nav-tabs.custome_tab>li.active>a,
.nav-tabs.custome_tab>li.active>a:hover,
.nav-tabs.custome_tab>li.active>a:focus {
  background-color: #fff;
  border: none;
}

.custome_tab .active {
  border-bottom: 1px solid #e61e35;
}

.border_style .tab-content {
  padding: 15px 0;
}

.custome_tab li {
  padding: 0 10px;
}

.nav-tabs.custome_tab>li>a:hover {
  /* border-color: #eee #eee #ddd; */
  /* border-color: #e51937 #e51937 #e8e8e8; */
  border: none;
  background: none;
  color: #e51937;
  border-bottom: 1px solid #e51937;
}

.nav-tabs.custome_tab>li>a {
  border-bottom: 1px solid #fff !important;
}

.custom_table .table.table-default>thead>tr>td,
.custom_table .table.table-default>thead>tr>th {
  padding: 5px 8px;
  border: none;
  font-size: 14px;
  box-shadow: none;
  text-align: left;
}

.custom_table .table.table-default>tbody>tr>th,
.custom_table .table.table-default>thead>tr>td,
.custom_table .table.table-default>thead>tr>th {
  background-color: #fff;
}

.custom_table .table.table-default {
  border: none;
}

.custom_table .table.table-default>tbody>tr>td,
.custom_table .table.table-default>tbody>tr>th,
.custom_table .table.table-default>tfoot>tr>td,
.custom_table.table.table-default>tfoot>tr>th {
  border: none;
}

.custom_table tr {
  border-bottom: 1px solid #e8e8e8;
}

.v_a_middle {
  vertical-align: middle;
  height: 15px;
  width: 15px;
}

.color_gray {
  color: #6b7280;
}

.color_blue {
  color: #1d4ed8;
  /*background: #EEF2FF;*/
}

.color_blue_delegate {
  color: #3b82f6;
  /*background: #EEF2FF;*/
}

.color_brown {
  color: #a16207;
  /*background: #FEFCE8;*/
}

.color_green {
  color: #17823e;
  /*background: #F0FDF4;*/
}

.color_red {
  color: #2264AD;
  /*background: #F0FDF4;*/
}

.my_custom_btn {
  background: none;
  border: 1px solid #e8e8e8;
  padding: 12px;
}

.btn.edit_btn {
  padding: 0px 5px;
}

.top-bottom-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontal_tab>li>a {
  /*padding-right: 15px !important;*/
  padding: 0;
  border-bottom: 1px solid #fff !important;
  color: #000000;
}

.nav-tabs.horizontal_tab>li.active>a,
.nav-tabs.horizontal_tab>li.active>a:hover,
.nav-tabs.horizontal_tab>li.active>a:focus {
  background-color: #fff;
  border: none;
}

.horizontal_tab .active {
  border-left: 3px solid #000000;
}

.horizontal_tab li {
  padding: 0 10px;
  /* border: 1px solid rgb(228, 228, 228); */
  border-bottom: 1px solid #e8e8e8;
  margin-top: 10px;
  margin-bottom: 10px;
}

.horizontal_tab {
  border-radius: 8px;
  border: 1px solid var(--divider-divider, #e8e8e8);
  background: var(--white, #fff);
}

.perception_Hdr {
  /* background-color: #E8E8E8; */
  font-weight: bold;
  font-size: medium;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.details {
  margin-top: 10px;
  /* background-color: #f1f1f1; */
}

.details[open] {
  background-color: white;
}

details.active {
  background-color: white;
}

.details_summary {
  font-weight: 600;
  /* background-color: #f1f1f1; */
  border-radius: 5px;
  padding: 0px 0px 0px 5px;
}

.details_p {
  margin-left: 20px;
  color: #6b7280;
  font-weight: 400;
  font-size: small;
}

.btn_icon {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.footer_margin {
  margin-bottom: 10px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.custom-btn2 {
  border: 1px solid transparent;
  border: none;
  padding: 5px 12px;
  font-size: 1.3rem;
  border-radius: 4px;
  cursor: pointer;
}

.custom-btn2:hover {
  background-color: #cccccc;
}

.custom-btn2:disabled {
  cursor: default;
}

/* By Anjali */

.select {
  border: transparent;
}

/* Define the styles for the container */
.custom-container {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

/* Define the styles for the box */
.custom-box {
  width: 25px;
  height: 25px;
  padding: 12.5px;
  background: #080707;
  border-radius: 47.5px;
  border: 1.25px white solid;
  justify-content: center;
  align-items: center;
  gap: 12.5px;
  display: flex;
}

/* Define the styles for the content inside the box */
.custom-content {
  text-align: center;
  color: white;
  font-size: 12.5px;
  font-family: Georama;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02px;
  word-wrap: break-word;
}

.custom-dropdown {
  padding: 5px 5px;
  font-weight: normal;
  height: 40px;
  box-shadow: none;
  border-radius: 5px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 16px;
  background-position: right 0.15rem center;
  width: 80%;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  margin-left: 57px;
}

.card cardCustm1 {
  margin: 0 0 15px 0;
  border-color: #ddd;
  background-color: #dcdcdc;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.custom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: 14px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.secHeadTextRed {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin: 5px 0 0;
}

.card-header {
  background: none;
  border: 1px solid #e8e8e8;
  padding: 9px;
}

.custom-btn {
  background-color: #2264AD;
  color: #ffffff;
}

.heading-font {
  font-weight: 650;
}

.count-icon {
  height: 24px;
  width: 24px;
  vertical-align: middle;
  margin-top: 7px;
}

.count-font {
  font-size: medium;
  font-weight: 600;
}

.details_p2 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
}

.custom_hdr {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: -30px;
}

.joint_dropdown {
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 120px;
}

/* DonutChart */
.doughnutchart {
  width: 408px;
  max-width: 800px;
  height: 200px;
  display: block;
  margin-top: -40px;
  margin-bottom: inherit;
}

.cnt_box {
  width: 100%;
  height: 65px;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  padding: 10px;
  color: #000000;
}

.footer_margin2 {
  margin-top: 10px;
  margin-left: -30px;
}

.btn_Back {
  background: transparent;
  padding: 5px 12px;
  font-size: 1.3rem;
  border: none;
  border-radius: 5px;
}

.btn_Back:hover {
  border: 1px solid #6b7280;
}

.dtl_para {
  border-top: 1px solid #e8e8e8;
  padding: 10px 0px 10px 50px;
}

.name_tag {
  background: #e8e8e8;
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
}

.div_buttons_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-end;
  padding: 0px 0px 0px 0px;
}

.perc_li {
  color: black;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: black;
}

.comment_btn {
  border-radius: 5px;
  border: none;
  background: transparent;
}

.comment_btn:focus,
.comment_btn:hover {
  background: transparent;
  border: none;
}

.comment_btn.clicked {
  background-color: transparent;
}

.comment_textarea {
  color: rgb(0, 0, 0);
  width: 236px;
  border: none;
  font-family: inherit;
  font-size: small;
  background: none;
  overflow: hidden;
  height: 34px;
  border-radius: 5px;
}

.comment_textarea:focus {
  outline: none;
}

.paraComment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  position: relative;
}

.popoverCustmCls {
  width: 280px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 48px;
  bottom: 40px;
  border-radius: 10px;
  background-color: #4d4d4f;
  border: 0.5px solid rgb(232, 232, 232);
  box-shadow: 0px 0px 10px 0px rgb(169 168 168 / 50%);
  max-height: 20%;
  overflow: auto;
}

.popoverCustmCls1 {
  width: 280px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: 48px;
  bottom: 40px;
  text-align: left;
  border-radius: 10px;
  background-color: #4d4d4f;
  border: 0.5px solid rgb(232, 232, 232);
  box-shadow: 0px 0px 10px 0px rgb(169 168 168 / 50%);
  max-height: 345%;
  overflow: auto;
}

.circle_button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2264AD;
  color: #ffffff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  outline: none;
}

.btn-info1:hover {
  background-color: transparent;
  border: none;
}

.icon {
  cursor: pointer;
}

/* deatils up and down arrow */
.custom-summary::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("images/chevron-down.svg") center center no-repeat;
}

/* Open state */
.custom-summary[open]::before {
  background: url("images/chevron-up.svg") center center no-repeat;
}

/* Made New CSS */

/* Pending Table */

.custom_table .pend_Tbl {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: 1px solid #f3f4f6;
  border-radius: 10px;
}

.pend_Tbl.tbl-default {
  width: 100%;
  max-width: 100%;
  background-color: #f3f4f6;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #f3f4f6;
  min-width: 450px;
  border-radius: 10px;
  text-align: -webkit-match-parent;
}

.custom_table .pend_Tbl.tbl-default>thead>tr>th {
  background-color: #f3f4f6;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #f3f4f6;
  padding: 10px;
  color: #6b7280;
}

.custom_table .pend_Tbl.tbl-default>tbody>tr>td {
  border: none;
  background-color: white;
  border-bottom: 1px solid #f3f4f6;
  padding: 10px;
  font-weight: 500;
  font-size: 12px;
  color: #6b7280;
}

.pend_Tbl tbody tr:last-child td {
  border-bottom: none;
}

.yellow-dot {
  width: 8px;
  height: 8px;
  background-color: #fdc90f;
  border-radius: 50%;
  display: inline-block;
}

.green-dot {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  display: inline-block;
}

.blue-dot {
  width: 8px;
  height: 8px;
  background-color: #61b0e0;
  border-radius: 50%;
  display: inline-block;
}

.grey-dot {
  width: 8px;
  height: 8px;
  background-color: #adadad;
  border-radius: 50%;
  display: inline-block;
}

.red-dot {
  width: 8px;
  height: 8px;
  background-color: #ef4444;
  border-radius: 50%;
  display: inline-block;
}

/* Added by Isha */

.ApprovalTxt {
  margin-right: 160px;
  color: #ffa412;
  font-size: 20px;
  font-weight: 600;
}

.ConfirmationTxt {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
  word-wrap: break-word;
}

.SubmitBtn {
  background-color: white;
  color: #2264AD;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.25px;
  word-wrap: break-word;
  height: 34px;
  border-radius: 8px;
  width: 128px;
  border: 1px solid red;
  cursor: pointer;
}

.DontSubmitBtn {
  background-color: white;
  color: #4d4d4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  height: 34px;
  border-radius: 8px;
  width: 128px;
  border: 1px solid grey;
  cursor: pointer;
}

.SubmitTxt {
  margin-right: 89px;
  color: #22c55e;
  font-size: 20px;
  font-weight: 600;
}

.Label1 {
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  word-wrap: break-word;
}

.Label2 {
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}

.ApprovalBtn {
  background-color: #2264AD;
  color: #ffffff;
  /* margin-left: 287px; */
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.25px;
  word-wrap: break-word;
  border-radius: 8px;
  border: 1px solid red;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}

.BackBtn {
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
  font-size: 14px;
  color: #231f20;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.25px;
  word-wrap: break-word;
  border-color: white;
}

.SentBackBtn {
  /* margin-left: 269px; */
  color: #2264AD;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.25px;
  word-wrap: break-word;
  border: 1px solid #e70f0f;
  background: white;
  width: 159px;
  height: 46px;
  border-radius: 8px;
  cursor: pointer;
}

.Exist_Cmnt {
  width: 10.79px;
  height: 10.79px;
  left: 37px;
  top: 15px;
  position: absolute;
  background: #61b0e0;
  border-radius: 9999px;
  border: 1px white solid;
  display: none;
}

.Exist_Cmnt1 {
  width: 10.79px;
  height: 10.79px;
  left: 22px;
  top: 5px;
  position: absolute;
  background: #61b0e0;
  border-radius: 9999px;
  border: 1px white solid;
  display: none;
}

.ParaExist_Cmnt {
  width: 10.79px;
  height: 10.79px;
  left: 22px;
  top: 5px;
  position: absolute;
  background: #61b0e0;
  border-radius: 9999px;
  border: 1px white solid;
  display: none;
}

.PerceExist_Cmnt {
  width: 10.79px;
  height: 10.79px;
  left: 22px;
  top: 5px;
  position: absolute;
  background: #61b0e0;
  border-radius: 9999px;
  border: 1px white solid;
  display: none;
}

.DeleteAssessmentTxt {
  color: #f87171;
  font-size: 15.6px;
  font-weight: 600;
  word-wrap: break-word;
}

.modal-title1 {
  color: #4d4d4f;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25px;
  word-wrap: break-word;
  margin: 0;
  line-height: 1.42857143;
}

.btn-info1 {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.SaveAssessmentBtn {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.25px;
  word-wrap: break-word;
}

.CancelAssessmentBtn {
  color: #2264AD;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1.25px;
  word-wrap: break-word;
}

.DDlAssessmentTxt {
  color: #231f20;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}

.btnImgCls02:disabled {
  border-color: white;
  background-color: white;
  cursor: auto;
  color: #d1d5db;
}

.btnImgCls02:disabled .btnImgCls02_img {
  filter: grayscale(100%);
}

.btnImgCls02:hover {
  background-color: white;
}

.BtnSendForApproval {
  background-color: #2264AD;
  /* width: 77%; */
  color: #ffffff;
  margin-left: 245px;
  border-radius: 8px;
  font-size: 14px;
  border-color: white;
  padding: 12px;
  border: 1px solid #e8e8e8;
}

.BtnSendForApproval:disabled {
  background-color: #dcdcdc;
  border: 1px solid #e8e8e8;
}

.BtnText_Red {
  color: #2264AD;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}

.BtnText_Black {
  color: #4d4d4f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}

.btnImgCls01:disabled {
  color: #d1d5db;
}

.btnImgCls01:disabled .btnImgCls01_img {
  filter: grayscale(100%);
}

.frame_text {
  color: #d1d5db;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  word-wrap: break-word;
}

.btn:disabled {
  cursor: default;
}

/* Dashboard */
.dash_summary {
  border-bottom: 0.5px solid #e8e8e8;
  padding: 15px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.dash_ul {
  padding: 0px;
  margin-left: 0 !important;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dash_ul>li>a {
  color: #c1c1c1;
}

.dash_btn {
  border: 1px solid #2264AD;
  width: 45%;
  background: transparent;
  font-weight: 600;
  letter-spacing: 3px;
}

.dash_scrollableDiv {
  max-height: 500px;
  overflow-y: auto;
  transition: max-height 0.2s ease-out;
}

/*  */

/* Toggle Button */

.lbl {
  position: relative;
  display: block;
  height: 11px;
  width: 22px;
  background: #898989;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lbl:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 3px 3px rgb(120 116 116 / 50%);
  content: "";
  transition: all 0.3s ease;
}

.lbl:active:after {
  transform: scale(1.15, 0.85);
}

.cbx:checked~label {
  background: #bef4d2;
}

.cbx:checked~label:after {
  left: 10px;
  background: #22c55e;
}

.cbx:disabled~label {
  background: #d5d5d5;
  pointer-events: none;
}

.cbx:disabled~label:after {
  background: #bcbdbc;
}

.hidden {
  display: none;
}

/*  */

/* Initials Circle */
.initial-circle-container {
  display: flex;
}

.initial-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4d4d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-right: 5px;
  font-weight: 400;
  font-size: 10px;
  border: 2px solid white;
  margin-right: -9px;
}

.remaining-circle {
  width: 45px;
  height: 33px;
  border-radius: 45px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid white;
}

/*  */

.status_icon_circle {
  border: 2px solid black;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.green-square {
  width: 10px;
  height: 10px;
  background-color: #22c55e;
  border-radius: 30%;
  display: inline-block;
}

.yellow-square {
  width: 10px;
  height: 10px;
  background-color: #fdc90f;
  border-radius: 30%;
  display: inline-block;
}

.red-square {
  width: 10px;
  height: 10px;
  background-color: #ef4444;
  border-radius: 30%;
  display: inline-block;
}

.cursorPointer {
  cursor: pointer;
}

.icon_button {
  border: none;
  background-color: transparent;
}

/* .btn btn-info comment_btn:hover,
.btn btn-info comment_btn:focus {
  background-color: transparent;
  border: none;
} */

/* .btn.active,
.btn:focus,
.btn:hover {
  background: transparent;
  border: none;
} */

tr.noBorder td {
  border: 0 !important;
  border-right: 1px solid #c5c5c5 !important;
}

/* Quantitative toggle */

.switch_qnt {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
}

.switch_qnt input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_qnt {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  transition: background-color .4s;
  border-radius: 34px;
  border: 1.5px solid #ccc;
}

.slider_qnt:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: #ccc;
  transition: transform .4s;
  border-radius: 50%;
}

input:focus+.slider_qnt {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider_qnt:before {
  transform: translateX(26px);
  background-color: #1084CB;
}

/* Style the text inside the toggle button */
.toggleText {
  color: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 10px;
}

/* Change the color of the text when the toggle is off */
input:checked .slider_qnt .toggleText {
  color: #000;
}

input:not(:checked) .slider_qnt #toggleTextLeft {
  left: 8px;
  right: auto;
  color: #000;
}

.table-container {
  overflow: hidden;
}

.table-container table {
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}


/* Quantitative Dashboadr Tabel */

.qnt_table .pend_Tbl.tbl-default>thead>tr>th {
  background-color: #d9e8fc;
  font-size: 15px;
  /* padding: 15px; */
  color: #231f20;
  border: 1px solid #7a7a7a;
}

/*  */

.qnt_table .table.table-default>thead>tr>td,
.qnt_table .table.table-default>thead>tr>th {
  padding: 3px 6px;
  border: none;
  font-size: 12px;
  box-shadow: none;
  text-align: left;
}

.qnt_table .table.table-default>tbody>tr>th,
.qnt_table .table.table-default>thead>tr>td,
.qnt_table .table.table-default>thead>tr>th {
  background-color: #fff;
}

.qnt_table .table.table-default {
  border: none;
}

.qnt_table .table.table-default>tbody>tr>td,
.qnt_table .table.table-default>tbody>tr>th,
.qnt_table .table.table-default>tfoot>tr>td,
.qnt_table.table.table-default>tfoot>tr>th {
  border: none;
}

.qnt_table tr {
  border-bottom: 1px solid #e8e8e8;
}

.qnt_table .pend_Tbl {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: 1px solid #f3f4f6;
  border-radius: 10px;
}

.pend_Tbl.tbl-default {
  width: 90%;
  max-width: 90%;
  height: 90%;
  max-height: 90%;
  background-color: #ffff;
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #f3f4f6;
  /* min-width: 450px; */
  border-radius: 10px;
  text-align: -webkit-match-parent;
}

.qnt_table .pend_Tbl.tbl-default>thead>tr>th {
  background-color: #d9e8fc;
  font-size: 13px;
  /* padding: 10px; */
  color: #231f20;
  border: 1px solid #7a7a7a;
}

.qnt_table .pend_Tbl.tbl-default>tbody>tr>td {
  color: #231f20;
  border: 1px solid #7a7a7a;
  /* padding: 8px; */
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}

.pend_Tbl tbody tr:last-child td {
  border-bottom: none;
}

.nav-tabs .nav-link.active {
  color: #2264AD;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #2264AD;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #2264AD;
  cursor: default;
  background-color: transparent;
}

.assgn_ul>li>a {
  color: black;
}