/******MainBody Tags Starts******/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif !important;
  margin: 0 !important;
  font-size: 16px !important;
  color: #000 !important;
  padding: 0 !important;
  background-color: #fff !important;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
  color: #737373 !important;
}
.pointer {
  cursor: pointer !important;
}
.App--Main {
  display: inline-block;
  width: 100%;
}
.Body--Main {
  padding: 55px 0 0 60px;
}
.no-display {
  display: none !important;
}
.mt--0 {
  margin: 0 !important;
}
.mt--5 {
  margin: 5px 0 0 0;
}
.mt--10 {
  margin: 10px 0 0 0;
}
.mt--15 {
  margin: 15px 0 0 0;
}
.mt--20 {
  margin: 20px 0 0 0;
}
.mt--25 {
  margin: 25px 0 0 0;
}
.mt--30 {
  margin: 30px 0 0 0 !important;
}
.mt--35 {
  margin: 35px 0 0 0;
}
.mt--40 {
  margin: 40px 0 0 0;
}
.mt--45 {
  margin: 45px 0 0 0 !important;
}
.mt--50 {
  margin: 50px 0 0 0;
}
.rotate-180 {
  transform: rotate(180deg);
}
.justify-center {
  justify-content: center !important;
}
.p-relative {
  position: relative !important;
}
/******MainBody Tags Starts******/

/**Header Starts**/
.header {
  display: flex;
  align-items: center;
  background: #fff;
  height: 55px;
  padding: 0 10px;
  z-index: 100000;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.header--left__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 205px;
}
.header--menu__left {
  display: flex;
  align-items: center;
  gap: 0px;
}
.header--left__links {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.header--left__links a {
  color: #fff !important;
}
.header--menu__right {
  display: flex;
  align-items: center;
  padding: 0 60px 0 0;
  gap: 20px;
}
.header--menu__right a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: #000 !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header--menu__right a:last-child {
  margin-left: 20px;
}
.folder-inn {
  position: relative;
}
.folder-inn a {
  margin: 0 !important;
}
.floder-links {
  position: absolute;
  background: #fff;
  width: 51px;
  top: 35px;
  text-align: center;
  left: -10px;
  z-index: 100000;
}
.floder-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #ccc;
  font-size: 8px;
  text-transform: uppercase;
  margin: 5px 0 !important;
  padding: 4px 0 0 0;
}
.floder-links a.c-1 {
  background-color: #86c745;
}
.floder-links a.c-2 {
  background-color: #fdaf17;
}
.floder-links a.c-3 {
  background-color: #f2612a;
}
.floder-links a.c-4 {
  background-color: #a436a6;
}
.floder-links a.c-5 {
  background-color: #45ad76;
}
.floder-links a.c-6 {
  background-color: #018cdd;
}
.floder-links a.c-7 {
  background-color: #175b8c;
}
.floder-links hr {
  margin: 0;
  height: 1px;
  border: none;
  border-top: 1px solid #f3f3f3;
}
.floder-links a span {
  display: flex;
  justify-content: center;
  margin: 2px 0 0 0;
  font-weight: 500;
  color: #fff !important;
}
.log-drop {
  position: relative;
}
.logout-menu {
  position: absolute;
  background: #fff;
  width: 170px;
  top: 40px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  right: 0;
}
.log-user-image {
  display: flex;
  padding: 10px;
}
.log-user-image img {
  width: 100%;
}
.setting-log {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid #8c8c8c;
  padding: 3px 10px;
}
.setting-log a {
  color: #717171 !important;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 13px;
}

/**Header Ends**/

/**Left Menu starts**/
.menu {
  position: fixed;
  left: 0;
  background: #000000;
  margin: 0;
  height: 100%;
  width: 60px;
  padding: 75px 0 0 0;
  transition: all 0.3s linear;
  z-index: 10000;
  top: 0;
}
.menu.hover {
  width: 270px;
  transition: all 0.3s linear;
}
.lmenu {
  margin: 0 0 41px 0;
}
.mainMenu {
  /*border-top: 1px solid #f3f3f3;*/
  display: flex;
  align-items: center;
}
.mainMenu a {
  font-size: 13px;
  padding: 0px 13px 0 17px;
  line-height: 36px;
  border-left: 3px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 30px);
  position: relative;
  color: #fff !important;
}
.mainMenu a:hover {
  border-left: 3px solid #8c8c8c;
}
.subMenu {
  /* display: flex; */
  margin: 0 0 10px 0;
  position: relative;
}
.subMenu a {
  font-size: 14px;
  line-height: 37px;
  width: 100%;
  align-items: center;
  display: flex;
  position: relative;
  color: #fff !important;
}
.sub-span {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 0 15px;
  height: 24px;
  line-height: 14px;
  font-size: 13px;
  align-items: center;
}
.menu .subcat a {
  height: 24px !important;
}
.lm-img {
  display: flex;
  width: 60px;
  justify-content: center;
}
.lm-img img {
  position: relative;
  left: -2px;
}
.lm-spn {
  display: flex;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s linear;
  margin: 0 0 0 -5px;
}
.menu.hover .lm-spn {
  width: 210px;
  transition: all 0.3s linear;
}
.subMenu a.active {
  font-weight: bold;
  background-color: #4a4a4a;
}

.subMenu a:hover {
  background-color: #4a4a4a;
}
.sub--menu--main {
  background: #000000;
}
.sub--menu--main--child {
  background: #000000;
  /* border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;*/
}
.sub--menu--main--child .subMenu a {
  padding-left: 38px !important;
}
.open--arrow {
  color: #fff !important;
  font-size: 18px;
  position: absolute;
  top: -2px;
  width: 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 0;
  height: 37px;
  padding: 0;
  display: none;
  z-index: 1000;
}
.open--arrow.rotate--deg {
  transform: rotate(90deg);
  top: 0;
}
.menu.hover .open--arrow {
  display: flex;
}
.menu.hover .menu-close {
  display: inline-block;
  width: 100%;
}
.menu .menu-close {
  display: none;
  margin: 0 0 5px 0;
  padding: 0 0 0 27px;
}
.menu .menu-close a {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 34px;
  padding: 0 0 0 27px;
  line-height: 14px;
}
.menu-close .subMenu {
  margin: 0;
}
/**Left Menu Ends**/

/*Page Contents Starts*/

/*Breadcrumb Starts*/
.page--breadcrumb {
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 42px;
  background: #f8f8f8;
  padding: 0 12px 0 12px;
  gap: 10px;
}
.page--breadcrumb a {
  display: flex;
  align-items: center;
  color: #000000 !important;
  gap: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.page--breadcrumb a:first-child {
  color: #000000 !important;
}
.page--breadcrumb a span {
  color: #000000 !important;
}
/*Breadcrumb Ends*/
.page--data {
  display: inline-block;
  width: 100%;
  padding: 12px;
}
.tab--data__show {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background: #fbfbfb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
.tab--head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0 10px 0;
}
/*Tabs Starts*/
.page--tabs {
  display: flex;
  background: #fff;
  border-radius: 2px;
  height: 46px;
  align-items: center;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  padding: 40px 50px 19px 50px;
  border-bottom: 4px solid #000;
  margin: 0 0 10px 0;
}
.page--tabs a {
  display: block;
  float: right;
  padding: 16px 24px 17px;
  background-color: #fff;
  margin-right: 46px;
  z-index: 2;
  position: relative;
  font-size: 11px;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all 250ms ease;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: bold;
  letter-spacing: 1px;
}

.page--tabs a::before,
.page--tabs a::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: #fff;
  transition: all 250ms ease;
}
.page--tabs a::before {
  right: -24px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 5px,
    inset rgba(255, 255, 255, 0.09) -1px 0;
}
.page--tabs a::after {
  left: -24px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) -3px 2px 5px,
    inset rgba(255, 255, 255, 0.09) 1px 0;
}
.page--tabs a.active,
.page--tabs a.active::before,
.page--tabs a.active::after {
  background-color: #000;
  color: #fff !important;
  z-index: 3;
}
.page--tabs a:hover,
.page--tabs a:hover::before,
.page--tabs a:hover::after {
  background-color: #8c8c8c;
  color: #fff !important;
  z-index: 3;
}
/* .page--tabs a {
  padding: 0 5px 0 20px;
  position: relative;
  background: #f5f5f5;
  height: 46px;
  display: flex;
  align-items: center;
  color: #444 !important;
} */

/* .page--tabs a .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.page--tabs a .chevron::before {
  border: 24px solid transparent;
  border-left: 14px solid #f5f5f5;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
}
.page--tabs a.active .chevron::before {
  border-left: 14px solid #fff;
}
.page--tabs a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: #8c8c8c;
  z-index: 10000;
}
.page--tabs a.active::before {
  background-color: #000000;
  z-index: 2;
}
.page--tabs a.active {
  background: #fff;
}
.page--tabs a:first-child {
  padding-left: 10px;
  border-radius: 2px 0 0 0;
} */

/*Tabs Ends*/

/*Export Button Starts*/
.grid--esport {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px 0;
}
.grid--esport a {
  display: flex;
  width: 35px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #8c8c8c !important;
  margin-left: 10px;
}
/*Export Button Ends*/

/*Table Starts*/
td.text-right {
  text-align: right !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left;
}
td.text-left {
  text-align: left !important;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  font-size: 10px;
  border-bottom: 2px solid #ddd !important;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  border-collapse: collapse;
  border-color: #f5f5f5;
  position: relative;
  padding: 5px 3px;
  text-transform: uppercase;
  letter-spacing: 0;
  background-clip: padding-box !important;
  text-align: center !important;
}
thead tr {
  background: #000000 !important;
}
thead tr:nth-child(2) {
  background: #000 !important;
}
tr:first-child th {
  font-weight: bold;
}
th a img {
  position: relative;
  top: 1.5px;
}
.copa-in-d-table th a img {
  position: relative;
  top: -1px;
  left: 3px;
}
.remove-scroll .list-scroll {
  max-height: none;
}
/*.part-head th {
  border-right: 1px solid #000;
}*/
td {
  border-top: 1px solid #f5f5f5;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.3px;
  padding: 5px !important;
}
td:first-child {
  text-align: left;
}
tr:nth-child(2n + 1) td {
  background: #f5f5f5 !important;
}
.width-130 {
  max-width: 130px;
  text-align: left;
  width: 130px;
}
.grid-cats {
  display: flex;
  font-size: 10px;
  text-transform: uppercase;
  color: #444;
  gap: 15px;
  align-items: center;
}
.single-cat {
  display: flex;
  gap: 6px;
  align-items: center;
}
.single-cat span:nth-child(2) {
  display: flex;
  width: 12px;
  height: 12px;
}
.single-cat .cat-a {
  border: 1px solid #a9d18d !important;
}
.single-cat .cat-b {
  border: 1px solid #8eaadc !important;
}
.single-cat .cat-c {
  border: 1px solid #f4b082 !important;
}
.single-cat .cat-d {
  border: 1px solid #ffe799 !important;
}
.single-cat .sub-d {
  border: 1px solid #ccc !important;
}
.cat-a {
  background-color: #a9d18d !important;
}
.cat-b {
  background-color: #8eaadc !important;
}
.cat-c {
  background-color: #f4b082 !important;
}
.cat-d {
  background-color: #ffe799 !important;
}
.JLRBold td {
  font-weight: bold;
}
td.text-center {
  text-align: center !important;
}
.Textind td:first-child {
  text-indent: 15px;
}
.toggle-row {
  display: inline-block;
}

.toggle-row span {
  display: flex;
  width: 12px;
  height: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  background: #8c8c8c;
  color: #fff;
}

.toggle-row-empty {
  display: inline-block;
}

.toggle-row-empty span {
  display: flex;
  width: 12px;
  height: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  background: #fff;
  color: #fff;
}

/*Table Ends*/

/*Brand Check starts*/
.brand--select {
  display: flex;
  font-size: 11px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 100;
  gap: 20px;
  margin: 15px 0 0 15px;
  color: #444 !important;
}
.brand--check {
  position: relative;
}
.brand--check input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  margin: 0;
  width: 70px;
  height: 26px;
  cursor: pointer;
}
/*Brand Check ends*/

/*Native DDL Starts*/
.tabs--ddl {
  display: flex;
  margin: 15px 0 0 15px;
}
select {
  background: transparent;
  border: 1px solid #d5d5d5;
  height: 29px;
  padding: 6px 12px;
  font-size: 11px !important;
  color: #000;
}
/*Native DDL Ends*/

/*Page Contents Ends*/

/*Section Dashboard Starts*/
.page--data.section-dashboard-main {
  min-height: calc(100vh - 87px);
}
.section-dashboard {
  display: grid;
  grid-template-columns: 3fr 1fr;
  color: #000;
  gap: 15px;
}
.section-head {
  font-size: 20px;
  font-weight: 600;
  height: 35px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Section-timer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0 0;
  background: #fff;
  padding: 10px;
}
.timer-title-main {
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.timer-run {
  display: flex;
  align-items: center;
  gap: 2px;
}
.timer-box {
  background: #e3f8d8;
  width: 45px;
  height: 40px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
}
.timer-number {
  display: flex;
  font-size: 13px;
  justify-content: center;
  font-weight: bold;
}
.timer-title {
  font-size: 8px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.dashboard-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0 0;
  background: #fff;
  padding: 10px;
}
.db-graph {
  display: flex;
  align-items: center;
  gap: 50px;
}
.graph-data {
  display: flex;
  background: #8c8c8c;
  width: 67px;
  height: 65px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.graph-value {
  display: flex;
  border: 3px solid #fff;
  width: 47px;
  height: 47px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.graph-status span {
  display: flex;
}
.graph-status span:last-child {
  margin: 5px 0 0px 0;
  color: #999;
}
.status-change span {
  display: flex;
  justify-content: center;
}
.status-change span:first-child {
  margin: 0 0 5px 0;
}
.dashboard-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dashboard-btns a {
  display: flex;
  background: #8c8c8c;
  width: 35px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.dashboard-btns a img {
  width: auto;
  height: 16px;
}
.exec-summary {
  background: #fff;
}
.exec-summary .exc-a {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  margin: 10px 0 0 0;
  color: #000 !important;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 9px 10px;
}

.section-right .section-head {
  font-size: 14px;
  font-weight: normal;
  border-top: 10px solid #f5f5f5;
  background: #fff;
}
.msg-section {
  padding: 0 10px;
  background: #fff;
}

.feed-main {
  display: inline-block;
  width: 100%;
  max-height: 350px;
  overflow: auto;
  position: relative;
  background: #fff;
}
.msg-section textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #f7f7f7;
  padding: 5px 9px;
  font-size: 11px;
  margin: 10px 0 0 0;
}
.msg-btns {
  display: flex;
  border-top: 1px solid #f5f5f5;
  box-shadow: 1px 1px 1px 1px rgb(240, 240, 240);
  height: 34px;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 0 0 0;
  gap: 5px;
}
.msg-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c8c8c;
  width: 32px;
  height: 32px;
  border-radius: 2px;
}
.single-feed {
  display: flex;
  font-size: 11px;
  align-items: center;
  padding: 5px 15px 5px 0;
  border-bottom: 1px solid #eee;
}
.i-info {
  margin: 0 10px 0 0;
}
.feed-data {
  width: calc(100% - 30px);
}
.txt-feed {
}
.time-feed {
  font-size: 9px;
  display: flex;
}
.txt-feed .CommentName {
  font-weight: bold;
  margin: 0 3px 0 0;
}
/*Section Dashboard Ends*/

/**App Dropdowns Starts**/
.app--drops {
  position: absolute;
  left: 0;
  background: #222326;
  border: 0.2px solid #ccc;
  width: 190px;
  z-index: 100;
  padding: 10px 0;
}
.app--drops__item {
  display: flex;
  font-size: 12px;
  align-items: center;
  height: 30px;
  padding: 0 12px;
}
.app--drops__item img {
  margin: 0 10px 0 0;
}
.app--drops__item:hover {
  background-color: #292b2f;
}
/**App Dropdowns Ends**/

/**Radio Starts**/
.radio--btn {
  position: relative;
}
.radio--btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  z-index: 100;
}
.radio--mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: none;
  border-radius: 50%;
  border: 2px solid #9a9a9b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio--btn:hover input ~ .radio--mark {
  background-color: none;
}
.radio--btn input:checked ~ .radio--mark {
  background-color: none;
}
.radio--mark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio--btn input:checked ~ .radio--mark:after {
  display: block;
}
.radio--btn .radio--mark:after {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #9a9a9b;
}
/**Radio Ends**/

