body[data-bs-theme=light] .main-content {
    background-color: transparent;
}

.main-content {
    background-color: rgb(16, 16, 16);
}

#xo-signals-container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.1250rem;
	gap: 1.2500rem;
    justify-content: center;
}

#xo-signal-history-container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.1250rem;
	gap: 1.2500rem;
    justify-content: center;
}

#xo-fa-historic-trades-container{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.1250rem;
	gap: 1.2500rem;
    justify-content: center;
}

.backdrop-img {
	width: 8rem;
	position: absolute;
	right: 1.2500rem;
	top: 1.2500rem;
	opacity: 50%;
	z-index: 1;
}

.history-card-containers {
	display: flex;
	flex-wrap: wrap;
	padding-top: 5rem;
	/* max-width: 85%;
  margin: auto; */
	gap: 1.2500rem;
}




.history-card {
	width: 23.95%;
	background: #242424;
	background: linear-gradient(40deg, rgb(5 5 5) 0%, rgb(17 17 17) 70%, rgb(44 44 44) 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0.6250rem;
	border: 0.0625rem solid #424242;
	position: relative;
}

.card-header-container {
	padding: 1.2rem 2rem;
	display: flex;
	border-bottom: 0.0625rem solid #ffffff17;
	align-items: center;
	z-index: 2;
}

.card-logo {
	height: 2.1rem;
	margin-right: 0.6250rem;
}

.card-name-container {
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	width: 100%;
}

.card-name {
	font-weight: bold;
	color: #751BD5;
	font-size: 1rem;
	margin-bottom: 0.6rem;
	display: flex;
    align-items: center;
	text-transform: uppercase;
}

.side-value {
	font-size: 0.65rem;
	padding: 0.2rem 0.5rem;
	background-color: #184981;
	border-radius: 1.2500rem;
	color: #ffffff85;
	margin-left: 0.6250rem;
}

.card-header-items {
	display: flex;
	gap: 0.6250rem;
}

.item-name {
	font-size: 0.9rem;
	color: grey;
	font-weight: 300;
}

.item-Value {
	font-size: 0.8rem;
	color: #ffffff;
	font-weight: bold;
}

.card-details-cotnainer {
	padding: 0 1.5rem;
}


.card-detail {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	font-weight: 500;
	padding: 0.3rem 0;
	gap: 0.6250rem;
}

.card-detail-name {
	color: #717171;
}

.card-detail-value {
	color: white;
}

.values-container {
	padding: 0.5rem 1.5rem;
	z-index: 2;
	margin: 1rem 0;
}

.values-row-divider{
	width: 90%;
	background-color: rgb(255 255 255 / 7%);
	height: 0.0625rem;
	margin: 0 auto;
}

/* .values-container:nth-child(odd) {
	background: linear-gradient(to top right, #ffffff00, #ffffff0a);
} */

.value-item-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.value-section-header {
	color: white;
	font-size: 0.8rem;
	font-weight: bold;
	padding-bottom: 1rem;
}

.value-container {
	display: flex;
	flex-direction: column;
	gap: 0.6250rem;
}



.value-name {
	font-size: 0.7rem;
	color: grey;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
}

.value {
	font-size: 1rem;
	color: white;
	font-weight: bold;
	line-height: 150%;

}


/* .card-footer-container {
	align-items: center;
	padding: 1rem 1.5rem;
	display: flex;
	justify-content: space-between;
} */

.icon-container {
	background-color: #717171;
	border-radius: 50%;
	height: 1.8750rem;
	width: 1.8750rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-icon {
	height: 1.1rem;
}

.s-play-button{
	border: none;
    background-color: #ffffff0f;
    padding: 1rem 0;
}

.s-play-button:hover{
    background-color: #ffffff17;
	cursor: pointer;
}

.s-play-button > img{
	width: 1.2500rem;
}



body[data-bs-theme=light] .history-card {
  background: #f5f5f5;
  background: linear-gradient(40deg, rgb(240, 240, 240) 0%, rgb(245, 245, 245) 70%, rgb(250, 250, 250) 100%);
  border: 0.0625rem solid #e0e0e0;
}

body[data-bs-theme=light] .card-header-container {
  border-bottom: 0.0625rem solid #00000017;
}

body[data-bs-theme=light] .card-name {
  color: #751BD5;
}

body[data-bs-theme=light] .side-value {
  background-color: #3479cf;
  color: #ffffff;
}

body[data-bs-theme=light] .item-name {
  color: #555555;
}

body[data-bs-theme=light] .item-Value {
  color: #333333;
}

body[data-bs-theme=light] .card-detail-name {
  color: #555555;
}

body[data-bs-theme=light] .card-detail-value {
  color: #333333;
}

body[data-bs-theme=light] .values-row-divider {
  background-color: rgb(0 0 0 / 7%);
}

body[data-bs-theme=light] .value-section-header {
  color: #333333;
}

body[data-bs-theme=light] .value-name {
  color: #555555;
}

body[data-bs-theme=light] .value {
  color: #333333;
}

body[data-bs-theme=light] .icon-container {
  background-color: #e0e0e0;
}

body[data-bs-theme=light] .backdrop-img {
  opacity: 20%;
}




@media (orientation: portrait){
    .history-card {
        width: 100%;
    }
}


