/*scrollbar style*/

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* background-color: #2e365a; */
}

.sideBar {
  background: #454c6a;
  width: 100%;
  max-width: 190px;
  border-left: 1px solid #2b324f;
  border-right: 1px solid #2b324f;
  position: absolute;
  min-width: 190px;
  left: 0;
  height: 100%;
  background-image: radial-gradient(#55565a 20%, #454c6a 20%);
  background-position: 0 0;
  background-size: 10px 10px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
}

.slide__out__dashboard {
  padding-left:190px;
  height:100%;
  width:100%;
  overflow-y:auto;
  background-image: radial-gradient(#55565a 20%, #4a506c 20%);
  background-position: 0 0;
  background-size: 10px 10px;
  scrollbar-width: thin;
}

.reset {
  width: 20px;

  background: #1c2340;
  position: absolute;
  top: 32px;
  left: -27px;

  text-align: center;
  padding-top: 0px;
  cursor: pointer;
  border-radius: 3px;
  fill: #8196b4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reset img {
  width: 12px;
}

.mainHolder {
  height: 100%;
  display: flex;
  position: relative;
}

.navSpace {
  height: 1px;
  width: 100%;
  background: #2e3452;
  margin-bottom: 28px;
}

.navItem {
  cursor: pointer;
  margin-bottom: 38px;
}


.panelHeader {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
  width: 100%;
}

.panelTitle {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin-right: 20px;
  white-space: nowrap;


}


.panelClose {

  margin-left: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c2340;
  position: absolute;
  right: 1px;
  height: 72px;
  width: 50px;
}

.searchWrap {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: row;
}

.panelItem {
  color: #8389a7;
  font-size: 13px;
  margin-right: 40px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  padding-top: 30px;
}

.panelNav {
  display: flex;
  justify-content: space-between;
}

.panelFilter {
  padding-left: 10px;
  padding-top: 30px;
}

.navHolder {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.panelItem:hover {
  opacity: 0.5;
}

.panelClose:hover,
.panelFilter:hover {
  cursor: pointer;
  opacity: 0.5;
}

.panelSpace {
  background: #2b324f;
  width: 100%;
  height: 1px;
}

.activeItem {
  color: #6f8dd0;
  border-top: 2px solid #6f8dd0;
  padding-top: 28px;
}

.tableHead {
  display: flex;
  color: #dadbdf;
  background-color: #3f4868;
  font-size: 13px;
  padding: 14px 20px;
  border-radius: 3px 3px 0 0;
}

.tableHead div {
  width: 100%;

  overflow: hidden;

}


#dashboard__table .tableRow,
#dashboard__table .tableRow2 {
  display: flex;
  background-color: #242b4a;
  align-items: center;
  padding: 13px 0px 13px 12px;
}


#dashboard__table .tableRow div,
#dashboard__table .tableRow2 div {
  width: 100%;
  overflow: hidden;
  color: #8b8d9a;
  font-size: 12px;
  padding-right: 5px;
  margin-right: 5px;
  max-width: 100%;
}

.firstRow {
  display: flex;
  flex-wrap: wrap;
}

.firstRow div {
  width: auto;
}

.firstRow div:first-child {
  margin-right: 10px;
}

.panelTable {
  margin-top: 30px;

}

.slideTable .tableRow2 {
  background-color: #353c5a
}

.slideTable .bgRow {
  background-color: #39405e;
}


.tableRow div.panelProfit,
.tableRow2 div.panelProfit {
  color: #57b76f;
}

.tableRow div.panelFee,
.tableRow2 div.panelFee {
  color: #b75e5e;
}

.panelTable div:last-child {

  border-radius: 0 0 3px 3px;
}


#dashboard__table .exchIcon {
  display: flex;
  align-items: center;
  min-width: 120px;
  white-space: nowrap;
}

.exchIcon img {
  margin-right: 5px;
}

.bgRow {
  background-color: #2d3450;
}

.bgWhite {
  background: #d6dbed !important;
}

.bgWhite:hover {
  background: #fff !important;
}

.searchInput input:focus {
  outline: 1px solid #4154a5;


}


.pagination {
  display: flex;
  color: #d0d1d5;
  font-size: 15px;
  width: 100%;
  justify-content: center;
}

