.app-dashboard-block2 {
  width: 1360px;
  background-color: #FFFFFF;
  margin-top: 27px;
  height: 205px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 2px 3px 9px #00000029;
          box-shadow: 2px 3px 9px #00000029;
  border-radius: 4px;
  opacity: 1;
}

.app-dashboard-input-block-title {
  text-align: left;
  font: Bold 20px/27px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  width: 100%;
  margin-bottom: 10px;
}

.app-dashboard-btn .button {
  opacity: 1;
  min-width: 122px;
  height: 52px;
}

.app-dashboard-btn .button.disabled, .app-dashboard-btn .button.disabled:hover {
  background-color: #CFCFCF !important;
  border-color: #CFCFCF !important;
  color: #FFFFFF !important;
}

.app-dashboard-input-block {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 28px;
  min-width: 100%;
}

.js-form-item.form-item.js-form-type-textfield.form-type-textfield.js-form-item-applicationname.form-item-applicationname {
  margin-top: 0;
}

label.js-form-required.form-required {
  font-size: 16px;
  text-transform: none;
}

#edit-applicationtype {
  width: 220px;
}

input#edit-applicationname {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  opacity: 1;
  height: 50px;
  width: 311px;
}

.js-form-item.form-item.js-form-type-textarea.form-type-textarea.js-form-item-description.form-item-description {
  margin-top: 0;
}

.js-form-item-description label {
  font-size: 16px;
  text-transform: none;
  margin-left: 86px;
}

input#edit-description {
  max-width: 796px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  opacity: 1;
  height: 50px;
  margin-left: 87px;
}

input#edit-description:active, input#edit-description:focus, input#edit-applicationname:active, input#edit-applicationname:focus {
  outline: none;
}

.app-dashboard-label-info {
  left: 4px;
  position: relative;
}

.app-dashboard-label-info .dashboard-input-label-tooltip {
  left: 0px !important;
  padding: 7px;
}

.form-group:nth-child(4) .app-dashboard-label-info .dashboard-input-label-tooltip {
  left: 120px !important;
}

.app-dashboard-label-info:hover .dashboard-input-label-tooltip {
  display: block;
}

.app-dashboard-label-info .dashboard-input-label-tooltip, .promotion-helper-info .promotion-tooltip {
  display: none;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #333e48;
  background-color: #FFFFFF;
  border: 1px solid #b2b2b2;
  padding: 15px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  z-index: 99999999;
  height: auto;
  width: 319px;
  position: absolute;
  left: 150px;
  top: 20px;
}

/***Tooltips API Products Status**/
.app-dahboard-products-list .dashboard-input-label-tooltip{
  width: 450px;
  left: -152px !important;
}

.app-dashboard-label-info .dashboard-input-label-tooltip a {
  font: 12px Regular OpenSans;
  font-weight: 400;
}

div.form-item-productcodefield label p.dashboard-label-optional {
  padding-left: 0px !important;
}

.dashboard-label-optional {
  display: inline;
  padding-left: 10px;
  font-size: 11px;
  padding-bottom: 0 !important;
  text-transform: capitalize;
}

.apps-dashboard {
  width: 1360px;
  background-color: #FFFFFF;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 2px 3px 9px #00000029;
          box-shadow: 2px 3px 9px #00000029;
  border-radius: 4px;
  opacity: 1;
  height: auto;
  display: grid;
}

.dashboard-with-apps-title {
  text-align: left;
  font: Bold 24px/33px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
}

.dashboard-with-apps-header {
  background: #EEEEEE 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  height: 35px;
  margin: 16px 26px 0 26px;
}

.dashboard-with-apps-header li {
  display: inline;
  padding-left: 30px;
  text-align: left;
  font: Bold 12px/17px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  text-transform: uppercase;
  top: 90px;
  position: absolute;
}

.dashboard-header-li-second {
  margin-left: 60%;
}

.dashboard-header-li-third {
  margin-left: 1052px;
}

.md-col-2 {
  width: 116px;
  height: 184px;
  vertical-align: text-top;
  display: inline-block;
  margin: 0px 45px 0 45px;
}

.md-col-2:hover {
  border-bottom: 8px solid #424EFB;
  border-radius: 0px 0px 3px 3px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 2px 3px 9px #00000029;
          box-shadow: 2px 3px 9px #00000029;
  opacity: 1;
}

.application-page-block-arrow {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3086BC;
  width: 0;
  height: 0;
  bottom: 50%;
  position: relative;
  z-index: 99;
  display: inline-block;
  top: 85px;
}

.application-page-icon {
  height: 102px;
  background-color: #2D3255;
  border-radius: 4px 4px 0px 0px;
}

.application-page-block-description {
  height: 76px;
  background-color: #000000;
  text-align: center;
  font: Bold 16px/22px Open Sans;
  letter-spacing: 0;
  color: #EBEBEB;
  opacity: 1;
  padding: 10px;
  word-break: break-word;
  border-radius: 0px 0px 4px 4px;
}

.no-apps-dashboard {
  width: 1360px;
  height: 499px;
  background-color: #FFFFFF;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 2px 3px 9px #00000029;
          box-shadow: 2px 3px 9px #00000029;
  border-radius: 4px;
  opacity: 1;
}

.dashboard-welcome-text {
  text-align: center;
  position: relative;
  top: 34px;
}

.app-dashboard-icons {
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  padding: 30px;
}

.app-dashboard-blocks {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 86px;
}

.md-col-2 .dashboard-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 10px;
  color: #666666;
  background-color: #EEEEEE;
  font-size: 12px;
  border-radius: 4px;
  z-index: 99999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 66px;
  width: 319px;
  display: none;
  position: relative;
  left: 59px;
  top: 30px;
}

.md-col-2:hover .dashboard-tooltip {
  display: block;
}

.md-col-2 .dashboard-tooltip i {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.md-col-2 .dashboard-tooltip i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  background-color: #EEEEEE;
}

p.dashboard-tooltip-text {
  font: 12px "Open Sans";
  font-weight: 400;
}

.dashboard-app-name {
  margin-left: 29px;
}

.dashboard-owner {
  position: relative;
  float: right;
  right: 406px;
}

p.client-app-dashboard-status {
  text-transform: capitalize;
  text-align: center;
  font: Bold 16px/22px Open Sans;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  width: 120px;
  height: 42px;
  padding: 10px 12px;
  display: inline;
  background: #333E48 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px 15px;
}

.main-menu ul.nav > li > a.is-active {
  border-bottom: 2px solid #8C2A35;
  color: #434343;
  background: none;
}

.app-dashboard-btn .button:disabled {
  margin-top: 11px;
  background: #cfcfcf !important;
  border: #cfcfcf !important;
}

p.dashboard-header-tooltip-text, p.promotion-tooltip-text {
  text-transform: none;
  font: 12px "Open Sans";
  font-weight: 400;
}

.character-count-main.character-count {
  position: absolute;
  float: right;
  right: 25%;
  z-index: 99;
  background-color: #FFFFFF;
}

/*Api products*/
.container-fluid-products {
  margin-right: 8%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 94vh;
  margin-left: 6%;
  margin-top: -1%;
}

.app-api-products-form, .update-subscription-form {
  background-color: #FFFFFF;
}

.col-sm-4 {
  width: 380px;
  height: 174px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #333E48;
  border-radius: 4px;
  opacity: 1;
}

.margin-left_1-5 {
  margin-left: 2.5%;
  margin-top: 1.5%;
}

span.heading-text {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  font: Bold 16px/22px Open Sans;
  letter-spacing: 0;
  opacity: 1;
}

