/******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;
}
.p-relative {
  position: relative;
}
.App--Main {
  display: inline-block;
  width: 100%;
}
.Body--Main {
  padding: 55px 0 0 60px;
}
.no-display {
  display: none !important;
}
.flex-container.mb--5 {
  margin-bottom: 5px !important;
}
.flex-container.mt--5 {
  margin-top: 5px !important;
}
.flex-container.mt--0 {
  margin-top: 0 !important;
}
.flex-container.mb--0 {
  margin-bottom: 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-30 {
  margin: 30px 0 0 0 !important;
}
.mt--25 {
  margin: 25px 0 0 0;
}
.mt--30 {
  margin: 30px 0 0 0;
}
.mt--35 {
  margin: 35px 0 0 0;
}
.mt--40 {
  margin: 40px 0 0 0;
}
.mt--45 {
  margin: 45px 0 0 0;
}
.mt--50 {
  margin: 50px 0 0 0;
}
.section-table.pb-5 {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}
.rotate-180 {
  transform: rotate(180deg);
}
/******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%;
}
.header--left__logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 205px;
}
.header--menu__left {
  display: flex;
  align-items: center;
  gap: 25px;
}
.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;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.2) !important;
}
.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 a.c-8 {
  background-color: #e8ab59 !important;
}
.floder-links a.c-9 {
  background-color: #d1bd82 !important;
}
.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: #525252;
  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 #525252;
  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: 12px;
  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: #8c8c8c;
}

.subMenu a:hover {
  background-color: #8c8c8c;
}
.sub--menu--main {
  background: #525252;
}
.sub--menu--main--child {
  background: #525252;
  /* 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;
}
.menu-close .subMenu {
  margin: 0;
}
.subMenu.menu-child .sub-span {
  height: 34px;
}
.subMenu.subcat.sub-cat-l3 .sub-span {
  padding: 0 0 0 25px;
}
/**Left Menu Ends**/

/*Page Contents Starts*/

/*Breadcrumb Starts*/
.page--breadcrumb {
  display: flex;
  align-items: center;
  font-size: 13px;
  height: 42px;
  background: #f8f8f8;
  padding: 0 0 0 12px;
  gap: 10px;
}
.page--breadcrumb a {
  display: flex;
  align-items: center;
  color: #525252 !important;
  gap: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.page--breadcrumb span {
  font-family: courier;
  line-height: 12px;
  font-size: 12px;
}
.page--breadcrumb a:first-child {
  color: #525252 !important;
}
.page--breadcrumb a.f-child {
  color: #000 !important;
}
.page--breadcrumb a span {
  color: #525252 !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 #8c8c8c;
  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: #8c8c8c;
  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: #525252;
  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*/
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left;
}
td.text-left {
  text-align: left !important;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.text-uppercase {
  text-transform: uppercase !important;
}
th {
  font-size: 10px;
  border-bottom: 2px solid #ddd !important;
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
  border-collapse: collapse;
  border-color: #f5f5f5;
  position: relative;
  background: #f5f5f5 !important;
  padding: 5px 3px;
  text-transform: uppercase;
  letter-spacing: 0;
  background-clip: padding-box !important;
}
tr:first-child th {
  font-weight: bold;
}
th a img {
  position: relative;
  top: 1.5px;
}
/*.part-head th {
  border-right: 1px solid #000;
}*/
td {
  border-top: 1px solid #f5f5f5;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.3px;
  padding: 3px !important;
  border-bottom: 1px solid #ddd !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;
}

.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: #eee;
  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: 1000001;
  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 #525252 !important;
  border-radius: 0 !important;
  margin-top: 4px;
  display: inline-block;
}

.popover-title {
  background-clip: padding-box;
  border-bottom: 3px solid #525252 !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: #40de4f;
}
td.clRed .a-colored {
  color: #b10039 !important;
}
td.clGreen .a-colored {
  color: #40de4f !important;
}
td.clRed .a-normal {
  color: #000 !important;
}
td.clGreen .a-normal {
  color: #000 !important;
}
p.clRed {
  display: inline-block;
  width: auto;
  color: #b10039;
}
p.clGreen {
  display: inline-block;
  width: auto;
  color: #40de4f;
}
.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: #eee !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 9px 1px rgba(0, 0, 0, 0.1);
  height: auto;
  text-align: left;
  padding: 0 0 20px 0;
  border-radius: 5px;
}
.popup-help.popup-help-sm-edit .help-inner {
  max-width: 370px;
  padding: 20px 20px 10px 20px;
  font-size: 14px;
}
.help-inner-2 {
  max-width: 450px;
}
.help-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 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: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.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: 160px;
  padding: 0 32px;
  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: 2px;
  padding: 0 5px;
}
.help-btns-lg a {
  width: auto;
  padding: 0 10px;
}
.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: 11px;
  margin: 10px 0 0 0;
}
.uploaded-list:empty {
  display: none;
}
.msg--body__dragdrop .uploaded-list:empty {
  display: none;
}
.msg--body__dragdrop .drag-class {
  columns: #fff;
  border: 1px dashed #eee;
}
.remove--image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
}
.remove--image img {
  max-width: 126px;
  max-height: 126px;
}
.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;
  flex-wrap: wrap;
}
.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-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 6px;
  font-size: 10px;
  min-width: 35px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 31px;
  justify-content: center;
  text-align: center;
  line-height: 11px;
}
.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;
}
.btn-primary.btn-vols {
  width: auto;
  color: #000 !important;
  font-size: 11px;
  padding: 0 7px;
  font-weight: 600;
  background: #d8dde0 !important;
}
.btn-primary.btn-vols.btn-vols-jlr {
  background: #eee !important;
}
.section-table {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
}
.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: #98cb4a !important;
}
.legend-2 {
  background-color: #f7d842 !important;
}
.legend-3 {
  background-color: #f42336 !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: 10px;
  width: auto;
  row-gap: 10px;
  white-space: nowrap;
  border-radius: 3px;
  z-index: 10000;
  box-shadow: 0 0 5px 0px #ddd;
}
.check-list-admin {
  top: 30px;
  max-height: 300px;
  overflow: auto;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.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 {
  padding: 0 !important;
}
.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: #98cb4a !important;
}
.ScoreCategoryY {
  background: #f7d842 !important;
}
.ScoreCategoryR {
  background: #f42336 !important;
}
.ScoreCategoryGreyed {
  background: #a5a5a5 !important;
}
tr td.ScoreCategoryG {
  background: #98cb4a !important;
}
tr td.ScoreCategoryY {
  background: #f7d842 !important;
}
tr td.ScoreCategoryR {
  background: #f42336 !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;
}
.chart-donut-sm {
  width: 190px;
  height: 190px;
}
.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-2 {
  width: calc(100% - 100px);
}
.chart-bar-full {
  width: 94%;
}
.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;
}
.justify-center {
  justify-content: center !important;
}
.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 .pop-table thead tr th,
.scroll-table .pop-table tbody tr td {
  min-width: 90px !important;
}
.scroll-table .pop-table tbody tr:not(:last-child) td:first-child {
  text-align: right !important;
}
.scroll-table .cpp-year th,
.scroll-table .cpp-year td {
  min-width: 50px !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.tid-mark-tab th:first-child,
.scroll-table.activity-table.tid-mark-tab td:first-child {
  width: 400px !important;
}
.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;
}
.courtesy-table td input {
  display: inline-block;
  width: 100%;
  border: 2px solid transparent;
  height: 29px;
  font-size: 10px;
  color: #191919;
  outline: none;
}
.courtesy-table tbody tr td.jlr-input {
  background: #eee !important;
}
.courtesy-table tbody tr td {
  border-bottom: 1px solid #ddd !important ;
}
.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 #525252;
  outline: none;
}
.courtesy-table td input:hover,
.courtesy-table td input:focus {
  border: 2px solid #525252;
  outline: none;
}
.courtesy-table tbody tr td.flex-l2 {
  padding: 0 0 0 15px !important;
}
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.tab-price td {
  padding: 0px !important;
}
.input-table td.td-inputs {
  padding: 0px !important;
}
.input-table.mark-table td {
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important ;
}
/* .input-table.mkt-table.mark-table tr:last-child td {
} */

.input-table tr.JLRBold td {
  padding: 0 3px !important;
  height: 29px !important;
}
.input-table.dep-table tr td:first-child {
  min-width: 200px !important;
}
.last-total tbody tr:last-child td {
  font-size: 11px !important;
  text-transform: uppercase;
  font-weight: 900;
}
.dep-table {
  box-shadow: none !important;
}
.retailer-input {
  background: #ccc !important;
}
.jlr-input {
  background: #eee !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;
  }
}