.pagination div:first-child {
  border-radius: 3px 0 0 3px;
}

.pagination div:last-child {
  border-radius: 0 3px 3px 0;
}

.pagination div {
  border: 1px solid #424659;
  margin-right: -1px;
  padding: 0 10px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

.pagination div:hover {
  cursor: pointer;
  background-color: #2b484e;
}

.arrowRight img {
  height: 13px;
}

.arrowLeft img {
  height: 13px;
}

.pagiHolder {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.pagiActive {
  background: #3dabc2;
}

.panelBorder {
  width: 1px;
  height: 100%;
  background: #2b324f;
  position: absolute;
  top: 0;
  right: 0;
}

.ui-resizable-e {
  width: 20px;
}

.ui-resizable-se {
  width: 20px;
  height: 20px;
}

.sideTotal {
  padding: 23px 16px 23px 16px;
}

.sideTotal button {
  border: 1px solid #616781;
  background: #505878;
  color: #a3b3db;
  height: 40px;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
}

.sideTotal button:hover {
  opacity: 0.5;
}

.totalValue {
  display: flex;
  color: #eceefb;
  width: 100%;
  align-items: center;
  margin-top: 30px;
  position: relative;
}

.valueArrow {
  margin-right: 30px;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.valueArrow span {
  font-size: 14px;
  display: flex;
  margin-left: 10px;
  margin-top: 2px;
}

.widgetArrow span {
  font-size: 14px;
  display: flex;
  margin-top: 2px;
  color: #646b89;
}

.symbolClose span {

  color: #5d6489;

  font-size: 20px;
}


.valueArrow:hover {
  opacity: 0.5;
}

.valueLabel {
  font-size: 21px;
  width: 100%;
  text-align: center;
}

.sideSpace {
  height: 1px;
  width: 100%;
  background: #6d738f;
}

.widgetPanel {
  padding: 23px 16px 13px 16px;
}

.widgetBtn {
  display: flex;
}

.widgetBtn button {
  background: #1c2340;
  border: 1px solid #242b4a;
  border-radius: 3px;
  height: 40px;
  width: 100%;
}

.widgetBtn button:hover {
  opacity: 0.5;
  cursor: pointer;
}


.widgetSelect {
  background: #505878 !important;
  margin-right: 10px;
}

.widgetDropdown .widgetSelect:focus {
  outline: 0px solid #363c5a;
}

.widgetSymbol {
  background: #505878;
  border-radius: 5px;
  margin-top: 23px;
  overflow: hidden;
}

.symbolHeader {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 23px 15px;
}

.symbolValue {
  color: #b6bccf;
  font-size: 12px;
}

.symbolClose:hover {
  cursor: pointer;
  opacity: 0.5;
}

.symbolImg {
  display: flex;
  justify-content: center;
  margin-bottom: 31px;
  cursor: pointer;
}

.symbolImg:hover {
  opacity: 0.5;
}

.symbolFooter {
  display: flex;
  justify-content: space-between;
  background: #ffffff0a;
  height: 40px;
  align-items: center;
  padding: 0 15px;
  font-size: 12px;
}

.symbolType {
  color: #9da2b7;
}

.symbolPct {
  color: #fff;
  padding: 0 5px;
  background: #d96f89;
  border-radius: 2px;
  height: 16px;
  display: flex;
  align-items: center;
}

.widgetTime {
  background: #505878;
  margin-top: 14px;
  border-radius: 5px;
}

.widgetTabs {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  align-items: center;
}

.widgetLabel {
  color: #6a718e;
  font-size: 12px;
}

.widgetValue {
  font-size: 16px;
  color: #dcdeee;
}

.widgetArrow:hover {
  cursor: pointer;
  opacity: 0.5;
}

.positionPanel {
  background: #454c6a;
  position: relative;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 16px 14px 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: radial-gradient(#55565a 20%, #454c6a 20%);
  background-position: 0 0;
  background-size: 10px 10px;
  height: 100%;
  justify-content: space-between;
}

.positionHolder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.positionValue {
  color: #a6b3d7;
  font-size: 22px;
}

.positionProfit {
  color: #919ebf;
  font-size: 12px;
}

.positionPanel button:nth-last-child(2) {
  background: #76a4ff;
  border: none;
  height: 58px;
  width: 100%;
  color: white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  justify-content: center;
}

.positionPanel button:last-child {
  background: #d96f89;
  border: none;
  height: 58px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
}

.positionPanel button img {
  margin-right: 13px;
}


.positionPanel button:hover {
  cursor: pointer;
  opacity: 0.5;
}

.tableRow:hover,
.tableRow2:hover {
  background: #373f60;
  cursor: pointer;
}

.tableRow:focus,
.tableRow2:focus {
  background: red;
}

.extraPanel {
  height: 100% !important;
  width: 600px;
  z-index: 3;
  display: none;
  background: #1c2340;
}

.oldPanel {
  max-width: 500px;
}

.panelContainer {
  position: absolute;
  left: 58px;
  display: flex;
  height: 100%;
  width: 95%;
}


.newPanel {
  display: block;
}

iframe {


  width: 100%;

  height: 100%;

  border: none;
}

#vline {
  background: #6bd3ac;
  width: 1px;
  height: 97%;
  position: fixed;
  z-index: 0;
  margin-left: 58px;
  left: -100px;
  opacity: 0.8;
}

#chart #race {
  position: relative;
  z-index: 10 !important;
}


#close {
  position: absolute;
  right: 19px;
  margin-top: -10px;
  margin-right: 0;
  background: #3a415a;
  border: 1px solid #44495e;
  border-radius: 90px;
  cursor: pointer;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popupOverlay {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  background: #00000052;
  z-index: 20;
}

.popupModal {
  position: absolute;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  max-height: 600px;
  padding: 30px;
}

.show {
  transform: translateX(0) !important;
}

.phoneModal {
  width: 100%;
  height: 100%;
  background: #282f4a;
  padding: 30px 30px 40px 30px;
  border-radius: 3px;
}

.phoneNumber {

  margin-top: 17px;
}

.modalTitle {
  text-align: center;
  color: white;
  padding: 20px 0 30px 0;
  font-size: 18px;
}

.phoneModal select,
.phoneModal input {
  width: 100%;
  height: 47px;
  border: 0;
  border-radius: 6px;
  padding: 0;
  background: #333b58;
  color: white;
  outline: none;
  margin-bottom: 0;
  margin-top: 0;
}

.phoneModal label {
  color: #646c89;
  text-transform: uppercase;
  font-size: 10.5px;
}

.phoneModal input::placeholder {
  color: #6f758d;
}

select {
  cursor: pointer;
}

.inputStyle {
  border: 1px solid #3b4362;
  border-radius: 6px;
  padding: 9px 14px 0 14px;
  background: #333b58;
}

.inputStyle:hover {
  border: 1px solid #4e5676;
}

/*slide out*/
#slideOut {
  position: absolute;
  height: 100%;
  background: white;
  z-index: 5;
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58x);
  width: calc(100% - 58px);
  right: 0;
  display: block;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;

}


