.elementor-107698 .elementor-element.elementor-element-3bf0e205 > .elementor-container{max-width:375px;}.elementor-107698 .elementor-element.elementor-element-3bf0e205{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-107698 .elementor-element.elementor-element-197b3bf4.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-107698 .elementor-element.elementor-element-197b3bf4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-107698 .elementor-element.elementor-element-73fd7ec3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-107698 .elementor-element.elementor-element-197b3bf4{width:100%;}}/* Start custom CSS for html, class: .elementor-element-73fd7ec3 */.elementor-107698 .elementor-element.elementor-element-73fd7ec3 {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

#calc {
    width: 375px;
    max-width: 375px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Red Hat Text", Sans-Serif;
    padding: 28px;
    border-radius: 20px;
    background: var(--Light-Mode-Primary-White, #FFF);
    box-shadow: 0px 5px 28.6px 0px rgba(0, 0, 0, 0.05);
}

.elementor-107698 .elementor-element.elementor-element-73fd7ec3 #calc-header-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}


.elementor-107698 .elementor-element.elementor-element-73fd7ec3 input::-webkit-outer-spin-button,
   .elementor-107698 .elementor-element.elementor-element-73fd7ec3 input::-webkit-inner-spin-button {
    -webkit-appearance: none;
     margin: 0;
    }
    
.elementor-107698 .elementor-element.elementor-element-73fd7ec3 input[type=number] {
  -moz-appearance: textfield;
}

#calc-inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.calc-input-container-1 {
    color: #130C34;
    font-size: 68px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    border-bottom: 2px solid transparent;
}


#input1 {
    font-size: 68px;
    border: none;
    outline: none;
    border-radius: 0;
    min-width: 10px;
    padding: 0;
    font-family: "Red Hat Display", Sans-Serif;
    font-weight: 400;
    max-width: 300px;
}

 #input1::placeholder {
        color: #130C34;
}

.calc-input-container-1:focus-within {
        border-bottom: 2px solid #5826C3;
    }


.calc-input-container-2 {
    /*color: rgb(126, 122, 141);*/
     color: #130C34;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.calc-input-container-2 span,
    .calc-input-container-2 img {
        user-select: none;
    }



#output {
    font-size: 18px;
    border: none;
    outline: none;
    text-align: right;
    min-width: 16px;
}

/*Custom Select*/
.custom-calc-coins-select {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-top: 30px;
    color: #130C34;
}

.calc-select-options {
    display: none;
    position: absolute;
    z-index: 99;
    padding-bottom: 28px;
    background: #f5f5f5;
    top: 0;
    left: -28px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.calc-select-selected,
.calc-select-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.calc-select-option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 375px;
    max-width: 375px;
    padding: 14px 28px;
}

.calc-select-option:hover {
    background: #fff;
}

.calc-select-selected img,
.calc-select-option img,
#calc-debit-card img {
    min-width: 36px;
    width: 36px;
    height: 36px;
}

.calc-select-selected div,
.calc-select-option div {
    width: 100%;
}

.calc-select-selected div p,
.calc-select-option div p {
  margin: 0;
  font-size: 18px;
}

.calc-select-selected div p:first-of-type,
.calc-select-option div p:first-of-type {
  font-weight: 700;
}

.calc-select-selected  .calc-chevron {
    min-width: 28px;
    width: 28px;
    height: 28px;
    position: relative;
    right: -14px;
}

.calc-select-option .calc-chevron {
    min-width: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    right: -12px;
}


.coin-price-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-calc-coins-select.open .calc-select-options {
    display: block;
    height: 375px;
    opacity: 1;
    overflow: scroll;
}

#calc-debit-card {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #EAEBEF;
    padding-top: 20px;
    margin-top: 20px;
}

#calc-debit-card p:first-of-type {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

#calc-debit-card:nth-child(2) {
    margin: 0;
}



/*CTA button*/
#calc-continue-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    padding: 14px 31px;
    flex: 1 0 0;
    color: #fff;
    border-radius: 100px;
    background: #130C34;
    font-family: "Red Hat Display", Sans-Serif;
    font-size: 16px;
    font-weight: 700;
    border: none;
    margin-top: 40px;
}

#calc-continue-button:hover {
   background: #130C34dd;
}

/*Loader*/
#calc-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 425px;
  width: 375px;
  gap: 16px;

  > div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #898599;
    opacity: 1;
    animation: splash-loader 1.5s infinite normal ease-in;
  }

  > div:nth-child(2) {
    animation-delay: 0.4s;
  }

  > div:nth-child(3) {
    animation-delay: 0.8s;
  }
}

@-webkit-keyframes splash-loader {
  15% {
    opacity: 0.5;
  }

  30% {
    opacity: 0.15;
    transform: translateY(-4px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes splash-loader {
  15% {
    opacity: 0.5;
  }

  30% {
    opacity: 0.15;
    transform: translateY(-4px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }
}

.calc-loader-logo {
    animation: calc-loader-rotate 2s ease-out infinite;
}

@keyframes calc-loader-rotate {
    0% {
        transform: rotate(0deg) scale(0.5);
        
    }
    50% {
        transform: rotate(180deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(0.5);
        
    }
}

@media(max-width: 768px) {
    .elementor-107698 .elementor-element.elementor-element-73fd7ec3 {
      margin-top: 60px;
    }
    
    #calc {
        max-width: 330px;
        padding: 20px;
    }
    
    .calc-select-options {
        left: -20px;
    }
    
    .calc-select-option {
        width: 375px;
        max-width: 330px;
    }
    
    #calc-loader {
        width: 330px;
    }

}/* End custom CSS */