/**Checkbox Starts**/
.check--btn {
  position: relative;
}
.check--btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  z-index: 100;
}
.check--mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: none;
  border-radius: 5px;
  border: 2px solid #9a9a9b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check--btn:hover input ~ .check--mark {
  background-color: none;
}
.check--btn input:checked ~ .check--mark {
  background-color: none;
}
.check--mark:after {
  content: "";
  position: absolute;
  display: none;
}
.check--btn input:checked ~ .check--mark:after {
  display: block;
}
.check--btn .check--mark:after {
  width: 8px;
  height: 14px;
  border: solid #9a9a9b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}
/**Checkbox Ends**/

/**Scroll Starts**/
.custom--scroll {
  scrollbar-color: #8c8c8c Transparent;
  scrollbar-width: thin;
}
.custom--scroll::-webkit-scrollbar {
  width: 7px !important;
  height: 7px;
  border-radius: 0;
}
.custom--scroll::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}
.custom--scroll::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 0;
}
.custom--scroll::-webkit-scrollbar-thumb:hover {
  background: #8c8c8c;
}
/**Scroll Ends**/
/**Loader Starts**/
.loader-overlay {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
}
.feed-main .loader-overlay {
  display: flex;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 350px;
  background-color: rgba(255, 255, 255, 0.7);
  align-items: center;
  justify-content: center;
}
/**Loader Ends**/

/**************Tooltip New Desing starts************/
.tooltip.bottom > .tooltip-arrow::after {
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
  margin-left: -10px;
  top: 1px;
}

.tooltip > .tooltip-arrow::after {
  border-width: 10px;
  content: "";
}

.tooltip > .tooltip-arrow,
.tooltip > .tooltip-arrow::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
  left: 50%;
  margin-left: -11px;
  top: -11px;
}

.tooltip > .tooltip-arrow {
  border-width: 11px;
}

.tooltip > .tooltip-arrow,
.popover > .tooltip-arrow::after {
  border-color: transparent;
  border-style: solid;
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.tooltip {
  background-clip: padding-box;
  background-color: #fbfbfb;
  border-color: #ccc;
  border-radius: 3px;
  border-width: 1px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #444;
  padding: 0;
}

.tooltip {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-height: 1.42857;
  max-width: 276px;
  overflow-wrap: normal;
  padding: 1px;
  position: absolute;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
}

.tooltip-inner {
  background: #ffffff !important;
  color: #191919 !important;
  border-color: transparent !important;
  opacity: 1;
  border-top: 3px solid #000000 !important;
  border-radius: 0 !important;
  margin-top: 4px;
  display: inline-block;
}

.popover-title {
  background-clip: padding-box;
  border-bottom: 3px solid #000000 !important;
  border-radius: 3px 3px 0 0;
  color: #000;
  padding: 2px 14px !important;
}
.tooltip.bottom .tooltip-arrow {
  left: 50% !important;
  border-bottom-color: #ccc !important;
}
.tooltip.bottom .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.25);
}
/**************Tooltip New Desing Ends************/
.tooltip-a {
  position: relative;
  display: inline-block;
}
.tooltip-a .tooltip {
  display: none;
  top: 30px;
  width: 250px;
  left: calc(50% - 125px);
}
.tooltip-a:hover .tooltip {
  display: block;
}
.tooltip-inner {
  padding: 10px;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
}
.popup-drop {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: auto;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1000;
  justify-content: center;
}
.popup-outer {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.popup-main {
  display: inline-block;
  width: auto;
  background: #fff;
  min-height: 100px;
  max-width: 950px;
  min-width: 600px;
  margin: 50px auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  color: #000;
}
.popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  height: 36px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 18px;
}
.popup-head a {
  font-weight: 700;
  color: #000 !important;
  opacity: 0.2;
  font-family: Tahoma;
  font-size: 22px;
}
.popup-footer {
  display: flex;
  background: #f5f5f5;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
  margin: 20px 0 0 0;
  gap: 10px;
}
.popup-footer a {
  display: flex;
  padding: 6px 12px;
  border: 1px solid #b8b8b8;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-size: 13px;
  color: #000 !important;
  font-weight: 400;
}
.popup-body {
  padding: 20px 15px 0 15px;
}
.as-toggles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Circle Chart start */
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 47px;
  justify-content: space-around;
}

.circular-chart {
  display: in;
  margin: 10px auto;
  max-width: 100%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 2.8;
}

.circle {
  fill: none;
  stroke-width: 0;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #fff;
}

.percentage {
  fill: #fff;
  font-family: "Open Sans";
  font-size: 10px;
  text-anchor: middle;
}

/* Circle Chart ends */
td.clRed {
  color: #b10039;
}
td.clGreen {
  color: #8c8c8c;
}
.JLRBold.ExtraRowNew {
  border: 2px solid rgb(221, 221, 221) !important;
  border-left: none !important;
  border-right: none !important;
  height: 12px;
}
.notification-info,
.notification-success {
  background-color: #e3f8d8 !important;
  opacity: 0.9 !important;
  font-size: 13px !important;
  color: #000 !important;
}
.notification-info .notification-message .message {
  color: #000;
}
.notification-success .notification-message .message {
  color: #000;
}

.vby-channel tr:first-child th:nth-child(2),
.vby-channel tr:first-child th:nth-child(3),
.vby-channel tr:first-child th:nth-child(4) {
  border-left: 1px solid #000;
}
.vby-channel tr:nth-child(2) th:nth-child(2),
.vby-channel tr:nth-child(2) th:nth-child(6),
.vby-channel tr:nth-child(2) th:nth-child(10) {
  border-left: 1px solid #000;
}
.vby-channel tbody tr:first-child td:nth-child(2),
.vby-channel tbody tr:first-child td:nth-child(6),
.vby-channel tbody tr:first-child td:nth-child(10) {
  border-left: 1px solid #000;
}
.vby-channel tbody tr.JLRBold td {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.fl-vol tr th,
.fl-monvol tr th,
.roi-border tr th {
  border-right: 1px solid #000;
}
.fl-vol tr:nth-child(2) th:nth-child(2),
.fl-vol tr:nth-child(2) th:nth-child(4),
.fl-vol tr:nth-child(2) th:nth-child(6) {
  border-right: none;
}
.brand--name span {
  margin: 0 0 0 20px;
}
.aft-cpp thead tr th:first-child,
.aft-cpp tbody tr td:first-child,
.aft-revn tbody tr th:first-child,
.aft-revn tbody tr td:first-child,
.aft-actv tbody tr th:first-child,
.aft-actv tbody tr td:first-child {
  width: 160px !important;
  max-width: 160px !important;
}
.aft-cpp tbody tr td:nth-child(2),
.aft-revn tbody tr td:nth-child(2),
.aft-actv tbody tr td:nth-child(2) {
  text-align: left !important;
}
.facl-mlst tbody tr td {
  text-align: left !important;
}

/*Help Popup*/
.popup-help {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
  z-index: 100000;
}
.popup-help-index {
  z-index: 1000000;
}
.help-popup-display {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.help-inner {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  height: auto;
  text-align: left;
  padding: 0 0 20px 0;
}
.lg-table {
  max-width: 1500px !important;
}

.lg-table tbody tr td,
.lg-table thead tr th {
  min-width: 100px !important;
}

.help-inner-2 {
  max-width: 450px;
}
.help-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  margin: 0 0 15px 0;
}
.help-head h3 {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.popup-message {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0 20px 20px 20px;
  text-align: center;
}
.popup-message a {
  color: #9e1b32 !important;
  text-decoration: underline !important;
}
.help-row {
  display: flex;
  align-items: center;
  margin: 0 0 6px 0;
}
.help-row p {
  font-size: 12px;
  color: #000;
  width: 190px;
  padding: 0 30px;
  margin: 0 !important;
}
.flex-start {
  align-items: flex-start;
}
.flex-start p {
  margin: 20px 0 0 0;
}
.help-row input {
  border: 1px solid #ddd;
  height: 34px;
  color: #111;
  opacity: 1;
  width: 250px;
  font-size: 11px;
  padding: 6px 12px;
  outline: none;
}
.help-row textarea {
  width: 400px;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #111;
  opacity: 1;
  padding: 6px 12px;
  height: 100px;
}
.drad-drop {
  display: inline-block;
  width: 400px;
  min-height: 77px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #111;
}
.drad-drop p {
  width: 100%;
  text-align: center;
}
.help-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.help-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c8c8c;
  color: #fff !important;
  min-width: 70px;
  height: 32px;
  border-radius: 3px;
  padding: 0 5px;
  width: auto;
}
.clear-btn {
  margin: 0 0 10px 0;
}
.clear-btn a {
  width: auto;
  padding: 0 12px;
}
.uploaded-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  margin: 10px 0 0 0;
  row-gap: 10px;
}
.uploaded-list:empty {
  display: none;
}
.msg--body__dragdrop .uploaded-list:empty {
  display: none;
}
.msg--body__dragdrop .drag-class {
  columns: #fff;
  border: 1px dashed #d8dde0;
}
.remove--image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
}
.inv-doc {
  margin: 0 !important;
}
.inv-doc .remove--image {
  width: 55px;
}
.remove--image img {
  max-width: 126px;
  max-height: 126px;
}
.inv-doc .remove--image img {
  max-width: 50px;
  max-height: 50px;
}
.remove--image a {
  position: absolute;
  right: 0px;
  z-index: 10000;
  background: #c4c4c4;
  padding: 4px;
  display: flex;
  top: 0;
}
/*Help Popup*/
/*Trend Report Starts*/
.flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.align-top {
  align-items: flex-start;
}
.flex-items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.flex-items select {
  margin: 0;
  background: transparent;
  border-radius: 3px !important;
  height: 32px;
  padding: 0 10px 0 10px;
  border: 1px solid #ddd !important;
  font-size: 11px;
}
.flex-items.sm-re-earn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 0;
}
/* .flex-33 {
  
}
.flex-33 select {

} */
.justify-end {
  justify-content: flex-end;
}
.flex-btns {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.flex-btns a {
  border-right: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 11px;
  min-width: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 31px;
}
.flex-btns a:first-child {
  border-radius: 3px 0 0 3px;
}
.flex-btns a:last-child {
  border-radius: 0 3px 3px 0;
}
.flex-btns a.btn-selected {
  background-color: #8c8c8c !important;
  color: #fff !important;
  font-weight: bold;
}
.flex-btns a:last-child {
  border: none;
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8c8c8c;
  border-radius: 3px;
  width: 35px;
  height: 31px;
}
.btn-primary img {
  height: auto;
}
.btn-primary:hover {
  background-color: #8c8c8c;
}
.section-table {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.retail-section {
  background-color: #e2d4cb;
}
.legends-buttons {
  display: flex;
  font-size: 10px;
  color: #444;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin: 0 0 10px 0;
}
.single-legend {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-legend span {
  display: flex;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 0 10px 0px 0;
}
.legend-1 {
  background-color: #40de4f !important;
}
.legend-2 {
  background-color: #f0dd37 !important;
}
.legend-3 {
  background-color: #ce2d2d !important;
}
.legend-4 {
  background-color: #a5a5a5 !important;
}
.view-list {
  position: relative;
}
.check-list {
  position: absolute;
  right: 0;
  background: #fff;
  padding: 15px;
  min-width: 170px;
  color: #444;
  font-size: 13px;
  display: grid;
  grid-template-columns: 1fr;
  top: 30px;
  width: auto;
  row-gap: 10px;
  white-space: nowrap;
  border-radius: 3px;
  z-index: 10000;
  box-shadow: 0 0 5px 0px #ddd;
  max-height: 370px;
  overflow: auto;
}
.list-scroll {
  display: grid;
  grid-template-columns: 1fr;
  max-height: 500px;
  white-space: nowrap;
  row-gap: 10px;
  overflow: auto;
}
.check-list button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #8c8c8c;
  color: #fff;
  border-radius: 3px;
  height: 30px;
}
.check-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.check-item input {
  margin: 0;
  width: 18px;
  height: 18px;
}
.input-search {
  width: 100%;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 11px;
}
.btn-close {
  display: flex;
  background: #8c8c8c;
  width: 100%;
  color: #fff !important;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  height: 35px;
  margin: 0 0 5px 0;
}
.table-scroll {
  overflow: auto;
  height: calc(100vh - 240px);
  width: 100%;
}
.trend-table .flex-div {
  display: flex;
}
/*.trend-table tbody tr:first-child td {
  border-right: 1px solid #000;
}*/
.trend-table td span {
  width: 100%;
  display: flex;
  text-align: right;
  height: 100%;
  justify-content: flex-end;
  column-gap: 2px;
  padding: 0 3px;
  height: 21px;
  align-items: center;
  min-width: 40px;
}
.trend-table td span img {
  width: 7px;
  height: auto;
}
.trend-table th:nth-child(2) {
  min-width: 70px;
}
.trend-table th:nth-child(3) {
  min-width: 235px;
}
.trend-table th:nth-child(4),
.trend-table th:nth-child(7) {
  min-width: 280px;
}
.trend-table tr:first-child .flex-div span {
  justify-content: center !important;
}
/*.trend-table tr:first-child .flex-div.cl-col-3 span:first-child {
  border-right: 1px solid #000;
}
.trend-table tr:first-child .flex-div.cl-col-3 span:nth-child(2) {
  border-right: 1px solid #000;
}
.trend-table tr:first-child .flex-div.cl-col-2 span:first-child {
  border-right: 1px solid #000;
}*/
.trend-table tr:first-child .flex-div a span {
  border-right: none !important;
  width: 8px !important;
  min-width: 8px !important;
}
.trend-table tr .flex-div.cl-col-3 span:first-child {
  border-right: 1px solid #f5f5f5;
}
.trend-table tr .flex-div.cl-col-3 span:nth-child(2) {
  border-right: 1px solid #f5f5f5;
}
.trend-table tr .flex-div.cl-col-2 span:first-child {
  border-right: 1px solid #f5f5f5;
}
.trend-table tr .flex-div a span {
  border-right: none !important;
}
.trend-table tr .flex-div span span {
  border-right: none !important;
  min-width: 10px !important;
}
.trend-table tr td {
  border-right: 1px solid #ddd;
}
.ScoreCategoryG {
  background: #40de4f !important;
}
.ScoreCategoryY {
  background: #f0dd37 !important;
}
.ScoreCategoryR {
  background: #ce2d2d !important;
}
.ScoreCategoryGreyed {
  background: #a5a5a5 !important;
}
tr td.ScoreCategoryG {
  background: #40de4f !important;
}
tr td.ScoreCategoryY {
  background: #f0dd37 !important;
}
tr td.ScoreCategoryR {
  background: #ce2d2d !important;
}
tr td.ScoreCategoryGreyed {
  background: #a5a5a5 !important;
}
/*Trend Report Ends*/

/*Retailer Scorecard Starts*/

.flex-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 11px;
  padding: 0 20px 0 0;
  margin: 20px 0 0 0;
}
.detail-item-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #000;
  row-gap: 20px;
  margin: 0 0 15px 0;
  justify-content: center;
}
.detail-item-flex p {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: flex-end;
  text-align: right;
  width: 270px;
}
.alignment-flex:nth-child(2) .detail-item-flex p {
  width: 155px;
}
.detail-item-flex span {
  display: flex;
  width: 55px;
  height: 28px;
  border-radius: 3px;
  border: 1px solid #ddd;
  align-items: center;
  padding: 0 3px;
  justify-content: flex-end;
  text-align: right;
}
.charts-flex {
  width: 300px;
  height: 300px;
}
.stretchedToMargin {
  display: block;
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 80px;
  margin-left: 80px;
  background-color: green;
}
.tooltip {
  display: block;
  position: fixed;
  pointer-events: none;
  padding: 0.75em;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 0.25em 1em 0 rgba(0, 0, 0, 0.15);
  animation: fade-in 0.25s ease;
  font-size: 0.9em;
}
.tooltip__title {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.tooltip__table {
  border-collapse: collapse;
}
.tooltip__table td {
  border: 1px solid;
  padding: 0.25em;
}
.bar-chart-right {
  display: inline-block;
  width: 66.66%;
  background-color: #fff;
  padding: 10px;
}
.chart-bar-full {
  width: 96%;
}
.donut-flex text {
  font-size: 20px;
  font-weight: 600;
}
.donut-flex .charts-flex {
  width: 245px;
  height: 245px;
}
/*Retailer Scorecard Ends*/

/*Aftersales Scorecard Starts*/
.Afs-score,
.table-norms {
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  width: 100%;
}

.Afs-score thead th {
  min-width: 140px !important;
  background-color: #fff;
}
.Afs-score thead tr:nth-child(2) th {
  min-width: 140px !important;
}
.Afs-score tbody tr td {
  text-align: right;
}
.Afs-score tbody tr td:first-child,
.Afs-score tbody tr td:nth-child(2),
.Afs-score tbody tr td:nth-child(3),
.Afs-score tbody tr td:nth-child(4),
.Afs-score tbody tr td:nth-child(5) {
  text-align: left !important;
}
.Afs-score thead th,
.Afs-score tbody td {
  border-right: 1px solid #ddd !important;
}
.table-norms thead th,
.table-norms tbody td {
  border-right: 1px solid #ddd !important;
  height: 19px;
}
.Afs-score thead tr th:first-child,
.Afs-score tbody tr td:first-child {
  min-width: 50px !important;
  width: 50px !important;
}
.Afs-score thead tr th:nth-child(2),
.Afs-score tbody tr td:nth-child(2) {
  min-width: 240px !important;
  width: 240px !important;
}
.Afs-score thead tr th:nth-child(4),
.Afs-score tbody tr td:nth-child(4) {
  min-width: 280px !important;
  width: 280px !important;
}
.Afs-score tbody td {
  padding: 0 2px !important ;
}
.Afs-score thead th:first-child,
.Afs-score tbody td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}

