/******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 0;
}
.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--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: 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: #274b63;
  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 #274b63;
  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 #336699;
}
.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;
  text-transform: uppercase;
}
.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: #336699;
}

.subMenu a:hover {
  background-color: #336699;
}
.sub--menu--main {
  background: #274b63;
}
.sub--menu--main--child {
  background: #274b63;
  /* 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: #274b63 !important;
  gap: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.page--breadcrumb a:first-child {
  color: #274b63 !important;
}
.page--breadcrumb a span {
  color: #274b63 !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 #336699;
  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: #336699;
  color: #fff !important;
  z-index: 3;
}
.page--tabs a:hover,
.page--tabs a:hover::before,
.page--tabs a:hover::after {
  background-color: #336699;
  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: #336699;
  z-index: 10000;
}
.page--tabs a.active::before {
  background-color: #274B63;
  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: #336699 !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;
}
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: #336699;
  color: #fff;
}

.toggle-row-empty {
  display: inline-block;
}

.toggle-row-empty span {
  display: flex;
  width: 12px;
  height: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
  background: #fff;
  color: #fff;
}

/*Table Ends*/

/*Brand Check starts*/
.brand--select {
  display: flex;
  font-size: 11px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 100;
  gap: 20px;
  margin: 15px 0 0 15px;
  color: #444 !important;
}
.brand--check {
  position: relative;
}
.brand--check input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  margin: 0;
  width: 70px;
  height: 26px;
  cursor: pointer;
}
/*Brand Check ends*/

/*Native DDL Starts*/
.tabs--ddl {
  display: flex;
  margin: 15px 0 0 15px;
}
select {
  background: transparent;
  border: 1px solid #d5d5d5;
  height: 29px;
  padding: 6px 12px;
  font-size: 11px !important;
  color: #000;
}
/*Native DDL Ends*/

/*Page Contents Ends*/

