@media (max-width: 767px) {
  header .lang-dropdown {
    margin-right: 2.5rem;
    margin-left: 0.75rem;
  }

  #sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    transform: translateX(100%);
    transition: transform 250ms ease-in-out;
    background: #2174d9;
    color: #fff;
    z-index: 9;
  }

  .sidebarMenuInner {
    display: flex;
    margin-top: 3rem;
    flex-direction: column;
  }

  .sidebarMenuInner li {
    list-style: none;
    color: #fff;
    text-transform: lowercase;
    font-weight: bold;
    padding: 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .sidebarMenuInner li a {
    color: #fff;
    text-transform: lowercase;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
  }

  input[type=checkbox]:checked ~ #sidebarMenu {
    transform: translateX(0);
  }

  input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
  }

  .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 1.375rem;
    right: 0.9375rem;
    height: 1.375rem;
    width: 1.375rem;
  }

  .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #2174d9;
  }

  .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }

  .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
  }

  .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
  }

  input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
  }

  input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
    background-color: #fff;
  }

  input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
    background-color: #fff;
  }
}
.homeBgMain {
  background-image: url(https://static.risesmartapps.com/common/lib/images/dash_hero_image.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  background-color: #0f1941;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 5rem;
}
.homeBgMain a.nav-lnk {
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
}
.homeBgMain .firslook-header {
  padding: 10px 0 14px 0;
  border-bottom: solid 1px #9a9db0;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.11);
  min-height: 72px;
  text-align: left;
}
.homeBgMain .firslook-header .powered-by-logo {
  width: 200px;
}
.homeBgMain .sel-lang .select-newControl.ignore {
  color: #fff;
  cursor: pointer;
  background-image: url("https://static.risesmartapps.com/common/lib/images/dropdown-arrow-white.svg") !important;
}
.homeBgMain .sel-lang .select-newControl.ignore option {
  color: #000;
}
.homeBgMain .cust-dropbtn {
  color: #fff;
}
.homeBgMain .cust-dropdown:after {
  border-color: #fff;
}
.homeBgMain .nice-select {
  color: #fff;
}
.homeBgMain .nice-select .current {
  line-height: 1.7;
}
.homeBgMain .nice-select:after {
  border-color: #fff;
}
.homeBgMain .emptyStateContainer {
  padding-top: 66px;
}

.footerWrapper {
  background: #0f1941;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.4px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
.footerWrapper a {
  color: #fff;
  text-decoration: none;
}
.footerWrapper footer {
  padding-bottom: 0;
}

.sidebarMenuInner li.socialMediaIcons {
  padding: 0 10px;
}
.sidebarMenuInner li.socialMediaIcons svg {
  vertical-align: middle;
}

.powered_by-main {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.powered_by-main svg.powered_by_text {
  margin-bottom: 3px;
}
.powered_by-main svg.powered_by_text path {
  fill: #828282;
}

html {
  height: auto !important;
}

[class^=-menu], [class*=-menu], .css-26l3qy-menu {
  z-index: 9999999 !important;
}