@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");
/* body {
  font-family: "SF Pro Display";
} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #f9f9fb;
  font-family: "Proxima Nova Rg" !important;
}
@media (min-width: 992px){
.col-lg-3.manage-lg-3 {
    width: 24%;
}}
/* ========= Utility Class ==========  */
.font_200 {
  font-weight: 200 !important;
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.font_900 {
  font-weight: 900 !important;
}

.font_8 {
  font-size: 8px !important;
}

.font_10 {
  font-size: 10px !important;
}

.font_12 {
  font-size: 12px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_15 {
  font-size: 15px !important;
}

.font_16 {
  font-size: 16px !important;
}

.font_17 {
  font-size: 17px !important;
}

.font_18 {
  font-size: 18px !important;
}

.font_19 {
  font-size: 19px !important;
}

.font_20 {
  font-size: 20px !important;
}

.font_22 {
  font-size: 22px !important;
}

.font_24 {
  font-size: 24px !important;
}

.font_25 {
  font-size: 25px !important;
}

.font_26 {
  font-size: 26px !important;
}

.font_28 {
  font-size: 28px !important;
}

.font_30 {
  font-size: 30px !important;
}

.font_32 {
  font-size: 32px !important;
}

.font_36 {
  font-size: 36px !important;
}

.font_40 {
  font-size: 40px !important;
}

.font_46 {
  font-size: 46px !important;
}

.font_48 {
  font-size: 48px !important;
}

.white_ff {
  color: #ffffff !important;
}

.white_f9 {
  color: #f9fff3 !important;
}

.black_00 {
  color: #000000;
}
.gray_5F {
  color: #5f6368;
}
.white_aa {
  color: #aaaaaa;
}
.fill_chart_pr {
  color: #a070e5;
}
.fill_chart_prlight {
  color: #bf8efb;
}
.dark-gray {
  color: #47444f;
}
body.bg-lightgray {
  background-color: #f2f2f2;
}
.w-max-content {
  width: max-content;
}
.white-space-nw {
  white-space: nowrap;
}
a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
  text-decoration: none !important;
}
.navbar-light .navbar-toggler {
  border: none;
  padding: 0;
}
.nav-link:hover {
  color: inherit;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: lightgray;
}

ul {
  list-style: none;
}

ul .dropdown-item:focus,
ul .dropdown-item:hover {
  background-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
}

button {
  border: inherit;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-1 {
  flex: 1;
}
.margin-auto {
  margin: 0 auto;
}
.h-100vh {
  height: 100vh;
}
.logo-databox {
  height: 100px;
}
.logo-databox img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.logo-databox-hfix {
  height: 90px;
}
.logo-databox-hfix img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.navbar-header {
  justify-content: inherit;
}
.btn-pple {
  background-color: #4e36fc;
  border-color: #4e36fc;
  color: #fff;
}
.btn-pple:hover {
  background-color: #3e25ff;
  border-color: #4e36fc;
  color: #fff;
}
.lowerchart {
  transform: rotate(180deg);

  margin-top: -53px;
  margin-left: 10px;
  margin-right: -23px;
}
.card-legend {
  box-shadow: 0px 4px 30px 0px rgba(198, 198, 198, 0.25);
  padding: 18px 24px;
  border-radius: 11px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto;
  margin-top: 25px;
}
.dataimg {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 30px 0px rgba(155, 155, 155, 0.25);
  padding: 8px;
}
.dataimg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.daat1-dot {
  background-color: #fbbb5c;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.daat2-dot {
  background-color: #8a9fda;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.legend-data1 {
  display: flex;
  gap: 6px;
  align-items: center;
}
.legend-data2 {
  display: flex;
  gap: 6px;
  align-items: center;
}

.customer-legend .legend-data1 {
  background-color: #6087cd;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.customer-legend .legend-data2 {
  background-color: #695cfb;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.customer-legend .data1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.customer-legend {
  display: flex;
  gap: 10px;
}
.show-yaxis {
  text-align: center;
  height: 100%;
  /* margin-top: auto; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}
.show-yaxis p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #2f3756;
  font-weight: 500;
  font-family: "Milliard";
}
#page-topbar {
  background-color: #fff !important;
}
.flex-grow-6 {
  flex-grow: 6 !important;
}
.simplebar-content {
  position: fixed;
}
/* .btn-primary {
  background-color: #002a5c !important;
  border-color: #002a5c;
}
.form-check-input:checked {
  background-color: #002a5c;
  border-color: #002a5c;
}
.text-primary {
  color: #002a5c !important;
} */
.navbar-header-link .navbar-nav .nav-link {
  color: #8a8b9f;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.navbar-nav .nav-link {
  padding-right: 32px !important;
}
.navbar-brand-box {
  background: #f1f4f9;
}
.vertical-menu {
  background: #f1f4f9;
}
/* Subsctiption */
.subscribe-card {
  padding: 50px;
  background-color: #007ab0 !important;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
/* home page */

.mm-active .active img {
  filter: invert(30%) sepia(60%) saturate(1734%) hue-rotate(218deg)
    brightness(100%) contrast(101%);
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  color: #8a8b9f;
}
.text-violet {
  color: #4e36fc;
}
.text-blue {
  color: #002a5c;
}

#sidebar-menu ul li a img img:focus {
  filter: invert(30%) sepia(60%) saturate(1734%) hue-rotate(218deg)
    brightness(100%) contrast(101%);
}

#sidebar-menu ul li a img {
  display: inline-block;
  height: 17px;
  padding-bottom: 0.125em;
  padding-right: 5px;
  font-size: 1rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: #7f8387;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#sidebar-menu ul li a {
  margin: 10px;
  border-radius: 6px;
}
.search-group {
  background: #f2f2f2;
  border-radius: 17.098px;
  padding: 25px;
}
.search-group .select2-container .select2-selection--single {
  border: 1px solid #ced4da61 !important;
  border-radius: 8px !important;
  color: #3c4071;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.select2-selection--single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* .sentiment-chart {
  border-radius: 15px;
  background: #eefdfe;
  padding: 14px 24px;
  height: 100%;
}
.sentiment-chart .h-fix {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */
/* .age-distribute-chart {
  border-radius: 20px;
  background: #f9f9f9;
  padding: 14px 30px;
} */
/* .h-fix .progress-bar {
  margin-right: 5px;
  border-radius: 4px;
}
.h-fix .progress {
  height: 12px;
} */
/* .gender-chart {
  border-radius: 15px;
  padding: 14px 24px;
  background: rgba(255, 98, 98, 0.1);
} */
.chart-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #000000;
}
.map-graph {
  border-radius: 20px;
  border: 2px solid #9faefa;
  background: #272a3e;

  padding: 16px 10px;
  height: 100%;
}
.map-div-text {
  padding: 34px 44px;
}
.text-height {
  height: 85px;
  width: fit-content;
}
#chartdiv {
  width: 100%;
  height: 500px;
}

/* scrollbar styling */
#scroll-bar::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #d3d9de;
  border-radius: 21px;
}

