/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src\\app\\layout.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_e8ce0c';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_e8ce0c';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_e8ce0c {font-family: '__Inter_e8ce0c', '__Inter_Fallback_e8ce0c';font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
#home {
  background-color: #f0f1f6;
}

.main {
  padding: 0 20px;
}

/* Style the scrollbar container */
::-webkit-scrollbar {
  width: 8px; /* Adjust the width of the scrollbar */
  height: 12px; /* For horizontal scrollbars */
}

/* Style the scrollbar track (the area the thumb slides within) */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light grey track */
  border-radius: 10px; /* Rounded corners */
}

/* Style the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #888; /* Darker thumb color */
  border-radius: 10px; /* Rounded corners */
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; /* Smooth transition on hover */
}

/* Style the scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}

/* Optional: Style the scrollbar corner (if both vertical and horizontal scrollbars are present) */
::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

.dropdown-integrators {
  display: flex;
  justify-content: space-between;
  padding: 0px 0;
  align-items: center;
}
.dropdown-integrators::-webkit-scrollbar {
  width: 5px; /* Adjust the width of the scrollbar */
}
.dropdown-integrators .integrators {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dropdown-integrators .integrators p {
  font-size: 13px;
  color: #9b8e8e;
}
.cdsscalllistdata {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default to 4 columns */
  gap: 20px;
  /* padding: 0 20px; */
}

.graph {
  /* margin-top: 12px; */
  background-color: white;
  border-radius: 10px;
  padding: 11px 19px;
  flex: 1;
}
/* Media query for smaller screens */
@media (max-width: 850px) {
  .cdsscalllistdata {
    grid-template-columns: repeat(2, 1fr); /* Change to 2 columns */
  }
}

/* Optional: Further adjust for very small screens */
@media (max-width: 480px) {
  .cdsscalllistdata {
    grid-template-columns: 1fr; /* Change to 1 column */
  }
}

.graph .graph-container {
  display: flex;
  justify-content: space-between;
  padding: 0 0px;
  align-items: center;
}

.graph .graph-container select {
  border-radius: 30px;
  padding: 10px 15px !important;
}

.graph .graph-container select::after {
  content: "▼"; /* Adds a down arrow */
  position: absolute;
  right: 10px; /* Position it on the right */
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #888; /* Customize arrow color */
  pointer-events: none;
}

.displayCarddiv {
  display: flex;
  gap: 11px;
  margin-bottom: 11px;
}

.displaycount {
  display: flex;
  align-items: center;
  /* border: 1px solid; */
  border-radius: 12px;
  margin: 0;
  /* gap: 11px; */
  width: auto;
  background: #fff;
  flex-direction: column;
}
.displaycountinsidediv {
  display: flex;
  align-items: center;
  gap: 7px;

  padding: 14px 12px;
}
.displaycount h1 {
  margin: 0;

  padding: 12px 10px;
  font-weight: 350;
  font-size: 16px;
}
.displaycount p {
  margin: 0;

  font-size: 14px;
  font-weight: 750;
}
.displaycount h2 {
  margin: 0;
  color: gray;
  font-size: 12px;
}

.displayTotalcount {
  display: flex;
  align-items: center;
  border: 3px solid #0000005d;
  border-radius: 6px;
  margin: 10;
  /* gap: 11px; */
  width: auto;
  background: #fff;
  flex-direction: column;
}
.displayTotalcountinsidediv {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 3px solid #767373;
  padding: 16px 14px;
}
.displayTotalcount h1 {
  margin: 0;

  padding: 14px 12px;
  font-weight: 650;
  font-size: 20px;
}
.displayTotalcount p {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
}
.displayTotalcount h2 {
  margin: 0;
  color: gray;
  font-size: 14px;
  font-weight: 800;
}

.noOfCdssCalls {
  display: flex;
  margin-top: 12px;
  gap: 1%;
}

.doughnutgraph-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart-container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* padding-top: 15px; */
  gap: 36px;
}

.dropdown-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chart {
  margin-top: 12px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 15px;
  flex: 1;
}

.doghtnutgraph-container {
  flex: 1;
  display: flex;
  justify-content: center;
  border: 1px solid #dfc7c7;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 13px;
}
.doghtnutgraph-container-averages {
  flex: 1;
  display: flex;
  justify-content: center;
  border: 1px solid #dfc7c7;
  border-radius: 10px;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
}
.doghtnutgraph-container .card-heading{
margin: 0;
margin-bottom: -5px;
}
.trenddropdown1 {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.Averagecard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #80808054;
  border-radius: 20px;
  padding: 20px;
  width: 250px;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
}

.Averagecard-change {
  /* display: flex;
  justify-content: space-between;
  border: 1px solid #80808054;
  border-radius: 20px;
  padding: 20px;
  gap: 12px;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  flex-direction: column; */
  height: 130px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #80808054;
  border-radius: 20px;
  padding: 20px;
  gap: 12px;
  width: 127px;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.Averagecard-change .Averageheading {
  display: flex;
  margin: 0;
  font-size: 18px;
  color: rgb(158, 158, 158);
  flex-direction: column;
  gap: 1px;
}
.Averagecard-change .Averageheading span {
  font-size: 14px;
  color: #6856564f;
}

.Averagecard-change .Averagecount {
  font-size: 25px;
  font-weight: bold;
  color: #333;
}
.Averageheading {
  margin: 0;
  font-size: 18px;
  color: gray;
}

.Averagecount {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}


.Averagenoteheading {
  margin: 0;
  font-size: 11px;
  color: gray;
}

.newchanges .Lipid,
.newchanges .Hypertension,
.newchanges .DiabetesData {
  display: flex;
  gap: 26px;
  justify-content: center;
  padding: 0 3.2%;
  align-items: center;
}

.Lipid,
.Hypertension,
.DiabetesData {
  display: grid;
  grid-template-rows: repeat(2, 1fr); /* Two rows per column */
  grid-auto-flow: column; /* Ensures items are placed in columns */
  justify-items: center;
  align-items: center;
  gap: 10px; /* Optional: Adjust spacing */
}

.Lipid-main,
.Hypertension-main,
.DiabetesData-main {
  border: 1px solid rgb(154, 151, 151);
  border-radius: 10px;
  padding-bottom: 11px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.Lipid-main .card-heading,
.Hypertension-main .card-heading,
.DiabetesData-main .card-heading {
  margin: 0;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

.PoweredByMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}


.date-range{
  fontSize: "14px";
  cursor: "pointer";
  padding: "12px 14px";
  border: "1px solid #ccc";
  borderRadius: "5px";
}

.displaycount {
  position: relative;
}

.integrators-list {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
}

.integrators-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.integrators-list li {
  padding: 5px 0;
}

