@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&amily=Comfortaa:wght@500;600');
body {
  background-color: #eeeeee;
  overflow-x: hidden;
  /* scroll bar hidden */
}
::-webkit-scrollbar {
  display: none;
}
@media (max-width: 900px) {
  body {
    overflow-y: auto;
    /* margin: 20px 10px 10px 10px !important; */
  }
}
.bold-font {
  font-weight: bold;
}
.MuiPaper-rounded {
  border-radius: 8px !important;
}
.display-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
}
.main-container {
  /* min-height: 100vh; */
  /* overflow: hidden;
  display: block; */
  /* position: relative;
  padding-bottom: 100px; */
  height: calc(100vh - 60px);
  /* Adding 100px of header and 150px of footer */
}
.container-fluid-custom {
  padding: 15px;
  min-height: 100%;
  position: relative;
}
.div-dropdown {
  position: relative;
  left: 308px;
  font-size: 14px;
}
.details {
  position: relative;
  font-size: 14px;
  display: flex;
  left: 330px;
}
.eflag-logo {
  position: absolute;
  /* width: 169px;*/
  height: 48px;
  left: 13px;
  top: 0px;
}
.navbar {
  border-bottom: 1px solid #000;
  background-color: white;
}
.header-a {
  width: 1920 px;
  height: 60px;
}
.custom-card {
  display: flex;
  flex-direction: row;
}
.custom-card-center {
  display: flex;
  flex-direction: row;
  height: 257px;
}
.card {
  border: 1px solid #dadada;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.card-right {
  background-color: white;
  border: 1px solid #dadada;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
  border-radius: 8px;
  /* height: 27vh; */
}
@media (min-width: 850px) {
  .card-right {
    min-height: 11.4rem;
  }
}
@media (max-width: 850px) {
  .card-right {
    height: calc(100vh - 32%);
    /* padding: 20px; */
  }
}
.custom-card-text {
  font-size: 10px;
  font-weight: normal;
  line-height: 11.72px;
  color: #526788;
}
.heading-color {
  color: #415575;
  margin-bottom: 2px;
  padding-right: 23px;
  font-size: 22px;
}
.up-arrow {
  height: 22px;
  width: 15px;
  padding-bottom: 10px;
  padding-left: 5px;
}
.traffic-data-card {
  display: inline-flex;
}
.traffic-data-logo {
  display: inline-flex;
  align-items: center;
}
.traffic-exchange-header {
  font-size: 0.6rem;
  margin-bottom: 0rem;
}
.traffic-exchange {
  width: 10px;
  height: 13px;
  /* padding-top: 9px; */
}
.traffic-details {
  display: inline;
  font-size: 0.5rem;
  padding-left: 2px;
  line-height: 1;
}
@media (max-width: 1100px) {
  .traffic-exchange-header {
    font-size: 0.5rem;
  }
  .traffic-details {
    font-size: 0.4rem;
  }
}
@media (max-width: 1380px) and (min-width: 1100px) {
  .traffic-exchange-header {
    font-size: 0.55rem;
  }
  .traffic-details {
    line-height: 1;
    font-size: 0.45rem;
  }
}
@media (min-width: 1920px) {
  .traffic-exchange-header {
    font-size: 0.8rem;
  }
  .traffic-details {
    line-height: 1.5;
    font-size: 0.7rem;
  }
}
.user-profile {
  display: inline-grid;
  font-size: 9px;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 2px;
  position: relative;
  left: 233px;
}
.empty-rectangle {
  padding-left: 10px;
  padding-top: 7px;
}
.user-email {
  font-weight: normal;
  font-size: 7px;
  display: flex;
  justify-content: flex-end;
}
.profile-picture {
  width: 20px;
  height: 21px;
  padding-top: 1px;
  position: relative;
  left: 140px;
}

.bar-chart {
  display: flex;
  justify-content: space-between;
}
.open-link {
  width: 17px;
  height: 10px;
  padding-left: 8px;
  /* position: relative;
  top: 11px;
  left: 138px; */
}
.alink {
  /* background-color: red; */
  font-size: 14px;
  font-weight: 600;
}

.alink {
  color: black;
}

/* .nav-link {
  color: black !important;
} */

.alink ul {
  float: left;
}

.nav-container .start {
  /* font-weight: 600; */
  color: black;
}

.nav-logo {
  width: 20px;
  height: 18px;
  padding-left: 4px;
}

.navbar-nav > li {
  padding-left: 5px;
  padding-right: 5px;
}

.start {
  border-radius: 20px;
  border-width: 0.1em;
  font-size: 14px;
  /* padding: 10px 20px 10px 20px; */
  /* margin-left: 30px; */
  font-weight: normal;
}

.start:hover {
  color: white;
}

.brand {
  font-weight: bolder;
}

.content {
  /* margin-top: 0px; */
}

.talk {
  padding-top: 100px;
}

.talk > h1 {
  font-size: 60px !important;
  font-weight: bold;
  color: black;
}

.showcase-img {
  background-image: url('../images/reading-woman.png');
  background-color: #f4f5ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 650px;
}

.circle {
}

.no-bold {
  font-weight: 100;
}

.bold-two {
  font-weight: 200;
}

