:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.defaultbody {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.defaultbody.login {
  background-color: #0091d7;
  flex-flow: column;
}

.logindiv {
  width: 100%;
  max-width: 800px;
  display: flex;
}

.loginleftdiv {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 40%;
  padding: 25px;
}

.defaultheader {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.defaultheader.underline {
  border-bottom: 1px solid #bbb;
  margin-bottom: 25px;
  line-height: 30px;
}

.defaulttext {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
}

.defaulttext.green {
  color: #00b115;
}

.defaulttext.nomargin {
  margin-bottom: 0;
}

.defaultformblock {
  margin-top: 25px;
  margin-bottom: 0;
}

.defaulttextfield {
  border-radius: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.defaultbutton {
  text-align: center;
  background-color: #0091d7;
  border-radius: 12px;
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.defaultbutton:hover {
  background-color: #1576a5;
}

.defaultbutton.maxwidth {
  max-width: 200px;
  margin-left: 10px;
}

.defaultbutton.maxwidth.red {
  background-color: #cf0000;
}

.defaultbutton.maxwidth.red:hover {
  background-color: #9b0000;
}

.defaultbutton.maxwidth.reports {
  max-width: 250px;
}

.loginrightdiv {
  background-image: url('../images/Login_Background.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
  width: auto;
  height: auto;
}

.bodydiv {
  width: 100%;
  height: 100vh;
}

.headersection {
  background-color: #0091d7;
}

.defaultcontainer {
  max-width: 1200px;
}

.headerdiv {
  justify-content: flex-start;
  align-items: center;
  padding: 25px;
  display: flex;
}

.headertext {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.horizontaldivider {
  flex: 1;
  height: 1px;
}

.logoutbutton {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.contentdiv {
  padding: 30px 15px;
}

.dashboardheader {
  color: #0091d7;
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.defaultrow {
  margin-bottom: 15px;
}

.defaultrow.nomargin {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.defaultcolumn {
  padding-left: 0;
  padding-right: 0;
}

.defaultcolumn.paddingleftright {
  padding-left: 5px;
  padding-right: 5px;
}

.columnheader {
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dashboardrow {
  border: 1px solid #a8a8a8;
  border-radius: 20px;
  margin-bottom: 5px;
  padding: 15px;
}

.rowfunctiondiv {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.functionicon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.buttondiv {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
  display: flex;
}

.buttondiv.adduser {
  margin-top: 20px;
  margin-bottom: 0;
}

.buttondiv.nomargin, .rowformblock {
  margin-bottom: 0;
}

.loginlogo {
  width: 150px;
  margin-bottom: 25px;
}

.navcontentdiv {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px 0 0;
  display: flex;
}

.navimage {
  width: 100px;
  margin: 10px 30px 10px 25px;
}

.defaultnavitem {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.defaultnavtext {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.defaultnavtext:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.image {
  width: 24px;
  height: 24px;
}

.desktopnavbar {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  margin-left: 15px;
}

.mobilenavitem {
  margin-left: 10px;
  display: none;
}

.navigationdropdown {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.dropdownnavitem {
  border: 1px #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.defaultnavtexthover {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  display: flex;
}

.defaultnavtexthover:hover {
  color: #0091d7;
  background-color: #fff;
}

.overviewcard {
  background-color: #f0f0f0;
  border-radius: 15px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.overviewcard.nomargin {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.metriccardcontent {
  flex-flow: column;
  align-items: center;
  padding: 25px 50px;
  display: flex;
}

.metricicon {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.metricfigure {
  text-align: center;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.metricfigure.profile {
  margin-bottom: 10px;
  font-size: 16px;
}

.metricfigure.profile.green {
  color: #00a038;
}

.metrictext {
  text-align: center;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
}

.countrycardcontent {
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.cardheader {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.headerimage {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.cardrow {
  background-color: #fafafa;
  border-radius: 15px;
  margin-bottom: 5px;
  padding: 15px 25px;
}

.rowtext {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.statustext {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.statustext.red {
  color: #d60000;
}

.statustext.green {
  color: #00a038;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.flagicon {
  object-fit: fill;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.progressbar {
  background-color: #dbdbdb;
  border-radius: 25px;
  height: 20px;
}

.progressbarfilled {
  background-color: #0091d7;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 56%;
  height: 100%;
  display: flex;
}

.progressbarfilled._2 {
  width: 32%;
}

.progressbarfilled._3 {
  width: 12%;
}

.profileformblock {
  margin-bottom: 0;
}

.profileformblock.innerpadding {
  padding-left: 30px;
}

.profileform {
  background-color: #fafafa;
  border-radius: 15px;
  padding: 15px;
}

.profiletextfield {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f0f0f0;
  border-radius: 15px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.infodiv {
  background-color: #ffeaa3;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.infotext {
  text-align: center;
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 700;
}

.reporttext {
  padding-left: 30px;
}

.filterheader {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .loginrightdiv {
    border-bottom-right-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .defaultbody.login {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logindiv {
    width: auto;
  }

  .loginleftdiv {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: auto;
  }

  .loginrightdiv {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navcontentdiv {
    padding-right: 15px;
  }

  .navimage {
    margin-left: 15px;
  }

  .desktopnavbar {
    display: none;
  }

  .mobilenavitem {
    display: flex;
  }
}
