.bg-light{
    background-color: rgb(241, 240, 240);
    color: #4f5258;
}

.bg-dark{
    background-color: #0f1113 !important;
    color: #a8abb4;
}

.bg-dark .nav-link, .bg-light .nav-link, .bg-dark .nav-link.active, .bg-light .nav-link.active {
    color: inherit !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: inherit !important;
}


.sidebar {
    padding: 2rem 1rem;
    z-index: 1050;
    transition: width .5s ease;
}

.sidebar .nav-link span{
    transition: 0.5s;
    line-height: 1;
}

.sidebar-big{
    width: 25.5rem;
}

.sidebar .nav-link {
    font-size: 12px;
    border-radius: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    min-height: 24px;
    padding: 0.7rem 1rem;
}

.sidebar-small{
    width: 5.5rem;
}

.sidebar-small .nav-link span, .sidebar-small .icon-title span {
    display: none;
}

.sidebar-small .image_title{
    visibility: hidden;
}

.image_title{
    text-align: center;
}
.image_title img{
    width: 12rem;
}

.border-black-color{
    border-color: #31333f;
  }
  .main-page{
    padding: 1rem;
    position: relative;
    padding-top: 0;
    width: 100%;
  }

  .main-page-inner{
    margin: 0 auto;

  }

  #hide-sidebar, #show-sidebar{
    position: absolute;
    color: #555;
    cursor: pointer;
  }

  #hide-sidebar{
    right: 0;
    display: none;
  }

  #show-sidebar{
    display: none;
    z-index: 10;
    padding-left: 0.5rem;
  }

  #hide-sidebar:hover{
    background-color: rgb(218, 223, 233);
    border-radius: 1rem;
  }

  .sidebar:hover #hide-sidebar{
    display: block;
  }

.sidebar-header{
    position: relative;
}
  /* when the user hovers on the sidebar, expand it
  .sidebar:hover {
    width: 23.5rem;
  } */

  /* fix the width of the icons */
  .sidebar .nav-link i {
    width: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
  }

  /* when the sidebar is hovered, reveal the labels */
  .sidebar:hover .nav-link span {
    visibility: visible;
    opacity: 1;
  }

  /* container for the sidebar header. make sure the contents don't wrap when
   * the sidebar is collapsed.
   */


  @font-face {
    font-family: "garamond";
    }

  .nav-link.active {
    background-color: rgba(95, 105, 134, 0.2) !important;
    font-weight: bold;
  }

  .nav-link:hover {
    background-color: rgba(151, 166, 195, 0.15);
  }

  .sidebar .setting-button {
    position: absolute;
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    bottom: 5px;
    left: 0px;
    width: 200px;
  }

  .icon-title {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
  }

  .home_bg {
    background-color: #35384b;
    border-radius: 2rem;
  }

  .about_bg {
    background-color: #35384b;
    border-radius: 2rem;
  }

  .table_bg {
    background-color: #35384b;
    border-radius: 2rem;
    padding: 10px;
    height: 700px;
  }

  .home_row {
    margin-left: 20rem;
    margin-top: 10rem;
  }

  .about_row {
    margin-left: 20rem;
    margin-top: 10rem;
  }

  .table_row {
    margin-left: 20rem;
    margin-top: 7rem;
    margin-bottom: 10rem;
    margin-right: 10rem;
  }

  .first_text_column {
    display: flex;
    flex-direction: column;
  }

  .gif_column {
    display: flex;
    flex-direction: column;
  }
  .gif_image {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    height: 400px;
    width: 200%;
  }

  .gif_row {
    display: flex;
    flex-direction: row;
  }

  /**************css style for dashboard page*****************/
  .title_image {
   display: flex;
   flex-direction: row;
   margin-top: 7px;
}

.title {
   display: flex;
   flex-direction: row;
   white-space: pre;
}

.logo_title {
   display: flex;
   flex-direction: row;
   gap: 5px;
   /*margin-left: 10px;*/
   margin-top: 16px;
   /*flex: 6;*/
}