/*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: #000 !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: #525252;
  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: 5px;
  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: 3px 0 5px 0;
}
td .times-box {
  padding: 2px 0 2px 0;
  width: 45px;
}
.times {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 2px 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 0px 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 #525252;
  outline: none;
}
.btn-grid {
  display: flex;
  background: #8c8c8c;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.btn-grid-flex {
  gap: 5px;
  justify-content: center;
}
.grid-underline {
  text-decoration: underline !important;
  justify-content: center !important;
  padding: 0 !important;
}
.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%;
}
/*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;
  row-gap: 0px;
  flex-wrap: wrap;
  column-gap: 20px;
}
.legend--4 {
  row-gap: 5px;
  column-gap: 10px;
}
.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: #525252;
}
.leg-item .c-actuals {
  background: #8c8c8c;
}
.leg-item .c-nv {
  background: #8c8c8c;
}
.leg-item .c-uv {
  background: #525252;
}
.leg-item .c-ztd {
  background: #8c8c8c;
}
.leg-item .c-tsd {
  background: #525252;
}
.leg-item .c-snd {
  background: #d2aa87;
}
.leg-item .c-pnd {
  background: #525252;
}
.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: #eee;
}
.leg-item .clegend-6 {
  background: #c4c4c4;
}
.leg-item .clegend-7 {
  background: #d2aa87;
}
.leg-item .clegend-8 {
  background: #c4c4c4;
}
.leg-item .clegend-9 {
  background: #525252;
}
.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;
}
.pricing--chat .msg--body__messages {
  height: 397px;
}
.msg--body__messages__chats {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  max-height: calc(100vh - 100px);
}
.pricing--chat .msg--body__messages__chats {
  max-height: 400px;
}
.msg--body__messages__chats__scroll {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 120px;
  max-height: calc(100vh - 220px);
  overflow: auto;
}
.pricing--chat .msg--body__messages__chats__scroll {
  max-height: 280px;
}
.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;
}
.msg--body__post.reverse-row .post__chat__message {
  margin: 0 10px 0 0;
}
.msg--body__post.reverse-row .post__chat__main__message {
  flex-direction: row-reverse;
}
.msg--body__post.reverse-row .post__chat__message__text {
  display: flex;
  justify-content: flex-end;
}
.msg--body__post.reverse-row .message-attachment {
  justify-content: flex-end;
  padding: 10px 40px 0 0;
}
.post__chat__user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #c4c4c4;
}
.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;
}
.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;
}
.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;
}
.message-attachment {
  display: flex;
  padding: 10px 0 0 40px;
  gap: 8px;
}
.message-attachment:empty {
  display: none;
}
.message-attachment a {
  background: #eee;
  border-radius: 8px;
  height: 150px;
  align-items: center;
  display: flex;
  max-width: 150px;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  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**/

/**Reporting Starts**/
.report-accord {
  display: inline-block;
  width: 100%;
  margin: 5px 0 0 0;
  box-shadow: 0 0 13px 0 rgba(62, 44, 90, 0.08);
  background: #fff;
}
.acco-head {
  display: flex;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  height: 40px;
  align-items: center;
  color: #8c8c8c;
}
.acco-btns {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  margin: 0 0 5px 0;
}
.btn-info-rep {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.acco-btns a {
  display: flex;
  background: #8c8c8c;
  color: #fff !important;
  font-size: 12px;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  gap: 0px;
  align-items: center;
}
.btn-icon {
  display: flex;
}
.btn-icon img {
  height: 17px;
  width: auto;
}
.c-line {
  display: flex;
  width: 1px;
  height: 17px;
  background: #fff;
  margin: 0 8px 0 10px;
}
.btn-txt {
  display: flex;
  line-height: 17px;
  font-weight: 700;
}
/**Reporting Ends**/

/*Competitor Details*/
tr td.black-back {
  background: #525252 !important;
  color: #fff;
  font-weight: bold;
  text-align: center !important;
  border-bottom: 1px solid #ddd;
}
tr td.black-back-2 {
  background: #8c8c8c !important;
}
tr td.black-back-3 {
  background: #525252 !important;
}
tr td.t-back {
  background: transparent !important;
  border: none !important;
}
.compt-table table {
  table-layout: fixed !important;
}
.compt-table {
  max-height: calc(100vh - 180px) !important;
}
tr td.black-back.text-left {
  text-align: left !important;
}
/*Competitor Details*/

/*Admin Control Starts*/
.action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.action-buttons a {
  display: flex;
  width: auto;
  height: auto;
  background: #8c8c8c !important;
  color: #fff !important;
  height: 31px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
}
.admin-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.admin-pages-showing {
  font-size: 12px;
}
.pagination {
  margin: 0;
}
.page-link {
  font-size: 12px !important;
}
.page-item.active .page-link {
  background: #8c8c8c !important;
  color: #fff !important;
  font-weight: bold;
}
.admin-pages-showing select {
  border-radius: 3px;
}
.grid-center {
  margin: 0 auto;
}
.admin-search h3 {
  display: flex;
  border-bottom: 1px solid #d8dde0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0px 10px 0;
}
.admin-search .col-sm-4 {
  font-size: 12px;
  margin: 0 0 30px 0;
}
.admin-search .col-sm-4 input,
.admin-search .col-sm-4 select,
.admin-search .col-sm-4 textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 13px;
  height: 40px;
}
.admin-search .col-sm-4 textarea {
  height: auto;
  min-height: 120px;
}
.flex-items select,
.flex-items input {
  margin: 0;
  background: transparent;
  border-radius: 3px !important;
  height: 32px;
  padding: 0 10px 0 10px;
  border: 1px solid #ddd !important;
  font-size: 11px;
}
.scroll-table-admin {
  min-height: 400px;
}
/*Admin Control Ends*/

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  font-size: 14px;
}
.pricing-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}
.pricing-grid-3 span {
  width: 250px;
}