.Afs-score thead th:nth-child(2),
.Afs-score tbody td:nth-child(2) {
  position: sticky;
  left: 50px;
  top: 0;
  z-index: 100;
}
.Afs-score .table-scroll {
  width: 100%;
  height: calc(100vh - 310px);
}
.table-norms thead th:nth-child(4),
.table-norms thead th:nth-child(7) {
  min-width: 40px !important;
}
.table-norms thead th .sort-spn {
  position: relative;
  top: -3px;
  margin: 0 5px 0 0;
}
.table-norms.table-level-3 tr:nth-child(3) th:nth-child(3) {
  min-width: 40px !important;
}
.table-norms tbody tr td {
  padding: 0 3px !important;
}
/*Aftersales Scorecard Ends*/

/*Input Starts*/
.select-space {
  display: flex;
  gap: 10px;
}
.justify-btw {
  justify-content: space-between;
}
.width-100 {
  width: 100%;
}
.centre-drop-cl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.centre-drop-cl .help-btns {
  margin: 0;
}
.centre-drop-cl .drad-drop {
  width: 250px;
  min-height: 32px;
}
.centre-drop-cl .drag-class {
  height: 32px !important;
}

.download-input {
  font-size: 14px;
  color: #8c8c8c !important;
  text-decoration: underline !important;
}
.fixed-table {
  table-layout: fixed;
}
.fixed-table tr th,
.fixed-table tr td {
  border-right: 1px solid #ddd !important;
}
.input-view {
  font-weight: bold;
  text-decoration: underline !important;
  color: #8c8c8c !important;
}
/*Input Ends*/
/*General CSS Starts*/
tr td.b-black,
tr th.b-black {
  border-right: 1px solid #000 !important;
}
.table-norms tbody tr td.b-black,
.table-norms thead tr th.b-black {
  border-right: 1px solid #000 !important;
}
/*General CSS Ends*/

.scroll-table {
  overflow: auto;
  max-height: calc(100vh - 135px);
}
.scroll-table th,
.scroll-table td {
  min-width: 120px !important;
  padding: 5px !important;
}
.scroll-table.activity-table th,
.scroll-table.activity-table td {
  min-width: 60px !important;
  text-align: right;
}
.scroll-table.activity-table th:first-child,
.scroll-table.activity-table td:first-child {
  min-width: 180px !important;
  text-align: left;
}
.scroll-table.activity-table.stock-sold th:first-child,
.scroll-table.activity-table.stock-sold td:first-child {
  min-width: 10px !important;
}
.scroll-table.activity-table.stock-sold th.actions-col,
.scroll-table.activity-table.stock-sold td.actions-col {
  max-width: 60px !important;
  width: 60px !important;
  min-width: 60px !important;
}
.scroll-table.activity-table td.item-padding {
  padding-left: 20px !important;
}
.scroll-table.activity-table th {
  text-align: center !important;
}
.scroll-table td input,
.scroll-table td select {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  background: none;
  height: 29px;
}
.flex-open {
  display: flex;
  align-items: center;
  gap: 4px;
}
.flex-open a {
  font-size: 20px;
  font-weight: bolder;
  color: #000 !important;
  line-height: 20px;
  width: 12px;
  height: 20px;
  display: inline-block;
}
.flex-open span {
  width: auto !important;
  justify-content: flex-start !important;
}

.scroll-table {
  overflow: auto;
  max-height: calc(100vh - 135px);
}
.input-table th,
.input-table td {
  padding: 5px !important;
  min-width: 100px !important;
}
.input-table th:last-child,
.input-table td:last-child {
  width: 60px !important;
  max-width: 60px !important;
  text-align: right;
  min-width: 60px !important;
}
.financial-table th:last-child,
.financial-table td:last-child {
  width: auto !important;
  max-width: 400px !important;
  text-align: right;
  min-width: 100px !important;
}
.input-table td input,
.input-table td select,
.input-table td textarea {
  display: inline-block;
  width: 100%;
  border: 2px solid transparent;
  background: none;
  height: 29px;
  font-size: 10px;
  color: #191919;
  outline: none;
  text-align: right;
}
.input-table .models-table td input,
.input-table .models-table td select,
.input-table .models-table td textarea {
  text-align: left;
}
.input-table td input:hover,
.input-table td select:hover,
.input-table td textarea:hover,
.input-table td input:focus,
.input-table td select:focus,
.input-table td textarea:focus {
  border: 2px solid #000000;
  outline: none;
}
td textarea {
  min-width: 350px !important;
}
.check-box {
  margin: 0 !important;
  width: 15px !important;
  height: 15px !important;
}
.input-table td {
  padding: 0px 3px !important;
}
.input-table td.td-inputs {
  padding: 0px !important;
}

.input-table tr.JLRBold td {
  padding: 0 3px !important;
}
.retailer-input {
  background: #fceaed !important;
}
.jlr-input {
  background: #e3f8d8 !important;
}
.btn-text {
  color: #8c8c8c !important;
  font-size: 13px;
  text-decoration: underline !important;
  position: relative;
  top: -5px;
}
td.text-center {
  text-align: center !important;
}
.grid-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c8c8c;
  border-radius: 2px;
  width: 20px;
  height: 20px;
}
.flex-grid-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 2px 0;
}
.check-appr {
  width: auto !important;
  height: auto !important;
  margin: 0;
}
.help-row select {
  min-width: 250px;
}

@media (max-width: 1300px) {
  .align-top .flex-items select {
    max-width: 150px;
  }
  .centre-drop-cl .drad-drop {
    width: 185px;
  }
  .centre-drop-cl .drad-drop p {
    font-size: 11px;
  }
}
@media (max-width: 980px) {
  .align-top .flex-items {
    gap: 3px;
  }
  .align-top .flex-items select {
    max-width: 130px;
  }
  .centre-drop-cl .drad-drop {
    width: 150px;
  }
  .centre-drop-cl .drad-drop p {
    font-size: 10px;
    line-height: 11px;
  }
  .flex-container {
    overflow: auto;
  }
}

/**Admin Control Starts**/
.admin-form {
  padding: 5px;
}
.admin-search {
  border-radius: 3px;
}
.admin-search h3 {
  font-size: 14px;
  padding: 0px;
  text-transform: uppercase;
}
.admin-search form {
  padding: 0;
}
.admin-search form span {
  color: #9a9a9b;
  margin: 0 0 3px 0;
  display: flex;
  font-size: 14px;
}
.admin-search form input {
  background: transparent;
  border: 1px solid #ddd;
  color: #000 !important;
  outline: none !important;
  height: 32px;
  border-radius: 3px;
}
.admin-search form input:focus {
  background: transparent !important;
  outline: none !important;
}
.admin-search form select {
  background: transparent;
  border: 1px solid #ddd;
  color: #000 !important;
  outline: none !important;
  height: 32px;
  background-image: url(/public/images/plus.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) center;
  min-height: 32px !important;
  border-radius: 3px !important;
}
.admin-search form select option {
  background: #fff !important;
}
.admin-search form select:focus {
  background-color: transparent !important;
  outline: none !important;
}
.admin-search form textarea {
  background: transparent;
  border: 1px solid #ddd;
  color: #000 !important;
  outline: none !important;
  height: 32px;
  min-height: 32px !important;
  border-radius: 3px !important;
  padding-top: 0;
}
.admin-search form textarea:focus {
  background: transparent !important;
  outline: none !important;
}
.action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 0 0 !important;
}
.admin-add {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 10px 0;
  position: relative;
}
.admin-table table th {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  min-width: 150px;
}
.admin-table table td {
  font-size: 12px;
  font-weight: 400;
}
.admin-table table td button {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  padding: 0 0 3px 0;
}
.admin-form .col-sm-4 {
  margin: 0 0 30px 0;
}
.admin-add button {
  display: flex;
  padding: 0;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 15px;
}
.admin-show-hide {
  position: absolute;
  background: #212529;
  right: 0;
  top: 38px;
  border-radius: 0.25rem;
}
.admin-show-hide {
  position: absolute;
  background: #212529;
  right: 0;
  top: 38px;
  border-radius: 0.25rem;
  max-height: 500px;
  overflow: auto;
}
.admin-show-hide ul {
  padding: 15px;
  list-style-type: none;
}
.admin-show-hide ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 40px;
}
.admin-show-hide ul li .input--radio.check--btn {
  padding: 0 0 0 50px;
  display: inline-block;
  height: 30px;
}
.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  margin-bottom: 50px;
}
.admin-pagination .pagination {
  margin: 0;
}
.admin-pagination select {
  border: none;
  border-radius: 0.25rem;
  color: #000;
  padding: 3px 5px;
  background: #fff;
  margin: 0 0 0 15px;
  border: 1px solid #ddd;
}
.admin-pagination .page-item .page-link {
  background: #fff;
  border-color: #ddd;
}
.admin-pagination .page-item.active .page-link {
  background: #000000;
  color: #fff !important;
}
.admin-pagination .page-item.disabled {
  opacity: 0.5;
}
.rotate-180 {
  transform: rotate(180deg);
}
.admin--sort {
  float: right;
  width: 10px;
  margin: 3px 5px 0 0;
}
.admin--sort img {
  width: 10px;
  height: 5px;
  display: flex;
}
.admin--sort img.rotate-180 {
  margin: 0 0 4px 0;
}
/**Admin Control Ends**/

/*Accordion Starts*/
.field-accord {
  background: #fff;
  box-shadow: 0 0 4px 0px rgb(216, 221, 224);
  margin: 0 0 15px 0;
}
.field-accord:last-child {
  margin: 0;
}
.a-accord {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px;
  border-bottom: 1px solid rgba(216, 221, 224, 0.7);
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 13px;
}
.a-accord img {
  width: 8px;
  height: auto;
}
.a-accord img.rotate-90 {
  transform: rotate(90deg);
}
/*Accordion Ends*/