.drop_down_list_title {
   display: flex;
   flex-direction: row;
   margin-top: 29px;
}

.drop_down_list {
   display: flex;
   flex-direction: row;
   width: 200px;
   margin-top: 10px;
}

.title_drop_down_list {
   display: flex;
   flex-direction: row;
   gap: 3px;
}

.title_and_drop_down_list {
   display: flex;
   flex-wrap: wrap;
   /*position: fixed;*/
   justify-content: center;
   gap: 30px;
   top: 0;
   /*background-color: #335476;*/
   width: 100%;
}

.card_size {
   background-color: #335476;
   width: 200px;
   height: 160px;
}

.flex_container {
   display: flex;
   /*flex-wrap: wrap;*/
   justify-content: center;
   margin-top: 20px;
   margin-left: 20rem;
   gap: 5px;
}

.chart {
   display: flex;
   flex-direction: row;
   position: absolute;
   margin-top: 65px;
   margin-left: 40px;
}

.text_graph_column {
   display: flex;
   flex-direction: column;
   position: relative;
}

.card_title {
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin-top: 5px;
}

.monthly_value {
   display: flex;
   flex-direction: row;
}

.value_indicator {
   display: flex;
   flex-direction: row;
   margin-top: 4px;
}

.value_and_indicator {
   display: flex;
   flex-direction: row;
   gap: 3px;
   justify-content: center;
   margin-top: -10px;
}

.indicator_column {
   display: flex;
   flex-direction: column;
}

.indicator_column1 {
   display: flex;
   flex-direction: column;
}

.monthly_difference_value {
   display: flex;
   flex-direction: row;
}

.monthly_pct_change {
   display: flex;
   flex-direction: row;
}

.difference_value_row {
   display: flex;
   flex-direction: row;
   gap: 20px;
   justify-content: center;
}

.text_previous_month {
   display: flex;
   flex-direction: row;
   margin-left: 65px;
   margin-top: -12px;
}

.difference_value_column {
   display: flex;
   flex-direction: column;
   margin-top: 35px;
}

.donut_chart_size {
   background-color: #335476;
   width: 200px;
   height: 198px;
}

.donut_chart_text {
   display: flex;
   flex-direction: row;
   position: absolute;
   margin-top: 90px;
}

.chart_container {
   display: flex;
   justify-content: center;
   margin-top: 5px;
   gap: 10px;
}

.donut_chart_column {
  display: flex;
  flex-direction: column;
}

.funnel_chart_size {
  background-color: #335476;
  width: 250px;
  height: 300px;
  margin-top: 5px;
}

.create_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  margin-left: 20rem;
}

.bar_chart_size {
  background-color: #335476;
  width: 250px;
  height: 300px;
  margin-top: 5px;
}

.funnel_bar_chart_column {
  display: flex;
  flex-direction: column;
}

.stack_bar_chart_size {
  background-color: #335476;
  width: 765px;
  height: 300px;
  margin-top: 5px;
}

.percent_bar_chart_size {
  background-color: #335476;
  width: 385px;
  height: 300px;
  margin-top: 5px;
}

.bar_chart_column {
  display: flex;
  flex-direction: column;
}

.background_size1 {
  background-color: #335476;
  width: 375px;
  height: 147.5px;
}

.chart_text1 {
  display: flex;
  flex-direction: row;
}

.average_sales_bar_chart1 {
  display: flex;
  flex-direction: row;
  width: 350px;
  height: 270px;
  margin-top: -95px;
  margin-left: -70px;
}

.average_sales_bar_chart_row1 {
  display: flex;
  flex-direction: row;
  position: absolute;
}

.average_sales_bar_chart_column1 {
  display: flex;
  flex-direction: column;
  position: relative;
}

.background_size2 {
  background-color: #335476;
  width: 375px;
  height: 147.5px;
  margin-top: 5px;
  position: absolute;
}

