body {
  overflow-y: scroll;
  /* background: #fff !important; */
}



.header {
  right: 16px;
}

.nav_ul li {
  margin: 0 !important;
  font-weight: bold;
}

.nav_ul li a {
  margin: 0 !important;
  font-weight: normal;
}

.header .header_bottom .nav_icon {
  height: 10px;
  margin: 0 -8px !important;
  background: url("../../assets/chevron-right-dark-24px.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}



.main_div {
  display: block;
  position: relative;
  /* background: red; */
  top: 105px;
  margin: 16px auto 0 auto;
  height: calc(100% - 105px);
  width: calc(100% - 0);
  padding: 16px;
  list-style: none;
}


.settings_ul {
  list-style: none;
  padding: 0;
}

.settings_ul .heading {
  display: inline-block;
  width: calc(100% / 3.1);
  min-height: 472px;
  margin: 0 0 4px 0 !important;
  vertical-align: top;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 4px 3px -3px #0001;
  transition:  width 0.15s ease-in-out, border 0.5s ease-in-out;
}

.settings_ul li {
  position: relative;
}

.settings_ul .billing {
  margin: 0 0 4px 0 !important;
}


.settings_ul .heading:hover {
  box-shadow: 0 4px 12px -3px #0001;
  /* border-color: #268BD2; */
  border-color: #aaa;
}

.settings_ul .heading h4 {
  font-weight: bold;
  padding-left: 24px;
}

.settings_ul p {
  padding-left: 0px;
  min-height: 40px;
  font-size: 14px;
  color: #666;
  margin-top: 0;
}

.settings_ul .user_management p {
  /* padding-left: 35px; */
}

.settings_ul .heading:hover p {
  color: #222;
}

.settings_ul .business_settings h4 {
  background: url("../../assets/settings_icon.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: -5px 56%;
  padding-left: 26px;
}

.settings_ul .user_management h4 {
  background: url("../../assets/client.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: -5px 62%;
  padding-left: 26px;
}

.settings_ul .integrations h4 {
  background: url("../../assets/url_icon.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: -6px 62%;
  padding-left: 26px;
}

.settings_ul .templates h4 {
  background: url("../../assets/use_template_icon.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: -6px 55%;
  padding-left: 26px;
}

.settings_ul .email h4 {
  background: url("../../assets/email.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: -6px 55%;
  padding-left: 26px;
}

.settings_ul .sms h4 {
  background: url("../../assets/sms.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: -4px 56%;
  padding-left: 26px;
}

.settings_ul .signature h4 {
  background: url("../../assets/signature.png");
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: -4px 52%;
  padding-left: 26px;
}

.settings_ul .automation h4 {
  background: url("../../assets/automated.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: -5px 56%;
  padding-left: 26px;
}

.settings_ul .appsumo_review_div h4 {
  background: url("../../assets/star.png");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: -2px 75%;
  padding-left: 26px;
}

.settings_ul .billing h4 {
  position: relative;
  /* background: url("../../assets/billing.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: left 60%; */
}

.settings_ul .billing h4 span {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 24px;
  padding-left: 24px;
  background: url("../../assets/billing.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left top;
  /* opacity: 0.65; */
  filter: invert(39%) sepia(9%) saturate(255%) hue-rotate(173deg) brightness(95%) contrast(95%);
}

.settings_ul .miscellaneous h4 {
  background: url("../../assets/help.png");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: left 60%;
}

.settings_ul .signout h4 {
  background: url("../../assets/signout.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 60%;
}

.settings_ul ul {
  list-style: none;
  margin-top: 24px;
  padding: 16px 0 16px 0;
  border-top: 1px solid #ccc;
}

.settings_ul .heading:hover ul {
  border-color: #aaa;
}

.settings_ul ul li {
  margin-top: 8px;
  font-size: 15px;
  padding: 0;
  border: none;
}

.settings_ul ul li:first-child {
  margin-top: 0;
}

.settings_ul ul li a span {
  color: #999;
  font-size: 13px;
}

.settings_ul ul li a {
  display: block;
  width: 100%;
  background: url("../../assets/chevron-right-dark-24px.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0px) center;
  padding: 2px 0 2px 4px;
}

.settings_ul ul li a:hover {
  text-decoration: none;
  color: #163300;
}


.settings_ul .billing ul .manage_billing a span, .settings_ul .billing ul .start_checkout a span {
  display: inline-block;
  position: relative;
  top: -2px;
  /* color: #268BD2; */
  color: #fff;
  font-size: 12px;
  /* background: #E1F2FF; */
  background: palevioletred;
  border-radius: 8px;
  /* border: 1px solid #268BD2; */
  border: 1px solid #999;
  padding: 3px 8px;
  margin-left: 8px;
  box-shadow: 0 3px 8px -3px #0003;
}

.lifetime_upgrade_a span {
  display: inline-block;
  position: relative;
  top: -2px;
  color: #268BD2 !important;
  font-size: 10px !important;
  background: #E1F2FF;
  border-radius: 8px;
  border: 1px solid #268BD2;
  padding: 2px 6px;
  margin-left: 6px;
  box-shadow: 0 3px 8px -3px #0009;
}

.settings_ul .billing ul .trial_days_left {
  padding: 2px 0 2px 4px;
}

.settings_ul .billing ul .trial_days_left b {
  display: inline-block;
  margin-top: 8px;
  color: #268BD2;
  font-size: 10px;
  background: #E1F2FF;
  border-radius: 8px;
  border: 1px solid #268BD2;
  padding: 4px 8px;
  box-shadow: 0 3px 8px -3px #0009;
  cursor: pointer;
}


span.soon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #268BD2;
  background: #e1f2ff;
  font-size: 8px;
  font-weight: normal;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #7eafd2;
  margin: 0;
  z-index: 9;
}

span.soon:hover {
  color: #217bbc;
  border: 1px solid #217bbc;
}

.footer {
  margin: 16px 8px 0 8px;
  padding: 32px 16px 16px 16px;
  font-size: 12px;
  text-align: left;
}

.footer .footer_child {
  display: block;
}

.footer ul.footer_child {
  list-style: none;
  padding: 0;
  /* float: right; */
}

.footer ul.footer_child li {
  display: inline-block;
  padding: 0 4px;
}

.footer ul.footer_child li a {
  color: #666;
}

.footer ul.footer_child li a:hover {
  text-decoration: none;
  color: #000;
}











@media (max-width: 850px) {
  .header {
    right: 0 !important;
    width: 100%;
  }

  .dp {
    right: 8px;
  }

  .header .header_bottom {
    padding: 0 8px;
  }

  .logo {
    /* left: 8px;
    min-width: 40px;
    padding: 8px 0;
    color: transparent; */
  }


  .settings_ul .heading {
    width: calc(100% / 2.1);
  }

  .settings_ul .billing {
    margin: 0 0 4px 0 !important;
  }


}


@media (max-width: 450px) {

  .main_div {
    width: 100%;
    padding: 16px 1px;
  }

  .settings_ul .heading {
    width: 100%;
    min-height: 150px;
  }

  .settings_ul ul li a {
    padding: 2px 0;
  }

}
