canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

a {
  color: #c91366;
  text-decoration: none;
}

.in * {
  text-align: right;
}
.pound {
  color: "#777";
}
.w-grey {
  background-color: "#f0f0f0";
}

.help {
  color: #c91366;
  cursor: pointer;
}
.help:hover {
  color: #770639;
}

.help-button {
  height: 26px;
  width: 26px;
  padding: 6px;
  padding-left: 8px;
  line-height: 13px;
  font-size: 15px;
}
.cancel-btn {
  background-color: #770639;
}
.button {
  padding: 2px 14px 4px 14px;
  cursor: pointer;
  border-radius: 8px;
}
.list {
  background-size: 0 !important;
}
.bold {
  font-weight: 500;
}
.nowrap {
  white-space: nowrap;
}
.list-item__center,
.list-item {
  padding: 0px !important;
  background-image: none;
}
.list-item__right {
  background-image: none;
}
.list-item__left .bpage {
  text-align: center;
  margin-top: 20px;
}
.bcontainer {
  width: 80%;
  margin: auto;
  max-width: 850px !important;
  padding: 1px 0 0 0;
}
.titty {
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 34px;
  padding-bottom: 8px;
  font-size: 2.2em;
  font-weight: bold;
  color: #444;
}
.titi {
  float: right;
}
.titleReduction {
  font-size: 1.5em;
}

.action-left,
.action-right {
  margin-top: 44px;
}

.action-left {
  text-align: left;
  float: left;
  width: 50%;
}
.action-right {
  text-align: right;
  float: left;
  padding-right: 1%;
  width: 49%;
}
.action-button {
  font-size: 1.4em;
  padding: 7px 20px 10px 20px;
  cursor: pointer;
}
.new-title {
  font-size: 1.6em;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 14px;
}
.new-sub-title {
  font-size: 1.2em;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 14px;
}

.tabbar {
  height: 58px !important;
}
.tabbar__icon {
  font-size: 26px !important;
  margin-top: 4px;
}
.tabbar__label {
  font-size: 0.9em !important;
}
.tabbar__button {
  cursor: pointer;
}

fieldset {
  border: 0px solid #a6a6a6;
  background-image: linear-gradient(to bottom right, white, #fefefe);
  border-radius: 5px;
  padding: 15px;
  /* border: 2px #c91366 solid; */
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.19);
}

fieldset legend {
  /* background: #fff;
  color: black; */
  background: #565656;
  color: white;
  font-size: 1.2em;
  padding: 4px 12px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.19);
  margin-left: 0px;
}
.fieldset-standard {
  margin-bottom: 30px;
}
.fieldset-pink {
  border-color: #c91366;
  /* margin-bottom: 30px; */
}
.legend-pink {
  background: #c91366;
  color: white;
}

.legend-white {
  background: white;
  color: black;
  border: 1px #999 solid;
}
.checkbox {
  margin-right: 10px;
}
.menu-l {
  font-size: 1.1em;
}
.help-new {
  color: #c91366;
  font-size: 16px;
  cursor: pointer;
}
.help-icon {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  color: "#777";
}
.menu-icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  color: "#777";
}
.menu-unauth {
  height: 100%;
  padding: 10px 12px;
  background-color: white;
  box-shadow: 3px 5px 14px 0px rgba(0, 0, 0, 0.45);
  border-left: 30px #555 solid;
}
@media screen and (min-width: 500px) /* Desktop */ {
  .menu-unauth {
    width: 290px;
    min-width: 290px;
    background-color: pink;
  }
}

@media screen and (max-width: 500px) /* Mobile */ {
  .menu-unauth {
    width: 0px;
    min-width: 0px;
    background-color: blue;
  }
}

.menu-auth {
  height: 100%;
  padding: 10px 12px;

  background-color: white;
  box-shadow: 3px 5px 14px 0px rgba(0, 0, 0, 0.45);
  border-left: 30px #555 solid;
}
.menu-bot-bg {
  background-color: white;
  height: 100%;
}

