/* @font-face {
  font-family: "Poppins";
  src: url("https://fonts.googleapis.com/css2?family=Poppins&display=swap")
      format("woff2");
      font-display: auto;
      font-weight: 400;
} */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* 
@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-Black.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

/* @font-face {
    font-family: "Centra No 1";
    src: url("../images/CentraNo1-Extrabold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "Centra No 1 Hairline";
  src: url("../images/CentraNo1-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-ExtraboldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-BoldItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1 Hairline";
  src: url("../images/CentraNo1-HairlineItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Centra No 1";
  src: url("../images/CentraNo1-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CentraMono;
  src: url("../images/CentraMono-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CentraMono;
  src: url("../images/CentraMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
span {
  font-family: "Centra No 1";
}

.loaderText{
  font-weight: normal;
  font-size: 28px;
  color: #009CDA;
  margin-top: 230px;
  text-align: center;
  margin-bottom: 70px;
}

.close_icons_div{
  cursor: pointer;
  position: absolute;
    right: 0px;
    top: 0px;
}

.display_none{
  display: none !important;
}
.loaderAlignment{
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 170px;
}
.loader {
  border: 5px solid white;
  border-radius: 50%;
  border-top: 5px solid #009CDA;
  border-right: 5px solid #009CDA;
  border-bottom: 5px solid #009CDA;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.TextThankyou {
  margin-top: 240px;
  text-align: center;
  color:#009CDA;
  font-size:28px;
  font-weight:400;
}
.thanksText {
  text-align: center;
  color:gray;
  font-size:12px;
  font-weight:400;
  margin-top:10px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.contact_us_div{
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top:200px;
  padding-bottom: 50px;
}
.contect_us_btn{
  background-color: #009CDA;
  color:white;
  font-size: 20px;
  font-weight: 700;
}
.ContactText{
  margin-top: 100px;
  margin-bottom: 40px;
  color: #C48611;
  text-align: center;
  font-size:18px;
  font-weight:700;
}


.downloadBtn button {
  display: block;
  margin-left: auto;
}
.user_form_lables {
  font-weight: 500;
}
.outputRowblock {
  padding-left: 42px !important;
}
.user_form_lables option {
  font-weight: 500;
}

#Industry option {
  font-weight: 500;
}

#no_of_employees option {
  font-weight: 500;
}

.table {
  width: 100%;
}

.smallText{
  font-size:10px !important;
  font-weight: 400 !important;
}

.outputCodeRef3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.lable_Modal_sys {
  width: 40%;
}

.table_Modal_sys {
  width: 30%;
}

.row1item1_modal {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: inset 3px 2px 5px 0px #dfdfdf !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  border-top-left-radius: 15px !important;
  height: 60px !important;
}

.row1item2_modal {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 15px !important;
  border-bottom: 1px solid black !important;
  box-shadow: inset 0px 4px 5px 0px #dfdfdf !important;
}

.row2item1_modal {
  border-radius: 0px !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  box-shadow: inset 2px 1px 6px 0px #dfdfdf !important;
}

.row2item2_modal {
  border-radius: 0px !important;
  border-bottom: 1px solid black !important;
  box-shadow: inset -4px 0px 6px 0px #dfdfdf !important;
}

.row3item1_modal {
  border-right: 1px solid black !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: inset 4px -4px 6px 0px #e7eaf0 !important;
}

.row3item2_modal {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 15px !important;
  box-shadow: inset -4px 0px 6px 0px #dfdfdf !important;
}

.center {
  text-align: center;
}

.myrow {
  display: flex;
}

input::placeholder {
  font-weight: 300;
  color: #545e69b0 !important;
}

.inputs_fields {
  margin-top: 16px !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw500 {
  font-weight: 500 !important;
}

#dvLoading {
  background: #ffffffa1;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -25px 0 0 -25px;
}

#loading_logo {
  background: #000;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: -25px 0 0 -25px;
}

.loading-content {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

.loading-content p {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.logo_display_none {
  display: none !important;
}

label.error {
  color: red !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  position: absolute;
  display: none !important;
}

.disabled {
  cursor: no-drop !important;
}

.setToEnd {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

body {
  background-color: transparent !important;
}

Header {
  padding-top: 7px;
  padding-bottom: 4px;
  margin-bottom: 50px;
  border-bottom: 2px solid #c5cace !important;
  box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 22%);
}

.headerTitle {
  width: 100%;
  text-align: center;
  color: #1d2948;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.agreed_checkbox{
  height:15px;
  width: 15px;
}
.checkbox_text{
  font-size:12px;
  font-weight: 400;
  line-height: 16px;
  color: #333333;
}
.privacy_text{
  font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
    width: 250px;
    margin-right: 24px;
    margin-top: 10px;
}
.subTitle {
  width: 100%;
  text-align: center;
  color: #cad0d5;
  font-size: 13px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.subTitle2 {
  width: 35%;
}

.mb50 {
  margin-bottom: 50px;
}

/* .modal-backdrop{
  backdrop-filter: blur(0px);
  background-color: #bec7cc70;
}
.modal-backdrop.in{
  opacity: 1 !important;
} */

