@import url("https://fonts.maateen.me/solaiman-lipi/font.css");
body {
    font-family: SolaimanLipi, sans-serif !important;
}
.cm-0 {
    margin: 0;
}

.right-align {
    text-align: right;
}

.cmb-30 {
    margin-bottom: 30px;
}

.color-green {
    color: #8dc63f !important;
}
.color-red {
    color: #ed1c24 !important;
}

.rate-font-size {
    font-size: 1.2em;
}

.data-box h3,
.data-box h2 {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-family: SolaimanLipi, sans-serif !important;
}

.data-box h2 {
    font-weight: 500 !important;
    font-family: SolaimanLipi, sans-serif !important;
}

.data-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 15px 20px;
    box-shadow: 1px 2px 6px -1px rgba(0, 0, 0, 0.62);
}

.box-1 {
    background-color: #f7941e;
}

.box-2 {
    background-color: #8dc63f;
}

.box-3 {
    background-color: #ed1c24;
}

.box-4 {
    background-color: #398dd3;
}

.box-5 {
    border: 2px solid #f7941e;
}

.box-6 {
    border: 2px solid #8dc63f;
}

.box-7 {
    border: 2px solid #ed1c24;
}

.box-8 {
    border: 2px solid #398dd3;
}

.main-info-wrapper h3,
.main-info-wrapper h2 {
    color: #000 !important;
    font-weight: 400 !important;
    font-family: SolaimanLipi, sans-serif !important;
}
.main-info-wrapper h3 {
    font-size: 18px !important;
}

.main-info-wrapper h2 {
    font-weight: 500 !important;
}

.main-info-wrapper {
    margin-top: 40px;
}

.main-info-wrapper .fa-long-arrow-up {
    color: #ed1c24;
}

.side-data-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 2px 2px 1px 20px;
    box-shadow: 1px 2px 6px -1px rgba(0, 0, 0, 0.62);
}

.hide-embed {
    position: relative;
    width: 100%;
    min-height: 40px;
    background-color: white;
    bottom: 40px;
}

.side-data-box p {
    color: black;
}
.secondary-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 5px;
}
.secondary-info h3 {
    margin-bottom: 0px;
}
.secondary-info i {
    font-size: 1.3rem;
    padding-bottom: 0px;
    padding-left: 7px;
}
.truncate {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.short-text {
    display: none;
}

@media only screen and (max-width: 768px) {
    .data-box {
        margin-bottom: 20px;
    }
    .side-data-box p {
        font-size: 1.7rem;
    }
    .truncate {
        margin-bottom: 0;
        width: 275px;
        margin-top: 15px;
    }
    .rate-font-size {
        font-size: 1.8rem;
    }

    #crIframe{
        margin-top: 10px;
        /*height: 600px!important;*/
    }
}

.cr-tooltip {
    position: relative;
    display: inline-block;
}

.cr-tooltip .cr-tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    opacity: 0;
    transition: opacity 0.3s;
}

.cr-tooltip .cr-tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.cr-tooltip:hover .cr-tooltiptext {
    visibility: visible;
    opacity: 1;
}
