@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;
  line-height: 1.2;
}

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;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin: 10px 0px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.ptb10 {
  padding: 10px 0px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin: 20px 0px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.ptb20 {
  padding: 20px 0px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin: 30px 0px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.ptb30 {
  padding: 30px 0px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin: 40px 0px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.ptb40 {
  padding: 40px 0px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin: 50px 0px;
}

.p50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px;
}

.ptb50 {
  padding: 50px 0px;
}

.qflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qflex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.qflex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qflex-center-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qflex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.qflex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qflex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.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.5;
}

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);
  transform: rotate(45deg);
  opacity: 0.6;
  top: 1rem;
}

.qc-modal-container span.after {
  -webkit-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;
  overflow: hidden;
}

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

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

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 55px;
  min-height: 100vh;
  position: relative;
}
#main.login-main {
  padding-top: 0;
}

.load {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 10s ease, visibility 10s ease;
  transition: opacity 10s ease, visibility 10s ease;
}
.load.hidden {
  opacity: 0;
  visibility: hidden;
}
.load .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.load .content h1 {
  font-size: 50pt;
  font-weight: bold;
  text-align: center;
  line-height: 60pt;
  letter-spacing: 6px;
  color: #FFFFFF;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}
.load .content h1 img {
  width: 450px;
  max-width: 100%;
}
.load .content h2 {
  color: #fff;
  font-size: 30pt;
  text-align: center;
  margin-top: 10px;
  -webkit-animation: text-fade 3s infinite;
          animation: text-fade 3s infinite;
}
.load .animated-bar {
  width: 90px;
  height: 14px;
  -webkit-box-shadow: 0 3px 0 #fff;
          box-shadow: 0 3px 0 #fff;
  position: relative;
  clip-path: inset(-40px 0 -5px);
  margin-bottom: 15px;
}
.load .animated-bar:before {
  content: "";
  position: absolute;
  inset: auto calc(50% - 17px) 0;
  height: 50px;
  --g: no-repeat linear-gradient(#ccc 0 0);
  background: var(--g), var(--g), var(--g), var(--g);
  background-size: 16px 14px;
  -webkit-animation: l7-1 2s infinite linear, l7-2 2s infinite linear;
          animation: l7-1 2s infinite linear, l7-2 2s infinite linear;
}

@-webkit-keyframes l7-1 {
  0%, 100% {
    background-position: 0 -50px, 100% -50px;
  }
  17.5% {
    background-position: 0 100%, 100% -50px, 0 -50px, 100% -50px;
  }
  35% {
    background-position: 0 100%, 100% 100%, 0 -50px, 100% -50px;
  }
  52.5% {
    background-position: 0 100%, 100% 100%, 0 calc(100% - 16px), 100% -50px;
  }
  70%, 98% {
    background-position: 0 100%, 100% 100%, 0 calc(100% - 16px), 100% calc(100% - 16px);
  }
}

@keyframes l7-1 {
  0%, 100% {
    background-position: 0 -50px, 100% -50px;
  }
  17.5% {
    background-position: 0 100%, 100% -50px, 0 -50px, 100% -50px;
  }
  35% {
    background-position: 0 100%, 100% 100%, 0 -50px, 100% -50px;
  }
  52.5% {
    background-position: 0 100%, 100% 100%, 0 calc(100% - 16px), 100% -50px;
  }
  70%, 98% {
    background-position: 0 100%, 100% 100%, 0 calc(100% - 16px), 100% calc(100% - 16px);
  }
}
@-webkit-keyframes l7-2 {
  0%, 70% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(200%);
            transform: translate(200%);
  }
}
@keyframes l7-2 {
  0%, 70% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(200%);
            transform: translate(200%);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes text-fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes text-fade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
#main .dp-content-wrapper,
.white-popup-block .dp-content-wrapper {
  float: right;
  padding: 10px;
  margin-left: 13rem;
  position: relative;
  width: calc(100% - 13rem);
  height: calc(100vh - 56px - 25px);
  overflow-x: auto;
}
@media screen and (max-width: 600px) {
  #main .dp-content-wrapper,
  .white-popup-block .dp-content-wrapper {
    margin: 0;
    width: 100%;
    height: calc(100vh - 100px - 10px);
    max-width: 100%;
    margin-bottom: 50px;
  }
}
#main .dp-content-wrapper.page-login,
.white-popup-block .dp-content-wrapper.page-login {
  width: 100%;
  margin-left: 0;
}
#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: #FF9041;
}
#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;
  -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.footer-element,
.white-popup-block .dp-content-wrapper .content-info.footer-element {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #efefef;
  padding: 5px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#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,
.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 {
  color: #FFFFFF;
  background: #0089D0;
  text-decoration: none;
  border-color: #FFFFFF;
  display: block;
}
#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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
  .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 {
    margin-bottom: 5px;
  }
}
#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,
.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 {
  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,
.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 {
  width: 100%;
  float: left;
  position: relative;
  vertical-align: top;
  background: #0089D0;
  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,
.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 {
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
  line-height: 15px;
  margin-bottom: 10px;
  padding-left: 15px;
}
#main .dp-content-wrapper .content-info .box-activity .panel_header .title.tickets,
#main .dp-content-wrapper .content-info .box-history .panel_header .title.tickets,
#main .dp-content-wrapper .content-history .box-activity .panel_header .title.tickets,
#main .dp-content-wrapper .content-history .box-history .panel_header .title.tickets,
#main .dp-content-wrapper .profile-content .box-activity .panel_header .title.tickets,
#main .dp-content-wrapper .profile-content .box-history .panel_header .title.tickets,
#main .dp-content-wrapper .referer-content .box-activity .panel_header .title.tickets,
#main .dp-content-wrapper .referer-content .box-history .panel_header .title.tickets,
#main .dp-content-wrapper .bank-content .box-activity .panel_header .title.tickets,
#main .dp-content-wrapper .bank-content .box-history .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .content-info .box-activity .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .content-info .box-history .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .content-history .box-activity .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .content-history .box-history .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .profile-content .box-history .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .referer-content .box-history .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .panel_header .title.tickets,
.white-popup-block .dp-content-wrapper .bank-content .box-history .panel_header .title.tickets {
  padding-bottom: 0px;
}
#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,
.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 {
  width: 100%;
  float: left;
  -webkit-transition: 800ms;
  transition: 800ms;
  padding: 10px 5px;
  position: relative;
  /* Estilos para la barra de desplazamiento */
}
#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,
.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 {
  line-height: 10px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .list-table,
#main .dp-content-wrapper .content-info .box-history .content-body .list-table,
#main .dp-content-wrapper .content-history .box-activity .content-body .list-table,
#main .dp-content-wrapper .content-history .box-history .content-body .list-table,
#main .dp-content-wrapper .profile-content .box-activity .content-body .list-table,
#main .dp-content-wrapper .profile-content .box-history .content-body .list-table,
#main .dp-content-wrapper .referer-content .box-activity .content-body .list-table,
#main .dp-content-wrapper .referer-content .box-history .content-body .list-table,
#main .dp-content-wrapper .bank-content .box-activity .content-body .list-table,
#main .dp-content-wrapper .bank-content .box-history .content-body .list-table,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .list-table,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .list-table,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .list-table,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .list-table,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .list-table,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .list-table,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .list-table,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .list-table,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .list-table,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .list-table {
  display: block;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .list-table li,
#main .dp-content-wrapper .content-info .box-history .content-body .list-table li,
#main .dp-content-wrapper .content-history .box-activity .content-body .list-table li,
#main .dp-content-wrapper .content-history .box-history .content-body .list-table li,
#main .dp-content-wrapper .profile-content .box-activity .content-body .list-table li,
#main .dp-content-wrapper .profile-content .box-history .content-body .list-table li,
#main .dp-content-wrapper .referer-content .box-activity .content-body .list-table li,
#main .dp-content-wrapper .referer-content .box-history .content-body .list-table li,
#main .dp-content-wrapper .bank-content .box-activity .content-body .list-table li,
#main .dp-content-wrapper .bank-content .box-history .content-body .list-table li,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .list-table li,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .list-table li,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .list-table li,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .list-table li,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .list-table li,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .list-table li,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .list-table li,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .list-table li,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .list-table li,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .list-table li {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #DDDDDD;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .content-info .box-history .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .content-history .box-activity .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .content-history .box-history .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .profile-content .box-activity .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .profile-content .box-history .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .referer-content .box-activity .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .referer-content .box-history .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .bank-content .box-activity .content-body .list-table li:last-of-type,
#main .dp-content-wrapper .bank-content .box-history .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .list-table li:last-of-type,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .list-table li:last-of-type {
  border-bottom: none;
}
#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,
.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 {
  width: 100%;
  display: block;
  position: relative;
}
#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,
.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 {
  width: 100%;
  font-size: 14px;
  background-color: transparent;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table thead,
#main .dp-content-wrapper .content-info .box-history .content-body .table-responsive table thead,
#main .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table thead,
#main .dp-content-wrapper .content-history .box-history .content-body .table-responsive table thead,
#main .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table thead,
#main .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table thead,
#main .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table thead,
#main .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table thead,
#main .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table thead,
#main .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .table-responsive table thead,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .table-responsive table thead {
  position: sticky;
  top: 1px;
  z-index: 1;
  background-color: #efefef;
}
#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,
.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 {
  padding: 5px;
  text-align: left;
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  margin-right: 3px;
}
#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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  color: #4D4D4D;
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  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,
.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 {
  outline: none;
  color: #ffffff;
  background: #0089D0;
}
#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,
.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 {
  outline: none;
  color: #333333;
  background: #eaeaea;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .scroll-area,
#main .dp-content-wrapper .content-info .box-history .content-body .scroll-area,
#main .dp-content-wrapper .content-history .box-activity .content-body .scroll-area,
#main .dp-content-wrapper .content-history .box-history .content-body .scroll-area,
#main .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area,
#main .dp-content-wrapper .profile-content .box-history .content-body .scroll-area,
#main .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area,
#main .dp-content-wrapper .referer-content .box-history .content-body .scroll-area,
#main .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area,
#main .dp-content-wrapper .bank-content .box-history .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .scroll-area {
  height: 400px;
  overflow-y: auto;
  padding-right: 16px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline {
  position: relative;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-item,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-item,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-item,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-item,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-item,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-item,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-item,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-item,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-item,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-item,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-marker,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-marker,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-marker,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-marker,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-marker,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-marker,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-marker,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-marker,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-marker,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-marker,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-dot,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-dot,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-dot,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-dot,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-dot,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-dot,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-dot,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-dot,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-dot,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-dot,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-dot {
  width: 12px;
  height: 12px;
  background-color: #3b82f6;
  border-radius: 50%;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-line,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-line,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-line,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-line,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-line,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-line,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-line,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-line,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-line,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-line,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-line {
  width: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #e0e0e0;
  margin-top: 4px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-content time,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-content time,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-content time,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-content time,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content time,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-content time,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content time,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-content time,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content time,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content time,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-content time {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 4px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-content h3,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-content h3,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-content h3,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-content h3,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content h3,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-content h3,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content h3,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-content h3,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content h3,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content h3,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-content h3 {
  margin: 0 0 8px 0;
  font-size: 1.125rem;
  font-weight: 600;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-content p,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-content p,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-content p,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-content p,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content p,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-content p,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content p,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-content p,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content p,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content p,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-content p {
  margin: 0 0 8px 0;
  color: #666;
  font-size: 1rem;
  line-height: 1.2rem;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content .person-in-charge,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-content .person-in-charge,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-content .person-in-charge {
  font-size: 0.875rem;
  color: #3b82f6;
  font-weight: 500;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .content-info .box-history .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .content-history .box-activity .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .content-history .box-history .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .profile-content .box-activity .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .profile-content .box-history .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .referer-content .box-activity .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .referer-content .box-history .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .bank-content .box-activity .content-body .timeline-item:last-child .timeline-line,
#main .dp-content-wrapper .bank-content .box-history .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .timeline-item:last-child .timeline-line,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .timeline-item:last-child .timeline-line {
  display: none;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar,
#main .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar {
  width: 8px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
#main .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar-track,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
#main .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
#main .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
#main .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .content-info .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .content-info .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .content-history .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .content-history .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .profile-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .profile-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .referer-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .referer-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .bank-content .box-activity .content-body .scroll-area::-webkit-scrollbar-thumb:hover,
.white-popup-block .dp-content-wrapper .bank-content .box-history .content-body .scroll-area::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.swal-button {
  background-color: #0089D0;
}
.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: #0089D0;
}

.login-main .page-login,
.register-main .page-login {
  overflow: hidden;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
}
.login-main .contentent-loginbox,
.register-main .contentent-loginbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.login-main .contentent-loginbox .aside-login,
.register-main .contentent-loginbox .aside-login {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  position: relative;
  width: calc(50% - 0.5px);
  background: url("../img/convenios-21.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
@media screen and (max-width: 900px) {
  .login-main .contentent-loginbox .aside-login,
  .register-main .contentent-loginbox .aside-login {
    width: 100%;
  }
}
.login-main .contentent-loginbox .aside-login .overlay::before,
.register-main .contentent-loginbox .aside-login .overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 1, 1, 0.15)), color-stop(87%, rgba(1, 1, 1, 0.7)));
  background: linear-gradient(rgba(2, 1, 1, 0.15) 0%, rgba(1, 1, 1, 0.7) 87%);
}
.login-main .contentent-loginbox .form-login,
.register-main .contentent-loginbox .form-login {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(50% - 0.5px);
  padding-top: 30px;
  padding-bottom: 70px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .login-main .contentent-loginbox .form-login,
  .register-main .contentent-loginbox .form-login {
    width: 100%;
  }
}
.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: #FF9041;
}
.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;
  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 .content-logo {
  width: 100%;
  max-width: 380px;
}
.form-login .content-logo .logo {
  width: 250px;
  padding: 10px;
  float: left;
  margin-bottom: 100px;
}
.form-login .policity {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  bottom: 20px;
  position: absolute;
  text-align: center;
  line-height: 26px;
}
.form-login .policity span, .form-login .policity a {
  font-weight: bold;
  margin-left: 5px;
}
.form-login .policity a {
  text-decoration: none;
}
.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: 100%;
  max-width: 380px;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .form-login .content-info {
    padding-bottom: 10px;
  }
}
.form-login .content-info h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 0.5rem;
}
.form-login .content-info span {
  line-height: 24px;
  font-size: 16px;
}
.form-login .content-info .form {
  margin-top: 50px;
  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;
  font-weight: bold;
}
.form-login .content-info .form .form-control {
  font-size: 16px;
  min-height: 44px;
  line-height: 28px;
  border-radius: 5px;
}
.form-login .content-info .form input[type=submit] {
  color: #FFFFFF;
  background: #0089D0;
}

header.dp-main-header {
  top: 0;
  margin-left: 13rem;
  width: calc(100% - 13rem);
  z-index: 10;
  min-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #0089D0;
  -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);
}
@media screen and (max-width: 700px) {
  header.dp-main-header {
    width: 100%;
    margin-left: 0px;
  }
}
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;
}
@media screen and (max-width: 600px) {
  header.dp-main-header .dp-nav__list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
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);
  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);
  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.dp-logo-wrapper {
  width: 100%;
  display: none;
  flex-shrink: 0;
  max-width: 200px;
  -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;
}
@media screen and (max-width: 600px) {
  header.dp-main-header .dp-nav__list .dp-nav__item.dp-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-logo-wrapper .dp-logo {
  margin: 0;
  display: block;
  margin: 0 1.25em;
}
header.dp-main-header .dp-nav__list .dp-nav__item.dp-logo-wrapper .dp-logo img {
  display: block;
}
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: #0089D0;
}
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: #0089D0;
}
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;
  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: 12px;
  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;
}
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-navbar {
  width: 13rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 90;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow-x: auto;
  padding: 0;
  color: #FFFFFF;
  background-color: #222d32;
  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-navbar {
    width: 70%;
    z-index: 16;
    display: none;
    height: calc(100vh - 55px);
  }
}
.dp-navbar .dp-logo-wrapper {
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  max-width: 200px;
  -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;
}
@media screen and (max-width: 600px) {
  .dp-navbar .dp-logo-wrapper {
    display: none;
  }
}
.dp-navbar .dp-logo-wrapper .dp-logo {
  margin: 0;
  display: block;
  margin: 0 1.25em;
}
.dp-navbar .dp-logo-wrapper .dp-logo img {
  display: block;
}

