#mainformtable{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* wallet buttom css  */
#loadPriceComputer{
  position: relative;
  left: 0%;
  height: 10px;
  width: 5em;
  display: flex;
  animation: roll-in-left 0.6s ease-out both;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
#loadPriceComputer span {
  position: relative;
  left: -1em;
}
      /* entrance of wallet buttom */
      @-webkit-keyframes roll-in-left {
        0% {
          -webkit-transform: translateX(-800px) rotate(-540deg);
                  transform: translateX(-800px) rotate(-540deg);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0) rotate(0deg);
                  transform: translateX(0) rotate(0deg);
          opacity: 1;
        }
      }
      @keyframes roll-in-left {
        0% {
          -webkit-transform: translateX(-800px) rotate(-540deg);
                  transform: translateX(-800px) rotate(-540deg);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0) rotate(0deg);
                  transform: translateX(0) rotate(0deg);
          opacity: 1;
        }
      }

      /* END entrance of wallet buttom */

@media (hover: hover) {
  #creditcard {
    /*  set start position */
    transform: translateY(110px);
    transition: transform 0.1s ease-in-out;
    /*  set transition for mouse enter & exit */
  }

  #money {
    /*  set start position */
    transform: translateY(180px);
    transition: transform 0.1s ease-in-out;
    /*  set transition for mouse enter & exit */
  }

  button:hover #creditcard {
    transform: translateY(0px);
    transition: transform 0.2s ease-in-out;
    /*  overide transition for mouse enter */
  }

  button:hover #money {
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out;
    /*  overide transition for mouse enter */
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.25rem);
  }
  100% {
    transform: translateY(0);
  }
}

.button:hover .button__text span {
  transform: translateY(-0.25rem);
  transition: transform .2s ease-in-out;
}

/* styling */
.button {
  border: none;
  outline: none;
  background-color: purple;
  padding: 1rem 90px 1rem 2rem;
  position: relative;
  border-radius: 8px;
  letter-spacing: 0.7px;
  background-color: #5086bd;
  color: #fff;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  box-shadow: rgba(0, 9, 61, 0.2) 0px 4px 8px 0px;
}

.button:active {
  transform: translateY(1px);
}

.button__svg {
  position: absolute;
  overflow: visible;
  bottom: 6px;
  right: 0.2rem;
  height: 140%;
}

/* END wallet buttom css */
table thead tr > th{
  cursor:pointer !important;
}
.form-buttoms-itemizer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 15px;
    width: auto;
    padding: 5px;
    margin-top: 30px;
    margin-bottom: 18px;
    background-color: #e4e2e7;

}
.buttoms-group.especial{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}
.btn-gradient {    
 
    position: relative;

    left:-3px;
    background: rgba(0, 0, 0, 0.15);
    border-top-right-radius: 13px;
    
    box-shadow: 2px 0px 0px 0px rgba(78, 72, 72, 0.4);
}
.buttoms-group.especial button.btn-green{
    font-size: 18px;
    color: white;
    background-color: #9FC45E;
    border: none;
    justify-content: center;
    align-items: center;
    width: 182px;
    border-radius: 6px;
    margin-right: 10px;
    margin-left: 10px;
}
.buttoms-group.especial button.btn-green:hover{
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-2.5px);
              transform: translateY(-2.5px);
    }
  }
  /* especial efect */
  svg.loadPrice{
    width: 70px;
  }
  .utveckling {
    animation: Utveckling 6.5s both;
    stroke-width: 10;
    fill: none;
    stroke: #F76707;
  }
  .pil {
    animation: Pil 6.5s infinite;
  }
  .bock {
    animation: Bock 6.5s both;
    fill: none;
    stroke-dasharray: 31 82;
    stroke-dasharray: none;
    stroke-dashoffset: -47px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-width: 4;
    stroke: #ffffff;
  }
  @keyframes Pil {
    0% {
      transform: translateY(0);
    }
    6% {
      transform: translateY(-65px);
    }
    62.49% {
      transform: translateY(-65px);
    }
    62.5% {
      transform: translateY(65px);
    }
    68.5% {
      transform: translateY(0px);
    }
  }
  @keyframes Utveckling {
    0% {
      stroke-width: 10;
    }
    3.1% {
      stroke-width: 10;
      stroke-dasharray: 1 179;
    }
    3.6% {
      stroke-width: 25;
      stroke-dasharray: 1 179;
    }
    28% {
      stroke-width: 25;
      stroke-dasharray: 174 179;
    }
    34% {
      stroke-width: 10;
      stroke-dasharray: 179 179;
    }
    100% {
      stroke-width: 10;
      stroke-dasharray: 179 179;
    }
  }
  @keyframes Bock {
    0% {
      stroke-dasharray: 1 82;
      stroke-dashoffset: 0px;
    }
    29% {
      stroke-dasharray: 1 82;
      stroke-dashoffset: 0px;
    }
    35% {
      stroke-dasharray: 31 82;
      stroke-dashoffset: -50px;
    }
    62% {
      stroke-dasharray: 31 82;
      stroke-dashoffset: -50px;
      transform: translateY(0px);
    }
    68% {
      stroke-dasharray: 31 82;
      stroke-dashoffset: -50px;
      transform: translateY(-65px);
    }
    100% {
      stroke-dasharray: 31 82;
      stroke-dashoffset: -50px;
      transform: translateY(-65px);
    }
  }
  /* end especial effect */
.input-group.input-group-flat{
    align-items: center !important;
}
.input-group.input-group-flat .input-group-text{
    height: 38px;
    border: 3px solid #d9dbde;
    border-radius: 33px;
}
.btn.btn-icon.btn-sm.btn-secondary.me-1.pe-2{
    color: white;
}
.btn.btn-icon.btn-sm.btn-secondary.me-1.pe-2:hover{
    background-color: #FF914D;
}
.buttoms-group{
    margin-bottom: 8px;
}

#form-device{
    display: flex;
    flex-direction: column;
    align-items: center;
}


.input-group-price{
    align-items: center;
    width: 24% !important;
    display: flex;
    flex-direction: row;
    margin: 20px;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
.input-group-price input{
    margin:0;
    border: 1px solid #848386;
}
.input-group-text-price{
    display: flex;
    align-items: center;
    padding: 0.4375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    color: #848386;
    text-align: center;
    white-space: nowrap;
    background-color: #fafbfc;
    border: 1px solid #848386;
    border-radius: 4px;
    margin-right: -4px;
}
.form-control{
    width:100%;
    border:2px solid #848386;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    box-sizing:border-box;
    transition:.3s;
  }
  
  .form-control:focus{
    border-color:#153d8a;
    box-shadow:0 0 8px 0 #153d8a;
  }
  @media (max-width:766px) {
    .row{
        --tblr-gutter-x: 1rem;
        --tblr-gutter-y: 0;
        display: flex;
        margin-top: calc(-1 * var(--tblr-gutter-y));
        margin-right: calc(-.5 * var(--tblr-gutter-x));
        margin-left: calc(-.5 * var(--tblr-gutter-x));
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    .row >*{
        width: 90%;
    }
    .buttoms-group.especial {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }

    .buttoms-group.especial button.btn-green{
        font-size: 18px;
        color: white;
        background-color: #9FC45E;
        border: none;
        justify-content: center;
        align-items: center;
        width: auto;
        border-radius: 6px;
        margin-right: 10px;
        margin-left: 10px;
    }
  }