@charset "UTF-8";
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-light.eot");
  src: url("../fonts/avenir-light.eot#iefix") format("embedded-opentype"), url("../fonts/avenir-light.woff") format("woff"), url("../fonts/avenir-light.woff2") format("woff2"), url("../fonts/avenir-light.ttf") format("truetype"), url("../fonts/avenir-light") format("svg");
  font-weight: 200;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenir-black.eot");
  src: url("../fonts/avenir-black.eot#iefix") format("embedded-opentype"), url("../fonts/avenir-black.woff") format("woff"), url("../fonts/avenir-black.woff2") format("woff2"), url("../fonts/avenir-black.ttf") format("truetype"), url("../fonts/avenir-black.svg") format("svg");
  font-weight: 700;
}
*, div, article, aside, figure {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Avenir";
}

a, a:visited {
  color: steelblue;
}

img {
  max-width: 100%;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

p {
  font-size: 15px;
}

.hidden {
  display: none !important;
  visible: none !important;
}

main {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

.m1 {
  margin: 10;
}

.mt10 {
  margin: 10px 0px;
}

.m2 {
  margin: 20;
}

.mt20 {
  margin: 20px 0px;
}

.m3 {
  margin: 30;
}

.mt30 {
  margin: 30px 0px;
}

.m4 {
  margin: 40;
}

.mt40 {
  margin: 40px 0px;
}

.m5 {
  margin: 50;
}

.mt50 {
  margin: 50px 0px;
}

.qgrid-1 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [1];
  grid-template-columns: repeat(1, 1fr);
}

.qgrid-2 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.qgrid-3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}

.qgrid-4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
}

.qgrid-5 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
}

.qgrid-6 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
}

.qgrid-7 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [7];
  grid-template-columns: repeat(7, 1fr);
}

.qgrid-8 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [8];
  grid-template-columns: repeat(8, 1fr);
}

.qgrid-9 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [9];
  grid-template-columns: repeat(9, 1fr);
}

.qgrid-10 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [10];
  grid-template-columns: repeat(10, 1fr);
}

.qgrid-11 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [11];
  grid-template-columns: repeat(11, 1fr);
}

.qgrid-12 {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
  -ms-grid-columns: 1fr [12];
  grid-template-columns: repeat(12, 1fr);
}

.no-gap {
  grid-gap: 0;
}

@media screen and (max-width: 600px) {
  [class^=qgrid] {
    width: 100%;
    grid-gap: 0em;
    -ms-grid-columns: 1fr 1;
    grid-template-columns: repeat(1, 1fr);
  }
}
.qcol-1 {
  float: left;
  width: 10%;
}

.qcol-2 {
  float: left;
  width: 20%;
}

.qcol-3 {
  float: left;
  width: 30%;
}

.qcol-4 {
  float: left;
  width: 40%;
}

.qcol-5 {
  float: left;
  width: 50%;
}

.qcol-6 {
  float: left;
  width: 60%;
}

.qcol-7 {
  float: left;
  width: 70%;
}

.qcol-8 {
  float: left;
  width: 80%;
}

.qcol-9 {
  float: left;
  width: 90%;
}

.qcol-10 {
  float: left;
  width: 100%;
}