.chart_text2 {
  display: flex;
  flex-direction: row;
}

.average_sales_bar_chart2 {
  display: flex;
  flex-direction: row;
  width: 350px;
  height: 270px;
  margin-top: -90px;
  margin-left: -35px;
}

.average_sales_bar_chart_row2 {
  display: flex;
  flex-direction: row;
  position: absolute;
}

.average_sales_bar_chart_column2 {
  display: flex;
  flex-direction: column;
}

.average_sales_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}

.average_sales_text {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 10px;
  white-space: pre;
}

.average_sales_value {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.average_sales_column {
  display: flex;
  flex-direction: column;
}

.average_sales_chart_column {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

html, body, #react-entry-point, #page-content{
    height: 100%;
}

#main-layout{
    display: flex;
}

.full-width {
    width: 100%;
}

.full-height{
    height: 100% !important;
}

.ag-theme-alpine{
    height: calc(100% - 50px) !important;
}

.ag-header-group-text {
    font-weight: bold;
}

.disabled{
    opacity: 0.3;
    color: #1eaedb;
    text-decoration: underline;
}
.display-block{
    display: inline-block;
}

.download-csv-div{
    height: 50px;
}

.download-csv-button{
    float: right;
    border: none;
    padding: 0;
    line-height: 1;
}

.download-csv-button span{
    margin-right: 5px;
}

.esp-chat-container .markdown-content p{
    margin-bottom: 0;
    padding: 5px 0;
}

.esp-chat-container .chat-bubble.assistant{
    position:relative;
    line-height:1.5;
    margin-left: 15px;
}

.esp-chat-container .chat-bubble.assistant:after{
    content: "";
    position: absolute;
    z-index: 2;
    top: 2px;
    left: -3px;
    height: 17px;
    border-left: 14px solid #f1f0f0;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
}

.esp-chat-container .chat-bubble.assistant:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-top-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
}

.esp-chat-container .chat-bubble.user{
    position:relative;
    line-height:1.5;
    margin-right: 21px;
}

.esp-chat-container .chat-bubble.user:after{
    content: "";
    position: absolute;
    z-index: 2;
    top: 0px;
    right: -4px;
    height: 10px;
    border-right: 12px solid #35384b;
    -webkit-transform: translate(-1px, 0);
}

.esp-chat-container .chat-bubble.user:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -1px;
    right: 4px;
    width: 26px;
    height: 13px;
    background: white;
    border-top-left-radius: 14px;
    -webkit-transform: translate(30px, -2px);
}

.esp-chat-container .message-input-button{
    line-height: 0 !important;
    background-color: #35384b;
}

.esp-chat-container .message-input-button:hover{
    color: white;
    background-color: #35384b;
}



.np-signal_name{
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #ff4b4b;
    box-sizing: border-box;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 0;
    color: inherit;
}

.np-signal_name span.np-count{
    margin-right: 20px !important;
    float: right;
    font-size: 12px;
    border: 1px solid #5fbad7;
    background-color: #5fbad7;
    padding: 3px 20px;
    border-radius: 60px;
}

.np-svg-div{
    margin-right: 10px;
    height: 30px;
}

.np-person-name{
    margin-bottom: 0px !important;
    font-weight: bold;
    font-size: 15px !important;
    line-height: 1;
    box-sizing: border-box;
    padding-bottom: 2px !important;
    letter-spacing: 0px;
}

.np-person-designation{
    margin-bottom: 15px;
    font-size: 11px !important;
    line-height: 1;
    box-sizing: border-box;
    letter-spacing: 0px;
}

.np-news-date{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    line-height: 1;
    box-sizing: border-box;
    color: #9f9a9a !important;
    font-size: 11px;
}
.np-news-title{
    margin-bottom: 0px !important;
    line-height: 1;
    box-sizing: border-box;
    padding-bottom: 2px !important;
    font-size: 12px;
    font-weight: bold;
}
.np-news-snippet{
    margin-bottom: 20px !important;
    line-height: 1;
    box-sizing: border-box;
    font-size: 12px;
}

