@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;400&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  height: 100%;
  font-family: 'Readex Pro', sans-serif;
  overflow: hidden;
}

.navigation {
  min-width: 58px;
  max-width: 58px;
  background: #1c2340;
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #2b324f;
  z-index: 3;
}

.tablePanel {
  height: 100%;
  width: 670px;
  max-width: 90%;
  background: #1c2340;
  padding: 0 20px;
  overflow: hidden;
  z-index: 2;
}

.logo {
  margin-top: 14px;
  margin-bottom: 44px;
  cursor: pointer;
}

.graphBody {
  height: 100%;
  width: 100%;
  background: #12133a;
  margin-right: 190px;
  overflow: hidden;
  position: relative;
  min-height: auto;
  display: flex;
  flex-grow: 1;
}

.sideBar {
  background: #1c2340;
  width: 100%;
  max-width: 190px;
  border-left: 1px solid #2b324f;
  position: absolute;
  min-width: 190px;
  right: 0;
  height: 100%;
}

.mainHolder {
  height: 100%;
  display: flex;
  position: relative;
}

.navSpace {
  height: 1px;
  width: 100%;
  background: #2e3452;
  margin-bottom: 28px;
}

.navItem {
  cursor: pointer;
  margin-bottom: 38px;
  position: relative;
}


.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;
}

.searchInput {
  margin-right: 20px;
  width: 100%;
}

.searchInput input {

  background-image: url(assets/search.png);
  background-repeat: no-repeat;
  border: none;
  background-color: #252c4c;
  outline: none;
  height: 32px;
  background-position-y: center;
  padding-left: 35px;
  color: white;
  border-radius: 3px;
  background-position-x: 10px;
  width: 100%;
}

.panelClose {
  width: 15px;
  margin-left: 20px;
}

.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;
  position: relative;
}

.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;
  overflow: hidden;
}

.tableHead div {
  width: 100%;
  padding-right: 5px;
  overflow: hidden;
  margin-right: 5px;
}

.tableRow {
  display: flex;
  background-color: #242b4a;
  align-items: center;
  padding: 13px 20px;
  overflow: hidden;
}

.tableRow div {
  width: 100%;
  overflow: hidden;
  color: #8b8d9a;
  font-size: 12px;
  padding-right: 5px;
  margin-right: 5px;
}

.firstRow {
  display: flex;
  flex-wrap: wrap;
}

.firstRow div {
  width: auto;
}

.firstRow div:first-child {
  margin-right: 10px;
}

.panelTable {
  margin-top: 30px;

}

.tableRow div.panelProfit {
  color: #57b76f;
}

.tableRow div.panelFee {
  color: #b75e5e;
}

.panelTable div:last-child {
  border-radius: 0 0 3px 3px;
}

.exchIcon {
  display: flex;
  align-items: center;
}

.exchIcon img {
  margin-right: 5px;
}

.bgRow {
  background-color: #2d3450;
}

.bgWhite {
  background: #d6dbed;
}

.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;
}

.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 #363c5a;
  background: #1c2340;
  color: #8196cd;
  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:hover {
  opacity: 0.5;
}

.valueLabel {
  font-size: 21px;
  width: 100%;
  text-align: center;
}

.profitLabel {
  font-size: 21px;
  width: 100%;
  text-align: center;
  color: white;
}

.sideSpace {
  height: 1px;
  width: 100%;
  background: #363c5a;
}

.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: #242b4a !important;
  margin-right: 10px;
}

.widgetSymbol {
  background: #242c4c;
  border-radius: 5px;
  margin-top: 15px;
  overflow: hidden;
}

.symbolHeader {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 23px 15px;
}

.symbolHeaderProfit {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
}

.symbolValue {
  color: #7c86a7;
  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: #303654;
  height: 40px;
  align-items: center;
  padding: 0 15px;
  font-size: 12px;
}

.symbolType {
  color: #6a7293;
}

.symbolPct {
  color: #fff;
  padding: 0 5px;
  background: #fe798f;
  border-radius: 2px;
  height: 16px;
  display: flex;
  align-items: center;
}

.widgetTime {
  background: #303654;
  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: 11px;
  color: #dcdeee;
}

.widgetArrow:hover {
  cursor: pointer;
  opacity: 0.5;
}

.positionPanel {
  background: #1c2340;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 16px 14px 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.positionHolder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 76px;
}

.positionValue {
  color: #7386b8;
  font-size: 22px;
}

.positionProfit {
  color: #7186ba;
  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 {
  background: #373f60;
  cursor: pointer;
}

.tableRow: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: 230px;
}

.symType {
  display: flex;
  align-items: center;
  min-width: 100px;
}