.fa-5x {
  color: rgba(62, 177, 200, 1) !important;
}

.my_container {
  background-color: #f7f7f7;
  /* padding: 20px !important; */
  padding-top: 30px;
  padding-right: 30px !important;
  padding-bottom: 30px !important;
  /* box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 22%); */
  border-radius: 10px;
  border: 1px solid #ffffff57;
  margin: 5px;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.panel1MainContent {
  width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.panel2MainContent {
  width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}

.error {
  border: solid red !important;
  box-shadow: inset 0px 0px 30px 1px #dc3545ad !important;
}

.custom_error {
  border: solid red !important;
  box-shadow: inset 0px 0px 30px 1px #dc3545ad !important;
}

.panel {
  padding: 15px;
  /* background-color: #fff; */
  /* box-shadow: -3px 3px 20px 1px rgb(0 0 0 / 22%); */
  padding-bottom: 28px;
  border-radius: 4px;
  /* border: 2px solid #12284d; */
}

.panel2 {
  padding: 15px;
  padding-bottom: 20px;
  background-color: #fff;
  /* box-shadow: -3px 3px 20px 1px rgb(0 0 0 / 22%); */
  border-radius: 10px;
  /* border: 2px solid #12284d; */
}

.icon_footer {
  vertical-align: middle;
  border-style: none;
  width: 110px;
  margin-top: 25px;
}

.getReportIcon {
  border: 2px solid white;
  border-radius: 20px;
  padding-left: 9px;
  padding-right: 8px;
  padding-top: 0px;
  padding-bottom: 1px;
  text-align: right !important;
}

.getReportText {
  text-align: left !important;
  font-weight: 500;
}

.iconGetReport {
  top: 0px !important;
  left: 2px;
  position: relative;
}

.getReportIcon .fa {
  font-size: small !important;
}

.panel3 {
  padding-left: 30px;
  padding-top: 10px;
  background-image: linear-gradient(
    90deg,
    #00cc9f 0%,
    #005642 66%,
    #001d15 100%
  );
  background-size: cover;
  /* box-shadow: -3px 3px 20px 1px rgb(0 0 0 / 22%); */
  border-radius: 10px;
  color: white;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  /* border: 2px solid #12284d; */
}

.outputLabel {
  color: white !important;
  font-weight: bolder;
}

.outputValue {
  font-weight: bolder;
  font-size: 43px;
}

.col-form-label-ctm {
  font-size: 14px;
  line-height: 1.1;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
  color: #434957;
}

.customLabal {
  line-height: 1.42;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  color: #009cda;
  font-size: 18px !important;
  padding-top: 9px;
  padding-left: 30px;
}
.pt14 {
  padding-top: 18px !important;
}

.customLabalWhite {
  font-size: 22px;
  line-height: 1;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 500;
  color: white;
}

.resultSmallText {
  font-weight: 300;
}

input[type="range"] {
  -webkit-appearance: none;
  position: relative;
  margin: 18px 0;
  width: 90%;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #4c4f55;
  border-radius: 1.3px;
  border: 0.2px solid #4c4f55;
}

input[type="range"]::-webkit-slider-thumb {
  border: 1px solid #0057b7;
  height: 26px;
  width: 12px;
  border-radius: 1px;
  background: #0057b7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #4c4f55;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: #4c4f55;
  border-radius: 1.3px;
  border: 0.2px solid #4c4f55;
}

input[type="range"]::-moz-range-thumb {
  border: 1px solid #0057b7;
  height: 26px;
  width: 12px;
  border-radius: 3px;
  background: #0057b7;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #4c4f55;
  border: 0.2px solid #4c4f55;
  border-radius: 2.6px;
}

input[type="range"]::-ms-fill-upper {
  background: #4c4f55;
  border: 0.2px solid #4c4f55;
  border-radius: 2.6px;
}

input[type="range"]::-ms-thumb {
  border: 1px solid #0057b7;
  height: 26px;
  width: 12px;
  border-radius: 3px;
  background: #0057b7;
  cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #4c4f55;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #4c4f55;
}

.slider-val {
  background-color: #fff;
  border-radius: 0 7px;
  color: #0057b7;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin: 0;
  min-width: 140px;
  padding: 0 10px;
  text-align: center;
  border: 0;
  font-weight: 700;
}

.user-form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
  color: #434957;
}

.red {
  color: red;
}

.three-year-saving {
  color: #0057b7;
  text-align: center;
  font-weight: 700;
  /* font-size:78px; */
  font-size: 70px;
  margin: 0;
}

.three-year-saving-description {
  font-weight: 700;
  display: block;
  margin: 0 0 1px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

.form-group-user-information {
  margin-bottom: 17px;
}

.fa-info-circle {
  text-decoration: none;
  border-radius: 1em;
  color: #0871ba;
  font-size: 16px;
  position: relative;
  text-align: center;
}

.info-panel {
  background: #0871ba none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  opacity: 0.95;
  padding: 1.7em;
  position: absolute;
  max-width: 350px;
  left: 0;
  right: 0;
  z-index: 999;
  top: 35px;
  font-weight: 700;
  margin: 0 0 0 10px;
}

.info-panel::before {
  border-color: rgba(226, 230, 233, 0) rgba(226, 230, 233, 0) #e2e6e9;
  border-width: 11px;
  margin-left: -11px;
}

.info-panel::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-width: 10px;
  margin-left: -10px;
  right: 7px;
}

.info-panel::after,
.info-panel::before {
  border: medium solid transparent;
  bottom: 100%;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 6px;
  width: 0;
}

.info-panel ul {
  padding: 0;
  color: #fdee00;
  list-style: inside none disc;
  padding: 0;
}

.info-panel ul li {
  color: #fff;
}

.info-close {
  text-decoration: none;
  border-radius: 1em;
  font-size: 20px;
  position: relative;
  text-align: center;
}

.close-me {
  text-decoration: none;
  border-radius: 1em;
  font-size: 20px;
  position: relative;
  text-align: center;
  position: absolute !important;
  top: 0;
  right: 10px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none !important;
}

.alert {
  padding: 7px 15px;
  margin-top: 10px;
  position: fixed;
  z-index: 11;
}

.head-note {
  /* width:949px; */
  padding: 0 68px;
  display: inline-block;
  margin: 40px 0;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}

.label-field-select {
  -webkit-appearance: none;
  max-width: 88%;
}

#mktoForm_5651 {
  display: none;
}