.heading-text a:hover {
  color: #3086BC !important;
  text-decoration: underline !important;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-20 {
  line-height: 20px;
  padding-left: 20px;
}

.f-s-12 {
  font-size: 12px;
}

/* width */
.container-fluid-products::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.container-fluid-products::-webkit-scrollbar-track {
  background: #B2B2B2;
  margin: 20px 0px;
}

/* Handle */
.container-fluid-products::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.container-fluid-products::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.spanerror {
  margin-left: 53%;
  color: red;
  font-size: 16px;
  font-weight: 600;
}

input#edit-addproductbutton {
  background: #007298;
  border-radius: 0.25rem;
  border-color: #007298;
  color: #FFFFFF;
  min-width: 120px;
  height: 53px;
  float: center;
  font: Bold 16px/19px Open Sans;
  margin-left: 47%;
  text-transform: capitalize;
}

input#edit-addproductbutton:hover {
  background-color: #005A7A;
  border-color: #005A7A;
}

#edit-removeapibuttonprod, .product-cancel {
  opacity: 1;
  padding: 13px 0px 0px 0px;
  text-align: center;
  max-width: 300px;
  letter-spacing: 0px;
  text-transform: capitalize;
  height: 50px;
  margin: 0 auto;
  font-weight: 600;
  cursor: pointer;
}

#edit-removeapibuttonprod {
  background: #0076a3;
  color: #FFFFFF;
}

.remove-product-sub-cls.disabled {
  background: #E7E7E7 !important;
}

.product-cancel {
  color: #0076a3;
  background: #FFFFFF;
  border: 2px solid #0076a3;
  margin-bottom: 10px;
}

div#cancel-prod-button {
  margin-left: 49.5%;
  margin-top: 15px;
  color: #333E48;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  height: 22px;
  opacity: 1;
}

div#cancel-prod-button a {
  color: #333E48;
}

.heading-text a {
  color: #333E48;
}

.checkboxproduct {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxproduct input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkboxproduct {
  margin-top: 6px !important;
  margin-left: 0px !important;
}

.divouter {
  position: relative;
}

.divouter::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF00), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  /*height: 12em;*/
  opacity: 1;
}

.app-dashboard-erros {
  width: 326px;
  height: auto;
  position: absolute;
  z-index: 99;
  float: right;
  right: 40px;
  top: -28px;
  font-size: 12px;
  padding-right: 12px;
  border-color: #E70022 !important;
}

/****Subscription****/
.product-title {
  height: 56px;
  text-align: left;
  font: Bold 16px/22px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  padding: 10px 0 10px 0px;
  position: relative;
}

.product-dropdown {
  float: right;
  top: 5px;
  position: relative;
}

.product-delete {
  cursor: pointer;
  font-weight: 500;
}

i.fal.product-dropdown.fa-chevron-up {
  float: right;
  top: -15px;
  position: relative;
}

p.character-count {
  right: 18%;
  bottom: 25px;
  padding: 0;
}

.copied-tooltip, .copiedScope-tooltip {
  position: absolute;
  font-size: 12px !important;
  font-weight: 400 !important;
  bottom: 30px;
  right: -7px;
  background: #EEEEEE;
  border-radius: 4px;
  width: 60px;
  height: 33px;
  padding: 9px !important;
  text-align: center !important;
}

p.copied-tooltip:after, p.copiedScope-tooltip:after {
  position: absolute;
  content: " ";
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #EEEEEE transparent transparent transparent;
}

p.copiedScope-tooltip {
  padding: 10px 0 0 0 !important;
}

.product-details {
  position: relative;
  text-align: left;
  overflow: visible;
  border-radius: 4px;
  bottom: 12px;
}

p.product-scope {
  text-align: left;
  font: 16px/22px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  padding-top: 16px;
}

p.product-scope-value {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  height: 35px;
  padding: 5px 5px 23px 8px;
  font-size: 15px;
  font-weight: 100;
  float: left;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  background: #FFFFFF;
}

.copy-scope {
  color: #B2B2B2;
  position: relative;
  cursor: pointer;
  margin-left: -30px;
}

.active-subscription {
  border-bottom: 3px solid #981E32;
  pointer-events: none;
  font-weight: 700;
}

.enabled-tier {
  cursor: pointer;
}

.disabled-tier {
  pointer-events: none;
  color: #B2B2B2 !important;
}

.client-app-dashboard-edit-products {
  padding: 15px 24px;
  padding-right: 0px;
  left: 0;
  position: relative;
  float: right;
  bottom: 12px;
}

.client-app-dashboard-blocks {
  max-height: 1041px;
  min-height: 658px !important;
  display: contents;
  margin-top: 12px;
}

.app-dahboard-products-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 220px;
}

/*****multiple forms in one *****/
.subscription-created {
  position: absolute;
  right: 0;
  float: right;
  width: 48%;
  background: #F7F7F7;
  border: 2px solid #E7E7E7;
  padding-left: 20px;
  margin-right: 20px;
  padding-bottom: 40px;
  height: 650px;
  border-radius: 4px;
}

.subscription-created.qa-credentials, .subscription-created.load-credentials, .subscription-created.live-credentials {
  top: 179.5px;
  min-height: 650px;
  border-radius: 4px;
}

.client-app-dashboard-apiproducts {
  position: absolute;
  padding-right: 5px;
  width: 48%;
  margin-top: 50px;
}

.client-app-dashboard-apiproducts.qa-products, .client-app-dashboard-apiproducts.load-products {
  width: 48%;
  position: absolute;
  top: 180px;
}

.client-app-dashboard-apiproducts #headingtext {
  position: relative;
  font-weight: normal;
  font-size: 16px;
}

#headingtext .efx-link-blue {
  color: #007298;
}

#headingtext .efx-link-red {
  color: #9E1B32;
}

#heading-credentials {
  font-weight: normal;
  word-break: break-all;
  max-width: 95%;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 5px;
}

/*********** Promotion form ********/
div.ip-table-footer {
  background-color: #F1F1F1;
  height: 30px;
}

div.ip-table-footer div.dataTables_info {
  padding-top: 0;
  margin: 0 1rem;
}

input#edit-ip-address, input#edit-cidr, select#edit-ip-version, input#edit-update-ip-address,
input#edit-update-cidr, select#edit-update-ip-version, input#edit-note, input#edit-update-note {
  height: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  opacity: 1;
}

input#edit-domain-address, input#edit-update-domain-address, input#edit-update-domain-address--2 {
  width: 100%;
  height: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  opacity: 1;
}

input#edit-domain-note, input#edit-update-domain-note, input#edit-update-domain-note--2 {
  width: 75%;
  height: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  opacity: 1;
}

input#edit-cidr, input#edit-update-cidr {
  height: 10px;
}

select#edit-ip-version, select#edit-update-ip-version, select#edit-update-ip-version--2 {
  width: 50px;
  height: 25px;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
  padding: 0 !important;
  margin-top: 0;
}

select#edit-ip-version:focus, select#edit-update-ip-version:focus, select#edit-update-ip-version--2:focus {
  width: 50px;
  height: 28px;
  outline: none !important;
  margin-top: 0;
}

select#edit-ip-version:focus, select#edit-update-ip-version:focus, select#edit-update-ip-version--2:focus {
  outline: 2pt solid #434343;
}

.ip-addresses div, .update-ip-addresses div {
  display: inline-block;
  padding-right: 8px;
  margin: 0;
}

span.add-ip-address, span.add-domain-address {
  color: #418fb1;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 11px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
}

