
body {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.main-title{
  font-size: 40px;
  color: #47505A;
  font-weight: bold;
}

.main-content h2 span{
  font-size: 18px;
  color: #47505A;
  font-weight: normal;
  
}

.component-fade-enter-active, .component-fade-leave-active {
  transition: opacity .3s ease;
}
.component-fade-enter, .component-fade-leave-to
/* .component-fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.main-content{
  padding-top: 150px;
}

.btn-next.disabled, .btn-next:disabled {
  color: #fff;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}

.btn-next:not(:disabled):not(.disabled).active, .btn-next:not(:disabled):not(.disabled):active, .show>.btn-next.dropdown-toggle {
  color: #fff;
  background-color: #6DD400;
  border-color: #6DD400;
}

.btn-send:not(:disabled):not(.disabled).active, .btn-send:not(:disabled):not(.disabled):active, .show>.btn-send.dropdown-toggle {
  color: #fff;
  background-color: #2D1954;
  border-color: #2D1954;
}

.btn-send.disabled, .btn-send:disabled {
  color: #fff;
  background-color: #D8D8D8;
  border-color: #D8D8D8;
}


.btn-group-lg>.btn, .btn-lg {
  font-size: 16px;
}

.container{
    max-width: 1440px;
}


.pt-25px{
    padding-top: 25px;
}

.pb-50px{
  padding-bottom: 50px;
}

.pt-90px{
  padding-top: 90px;
}

.calculation-side{
    color: white !important;
    padding-left: 30px;
    
}

.custom-control-input:checked~.custom-control-label::before{
  border-color: #2D1954 !important;
  background-color: #2D1954 !important;
}

.pl-30px{
  padding-left: 30px;
}


.calculation-side .calc{
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 45px;
}

.calculation-side h3{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

.calculation-side h6{
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 35px;
}

.calculation-side h6.not-filled{
  font-size: 18px;
  font-weight: lighter;
}

.calculation-side .disclaimer {
  font-size: 16px;
  font-weight: lighter;
}

.screen-detail-wraper h2{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 5px;
  color: white; /* #47505A; */
}

.screen-detail-wraper .rectangle {
  width: 127px;
  height: 75px;
  border-radius: 8px;
  background: white;

  color: black;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.screen-detail-wraper .rectangle2 {
  width: 127px;
  height: 28px;
  border-radius: 8px;
  background: #6dd400;

  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: medium;

  margin-bottom: 35px;
}

.screen-detail-wraper .address {
  color: white;
  font-size: 18px;
  text-align: left;
  font-weight: medium;
}

.contact-info .text-muted, .timetable-data .text-muted{
  color: #47505A;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
}

.contact-info input::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 3;
}


.calc-list-group{
    text-align: left !important;
}

.calculator-order .row > [class^="col-"]:nth-child(1) {
  background-image: linear-gradient(to bottom, #f9f9f9, #f9f9f9);
}
.calculator-order .row > [class^="col-"]:nth-child(2) {
  background-image: linear-gradient(to bottom, #2D1954, #2D1954);
}

.calculator-order .main-content .row > [class^="col-"] {
  background-image: none;
}


.typical-faux .row > [class^="col-"]:nth-child(1) {
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.typical-faux .row > [class^="col-"]:nth-child(2) {
  background-image: linear-gradient(to bottom, #f2efed, #f2efed);
}


div#corner-triangle {
  display: block;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent transparent #6DD400;
  position: absolute;
  z-index: 99999;
  color: white;
  /*text-shadow: 0 0 25px 9px #fff;
  -webkit-filter: drop-shadow(0 1px 9px #000000);
  filter: drop-shadow(0 1px 9px #000000);*/
}
div#corner-triangle .corner-triangle-text {
  position: relative;
  font-size: 12px;
  font-weight: medium;
  top: 50px;
  right: 75px;
  font-family: sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-weight: 200;
  line-height: 1.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div#corner-triangle .corner-triangle-text span.corner-triangle-firstline {
  margin-left: 30px;
}
div#corner-triangle .corner-triangle-text a {
  color: white;
}
div#corner-triangle .corner-triangle-text a:hover,
div#corner-triangle .corner-triangle-text a:link,
div#corner-triangle .corner-triangle-text a:visited,
div#corner-triangle .corner-triangle-text a:active,
div#corner-triangle .corner-triangle-text a:focus {
  text-decoration: none;
}

.scr-name{
  font-size: 16px;
  padding-top: 10px;
  font-weight: medium;
}

.screen-box .image-checkbox{
  text-shadow: 0 0 25px 9px #fff;
  -webkit-filter: drop-shadow(0 1px 9px lightgrey);
  filter: drop-shadow(0 2px 5px lightgrey);
  background-color: #f8f9fa;
}




