﻿


.leftSideContainer {
    background-color: #00388C;
    border-radius: 32px;
    display: flex;
    width: 795px;
    padding: 0px var(--Spacing-Gap-Gap-44, 44px);
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 48px);
    /*height: 976px;*/
    justify-content: space-between;
    overflow: auto;
    margin: 24px 80px;
}
    .leftSideContainer::-webkit-scrollbar-track {
        border: 1px solid #000;
        padding: 2px 0;
        background-color: #00388C;
    }

    .leftSideContainer::-webkit-scrollbar {
        width: 10px;
        height: 50px !important;
    }

    .leftSideContainer::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #00388C;
        border: 1px solid #000;
    }

.leftborder {
    border-left: #0094ff solid 2px;
}


@media screen and (max-width: 1440px) {
    .leftSideContainer {
        display: none;  }
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center items vertically */
}

.bourse-icon {
    padding: 5px; /* Optional: Add padding for better visual spacing */
    border-radius: 10px; /* Optional: Rounded corners for aesthetic */
    margin-right: 10px;
}

.bourse-value {
    margin-left: auto; /* Pushes the value to the right */
}

@font-face {
    font-family: "YekanBakh_Bold";
    src: url("../fonts/YekanBakh/YekanBakhFaNum-Bold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "YekanBakh_Medium";
    src: url("../fonts/YekanBakh/YekanBakhFaNum-Regular.ttf") format("truetype");
    font-size: 12px;
}

body {
    background-color: #15294B !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    width: 100% !important;
}

.my-container {
    gap: 64px;
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    height: 100vh;
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

.first-row {
    font-family: "YekanBakh_Medium";
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    display: block;
}

    .first-row span {
        display: block;
        font-size: 45px;
    }

.third-row {
    display: flex;
    padding: var(--Spacing-Gap-Gap-8, 8px) var(--Spacing-Gap-Gap-12, 12px);
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: var(--Spacing-Gap-Gap-16, 16px);
    background: var(--gray, rgba(9, 30, 66, 0.16));
}

    .third-row span , p {
        color: #FFFFFF90;
        text-align: right;
        font-family: "YekanBakh_Medium";
        font-size: 14px;
        line-height: 28px; /* 166.667% */
        letter-spacing: 0px;
    }

.fourth-row {
    padding: var(--Spacing-Gap-Gap-8, 8px) var(--Spacing-Gap-Gap-12, 12px);
    align-items: center;
    border-radius: var(--Spacing-Gap-Gap-16, 16px);
    background: var(--gray, rgba(9, 30, 66, 0.16));
    color: #FFFFFF90;
    text-align: right;
    font-family: "YekanBakh_Medium";
    font-size: 14px;
    line-height: 28px; /* 166.667% */
    letter-spacing: 0px;
}

    .fourth-row ul {
        list-style-type: disc;
        padding-right: 15px;
        margin: 0;
    }


.res-info {
    display: flex;
    width:100%;
    margin-top:50px
}


@media screen and (min-width: 1440px) {
    .res-info {
        display: none;

    }
}
@media screen and (min-width: 700px) {
    .res-info {
        width: 50%;
    }
}



.my-last-row {
    align-items: flex-start;
    text-align: center;
    justify-content: flex-start;
    color: white;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping */
    gap: 10px;
}

.my-last-row-inner {
    background: var(--gray, rgba(9, 30, 66, 0.16));
    border-radius: var(--Spacing-Gap-Gap-16, 16px);
    justify-content: space-between;
    display: flex;
    height: 32px;
    padding: 4px 8px;
    align-items: center;
    width: fit-content; /* Make the width fit the content */
    flex-grow: 1; /* Allow elements to grow if necessary */
}

    .my-last-row-inner span {
        color: var(--Color-White, #FFF);
        text-align: center;
        font-family: "YekanBakh_Bold";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 0;
        white-space: nowrap; /* Prevent text from breaking onto a new line inside the span */
    } 

.inner-container {
    display: flex;
    height: 860px;
    padding: 44px var(--Spacing-Gap-Gap-0, 0px);
    flex-direction: column;
    align-items: center;
    gap: var(--Spacing-Gap-Gap-24, 24px);
}
.refresh-image {
    display: flex;
    height: 28px;
    padding: var(--Components-Button-Spacing-Y-SM, 10px) var(--Components-Button-Spacing-X-SM, 12px);
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px var(--Utilities-Spacing-2, 8px);
    flex-wrap: wrap;
    border-radius: var(--Components-Button-Border-Radius, 8px);
    border: 1px solid var(--Neutral-Base-NT-40, #42526D);
    background: var(--Neutral-Base-NT-20, #243757);
}
