/******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;
}
.App--Main {
  display: inline-block;
  width: 100%;
}
.Body--Main {
  padding: 0 0 0 60px;
}
.no-display {
  display: none !important;
}
.mt--5 {
  margin: 5px 0 0 0;
}
.mt--10 {
  margin: 10px 0 0 0;
}
.mt--15 {
  margin: 15px 0 0 0;
}
.mt--20 {
  margin: 20px 0 0 0;
}
.mt--25 {
  margin: 25px 0 0 0;
}
.mt--30 {
  margin: 30px 0 0 0;
}
.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;
}
.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: relative;
}
.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;
}
.floder-links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #ccc;
  font-size: 8px;
  text-transform: uppercase;
  margin: 5px 0 !important;
  padding: 4px 0 0 0;
}
.floder-links a.c-1 {
  background-color: #86c745;
}
.floder-links a.c-2 {
  background-color: #fdaf17;
}
.floder-links a.c-3 {
  background-color: #f2612a;
}
.floder-links a.c-4 {
  background-color: #a436a6;
}
.floder-links a.c-5 {
  background-color: #45ad76;
}
.floder-links a.c-6 {
  background-color: #018cdd;
}
.floder-links a.c-7 {
  background-color: #175b8c;
}
.floder-links hr {
  margin: 0;
  height: 1px;
  border: none;
  border-top: 1px solid #f3f3f3;
}
.floder-links a span {
  display: flex;
  justify-content: center;
  margin: 2px 0 0 0;
  font-weight: 300;
}
.log-drop {
  position: relative;
}
.logout-menu {
  position: absolute;
  background: #fff;
  width: 146px;
  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 #cbcdce;
  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: #333348;
  margin: 0;
  height: 100%;
  width: 60px;
  padding: 20px 0 0 0;
  transition: all 0.3s linear;
  z-index: 100000;
}
.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 #333348;
  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 #005a2b;
}
.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;
}
.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: #4e5f7a;
}

.subMenu a:hover {
  background-color: #4e5f7a;
}
.sub--menu--main {
  background: #333348;
}
.sub--menu--main--child {
  background: #333348;
  /* 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;
}
/**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: #333348 !important;
  gap: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.page--breadcrumb a:first-child {
  color: #333348 !important;
}
.page--breadcrumb a span {
  color: #333348 !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 #4e5f7a;
  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: #4e5f7a;
  color: #fff !important;
  z-index: 3;
}
.page--tabs a:hover,
.page--tabs a:hover::before,
.page--tabs a:hover::after {
  background-color: #4e5f7a;
  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: #005a2b;
  z-index: 10000;
}
.page--tabs a.active::before {
  background-color: #b10933;
  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: #005a2b !important;
  margin-left: 10px;
}
/*Export Button Ends*/

/*Table Starts*/
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th {
  font-size: 10px;
  border-bottom: 2px solid #ddd !important;
  letter-spacing: 1px;
  color: #444;
  font-weight: 600;
  border-collapse: collapse;
  border-color: #f5f5f5;
  position: relative;
  background: #f5f5f5 !important;
  padding: 5px 3px;
}
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;
}
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: #005a2b;
  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: #fbfbfb;
  border: 1px solid #d5d5d5;
  height: 29px;
  padding: 6px 12px;
  font-size: 11px;
  color: #858585;
}
/*Native DDL Ends*/

/*Page Contents Ends*/

