.trade-color-green {
  color: #5e981a;
}

.trade-color-red {
  color: #f00;
}

.lds-ring {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fcea59;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fcea59 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inline-loader,
.inline-loader:before,
.inline-loader:after {
  background: #fcea59;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 0.5em;
}

.inline-loader {
  color: #fcea59;
  text-indent: -9999em;
  margin: 0 25px;
  position: relative;
  font-size: 5px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.inline-loader:before,
.inline-loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.inline-loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.inline-loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.trade-security-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  text-align: center;
  padding: 16px;
  background: #f9f9f9;
}
.trade-security-item img {
  max-width: 48px;
}
.trade-security-item:hover {
  text-decoration: none;
}
.trade-security-item h3 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
  line-height: 1.4;
  min-height: 59px;
}
.trade-security-item p {
  font-size: 14px;
  font-weight: 300;
  color: #a6a6a6;
  display: block;
}
.trade-security-item span {
  font-size: 44px;
  font-weight: 300;
}
.trade-security-item i {
  font-style: normal;
  color: #a6a6a6;
  font-size: 14px;
}

.trade-groups-filter {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trade-groups-filter li {
  margin-bottom: 5px;
}
.trade-groups-filter li.selected {
  font-weight: bold;
}
.trade-groups-filter li.selected a {
  border-bottom: 4px solid #fcec6c;
}
.trade-groups-filter li a {
  cursor: pointer;
  text-transform: uppercase;
}

.trade-securities-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  margin-bottom: 24px;
  padding: 0 16px;
}

.trade-star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #ccc;
  border-left: 0.3em solid transparent;
  font-size: 14px;
}
.trade-star:before, .trade-star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #ccc;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.trade-star:after {
  transform: rotate(35deg);
}
.trade-star.__on {
  border-bottom: 0.7em solid #FC0;
}
.trade-star.__on:before, .trade-star.__on:after {
  border-bottom: 0.7em solid #FC0;
}

.trade-favorite-button {
  display: flex;
  align-items: center;
}

.trade-security-header {
  background: #ecefef;
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}
.trade-security-header .__head {
  flex: 1;
}
.trade-security-header .__head .__line_1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.trade-security-header .__head .__line_1 a {
  display: flex;
  color: #999b9b;
  min-width: 280px;
}
.trade-security-header .__logo img {
  width: 80px;
}

.trade-security-graph .__period {
  margin-top: 36px;
}
.trade-security-graph .__period ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.trade-security-graph .__period ul li {
  margin-right: 24px;
}
.trade-security-graph .__period ul li a {
  cursor: pointer;
  user-select: none;
}
.trade-security-graph .__period ul li.selected a {
  font-weight: bold;
  cursor: pointer;
}

.trade-security-desc {
  margin-top: 36px;
}

.trade-agg-data {
  margin-bottom: 36px;
}
.trade-agg-data .__agg_item {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.trade-agg-data .__agg_item:nth-child(even) {
  background: #f5f6f8;
}

.trade-widget-title {
  font-size: 18px;
  padding: 0 5px;
}

.trade-panel {
  background: #ecefef;
  border-radius: 10px;
  padding: 16px;
}
.trade-panel .__prices {
  display: flex;
  margin-bottom: 16px;
}
.trade-panel .__prices > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.trade-panel .__prices .__buy {
  color: #5e981a;
}
.trade-panel .__prices .__sell {
  color: #f00;
}
.trade-panel .__buttons {
  display: flex;
  flex-direction: column;
}
.trade-panel .__buttons button {
  border: none;
  color: #FFF;
  padding: 5px;
  border-radius: 5px;
}
.trade-panel .__buttons button:first-child {
  margin-bottom: 16px;
}
.trade-panel .__buttons .__buy {
  background: #5e981a;
}
.trade-panel .__buttons .__sell {
  background: #f00;
}

.ReactModalPortal {
  position: relative;
  z-index: 100;
}

.trade-form {
  min-width: 420px;
}
.trade-form .__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trade-form .__title button {
  margin-left: 16px;
  background: none;
  border: 1px solid gray;
  border-radius: 4px;
}
.trade-form .__form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.trade-form .__form label p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}
.trade-form .__form label span {
  color: #ccc;
  font-size: 12px;
  text-align: right;
}
.trade-form .__form label a {
  font-size: 12px;
  color: #5e981a;
  cursor: pointer;
  text-decoration: underline dotted;
}
.trade-form .__buttons {
  display: flex;
  justify-content: center;
}
.trade-form .__buttons button {
  border: 1px solid #3e8cc5;
  border-radius: 4px;
  background: #3e8cc5;
  padding: 5px 30px;
  margin-top: 16px;
  color: #FFF;
}
.trade-form .__buttons button:disabled {
  background: #333;
  opacity: 0.5;
}

.trade-tab-portfolio .__graph_2 {
  margin-top: 16px;
}