/*Dashboard Starts*/
.dash-main {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding: 10px;
  gap: 10px;
}
.chart-main {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 6px 0 rgb(216, 221, 224);
  margin: 0 0 10px 0;
  border-radius: 5px;
}
.stock-age,
.ratio-chart {
  position: relative;
}
.stock-age .leg-item,
.ratio-chart .leg-item {
  height: 25px;
}
.stock-age .Legend-main3,
.ratio-chart .Legend-main3 {
  position: absolute;
  left: 0;
  top: 40px;
  padding: 0 0 0 10px;
  display: inline-block;
}
.chart-head {
  display: flex;
  align-items: center;
  justify-content: left;
  border-bottom: 1px solid rgba(216, 221, 224, 0.5);
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}
.btn-export {
  position: absolute;
  right: 10px;
  display: none;
}
.chart-main:hover .btn-export {
  display: flex;
}
.chart-main text {
  color: #000000;
  font-size: 10px;
}
.chart-main .tick,
.chart-main .domain {
  color: rgba(216, 221, 224, 0.6);
}
.chart-main.count-timer {
  box-shadow: none !important;
  background: transparent !important;
}
.timer-count {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td .timer-count {
  gap: 5px;
  width: 195px;
  margin: 0 auto;
}
.times-box {
  display: grid;
  grid-template-columns: 1fr;
  background: #8c8c8c;
  border-radius: 3px;
  padding: 5px 0;
}
td .times-box {
  padding: 2px 0 2px 0;
  width: 45px;
}
.times {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
  display: flex;
  justify-content: center;
}
td .times {
  font-size: 11px;
  margin: 0 0 1px 0;
}
.times-value {
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin: 0 0 3px 0;
}
td .times-value {
  font-size: 8px;
  margin: 0 0;
}
.chart-donut {
  display: flex;
  max-width: 190px;
  justify-content: center;
  max-height: 300px;
  margin: 0 auto;
}
.ratio-chart text {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.info-icon {
  position: relative;
  margin: 0 0 0 -15px;
  top: -16px;
  z-index: 1000;
}
.scroll-table.status-table {
  padding: 10px;
}
.status-db {
  height: calc(100vh - 203px);
}
.scroll-table.status-table thead tr th {
  text-align: center !important;
}
.scroll-table.status-table thead tr th,
.scroll-table.status-table tbody tr td {
  min-width: 60px !important;
}
.scroll-table.status-table.status-db tbody tr td {
  text-align: center;
}
.scroll-table.status-table thead tr th.first-child,
.scroll-table.status-table tbody tr td.first-child {
  min-width: 350px !important;
}
.scroll-table.status-table.status-db tbody tr td.first-child {
  text-align: left !important;
}
.scroll-table.status-table thead tr th.last-child,
.scroll-table.status-table tbody tr td.last-child {
  max-width: 50px !important;
  min-width: 50px !important;
  width: 50px !important;
}
.scroll-table.status-table tbody tr td:nth-child(10) {
  padding: 0 !important;
}
.scroll-table.status-table tbody tr td:last-child {
  text-align: center !important;
}
.scroll-table.status-table td input,
.scroll-table.status-table td select,
.scroll-table.status-table td textarea {
  display: inline-block;
  width: 100%;
  border: 2px solid transparent;
  background: none;
  height: 29px;
  font-size: 10px;
  color: #191919;
  outline: none;
}
.scroll-table.status-table td input:hover,
.scroll-table.status-table td select:hover,
.scroll-table.status-table td textarea:hover,
.scroll-table.status-table td input:focus,
.scroll-table.status-table td select:focus,
.scroll-table.status-table td textarea:focus {
  border: 2px solid #000000;
  outline: none;
}
.btn-grid {
  display: flex;
  background: #8c8c8c;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  min-width: 20px;
}
.btn-grid-flex {
  gap: 5px;
  justify-content: center;
}
.grid-underline {
  text-decoration: underline !important;
  justify-content: center !important;
  padding: 0 !important;
}
.spn-text-width {
  width: calc(100% - 80px);
}
.counter-td {
  color: #d1bd82;
  font-weight: bold;
  font-size: 11px;
}
tr td.counter-td {
  padding: 3px 3px !important;
  width: 220px !important;
}
.scroll-table.status-table td input.input-timer {
  height: 40.5px !important;
}
.scroll-table.status-table.status-db td input.input-timer {
  text-align: center !important;
}
.grid-right {
  width: 100%;
}
.auto-table {
  table-layout: auto;
}
.flex-td-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-table .auto-table thead tr th,
.section-table .auto-table tbody tr td {
  min-width: 35px;
}
.section-table.table-ch-bottom .auto-table thead tr th,
.section-table.table-ch-bottom .auto-table tbody tr td {
  min-width: 140px;
}

.section-table .auto-table tbody tr td:nth-child(2) {
  min-width: 280px;
}
.section-table .auto-table tbody tr td:first-child {
  min-width: 80px;
}
.q-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.q-box-s {
  display: grid;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  height: 443px;
  align-content: baseline;
}
.q-head {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  font-weight: bold;
  height: 35px;
}
.q-box-s .pot-fp {
  display: inline-block;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.q-box-s .pot-fp .pot-per {
  margin: 15px auto;
}
.order-drag .drag-class {
  height: auto !important;
  border: none !important;
}
.q-box-s .excp-left {
  display: inline-block;
  margin: 25px 0 0 0;
}
.q-box-s .excp-2 {
  justify-content: flex-end;
}
.q-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 500;
}
.q-status span:last-child {
  font-weight: 400;
}
/*Dashboard Ends*/
/*tooltip starts*/
.tooltip {
  padding: 0 !important;
  opacity: 1 !important;
}
.tooltip-new {
  border-radius: 0 !important;
  padding: 3px 6px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
}
.tooltip__title {
  display: flex;
  align-items: center;
  height: 25px;
  margin: 0;
  border: 1px solid #d8dde0;
  padding: 0 5px;
  font-size: 11px !important;
  text-transform: uppercase;
  justify-content: flex-start !important;
  text-align: left !important;
  line-height: 11px !important;
}
.tooltip table,
.tooltip table tr,
.tooltip table tr th,
.tooltip table tr td {
  border: none !important;
  background: #fff !important;
  text-transform: uppercase;
  font-weight: bold !important;
}
.tooltip table tr th,
.tooltip table tr td {
  padding: 5px 7px !important;
}
.chart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 0.3px;
  position: relative;
  top: -10px;
}
/*tooltip Ends*/
/*Legends Starts*/
.Legend-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.Legend-main2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.Legend-main3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.leg-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.leg-item span {
  display: flex;
  background: #ccc;
  width: 12px;
  height: 12px;
}
.leg-item .c-forecast {
  background: #000000;
}
.leg-item .c-actuals {
  background: #8c8c8c;
}
.leg-item .c-nv {
  background: #8c8c8c;
}
.leg-item .c-uv {
  background: #000000;
}
.leg-item .c-ztd {
  background: #8c8c8c;
}
.leg-item .c-tsd {
  background: #000000;
}
.leg-item .c-snd {
  background: #d2aa87;
}
.leg-item .c-pnd {
  background: #000000;
}
.leg-item p {
  margin: 0;
  font-size: 11px;
  color: #555;
}

.leg-item .clegend-0 {
  background: #8c8c8c;
}
.leg-item .clegend-1 {
  background: #e8ab59;
}
.leg-item .clegend-2 {
  background: #d8dde0;
}
.leg-item .clegend-3 {
  background: #d1db82;
}
.leg-item .clegend-4 {
  background: #e2d4cb;
}
.leg-item .clegend-5 {
  background: #d8dde0;
}
.leg-item .clegend-6 {
  background: #c4c4c4;
}
.leg-item .clegend-7 {
  background: #d2aa87;
}
.leg-item .clegend-8 {
  background: #d8dde0;
}
.leg-item .clegend-9 {
  background: #000000;
}
.leg-item .clegend-10 {
  background: #46d39a;
}
.leg-item .clegend-11 {
  background: #64b5f6;
}
.leg-item .clegend-12 {
  background: #bfe8ff;
}
.leg-item .clegend-13 {
  background: #0075a4;
}
.leg-item .clegend-14 {
  background: #ffb996;
}
.leg-item .clegend-15 {
  background: #7bd3ea;
}
.leg-item .clegend-16 {
  background: #b0a695;
}
.leg-item .clegend-17 {
  background: #8eaccd;
}
.leg-item .clegend-18 {
  background: #d7f1d3;
}
.leg-item .clegend-19 {
  background: #d8e7f7;
}
.leg-item .clegend-20 {
  background: #f6cbcb;
}
.leg-item .clegend-21 {
  background: #f3d2f1;
}
g.legend {
  display: none;
}
/*Legends Ends*/
/**Chat Starts**/

/**Left Menu Starts**/
.msg-main {
  display: grid;
  grid-template-columns: 1fr;
}
.msg--menu {
  background: #303338;
  border-right: 0.3px solid #000;
  height: calc(100vh - 44px);
  display: none;
}
.white--theme .msg--menu {
  background: #eee;
  border-right: 0.3px solid #ccc;
}
.msg--menu__head__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 33px;
  border-bottom: 0.3px solid #000;
  font-weight: 500;
}
.white--theme .msg--menu__head__content {
  border-bottom: 0.3px solid #ccc;
}
.msg--menu__ctg {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #9a9a9b;
}
.white--theme .msg--menu__ctg {
  color: #707070;
}
.msg--menu__ctg__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 35px;
}
.msg--menu__ctg__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 23px;
  height: 28px;
  cursor: pointer;
  border-right: none;
  font-size: 12px;
}
.msg--menu__ctg__inner.msg--menu.LeftSelectedClass {
  background: #292b2f !important;
  color: #fff;
}
.white--theme .msg--menu__ctg__inner.msg--menu.LeftSelectedClass {
  background: #ddd !important;
  color: #000;
}
.msg--menu__ctg__top.CategoryLeftSelectedClass {
  background: #292b2f !important;
  color: #fff;
}
.white--theme .msg--menu__ctg__top.CategoryLeftSelectedClass {
  background: #ddd !important;
  color: #000;
}
.msg--menu__ctg__inner .ctg--grey {
  display: flex;
}
.msg--menu__ctg__inner .ctg--white {
  display: none;
}
.msg--menu__ctg__inner:hover {
  background-color: #292b2f !important;
  color: #fff;
}
.white--theme .msg--menu__ctg__inner:hover {
  background-color: #ddd !important;
  color: #000;
}
.msg--menu__ctg__inner:hover .ctg--white {
  display: flex;
}
.msg--menu__ctg__inner:hover .ctg--grey {
  display: none;
}
.msg--menu__ctg__inner.msg--menu__selected .ctg--white {
  display: flex;
}
.msg--menu__ctg__inner.msg--menu__selected .ctg--grey {
  display: none;
}
.ctg--top__lt {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.ctg--top__rt {
  position: relative;
  cursor: pointer;
}
.ctg--top__rt.ctg--top__rt__set {
  display: flex;
  width: 14px;
  height: 14px;
}
.ctg--top__rt img {
  width: 12px;
  height: 12px;
}
.top__lt__fst {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.msg--menu__ctg__inner .top__lt__fst img {
  width: 13px;
  height: 14px;
}
.ctg--top__lt span {
  font-weight: 500;
}
.msg--menu__ctg__inner .ctg--top__lt span {
  font-weight: 400;
}
.msg--menu__ctg__inner .top__lt__fst {
  margin: 0 8px 0 0;
}
.msg--menu__chat {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 35px;
  font-weight: 500;
  cursor: pointer;
}
.msg--menu__chat:hover {
  background-color: #292b2f;
  color: #fff;
}
.white--theme .msg--menu__chat:hover {
  background-color: #ddd;
  color: #000;
}
.msg--menu__selected {
  background-color: #2152a0 !important;
  color: #fff;
}
.msg--menu__chat__user {
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  background: #e50d4b;
  margin: 0 15px 0 0;
}
.msg--menu__chat__user img {
  max-width: 22px;
  max-height: 22px;
  width: auto;
  height: auto;
  border-radius: 100%;
}
.msg--menu__chat__user span {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
.white--theme .msg--menu__chat__user span {
  color: #000;
}
/**Left Menu Ends**/

/**Chat body Starts**/
.msg--body {
  display: flex;
}
.msg--body__lt {
  width: 100%;
}
.msg--body__lt.msg--body__lt__sm {
  max-width: calc(100% - 300px);
}
.msg--body__lt.msg--body__rt {
  width: 300px;
  border-left: 1px solid #000;
}
.white--theme .msg--body__lt.msg--body__rt {
  border-left: 1px solid #ccc;
}
.msg--body__lt__head {
  display: flex;
  height: 33px;
  border-bottom: 0.3px solid #000;
  align-items: center;
  padding: 0 15px;
  display: none;
}
.white--theme .msg--body__lt__head {
  border-bottom: 0.3px solid #ccc;
}
.msg--body__messages {
  height: calc(100vh - 97px);
  position: relative;
}
.msg--body__messages__chats {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  max-height: calc(100vh - 100px);
}
.msg--body__messages__chats__scroll {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 120px;
  max-height: calc(100vh - 220px);
  overflow: auto;
}
.msg--body__user {
  display: flex;
  align-items: center;
}
.msg--body__user__wrap {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  background: #e50d4b;
}
.msg--body__user__img {
  max-width: 22px;
  max-height: 22px;
  width: auto;
  height: auto;
  border-radius: 100%;
}
.msg--body__initials {
  font-size: 10px;
  font-weight: 600;
}
.msg--body__initials {
  font-size: 10px;
  font-weight: 600;
}
.msg--body__name {
  font-weight: 600;
  margin: 0 0 0 10px;
}
.msg--body__type {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.msg--body__type textarea {
  background: #d8dde0;
  border: 1px solid #d8dde0;
  resize: none;
  border-radius: 10px 10px 0 0;
  width: 100%;
  min-height: 70px;
  height: 70px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  padding: 24px 50px 10px 50px;
  overflow: hidden;
  outline: none !important;
}
.white--theme .msg--body__type textarea {
  background: #ddd;
  border: 1px solid #ddd;
  color: #000;
}
.msg--body__attachment {
  position: absolute;
  left: 30px;
  display: flex;
  top: 25px;
  z-index: 100;
}
.msg--body__date_sepr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #9a9a9b;
  position: relative;
  padding: 0 15px;
  margin: 20px 0;
}
.white--theme .msg--body__date_sepr {
  color: #707070;
}
.msg--body__date_sepr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  position: relative;
  padding: 0 15px;
  margin: 20px 0;
}
.msg--body__date_sepr span {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 0 15px;
}
.white--theme .msg--body__date_sepr span {
  background: #f5f5f5;
}
.msg--body__date_sepr hr {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  margin: 0;
  border-width: 0.1px;
  z-index: 99;
}
.msg--body__post__chat {
  padding: 4px 15px;
  margin: 0 0 10px 0;
  position: relative;
}
.msg--body__post__chat:hover {
  background-color: #d8dde0;
}
.white--theme .msg--body__post__chat:hover {
  background-color: #eee;
}
.post__chat__name__time {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}
.msg--body__post.reverse-row .post__chat__name__time {
  flex-direction: row-reverse;
}
.post__chat__user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #d8dde0;
}
.post__chat__user img {
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: auto;
  border-radius: 100%;
}
.post__chat__message {
  margin: 0 0 0 10px;
}
.msg--body__post.reverse-row .post__chat__message {
  margin: 0 10px 0 0;
}
.post__chat__time {
  font-weight: 400;
  color: #9a9a9b;
  margin: 0 0 0 10px;
}
.post__chat__main__message {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  align-items: center;
}
.msg--body__post.reverse-row .post__chat__main__message {
  flex-direction: row-reverse;
}
.post__chat__message__time {
  display: flex;
  width: 40px;
}
.edited--message {
  width: 12px;
  height: 12px;
  margin: -1px 0 0 10px;
  opacity: 0.5;
}
.post__chat__message__text {
  width: calc(100% - 40px);
  white-space: pre-line;
}
.msg--body__post.reverse-row .post__chat__message__text {
  display: flex;
  justify-content: flex-end;
}
.message-attachment {
  display: flex;
  padding: 10px 0 0 40px;
  gap: 8px;
}
.msg--body__post.reverse-row .message-attachment {
  justify-content: flex-end;
  padding: 10px 40px 0 0;
}
.message-attachment:empty {
  display: none;
}
.message-attachment a {
  background: #d8dde0;
  border-radius: 8px;
  height: 150px;
  align-items: center;
  display: flex;
  max-width: 150px;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #d8dde0;
  padding: 0 8px;
  cursor: zoom-in !important;
  margin: 0 0 0px 0;
  min-width: 120px;
}
.white--theme .message-attachment a {
  background: #eee;
  border: 1px solid #ddd;
  color: #000 !important;
}
.message-attachment a img {
  width: 100%;
  height: auto;
}
.msg--body__actions__link {
  position: absolute;
  background: #c4c4c4;
  border: 0.2px solid #ccc;
  z-index: 101;
  left: 30px;
  bottom: calc(100% - 20px);
  padding: 5px 0;
}
.msg--body__actions__link a {
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 0 12px;
  height: 30px;
  color: #fff !important;
}
.msg--body__actions__link a img {
  margin: 0 10px 0 0;
}
.msg--body__uploader {
  position: absolute;
  background: #c4c4c4;
  z-index: 102;
  border: 0.2px solid #ccc;
  left: 30px;
  bottom: calc(100% - 0px);
  width: 400px;
}
.msg--body__smiley__anchor {
  position: absolute;
  right: 30px;
  top: 22px;
  transition: all 0.3s ease;
}
.msg--body__smiley__anchor:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease;
  /* transform: rotate(360deg); */
}
.msg--body__picker {
  position: absolute;
  right: 30px;
  bottom: 55px;
  z-index: 100;
}
.msg--body__send {
  display: flex;
  margin: 0 15px;
  justify-content: flex-end;
  background: #c4c4c4;
  border-radius: 0 0 10px 10px;
  padding: 8px 15px;
}
.white--theme .msg--body__send {
  background: #ccc;
}
.msg--body__send__anchor {
  display: flex;
  transition: all 0.3s ease;
}
.msg--body__send__btnw {
  display: flex;
  transition: all 0.3s ease;
}
.msg--body__send__btnb {
  display: none;
  transition: all 0.3s ease;
}
.msg--body__send__anchor:hover .msg--body__send__btnw {
  display: none;
  transition: all 0.3s ease;
}
.msg--body__send__anchor:hover .msg--body__send__btnb {
  display: flex;
  position: relative;
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.msg--body__picker aside.emoji-picker-react {
  background: #292b2f;
  border: 1px solid #303338;
  box-shadow: none;
}
.white--theme .msg--body__picker aside.emoji-picker-react {
  background: #fff;
  border: 1px solid #ccc;
}
.msg--body__picker .emoji-picker-react input.emoji-search {
  border: 1px solid #3b3e46;
  background: #3b3e46;
  color: #fff;
}
.white--theme .msg--body__picker .emoji-picker-react input.emoji-search {
  border: 1px solid #eee;
  background: #f5f5f5;
  color: #000;
}
.msg--body__picker .emoji-picker-react .emoji-group::before {
  color: #fff;
  background: #292b2f;
}
.white--theme .msg--body__picker .emoji-picker-react .emoji-group::before {
  color: #000;
  background: #fff;
}
.msg--body__picker .emoji-picker-react .emoji-categories button {
  filter: invert(1);
  opacity: 1 !important;
}
.white--theme .msg--body__picker .emoji-picker-react .emoji-categories button {
  filter: invert(0);
}
.msg--body__thread {
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.msg--body__thread__icons {
  display: flex;
  align-items: center;
}
.msg--body__thread__icons a {
  display: flex;
  margin: 0 0 0 10px;
}
.msg--body__thread__icons a:first-child {
  margin: 0;
}

/**Thread Starts**/
.post--chat__thread__main {
  font-size: 12px;
  padding: 0 0 0 40px;
  display: inline-block;
  margin: 15px 0 10px 0;
}
.post--chat__thread {
  display: flex;
  background: #3b3e46;
  padding: 8px 15px;
  border-radius: 5px;
  align-items: center;
}
.white--theme .post--chat__thread {
  background: #ddd;
}
.white--theme .post--chat__thread__message {
  color: #000 !important;
}
.post--chat__thread__count {
  display: flex;
  align-items: center;
  margin: 0 0 0 12px;
  color: #007fff;
}
.post--chat__thread__count img {
  width: 4px;
  height: 8px;
  margin: 0 0 0 5px;
}
.post--chat__thread__time {
  font-size: 10px;
  color: #9a9a9b;
  margin: 0 0 0 15px;
}
.white--theme .post--chat__thread__time {
  color: #707070;
}
/**Thread Ends**/

/**Emoji Starts**/
.msg--body__emoji {
  display: none;
  position: absolute;
  right: 15px;
  top: -16px;
  background: #3b3e46;
  border-radius: 5px;
  align-items: center;
  padding: 5px 5px;
}
.white--theme .msg--body__emoji {
  background: #bbb;
}
.msg--body__emoji:hover {
  display: flex;
}
.msg--body__post__chat:hover .msg--body__emoji {
  display: flex;
}
.msg--body__emoji a {
  display: flex;
  margin: 0 4px;
}
.edit--del {
  position: relative;
}
.edit--del--drop {
  position: absolute;
  right: 12px;
  background: #222326;
  border: 0.2px solid #ccc;
  top: 25px;
  width: 150px;
  padding: 10px 0;
}
.white--theme .edit--del--drop {
  background: #bbb;
  border: 0.2px solid #ccc;
}
.edit--del--drop a {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  height: 26px;
  padding: 0 10px;
}
.edit--del--drop a:last-child span {
  color: #e50d4b;
}
.edit--del--drop a:hover {
  background: #292b2f;
}
.white--theme .edit--del--drop a:hover {
  background: #eee;
}
.edit--del--drop img {
  width: 13px;
  height: 13px;
  margin: 0 10px 0 0;
}
.del--confirm {
  display: flex;
  margin: 10px 0 10px 0;
  font-size: 15px;
}
/**Emoji Ends**/

/**Reactions Starts**/
.msg--body__react__tags {
  display: flex;
  padding: 0 0 0 40px;
  align-items: center;
  font-size: 12px;
  justify-content: space-between;
  margin: 5px 0 0 0;
  display: none;
}
.msg--body__react__tags .msg--body__reacts:empty {
  display: none;
}
.msg--body__reacts {
  display: flex;
}
.msg--body__reacts a {
  display: flex;
  align-items: center;
  background-color: rgba(0, 127, 255, 0.15);
  border: 1px solid #007fff;
  border-radius: 5px;
  margin: 0 5px 0 0;
  padding: 1px 5px;
}
.msg--body__reacts a img {
  margin: 0 5px 0 0;
}
/**Reactions Ends**/

/**Chat body Ends**/

/**Chat Ends**/

/*New Screen Starts*/
.section-table .action-child tr td:last-child {
  width: 60px !important;
  min-width: 60px !important;
}
/*New Screen Ends*/

/*gateway starts*/
.gate-way {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -10px 0 10px -10px;
  background: #d8dde0;
  width: calc(100% + 20px);
  padding: 5px 10px;
}
.gate-way span {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.g-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.g-buttons a {
  display: flex;
  background: #8c8c8c;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.level-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  position: relative;
}

.level-1 .g-buttons a:last-child {
  display: flex !important;
}
.g-buttons2 a {
  display: flex !important;
}
.level-1 .g-buttons a.no-display {
  display: none !important;
}
.level-1.level-2 {
  padding: 0 0 0 20px;
}
.level-1.level-2 .g-buttons {
  margin: 0 0 0 -10px;
}
.level-1.level-3 {
  padding: 0 0 0 40px;
  font-size: 12px;
  min-height: 29px;
}
.re-earnable {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.re-earnable a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff !important;
  background: #8c8c8c;
  width: 140px;
  height: 40px;
  border-radius: 4px;
}
.mb-10 {
  margin-bottom: 10px;
}
.gap-0 {
  gap: 0 !important;
}
.mlr-5 {
  display: inline-block;
  margin: 0 5px;
}
.mr-10 {
  margin-right: 10px !important;
}
.plr-20 {
  padding: 0 20px;
}
.bulk-padding .appr-main {
  padding-bottom: 0 !important;
}
.bulk-padding .pg-importers {
  margin-bottom: 0 !important;
}
.input-check {
  width: auto !important;
  height: auto !important;
}
.ibb-nodes .help-row p {
  width: 250px;
  padding: 0 24px;
}

.level-1.level-2.t-01 {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.level-1:empty {
  display: none !important;
}
.level-2:empty {
  display: none !important;
}
.t001 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 5px;
  flex-grow: 1;
}
.spn-alg {
  margin: 0px 0 0 0;
  display: flex;
  height: 29px;
  align-items: center;
  padding: 0 5px;
  line-height: 12px;
}

.t-1 {
  min-width: 110px;
}
.t-2 {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
.t-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.t-1:empty {
  display: none;
}
.t-01 select {
  margin: 0px 0 0 0;
  width: 125px;
  background: #d8dde0;
}
.t-2.t-02 {
  height: 15px;
  display: none;
}
.t-3.t-003 select {
  margin: 0;
}
.t-01 input {
  height: 29px;
  border: 1px solid #d5d5d5;
  width: 110px;
  outline: none;
  text-align: center;
  background: #eeeeee;
}
/* .t-2.t-2a {
  position: relative;
  top: -13px;
} */
.box-act {
  background: #d8dde0;
}
.box-tag {
  background: #eeeeee;
}
.t-emp-per {
  display: flex;
  border: 1px solid #ddd;
  height: 29px;
  justify-content: center;
}
.exp-trg a {
  display: flex !important;
}
.g-buttons.exp-trg {
  margin: 0 0 0 0;
}

/*gateway ends*/

/*Exception popup*/
.buis-case {
  font-size: 14px;
}
.buis-head {
  display: flex;
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.buis-case textarea {
  display: flex;
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 70px;
  font-size: 14px;
  padding: 0 10px;
}
.buis-case textarea.rows-6 {
  height: auto;
}
.supp-doc {
  font-size: 14px;
  margin: 15px 0 20px 0;
  display: flex;
}
.supp-doc .help-btns {
  margin: 0;
}
.supp-doc p {
  display: flex;
  font-size: 14px;
  align-items: center;
  border: 1px dashed #c4c4c4;
  justify-content: center;
  margin: 0;
  height: 32px;
  width: 250px;
}
.buis-case.case-back {
  background: #eeeeee;
  padding: 15px 15px 1px 15px;
  margin: 0 0 15px 0;
}
.case-back .flex-items.buis-head span {
  background: #d8dde0;
  padding: 5px 10px 5px 10px;
  min-height: 31px;
  font-size: 12px;
}
.case-back .flex-items.buis-head span.sig-green {
  background: #40de4f !important;
}
.case-back .flex-items.buis-head span.sig-red {
  background: #ce2d2d !important;
}
.case-back .flex-items.buis-head span.sig-amber {
  background: #f0dd37 !important;
}
.font-16 {
  font-size: 16px;
}
/*Exception popup*/

/*Exceptions Screen*/
.exception-grid {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 30px;
}
.exceptions-right {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #ccc;
  padding: 0 0 0px 30px;
  margin: 0 0 10px 0;
}
.req-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 0 0 0px 0;
}
.req-left {
  display: flex;
  align-items: center;
  width: 50%;
}
.req-center {
  display: grid;
  justify-items: center;
}
.req-right {
  width: calc(50% - 130px);
}
.req-center span {
  color: #9a9a9b;
  font-size: 11px;
  font-weight: 600;
}
.req-title {
  font-weight: bold;
  width: 175px;
  display: flex;
}
.req-by:nth-child(2) {
  margin: 10px 0 0 0;
}
.req-yes {
  display: flex;
  background: fff;
  color: green;
  width: 60px;
  align-items: center;
  justify-content: flex-end;
  height: 20px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.req-no {
  background: #fff;
  color: red;
}
.signed-by {
  display: flex;
  font-size: 9px;
  color: #9a9a9b;
  font-weight: 600;
}
.req-pend {
  font-weight: bold;
  color: #f0dd37;
}
.req-hr {
  display: flex;
  background: #ddd;
  height: 1px;
  margin: 10px 0;
}
/*Exceptions Screen*/

@media (max-width: 1280px) {
  .g-buttons a {
    display: flex !important;
  }
}

.GreenClass,
.ib-green {
  background: #40de4f !important;
}

.RedClass,
.ib-red {
  background: #ce2d2d !important;
}
.ib-blue {
  background: #8c8c8c !important;
}
.OrangeClass,
.ib-amber {
  background: #f0dd37 !important;
}
.HoldClass {
  background: #eaaa59 !important;
}
tbody tr td.GreenClass {
  background: #40de4f !important;
}
tbody tr td.BlueClass {
  background: #8c8c8c !important;
}
tbody tr td.RedClass {
  background: #ce2d2d !important;
}
tbody tr td.OrangeClass {
  background: #f0dd37 !important;
}
tbody tr td.OrangeClassh {
  background: #eaaa59 !important;
}
tbody tr td.HoldClass {
  background: #eaaa59 !important;
}
tbody tr td.GrayClass {
  background: #c4c4c4 !important;
}
.GrayClass {
  background: #c4c4c4 !important;
}

/* .t001 .spn-alg {
  width: 300px;
} */

/*scorecard starts*/
.select-md {
  font-size: 16px !important;
  height: auto;
  font-weight: 600;
  border: none;
  padding-left: 0;
  outline: none !important;
}
.flex-items .select-md,
.flex-items .select-lg {
  border: none !important;
}
.select-lg {
  font-size: 20px !important;
  height: auto;
  font-weight: 700;
  border: none;
  padding-left: 0;
  outline: none !important;
}
.select-lg option,
.select-md option {
  font-size: 14px !important;
  font-weight: normal !important;
}
.re-earn {
  display: inline-block;
  background: #4a4a4a;
  border-radius: 3px;
  padding: 5px 10px;
  min-width: 170px;
  width: auto;
  position: relative;
}
.re-val1 {
  display: flex;
  font-size: 11px;
  color: #fff !important;
  padding: 0 0px;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}
.re-val2 {
  font-size: 26px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin: 0px 0 0 0;
}
.g-box {
  background-color: #40de4f !important;
}
.r-box {
  background-color: #ce2d2d !important;
}
.pot-fp {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.gate-ways-tab {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  background: #d8dde0;
  padding: 7px 10px;
  column-gap: 20px;
  min-height: 35px;
}
.tab-title-g {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.tab-title-gsm {
  font-weight: 700;
  font-size: 13px;
}
.tab-g-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 0 20px;
}
.tab-g-boxes span {
  display: flex;
  width: 100px;
  height: 35px;
  background: #d8dde0;
}
.tab-g-exceptions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.excp-left {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 15px;
}
.expand-all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 3px 0;
}
.expand-all a {
  color: #000000 !important;
}
.b-g {
  background: #40de4f !important;
}
.b-r {
  background: #ce2d2d !important;
}
.val-stat-main {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 0 20px;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
}
/* .val-stat.vs-c1 {
  border-right: 1px solid #000000;
  padding: 0 20px 0 0;
} */
.v-c-2 {
  background: #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 155px;
  font-size: 12px;
  color: #fff;
}
.v-c-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 155px;
  font-size: 14px;
  color: #fff;
}
.v-c-3.approved {
  background: #40de4f;
}
.v-c-3.rejected {
  background: #ce2d2d;
}
.val-ex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 4px 0;
  max-width: 160px;
}
.v-c-1 {
  font-size: 12px;
  color: #8c8c8c;
  min-width: 45px;
}
.val-stat.vs-c1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.val-stat.vs-c1 .v-c-5 {
  text-align: left !important;
  height: auto;
  margin: 0 0 0 20px;
}
.val-stat.vs-c2 {
  padding: 0 0 0 20px;
}
.val-stat.vs-c2 .val-ex {
  justify-content: flex-start;
  gap: 20px;
}
.v-c-4,
.v-c-5 {
  min-width: 100px;
  text-align: right;
  font-size: 12px;
  height: 25px;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}
.excp-1 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
}
.excp-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.excp-2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 3px;

  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.excp-2 span:empty {
  opacity: 0.4;
  cursor: text;
}
.excp-2 span a:empty {
  opacity: 0.4;
  cursor: text;
  background: #fff;
}
.excp-2 .e-y {
  background: #e8ab59;
}
.excp-2 .e-g {
  background: #40de4f;
}
.excp-2 .e-r {
  background: #ce2d2d;
}
.lock-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.pot-per {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 6px solid #d8dde0;
  border-radius: 100%;
  font-weight: bold;
  font-size: 14px;
}
.g-accord {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  margin: 0 0 10px 0;
}
.g-toggle-btn {
  margin: 0 0 0 20px;
}
.gate-way-bot {
  margin-bottom: 10px;
}
.score-table thead tr {
  background: #8c8c8c !important;
}
.score-table thead tr th,
.score-table tbody tr td {
  width: 16.66% !important;
}
.score-table thead tr th {
  border-bottom: 1px solid #ddd !important;
}
.score-table thead tr th:first-child,
.score-table tbody tr td:first-child {
  width: 360px !important;
}
.score-table thead tr th.trans-back-c,
.score-table tbody tr td.trans-back-c {
  background: #fff !important;
  border: none !important;
}
.score-table .fixed-table thead tr.trans-back-c {
  background: transparent !important;
  height: 15px !important;
}
.score-table .fixed-table thead tr.trans-back-c th {
  border: none !important;
  border-bottom: 2px solid #ddd !important;
}
.score-table thead tr th.trans-back-c,
.score-table tbody tr td.trans-back-c {
  background: #fff !important;
  border: none !important;
}
.score-table thead tr.trans-back-c th.trans-back-c,
.score-table tbody tr.trans-back-c td.trans-back-c {
  background: #fff !important;
  border: none !important;
}
.score-table thead tr.trans-back-c th:first-child {
  border: none !important;
}
.score-table tbody tr:last-child td {
  border-bottom: 1px solid #ddd !important;
}
.score-table tbody tr:last-child td.trans-back-c {
  background: #fff !important;
  border: none !important;
}
td.brd-left {
  border-left: 1px solid #ddd;
}
.score-table thead tr th:nth-child(5),
.score-table tbody tr td:nth-child(5) {
  border-left: 1px solid #ddd;
}
.pad-t0 {
  padding-top: 0 !important;
}
.y-excep {
  background: #e8ab59 !important;
}
.g-excep {
  background: #40de4f !important;
}
.g-excep-ch {
  background: #64278c !important;
}
.r-excep {
  background: #ce2d2d !important;
}
/*scorecard ends*/
/*copa screen*/
tr .sm-col {
  width: 130px !important;
  min-width: 130px !important;
}
tr .md-col {
  width: 250px !important;
  min-width: 250px !important;
}
.btn-sm-grid a {
  margin: 0;
  width: 25px;
  height: 25px;
}
.lg-popup .help-inner {
  max-width: 1000px;
}
tr th.white-back {
  background: #fff !important;
  border-color: #fff !important;
}
thead tr.lg-row {
  background: #8c8c8c !important;
}
.btn-sm-grid {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.btn-grid.btn-secs {
  width: auto;
  color: #fff !important;
  padding: 0 10px;
  font-size: 12px;
}
.btn-link {
  font-size: 14px;
  font-weight: 600;
  color: #8c8c8c !important;
  white-space: pre;
}
.th-a {
  display: flex;
  background: #8c8c8c !important;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 3px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.th-a-2 {
  left: 5px;
  right: auto;
}
.pad-all0 {
  padding: 0 !important;
}
.pad-all10 {
  padding: 10px !important;
}
.th-height {
  height: 30px !important;
}
.JLRTotal th {
  font-size: 12px !important;
  font-weight: 900 !important;
}
.justify-center {
  justify-content: center !important;
}
.inv-doc .uploaded-list {
  grid-template-columns: 1fr;
}
/*copa screen*/

/*ProgramList screen*/
.program-form {
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
  margin: 0 0 10px 0;
  flex-wrap: wrap;
}
.form-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.form-item span {
  display: flex;
}
.form-item input {
  border: 1px solid #ddd;
  height: 32px;
  min-width: 250px;
  padding: 0 10px 0 10px;
  border-radius: 3px;
}
.form-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.form-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #8c8c8c;
  color: #fff !important;
  font-size: 14px;
  height: 30px;
  border-radius: 3px;
  min-width: 80px;
}
.lists-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  margin: 0 0 1px 0;
  font-size: 12px;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}
.list-title {
  display: flex;
  gap: 2px;
  line-height: 14px;
}
.lists-flex:nth-child(2n) {
  background: #fff;
}
.list-flex-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 35px;
  min-width: 130px;
  justify-content: flex-end;
  border-left: 1px solid #fff;
}
.lists-flex.lists-flex-total .list-flex-inner {
  min-width: 67px;
}
.ed-list {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ed-list a {
  display: flex;
  width: 25px;
  height: 25px;
  background: #8c8c8c;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.add-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lists-flex.lists-flex-total {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 73px;
}
.lists-flex.lists-flex-total-zero {
  font-weight: bold;
  text-transform: uppercase;
}
.pg-importers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin: 15px 0 15px 0;
}
.pg-importers-table .section-table {
  box-shadow: none !important;
  padding: 0 !important;
}
.pg-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.pg-importers .req-title {
  display: none;
}
.pg-importers .req-by {
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.pg-importers .req-yes {
  margin: 0px 0 0 0;
  height: 25px;
  width: 75px;
}
.pg-importers .exceptions-right {
  border: none;
  background: #eee;
  margin: 0;
  height: 206px;
  padding: 10px 0 0 0;
}
.pg-importers .req-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 14px;
}
.approved-overlay .pg-importers .req-right {
  min-width: 75px;
}
.pg-importers .req-right a {
  display: flex;
  width: 25px;
  height: 25px;
  background: #8c8c8c;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
}
.form-group {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.form-group .form-item {
  margin: 0 0 20px 0;
  gap: 0;
}
.form-group .form-item span {
  min-width: 100px;
}
.form-top {
  align-items: flex-start;
}
.flex-check-inner input {
  width: auto;
  height: auto;
  min-width: 10px;
}
.flex-check-importers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 60px;
  font-size: 14px;
  row-gap: 20px;
}
.flex-check-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
.form-group .form-btns {
  padding: 20px 0 0 100px;
}
.manage-i-table tr td:last-child {
  padding: 0 !important;
}
.manage-i-table tr td select {
  width: 100%;
  border: 2px solid transparent;
}
.manage-i-table tr td select:hover {
  border: 2px solid #8c8c8c;
}
.manage-i-table {
  box-shadow: none !important;
  max-height: calc(100vh - 190px);
  overflow: auto;
}
.copa-quarter {
  padding: 0;
  margin: 0 0 0 10px;
  color: #fff;
  font-size: 12px !important;
  height: 19px !important;
}
.copa-sum-tab {
  max-height: calc(100vh - 190px);
  overflow: auto;
}
.fix-width-boxes .re-earn {
  width: 205px;
}
.select-md.copa-quarter option {
  color: #000;
}
/*ProgramList screen*/