span.add-ip-address:focus, span.add-domain-address:focus {
  outline: none;
}

i.far.fa-times.remove-collaborator-minus {
  cursor: pointer;
  color: #000000;
}

div#members-list {
  font-size: 16px !important;
  font-weight: 400;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  /*overflow-y: scroll;*/
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 180px;
  max-width: 650px;
  padding-top: 17px;
  padding-right: 10px;
  min-height: 30px;
  padding-bottom: 17px;
}

/*******Scroll bar for API products*******/
#members-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#members-list::-webkit-scrollbar-track {
  background: #F7F7F7;
}

/* Handle */
#members-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* Handle on hover */
#members-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#edit-release-date {
  position: relative;
  bottom: 12px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  opacity: 1;
  width: 311px;
  cursor: pointer;
}

input#edit-promotion-submit {
  background: #007298;
  text-align: center;
  color: #FFFFFF !important;
  opacity: 1;
  border: none;
  width: 160px;
  height: 50px;
  min-width: 50px;
  text-transform: capitalize;
  font-weight: 600;
}

input#edit-promotion-submit:hover {
  background-color: #005A7A;
}

.ipversion-dropdown {
  right: -40px;
  position: relative;
  pointer-events: none;
  margin-top: -23px;
  float: left;
}

.apptype-dropdown-icon {
  right: 20px;
  position: absolute;
  pointer-events: none;
  top: 49px;
}

.target-date-calendar {
  position: absolute;
  left: 280px;
  color: #696969;
  font-size: 25px;
  pointer-events: none;
  margin-top: 5px;
}

.targetdate {
  position: relative;
}

.targetdate h3:after {
  content: "*";
  color: #E8002A;
  left: 170px;
  position: absolute;
  top: 20px;
}

.cancel-promotion {
  height: 50px;
  padding: 0 30px;
  background: #FFFFFF;
  border: 2px solid #3086BC;
  color: #3086BC !important;
  font-weight: 600;
  margin-right: 20px;
}

.cancel-promotion:hover{
  background-color: #e7e7e7;
}

.cancel-promotion[disabled] {
  margin-top: 0px;
}

.promotion-actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.promotion-helper-info:hover .promotion-tooltip {
  display: block;
}

.promotion-helper-info:hover #promotion-cidr {
  display: inline-table;
}

.promotion-tooltip {
  position: absolute;
  bottom: 16px;
}

#promotion-cidr {
  height: auto;
  width: 417px;
  left: 80px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 0px;
}

.promotion-helper-info .promotion-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 99;
}

/*******Scroll bar for API products*******/
.app-dahboard-products-list::-webkit-scrollbar, .promotion-form-overflow::-webkit-scrollbar, .update-promotion-form-overflow::-webkit-scrollbar, [id^=ip-whitelist-table]::-webkit-scrollbar, [id^=ip-whitelist-table] .dataTables_scrollBody::-webkit-scrollbar, #domain-whitelist-table-promote_wrapper .dataTables_scrollBody::-webkit-scrollbar {
  width: 5px;
  background: #888;
}

/* Track */
.app-dahboard-products-list::-webkit-scrollbar-track, .promotion-form-overflow::-webkit-scrollbar-track, .update-promotion-form-overflow::-webkit-scrollbar-track, [id^=ip-whitelist-table]::-webkit-scrollbar.track {
  background: #F7F7F7;
}

/* Handle */
.app-dahboard-products-list::-webkit-scrollbar-thumb, .promotion-form-overflow::-webkit-scrollbar-thumb, .update-promotion-form-overflow::-webkit-scrollbar-thumb, [id^=ip-whitelist-table]::-webkit-scrollbar-thumb, [id^=ip-whitelist-table] .dataTables_scrollBody::-webkit-scrollbar-thumb, [id^=domain-whitelist-table] .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/* Handle on hover */
.app-dahboard-products-list::-webkit-scrollbar-thumb:hover, .promotion-form-overflow::-webkit-scrollbar-thumb:hover, .update-promotion-form-overflow::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen\0  {
  .client-app-dashboard-right-blocks {
    display: -ms-grid;
    -ms-grid-rows: 2fr 1fr;
  }

  .client-app-dashboard-products {
    -ms-grid-row: 1;
  }

  .client-app-dashboard-collaborators {
    -ms-grid-row: 2;
  }

  .character-count {
    float: left;
    left: 95%;
  }

  .descriptionInputDiv-visible {
    position: absolute;
    width: 43%;
  }

  select#edit-ip-version::-ms-expand {
    display: none;
  }
}
@-moz-document url-prefix() {
  .descriptionInputDiv-visible .character-count {
    float: left;
    left: 98.3%;
    bottom: 77% !important;
  }

  .character-count-main.character-count {
    float: left;
    margin-left: 175px;
    bottom: 25px !important;
  }

  .descriptionInputDiv-visible {
    position: relative;
    width: 43%;
  }

  .update-ip-addresses i.far.fa-plus-circle.add-ip-address {
    left: 0px;
    top: 5px;
  }
}
.ip-addresses-added, .domain-addresses-added {
  margin-top: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 220px;
}

.added-ipaddress, .added-cidr, .added-ipversion, .added-domain-address {
  pointer-events: none;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
  margin-right: 15px;
  margin-top: 12px;
  height: 28px;
}

.added-ip-address, .added-domain-address {
  background-color: transparent !important;
  margin: 0;
  height: 28px;
  width: 150px !important;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.added-ip-address:focus, .added-ip-address:active, .added-note:focus, .added-note:active, .added-domain-note:focus, .added-domain-note:active {
  outline: none !important;
}

.added-ipaddress {
  width: 160px !important;
}

.added-domain-address {
  width: 100% !important;
}

.added-cidr {
  width: 60px !important;
}

.added-ipversion {
  width: 60px !important;
}

.added-note, .added-domain-note {
  width: 136px !important;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 10px;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.added-note:focus, .added-domain-note:focus {
  border-radius: 5px !important;
}

.added-domain-note {
  width: 165px !important;
}

.edit-ip-address, .remove-ip-address, .edit-domain-address, .remove-domain-address {
  color: #000000;
  font-size: 16px;
  height: 16px;
  cursor: pointer;
}

.promotion-form-overflow {
  position: relative;
  background: #F7F7F7;
  padding-right: 15px;
  padding-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  border: 2px solid #E7E7E7;
  height: 643px;
  border-radius: 4px;
}

.update-promotion-form-overflow {
  background: #F7F7F7;
  position: relative;
  margin-bottom: 0px;
}

/* Higher tier product status */
.product-status-pending, .product-status-approved, .product-status-revoked {
  color: #E77204;
  height: 28px;
  font: Bold 12px/17px Open Sans;
  text-transform: capitalize;
  text-align: center;
}

.subscription-status-pending {
  position: absolute;
  right: 0;
  float: right;
  width: 48%;
  background: #F7F7F7;
  border: 2px solid #E7E7E7;
  padding-left: 20px;
  margin-right: 20px;
  padding-bottom: 40px;
  top: 180px;
  height: 650px;
  border-radius: 4px;
}

.subscription-status-revoked {
  position: absolute;
  left: 50%;
  top: 18%;
  margin-top: 20px;
  width: 49%;
  height: 652px;
  background: #F7F7F7;
  padding: 0 20px;
  border: 2px solid #E7E7E7;
  border-radius: 4px;
}

.inactive-subscription-info {
  display: none;
}

.inactive-subscription {
  pointer-events: all !important;
  border-bottom: none !important;
}

/* New Dashboard Tier Promotion */
#edit-open-modal-new-app-new {
  background: #3086BC;
  border-radius: 26px !important;
  opacity: 1;
  border-color: #3086BC !important;
  color: #FFFFFF !important;
  min-width: 122px;
  height: 52px;
  position: absolute;
  bottom: -7%;
  left: 45%;
}

.application-page-block-arrow {
  z-index: 0;
}

.individual-client-apps-list-builder input[value="Create App"] {
  position: absolute;
  right: 40px;
  top: -74px;
  padding: 8px 30px !important;
  margin: 0;
  background: #FFFFFF;
  font-weight: normal !important;
  width: auto;
  width: initial;
}

/* end */
.product-status-approved {
  color: #3DA928 !important;
  border-radius: 4px;
}

.product-status-revoked {
  color: #E70022 !important;
}

.approved-credentials {
  width: 100%;
}

.update-ip-addresses {
  bottom: 0px !important;
}

.update-ip-addresses div {
  padding-right: 8px;
}

#edit-update-release-date {
  height: 50px;
  width: 311px;
  background: #EEEEEE;
  pointer-events: none;
  border-color: #B2B2B2;
}

