@font-face {
    font-family: 'iSans';
    src: url('IRANSansWeb(FaNum).woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'iSans', Arial, sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

body {
    background-color: #1e1e3c;
    color: #FCCB06;
    font-family: 'iSans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    direction: rtl;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none; /* برای Internet Explorer و Edge */
    scrollbar-width: none; /* برای Firefox */
}

.container {
    flex: 1;
    display: none;
    padding: 25px 10px 60px 10px;
    text-align: center;
    margin-top: 10px;
}

.container.active {
    display: block;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    color: #222E50;
    text-align: left;
    height: 60px;
}

.footer {
    height: 45px;
    background-color: #222E50;
    display: flex;
    justify-content: space-around;
    padding: 0 0 10px 0;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.footer div {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    transition: background-color 0.3s ease;
}

.footer div:hover {
    background-color: #FCCB06;
    color: #222E50;
}

button {
    background-color: #FCCB06;
    color: #222E50;
    border: none;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
}

.question-box button {
    margin-top: 5px;
    padding: 5px;
}

button:hover {
    background-color: white;
    color: #222E50;
}

.footer-button, .tour-button {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: white;
    background-color: #222E50;
    border-radius: 0 0 8px 8px;
    margin: 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.footer-button.active, .tour-button.active {
    background-color: #FCCB06;
    color: #222E50;
}

.footer-button i, .tour-button i {
    font-size: 20px;
    margin-bottom: 0;
}
.footer-button span {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.footer-button:hover, .tour-button:hover {
    background-color: #FCCB06;
    color: #222E50;
}

.range-container {
    margin-bottom: 20px;
}

#error-message {
    color: red;
}

#submit-btn {
    padding: 10px 20px;
    border: none;
    cursor: not-allowed;
    opacity: 0.6;
    width: 100%;
    background-color: #FCCB06;
    color: #1e1e3c
}

#submit-btn.enabled {
    cursor: pointer;
    opacity: 1;
}

#change-Limit {
    cursor: pointer;
    opacity: 1;
    padding: 10px 20px;
    border: none;
    width: 100%;
    background-color: #FCCB06;
    color: #1e1e3c;
    font-weight: bold;
    font-size: small;
}

.invite-task {
    border-left: 5px solid #FCCB06;
    background-color: #28284a;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    text-align: right;
    position: relative;
    cursor: pointer;
}

.invite-task span, .question-answer span {
    position: absolute;
    left: 10px
}

input {
    width: 100%;
}

h4 {
    text-align: center;
    margin: 0;
}

.remove-td {
    font-size: large;
    padding: 10px 0 0 0 ;
}
.remove-td img {
    width: 20px;
}
.title-td {
    padding-top: 5px;
    font-size: large;
    font-weight: bold;
    text-align: center !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.range-td{
    font-size: large;
    width: 100%;
}

table tr td div {
    text-align: center;
    font-size: x-large;
    direction: rtl;
}


.percent {
    margin: 0 0 -15px 0;
}

hr {
    margin: 0 5px !important;
}

.header img {
    height: 50px;
    margin: 5px;
}

table {
    width: 100%;
}

.title, .tour-title {
    position: fixed;
    top: 0;
    right: 0;
    padding: 17px 10px 0 0;
    font-weight: bold;
}

.profile-card {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 10px 10px 10px;
    text-align: right;
}

.profile-card .profile-info {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.profile-card p {
    margin: 5px;
    font-size: 1rem;
    color: #ffffff;
}

.profile-card .caption {
    background-color: #1e1e3c;
    color: #FCCB06;
    padding: 5px;
    font-size: 1rem;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
}

.model2 .rank-item {
    background-color: #3b3b5c;
    border-left: 5px solid #FCCB06;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.model2 .rank-item .rank {
    background-color: #FCCB06;
    color: #1e1e3c;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.rank-info {
    text-align: center;
    margin: 20px 0;
}

.rank-info p {
    font-size: 1.2em;
}

.rank-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.rank-item {
    background-color: #2e2e4c;
    border: 1px solid #FCCB06;
    border-radius: 10px;
    margin: 10px 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FCCB06;
}

.rank-item i {
    font-size: 1.5em;
}

.rank-item .rank {
    width: 30px;
    text-align: center;
}

.rank-item .name {
    flex: 1;
    margin: 0 10px;
    font-size: 12px;
}

.rank-item .score {
    width: 45%;
    text-align: center;
}
.rank-item .show_portfolio {
    cursor: pointer;
}
.header-invite {
    text-align: center;
    padding: 20px;
    border-bottom: 2px solid #FCCB06;
}

.invite-section {
    background-color: #2e2e4c;
    border-radius: 10px;
    border-top: 2px solid #FCCB06;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.friends-section p{
    margin: 0;
}
.friends-section p:nth-child(2) {
    font-size:14px;
    color:white;
}
.invite-section h2 {
    margin: 0 0 10px;
}

.invite-section .btn, #close-tour {
    background-color: #FCCB06;
    color: #1e1e3c;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

#exit-tour {
    cursor: pointer;
}

.invite-section .copy-invite-link {
    background-color: #1e1e3c;
    border: 1px solid #FCCB06;
    color: #FCCB06;
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.friends-list {
    background-color: #2e2e4c;
    border-radius: 10px;
    padding: 20px;
}

.friend-item {
    background-color: #3b3b5c;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #FCCB06;
}

.friend-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.friend-item .details {
    flex: 1;
}

.friend-item .details .name {
    font-weight: bold;
}

.model5-second {
    background-color: #1e1e3c;
    border-radius: 30px;
    padding: 40px;
    color: #FCCB06;
    position: relative;
    text-align: center;
}

.model5-second .profile-info-second img {
    border-radius: 50%;
    border: 5px solid #FCCB06;
}

.model5-second .important-message-second {
    background-color: #2e2e4c;
    color: #FCCB06;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.model5-second .stats-second {
    margin-bottom: 20px;
}

.model5-second .stock-list-second {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 5px;
}

.model5-second .stock-list-second li:last-child {
    border-radius: 0 0 10px 10px;
    grid-column: span 2;
}

.model5-second .stock-list-second li:first-child {
/ / grid-column: span 2;
}

.model5-second .stock-list-second li:not(:first-child):not(:last-child) {
    grid-column: span 1;
    grid-template-columns: repeat(2, 1fr);
}

.model5-second .stock-item-second {
    background-color: #3b3b5c;
    /*
    border-radius: 10px;
    */
    padding: 10px;
    text-align: center;
    border-radius: 0;
}

.model5-second .date-box-second {
    background-color: #3b3b5c;
    color: #FCCB06;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.container-first, .container-second, .container-third {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.profile-card-first, .profile-card-second, .profile-card-third {
    border-radius: 15px;
    padding: 10px;
    position: relative;
    padding-top: 0;
    margin-top: -5px;
}

.profile-detail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 0 10px;
}

.profile-info-first img, .profile-info-second img, .profile-info-third img {
    border-radius: 50%;
    margin-right: 10px;
}

.profile-info-first h2, .profile-info-second h2, .profile-info-third h2 {
    margin: 0;
}

.stats-first, .stats-second, .stats-third {
    margin-bottom: 20px;
}

.stats-first .score, .stats-second .score, .stats-third .score {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.stock-list-first, .stock-list-second, .stock-list-third {
    list-style: none;
    padding: 0;
}

.stock-item-first, .stock-item-second, .stock-item-third {
    background-color: #3b3b5c;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.increase {
    color: #4CAF50;
}

.decrease {
    color: #F44336;
}

.model-first, .model-second, .model-third {
    margin-bottom: 10px;
}

.box {
    background-color: #28284a;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}

.box p {
    margin: 10px 0 0;
    line-height: 1.6;
}

.box a {
    color: #FCCB06;
    text-decoration: none;
    font-weight: bold;
}

.box a:hover {
    text-decoration: underline;
    color: #FFD700;
}

.collapse-content {
    display: none;
    margin-top: 10px;
    text-align: justify;
    justify-content: center;
}

.law-collapse {
    border-left: 5px solid #FCCB06;
    background-size: cover;
}

.law-collapse h3 {
    text-align: center;
    margin: 2px;
}

#loading, #badData {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background-color: #1e1e3c;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.spinner {
    border: 8px solid #FCCB06;
    border-top: 8px solid #1e1e3c;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner img {
    position: absolute;
    width: 85px;
    height: 85px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loading-text {
    margin-top: 20px;
    font-size: 18px;
    color: #FCCB06;
}

#membership-check {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background-color: #1e1e3c;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#membership-check > * {
    width: 90%;
}

#check-membership {
    background-color: #FCCB06;
    color: #1e1e3c;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
}

#open-channel {
    background-color: #1e1e3c;
    border: 1px solid #FCCB06;
    color: #FCCB06;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

input[type="range"] {
    accent-color: #FCCB06;
}

.blur {
    filter: blur(2px);
}

.footer-button.no-blur, .tour-button.no-blur {
    position: relative;
}

.footer-button.no-blur::after, .tour-button.no-blur::after {
    content: '';
    position: absolute;
    top: -80%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-image: url('../svg/direction.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-30%);
}

.justify-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.tour-text {
    text-align: justify;
    padding: 5%;
    margin: 10%;
    background-color: #1e1e3c;
    border-radius: 10px;
    box-shadow: 20px 20px 188px 110px rgba(112, 112, 112, 0.2);
}

.novigations img {
    max-width: 10%;
    height: 100vh;
    position: absolute;
    filter: drop-shadow(0 4px 6px rgba(252, 203, 6, 0.5));
}

.novigations img:first-child {
    left: 10px;
}

.novigations img:last-child {
    right: 10px;
}

/* Modal styles */
/* Modal styles */
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#task-modal, #question-modal, #invite-modal, #friends-modal {
    display: none;
}

.modal-content {
    background-color: #1e1e3c;
    padding: 20px;
    border: 1px solid #1d1d4e;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.close-modal, .gold-btn, .close-alertModal {
    padding: 10px 20px;
    border: none;
    width: 100%;
    background-color: #FCCB06;
    color: #1e1e3c;
}

.fas, .fa-solid, .fa-regular {
    font-size: x-large;
}

#chart-container {
    max-width: 720px;
    margin: 0 10px 0 10px;
    font-size: 14px;

}
#chart-container span {
    font-size: 12px;
}