/*Derivative Starts*/
.derivative-table {
  padding: 0 !important;
}
.derivative-table table {
  border-collapse: separate;
}
.derivative-table tbody tr td {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.deadline-table tbody tr td {
  background: #fff;
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.deadline-table thead tr:first-child th {
  background: #525252 !important;
}
.deadline-table thead tr:nth-child(2) th {
  background: #8c8c8c !important;
}
.derivative-table th,
.derivative-table td {
  position: relative;
}

.derivative-table tbody tr td.RedClass {
  background: #ff6a67 !important;
}
.derivative-table tbody tr td.GreenClass {
  background: #40de4f !important;
}
.derivative-table thead tr th {
  font-size: 9px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
.derivative-table thead tr th:nth-child(9),
.derivative-table tbody tr td:nth-child(9) {
  min-width: 120px !important;
}
.derivative-table thead tr th,
.derivative-table tbody tr td {
  min-width: 110px !important;
  border: none !important;
}
.derivative-table thead tr th:nth-child(2),
.derivative-table tbody tr td:nth-child(2) {
  min-width: 180px !important;
}
.derivative-table {
  max-height: calc(100vh - 185px);
}
.derivative-table thead tr th:first-child,
.derivative-table tbody tr td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 200;
}
.deadline-table thead tr th:first-child,
.deadline-table tbody tr td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:nth-child(2),
.derivative-table tbody tr td:nth-child(2) {
  position: sticky;
  left: 100px;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:nth-child(3),
.derivative-table tbody tr td:nth-child(3) {
  position: sticky;
  left: 280px;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:nth-child(4),
.derivative-table tbody tr td:nth-child(4) {
  position: sticky;
  left: 380px;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:nth-child(5),
.derivative-table tbody tr td:nth-child(5) {
  position: sticky;
  left: 480px;
  top: 0;
  z-index: 200;
  min-width: 180px !important;
}
.derivative-table thead tr th:nth-child(6),
.derivative-table tbody tr td:nth-child(6) {
  position: sticky;
  left: 660px;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:nth-child(7),
.derivative-table tbody tr td:nth-child(7) {
  position: sticky;
  left: 770px;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:nth-child(8),
.derivative-table tbody tr td:nth-child(8) {
  position: sticky;
  left: 880px;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:nth-child(9),
.derivative-table tbody tr td:nth-child(9) {
  position: sticky;
  left: 990px;
  top: 0;
  z-index: 200;
}
.derivative-table thead tr th:first-child,
.derivative-table thead tr th:nth-child(2),
.derivative-table thead tr th:nth-child(3),
.derivative-table thead tr th:nth-child(4),
.derivative-table thead tr th:nth-child(5),
.derivative-table thead tr th:nth-child(6),
.derivative-table thead tr th:nth-child(7),
.derivative-table thead tr th:nth-child(8),
.derivative-table thead tr th:nth-child(9) {
  z-index: 300;
}
.derivative-table th .reject,
.derivative-table td .reject {
  position: absolute;
  right: 25px;
  top: 3px;
  display: none;
}

.derivative-table td .cancel {
  position: absolute;
  right: 25px;
  top: 3px;
  display: none;
}
.derivative-table th:hover .reject,
.derivative-table td:hover .reject {
  display: inline-block;
}

.derivative-table th .approve,
.derivative-table td .approve {
  position: absolute;
  right: 45px;
  top: 3px;
  display: none;
}
.derivative-table td .approve.i-history {
  right: 5px;
}
.trend-table td span.spn-yn {
  height: auto;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.derivative-table th:hover .approve,
.derivative-table td:hover .approve {
  display: inline-block;
}
.derivative-table td:hover .cancel {
  display: inline-block;
}

.derivative-table th .reject {
  background: #ff6a67;
  padding: 1px 2px;
  top: 5px;
  border-radius: 2px;
}
.derivative-table th .approve {
  background: #40de4f;
  padding: 1px 2px;
  top: 5px;
  border-radius: 2px;
}
.derivative-table th .reject img {
  top: 0;
}
.derivative-table th .approve img {
  top: 0;
}

.derivative-table th .requests-count {
  margin: 0 0 0 2px;
  color: #e8ab59 !important;
  font-size: 12px !important;
}
.derivative-table td.text-left.RequestedClass.GreenClass {
  /* border: 3px solid #8c8c8c !important; */
  box-shadow: 0px 0px 0 2px #8c8c8c;
}
.derivative-table td.text-left.RequestedClass.RedClass {
  /* border: 3px solid #8c8c8c !important; */
  box-shadow: 0px 0px 0 2px #8c8c8c;
}
.uv-vol-head {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.history-table {
  box-shadow: none !important;
  float: left;
  width: 100%;
}
.history-table table {
  table-layout: fixed;
}
.history-table table.dynamic-hc {
  table-layout: auto;
}
.history-table table tr td {
  text-align: center !important;
}
.history-table table tr td:first-child {
  text-align: center !important;
}
.metro-main .uv-vol-head {
  margin: 15px 0 5px 0;
}
.uv-vol-ms tr th,
.uv-vol-ms tr td {
  min-width: 60px !important;
}
.uv-vol-ms tr th:first-child,
.uv-vol-ms tr td:first-child {
  min-width: 270px !important;
  white-space: nowrap;
}
.uv-vol-ms.st-table-submit tr th:first-child,
.uv-vol-ms.st-table-submit tr td:first-child {
  white-space: normal;
}
.match-col tr th:first-child,
.match-col tr td:first-child {
  min-width: 300px !important;
  width: 300px;
}
.uv-vol-ms tr th {
  text-align: center !important;
}
.uv-vol tr th {
  text-align: center !important;
}
.uv-vol-ms tr td {
  text-align: right !important;
}
.uv-vol-ms2 tr td {
  border-top: 1px solid #ddd;
}
.uv-vol tr td {
  text-align: right !important;
}
.uv-vol-ms tr.JLRBold-first td:first-child {
  text-align: center !important;
}
.uv-vol tr.JLRBold-first td:first-child {
  text-align: center !important;
}
.uv-vol-ms tr td:first-child {
  text-align: left !important;
}
.uv-vol tr td:first-child {
  text-align: left !important;
}
.uv-vol .source-table tr td:nth-child(2) {
  text-align: left !important;
}
.flex-open.flex-l2 {
  padding: 0 0 0 15px;
}
.uv-vol-ms tr td.flex-l3 {
  padding-left: 30px !important;
}
.uv-vol-ms tr td.flex-l4 {
  padding-left: 50px !important;
}
.uv-vol tr td.flex-l3 {
  padding-left: 30px !important;
}
.uv-vol-ms {
  max-height: calc(100vh - 255px);
}
.uv-vol {
  max-height: calc(100vh - 255px);
}
.courtesy-table {
  max-height: calc(100vh - 180px);
}
.tab-price input,
.tab-price select {
  text-align: left !important;
}
.tab-price th {
  text-align: center !important;
}
.tab-price thead tr th.last-col,
.tab-price tbody tr td.last-col {
  min-width: 60px !important;
  width: 60px !important;
  text-align: center !important;
}
/*Derivative Ends*/

/*pricing nv starts*/
.flex-title {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}
.flex-scroll .flex-title {
  margin: 5px 0 5px 0;
}
.flex-scroll-in {
  font-size: 12px;
}
.start-head {
  display: flex;
  font-weight: 600;
  margin: 0 0 1px 0;
  background: #d8dde0;
  height: 30px;
  align-items: center;
  padding: 0 0 0 10px;
}
.flex-scroll {
  padding: 0 0 0px 0;
}
.flex-scroll-align {
  display: flex;
  width: 100%;
  overflow: auto;
}
.flex-fix {
  display: inline-block;
  min-width: 300px;
  background: #fff;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  margin: 0 1px 0 0;
  box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
}
.start-val {
  display: flex;
  margin: 0 1px 1px 0;
  min-width: 200px;
  background: #f5f5f5;
  height: 30px;
  align-items: center;
  padding: 0 0 0 10px;
}
.start-val:nth-child(2n + 1) {
  background: #fff;
}
.flex-scroll-table {
  max-height: calc(100vh - 170px);
}
.flex-title a {
  width: 100%;
  padding: 8px 12px;
  background: #525252;
  color: #fff !important;
}
.flex-white-title a {
  width: 100%;
  padding: 8px 12px;
  background: #eee;
  color: #000 !important;
  margin: 5px 0 0 0;
}
/*pricing nv starts*/
.add-info-tab tr td:nth-child(4) {
  padding: 0 5px !important;
}
.dark-back table thead tr {
  background: #525252 !important;
}
.dark-back.courtesy-table table thead tr:nth-child(2) {
  background: #8c8c8c !important;
}
.dark-back table thead tr.black-light {
  background: #8c8c8c !important;
}
.b-black.b-white {
  background: #fff !important;
}
.JLRBold.other-mobility td {
  padding: 0 !important;
}
.dark-back table thead tr th {
  background: transparent !important;
  color: #fff !important;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.dark-back table thead tr th.trans-back {
  background: #fff !important;
}
tbody tr td.dark-td {
  background: #8c8c8c !important;
  color: #fff !important;
}
tbody tr td.dark-td a {
  background: #8c8c8c !important;
  color: #fff !important;
}
.nv-monsp tr th,
.nv-monsp tr td {
  min-width: 30px !important;
}
/* .nv-vol tr th,
.nv-vol tr td {
  min-width: 30px !important;
} */
.derivative-table thead tr th {
  background: #525252 !important;
  color: #fff !important;
}
.nv-monsp thead tr:nth-child(2) {
  background: #8c8c8c !important;
}
.nv-vol thead tr:nth-child(2) {
  background: #8c8c8c !important;
}
.amber-drop {
  background: #e8ab59 !important;
}
.mkt-table tbody tr td {
  height: 29px !important;
}
.mkt-table tbody tr td.black-back.black-back-2 {
  text-transform: uppercase !important;
}
.JLRBold.extra-space td {
  border-right: none !important;
  background: #fff !important;
}
.input-table tr.JLRBold.extra-space td {
  padding: 5px !important;
}
.td-inputs.text-input-left input {
  text-align: left !important;
}
.tid-mark-tab .JLRBold.wshop-dark td.dark-td {
  padding: 5px !important;
}
.tid-mark-tab .JLRBold.extra-space td {
  height: auto !important;
  padding: 5px !important;
}
.dark-back table tbody tr.JLRBold.wshop-dark td {
  background: #525252 !important;
}

.dark-back table tbody tr.JLRBold.light-dark td {
  background: #b3a7a7 !important;
}
.tid-mark-tab .JLRBold.light-dark td.dark-td {
  padding: 5px !important;
}
.fp-table tbody tr:nth-child(2) td {
  padding: 0 !important;
}
.fp-table tbody tr:nth-child(2) td input {
  text-align: right !important;
}
.fp-table tbody tr:nth-child(2) td:first-child {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.fp-table-thf thead tr th:first-child {
  background: #fff !important;
}
.fp-table-thf thead tr th:first-child.black-back {
  background: transparent !important;
}

.ad-cos thead tr th:first-child,
.ad-cos tbody tr td:first-child {
  width: 320px !important;
}
/*Toggle btn download*/
.btn-d-toggle {
  position: relative;
}
.d-toggle {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 200;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  top: 35px;
}
.d-toggle a {
  display: flex;
  white-space: nowrap;
  font-size: 12px;
  color: #000 !important;
  padding: 0 10px;
  height: 22px;
  align-items: center;
}
/*Toggle btn download*/

/* Maps */
.App {
  height: 100vh;
  width: 100vw;
}

.map-container {
  height: 98%;
  width: 98%;
}

/***************Tooltip for marker on map****************/
.marker-topleft {
  margin-right: 11px;
  margin-top: -30px;
  right: 100%;
}
.marker-topleft.marker-icon > span {
}
.marker-topleft > span:after {
  background: url("/images/sprite3.png") no-repeat scroll 0 -550px rgba(0, 0, 0, 0);
  height: 23px;
  left: 100%;
  margin: -7px 0 0 -8px;
  top: 100%;
  width: 25px;
}
.marker {
  overflow: visible !important;
  position: relative;
}
.marker > span {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.25);
  color: #a90329;
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.marker > span:after {
  content: "";
  position: absolute;
}
.marker a {
  display: block;
  padding: 2px;
}
.marker a:hover {
  text-decoration: underline;
}
.marker-bottomright {
  margin-left: 14px;
  margin-top: 22px;
}
.marker-bottomright.marker-icon:before {
  left: auto;
  right: -27px;
}
.marker-bottomright.marker-icon:after {
  left: auto;
  right: -23px;
  top: -1px;
}
.marker-bottomright.marker-icon > span {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
}
.marker-bottomright > span:after {
  background: url("/images/sprite3.png") no-repeat scroll 0 -610px rgba(0, 0, 0, 0);
  bottom: 100%;
  height: 25px;
  left: 0;
  margin: 0 0 -8px -15px;
  width: 22px;
}

.marker-topright {
  margin-left: 15px;
  margin-top: -20px;
}
/*.marker-topright.marker-icon:before {
  left: auto;
  right: -27px;
}*/
.marker-topright.marker-icon:after {
  left: auto;
  right: -23px;
}
.marker-topright.marker-icon > span {
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
}
.marker-topright > span:after {
  background: url("/images/sprite3.png") no-repeat scroll 0 -580px rgba(0, 0, 0, 0);
  bottom: 0;
  height: 22px;
  left: 0;
  margin: 0 0 -16px -18px;
  width: 25px;
}

.marker-bottomleft {
  margin-right: 10px;
  margin-top: 25px;
  right: 100%;
}
.marker-bottomleft.marker-icon:before {
  left: -27px;
  top: 0px;
}
.marker-bottomleft.marker-icon:after {
  left: -23px;
  top: -1px;
}
.marker-bottomleft.marker-icon > span {
}
.marker-bottomleft > span:after {
  background: url("/images/sprite3.png") no-repeat scroll 0 -640px rgba(0, 0, 0, 0);
  bottom: 100%;
  height: 25px;
  left: 100%;
  margin: 0 0 -6px -7px;
  width: 22px;
}
.marker-icon.unknown:after {
  background: url("/images/sprite3.png") no-repeat scroll -143px -271px #909090;
  content: "";
  display: inline-block;
}
.ClassIcon {
  background: none repeat scroll 0 0 #ffffff;
  display: inline;
  /*left: 100%;*/
  padding: 3px 6px;
  position: absolute;
  top: 0;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
  height: 18px;
}
.ClassIcon > img {
  /*width: 20px;*/
  height: 14px;
}
.ClassIcon2 {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
  display: inline;
  height: 50px !important;
  left: -20px;
  padding: 0px 0px 2px 0px;
  position: relative;
  top: -19px;
  width: auto;
}
.ClassIcon2 > img {
  border: 1px solid #f5f5f5;
  height: 20px !important;
  width: 20px !important;
}

.marker .marker-topright .marker-icon .unknown .ClassIcon2 {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
  display: inline;
  height: 50px !important;
  left: -27px;
  padding: 6px 5px 5px 5px;
  position: relative;
  top: -21px;
  width: auto;
}
.marker .marker-topright .marker-icon .unknown .ClassIcon2 > img {
  border: 1px solid #f5f5f5;
  height: 20px !important;
  width: 20px !important;
}
.marker .marker-topleft .marker-icon .unknown .ClassIcon2 {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.25);
  display: inline;
  height: 50px !important;
  left: -27px;
  padding: 5px;
  position: relative;
  top: -21px;
  width: auto;
}
.marker .marker-topleft .marker-icon .unknown .ClassIcon2 > img {
  border: 1px solid #f5f5f5;
  height: 20px !important;
  width: 20px !important;
}
.WidthClass {
  /*
  max-width: 85px;
  min-width: 80px;
*/
  position: absolute;
}
.OverLayClass {
  z-index: 5;
}
.marker-topleft .ClassIcon,
.marker-bottomleft .ClassIcon {
  right: 100%;
}
.marker-topright .ClassIcon,
.marker-bottomright .ClassIcon {
  left: 100%;
}

.marker-topleft .ClassIcon2,
.marker-bottomleft .ClassIcon2 {
  right: 100%;
}
.marker-topright .ClassIcon2,
.marker-bottomright .ClassIcon2 {
  left: 100%;
}
.gm-control-active > img {
  box-sizing: content-box;
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gm-control-active > img:nth-child(1) {
  display: block;
}

.gm-control-active:hover > img:nth-child(1),
.gm-control-active:active > img:nth-child(1) {
  display: none;
}

.gm-control-active:hover > img:nth-child(2),
.gm-control-active:active > img:nth-child(3) {
  display: block;
}
.fac-counts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-size: 12px;
  position: relative;
  z-index: 0;
}
.single-count {
  display: flex;
  align-items: center;
  gap: 3px;
}
.c-map-tab {
  max-height: 100%;
}
.m-empty div:empty {
  display: none;
}
.gm-style-moc {
  z-index: 0 !important;
}
.map-start-btns {
  margin: 0;
  justify-content: flex-start;
}
.checks-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.check-flex-lbl {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 115px;
}
.checks-flex label {
  margin: 0 10px 0 0;
}
.checks-flex input {
  height: auto;
}
.align-start {
  align-items: flex-start;
}
.check-gap {
  gap: 15px !important;
}
.check-gap p {
  min-width: 125px;
}
.map-start-btns a {
  width: auto;
  padding: 0 6px;
  font-size: 11px;
  justify-content: center;
  text-align: center;
  line-height: 12px;
}
.auto-overflow {
  overflow: visible !important;
}
.wrap-flex {
  flex-wrap: wrap;
}
.map-address {
  display: inline-block;
  width: 100%;
  margin: 0px 0 10px 0;
  font-size: 13px;
  text-transform: uppercase;
}
.flex-items {
  display: flex;
  gap: 5px;
  align-items: center;
}
.map-click-txt {
  display: flex;
  font-weight: bold;
}
.map-address:empty {
  display: none;
}
.map-address .flex-items {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}
.map-address .flex-items:nth-child(2) {
  margin-top: 10px;
}
.map-address .flex-items:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.pac-container.pac-logo {
  background: #fff;
  width: auto !important;
  padding: 10px;
  font-size: 13px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.pac-item {
  display: flex;
  height: 30px;
  align-items: center;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.metro-input-map input {
  min-width: 300px;
}
.map-grid {
  display: grid;
  grid-template-columns: 2fr 5fr;
}
.map-left {
  background: #fff;
  box-shadow: 3px 0px 9px -5px rgba(0, 0, 0, 0.3);
  overflow: auto;
  display: inline-block;
  position: relative;
  z-index: 1111;
  padding: 0px 10px 10px 10px;
  height: calc(100vh - 250px);
}
.map-left-address {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
.address-left-left {
  padding: 0 15px 0 0;
}
.address-left-left span {
  display: flex;
}
.mark-1 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}
.mark-2 {
  font-size: 14px;
  color: #8c8c8c;
  margin: 5px 0;
}
.address-left-left span {
  display: flex;
}
.mark-3 {
  font-size: 14px;
}
.map-right {
  display: inline-block;
}
.address-left-right img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
.flex-btns.slider-btns {
  gap: 10px;
}
.flex-btns.slider-btns a {
  font-size: 25px;
  min-width: 31px;
  line-height: 20px !important;
  font-weight: bold;
  color: #000 !important;
  padding: 0 !important;
}
.flex-btns.slider-btns a:last-child {
  border-left: 1px solid #ddd;
}
.flex-btns.slider-btns a span {
  display: flex;
  height: 24px;
}
.check-map {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 5px 0;
}
.save-check-map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px -10px;
  width: calc(100% + 20px);
  padding: 0 10px;
  height: 50px;
}
.save-check-map .help-btns {
  margin: 0;
}
.save-check-map .check-map {
  margin: 0;
}
.help-btns-zero-margin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px;
  margin: 0 0 0 0;
}
.help-btns-zero-margin a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c8c8c;
  color: #fff !important;
  width: 70px;
  height: 32px;
  border-radius: 2px;
}
.c-pointer {
  cursor: pointer !important;
}
.c-pointer:hover {
  text-decoration: underline;
}
/*Map Ends*/
.JLRBold.JLRTotal td {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
}
.dep-det {
  display: flex !important;
  background: #8c8c8c;
  width: 22px !important;
  height: 20px !important;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 5px;
}
.cald-head {
  background: #525252;
  border: 1px solid #ddd;
  padding: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin: 10px 0 0 0 !important;
}
.JLRBold.extra-space.grey-back td {
  background: #c4c4c4 !important;
  padding: 3px 3px !important;
}
tr.p-grey td {
  background: #f5f5f5 !important;
}
tr.p-white td {
  background: #fff !important;
}
/*Custom tooltip*/
.tooltip-2 {
  position: relative;
  display: flex;
}

.tooltip-2 .tooltiptext-2 {
  display: none;
  min-width: 150px;
  width: auto;
  background-color: #eeece1;
  color: #000;
  text-align: center;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  margin-left: -75px;
  font-size: 12px;
  white-space: nowrap;
}

.tooltip-2 .tooltiptext-2::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #eeece1 transparent;
  z-index: 1111;
}
.tooltiptext-2 span {
  display: flex;
  justify-content: flex-start;
  height: 20px;
  align-items: center;
  text-align: left;
}

.tooltip-2:hover .tooltiptext-2 {
  display: block;
}

.tooltip-2-th {
  display: inline-block !important;
  margin-left: 5px;
  margin-top: -5px;
  position: relative;
  top: 4px;
}
.tooltip-2-th.tooltip-2 .tooltiptext-2 {
  margin-left: -90px;
  margin-top: 6px;
}
/*Custom tooltip*/

/*Dashboard*/
.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;
}
.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: #fff !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;
}
/*Dashboard*/
.fontColorLight {
  color: #777;
  opacity: 0.7 !important;
  font-size: 10px;
}

/*Custom dropdown Starts*/
.check-list-s {
  right: 0;
  background: #fff;
  padding: 15px;
  min-width: 170px;
  color: #444;
  font-size: 13px;
  display: grid;
  grid-template-columns: 1fr;
  top: 10px;
  width: auto;
  row-gap: 10px;
  white-space: nowrap;
  border-radius: 3px;
  z-index: 10000;
  box-shadow: 0 0 5px 0px #ddd;
}
.drop-selected {
  position: unset !important;
  width: 250px;
  background: #f9f9f9;
  border: 1px solid #cacaca;
  padding: 0 16px;
  font-family: "Montserrat";
  box-sizing: border-box;
  height: 45px;
  border-radius: 5px;
}
.drop-selected span {
  color: #263a5d !important;
  margin: 0 !important;
}
.select-drop-down.loc-drop {
  left: 0;
  min-width: 100%;
  box-sizing: border-box;
  top: 50px;
  height: auto;
  max-height: 250px;
  width: auto;
  z-index: 120;
}
.select-drop-down .loc-drop-inn {
  padding: 7px 10px;
  height: auto;
  max-height: 220px;
}
.select-drop-down.loc-drop a {
  background-image: none;
  padding: 0 10px;
  height: 45px;
}
/*Custom dropdown Ends*/

/*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*/

/*model details*/
.model-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.model-flex select {
  text-align: left !important;
  width: 100% !important;
}
.trend-table td .model-flex span.grey-dot {
  display: flex;
  width: 10px;
  height: 10px;
  background: #ccc;
  min-width: 10px;
  border-radius: 100%;
  margin: 0;
  padding: 0;
}
/*model details*/

/*retailer details*/
.grid-check {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: normal;
  padding: 0 3px !important;
  justify-content: center;
}
.check-box-list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 5px;
}
.check-box-list input {
  width: 16px !important;
  height: 16px !important;
}
.check-box-list span {
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  text-align: left !important;
  min-width: 10px !important;
}
.retailer-table td {
  padding: 0 !important;
}
.retailer-table td select {
  text-align: left !important;
}
.retailer-table td input {
  text-align: left !important;
}
.trend-table td span.mds-spn {
  display: flex;
  padding: 0;
  height: 29px;
  background: #ccc;
}
.trend-table td span.mds-cm {
  background: #96754b;
}
.trend-table td span.mds-nm {
  background: #305b2e;
}
.trend-table td span.mds-fl {
  background: #555d78;
}
.trend-table td span.mds-na {
  background: #862236;
}
.input-table tbody tr td.td-np {
  padding: 0 5px 0 0 !important;
}
.model-legends {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 11px;
}
.l-val {
  gap: 5px;
  align-items: center;
  display: flex;
}
.l-val span {
  display: flex;
}
.l-box {
  width: 13px;
  height: 13px;
  background: #eeeeee;
  margin: 1px 0px 0 0;
  align-items: center;
  justify-content: center;
}
.l-val .l-cm {
  background: #96754b;
}
.l-val .l-nm {
  background: #305b2e;
}
.l-val .l-fl {
  background: #555d78;
}
.l-val .l-na {
  background: #862236;
}
.l-val .l-apoof {
  background: #4e3636;
}
.l-val .l-apof {
  background: transparent;
}
.l-val .l-1sf,
table tr td.s-1 {
  background: #555d78 !important;
}
.l-val .l-2sf,
table tr td.s-2 {
  background: #862236 !important;
}
.l-val .l-3sf,
table tr td.s-3 {
  background: #305b2e !important;
}
table tr td .f-apo-only {
  display: flex;
  padding: 0;
  height: 29px;
  justify-content: center;
  background: #4e3636;
}
table tr td .f-apo-only img {
  width: 16px;
  height: 16px;
}
table tr td .f-apo {
  display: flex;
  padding: 0;
  height: 29px;
  justify-content: center;
}
table tr td .f-apo img {
  width: 16px;
  height: 16px;
}
th.sm-col,
td.sm-col {
  width: 60px !important;
  min-width: 60px !important;
}
.sm-col .flex-items {
  justify-content: center;
}
/*retailer details*/
.last-bol-child table tr:last-child td {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
.db-grid table tbody tr td.name-left {
  text-align: left !important;
}
.db-grid table thead tr th.trans-th {
  background: transparent !important;
}
table.fc-right tbody tr td:first-child {
  text-align: right !important;
}
.mar-t5 {
  margin-top: 5px !important;
}
.mar-t15 {
  margin-top: 15px !important;
}
.mar-t50 {
  margin-top: 50px !important;
}
.mar-t10 {
  margin-top: 10px !important;
}
.mar-t0 {
  margin-top: 0px !important;
}
.mar-b0 {
  margin-bottom: 0px !important;
}
.mar-r0 {
  margin-right: 0 !important;
}
.mar-r17 {
  margin-right: 17px !important;
}
.pad-t0 {
  padding-top: 0 !important;
}
.pad-t5 {
  padding-top: 5px !important;
}
.pad-t20 {
  padding-top: 20px !important;
}
.pad-b0 {
  padding-bottom: 0 !important;
}
.pad-l0 {
  padding-left: 0 !important;
}
.pad-r0 {
  padding-right: 0 !important;
}
.pad-b5 {
  padding-bottom: 5px !important;
}
.pad-b20 {
  padding-bottom: 20px !important;
}
.pad-all15 {
  padding: 15px !important;
}
.pad-all0 {
  padding: 0px !important;
}
table tbody tr td.exp-td {
  border-bottom: none !important;
  background: none !important;
}
.db-grid-boxes table tbody tr td.exp-td-2 {
  border-left: 1px solid #ddd !important;
}
.sm-legend span {
  float: left !important;
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;
  padding: 0 !important;
  margin: 2px 7px 0 0 !important;
  background: #ccc;
}
.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: #eee;
}
.sm-legend .clegend-6 {
  background: #c4c4c4;
}
.sm-legend .clegend-7 {
  background: #d2aa87;
}
.sm-legend .clegend-8 {
  background: #c4c4c4;
}
.sm-legend .clegend-9 {
  background: #525252;
}
.sm-legend .clegend-10 {
  background: #46d39a;
}
.sm-legend .clegend-11 {
  background: #64b5f6;
}
.sm-legend .clegend-12 {
  background: #bfe8ff;
}
.sm-legend .clegend-13 {
  background: #0075a4;
}
.ib-display {
  display: inline-block !important;
}
.width-100 {
  width: 100%;
}
.nv-check-list {
  padding: 5px 15px 10px 15px;
  min-width: 90px;
}
.nv-check-list .flex-container a {
  margin: 0;
  padding: 0;
}
.less-space .view-list {
  margin: 5px 18px 5px 0;
}
/*sub form*/
.sub-form {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr 1fr;
  gap: 15px;
  margin: 15px 0 0px 0;
  box-shadow: 0 0 6px 0px rgba(80, 80, 80, 0.15);
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
}
.comm-grid {
  display: grid;
}
.comm-txt {
  display: flex;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.comm-grid textarea {
  border: 1px solid #000;
  font-size: 13px;
  padding: 5px;
  height: 70px;
  border-radius: 2px;
  background: transparent;
  color: #000;
  outline: none !important;
}
.sub-name-date {
  display: grid;
  font-size: 11px;
  row-gap: 5px;
}
.sub-name-date span {
  display: flex;
  border: 1px solid #000;
  height: 32.5px;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 3px;
  min-width: 220px;
}
.btn-acc-rej {
  display: grid;
  row-gap: 5px;
  height: 70px;
  margin: 24px 0 0 0;
  align-content: center;
}
.btn-acc-rej a {
  display: flex;
  background: #8c8c8c;
  color: #fff !important;
  height: 32.5px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 3px;
}
.btn-rej {
  margin: 0;
  height: auto;
  grid-column: span 6;
  justify-content: center;
}
.btn-rej a {
  width: 300px;
}
/*sub form*/

/*NV DB*/
.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: #c4c4c4;
  /* box-shadow: 0 0 1px 1px rgba(80, 80, 80, 0.15); */
}
.sm-title {
  font-size: 9px;
  color: #525252;
}
.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: 4px 0;
  place-items: center;
}

.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: #d8dde0 !important;
}
.lb-c3 {
  background: #d8dde0 !important;
}
.lb-c4 {
  background: #d8dde0 !important;
}
.lb-c5 {
  background: #d8dde0 !important;
}
.lb-c6 {
  background: #d8dde0 !important;
}
.lb-c7 {
  background: #d8dde0 !important;
}
.tooltip.area-tip {
  border: 2px solid #525252;
  border-radius: 3px;
  padding: 6px 10px !important;
  font-size: 13px !important;
  line-height: 25px;
  font-weight: 600;
  white-space: pre;
  max-width: 1000px !important;
}
.tooltip.area-tip table tbody tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.flex-items .sm-font-grid {
  font-size: 11px;
}
/*NV DB*/

/*AF DB*/
.db-grid-boxes table thead tr th.trans-back-c {
  background: transparent !important;
}
.db-grid-boxes table thead tr th.white-back-c {
  background: #fff !important;
  border: 1px solid #fff !important;
}
.db-grid-boxes table tbody tr td.white-back-c {
  background: #fff !important;
  border: none !important;
}
.db-grid-boxes table tbody tr td.dark-td.text-center {
  text-align: center !important;
}
.fr-1--5-11 {
  grid-template-columns: 1.5fr 1fr 1fr;
}
.af-r-gap {
  row-gap: 5px;
  column-gap: 5px;
}
.part-head.trend-table.right-first-col tr td:first-child {
  text-align: right !important;
}
table.w-fs thead tr th:first-child,
table.w-fs tbody tr td:first-child {
  width: 275px;
}
.ms-db-sm table.w-fs thead tr th:first-child,
.ms-db-sm table.w-fs tbody tr td:first-child {
  width: 145px;
}
.af-db-grids table.w-fs thead tr th:first-child,
.af-db-grids table.w-fs tbody tr td:first-child {
  width: 180px;
}
.af-kp-grid table.w-fs thead tr th:first-child,
.af-kp-grid table.w-fs tbody tr td:first-child {
  width: 275px;
}
table.w-fs.w-fs-sm thead tr th:first-child,
table.w-fs.w-fs-sm tbody tr td:first-child {
  width: 150px;
}
table.w-fs-af thead tr th:first-child,
table.w-fs-af tbody tr td:first-child {
  width: 240px;
}
table thead tr th.mar-gp {
  width: 80px !important;
  padding: 5px 0 !important;
}

/*AF DB*/
.tick,
.domain {
  color: #aaa;
}
text {
  color: #555;
  font-size: 9px;
}
.db-timer {
  display: flex;
  align-items: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  gap: 15px;
}
.db-timer .timer-count {
  min-width: 240px;
}
/* .circle {
  display: block;
  background: black;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin: 0;
  background: radial-gradient(circle at 100px 100px, #5cabff, #000);
} 
.threed-circle {
  display: block;
  background: black;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin: 0;
  background: radial-gradient(circle at 100px 100px, #5cabff, #000);
}*/

/*AMT Roles*/
.am-roles-in {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 50px;
  border-bottom: 1px solid #c4c4c4;
  padding: 5px 0;
}
.am-roles-left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.roles-check:empty {
  display: none;
}
.no-roles {
  color: #c4c4c4;
  font-size: 13px;
}
.am-title {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #525252;
}
.roles-check {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
}
.roles-input {
  display: flex;
  align-items: center;
  gap: 5px;
}
.role-pop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 13px;
  padding: 0 20px;
  column-gap: 10px;
  row-gap: 10px;
  height: 400px;
  overflow: auto;
}
.roles-check {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  font-size: 13px;
  row-gap: 15px;
}
/*AMT Roles*/
.db-grid-head.less-space {
  padding: 0 !important;
  min-height: 0;
  align-items: flex-start;
}
.db-grid-head.less-space a {
  right: 3px;
}
.db-grid-head.less-space a img {
  width: 15px;
  height: 15px;
}
.pnl-pad-0 .finance-sub {
  padding: 0;
}
.pnl-pad-0 .page--breadcrumb {
  margin-bottom: 15px;
}

/*submit form check classes*/
.ret-st1 {
  grid-template-columns: 7fr 1fr;
}
.jlr-st1 {
  grid-template-columns: 1fr;
}
.jlr-st1,
.ret-st1 {
  background: #f4f6f5 !important;
}
.jlr-st2,
.ret-st2 {
  background: #f7d842 !important;
}

.btn-acc-rej:empty {
  display: none;
}
.ret-st2 {
  grid-template-columns: 2.5fr 1fr 2.5fr;
}
.jlr-st2 {
  grid-template-columns: 2.5fr 1fr 2.5fr 1fr;
}
.jlr-st3,
.ret-st3 {
  background: #98cb4a !important;
}

.ret-st3 {
  grid-template-columns: 2.5fr 1fr 2.5fr 1fr;
}
.jlr-st3 {
  grid-template-columns: 2fr 1fr 2fr 1fr 1fr;
}
.jlr-st4,
.ret-st4 {
  background: #f42336 !important;
}
.jlr-st4 {
  grid-template-columns: 2.5fr 1fr 2.5fr 1fr;
}
.ret-st4 {
  grid-template-columns: 2fr 1fr 1fr 2fr 1fr;
}
.jlr-st5,
.ret-st5 {
  background: #98cb4a !important;
  grid-template-columns: 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr;
}
.st-history {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
}
.right-1 {
  right: 35px;
}
.right-2 {
  right: 65px;
}
/*submit form check classes*/
td.arch-input input {
  text-align: right !important;
}
.mdb-fc thead tr th:first-child,
.mdb-fc tbody tr td:first-child {
  width: 270px !important;
}
.ret-det-tab thead tr th:first-child,
.ret-det-tab tbody tr td:first-child {
  width: 70px !important;
  min-width: 70px !important;
}
.ret-det-tab thead tr th:nth-child(2),
.ret-det-tab tbody tr td:nth-child(2) {
  min-width: 230px !important;
}

/*google maps*/
.gm-style-iw-a {
  background: #fff;
  padding: 15px;
  width: auto;
}
.title.full-width {
  white-space: pre;
  font-weight: bold;
  font-size: 16px;
}
.address-line.full-width {
  font-size: 14px;
  white-space: pre;
}
.view-link {
  font-size: 14px;
  font-weight: bold;
  outline: none !important;
  border: none !important;
}
.view-link a {
  font-size: 14px;
  font-weight: bold;
  outline: none !important;
  border: none !important;
  display: block;
  width: 170px;
}
.gm-ui-hover-effect::before {
  content: "X";
  font-family: Lucida Sans Unicode;
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
}
/*google maps*/

/*Manage Summary*/
.sign-off {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  min-height: 32px;
  margin: 0 0 5px 0;
}
.signes-by {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sign-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sign-flex span {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  min-width: 140px;
  justify-content: flex-end;
}
.sign-flex.sign-approved span {
  color: #98cb4a !important;
}
.sign-flex.sign-wait span {
  color: #f42336 !important;
}
.sign-flex.sign-pending span {
  color: #f7d842 !important;
}
.btn-signoff {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 20px;
  justify-content: center;
  min-height: 20px;
  margin: 5px 0 0 0;
}
.sign-flex .tooltiptext-2 {
  width: 275px;
  white-space: pre-line;
  color: #000 !important;
  left: -167px !important;
  top: 150%;
}
.sign-flex .tooltip-2 .tooltiptext-2::after {
  left: 90%;
}
.sign-flex .tooltiptext-2 span {
  color: #000 !important;
  font-size: 12px !important;
  font-weight: normal;
  line-height: 16px;
  text-transform: none;
  height: auto;
  justify-content: flex-start;
}
.manage-grid tbody tr.mborder-0,
.manage-grid tbody tr.mborder-1 {
  border-left: 3px solid #c4c4c4 !important;
}
.manage-grid tbody tr.mborder-2 {
  border-left: 3px solid #e2d4cb !important;
}
.manage-grid tbody tr.mborder-3 {
  border-left: 3px solid #c4c4c4 !important;
}
.manage-grid tbody tr.mborder-4 {
  border-left: 3px solid #d1bd82 !important;
}
.manage-grid tbody tr.mborder-8 {
  border-left: 3px solid #525252 !important;
}
.manage-grid tbody tr.mborder-5,
.manage-grid tbody tr.mborder-6,
.manage-grid tbody tr.mborder-7 {
  border-left: 3px solid #e8ab59 !important;
}
.manage-grid tbody tr.mborder-9 {
  border-left: 3px solid #eee !important;
}

.manage-grid tbody tr.mborder-10 {
  border-left: 3px solid #8c8c8c !important;
}
.click-sign {
  position: absolute;
  top: calc(50% - 80px);
  right: 28%;
  display: grid;
  row-gap: 15px;
  justify-items: center;
}
.click-sign img {
  width: 80px;
  height: auto;
}
.click-sign span {
  display: flex;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
}
table tbody tr td.BPStatusCl1 {
  background: #e8ab59 !important;
  font-weight: bold;
  text-align: center !important;
}
table tbody tr td.BPStatusCl2 {
  background: #f42336 !important;
  font-weight: bold;
  text-align: center !important;
}
table tbody tr td.BPStatusCl3 {
  background: #f7d842 !important;
  font-weight: bold;
  text-align: center !important;
}
table tbody tr td.BPStatusCl4 {
  background: #005a2b !important;
  font-weight: bold;
  text-align: center !important;
}
table tbody tr td.BPStatusCl5 {
  background: #f42336 !important;
  font-weight: bold;
  text-align: center !important;
}
table tbody tr td.BPStatusCl6 {
  background: #98cb4a !important;
  font-weight: bold;
  text-align: center !important;
}
table tbody tr td.BPStatusCl7 {
  background: #d1bd82 !important;
  font-weight: bold;
  text-align: center !important;
}
/*Manage Summary*/
.lock-unlock-drop {
  gap: 10px;
  font-weight: 500;
  height: 25px !important;
}
.fixed-layout {
  table-layout: fixed;
}
table tbody tr td.text-left-m {
  text-align: left !important;
}
table tbody tr td.text-right-m {
  text-align: right !important;
}
.uv-vol tr td:first-child.text-right-m {
  text-align: right !important;
}
.db-grid table tbody tr td:first-child.text-right-m {
  text-align: right !important;
}
table.fc-right tbody tr td:first-child.text-left-m {
  text-align: left !important;
}
table thead tr th.lg-wid {
  width: 170px !important;
}
.width-p20 {
  width: 20% !important;
}

/*Infographice New Starts*/
.info-export {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
  padding: 0 10px;
}
.Info-graphs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.graphics-left {
  display: grid;
  border-right: 1px solid #ccc;
  padding: 0 20px;
}

.roi-1 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.roi-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.roi-2 img {
  width: auto;
  height: 80px;
}
.roi-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.roi-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 48px;
  margin: 15px 0 0 0;
}
/*Infographice New Ends*/
/*Custom tooltip*/
.tooltip-Highlight {
  box-sizing: border-box;
  font-weight: 900;
  color: #fff;
}
table tbody tr td.tooltip-Highlight {
  background: #e8ab59 !important;
}
/****/

/*status dashboard*/
.status-boxes-main {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}
.msg-count {
  color: #fff !important;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  font-size: 9px;
  letter-spacing: 0;
}
a.msg-count {
  color: #fff !important;
}
.msg-count-absolute {
  position: absolute;
  top: -8px;
  right: -12px;
}
a.msg-count:empty {
  display: none !important;
}
.msg-count:empty {
  display: none !important;
}
.td-donut .chart-donut {
  max-width: 40px;
  max-height: 40px;
  cursor: pointer;
}
td.pad-all1 {
  padding: 1px !important;
}
th.w-donut {
  width: 60px !important;
}
table.status-table thead tr th:first-child {
  width: 160px !important;
}
table.status-table thead tr th:nth-child(2) {
  width: 70px !important;
  min-width: 70px !important;
}
.gap-count {
  gap: 5px !important;
}
.double-donut {
  width: 100px;
  height: 100px;
}
.status-legends {
  font-size: 10px;
  font-weight: 400;
  display: grid;
  row-gap: 10px;
}
.status-legends span {
  display: flex;
  width: 12px;
  height: 12px;
}
.status-legends span.status-not-submit {
  background: #f42336;
}
.status-legends span.status-submit {
  background: #f7d842;
}
.status-legends span.status-approve {
  background: #98cb4a;
}
.status-boxes-outer {
  display: grid;
  grid-template-columns: 2fr 6fr 2fr;
  gap: 5px;
}
.over-all-box {
  grid-template-columns: 1fr;
}
.over-all-box .double-donut {
  width: 200px;
  height: 200px;
}
.status-legends.status-flex {
  display: flex;
  gap: 10px;
  justify-content: center;
  position: relative;
  top: 10px;
}
.adb-sign-off {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #000 !important;
}
.grid-esign {
  display: grid;
  align-items: center;
  height: 100%;
  padding: 15px;
}
.e-sign-pop thead tr th:first-child {
  width: 340px !important;
}
.e-sign-pop tbody tr td:first-child {
  width: 260px !important;
}
.e-sign-pop thead tr th:nth-child(2),
.e-sign-pop tbody tr td:nth-child(2) {
  width: 80px !important;
  min-width: 80px !important;
}
.e-sign-pop thead tr th:last-child,
.e-sign-pop tbody tr td:last-child {
  width: 260px !important;
  min-width: 260px !important;
}

.e-sign-pop tbody tr td:first-child a {
  color: #000 !important;
  text-decoration: underline !important;
}
.e-sign-lg {
  max-width: 1000px;
}
/*status dashboard*/
table thead tr th:first-child.w-min {
  min-width: 285px !important;
}
.section-table.scroll-table.dark-back.db-grid-boxes.no-border
  table
  thead
  tr
  th.count-col {
  width: 80px !important;
  min-width: 80px !important;
}
.section-table.scroll-table.dark-back.db-grid-boxes.no-border
  table
  tbody
  tr
  td:last-child {
  text-align: right !important;
}
.mkt-share-info.tooltip-2 .tooltiptext-2 {
  margin-left: -12px;
  margin-top: 5px;
  width: 250px;
  white-space: normal;
}
.mkt-share-info.tooltip-2 .tooltiptext-2.tool-lg {
  width: 400px;
}
.mkt-share-info.tooltip-2 .tooltiptext-2 span {
  height: auto;
}
.mkt-share-info.tooltip-2 .tooltiptext-2::after {
  left: 9px;
}
.flex-btns-nd {
  margin: 0 auto;
  width: 150px;
}
/*Access Level*/
.access-table thead tr th,
.access-table tbody tr td {
  width: 75px !important;
  min-width: 75px !important;
  max-width: 75px !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;
}
g path {
  animation: loadingAnimation 1s alternate; /* Adjust the animation duration as needed */
  transform-origin: center; /* Set the transform origin to start from the bottom */
}
.loading-bar {
  animation: loadingAnimation 1s alternate; /* Adjust the animation duration as needed */
  transform-origin: center; /* Set the transform origin to start from the bottom */
}

@keyframes loadingAnimation {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
/*Access Level*/

/* Style the tooltip */
a.beak-title[data-tooltip] {
  text-decoration: none; /* To remove underline */
}

a.beak-title[data-tooltip]:hover::after {
  content: "";
  position: absolute;
  bottom: 13px; /* Position the arrow at the bottom of the tooltip */
  left: 50%;
  margin-left: -5px; /* Adjust this value to center the arrow */
  border-width: 5px;
  border-style: solid;
  border-color: #eeece1 transparent transparent transparent; /* Color of the arrow */
}

a.beak-title[data-tooltip]:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  background-color: #eeece1;
  color: #000;
  padding: 5px;
  border-radius: 3px;
  bottom: calc(100% + 5px); /* Position the tooltip above the element */
  right: 0;
  white-space: nowrap;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.3s ease;
  font-size: 12px;
}

a.beak-title[data-tooltip]:hover::before {
  opacity: 1; /* Show on hover */
}
.multi-eye a {
  margin: 0 !important;
  min-width: 35px !important;
}
.section-table.scroll-table.dark-back.db-grid-boxes.no-border
  table
  tbody
  tr
  td.text-left-m:last-child {
  text-align: left !important;
}
.section-pop {
  max-width: 1200px !important;
}
table tr.indent-td td {
  text-indent: 20px !important;
}
.flex-db-status {
  display: flex;
  align-items: center;
  gap: 4px;
}
.flex-db-status a {
  width: 20px !important;
  min-width: 0px !important;
  height: 20px !important;
  padding: 0 !important;
  background: #ccc;
  justify-content: center !important;
  font-size: 10px;
  column-gap: 0 !important;
  color: #fff !important;
  font-weight: bold;
  display: flex;
  position: relative;
  align-items: center;
}
.flex-db-status a.clNotSubmitted,
.flex-db-status a.clRejected {
  background: #f42336 !important;
  border: 2px solid #f42336;
}
.flex-db-status a.clSubmitted {
  background: #f7d842 !important;
  border: 2px solid #f7d842;
}
.flex-db-status a.clPreApproved {
  background: #98cb4a !important;
  border: 2px solid #98cb4a;
}
.flex-db-status a.clNA {
  background: #ccc !important;
  border: 2px solid #ccc;
}
.flex-db-status a.clApproved {
  background: #98cb4a !important;
  border: 2px solid green;
}

.access-level-table table thead tr:first-child th {
  height: 26px;
}
.access-level-table table thead tr th {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #525252 !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: #525252 !important;
}
.access-level-table table thead tr th:nth-child(2) {
  position: sticky;
  left: 100px;
  top: 0;
  z-index: 100;
  background: #525252 !important;
}
.access-level-table table thead tr th:nth-child(3) {
  position: sticky;
  left: 200px;
  top: 0;
  z-index: 100;
  background: #525252 !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: 100px;
  top: 0;
  z-index: 99;
  background: #fff;
}
.access-level-table table tbody tr td:nth-child(3) {
  position: sticky;
  left: 200px;
  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;
}
.d-approval-text {
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  height: 80px;
  padding: 5px 10px;
  outline: none !important;
  font-size: 12px;
}
.sub-form-fr {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 15px;
}
.sub-form-fr textarea {
  height: 150px;
  resize: none;
}
.sub-fr1 {
  grid-template-columns: 1fr !important;
}
.btn-acc-rej.btn-acc-fr {
  column-gap: 15px;
  margin: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-acc-rej.btn-acc-fr a {
  width: 33.33%;
}
select.text-left {
  text-align: left !important;
}
table tbody tr td.pad-all0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-update {
  display: flex;
  background: #8c8c8c;
  padding: 0 12px;
  color: #fff !important;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: 0 auto;
}
.info-by {
  display: flex;
  font-size: 10px;
  color: #9a9a9b;
  font-weight: 600;
  width: 70%;
}
.cap-grid table.w-fs thead tr th,
.cap-grid table.w-fs tbody tr td {
  width: 12%;
}
.cap-grid table.w-fs thead tr th:first-child,
.cap-grid table.w-fs tbody tr td:first-child {
  width: 17%;
  min-width: 290px !important;
}
.stat-green {
  color: #98cb4a;
  font-size: 14px;
}
.stat-red {
  color: #f42336;
  font-size: 14px;
}
/*Responsive dashboards*/
@media (max-width: 1600px) {
  .ms-db-sm .fr-1--2-2 {
    grid-template-columns: 1.6fr 2fr;
  }
  .sign-off {
    margin: 0 0 5px 0;
  }
  .signes-by {
    width: 50%;
    line-height: 14px;
  }
  .click-sign {
    top: calc(50% - 50px);
    right: 30%;
  }
  .click-sign img {
    width: 50px;
    height: auto;
  }
  .click-sign span {
    font-size: 13px;
  }
}
@media (max-width: 1440px) {
  .ms-db-sm .fr-1--2-2 {
    grid-template-columns: 1fr;
  }
  .ms-db-sm .fr-111 {
    grid-template-columns: 1fr;
  }
  .ms-db-sm .fr-1111 {
    grid-template-columns: 1fr;
  }
  .ms-db-sm .fr-11111 {
    grid-template-columns: 1fr;
  }
  .ms-db-sm .sign-off-sm {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ms-db-sm table.w-fs thead tr th:first-child,
  .ms-db-sm table.w-fs tbody tr td:first-child {
    width: 275px;
  }
  .ms-db-sm .flex-grid-mng {
    gap: 10px !important;
  }
  .ms-db-sm .mng-year-box {
    gap: 5px !important;
  }
  .ms-db-sm .fr-9 {
    gap: 5px !important;
  }
}
@media (max-width: 1280px) {
  .ms-db-sm .fr-1111 {
    grid-template-columns: 1fr;
  }
  .ms-db-sm .fr-11 {
    grid-template-columns: 1fr;
  }
  .sub-form-fr {
    grid-template-columns: 1fr;
  }
  .btn-acc-rej.btn-acc-fr a {
    width: 50%;
  }
  .ms-db-sm .sign-off-sm {
    grid-template-columns: 1fr;
  }
  .ms-db-sm .flex-grid-mng {
    display: block;
    margin: 0 0 25px 0 !important;
  }
  .ms-db-sm .flex-grid-mng .y-title {
    margin: 0 0 5px 0 !important;
  }
  .ms-db-sm .flex-grid-mng .fr-9 {
    display: flex;
    gap: 5px !important;
    flex-wrap: wrap;
  }
  .ms-db-sm .flex-grid-mng .fr-9 .list-box {
    padding: 4px 3px !important;
    width: calc(33.33% - 10px);
  }
  .ms-db-sm .flex-container {
    overflow: visible !important;
  }
}
/*Responsive dashboards*/
.gap-mar-0 {
  gap: 0;
  margin: 0;
}
.legend--5 {
  grid-column: span 2;
  margin: 0 0 10px 0;
}
.OrangeClass {
  background-color: #e8ab59 !important;
}
tr:nth-child(2n + 1) td.OrangeClass {
  background-color: #e8ab59 !important;
}
.uv-vol-ms table.dynamic-hc thead tr th:first-child,
.uv-vol-ms table.dynamic-hc tbody tr td:first-child {
  min-width: 20px !important;
}
.uv-vol-ms table.dynamic-hc thead tr th,
.uv-vol-ms table.dynamic-hc tbody tr td {
  min-width: 20px !important;
}

.sm-check-input input {
  height: 15px;
}
.help-feed {
  padding: 0 20px;
}
.help-feed p {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 13px;
}
.help-feed textarea {
  width: 100%;
  height: 140px;
}
.help-feed .drad-drop {
  width: 100%;
  min-height: 40px !important;
}

.help-feed .drag-class {
  height: 40px !important;
}
.btn-wis a {
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 36px;
  border-radius: 50px;
  color: #525252 !important;
  position: relative;
}
.btn-wis a span {
  font-size: 11px;
  text-indent: 28px;
  font-weight: 600;
  transition: all 0.1s linear;
}
.btn-wis a i {
  display: flex;
  position: absolute;
  background: #fff;
  width: 31px;
  height: 31px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.1s linear;
}
.btn-wis a i.mov-right {
  left: auto;
  right: 3px;
  transition: all 0.1s linear;
}
.btn-wis a.btn-red {
  background: #005a2b;
  color: #fff !important;
}
.btn-wis a.btn-red span {
  text-indent: -28px;
  transition: all 0.1s linear;
}
.ids-bp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
  margin: 15px 0 10px 0;
}
.ids-bp input {
  width: auto !important;
  height: auto !important;
}
.ids-spn {
  font-size: 10px;
}
.id-inner {
  max-width: 920px;
}
.id-pad {
  padding: 0 32px;
}
table tbody tr td.group-center {
  text-align: center !important;
  font-weight: bold !important;
}
table tbody tr td.group-center a {
  text-decoration: underline !important;
  font-weight: bold !important;
}
.demo-app-txt {
  color: #f00;
  font-weight: 700;
  font-size: 22px;
}