.update-ips-blocks {
  height: 50px;
  background: #F7F7F7;
  text-align: left;
  font: 16px Open Sans;
  letter-spacing: 0px;
  color: #333E48;
  opacity: 1;
  border-radius: 4px;
  width: 65px;
  margin-right: 15px;
  padding-top: 2%;
  padding-left: 8px;
  margin-bottom: 8px;
}

li.dashboard-owner {
  margin-top: 0px !important;
  width: 50px;
}

.noproduct-div {
  display: block;
  margin-left: 202px;
  margin-top: -89px;
}

.product-div {
  display: block;
  position: relative;
  bottom: 38px;
  float: right;
  color: #418fb1;
}

p.trigger-promotion {
  border-radius: 4px;
  padding: 10px 15px;
}

input#edit-release-date:focus {
  outline: none;
}

input#edit-promotion-submit:focus {
  outline: none;
}

input#edit-submit:focus {
  outline: none;
}

input#edit-addproductbutton:focus {
  outline: none;
  background: #007298;
  border-color: #007298;
}

.app-dashboard-btn .button:focus {
  background: #007298;
  border-color: #007298;
}

/* Hide Env for collaborator */
.Collaborator-hideEnv {
  display: none !important;
}

.collaborator-list-view {
  background: #F7F7F7;
  margin: 8px 34px;
  height: 50px;
}

.collaborator-email-address {
  padding: 14px;
  text-align: left;
  font: 16px Open Sans;
  letter-spacing: 0px;
  color: #333E48;
  opacity: 1;
}

.collaborator-email-address-role {
  float: right;
  position: relative;
  bottom: 34px;
  padding-right: 29px;
  text-align: left;
  font: Italic 12px/17px Open Sans;
  letter-spacing: 0px;
  color: #333E48;
  opacity: 1;
}

.collaboratorOverflow {
  height: 200px;
  overflow-y: scroll;
}

.collaboratorOverflow::-webkit-scrollbar {
  width: 5px;
}

.collaboratorOverflow::-webkit-scrollbar-track {
  background: #F7F7F7;
}

.collaborator-badge {
  padding: 14px;
  text-align: left;
  font: 16px Open Sans;
  letter-spacing: 0px;
  color: #333E48;
  opacity: 1;
  width: 100%;
  background-color: #EEEEEE;
  border: 1px solid #E7E7E7;
}
.collaborator-badge:nth-child(odd) {
  background: #FFFFFF;
}
.collaborator-badge:nth-child(even) {
  background: #F7F7F7;
}

.collaborator-badge #collaborator-list {
  width: 60%;
}

.collaboratorOverflow::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.collaboratorOverflow::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.subscription-created.load-credentials {
  bottom: 288px;
}

.subscription-created.live-credentials {
  bottom: 288px;
}

input#edit-update-ip-address--2, input#edit-update-cidr--2, select#edit-update-ip-version--2, input#edit-update-note--2 {
  height: 10px;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  opacity: 1;
}

select#edit-update-ip-version--2 {
  background: #E7E7E7;
}

select#edit-update-ip-version--2 {
  width: 50px;
  height: 25px;
}

#edit-update-release-date--2 {
  height: 50px;
  width: 311px;
  background: #EEEEEE;
  pointer-events: none;
  border-color: #B2B2B2;
}

.dashboard-app-machinename {
  padding: 0;
  position: relative;
  left: 29px;
  font-size: 14px;
  width: 50%;
  text-align: left;
  display: none;
}

.form-item-update-release-date {
  margin: 0;
}

.target-date-position {
  top: 40px !important;
}

.target-date-position-collaborator {
  top: -48px !important;
}

.sub-target-date {
  top: 58px;
}

.existing-load-ips, .existing-ips, .existing-load-domains, .existing-domains {
  margin-top: 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 220px;
}

.collaborator .existing-load-ips td.py-0.align-middle:nth-child(4), .collaborator .existing-ips td.py-0.align-middle:nth-child(4) {
  display: block !important;
  margin-top: 10px;
}

.collaborator .existing-load-ips .dtr-control, .collaborator .existing-ips .dtr-control {
  padding-left: 15px !important;
}

.collaborator .existing-load-ips .dtr-control::before, .collaborator .existing-ips .dtr-control::before {
  display: none !important;
}

.collaborator.table.dataTable {
  table-layout: inherit !important;
}

.ip-addresses-added::-webkit-scrollbar, .existing-ips::-webkit-scrollbar, .existing-load-ips::-webkit-scrollbar {
  width: 5px;
}

.ip-addresses-added::-webkit-scrollbar-track, .existing-ips::-webkit-scrollbar-track, .existing-load-ips::-webkit-scrollbar-track {
  background: #F7F7F7;
}

.ip-addresses-added::-webkit-scrollbar-thumb, .existing-ips::-webkit-scrollbar-thumb, .existing-load-ips::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.ip-addresses-added::-webkit-scrollbar-thumb:hover, .existing-ips::-webkit-scrollbar-thumb:hover, .existing-load-ips::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.promotion-add-icon .add-ip-address {
  left: -10px !important;
}

@media screen\0  {
  .update-ip-addresses div {
    padding-right: 8px !important;
  }
}
/* Bug fixes after Bootstrap update -- start */
#subscription-form {
  background: #FFFFFF;
  min-height: 700px;
}

.subscription-form .form-text {
  display: inline;
  margin-top: 0.5rem;
}

.promotion-form .form-text {
  display: inline;
  margin-top: 0.5rem;
}

.client-app-dashboard-form {
  background: #FFFFFF;
  padding: 20px;
}

.client-app-dashboard-form .form-text {
  display: inline;
  margin-top: 0.5rem;
}

.client-app-dashboard-form .form-item {
  margin: 0px;
}

.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

@media (min-width: 576px) {
  .col-sm-4.margin-left_1-5 {
    -ms-flex: 0 0 auto !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 auto !important;
  }
}
.navbar-nav .dropdown-menu {
  position: absolute;
}

.user-login-form[action="/partner/login"] #showHidepass1 {
  top: 39px;
}

/* Bug fixes after Bootstrap update -- end */
ul.app-list {
  padding-left: 0px;
}

/* Product code access -- start */
.app-dashboard-create-application-block {
  width: 880px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 2px 3px 9px #00000029;
          box-shadow: 2px 3px 9px #00000029;
  border-radius: 4px;
  opacity: 1;
}

