.ember-basic-dropdown {
  position: relative; }

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box; }

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff; }

.ember-basic-dropdown-content--left {
  left: 0; }

.ember-basic-dropdown-content--right {
  right: 0; }

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none; }

.ember-basic-dropdown-content-wormhole-origin {
  display: inline; }

.ember-power-select-dropdown * {
  box-sizing: border-box; }

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */ }
  .ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both; }

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none; }

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded="true"],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded="true"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent; }
  .ember-basic-dropdown-trigger[aria-expanded="true"] .ember-power-select-status-icon {
    transform: rotate(180deg); }

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer; }

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */ }
  .ember-power-select-trigger-multiple-input:disabled {
    background-color: #eeeeee; }
  .ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999999; }

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0; }

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px; }

.ember-power-select-multiple-remove-btn {
  cursor: pointer; }
  .ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: 0.5; }

.ember-power-select-search {
  padding: 4px; }

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px; }
  .ember-power-select-search-input:focus {
    border: 1px solid #aaaaaa;
    box-shadow: none; }

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit; }

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%; }

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none; }
  .ember-power-select-options[role="listbox"] {
    overflow-y: auto;
    /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em; }

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px; }

.ember-power-select-group[aria-disabled="true"] {
  color: #999999;
  cursor: not-allowed; }

.ember-power-select-group[aria-disabled="true"] .ember-power-select-option,
.ember-power-select-option[aria-disabled="true"] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #dddddd; }

.ember-power-select-option[aria-current="true"] {
  background-color: #5897fb;
  color: #ffffff; }

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold; }

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee; }

.ember-power-select-trigger {
  padding: 0 16px 0 0; }

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px; }

.ember-power-select-status-icon {
  right: 5px; }

.ember-power-select-clear-btn {
  right: 25px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px; }

.ember-power-select-group .ember-power-select-option {
  padding-left: 24px; }

.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px; }

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
    margin-right: 8px; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial; }
  .ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px; }

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px; }

.inline-flex {
  display: inline-flex; }

.borderless {
  border: none !important; }

.lightBlue {
  background-color: #f7f7ff !important; }

.lightBlue:hover {
  background-color: #EBEBFF !important; }

.white:hover {
  background-color: #EBEBEB !important; }

.float.right {
  float: right; }

.float.left {
  float: left; }

.linkStyle {
  cursor: pointer;
  color: #4183C4; }

.opaqueRedBackground {
  background-color: rgba(255, 0, 0, 0.3); }

.noPadding {
  padding: 0 !important; }

.noMargin {
  margin: 0 !important; }

.noBoxShadow {
  box-shadow: none !important; }

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #33cc33 !important; }

.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
  background-color: #009933 !important; }

.read-more.is-closed .read-more-body {
  overflow-y: hidden;
  width: 100%;
  display: block;
  max-height: 100px; }

.read-more.is-open .read-more-body {
  overflow-y: hidden;
  width: 100%;
  display: block; }

.input.validation.failed {
  background-color: #FFF6F6 !important; }

.ssComments.ssContainer {
  margin-top: 40px; }

.ssComments.ssHeader {
  font-weight: bold;
  padding: 10px;
  font-size: 1.28em;
  border-bottom: solid #D4D4D5 1px; }

.ssComments.ssItem {
  border-bottom: solid #D4D4D5 1px;
  margin: 5px; }

.ssComments.ssUser {
  font-size: 1.10em;
  color: rgba(0, 0, 0, 0.75);
  font-weight: bold;
  margin-left: 5px;
  margin-right: 10px; }

.ssComments.ssTimestamp {
  color: rgba(0, 0, 0, 0.4); }

.ssComments.ssContent {
  margin: 5px;
  padding: 5px; }

.smallMargin {
  margin: 10px !important; }

.margin-left {
  margin-left: 1rem; }

.displayNone {
  display: none; }

/* Application template */
#applicationMenu {
  margin: 0; }

#applicationContainer {
  min-width: 1150px;
  width: 90%;
  margin: 10px 50px auto;
  padding-bottom: 50px; }

#loader {
  position: fixed; }

#loader.hide {
  display: none; }

#routeMessage {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  text-align: center;
  font-weight: bold; }

#routeMessage p {
  padding-top: 5px;
  padding-bottom: 5px; }

#logout:hover {
  cursor: pointer; }

.ignoreActive.active {
  background: transparent !important; }

.ignoreActive.active:hover {
  cursor: auto;
  background: rgba(0, 0, 0, 0.07) !important; }

.textarea.note {
  resize: none !important; }

.swaps.input.note {
  border: none !important; }

/* Create template */
.textarea.borderless {
  border: none !important;
  resize: none !important; }