.np-divider{
    border-bottom: 5px solid #ff4b4b !important;
    margin: 3rem 0;
}

.report-tabs{
    padding: 0;
}

.report-tabs li{
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    opacity: 0.7;
}

.report-tabs li a{
    color: inherit;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
}

.report-tabs li button{
    color: inherit;
    padding: 10px;
}

.inline-block{
    display: inline-block;
}

.download-btn:hover{
    opacity: 1;
    border-bottom: 3px solid #ff4b4b;
    font-weight: bold;
}

.report-tabs li.selected{
    border-bottom: 3px solid #ff4b4b;
    opacity: 1;
    font-weight: bold;
}

.report-tabs li:hover{
    opacity: 1;
    border-bottom: 3px solid #ff4b4b;
    font-weight: bold;
}

.back-top-report-btn{
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0px;
    color: inherit;
    opacity: 0.7;
    letter-spacing: 0px;
}

.back-top-report-btn:hover{
    opacity: 1;
    color:inherit;
    border-bottom: 3px solid #ff4b4b;
}

.download-pdf-btn{
    float: right;
}

.download-pdf-btn button{
    padding: 0;
    border: none;
    line-height: 1;
}

.sidebar .Select-control, .sidebar .Select-control:hover, .sidebar .Select-control:focus {
    border: none !important;
}

.sidebar .dropdown-toggle:focus, .sidebar .dropdown-toggle:hover {
    border: none !important;
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
    background-color: inherit;
    color: inherit;
}

.sidebar .dropdown-menu
{
    padding: 2px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    width: 100%;
}

.sidebar .dropdown-toggle
{
    border: none;
    width: 100%;
    background-color: inherit;
    height: 36px;
    color: inherit;
    font-size: 12px;
}

.no-border, .no-border:hover, .no-border:focus {
    border: none !important;
}

.setting-icon {
    font-size: 12px;
    padding: 0.7rem 1rem;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
}

.setting-icon i {
    width: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
}

.setting-icon .setting-box {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    width: 200px;
    position: absolute;
    bottom: 50px;
    left: 0px;
}

.theme-btns, .theme-sel-btns {
    display: inline-block;
    background-color: inherit;
    width:calc(100% / 4);
}

.theme-sel-btns {
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
}

.theme-btns:hover, .theme-sel-btns {
    background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
}

.theme-switch-btn {
    color: inherit !important;
    width: 100%;
}

.color-inherit {
    color: inherit;
}

.heading-color {
    color: #0071ba;
}

.all-pages-header{
    margin: 0 auto;
    position: relative;
    height: 4em;
}

.heading-page-icon {
    font-size: 1.5rem;
    line-height: 1;
    height: 1.5rem;
}

.nowrap {
    white-space: nowrap;
}

.buttons-op1 {
    display: flex;
    position: relative;
    border: none;
    cursor: pointer;
    color: #777;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    background-color: #eeeeee55;
}

.buttons-op3 {
    display: flex;
    position: relative;
    background-color: #ffffff00;
    border: none;
    cursor: pointer;
    color: inherit;

}

.buttons-op1:hover, .buttons-op2:hover {
    background-color: #eee;
}

.maplibregl-ctrl-attrib {
    display: none;
}

.report-markdown h1 {
    display: none
}

.report-markdown h2 {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
    margin-top: 3px;
}

.report-markdown h3 {
    line-height: 1.4;
    margin-bottom: 4px;
    margin-top: 2px;
}

.report-markdown li p {
    display: inline;
    margin: 0;
    padding: 0;
    white-space: normal;
}

.report-markdown li, .report-markdown ul, .report-markdown ol {
    padding-left: 0.75em;
    list-style-position: inside;
    margin-bottom: 0;
}

.report-markdown li {
    line-height: 1;
    line-height: 1.4;
}

.report-markdown li ul, .report-markdown li ol {
    margin-top: 2px;
}