.product-code-access-block {
  margin-right: 20px;
  width: 460px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 2px 3px 9px #00000029;
          box-shadow: 2px 3px 9px #00000029;
  border-radius: 4px;
  opacity: 1;
}

.app-dashboard-input-block {
  left: 0;
  height: 298px;
  margin-top: 20px;
}

#edit-partner-code {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  opacity: 1;
  height: 50px;
  width: 415px;
}

p.dashboard-input-label-tooltip-text {
  text-transform: none;
  font: 12px "Open Sans";
}

.product-code-btn {
  width: 143px;
  padding: 14px 40px;
  border-radius: 0.25rem;
  opacity: 1;
  cursor: pointer;
  display: block;
}

input#edit-productcodefield {
  height: 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  opacity: 1;
}

.form-item-productcodefield {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-item-applicationtype {
  margin-top: 0;
}

.form-item-applicationtype select {
  margin-top: 0;
  height: 50px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  opacity: 1;
  padding: 10px 55px 10px 10px !important;
}

textarea#edit-description {
  max-width: 558px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  opacity: 1;
  height: 65px;
}

.character-count-main {
  right: 10px !important;
  bottom: 15%;
}

.js-form-item-description label {
  margin-left: 0px;
}

.productAccessSuccess {
  border: 1px solid #000000;
  width: 350px;
  position: sticky;
  bottom: 90%;
  left: 70%;
}

.productAccessSuccess div {
  display: table-cell;
}

.productAccessSuccess-checkmark {
  background-color: #40ae29;
  height: 75px;
  width: 50px;
}

.custom-checkmark {
  right: 18px;
  position: relative;
  font-size: 22px;
  font-family: arial;
  color: #FFFFFF;
  -ms-transform: scaleX(-1) rotate(-35deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-35deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-35deg);
}

.productAccessSuccess-message {
  padding-left: 15px;
  height: 75px;
  width: 290px;
  background: #FFFFFF;
}

.dashboard-apps-list {
  overflow-y: scroll;
  height: 366px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .productAccessSuccess {
    border: 1px solid #000000;
    width: 350px;
    position: absolute;
    bottom: 88%;
    left: 70%;
  }
}
/* Product code access -- end */
.dashboard-app-name:hover {
  color: #005a7a;
}

.dashboard-app-name {
  color: #333e48;
  font-weight: 400;
  text-transform: capitalize;
}

.environment-button {
  height: 54px;
  padding: 18px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  width: initial;
}

div#dashboard-my-apps_wrapper table thead th {
  text-transform: capitalize;
  background-color: #dadada;
  color: #4A4A4A;
  font-weight: bold;
}

.ui-widget-overlay {
  background: #000000 !important;
  opacity: 0.8 !important;
}

table tbody tr td, table thead tr th {
  color: #4A4A4A;
}

a.app-name-link {
  color: #5E96B5;
}

table#dashboard-my-apps tr td:hover {
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

table#dashboard-my-apps tr td {
  -o-text-overflow: ellipsis !important;
     text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

div#dashboard-my-apps_wrapper table thead tr th:before {
  left: 0.9em;
}

div#dashboard-my-apps_wrapper table thead tr th:after {
  left: 0.4em;
}

div#dashboard-my-apps_wrapper table thead tr th:not(:last-child) {
  padding-left: 2em;
}

div#dashboard-my-apps_wrapper table tbody tr td:not(:last-child) {
  padding-left: 2em;
}

.dashboard-title {
  margin-bottom: 2.5rem;
  margin-top: 0;
  font-family: "Open Sans", Arial, Sans-serif !important;
  font-weight: 600 !important;
  color: #4A4A4A;
}

.app-dashboard-pac-definition {
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}

label[for=edit-productcodefield] {
  margin-bottom: 0;
}

.app-dahboard-products-list > hr {
  margin: 0;
  border-color: #ccc;
}

#product-wrapper-DevSandbox-TierPromotion-1 > a {
  color: #418fb1;
}

div.product-title a {
  color: #418fb1;
}

div.product-title a i {
  margin-left: 6px;
}

#label-env-info {
  float: left;
  margin-top: 30px;
}

#label-env-info > p {
  display: inline-block;
}

#label-env-info > p:nth-child(1) {
  font-weight: bold;
}

#idams-env {
  text-transform: uppercase;
  font-weight: 600 !important;
}

/*****dashboard checkboxes*******/
[id^=dashboard-checkbox] {
  margin-right: 30px !important;
  cursor: pointer;
}

[id^=dashboard-checkbox]:before {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #dadada !important;
  cursor: pointer;
}

[id^=dashboard-checkbox]:checked:before {
  background: #3086BC !important;
  width: 20px !important;
  height: 20px;
  color: #FFFFFF !important;
  border-radius: 3px;
  font-size: 14px;
  margin-top: -2px;
  padding-top: 3px;
}

/**Tabs**/
.apps-dashboard .nav-tabs {
  border-bottom: none;
}

.apps-dashboard .nav-link {
  opacity: 0.5;
}

.apps-dashboard .nav-link.active, .apps-dashboard .nav-link.active:hover {
  border-bottom: 3px solid #3086BC;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  opacity: 1;
}

.apps-dashboard .nav-tabs > li > a:focus {
  border-bottom: 3px solid #3086BC;
}

.apps-dashboard .nav-tabs > li > a:hover {
  border: none;
  color: #495057;
}

/***Info tooltip and hide apps button**/
.apps-dashboard .info-hide-apps, #deactivated-tabs .fa-info-circle:before {
  color: #3086BC;
  font-weight: 500;
  margin-top: 10px;
}

.hide-container, .unhide-container {
  margin-left: 5px;
}

.apps-dashboard .fal.info-app-hidden {
  display: none;
}

.info-hide-button:after, .info-hide-button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #f7f7f7;
  right: -8px;
  top: 18px;
}

.info-hide-button:before {
  border-left: 8px solid #333E48;
}

#hide-apps-button, #unhide-apps-button {
  width: 115px;
  border-radius: 3px;
  padding: 4px;
  border-radius: 3px;
  border: 3px solid;
  margin-top: 0px;
}

#hide-apps-button.fa-eye-slash:before, #unhide-apps-button.fa-eye-slash:before {
  margin-right: 10px;
}

.info-hide-button {
  display: none;
}

.info-hide-apps:hover .info-hide-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddd;
  background: #f7f7f7;
  cursor: pointer;
  float: left;
  padding: 9px;
  position: unset;
  margin-top: -10px;
  margin-right: 3px;
  width: auto;
  max-width: 300px;
  text-align: justify;
  line-height: normal;
  font: 12px "Open Sans";
  z-index: 1;
  position: absolute;
  right: 155px;
  top: 0px;
}

.apps-dashboard .enabled, .apps-dashboard .enabled:hover, .apps-dashboard .enabled:focus {
  border: 3px solid #3086BC !important;
  color: #3086BC;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.apps-dashboard .disabled {
  border-color: #cfcfcf !important;
}

/**Pagination**/
.apps-dashboard .pagination li {
  margin: 0px 3px;
  text-align: center;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
}

.apps-dashboard .pagination li.active {
  background: #363636;
  color: #FFFFFF;
  cursor: pointer;
}

.apps-dashboard .dataTables_length {
  float: right;
  width: 8%;
}

.apps-dashboard .dataTables_info {
  float: left;
  width: 45%;
}

.apps-dashboard .pagination {
  float: left;
}

.apps-dashboard .page-item .page-link {
  color: #333E48;
  font-weight: bold;
  font-size: 14px;
}