.dp-nav-menu {
  left: 0;
  z-index: 2;
  float: left;
  overflow: auto;
  display: block;
  min-width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 1.25em;
  height: calc(100vh - 71px);
}
.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: #FFFFFF;
  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: #0089D0;
  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: #FFFFFF;
  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: #0089D0;
  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: #FFFFFF;
  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: #FFFFFF;
}
.dp-nav-menu .dp-list__item .dp-side__item a i.icon.fas,
.dp-nav-menu .dp-list__item .dp-side__item a i.icon.fa,
.dp-nav-menu .dp-list__item .dp-nav__item a i.icon.fas,
.dp-nav-menu .dp-list__item .dp-nav__item a i.icon.fa {
  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: #4D4D4D;
}
.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.medical-custom {
  padding: 1.5rem !important;
  background: rgba(0, 137, 208, 0.8) !important;
}
.content-info .box-info.medical-custom::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 0;
}
.content-info .box-info.medical-custom .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
  position: relative;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.content-info .box-info.medical-custom .row .description-panel {
  padding: 10px;
}
.content-info .box-info.medical-custom .row h4 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: white;
}
.content-info .box-info.medical-custom .row p {
  color: white;
}
.content-info .box-info.linktree {
  overflow: auto !important;
  position: relative;
  padding: 5px !important;
  -webkit-box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
          box-shadow: 5px 5px 5px rgba(33, 33, 33, 0.2);
}
@media (max-width: 768px) {
  .content-info .box-info.linktree {
    margin-top: 10px;
  }
}
.content-info .box-info.linktree .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  -webkit-border-after: 1px solid #eff2ff;
          border-block-end: 1px solid #eff2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-info .box-info.linktree .card-header .card-title {
  position: relative;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 500;
}
.content-info .box-info.linktree .card-header .card-link a {
  right: 0;
  float: right;
  color: white;
  border-radius: 5px;
  padding: 0px 10px;
  background: #0089D0;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-info .box-info.linktree .card-header .card-link a:hover {
  background: #2ea3f2;
}
.content-info .box-info.linktree .card-body {
  padding: 5px;
  display: block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-info .box-info.linktree .card-body .link-item {
  width: 16.6666666667%;
  padding: 5px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  /* Medium view: 4 elements per row */
  /* Mobile view: 3 elements per row */
  /* Small mobile view: 2 elements per row */
}
@media (max-width: 1200px) {
  .content-info .box-info.linktree .card-body .link-item {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .content-info .box-info.linktree .card-body .link-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .content-info .box-info.linktree .card-body .link-item {
    width: 50%;
  }
}
.content-info .box-info.linktree .card-body .link-item .icon-item {
  width: 100%;
  position: relative;
  font-size: 0.85rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0089D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  vertical-align: middle;
  padding: 1rem !important;
  border-radius: 0.3rem !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-info .box-info.linktree .card-body .link-item .icon-item:hover {
  background: #2ea3f2;
}
.content-info .box-info.linktree .card-body .link-item .icon-item i {
  font-size: 1.375rem;
  color: white;
}
.content-info .box-info.linktree .card-body .link-item .description-item {
  font-size: 0.75rem;
  font-weight: 500 !important;
  padding-top: 0.5rem !important;
  display: block !important;
}
.content-info .box-info.birthdays {
  border-radius: 5px;
  background: #FFFFFF;
}
.content-info .box-info.birthdays .card-header {
  width: 100%;
  padding: 10px;
  display: block;
  text-align: center;
  padding: 1rem 1.25rem;
  -webkit-border-after: 1px solid #eff2ff;
          border-block-end: 1px solid #eff2ff;
}
.content-info .box-info.birthdays .card-header .card-title {
  position: relative;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 500;
}
.content-info .box-info.birthdays .box-body {
  list-style: none;
  margin-bottom: 0;
}
.content-info .box-info.birthdays .box-body .no-birthday {
  padding: 10px 5px 10px 5px;
}
.content-info .box-info.birthdays .box-body .person {
  width: 100%;
  display: table;
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.content-info .box-info.birthdays .box-body .person .event {
  width: 30%;
  float: left;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.content-info .box-info.birthdays .box-body .person .event span {
  width: 100%;
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1A1A1A;
  -webkit-text-fill-color: transparent;
}
.content-info .box-info.birthdays .box-body .person .name {
  width: 70%;
  float: left;
}
.content-info .box-info.birthdays .box-body .person .name span {
  font-size: 14px;
  font-weight: 500;
  line-height: 0.5em;
}
.content-info .box-info i.icon {
  float: left;
  margin: 5px;
  color: #0089D0;
  font-size: 45px;
  max-width: 60px;
  position: relative;
}
.content-info .box-info .info {
  display: -ms-grid;
  display: grid;
  margin-top: 5px;
  text-align: center;
  height: 100%;
}
.content-info .box-info .info .value {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-info .box-info {
  padding: 20px;
  text-align: center;
  height: 100%;
}
.content-info .box-info i.icon {
  float: left;
  margin: 5px;
  color: #0089D0;
  font-size: 45px;
  max-width: 60px;
  position: relative;
}
.content-info .box-info .info {
  margin-top: 5px;
}
.content-info .box-info .info .value {
  font-size: 16px;
  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 #0089D0;
}
#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: #0089D0;
}
#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: #0089D0;
  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: #0089D0;
  border-radius: 0px 4px 4px 0px;
}

.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 */