:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}

.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.d-flex{
  justify-content: center;
}
.input {
  width: 75%;
  cursor: auto;
  height: 55px;
  padding: 0.5rem 1rem;
  font-size: 20px;
  border-style: none;
  background-color: transparent;
}
.input:focus-visible {
  outline: 0px;
}
.input::placeholder {
  color: rgb(198 192 192 / 50%);
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
}
.teleport-show {
  display: flex !important;
  transform: none !important;
}
.exch-header {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  font-size: 14px;
  align-items: center;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
.crypto-exchanger {
  flex: 0 0 auto;
  color: black !important;
  width: 100%;
  display: flex;
  max-width: 90%;
  align-items: flex-start;
  flex-direction: column;
  background-color: #EDF0F2;
  border-radius: 15px;
  padding: 30px;
}
.mini-exchange {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  font-size: 12px;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}
.exch-dropdown {
  fill: white;
  flex: 0 0 auto;
  width: 100px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  transition: 0.3s;
  align-items: center;
  justify-content: flex-end;
}
.exch-dropdown:hover {
  /*fill: rgba(231, 229, 229, 0.8);
  color: rgba(231, 229, 229, 0.8);*/
  fill: black;
  color: black;
  font-weight: 700;
}
.exch-abbrev {
  gap: 4px;
  width: 100%;
  display: flex;
  font-size: 15px;
  align-items: center;
  margin-right: 0px;
  padding-right: 10px;
  justify-content: flex-end;
}
.exch-icon {
  width: 24px;
  height: 24px;
}
.exch-input {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  border-color: #a0a0a0;
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
  padding-right: 10px;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.exch-form {
  gap: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.swap-exch {
  fill: white;
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
}
.search-input {
  color: black;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
}
.search-bar {
  top: 0px;
  fill: black;
  flex: 0 0 auto;
  color: black;
  width: 100%;
  height: 56px;
  display: flex;
  position: sticky;
  font-size: 10px;
  padding: 0px 15px;
  align-items: center;
  border-color: #e0e0e0;
  border-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.exch-currency {
  flex: 0 0 auto;
  color: black;
  width: 100%;
  height: 45px;
  display: flex;
  font-size: 14px;
  align-items: center;
  font-weight: 600;
  padding: 0px 15px;
  border-style: solid;
  border-color: #e0e0e0;
  border-width: 1px;
  justify-content: space-between;
  border-top-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  cursor: pointer;
}
.exch-currency:hover {
  background-color: #e0e0e0;
}
.currencies {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  max-height: 350px;
  overflow-y: auto;
  align-items: flex-start;
  flex-direction: column;
}
.search-container {
  display: none;
  top: 26px;
  flex: 0 0 auto;
  color: black;
  width: 100%;
  z-index: 1;
  position: absolute;
  align-items: flex-start;
  border-radius: 5px;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
}
.exch-box {
  gap: 10px;
  flex: 0 0 auto;
  width: 45%;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}

.submit-button {
  width: 100%;
  color: white;
  cursor: pointer;
  height: 55px;
  margin: 0px;
  padding: 0px;
  border-radius: 5px;
  border-style: none;
  font-weight: 600;
  background-color: #90c83f;
}
.exch-spinner {
  fill: white;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  animation: rotateAnimation 0.8s linear infinite;
}
@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.exch-dest {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  flex-direction: column;
}
.exch-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.send-container {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.send-amount {
  font-size: 1.5em;
  line-height: 1.5;
}
.send-addr {
  word-break: break-all;
}
.exch-details-container {
  flex: 0 0 auto;
  gap: 20px;
  width: 100%;
  display: flex;
  padding: 1em;
  font-size: 14px;
  max-width: 1200px;
  align-items: flex-start;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 2em;
  justify-content: center;
  background-color: #EFFDF5;
}
.receive-amount {
  align-items: flex-start !important;
  flex-direction: column;
}
.exch-text-1 {
  font-size: 1em;
}
.exch-images {
  gap: 5px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: auto 10px;
}
.qr-code-container {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #edefed;
}
.qr-code {
  width: 100%;
  height: 100%;
}
.exch-steps {
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
.exch-send-address {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
  flex-direction: column;
}
.exch-steps-cont {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  margin-top: 10px;
  align-items: flex-start;
}
.send-address {
  font-size: 16px;
  font-style: normal;
  word-break: break-all;
  font-weight: 600;
  margin-right: 5px;
}
.paid-button {
    margin: 0;
    background-image: linear-gradient(45deg, #488F3F 0%, #488F3F 30%, #488F3F 100%);
}
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.Heading {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.input-container {
    position: relative;
    width: 100%;
}
.close-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.dest-address {
  padding-right: 30px;
}
.dest-address:focus + .close-icon,
.dest-address:not(:placeholder-shown) + .close-icon {
    opacity: 1;
}

.copycontainer {
  position: relative;
}

#copytooltip {
  display: none;
  position: absolute;
  background-color: #333;
  width: 80px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  top: -20px;
  left: 0;
  transform: translateY(-100%);
  justify-content: center;
  align-items: center;
}

#copytooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.order-container, .order-container-1 {
  height: 100%;
  padding: 5%;
}

/* Accordion Css */
.accordion{
  background: #EFFDF5;
  margin-bottom: 15px;
}
.accordion h5{
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  font-size: 1rem;
}
.accordion h5.active{
  padding-bottom: 0;
}
.accordion h5::after{
  content: "\f067";
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family:  "Font Awesome 5 Free";
  font-weight: 800;
}
.accordion .accordion-content {
  display: none;
  padding: 20px;
}
.faq-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem); 
  margin-right: auto;
  margin-left: auto;
}

.faq-container-1 {
  padding-left: 0px;
  padding-right: 0px;
}

.scroll-margin {
  scroll-margin: 50px;
}

@media(max-width: 767px) {
  .faq-container {

  }
  .crypto-exchanger {
    max-width: 100%;
    width: 100%;
  }
  .img-fluid {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .exch-form {
    flex-direction: column;
  }
  .exch-box {
    width: 100%;
  }
  .exch-dest {
    margin-top: 30px;
  }
  .exch-image {
    width: 40px;
    height: 40px;
  }
  .send-container {
    align-items: flex-end;
  }
  .exch-details-container {
    gap: 10px;
    font-size: 12px;
  }
  .qr-code-container {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 479px) {
  .exch-image {
    width: 25px;
    height: 25px;
  }
  .send-amount {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .exch-details-container {
    font-size: 8px;
  }
  .exch-images {
    max-width: 25%;
  }
  .qr-code-container {
    max-width: 200px;
    max-height: 200px;
  }
}