.symbolOnlyType {
  display: flex;
  align-items: center;
  min-width: 40px;
}

/*symbol type text */
.symType span {
  background: #ffffff1f;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
}


.symbolOnlyType span {
  background: #de4cf21f;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
}

.alertSpan {
  background: #62fb65;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
}

/*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;
}


/*symbol type text */
.exchIconSpan {
  background: #ffffff1f;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}


/*symbol type text */
.exchIcon span {
  background: #ffffff1f;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.exchIcon {
  display: flex;
  align-items: center;
  min-width: 120px;
  white-space: nowrap;
}

/*Table adjustments*/

.tableHead div:nth-child(1),
.exchIcon {
  min-width: 150px;
  max-width: 100%;
}

.tableHead div:nth-child(3),
.firstRow {
  min-width: 100px;
  max-width: 100px;
}


.tableHead div:nth-child(6),
.tableRow div:nth-child(6) {
  min-width: 100px;
  max-width: 100px;
}

.tableHead div:nth-child(5),
.tableRow div:nth-child(5) {
  min-width: 100px;
  max-width: 100px;
}

.firstRow {
  max-width: 100px;
}

.tableHead div:nth-child(8),
.tableRow div:nth-child(8) {
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: start;
}

.tableHead div:nth-child(7),
.tableRow div:nth-child(7) {
  min-width: 100px;
  max-width: 100px;
  display: flex;
  gap: 2px;
  align-items: start;
}

.tableHead div:nth-child(4),
.tableRow div:nth-child(4) {
  min-width: 100px;
  max-width: 100px;
}

.tableHead div:nth-child(2),
.symbolOnlyType {
  min-width: 100px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: start;
}

.layer__button {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 42px;
  cursor: pointer;
  background: #3f4868;
  color: #e3e6ed;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
}

#menu-open {
  background: #30385a;
  position: absolute;
  z-index: 1;
  left: 34px;
  top: 0px;
  width: fit-content;
  border-radius: 5px;
  color: #bdbfc1;
  padding: 6px 0;
  font-size: 14px;
  border: 1px solid #3b424a;
}

#menu-open div {
  color: #efefef;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  margin: 2px 10px;
  padding: 7px 10px;
  border-radius: 5px;
}

#menu-open div:hover {
  background: #3d456a;
}

#menu-open div span {
  color: #9797b2;
  font-size: 19px;
  cursor: pointer;
}

.logout__option {
  color: #e1351d !important;
}

.logout__option span {
  color: #ff6042 !important;
}

.panelItem span {
  position: absolute;
  z-index: 1;
  background: #e1351d;
  border-radius: 90px;
  bottom: 9px;
  right: -23px;
  color: #ebeef1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 3px 2px 1px;
  text-align: center;
}

/* Card Layer Start */

.card__layer__wrap {
  display: flex;
  height: 100%;
  overflow: hidden;
}

.card__layer__side {
  min-width: 240px;
  background: #1b1c21;
  overflow-y: auto;
  scrollbar-width: thin;
}


.fill {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}


.card__layer__logo {
  color: white;
  font-weight: bold;
  padding: 15px;
}

.card__layer__search {
  background: #ffffff17;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 15px;
  border-radius: 90px;
  height: 34px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.card__layer__search input {
  background: none;
  color: white;
  border: none;
  outline: none;
  font-size: 13px;
  width: 100%;
}

.card__layer__search input::placeholder {
  color: #ffffff78;
}

.card__layer__search span {
  font-size: 16px;
  color: #ffffff8a;
}

.card__layer__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 10px;
}

.side__label__heading {
  color: #ffffffd1;
  font-size: 13px;
}

.side__label__counter {
  font-size: 13px;
  min-width: 26px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  cursor: pointer;
  color: #396cae;
  background: #3b5be52e;
}

.card__layer__user {cursor: pointer;
    margin-bottom: 10px;}

.card__layer__user:hover,.card__people:hover {opacity: 0.5}