/*Section Dashboard Starts*/
.page--data.section-dashboard-main {
  min-height: calc(100vh - 87px);
}
.section-dashboard {
  display: grid;
  grid-template-columns: 3fr 1fr;
  color: #000;
  gap: 15px;
}
.section-head {
  font-size: 20px;
  font-weight: 600;
  height: 35px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Section-timer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 0 0;
  background: #fff;
  padding: 10px;
}
.timer-title-main {
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.timer-run {
  display: flex;
  align-items: center;
  gap: 2px;
}
.timer-box {
  background: #e3f8d8;
  width: 45px;
  height: 40px;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  padding: 5px 0;
}
.timer-number {
  display: flex;
  font-size: 13px;
  justify-content: center;
  font-weight: bold;
}
.timer-title {
  font-size: 8px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.dashboard-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 0 0;
  background: #fff;
  padding: 10px;
}
.db-graph {
  display: flex;
  align-items: center;
  gap: 50px;
}
.graph-data {
  display: flex;
  background: #336699;
  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: #336699;
  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: 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: #191919 !important;
  border-color: transparent !important;
  opacity: 1;
  border-top: 3px solid #274b63 !important;
  border-radius: 0 !important;
  margin-top: 4px;
  display: inline-block;
}

.popover-title {
  background-clip: padding-box;
  border-bottom: 3px solid #274b63 !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: #336699;
}
.JLRBold.ExtraRowNew {
  border: 2px solid rgb(221, 221, 221) !important;
  border-left: none !important;
  border-right: none !important;
  height: 12px;
}
.notification-info,
.notification-success {
  background-color: #e3f8d8 !important;
  opacity: 0.9 !important;
  font-size: 13px !important;
  color: #000 !important;
}
.notification-info .notification-message .message {
  color: #000;
}
.notification-success .notification-message .message {
  color: #000;
}

.vby-channel tr:first-child th:nth-child(2),
.vby-channel tr:first-child th:nth-child(3),
.vby-channel tr:first-child th:nth-child(4) {
  border-left: 1px solid #000;
}
.vby-channel tr:nth-child(2) th:nth-child(2),
.vby-channel tr:nth-child(2) th:nth-child(6),
.vby-channel tr:nth-child(2) th:nth-child(10) {
  border-left: 1px solid #000;
}
.vby-channel tbody tr:first-child td:nth-child(2),
.vby-channel tbody tr:first-child td:nth-child(6),
.vby-channel tbody tr:first-child td:nth-child(10) {
  border-left: 1px solid #000;
}
.vby-channel tbody tr.JLRBold td {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.fl-vol tr th,
.fl-monvol tr th,
.roi-border tr th {
  border-right: 1px solid #000;
}
.fl-vol tr:nth-child(2) th:nth-child(2),
.fl-vol tr:nth-child(2) th:nth-child(4),
.fl-vol tr:nth-child(2) th:nth-child(6) {
  border-right: none;
}
.brand--name span {
  margin: 0 0 0 20px;
}
.aft-cpp thead tr th:first-child,
.aft-cpp tbody tr td:first-child,
.aft-revn tbody tr th:first-child,
.aft-revn tbody tr td:first-child,
.aft-actv tbody tr th:first-child,
.aft-actv tbody tr td:first-child {
  width: 160px !important;
  max-width: 160px !important;
}
.aft-cpp tbody tr td:nth-child(2),
.aft-revn tbody tr td:nth-child(2),
.aft-actv tbody tr td:nth-child(2) {
  text-align: left !important;
}
.facl-mlst tbody tr td {
  text-align: left !important;
}

/*Help Popup*/
.popup-help {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0 0 0;
  z-index: 100000;
}
.popup-help-index {
  z-index: 1000000;
}
.help-popup-display {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.help-inner {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  height: auto;
  text-align: left;
  padding: 0 0 20px 0;
}
.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: 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;
  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: #336699;
  color: #fff !important;
  width: 70px;
  height: 32px;
  border-radius: 2px;
}
.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 #d6edf6;
}
.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;
}
.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 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: #336699 !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: #336699;
  border-radius: 3px;
  width: 35px;
  height: 31px;
}
.btn-primary img {
  height: auto;
}
.btn-primary:hover {
  background-color: #336699;
}
.btn-primary.btn-vols {
  width: auto;
  color: #000 !important;
  font-size: 11px;
  padding: 0 7px;
  font-weight: 600;
  background: #fceaed !important;
}
.btn-primary.btn-vols.btn-vols-jlr {
  background: #e3f8d8 !important;
}
.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: #336699;
  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: #336699;
  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;
}
.stretchedToMargin {
  display: block;
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 80px;
  margin-left: 80px;
  background-color: green;
}
.tooltip {
  display: block;
  position: fixed;
  pointer-events: none;
  padding: 0.75em;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.5em;
  box-shadow: 0 0.25em 1em 0 rgba(0, 0, 0, 0.15);
  animation: fade-in 0.25s ease;
  font-size: 0.9em;
}
.tooltip__title {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.tooltip__table {
  border-collapse: collapse;
}
.tooltip__table td {
  border: 1px solid;
  padding: 0.25em;
}
.bar-chart-right {
  display: inline-block;
  width: 66.66%;
  background-color: #fff;
  padding: 10px;
}
.chart-bar-full {
  width: 96%;
}
.donut-flex text {
  font-size: 20px;
  font-weight: 600;
}
.donut-flex .charts-flex {
  width: 245px;
  height: 245px;
}
/*Retailer Scorecard Ends*/

/*Aftersales Scorecard Starts*/
.Afs-score,
.table-norms {
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  width: 100%;
}

.Afs-score thead th {
  min-width: 140px !important;
  background-color: #fff;
}
.Afs-score thead tr:nth-child(2) th {
  min-width: 140px !important;
}
.Afs-score tbody tr td {
  text-align: right;
}
.Afs-score tbody tr td:first-child,
.Afs-score tbody tr td:nth-child(2),
.Afs-score tbody tr td:nth-child(3),
.Afs-score tbody tr td:nth-child(4),
.Afs-score tbody tr td:nth-child(5) {
  text-align: left !important;
}
.Afs-score thead th,
.Afs-score tbody td {
  border-right: 1px solid #ddd !important;
}
.table-norms thead th,
.table-norms tbody td {
  border-right: 1px solid #ddd !important;
  height: 19px;
}
.Afs-score thead tr th:first-child,
.Afs-score tbody tr td:first-child {
  min-width: 50px !important;
  width: 50px !important;
}
.Afs-score thead tr th:nth-child(2),
.Afs-score tbody tr td:nth-child(2) {
  min-width: 240px !important;
  width: 240px !important;
}
.Afs-score thead tr th:nth-child(4),
.Afs-score tbody tr td:nth-child(4) {
  min-width: 280px !important;
  width: 280px !important;
}
.Afs-score tbody td {
  padding: 0 2px !important ;
}
.Afs-score thead th:first-child,
.Afs-score tbody td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}