/*Section Dashboard Starts*/
.page--data.section-dashboard-main {
  min-height: calc(100vh - 87px);
}
.section-dashboard {
  display: grid;
  grid-template-columns: 3fr 1fr;
  color: #000;
  gap: 15px;
}
.section-head {
  font-size: 20px;
  font-weight: 600;
  height: 35px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Section-timer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0 0;
  background: #fff;
  padding: 10px;
}
.timer-title-main {
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.timer-run {
  display: flex;
  align-items: center;
  gap: 2px;
}
.timer-box {
  background: #e3f8d8;
  width: 45px;
  height: 40px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
}
.timer-number {
  display: flex;
  font-size: 13px;
  justify-content: center;
  font-weight: bold;
}
.timer-title {
  font-size: 8px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.dashboard-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0 0;
  background: #fff;
  padding: 10px;
}
.db-graph {
  display: flex;
  align-items: center;
  gap: 50px;
}
.graph-data {
  display: flex;
  background: #005a2b;
  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: #005a2b;
  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: #cbcdce;
  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: #292b2f 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: #292b2f;
  border-radius: 0;
}
.custom--scroll::-webkit-scrollbar-thumb:hover {
  background: #292b2f;
}
/**Scroll Ends**/
/**Loader Starts**/
.loader-overlay {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  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: #000000 !important;
  border-color: transparent !important;
  opacity: 1;
  border-top: 3px solid #b10933 !important;
  border-radius: 0 !important;
  margin-top: 4px;
  display: inline-block;
}

.popover-title {
  background-clip: padding-box;
  border-bottom: 3px solid #b10933 !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: #005a2b;
}
.JLRBold.ExtraRowNew {
  border: 2px solid rgb(221, 221, 221) !important;
  border-left: none !important;
  border-right: none !important;
  height: 12px;
}
.notification-info,
.notification-success {
  background-color: #e3f8d8 !important;
  opacity: 0.9 !important;
  font-size: 13px !important;
  color: #000 !important;
}
.notification-info .notification-message .message {
  color: #000;
}
.notification-success .notification-message .message {
  color: #000;
}

.vby-channel tr:first-child th:nth-child(2),
.vby-channel tr:first-child th:nth-child(3),
.vby-channel tr:first-child th:nth-child(4) {
  border-left: 1px solid #000;
}
.vby-channel tr:nth-child(2) th:nth-child(2),
.vby-channel tr:nth-child(2) th:nth-child(6),
.vby-channel tr:nth-child(2) th:nth-child(10) {
  border-left: 1px solid #000;
}
.vby-channel tbody tr:first-child td:nth-child(2),
.vby-channel tbody tr:first-child td:nth-child(6),
.vby-channel tbody tr:first-child td:nth-child(10) {
  border-left: 1px solid #000;
}
.vby-channel tbody tr.JLRBold td {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.fl-vol tr th,
.fl-monvol tr th,
.roi-border tr th {
  border-right: 1px solid #000;
}
.fl-vol tr:nth-child(2) th:nth-child(2),
.fl-vol tr:nth-child(2) th:nth-child(4),
.fl-vol tr:nth-child(2) th:nth-child(6) {
  border-right: none;
}
.brand--name span {
  margin: 0 0 0 20px;
}
.aft-cpp thead tr th:first-child,
.aft-cpp tbody tr td:first-child,
.aft-revn tbody tr th:first-child,
.aft-revn tbody tr td:first-child,
.aft-actv tbody tr th:first-child,
.aft-actv tbody tr td:first-child {
  width: 160px !important;
  max-width: 160px !important;
}
.aft-cpp tbody tr td:nth-child(2),
.aft-revn tbody tr td:nth-child(2),
.aft-actv tbody tr td:nth-child(2) {
  text-align: left !important;
}
.facl-mlst tbody tr td {
  text-align: left !important;
}

/*Help Popup*/
.popup-help {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
  z-index: 100000;
}
.help-popup-display {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.help-inner {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  height: auto;
  text-align: left;
  padding: 0 0 20px 0;
}
.help-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  margin: 0 0 32px 0;
}
.help-head h3 {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}
.popup-message {
  display: inline-block;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding: 0 20px 20px 20px;
  text-align: center;
}
.popup-message a {
  color: #9e1b32 !important;
  text-decoration: underline !important;
}
.help-row {
  display: flex;
  align-items: center;
  margin: 0 0 6px 0;
}
.help-row p {
  font-size: 12px;
  color: #000;
  width: 160px;
  padding: 0 32px;
}
.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: #005a2b;
  color: #fff !important;
  width: 70px;
  height: 32px;
  border-radius: 2px;
}
.uploaded-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 11px;
  margin: 10px 0 0 0;
}