.trade-tab-portfolio .__to_portfolio, .trade-top-widget .__to_portfolio, .trade-favorite-users .__to_portfolio, .trade-diff-graph .__to_portfolio {
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.trade-tab-portfolio .btn, .trade-top-widget .btn, .trade-favorite-users .btn, .trade-diff-graph .btn {
  cursor: pointer;
}
.trade-tab-portfolio .__dyn_filter, .trade-top-widget .__dyn_filter, .trade-favorite-users .__dyn_filter, .trade-diff-graph .__dyn_filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.trade-tab-portfolio .__dyn_filter .dropdown, .trade-top-widget .__dyn_filter .dropdown, .trade-favorite-users .__dyn_filter .dropdown, .trade-diff-graph .__dyn_filter .dropdown {
  margin-left: 16px;
}
.trade-tab-portfolio .__dyn_filter .dropdown button, .trade-top-widget .__dyn_filter .dropdown button, .trade-favorite-users .__dyn_filter .dropdown button, .trade-diff-graph .__dyn_filter .dropdown button {
  background: none;
  border: none;
  border-bottom: 1px dotted;
}
.trade-tab-portfolio .__dyn_filter .dropdown.open .dropdown-menu, .trade-top-widget .__dyn_filter .dropdown.open .dropdown-menu, .trade-favorite-users .__dyn_filter .dropdown.open .dropdown-menu, .trade-diff-graph .__dyn_filter .dropdown.open .dropdown-menu {
  display: block;
  left: 0;
}

.profile-diff-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trade-widget-favorites {
  display: table;
  width: 100%;
  padding: 10px;
}
.trade-widget-favorites .__item {
  display: table-row;
}
.trade-widget-favorites .__item .__price, .trade-widget-favorites .__item .__change, .trade-widget-favorites .__item .__title {
  display: table-cell;
  padding-bottom: 10px;
}
.trade-widget-favorites .__item .__change.__pos {
  color: #5e981a;
}
.trade-widget-favorites .__item .__change.__neg {
  color: #f00;
}

.trade-widget-top-buttons {
  text-align: center;
}

.trade-auth-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trade-auth-link a {
  background: #939cb1;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
}

.trade-top-widget .__users {
  display: table;
  width: 100%;
}
.trade-top-widget .__users .__item {
  display: table-row;
}
.trade-top-widget .__users .__item > div {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #c9cacc;
}
.trade-top-widget .__users .__item .__value.__pos {
  color: #5e981a;
}
.trade-top-widget .__users .__item .__value.__neg {
  color: #f00;
}
.trade-top-widget .__users .__item .__avatar {
  width: 60px;
}
.trade-top-widget .__users .__item .__avatar img {
  min-width: 46px;
  width: 46px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e47d05;
  border-radius: 50%;
}

.trade-favorite-users .__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c9cacc;
}
.trade-favorite-users .__item > div {
  padding: 10px 0;
}
.trade-favorite-users .__item .__nickname {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.trade-favorite-users .__item .__nickname button {
  display: inline;
  width: max-content;
  background: none;
  border: none;
  padding: 0;
  color: red;
  font-size: 13px;
  outline: none;
}
.trade-favorite-users .__item .__value.__pos {
  color: #5e981a;
}
.trade-favorite-users .__item .__value.__neg {
  color: #f00;
}
.trade-favorite-users .__item .__avatar {
  width: 60px;
}
.trade-favorite-users .__item .__avatar img {
  min-width: 46px;
  width: 46px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #e47d05;
  border-radius: 50%;
}
.trade-favorite-users .__item .__select {
  width: 28px;
}
.trade-favorite-users .__item ._actions {
  width: auto;
}
.trade-favorite-users .__diff_button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.trade-favorite-users .__diff_button button {
  color: #333;
  background: #fcea59;
  border-radius: 30px;
  border: none;
  padding: 10px 20px;
  outline: none;
}

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

#app-view-widget-top .mobile_menu_select, #app-view-widget-portfolio .mobile_menu_select, .trade-orders .mobile_menu_select {
  display: none !important;
}

table.trade-table {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  color: #403326;
}
table.trade-table th {
  font-weight: normal;
}
table.trade-table td, table.trade-table th {
  border-width: 1px;
  border-color: #CCCCCC;
  border-style: solid;
  padding: 5px;
  font-size: 13px;
}
table.trade-table thead {
  background-color: #FCEA59;
}

.btn-trade.__close {
  padding: 0 6px;
}

div.trade-table {
  overflow: auto;
}
div.trade-table .__show_more {
  margin-top: 16px;
}

.trade-modal {
  padding: 16px;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.trade-modal .__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trade-modal .__title button {
  margin-left: 16px;
  background: none;
  border: 1px solid gray;
  border-radius: 4px;
}

.trade-diff-modal {
  width: 80%;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .trade-security-header .__head .__line_1 {
    flex-direction: column;
    align-items: normal;
  }
  .trade-security-header .__logo {
    display: none;
  }

  .trade-form {
    min-width: 100%;
  }
}

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