/*Programdb screen*/
.idb-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
  padding: 0 10px 0 0;
}
.idb-grid-left {
  border-right: 1px solid #000000;
  min-width: 540px;
  padding: 0 10px 0px 0;
}
.j-title {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0 0 0;
  padding: 0 0 0 35px;
}
.elg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 10px 0 0px 0;
}
.elg-inner-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.elg-inner-box span:first-child {
  font-weight: bold;
  min-width: 110px;
}
.elg-inner-box span:last-child {
  background: #000000;
  color: #fff !important;
  font-weight: bold;
  font-size: 24px;
  width: 55px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.db-hr {
  display: flex;
  width: 100%;
  height: 1px;
  background: #000000;
  margin: 20px 0 20px 0;
}
.placeholder-div {
  height: 450px;
}
.light-box .re-earn {
  background: #4a4a4a;
  width: 140px;
}
.light-box .re-val2 {
  font-size: 20px;
}
/*Programdb screen*/

/*Approval Settings*/
.pg-importers.appr-grid {
  gap: 15px;
}
.appr-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 4px 4px 0px #eee;
}
.appr-main {
  background: #fff;
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  border-radius: 5px;
}
.grid-signoff .appr-main {
  width: 100%;
  margin-bottom: 10px;
}
.appr-grid.pg-importers .exceptions-right {
  background: transparent;
  min-height: 190px;
  height: auto;
  padding: 0;
}
.grid-signoff .exceptions-right {
  min-height: 50px !important;
}
.appr-add {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 195px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
/*Approval Settings*/
.pl-pop-txt {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
}
.pl-pop-txt a {
  color: #8c8c8c !important;
  text-decoration: underline !important;
}
.p-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.p-list-grid .pg-importers.appr-grid {
  grid-template-columns: 1fr;
  margin: 0;
}
.grid-box-ibb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}
.grid-box-ibb .pg-importers {
  grid-template-columns: 1fr;
}
.pg-importers.appr-grid.grid-signoff {
  display: inline-block;
  width: 100%;
}
.pg-importers.fr-1-pg {
  margin: 0;
}
.top-col {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 10px;
}
.top-col a.top-col-a {
  background: #c4c4c4;
  color: #fff !important;
  font-size: 13px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
}
.top-col-sm {
  gap: 30px;
}
.top-col-sm a.top-col-a {
  height: 34px;
  background: #8c8c8c;
}
.top-col a.top-col-a.selected {
  background: #8c8c8c;
}
.top-col-sm a.top-col-a.selected {
  background: #000000;
}
.top-col a.top-col-a::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 100%;
  border-width: 25.5px;
  border-style: solid;
  border-color: transparent transparent transparent #c4c4c4; /* Adjust the color as needed */
}
.top-col-sm a.top-col-a::after {
  border-width: 17.5px;
  border-color: transparent transparent transparent #8c8c8c; /* Adjust the color as needed */
}
.top-col a.top-col-a.selected::after {
  border-color: transparent transparent transparent #8c8c8c; /* Adjust the color as needed */
}
.top-col-sm a.top-col-a.selected::after {
  border-color: transparent transparent transparent #000000; /* Adjust the color as needed */
}
.top-col-rel,
.top-col-rel-sm {
  position: relative;
  display: flex;
  align-items: center;
}
.col-go-to {
  position: absolute;
  right: -10px;
  z-index: 111;
  display: none;
}
.top-col-rel-sm .col-go-to {
  right: -4px;
}
.top-col-rel-sm .col-go-to img {
  width: 14px;
  height: 11px;
}
.ac-fr-1 {
  grid-template-columns: 1fr !important;
  margin: 0;
}
.actions-list {
  padding: 0 15px;
  height: 255px;
  overflow: auto;
}
.actions-list span {
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 32px;
  padding: 0 10px;
}
.actions-list span:nth-child(2n + 1) {
  background: #f5f5f5;
}

