﻿.traderTextColor {
  fill: #131313;
}

.dark .traderTextColor {
  fill: #FFFF;
}

.dark .traderClose rect {
  fill: #45396D;
}

.traderBorder {
  border-radius: 24px;
  border-color: #FAF9FC;
  border-style: solid;
  border-width: 15px;
}

.dark .traderBorder {
  border-radius: 24px;
  border-color: #45396D;
  border-style: solid;
  border-width: 15px;
}

.traderBigText {
  width: 270px;
  height: 112px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #131313;
}

.dark .traderBigText {
  width: 270px;
  height: 112px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}


.traderSmallText {
  width: 270px;
  height: 40px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #514D5F;
}

.dark .traderSmallText {
  width: 270px;
  height: 40px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #B7B8FF;
}

.traderCTAButton {
  width: 270px;
  padding-top: 18px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-style: solid;
  border-color: #5F32FF;
}

@media only screen and (max-width: 600px) {
  .traderPopupWidth {
    width: 400px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    margin-top: 100px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .traderPopupWidth {
    width: 500px;
    margin-top: 100px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .traderPopupWidth {
    width: 700px;
    margin:auto;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .traderPopupWidth {
    width: 800px;
    margin: auto;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .traderPopupWidth {
    width: 900px;
    margin: auto;
  }
}