.profile-card {
    border-radius: 10px;
    padding: 5px;
    margin: 0;
    position: relative;
}

.profile-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile-info h6 {
    position: absolute;
    top: 85px;
    text-align: center;
    width: 90px;
    margin: 0;
}

.profile-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px;
}

.home-date {
    background-color: #2e2e4c;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid #FCCB06;
    padding: 10px 0 10px 0;
    text-align: center;
    margin-bottom: 0;
}


.home-timer {
    background-color: #2e2e4c;
    border-radius: 0 0 10px 10px;
    border-bottom: 2px solid #FCCB06;
    padding: 0;
    text-align: center;
    margin-bottom: 5px;
}
.home-timer p:nth-child(2){
    font-size: 12px;
}

.home-timer p {
    line-height: 0;
}

.home-date p, .token-detail p {
    color: white;
    margin: 5px;
}

.modal-btn {
    background-color: #1e1e3c;
    border: 1px solid #FCCB06;
    color: #FCCB06;
    border-radius: 0px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.task-btn {
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-size: larger;
    font-weight: bold;
    margin-top: 5px;
    direction: ltr;
}

.gold-btn {
    border-radius: 0 0 10px 10px;
    margin-top: 5px;
}

.daily-change {
    background-color: #FCCB06;
    color: #1e1e3c;
    text-align: center;
    border-radius: 10px 10px 0 0;
    width: 100%;
    grid-column: span 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.task-content {
    text-align: center;
    background-color: #28284a;
    color: #FCCB06;
    border-right: 1px solid #FCCB06;
    border-left: 1px solid #FCCB06;
    grid-column: span 2;
    padding: 2px;
}
.task-title {
    background-color: #FCCB06;
    color: #1e1e3c;
    grid-column: span 2;
    padding: 5px;
}
.invite-friend-btn{
    border-radius: 0 0 10px 10px;
}
.token-detail {
    background-color: #2e2e4c;
    border-bottom: 2px solid #FCCB06;
    padding: 10px 0 10px 0;
    text-align: center;
    margin-bottom: 5px;
    line-height: 15px;
}
.investing-token {
    border-radius: 0 0 10px 0;
    border-right: 1px solid #FCCB06;
}
.trading-token {
    border-radius: 0 0 0 10px;
    border-left: 1px solid #FCCB06;
}
#tgUser {
    margin: 0;
    line-height: 10px;
}

.tgUser_parent {
    margin-top: -10px;
    width: 80px;
    text-align: center;
    margin-bottom: -5px;
    margin-right: 5px;
    padding: 0;
}

.spin {
    animation: spin 2s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.modal-alert {
    background-color: #1e1e3c;
    padding: 20px;
    border-top: 5px solid #FCCB06;
    border-bottom: 5px solid #FCCB06;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.gold-hr {
    height: 1px;
    background-color: #FCCB06;
    width: 80%;
    margin: 8px 10% 5px !important;
    box-shadow: 0 2px 5px rgba(252, 203, 6, 0.46);
}

.question-box {
    text-align: right !important;
    border-top: 1px solid #FCCB06;;
}

.question-box h4 {
    text-align: right;
}

.question-answer {
    border-right: 5px solid #FCCB06;
    margin-top: 5px;
    cursor: pointer;
    background-color: #28284a;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.78);
    text-align: right;
    position: relative;
}

.law-collapse h3 .fa-solid {
    position: relative;
    top: 5px;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 60, 0.86);
    z-index: 9999;
    text-align: center;
}
#loader p {
    color: #FCCB06;
}

