.main-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.nav-bar-left {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 15%;
  height: 100vh;
  margin-left: -235px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f8f8f8;
}

.menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #aa5757;
}

.menu-top-left-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #7f865e;
}

.logo {
  display: block;
  width: 100px;
  margin-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
}

.inac {
  margin-top: 43px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f0f3a6;
}

.div-block-2 {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  background-color: #afd69e;
}

.body {
  display: block;
  overflow: visible;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: transparent;
}

.right-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 85%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 11px 0 20px 12px #a9a7ac;
  font-family: Montserrat, sans-serif;
}

.div-block-5 {
  width: 100%;
  height: 300px;
}

.div-block-6 {
  margin-top: 52px;
  background-color: #772e2e;
}

.nav-bar-right-top {
  display: block;
  height: 40px;
  margin-right: 0px;
  padding-right: 43px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #b6acac;
}

.menu-bar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #474747;
}

.right-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-10 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-11 {
  overflow-x: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 50px;
}

.heading {
  text-align: center;
}

.right-top-menu-button {
  margin-left: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: #eee;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.right-top-menu-button:hover {
  background-color: #f2f5c7;
}

.button-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.button-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.row-top-text-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 5px 0px 0px;
  background-color: #eff3ac;
}

.row-header-text {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 12px;
  font-weight: 600;
}

.div-block-14 {
  width: 15%;
}

.div-block-15 {
  overflow: visible;
  width: 25%;
}

.div-block-16 {
  width: 15%;
}

.div-block-17 {
  width: 15%;
}

.div-block-18 {
  width: 15%;
}

.row-text-wrap-2 {
  width: 15%;
  height: 25px;
}

.row-text-wrap-3 {
  width: 25%;
  height: 25px;
}

.row-text-wrap-4 {
  width: 15%;
  height: 25px;
}

.row-text-wrap-5 {
  width: 15%;
  height: 25px;
}

.row-text-wrap-6 {
  width: 15%;
  height: 25px;
}

.row-text-wrap-1 {
  width: 30%;
  height: 25px;
}

.row-top-text-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.row-top-text-box-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
}

.row-header-text-2 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 13px;
  font-weight: 300;
}

.row-top-text-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.row-top-text-box-3:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
}

.paragraph-2 {
  width: auto;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: normal;
  text-indent: 0px;
}

.heading-2 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.table-container {
  margin-top: 19px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #d1d1d1;
}

.table-row-buttum-text-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}

.button-5 {
  display: block;
  padding: 3px 7px;
  background-color: #f7f7f7;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 8px;
  font-weight: 600;
}

.row-header-text-copy-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 19px;
  text-indent: 0px;
}

.div-block-19 {
  margin-top: 32px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 20px;
}

.image {
  display: block;
  width: 18%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-link-tab-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #a9a7ac;
  background-color: transparent;
}

.tab-link-tab-2 {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #a9a7ac;
  background-color: transparent;
}

.tab-link-tab-1 {
  padding-bottom: 5px;
}

.tab-link-tab-1.w--current {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  background-color: transparent;
}

.tab-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 500;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-header-text-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 700;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  border-style: solid;
  border-width: 4px;
  border-color: #1d2a5d;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-pane-tab-1 {
  margin-right: auto;
  margin-left: auto;
}

.text-field-box-1 {
  display: block;
  width: 80%;
  height: 20px;
  clear: none;
}

.row-label-text-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-24 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 35%;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: #7f2323;
  border-radius: 0px;
}

.dropdown-2 {
  display: block;
}

.dropdown-toggle-2 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
}

.div-block-26 {
  width: 50px;
  height: 100%;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
}

.div-block-28 {
  height: 25px;
}