.menu-l-title {
  margin-top: 10px;
  padding-left: 20px !important;
  background-color: white;
  font-weight: bold;
}
.menu-l-item {
  padding-left: 20px !important;
  cursor: pointer;
  background-image: none !important;
}
.menu-ex-item {
  padding-left: 10px !important;
  font-weight: normal;
}
.menu-l-item .list-item__center,
.menu-l-subitem .list-item__center {
  background-image: none !important;
}
.menu-l-subitem {
  cursor: pointer;
  padding-left: 30px !important;
}
.menu-selected {
  background-color: #555 !important;
}
.menu-selected div {
  color: white;
}
.expandable-content {
  padding: 0px;
  margin: 0px;
  border-top: 0.5px rgb(221, 221, 221) solid;
}
@media screen and (min-width: 500px) /* Desktop */ {
  .bcontainer {
    min-width: 500px;
    /* max-width: 750px !important; */
  }
}

@media screen and (max-width: 500px) /* Mobile */ {
  * {
    font-size: 1em;
  }

  .card {
    margin: 4px;
    padding: 8px;
  }
  .bpage {
    text-align: center;
    margin-top: 10px;
  }
  .bcontainer {
    min-width: none;
    width: 100%;
    margin: auto;
    padding: 1px 0 0 0;
  }
  .toolbar__title,
  .back-button__label,
  .figures-title {
    font-size: 1.1em;
  }
  .toolbar {
    background: white !important;
  }
  /* .toolbar div {
    font-size: 0.95em
  } */
} /* mobile end */

/* .no-api {
   border: 1px maroon dotted;
   background-color: '#f0f0f0';
   border-radius: 5px;
   padding: 10px 14px;
 } */

/* .api-detected {
   border: 1px silver solid;
   background-color: '#f0f0f0';
   border-radius: 5px;
   padding: 10px 14px;
   display: none;
 } */
.api-validated {
  /* border: 1px green solid;
   background-color: '#f0f0f0';
   border-radius: 5px;
   padding: 10px 14px; */
  display: none;
}
.tool1,
.tool0,
.tool3,
.tool4,
.tool5,
.tool1,
.additional,
.print-hidden-input {
  display: none;
}
.print-icon {
  font-size: 1.3em;
  cursor: pointer;
}

.text-input {
  background-color: #fefefe !important;
  border-radius: 4px;
}

.card {
  /* max-width: 750px !important; */
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding: 20px;
  margin: 6px 6px 6px 6px;
}
.list-item__left {
 padding: 0px !important;
}

.card__content {
  font-size: 1em;
}
.bar {
  display: none;
}
.alert-dialog {
  width: 300px;
}
.modcon {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 6px;
  /* border: 1px pink solid; */
}
.modcon2 {
  padding-top: 1px;
  padding-bottom: 10px;
}
.bmodl {
  width: 90%;
  height: 35px;
  vertical-align: middle;
  display: table-cell;
  /* border: 1px green solid; */
}
.bmodr {
  width: 10%;
  text-align: right;
  align-items: flex-end;
  height: 35px;
  display: table-cell;
  /* border: 1px red solid; */
}
.bmodl,
.bmodr {
  flex-direction: row;
}
.buttonwrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.button--light,
.spink {
  padding: 8px !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
  font-size: 1em !important;

  line-height: 15px !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.financials-list-container {
  margin-bottom: 10px;
}

.spink {
  color: rgba(255, 255, 255, 1) !important;
  border: 0 !important;
  cursor: pointer;
}
.push {
  cursor: pointer;
  background-color: white;
}
#resultRevenueIncreaseByC input {
  text-align: right;
}

.subsL,
.subsR {
  min-width: 200px;
  padding: 14px 2% 0px 2%;
  margin-top: 16px;
  border-radius: 6px;
  border: 1px silver solid;
}
.subsL {
  margin-right: 2%;
}
.subsL {
  width: 44%;
  float: left;
  text-align: center;
}
.subsR {
  width: 44%;
  float: left;
  text-align: center;
}
.subsDesc {
  font-size: 1.3em;
  padding-bottom: 10px;
}

@media screen and (max-width: 480px) /* Mobile buttons */ {
  .spink {
    padding: 4px 4px !important;
  }
  .bmod {
    padding: 4px 4px !important;
  }
  .spink ons-icon,
  .bmod ons-icon {
    display: none;
  }
} /*HERE:*/

.table-row,
.table-row-grey {
  display: flex;
  flex-direction: row;
  height: 40px;
  vertical-align: middle;
  /* padding-left: 5px; */
}
.table-row-grey {
  /* background-color: #f0f0f0; */
  font-weight: bold;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
  height: 40px;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}
