body {
  overflow-y: scroll;
}


.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;
}


.create_new {
  background: #000 url("../../assets/chevron-right-light-24px.png") !important;
  background-size: 16px !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 8px) 49% !important;
}


.main_div {
  display: block;
  position: relative;
  top: 116px;
  margin: 16px auto 0 auto;
  height: calc(100% - 105px);
  width: 60%;
  padding: 16px 76px;
  list-style: none;
}


.pattern_upgrade_div {
  width: 100%;
  /* border: 4px solid #eee; */
  /* border-radius: 8px; */
  /* border-bottom: 1px solid #eee; */
  /* border-top-left-radius: 16px;
  border-top-right-radius: 16px; */
  height: 150px;
  overflow: hidden;
  margin: 0 0 16px 0;
  /* background: #FDFDF8; */
}

.pattern_upgrade_div .enterprise_pattern {
  top: 32px;
}


.usage_div {
  position: relative;
  /* width: 50%; */
}


.usage_div h3 {
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.usage_div .current_plan, .current_plan_appsumo {
  text-align: center;
  margin-top: 8px;
  font-size: 24px;
  text-transform: capitalize;
}

.usage_div .row {
  position: relative !important;
  /* min-height: 300px; */
}

.usage_div .col-xs-12 {
  position: relative !important;
  min-height: 240px;
  padding: 0;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0 3px 8px -3px #0003;
}


.usage_div .heading {
  text-align: left;
  margin: 0 24px;
}

.usage_div .heading p {
  display: inline;
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  color: #000;
  font-size: 18px;
  /* font-weight: bold; */
  text-align: left;
}


.usage_div svg {
    position: relative;
    top: 2px;
    margin-left: 5px;
    width: 14px;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
  }

  .usage_div p:hover svg {
    opacity: 1;
  }

  .usage_div p .tip {
    display: none;
    position: absolute;
    right: -24px;
    width: 170px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: normal;
    /* color: #999; */
    text-align: left;
    background: #FDFDF8;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 3px 8px -3px #0005;
    z-index: 9999999999999;
  }


.usage_div .desc {
  margin: 8px 24px 8px 24px;
  font-size: 13px;
}


.usage_div .code_add_div {
  margin: 0 24px 50px 24px;
}


.usage_div input[type=text] {
  padding: 12px 14px;
  margin: 6px 0 0 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  color: #000 !important;
  text-align: left !important;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 3px 8px -3px #0001;
}


.usage_div input:focus, .usage_div select:focus {
  border-color: #268BD2;
}


.usage_div .error {
  color: #d1574f;
  font-size: 12px;
  padding: 8px 2px 0px 2px;
  text-align: left;
}

.usage_div .settings_success_div {
	display: none;
  position: relative;
  background: #0009;
  background: darkGreen;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
  padding: 4px 8px;
  -webkit-transition: bottom 0.45s ease-in-out;
	-moz-transition:    bottom 0.45s ease-in-out;
	-ms-transition:     bottom 0.45s ease-in-out;
	-o-transition:      bottom 0.45s ease-in-out;
	transition:         bottom 0.45s ease-in-out;
}


.usage_div .add {
  display: block;
  position: relative;
  top: 0px;
  background-color: #111;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 8px 24px;
  margin: 8px 0 0 0;
  width: 124px;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
}

.usage_div .add:hover {
  opacity: 1;
}

.usage_div .add_btn_loading {
  background: #fff !important;
  margin: 8px 0 0 0;
  padding: 8px !important;
  border: 4px solid transparent !important;
  border-bottom: 4px solid #1a73e8 !important;
  border-left: 4px solid #1a73e8 !important;
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  z-index: 999;
  overflow: hidden !important;
  color: transparent !important;
  animation: spin 0.45s linear infinite;
  pointer-events: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}



.usage_div .plan_features {
    list-style: none;
    padding: 0 0 0 20px;
    margin-top: 0;
    min-height: 232px;
  }

  .container .tier .professional_tier .plan_features {
    min-height: 257px;
  }

  .usage_div .plan_features li {
    background: url("../../assets/valid.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 3px 6px;
    padding: 4px 0 6px 24px;
    color: #000;
    font-weight: bold;
  }

  .usage_div ul .disabled_feature {
    background: url("../../assets/close.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 4px 7px;
    padding: 4px 0 6px 24px;
    color: #aaa;
  }

  .usage_div ul .custom_branding p {
    cursor: not-allowed;
  }

  .usage_div ul .plan_usage {
    background: transparent;
  }


  .usage_div ul li p {
    position: relative;
    display: inline;
    margin: 0;
    padding: 0;
  }

  .usage_div ul li svg {
    position: relative;
    top: 2px;
    margin-left: 5px;
    width: 14px;
    height: auto;
    opacity: 0.4;
    cursor: pointer;
  }

  .usage_div ul li:hover svg {
    opacity: 1;
  }

  .usage_div ul li .tip {
    display: none;
    position: absolute;
    right: -24px;
    width: 170px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: normal;
    /* color: #999; */
    background: #FDFDF8;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 3px 8px -3px #0005;
    z-index: 9999999999999;
  }





.usage_div .col-xs-12 progress {
  width: calc(100% - 48px);
  margin-top: 0px;
  margin-left: 24px;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  height: 4px;
  padding: 0px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  -webkit-appearance: none;
   appearance: none;
}

progress::-webkit-progress-bar {
	height: 4px;
	width: 100%;
	background-color: #ddd;
	border-radius: 16px;
  border: 1px solid #bbb;
	/* box-shadow: 0px 0px 6px #777 inset; */
}

progress::-webkit-progress-value {
	background: #268BD2;
	border-radius: 16px;
  -webkit-transition: width 1.5s ease;
   -moz-transition: width 1.5s ease;
     -o-transition: width 1.5s ease;
        transition: width 1.5s ease;
}

progress.low::-webkit-progress-value {
	background: palevioletred;
	border-radius: 16px;
}


.usage_div .stat {
  position: relative;
  display: inline-block;
  margin-top: 6px;
  margin-left: 24px;
  margin-right: 24px;
  color: #666;
  font-size: 13px;
  font-weight: lighter;
}



.collapsible {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  margin-top: 8px;
  padding: 16px 24px 16px 24px;
  width: 100%;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
  outline: none;
  font-size: 14px;
  color: #268BD2;
}

.collapsible span {
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  width: 12px;
  height: 12px;
  background: url("../../assets/dropdown_dark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(0deg);
}

.collapsible:hover {
  background-color: #F6F6F6;
}

.active, .active:hover {
  background-color: #E1F2FF;
}

.active span {
  transform: rotate(-180deg);
}

.content {
  padding: 0 2px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #F6F6F6;
	font-size: 13px;
  color: #999;
}


.content div {
  padding: 16px 24px 16px 24px;
}




    @media (max-width: 850px) {
      .main_div {
        width: 80%;
      }
      .create_new.add_new {
        display: none;
      }


      .upgrade_div {
        left: 1%;
        width: 98%;
        overflow: hidden;
      }

      .upgrade_div .top_controls {
        padding: 24px 6px;
        margin: 8px 16px 0 16px;
      }

      .upgrade_div .pattern_upgrade_div {
        width: 65%;
        height: 0px;
      }

      .upgrade_div .select_plan_div {
        width: 65%;
      }


    }




    @media (max-width: 450px) {
      .main_div {
        width: 98%;
        padding: 16px 16px;
      }

      .upgrade_div {
        left: 1%;
        width: 98%;
        overflow: hidden;
      }

      .upgrade_div .top_controls {
        padding: 24px 6px;
        margin: 8px 16px;
      }

      .upgrade_div .pattern_upgrade_div {
        width: 90%;
        height: 150px;
      }

      .upgrade_div .select_plan_div {
        width: 90%;
      }
    }
