@font-face {
    font-family: 'Mardoto';
    src: url('/assets/styles/fonts/Mardoto-Regular.woff2') format('woff2'),
    url('/assets/styles/fonts/Mardoto-Regular.woff') format('woff');
    font-style: normal;
}

body {
    font-family: Mardoto, serif;
    overflow: hidden;
}

.body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p, span, th, td {
    color: #333333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header div {
    color: #333333;
    font-weight: 700;
    font-size: 30px;
}

.datetime {
    display: flex;
    max-width: 698px;
    min-width: 544px;
    justify-content: space-between;
    margin-right: 93px;
}
.datetime img {
    margin-right: 8px;
}

.datetime > div {
    display: flex;
    align-content: center;
    align-items: center;
}

#clock, #date {
    color: white!important;
    background-color: #00C1D8;
    border-radius: 8px;
    padding: 10px;
}

.datetime img {
    width: 30px;
    height: 30px;
    padding: 10px;
    color: white!important;
    background-color: white;
    border: 1px solid #76e1f3;
    border-radius: 8px;
}

table {
    border-collapse: collapse;
    font-size: 31px;
    width: 100%;
}

table th img {
    height: 40px;
}

.thHeader {
    width: 25%;
    text-align: left;
}

.tableTitle {
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    color: white;
    background-color: #00C1D8;
    border-radius: 8px;
}

.tableTitle2 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    color: #00C1D8;
    background-color: white;
    border: 1px solid #00C1D8;
    border-radius: 8px;
}

.row {
    height: 78px;
}

.th {
    margin-left: 30px;
}

.td {
    display: flex;
    align-items: center;
    width: 30%;
}

.td img {
    margin-right: 20px;
}

.delta {
    height: 20px;
    width: 20px;
}

.row:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: #e4f9fe;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.iframes {
    height: calc(100vh - 210px);
    width: calc(100vw - 140px);
    position: relative;
    display: flex;
    justify-content: space-between;
}

iframe {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.currency {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 546px;
}

.caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    text-align: right;
    margin-bottom: 0;
}

th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
