﻿body {
    background-color: #eee;
    font-family: "Roboto", "Arial", sans-serif;
    padding-top: 0;
}

input, select, textarea {
    max-width: 100%;
}

.twBtn, .downloadBtn {
    border: 1px solid #1D3557;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.twBtn {
    background-color: #f1b700;
    color: #1D3557;
    border-radius: 4px;
}

.twBtnOutlined {
    background-color: white;
    color: #1D3557;
    border-radius: 4px;
}

.btn.twBtn:hover {
    background-color: #1D3557;
    color: #fff;
    border-color: #fff;
}

.btn.twBtnOutlined:hover {
    background-color: #1D3557;
    color: #fff;
}

.custom-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}