#confirm-no{
    background-color: #1e1e3c;
    border: 1px solid #FCCB06;
    color: #FCCB06;
    padding: 7px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}
#confirm-text , #modal-alert-text{
    text-align: justify;
}
.btn-group {
    display: flex;
}
.btn-group button{
    font-weight: bold;
    padding: 5px 0;
    font-size: 16px;
    background: #1e1e3c;
    color: #FCCB06;
    border: 2px solid #FCCB06;
}
#section5 .btn-group button {
    padding: 10px 0;
}
.btn-group button:first-child {
    border-radius: 0 7px 7px 0;
}
.btn-group button:last-child {
    border-radius: 7px 0 0 7px;
}
.btn-group .active {
    background: #FCCB06;
    color: #1e1e3c;
}
.investing , .trading {
    display: none;
}

.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #FCCB06;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    background: #1e1e3c;
    margin-top: -15px;
}

.input-group-text {
    background: #FCCB06;
    color: #1e1e3c;
    padding: 10px 15px;
    border-right: 1px solid #FCCB06;
}

.form-control {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    background: #1e1e3c;
    color: #FCCB06;
}

.form-control::placeholder {
    color: #FCCB06;
    opacity: 0.6;
}

#cancelAsset {
    color:#FCCB06;
    font-size: 40px;
    font-weight: 900;
}
#assetModal .modal-content{
    padding-top : 0 !important;
    border: 1px solid #FCCB06;
    max-height: 75vh;
}
#assetModal h4 {
    text-align: right;
    margin-top: -20px;
    margin-bottom: 10px;
}
#search-result {
    height: 25vh;
    overflow-y: scroll;
}
.search-assets {
    border-top: 1px solid #fccb06;
    padding-top: 25px;
}
.suggested-assets {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.suggested-assets span {
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px 2px rgb(252 203 6 / 25%)
}
.suggested-assets .suggest-category {
    font-size: small;
    margin: 0;
    border-bottom: 1px solid #FCCB06;
    white-space: nowrap;
}
.suggested-assets .suggest-title {
    margin: 0;
    white-space: nowrap;
}
.suggest-title {
    border: 1px solid #FCCB06;
    border-radius: 0 0 10px 10px;
}
.suggest-category {
    border-radius: 10px 10px 0 0;
    background-color: #FCCB06;
    color: #1e1e3c;
}
.search-result {
    margin: 10px 0 0 0;
    padding: 3px 8px 3px 3px;
    background-color: #FCCB06;
    color: #1e1e3c;
    border-radius: 5px;
}
.search-result h3{
    margin: 0;
}
.search-result h6 {
    margin: 0;
}
.assets-btn {
    cursor: pointer!important;
}
.home-card{
    display: flex;
    gap: 0;
    margin: 0 10px 0 10px;
    background-color: #2e2e4c;
}
.home-card .box:first-child {
    border-radius: 0 10px 0 0;
}

.home-card .box:last-child {
    border-radius: 10px 0 0 0;
}
.home-card .box {
    box-shadow: none;
    background-color: #2e2e4c;
    transform: none;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.side {
    padding: 0;
    margin: 0;
}
.box img {
    max-width: 70px;
    border-radius: 50%;
}
.side {
    flex: 1;
    font-size: 12px;
}
.side p {
    font-size: 16px;
}
.center {
    max-width: 100px;
    margin: 0;
    padding: 5px;
    border-top: 2px solid #FCCB06;
    border-radius: 0;
}
.ranking {
    margin: 5px 10px;
}

.model2 {
    border-bottom: 2px solid #FCCB06;
}
.model2 button{
    margin: 0;
    border-radius: 0!important;
}
.ranking-title, .reward-title {
    background-color: #FCCB06;
    color: #222E50;
    border: none;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.ranking-title span {
    font-size: 12px;
    font-weight: normal;
}
.user-counter {
    border-right: 1px solid #FCCB06;
    border-left: 1px solid #FCCB06;
    padding: 2px 0;
}
#section6 {
    padding: 10px 10px 60px 10px;
}
.reward-content{
    padding: 10px 8px 20px 8px;
    border-bottom: 2px solid #FCCB06;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
}
.reward-content .input-group {
    margin: 10px 0;
    border: 2px solid #FCCB06;
}
.reward-content .input-group span {
    padding: 5px;
}
.reward-text {
    text-align: justify;
    padding: 10px 5px;
    border-top: 2px solid #FCCB06;
    border-bottom: 2px solid #FCCB06;
    border-radius: 10px;
    background-color: #2e2e4c;
    font-size: 13px;
}
.reward-text-modal {
    text-align: justify;
    padding: 0;
    font-size: 13px;
}
.get-number .modal-content{
    padding: 0;
}
#user-mobile {
    text-align: center;
    direction: ltr;
    font-size: large;
    padding: 5px;
}
.sponsor-box{
    margin: 10px 0;
}
.sponsor-title {
    background-color: #2e2e4c;
    border-top: 2px solid #FCCB06;
    border-right: 1px solid #FCCB06;
    border-left: 1px solid #FCCB06;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    padding: 5px;
}
.sponsor-image {
    width: 40%;
}
.sponsor-content {
    padding: 10px 10px;
    border-right: 1px solid #FCCB06;
    border-left: 1px solid #FCCB06;
    border-bottom: 2px solid #FCCB06;
    border-radius:  0 0 10px 10px;
    //background-color: #2e2e4c;
}
.sponsor-text {
    text-align: justify;
}
.sponsor-content button {
    padding: 2px;
    font-size: 14px;
}
#token-page button {
    font-size: 14px;
    font-weight: normal;
}
.portfolio-dsc div {
    background-color: #2e2e4c;
    border-right: 2px solid #FCCB06;
    border-left: 2px solid #FCCB06;
    margin-top: 5px;
    padding: 5px;
    font-size: 14px;
}
.portfolio-dsc div:first-child {
    border-radius: 10px 10px 0 0;
}
.portfolio-dsc div:last-child {
    border-radius: 0 0 10px 10px;
}