#scroll-bar::-webkit-scrollbar {
  width: 5px;
  border-radius: 21px;
  background: #809fb8;
  height: 5px;
}

#scroll-bar::-webkit-scrollbar-thumb {
  /* background-color: #706a6a;
    border: 2px solid #555555; */
  border-radius: 21px;
  background: #809fb8;
}
/* scrollbar styling */
/* .top-comp-card {
  padding: 8px;
  background: #fff;
} */

/* .scatter-image-chart {
  border: 3px solid #f9f9f9;
  border-radius: 20px;
  padding: 18px 24px;
  margin: 30px 0;
} */
/* .table-brands table {
  border-collapse: collapse;
  width: 977px;
  table-layout: fixed;
} */
/* .table-brands.table-width table {
  width: 826px;
} */
.table-brands.table-width td,
.table-brands.table-width th {
  padding: 10px;
  min-width: 270px;
  border-bottom: 1px solid #e6edff;
}
.table-brands td,
.table-brands th {
  padding: 10px;
  min-width: 240px;
  border-bottom: 1px solid #e6edff;
}
.table-brands thead tr {
  background: #fff;
  color: #000;
  display: block;
  position: relative;
}
.table-brands tbody {
  display: block;
  height: 200px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.score-engage {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table-brands .progress {
  width: 130px;
}
.bg-violet {
  background-color: #6f66ff;
}

.search-group.select-tag {
  opacity: 1;
}
.search-group .country-select {
  background-color: #e4e4e4;
}
.country-select .select2-container .select2-selection--single {
  background-color: #e4e4e4 !important;
  margin-left: 15px !important;
}
.select2-selection--single {
  height: 100% !important;
}
.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}

.compare-card {
  border-radius: 10px;
  background: #fff;
  height: 100%;
  padding: 20px;

  border-radius: 17.098px;
}
.sentiment-showing {
  display: flex;
  flex-direction: column;
}
.table.table-borderless > :not(caption) > * > * {
  border-top-width: 0px;
}
.vertical-middle {
  vertical-align: middle;
}
.compare-sentimates-logo {
  border: 2px solid #e3e7fb;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  /* padding: 5px; */
  margin-left: auto;
  background-color: #fff;
  overflow: hidden;
}
.compare-sentimates-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.barchart1 {
  border-radius: 10px;
  background: #f6f6f6;
  padding: 8px;
  margin-top: 15px;
}
.absolute-logo-image {
  position: absolute;
  top: -9%;
  left: 8%;
}
.piechart {
  position: relative;
}
.overlaychart {
  position: absolute;
  top: 31%;
  left: 50%;
}
.marketoverlaychart {
  position: absolute;
  top: 33%;
  left: 59px;
  transform: translateX(-28px);
}
.brand-logo {
  border: 2px solid #e3e7fb;
  border-radius: 50%;
  height: 76px;
  width: 76px;
  /* padding: 10px; */
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}
.brand-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.compet-brand-logo {
  border: 3px solid #cf77fb;
}
.percent-show {
  color: #66509b;
}
.img-flag {
  margin-right: 7px;
  height: 23px;
  width: 18px;
}
.margin-end {
  margin-right: 28px;
}

/* databoxv2 */
.bg-royal {
  background-color: #3b66ff !important;
}

.navbar-brand-box {
  padding: 0 1rem;
}
.mm-active > a {
  color: #217efd !important;
}
.header-item.logo-trends {
  height: 60px;
  width: 60px;
  padding: 0;
}
.simplebar-content {
  height: calc(100% - 124px);
}
#sidebar-menu {
  height: 100%;
}
.metismenu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.logo-trendsnew {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.header-item.logo-trends img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.logo span.logo-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.vertical-menu {
  background: #ffffff;
}
.navbar-brand-box {
  background: #fff;
  border-radius: 0 17px 0 0;
  height: 117px;
  width: 330px;
}
#page-topbar {
  background-color: #ebebeb !important;
  box-shadow: none;
  border-radius: 0 0px 17px 0;
}
.page-title {
  color: #36373b;
  font-size: 34px;
  font-weight: 600;
}
.mm-active .active img {
  filter: invert(45%) sepia(91%) saturate(3914%) hue-rotate(202deg)
    brightness(101%) contrast(98%);
}
.mm-active > a {
  background-color: #f8f8f8;
  border-radius: 18px;
}
.mm-active .active {
  color: #217efd !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
  width: auto;
}
#sidebar-menu ul li a {
  font-size: 18px;
  font-weight: 500;
  margin: 5px 20px;
  color: #809fb8;
  font-family: "Milliard" !important;
}
#sidebar-menu ul li a img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin-right: 12px;
  padding-right: 0;
}
.vertical-collpsed .navbar-brand-box {
  width: 108px !important;
}
.navbar-header {
  height: 117px;
}
.logo-light {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.page-content {
  padding: calc(117px + 24px) calc(24px / 2) 60px calc(24px / 2);
}
.vertical-menu {
  top: 117px;
  width: 330px;
}
.vertical-collpsed .vertical-menu {
  width: 108px !important;
}
.vertical-collpsed .main-content {
  margin-left: 108px;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a img {
  padding-right: 0;
  margin-right: 0;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
  width: fit-content;
  min-height: 50px;
  padding: 10px 20px;
}
#sidebar-menu ul .mm-active .active {
  display: block;
  width: 100%;
}
.trends-research {
  height: 53px;
  object-fit: contain;
}
.vertical-collpsed #sidebar-menu .sidebar-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding-left: 30px;

  color: #809fb8 !important;
}
.vertical-collpsed #sidebar-menu .sidebar-title .research-text {
  display: none;
}