@media screen and (max-width: 600px) {
  [class^=qcol] {
    width: 100%;
  }
}
.qgrid-element {
  width: 100%;
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.qgrid-element-2 {
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.qgrid-element-3 {
  width: 100%;
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.qgrid-element-4 {
  width: 100%;
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.qgrid-element-5 {
  width: 100%;
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.qgrid-element-6 {
  width: 100%;
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.qgrid-element-7 {
  width: 100%;
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.qgrid-element-8 {
  width: 100%;
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.qgrid-element-9 {
  width: 100%;
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.qgrid-element-10 {
  width: 100%;
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.qgrid-element-11 {
  width: 100%;
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.qgrid-element-12 {
  width: 100%;
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

@media screen and (max-width: 600px) {
  [class^=qgrid-element] {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
  font-family: "Avenir";
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
.table-responsive table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.table-responsive th, .table-responsive td {
  padding: 8px;
  text-align: left;
  position: relative;
  vertical-align: middle;
}
.table-responsive tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* QC-Modal */
body.modalOpen {
  overflow: hidden;
}

.qc-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  overflow-y: scroll;
}

.qc-modal-container {
  cursor: pointer;
  display: block;
  float: left;
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
}

.qc-modal-container span.after, .qc-modal-container span.before {
  content: "";
  width: 2rem;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  opacity: 0.6;
  top: 1rem;
}

.qc-modal-container span.after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.qc-content {
  width: 50%;
  height: 60vh;
  margin-right: auto;
  margin-left: auto;
}

.qc-modal.large-modal .qc-content {
  width: auto;
  min-width: 70%;
}

@media screen and (max-width: 600px) {
  .qc-content {
    width: 90%;
    height: 60vh;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  background: #F7F7F7;
}

body,
p,
span,
a {
  font-family: "Avenir";
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Avenir";
}

#main {
  display: block;
  max-width: 100%;
  padding-top: 55px;
  min-height: 100vh;
  position: relative;
}

.load {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.load .content {
  width: 100%;
  margin: -37px 0 0 -37px;
  overflow: hidden;
  padding: 20px;
  position: fixed;
  top: 40%;
}
.load .content h1 {
  font-size: 60pt;
  font-weight: bold;
  text-align: center;
  line-height: 80pt;
  letter-spacing: 6px;
  color: #FFFFFF;
}
.load .content h1 img {
  width: 450px;
  max-width: 100%;
}
.load .content h2 {
  color: #fff;
  font-size: 30pt;
  text-align: center;
}

#main .dp-content-wrapper,
.white-popup-block .dp-content-wrapper {
  float: right;
  padding: 10px;
  display: block;
  margin-left: 15%;
  position: relative;
  width: 85%;
  max-width: calc(100% - 210px);
}
@media screen and (max-width: 600px) {
  #main .dp-content-wrapper,
  .white-popup-block .dp-content-wrapper {
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
#main .dp-content-wrapper .header_title,
.white-popup-block .dp-content-wrapper .header_title {
  width: 100%;
  background: #fff;
  margin-top: 10px;
  padding: 8px 25px;
  border-radius: 35px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #eee;
  -webkit-box-shadow: 3px 3px 3px #CCCCCC;
          box-shadow: 3px 3px 3px #CCCCCC;
}
#main .dp-content-wrapper .header_title h1,
.white-popup-block .dp-content-wrapper .header_title h1 {
  padding: 5px 0;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  color: rgb(118, 118, 118);
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
#main .dp-content-wrapper .notice,
.white-popup-block .dp-content-wrapper .notice {
  width: 100%;
  display: block;
  color: #FFFFFF;
  line-height: 1.2;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#main .dp-content-wrapper .notice.info,
.white-popup-block .dp-content-wrapper .notice.info {
  background: #3a3a3a;
}
#main .dp-content-wrapper .notice .bold,
.white-popup-block .dp-content-wrapper .notice .bold {
  font-weight: bold;
}
#main .dp-content-wrapper .notice a,
.white-popup-block .dp-content-wrapper .notice a {
  color: #FFFFFF;
  font-weight: bold;
}
#main .dp-content-wrapper .content-info .box-info,
.white-popup-block .dp-content-wrapper .content-info .box-info {
  width: 100%;
  padding: 15px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  background: #ffffff;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
}
@media screen and (max-width: 600px) {
  #main .dp-content-wrapper .content-info .box-info,
  .white-popup-block .dp-content-wrapper .content-info .box-info {
    margin-bottom: 0px;
  }
}
#main .dp-content-wrapper .content-info .box-btn,
#main .dp-content-wrapper .content-history .box-btn,
#main .dp-content-wrapper .profile-content .box-btn,
#main .dp-content-wrapper .referer-content .box-btn,
#main .dp-content-wrapper .bank-content .box-btn,
#main .dp-content-wrapper .buysell-content .box-btn,
.white-popup-block .dp-content-wrapper .content-info .box-btn,
.white-popup-block .dp-content-wrapper .content-history .box-btn,
.white-popup-block .dp-content-wrapper .profile-content .box-btn,
.white-popup-block .dp-content-wrapper .referer-content .box-btn,
.white-popup-block .dp-content-wrapper .bank-content .box-btn,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn {
  color: #FFFFFF;
  background: #6aaf08;
  text-decoration: none;
  border-color: #FFFFFF;
}
#main .dp-content-wrapper .content-info .box-btn.active,
#main .dp-content-wrapper .content-history .box-btn.active,
#main .dp-content-wrapper .profile-content .box-btn.active,
#main .dp-content-wrapper .referer-content .box-btn.active,
#main .dp-content-wrapper .bank-content .box-btn.active,
#main .dp-content-wrapper .buysell-content .box-btn.active,
.white-popup-block .dp-content-wrapper .content-info .box-btn.active,
.white-popup-block .dp-content-wrapper .content-history .box-btn.active,
.white-popup-block .dp-content-wrapper .profile-content .box-btn.active,
.white-popup-block .dp-content-wrapper .referer-content .box-btn.active,
.white-popup-block .dp-content-wrapper .bank-content .box-btn.active,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn.active {
  opacity: 0.8;
}
#main .dp-content-wrapper .content-info .box-btn:hover,
#main .dp-content-wrapper .content-history .box-btn:hover,
#main .dp-content-wrapper .profile-content .box-btn:hover,
#main .dp-content-wrapper .referer-content .box-btn:hover,
#main .dp-content-wrapper .bank-content .box-btn:hover,
#main .dp-content-wrapper .buysell-content .box-btn:hover,
.white-popup-block .dp-content-wrapper .content-info .box-btn:hover,
.white-popup-block .dp-content-wrapper .content-history .box-btn:hover,
.white-popup-block .dp-content-wrapper .profile-content .box-btn:hover,
.white-popup-block .dp-content-wrapper .referer-content .box-btn:hover,
.white-popup-block .dp-content-wrapper .bank-content .box-btn:hover,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn:hover {
  opacity: 0.8;
}
#main .dp-content-wrapper .content-info .box-btn i.icon,
#main .dp-content-wrapper .content-history .box-btn i.icon,
#main .dp-content-wrapper .profile-content .box-btn i.icon,
#main .dp-content-wrapper .referer-content .box-btn i.icon,
#main .dp-content-wrapper .bank-content .box-btn i.icon,
#main .dp-content-wrapper .buysell-content .box-btn i.icon,
.white-popup-block .dp-content-wrapper .content-info .box-btn i.icon,
.white-popup-block .dp-content-wrapper .content-history .box-btn i.icon,
.white-popup-block .dp-content-wrapper .profile-content .box-btn i.icon,
.white-popup-block .dp-content-wrapper .referer-content .box-btn i.icon,
.white-popup-block .dp-content-wrapper .bank-content .box-btn i.icon,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn i.icon {
  color: inherit;
}
#main .dp-content-wrapper .content-info .box-btn.facebook,
#main .dp-content-wrapper .content-history .box-btn.facebook,
#main .dp-content-wrapper .profile-content .box-btn.facebook,
#main .dp-content-wrapper .referer-content .box-btn.facebook,
#main .dp-content-wrapper .bank-content .box-btn.facebook,
#main .dp-content-wrapper .buysell-content .box-btn.facebook,
.white-popup-block .dp-content-wrapper .content-info .box-btn.facebook,
.white-popup-block .dp-content-wrapper .content-history .box-btn.facebook,
.white-popup-block .dp-content-wrapper .profile-content .box-btn.facebook,
.white-popup-block .dp-content-wrapper .referer-content .box-btn.facebook,
.white-popup-block .dp-content-wrapper .bank-content .box-btn.facebook,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn.facebook {
  background: #3b5998;
}
#main .dp-content-wrapper .content-info .box-btn.instagram,
#main .dp-content-wrapper .content-history .box-btn.instagram,
#main .dp-content-wrapper .profile-content .box-btn.instagram,
#main .dp-content-wrapper .referer-content .box-btn.instagram,
#main .dp-content-wrapper .bank-content .box-btn.instagram,
#main .dp-content-wrapper .buysell-content .box-btn.instagram,
.white-popup-block .dp-content-wrapper .content-info .box-btn.instagram,
.white-popup-block .dp-content-wrapper .content-history .box-btn.instagram,
.white-popup-block .dp-content-wrapper .profile-content .box-btn.instagram,
.white-popup-block .dp-content-wrapper .referer-content .box-btn.instagram,
.white-popup-block .dp-content-wrapper .bank-content .box-btn.instagram,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn.instagram {
  background: #8a3ab9;
}
#main .dp-content-wrapper .content-info .box-btn.telegram,
#main .dp-content-wrapper .content-history .box-btn.telegram,
#main .dp-content-wrapper .profile-content .box-btn.telegram,
#main .dp-content-wrapper .referer-content .box-btn.telegram,
#main .dp-content-wrapper .bank-content .box-btn.telegram,
#main .dp-content-wrapper .buysell-content .box-btn.telegram,
.white-popup-block .dp-content-wrapper .content-info .box-btn.telegram,
.white-popup-block .dp-content-wrapper .content-history .box-btn.telegram,
.white-popup-block .dp-content-wrapper .profile-content .box-btn.telegram,
.white-popup-block .dp-content-wrapper .referer-content .box-btn.telegram,
.white-popup-block .dp-content-wrapper .bank-content .box-btn.telegram,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn.telegram {
  background: #0088cc;
}
#main .dp-content-wrapper .content-info .box-btn.youtube,
#main .dp-content-wrapper .content-history .box-btn.youtube,
#main .dp-content-wrapper .profile-content .box-btn.youtube,
#main .dp-content-wrapper .referer-content .box-btn.youtube,
#main .dp-content-wrapper .bank-content .box-btn.youtube,
#main .dp-content-wrapper .buysell-content .box-btn.youtube,
.white-popup-block .dp-content-wrapper .content-info .box-btn.youtube,
.white-popup-block .dp-content-wrapper .content-history .box-btn.youtube,
.white-popup-block .dp-content-wrapper .profile-content .box-btn.youtube,
.white-popup-block .dp-content-wrapper .referer-content .box-btn.youtube,
.white-popup-block .dp-content-wrapper .bank-content .box-btn.youtube,
.white-popup-block .dp-content-wrapper .buysell-content .box-btn.youtube {
  background: #c4302b;
}
#main .dp-content-wrapper .content-info .box-activity,
#main .dp-content-wrapper .content-info .box-history,
#main .dp-content-wrapper .content-history .box-activity,
#main .dp-content-wrapper .content-history .box-history,
#main .dp-content-wrapper .profile-content .box-activity,
#main .dp-content-wrapper .profile-content .box-history,
#main .dp-content-wrapper .referer-content .box-activity,
#main .dp-content-wrapper .referer-content .box-history,
#main .dp-content-wrapper .bank-content .box-activity,
#main .dp-content-wrapper .bank-content .box-history,
#main .dp-content-wrapper .buysell-content .box-activity,
#main .dp-content-wrapper .buysell-content .box-history,
.white-popup-block .dp-content-wrapper .content-info .box-activity,
.white-popup-block .dp-content-wrapper .content-info .box-history,
.white-popup-block .dp-content-wrapper .content-history .box-activity,
.white-popup-block .dp-content-wrapper .content-history .box-history,
.white-popup-block .dp-content-wrapper .profile-content .box-activity,
.white-popup-block .dp-content-wrapper .profile-content .box-history,
.white-popup-block .dp-content-wrapper .referer-content .box-activity,
.white-popup-block .dp-content-wrapper .referer-content .box-history,
.white-popup-block .dp-content-wrapper .bank-content .box-activity,
.white-popup-block .dp-content-wrapper .bank-content .box-history,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity,
.white-popup-block .dp-content-wrapper .buysell-content .box-history {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  #main .dp-content-wrapper .content-info .box-activity,
  #main .dp-content-wrapper .content-info .box-history,
  #main .dp-content-wrapper .content-history .box-activity,
  #main .dp-content-wrapper .content-history .box-history,
  #main .dp-content-wrapper .profile-content .box-activity,
  #main .dp-content-wrapper .profile-content .box-history,
  #main .dp-content-wrapper .referer-content .box-activity,
  #main .dp-content-wrapper .referer-content .box-history,
  #main .dp-content-wrapper .bank-content .box-activity,
  #main .dp-content-wrapper .bank-content .box-history,
  #main .dp-content-wrapper .buysell-content .box-activity,
  #main .dp-content-wrapper .buysell-content .box-history,
  .white-popup-block .dp-content-wrapper .content-info .box-activity,
  .white-popup-block .dp-content-wrapper .content-info .box-history,
  .white-popup-block .dp-content-wrapper .content-history .box-activity,
  .white-popup-block .dp-content-wrapper .content-history .box-history,
  .white-popup-block .dp-content-wrapper .profile-content .box-activity,
  .white-popup-block .dp-content-wrapper .profile-content .box-history,
  .white-popup-block .dp-content-wrapper .referer-content .box-activity,
  .white-popup-block .dp-content-wrapper .referer-content .box-history,
  .white-popup-block .dp-content-wrapper .bank-content .box-activity,
  .white-popup-block .dp-content-wrapper .bank-content .box-history,
  .white-popup-block .dp-content-wrapper .buysell-content .box-activity,
  .white-popup-block .dp-content-wrapper .buysell-content .box-history {
    margin-bottom: 5px;
  }
}
#main .dp-content-wrapper .content-info .box-activity .loading,
#main .dp-content-wrapper .content-info .box-history .loading,
#main .dp-content-wrapper .content-history .box-activity .loading,
#main .dp-content-wrapper .content-history .box-history .loading,
#main .dp-content-wrapper .profile-content .box-activity .loading,
#main .dp-content-wrapper .profile-content .box-history .loading,
#main .dp-content-wrapper .referer-content .box-activity .loading,
#main .dp-content-wrapper .referer-content .box-history .loading,
#main .dp-content-wrapper .bank-content .box-activity .loading,
#main .dp-content-wrapper .bank-content .box-history .loading,
#main .dp-content-wrapper .buysell-content .box-activity .loading,
#main .dp-content-wrapper .buysell-content .box-history .loading,
.white-popup-block .dp-content-wrapper .content-info .box-activity .loading,
.white-popup-block .dp-content-wrapper .content-info .box-history .loading,
.white-popup-block .dp-content-wrapper .content-history .box-activity .loading,
.white-popup-block .dp-content-wrapper .content-history .box-history .loading,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .loading,
.white-popup-block .dp-content-wrapper .profile-content .box-history .loading,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .loading,
.white-popup-block .dp-content-wrapper .referer-content .box-history .loading,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .loading,
.white-popup-block .dp-content-wrapper .bank-content .box-history .loading,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .loading,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .loading {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 100%;
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
#main .dp-content-wrapper .content-info .box-activity.first,
#main .dp-content-wrapper .content-info .box-history.first,
#main .dp-content-wrapper .content-history .box-activity.first,
#main .dp-content-wrapper .content-history .box-history.first,
#main .dp-content-wrapper .profile-content .box-activity.first,
#main .dp-content-wrapper .profile-content .box-history.first,
#main .dp-content-wrapper .referer-content .box-activity.first,
#main .dp-content-wrapper .referer-content .box-history.first,
#main .dp-content-wrapper .bank-content .box-activity.first,
#main .dp-content-wrapper .bank-content .box-history.first,
#main .dp-content-wrapper .buysell-content .box-activity.first,
#main .dp-content-wrapper .buysell-content .box-history.first,
.white-popup-block .dp-content-wrapper .content-info .box-activity.first,
.white-popup-block .dp-content-wrapper .content-info .box-history.first,
.white-popup-block .dp-content-wrapper .content-history .box-activity.first,
.white-popup-block .dp-content-wrapper .content-history .box-history.first,
.white-popup-block .dp-content-wrapper .profile-content .box-activity.first,
.white-popup-block .dp-content-wrapper .profile-content .box-history.first,
.white-popup-block .dp-content-wrapper .referer-content .box-activity.first,
.white-popup-block .dp-content-wrapper .referer-content .box-history.first,
.white-popup-block .dp-content-wrapper .bank-content .box-activity.first,
.white-popup-block .dp-content-wrapper .bank-content .box-history.first,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity.first,
.white-popup-block .dp-content-wrapper .buysell-content .box-history.first {
  margin: 0;
}
#main .dp-content-wrapper .content-info .box-activity .panel_header,
#main .dp-content-wrapper .content-info .box-history .panel_header,
#main .dp-content-wrapper .content-history .box-activity .panel_header,
#main .dp-content-wrapper .content-history .box-history .panel_header,
#main .dp-content-wrapper .profile-content .box-activity .panel_header,
#main .dp-content-wrapper .profile-content .box-history .panel_header,
#main .dp-content-wrapper .referer-content .box-activity .panel_header,
#main .dp-content-wrapper .referer-content .box-history .panel_header,
#main .dp-content-wrapper .bank-content .box-activity .panel_header,
#main .dp-content-wrapper .bank-content .box-history .panel_header,
#main .dp-content-wrapper .buysell-content .box-activity .panel_header,
#main .dp-content-wrapper .buysell-content .box-history .panel_header,
.white-popup-block .dp-content-wrapper .content-info .box-activity .panel_header,
.white-popup-block .dp-content-wrapper .content-info .box-history .panel_header,
.white-popup-block .dp-content-wrapper .content-history .box-activity .panel_header,
.white-popup-block .dp-content-wrapper .content-history .box-history .panel_header,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .panel_header,
.white-popup-block .dp-content-wrapper .profile-content .box-history .panel_header,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .panel_header,
.white-popup-block .dp-content-wrapper .referer-content .box-history .panel_header,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .panel_header,
.white-popup-block .dp-content-wrapper .bank-content .box-history .panel_header,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .panel_header,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .panel_header {
  width: 100%;
  position: relative;
  vertical-align: top;
  background: #6aaf08;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 0px solid transparent;
}
#main .dp-content-wrapper .content-info .box-activity .panel_header .title,
#main .dp-content-wrapper .content-info .box-history .panel_header .title,
#main .dp-content-wrapper .content-history .box-activity .panel_header .title,
#main .dp-content-wrapper .content-history .box-history .panel_header .title,
#main .dp-content-wrapper .profile-content .box-activity .panel_header .title,
#main .dp-content-wrapper .profile-content .box-history .panel_header .title,
#main .dp-content-wrapper .referer-content .box-activity .panel_header .title,
#main .dp-content-wrapper .referer-content .box-history .panel_header .title,
#main .dp-content-wrapper .bank-content .box-activity .panel_header .title,
#main .dp-content-wrapper .bank-content .box-history .panel_header .title,
#main .dp-content-wrapper .buysell-content .box-activity .panel_header .title,
#main .dp-content-wrapper .buysell-content .box-history .panel_header .title,
.white-popup-block .dp-content-wrapper .content-info .box-activity .panel_header .title,
.white-popup-block .dp-content-wrapper .content-info .box-history .panel_header .title,
.white-popup-block .dp-content-wrapper .content-history .box-activity .panel_header .title,
.white-popup-block .dp-content-wrapper .content-history .box-history .panel_header .title,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .panel_header .title,
.white-popup-block .dp-content-wrapper .profile-content .box-history .panel_header .title,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .panel_header .title,
.white-popup-block .dp-content-wrapper .referer-content .box-history .panel_header .title,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .panel_header .title,
.white-popup-block .dp-content-wrapper .bank-content .box-history .panel_header .title,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .panel_header .title,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .panel_header .title {
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 15px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body,
#main .dp-content-wrapper .content-info .box-history .content-body,
#main .dp-content-wrapper .content-history .box-activity .content-body,
#main .dp-content-wrapper .content-history .box-history .content-body,
#main .dp-content-wrapper .profile-content .box-activity .content-body,
#main .dp-content-wrapper .profile-content .box-history .content-body,
#main .dp-content-wrapper .referer-content .box-activity .content-body,
#main .dp-content-wrapper .referer-content .box-history .content-body,
#main .dp-content-wrapper .bank-content .box-activity .content-body,
#main .dp-content-wrapper .bank-content .box-history .content-body,
#main .dp-content-wrapper .buysell-content .box-activity .content-body,
#main .dp-content-wrapper .buysell-content .box-history .content-body,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body {
  -webkit-transition: 800ms;
  transition: 800ms;
  padding: 20px 20px 20px 20px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body p,
#main .dp-content-wrapper .content-info .box-history .content-body p,
#main .dp-content-wrapper .content-history .box-activity .content-body p,
#main .dp-content-wrapper .content-history .box-history .content-body p,
#main .dp-content-wrapper .profile-content .box-activity .content-body p,
#main .dp-content-wrapper .profile-content .box-history .content-body p,
#main .dp-content-wrapper .referer-content .box-activity .content-body p,
#main .dp-content-wrapper .referer-content .box-history .content-body p,
#main .dp-content-wrapper .bank-content .box-activity .content-body p,
#main .dp-content-wrapper .bank-content .box-history .content-body p,
#main .dp-content-wrapper .buysell-content .box-activity .content-body p,
#main .dp-content-wrapper .buysell-content .box-history .content-body p,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body p,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body p,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body p,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body p,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body p,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body p,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body p,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body p,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body p,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body p,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body p,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body p {
  line-height: 20px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive {
  width: 100%;
  display: block;
  overflow-x: auto;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table {
  width: 100%;
  background-color: transparent;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th {
  padding: 5px;
  text-align: center;
  vertical-align: center;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th.green-text,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td.green-text,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th.green-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td.green-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th.green-text {
  color: #33CB4D;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th.red-text,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td.red-text,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th.red-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td.red-text,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th.red-text {
  color: #F02147;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image {
  float: left;
  width: 30px;
  height: 40px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image.text,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image.text,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image.text,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image.text,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image.text {
  width: auto;
  height: auto;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.recive,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-plus-circle,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-down,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.recive {
  color: #33CB4D;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .image i.icon.fa-user.send,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-arrow-up,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .image i.icon.fa-user.send {
  color: #F02147;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info {
  padding: 5px;
  text-align: left;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small {
  font-size: 12px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small span,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small span,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small span,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small span,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small span {
  margin-right: 3px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small {
  width: 100%;
  display: block;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon:before {
  padding-right: 5px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before, #main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before, #main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before, #main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.recive:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-plus-circle:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-down:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-share:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.recive:before {
  color: #33CB4D;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before, #main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before, #main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .info small.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info h6.icon.fa-user.send:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-arrow-up:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fas.fa-percent:before,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .info small.icon.fa-user.send:before {
  color: #F02147;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .badge,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .badge,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .badge,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .badge,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .badge {
  color: #fff;
  line-height: 1;
  min-width: 10px;
  font-size: 12px;
  padding: 3px 7px;
  font-weight: normal;
  border-radius: 10px;
  display: inline-block;
  background-color: #777;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .badge.complete,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .badge.complete,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .badge.complete,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .badge.complete,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .badge.complete {
  background-color: #33CB4D;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .badge.canceled,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .badge.canceled,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .badge.canceled,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .badge.canceled,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .badge.canceled {
  background-color: #F02147;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .hour,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .hour,
#main .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body .table-responsive table th .hour,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table td .hour,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body .table-responsive table th .hour {
  font-size: 13px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form,
#main .dp-content-wrapper .content-info .box-history .content-body form,
#main .dp-content-wrapper .content-history .box-activity .content-body form,
#main .dp-content-wrapper .content-history .box-history .content-body form,
#main .dp-content-wrapper .profile-content .box-activity .content-body form,
#main .dp-content-wrapper .profile-content .box-history .content-body form,
#main .dp-content-wrapper .referer-content .box-activity .content-body form,
#main .dp-content-wrapper .referer-content .box-history .content-body form,
#main .dp-content-wrapper .bank-content .box-activity .content-body form,
#main .dp-content-wrapper .bank-content .box-history .content-body form,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form,
#main .dp-content-wrapper .buysell-content .box-history .content-body form,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form {
  margin-top: 20px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .form-group,
#main .dp-content-wrapper .content-info .box-history .content-body form .form-group,
#main .dp-content-wrapper .content-history .box-activity .content-body form .form-group,
#main .dp-content-wrapper .content-history .box-history .content-body form .form-group,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .form-group,
#main .dp-content-wrapper .profile-content .box-history .content-body form .form-group,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .form-group,
#main .dp-content-wrapper .referer-content .box-history .content-body form .form-group,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .form-group,
#main .dp-content-wrapper .bank-content .box-history .content-body form .form-group,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .form-group,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .form-group,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .form-group,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .form-group,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .form-group,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .form-group,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .form-group,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .form-group,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .form-group,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .form-group,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .form-group,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .form-group {
  padding: 5px;
  margin-bottom: 10px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .form-group label,
#main .dp-content-wrapper .content-info .box-history .content-body form .form-group label,
#main .dp-content-wrapper .content-history .box-activity .content-body form .form-group label,
#main .dp-content-wrapper .content-history .box-history .content-body form .form-group label,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .form-group label,
#main .dp-content-wrapper .profile-content .box-history .content-body form .form-group label,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .form-group label,
#main .dp-content-wrapper .referer-content .box-history .content-body form .form-group label,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .form-group label,
#main .dp-content-wrapper .bank-content .box-history .content-body form .form-group label,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group label,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group label,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .form-group label {
  color: #35800c;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  display: inline-block;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .form-group label span,
#main .dp-content-wrapper .content-info .box-history .content-body form .form-group label span,
#main .dp-content-wrapper .content-history .box-activity .content-body form .form-group label span,
#main .dp-content-wrapper .content-history .box-history .content-body form .form-group label span,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .form-group label span,
#main .dp-content-wrapper .profile-content .box-history .content-body form .form-group label span,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .form-group label span,
#main .dp-content-wrapper .referer-content .box-history .content-body form .form-group label span,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .form-group label span,
#main .dp-content-wrapper .bank-content .box-history .content-body form .form-group label span,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group label span,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group label span,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .form-group label span {
  color: #999999;
  font-size: 13px;
  margin-left: 15px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .form-group .iti,
#main .dp-content-wrapper .content-info .box-history .content-body form .form-group .iti,
#main .dp-content-wrapper .content-history .box-activity .content-body form .form-group .iti,
#main .dp-content-wrapper .content-history .box-history .content-body form .form-group .iti,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .form-group .iti,
#main .dp-content-wrapper .profile-content .box-history .content-body form .form-group .iti,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .form-group .iti,
#main .dp-content-wrapper .referer-content .box-history .content-body form .form-group .iti,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .form-group .iti,
#main .dp-content-wrapper .bank-content .box-history .content-body form .form-group .iti,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group .iti,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group .iti,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .form-group .iti {
  width: 100%;
  margin: 5px 0;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .form-group .form-control,
#main .dp-content-wrapper .content-info .box-history .content-body form .form-group .form-control,
#main .dp-content-wrapper .content-history .box-activity .content-body form .form-group .form-control,
#main .dp-content-wrapper .content-history .box-history .content-body form .form-group .form-control,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .form-group .form-control,
#main .dp-content-wrapper .profile-content .box-history .content-body form .form-group .form-control,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .form-group .form-control,
#main .dp-content-wrapper .referer-content .box-history .content-body form .form-group .form-control,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .form-group .form-control,
#main .dp-content-wrapper .bank-content .box-history .content-body form .form-group .form-control,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group .form-control,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .form-group .form-control,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .form-group .form-control {
  margin: 5px 0;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons,
#main .dp-content-wrapper .content-info .box-history .content-body form .action-buttons,
#main .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons,
#main .dp-content-wrapper .content-history .box-history .content-body form .action-buttons,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons,
#main .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons,
#main .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons,
#main .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons {
  float: left;
  margin-bottom: 15px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons .btn,
#main .dp-content-wrapper .content-info .box-history .content-body form .action-buttons .btn,
#main .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons .btn,
#main .dp-content-wrapper .content-history .box-history .content-body form .action-buttons .btn,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons .btn,
#main .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons .btn,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons .btn,
#main .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons .btn,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons .btn,
#main .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons .btn,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons .btn,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons .btn,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons .btn {
  margin: 0;
  border: 0;
  font-size: 14px;
  padding: 7px 18px;
  text-align: center;
  border-radius: 18px;
  text-transform: none;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .content-info .box-history .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .content-history .box-history .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons .btn.btn-submit,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons .btn.btn-submit,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons .btn.btn-submit {
  outline: none;
  color: #ffffff;
  background: #6aaf08;
}
#main .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .content-info .box-history .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .content-history .box-history .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
#main .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .buysell-content .box-activity .content-body form .action-buttons .btn.btn-cancel,
.white-popup-block .dp-content-wrapper .buysell-content .box-history .content-body form .action-buttons .btn.btn-cancel {
  outline: none;
  color: #333333;
  background: #eaeaea;
}

.swal-button {
  background-color: #6aaf08;
}
.swal-button:hover {
  opacity: 0.8;
}
.swal-button:hover:not([disabled]) {
  color: inherit;
}
.swal-button.swal-button--cancel {
  background-color: #efefef;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  padding: 0.5em 1.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  border: 1px solid #ddd;
  width: 100%;
  outline: 0;
  margin: 0;
  line-height: 100%;
  background-color: #fff;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 23px;
  }
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.register-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 100vh;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .register-main .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.register-main .container .text-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 45;
      -ms-flex-positive: 45;
          flex-grow: 45;
  -ms-flex-preferred-size: 380px;
      flex-basis: 380px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 600px) {
  .register-main .container .text-register {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.register-main .container .text-register .content {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-right: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.register-main .container .text-register .content .logo {
  width: 250px;
  padding: 10px;
  margin-bottom: 20px;
}
.register-main .container .text-register .content li {
  line-height: 1.2;
  margin-bottom: 10px;
  list-style: disc;
}
.register-main .container .form-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 55;
      -ms-flex-positive: 55;
          flex-grow: 55;
  height: 100%;
  min-height: 100vh;
  -ms-flex-preferred-size: 464px;
      flex-basis: 464px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .register-main .container .form-register {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.register-main .container .form-register .content {
  width: 424px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  margin-top: 80px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .register-main .container .form-register .content {
    margin: 0;
    width: 100%;
    padding: 10px;
  }
}
.register-main .container .form-register .content .iti {
  width: 100%;
  margin: 5px 0;
}
.register-main .container .form-register .logo {
  width: 250px;
  padding: 10px;
  margin-bottom: 20px;
}
.register-main .container .form-register .no-account {
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat";
}
.register-main .container .form-register .content-info {
  width: 100%;
  display: inline-block;
}
.register-main .container .form-register .content-info h2 {
  margin: 20px;
  font-size: 20px;
  line-height: 28px;
}
.register-main .container .form-register .content-info .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.register-main .container .form-register .content-info .form label {
  margin-right: 15px;
}
.register-main .container .form-register .content-info .form span {
  margin-left: 15px;
}
.register-main .container .form-register .content-info .form label,
.register-main .container .form-register .content-info .form span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
.register-main .container .form-register .content-info .form .form-control {
  font-size: 16px;
  min-height: 44px;
  line-height: 28px;
}
.register-main .container .form-register .content-info .form input[type=submit] {
  color: #FFFFFF;
  background: #6aaf08;
}

.login-main,
.register-main {
  background: url("https://goambient.co/images/header-bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.login-main .notice-form,
.register-main .notice-form {
  width: 100%;
  display: block;
  margin: 5px 0px;
  position: relative;
}
.login-main .notice-form .alert,
.register-main .notice-form .alert {
  width: 100%;
  padding: 10px;
  display: block;
  color: #FFFFFF;
  position: relative;
  border-radius: 5px;
}
.login-main .notice-form .alert.info,
.register-main .notice-form .alert.info {
  background: #3a3a3a;
}
.login-main .notice-form .alert.exito,
.register-main .notice-form .alert.exito {
  background: #33CB4D;
}
.login-main .notice-form .alert.error,
.register-main .notice-form .alert.error {
  background: #F02147;
}

.form-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-login .wrapper-logo {
  text-align: center;
}
.form-login .wrapper-logo .logo {
  width: 250px;
  padding: 10px;
  margin-bottom: 20px;
}
.form-login .no-account {
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .form-login .no-account {
    width: 100%;
    padding-top: 10px;
    background: #FFFFFF;
    padding-bottom: 40px;
  }
}
.form-login .content-info {
  width: auto;
  padding: 40px;
  border-radius: 30px;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .form-login .content-info {
    padding-bottom: 10px;
  }
}
.form-login .content-info h2 {
  margin: 20px;
  font-size: 20px;
  line-height: 28px;
}
.form-login .content-info .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-login .content-info .form label {
  margin-right: 15px;
}
.form-login .content-info .form span {
  margin-left: 15px;
}
.form-login .content-info .form label,
.form-login .content-info .form span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
.form-login .content-info .form .form-control {
  font-size: 16px;
  min-height: 44px;
  line-height: 28px;
  border-radius: 20px;
}
.form-login .content-info .form input[type=submit] {
  color: #FFFFFF;
  background: #6aaf08;
}

header.dp-main-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #0a0a0a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.085), 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.085), 0 1px 8px rgba(0, 0, 0, 0.1);
}
header.dp-main-header a {
  text-decoration: none;
}
header.dp-main-header .dp-nav__list {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75em;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.dp-main-header .dp-nav__list .dp-nav__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav {
  display: none;
}
header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav a {
  border: none;
}
header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav .bar1, header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav .bar2, header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav .bar3 {
  width: 35px;
  height: 5px;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #FFF;
}
header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav a.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  -ms-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px);
}
header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav a.change .bar2 {
  opacity: 0;
}
header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav a.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -ms-transform: rotate(45deg) translate(-8px, -8px);
      transform: rotate(45deg) translate(-8px, -8px);
}
@media screen and (max-width: 600px) {
  header.dp-main-header .dp-nav__list .dp-nav__item.toggle-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
  }
}
header.dp-main-header .dp-nav__list .dp-nav__item a {
  color: #fff;
  border: none;
  padding: 0.25em;
  font-size: 1.1em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header.dp-main-header .dp-nav__list .dp-nav__item a:hover {
  color: #6aaf08;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--notify {
  font-size: 20px;
  position: relative;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--notify span.noty {
  top: 10px;
  right: 0px;
  padding: 2px 3px;
  font-size: 10px;
  position: absolute;
  border-radius: 50%;
  background: #6aaf08;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 0 1.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2b3035;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account img {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  margin-right: 0.5em;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account:hover .dp-nav__sub-list {
  display: block;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account .dp-nav__sub-list {
  right: 0;
  top: 55px;
  width: 200px;
  display: none;
  padding: 10px 5px;
  position: absolute;
  background-color: #2b3035;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.15);
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account .dp-nav__sub-item a {
  display: block;
  padding: 0.5em 0.75em;
  cursor: pointer !important;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account .dp-nav__sub-item a i.icon {
  padding-right: 5px;
}
@media screen and (max-width: 600px) {
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account {
    left: 0;
    bottom: 0;
    float: left;
    z-index: 12;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    max-height: 60px;
    background: #2b3035;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account a {
    display: none;
  }
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account ul.dp-nav__sub-list {
    top: 0;
    padding: 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account ul.dp-nav__sub-list li.dp-nav__sub-item {
    float: left;
  }
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account ul.dp-nav__sub-list li.dp-nav__sub-item a {
    display: block;
    padding: 5px 15px;
    text-align: center;
  }
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account ul.dp-nav__sub-list li.dp-nav__sub-item a i.icon {
    font-size: 20px;
    margin: 5px auto;
  }
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-nav__item--account ul.dp-nav__sub-list li.dp-nav__sub-item a span {
    display: block;
    font-size: 0.75em;
  }
}

.dp-nav-menu {
  left: 0;
  z-index: 2;
  width: 15%;
  float: left;
  display: block;
  overflow: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 210px;
  position: fixed;
  padding-bottom: 1.25em;
  background-color: #FFFFFF;
  min-height: calc(100vh - 55px);
  box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.2);
  -ms-box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(33, 33, 33, 0.2);
}
@media screen and (max-width: 600px) {
  .dp-nav-menu {
    width: 70%;
    z-index: 16;
    display: none;
  }
}
.dp-nav-menu .dp-logo-wrapper {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.dp-nav-menu .dp-logo-wrapper .dp-logo {
  margin: 0;
  display: block;
  margin: 0 1.25em;
}
.dp-nav-menu .dp-logo-wrapper .dp-logo img {
  display: block;
}
.dp-nav-menu .dp-list__item {
  width: 100%;
  position: absolute;
}
.dp-nav-menu .dp-list__item .dp-side__label {
  padding: 0.25em 0.5em 0.125em;
}
.dp-nav-menu .dp-list__item .dp-side__label span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.55em;
  color: #35800c;
  letter-spacing: 0.1em;
}
.dp-nav-menu .dp-list__item .dp-side__item,
.dp-nav-menu .dp-list__item .dp-nav__item {
  position: relative;
}
.dp-nav-menu .dp-list__item .dp-side__item .dp-sub__list,
.dp-nav-menu .dp-list__item .dp-nav__item .dp-sub__list {
  width: 100%;
  display: none;
  font-size: 14px;
  list-style-type: none;
}
@media screen and (max-width: 600px) {
  .dp-nav-menu .dp-list__item .dp-side__item .dp-sub__list,
  .dp-nav-menu .dp-list__item .dp-nav__item .dp-sub__list {
    display: block;
  }
}
.dp-nav-menu .dp-list__item .dp-side__item .dp-sub__list .dp-sub__item,
.dp-nav-menu .dp-list__item .dp-nav__item .dp-sub__list .dp-sub__item {
  width: 90%;
  margin: 5px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dp-nav-menu .dp-list__item .dp-side__item .dp-sub__list .dp-sub__item:hover > a, .dp-nav-menu .dp-list__item .dp-side__item .dp-sub__list .dp-sub__item.active > a,
.dp-nav-menu .dp-list__item .dp-nav__item .dp-sub__list .dp-sub__item:hover > a,
.dp-nav-menu .dp-list__item .dp-nav__item .dp-sub__list .dp-sub__item.active > a {
  background-color: #6aaf08;
  color: #FFFFFF;
}
.dp-nav-menu .dp-list__item .dp-side__item .dp-sub__list .dp-sub__item a,
.dp-nav-menu .dp-list__item .dp-nav__item .dp-sub__list .dp-sub__item a {
  color: #35800c;
  font-size: 0.8rem;
  padding-left: 2.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-left: 4px solid transparent;
}
.dp-nav-menu .dp-list__item .dp-side__item:hover .dp-sub__list, .dp-nav-menu .dp-list__item .dp-side__item.active .dp-sub__list,
.dp-nav-menu .dp-list__item .dp-nav__item:hover .dp-sub__list,
.dp-nav-menu .dp-list__item .dp-nav__item.active .dp-sub__list {
  display: block;
}
.dp-nav-menu .dp-list__item .dp-side__item:hover > a, .dp-nav-menu .dp-list__item .dp-side__item.active > a,
.dp-nav-menu .dp-list__item .dp-nav__item:hover > a,
.dp-nav-menu .dp-list__item .dp-nav__item.active > a {
  background-color: #6aaf08;
  color: #FFFFFF;
}
.dp-nav-menu .dp-list__item .dp-side__item a,
.dp-nav-menu .dp-list__item .dp-nav__item a {
  display: -webkit-box;
  display: flex;
  color: #35800c;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  padding: 1rem 0;
  text-decoration: none;
  -ms-flex-align: center;
}
.dp-nav-menu .dp-list__item .dp-side__item a .arrow,
.dp-nav-menu .dp-list__item .dp-nav__item a .arrow {
  right: 0px;
  float: right;
  position: absolute;
}
.dp-nav-menu .dp-list__item .dp-side__item a .arrow::before,
.dp-nav-menu .dp-list__item .dp-nav__item a .arrow::before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  height: auto;
  content: "▼";
  font-weight: 300;
  text-shadow: none;
  color: #757575;
}
.dp-nav-menu .dp-list__item .dp-side__item a i.icon.fas,
.dp-nav-menu .dp-list__item .dp-nav__item a i.icon.fas {
  margin-right: 5px;
}
.dp-nav-menu .dp-list__item .dp-side__item > a::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
}
@media (min-width: 64rem) {
  .dp-nav-menu .dp-list__item .dp-side__item {
    font-size: 0.9rem;
  }
  .dp-nav-menu .dp-list__item .dp-side__item a {
    padding-left: 0;
  }
  .dp-nav-menu .dp-list__item .dp-side__item > a {
    border-bottom: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.dp-nav-menu.admin-menu {
  color: #FFFFFF;
  background: #35800c;
}
.dp-nav-menu.admin-menu .dp-list__item .dp-nav__item a,
.dp-nav-menu.admin-menu .dp-list__item .dp-side__item a,
.dp-nav-menu.admin-menu .dp-list__item .dp-side__label span {
  color: #FFFFFF;
}

.content-info .box-info i.icon {
  float: left;
  margin: 5px;
  color: #6aaf08;
  font-size: 45px;
  max-width: 60px;
  position: relative;
}
.content-info .box-info .info {
  margin-top: 5px;
  margin-left: 70px;
}
.content-info .box-info .info .value {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

#main .dp-content-wrapper .content-info.profile-content .box-info,
#main .dp-content-wrapper .content-info.profile-content .box-activity,
#main .dp-content-wrapper .content-info.referer-content .box-info,
#main .dp-content-wrapper .content-info.referer-content .box-activity {
  border-bottom: 3px solid #6aaf08;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image,
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-name,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0 10px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image img,
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-name img,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image img,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-name img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-block;
  background-color: #999999;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image p,
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-name p,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image p,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-name p {
  margin-top: 10px;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image button.btn,
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-name button.btn,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image button.btn,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-name button.btn {
  margin: 0;
  border: 0;
  width: auto;
  font-size: 14px;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 18px;
  text-transform: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image button.btn.btn-submit,
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-name button.btn.btn-submit,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image button.btn.btn-submit,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-name button.btn.btn-submit {
  outline: none;
  color: #ffffff;
  background: #6aaf08;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image button.btn.btn-submit:hover,
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-name button.btn.btn-submit:hover,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image button.btn.btn-submit:hover,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-name button.btn.btn-submit:hover {
  opacity: 0.8;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image {
  margin-top: 0px;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image .image,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image .image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  border-radius: 50%;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image .image .upload,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image .image .upload {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  opacity: 0.7;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image .image .upload label.click-btn,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image .image .upload label.click-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image .image:hover .upload,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image .image:hover .upload {
  height: 100%;
}
#main .dp-content-wrapper .content-info.profile-content .box-info .profile-image .image:hover .upload a.click-btn,
#main .dp-content-wrapper .content-info.referer-content .box-info .profile-image .image:hover .upload a.click-btn {
  font-size: 30px;
}
#main .dp-content-wrapper .content-info.profile-content .box-activity .content-body form .charter,
#main .dp-content-wrapper .content-info.referer-content .box-activity .content-body form .charter {
  margin: 0px 0px 10px 0;
  font-size: 13px;
}
#main .dp-content-wrapper .content-info.profile-content .box-activity .content-body form .charter i.icon.fa,
#main .dp-content-wrapper .content-info.referer-content .box-activity .content-body form .charter i.icon.fa {
  color: #6aaf08;
  margin-right: 5px;
}
#main .dp-content-wrapper .content-info.profile-content .box-activity .content-body form .charter ul,
#main .dp-content-wrapper .content-info.referer-content .box-activity .content-body form .charter ul {
  margin-top: 5px;
  margin-left: 10px;
}
#main .dp-content-wrapper .content-info.profile-content .box-activity .content-body form .charter ul li,
#main .dp-content-wrapper .content-info.referer-content .box-activity .content-body form .charter ul li {
  padding: 2px;
}
#main .dp-content-wrapper .content-info.profile-content .box-activity .content-body form .charter ul li h5,
#main .dp-content-wrapper .content-info.referer-content .box-activity .content-body form .charter ul li h5 {
  font-weight: normal;
  font-family: "Montserrat";
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper {
  margin-top: 10px;
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper h3,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper p,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper p {
  font-size: 14px;
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper a.stores,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper a.stores {
  display: block;
  padding: 5px 0px;
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper form,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper form {
  margin: 0;
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper form .form-group,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper form .form-group {
  padding: 0;
  margin: 5px 0;
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper form .form-control,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper form .form-control {
  border-radius: 4px 0px 0px 4px;
}
#main .dp-content-wrapper .content-info.profile-content .identity-wrapper form .btn-submit,
#main .dp-content-wrapper .content-info.referer-content .identity-wrapper form .btn-submit {
  border: 0;
  width: 100%;
  color: #FFFFFF;
  margin: 5px 0px;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  background: #6aaf08;
  border-radius: 0px 4px 4px 0px;
}

.calendar-contain {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", sans-serif;
  position: relative;
  left: 0;
  right: 0;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  min-width: 450px;
  margin: 1rem auto;
  background-color: #f5f7f6;
  color: #040605;
}

@media screen and (min-width: 55em) {
  .calendar-contain {
    margin: auto;
    top: 5%;
  }
}
.title-bar {
  position: relative;
  width: 100%;
  display: table;
  text-align: right;
  background: #f5f7f6;
  padding: 0.5rem;
  margin-bottom: 0;
}

.title-bar:after {
  display: table;
  clear: both;
}

.title-bar__prev {
  position: relative;
  float: left;
  text-align: left;
  cursor: pointer;
  width: 22px;
  height: 30px;
}

.title-bar__prev:after {
  content: "";
  display: inline;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  left: 2px;
  top: 7px;
  margin: auto;
  border-top: 1.5px solid black;
  border-right: 1.5px solid black;
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
      transform: rotate(224deg);
}

.title-bar__next {
  position: relative;
  float: right;
  text-align: right;
  cursor: pointer;
  width: 22px;
  height: 30px;
}

.title-bar__next:after {
  content: "";
  display: inline;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 2px;
  top: 7px;
  margin: auto;
  border-top: 1.5px solid black;
  border-right: 1.5px solid black;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
      transform: rotate(44deg);
}

.title-bar__year {
  display: block;
  position: relative;
  float: left;
  font-size: 1rem;
  line-height: 30px;
  width: 31%;
  padding: 0 0.5rem;
  text-align: center;
}

.title-bar__year select {
  padding: 2px 6px;
  font-size: 16px;
}

@media screen and (min-width: 55em) {
  .title-bar__year {
    width: 31%;
  }
}
.title-bar__month {
  position: relative;
  float: left;
  font-size: 1rem;
  line-height: 30px;
  width: 31%;
  padding: 0 0.5rem;
  text-align: center;
}

.title-bar__month select {
  padding: 2px 6px;
  font-size: 16px;
}

@media screen and (min-width: 55em) {
  .title-bar__month {
    width: 31%;
  }
}
.title-bar__today {
  display: block;
  position: relative;
  float: left;
  font-size: 1rem;
  line-height: 30px;
  width: 31%;
  padding: 0 0.5rem;
  text-align: center;
}

.title-bar__today button {
  padding: 2px 6px;
  font-size: 16px;
}

@media screen and (min-width: 55em) {
  .title-bar__today {
    width: 31%;
  }
}
.calendar__sidebar {
  width: 100%;
  margin: 0 auto;
  float: none;
  background: linear-gradient(120deg, #eff3f3, #e1e7e8);
  padding-bottom: 0.7rem;
}

@media screen and (min-width: 55em) {
  .calendar__sidebar {
    position: absolute;
    height: 100%;
    width: 30%;
    float: left;
    margin-bottom: 0;
  }
}
.calendar__sidebar .content {
  padding: 2rem 1.5rem 2rem 4rem;
  color: #040605;
}

.sidebar__list {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar__list-item {
  margin: 1.2rem 0;
  color: #2d4338;
  font-weight: 100;
  font-size: 1rem;
}

.list-item__time {
  display: inline-block;
  /*width: 60px;*/
}

@media screen and (min-width: 55em) {
  .list-item__time {
    margin-right: 1rem;
  }
}
.sidebar__list-item--complete {
  color: rgba(4, 6, 5, 0.3);
}

.sidebar__list-item--complete .list-item__time {
  color: rgba(4, 6, 5, 0.3);
}

.sidebar__heading {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.sidebar__heading span {
  float: right;
  font-weight: 300;
}

.calendar__heading-highlight {
  color: #2d444a;
  font-weight: 900;
}

.calendar__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
  float: none;
  min-height: auto;
  height: 80%;
  font-size: 12px;
  padding: 0.8rem 0 1rem 1rem;
  background: #f5f7f6;
}

@media screen and (min-width: 55em) {
  .calendar__days {
    width: 70%;
    float: right;
  }
}
.calendar__top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 32px;
  -ms-flex: 32px 0 0px;
      flex: 32px 0 0;
}

.top-bar__days {
  width: 100%;
  padding: 0 5px;
  color: #2d4338;
  font-weight: 100;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 1rem;
}

.calendar__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
}

.calendar__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 1.9rem 0.2rem 0.2rem;
  cursor: pointer;
}

.calendar__day.event .calendar__date, .calendar__day.event .calendar__task {
  color: #4285f4;
}

.calendar__date {
  color: #040605;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 0.7;
}

@media screen and (min-width: 55em) {
  .calendar__date {
    font-size: 2.3rem;
  }
}
.calendar__week .inactive .calendar__date,
.calendar__week .inactive .task-count {
  color: #c6c6c6;
}

.calendar__week .today .calendar__date {
  color: #fd588a;
}

.calendar__task {
  color: #040605;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
}

@media screen and (min-width: 55em) {
  .calendar__task {
    font-size: 1rem;
  }
}
.calendar__task.calendar__task--today {
  color: #fd588a;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  margin-top: 5px;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0.2em 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  top: -4px;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 23px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*# sourceMappingURL=style.css.map */