.apps-dashboard .page-item.active .page-link {
  background: #333E48;
  border-color: #333E48;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
}

.apps-dashboard .page-link {
  border: 2px solid #333E48;
  border-radius: 2px;
  padding: 3px 10px;
}

.apps-dashboard .page-item.disabled .page-link {
  background: #e9ecef;
  border-color: #333E48;
  opacity: 0.4;
}

.apps-dashboard .custom-select {
  height: auto;
  border: 0px;
}

.apps-dashboard .custom-select:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px #e1e1e1;
          box-shadow: inset 0 1px 2px #e1e1e1;
}

.apps-dashboard .dataTables_length label {
  text-transform: capitalize;
}

.hide-deactivate-actions-wrapper {
  position: relative;
  display: inherit;
}

.hide-deactivate-actions-wrapper .hide-deactivate-actions-btn {
  background-color: #FFFFFF;
  border: 1.2px solid #0076A3;
  border-radius: 5px;
  padding: 1px 9px;
  margin-right: 1em;
  margin: 0;
  left: 4px;
  top: 12px;
  position: absolute;
  cursor: pointer;
}

.hide-deactivate-actions-wrapper .hide-deactivate-actions-btn .dot {
  background: #0076A3;
  width: 4px;
  height: 4px;
  margin: 2px auto;
  border-radius: 1.2px;
}

.hide-deactivate-actions-wrapper .hide-deactivate-actions-menu {
  display: none;
  list-style-type: none;
  width: 200px;
  background: #FFFFFF;
  position: absolute;
  top: 40px;
  padding: 0;
  font-weight: bolder;
  z-index: 1;
  right: 45px;
}

.hide-deactivate-actions-wrapper .hide-deactivate-actions-menu.open {
  display: block;
  right: -25px;
}

.hide-deactivate-actions-wrapper .hide-deactivate-actions-menu .app-action-item {
  border: 1px solid #0076A3;
  width: 100%;
}

.hide-deactivate-actions-wrapper .hide-deactivate-actions-menu .app-action-item:hover {
  background: #dddddd;
  font-weight: bold;
  cursor: pointer;
}

.hide-deactivate-actions-wrapper .hide-deactivate-actions-menu .app-action-item span {
  display: block;
  width: 100%;
  color: #000000;
  padding: 0.5em 1em;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 16px;
  font-weight: 400;
}

#dashboard-hidden-apps {
  margin-top: 6px;
}

/******Reactivate and Delete selector******/
.options-app {
  position: absolute;
  background: #FFFFFF;
  list-style: none;
  text-align: left;
  padding: 0px;
  margin-left: -120px;
  min-width: 120px;
  width: auto;
  margin-top: -22px;
  color: #3086BC;
  line-height: 35px;
  -webkit-box-shadow: 2px 3px 9px #000000;
          box-shadow: 2px 3px 9px #000000;
}

.options-app li {
  padding: 5px 10px 0px 10px;
}

.options-app li:hover {
  background: #EEEEEE;
  cursor: pointer;
}

.options-app span {
  margin-left: 5px;
}

.show-actions-delete {
  cursor: pointer;
  width: 15px;
  height: 25px;
  text-align: center;
  float: right;
}

#deactivated-tabs .fa-info-circle {
  margin-left: 10px;
  font-size: 16px;
  padding-right: 0px;
}

.info-deactivate-apps:hover .info-deactivate-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#deactivate .nav-link .info-deactivate-apps {
  display: none;
}

#deactivate .nav-link.active .info-deactivate-apps {
  display: inline-block;
}

.app-action-item .fa-eye, .hide-deactivate-actions-menu .fa-power-off, .hide-deactivate-actions-menu .fa-eye-slash, .hide-deactivate-actions-menu .fa-trash-alt, .hide-deactivate-actions-menu .fa-edit {
  float: left;
  margin-top: 13px;
  margin-left: 10px;
  font-size: 14px;
}

.info-deactivate-button {
  width: auto;
  float: right;
  position: absolute;
  margin-left: 24px;
  margin-top: -35px;
  padding: 10px;
  display: none;
  text-transform: initial;
  border: 1px solid #dddd;
  background: #f7f7f7;
  font: 12px "Open Sans";
  max-width: 300px;
}

.info-deactivate-button .fa-ellipsis-v {
  font-size: 10px;
  font-weight: 700;
  margin-left: 6px;
}

.tooltip-deactivate {
  padding: 1px 8px;
  margin-left: -10px;
}

.tooltip-deactivate:hover {
  border: 1px solid;
  padding: 1px 8px;
  border-radius: 3px;
  margin-left: -10px;
}

.info-deactivate-apps:hover .info-deactivate-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #f7f7f7;
  top: 16px;
  left: -8px;
}

.info-deactivate-button::before {
  border-right: 8px solid #333E48;
}

.show-actions-deactivate-app {
  position: absolute;
  min-width: 100px;
  width: auto;
  margin-top: -59px;
  margin-left: -78px;
  display: none;
  background: #f7f7f7;
  padding: 3px;
  border: 1px solid #dee2e6;
  font-size: 14px;
}

.tooltip-deactivate:hover .show-actions-deactivate-app {
  display: block;
}

.show-actions:after, .show-actions:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
}

.show-actions:after {
  margin-left: 16px;
  border-top: solid 8px #f7f7f7;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.show-actions:before {
  margin-left: 34px;
  border-top: solid 9px #dee2e6;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
}

/**style to show message when Hidden or Deactivate dashboard is empty**/
.apps-dashboard .dataTables_empty div:first-child {
  opacity: 0.9;
  padding: 10px;
  font-size: 14px;
}

/*****Description App and Current Env********/
.client-app-dashboard-env {
  display: inline;
  float: right;
  position: relative;
  padding-left: 10px;
  margin-top: 20px;
}

.client-app-dashboard-env i {
  margin-right: 7px;
  color: #333E48;
}

.client-app-description {
  margin: 0px 0px -10px;
  text-align: left;
  font: Italic 12px/17px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
}

.client-app-add-description .button {
  background: #0076a3;
  height: 50px;
  padding-top: 10px;
  border-radius: unset;
  margin-top: 5px;
}

.client-app-description p {
  font-size: 16px;
  font-style: normal;
  word-break: break-all;
}

.client-app-description i {
  margin-right: 3px;
  color: #B2B2B2;
  position: initial;
}

#edit-descriptioninput {
  margin: 0 auto;
  display: block;
  max-width: 465px;
  max-height: 90px;
  border: 1px solid #B2B2B2;
  resize: none;
}

#edit-descriptioninput::-webkit-input-placeholder {
  opacity: 0.8;
  color: #333E48;
}

#edit-descriptioninput::-moz-placeholder {
  opacity: 0.8;
  color: #333E48;
}

#edit-descriptioninput:-ms-input-placeholder {
  opacity: 0.8;
  color: #333E48;
}

#edit-descriptioninput::-ms-input-placeholder {
  opacity: 0.8;
  color: #333E48;
}

#edit-descriptioninput::placeholder {
  opacity: 0.8;
  color: #333E48;
}

#edit-descriptioninput:focus {
  outline: none;
}

/***App titles***/
.client-app-dashboard-title {
  height: 45px;
}

.client-app-dashboard-title p {
  text-align: left;
  font: Bold 20px/27px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  padding: 14px 20px;
  padding-left: 0px;
}

.client-app-title h3 {
  display: inline;
  font-size: 32px;
}

