@font-face {
  font-family: interFont;
  src: url(fonts/Inter/static/Inter_24pt-SemiBold.ttf);
}

@font-face {
  font-family: "vivo";
  src: url("assets/vivo_font/vivo_Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "vivo";
  src: url("assets/vivo_font/vivo_Light.ttf");
  font-weight: 300; /* You can use 'lighter' or a specific numeric weight */
}

.bold-text {
  font-family: "vivo", sans-serif;
  font-weight: bold;
}

.light-text {
  font-family: "vivo", sans-serif;
  font-weight: 300;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: vivo;
}

.mainCon {
  width: 100%;
  background: #fdfdfd;
  display: flex;
}

.title img {
  width: 66%;
}

.sideBarBtn img {
  height: 1.5vh;
}

.sidebar {
  background-image: url(imgs/image.png), linear-gradient(#415fff, #324ee4);
  width: 366px;
  height: 1122px;
  margin: 1vh;
  border-radius: 8px;
  background-size: 100% 100%;
  color: white;
  position: relative;
  visibility: visible;
  transition: all 0.5s ease;
}

.sidebar[status="close"] .subMenus,
.sidebar[status="close"] .sidebarFooter {
  /* visibility: hidden; */
  left: 0;
  right: 0;
  padding: 0px;
  text-align: center;
  width: auto !important;
}

.sidebar[status="close"] .menuItem span,
.sidebar[status="close"] .title {
  display: none;
}

.sidebar[status="close"] .menuIcons {
  width: 80%;
  padding: 12%;
  margin: 1vh !important;
}

.sidebar[status="close"] .active {
  background: transparent;
}

.menuIcons {
  margin: 0 4% 0 0%;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active .menuIcons {
  background: #415fff;
}

.menuIcons .icons {
  width: 26px;
  height: 26px;
  border-radius: 4px;
}

.sidebar[status="close"] .sideBarBtn {
  top: 10%;
}

.sidebar[status="close"] .menuItem {
  width: 100%;
  height: 6vh;
  padding: 12%;
  margin: 0 auto;
  justify-content: center;
}

.sidebar[status="close"] .menu .menuItem img {
  padding: 0%;
}

.sidebar[status="close"] .menuItem img {
  width: 2.7vh !important;
}

.drop_arrow {
  transform: rotate(0deg);
}

.sideBarBtn {
  background: white;

  color: black;
  display: flex;
  justify-content: center;
  padding: 1vh;
  border-radius: 4px;
  position: absolute;
  cursor: pointer;
  right: -1.5vh;
  box-shadow: 4px 4px 20px 0px gainsboro;
}

.divider {
  background: #ffffff4f;
  width: 80%;
  height: 1px;
  border-radius: 4px;
  margin: 12% auto;
}

.sidebarFooter {
  font-size: 12px;
  margin: 46% 0 0 12%;
}

.subMenus {
  font-size: 2vh;
  margin: 12% 0%;
}

.rightSide {
  margin: 1%;
  width: 84%;
}

.filterSide {
  width: 904px;
  background: #ffffff;
  box-shadow: 3px 2px 8px 0px gainsboro;
  border-radius: 20px;
  height: 8vh;
  display: flex;
  align-items: center;
}

.actionBtns {
  display: flex;
  width: 30%;
  margin: 0 0 0 4%;
}

.title {
  font-size: 60px;
  text-align: center;
  margin: 0% 0;
  font-size: 7.5vh;
}

.menu,
.general {
  margin: 0 12%;
}

.filterSide .text {
  font-weight: 600;
  font-size: 18px;
  margin: 0 2%;
}
.filters {
  width: 54%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.filters select {
  width: 132px;
  height: 51px;
  padding: 2%;
  border-radius: 10px;
  cursor: pointer;
}

.navbar {
  display: flex;
  justify-content: start !important;
  align-items: center;
}

.actionBtns div {
  width: 138px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  margin: 0 0px 0 10px;
}

.textSide div {
  font-size: 32px;
  font-weight: 600;
}

.textSide small {
  font-size: 18px;
  font-weight: 400;
}

.middleBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0% 0;
  margin-bottom: 8px;
}

.rightside {
  display: flex;
  width: 50%;
  justify-content: end;
  align-items: center;
}

.verticalDivider {
  width: 1px;
  height: 26px;
  background: #d2d2d2;
  margin: auto 4%;
}

span.colorPallete {
  padding: 1vh;
  display: inline-block;
  border-radius: 40px;
  margin: 0 0 0 8px;
}

.legend .text {
  font-size: 12px;
  color: grey;
  font-weight: 500;
  margin: 0px 0 0 1%;
}

.orange {
  background: linear-gradient(90deg, #b6e0ff 0%, #7cc7ff 100%);
}

.darkb {
  background: linear-gradient(90deg, #2443ff 0%, #65a5ff 100%);
}

.blue {
  background: linear-gradient(90deg, #179664 0%, #2ee09b 100%);
}

.violet {
  background: linear-gradient(90deg, #ce6184 0%, #fe77a2 100%);
}

.leftside {
  width: 80%;
}

.legend {
  display: flex;
  align-items: center;
}

.icons {
  width: 14%;
  padding: 2%;
  margin: 0 2%;
}

.menuItem {
  margin: 6% 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  transition: all 0.2s ease-in;
}

.trnds,
.export {
  color: #415fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  width: 151px;
  height: 82px;
  padding: 1% 0%;
  border-radius: 8px;
  justify-content: end;
}

/* .active .icons {
    background: #415fff;
    filter: contrast(100%) brightness(0%) invert(1);

} */

.activeX {
  background: white;
  padding: 4%;
  border-radius: 8px;
  color: black;
  margin: 6% 2px;
  font-weight: 600;
}

/*Sarab*/

.menuIcons .icons {
  width: 2vh;
  height: 2vh;
}
.menuIcons {
  margin: 0 4% 0 0%;
  width: 3vh !important;
  height: 3vh !important;
}
.menuItem {
  font-size: 2vh;
}
.title img {
  height: auto !important;
  margin-top: -5%;
}
.icons {
  width: 3.5vh;
}
.divider {
  margin: 10% auto;
}

.textSide div {
  font-size: 3vh;
}
.textSide small {
  font-size: 2vh;
}
.rightSide {
  padding-top: 1vh;
}

.filterSide {
  width: 100%;
}
.sidebarFooter {
  font-size: 1.5vh;
  margin: 0;
  position: absolute;
  bottom: 4vh;
  left: 4vh;
}
.filterSide .text {
  font-size: 2vh;
}
.filters select {
  width: 31%;
  height: 5vh;
  padding: 0% 1%;
  border-radius: 10px;
  cursor: pointer;
  font-size: 2vh;
}
.actionBtns div {
  width: 50%;
  height: 5vh;
  font-size: 2vh !important;
}

.legend .text {
  font-size: 1.5vh;
}
.leftside {
  width: 80%;
}
.rightside {
  width: 20%;
}
.trnds,
.export {
  font-size: 1.8vh;
}
.trnds,
.export {
  height: 6vh;
}
.sidebar[status="close"] {
  width: 4% !important;
}

@media only screen and (max-width: 1100px) {
  .subMenus {
    font-size: 1.5vh;
  }
}

body {
  color: black !important;
}

.legend > .text:nth-child(1) {
  color: black !important;
}

.title {
  border-bottom: 1px solid #578d7b;
}

.apply {
  background: linear-gradient(45deg, #435efc, #2a3ca6) !important;
  color: white !important;
  width: 40% !important;
  border-radius: 14px !important;
  font-family: interFont !important;
}

.rightSide {
  margin: 1%;
  width: 84%;
  padding-top: 0vh !important;
  margin-top: 0% !important;
}
