* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  *:focus,
  *:active {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
  }
  body{
    background: #f3f3f3;
    /* background: #ffffff url(https://xarezzboosting.com/src/img/xarezz-bg-pattern-light.jpg); */
  }
  .selectpara {
      display: flex;
      flex-basis: auto;
      justify-content: center;
      align-items: center;
  }
  .row_btns{
      display: flex;
      flex-basis: auto;
      justify-content: center;
      align-items: center;
      margin-top: 20px;
      }
  
  .currency-icon {
        width: auto!important;
  }
  .wrapper {
      display: flex;
      flex-basis: auto;
      justify-content: center;
      align-items: center;
      margin-top: 50px;
  }
  
  .wrapper .icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background: #ff4545;
    color: #ffffff;
  }
  
  .wrapper .twitter:hover,
  .wrapper .twitter:hover .tooltip,
  .wrapper .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #ffffff;
  }
  
  .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
  }
  
  .wrapper .github:hover,
  .wrapper .github:hover .tooltip,
  .wrapper .github:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
  }
  
  .wrapper .youtube:hover,
  .wrapper .youtube:hover .tooltip,
  .wrapper .youtube:hover .tooltip::before {
    background: #CD201F;
    color: #ffffff;
  }
  .styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
  }
  .styled-checkbox:hover + label:before {
    background: #6e7eff;
  }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .styled-checkbox:checked + label:before {
    background: #465aff;
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 16px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }
  .center {
    width: 180px;
    height: 60px;
    position: absolute;
  }
  
  .btn23 {
    max-width: 184px;
    height: 83px;
    padding: 17px 5px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
  }
  
  svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: #fff;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
  }
  
  .btn23:hover {
    transition: 1s ease-in-out;
    background: #4F95DA;
  }
  
  .btn23:hover svg {
    stroke-dashoffset: -480;
  }
  
  .btn23 span {
    color: white;
    font-size: 18px;
    font-weight: 100;
  }
  .flexy {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
input[type=number] {
    background-color: #0082e7;
    border: 4px solid #4dabf3;
    color: #fff;
    font-weight: 500;
}
input[type=number]:focus {
  background-color: #0082e7;
  border: 4px solid #008cf7;
  color: #fff;
  font-weight: 500;
}
#myTab li:not(:last-child) .boosts-menu p:after{
  content: "|";
  margin-left: 25%;
  position: absolute;
  color: #fff;
  font-weight: 400;
  opacity: .6;
  margin-top: 2px;
}
.boosts-menu font{
  color: #747ed1;
  font-weight: 500;
}
.boosts-menu.active font{
  color: #fff;
  font-weight: 500;
}
.boosts-menu {
  border-radius: 5px!important
}
.boosts-menu.active {
  background: #747ed1!important;
  transform: translateY(0rem)!important;
}
.boosts-menu:hover {
  box-shadow: 0rem 0.15rem 0.25rem rgb(210 18 254)!important;
}
.bakix-details-tab ul {
  border-bottom: none;
  max-width: 85vw;
  margin-top: 224px;
  align-items: center;
  justify-content: center;
  background-color: #bb00da00;
  backdrop-filter: blur(2px);
  border-radius: 10px;
}
.btn:not(:disabled):not(.disabled){
margin: 10px 20px 10px 20px;
}