/*Exceptions New*/
.excep-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px 0px #eee;
  margin: 0px 0 20px 0px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
}
.exception-up {
  box-shadow: none !important;
  padding: 0;
  overflow: visible;
}
.exception-up .appr-main {
  box-shadow: none !important;
}
/* .exception-up .req-title {
  display: flex !important;
} */
.exception-up .buis-case.case-back {
  padding: 0;
  background: #fff;
  box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.exception-up .exceptions-left {
  padding: 0 20px 0px 20px;
  border-right: 1px solid #ddd;
  margin: 0 0 20px 0;
}
.btn-condition {
  width: 27px;
  height: 27px;
}
.exception-up .appr-grid {
  padding: 0 20px 0 0;
}
/* .show-title .req-title {
  display: flex !important;
} */
.btn-app-rej {
  display: flex;
  font-size: 12px;
  background: #8c8c8c;
  color: #fff !important;
  padding: 0 12px;
  height: 26px;
  align-items: center;
  border-radius: 3px;
}
.title-spn {
  font-size: 13px;
  font-weight: bold;
  display: flex;
  border-top: 7px solid #eee;
  margin: 0px 0 0 -10px;
  width: calc(100% + 20px);
  padding: 10px 0 10px 20px;
}
.title-spn:first-child {
  border: none;
}
.part-head.trend-table.fixed-table.auto-table tbody tr td {
  border-bottom: 1px solid #ddd;
}
.excp-2 span a {
  color: #fff !important;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
}
.excp-approval .appr-main.show-title {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
/*Exceptions New*/

/*Credit Notes*/
.sm-re-earn .re-earn {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 50px;
  justify-content: space-between;
}
.sm-re-earn .re-val1 {
  font-size: 12px;
}
.sm-re-earn .re-val2 {
  font-size: 18px;
  line-height: 18px;
}
.type-form {
  display: grid;
  margin: 0 0 15px 0;
}
.flex-type {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 45px;
  font-size: 12px;
}
.flex-type span {
  display: flex;
  font-size: 13px;
  min-width: 300px;
}
.d-input-tp {
  min-width: 330px !important;
  border: 1px solid #ddd;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.detail-scroll .d-input-tp {
  min-width: 200px !important;
}
.c-red {
  color: red !important;
  font-size: 12px;
}
.span-flex {
  display: flex;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.war-flex {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.flex-type select,
.flex-type input {
  border: 1px solid #ddd;
  min-width: 330px;
  margin: 0 !important;
  padding: 0 10px;
  height: 32px;
  font-size: 12px;
  color: #000 !important;
}
.detail-scroll .flex-type select,
.detail-scroll .flex-type input {
  min-width: 200px;
}
.crd-note input {
  min-width: 10px !important;
}
.flex-type.crd-note {
  margin: 15px 0 0 0;
}
.flex-type.crd-note span {
  font-weight: bold;
}
.text-ul {
  text-decoration: underline !important;
}
.cd-exp span {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.cd-exp input {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 35px 0;
  height: 40px;
}
.org-disclaimer {
  display: flex;
  background: #eeeeee;
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  gap: 10px;
}
.org-dt {
  display: flex;
  align-items: center;
  gap: 100px;
  margin: 20px 0 10px 0;
}
.org-main span {
  display: flex;
  font-size: 12px;
}
.org-til {
  border-bottom: 1px solid #ddd;
  min-width: 300px;
  margin: 0 0 5px 0;
}
.detail-scroll .org-til {
  min-width: 250px;
}
.org-til input {
  border: none !important;
  outline: none !important;
  width: 300px;
  padding: 0;
  font-size: 12px;
}
.detail-scroll .org-til input {
  width: 250px;
}
.crdn-1:empty,
.crdn-2:empty,
.crdn-3:empty,
.crdn-4:empty,
.crdn-5:empty,
.crdn-6:empty {
  display: none;
}
.crdn-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.crdn-5 .exception-grid {
  grid-template-columns: 1fr;
}
.crdn-6 .exception-grid {
  grid-template-columns: 1fr 1fr;
}
.crdn-2 .exceptions-left {
  margin: 0;
  padding: 10px 20px 0 20px;
}

.crdn-4:last-child .exceptions-left {
  border-bottom: none !important;
}
.crdn-9 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-items: center;
}
.crdn-10 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.crdn-5 .exceptions-left {
  border-right: none !important;
}
.crdn-6 .exceptions-left {
  border-left: 1px solid #ddd !important;
}
.crdn-6 .pg-importers.appr-grid.grid-signoff {
  margin: 0;
}
.crdn-6 .excp-approval .appr-main.show-title {
  margin: 0 !important;
  padding: 0 !important;
}
.crdn-6 .crdn-4 {
  border-bottom: 1px solid #d5d5d5;
}
.crdn-6 .grid-signoff .appr-main {
  padding-top: 10px;
}
.input-date-credits {
  border: 1px solid #ddd;
  font-size: 12px;
  height: 32px;
  padding: 0 10px;
  border-radius: 5px;
}
/*Credit Notes*/

/*Scorecard Classes*/
.score-bold {
  font-weight: bold !important;
}
.score-text-left {
  text-align: left !important;
}
.score-text-right {
  text-align: right !important;
  justify-content: flex-end !important;
}
.score-text-center {
  text-align: center !important;
  justify-content: center !important;
}
.score-border {
  border: 1px solid #d5d5d5 !important;
}
.score-border-3s {
  border: 1px solid #d5d5d5 !important;
  border-bottom: none !important;
}
.score-border-none {
  border: none !important;
}
.score-normal {
  font-weight: normal !important;
}
.score-italic {
  font-style: italic !important;
}
.score-width-xs {
  width: 150px !important;
}
.score-width-sm {
  width: 200px !important;
}
.score-width-md {
  width: 300px !important;
}
.score-width-lg {
  width: 400px !important;
}
.score-width-full {
  width: 100% !important;
}

/*Scorecard Classes*/
.chart-donut {
  display: flex;
  min-width: 70px;
  max-width: 70px;
  justify-content: center;
  min-height: 70px;
  max-height: 70px;
  margin: 0 auto;
}
text {
  font-weight: bold !important;
  font-size: 14px;
}
.earn-eye {
  display: flex;
  position: absolute;
  right: 5px;
  top: 5px;
}
.detail-scroll {
  height: calc(100vh - 170px);
  overflow: auto;
}
table tbody tr td.dark-td {
  background: #8c8c8c !important;
  border: none !important;
  font-weight: 700;
  color: #fff !important;
  text-transform: uppercase;
}
table tbody tr.JLRBold td {
  font-weight: 700;
  font-size: 11px;
}
/* .score-table table {
  width: 68%;
} */
.usd-eu {
  display: inline-block;
  color: #fff !important;
  background: #e8ab59 !important;
  position: absolute;
  right: 1px;
  font-size: 14px;
  line-height: 14px;
  bottom: 1px;
  padding: 0px 4px 1px 4px;
  font-weight: 600;
  border-radius: 2px;
}
.form-item.disclaimer-check {
  margin: 0 0 10px 0;
}
.form-item.disclaimer-check input {
  width: auto !important;
  height: auto !important;
  min-width: 10px !important;
}
.rows-pop .help-inner {
  max-width: 880px;
}
.row-styles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
.row-right {
  padding: 0 20px 0 0;
}
.row-right .help-row {
  display: grid;
  row-gap: 5px;
  padding: 0 0 0 0;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}
.styles-checks {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.styles-checks input {
  width: auto;
  height: auto;
}
.til-styles {
  display: flex;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
.input-field.select-field {
  border: 1px solid #ddd;
  color: #000 !important;
  font-size: 12px;
  height: 32px;
  border-radius: 3px;
  padding: 0 10px;
}

.row-title {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.row-box:first-child {
  grid-column: 1;
  grid-row: 1;
}
.row-box:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.row-box:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.row-box:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.row-box:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.row-box:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.row-box:nth-child(7) {
  grid-column: 1;
  grid-row: 4;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #ddd;
}
.row-box:nth-child(8) {
  grid-column: 1;
  grid-row: 5;
}
.row-box:nth-child(9) {
  grid-column: 1;
  grid-row: 6;
}
.row-box:nth-child(10) {
  grid-column: 1;
  grid-row: 7;
}
.row-box:nth-child(11) {
  grid-column: 2;
  grid-row: 4;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #ddd;
}
.row-box:nth-child(12) {
  grid-column: 1;
  grid-row: 8;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #ddd;
}
.row-box:nth-child(13) {
  grid-column: 2;
  grid-row: 8;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #ddd;
  position: relative;
  top: -15px;
  left: 0px;
  position: relative;
  padding-left: 15px;
  left: -15px;
}
.row-box:nth-child(14) {
  grid-column: 1;
  grid-row: 9;
}
.row-box:nth-child(15) {
  grid-column: 2;
  grid-row: 9;
  position: relative;
  padding-left: 15px;
  left: -15px;
}
.row-box:nth-child(16) {
  grid-column: 1;
  grid-row: 10;
}
.row-box:nth-child(17) {
  grid-column: 2;
  grid-row: 10;
  position: relative;
  padding-left: 15px;
  left: -15px;
}
.row-box:nth-child(18) {
  grid-column: 1;
  grid-row: 11;
}
.row-box:nth-child(19) {
  grid-column: 2;
  grid-row: 11;
  position: relative;
  padding-left: 15px;
  left: -15px;
}
.row-box:nth-child(13) .styles-checks {
  position: relative;
  top: 30px;
}

.t-1-lg {
  flex-grow: 1;
}
.t-1-lg input {
  width: 100%;
  text-align: left !important;
}
.t-1-lg .t-2 {
  justify-content: flex-start;
  text-align: left;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}

/*Multi Select Starts*/
.multi-select {
  display: flex;
  position: relative;
}
.multi-ps {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ddd;
  font-size: 11px;
  height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  color: #000 !important;
  min-width: 140px;
  justify-content: space-between;
}
.multi-ps img {
  height: 6px;
  width: auto;
}
.multi-drop {
  position: absolute;
  background: #fff;
  left: 0;
  top: 32px;
  width: auto;
  font-size: 11px;
  padding: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 100000;
}
.multi-list {
  display: inline-block;
  max-height: 400px;
  overflow: auto;
}
.multi-item {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.multi-select a.btn-primary {
  display: flex;
  width: 100%;
  color: #fff !important;
  margin: 5px 0 0 0;
}
/*Multi Select Ends*/
.re-in-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: none;
  padding: 0;
  align-items: flex-start;
}
.re-in-form .form-item {
  display: grid;
  gap: 2px;
}
.re-in-form .multi-select {
  width: 100%;
}
.re-in-form .multi-select a {
  width: 100%;
}
.re-in-form .supp-doc {
  margin: 0;
}
.re-in-form .uploaded-list {
  display: flex;
}
.re-in-form .multi-list .multi-item input {
  width: auto !important;
  height: auto !important;
  min-width: 20px;
}
.re-in-form .multi-list .multi-item {
  margin: 0 0 5px 0;
}
.p-form-inn {
  border: 1px solid #ddd;
  padding: 10px;
}
tbody tr.sm-empty-tr td {
  background: #fff !important;
  border: none !important;
  padding: 0 !important;
  height: 10px !important;
}
tbody tr.sm-empty-tr-2 td {
  border-top: 1px solid #ddd !important;
}
tbody tr.sm-empty-tr-2 td:first-child {
  border-top: none !important;
}
.spn-alg:empty {
  padding: 0;
}
.g-buttons.exp-trg {
  min-width: 29px;
  min-height: 29px;
}
.re-accord {
  margin-bottom: 5px;
}
.re-accord .a-accord {
  border: none;
  background: #000;
}
.re-accord .a-accord img {
  width: 20px;
  height: auto;
  filter: invert();
}
.remove--image a.a-img-rel {
  position: relative;
  background: none;
  padding: 0;
}
/*Program Approval*/
.papp-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}
.papp-grid-sm {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
  margin-bottom: 10px;
}
.papp-grid table thead tr th {
  border-right: 1px solid #fff;
}
.papp-grid table thead tr th:first-child,
.papp-grid table tbody tr td:first-child {
  width: 130px !important;
}
.margin-table table thead tr th:first-child,
.margin-table table tbody tr td:first-child {
  width: 240px !important;
}
.table-comments {
  margin: 20px 0 0 0;
}
.table-comments table tbody tr td,
.table-gw table tbody tr td {
  border: 1px solid #ddd !important;
}
.table-comments table thead tr th,
.table-gw table thead tr th {
  border: 1px solid #ddd !important;
}
.margin-table table thead tr th:nth-child(3),
.margin-table table tbody tr td:nth-child(4),
.margin-table table thead tr th:nth-child(4),
.margin-table table tbody tr td:nth-child(4) {
  width: 80px !important;
  min-width: 80px !important;
}
.margin-table table tbody tr:last-child td {
  border-bottom: 1px solid #ddd !important ;
}
.margin-table table tbody tr td:first-child {
  border-left: 1px solid #ddd !important ;
}
.vrm-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 30px;
}
.vrm-grid table thead tr th {
  background: #ccc !important;
  border: 2px solid #000 !important;
  font-size: 15px;
  color: #000 !important;
}
.vrm-grid table thead tr th.vrm-back-w {
  background: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.vrm-grid table thead tr th.vrm-back-w2 {
  background: #fff !important;
  font-weight: normal !important;
  border-top: none !important;
}
.prg-aproval {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  margin: 0;
  gap: 20px !important;
}
.prg-aproval .appr-main {
  margin: 0 !important;
}
.fr-pg-1 {
  grid-template-columns: 1fr !important;
}
.btn-primary.btn-condition {
  width: auto;
  padding: 0 10px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
}
.mar-t10 {
  margin-top: 10px;
}
.added-by-txt {
  font-size: 11px;
  color: #9a9a9b;
  font-weight: 600;
  font-style: italic;
}
/*Program Approval*/

select[disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
.custom-tip {
  position: relative;
}
.p-top {
  position: absolute;
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  left: 0;
  top: 0px;
  margin: 0;
  padding: 0 2px;
  z-index: 1000;
  line-height: 18px;
  width: 100%;
  min-height: 29px;
  display: none;
  align-items: center;
}
.tip-center .p-top {
  justify-content: center;
  text-align: center;
}
.custom-tip:hover .p-top {
  display: flex;
}
.custom-tip:hover .p-top:hover {
  display: flex;
}
.Importer-setting-form .flex-type {
  min-height: 32px;
  margin: 0 0 15px 0;
}
.Importer-setting-form .flex-type span {
  min-width: 150px;
}
.Importer-setting-form .flex-type textarea {
  border: 1px solid #ddd;
  font-size: 12px;
  padding: 5px 10px;
  min-width: 500px;
}
.imp-checkbox {
  width: auto !important;
  height: auto !important;
  min-width: 5px !important;
  min-height: 5px !important;
}
.custom-val .req-val {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
}
.custom-val .req-right {
  width: auto;
}
.wid-25 {
  display: flex;
  width: 25px;
  height: 25px;
}
.gap-req {
  gap: 10px;
  margin: 0 0 0 -7px;
}
.req-left.custom-val {
  width: 100%;
}
.ib-legends {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  margin: 0 0 5px 0;
  position: relative;
  z-index: 1000;
  color: #000 !important;
  font-weight: normal;
  text-transform: none;
}
.ib-l-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ib-box-spn {
  display: flex;
  width: 12px;
  height: 12px;
  background: #ccc;
}
.show-summary {
  display: flex;
  background: #8c8c8c;
  color: #fff !important;
  height: 22px;
  align-items: center;
  justify-content: center;
  width: 100px;
  border-radius: 3px;
  margin: 0 0 0 auto;
}
.tab-summ thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 200;
  top: 0;
}
.tab-summ tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 200;
  top: 0;
  background: #fff;
  width: 93px !important;
  min-width: 93px !important;
}
.tab-summ tbody tr:nth-child(2n + 1) td:first-child {
  background: #f5f5f5;
}
.tab-summ tbody tr td:nth-child(2) {
  position: sticky;
  left: 93px;
  z-index: 200;
  top: 0;
  background: #fff;
  width: 280px !important;
  min-width: 280px !important;
}
.tab-summ tbody tr:nth-child(2n + 1) td:nth-child(2) {
  background: #f5f5f5;
}
.tab-det thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 200;
  top: 0;
}

.tab-det tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 200;
  top: 0;
  background: #fff;
  width: 93px !important;
  min-width: 93px !important;
}
.tab-det tbody tr:nth-child(2n + 1) td:first-child {
  background: #f5f5f5;
}
.tab-det tbody tr td:nth-child(2) {
  position: sticky;
  left: 93px;
  z-index: 200;
  top: 0;
  background: #fff;
  width: 280px !important;
  min-width: 280px !important;
}
.tab-det tbody tr:nth-child(2n + 1) td:nth-child(2) {
  background: #f5f5f5;
}
table thead tr th.clip-box {
  background-color: #fff !important;
  border-bottom: 1px solid #fff !important;
  background-clip: border-box !important;
  border-right: 1px solid #fff !important;
}
.text-right-m {
  text-align: right !important;
}
.tab-chs thead tr th,
.tab-chs tbody tr td {
  width: 8.5% !important;
}
.tab-chs tbody tr td:nth-child(2) {
  width: 15% !important;
}
.tab-chs tbody tr:last-child td {
  font-weight: 800;
  font-size: 11px;
}
.tab-det.tab-det-2 thead tr th:nth-child(4),
.tab-det.tab-det-2 tbody tr td:nth-child(2) {
  width: 130px !important;
  min-width: 130px !important;
}
.tab-det.tab-det-2 tbody tr td.wid-dealer {
  width: 280px !important;
  min-width: 280px !important;
}
.z-in {
  z-index: 500 !important;
}
.custom-tip .tip-ab {
  position: absolute;
  left: -15px;
  top: 3px;
}
.hover-back {
  padding: 5px;
}
.hover-back:hover {
  background: #d8dde0;
}
.hover-back .g-buttons a {
  opacity: 0.2;
}
.hover-back:hover .g-buttons a {
  display: flex;
  opacity: 1;
}
.e-app {
  background: yellow;
  font-size: 8.5px;
  align-items: center;
  line-height: 9px !important;
  height: 16px;
}
.show-block {
  display: block !important;
}
.flex-approval {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 5px 0;
}
.flex-approval a {
  color: #8c8c8c !important;
  font-weight: 500;
  text-decoration: underline !important;
}

.btn-primary.btn-vols {
  width: auto;
  color: #000 !important;
  font-size: 11px;
  padding: 0 7px;
  font-weight: 600;
  background: #fceaed !important;
}
.btn-primary.btn-vols.btn-vols-jlr {
  background: #e3f8d8 !important;
}
/* .access-table tbody tr td {
  padding: 0 !important;
}
.access-table thead tr th:last-child,
.access-table tbody tr td:last-child {
  width: auto !important;
}
.access-table tbody tr td:first-child,
.access-table tbody tr td:nth-child(2),
.access-table tbody tr td:nth-child(3),
.access-table thead tr th:first-child,
.access-table thead tr th:nth-child(2),
.access-table thead tr th:nth-child(3) {
  padding: 0 3px !important;
  min-width: 100px !important;
  width: auto !important;
  max-width: 300px !important;
}
.access-table tbody tr td select {
  padding: 0 3px !important;
  text-align: left !important;
  width: 150px !important;
  font-size: 10px !important;
  border: 2px solid transparent !important;
}
.access-table tbody tr td:hover select {
  border: 2px solid #000000 !important;
}
.access-table thead tr th:nth-child(4),
.access-table tbody tr td:nth-child(4),
.access-table thead tr th:nth-child(5),
.access-table tbody tr td:nth-child(5),
.access-table thead tr th:nth-child(6),
.access-table tbody tr td:nth-child(6),
.access-table thead tr th:nth-child(7),
.access-table tbody tr td:nth-child(8) {
  width: 150px !important;
  min-width: 150px !important;
} */
/*Access Level*/
.access-table thead tr th,
.access-table tbody tr td {
  width: 95px !important;
  min-width: 95px !important;
  max-width: 95px !important;
}
.access-table thead tr th:last-child,
.access-table tbody tr td:last-child {
  width: 95px !important;
  min-width: 95px !important;
  max-width: 95px !important;
}
.access-table thead tr th,
.access-table tbody tr td {
  padding: 0 !important;
}
.access-table tbody tr td:first-child,
.access-table tbody tr td:nth-child(2),
.access-table tbody tr td:nth-child(3),
.access-table thead tr th:first-child,
.access-table thead tr th:nth-child(2),
.access-table thead tr th:nth-child(3) {
  padding: 0 3px !important;
  min-width: 100px !important;
  width: auto !important;
  max-width: 300px !important;
}
.access-table tbody tr td select {
  padding: 0 !important;
  text-align: left !important;
  width: 75px !important;
  font-size: 10px !important;
}
.access-table thead tr th {
  font-size: 9px !important;
  height: 26px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.access-table thead tr:first-child th {
  height: 26px;
}
.access-level-table table thead tr th {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #000000 !important;
}
.access-level-table table tbody tr:nth-child(2) td:first-child {
  padding: 0 3px !important;
}
.access-level-table table thead tr th:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  background: #000000 !important;
}
.access-level-table table thead tr th:nth-child(2) {
  position: sticky;
  left: 99px;
  top: 0;
  z-index: 100;
  background: #000000 !important;
}
.access-level-table table thead tr th:nth-child(3) {
  position: sticky;
  left: 198px;
  top: 0;
  z-index: 100;
  background: #000000 !important;
}

.access-level-table table tbody tr td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}
.access-level-table table tbody tr td:nth-child(2) {
  position: sticky;
  left: 99px;
  top: 0;
  z-index: 99;
  background: #fff;
}
.access-level-table table tbody tr td:nth-child(3) {
  position: sticky;
  left: 198px;
  top: 0;
  z-index: 99;
  background: #fff;
}
.access-level-table table tbody tr:nth-child(2n + 1) td {
  background: #f5f5f5;
}
/* .access-level-table table thead tr th span {
  writing-mode: tb-rl;
} */
.access-level-table {
  padding: 0 !important;
}
.access-table tbody tr td select {
  border: 2px solid transparent !important;
}
.access-table tbody tr td:hover select {
  border: 2px solid #000000 !important;
}
/*Access Level*/
.tab-bulk table thead tr th:first-child,
.tab-bulk table tbody tr td:first-child {
  width: 120px !important;
  min-width: 120px !important;
}
.tab-bulk table thead tr th:last-child,
.tab-bulk table tbody tr td:last-child {
  width: 120px !important;
  min-width: 120px !important;
}
.tab-bulk table thead tr th:nth-child(2),
.tab-bulk table tbody tr td:nth-child(2) {
  width: 245px !important;
}
.access-level-table .list-scroll {
  max-height: 2000px;
}
.deadline-table table thead tr th {
  border-right: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
}
.db-new-fr-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  margin: 25px 0 15px 0;
}
.flex-boxes-fr {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
}
.boxes-fr-1 {
  display: grid;
  gap: 5px;
  position: relative;
}
.boxes-fr-1 .j-title {
  position: absolute;
  left: 0;
  top: -30px;
  padding: 0;
}
.boxes-fr-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}
.boxes-fr-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.db-new-fr-1 .re-val2 {
  font-size: 20px !important;
}
.db-new-fr-1 .flex-boxes-fr .re-val2 {
  font-size: 26px !important;
}
.db-new-fr-1 .fix-width-boxes .re-earn {
  width: auto;
}
.db-new-fr-1 .pot-fp {
  display: block;
}
.db-new-fr-1 .re-val1 {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.db-new-fr-1 .re-earn {
  min-width: 50px;
}
.fr-13 {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 20px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #000;
  padding: 0 0 15px 0;
}
.fr-13-bpm {
  padding: 0;
  margin: 0;
  border: 0;
  gap: 20px;
}
.fr-13 table thead tr th:first-child,
.fr-13 table tbody tr td:first-child {
  min-width: 130px !important;
}
.fr-13 table thead tr th:nth-child(2),
.fr-13 table tbody tr td:nth-child(2) {
  min-width: 35px !important;
}
.fr-13 table thead tr th.clip-box {
  background: #000 !important;
}
.clip-box.th-ch-pad {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.flex-hold {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-ch {
  display: flex;
  align-items: center;
  color: #000 !important;
  gap: 5px;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  position: relative;
  top: -20px;
}
.btn-ch a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  background: #f0dd37;
}
.btn-ch a img {
  position: relative;
  top: 0.5px;
}
.blue-head thead tr {
  background: #000 !important;
}
.section-table.blue-head .auto-table thead tr th,
.section-table.blue-head .auto-table tbody tr td {
  min-width: 125px;
}
.fr-13 .blue-head table thead tr th:nth-child(2),
.fr-13 .blue-head table tbody tr td:nth-child(2) {
  min-width: 125px !important;
  width: auto !important;
  position: inherit;
}
.fr-13 .blue-head table thead tr th:nth-child(23),
.fr-13 .blue-head table tbody tr td:nth-child(23) {
  min-width: 240px !important;
}
.access-level-table table thead tr:nth-child(2) th {
  position: sticky;
  top: 25px;
}
.access-level-table {
  max-height: calc(100vh - 180px);
}
.pad-t20 {
  padding-top: 20px;
}
.b-white table thead tr th {
  border-bottom: 1px solid #fff !important;
}
.btn-no-back {
  background: no-repeat !important;
}
.empty-span {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  padding: 0 !important;
  margin: 2px 0 0 5px;
}
.tab-bulk th input,
.tab-bulk td input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0 5px;
}
thead tr.h-41 th {
  height: 41px !important;
}
.mar-lt10 {
  margin-left: 0 !important;
}
.slg-child {
  font-weight: 500;
  font-style: italic;
}
.wrap-container {
  flex-wrap: wrap;
}
.wrap-container .fix-width-boxes .re-earn {
  width: auto !important;
}
.wrap-container .re-val2 {
  font-size: 23px;
}
.score-table thead tr th.spe-col,
.score-table tbody tr td.spe-col {
  padding: 0 !important;
  width: 10px !important;
  min-width: 10px !important;
  background: #fff !important;
  border: 1px solid #fff !important;
}
/* .score-table tbody tr.row-usd td.spe-col {
  background: #8c8c8c !important;
  border: none !important;
  border-bottom: 1px solid #8c8c8c !important;
} */
.score-table tbody tr td.yellow-back {
  background: #f0dd37 !important ;
}
.score-table tbody tr td.red-back {
  background: #ce2d2d !important ;
}
.score-table tbody tr td.green-back {
  background: #40de4f !important ;
}
.score-table tbody tr td.yellow-bo {
  border: 2px solid #f0dd37 !important ;
}
.score-table tbody tr td.red-bo {
  border: 2px solid #ce2d2d !important ;
}
.score-table tbody tr td.green-bo {
  border: 2px solid #40de4f !important ;
}
.taskDay {
  background-color: #007fff;
  min-width: 10px;
}
#gantt-container td {
  border: 1px solid black;
}
.task-name {
  width: 100px;
}
.score-excep .buis-case {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0 !important;
  background: #fafafa !important;
}
.score-excep .appr-main {
  background: #fafafa !important;
  margin-bottom: 3px !important;
  margin-top: 0 !important;
}
.score-excep .pg-importers {
  margin: 0 !important;
}
.score-excep .pg-importers .req-by {
  margin: 0 0 5px 0 !important;
}
.grid-box-pad {
  padding: 15px;
}
.db-grid-boxes thead tr th {
  text-align: center !important;
}
.db-grid-boxes thead tr th.th-db-status {
  width: 200px !important;
}
.db-grid-boxes thead tr th.th-lg-st {
  width: 200px !important;
}
.db-grid-boxes thead tr:nth-child(2) {
  background: #8c8c8c !important;
}
.db-grid-boxes thead tr th:first-child {
  background: transparent !important;
}
.max-365 {
  max-width: 365px !important;
}
.db-grid table thead tr th,
.db-grid table tbody tr td {
  min-width: 30px !important;
}
.db-grid table tbody tr td {
  text-align: right !important;
}
.db-grid table tbody tr td.visible-flow {
  text-align: right !important;
  overflow: visible;
}
.db-grid table tbody tr td:first-child {
  text-align: left !important;
}