/*select left panel*/
.panelSelect {
  padding-right: 30px;
}

.panelOptions {
  height: 32px;
  border-radius: 3px;
  border: none;
  padding-left: 10px;
  color: #8196cd;
  border-right: 10px solid transparent;
  background: #252c4c;
  outline: none;
  width: 100%;
  min-width: 130px;
}

/*symbol type text */
.exchIcon span {
  background: #ffffff1f;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}


/*slider radio button*/
.toggleBtn {
  min-width: 100px;
  max-width: 100px !important;
}

.toggle-btn {
  border: 1px solid #3f4868;
  position: relative;
  width: 100px;
  height: 30px;
  display: flex;
  border-radius: 90px !important;
}

.toggle-btn .toggle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 30px;
  background: #3f4868;
  z-index: 0;
  border-radius: 90px;
}

.toggle-btn .toggle-bg,
.toggle-btn a {
  transition: all 0.3s ease;
}

.toggle-btn a {
  color: #7485a7;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 8px 0;
  text-align: center;
  width: 50px;
  float: left;
  height: 30px;
  font-size: 12px;
  text-decoration: none;
  z-index: 1;
}

.toggle-btn a.active {
  color: #fff;
}


/*symbol details*/
.symbolWrap {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 0;
}

.symbolIcon {
  margin-right: 14px;
  cursor: pointer;
}

.symbolTitle {
  color: #acadaf;
  font-size: 14px;
}