.Afs-score thead th:nth-child(2),
.Afs-score tbody td:nth-child(2) {
  position: sticky;
  left: 50px;
  top: 0;
  z-index: 100;
}
.Afs-score .table-scroll {
  width: 100%;
  height: calc(100vh - 310px);
}
.table-norms thead th:nth-child(4),
.table-norms thead th:nth-child(7) {
  min-width: 40px !important;
}
.table-norms thead th .sort-spn {
  position: relative;
  top: -3px;
  margin: 0 5px 0 0;
}
.table-norms.table-level-3 tr:nth-child(3) th:nth-child(3) {
  min-width: 40px !important;
}
.table-norms tbody tr td {
  padding: 0 3px !important;
}
/*Aftersales Scorecard Ends*/

/*Input Starts*/
.select-space {
  display: flex;
  gap: 10px;
}
.justify-btw {
  justify-content: space-between;
}
.width-100 {
  width: 100%;
}
.centre-drop-cl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.centre-drop-cl .help-btns {
  margin: 0;
}
.centre-drop-cl .drad-drop {
  width: 250px;
  min-height: 32px;
}
.centre-drop-cl .drag-class {
  height: 32px !important;
}

.download-input {
  font-size: 14px;
  color: #336699 !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: #336699 !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.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: #e3f8d8 !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 #274b63;
  outline: none;
}
.courtesy-table td input:hover,
.courtesy-table td input:focus {
  border: 2px solid #274b63;
  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 {
  padding-right: 3px !important;
}

.input-table tr.JLRBold td {
  padding: 0 3px !important;
}
.retailer-input {
  background: #fceaed !important;
}
.jlr-input {
  background: #e3f8d8 !important;
}
.btn-text {
  color: #369 !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: #369;
  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: 10px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td .timer-count {
  gap: 5px;
  width: 195px;
  margin: 0 auto;
}
.times-box {
  display: grid;
  grid-template-columns: 1fr;
  background: #336699;
  border-radius: 3px;
  padding: 5px 0;
}
td .times-box {
  padding: 2px 0 2px 0;
  width: 45px;
}
.times {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px 0;
  display: flex;
  justify-content: center;
}
td .times {
  font-size: 11px;
  margin: 0 0 1px 0;
}
.times-value {
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  margin: 0 0 3px 0;
}
td .times-value {
  font-size: 8px;
  margin: 0 0;
}
.chart-donut {
  display: flex;
  max-width: 190px;
  justify-content: center;
  max-height: 300px;
  margin: 0 auto;
}
.ratio-chart text {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.info-icon {
  position: relative;
  margin: 0 0 0 -15px;
  top: -16px;
  z-index: 1000;
}
.scroll-table.status-table {
  padding: 10px;
}
.status-db {
  height: calc(100vh - 203px);
}
.scroll-table.status-table thead tr th {
  text-align: center !important;
}
.scroll-table.status-table thead tr th,
.scroll-table.status-table tbody tr td {
  min-width: 60px !important;
}
.scroll-table.status-table.status-db tbody tr td {
  text-align: center;
}
.scroll-table.status-table thead tr th.first-child,
.scroll-table.status-table tbody tr td.first-child {
  min-width: 350px !important;
}
.scroll-table.status-table.status-db tbody tr td.first-child {
  text-align: left !important;
}
.scroll-table.status-table thead tr th.last-child,
.scroll-table.status-table tbody tr td.last-child {
  max-width: 50px !important;
  min-width: 50px !important;
  width: 50px !important;
}
.scroll-table.status-table tbody tr td:nth-child(10) {
  padding: 0 !important;
}
.scroll-table.status-table tbody tr td:last-child {
  text-align: center !important;
}
.scroll-table.status-table td input,
.scroll-table.status-table td select,
.scroll-table.status-table td textarea {
  display: inline-block;
  width: 100%;
  border: 2px solid transparent;
  background: none;
  height: 29px;
  font-size: 10px;
  color: #191919;
  outline: none;
}
.scroll-table.status-table td input:hover,
.scroll-table.status-table td select:hover,
.scroll-table.status-table td textarea:hover,
.scroll-table.status-table td input:focus,
.scroll-table.status-table td select:focus,
.scroll-table.status-table td textarea:focus {
  border: 2px solid #274b63;
  outline: none;
}
.btn-grid {
  display: flex;
  background: #369;
  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;
  gap: 50px;
}
.leg-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.leg-item span {
  display: flex;
  background: #ccc;
  width: 12px;
  height: 12px;
}
.leg-item .c-forecast {
  background: #274b63;
}
.leg-item .c-actuals {
  background: #336699;
}
.leg-item .c-nv {
  background: #336699;
}
.leg-item .c-uv {
  background: #525252;
}
.leg-item .c-ztd {
  background: #336699;
}
.leg-item .c-tsd {
  background: #274b63;
}
.leg-item .c-snd {
  background: #d2aa87;
}
.leg-item .c-pnd {
  background: #525252;
}
.leg-item p {
  margin: 0;
  font-size: 12px;
}

g.legend {
  display: none;
}
/*Legends Ends*/
/**Chat Starts**/

/**Left Menu Starts**/
.msg-main {
  display: grid;
  grid-template-columns: 1fr;
}
.msg--menu {
  background: #303338;
  border-right: 0.3px solid #000;
  height: calc(100vh - 44px);
  display: none;
}
.white--theme .msg--menu {
  background: #eee;
  border-right: 0.3px solid #ccc;
}
.msg--menu__head__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 33px;
  border-bottom: 0.3px solid #000;
  font-weight: 500;
}
.white--theme .msg--menu__head__content {
  border-bottom: 0.3px solid #ccc;
}
.msg--menu__ctg {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #9a9a9b;
}
.white--theme .msg--menu__ctg {
  color: #707070;
}
.msg--menu__ctg__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  height: 35px;
}
.msg--menu__ctg__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 23px;
  height: 28px;
  cursor: pointer;
  border-right: none;
  font-size: 12px;
}
.msg--menu__ctg__inner.msg--menu.LeftSelectedClass {
  background: #292b2f !important;
  color: #fff;
}
.white--theme .msg--menu__ctg__inner.msg--menu.LeftSelectedClass {
  background: #ddd !important;
  color: #000;
}
.msg--menu__ctg__top.CategoryLeftSelectedClass {
  background: #292b2f !important;
  color: #fff;
}
.white--theme .msg--menu__ctg__top.CategoryLeftSelectedClass {
  background: #ddd !important;
  color: #000;
}
.msg--menu__ctg__inner .ctg--grey {
  display: flex;
}
.msg--menu__ctg__inner .ctg--white {
  display: none;
}
.msg--menu__ctg__inner:hover {
  background-color: #292b2f !important;
  color: #fff;
}
.white--theme .msg--menu__ctg__inner:hover {
  background-color: #ddd !important;
  color: #000;
}
.msg--menu__ctg__inner:hover .ctg--white {
  display: flex;
}
.msg--menu__ctg__inner:hover .ctg--grey {
  display: none;
}
.msg--menu__ctg__inner.msg--menu__selected .ctg--white {
  display: flex;
}
.msg--menu__ctg__inner.msg--menu__selected .ctg--grey {
  display: none;
}
.ctg--top__lt {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.ctg--top__rt {
  position: relative;
  cursor: pointer;
}
.ctg--top__rt.ctg--top__rt__set {
  display: flex;
  width: 14px;
  height: 14px;
}
.ctg--top__rt img {
  width: 12px;
  height: 12px;
}
.top__lt__fst {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.msg--menu__ctg__inner .top__lt__fst img {
  width: 13px;
  height: 14px;
}
.ctg--top__lt span {
  font-weight: 500;
}
.msg--menu__ctg__inner .ctg--top__lt span {
  font-weight: 400;
}
.msg--menu__ctg__inner .top__lt__fst {
  margin: 0 8px 0 0;
}
.msg--menu__chat {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 35px;
  font-weight: 500;
  cursor: pointer;
}
.msg--menu__chat:hover {
  background-color: #292b2f;
  color: #fff;
}
.white--theme .msg--menu__chat:hover {
  background-color: #ddd;
  color: #000;
}
.msg--menu__selected {
  background-color: #2152a0 !important;
  color: #fff;
}
.msg--menu__chat__user {
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  overflow: hidden;
  background: #e50d4b;
  margin: 0 15px 0 0;
}
.msg--menu__chat__user img {
  max-width: 22px;
  max-height: 22px;
  width: auto;
  height: auto;
  border-radius: 100%;
}
.msg--menu__chat__user span {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
}
.white--theme .msg--menu__chat__user span {
  color: #000;
}
/**Left Menu Ends**/

/**Chat body Starts**/
.msg--body {
  display: flex;
}
.msg--body__lt {
  width: 100%;
}
.msg--body__lt.msg--body__lt__sm {
  max-width: calc(100% - 300px);
}
.msg--body__lt.msg--body__rt {
  width: 300px;
  border-left: 1px solid #000;
}
.white--theme .msg--body__lt.msg--body__rt {
  border-left: 1px solid #ccc;
}
.msg--body__lt__head {
  display: flex;
  height: 33px;
  border-bottom: 0.3px solid #000;
  align-items: center;
  padding: 0 15px;
  display: none;
}
.white--theme .msg--body__lt__head {
  border-bottom: 0.3px solid #ccc;
}
.msg--body__messages {
  height: calc(100vh - 97px);
  position: relative;
}
.msg--body__messages__chats {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  max-height: calc(100vh - 100px);
}
.msg--body__messages__chats__scroll {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 120px;
  max-height: calc(100vh - 220px);
  overflow: auto;
}
.msg--body__user {
  display: flex;
  align-items: center;
}
.msg--body__user__wrap {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  background: #e50d4b;
}
.msg--body__user__img {
  max-width: 22px;
  max-height: 22px;
  width: auto;
  height: auto;
  border-radius: 100%;
}
.msg--body__initials {
  font-size: 10px;
  font-weight: 600;
}
.msg--body__initials {
  font-size: 10px;
  font-weight: 600;
}
.msg--body__name {
  font-weight: 600;
  margin: 0 0 0 10px;
}
.msg--body__type {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.msg--body__type textarea {
  background: #d8dde0;
  border: 1px solid #d8dde0;
  resize: none;
  border-radius: 10px 10px 0 0;
  width: 100%;
  min-height: 70px;
  height: 70px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
  padding: 24px 50px 10px 50px;
  overflow: hidden;
  outline: none !important;
}
.white--theme .msg--body__type textarea {
  background: #ddd;
  border: 1px solid #ddd;
  color: #000;
}
.msg--body__attachment {
  position: absolute;
  left: 30px;
  display: flex;
  top: 25px;
  z-index: 100;
}
.msg--body__date_sepr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #9a9a9b;
  position: relative;
  padding: 0 15px;
  margin: 20px 0;
}
.white--theme .msg--body__date_sepr {
  color: #707070;
}
.msg--body__date_sepr {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  position: relative;
  padding: 0 15px;
  margin: 20px 0;
}
.msg--body__date_sepr span {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 0 15px;
}
.white--theme .msg--body__date_sepr span {
  background: #f5f5f5;
}
.msg--body__date_sepr hr {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  margin: 0;
  border-width: 0.1px;
  z-index: 99;
}
.msg--body__post__chat {
  padding: 4px 15px;
  margin: 0 0 10px 0;
  position: relative;
}
.msg--body__post__chat:hover {
  background-color: #d8dde0;
}
.white--theme .msg--body__post__chat:hover {
  background-color: #eee;
}
.post__chat__name__time {
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}
.msg--body__post.reverse-row .post__chat__name__time {
  flex-direction: row-reverse;
}
.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: #b9e8f1;
}
.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: #d6edf6;
  border-radius: 8px;
  height: 150px;
  align-items: center;
  display: flex;
  max-width: 150px;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #b9e8f1;
  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: #a6c3c1;
  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: #a6c3c1;
  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: #a6c3c1;
  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: 15px 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 15px 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 10px 0;
}
.btn-info-rep {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.acco-btns a {
  display: flex;
  background: #336699;
  color: #fff !important;
  font-size: 13px;
  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: #5386b9;
  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: #274b63 !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: #369 !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: #369 !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;
}
.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;
}
.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;
}
.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: 5px;
  top: 3px;
  display: none;
}