.client-app-title h3 i {
  font-size: 16px;
  color: #0076A3;
  margin-left: 10px;
  position: relative;
  display: inline;
  bottom: 5px;
}

/**Collaborators**/
.client-app-dashboard-collaborators {
  border-radius: 4px;
  opacity: 1;
  height: auto;
  min-height: 300px !important;
  max-height: 503px;
  background: #F7F7F7;
  padding-bottom: 20px;
  border: 2px solid #E7E7E7;
  margin-left: -15px;
}

.client-app-dashboard-collaborators p {
  display: inline;
  position: relative;
  top: 19px;
}

.client-app-dashboard-collaborators .client-app-dashboard-title i {
  display: inline;
  position: relative;
  top: 19px;
  right: 0px;
  left: -22px;
  color: #333E48;
}

p.collaborator-label-tooltip-text {
  padding: 0;
  font: 12px "OpenSans";
  font-weight: 400;
  top: 0;
  color: #434343;
  word-break: break-all;
}

input#edit-addcollaborator {
  max-width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  opacity: 1;
  font-size: 16px !important;
  color: #333E48;
  padding-left: 1.2rem !important;
}

input#edit-addcollaborator:focus {
  outline: none;
}

.add-collaborator-plus {
  color: green !important;
  left: -36px !important;
  float: right;
  cursor: pointer;
}

div#add_Collaborator {
  color: #418fb1;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

/**Credentials**/
.client-app-dashboard-credentials {
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 1;
  min-height: 700px !important;
  max-height: 800px;
  float: right;
  height: auto;
}

.credentials-environment {
  font-weight: bold;
  font-size: 16px;
}

.manual-credentials h3:nth-child(1) {
  margin-top: 25px;
  position: relative;
}

p.app-dashboard-credentials, p.app-dashboard-autocredentials {
  text-align: left;
  font: 16px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  padding: 0;
  position: relative;
  bottom: 19px;
}

p.app-dashboard-autocredentials {
  bottom: 0px !important;
}

.auto-credentials, .manual-credentials {
  position: relative;
  top: 18px;
  width: 94%;
}

div.form-item-consumerkey, div.form-item-consumersecret, div.form-item-access-token {
  margin-top: 0;
  margin-bottom: 0;
}

div.input-client-id-icons, div.input-client-secret-icons, div.input-auto-gen-token-icons {
  position: absolute;
  right: 50px;
  width: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#edit-access-token, .form-item-consumerkey input, .form-item-consumersecret input {
  max-width: 95%;
  height: 35px;
  border: 1px solid #B2B2B2;
}

.show-credentials {
  color: #B2B2B2;
}

.copy-credentials {
  color: #B2B2B2;
}

.manual-credentials a {
  color: #007298;
  padding-left: 5px;
  cursor: pointer;
  font-weight: 400;
}

.manual-credentials .copy-credentials:first-child {
  padding-left: 5px;
  font-weight: 400;
  color: #333E48;
}

.tier1-no-credentials {
  background-color: #F7F7F7;
  width: 100%;
  height: 655px;
  border: 2px solid #E7E7E7;
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 4px;
}

.tier1-no-credentials p {
  letter-spacing: 0;
  color: #333E48;
  opacity: 0.8;
  opacity: 1;
  font: 16px Open Sans;
  padding-top: 10px;
  display: contents;
}

.tier1-no-credentials i {
  color: #B2B2B2;
  position: relative;
}

/**Subscription and Promote**/
.subscription-created h3 {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  opacity: 1;
  color: #333E48;
  margin-top: 0;
}

.subscription-created h3.text-green {
  color: #3DA928;
  font-size: 18px;
}

#btn-promote {
  padding: 0;
  height: 50px;
  min-width: 155px;
  border-radius: 9px !important;
  display: inline;
  float: right;
}

#btn-promote button {
  display: inline-block !important;
  padding: 0 15px
}

.promotion-empty-form {
  width: 50%;
  right: 0;
  display: none;
  background: #FFFFFF;
  top: 166px;
}

.promotion-empty-form h3, h3.whitelist-text {
  text-align: left;
  font: Bold 20px/27px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
}

.promotion-empty-form > p {
  text-align: left;
  font: 16px/32px Open Sans;
  letter-spacing: 0;
  color: #000000;
  opacity: 1;
}

.promotion-empty-form h4 {
  text-align: left;
  font: Bold 16px/22px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
}

.promotion-primary {
  display: none;
  position: relative;
  top: 30%;
  font: 16px/32px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  text-align: center;
  width: 670px;
}

.promotion-button {
  width: 160px;
  height: 48px;
  background-color: #3086BC;
  border-radius: 25px;
  left: 38%;
  position: relative;
  top: 32px;
  cursor: pointer;
  color: #FFFFFF;
  padding: 8px;
}

.promotion-button p {
  text-align: center;
  font: Bold 14px/19px Open Sans;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 25px;
  padding-bottom: 0px;
  margin: 10px 10px;
  position: relative;
  top: 14px;
}

.promotion-tab {
  border-bottom: 3px solid #981E32;
  pointer-events: none;
}

.update-promotion-form-overflow h4 {
  text-align: left;
  font: Bold 16px/22px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
}

/****Products and tiers****/
.client-app-dashboard-products {
  border-radius: 4px;
  opacity: 1;
  min-height: 350px;
  max-height: 670px;
  margin-left: -20px;
  margin-top: 20px;
}

.client-app-dashboard-add-product, .client-app-dashboard-edit-products {
  text-align: center;
  font: Bold 14px/19px Open Sans;
  letter-spacing: 0;
  opacity: 1;
  color: #418fb1;
}

.client-app-dashboard-add-product, .client-app-dashboard-edit-products:hover, .client-app-dashboard-edit-products:focus {
  color: #418fb1;
}

.client-app-dashboard-add {
  background: #333E48 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 2px 6px #333E4833;
          box-shadow: 0px 2px 6px #333E4833;
  opacity: 1;
  width: 160px;
  height: 48px;
  text-align: center;
  font: Bold 14px/19px Open Sans;
  letter-spacing: 0;
  color: #FFFFFF;
  opacity: 1;
  border-radius: 30px;
  border: none;
}

.client-app-dashboard-no-products {
  margin: 110px 135px;
  text-align: center;
  padding: 15px;
  border-radius: 40px;
  background: #F7F7F7;
}

.client-app-dashboard-no-products p {
  font: 16px Open Sans;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  padding-bottom: 0;
  opacity: 0.8;
}

.client-app-dashboard-right-blocks {
  float: left;
  background: white;
  min-height: 600px !important;
}

.client-app-dashboard-tiers li {
  display: inline-block;
  margin: 0px 0px 0px 12px;
  font-size: 16px;
  letter-spacing: 0;
  color: #273238;
  opacity: 1;
  text-transform: capitalize;
  padding-bottom: 7px;
  padding-top: 14px;
}

.client-app-dashboard-tiers li:first-child {
  margin-left: 0;
}

.client-app-dashboard-tiers {
  border-bottom: 2px solid #E7E7E7;
  margin-bottom: 0;
}

.product-details .modal-content {
  visibility: visible;
  top: 200px;
}

.product-details .modal {
  background: rgba(0, 0, 0, 0.8);
}

#description-modal .modal-content {
  visibility: visible;
  height: 360px;
  margin-top: 200px;
}

.remove-verification {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #333E48;
  opacity: 1;
  padding: 0px 18px;
}

.cancel-description-button {
  top: 130px;
  display: block;
  font-weight: 600;
  border: 2px solid #0076a3;
  position: absolute;
  height: 50px;
  right: 100px;
  width: 300px;
  text-align: center;
  padding-top: 10px;
  color: #0076a3;
  cursor: pointer;
  z-index: 1;
}