.panel > .form-group-ctm {
  margin-bottom: 20px;
}

.modal-title-ctm {
  box-sizing: border-box;
  margin: 0;
  padding-left: 30px;
  font-size: 1.2em;
  font-weight: 500;
  color: #009cda;
  text-transform: uppercase;
}
 .mt30{
  margin-top: 30px !important;
}
.mr30{
  margin-right: 30px !important;
}
.modal-content-ctm {
  background: white;
  padding: 25px;
  padding-bottom: 20px;
  padding-top: 40px;
  border-color: #f9fafe !important;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 2px #40404285 !important;
}

.form-group-user-information > input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #808080;
  color: #000;
}

select[name="select_country"] {
  /* border: 1px solid #808080; */
}

.show-above-tablet {
  display: none;
}

.checkbox_div{
  padding-left: 30px !important;
  display: flex;
}
.input_checkbox{
  width: 8% !important;
}
.checkbox_text{
  width:92% !important;
}

@media only screen and (max-width: 426px) {
  
  tspan {
    font-size: 9px !important;
  }
  .highcharts-data-label span {
    background: #d8dbdda6;
    padding: 3px;
    border-radius: 7px;
    font-size: 9px !important;
  }
  .dividerCol2 {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .my_container{
    padding-right: 0px !important;
  }
  .subTitle2 {
    width: 90% !important;
  }
  .hide-below-tablet {
    display: none !important;
  }
  .show-above-tablet {
    display: block !important;
  }
  /* For mobile phones: */
  .label-field,
  .label-field:focus {
    width: 100%;
  }
  .label-field-select {
    max-width: 100%;
  }
  .three-year-saving {
    font-size: 42px;
  }
  .panel1MainContent {
    width: 100% !important;
  }
  .panel2MainContent {
    width: 100% !important;
    margin-left: 30px;
    margin-right: 30px;
  }
  .my_container {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .pl0 {
    padding-left: 15px !important;
  }
  .pr0 {
    padding-right: 15px !important;
  }
  .mobile_W40 {
    width: 40% !important;
  }
  .mobile_W60 {
    width: 60% !important;
  }
  .mobile_W20 {
    width: 20% !important;
  }
  .mobile_W80 {
    width: 80% !important;
  }
  .outputCodeRef2 {
    font-size: 40px !important;
  }
  .outputCodeRef3 {
    font-size: 20px !important;
  }
  .outputVarLable,
  .resultSmallText {
    font-size: 15px !important;
  }
  .outputVarTitle,
  .customLabalWhite {
    font-size: 20px !important;
  }
  .downloadBtn{
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 779px) {
 
}


@media only screen and (max-width: 376px) {
  .panel2MainContent {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .outputVarTitle , .customLabalWhite {
    font-size: 15px !important;
  }
  .outputVarLable , .resultSmallText {
    font-size: 12px !important;
  }
  .checkbox_text {
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #333333;
}
}
@media only screen and (max-width: 321px) {
  .modal-content-ctm{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .modal_footer{
    margin-left: 15px !important;
  }
  .outputCodeRef2 {
    font-size: 25px !important;
  }
  .panel3{
    padding-left: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .outputRowblock {
    padding-left: 25px !important;
}
 
}

.download-full-report {
  /* margin-top: 20px !important; */
  width: 250px;
  height: 50px;
  margin: 9px 0 0;
  background: #009cda !important;
  color: white;
  border-radius: 7px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500 !important;
  border: 0px #f8f9fa solid;

  /* box-shadow: -3px 3px 13px 4px rgb(0 0 0 / 22%); */
}
.downloadBtn {
  display: flex;
  justify-content: end;
}

.download-btn-custom {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* .assumptionsBtn ,.assumptionsBtn:hover , .assumptionsBtn:focus {
  background-color: #64aec7;
    color: white;
    border: 0px;
    border-radius: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    max-width: 155px;
    line-height: 1;
    border: 2px #f8f9fa solid;
    box-shadow: -3px 3px 13px 4px rgb(0 0 0 / 22%);
}
.AssumptionsBtnText {
  margin-right: 10px;
} */

.assumptionsBtn {
  background-color: #8c9ebf !important;
  color: white;
  border: 0px;
  border-radius: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

.AssumptionsBtnText {
  margin-right: 30px;
}

.iconCog {
  font-size: 26px;
  position: absolute;
  top: 3px;
  right: 19px;
}

.TA_r {
  text-align: right !important;
}

.iconAssum {
}

.modelTitle {
  width: 100%;
  font-weight: 700;
  font-size: 13px;
  padding-left: 15px;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.CommercializationText {
  background-color: #46b0ca;
  color: white;
}

.ProductDesignText {
  background-color: #dce0ea;
  color: #173963;
}

.SupplyChainText {
  background-color: #173963;
  color: white;
}

.ProductServiceText {
  background-color: #8c9ebf;
  color: white;
}

.cancelBtn,
.cancelBtn:hover {
  margin-left: 10px;
  background-color: white;
  color: #009cda;
  border: 1px solid #009cda;
  border-radius: 6px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.saveBtn,
.saveBtn:hover {
  margin-left: 10px;
  background-color: #009cda;
  color: white;
  border: #009cda;
  border-radius: 6px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.modal_footer {
  justify-content: flex-end;
}

.plr0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.modal_label {
  font-size: 12px !important;
  padding-right: 0px;
  color: black !important;
}

.outputDev {
  text-align: center;
  justify-content: center;
  /* background-color: #4680ea;
color: white; */
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 8px;
}

.chatTitle {
  text-align: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 22px;
  /* padding-top: 15px; */
}

.outputText {
  font-weight: 600;
  padding-top: 8px;
  font-size: 24px !important;
}

.outputCodeRef {
  font-weight: 600;
  color: #4680ea;
  font-size: 40px !important;
}

.outputCodeDiv {
  padding-top: 8px;
}

.label-field,
.label-field:focus {
  color: black;
  height: 34px;
  line-height: 36px;
  margin: 0;
  width: 100%;
  padding: 0 1px;
  border: 0;
  padding-left: 18px;
  outline: 0;
  border-radius: 5px;
  background-color: white;
  font-weight: 500;
  box-shadow: 0px 0px 2px 0px #888;
}

.label-field-modal {
  height: 40px !important;
  padding-left: 0px !important;
  text-align: center;
}

.label-field-select,
.label-field-select:focus {
  color: #fff;
  height: 56px;
  line-height: 56px;
  margin: 0;
  font: inherit;
  padding: 0 1px;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 3px;
  background-color: #0057b7;
  padding: 0 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.inputEndText {
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}

/* #app_interactive_chart {
    margin-bottom: 15px !important;
} */

.chartTitle {
  padding-top: 20px;
}

.mb14 {
  margin-bottom: 14px !important;
}

.output {
  padding-top: 0px !important;
}

.outputCodeRef2 {
  font-size: 60px;
}

.labelFont {
  color: #000000;
  font-weight: 500;
}

.mt20 {
  margin-top: 20px;
}

.mt12 {
  margin-top: 12px;
}

.mt10 {
  margin-top: 10px;
}

.mt14 {
  margin-top: 14px;
}

.hrStyling {
  height: 2px;
}

.outputVarTitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.outputVarLable {
  font-size: 15px;
  font-weight: 300;
}

.hr {
  /* height: 1px; */
  background-color: #009cda;
  margin-top: 50px;
  margin-bottom: 20px;
}

.hrOutput {
  height: 0.3px;
  background-color: #009cda;
  margin-top: 10px;
}

/* leptop screen */

@media only screen and (min-width: 1000px) {
  .testing {
    /* position: relative; */
  }

  .width85 {
    width: 85% !important;
  }
}

#exampleModal {
  top :145px !important;
}