body {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
[class^="demo"] [class^="col"] {
  align-items: center;
  box-shadow: inset 0 0 0 1px #252d2f;
  display: flex;
  height: 50px;
}
.jumbotron {
  background-color: #252d2f;
}


.container-bar{
  width: 93%;
  position: absolute;
  z-index: 1;
  margin-top: 55px;
  margin-left: 0px;
}
.progressbar{
counter-reset: step;
list-style-type: none;

}

.v-spinner{
  width: 99px;
  margin: 0 auto;
}

.nav-buttons{
  padding-top: 40px;
}

.nav-buttons.nav-btns-scrs{
  padding-top: 25px;
}

.progressbar li{
  float: left;
  width: 24%;
  position: relative;
  text-align: center;
}
.progressbar li:before{
  content:counter(step);
  counter-increment: step;
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: block;
  margin: 0 auto 0px auto;
  border-radius: 50%;
  background: #DDDDDD;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}
.progressbar li:after{
  content: '';
  position: absolute;
  width:100%;
  height: 10px;
  background: #DDDDDD;
  top: 25px;
  left: -50%;
  z-index: -1;
}
.progressbar li.active:before{
border-color: #6DD400;
background: #6DD400;
color: white
}
.progressbar li.active:after{
background: #6DD400;
}
.progressbar li.active.li:after{
background: #3aac5d;
}
.progressbar li.active.li:before{
border-color: #3aac5d;
background: #3aac5d;
color: white
}
.progressbar li:first-child:after{
content: none;
}




.success-order-wraper .fa {
  font-size: 110px;
  color: #6dd400;
}

.success-order-wraper p {
  font-size: 24px;
  font-weight: medium;
}


/* Day picker */

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
  }
  /*image gallery*/
  .image-checkbox {
      cursor: pointer;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 6px solid transparent;
      margin-bottom: 0;
      outline: 0;
      width: 100%;
      height: 100%;
  }
  .image-checkbox input[type="checkbox"] {
      display: none;
  }

  .image-checkbox-checked {
      border-color: #2D1954;
  }
  .image-checkbox .fa {
      position: absolute;
      color: #2D1954;
      background-color: #fff;
      padding: 10px;
      top: 0px;
      right: 0px;
  }
  .image-checkbox  .fa{
      display: none;
  }

  .image-checkbox-checked .fa {
      display: block !important;
  }

  .pb-30px{
    padding-bottom: 30px;
  }

  .days-picker .item, .hour-picker .item, .rep-picker .item, .content-picker .item{
      display:inline-block;
      color: white;
      cursor: pointer;
  }

  .days-picker .fa, .hour-picker .fa, .rep-picker .fa, .content-picker .fa{
      visibility: hidden;
  }

  .days-picker .day-checked .fa, .hour-picker .hour-checked .fa, .rep-picker .rep-checked .fa, .content-picker .cont-checked .fa{
      visibility: visible !important;
  }

  .days-picker .day-label, .hour-picker .hour-label, .rep-picker .rep-label, .content-picker .cont-label{
      background-color: lightgrey;
      padding: 10px 15px 10px 15px;
      cursor: pointer;
  }

  .days-picker .item:first-child .day-label, .hour-picker .item:first-child .hour-label, .rep-picker .item:first-child .rep-label, .content-picker .item:first-child .cont-label{
      border-radius: 50px 0px 0px 50px;
  }

  .days-picker .item:last-child .day-label, .hour-picker .item:last-child .hour-label, .rep-picker .item:last-child .rep-label, .content-picker .item:last-child .cont-label{
      border-radius: 0px 50px 50px 0px;
  }

  .hour-picker .item:only-child .hour-label{
    border-radius: 50px 50px 50px 50px;
  }

  .gdpr-check{
    padding: 5px;
  }

  .t-red{
    color: red;
  }

  .text-10{
    font-size: 10px !important;
  }

  .not-filled-field{
    border: 1px solid red;
  }

  .days-picker .day-checked, .hour-picker .hour-checked, .rep-picker .rep-checked, .content-picker .cont-checked{
      background-color: #2D1954 !important;
  }

  .days-picker input, .hour-picker input, .rep-picker input, .content-picker input{
      display: none;
  }

  .close-button {
    visibility:hidden;
    position: absolute;
    right: 32px;
    top: 15px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
  }
  .close-button:hover {
    opacity: 1;
  }
  .close-button:before, .close-button:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: white;
  }
  .close-button:before {
    transform: rotate(45deg);
  }
  .close-button:after {
    transform: rotate(-45deg);
  }


  @media (max-width: 768px) {

    .days-picker .day-label{
      padding: 10px 4px 10px 4px;
    }

    .hour-picker .hour-label{
      padding: 10px 1px 10px 1px;
    }

    .rep-picker .rep-label{
      padding: 10px 8px 10px 8px;
    }

    .content-picker .cont-label{
      padding: 10px 3px 10px 3px;
    }

    .content-picker .item{
      font-size: 9.5px;
    }

    

    .close-button {
      visibility:visible;
    }

    .calculation-side{
      background-color: #2D1954;
      margin-top: 40px;
    }

    .container-bar {
      width: 100%;
      margin-left: -29px;
    }

    .calculation-side .calc{
      font-size: 35px;
      font-weight: bold;
      padding-bottom: 15px;
    }
    
    .calculation-side h3{
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 5px;
    }
    
    .calculation-side h6{
      font-size: 30px;
      font-weight: bold;
      padding-bottom: 20px;
    }
    
    .calculation-side h6.not-filled{
      font-size: 18px;
      font-weight: lighter;
    }
    
    .calculation-side .disclaimer {
      font-size: 12px;
      font-weight: lighter;
    }
    
  }


  @media (min-width: 768px) {
    .vhh-100 {
      min-height: 100vh;
    }
/*
  .calculator-order {
    background-image: linear-gradient(to right, #f9f9f9 calc((67% - (1140px / 2) + 855px)), #2D1954 1%);
  }
*/
  .calculator-order {
    background-image: linear-gradient(to right, #f9f9f9 66%, #2D1954 1%);
  }
  .calculator-order .row > [class^="col-"]:nth-child(n) {
    /*background-image: none;*/
  }

  .typical-faux {
    background-image: linear-gradient(to right, transparent 66.6666666667%, #f2efed 1%);
  }
  .typical-faux .row > [class^="col-"]:nth-child(n) {
    /*background-image: none; */
  }
}

@media (min-width: 1140px) {
  .calculator-order {
    background-image: linear-gradient(to right, #f9f9f9 calc((40% - (1140px / 2) + 855px)), #2D1954 1%);
  }

  .typical-faux {
    background-image: linear-gradient(to right, transparent calc((50% - (1140px / 2) + 760px)), #f2efed 1%);
  }

}