.bold-three {
  font-weight: 300;
}

.bold-four {
  font-weight: 400;
}

.start-two {
  background-color: #372f7f;
  color: wheat;
  margin-left: 0;
  font-weight: 600;
}

.det-ails {
  margin-top: 50px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.icon-bra-ails {
  padding-bottom: 30px;
}

.icon-ails {
  color: #3f3d56 !important;
  font-size: 40px;
}

.footer {
  color: black;
  text-align: start;
  background-color: #f4f5ff;
  /* padding-top: 25px; */
  color: white;
  position: fixed;
  bottom: -3px;
  height: 30px;
  width: 100%;
  padding-left: 10px;
}

.author {
  text-decoration: none !important;
}
.leaflet-container {
  width: 460px;
  height: 303px;
}

/*Content-analysis card*/
.card-content {
  background-color: white;
  border: 1px solid #dadada;
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
  width: 320px;
  margin: 10px;
}
.dots-img {
  width: 10px;
  height: 24px;
  padding-top: 6px;
}
.content-analysis-card-details {
  display: inline;
  font-size: 8px;
  padding-left: 6px;
}
.content-analysis-card-header {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  font-weight: 700 !important;
}
.share-img {
  width: 39px;
  height: 21px;
  padding-top: 2px;
  padding-left: 22px;
}
.cloud-img {
  width: 33px;
  height: 21px;
  padding-top: 2px;
  padding-left: 13px;
}
.settings-img {
  width: 34px;
  height: 21px;
  padding-top: 2px;
  padding-left: 17px;
}
.nav-link-content-analysis {
  display: block;
  color: #3f5d7e;
  /* padding: .5rem 1rem; */
}

.hr-content {
  margin: 0;
}

/*Right cards exception*/
.card-right-exception {
  /* border: 1px solid #dadada; */
  /* box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2); */
  transition: 0.2s;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Last card */
.card-vehicle-count {
  border: 1px solid #dadada;
  box-shadow: 4px 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.2s;
  width: 814px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  background-color: white;
}
.types-of-vehicles {
  display: flex;
  justify-content: space-between;
}
.types-of-vehicles-images {
  height: 10px;
  width: 10px;
}

/* Radial graph  */
.circle {
  display: flex;
  width: 100px;
  height: 100px;
  background-color: green;
  border-radius: 50%;
}
.right-panel-header {
  display: flex;
  justify-content: space-between;
}
.nav-link-vehicle-exposure-primary {
  width: 279px;
  display: block;
  color: #3f5d7e;
  border: 1px solid;
  /* margin: 1px; */
  padding: 8px;
  border-radius: 15px;
  font-size: 10px;
}
.nav-link-vehicle-exposure-secondary {
  display: block;
  color: #3f5d7e;
  border: 1px solid;
  /* margin: 1px; */
  padding: 8px;
  border-radius: 15px;
  font-size: 10px;
  /* padding: .5rem 1rem; */
}
.traffic-density {
  color: #526788;
  font-size: 10px;
  font-style: italic;
}
.vehicle-exposure {
  display: flex;
  justify-content: space-around;
  padding-bottom: 16px;
}
.vehicle-exposure-dropdown {
  display: contents;
}
.logo-within-dropdown {
  width: 13px;
  height: 14px;
  padding-right: 2px;
}
.space-between-arrow {
  padding-right: 96px;
}
.carousel-img {
  width: 100%;
  height: 235px !important;
  object-fit: fill;
}
.open-link-white {
  position: absolute;
  top: 16px;
  left: 94px;
  width: 10px;
  height: 10px;
}
.traffic-monitor {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 78px !important;
  height: 10px;
}
.ad-tv {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 18px !important;
  height: 14px;
}
.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  /* grid-auto-rows: minmax(0px, auto); */
  line-height: 2px;
}
.legend-radial {
  /* display: inline-flex; */
  display: block;
  margin: auto;
}
.legend-radial-div {
  width: 108px;
  /* max-height: 100px; */
  height: 50%;
  /* display: flex; */
}
.radial-legend-color {
  display: inline-flex;
  height: 20px;
}
.legend-header {
  font-size: 10px;
  margin-bottom: 1rem;
  color: #1d3150;
  font-weight: 500;
}
.radial-legend-details {
  /* display: inline; */
  font-size: 10px;
  padding-left: 12px;
  height: 14px;
  color: #7c7676;
}
.legend-color-indicator {
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.area-legend {
  display: flex;
  justify-content: space-evenly;
}
.area-legend-color-indicator {
  width: 6.24px;
  height: 6.2px;
  padding-right: 1px;
}

.area-legend-header {
  color: #4f4f4f;
  font-size: 0.6rem;
  font-weight: normal;
  padding: 3px 10px;
  margin: 2px;
}

.zoom-icon {
  width: 9px;
  height: 21px;
  padding-bottom: 12px;
}
.label-xaxis {
  display: flex;
  justify-content: center;
  font-size: 10px;
  color: #9a9a9a;
}
.demography-header {
  font-size: 12px;
  margin-bottom: 0.2rem;
  margin-left: 0.5rem;
}
.video {
  object-fit: cover !important;
}
/* 
 Hamburger

*/