/* Application template */
#notificationWrapper #instruction {
  font-style: italic;
  font-size: 12px;
  float: right; }

#stagingBanner {
  width: 100%;
  background-color: #ff9b00;
  margin: 0;
  text-align: center; }

#updateBanner {
  width: 100%;
  background-color: #52ff62;
  margin: 0;
  text-align: center;
  padding-bottom: 10px; }

.changeLog {
  padding: 10px;
  border-radius: 4px; }

.changeLog .title {
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 255, 0.5); }

.changeLog .entry .heading {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 255, 0.5);
  padding-bottom: 5px; }

.changeLog .entry {
  padding-top: 10px; }

.changeLog .entry .description {
  border-top: solid #D4D4D5 1px;
  padding-top: 5px; }

.filterContainer {
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
  position: relative; }

.filterContainer button {
  position: absolute;
  right: 5px; }

.internalFeedback {
  font-family: 'Segoe UI', 'Lucida Grande','Ubuntu','sans-serif';
  margin: 0;
  position: fixed;
  bottom: 0;
  right: 0; }

.internalFeedback .button {
  font-weight: bold;
  background-color: #0096ff;
  color: black;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-top-left-radius: 10px;
  margin: 0;
  padding: 10px;
  padding-bottom: 2px;
  transition: padding-bottom 0.25s, background-color 0.25s; }

.internalFeedback .button:hover {
  cursor: pointer;
  /* Disable highlighting text */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  padding-bottom: 10px; }

.internalFeedback .button.hide {
  display: none; }

.internalFeedback .form {
  background-color: white;
  padding: 5px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-top-left-radius: 5px;
  height: 100%;
  display: inline-block; }

.internalFeedback .form.hide {
  display: none; }

.internalFeedback .form label {
  font-weight: bolder;
  color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase; }

.internalFeedback .form label:after {
  content: "\a";
  white-space: pre; }

.internalFeedback .form input {
  border: 1px solid rgba(0, 255, 255, 0.75);
  border-radius: 5px;
  width: 30em; }

.internalFeedback .form textarea {
  resize: none;
  border: 1px solid rgba(0, 255, 255, 0.75);
  border-radius: 5px;
  width: 30em;
  height: 20em; }

.internalFeedback .form textarea:after {
  content: "\a";
  white-space: pre; }

.internalFeedback .form .submit {
  float: right;
  font-weight: bold;
  background-color: #0096ff;
  color: white;
  border-radius: 10px;
  border: 0;
  padding: 10px;
  margin-right: 10px; }

