/* ====== FONTS ====== */
/* Montserrat */
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

/* ====== MIXINS ====== */
/* ====== / MIXINS ====== */
.bg-lightgray {
  background: #f4f4f4;
}

body {
  font-family: "HelveticaNeue" !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  background: #f4f4f4;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

header nav {
  background: #cccccc;
}

header small {
  opacity: 0.5;
}

main {
  position: relative;
  background: #f4f4f4;
  padding: 0;
  min-height: 100vh;
}
.sticky{position:sticky;top:0;z-index:999;}
.row.gutters-sm {
  margin-left: -5px;
  margin-right: -5px;
}

.row.gutters-sm > div {
  padding: 5px;
}

#tab2{background-color:white;}

.tab-content .tab-pane {
  padding-top: 33px;
  min-height: 100vh;
  padding-bottom: 30px;
}

.tab-content .tab-pane.active {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-justify-content: initial;
  -ms-flex-line-pack: initial;
      align-content: initial;
  -webkit-box-align: initial;
          align-items: initial;
  -ms-flex-align: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
}

#mainwizard {
  position: relative;
}

#mainwizard .navbar {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
}

.do-wizard-header {
  background: #fff;
  padding: 20px;
}
.do-wizard-footer{
         position:absolute;
         width:100%;
         bottom:0
}
.do-wizard-footer small{
         opacity:0.2;
         line-height:22px;
         letter-spacing:2px;
}
.do-wizard-header h3 {
  /*float: left;*/
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}

.do-wizard-body {
  padding: 40px 0 0 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-justify-content: initial;
  -ms-flex-line-pack: initial;
      align-content: initial;
  -webkit-box-align: initial;
          align-items: initial;
  -ms-flex-align: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

.do-market-menu {
  display: table;
  width: 100%;
  margin-top:40px;
}

.do-market-menu .custom-radio {
  display: block;
  /*width: auto;*/
  /*max-width: 100%;*/
  float: left;
  /*margin: 8px 15px 8px 0;*/
  padding: 0;
}

.do-market-menu button img{
            width: 23px;
            height: 23px;
            margin-right: 5px;
           }
  .do-market-menu button:hover img{        
               -webkit-filter: invert(1);
filter: invert(1);
}
.do-market-menu .custom-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.do-market-menu .custom-radio input:checked + span {
  background: #018cc3;
  border-color: #018cc3;
  color: #fff;
}

.do-market-menu .custom-radio input:checked + span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.do-market-menu .custom-radio input:hover + span {
  background: #343a40;
  border-color: #343a40;
  color: #fff;
}

.do-market-menu .custom-radio input:hover + span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.do-market-menu .custom-radio span {
  position: relative;
  height: 38px;
  z-index: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.do-market-menu .custom-radio span::before, .do-market-menu .custom-radio span::after {
  content: none;
}

.do-market-menu .custom-radio span img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.do-plus-btn {
  display: block;
  border: 1px solid #464646;
  height: 100%;
  border-radius: 5px;
  min-height: 400px;
  width: 100%;
  background: transparent;
  cursor: pointer;
}
.do-product-add{
    width: 100%;
    border: none;
    position: relative;
    padding: 20px 40px 15px 0px;
 }  
.do-product-add span{

    font-size: 2rem;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);

}
.do-plus-btn[disabled] {
  border-color: #C2C2C3;
}

.do-plus-btn[disabled] img {
  opacity: 0.5;
}

.jumbotron {
  background: #fff;
  margin: 0;
  padding: 0;
}

.do-tutorial {
  padding: 40px 30px 20px 30px;
}

.do-tutorial ul li {
  text-align: center;
}

.do-tutorial .lSSlideWrapper {
  max-width: 100%;
  overflow: visible;
  padding-bottom: 30px;
}

.do-tutorial .lSAction > .lSPrev {
  background: none;
  left: 10px;
  bottom: -30px;
  top: auto;
  text-align: left;
}

.do-tutorial .lSAction > .lSNext {
  background: none;
  right: 10px;
  bottom: -30px;
  top: auto;
  text-align: right;
}

.do-tutorial img {
  max-width: 100%;
  max-height: 350px;
}

.do-tutorial h4 {
  height: 24px;
  font-size: 24px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  margin-bottom: 15px;
}

.do-tutorial p {
  opacity: 0.75;
  font-size: 16px;
  line-height: 1.31;
  color: #000000;
  max-width: 300px;
  margin: 15px auto;
}

.do-tutorial small {
  display: block;
  margin: 5px auto;
  max-width: 230px;
  opacity: 0.35;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: 0.8px;
  color: #000000;
}

.do-tutorial .btn {
  text-transform: uppercase;
}

.do-products-header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.do-products-header .do-back-arrow {
  margin-right: 20px;
  margin-bottom: 6px;
  border: none;
  background: transparent;
}

.do-product-filter {
  width: 100%;
  max-width: 420px;
}

.do-product-filter .selectize-input {
  border-color: #464646;
  background: url("../images/icons/ic-search.svg") no-repeat;
  background-position: 98% center;
  background-size: 20px;
  padding: 10px 15px;
}

.do-product-filter .selectize-input::after {
  border-color: transparent !important;
}

.do-product-filter .selectize-input > input {
  position: relative;
  left: 0px;
  font-size: 16px;
  color: #000;
  opacity: 1;
}

.do-product-list ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.do-product-list ul.filtered li:not(.active) {
  display: none;
}

.do-product-list li {
  display: block;
  padding: 20px;
  cursor: pointer;
}

.do-product-list li span {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  padding: 15px 50px 15px 15px;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.do-product-list li span::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #018cc3;
  border-radius: 0 5px 5px 0;
  z-index: 0;
}

.do-product-list li span::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: url("../images/icons/ic-plus-white.svg") no-repeat;
  background-size: 25px;
  background-position: center;
  border-radius: 0 5px 5px 0;
  z-index: 1;
}

