@charset "UTF-8";
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Black.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  font-family: "Cairo", sans-serif;
}

body {
  margin: 0;
  background-color: #f1f5f9;
}
body p {
  margin: 0;
  font-family: "Cairo", sans-serif;
}
body a, body .link-like {
  text-decoration: none;
  color: #4C6EF5;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: transparent;
}
body a:hover, body a:active, body a:focus, body .link-like:hover, body .link-like:active, body .link-like:focus {
  color: #8397e4;
  outline: none;
}
body a.danger, body .link-like.danger {
  color: #EF2845;
}

button {
  outline: 0 !important;
}

.row {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.row.space-evently {
  justify-content: space-evenly;
}
.row.spacing .col {
  margin-right: 10px;
}
.row.spacing .col:last-child {
  margin-right: 0;
}
.row + .row {
  margin-top: 3%;
}

.col {
  display: flex;
  flex-direction: column;
  margin-right: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col.dense {
  margin-right: 0;
}
.col:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 700px) {
  .col {
    padding-bottom: 30px;
  }
}
.col.col-1 {
  width: 5.5833333333%;
}
.col.col-2 {
  width: 14.1666666667%;
}
.col.col-3 {
  width: 22.75%;
}
.col.col-4 {
  width: 31.3333333333%;
}
.col.col-5 {
  width: 39.9166666667%;
}
.col.col-6 {
  width: 48.5%;
}
.col.col-7 {
  width: 57.0833333333%;
}
.col.col-8 {
  width: 65.6666666667%;
}
.col.col-9 {
  width: 74.25%;
}
.col.col-10 {
  width: 82.8333333333%;
}
.col.col-11 {
  width: 91.4166666667%;
}
.col.col-12 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .col.col-sm-1 {
    width: 5.5833333333%;
  }
  .col.col-sm-2 {
    width: 14.1666666667%;
  }
  .col.col-sm-3 {
    width: 22.75%;
  }
  .col.col-sm-4 {
    width: 31.3333333333%;
  }
  .col.col-sm-5 {
    width: 39.9166666667%;
  }
  .col.col-sm-6 {
    width: 48.5%;
  }
  .col.col-sm-7 {
    width: 57.0833333333%;
  }
  .col.col-sm-8 {
    width: 65.6666666667%;
  }
  .col.col-sm-9 {
    width: 74.25%;
  }
  .col.col-sm-10 {
    width: 82.8333333333%;
  }
  .col.col-sm-11 {
    width: 91.4166666667%;
  }
  .col.col-sm-12 {
    width: 100%;
  }
  .col.flex-sm-grow {
    flex-grow: 1;
  }
  .col.hide-sm {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .col.col-md-1 {
    width: 5.5833333333%;
  }
  .col.col-md-2 {
    width: 14.1666666667%;
  }
  .col.col-md-3 {
    width: 22.75%;
  }
  .col.col-md-4 {
    width: 31.3333333333%;
  }
  .col.col-md-5 {
    width: 39.9166666667%;
  }
  .col.col-md-6 {
    width: 48.5%;
  }
  .col.col-md-7 {
    width: 57.0833333333%;
  }
  .col.col-md-8 {
    width: 65.6666666667%;
  }
  .col.col-md-9 {
    width: 74.25%;
  }
  .col.col-md-10 {
    width: 82.8333333333%;
  }
  .col.col-md-11 {
    width: 91.4166666667%;
  }
  .col.col-md-12 {
    width: 100%;
  }
  .col.flex-md-grow {
    flex-grow: 1;
  }
  .col.hide-md {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .col.col-xl-1 {
    width: 5.5833333333%;
  }
  .col.col-xl-2 {
    width: 14.1666666667%;
  }
  .col.col-xl-3 {
    width: 22.75%;
  }
  .col.col-xl-4 {
    width: 31.3333333333%;
  }
  .col.col-xl-5 {
    width: 39.9166666667%;
  }
  .col.col-xl-6 {
    width: 48.5%;
  }
  .col.col-xl-7 {
    width: 57.0833333333%;
  }
  .col.col-xl-8 {
    width: 65.6666666667%;
  }
  .col.col-xl-9 {
    width: 74.25%;
  }
  .col.col-xl-10 {
    width: 82.8333333333%;
  }
  .col.col-xl-11 {
    width: 91.4166666667%;
  }
  .col.col-xl-12 {
    width: 100%;
  }
  .col.flex-xl-grow {
    flex-grow: 1;
  }
  .col.hide-xl {
    display: none;
  }
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-grow: 0;
}

.flex-direction-column {
  flex-direction: column;
}

.time-range-container {
  margin-bottom: 5px;
  align-self: flex-end;
}
@media screen and (max-width: 1100px) and (min-width: 300px) {
  .time-range-container {
    margin: 20px 0;
    align-self: flex-start;
  }
}
@media screen and (max-width: 620px) and (min-width: 350px) {
  .time-range-container {
    width: 100%;
  }
}
@media screen and (max-width: 349px) and (min-width: 290px) {
  .time-range-container {
    width: 100%;
  }
}
.time-range-container .time-range-selector {
  display: flex;
}
.time-range-container .time-range-selector .time-button {
  padding: 7px 14px;
  border: 1px solid lightgray;
  background-color: white;
  color: #1d1b24;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  .time-range-container .time-range-selector .time-button {
    width: 25%;
  }
}
@media screen and (max-width: 415px) and (min-width: 300px) {
  .time-range-container .time-range-selector .time-button {
    width: 24%;
  }
}
@media screen and (max-width: 415px) and (min-width: 300px) {
  .time-range-container .time-range-selector .time-button:nth-child(4) {
    width: 29%;
  }
}
@media screen and (max-width: 400px) and (min-width: 300px) {
  .time-range-container .time-range-selector .time-button {
    padding: 7px 0;
  }
}
.time-range-container .time-range-selector .time-button.start {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.time-range-container .time-range-selector .time-button.end {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.time-range-container .time-range-selector .time-button.active, input:checked + .time-range-container .time-range-selector .time-button {
  background-color: #4B6DF5;
  color: white;
}
.time-range-container .time-range-selector .time-button:focus {
  outline-style: none;
  outline-width: 0px !important;
  outline-color: none !important;
}

.time-range-selector {
  position: relative;
}

.f_calendar {
  display: none;
  z-index: 1001;
  width: 308px;
  position: absolute;
  top: 100%;
  right: 0;
}

.f_calendar:hover {
  display: block;
}

.time-button.end:hover + .f_calendar {
  display: block;
}

.f_calendar_inn {
  padding: 0 0 20px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 9px 46px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.f_calendar_arrow {
  position: relative;
  height: 19px;
}

.f_calendar_arrow_inn {
  position: absolute;
  bottom: 0;
  right: 36px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #4C6EF5;
}

#calendarContainer .f_calendar_inn div div.range-calendar:first-child {
  display: none;
}

.range-calendar {
  margin: 0 0 0;
  padding: 0 24px 0;
  width: 100%;
  height: 50px;
  background: #4C6EF5;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #FFFFFF;
}

.range-calendar::placeholder {
  color: white;
}

.range-calendar:-ms-input-placeholder {
  color: white;
}

.range-calendar::-ms-input-placeholder {
  color: white;
}

.f_calendar .flatpickr-calendar.inline {
  top: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

.f_calendar_btns {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.f_calendar_btn {
  margin: 0 15px;
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #4C6EF5;
  border-radius: 5px;
  color: #fff;
  transition: all 0.2s;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.f_calendar_btn_cancel {
  margin: 0 15px;
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  border: 1px solid #eeeeee !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 5px;
  background: #fff;
  transition: all 0.2s;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.f_calendar_btn:hover {
  opacity: 0.75;
}

.flatpickr-calendar.rangeMode {
  font-family: "Cairo", sans-serif;
}

.flatpickr-day {
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 37px;
  letter-spacing: 0.32px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}

.flatpickr-day.today {
  border-color: #4C6EF5 !important;
}

.flatpickr-day:hover {
  background: rgba(76, 110, 245, 0.2);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  background: #4C6EF5;
}

.flatpickr-day.selected:hover {
  background: #4C6EF5 !important;
}

.flatpickr-day.startRange {
  background: #4C6EF5 !important;
}

.flatpickr-day.startRange:hover {
  background: #4C6EF5 !important;
}

.flatpickr-day.endRange {
  background: #4C6EF5 !important;
}

.flatpickr-day.endRange:hover {
  background: #4C6EF5 !important;
}

.flatpickr-monthDropdown-months {
  padding: 0 0 0 !important;
  height: 30px !important;
  line-height: 25px !important;
  font-size: 15px !important;
  font-family: "Cairo", sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  color: rgba(0, 0, 0, 0.872566) !important;
}

.numInput.cur-year {
  font-family: "Cairo", sans-serif !important;
  font-style: normal !important;
  height: 30px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  color: rgba(0, 0, 0, 0.872566) !important;
}

.flatpickr-months .flatpickr-prev-month:hover path,
.flatpickr-months .flatpickr-next-month:hover path {
  fill: #4C6EF5 !important;
}

.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #4C6EF5;
}

.flatpickr-day.startRange + .flatpickr-day.endRange {
  box-shadow: -5px 0 0 rgba(76, 110, 245, 0.21) !important;
}

.flatpickr-day.startRange + .flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 rgba(76, 110, 245, 0.21), 5px 0 0 rgba(76, 110, 245, 0.1078) !important;
  box-shadow: -5px 0 0 rgba(76, 110, 245, 0.21), 5px 0 0 rgba(76, 110, 245, 0.1078) !important;
}

.flatpickr-day.inRange + .flatpickr-day.endRange {
  box-shadow: -5px 0 0 rgba(76, 110, 245, 0.1078) !important;
}

.flatpickr-day.inRange {
  background: rgba(76, 110, 245, 0.2) !important;
  -webkit-box-shadow: -5px 0 0 rgba(76, 110, 245, 0.1078), 5px 0 0 rgba(76, 110, 245, 0.1078) !important;
  box-shadow: -5px 0 0 rgba(76, 110, 245, 0.1078), 5px 0 0 rgba(76, 110, 245, 0.1078) !important;
  border-color: transparent !important;
}

.body-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
}
@media screen and (max-width: 650px) and (min-width: 300px) {
  .body-header {
    flex-direction: column;
  }
}
.body-header .welcome {
  padding-top: 10px;
}
.body-header .welcome .welcome-message p {
  font-size: 18.5px;
  font-weight: bold;
  margin: 0;
}
.body-header .welcome .welcome-description {
  color: gray;
}
.body-header .welcome .welcome-description p {
  font-size: 13.5px;
  margin: 0;
}

.box-info {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.box-info .equalWidthCard {
  flex: 1;
}
.box-info .stat-box {
  background-color: white;
  min-width: 142px;
  height: 115px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  margin-right: 4px;
  border: 1px solid #eeeeee !important;
}
.box-info .stat-box.active {
  background: linear-gradient(180deg, #829BFF 0%, #4C6EF5 100%);
  border-radius: 20px;
}
.box-info .stat-box.active .stat-icon img {
  filter: brightness(1000%);
}
.box-info .stat-box.active .stat-number,
.box-info .stat-box.active .stat-label {
  color: white;
  line-height: 26px;
}
.box-info .stat-box .stat-icon {
  padding-top: 19px;
}
.box-info .stat-box .stat-icon img {
  height: 24px;
}
.box-info .stat-box .stat-number {
  font-size: 20px;
  line-height: 31px;
  font-weight: bold;
  display: flex;
}
.box-info .stat-box .stat-label {
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}
.box-info .main-stats {
  display: flex;
  justify-content: start;
}
.box-info .main-stats .stat-box {
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.box-info .profit-stats .stat-box {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.box-info .profit-stats .stat-box_bar-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1460px) and (min-width: 1100px) {
  .box-info .profit-stats .stat-box_bar-wrap {
    align-items: center;
  }
}
@media screen and (max-width: 765px) and (min-width: 600px) {
  .box-info .profit-stats .stat-box_bar-wrap {
    align-items: center;
  }
}
.box-info .profit-stats .stat-box_bar-wrap > :nth-child(1) {
  padding-top: 17px;
}
.box-info .profit-stats .stat-box_bar-wrap > :nth-child(2) {
  color: #EF2845;
}
.box-info .profit-stats .stat-box_bar-green > :nth-child(2) {
  color: #229E6C;
}
.box-info .profit-stats .stat-box .num-label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.box-info .profit-stats .stat-box .num-label .stat-circle {
  text-align: center;
}
.box-info .profit-stats .stat-box .num-label .stat-circle .chart-number {
  font-size: 0.6em;
  font-weight: bold;
  line-height: 1;
  text-anchor: middle;
  -moz-transform: translateY(0.3em);
  -ms-transform: translateY(0.3em);
  -webkit-transform: translateY(0.3em);
  transform: translateY(0.3em);
}
.box-info .profit-stats .stat-box .num-label .stat-label {
  text-align: center;
}
.box-info .profit-stats .stat-box .num-label .stat-chart {
  position: absolute;
  top: 19px;
  right: 19px;
}
.box-info .profit-stats .stat-box .bar-label {
  padding-left: 20px;
  height: 100%;
  box-sizing: border-box;
}
.box-info .profit-stats .stat-box .bar-label .stat-number {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 400px) and (min-width: 300px) {
  .box-info .profit-stats .stat-box .bar-label .stat-number {
    font-size: 12px;
  }
}
.box-info .profit-stats .stat-box .bar-label > :nth-child(2) {
  font-size: 11px;
  align-self: flex-start;
  padding: 0;
}
.box-info .profit-stats .stat-box .bar {
  width: 14px;
  height: 55px;
  background: #FCD4DA;
  border: 1px solid #EF2845;
  position: absolute;
  top: 19px;
  right: 19px;
}
.box-info .profit-stats .stat-box .bar-status {
  background: #EF2845;
  width: 100%;
  height: 60%;
}
.box-info .profit-stats .stat-box .bar_green {
  background: #CDE7DF;
  border: 1px solid #229E6C;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.box-info .profit-stats .stat-box .bar-status-green {
  background: #229E6C;
  height: 50%;
}
.box-info .profit-stats .stat-box .num-label {
  margin: 0 0 -2px 20px;
  display: flex;
  flex-direction: column;
}
.box-info .profit-stats .stat-box .stat-chart {
  position: absolute;
  top: 19px;
  right: 19px;
}
.box-info .profit-stats .stat-box .stat-chart img {
  width: 100px;
}
.box-info .indicator-stats {
  justify-content: space-between;
}
.box-info .indicator-stats .stat-box-indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  white-space: nowrap;
}
.box-info .indicator-stats .stat-box {
  min-width: 140px;
}
.box-info .indicator-stats .stat-box .num-label {
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
@media screen and (max-width: 370px) and (min-width: 300px) {
  .box-info .indicator-stats .stat-box .stat_chart {
    margin-bottom: 5px;
  }
}

.chart-label {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (max-width: 1470px) and (min-width: 765px) {
  .user-sub-type {
    width: 40%;
  }
}
@media screen and (max-width: 764px) and (min-width: 300px) {
  .user-sub-type {
    width: 100%;
  }
}
.user-sub-type .stat-box {
  width: 200px;
  display: flex;
  flex-direction: column;
  padding: 20px 19px 0 19px;
  box-sizing: border-box;
}
@media screen and (max-width: 1470px) and (min-width: 300px) {
  .user-sub-type .stat-box {
    width: 100%;
  }
}
.user-sub-type .stat-box .stat-label {
  font-size: 15px;
}
.user-sub-type .stat-box .stat-slider {
  margin-bottom: 24px;
  display: flex;
  position: relative;
}
.user-sub-type .stat-box .stat-slider input {
  width: 100%;
  height: 4px;
  pointer-events: none;
}
.user-sub-type .stat-box .stat-slider .slider-edge {
  top: -3px;
  width: 14px;
  height: 14px;
  background-color: #4B6DF5;
  position: absolute;
  border-radius: 50%;
}
.user-sub-type .stat-box .stat-slider .slider-edge.end {
  right: 0;
  background-color: #CED8FB;
}

.d-block {
  display: block;
}
.d-block.important {
  display: block !important;
}

.text-bold {
  font-weight: 700;
}

.stat-box_bar {
  position: absolute;
  top: 20px;
  right: 19px;
}

.bar-v {
  position: relative;
  display: block;
  width: 12px;
  height: 53px;
  border: 1px solid;
}

.bar-v_inner {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}

.bar-v--red {
  border-color: #EF2845;
  background: #FCD4DA;
}

.bar-v--red .bar-v_inner {
  background: #EF2845;
}

.bar-v--green {
  border-color: #229E6C;
  background: #CDE7DF;
}

.bar-v--green .bar-v_inner {
  background: #229E6C;
}

.bar-v--top .bar-v_inner {
  top: 0;
}

.bar-v--bottom .bar-v_inner {
  bottom: 0;
}

.tooltip_tex-bold {
  font-weight: 700;
  display: block;
  margin-top: 1px;
}

.stat-box_bar.tooltip_theme--white .tippy-tooltip {
  width: 94px;
}

.tooltip_theme--white {
  z-index: 4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.tooltip_theme--white .tippy-tooltip {
  background-color: #fff;
  font-weight: 400;
  border-radius: 2px;
  font-family: Cairo, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #4C6EF5;
}

.tooltip_theme--white .tippy-content {
  padding: 4px 7px;
  max-width: 240px;
  border: 0.5px solid #4C6EF5;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.tooltip_theme--white .tippy-content p {
  margin-bottom: 0;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=top] .tippy-arrow {
  border-top-color: #fff;
  border-top-color: #4C6EF5;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=top] .tippy-arrow:after {
  content: "";
  display: block;
  border-width: 8px 8px 0;
  border-color: transparent;
  border-top-color: #fff;
  border-style: solid;
  transform: translateX(-50%);
  top: -9px;
  position: absolute;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=bottom] .tippy-arrow {
  border-bottom-color: #fff;
  border-bottom-color: #4C6EF5;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=bottom] .tippy-arrow:after {
  content: "";
  display: block;
  border-width: 0 8px 8px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  transform: translateX(-50%);
  top: 1px;
  position: absolute;
}

.trades-page .page-body iframe,
.trades-page .page-body canvas {
  font-family: Cairo, sans-serif !important;
}

.trades-page .page-body .chart-label {
  width: 100%;
}

.chartjs-tooltip_text {
  font-weight: 600;
}

.chartjs-tooltip_text span {
  font-weight: 400;
}

#chartjs-tooltip {
  padding: 2px 7px !important;
  font-family: "Cairo", sans-serif !important;
  background: #fff;
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #4C6EF5;
  border: 1px solid #4C6EF5;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  transform: translate3d(14px, -50%, 0px);
}

#chartjs-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -6px;
  border-width: 5px 5px 5px 0;
  border-color: transparent;
  border-right-color: #4C6EF5;
  border-style: solid;
}

#chartjs-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -5px;
  border-width: 5px 5px 5px 0;
  border-color: transparent;
  border-right-color: #fff;
  border-style: solid;
}

#chartjs-tooltip thead {
  display: none;
}

#chartjs-tooltip table {
  border-spacing: 0;
}

.stat-box_wrap-canvas {
  position: relative;
  width: 95px;
  margin-bottom: 12px;
}

.stat-nmbr {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-family: "Cairo", sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #393949;
}
@media screen and (max-width: 429px) and (min-width: 371px) {
  .stat-nmbr {
    top: 49%;
  }
}
@media screen and (max-width: 370px) and (min-width: 300px) {
  .stat-nmbr {
    top: 46%;
  }
}

.d-block {
  display: block;
}

.text-bold {
  font-weight: 700;
}

.stat-box_bar {
  position: absolute;
  top: 31px;
  right: 11px;
}
@media screen and (max-width: 1460px) and (min-width: 1100px) {
  .stat-box_bar {
    right: 46px;
  }
}
@media screen and (max-width: 765px) and (min-width: 600px) {
  .stat-box_bar {
    right: 46px;
  }
}

.bar-v {
  position: relative;
  display: block;
  width: 12px;
  height: 53px;
  border: 1px solid;
}

.bar-v_inner {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
}

.bar-v--red {
  border-color: #EF2845;
  background: #FCD4DA;
}

.bar-v--red .bar-v_inner {
  background: #EF2845;
}

.bar-v--green {
  border-color: #229E6C;
  background: #CDE7DF;
}

.bar-v--green .bar-v_inner {
  background: #229E6C;
}

.bar-v--top .bar-v_inner {
  top: 0;
}

.bar-v--bottom .bar-v_inner {
  bottom: 0;
}

.tooltip_tex-bold {
  font-weight: 700;
  display: block;
  margin-top: 1px;
}

.stat-box_bar.tooltip_theme--white .tippy-tooltip {
  width: 94px;
}

.tooltip_theme--white {
  z-index: 4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.tooltip_theme--white .tippy-tooltip {
  background-color: #fff;
  font-weight: 400;
  border-radius: 2px;
  font-family: Cairo, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #4C6EF5;
}

.tooltip_theme--white .tippy-content {
  padding: 4px 7px;
  max-width: 240px;
  border: 0.5px solid #4C6EF5;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.tooltip_theme--white .tippy-content p {
  margin-bottom: 0;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=top] .tippy-arrow {
  border-top-color: #fff;
  border-top-color: #4C6EF5;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=top] .tippy-arrow:after {
  content: "";
  display: block;
  border-width: 8px 8px 0;
  border-color: transparent;
  border-top-color: #fff;
  border-style: solid;
  transform: translateX(-50%);
  top: -9px;
  position: absolute;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=bottom] .tippy-arrow {
  border-bottom-color: #fff;
  border-bottom-color: #4C6EF5;
}

.tooltip_theme--white .tippy-tooltip[data-placement^=bottom] .tippy-arrow:after {
  content: "";
  display: block;
  border-width: 0 8px 8px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  transform: translateX(-50%);
  top: 1px;
  position: absolute;
}

.body-header-info {
  display: flex;
}
@media screen and (max-width: 420px) and (min-width: 300px) {
  .body-header-info {
    justify-content: space-between;
  }
}
.body-header-info .info-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) and (min-width: 300px) {
  .body-header-info .info-item {
    margin-right: 0 !important;
  }
}
.body-header-info .info-item .info-text {
  margin-left: 12px;
}
@media screen and (max-width: 360px) and (min-width: 320px) {
  .body-header-info .info-item .info-text {
    margin-left: 0px;
  }
}
.body-header-info .info-item .info-text p:first-child {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #393949;
}
@media screen and (max-width: 360px) and (min-width: 300px) {
  .body-header-info .info-item .info-text p:first-child {
    font-size: 12px;
  }
}
.body-header-info .info-item .info-text p:last-child {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  letter-spacing: 0.2px;
  color: #393949;
  opacity: 0.5;
}
@media screen and (max-width: 350px) and (min-width: 300px) {
  .body-header-info .info-item .info-text p:last-child {
    font-size: 8px;
  }
}
.body-header-info .info-item:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 350px) and (min-width: 320px) {
  .body-header-info .info-item:last-child > img {
    margin-right: 5px;
    width: 70%;
  }
}
.body-header-info .info-item .syncImg {
  cursor: pointer;
  padding: 7px;
  background: #dee1e7a6;
  border-radius: 6px;
}
.body-header-info .info-item .syncImg:hover {
  background: #DEE1E7;
}
@media screen and (max-width: 360px) and (min-width: 320px) {
  .body-header-info .info-item img {
    margin-right: 5px;
  }
}

.body-header-title {
  display: flex;
  align-items: center;
}
.body-header-title .title-name {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 45px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #393949;
  margin-left: 20px;
}

.wrap-menu-tabs {
  justify-content: space-between;
  display: block;
}
@media screen and (max-width: 1100px) and (min-width: 300px) {
  .wrap-menu-tabs {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .wrap-menu-tabs {
    display: none;
  }
}

hr {
  margin-top: 17px;
  width: 100%;
  opacity: 0.3;
  border: 0.5px solid #74798C;
  margin-left: 0px;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  hr {
    display: none;
  }
}

.body-tabs {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1100px) and (min-width: 300px) {
  .body-tabs {
    flex-direction: column;
  }
}
.body-tabs .body-tabs-title-responsive {
  display: none;
  padding: 0;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .body-tabs .body-tabs-title-responsive {
    display: block;
    background: #E8ECFC;
    border-radius: 5px;
    padding: 7px 20px 7px 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
  }
}
.body-tabs .body-tabs-title-responsive li {
  list-style: none;
  display: none;
  position: relative;
}
.body-tabs .body-tabs-title-responsive li.active {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #4C6EF5;
}
.body-tabs .body-tabs-title-responsive p:after {
  position: absolute;
  content: url("../img/Vector.svg");
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.body-tabs .body-tabs-title-responsive.rotate :after {
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.5s;
}
.body-tabs .new-body-tabs-title-responsive {
  display: none;
  padding: 0;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .body-tabs .new-body-tabs-title-responsive {
    display: block;
    background: #E8ECFC;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
  }
}
.body-tabs .new-body-tabs-title-responsive li {
  list-style: none;
  display: none;
  position: relative;
}
.body-tabs .new-body-tabs-title-responsive li.active {
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #4C6EF5;
}
.body-tabs .new-body-tabs-title-responsive p:after {
  position: absolute;
  content: url("../img/Vector.svg");
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.body-tabs .new-body-tabs-title-responsive.rotate :after {
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.5s;
}
.body-tabs .new-body-tab-list {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .body-tabs .new-body-tab-list {
    display: none;
  }
}
.body-tabs .body-tabs-list {
  display: flex;
  margin: 0;
  padding: 0;
}
.body-tabs .body-tabs-list li.active {
  background-color: #E8ECFC;
  padding: 3px 10px;
  border-radius: 10px;
  font-weight: 500;
  color: #4C6EF5;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .body-tabs .body-tabs-list {
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(116, 121, 140, 0.25);
    border-radius: 5px;
    width: 41%;
    position: absolute;
    top: 48px;
    display: none;
    z-index: 3;
  }
}
.body-tabs .body-tabs-list.active {
  display: flex !important;
}
@media screen and (max-width: 620px) and (min-width: 300px) {
  .body-tabs .body-tabs-list {
    width: 100%;
  }
}
.body-tabs .body-tabs-list li {
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  display: flex;
  align-items: center;
  opacity: 0.7;
  margin-right: 34px;
  color: #74798C;
}
.body-tabs .body-tabs-list li a {
  color: #74798C;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .body-tabs .body-tabs-list li {
    font-size: 14px;
    line-height: 26px;
    color: #5A5B6D;
    padding: 7px 0 7px 20px;
  }
}
.body-tabs .body-tabs-list li.active {
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #4C6EF5;
  position: relative;
}
.body-tabs .body-tabs-list li.active a {
  color: #4C6EF5;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .body-tabs .body-tabs-list li.active {
    font-size: 14px;
    line-height: 26px;
    color: #5A5B6D;
  }
}
.body-tabs .body-tabs-list li.active:after {
  content: "";
  display: block;
  background: #4C6EF5;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .body-tabs .body-tabs-list li.active:after {
    display: flex;
  }
}
.body-tabs .body-tabs-list li:nth-child(5) {
  margin-right: 24px;
}

.reportTabContainer {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
.reportTabContainer .body-tabs {
  margin-top: 0px !important;
}

.tabs-lower ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .tabs-lower ul li {
    margin: 0;
  }
}
.tabs-lower ul li p {
  font-size: 16px;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .tabs-lower ul li p {
    font-size: 14px;
  }
}
.tabs-lower ul li.active-tabs p {
  color: #4C6EF5;
  background: #E8ECFC;
  border-left: 4px solid #4C6EF5;
  padding: 12px;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .tabs-lower ul li.active-tabs p {
    font-size: 14px;
    line-height: 26px;
    color: #5A5B6D;
    background: none;
    padding: 0;
  }
}
.tabs-lower ul li.tabs p {
  border-left: 4px solid #12101024 !important;
  padding: 12px !important;
}

.trade-activity-container .new-shadow {
  border-radius: 20px;
}

.trade-label {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trade-label .trade-label-exportWrapper {
  display: flex;
  justify-content: flex-start !important;
  gap: 17px;
}
.trade-label .trade-label-exportWrapper .trade-export {
  background: #4c6ef5;
  border: transparent;
  color: white;
  border-radius: 16px;
  padding: 0px 15px;
  margin: 3px 0px;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.trade-label .deleteIconStyle {
  margin-right: 5px;
}
.trade-label p {
  font-weight: bold;
  font-size: 18px;
}

.trade-activity-grid {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .trade-activity-grid {
    overflow-y: auto;
  }
}
.trade-activity-grid .trade-activity-body-wrap:nth-child(odd) {
  background: #FFFFFF;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .trade-activity-grid .trade-activity-body-wrap:nth-child(odd) {
    width: 1125px;
  }
}
.trade-activity-grid .trade-activity-body-wrap:nth-child(even) {
  background: #F5F6FA;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .trade-activity-grid .trade-activity-body-wrap:nth-child(even) {
    width: 1125px;
  }
}
.trade-activity-grid a:hover {
  box-shadow: 0px 0px 4px rgba(76, 110, 245, 0.25);
  position: relative;
  z-index: 1;
}
.trade-activity-grid .status.positive p {
  color: green;
  background: rgba(34, 158, 108, 0.2);
  border-radius: 4px;
  border: none;
  height: 25px;
  line-height: 25px;
  width: auto;
}
.trade-activity-grid .status {
  align-self: center;
}
.trade-activity-grid .status p {
  width: 52px;
  text-align: center;
  align-self: center;
}
.trade-activity-grid .status.negative p {
  color: red;
  background: rgba(239, 40, 69, 0.2);
  border-radius: 4px;
  border: none;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: auto;
}
.trade-activity-grid .currency.positive p {
  color: #16C784;
  font-weight: 500;
}
.trade-activity-grid .currency.negative p {
  color: #ea3943;
  font-weight: 500;
}
.trade-activity-grid .tags button {
  color: #4C6EF5;
  background: #E8ECFC;
  border-radius: 4px;
  border: none;
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  align-self: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-grid .tags button {
    width: 100%;
  }
}
.trade-activity-grid .responsive-title {
  margin-right: 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  color: #74798C;
}
.trade-activity-grid .trade-activity-header_goals {
  display: flex;
  flex-direction: row;
  height: 50px;
  box-sizing: border-box;
}
.trade-activity-grid .trade-activity-header_goals p {
  font-size: 12px;
  color: gray;
  align-items: center;
  letter-spacing: 0.2px;
  line-height: 50px;
}
.trade-activity-grid .trade-activity-grid_goals {
  display: flex;
  flex-direction: row;
  height: 50px;
}
.trade-activity-grid .trade-activity-grid_goals p {
  font-size: 14px;
  color: #393949;
  align-items: center;
  letter-spacing: 0.2px;
  line-height: 50px;
}
@media screen and (max-width: 350px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals p {
    font-size: 13px;
  }
}
.trade-activity-grid .trade-activity-grid_goals > :nth-child(1) {
  width: 21%;
  padding-left: 30px;
}
@media screen and (max-width: 900px) and (min-width: 651px) {
  .trade-activity-grid .trade-activity-grid_goals > :nth-child(1) {
    width: 35%;
  }
}
@media screen and (max-width: 650px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals > :nth-child(1) {
    width: 45%;
  }
}
@media screen and (max-width: 449px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals > :nth-child(1) {
    width: 50%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 350px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals > :nth-child(1) {
    width: 55%;
    padding-left: 5px;
  }
}
.trade-activity-grid .trade-activity-grid_goals :nth-child(2) {
  width: 12%;
}
@media screen and (max-width: 449px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals :nth-child(2) {
    width: 20%;
  }
}
@media screen and (max-width: 350px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals :nth-child(2) {
    width: 18%;
  }
}
.trade-activity-grid .trade-activity-grid_goals :nth-child(3) {
  width: 64%;
}
@media screen and (max-width: 650px) and (min-width: 450px) {
  .trade-activity-grid .trade-activity-grid_goals :nth-child(3) {
    width: 25%;
  }
}
@media screen and (max-width: 449px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals :nth-child(3) {
    width: 15%;
  }
}
@media screen and (max-width: 350px) and (min-width: 300px) {
  .trade-activity-grid .trade-activity-grid_goals :nth-child(3) {
    width: 14%;
  }
}
.trade-activity-grid .trade-activity-grid_goals :nth-child(3) img {
  margin-right: 10px;
}

.trade-activity-grid_goals-wrap {
  margin-bottom: 20px;
}
.trade-activity-grid_goals-wrap > div:nth-child(even) {
  background-color: rgba(245, 246, 250, 0.63);
  margin-bottom: 1px;
}

.trade-label-goals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.trade-label-goals_btn {
  padding: 3px 17px 2px 17px;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  background: #4C6EF5;
  border-radius: 5px;
  margin-right: 29px;
  font-family: "Cairo";
}

.trade-activity-header {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.63);
  height: 50px;
  box-sizing: border-box;
  text-align: right;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-header {
    display: none;
  }
}
.trade-activity-header p {
  font-size: 12px;
  color: gray;
  align-items: center;
  letter-spacing: 0.2px;
  line-height: 50px;
}
.trade-activity-header > :nth-child(1) {
  padding-left: 30px;
}

@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-body-wrap {
    margin-bottom: 8px;
    position: relative;
    top: -3px;
  }
}

.trade-activity-body {
  margin-bottom: 1px;
  display: flex;
  flex-direction: row;
  height: 50px;
  text-align: right;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-body {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.025);
    border-radius: 5px;
    height: fit-content;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    display: none;
    flex-wrap: wrap;
  }
}
.trade-activity-body.active {
  display: flex;
}
.trade-activity-body > div {
  display: flex;
}
.trade-activity-body p {
  font-size: 14px;
  color: #393949;
  align-items: center;
  letter-spacing: 0.2px;
  line-height: 50px;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-body p {
    line-height: 24px;
  }
}
.trade-activity-body .tags p {
  color: #4C6EF5;
  background: #E8ECFC;
  border-radius: 4px;
  border: none;
  line-height: 18px;
  align-self: center;
  font-size: 11px;
  text-align: center;
  padding: 0 8px;
  width: 100px;
  margin-right: 4px;
}