.div-block-29 {
  height: 25px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  width: 70%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.radio-button-field {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.checkbox-field {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.tab-container {
  display: block;
  width: auto;
  margin-top: 38px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #d1d1d1;

}

.grid {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 0.75fr;
}

.div-block-31 {
  width: 100%;
  clear: none;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button {
  width: 100%;
}

.form-3 {
  width: 500px;
}

.select-field {
  overflow: visible;
}

.div-block-33 {
  height: 25px;
}

.div-block-34 {
  height: 25px;
  background-color: #63c9bd;
}

.div-block-35 {
  height: 25px;
  background-color: #3a597c;
}

.div-block-36 {
  height: 25px;
  background-color: #b96b9c;
}

.icon-active-left-nav-bar-button {
  display: inline;
  margin-left: 10px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #a9a7ac;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
}

.lable-active-left-nav-bar-button {
  display: inline-block;
  margin-left: 15px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #d1d1d1;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.nav-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  color: #a9a7ac;
  text-decoration: underline;
}

.div-block-37 {
  display: inline-block;
  height: 40px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8b5353;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-37-copy {
  display: block;
  width: 5px;
  height: 40px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #489450;
}

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

.inactive-left-nav-bar {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f8f8f8;
}

.inactive-left-nav-bar:hover {
  background-color: #eff3ac;
}

.image-2 {
  display: block;
  margin-top: 0px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.menu-button-1 {
  position: static;
  display: inline-block;
  margin-right: 20px;
  margin-left: 5px;
  padding: 22px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #a9a7ac;
  font-size: 23px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.menu-button-1:hover {
  background-color: #eff3ac;
}

.menu-button-1:focus {
  background-color: #f2f3e6;
  box-shadow: 3px 5px 12px -5px #a9a7ac;
}

.icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon {
  margin-top: 0px;
  margin-right: 8px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-40 {
  display: block;
  height: 50px;
  padding: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.active-left-nav-bar-button {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f8f8f8;
  font-family: Montserrat, sans-serif;
  cursor: pointer;
}

.active-left-nav-bar-button:hover {
  background-color: #eff3ac;
}

.active-left-nav-bar-button:focus {
  margin-top: 0px;
  color: #8cc238;
}

.lable-inactive-left-nav-bar {
  display: inline-block;
  margin-left: 15px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.icon-inactive-left-nav-bar {
  display: inline;
  margin-left: 21px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #a9a7ac;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
}

.icon-active-left-nav-bar-button-copy {
  display: inline;
  margin-left: 20px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #a9a7ac;
  font-size: 25px;
  text-align: left;
  text-decoration: none;
}

.active-left-nav-1-copy {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #eff3ac;
}

.icon-active-left-nav-button-copy {
  display: inline;
  margin-left: 50px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #d1d1d1;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.active-left-nav-1-copy-copy {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f2f3e6;
  font-weight: 400;
}

.active-left-nav-state {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f7f7f7;
  font-weight: 400;
  cursor: pointer;
}

.active-left-nav-state:hover {
  background-color: #f2f5c7;
}

.active-left-nav-state:focus {
  background-color: #fcffc5;
}

.lable-active-left-nav-bar-button-1copy {
  display: inline-block;
  margin-left: 3px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.graph-container {
  width: 60%;
  margin-top: 10px;
  float: left;
  border-radius: 5px;
  box-shadow: 0 0 9px -2px #000;
}

.pie-container {
  width: 38%;
  margin-top: 19px;
  float: right;
  border-radius: 5px;
  box-shadow: 0 0 9px -2px #000;
}

.row-2 {
  float: none;
  clear: none;
}

.row-text-wrap-5-1 {
  width: 20%;
  height: 25px;
}

.row-header-text-1 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 500;
}

.row-header-text-2-1 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 10px;
  font-weight: 300;
}

.row-text-wrap-6-1 {
  width: 15%;
  height: 25px;
}

.row-text-wrap-4-1 {
  width: 20%;
  height: 25px;
}

.row-header-text-1-1 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 500;
}

.row-header-text-2-1-1 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 10px;
  font-weight: 300;
}

.row-header-text-2-1-2 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 10px;
  font-weight: 300;
}

.row-text-wrap-4-1-2 {
  width: 15%;
  height: 25px;
}

.row-header-text-1-2 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 500;
}

.row-header-text-1-2-1 {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 500;
}

.row-header-text-2-1-2a {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 10px;
  font-weight: 300;
}

.row-text-wrap-3-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-text-wrap-3-1a {
  width: 20%;
  height: 25px;
}

.row-text-wrap-2-1 {
  width: 20%;
  height: 25px;
}

.row-text-wrap-1-1 {
  width: 20%;
  height: 25px;
}

.row-header-text-1a {
  width: auto;
  margin-top: 4px;
  margin-bottom: 3px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #a7a9ac;
  font-size: 11px;
  font-weight: 500;
}

.row-text-wrap-2-1a {
  width: 20%;
  height: 25px;
}

.row-text-wrap-4-1a {
  width: 20%;
  height: 25px;
}

.row-text-wrap-6-1a {
  width: 20%;
  height: 25px;
}

.button-6 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 2px 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.submit-violation-details-container {
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 0 9px -2px #000;
}

.paragraph-2-copy {
  width: 50%;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 9px;
  line-height: 15px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e0e0;
}

.row-top-text-box-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e0e0;
}

.play-button {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
}

.violation-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  height: auto;
  padding: 0px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.violation-images-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #a9a7ac;
}

.violation-images-2 {
  width: 15%;
  height: 25px;
}

.violation-images-3 {
  width: 25%;
  height: 25px;
}

.video {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 100%;
  height: 77%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-input {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 11px 0px 0px 11px;
}

.search-button {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  font-family: 'Materialdesignicons webfont', sans-serif;
  font-size: 20px;
}

.search-bar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.search-input-2 {
  height: 30px;
  margin-bottom: 0px;
  padding-right: 75px;
  border: 1px none #000;
  border-radius: 5px 0px 0px 5px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.search-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 53px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000;
  border-radius: 10px;
}

.profile-image-1 {
  height: 40px;
  margin-right: 0px;
  margin-left: 10px;
  border-radius: 5px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dropdown--toggle-1 {
  padding: 4px 40px 4px 5px;
  color: #a9a7ac;
  font-weight: 500;
}

.notification-icon-1 {
  display: inline;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #a9a7ac;
  font-size: 26px;
}

.notification-icon-1:hover {
  color: #eff3ac;
}

.dropdown-3 {
  margin-right: 14px;
  margin-left: 14px;
}

.button-7 {
  border-radius: 5px;
  background-color: #d1d1d1;
  color: #a9a7ac;
  font-weight: 500;
}

.logout-button-1 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #f7f7f7;
  color: #a9a7ac;
  font-size: 12px;
  font-weight: 500;
}

.logout-button-1:hover {
  background-color: #eff3ac;
}

.search-button-1 {
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  background-color: #f7f7f7;
  color: #a9a7ac;
}

.image-3 {
  display: block;
  max-height: 150%;
  border-radius: 5px;
}

.image-3:hover {
  box-shadow: 4px 4px 5px 0 #a9a7ac;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.lightbox-link:hover {
  box-shadow: 4px 4px 7px 0 #a9a7ac;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 {
  display: block;
}

.tab-link-tab-3-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.tab-link-tab-2-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.tab-link-tab-1-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.tab-link-tab-1-2.w--current {
  padding-top: 2px;
  padding-bottom: 2px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs-content {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-44 {
  overflow: visible;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  height: 30px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.text-field-3 {
  margin-bottom: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-field-2 {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
  color: #a9a7ac;
  cursor: pointer;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-8 {
  display: block;
  width: 98%;
  margin: 9px 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #d7df21;
  font-weight: 600;
  text-align: center;
}

.button-8:hover {
  background-color: #8cc238;
}

.tab-apne-left-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}

.field-label-2 {
  color: #a9a7ac;
  font-weight: 600;
}

.column-5 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.tab-pane-tab-1-2 {
  width: auto;
}

.div-block-45 {
  width: 100%;
}

.div-block-46 {
  display: inline-block;
  width: 65%;
  margin-top: 15px;
  padding-top: 0px;
}

.tab-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-block-3 {
  width: 100%;
  margin-top: 15px;
}

.tab-link-tab-3-3 {
  display: inline-block;
  width: 100%;
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: #a9a7ac;
  background-color: transparent;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-tab-2-3 {
 width: 100%;
  border-bottom: 1px solid #a9a7ac;
  background-color: transparent;
}

.tab-link-tab-1-3 {
   width: 100%;
  border-bottom: 1px solid #a9a7ac;
  background-color: transparent;
}

.tab-link-tab-1-3.w--current {
  width: 100%;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #8cc238;
  background-color: transparent;
  color: #8cc238;
}

.tab-link-tab-2-3.w--current {
  width: 100%;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #8cc238;
  background-color: transparent;
  color: #8cc238;
}

.tab-link-tab-3-3.w--current {
  width: 100%;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #8cc238;
  background-color: transparent;
  color: #8cc238;
}

.text-block-4 {
  font-weight: 600;
  text-align: center;
}

.text-block-5 {
  color: #a9a7ac;
  text-align: center;
}

.text-block-6 {
  color: #a9a7ac;
  text-align: center;
}

.bold-text {
  display: inline-block;
  font-size: 12px;
}

.radio-button-label {
  color: #a9a7ac;
}

.radio-button-label-2 {
  margin-left: 10px;
  color: #a9a7ac;
}

.icon-2 {
  margin-right: 15px;
}

.icon-2:hover {
  color: #eff3ac;
}

.text-block-7 {
  color: #a9a7ac;
}

.div-block-47 {
  width: 60%;
}

.logout-button-1-copy {
  margin-right: 40px;
  margin-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #d1d1d1;
  color: #a9a7ac;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.logout-button-1-copy:hover {
  background-color: #eff3ac;
}

.sales-performance-box {
  width: 32%;
  margin-top: 19px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #d1d1d1;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 20px 17px;
  padding-bottom: 19px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #a9a7ac;
  font-size: 34px;
  text-align: left;
}

.text-block-9 {
  margin-right: 11px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #8cc238;
  font-size: 24px;
  text-align: left;
}

.text-block-10 {
  margin-left: 15px;
  color: #a9a7ac;
  font-size: 13px;
  font-weight: 600;
}

.tototal-income-box-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 5px 0px 0px;
  background-color: transparent;
}

.total-income-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.colour-box-1 {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #39b54a;
}

.point-label-1 {
  margin-left: 5px;
  color: #a9a7ac;
  font-size: 10px;
  font-weight: 300;
}

.point-label-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 5px 0px 0px;
  background-color: transparent;
}

.point-label-box-1-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 5px 0px 0px;
  background-color: transparent;
}

.sales-performance-box-1 {
  width: 65%;
  margin-top: 19px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #d1d1d1;
}

.top-categories-box {
  width: 32%;
  margin-top: 19px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #d1d1d1;
}

.colour-box-2 {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #8cc238;
}

.colour-box-3 {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #d7df21;
}

.sales-performance-box-2 {
  width: 33%;
  margin-top: 19px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #d1d1d1;
}

.row-header-text-2-1-2a-copy {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 10px;
  font-weight: 300;
}

.row-header-text-2-1-2a-copy-copy-1 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 13px;
  font-weight: 400;
}

.name-1-y {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: grey;
  font-size: 13px;
  font-weight: 600;
}

.sales-p-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 5px 0px 0px;
  background-color: transparent;
}

.logo-bar-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-50 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-row-2 {
 padding: 10px;     height: auto; display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
   -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-51 {
  display: block;
  width: 50%;
  height: 100%;
}

.div-block-52 {
  width: 60%;
  height: 80%;
  background-color: #a9a7ac;
}

.hero-right-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.hero-left-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #f7f7f7;
  
}

.body-2 {
  overflow-y: scroll;
  font-family: Montserrat, sans-serif;
}

.hero-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  
}

.image-box-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #a9a7ac;
}

.row-2-image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.row-2-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-left-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 20px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.hero-2 {
  margin-bottom: 23px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.hero-3 {
  width: 90%;
  margin-bottom: 25px;
  color: #fff;
  font-size: 12px;
}

.hero-form-1 {
  border: 1px none #fff;
  border-radius: 5px;
}

.submit-button-2 {
  border-radius: 5px;
  background-color: #8cc238;
}

.submit-button-2:hover {
  background-color: #d7df21;
}

.button-9 {
  width: 25%;
  border-radius: 5px;
  background-color: #8cc238;
  text-align: center;
}

.button-9:hover {
  background-color: #d7df21;
}

.column-7 {
  padding-left: 10px;
}

.columns-4 {
  padding-left: 10px;
}

.head1-text {margin-top: 25px;
  margin-bottom: 28px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #a9a7ac;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-3 {
 text-align:justify; padding:10px; color: #a9a7ac;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.submit-button-3 {
  width: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #8cc238;
}

.submit-button-4 {
  border-radius: 5px;
  background-color: #8cc238;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-4 {
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.text-field-5 {
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.field-label-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a9a7ac;
}

.field-label-4 {
  color: #a9a7ac;
}

.column-10 {
  padding-left: 0px;
}

.column-11 {
  padding-left: 0px;
}

.hero-row-1-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #39b54a;
}

.image-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.table-container-web {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #d1d1d1;
}

.div-block-53 {
  width: 50%;
  height: 100%;
  margin-top: 0px;
  padding-right: 23px;
}

.div-block-54 {
  width: 50%;
  padding: 20px 15px 20px 20px;
}

.text-block-11 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.head1-text-2 {
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #a9a7ac;
  font-size: 25px;
  font-weight: 600;
}

.menu-row-2-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-3 {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-item-trigger {
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
}

.heading-3 {
  margin-top: 10px;
}

.form-4 {
  padding-left: 10px;
}

.form-block-4 {
  width: 400px;
  margin-top: 82px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ch-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  margin-bottom: 31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ch-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #d7df21;
  border-radius: 5px;
}

.ch-point {
  width: 10px;
  height: 10px;
  border-style: none;
  border-width: 2px;
  border-color: #d7df21;
  border-radius: 5px;
  background-color: #39b54a;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.lable-ch {
  margin-left: 12px;
}

.button-ch {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: -40px;
  padding-left: 0px;
  opacity: 0;
}

.button-ch-a {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: -40px;
  padding-left: 0px;
  opacity: 0;
}

.ch-box-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #d7df21;
  border-radius: 20px;
}

.ch-point-a {
  width: 10px;
  height: 10px;
  border-style: none;
  border-width: 2px;
  border-color: #d7df21;
  border-radius: 5px;
  background-color: #39b54a;
}

.radio-button-field-2 {
  margin-bottom: 0px;
  padding-left: 15px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: -39px;
  opacity: 0;
}

.ch-point-b {
  width: 10px;
  height: 10px;
  border-style: none;
  border-width: 2px;
  border-color: #d7df21;
  border-radius: 5px;
  background-color: #39b54a;
}

.ch-box-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #d7df21;
  border-radius: 20px;
}

.r-button-b {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: -35px;
  opacity: 0;
}

.table-container-2 {
  margin-top: 40px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 #d1d1d1;
}

.k-radio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.k-radio-point-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d7df21;
  border-radius: 20px;
}

.k-radio-point-container:hover {
  border-color: #d1d1d1;
}

.k-radio-point {
  width: 15px;
  height: 15px;
  border-style: none;
  border-width: 0px;
  border-color: #d7df21;
  border-radius: 20px;
  background-color: #39b54a;
}

.radio-button-2 {
  width: 30px;
  height: 30px;
  margin-top: 0px;
}

.radio-button-field-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.k-radio-01 {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: -50px;
  opacity: 0;
  cursor: pointer;
}

.k-radio-point-2 {
  width: 15px;
  height: 15px;
  border-style: none;
  border-width: 0px;
  border-color: #d7df21;
  border-radius: 20px;
  background-color: #39b54a;
}

.k-radio-01-2 {
  width: 30px;
  height: 30px;
  margin-top: 0px;
}

.j-radio-point {
  width: 15px;
  height: 15px;
  border-style: none;
  border-width: 0px;
  border-color: #d7df21;
  border-radius: 20px;
  background-color: #39b54a;
}

.j-radio-01 {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-left: -50px;
  opacity: 0;
  cursor: pointer;
}

.j-radio-01:hover {
  border-style: none;
  border-width: 0px;
  border-color: #f7f7f7;
}

.div-block-56 {
  width: 80%;
  height: auto;
}

.accordion-item-trigger-1 {
  cursor: pointer;
}

.dwrapper {
  margin-top: 54px;
  margin-right: 257px;
  margin-left: 257px;
}

.ditem {
  overflow: visible;
}

.ditemtrigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  border-width: 1px;
  border-color: #f7f7f7;
  cursor: pointer;
}