.side__user {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.side__user__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.side__user__dp {}

.side__user__dp img {
  width: 32px;
}

.side__user__info {}

.side__username {
  font-size: 13px;
  color: #ffffff91;
}

.side__user__text {
  font-size: 12px;
  color: #ffffff42;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 130px;
  overflow: hidden;
}

.side__user__time {
  font-size: 13px;
  color: #ffffff47;
}

.card__layer__section {
  background: #ffffff12;
  color: #9ea6af;
  font-size: 12px;
  padding: 8px 15px;
  margin: 10px 0;
}

.card__layer__list {
  padding: 0 15px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.card__people {
  display: flex;
  align-items: center;
  justify-content: space-between;
	cursor: pointer;
}

.card__people__wrap {
  display: flex;
  align-items: center;
  gap: 9px;
}

.card__people__thumb {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7bd1ab;
  border-radius: 90px;
  font-size: 14px;
}

.card__people__heading {
  font-size: 13px;
  color: #ffffff69;
}

.card__people__add {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__people__add span {
  font-size: 18px;
  color: #396cae;
  background: #3b5be52e;
  min-width: 24px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  cursor: pointer;
}

.card__layer__content {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.team__list__wrap {
  display: flex;
  align-items: center;
}

.team__user {
  margin-left: -11px;
  border: 2px solid #1c2340;
  border-radius: 90px;
  cursor: pointer;
}

.team__user img {
  width: 30px;
}

.team__user__counter {
  height: 30px;
  width: 30px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161616;
  font-size: 13px;
  background: #5e79b5;
  margin-left: -10px;
  outline: 2px solid #1c2340;
  cursor: pointer;
}

.team__add__user {
  height: 27px;
  width: 27px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161616;
  font-size: 13px;
  background: #6384cf66;
  outline: 2px solid #1c2340;
  cursor: pointer;
}

.team__add__user span {
  color: #8190ab;
  font-size: 16px;
}

.card__header__button span:first-child {
  color: #282828;
  background: #26c281;
  border-radius: 90px;
  font-size: 20px;
  padding: 0 10px;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.card__header__button span:nth-child(2) {
  color: #d9d9d9;
  background: #454c6a;
  border-radius: 90px;
  font-size: 18px;
  padding: 0 6px;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.card__header__button span:nth-child(3) {
  color: #fff;
  cursor: pointer;
  font-size: 19px;
}


.card__layer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  border-bottom: 1px solid #e5e5e526;
  padding: 10px 0;
  min-height: 55px;
}

.team__list {
  display: flex;
  align-items: center;
  justify-content: start;
  width: fit-content;
  padding-left: 10px;
  gap: 6px;
}

.layer__heading {
  color: white;
  font-size: 15px;
}

.card__header__button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cards__wrap {
  padding: 20px 20px 20px 20px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scrollbar-width: thin;
  scrollbar-color: #272935 #20222c;
}

.card__body {
  background: #272935;
  border-radius: 15px;
  padding-bottom: 15px;
}

.card__symbol__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 9px 20px;
}

.card__symbol {
  display: flex;
  gap: 10px;
  align-items: center;
}

.card__symbol__icon {
  cursor: pointer;
}

.card__symbol__icon img {
    width: 38px;
}

.card__symbol__name {
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.card__symbol__price {
  color: white;
  font-weight: 500;
  font-size: 22px;
}

.sybmol__info__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  margin-bottom: 12px;
  overflow: hidden;
}

.sybmol__info__list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.symbol__info {
  color: white;
  font-size: 13px;
}

.symbol__info span {
  color: #ffffff78;
  font-size: 13px;
  margin-left: 4px;
  white-space: nowrap;
}

.symbol__gap {
  background: #ffffff66;
  height: 3px;
  width: 3px;
  border-radius: 90px;
  margin-top: 1px;
}

.symbol__percentage {
  font-size: 13px;
  color: #ffffff78;
}

.card__symbol__buttons {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 20px;
  overflow: hidden;
}

.symbol__follow {
  background: #1387f8;
  color: white;
  border: none;
  outline: none;
  font-size: 13px;
  border-radius: 7px;
  height: 27px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 4px;
}

.symbol__follow:hover,.symbol__Connect:hover,.symbol__like__button:hover {opacity:0.5;}

.symbol__follow span {
  font-size: 16px;
}

.symbol__Connect {
  background: #8a8a8d7d;
  color: white;
  border: none;
  outline: none;
  font-size: 13px;
  border-radius: 7px;
  height: 27px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 4px;
}

.symbol__like__button {
  background: #8a8a8d4f;
  color: #ffffffb5;
  font-size: 13px;
  border-radius: 7px;
  height: 27px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 4px;
  cursor: pointer;
}

.symbol__like__button span {
  font-size: 16px;
}

#symbol__graph,#symbol__graph__two {width: 100%;
    height: 270px;
    padding: 20px 20px 0px 20px;}

/*Card Layer End*/


#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;
}

.pageNums {
  color: #FFFFFF;
  text-decoration: none;
}

#card__layer {
  position: absolute;
  height: 100%;
  background: #20222c;
  z-index: 5;
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58x);
  width: calc(70% - 58px);
  right: 30%;
  display: block;
  transform: translateX(-110%);
  transition: transform 0.3s ease-in-out;
  border-right: 2px solid #35363e;
}

.pageNums {
  color: #FFFFFF;
  text-decoration: none;
}