.activity-header-responsive {
  background: #F5F6FA;
  border: 1px solid #EFF1FA;
  border-radius: 5px;
  padding: 9px 25px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: none;
  z-index: 2;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .activity-header-responsive {
    display: flex;
  }
}
@media screen and (max-width: 350px) and (min-width: 300px) {
  .activity-header-responsive {
    padding: 9px 15px;
  }
}
.activity-header-responsive > :nth-child(1) {
  width: 28%;
}
.activity-header-responsive > :nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 350px) and (min-width: 300px) {
  .activity-header-responsive > :nth-child(2) {
    width: 60%;
  }
}
.activity-header-responsive:after {
  position: absolute;
  content: url("../img/Vector.svg");
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  transition: all 0.5s;
}
.activity-header-responsive.rotate:after {
  transform: rotate(180deg);
  top: 39%;
}

.trade-activity-body-title {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  align-items: center;
  letter-spacing: 0.2px;
  color: #74798C;
  font-family: "Cairo", sans-serif;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-body-title {
    display: flex;
  }
}

@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > div {
    margin-top: 20px;
  }
}
.trade-activity-trades > :nth-child(1) {
  width: 11%;
  padding-left: 30px;
  box-sizing: border-box;
}
.trade-activity-trades > :nth-child(1) > p {
  text-align: center;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(1) {
    display: none;
  }
}
.trade-activity-trades > :nth-child(2) {
  width: 14%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(2) {
    width: 50%;
    order: 1;
  }
}
.trade-activity-trades > :nth-child(3) {
  width: 9%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(3) {
    width: 30%;
    order: 2;
  }
}
.trade-activity-trades > :nth-child(4) {
  width: 8%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(4) {
    width: 15%;
    order: 3;
  }
}
.trade-activity-trades > :nth-child(5) {
  width: 6%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(5) {
    width: 15%;
    order: 6;
  }
}
.trade-activity-trades > :nth-child(6) {
  width: 8%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(6) {
    width: 50%;
    order: 4;
  }
}
.trade-activity-trades > :nth-child(7) {
  width: 8%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(7) {
    width: 30%;
    order: 5;
  }
}
.trade-activity-trades > :nth-child(8) {
  min-width: 5%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(8) {
    display: none;
  }
}
.trade-activity-trades > :nth-child(9) {
  width: 8%;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(9) {
    display: none;
  }
}
.trade-activity-trades > :nth-child(10) {
  width: 19%;
  margin-left: 50px;
  justify-content: center;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(10) {
    order: 7;
    width: 100%;
  }
}
.trade-activity-trades > :nth-child(11) {
  width: 13%;
  padding-right: 10px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .trade-activity-trades > :nth-child(11) {
    order: 8;
    flex-direction: row;
    display: flex;
    width: 100%;
  }
}