.ditemcontent {
  overflow: hidden;
}

.table-container-web--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #d1d1d1;
  min-height:400px;
}

.column-12 {
  padding-right: 5px;
  padding-left: 0px;
}

.column-13 {
  padding-right: 0px;
  padding-left: 5px;
}

.column-14 {
  padding-left: 0px;
}

.text-field-6 {
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.text-field-7 {
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.text-field-8 {
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.text-field-9 {
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 12px;
}

.textarea {
  height: auto;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f7f7f7;
}

.field-label-5 {
  color: #a9a7ac;
  font-size: 13px;
}

.loginpage-label-5-copy {
  color: #a9a7ac;
  font-size: 13px;
}

.heading-4 {
  display: inline;
  margin: 9px 17px;
  color: #a9a7ac;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-4 {
  border: 1px none #000;
  color: #a9a7ac;
  font-size: 12px;
  font-weight: 400;
}

.button-1abc {
  width: 50%;
  border-radius: 5px;
  background-color: #d7df21;
}

.button-1abc:hover {
  background-color: #8cc238;
}

.div-block-57 {
  display: block;
  width: 80%;
  border-bottom: 2px solid #f7f7f7;
}

.panel1-text-box {
  display: block;
  width: 22%;
  border-bottom: 3px solid #d7df21;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  color: #a9a7ac;
}

.menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #dfdfdf;
}

.row-top-text-box-2a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 5px 0px 0px;
  background-color: #eff3ac;
}

.heading-2-copy {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #a9a7ac;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.field-label-6 {
  display: inline-block;
  margin-bottom: 0px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #d7df21;
  font-size: 30px;
  cursor: pointer;
}

.text-block-12 {
  display: inline-block;
  margin-right: 10px;
  color: #a9a7ac;
  font-weight: 400;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pie-container-1 {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pie-box-1 {
  position: relative;
  z-index: 5;
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #8cc238;
}

.pie-box-1-base {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 200px;
  height: 200px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 50%;
  background-color: #a9a7ac;
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
}

.pie-box-1-34 {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0% 0% 0% 100%;
  background-color: #d7df21;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
}

.pie-box-1-34a {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 100% 0% 0%;
  background-color: #39b54a;
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
}

.pie-box-1-34b {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0% 0% 100%;
  background-color: #eff3ac;
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
}

.pie-box-1-34-c {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0% 100% 0% 0%;
  background-color: #39b54a;
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
}

.pie-box-1-34-d {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0% 0% 100%;
  background-color: #eff3ac;
  -webkit-transition: opacity 575ms ease;
  transition: opacity 575ms ease;
}

.div-block-62 {
  position: fixed;
  bottom: 252px;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.thecounter-1 {
  color: #a9a7ac;
  font-size: 36px;
  font-weight: 700;
}

.thecounter-2 {
  margin-top: 7px;
  color: #a9a7ac;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8cc238;
}

.text-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.logo-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper-left-menu-1 {
  overflow: visible;
  margin-top: 100px;
}

.leftmenu-container-1 {
  overflow: hidden;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200%;
  border: 1px none #000;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: #fc0000;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-64 {
  width: 60%;
  margin-top: 130px;
}

.thegraph-1 {
  overflow: visible;
  width: 100%;
  height: 220px;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  margin: 10px 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: transparent;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 51px 29px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper-2 {
  display: block;
  clear: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pie-base {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #a9a7ac;
}

.pie-centre-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: #4b4949;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: translate(-100px, -100px) perspective(0px);
  transform: translate(-100px, -100px) perspective(0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.div-block-67 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.base-grid {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 125px;
  height: 125px;
}

.quater-pie-1 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 100%;
  background-color: #8cc238;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-68 {
  display: block;
  margin-top: 20px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-69 {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.div-block-70 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100px;
  height: 100px;
  min-width: 0px;
  border-bottom-left-radius: 100%;
  background-color: #8cc238;
}

.pie-quater---1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  min-width: 0px;
  border-bottom-left-radius: 100%;
  background-color: #8cc238;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.pie-center {
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pie-gride {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100px;
  height: 100px;
  min-width: 0px;
  border-bottom-left-radius: 0%;
  background-color: transparent;
}

.div-block-71 {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 100px;
  height: 100px;
}

.pie-in-parts {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100px;
  height: 100px;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background-color: #8cc238;
}

.div-block-72 {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: #8cc238;
}

.div-block-73 {
  width: 200px;
  height: 200px;
}

.base-block-pie {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #39b54a;
}

.div-block-74 {
  position: relative;
  left: 50%;
  top: 50%;
  width: 175px;
  height: 175px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pie-centa {
  position: relative;
  left: 50%;
  top: 50%;
  width: 175px;
  height: 175px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.div-block-75 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
}

.pie-part-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100px;
  height: 100px;
}

.div-block-76 {
  position: absolute;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 100%;
  background-color: #8cc238;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-77 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 100%;
  background-color: #000;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-77-copy1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 100%;
  background-color: #d7df21;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-77-copy-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 100%;
  background-color: #8cc238;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-77-copy-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 100%;
  background-color: #39b54a;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.div-block-78 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-block-14 {
  margin-top: 4px;
  color: #a9a7ac;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.text-block-15 {
  color: #a9a7ac;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.div-block-79 {
  height: 80px;
}

.lightbox-link-2 {
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 5px;
}

.div-block-80 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100px;
  height: 100px;
  background-color: #d7df21;
}

.text-block-16 {
  margin: 0px 0px 0px 15px;
  padding: 5px 18px;
  border-radius: 5px;
  background-color: #39b54a;
  color: #fff;
  font-weight: 700;
}

.html-embed-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #a9a7ac;
  font-size: 10px;
  text-align: center;
}

.div-block-81 {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.point-label-box-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px 5px 0px 0px;
  background-color: transparent;
}

.point-label-1-copy {
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  color: #a9a7ac;
  font-size: 10px;
  font-weight: 300;
}

.nav-bar-left-2nd {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 15%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f7f7f7;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div-block-2---1-copy {
  position: fixed;
}

.logo-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-5 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.collapes-left-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-active-left-collapes {
  display: inline;
  margin-left: 40px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #d1d1d1;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.div-block-82 {
  display: block;
  width: 10%;
  height: 100%;
  border: 1px solid #000;
  background-color: #b64141;
}

.ken-div-block-83 {
  overflow: visible;
  width: 250px;
  height: 250px;
  margin-left: 30px;
  border: 1px solid #000;
  background-color: #d44c4c;
}

.div-block-83 {
  width: 15%;
  height: 100%;
}

.left-menu {
  position: absolute;
  overflow: visible;
  width: 15%;
  height: 100vh;
  background-color: #f7f7f7;
}

.icon-active-left-nav-bar-button-123 {
  display: inline;
  margin-left: 20px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #a9a7ac;
  font-size: 25px;
  text-align: left;
  text-decoration: none;
}

.icon-active-left-nav-small-123 {
  display: inline;
  margin-left: 15px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #a9a7ac;
  font-size: 30px;
  text-align: left;
  text-decoration: none;
}

.icon-active-left-nav-small-123---1 {
  display: inline;
  margin-left: 40px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #d1d1d1;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.logo-box-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-right-menu-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 53px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-84 {
  padding: 10px 0px 10px 20px;
}

html.w-mod-js *[data-ix="k-radio-point-initial"] {
  display: none;
}

html.w-mod-js *[data-ix="j-radio-initial"] {
  display: none;
}

@media (max-width: 991px) {
  .div-block-31 {
    width: 900px;
  }
  .div-block-32 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-block-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#w-node-836bde4af6e5-3dec7fec {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Materialdesignicons webfont';
  src: url('../fonts/materialdesignicons-webfont.woff2') format('woff2'), url('../fonts/materialdesignicons-webfont.eot') format('embedded-opentype'), url('../fonts/materialdesignicons-webfont.woff') format('woff'), url('../fonts/materialdesignicons-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.table
{
    width:1000px;

}

.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #eff3fb;
text-decoration: none;
background-color: #fff;
border: none;
top:10px;
}

.table table > tbody > tr > td > span {
z-index: 3;
color: #050505;
cursor: default;
background-color: #eff3fb;
border-color: #eff3fb;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}

.GridHeader {
    line-height:40px;
}

.rowstyle
{
    line-height:40px;
}

.chkbx
{
    width: 55%;
}
.chkbx label
{
display: inline-table;
}

.menubarlink:link, a:visited {
  color: grey;
  text-align: center; 
  text-decoration: none;
  display: inline-block;
}

.menubarlink:hover, a:active {
  
}

.socialmedialinks
{
    color:#39b54a;
    text-decoration:none;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.alert {
  padding: 20px;
  background-color: #eff3ac;
  color: #151515;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  width:50%;
  margin:auto;
  margin-top:10px !important;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #eff3ac;}