#sidebar-menu .sidebar-title .research-text {
  display: block;
}
#sidebar-menu .sidebar-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding-left: 30px;

  color: #809fb8 !important;
  display: flex;
  gap: 6px;
  text-transform: uppercase;
}
.master-card-main {
  height: 140px;
  display: flex;
  align-items: center;
}
.master-card {
  background-color: #fff;
  padding: 14px 21px;
  border-radius: 17.098px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.master-card .master-card-title {
  color: #36373b;
  font-size: 20px;
}
.master-card .master-chain {
  border: 2px solid #d9e1e7;
  padding: 15px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 14px;
  height: fit-content;
}
.master-card .master-chain i.arrow-blue {
  font-size: 20px;
  color: #3b66ff;
  margin-bottom: -10px;
}
.master-chain p {
  font-size: 19px;
  color: #050505;
  margin-bottom: 0;

  font-weight: 600;
  font-size: 19.2353px;
  line-height: 24px;
}
.master-card .master-card-icon {
  border: 2px solid #e3e7fb;
  border-radius: 50%;
  height: 76px;
  width: 76px;
  /* padding: 3px; */
  overflow: hidden;
}
.master-card .master-card-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sentiment-chart {
  border-radius: 15px;
  background: #fff;
  padding: 14px 20px;
  height: 100%;
}
.gender-chart {
  border-radius: 15px;
  padding: 14px 24px;
  background: #fff;
  height: 100%;
}
.sentiment-card {
  padding: 15px;
  display: flex;
  gap: 20px;
  background: #4be980;
  box-shadow: 0px 9.79785px 12.3173px rgba(75, 233, 128, 0.3);
  border-radius: 10.4977px;
  align-items: center;
  margin-bottom: 28px;
}
.progress-sentiment .withemojy-title {
  width: 170px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.progress-sentiment .progress-bar.bg-warning {
  background-color: #ffc639 !important;
}
.progress-sentiment .progress-bar.bg-danger {
  background-color: #d72b27 !important;
}
.progress-sentiment .progress-bar.bg-success {
  background-color: #4be980 !important;
}
.progress-sentiment .progress {
  background-color: #f1f4f9;
  width: 100%;
  height: 7px;
}
.progress-sentiment .progress-bar {
  border-radius: 7px;
}
.progress-sentiment .title {
  font-size: 12.82px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Milliard";
}
.progress-sentiment .percent-text {
  color: #050708;
  font-weight: 600;
  font-size: 12.82px;
}
.progress-sentiment {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.progress-sentiment .emoji-icon {
  height: 16px;
  width: 16px;
  object-fit: contain;
}
.progress-sentiment .title.red {
  color: #d72b27;
}
.progress-sentiment .title.warning {
  color: #ffc639;
}
.progress-sentiment .title.success {
  color: #1ad598;
}
.sentiment-card .percent {
  position: relative;
}
.sentiment-card .sentiment-percent {
  color: #ffffff;
  font-size: 25.19px;
  font-weight: 500;
  line-height: 25px;
  font-family: "Milliard";
}
.sentiment-card .sentiment-percent-title {
  color: #fff;
  font-size: 15px;
}
.sentiment-card svg {
  position: relative;
  width: 60px;
  height: 60px;
  transform: rotate(25deg);
}

.sentiment-card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 5;
}

.sentiment-card svg circle:last-of-type {
  stroke-dasharray: 160px;
  stroke-dashoffset: calc(160px - (160px * var(--percent)) / 100);
  stroke: #ebff02;
}
.progress-gender {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 85%;
  justify-content: center;
  margin: 0 auto;
}
.progress-gender .female-title {
  color: #809fb8;
  font-size: 12.82px;
  font-weight: 500;
  text-align: end;
  font-family: "Milliard";
}
.progress-gender .male-title {
  color: #262a3e;
  font-size: 12.82px;
  font-weight: 500;
  text-align: end;
  font-family: "Milliard";
  margin-left: 15px;
}
.progress-gender .progress-bar {
  border-radius: 8px;
}
.progress-gender .progress {
  width: 100%;
  height: 7px;
}
.progress-gender .progress-bar.female {
  background-color: #809fb8;
}
.progress-gender .progress-bar.male {
  background-color: #262a3e;
}
.progress-gender .percent-text {
  color: #050708;
  font-weight: 600;
}
.gap-graph {
  gap: 34px;
}
.customer-pro-chart {
  border-radius: 15px;
  background: #fff;
  padding: 14px 20px;
}
.age-distribute-chart {
  border-radius: 15px;
  background: #fff;
  padding: 14px;
  height: 100%;
}
.chart-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #050505;
}
.agebar-container {
  /* width: max-content;
  height: 200px; */
  display: flex;
  justify-content: space-evenly;
}
.agebar-container .month-datalabel {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 12;
  top: -8px;
  margin-bottom: 0;
}
.agebar-container .month-datalabel {
  background: rgba(217, 225, 231, 30%);
  width: 40px;

  border-radius: 7px 7px 0 0;
}
.agebar-container .bar-separated-stroke {
  border-right: 1px solid rgba(0, 0, 0, 20%);
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
}
.agebar-container .bar.monthbar1 {
  background-color: #df00f2;
}
.agebar-container .bar.monthbar2 {
  background-color: #f7a23b;
}
.agebar-container .bar.monthbar3 {
  background-color: #00c7f2;
}
.agebar-container .bar.monthbar4 {
  background-color: #695cfb;
}
.agebar-container .bar.monthbar5 {
  background-color: #fbc62f;
}
.agebar-container .month-bar-label {
  color: #809fb8;
  font-weight: 500;
}
.agebar-container .barcontainer {
  background-color: rgba(217, 225, 231, 30%);
  position: relative;
  transform: translateY(-50%);
  top: 34%;
  /* margin-left: 30px; */
  /* width: 28px; */
  width: 40px;
  height: 136px;
  float: left;
  border-radius: 0 0 7px 7px;
  /* //border darken(#98AFC7, 40%) 3px solid */
}
.agebar-container .barcontainer.max-data {
  height: 126px;
}
.agebar-container .month-datalabel.max-data-label {
  top: -2%;
  background: transparent;
}
/* .month-datalabel.max-data-label{
  background: rgba(217, 225, 231, 30%);
  width: 40px;
  border-radius: 2;
  border-radius: 7px 7px 0 0;
} */
.agebar-container .bar {
  background-color: #3b66ff;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  /* //border-top: 6px solid #FFF; */
  box-sizing: border-box;
  animation: grow 1.5s ease-out forwards;
  transform-origin: bottom;
  border-radius: 7px;
}
@keyframes grow {
  from {
    transform: scaleY(0);
  }
}
.top-percentine .percent {
  position: relative;
  text-align: center;
}

.top-percentine svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(52deg);
}

.top-percentine svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 12;
  /* stroke-linecap: round; */
}

.top-percentine svg circle:last-of-type {
  stroke-dasharray: 375px;
  stroke-dashoffset: calc(375px - (375px * var(--percent)) / 100);
  stroke: #4be980;
}

.top-percentine .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-percentine .number h3 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.map-div-text {
  padding: 10px;
  color: #000;
}
.map-div-text .text {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
}
.map-div-text .title {
  color: #000;
  font-weight: 600;
  font-size: 43px;
  line-height: normal;
}
.map-graph {
  background-color: #d9e1e7;
  border: none;
}
.top-main {
  background-color: #fff;
  padding: 14px 24px;
  border-radius: 16px;
}
.top-comp-card {
  /* border-radius: 20px; */
  /* border: 1px solid #e5e5e5; */

  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #eeeeee;

}
.top-comp-card i.fa-sort-up {
  margin-bottom: -6px;
}
.top-comp-card i.fa-sort-down {
  margin-top: -11px;
}
.custom-arrow-btn {
  align-items: center;
  gap: 13px;
}
/* scrollbar styling */
.overflow-top-comp#scroll-bar::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #d3d9de;
  border-radius: 21px;
}

.overflow-top-comp#scroll-bar::-webkit-scrollbar {
  width: 5px;
  border-radius: 21px;
  background: #809fb8;
}