.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 10px 0 0;
}
.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-btns {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.flex-btns a {
  border-right: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 11px;
  min-width: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 31px;
}
.flex-btns a:first-child {
  border-radius: 3px 0 0 3px;
}
.flex-btns a:last-child {
  border-radius: 0 3px 3px 0;
}
.flex-btns a.btn-selected {
  background-color: #4e5f7a !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: #cbcdce;
  border-radius: 3px;
  width: 35px;
  height: 31px;
}
.btn-primary img {
  height: auto;
}
.btn-primary:hover {
  background-color: #005a2b;
}
.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;
}
.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: #005a2b;
  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: #005a2b;
  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:first-child,
.trend-table td:nth-child(2),
.trend-table td:nth-child(3),
.trend-table td:nth-child(4),
.trend-table td:nth-child(5),
.trend-table td:nth-child(6),
.trend-table td:nth-child(7) {
  padding: 0 3px !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;
}
.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;
}
.donut-flex text {
  font-size: 20px;
  font-weight: 600;
}
.donut-flex .charts-flex {
  width: 245px;
  height: 245px;
}
/*Retailer Scorecard Ends*/

/*Aftersales Scorecard Starts*/
.Afs-score,
.table-norms {
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  width: 100%;
}

.Afs-score thead th {
  min-width: 140px !important;
  background-color: #fff;
}
.Afs-score thead tr:nth-child(2) th {
  min-width: 140px !important;
}
.Afs-score tbody tr td {
  text-align: right;
}
.Afs-score tbody tr td:first-child,
.Afs-score tbody tr td:nth-child(2),
.Afs-score tbody tr td:nth-child(3),
.Afs-score tbody tr td:nth-child(4),
.Afs-score tbody tr td:nth-child(5) {
  text-align: left !important;
}
.Afs-score thead th,
.Afs-score tbody td {
  border-right: 1px solid #ddd !important;
}
.table-norms thead th,
.table-norms tbody td {
  border-right: 1px solid #ddd !important;
  height: 19px;
}
.Afs-score thead tr th:first-child,
.Afs-score tbody tr td:first-child {
  min-width: 50px !important;
  width: 50px !important;
}
.Afs-score thead tr th:nth-child(2),
.Afs-score tbody tr td:nth-child(2) {
  min-width: 240px !important;
  width: 240px !important;
}
.Afs-score thead tr th:nth-child(4),
.Afs-score tbody tr td:nth-child(4) {
  min-width: 280px !important;
  width: 280px !important;
}
.Afs-score tbody td {
  padding: 0 2px !important ;
}
.Afs-score thead th:first-child,
.Afs-score tbody td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}

.Afs-score thead th:nth-child(2),
.Afs-score tbody td:nth-child(2) {
  position: sticky;
  left: 50px;
  top: 0;
  z-index: 100;
}
.Afs-score .table-scroll {
  width: 100%;
  height: calc(100vh - 310px);
}
.table-norms thead th:nth-child(4),
.table-norms thead th:nth-child(7) {
  min-width: 40px !important;
}
.table-norms thead th .sort-spn {
  position: relative;
  top: -3px;
  margin: 0 5px 0 0;
}
.table-norms.table-level-3 tr:nth-child(3) th:nth-child(3) {
  min-width: 40px !important;
}
.table-norms tbody tr td {
  padding: 0 3px !important;
}
/*Aftersales Scorecard Ends*/

/*Input Starts*/
.select-space {
  display: flex;
  gap: 10px;
}
.justify-btw {
  justify-content: space-between;
}
.width-100 {
  width: 100%;
}
.centre-drop-cl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.centre-drop-cl .help-btns {
  margin: 0;
}
.centre-drop-cl .drad-drop {
  width: 250px;
  min-height: 32px;
}
.centre-drop-cl .drag-class {
  height: 32px !important;
}

.download-input {
  font-size: 14px;
  color: #005a2b !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: #005a2b !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*/