.internalFeedback .form .submit:hover {
  background-color: #0064ff; }

.internalFeedback .form .submit:disabled {
  background: #64c8ff; }

.internalFeedback .form .cancel {
  float: left;
  font-weight: bold;
  background-color: #e3e3e3;
  color: white;
  border-radius: 10px;
  border: 0;
  padding: 10px;
  margin: 0; }

.internalFeedback .form .cancel:hover {
  background-color: #c8c8c8; }

.no-resize {
  resize: none !important; }
  .no-resize.comment-box-new {
    height: 192px !important; }

form.ui.form.shipping .red-text {
  color: #db2828; }

form.ui.form.shipping .green-text {
  color: #21ba45; }

th > .ui.fluid.input > input {
  min-width: 75px; }

.custom-address-message {
  font-size: 14px;
  font-weight: lighter; }

.ember-basic-dropdown-trigger {
  display: flex;
  min-width: 100px; }

.ember-power-select-placeholder {
  display: flex; }

th > .ui.fluid.input input.daterangepicker-input {
  min-width: 200px; }

.disabled-dropdown {
  opacity: 0.45; }

.checkbox-with-inline-text {
  display: flex;
  padding-bottom: 0.5rem; }
  .checkbox-with-inline-text .text {
    margin: auto 0;
    width: 20%; }

.persistent-text-dropdown.ui.right.floated.dropdown.labeled.right.icon.basic.button.search {
  margin-bottom: 10px; }

.auto-builder-checkbox {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .auto-builder-checkbox > i {
    margin-left: 0.25rem; }
    .auto-builder-checkbox > i > .info.circle {
      height: unset; }

.sub-header {
  color: #8f8f8f;
  font-size: 80%; }

.action-nofitication.red {
  color: #DB2828; }

.action-nofitication.orange {
  color: #F2711C; }

.action-nofitication.yellow {
  color: #FBBD08; }

.red-text {
  color: #DB2828; }

.green-text {
  color: #82DB28; }

.orange-text {
  color: #FBBD08; }

i.blue.fa {
  color: #2185D0 !important; }

i.red.fa {
  color: #DB2828 !important; }

.ui.fluid.input.large-size-field {
  min-width: 88px; }

.fees-header.ui.header {
  margin-top: 25px; }

.ui.form .disabled.fields .field,
.ui.form .disabled.field,
.ui.form .field input:disabled {
  pointer-events: none;
  background-color: #eee;
  opacity: 1 !important; }

.ui.fluid.dropdown {
  height: fit-content;
  min-width: 85px; }

.ui.swap-overview-table th,
.ui.rma-overview-table th {
  min-width: 100px; }

.ui.swap-overview-table .boarding-status {
  display: flex;
  align-items: center; }

.ui.table th.min200 {
  min-width: 200px; }

.ui.table.error {
  border-color: #DB2828;
  color: #DB2828; }
  .ui.table.error .title {
    background-color: rgba(221, 37, 37, 0.3); }

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

.menu-group-line {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #013147; }

.admin-panel {
  width: 600px; }
  .admin-panel table {
    border-color: #000000; }
    .admin-panel table .title {
      background: #eeeded; }
    .admin-panel table td.bold {
      font-weight: bold; }
  .admin-panel .delete {
    width: fit-content;
    margin-left: auto; }

.col-1 {
  width: 10%; }

.col-2 {
  width: 20%; }

.col-3 {
  width: 30%; }

.col-4 {
  width: 40%; }

.col-5 {
  width: 50%; }

.col-6 {
  width: 60%; }

.col-7 {
  width: 70%; }

.col-8 {
  width: 80%; }

.col-9 {
  width: 90%; }

.col-10 {
  width: 100%; }

.shipping-address-header-container {
  text-align: end;
  margin-bottom: 10px; }

.tooltip {
  position: relative;
  display: inline-block; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    word-break: break-word;
    border: 1px solid #000000;
    color: #000000;
    font-size: 16px; }
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent; }
  .tooltip.icon-big {
    font-size: 2em; }

.info.icon.alert-merchant-var {
  font-size: 2em !important;
  position: relative; }
  .info.icon.alert-merchant-var .ui.popup {
    width: max-content;
    top: -95px;
    font-size: 0.5em; }
  .info.icon.alert-merchant-var .ui.top.right::before {
    right: 0.82em; }

.info.icon:hover .ui.popup {
  display: block; }

.pull-right .ml-15 {
  margin-left: 15px; }

.ui.table.swap-info-box {
  margin-bottom: 1em;
  max-width: 700px;
  background: #f6f6f6;
  border: none;
  border-radius: 5px;
  padding: 8px 16px; }
  .ui.table.swap-info-box.short {
    max-width: 560px; }
  .ui.table.swap-info-box thead th {
    background: #f6f6f6;
    border-bottom: none; }
  .ui.table.swap-info-box tbody tr td {
    color: #88969E;
    font-weight: 600; }
    .ui.table.swap-info-box tbody tr td.center {
      display: flex;
      justify-content: center;
      align-items: center; }
    .ui.table.swap-info-box tbody tr td .partner-level-circle {
      height: 30px;
      width: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      color: #FFFFFF;
      background: rgba(19, 110, 246, 0.5); }
      .ui.table.swap-info-box tbody tr td .partner-level-circle.level-A {
        background: #136EF6; }
      .ui.table.swap-info-box tbody tr td .partner-level-circle.level-B {
        background: rgba(19, 110, 246, 0.8); }

@font-face {
  font-family: 'Sofia Pro';
  src: url("/font/SofiaPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Sofia Pro';
  src: url("/font/SofiaPro-Regularitalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Sofia Pro';
  src: url("/font/SofiaPro-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Sofia Pro';
  src: url("/font/SofiaPro-Bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }

body {
  font-family: "Sofia Pro"; }
  body .ui.header,
  body .ui.button,
  body .ui.menu,
  body .ui {
    font-family: "Sofia Pro"; }
  body .ui.info-container {
    display: flex;
    justify-content: space-between; }
    body .ui.info-container .info-container-icon {
      width: 2rem;
      height: 2rem;
      font-size: 1.8rem; }
  body .logo,
  body #brand-image {
    height: 50px; }
  body #brand-image {
    left: 7px; }
  body .ht-nav .ui.pointing.top.fixed.menu,
  body .ht-nav .ui.menu,
  body .ui.visible.left.overlay.sidebar,
  body .ui.vertical.menu {
    background-color: #090304; }
  body i.blue.icon,
  body .ht-nav .ui.pointing.top.fixed.menu .item.burger,
  body .ht-nav .ui.menu .item.burger,
  body a {
    color: #136EF6; }
  body .ui.primary.buttons .button,
  body .ui.primary.button,
  body .ui.sidebar.menu .item::after {
    background-color: #136EF6; }

/*# sourceMappingURL=swap-system.css.map */