.overflow-top-comp#scroll-bar::-webkit-scrollbar-thumb {
  /* background-color: #706a6a;
    border: 2px solid #555555; */
  border-radius: 21px;
  background: #809fb8;
}
.top-comp-card .master-card-icon {
  border: 2px solid #e3e7fb;
  border-radius: 50%;
  height: 47px;
  width: 47px;
  /* padding: 2px; */
  overflow: hidden;
}
.top-comp-card .top-title {
  color: #809fb8;
  font-size: 16px;
  font-weight: 500;
  font-family: "Milliard";
}
.top-comp-card .master-card-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.scatter-image-chart {
  border-radius: 15px;
  background: #fff;
  padding: 14px 20px;
  height: 100%;
}
.brands-imagechart {
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
}
.brands-imagechart .master-card-icon {
  border: 3px solid #e3e7fb;
  border-radius: 50%;
  overflow: hidden;
  /* padding: 10px; */
}
.brands-imagechart .master-card-icon.brandxxl {
  height: 140px;
  width: 140px;
}
.brands-imagechart .master-card-icon.brandxl {
  height: 120px;
  width: 120px;
}
.brands-imagechart .master-card-icon.brandlg {
  height: 100px;
  width: 100px;
  border: 2px solid #e3e7fb;
}
.brands-imagechart .master-card-icon.brandmd {
  height: 80px;
  width: 80px;
  border: 2px solid #e3e7fb;
}
.brands-imagechart .master-card-icon.brandsm {
  height: 60px;
  width: 60px;
  border: 2px solid #e3e7fb;
}
.brands-imagechart .master-card-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brands-imagechart .brands-data {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.nav-daystab .nav-link {
  color: #809fb8;
  border-radius: 0;
  padding: 0 7px;
  margin-left: 2px;
  font-size: 12px;
  font-weight: 500;
  border-left: 2px solid #809fb8;
  font-family: "Milliard";
}
.nav-daystab {
  justify-content: inherit;
  flex-wrap: nowrap;
  overflow-y: auto;
}
.nav-daystab .nav-link.active,
.nav-daystab .show > .nav-link {
  background-color: #fff;
  color: #47525b;
  border-bottom: none;
}
.period-text {
  width: 100px;
  font-family: "Milliard";
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  color: #696969;
}
.overflow-top-comp {
  height: 270px;
  overflow-y: auto;
}
.mcafe-days {
  color: #050505;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.request-text {
  color: #809fb8;
  font-size: 15px;
  margin-bottom: 30px;
  font-family: "Milliard";
  width: 85%;
}
.contact-input {
  display: flex;
  gap: 15px;
  width: 95%;
}
.contact-input .form-control {
  background-color: #efefef;
  padding: 16px 20px;
  border: none;
  flex: 1;
  font-weight: 500;
  border-radius: 7px;
  font-family: "Milliard";
}
.contact-input .contact-btn {
  background-color: #3b66ff;
  padding: 16px 40px;
  color: #f2f2f2;
  font-size: 13px;
  border-radius: 7px;
  margin-right: 8px;
  transition: 0.4s all ease-in;
  display: inline-block;
}
.contact-input .contact-btn:hover{
    background-color: #1447fc;
transition: 0.4s all ease-out;
}
.contact-input .form-control::-webkit-input-placeholder {
  color: #809fb8;
}
.contact-input .form-control::-moz-placeholder {
  color: #809fb8;
}
.contact-input .form-control:-ms-input-placeholder {
  color: #809fb8;
}
.contact-input .form-control:-moz-placeholder {
  color: #809fb8;
}

/* table */
.table-brands .progress-bar {
  border-radius: 15px;
}
.table-brands table {
  border-collapse: collapse;
  width: fit-content;
  table-layout: fixed;
}
.table-brands td,
.table-brands th {
  padding: 10px;
  min-width: 210px;
  border-bottom: 1px solid #e6edff;
  color: #06152b;
}
.table-brands thead tr th {
  font-weight: 500;
}
.table-brands .number-span {
  background: rgba(216, 216, 216, 0.3);
  padding: 8px 9px;
  color: #217efd;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 2px;
}
.score-engage {
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border: 2px solid #d9e1e7;
  border-radius: 10px;
  color: #050505;

  padding: 6px 14px;
}
.score-engage i.fa-sort-up {
  margin-bottom: -7px;
}
.score-engage i.fa-sort-down {
  margin-top: -7px;
}
.score-engage .mcafe-days {
  color: #050505;
}
.table-brands .progress {
  width: 100px;
  height: 6px;
}
.table-brands tbody {
  display: block;
  height: 344px;
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.table-brands.table-brands.table-inner-brands tbody{
  overflow-x: hidden;
}
main.main-trends {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}
.main-content {
  margin-left: 108px;
  min-height: calc(100vh - 0px);
}
/* table */

/* select */
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #809fb8;
  border-radius: 10px;
  padding: 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #809fb8;
  border-radius: 10px;
  padding: 0;
  /* transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg); */
}
.select2-container .select2-selection--single {
  background-color: #fff !important;
  border: none !important;
  border-radius: 10px;
  padding: 3px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 12px !important;
  color: #809fb8 !important;
  font-weight: 500;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 4px;
}
/* .select2-container {
  width: auto !important;
} */
/* select */
.hrline {
  position: relative;
  width: 100%;
  height: 100%;
}
.hrline::after {
  content: "";
  position: absolute;
  color: #969a9c;
  border: 1px solid #969a9c;
  width: 100%;
  top: 50%;
  transform: translateY(-13px);
}
/* PAGE2 */
.vs-title {
  color: #36373b;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.versus-card {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 17px;
}
.progress-group {
  margin: 0 10px;
  margin-top: 16px;
}
.progress-group .progress-bar {
  margin-right: 8px;

  border-radius: 3.55371px;
}
.text-success {
  color: #4be980 !important;
}
.text-warning {
  color: #ff9e17 !important;
}
.text-danger {
  color: #e5484d !important;
}
.bg-success {
  background-color: #4be980 !important;
}
.bg-warning {
  background-color: #ff9e17 !important;
}
.bg-danger {
  background-color: #e5484d !important;
}
.dark_43 {
  color: #434652;
}
.dark_74 {
  color: #74798a;
}
.gender-legend {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 25px;
}
.gender-legend .man-data {
  background-color: #3c4b6c;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.gender-legend .woman-data {
  background-color: #ea7236;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.customer-legend .customer-brand-logo {
  border: 2px solid #e3e7fb;
  border-radius: 50%;
  height: 47px;
  width: 47px;
  /* padding: 8px; */
  overflow: hidden;
  background-color: #fff;
}
.customer-legend .customer-brand-logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.customer-legend .legend-data1.sea-green {
  background-color: #42d3b6;
}
.customer-legend .legend-data1.sea-blue {
  background-color: #5dcadc;
}
.customer-legend .legend-data1.purple {
  background-color: #695cfb;
}
.customer-legend .legend-data2.pink {
  background-color: #cb96ff;
}
.monitored-text {
  color: #696969;
  width: 196px;
  line-height: normal;
}
.table > :not(caption) > * > * {
  padding: 10px;
}
.select-md-none {
  display: none;
}
.sentiments .title {
  font-family: "Milliard";
  font-size: 14px;
}
.gap-13{
    gap: 13px;
    justify-content: space-evenly;
}
.ps-chart{
    padding-left: 16px;
}
/* page3 */
.table-inner-brands .number-span {
  width: fit-content;
  padding: 2px;
}
.table-brands.table-inner-brands tbody {
  height: 590px;

}
.table-inner-brands .number-span img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.table-inner-brands {
  border-radius: 15px;
  background: #fff;
  padding: 14px 20px;
}
.industry-container {
  /* width: max-content;
    height: 200px; */
  display: flex;
  justify-content: space-evenly;
}
.industry-container .month-datalabel {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 12;
  top: -9px;
  margin-bottom: 0;
}
.industry-container .month-datalabel {
  background: rgba(217, 225, 231, 30%);
  width: 40px;

  border-radius: 7px 7px 0 0;
}
.industry-container .bar-separated-stroke {
  border-right: none;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
}
.industry-container .bar-separated-stroke .icon {
  height: 50px;
  width: 50px;
  border: 1.42px solid #e3e7fb;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 23px;
}
.industry-container .bar-separated-stroke .icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.industry-container .month-bar-label {
  color: #217efd;
  font-weight: 600;
  height: 37px;
  width: 37px;
  background: rgb(216 216 216 / 30%);
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-container .barcontainer {
  background-color: rgba(217, 225, 231, 30%);
  position: relative;
  transform: translateY(-50%);
  top: 34%;
  /* margin-left: 30px; */
  /* width: 28px; */
  width: 40px;
  height: 170px;
  float: left;
  border-radius: 0 0 7px 7px;
  /* //border darken(#98AFC7, 40%) 3px solid */
}
.industry-container .barcontainer.max-data {
  height: 126px;
}
.industry-container .month-datalabel.max-data-label {
  top: -2%;
  background: transparent;
}
/* .month-datalabel.max-data-label{
    background: rgba(217, 225, 231, 30%);
    width: 40px;
    border-radius: 2;
    border-radius: 7px 7px 0 0;
  } */
.industry-container .bar {
  background-color: #3c4b6c;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  /* //border-top: 6px solid #FFF; */
  box-sizing: border-box;
  animation: grow 1.5s ease-out forwards;
  transform-origin: bottom;
  border-radius: 7px;
}
@keyframes grow {
  from {
    transform: scaleY(0);
  }
}
/* login */
.login-card {
  border-radius: 17px;
  font-family: "Milliard";
  box-shadow: none;
}
.logo-mains {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin-bottom: 60px;
}
.footer-sec.bg-footer {
  background-color: #dadada;
}
.footer-sec.bg-footer .copyright-text {
  color: #000;
  font-family: "Milliard" !important;
}
.footer-sec.bg-footer .address-text {
  color: #000;
  font-family: "Milliard" !important;
}
.footer-sec.bg-footer .footer-link {
  color: #000;
  font-family: "Milliard" !important;
}
.login-card .login-btn.bg-color {
  background-color: #f79e1d;
  border-color: #f79e1d;
}

.logo-mains .span-vs {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.login-card .form-select {
  border: 2px solid #d9e1e7;
  color: #5b626b;
  font-size: 16px;
  font-weight: 500;
  border-radius: 17px 0 0 17px;
}
.login-card .input-group .form-control {
  border-radius: 0 17px 17px 0 !important;
}
.login-card .input-group {
  border-radius: 17px;
}
.login-card .login-title {
  color: #050505;
  font-size: 22px;
  font-weight: 600;
}
.login-card .login-text {
  color: #809fb8;
  font-size: 16px;
  font-weight: 500;
}
.login-card .form-control {
  border: 2px solid #d9e1e7;
  padding: 18px 20px;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 500;
}
.login-card .login-btn {
  padding: 20px;
  border-radius: 17px;
  color: #fff;
  font-size: 16px;
  background-color: #217efd;
  transition: 0.4s all ease-in;
}
.login-card .login-btn:hover{
  background-color: #006aff;
  transition: 0.4s all ease-out;
}
.login-card .form-control::-webkit-input-placeholder {
  color: #809fb8;
}
.login-card .form-control::-moz-placeholder {
  color: #809fb8;
}
.login-card .form-control:-ms-input-placeholder {
  color: #809fb8;
}
.login-card .form-control:-moz-placeholder {
  color: #809fb8;
}
.login-card .form-check .form-check-label {
  color: #809fb8;
  font-size: 14px;
  font-weight: 500;
}
.login-card .form-check-input {
  width: 18px;
  height: 18px;
  border: 1px solid #d9e1e7;
  border-radius: 5px;
}
.login-card .form-check-input:checked {
  background-color: #217efd;
  border-color: #217efd;
}
.logo-databox {
  height: 78px;
}
.login-card .form-check {
  display: flex;
  align-items: center;
  gap: 6px;
}
.login-card .forgot-pass-text {
  color: #809fb8;
  font-size: 14px;
}
.login-card .forgot-pass-text .icon {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.login-card .form-group {
  display: flex;
  align-items: center;
  gap: 9px;
}
.login-card .card-body {
  padding: 48px 54px;
}
.footer-sec {
  margin-top: auto;
}
@media (max-width: 1900px) {
  .col-xl-5.xl-5-manage {
    width: 38.66667%;
  }
  .col-xl-3.xl-3-manage {
    width: 28%;
  }
}
@media (max-width: 1700px) {
  .overflow-top-comp {
    height: 310px;
  }
}
@media (max-width: 1600px) {
  .col-xl-5.xl-5-manage {
    width: 47.66667%;
  }
  .col-xl-3.xl-3-manage {
    width: 25%;
  }
  .progress-sentiment .title {
    font-size: 12px;
  }
  .sentiment-card {
    gap: 12px;
  }
  .top-percentine svg {
    position: relative;
    width: 216px;
    height: 216px;
  }
  .agebar-container .bar-separated-stroke {
    padding: 0 20px;
  }
  .agebar-container .barcontainer {
    width: 30px;
  }
  .table-brands table {
    width: auto;
  }
  .gap-graph {
    gap: 12px;
  }
  .progress-gender {
    width: 100%;
  }

  .agebar-container .month-datalabel {
    width: 30px;
  }
  .industry-container .bar-separated-stroke {
    border-right: none;
    padding: 0 30px;
  }
  .gap-13{
    justify-content: inherit;
  }
}
@media (max-width: 1476px) {
  .map-div-text {
    padding: 0 10px;
  }
  /* .scatter-image-chart {
    padding: 18px 14px;
  } */

  .overflow-top-comp {
    height: 250px;

    overflow-y: auto;
  }
  .table-brands.table-width td,
  .table-brands.table-width th {
    min-width: 209px;
  }
  .table-brands.table-width table {
    width: 635px;
  }
  /* .marketoverlaychart {
    top: 36%;
    left: 12%;
  } */
  .table-brands table {
    width: auto;
  }
  .table-brands td,
  .table-brands th {
    min-width: 140px;
  }
  #layout-wrapper .footer-sec {
    padding-left: 34px;
  }
}
/* databoxv2 */
@media (max-width: 1400px) {
  .gap-graph {
    gap: 8px;
  }
  .contact-input {
    width: 100%;
  }
  .ps-chart {
    padding-left: 0px;
}
}
@media (max-width: 1300px) {
  .vertical-collpsed .navbar-brand-box {
    width: 64px !important;
  }
  .vertical-collpsed .vertical-menu {
    width: 64px !important;
  }
  .header-item.logo-trends {
    height: 30px;
    width: 30px;
  }
  .vertical-collpsed #sidebar-menu .sidebar-title {
    font-size: 12px;

    padding-left: 9px;
  }
  .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
    padding: 10px 15px;
    margin: 6px 7px;
    min-height: 44px;
  }
  #sidebar-menu ul li a img {
    height: 17px;
    width: 17px;
  }
  .navbar-brand-box {
    height: 77px;
  }
  .navbar-header {
    height: 77px;
  }
  .vertical-menu {
    top: 77px;
  }
  .page-title {
    font-size: 30px;
  }
  .trends-research {
    height: 43px;
  }
  .logo-trendsnew {
    height: 30px;
    width: 30px;
  }
  #sidebar-menu ul li a {
    font-size: 15px;
  }
  /* .brands-imagechart .master-card-icon.brandxxl {
    height: 100px;
    width: 100px;
  }
  .brands-imagechart .master-card-icon.brandxl {
    height: 80px;
    width: 80px;
  }
  .brands-imagechart .master-card-icon.brandlg {
    height: 60px;
    width: 60px;
  }
  .brands-imagechart .master-card-icon.brandmd {
    height: 50px;
    width: 50px;
  }
  .brands-imagechart .master-card-icon.brandsm {
    height: 40px;
    width: 40px;
  } */
  .vertical-menu {
    width: 290px;
  }
  .navbar-brand-box {
    width: 290px;
  }
  #layout-wrapper .footer-sec {
    padding-left: 12px;
  }
  .industry-container .bar-separated-stroke {
    border-right: none;
    padding: 0 25px;
  }
  .gap-13 {
    gap: 8px;
}
}
@media (max-width: 1280px) {
  /* .vertical-menu {
    display: none;
  } */

  .main-content {
    margin-left: 0 !important;
  }
  #body.sidebar-enable .vertical-menu {
    display: block;
  }
  .page-content {
    padding: calc(69px + 24px) calc(24px / 2) 60px calc(148px / 2);
  }
  .food-rest-card .mcafe-title {
    font-size: 30px;
  }
  /* .brands-imagechart .master-card-icon.brandxxl {
    height: 100px;
    width: 100px;
  }
  .brands-imagechart .master-card-icon.brandxl {
    height: 80px;
    width: 80px;
  }
  .brands-imagechart .master-card-icon.brandlg {
    height: 60px;
    width: 60px;
  }
  .brands-imagechart .master-card-icon.brandmd {
    height: 50px;
    width: 50px;
  }
  .brands-imagechart .master-card-icon.brandsm {
    height: 40px;
    width: 40px;
  } */
}
@media (max-width: 1100px) and (min-width: 1024px) {
  .age-distribute-chart {
    padding: 14px 9px;
  }
  .mcafe-title {
    font-size: 16px;
  }
  .mcafe-text {
    font-size: 14px;
  }
  .button-calendar {
    padding: 16px 12px;
  }
  .customer-pro-chart {
    padding: 24px 16px;
  }
  .mcafe-img {
    margin-right: 9px;
  }
  .map-graph .title {
    font-size: 26px;
  }
  .share-map {
    font-size: 17px;
  }
  .sentiment-chart {
    height: auto;
    margin-bottom: 10px;
  }
  .food-rest-card .mcafe-title {
    font-size: 28px;
  }
  .food-rest-card .mcafe-img {
    width: 67px;
    height: 67px;
  }
  .compare-card {
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 16px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 18px !important;
  }

  .font_20 {
    font-size: 18px !important;
  }

  .font_22 {
    font-size: 20px !important;
  }

  .font_24 {
    font-size: 22px !important;
  }

  .font_26 {
    font-size: 22px !important;
  }

  .font_25 {
    font-size: 22px !important;
  }

  .font_28 {
    font-size: 22px !important;
  }

  .font_30 {
    font-size: 23px !important;
  }

  .font_32 {
    font-size: 23px !important;
  }

  .font_36 {
    font-size: 24px !important;
  }

  .font_40 {
    font-size: 24px !important;
  }

  .font_46 {
    font-size: 32px !important;
  }

  .font_48 {
    font-size: 32px !important;
  }
  .nav-daystab .nav-link {
    font-size: 14px;
    margin: 8px 0;
  }
  .col-xl-5.xl-5-manage {
    width: 30.66667%;
  }
  .col-xl-3.xl-3-manage {
    width: 35%;
  }
  .overflow-top-comp {
    height: 210px;
  }
  .agebar-container .bar-separated-stroke {
    padding: 0 14px;
  }
  .month-bar-label {
    font-size: 11px;
  }
  .agebar-container .barcontainer {
    width: 24px;
  }
  main.main-trends {
    min-height: calc(100vh - 60px);

    margin-top: 60px;
  }
  .logo-databox-hfix {
    height: 50px;
  }
  .brands-imagechart .master-card-icon.brandxxl {
    height: 100px;
    width: 100px;
  }
  .brands-imagechart .master-card-icon.brandxl {
    height: 80px;
    width: 80px;
  }
  .brands-imagechart .master-card-icon.brandlg {
    height: 60px;
    width: 60px;
  }
  .brands-imagechart .master-card-icon.brandmd {
    height: 50px;
    width: 50px;
  }
  .brands-imagechart .master-card-icon.brandsm {
    height: 40px;
    width: 40px;
  }
  .agebar-container .month-datalabel {
    width: 24px;
  }
  .industry-container .bar-separated-stroke {
    border-right: none;
    padding: 0 13px;
  }
  .contact-input {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact-input .contact-btn {
    padding: 13px;
  }
  .request-text {
    font-size: 13px;
    width: 100%;
  }
  .period-text {
    width: 80px;
  }
  .contact-input .form-control {
    padding: 12px;
  }
  .footer-sec .social-links {
    justify-content: center;
  }
  .customer-legend .customer-brand-logo {
    height: 35px;
    width: 35px;
  }
  .customer-legend .data1 {
    gap: 7px;
  }
  .footer-sec .footer-link a {
    white-space: nowrap;
  }
  .scatter-image-chart {
    padding: 14px;
  }
  .industry-container .bar-separated-stroke .icon {
    height: 43px;
    width: 43px;}
    .table-brands.table-inner-brands td, .table-brands.table-inner-brands th {
      min-width: 210px;
  }
}

@media (max-width: 992px) {
  .agebar-container .bar-separated-stroke {
    padding: 0 14px;
  }
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 16px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 18px !important;
  }

  .font_20 {
    font-size: 18px !important;
  }

  .font_22 {
    font-size: 20px !important;
  }

  .font_24 {
    font-size: 22px !important;
  }

  .font_26 {
    font-size: 22px !important;
  }

  .font_25 {
    font-size: 22px !important;
  }

  .font_28 {
    font-size: 22px !important;
  }

  .font_30 {
    font-size: 23px !important;
  }

  .font_32 {
    font-size: 23px !important;
  }

  .font_36 {
    font-size: 24px !important;
  }

  .font_40 {
    font-size: 26px !important;
  }

  .font_46 {
    font-size: 30px !important;
  }

  .font_48 {
    font-size: 30px !important;
  }
  .food-rest-card .mcafe-title {
    font-size: 28px;
  }
  .food-rest-card .mcafe-img {
    width: 67px;
    height: 67px;
  }
  /* .marketoverlaychart {
    top: 25%;
    left: 6%;
  } */
  .col-xl-5.xl-5-manage {
    width: 100%;
  }
  .col-xl-3.xl-3-manage {
    width: 100%;
  }
  /* databoxv2 */
  .navbar-brand-box {
    width: 70px;
  }
  .logo span.logo-lg {
    display: none;
  }
  .page-title {
    font-size: 16px;
  }
  .trends-research {
    height: 33px;
  }
  .map-div-text .title {
    font-size: 33px;
  }

  .page-title {
    font-size: 20px;
  }
  .header-item img {
    height: 20px;
    width: 20px;
    object-fit: contain;
  }
  .master-card .master-card-icon {
    height: 56px;
    width: 56px;
  }
  .hrline {
    display: none;
  }

  .vertical-menu {
    display: block;
  }
  .industry-container .month-datalabel {
    width: 34px;
  }
  .industry-container .barcontainer {
    width: 34px;
  }
  .industry-container .bar-separated-stroke {
    padding: 0 6px;
  }
  .industry-container .bar-separated-stroke .icon {
    height: 40px;
    width: 40px;
  }
  .agebar-container .month-datalabel {
    top: -10px;
  }
  .footer-sec .social-links {
    justify-content: start;
}
.table-brands.table-inner-brands td, .table-brands.table-inner-brands th {
  min-width: 170px;
}
.table-brands.table-inner-brands tbody {
  height: 410px;
}
}

