/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */

@font-face {
      font-family: 'Vodafone Rg';
      src: url('../webfonts/VodafoneRg-Bold.woff2') format('woff2'),
          url('../webfonts/VodafoneRg-Bold.woff') format('woff'),
          url('../webfonts/VodafoneRg-Bold.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'Vodafone Rg';
      src: url('../webfonts/VodafoneRg-Regular.woff2') format('woff2'),
          url('../webfonts/VodafoneRg-Regular.woff') format('woff'),
          url('../webfonts/VodafoneRg-Regular.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
body {
    font-family: 'Vodafone Rg' !important;
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    background-image: url(../images/background-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-size: 16px;
}

.calculator-body {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;

    /* background-color: #cdeddc; */
}

.calculator-box {
    width: 375px;
    color: #fff;
    background-color: #00000063;
    aspect-ratio: 4/6;
    object-fit: contain;
    margin: 0px auto;
    border-radius: 15px;
    padding: 25px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    /* background-image: url(../images/calculator-box.jpg); */
    position: relative;
    z-index: 3;
}

/* .calculator-box div,
.calculator-box form {
    position: relative;
    z-index: 5;
}

.calculator-box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000008;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
} */

#multistepsform {
    position: relative;
}

#multistepsform fieldset.active {
    display: block !important;
}

#multistepsform fieldset {
    width: 100%;
    border-radius: 3px;
    /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); */
    position: relative;
    /* padding: 15px; */
    display: none;
    min-height: 400px;
}

#multistepsform fieldset:not(:first-of-type) {
    display: none;
}

#multistepsform #progressbar {
    display: flex;
    padding: 0px;
    justify-content: space-between;
    align-items: start;
}

#multistepsform #progressbar li {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* padding-right: 5px; */
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

#multistepsform #progressbar li:nth-child(1) {
    max-width: 125px;
}

#multistepsform #progressbar li:nth-last-child(1) {
    flex: 0 !important;
    padding-right: 0px !important;

}

#multistepsform #progressbar li:nth-last-child(1)>.icons::before {
    content: none;
}

/* #multistepsform #progressbar li>.icons::before {
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    left: 0px;
    z-index: -1;
} */

#multistepsform #progressbar li>.icons {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* #multistepsform #progressbar li>.icons>img {
    width: 50px !important;
    height: 50px;
    border-radius: 5px;
} */

#multistepsform #progressbar li>.icons>img {
    width: 40px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
}

#multistepsform #progressbar li>.icons i {
    font-size: 20px;
}

#multistepsform #progressbar li.active>.icons i {
    color: #28dd30;
}

input[type="radio"] {
    accent-color: green;
    color: green;
}

#calculator-result {
    width: 100%;
}

.dashboard.calculator-body {
    background-attachment: fixed;
    /* background: #fff !important; */
}

.dashboard .calculator-box {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 0;
    background-color: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.highcharts-background {
    fill: none !important;
}

.dashboard table td,
.dashboard table th {
    background: none !important;
}

.insigt-card {
    border-color: var(--bs-primary) !important;
    box-shadow: var(--bs-primary) 0px 3px 0px !important;
}

.icons-dash {
    width: 80px;
    margin-bottom: 10px;

}

/* .cart {
    background-image: url(../images/background-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
} */

/* .cart::before {
    width: 100%;
    height: 100%;
    background-color: #0000002e;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
} */
.cart>div {
    position: relative;
    z-index: 2;
}

#calculator-result {
    color: #fff !important;
}

/* .highcharts-plot-border{
    fill: #fff;
} */
#calculator-result {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 0px;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media (max-width:767px) {

    .dashboard.calculator-body {
        padding: 0px;
        background: linear-gradient(181deg, #000000, #24374600 60%);
    }

    .dashboard .calculator-box {
        padding: 0px;
    }

    .dashboard .calculator-box {
        background: none !important;
    }

    .dashboard .calculator-box {
        box-shadow: none;
    }

    .dashboard .result-data {
        padding: 0px 15px 20px;
    }
}

.icons,
.icons-dash {
    background-color: #8f251f;
    border-radius: 50%;
    padding: 10px;
}
.icons{
    width: 100%;
    max-width: 70px;
    min-height: 100%;
    max-height: 70px;
}
#progressbar .icons{
    width: 100%;
    min-width: 50px;
    max-width: 50px;
    min-height: 100%;
    max-height: 50px;
    padding: 10px;
}
.dashboard .progress{
    height: 20px;
}
.dashboard .progress .sr-only{
    line-height: 20px;
}
.dashboard .progress .sr-no{
    line-height: 20px;
}
.fa-long-arrow-alt-down{
   color: #a8b500;
}
.fa-long-arrow-alt-up{
   color: #7d4214;
}