.derivative-table td .cancel {
  position: absolute;
  right: 5px;
  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: 25px;
  top: 3px;
  display: none;
}
.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 #369 !important;
}
.derivative-table td.text-left.RequestedClass.RedClass {
  border: 3px solid #369 !important;
}
.uv-vol-head {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 10px 0;
}
.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;
}
.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;
}
.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: #274b63;
  color: #fff !important;
}
/*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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: -25px;
  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;
}
.map-start-btns a {
  width: auto;
  padding: 0 12px;
}
.map-address {
  display: inline-block;
  width: 100%;
  margin: 0px 0 10px 0;
  font-size: 13px;
  text-transform: uppercase;
}
.flex-items {
  display: flex;
  gap: 10px;
  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: #336699;
  color: #fff !important;
  width: 70px;
  height: 32px;
  border-radius: 2px;
}
.c-pointer {
  cursor: pointer !important;
}
.c-pointer:hover {
  text-decoration: underline;
}
.flex-title .a-accord {
  width: 100%;
  padding: 8px 12px;
  background: #274b63;
  color: #fff !important;
}
.admin-main {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
}
.flex-title.links-title {
  margin: 0 0 15px 0;
}
.links-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 30px 0;
}
.links-det {
  display: inline-block;
  text-align: center;
}
.links-det img {
  height: 75px;
  width: auto;
}
.links-det span {
  display: flex;
  color: #525252 !important;
  text-transform: uppercase;
  font-size: 12px;
  justify-content: center;
  font-weight: 400;
}
.app-main {
  display: flex;
  justify-content: center;
}
.apps-inn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 30px 0 0 0;
  max-width: 1000px;
  flex-wrap: wrap;
}
.apps-inn a {
  display: flex;
  width: 190px;
  height: 190px;
  background: #ccc;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.a-inn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.a-inn img {
  height: 55px;
  width: auto;
}
.a-inn span {
  display: flex;
  height: 38px;
  font-size: 13px;
  color: #fff;
  margin: 30px 0 0 0;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 7px;
}
.c-1 {
  background-color: #86c745 !important;
}
.c-2 {
  background-color: #fdaf17 !important;
}
.c-3 {
  background-color: #f2612a !important;
}
.c-4 {
  background-color: #a436a6 !important;
}
.c-5 {
  background-color: #45ad76 !important;
}
.c-6 {
  background-color: #018cdd !important;
}
.c-7 {
  background-color: #175b8c !important;
}
.c-8 {
  background-color: #e8ab59 !important;
}
.c-9 {
  background-color: #d1bd82 !important;
}
.c-10 {
  background-color: #896fae !important;
}
.c-11 {
  background-color: #7d2c3b !important;
}
.c-12 {
  background-color: #e6927c !important;
}
/*Map Ends*/

flex-d {
  display: flex;
}
.red-asteric {
  color: red;
  line-height: 15px;
}
.flex-ac {
  align-items: center;
}
.flex-as {
  align-items: flex-start;
}
.flex-ae {
  align-items: flex-end;
}
.flex-jc {
  justify-content: center;
}
.flex-jci {
  justify-items: center;
}
.flex-js {
  justify-content: flex-start !important;
}
.flex-jis {
  justify-items: flex-start !important;
}
.text-upper {
  text-transform: uppercase;
}
.txt-grey {
  color: #8c8c8c;
}
.font-20 {
  font-size: 20px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.p-fixed{
  position: fiexd;
}
.bottom-20{
  bottom: 20px;
}
.grid-d {
  display: grid;
  
}

.fixed-div{
height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 100px;
    align-content: space-between;
    padding-bottom: 20px;

}

.text-center {
  text-align: center;
}