.tags {
  position: relative;
}
.tags .hover {
  display: none;
  position: absolute;
  bottom: -55px;
  z-index: 1;
  left: 50%;
  transform: translate(-53%, 32%);
  background: #fff;
  border-radius: 2px;
  border: 1px solid #4C6EF5;
  padding: 7px 7px 10px 10px;
  text-align: center;
  width: 100% !important;
  color: #4C6EF5;
}
.tags .hover:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #4C6EF5;
  border-left: 1px solid #4C6EF5;
  transform: rotate(135deg) translate(0px, 50%);
  background: #fff;
  position: absolute;
  top: -6px;
  left: 50%;
  top: -2px;
}
.tags p:hover + .hover {
  display: block;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .tags p:hover + .hover {
    display: none;
  }
}

.blackout {
  background: rgba(57, 57, 73, 0.5);
  box-shadow: 4px 0px 4px rgba(43, 45, 55, 0.01);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 12;
  top: 0;
  left: 0;
  display: none;
}
.blackout.active {
  display: block;
}

.page-body {
  width: calc(100% - 315px);
  height: 100%;
  padding-left: 285px;
}
@media screen and (max-width: 1430px) and (min-width: 300px) {
  .page-body {
    margin: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px;
  }
}
@media screen and (max-width: 500px) and (min-width: 300px) {
  .page-body {
    padding: 0 15px;
  }
}