.modal-close-icon {
  cursor: pointer;
  color: #000000;
  opacity: 1;
}

.empty-targetdate-error {
  font-weight: 400;
  z-index: 2;
  white-space: nowrap;
  font-size: 12px;
  color: #e70022;
  bottom: 0%;
  left: 0%;
  position: absolute;
  top: 43px;
}

/**Whitelist table IP and Domain**/
.ip-whitelist-header {
  color: #484A4D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ip-whitelist-header th:first-child {
  width: 200px;
}

.ip-whitelist-header p.promotion-tooltip-text {
  padding: 10px;
}

#ip-domain-tab {
  border-bottom: 2px solid #E7E7E7;
  margin-right: 0;
}

#ip-domain-tab .active {
  border-bottom: 3px solid #981e32;
  font-weight: 700;
}

.ip-whitelist-header span#active-ip-whitelist-badge, .ip-whitelist-header span#active-domain-whitelist-badge,
.ip-whitelist-header span#active-ip-whitelist-badge-promote, .ip-whitelist-header span#active-domain-whitelist-badge-promote,
.ip-whitelist-header span#active-ip-whitelist-badge-load, .ip-whitelist-header span#active-domain-whitelist-badge-load,
#active-ip-whitelist-badge-promote, #active-domain-whitelist-badge-promote, #active-ip-whitelist-badge, #active-domain-whitelist-badge,
#active-ip-whitelist-badge-load, #active-domain-whitelist-badge-load {
  padding-right: 0.8em;
  border-radius: 10rem;
  color: #5DB033;
  font-weight: bold;
  font-size: 0.8em;
}

[id^=ip-whitelist-table] tbody tr td div.js-form-item, [id^=ip-whitelist-table] thead tr th div.js-form-item,
[id^=domain-whitelist-table] tbody tr td div.js-form-item, [id^=ip-whitelist-table] thead tr th div.js-form-item {
  margin: 0;
}

[id^=ip-whitelist-table] thead tr th div.js-form-item input,
[id^=domain-whitelist-table] thead tr th div.js-form-item input {
  margin-top: 0;
  margin-bottom: 0;
}

[id^=ip-whitelist-table] thead tr:first-child th,
[id^=domain-whitelist-table] thead tr:first-child th {
  border-bottom: 0;
}

[id^=ip-whitelist-table] thead tr:nth-child(1) th,
[id^=domain-whitelist-table] thead tr:nth-child(1) th {
  border-top: 0;
  border-bottom: 2px solid #dadada;
}

[id^=ip-whitelist-table] thead tr:nth-child(1) th:first-child,
[id^=domain-whitelist-table] thead tr:nth-child(1) th:first-child {
  border-left: 2px solid #dadada;
}

[id^=ip-whitelist-table] thead tr:nth-child(1) th:last-child,
[id^=domain-whitelist-table] thead tr:nth-child(1) th:last-child {
  border-right: 2px solid #dadada;
}

[id^=ip-whitelist-table] tbody tr td input, [id^=domain-whitelist-table] tbody tr td input {
  margin: 0;
}

[id^=ip-whitelist-table] .table td, [id^=ip-whitelist-table] .table th,
[id^=domain-whitelist-table] .table td, [id^=domain-whitelist-table] .table th {
  padding: 0.65rem;
}

[id^=ip-whitelist-table] .table, [id^=domain-whitelist-table] .table {
  margin-bottom: 2px !important;
}

[id^=ip-whitelist-table] tr, [id^=domain-whitelist-table] tr {
  background: #E7E7E7;
}

[id^=ip-whitelist-table] tr.odd, [id^=domain-whitelist-table] tr.odd, [id^=domain-whitelist-table] tr.product-delete {
  background: #F7F7F7;
}

[id^=ip-whitelist-table] th, [id^=domain-whitelist-table] th {
  width: auto !important;
}

[id^=ip-whitelist-table] th:first-child, [id^=ip-whitelist-table] td:first-child {
  width: 170px !important;
}

[id^=domain-whitelist-table] .table thead th:first-child {
  width: 200px !important;
}

[id^=domain-whitelist-table] table thead th:nth-child(2) {
  width: 0px !important;
}

[id^=ip-whitelist-table] .table.dataTable {
  margin-top: 0px !important;
  width: 100% !important;
}

[id^=domain-whitelist-table] .table.dataTable,
[id^=domain-whitelist-table] .dataTables_scrollHeadInner,
[id^=ip-whitelist-table] .dataTables_scrollHeadInner {
  width: 100% !important;
}

[id^=ip-whitelist-table] .form-item, [id^=domain-whitelist-table] .form-item {
  margin: 0;
  padding: 0;
}

[id^=ip-whitelist-table] .dataTables_scrollHead {
  background: #E7E7E7;
}

[id^=ip-whitelist-table] .dataTables_scrollBody, [id^=domain-whitelist-table] .dataTables_scrollBody {
  max-height: 130px !important;
  overflow-x: hidden !important;
}

/*b2b2 apps**/
#b2b2c-information-text {
  background-color: #ffffb1;
  padding: 6px;
  left: 30px;
  bottom: -30px;
  line-height: 1.3;
  position: absolute;
  display: none;
  width: 250px;
}

#b2b2c-information-text p, #b2b2c-information-text ul {
  font-size: 13px;
}

/***Display visibility inputs***/
.clientApp-displayName-hidden, .descriptionInputDiv-hidden, .displayNameInputDiv-hidden {
  display: none !important;
}

.descriptionInputDiv-visible, .displayNameInputDiv-visible {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
}

input#edit-displaynameinput {
  position: relative;
  bottom: 39px;
  width: 71%;
  background: lightgrey;
  display: none;
  /****hide input name app******/
}

.descriptionInputDiv-visible .character-count {
  position: absolute;
  float: right;
  right: 0;
  bottom: 94%;
  z-index: 99;
  background-color: #FFFFFF;
}

.descriptionInputDiv-visible .client-app-add-description {
  top: 190px;
  position: absolute;
  right: 100px;
  font-size: 18px;
  width: 300px;
}

/**media queries for App detail page**/
@media (max-width: 992px) {
  .client-app-dashboard-right-blocks {
    position: absolute;
  }

  .client-app-dashboard-apiproducts {
    width: 100%;
  }

  .subscription-created {
    position: relative;
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }

  .promotion-empty-form {
    position: relative !important;
    width: 100%;
    top: auto;
    margin-top: 40px;
  }

  div#members-list {
    max-width: initial;
  }

  div#members-list .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1208px) {
  .target-date-calendar {
    margin-top: -44px;
  }
}
@media screen {
  .app-api-products-form, .update-subscription-form {
    top: -84px;
    left: 1px;
    width: 1440px;
    height: 1030px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    margin-left: -28px;
    position: relative;
    margin-bottom: -195px;
  }
}
@media screen\0  {
  #edit-descriptioninput {
    width: 127%;
  }
}
@media screen\0  {
  .fal {
    cursor: default;
  }
}
@-moz-document url-prefix() {
  #edit-descriptioninput {
    width: 127%;
    left: -100px;
    bottom: 38px;
  }
}
.client-app-dashboard-apiproducts.live-products, .client-app-dashboard-apiproducts.test-products {
  width: 48%;
  position: absolute;
  top: 180px;
}

.subscription-created.test-credentials {
  top: 182.5px;
  min-height: 650px;
  border-radius: 4px;
}