.symbolPrice {
  color: #f8f8f8;
}

.symbolPrice span {
  color: #727377;
  font-size: 13px;
}

.symbolLive {
  color: #30da77;
  font-size: 12px;
  cursor: pointer;
}

.symbolLive span {
  margin: 0 5px;
}

.symbolDate {
  text-align: right;
  color: #a7a9ad;
  font-size: 12px;
}

.symbolHolder2 {
  display: flex;
}

.symbolContainer {
  display: flex;
  background: #00000040;
  height: 75px;
  align-items: center;
  padding: 0 20px;
  border-radius: 10px;
  margin-top: 26px;
  justify-content: space-between;
  min-width: 380px;
  cursor: pointer;
}

.sideContainer {
  position: absolute;
  height: 100% !important;
  background: #1c2340;
  right: 0;
  min-width: 190px;
  z-index: 2;
  width: 190px;
}


/*Slide out */
.slideDash {
  padding: 40px;
  background-image: radial-gradient(#55565a 20%, #4a506c 20%);
  background-position: 0 0;
  background-size: 10px 10px;
  scrollbar-width: thin;
}

.slideTitle {
  color: #c7cacf;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 25px;
}

.slideWrap {
  display: flex;
}

.slideGraph {
  width: 100%;
  min-width: 350px;
  background: #505878;
  border-radius: 4px;
  margin-right: 20px;
  min-height: 300px;
  padding: 0 10px 10px 10px;
}

.slideValue {
  min-width: 350px;
  background: #505878;
  border-radius: 6px;
  padding: 25px 25px 45px 25px;
}

.slideTitle2 {
  color: #c7cacf;
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 5px;
}

.slideTitle3 {
  padding: 30px 0px 25px 0;
  color: #c7cacf;
  font-size: 22px;
  font-weight: 100;
}

.slideTotal {
  color: #20a3cd;
  font-size: 35px;
  font-weight: 100;
  padding-bottom: 10px;
}

.slideData {
  display: flex;
}

.slideDataWrap {
  width: 100%;
  margin-top: 30px;
}

.slideLabel {
  color: #ffffff52;
  font-size: 11px;
  margin-bottom: 5px;
}

.slideLabelData {
  color: #ffffffe0;
  font-size: 15px;
}

.slidePercentage {
  font-size: 12px;
  margin-top: 10px;
  color: #ffffff7a;
  display: flex;
  align-items: center;
}

.slideHead {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 30px 10px;
}

.slideSelector {
  display: flex;
  align-items: center;
}

.slideItem {
  margin-right: 10px;
  font-size: 12px;
  color: #ffffff78;
  cursor: pointer;
}

.slideItem:hover {
  color: #ffffffe3;
}

.slideTimeframe {
  font-size: 12px;
  color: #ffffffb0;
  padding: 0 10px;
  cursor: pointer;
}

.slideGraphArrow {
  cursor: pointer;
}

.slideGraphArrow span {
  color: #888da3;
  font-size: 12px;
}

.slideGraphArrow:hover {
  opacity: 0.8;
}

.slideArrowWrap {
  display: flex;
  align-items: center;
}

.slideSelector .active {
  background: #626b8d;
  border-radius: 90px;
  padding: 4px 13px;
  color: #ffffffe3;
}

/*Fund Wallet*/
.fundPanel {
  display: flex;
  position: absolute;
  z-index: 3;
  background: #1c2340;
  margin-left: 58px;
  min-width: 670px;
  border-right: 1px solid #363c5a;
  height: 100%;
  width: 70%;
  overflow: hidden;
}

.fundWrap {
  min-width: 250px;
  border-right: 1px solid #363c5a;
  display: flex;
  flex-direction: column;
}

.fundCompare {
  color: #dadbdf;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #363c5a;
  font-size: 15px;
}

.fundCategory {
  display: flex;
  padding: 0 10px;
  color: #dad8da;
  font-size: 14px;
}

.fundNav {
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #363c5a;
  margin-top: 15px;
  height: 30px;
  align-items: center;
  cursor: pointer;
  margin-left: -1px;
}

.fundNav:hover {
  background: #39405e;
  opacity: 0.5;
}

.fundCategory .active {
  background: #39405e;
  border-color: #39405e;
}

.fundCategory div:first-child {
  border-radius: 3px 0px 0px 3px;
}

.fundCategory div:nth-child(2) {
  border-radius: 0px 3px 3px 0px;
}

.fundList {
  padding: 15px 10px 10px 10px;
  height: 100%;
}

.fundItem {
  display: flex;
  justify-content: space-between;
  background: #39405e;
  color: #eceefb;
  padding: 10px;
  margin-bottom: 4px;
  cursor: pointer;
}

.fundItemWrap {
  display: flex;
  align-items: center;
}

.fundItemIcon span {
  margin-right: 9px;
  height: 19px;
  width: 19px;
  border-radius: 90px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 13px;
  cursor: pointer;
}

.fundItemMenu {
  display: flex;
  align-items: center;
}

.fundItemMenu span {
  font-size: 18px;
  cursor: pointer;
}

.fundBtnWrap {
  display: flex;
  padding: 0 10px 10px 10px;
}

.fundBtn {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  color: #e6f2ff;
  font-size: 14px;
  border-radius: 3px;
}

.fundContainer {
  width: 100%;
}

.fundBtnWrap div:first-child {
  border: 1px solid #363c5a;
  margin-right: 10px;
}

.fundBtnWrap div:nth-child(2) {
  background: #76a4ff;
}

.fundSearch {
  padding: 10px;
}

.fundSearch input {
  width: 100%;
  height: 34px;
  padding: 0 10px 0 33px;
  border-radius: 3px;
  border: 1px solid #363c5a;
  outline: none;
  background: url(assets/search.png);
  color: #fff;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 10px;
}

.fundSearch input:focus {
  outline: 1px solid #4154a5;
}

.fundSearch input::placeholder {
  color: #65728b;
}

.fundSearch input:focus::placeholder {
  color: #1c2340;
}

.fundTabs {
  display: flex;
  padding: 0 10px;
}

.fundTabs .active {
  background: #39405ea6;
  color: #e1eefb;
}

.fundTabs .active span {
  background: #76a4ff8f;
  color: #fff;
}

.fundTabs div:last-child {
  margin: 0;
}

.fundTabItem {
  white-space: nowrap;
  color: #dadcdf9c;
  font-size: 14px;
  background: #292f48;
  margin-right: 10px;
  border-radius: 4px 4px 0px 0px;
  padding: 9px 16px;
  display: flex;
  cursor: pointer;
}

.fundTabItem:hover {
  opacity: 0.5;
}

.fundTabItem span {
  background: #eceefb1c;
  border-radius: 90px;
  font-size: 12px;
  height: 18px;
  width: 18px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  padding-bottom: 2px;
  align-items: center;
}

.fundItemTitle {
  font-size: 13px;
}

.fundItemTitle input {
  font-size: 13px;
  color: #eceefb;
  background: none;
  border: none;
  font-family: 'Readex Pro', sans-serif;
  outline: none;
}

.fundBtn:hover {
  opacity: 0.5;
}

.fundTable {
  background: #39405ea6;
  margin: 0 10px;
  border-radius: 0px 0px 3px 3px;
}

.fundTable table {
  border-collapse: collapse;
}

.fundTable tr:hover {
  background: #39405e;
  cursor: pointer;
}

.fundTable td {
  color: #ffffffc4;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #ffffff0d;
}

.numberInput {
  background: none;
  border: none;
  outline: none;
  color: #ffffffc4;
  font-size: 14px;
  font-family: 'Readex Pro', sans-serif;
  width: 80px;
}

.fundTable th {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #77839b;
  padding: 10px;
  border-bottom: 1px solid #ffffff0d;
}

.fundTableIcon span {
  color: #ffffff5c;
  cursor: pointer;
  font-size: 23px;
}

.fundLastRow td {
  border: none;
}

.fundTicker {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.fundTickerWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fundTickerHeading {
  font-size: 14px;
  color: #d8d9dd;
}

.fundTickerSub {
  font-size: 13px;
  color: #ffffff70;
}

.fundTickerIcon {
  margin-right: 7px;
}

.fundTickerIcon span {
  border: 1px solid #76a4ff;
  border-radius: 90px;
  color: #76a4ff;
}

.fundTableIcon span:hover {
  opacity: 0.5;
}

.fundHide {
  display: none;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/10.0.2/img/flags.png");
}