.integrations > :nth-child(odd) {
  background: #FFFFFF;
}
.integrations > :nth-child(even) {
  background: #F5F6FA;
}

.integrations-wrap {
  width: 100%;
  position: relative;
  padding: 10px 0 9px;
}
@media screen and (max-width: 750px) and (min-width: 371px) {
  .integrations-wrap {
    padding: 10px 20px 9px;
  }
}
@media screen and (max-width: 370px) and (min-width: 300px) {
  .integrations-wrap {
    padding: 10px 7px 9px;
  }
}
.integrations-wrap a {
  color: #393949;
}

.integrations-wrap-header {
  flex-direction: row;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}

.integrations-wrap-header > p {
  padding: 13px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #74798C;
}

.integrations-wrap-header > p:nth-child(1) {
  padding-left: 30px;
  width: 139px;
  box-sizing: content-box;
}

.integrations-wrap-header > p:nth-child(2) {
  width: 182px;
}

.integrations-wrap-header > p:nth-child(3) {
  width: 112px;
}

.integrations-wrap-header > p:nth-child(4) {
  width: 182px;
}

.integrations-wrap-header > p:nth-child(5) {
  width: 143px;
}

.integrations-wrap a {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.integrations-wrap a:hover {
  box-shadow: 0px 0px 4px rgba(76, 110, 245, 0.25);
  position: relative;
  z-index: 1;
}

.integrations-wrap a:visited {
  color: inherit;
}

.integrations-wrap a > div {
  padding: 10px 0 9px;
}

.integrations_select_block {
  position: absolute;
  z-index: 1;
  top: 0px;
  transform: translate(0, 50%);
  right: 30px;
}

.integrations_small-grey {
  display: block;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #393949;
  opacity: 0.5;
}

.integrations_logo {
  width: 60px;
  height: 36px;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 30px;
  align-self: center;
}
@media screen and (max-width: 750px) and (min-width: 300px) {
  .integrations_logo {
    background-position: 0px;
  }
}

.integrations_logo1 {
  padding-left: 20px;
}

.integrations_name .integrations_small-grey {
  margin-top: 7px;
}

.integrations_balance {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.integrations_balance_l {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.integrations_balance_img {
  margin: 0 12px 0 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/integrations/sync.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.integrations_demo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.integrations_demo > div {
  margin: 10px;
}

.integrations_demo_l {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.integrations_demo_img {
  width: 20.57px;
  height: 24px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.integrations_small-black {
  display: block;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #393949;
}

.integrations_select {
  position: relative;
  display: inline-block;
}

.integrations_select:before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 15px;
  right: 18px;
  width: 10px;
  height: 7px;
  background-image: url(../img/integrations/arrow.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.integrations_select select {
  display: block;
  margin: 0 0 0;
  padding: 0 33px 0 20px;
  width: 80px;
  height: 35px;
  background: #E8ECFC;
  border-radius: 4px;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4C6EF5;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.integrations_select select::-ms-expand {
  display: none;
}

.integrations_select option {
  background: #fff;
  outline: none !important;
}

.integrations_btn {
  margin: 38px 0 0;
  padding: 0 0 0 26px;
  position: relative;
  width: 187px;
  height: 40px;
  background: #4C6EF5;
  border-radius: 4px;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF !important;
  transition: all 0.2s;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer;
}

.integrations_btn:hover {
  opacity: 0.75;
}

.integrations_btn_ico {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 19px;
  background-image: url(../img/integrations/plus.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.integrations {
  margin-top: 27px;
  box-sizing: border-box;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.integrations_tbl {
  width: 100%;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  color: #393949;
  border: none !important;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.03);
}

.record-block {
  margin-top: 51px;
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  .record-block {
    width: 100%;
    margin-top: 20px;
  }
}
.record-block .record-wrap {
  background: #fff;
  padding: 30px;
}
.record-block .record-wrap textarea {
  width: 100%;
  height: 100px;
  outline: none;
  resize: none;
  overflow: auto;
  padding: 20px 18px;
  border: #ccc;
  background: #f1f5f9;
  border: 1px solid rgba(76, 110, 245, 0.2);
  border-radius: 4px;
  font-size: 14px;
  font-family: Cairo;
  letter-spacing: 0.2px;
  box-sizing: border-box;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
  /* Firefox 64 */
  overflow: -moz-scrollbars-none;
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0;
}

.scroll-vertical::-webkit-scrollbar {
  -webkit-appearance: scrollbarthumb-vertical;
}

.scroll-vertical::-webkit-scrollbar {
  -webkit-appearance: scrollbartrack-vertical;
}

.scroll-vertical::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  max-height: 4px;
}

.scroll-vertical::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}

.text-uppercase {
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.flex-self-start {
  align-self: start;
}

.flex-self-end {
  align-self: end;
}

.space-evently {
  justify-content: space-evenly;
}

.space-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.flex-align-items-start {
  align-items: start;
}

div#editor {
  background: white;
}

table {
  width: 100%;
  font-weight: 100;
  background: white;
  border-spacing: 0;
  border-radius: 20px;
}
table.fixed-layout {
  table-layout: fixed;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
table th {
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #1D1B23;
  letter-spacing: 0.2px;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.63);
}
table th:first-child {
  border-top-left-radius: 20px;
  overflow: hidden !important;
}
table th:last-child {
  border-top-right-radius: 20px;
  overflow: hidden !important;
}
table td {
  padding: 5px;
  margin-bottom: 1px;
  height: 50px;
  width: 100px;
  font-size: 14px;
  color: #1D1B24;
  font-weight: 400;
  align-items: center;
  letter-spacing: 0.2px;
}
table td p {
  margin: auto;
}

.tags p {
  color: #4C6EF5;
  background: #E8ECFC;
  border-radius: 4px;
  border: none;
  height: 25px;
  line-height: 25px;
  align-self: center;
  font-size: 11px;
  text-align: center;
  padding: 0 8px;
  width: 100px;
  display: inline-block;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tags p:empty {
  display: none;
}

.status.positive p {
  background: rgba(34, 158, 108, 0.2);
  line-height: 25px;
  color: green;
  border-radius: 4px;
  border: none;
  height: 25px;
  width: auto;
}

.status {
  align-self: center;
}
.status p {
  width: 52px;
  text-align: center;
  align-self: center;
}

.status.negative p {
  background: rgba(239, 40, 69, 0.2);
  font-size: 14px;
  line-height: 25px;
  color: red;
  border-radius: 4px;
  border: none;
  width: auto;
  height: 25px;
}

.pointer {
  cursor: pointer;
}

table.dataTable tbody tr:hover {
  background-color: #f2f6ff;
}

tbody > tr > td:hover {
  color: #4b6df5;
  font-weight: 200;
}

.currency.positive p {
  color: #16C784;
  font-weight: 500;
}

.currency.negative p {
  color: #ea3943;
  font-weight: 500;
}

.avatar {
  border-radius: 50%;
}

.avatar-96 {
  width: 96px;
  height: 96px;
}

.hidden {
  display: none !important;
}

.card-like {
  margin: 20px 0 0 0;
  padding: 70px;
  font-family: "Cairo", sans-serif;
}
.card-like.compact {
  padding: 0 50px 50px 50px;
  margin-top: 90px;
}
.card-like.simple {
  margin-top: 0;
  padding: 30px;
}
.card-like.white {
  border-radius: 5px;
  border: 1px solid #eeeeee;
  background: #FFFFFF;
}

.card-like1 {
  padding: 32px;
  font-family: "Cairo", sans-serif;
}
.card-like1.compact {
  padding: 50px;
}
.card-like1.simple {
  margin-top: 0;
  padding: 30px;
}
.card-like1.white {
  border-radius: 5px;
  border: 1px solid #eeeeee;
  background: #FFFFFF;
}

.inputWrapper, .field input {
  color: #303949;
  font-weight: normal;
  font-size: 16px;
  font-family: Cairo, sans-serif;
  line-height: 22px;
  height: 46px;
  padding-left: 15px;
  background: #FFFFFF;
  border-style: solid;
  border-color: #d6dce2;
  border-radius: 5px;
  border-width: 1px;
  width: 100%;
  box-sizing: border-box;
}
.inputWrapper.centeredContent, .field input.centeredContent {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
}
.inputWrapper::placeholder, .field input::placeholder {
  color: #393949;
  opacity: 0.3;
}

.account_legend, .field .label_input {
  color: #74798C;
  opacity: 0.7;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  font-family: Cairo, sans-serif;
  margin-bottom: 3px;
}

.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.btn {
  border: none;
  background: #4C6EF5;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  color: white;
}
.btn:hover {
  background: #2851F3;
}
.btn.compact {
  margin-top: 10px !important;
}
.btn.danger {
  background: #fde6e9;
  border: 1px solid #EF2845;
  font-weight: 500;
}
.btn.is-text {
  background: none;
  color: #4C6EF5;
}
.btn.filled {
  background: #4C6EF5 !important;
  color: white !important;
}
.btn.bordered {
  border: 1px solid #4C6EF5;
}

.ma-auto {
  margin: auto;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-100 {
  width: 100%;
}

button {
  cursor: pointer;
}
button.has-text {
  border: none;
  background: none;
}

.danger {
  color: #EF2845;
}

@media screen and (max-width: 858px) {
  .small-column {
    flex-direction: column;
  }
}
.swal2-html-container {
  padding: 2em 1.6em 0.3em !important;
}

.pl-1em {
  padding-left: 1em;
}

.no-list {
  list-style-type: none;
}

.pa-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.mt-0 {
  margin-top: 0;
}

.pt-50 {
  padding-top: 50px;
}

.lighter {
  font-weight: lighter;
}

.bolder {
  font-weight: 500;
}

.ucFirst::first-letter {
  text-transform: uppercase;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert:empty {
  display: none;
}

.loading {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
@keyframes loader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.loading .loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading .loader div {
  position: absolute;
  border: 4px solid #4C6EF5;
  opacity: 1;
  border-radius: 50%;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading .loader div:nth-child(2) {
  animation-delay: -0.5s;
}

.boolean-list {
  display: flex;
  align-items: center;
  width: auto;
  position: relative;
  z-index: 1;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: white;
  margin: 0 0 1em;
}
.boolean-list label {
  margin: 0;
  float: left;
  display: block;
  width: 50%;
  border-radius: 4px;
  padding: 4px 0;
  text-align: center;
  color: #333;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  overflow: visible;
  cursor: pointer;
  user-select: none;
}
.boolean-list label:before {
  background: rgba(232, 236, 252, 0.5);
  transition: all 0.2s ease-in-out;
  display: block;
  content: " ";
  position: absolute;
  top: 1px;
  right: 0%;
  bottom: 1px;
  left: 50%;
  border-radius: 3px;
  z-index: -1;
  opacity: 0;
}
.boolean-list label:after {
  content: " ";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  outline: 0;
  border-radius: 5px;
  display: block;
  z-index: -1;
  opacity: 0;
}
.boolean-list label:hover {
  background: rgba(0, 0, 0, 0.15);
}
.boolean-list input {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.boolean-list input:checked + label {
  font-weight: 500;
}
.boolean-list input:checked + label:hover {
  background: transparent;
  cursor: default;
}
.boolean-list input:checked + label:before {
  opacity: 1;
}
.boolean-list input:focus + label, .boolean-list input:active + label:after {
  opacity: 1;
}
.boolean-list input:nth-child(2) + label:before {
  right: 0%;
  left: 50%;
}
.boolean-list input:nth-child(2):checked + label:before {
  right: 50%;
  left: 1px;
}
.boolean-list input:nth-child(4) + label:before {
  right: 50%;
  left: 0%;
}
.boolean-list input:nth-child(4):checked + label:before {
  right: 1px;
  left: 50%;
}

.mt-0 {
  margin-top: 0px;
}
.mt-0.important {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px;
}
.pt-0.important {
  padding-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-0.important {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px;
}
.pb-0.important {
  padding-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px;
}
.ml-0.important {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px;
}
.pl-0.important {
  padding-left: 0px !important;
}

.mr-0 {
  margin-right: 0px;
}
.mr-0.important {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px;
}
.pr-0.important {
  padding-right: 0px !important;
}

.m-0 {
  margin: 0px;
}
.m-0.important {
  margin: 0px !important;
}

.p-0 {
  padding: 0px;
}
.p-0.important {
  padding: 0px !important;
}

.mt-3 {
  margin-top: 3px;
}
.mt-3.important {
  margin-top: 3px !important;
}

.pt-3 {
  padding-top: 3px;
}
.pt-3.important {
  padding-top: 3px !important;
}

.mb-3 {
  margin-bottom: 3px;
}
.mb-3.important {
  margin-bottom: 3px !important;
}

.pb-3 {
  padding-bottom: 3px;
}
.pb-3.important {
  padding-bottom: 3px !important;
}

.ml-3 {
  margin-left: 3px;
}
.ml-3.important {
  margin-left: 3px !important;
}

.pl-3 {
  padding-left: 3px;
}
.pl-3.important {
  padding-left: 3px !important;
}

.mr-3 {
  margin-right: 3px;
}
.mr-3.important {
  margin-right: 3px !important;
}

.pr-3 {
  padding-right: 3px;
}
.pr-3.important {
  padding-right: 3px !important;
}

.m-3 {
  margin: 3px;
}
.m-3.important {
  margin: 3px !important;
}

.p-3 {
  padding: 3px;
}
.p-3.important {
  padding: 3px !important;
}

.mt-5 {
  margin-top: 5px;
}
.mt-5.important {
  margin-top: 5px !important;
}

.pt-5 {
  padding-top: 5px;
}
.pt-5.important {
  padding-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px;
}
.mb-5.important {
  margin-bottom: 5px !important;
}

.pb-5 {
  padding-bottom: 5px;
}
.pb-5.important {
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px;
}
.ml-5.important {
  margin-left: 5px !important;
}

.pl-5 {
  padding-left: 5px;
}
.pl-5.important {
  padding-left: 5px !important;
}

.mr-5 {
  margin-right: 5px;
}
.mr-5.important {
  margin-right: 5px !important;
}

.pr-5 {
  padding-right: 5px;
}
.pr-5.important {
  padding-right: 5px !important;
}

.m-5 {
  margin: 5px;
}
.m-5.important {
  margin: 5px !important;
}

.p-5 {
  padding: 5px;
}
.p-5.important {
  padding: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}
.mt-10.important {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px;
}
.pt-10.important {
  padding-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-10.important {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-10.important {
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px;
}
.ml-10.important {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px;
}
.pl-10.important {
  padding-left: 10px !important;
}

.mr-10 {
  margin-right: 10px;
}
.mr-10.important {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px;
}
.pr-10.important {
  padding-right: 10px !important;
}

.m-10 {
  margin: 10px;
}
.m-10.important {
  margin: 10px !important;
}

.p-10 {
  padding: 10px;
}
.p-10.important {
  padding: 10px !important;
}

.mt-15 {
  margin-top: 15px;
}
.mt-15.important {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px;
}
.pt-15.important {
  padding-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px;
}
.mb-15.important {
  margin-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px;
}
.pb-15.important {
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px;
}
.ml-15.important {
  margin-left: 15px !important;
}

.pl-15 {
  padding-left: 15px;
}
.pl-15.important {
  padding-left: 15px !important;
}

.mr-15 {
  margin-right: 15px;
}
.mr-15.important {
  margin-right: 15px !important;
}

.pr-15 {
  padding-right: 15px;
}
.pr-15.important {
  padding-right: 15px !important;
}

.m-15 {
  margin: 15px;
}
.m-15.important {
  margin: 15px !important;
}

.p-15 {
  padding: 15px;
}
.p-15.important {
  padding: 15px !important;
}

.mt-20 {
  margin-top: 20px;
}
.mt-20.important {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px;
}
.pt-20.important {
  padding-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-20.important {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px;
}
.pb-20.important {
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px;
}
.ml-20.important {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px;
}
.pl-20.important {
  padding-left: 20px !important;
}

.mr-20 {
  margin-right: 20px;
}
.mr-20.important {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px;
}
.pr-20.important {
  padding-right: 20px !important;
}

.m-20 {
  margin: 20px;
}
.m-20.important {
  margin: 20px !important;
}

.p-20 {
  padding: 20px;
}
.p-20.important {
  padding: 20px !important;
}

.mt-25 {
  margin-top: 25px;
}
.mt-25.important {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px;
}
.pt-25.important {
  padding-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px;
}
.mb-25.important {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px;
}
.pb-25.important {
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px;
}
.ml-25.important {
  margin-left: 25px !important;
}

.pl-25 {
  padding-left: 25px;
}
.pl-25.important {
  padding-left: 25px !important;
}

.mr-25 {
  margin-right: 25px;
}
.mr-25.important {
  margin-right: 25px !important;
}

.pr-25 {
  padding-right: 25px;
}
.pr-25.important {
  padding-right: 25px !important;
}

.m-25 {
  margin: 25px;
}
.m-25.important {
  margin: 25px !important;
}

.p-25 {
  padding: 25px;
}
.p-25.important {
  padding: 25px !important;
}

.mt-30 {
  margin-top: 30px;
}
.mt-30.important {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px;
}
.pt-30.important {
  padding-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px;
}
.mb-30.important {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px;
}
.pb-30.important {
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px;
}
.ml-30.important {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px;
}
.pl-30.important {
  padding-left: 30px !important;
}

.mr-30 {
  margin-right: 30px;
}
.mr-30.important {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px;
}
.pr-30.important {
  padding-right: 30px !important;
}

.m-30 {
  margin: 30px;
}
.m-30.important {
  margin: 30px !important;
}

.p-30 {
  padding: 30px;
}
.p-30.important {
  padding: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}
.mt-40.important {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px;
}
.pt-40.important {
  padding-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px;
}
.mb-40.important {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px;
}
.pb-40.important {
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px;
}
.ml-40.important {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px;
}
.pl-40.important {
  padding-left: 40px !important;
}

.mr-40 {
  margin-right: 40px;
}
.mr-40.important {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px;
}
.pr-40.important {
  padding-right: 40px !important;
}

.m-40 {
  margin: 40px;
}
.m-40.important {
  margin: 40px !important;
}

.p-40 {
  padding: 40px;
}
.p-40.important {
  padding: 40px !important;
}

.mt-50 {
  margin-top: 50px;
}
.mt-50.important {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px;
}
.pt-50.important {
  padding-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px;
}
.mb-50.important {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px;
}
.pb-50.important {
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px;
}
.ml-50.important {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px;
}
.pl-50.important {
  padding-left: 50px !important;
}

.mr-50 {
  margin-right: 50px;
}
.mr-50.important {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px;
}
.pr-50.important {
  padding-right: 50px !important;
}

.m-50 {
  margin: 50px;
}
.m-50.important {
  margin: 50px !important;
}

.p-50 {
  padding: 50px;
}
.p-50.important {
  padding: 50px !important;
}

@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .hide-md {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .show-xs {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .show-sm {
    display: block !important;
  }
}
@media screen and (max-width: 992px) {
  .show-md {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .show-lg {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .small-text-center {
    text-align: center;
  }
}
.limit-width {
  max-width: 1440px;
}

.aspect-ratio-16-9 {
  aspect-ratio: 16/9;
  max-width: 100%;
}

.default_add_btn {
  display: flex;
  border-radius: 5px;
  background-color: #4C6EF5;
  margin: 13px 0 0;
  width: 100%;
  height: 32px;
  text-align: center;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
  transition: all 0.2s;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  place-content: center;
}
.default_add_btn p {
  color: white;
  padding-left: 13px;
  font-size: 14px;
  line-height: 14px;
}
@media screen and (max-width: 600px) {
  .default_add_btn p {
    display: none;
  }
}

.iconCheck {
  color: #27C397 !important;
}

.alert-box {
  margin-bottom: 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 8px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.failure {
  color: #4C6EF5;
  background-color: #4C6EF5;
  color: #FFFFFF;
}

.proVersion {
  padding: 3em;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.card-main {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.flex-center-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainRow {
  display: flex;
}

.box {
  padding: 30px 20px;
  margin: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 1px solid #eeeeee;
  color: black;
  cursor: pointer;
  min-width: 214px;
}

.head {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.headL {
  margin-right: 10px;
}

.headR {
  display: flex;
  align-items: center;
  background-color: #5777F7;
  font-size: 12px;
  font-weight: 500;
  margin: 6px 0px;
  color: #FFFFFF;
  padding: 0px 10px 0px 10px;
  border-radius: 4px;
}

.boxboarder {
  border: 2.5px solid #5777F7;
}

.button-try {
  font-size: 18px;
  background-color: #5777F7;
  padding: 5px 16px 5px 16px;
  cursor: pointer;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 4px;
}

.font-small {
  font-size: 15px;
}

.font-normal {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .font-normal {
    font-size: 14px;
  }
}

.font-big {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .font-big {
    font-size: 22px;
    line-height: 36px;
  }
}

.font-extra-big {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .font-extra-big {
    font-size: 32px;
    line-height: 36px;
  }
}

.font-color-blue {
  color: #5777F7;
}

.font-color-black {
  color: #000000;
}

.mtrl {
  margin: 0px 10px;
}

.max30 {
  width: 20% !important;
}
@media screen and (max-width: 600px) {
  .max30 {
    width: auto !important;
  }
}

/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
  padding: 15px;
  display: flex;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
/* Style the counter cards */
.review-card {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 2.5px solid transparent;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: black;
}

.noMargin {
  margin: 0px !important;
  padding: 4px !important;
}

@media only screen and (max-width: 600px) {
  .noMargin {
    padding: 14px !important;
  }
}
.withautoPaddingZero {
  width: auto !important;
  padding: 0 !important;
}

.display-flex-center {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .display-flex-center {
    display: flex;
    justify-content: center;
  }
}

.clientName {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

.clientDesc {
  padding: 16px 0px;
  min-height: 240px;
}

.d-flex {
  display: flex;
  justify-content: center;
}

.icons-bell {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
}

.varWidth {
  width: 62% !important;
}
@media only screen and (max-width: 600px) {
  .varWidth {
    width: auto !important;
  }
}

.max14 {
  width: 14% !important;
}
@media only screen and (max-width: 600px) {
  .max14 {
    width: auto !important;
  }
}

/* .new-shadow{
    box-shadow: rgb(0 0 0 / 4%) 0px 0px 0px 1px, rgb(0 0 0 / 4%) 0px 2px 8px, rgb(99 116 134 / 3%) 0px 5px 8px !important;
} */
.ql-editor p {
  font-size: 15px !important;
}

.tradelist_wrapper .new-shadow {
  border-radius: 20px;
}

.dataTables_wrapper {
  background: #f1f5f9 !important;
  border-radius: 22px !important;
}
.dataTables_wrapper .dataTables_length {
  padding: 12px 20px !important;
}

.dataTables_wrapper .dataTables_length select {
  margin: 0px 6px !important;
  border-radius: 12px !important;
}
.dataTables_wrapper .dataTables_length select:focus {
  outline: none !important;
  border: 1px solid #564f4f !important;
}

.dataTables_wrapper .dataTables_filter label {
  position: relative;
}

.dataTables_wrapper .dataTables_filter {
  padding: 10px 20px !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #eeeeee;
  border-radius: 32px !important;
  padding: 12px 10px !important;
}
.dataTables_wrapper .dataTables_filter input:focus {
  outline: none !important;
}

.table.dataTable.no-footer {
  border-bottom: none !important;
}

.dataTables_wrapper .dataTables_info {
  padding: 10px 20px !important;
  margin-top: 10px !important;
}

.dataTables_wrapper .dataTables_paginate {
  padding: 10px 20px !important;
}

.paginate_button {
  border-radius: 12px !important;
}

table.dataTable thead th {
  padding: 15px 16px !important;
  border-bottom: 1px solid #d2d4d8 !important;
  border-top-right-radius: 20px !important;
  font-weight: 500 !important;
}

table.borderTable tbody tr td {
  border-bottom: 0.1px solid #eeeeee;
}

table.borderTable tbody tr th {
  border-bottom: 0.1px solid #eeeeee !important;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

.dataTables_wrapper {
  background: #f1f5f9 !important;
  border-radius: 22px !important;
}
.dataTables_wrapper .dataTables_length {
  padding: 12px 20px !important;
  margin-bottom: 10px !important;
}
.dataTables_wrapper .dataTables_length label {
  font-size: 13.5px !important;
}

.dataTables_wrapper .dataTables_length select {
  margin: 0px 6px !important;
  border-radius: 12px !important;
}
.dataTables_wrapper .dataTables_length select:focus {
  outline: none !important;
}

.dataTables_wrapper .dataTables_filter {
  padding: 10px 0px !important;
  margin-bottom: 10px !important;
}

.dataTables_wrapper .dataTables_filter input {
  padding-left: 40px !important;
  width: 270px;
}

.table.dataTable.no-footer {
  border-bottom: none !important;
}

.dataTables_wrapper .dataTables_info {
  padding: 10px 20px !important;
  margin-top: 10px !important;
  font-size: 13.5px !important;
}

.dataTables_wrapper .dataTables_paginate {
  padding: 10px 20px !important;
}

.paginate_button {
  border-radius: 2px !important;
}

table {
  border-radius: 20px !important;
  border: 1px solid #eeeeee;
}

.dataTables_filter label {
  display: flex !important;
  align-items: center !important;
  position: relative;
}

.dataTables_filter input {
  padding-right: 30px !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04) !important;
  border: none !important;
  background: white !important;
}

.dataTables_filter .fa-search {
  position: absolute !important;
  left: 33px !important;
  color: #717579 !important;
  margin-top: 2px !important;
}

.dataTables_wrapper .dataTables_paginate {
  box-sizing: border-box !important;
  display: inline-block !important;
  min-width: 30px !important;
  padding: 6px 12px !important;
  margin-left: 6px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  border-radius: 18px !important;
  background-color: #fff !important;
  padding: 0px 0px !important;
  margin: 10px 0px !important;
}

.dataTables_paginate .paginate_button.previous {
  border: none !important;
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
  border-right: 1px solid #bebdbd !important;
  padding: 6px 15px !important;
  margin-left: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.dataTables_paginate .paginate_button.previous::before {
  content: "«";
  display: inline-block !important;
  margin-right: 5px !important;
  font-size: 18px !important;
}

.dataTables_paginate .paginate_button.next::after {
  content: "»" !important;
  display: inline-block !important;
  margin-left: 5px !important;
  font-size: 18px !important;
}

.dataTables_paginate .paginate_button.next {
  border: none !important;
  border-left: 1px solid #bebdbd !important;
  border-top-right-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
  padding: 6px 15px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.dataTables_wrapper .paginate_button:hover {
  background: #4B6DF5 !important;
  color: white !important;
  border-color: #4B6DF5 !important;
}

.dataTables_wrapper .paginate_button.current {
  color: #fff !important;
  background-color: #4B6DF5 !important;
  border-color: #4B6DF5 !important;
  outline: none !important;
  padding: 8px 14px !important;
}

.dataTables_wrapper .paginate_button.current:hover {
  color: white !important;
  background-color: #4B6DF5 !important;
}

.dataTables_wrapper .paginate_button.disabled {
  cursor: not-allowed !important;
  color: #777 !important;
  border-color: #ccc !important;
  background-color: #fff !important;
}

.tradeFormInput {
  margin-left: 0px;
}
.tradeFormInput:focus {
  border: 1px solid #4c6ef5;
  outline: none;
}

.addTradeFormHeader {
  margin: 0px 0px 2px 0px !important;
  color: #4C6EF5 !important;
}

.addTradefieldStyles {
  width: 46% !important;
  margin-right: 29px !important;
}

.addTradefooterWrapper {
  margin: 5px -20px -20px !important;
  padding: 15px !important;
  justify-content: center !important;
  background: #eff4fa !important;
  flex-wrap: wrap !important;
}

.addTradeCancelWrapper {
  margin-right: 20px !important;
  background: transparent !important;
  padding: 20px 50px !important;
  margin-top: 0px !important;
  width: auto !important;
  border: 1px solid #4C6EF5 !important;
}

.image-container {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}

.lower-image,
.top-image {
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
}

.lower-image {
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 1px;
  z-index: 1;
}
.lower-image img {
  border-radius: 50%;
  width: 19px;
  height: 19px;
}

.top-image {
  bottom: 2px;
  left: 9px;
}
.top-image img {
  border-radius: 50%;
  width: 19px;
  height: 19px;
}

.singleSymbolImage {
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

.symbolDetailsWrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.brokerLogoWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 23px;
}
.brokerLogoWrapper img {
  max-width: 100%;
  max-height: 100%;
}

.float-left {
  float: left !important;
}

.headerIcon {
  height: 23px;
}

.manage-column label {
  font-size: 14px !important;
}

.manage-column label span {
  font-weight: normal !important;
}

.totalPositiveProfit p {
  color: #229E6C;
  border-radius: 4px;
  border: none;
  height: 25px;
  line-height: 25px;
  width: auto;
}

.totalLoss p {
  color: #EF2845;
  border-radius: 4px;
  border: none;
  height: 25px;
  line-height: 25px;
  width: auto;
}

.new-trade-activity-container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .new-trade-activity-container {
    display: block;
  }
}
.new-trade-activity-container .trade-table-box {
  flex: 1;
}

.publicTitleName {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.publicTitleName .title-name {
  font-weight: bold;
  color: #393949;
  font-size: 18px;
  font-style: normal;
}
.publicTitleName .accountForFreeBtn {
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.publicTitleName .titleIconContainer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.publicTitleName .titleIconContainer .brokerLogoWrapper1 {
  height: 23px;
}
.publicTitleName .titleIconContainer .brokerLogoWrapper1 img {
  max-width: 100%;
  max-height: 100%;
}
.publicTitleName .titleIconContainer .brokerLogoWrapper1 .title-name {
  flex: 1;
}
.publicTitleName .upgradeToProA .upgradeToPro {
  background-color: #4C6EF5;
  border-radius: 12px;
  padding: 15px 10px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-right: 10px;
}

/*# sourceMappingURL=styles.css.map */
