/*
.header {
    background-color: #191D45;
    color: #fff;
}

.header_right_side {
    color: #fff;
}
*/
.dashboard_page {
    padding: 50px 0 150px;
}

.container {
  padding: 0;
}

.dashboard {
    height: 500px;
    max-width: 1440px;
    padding: 0 80px;
    width: 100%;
    margin: auto;
}

.hevway-dashboard-navigation {
    float:left;
    box-sizing:inherit;
    margin-right:80px;
    width:330px;
    border-radius:4px;
}
.hevway-dashboard-navigation ul {
    list-style-type: none;
    width: 330px;
}

.hevway-dashboard-navigation li:not(.is-active){
    padding-left: 0;
    margin: 0px;
    box-sizing: border-box;
}

.hevway-dashboard-navigation li.is-active a{
  display: block;
  padding: 14px 24px;
  color: #f7f7f7;
  font-family: "Basis Grotesque";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.56px;
  text-align: left;
  line-height: 32px;
  background-color: #191d45;
}

.hevway-dashboard-navigation li a {
    transition: all 0.3s ease-in-out 0s;
    height: 60px;
    width: 330px;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-bottom: 15px;
    border: 1px solid #f7f7f7;
    box-sizing: inherit;
    list-style-type: none;
}

.hevway-dashboard-navigation ul li a {
  display: block;
  padding: 14px 24px;
  color: #a8a8a8;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  letter-spacing: -0.56px;
  text-align: left;
  line-height: 32px;
  outline: none;
  box-shadow: none !important;
  text-decoration: none;
  box-sizing: inherit;
}

.hevway-dashboard-content input[type="text"].active_click {
  border: 1px solid #FF9500;
}
.hevway-dashboard-content input[type="checkbox"] {
  height: auto;
  width: auto;
  margin-bottom: 0;
}

.hevway-dashboard-content input[type="text"] {
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  color: #191D45;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.44px;
  line-height: 22px;
  border: 1px solid #F7F7F7;
  padding-left: 12px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out 0s;
}


.hevway-dashboard-content select, .hevway-dashboard-content input {
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  color: #191D45;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.44px;
  line-height: 22px;
  border: 1px solid #F7F7F7;
  background-color: #f7f7f7;
  padding-left: 12px;
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out 0s;
}

