@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color: #ccc;
    max-width: 414px;
    margin: 0 auto;
}

body > * {
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

body, input {
    font-size: 12px;
    font-family: 'montserrat';
    font-weight: 600;
    line-height: 1.5;
}

header input, main input {
    background: none;
    border: none;
    padding: 0;
}

input:focus {
    outline: none;
}

#top-bar {
    background-color: #fff;
    color: #555;
    display: flex;
    justify-content: space-between;
    padding: 4px 20px 2px 20px;
}

#top-bar > input:first-child {
    color: #555;
    letter-spacing: 1px;
}

#top-bar > div:last-child {
    display: flex;
    align-items: center;
}

#top-bar > div:last-child > div {
    background-color: #555;
    color: #fff;
    border-radius: 5px;
    padding: 0 4px;
    font-size: 9px;
}

#top-bar i {
    display: block;
    margin-left: 6px;
}

#browser-bar {
    background-color: #fff;
    color: #3B3E41;
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#browser-bar > div:nth-child(1) {
    background-color: #F2F3F5;
    border-radius: 18px;
    width: 290px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#browser-bar > div:nth-child(1) > i {
    margin-right: 8px;
    margin-top: -2px;
}

#browser-bar > div:nth-child(1) > input {
    width: 250px;
    margin-bottom: -2px;
    overflow: hidden;
    font-size: 14px;
}

#browser-bar > input:nth-child(2) {
    width: 19px;
    height: 19px;
    border: 2px solid #3B3E41;
    border-radius: 4px;
    text-align: center;
}

#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px 8px 15px;
}

#header u {
    color: #00a0ba;
}

#header > div:first-child {
    display: flex;
    align-items: center;
}

#header > div:last-child > input:first-child {
    color: #fff;
    width: 100px;
}

#header > div:last-child > div:last-child > input {
    color: #00a0ba;
    width: 70px;
    text-decoration: underline;
}

#hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 16px;
    margin-right: 24px;
}

#hamburger > span {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 2px;
}

#logo {
    cursor: pointer;
    object-fit: cover;
}

#marquee {
    background-color: #24496C;
    display: flex;
    align-items: center;
    margin: -10px -10px 10px -10px;
    padding: 2px 15px;
}

#marquee > div {
    margin-left: 16px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#marquee > div::-webkit-scrollbar {
    display: none;
}

#marquee > div > input {
    display: block;
    width: 400px;
    color: #6bffdc;
    white-space: nowrap;
}

main {
    height: calc(100vh - 123px);
    padding: 10px 10px 0 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

main::-webkit-scrollbar {
    display: none;
}

.gray-box {
    background-color: #393939;
    height: 40px;
    border: 1px solid black;
    margin: 6px 0;
    padding: 10px;
    position: relative;
}

.gray-box > input {
    color: #fff;
}

.gray-box > i {
    position: absolute;
    bottom: 12px;
    right: 5px;
}

main > button {
    display: block;
    background-color: #0073a8;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 1px 1px rgba(0, 0, 0, .075);
    border: none;
    border-radius: 2px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 600;
}

table {
    border-collapse: collapse;
    margin-top: 20px;
}

thead > tr {
    background-color: #0092b1;
    color: #000;
    border-bottom: 2px solid #dee2e6;
    text-align: left;
}

th {
    padding: 12px;
}

td {
    padding: 4px;
    vertical-align: top;
}

td:nth-child(4) {
    color: green;
}

#bank-status {
    background-color: #E9ECEF;
    margin: 50px -10px 0 -10px;
    padding: 2px 5px 5px 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

#bank-status > div {
    background: url("/bank-status.png");
    width: 87px;
    height: 36px;
}

#bank-status > div:nth-child(1) {
    background-position: -3px 0;
}

#bank-status > div:nth-child(2) {
    background-position: -477px 0;
}

#bank-status > div:nth-child(3) {
    background-position: -192px 0;
}

#bank-status > div:nth-child(4) {
    background-position: -97px 0;
}

#bank-status > div:nth-child(5) {
    background-position: -382px 0;
}

#bank-status > div:nth-child(6) {
    background-position: -1708px 0;
}

#bank-status > div:nth-child(7) {
    background-position: -1614px 0;
}

#bank-status > div:nth-child(8) {
    background-position: -1993px 0;
}

#bank-status > div:nth-child(9) {
    background-position: -1898px 0;
}

#bank-status > div:nth-child(10) {
    background-position: -2088px 0;
}

@media screen and (min-width: 415px) {
    body {
        margin-top: 10px;
    }

    main {    
        height: calc(100vh - 143px);
    }
}