.sm-legend .clegend-0 {
  background: #8c8c8c;
}
.sm-legend .clegend-1 {
  background: #e8ab59;
}
.sm-legend .clegend-2 {
  background: #d8dde0;
}
.sm-legend .clegend-3 {
  background: #d1db82;
}
.sm-legend .clegend-4 {
  background: #e2d4cb;
}
.sm-legend .clegend-5 {
  background: #d8dde0;
}
.sm-legend .clegend-6 {
  background: #c4c4c4;
}
.sm-legend .clegend-7 {
  background: #d2aa87;
}
.sm-legend .clegend-8 {
  background: #d8dde0;
}
.sm-legend .clegend-9 {
  background: #000000;
}
.sm-legend .clegend-10 {
  background: #46d39a;
}
.sm-legend .clegend-11 {
  background: #64b5f6;
}
.sm-legend .clegend-12 {
  background: #bfe8ff;
}
.sm-legend .clegend-13 {
  background: #0075a4;
}

/*Dashboard Starts*/
.db-grid {
  display: grid;
  gap: 15px;
  margin: 15px 0 0 0;
}
.fr-2111 {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
.fr-211 {
  grid-template-columns: 2fr 1fr 1fr;
}
.fr-21 {
  grid-template-columns: 2fr 1fr;
}
.fr-311 {
  grid-template-columns: 3fr 1fr 1fr;
}
.fr-221 {
  grid-template-columns: 1fr 1fr 0.5fr;
}
.fr-221-75 {
  grid-template-columns: 1fr 1fr 0.75fr;
}
.fr-111 {
  grid-template-columns: 1fr 1fr 1fr;
}
.fr-11 {
  grid-template-columns: 1fr 1fr;
}
.fr-13 {
  grid-template-columns: 1fr 3fr;
}
.fr-12 {
  grid-template-columns: 1fr 2fr;
}
.fr-41 {
  grid-template-columns: 4fr 1fr;
}
.fr-1--2-2 {
  grid-template-columns: 1.2fr 2fr;
}
.fr-31 {
  grid-template-columns: 3fr 1fr;
}
.fr-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 0.6fr 1fr 0.6fr 1fr;
  width: 100%;
}
.db-grid.flex-grid-mng {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mng-year-box {
  gap: 10px !important;
  margin: 10px 0 0 0 !important;
}
.db-grid-boxes {
  padding: 0;
  position: relative;
  box-shadow: 0 0 6px 0px rgba(80, 80, 80, 0.15);
  border-radius: 5px;
}
.db-grid-head {
  display: flex;
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 30px;
}
.db-grid-head a {
  color: #000 !important;
}
.db-grid-head:hover .btn-export {
  display: flex;
}
.db-grid-boxes:hover .btn-export {
  display: flex;
}
.no-border {
  border: none !important;
  box-shadow: none !important;
}
.grid-box-pad {
  padding: 15px;
}
.db-grid-boxes thead tr th {
  text-align: center !important;
}
.fr-123 {
  grid-template-columns: 1.5fr 2fr 3fr;
  gap: 15px;
}
.list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* box-shadow: 0 0 6px 0px rgba(80, 80, 80, 0.15); */
  font-size: 16px;
  font-weight: 700;
  padding: 4px 15px;
  border-radius: 3px;
}
.list-row-back .list-box {
  background: #e8ab59;
  /* box-shadow: 0 0 1px 1px rgba(80, 80, 80, 0.15); */
}
.sm-title {
  font-size: 9px;
  color: #000000;
}
.flex-grid-all {
  display: flex;
  gap: 15px;
}
.db-grid.flex-grid-all .list-box {
  flex: 1;
}
.years-boxes {
  margin: 20px 0 0 0;
  gap: 50px;
}
.y-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -5px;
}
.fr-122 {
  grid-template-columns: 1fr 2fr 2fr;
}
.fr-1122 {
  grid-template-columns: 0.8fr 0.8fr 2fr 2fr;
}
.fr-custom {
  grid-template-columns: 1.7fr 2fr 2fr;
}
.fr-1111 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.fr-11111 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.fr-111 {
  grid-template-columns: 1fr 1fr 1fr;
}
.fr-1211 {
  grid-template-columns: 1fr 2fr 1fr 1fr;
}
.years-boxes .db-grid {
  margin: 0 !important;
}
.list-box-auto {
  display: grid;
  grid-template-columns: 1fr;
  padding: 6px 0;
  place-items: center;
  gap: 10px;
}

