body {
    background-color: #ececec;
}

.italic-gray {
    font-style: italic;
    color: #777;
}

.card {
    padding: 1.2rem 1.2rem;
    text-align: center;
    max-width: 35em;
    margin-left: auto;
    margin-right: auto;

    border-radius: 1rem;
    overflow: visible;
    position: relative;
    z-index: 1;

    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
}

.input {
    font-weight: 500;
    font-size: 14px;
    height: 20px;
    padding-left: 8px;
    margin: 2px;
    width: 80%;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
table td, table th {
    color: #666;
    height: 30px;
}
table thead th {
    background-color: #CCE8EB;
    width: 100px;
}
table tr:nth-child(odd) {
    background: #fff;
}
table tr:nth-child(even) {
    background: #F5FAFA;
}


.button {
    width: 90%;
    min-width: 100px;
    height: 40px;
    padding: 4px;
    border-radius: 5px;
    border: 2px solid #E0E1E4;
    box-shadow: 0 0 20px -20px;
    cursor: pointer;
    background-color: white;
    transition: all 0.2s ease-in-out 0ms;
    user-select: none;
}

.button:hover {
    background-color: #F2F2F2;
    box-shadow: 0 0 20px -18px;
}

.button:active {
    transform: scale(0.95);
}


.progress {
    width: 90%;
}

.introduceText {
    text-align: left;
    font-size: 13px;
}

p {
    margin-top: 4px;
    margin-bottom: 4px;
}

.introduceTextSubTitle {
    font-size: 14px;
    font-weight: bold
}