.col-3,
.col-4 {
  background-color: #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
}
.col-2,
.col-4,
.col-5 {
  text-align: right;
  padding-right: 10px;
  /* font-size: 0.9em; */
}

.account-row {
  padding-top: 20px;
}

.result-row-paypal {
  background-color: #444;
  color: white;
  padding-left: 10px;
  border-radius: 4px;
  margin-top: 3px;
  margin-bottom: 5px;
}
.result-row-paypal {
  background-color: #ffc439;
  color: black;
  font-size: 1.2em;
}

.result-row-grey {
  /* background: rgb(244,244,244); */
  background: linear-gradient(90deg, rgba(244,244,244,0) 0%, rgba(244,244,244,1) 57%);
  
  color: black;
  padding-left: 10px;
  border-radius: 4px;
  margin-top: 3px;
  margin-bottom: 5px;
}

.list-item__left {
  /* padding: 12px 14px 12px 0; */
  padding: 12px 2px 12px 10px;
  /* display: none; */
}
.radio-button {
  display: none;
}
.tool-card {
  padding: 4px 12px 4px 14px !important;
  /* margin-left: 2px !important; */
  cursor: pointer;
  border: 2px #d0d0d0 solid;
  background-color: #fefefe;

  /* color: gray; */
}
.tool-card:hover .package-cost-main,
.tool-card-selected .package-cost-main,
.tool-card-selected .package-cost-sub {
  color: #c91366;
}
.tool-card:hover,
.tool-card-selected {
  border: 4px #c91366 solid;
  background-color: #fefefe;
  color: black;

  padding: 2px 10px 2px 12px !important;
  /* margin-left: 2px !important; */
  cursor: pointer;
}

.tool-header {
  padding: 10px 12px;
  border-radius: 4px;
  background-color: #fefefe;
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.19);
}
.v-radio {
  position: absolute;
}
.selected-tool-title {
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 12px;
  font-weight: 500;
}
.tool-title {
  font-size: 1.4em;
  margin-top: 14px;
  margin-bottom: 14px;
}
.tool-desc ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tool-desc {
  font-size: 1em;
  background-color: #efefef;
  border: 0.5px silver solid;
  padding: 14px 19px 14px 19px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.figures-title {
  font-size: 1.2em;
  margin-top: 12px;
  margin-bottom: 10px;
}
.figures-card {
  padding: 2px 10px 10px 12px !important;
  margin-left: 2px !important;
  cursor: pointer;
  border: 1px #f0f0f0 solid;
}
.figures-card:hover {
  border: 1px #c91366 solid;
}

.tool-title {
  font-weight: 500;
}
.tool-subtitle {
  margin-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 1.2em;
  text-align: center;
}
.tool-select {
  padding: 10px 10px 10px 0px;
}
.cno {
  font-size: 1.5em;
  text-align: center;
  padding: 4px 0 10px 0;
}
.cdesc {
  font-size: 0.9em;
  text-align: center;
  font-style: italic;
}

.popupBox {
  text-align: left;
  white-space: nowrap;
}
.popupTxtFigures {
  font-weight: 400;
  padding-right: 10px;
}
.popupBaseNumbers {
  font-weight: 400;
  padding-right: 5px;
}
.popupOther {
  font-weight: 400;
  padding-right: 36px;
}
.popupAssets {
  font-weight: 400;
  padding-right: 56px;
}
.popupLiabilities {
  font-weight: 400;
  padding-right: 40px;
}
.popupFunding {
  font-weight: 400;
  padding-right: 48px;
}
.input-type {
  font-size: 2px;
}
.tdv {
  vertical-align: top;
  padding-bottom: 6px;
}

.package-subs {
  font-size: 1em;
  padding-bottom: 10px;
  font-weight: bold;
}
.package-cost-main {
  padding: 6px 0 15px 0;
  font-size: 2em;
  color: #555;
}
.package-center {
  text-align: center;
}
.arrow-container {
  margin-top: 0px;
  margin-bottom: -19px;
  text-align: center;
}
.arrow-icon {
  font-size: 30px;
  color: rgb(186, 186, 186);
}

.plans-reporting-for .select-input {
  font-size: 60px;
  height: 66px;
  line-height: 66px;
}