.db-grid-head .btn-primary {
  width: 23px;
  height: 21px;
}
.db-grid-head .btn-primary img {
  width: 14px;
  height: auto;
  position: relative;
  top: 0.5px;
}
.txt-grey-head {
  color: #8c8c8c;
  font-size: 11px;
  text-transform: none;
  font-weight: 500;
}
.list-boxes-7 .list-box span.sm-title {
  top: -3px;
  text-align: center;
  line-height: 11px;
}
.list-boxes-7 .list-box span {
  position: relative;
  top: 5px;
}
.list-boxes-7 {
  gap: 10px;
}
.lb-c1 {
  background: #d8dde0 !important;
}
.lb-c2 {
  background: #e2d4cb !important;
}
.lb-c3 {
  background: #d8dde0 !important;
}
.lb-c4 {
  background: #d1bd82 !important;
}
.lb-c5 {
  background: #e8ab59 !important;
}
.lb-c6 {
  background: #d8dde0 !important;
}
.lb-c7 {
  background: #c4c4c4 !important;
}
.fr-11111 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.mt--zero {
  margin-top: 0 !important;
}
.tick,
.domain {
  color: #aaa;
}
text {
  color: #555;
  font-size: 9px;
}
.chart-donut text {
  color: #555;
  font-size: 14px;
}
.fr-3--5-1 {
  grid-template-columns: 3.5fr 1fr;
}
.pie-flex-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pie-flex-items svg {
  max-width: 242px;
  width: 100%;
}
.pie-flex-items .db-grid {
  gap: 10px;
}
.db-grid-head.less-space {
  padding: 0 !important;
  min-height: 0 !important;
}
.db-grid-head.less-space a {
  right: 3px;
  top: 0;
}
.db-grid-head.less-space a img {
  width: 15px;
  height: 15px;
}
.Green {
  color: green;
}
.Red {
  color: red;
}
.Grey {
  color: grey;
}
.all-imp-table {
  max-height: 500px;
  overflow: auto;
}
.all-imp-table thead tr th:first-child {
  min-width: 200px !important;
  width: 200px !important;
}
.all-imp-table table {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.ib-db-table table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
/*Dashboard Ends*/
tr .col-del {
  min-width: 50px !important;
  width: 50px !important;
}
tr .col-del a {
  margin: 0 auto;
}
.sc-g-b {
  background-color: #40de4f !important;
}
.sc-r-b {
  background-color: #ce2d2d !important;
}
.sc-y-b {
  background-color: #f0dd37 !important;
  position: relative;
}
.on-hold-hand {
  position: absolute;
  right: 5px;
  top: 3.5px;
}
.sm-score-table-w table {
  max-width: 600px;
}
.boxes-fr-4.boxes-fr-2-check {
  grid-template-columns: 1fr 1fr;
}
.smd-score-table-w table {
  max-width: 1100px;
}
.comment-h {
  color: red;
  font-weight: 700;
  text-transform: uppercase;
  margin: 50px 0 0 0;
}
.b-excep-wrap {
  word-break: break-all;
  display: inline-block;
  white-space: pre-line;
  font-size: 13px;
}
.view-exp-scroll {
  overflow: auto;
  max-height: calc(100vh - 155px);
}
.form-btns span.pointer {
  margin: 0 10px 0 0;
}
.rec-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  font-size: 12px;
  row-gap: 15px;
  max-height: calc(100vh - 195px);
  overflow: auto;
}
.rec-list {
  padding: 5px 10px;
}
.rec-head {
  font-weight: bold;
  display: flex;
  height: 30px;
  background: #d8dde0;
  align-items: center;
  justify-content: center;
}
.rec-list ul,
.rec-list li {
  padding: 0;
  list-style-type: none;
}
.rec-list li {
  display: flex;
  min-height: 30px;
  align-items: center;
  line-height: 12px;
  padding: 0 5px;
}
.rec-list li:nth-child(2n + 1) {
  background: #f5f5f5;
}
.rec-help {
  max-width: 1200px;
}

@media (max-width: 1200px) {
  .rec-grid {
    grid-template-columns: 1fr;
  }
}
.btn-prf {
  width: auto;
  color: #fff !important;
  padding: 0 12px;
  font-size: 13px;
}
.section-table .auto-table thead tr th.col-imp-ch,
.section-table .auto-table tbody tr td.col-imp-ch {
  width: 100px !important;
  min-width: 190px !important;
}
.section-table .auto-table thead tr th.col-condition,
.section-table .auto-table tbody tr td.col-condition {
  width: 100px !important;
  min-width: 160px !important;
}
.grid-legends {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 60%;
  font-size: 12px;
  row-gap: 10px;
  margin: 10px 0 0 0;
}
.ib-box-spn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-legends .ib-box-spn {
  width: 16px;
  height: 16px;
}

/*Actions Required Starts*/
.btns-notify {
  gap: 15px;
}
.btns-notify a {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 0 20px;
  height: 42px;
  border: 2px solid rgba(82, 82, 82, 0.4);
  border-radius: 5px;
  font-size: 16px !important;
  color: rgba(82, 82, 82, 0.4) !important;
  font-weight: 600;
  position: relative;
}
.btns-notify a.n-all-selected,
.btns-notify a.n-unread-selected,
.btns-notify a.n-flag-selected {
  background: #0e374c;
  color: #fff !important;
  border: 2px solid #0e374c;
}
.notify-count {
  display: flex;
  width: 22px;
  height: 22px;
  position: absolute;
  background: #ef5050;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  right: -10px;
  top: -10px;
}
.notify-head {
  width: 18px;
  height: 18px;
  right: -5px;
  top: -10px;
  font-weight: bold;
  font-size: 12px;
}
.btns-notify a.n-approvals-selected {
  background: #8c8c8c;
  color: #fff !important;
  border: 2px solid #8c8c8c;
}
.n-approvals-selected {
  background: #8c8c8c;
  color: #fff !important;
  border: 2px solid #8c8c8c;
}
.btns-notify a.n-credit-selected {
  background: #d2aa87;
  color: #fff !important;
  border: 2px solid #d2aa87;
}
.n-credit-selected {
  background: #d2aa87;
  color: #fff !important;
  border: 2px solid #d2aa87;
}
.btns-notify a.n-exceptions-selected {
  background: #e8ab59;
  color: #fff !important;
  border: 2px solid #e8ab59;
}
.n-exceptions-selected {
  background: #e8ab59;
  color: #fff !important;
  border: 2px solid #e8ab59;
}
.btns-notify a.n-invoices-selected {
  background: #d8dde0;
  color: #fff !important;
  border: 2px solid #d8dde0;
}
.n-invoices-selected {
  background: #d8dde0;
  color: #fff !important;
  border: 2px solid #d8dde0;
}
.btns-notify a.n-requests-selected {
  background: #c4c4c4;
  color: #fff !important;
  border: 2px solid #c4c4c4;
}
.n-requests-selected {
  background: #c4c4c4;
  color: #fff !important;
  border: 2px solid #c4c4c4;
}
.btns-notify a.n-targets-selected {
  background: #d1bd82;
  color: #fff !important;
  border: 2px solid #d1bd82;
}
.n-targets-selected {
  background: #d1bd82;
  color: #fff !important;
  border: 2px solid #d1bd82;
}
.btns-notify a.n-actuals-selected {
  background: #8c8c8c;
  color: #fff !important;
  border: 2px solid #8c8c8c;
}
.n-actuals-selected {
  background: #8c8c8c;
  color: #fff !important;
  border: 2px solid #8c8c8c;
}
.notify-main {
  border: 2px solid #d8dde0;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 12px 16px -4px rgba(232, 171, 89, 0.08);
}
.notify-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  font-size: 13px;
  padding: 0 10px;
}
.notify-row:nth-child(2n + 1) {
  background: #f5f5f5;
}
.notify-type {
  display: flex;
  width: 130px;
  height: 30px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.notify-time {
  display: flex;
  align-items: center;
  color: #c4c4c4;
  font-weight: 600;
  gap: 5px;
}
.n-flex-left {
  gap: 20px;
  width: 30%;
  min-width: 550px;
}
.n-flex-right {
  gap: 20px;
  width: 18%;
  min-width: 310px;
  justify-content: flex-end;
}
.title-quarter,
.title-retailer {
  color: #000 !important;
}
.title-notify {
  width: 45%;
  color: #000 !important;
}
.notify-Bold {
  font-weight: bold !important;
}
.notify-drop {
  border: 2px solid #d8dde0;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 12px 16px -4px rgba(232, 171, 89, 0.08);
  position: absolute;
  right: 0;
  width: auto;
  min-width: 550px;
  background: #fff;
  top: 30px;
}
.drop-btns-read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.drop-btns-read a {
  display: flex;
  color: #0e374d !important;
  text-transform: none;
  font-weight: 600;
  border: 1px solid #d8dde0;
  border-radius: 5px;
  height: 32px;
  padding: 0 8px;
  font-size: 13px;
  letter-spacing: 0;
}
.drop-btns-read a.n-btn-unread {
  background: #0e374d !important;
  color: #fff !important;
  border: 1px solid #0e374d;
}
.n-drop-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  height: 32px;
  padding: 0 10px;
}
.n-drop-row:nth-child(2n + 1) {
  background: #f5f5f5;
}
.hideElement {
  display: none !important;
}
.drop-display-text {
  font-weight: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 12px !important;
}
.notify-Bold .drop-display-text {
  font-weight: bold !important;
}
/*Actions Required Ends*/
.template-table {
  max-height: calc(100vh - 315px);
  overflow: auto;
}
.fr-13-bpm .flex-container {
  margin: 0 !important;
}
.fr-13-bpm .flex-container a {
  margin: 0 3px -20px 0 !important;
  z-index: 1000;
}
.export-svg-2 {
  margin: 0 !important;
}
.export-svg-2 a {
  margin: 0 3px -20px 0 !important;
  z-index: 1000;
}
/*Program Status Starts*/
.input-approvals {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 20px 0;
}
.donuts-flex {
  display: flex;
  gap: 20px;
}
.donut-box {
  background: #fff;
  width: 166px;
  height: 110px;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px 10px;
}
.donut-box-head {
  display: flex;
  font-size: 13px;
  font-weight: 700;
}
.donut-box-flex {
  display: flex;
  justify-content: center;
  margin: 0px 0 0 0;
}
.donut-box-flex .chart-donut {
  align-items: flex-end;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}
.donut-box-flex text {
  font-size: 11px;
}
.share-targets {
  display: grid;
  gap: 12px;
}
.btn-shar-targets {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.btn-shar-targets a {
  display: flex;
  background: #8c8c8c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  height: 48px;
  align-items: center;
  min-width: 275px;
  justify-content: center;
  border-radius: 5px;
}
.btn-shar-targets-2 a {
  min-width: 345px;
}
.table-p-status table tbody tr td {
  text-align: center !important;
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}
.table-p-status table tbody tr td:first-child {
  text-align: left !important;
}
.table-p-status table thead tr:first-child th:first-child {
  background: #fff !important;
}

.table-p-status table thead tr:first-child th:first-child {
  min-width: 300px !important;
  width: 300px !important;
}
.eye-th {
  display: flex;
}
.eye-th img {
  top: 0 !important;
}
.status-legends {
  display: grid;
  gap: 14px;
}
/*Custom tooltip*/
.tooltip-Highlight {
  box-sizing: border-box;
  font-weight: 900;
  color: #fff;
}
table tbody tr td.tooltip-Highlight {
  background: #e8ab59 !important;
}
/*Program Status Ends*/

/*Program Overview DB*/
.q-boxes.pg-ov-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}
.q-boxes.pg-ov-grid .q-box-s {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  height: auto;
}
.q-boxes.pg-ov-grid .q-head {
  border-bottom: 1px solid rgb(221, 221, 221, 0.5);
}
.q-boxes.pg-ov-grid .excp-2 span {
  font-size: 15px;
}
.q-boxes.pg-ov-grid .q-box-s .pot-fp {
  padding: 10px 15px 0px 15px;
}
.q-boxes.pg-ov-grid .q-box-s .pot-fp .pot-per {
  margin: 10px auto;
}
.q-boxes.pg-ov-grid .q-box-s .excp-left {
  margin: 15px 0 0 0;
}
.q-boxes.pg-ov-grid .re-val2 {
  font-size: 22px;
}
.table-pay-history table tbody tr td {
  text-align: right !important;
}
.table-popc table tbody tr td {
  text-align: right !important;
}
.table-pay-history table tbody tr td:first-child,
.table-pay-history table tbody tr td:nth-child(2) {
  text-align: left !important;
}
.table-popc table tbody tr td:first-child,
.table-popc table tbody tr td:nth-child(2) {
  text-align: left !important;
}
.table-popc table thead tr th,
.table-popc table tbody tr td {
  min-width: 115px !important;
}
.table-popc table thead tr th {
  border-right: 1px solid #fff !important;
}
.table-pay-history table tbody tr td:nth-child(2),
.table-pay-history table thead tr th:nth-child(2) {
  width: 240px !important;
}
.table-popc table tbody tr td:nth-child(2),
.table-popc table thead tr th:nth-child(2) {
  min-width: 240px !important;
}
.table-pay-history table tbody tr td:first-child,
.table-pay-history table thead tr th:first-child {
  width: 70px !important;
}
.table-popc table tbody tr td:first-child,
.table-popc table thead tr th:first-child {
  min-width: 80px !important;
}
.table-pay-history table thead tr th {
  padding: 5px 0 !important;
}
.tables-loop {
  max-height: unset;
  overflow: visible;
  margin: 0;
}
.tables-loop table {
  margin: 0 !important;
}
.fr-1--3-1 {
  grid-template-columns: 1.3fr 1fr !important;
}
.overflow-scroll-popc {
  display: inline-block;
  width: 100%;
  overflow: auto;
}
.grid-boxes-sm {
  max-width: 600px;
}
/*Program Overview DB*/

.demo-app-txt {
  color: #f00;
  font-weight: 700;
  font-size: 22px;
}
