:root {
  --primary-color: #f0b90b;
  --text-primary-color: #fff;
  --text-primary-color-2: #fff;
  --text-primary-color-3: #fff;
  --text-primary-color-4: #cbcfd7;
  --border-color: #474d57;
  --border-color-1: #535353;
  --border-color-2: #fff;
  --hover-color: #f7cf33;
  --font-color: #fff;
  --bColor: #424242;
  --title-color: #fff;
  --white: #fff;
  --black: #000;
  --color-pallet-1: #535353;
  --background-color: #161a1e;
  --background-color-trade: #0b0e11;
  --main-background-color: #0b0e11;
  --card-background-color: #181a20;
  --table-background-color: #353535;
  --footer-background-color: #181a20;
  --background-color-hover: #181a23;
  --loading-color: #4b4b4b;
  --box-shadow-color: hsla(0, 0%, 97%, .05);
  --hover-bg-color: #383839
}

.tabs {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 10;
  width: 100%;
  font-family: sans-serif;
  background: var(--main-background-color);
}

.tabs li {
  display: inline-block;
  width: 40%;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs .tab-label {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
  color: #fff;
}

.tabs .tab-panel {
  display: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  padding-top: 20px;
}

.tabs [id^="tab"]:checked+label {
  background-color: #212529;
  color: var(--primary-color);
}

.tabs [id^="tab-buysell"]:checked~[id^="panel-buysell"] {
  display: block;
}

.tabs [id^="tab-orders"]:checked~[id^="panel-orders"] {
  display: block;
}

.exchange-input-group {
  border: 1px solid var(--border-color) !important;
  height: 40px !important;
}

.exchange-input-group input {
  background-color: var(--main-background-color) !important;
  border: none !important;
  color: var(--text-primary-color-4) !important;
  text-align: right !important;
  height: 100%;
  font-size: 14px;
}

.exchange-input-group span {
  background-color: var(--main-background-color) !important;
  border: none !important;
  color: var(--text-primary-color-4) !important;
  text-align: left !important;
  height: 100%;
  font-size: 14px;
}

.input-group-append span {
  color: var(--primary-color) !important;
}

.table-responsive {
  max-height: 400px;
  min-height: 100px;
  display: block;
}

.tab-panel .sign-in {
  background: #177dc3;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.tab-panel .sign-in a {
  display: inline-block;
  padding: 13px 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  font-weight: 600;
  white-space: nowrap;
}

.tab-panel .sign-in:hover {
  background: #fff;
}

.tab-panel .sign-in:hover a {
  color: #177dc3;
}

.tab-panel td
{
  vertical-align: middle;
}

.market-button 
{
  font-size: 25px;
  border-radius: 50px !important;
  height: 60px;
  line-height: 50px !important;
  background: #177dc3;
  border: 0;
  color: #fff;
  font-size: 16px;
  width:100%;
  margin-top: 10px;
  /* -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s; */
  outline: none;
  cursor: pointer;
  font-weight: 600;
}

.markets-banner
{
  border:2px;
  border-color: red;
}

.cxchange-summary-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: inherit;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 25px;
  margin-top: 21px;
  border-bottom: 1px solid hsla(0, 0%, 49%, .2)
}

.cxchange-summary-wrap .cxchange-summary-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  width: 170px;
  box-sizing: border-box;
  font-size: 24px !important;
  font-family: Roboto !important;
  font-weight: 700;
  margin-bottom: 10px;
}

.cxchange-summary-wrap .cxchange-summary-name .coin-badge {
  display: inline-block;
  font-size: 16px;
  font-weight: 700
}

.cxchange-summary-wrap .cxchange-summary-featured {
  flex: 1 1
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items {
  display: flex;
  flex-wrap: wrap
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  margin-right: 50px
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .label {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary-color-4)
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .value {
  font-size: 17px !important;
  font-weight: 500;
  color: var(--text-primary-color-4) !important
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .value.decrease {
  color: #ff2e2e !important
}

.cxchange-summary-wrap .cxchange-summary-featured .cxchange-summary-items li .value.increase {
  color: #32d777 !important
}

.cxchange-summary-wrap .cxchange-summary-volume {
  width: 100%;
  min-height: 60px;
  border-top: 1px solid hsla(0, 0%, 100%, .05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-sizing: border-box
}

.cxchange-summary-wrap img
{
  width: 3rem !important;
  margin-right: 5px;
}

.dashboard-button
{
  border-radius: 10px;
  margin-bottom: 8px;
}

#my-chart {
  --primary-axis-color: #177dc3;
  --primary-axis-style: solid;
  --primary-axis-width: 2px;

  --secondary-axes-color: #177dc3;
  --secondary-axes-style: solid;
  --secondary-axes-width: 1px;

  --data-axes-color: #177dc3;
  --data-axes-style: solid;
  --data-axes-width: 1px;

  --heading-size: 3rem;

  --labels-size: 3rem;
}

#my-chart caption {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #177dc3;
  padding: 10px;
}


#my-chart-div {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 30px 1fr 30px;
  grid-template-rows: 540px 30px;
  grid-template-areas:
    "data-axis-1 chart data-axis-2"
    ". primary-axis .";
}
#my-chart-div > table {
  grid-area: chart;
}
#my-chart-div > .primary-axis {
  grid-area: primary-axis;
}
#my-chart-div > .data-axis-1 {
  grid-area: data-axis-1;
  writing-mode: tb-rl;
  transform: rotateZ(180deg);
  white-space:pre;
}
#my-chart-div > .data-axis-2 {
  grid-area: data-axis-2;
  writing-mode: tb-rl;
  transform: rotateZ(180deg);
  white-space:pre;
}