.do-product-list li:hover span {
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.5);
}

.do-selected-market {
  width: 100%;
  float: left;
}

.do-selected-market button {
  margin: 8px 15px 8px 0;
}
#tab2 .custom-radio {margin-bottom:20px}
#tab2 .custom-radio .btn-outline-dark{width:95%;padding:90px 90px 60px 90px;margin:0}
#tab2 .custom-radio .btn-outline-dark img {
width: 45px;
height: 45px;
margin-right: 0px;
}

.do-selected-market button img {
  width: 23px;
  height: 23px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.do-selected-market button:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.do-selected-market button.disabled {
  background: #018cc3;
  border-color: #018cc3;
  pointer-events: none;
  opacity: 1;
  color: #fff;
}

.do-selected-market button.disabled img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.do-desk-options {
  float: right;
  margin-top: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.do-desk-options button {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 8px 15px 8px 0;
  color: #000;
}

.do-desk-options button img {
  margin-right: 5px;
}

.do-selected-products {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-justify-content: initial;
  -ms-flex-line-pack: initial;
      align-content: initial;
  -webkit-box-align: initial;
          align-items: initial;
  -ms-flex-align: initial;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
          flex-direction: initial;
  -ms-flex-direction: initial;
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.do-product {
  /*height: 100%;*/
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  margin-right: 10px;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.do-product .do-margin-show{
       display:flex;
       flex-direction:column;
       float:right;
       font-weight:bold;
       }
.do-product .do-margin-show p{margin:10px;line-height:1.5rem}
.do-product .do-margin-show .do-total-margin-price {float:right;font-size:1.2rem}  
 .do-product .do-margin-show .do-show-formula{
        display: block;
        text-decoration: underline;
        color: #1474D3;
        cursor:pointer;
        
        }
.do-product .card {
  -webkit-box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  border:none;
}

.do-product .card hr{
        border-top:10px solid #AFC5C7;
        margin-top: 0;
        }

.do-product .card-header {
  background: #fff;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  border-radius: 5px 5px 0 0;
  padding: .75rem 0.2rem .75rem 1.25rem;
}

.do-product .card-header h4 {
  height: 14px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto 0 0;
}

.do-product .card-header .do-product-delete {
  float: right;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  margin-left: auto;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.do-product .card-header .do-product-add {
  float: right;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  margin-left: auto;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.do-product .card-header .do-product-delete:hover {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.do-product .card-header .do-product-add:hover {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.do-product .card-body {
  padding: 0;
  border-radius: 0 0 5px 5px;
}

.do-product .do-package-select {
  padding: 15px;
}

.do-product .do-prices {
  padding: 15px;
}

.do-product .do-quantities {
  list-style: none;
  padding: 0;
  margin: 0;
}

.do-product .do-quantities li {
  background: #fff;
  padding: 15px;
}

.do-product .do-quantities li:nth-child(2n) {
  background: #f0f9fa;
}

.do-product .do-quantity-block #formula{
        font-size:17px;
        color:red;
        font-weight:bold;
        display:none;
        }
        
        
     .formula{
        font-size:17px;
        color:red;
        font-weight:bold;
        display:none;
        padding-top:5px;
        line-height:1.8rem
        }
.do-product .do-quantity-block .form-group {
  margin-bottom: 15px;
}

.do-product .do-quantity-block .form-group label {
  margin-bottom: 3px;
}

.do-product .do-quantity-block .do-quantity-m {
  display: none;
}

.do-product .do-quantity-block .do-quantity-m.active {
  display: none;
}

.do-product .do-quantity-block .do-quantity-m .do-total-m {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.do-product .do-quantity-block .do-quantity-m .do-currency {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin: 0 5px 0 2px;
}

.do-product .do-quantity-block .do-quantity-m small {
  opacity: 0.5;
}

.do-product .do-err {
  font-size: 10px;
  color: red;
  display: none;
  padding: 0;
}

.do-product .do-err.show {
  display: block;
}

.do-add-new {
  border: 1px solid #464646;
  border-radius: 5px;
  background: transparent;
  max-width: 200px;
  min-width: 200px;
  min-height: 370px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 20px 10px 0;
}

.do-add-new[disabled] {
  border-color: #979797;
}

.do-add-new[disabled] img {
  opacity: 0.5;
}

.recalc-button{
    display:none;
    padding-left:30px;
}
.recalc-button button{text-transform:uppercase}

.do-summary-wrap {
  position: relative;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding: 30px 0 30px 0;
  background: #fff;
}

.do-summary-wrap.showreport .do-get-summary {
  display: none;
}

.do-summary-wrap.showreport .do-final-report {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
}

.do-summary-wrap .do-get-summary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  width: 100%;
}

.do-summary-wrap .do-get-summary button {
  margin-right: 40px;
  text-transform: uppercase;
}

.do-summary-wrap .do-get-summary .do-quantity-sums {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  width: 100%;
  overflow: auto;
}

.do-summary-wrap .do-get-summary .do-qrow {
  min-width: 200px;
  padding: 10px 15px;
  margin-right: 20px;
  font-size: 12px;
}

.do-summary-wrap .do-get-summary .do-qrow .do-qrow-sum {
  background: #f3f3f3;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 5px;
}

.do-final-report {
  display: none;
  padding: 40px 0px;
}

.do-final-report > .row {
  width: 100%;
}

.do-final-report h3 {
  font-weight: bold;
  width: 111px;
  height: 14px;
  font-size: 14px;
  text-transform: uppercase;
}

.do-final-report .do-qrow {
  min-width: 200px;
  padding-top: 10px;
  margin-right: 40px;
  font-size: 12px;
}

.do-final-report .do-qrow label {
  display: block;
}

.do-final-report .do-qrow .do-qrow-sum {
  background: #f3f3f3;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 16px;
  margin-right: 5px;
}

.do-final-report .do-qrow .do-qrow-margin {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.do-final-report .do-qrow .do-currency {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin: 0 2px;
}

.do-chart-report {
  padding-bottom: 15px;
}

@media screen and (max-width:375px){
#tab2 .custom-radio .btn-outline-dark {
    
    padding: 60px 60px 40px 60px;
   
}
}
/*# sourceMappingURL=style.css.map */