@media (max-width: 767.5px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 14px !important;
  }

  .font_15 {
    font-size: 14px !important;
  }

  .font_16 {
    font-size: 15px !important;
  }

  .font_17 {
    font-size: 15px !important;
  }

  .font_18 {
    font-size: 16px !important;
  }

  .font_19 {
    font-size: 16px !important;
  }

  .font_20 {
    font-size: 16px !important;
  }

  .font_22 {
    font-size: 16px !important;
  }

  .font_24 {
    font-size: 17px !important;
  }

  .font_26 {
    font-size: 17px !important;
  }

  .font_25 {
    font-size: 18px !important;
  }

  .font_28 {
    font-size: 18px !important;
  }

  .font_30 {
    font-size: 20px !important;
  }

  .font_32 {
    font-size: 20px !important;
  }

  .font_36 {
    font-size: 20px !important;
  }

  .font_40 {
    font-size: 26px !important;
  }

  .font_46 {
    font-size: 28px !important;
  }

  .font_48 {
    font-size: 28px !important;
  }
  .search-group.select-tag {
    flex-wrap: wrap;
  }
  .page-content {
    padding: calc(69px + 24px) calc(24px / 2) 60px calc(30px / 2);
  }
  .page-content.subscribe-content.h-100vh {
    height: auto;
  }
  /* .sidebar-enable {
    display: none;
  }
  .sidebar-enable.enabled {
    display: inline-block;
  } */
  .master-card .master-card-icon {
    height: 56px;
    width: 56px;
  }
  .master-card .master-card-title {
    font-size: 18px;
  }
  .master-chain p {
    font-size: 16px;
  }
  .master-card .master-chain {
    padding: 10px;

    gap: 12px;
    border-radius: 14px;
  }
  .popular-chart-wrap {
    flex-wrap: wrap;
  }
  .map-div-text .title {
    font-size: 23px;
  }
  .simplebar-content {
    height: calc(100% - 65px);
  }
  .page-title {
    font-size: 16px;
  }
  .vs-title {
    font-size: 14px;
  }
  .select-md-none {
    display: block;
  }
  .master-card .master-chain i.arrow-blue {
    font-size: 15px;
    color: #3b66ff;
  }
  .page-content {
    padding: calc(50px + 24px) calc(24px / 2) 60px calc(153px / 2);
  }
  .login-card .card-body {
    padding: 30px;
  }
  .logo-databox {
    height: 45px;
  }
  .login-card .form-control {
    border: 2px solid #d9e1e7;
    padding: 12px 15px;
    border-radius: 14px;
    font-size: 14px;
  }
  .login-card .login-btn {
    padding: 14px;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
  }
  .login-card .login-text {
    font-size: 14px;
  }
  .login-card .login-title {
    font-size: 18px;
  }
  .login-card .form-check-input {
    width: 16px;
    height: 16px;
  }
  .login-card .forgot-pass-text {
    font-size: 12px;
  }
  .table-brands.table-inner-brands tbody {
    height: 425px;
  }
  .industry-container .bar-separated-stroke .icon {
    height: 30px;
    width: 30px;
    margin-bottom: 8px;
  }
  .industry-container .month-datalabel {
    width: 26px;
  }
  .industry-container .barcontainer {
    width: 26px;
  }
  .industry-container .month-bar-label {
    height: 27px;
    width: 27px;
    padding: 8px;
    border-radius: 50%;
    font-size: 12px;
  }
  .scatter-image-chart {
    padding: 12px 10px;
  }

  .contact-input .contact-btn {
    padding: 12px;
    margin-right: 8px;
  }
  .contact-input {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-sec .social-links {
    justify-content: left;
  }
  .barchart1 {
    margin-bottom: 18px;
  }
  .show-yaxis p {
    margin-top: 11px;
    margin-bottom: 2px;}
}
@media (max-width: 600px) {
  .searchBar {
    top: 58%;
    left: 5%;
  }
  #res {
    left: 3%;

    top: 95%;
  }
}
@media (max-width: 576px) {
  .font_10 {
    font-size: 10px !important;
  }

  .font_12 {
    font-size: 12px !important;
  }

  .font_14 {
    font-size: 12px !important;
  }

  .font_15 {
    font-size: 12px !important;
  }

  .font_16 {
    font-size: 13px !important;
  }

  .font_17 {
    font-size: 14px !important;
  }

  .font_18 {
    font-size: 14px !important;
  }

  .font_19 {
    font-size: 14px !important;
  }

  .font_20 {
    font-size: 15px !important;
  }

  .font_22 {
    font-size: 16px !important;
  }

  .font_24 {
    font-size: 16px !important;
  }

  .font_26 {
    font-size: 16px !important;
  }

  .font_25 {
    font-size: 16px !important;
  }

  .font_28 {
    font-size: 16px !important;
  }

  .font_30 {
    font-size: 20px !important;
  }

  .font_32 {
    font-size: 20px !important;
  }

  .font_36 {
    font-size: 20px !important;
  }

  .font_40 {
    font-size: 22px !important;
  }

  .font_46 {
    font-size: 24px !important;
  }

  .font_48 {
    font-size: 24px !important;
  }
  .food-rest-card .mcafe-title {
    font-size: 16px;
  }
  .agebar-container .month-datalabel {
    width: 18px;
    top: -12px;
  }
  .food-rest-card .mcafe-img {
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 9px;
    margin-right: 9px;
  }
  .mcafe-days {
    font-size: 16px;
  }
  .button-calendar {
    padding: 12px 10px;
  }
  .food-rest-card {
    padding: 7px;
    border-radius: 12px;
  }
  .versus-card {
    border-radius: 18px;

    margin-top: 10px;
    margin-bottom: 10px;
  }
  .map-graph .title {
    font-size: 25px;
  }
  .map-graph .text {
    font-size: 15px;
  }
  .share-map {
    font-size: 17px;
  }
  .overlaychart {
    top: 41%;
    left: 48%;
  }
  .navbar-nav .nav-link {
    padding-right: 18px !important;
  }
  /* .marketoverlaychart {
    position: absolute;
    top: 25%;
    left: 8%;
  } */

  .brand-logo {
    width: 40px;
    height: 40px;
  }
  .col-xl-5.xl-5-manage {
    width: 100%;
  }
  .col-xl-3.xl-3-manage {
    width: 100%;
  }
  /* databoxv2 */
  .master-card .master-card-title {
    font-size: 13px;
  }
  .master-card .master-card-icon {
    height: 46px;
    width: 46px;
  }
  .master-card .master-chain {
    padding: 8px;
    gap: 7px;
    border-radius: 7px;
  }
  .master-card {
    padding: 11px;
  }
  .brands-imagechart .master-card-icon.brandxxl {
    height: 110px;
    width: 110px;
  }
  .brands-imagechart .master-card-icon.brandxl {
    height: 90px;
    width: 90px;
  }
  .brands-imagechart .master-card-icon.brandlg {
    height: 75px;
    width: 75px;
  }
  .brands-imagechart .master-card-icon.brandmd {
    height: 50px;
    width: 50px;
  }
  .brands-imagechart .master-card-icon.brandsm {
    height: 40px;
    width: 40px;
  }
  .period-text {
    width: 100%;
  }
  .master-card-main {
    height: 120px;
  }
  .agebar-container .bar-separated-stroke {
    padding: 0 8px;
  }
  .month-bar-label {
    font-size: 8px;
  }
  .agebar-container .barcontainer {
    width: 18px;
  }
  .navbar-header {
    height: 54px;
  }
  .vertical-menu {
    width: 220px;
    top: 54px;
  }
  #page-topbar .container-fluid {
    padding: 0;
    justify-content: space-between;
  }
  .navbar-brand-box {
    width: 64px;
    height: 54px;
  }
  .header-item {
    height: 54px;
  }
  .header-item img {
    height: 15px;
    width: 15px;
    object-fit: contain;
  }
  .trends-research {
    height: 25px;
  }
  .page-content {
    padding: calc(50px + 24px) calc(24px / 2) 60px calc(153px / 2);
  }
  .score-engage {
    gap: 6px;

    padding: 6px 9px;
  }
  .compare-sentimates-logo {
    height: 36px;
    width: 36px;
  }
  .customer-legend .customer-brand-logo {
    height: 38px;
    width: 38px;
  }
  .table > :not(caption) > * > * {
    padding: 10px;
  }
  .industry-container {
    flex-wrap: wrap;
  }
  .industry-container .bar-separated-stroke {
    margin-bottom: 16px;
  }
  .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
    padding: 6px 6px;
    margin: 6px 7px;
    min-height: 30px;
  }
  .vertical-collpsed #sidebar-menu .sidebar-title {
    font-size: 8px;
    padding-left: 5px;
    margin-bottom: 5px;
  }
  #sidebar-menu ul li a img {
    height: 12px;
    width: 12px;
    margin-right: 6px;
  }
  .vertical-collpsed .vertical-menu {
    width: 40px !important;
  }
  .page-content {
    padding: calc(50px + 24px) calc(24px / 2) 60px calc(100px / 2);
  }
  #sidebar-menu .sidebar-title {
    font-weight: 600;
    font-size: 10px;
    line-height: 17px;
    padding-left: 17px;
    margin-bottom: 5px;
  }
  #sidebar-menu ul li a {
    font-size: 12px;
    margin: 5px 15px;
    padding: 11px 14px;
  }
  .customer-pro-chart {
    padding: 14px;
  }
  .top-comp-card .master-card-icon {
    height: 37px;
    width: 37px;
  }
  .vertical-collpsed .navbar-brand-box {
    width: 40px !important;
  }
  .top-comp-card .top-title {
    font-size: 14px;
  }
  .custom-arrow-btn {
    gap: 7px;
  }
  .sentiment-chart {
    padding: 14px;
  }
  .header-item.logo-trends {
    height: 25px;
    width: 25px;
  }
  .contact-input .form-control {
    padding: 13px 12px;

    flex: inherit;
  }
  .page-content .container-fluid {
    padding: 0;
  }
  .compare-card {
    padding: 14px;
  }
  .show-yaxis p {
    margin-top: 11px;
    margin-bottom: 3px;
    font-size: 12px;
}
.wrap-sm{
flex-wrap: wrap;  
}
.monitored-text {
  margin-bottom: 14px !important;
}
}

/* #sidebar-menu ul .mm-active .active {
  display: inline-block;
} */
.chart-label-x {
  color: #809fb8 !important;
}
.apexcharts-text tspan {
  color: #809fb8 !important;
}
/* .apexcharts-bar-area {
  padding-right: 40px;
} */

/* Search Category */
.industry-col {
  border-radius: 14px;
  border: 1px solid #e7e7e7;
  background: #fbfbfb;
  padding: 15px;
  height: 500px;
  overflow-y: auto;
}
.sub-elements {
  color: #002a5c;
  padding: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 12px;
}
.sub-elements:hover {
  border-radius: 6px;
  background: #e1e4f7;
  cursor: pointer;
}
.sub-elements.active {
  border-radius: 6px;
  background: #e1e4f7;
  cursor: pointer;
}
.brand-logo-fix {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.brand-logo-fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.display-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#donutchart .apexcharts-canvas {
  margin: 0 auto;
}