.portfolio_report .modal-content {
    padding: 0!important;
}
.portfolio_report h4{
    background-color: #FCCB06;
    margin-bottom: 0;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    color: #1e1e3c;
}
.portfolio_report .assets-table{
    padding: 10px;
    max-height: 40vh;
    overflow-y: scroll;
}
.assets-table td:last-child {
    direction: ltr!important;
}
.portfolio_report p{
    text-align: center;
    margin: 5px;
}
.portfolio_report table  {
    border-collapse: collapse;
    width: 100%;
}
.portfolio_report td {
    text-align: center;
    border: 1px solid #FCCB06;
    padding: 2px;
}
.portfolio_report th {
    text-align: center;
    border: 1px solid #1e1e3c;
    padding: 2px;
}
.portfolio_report th {
    background-color: #3b3b4f;
    color: #fccb06;
    border: 1px solid #fccb06;
}
.portfolio_report button {
    padding: 5px;
    border-radius: 0 0 5px 5px;
}
.portfolio-dsc .bg-color {
    color: white;
    padding: 2px;
    border-radius: 3px;
}
.trading .portfolio-dsc .bg-color {
    background-color: green;
}
.investing .portfolio-dsc .bg-color {
    background-color: red;
}
#report_trading_btn , #report_investing_btn {
    width: 50%!important;
    margin-bottom: 15px;
}

@keyframes textPulse {
    0% { font-size: 16px; }
    50% { font-size: 15px; }
    100% { font-size: 16px; }
}
.btn-group .change-mode:not(.active) {
    animation: textPulse 1s infinite!important;
}
#change_history_best td,#change_history_best th {
    direction: ltr;
    font-size: 12px;
}
.best_history_content {
    padding: 10px 0 0 0;
    max-height: 50vh;
    overflow-y: scroll;
}
.capital_td {
    direction: rtl!important;
}
.space_td {
    border: none!important;
    height: 10px;
}
.total_efficiency {
    direction: ltr;
    display: inline-block;
}