@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
}

body, html {
    width: 100vw;
    height: 100vh;
}

.scrollable-table {
    max-height: 350px;
    overflow-y: auto;
}

.open-orders {
    background-color: #dc3545;
    font-size: 1.9em;
    border-radius: 12px;
    color: white;
    font-weight: 800;
    padding: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

th {
    text-transform: uppercase;
}

.small-font {
    font-size: 0.8rem !important;
}

.container-1 {
    padding: 5px 10px 10px 10px;
    width: 100% !important;
}

.clock {
    background-color: #4e4e4e;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
    margin-left: 6px;
    margin-right: 6px;
    color: white;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
}
