.input-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.project-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.project-select {
    margin-top: 40%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.file-upload-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.file-upload-label {
    cursor: pointer;
    margin-top: 16px;
}

.file-upload-label a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.file-upload-label a:hover {
    text-decoration: underline;
}

.file-input {
    display: none;
}

.wallet-input {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: monospace;
    resize: vertical;
}

.check-button {
    font-family: 'Raleway', sans-serif;
    padding: 10px 20px;
    background-color: #fff;
    color: #0b0b0d;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 13px;
    transition: background-color 0.3s;
    width: 50%;
    height: 40px;
    margin-top: 16px;
}

.check-button:hover {
    background-color: #fff;
}

.check-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.results-table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
}

.results-table th,
.results-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    min-width: 100px;
}

.results-table th:first-child,
.results-table td:first-child {
    width: 50px;
    min-width: 50px;
    text-align: center;
}

.results-table th:nth-child(2),
.results-table td:nth-child(2) {
    min-width: 200px;
}

.results-table th:nth-child(3),
.results-table td:nth-child(3) {
    min-width: 100px;
}

/* Стили для скроллбара */
.table-container::-webkit-scrollbar {
    height: 8px;
}

.table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.table-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.block4 {
    padding: 20px;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.block4.visible {
    opacity: 1;
    transform: translateY(0);
}

.check-button-container{
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.arrow{
    width: 100%;
    margin-top: 60%;
}

.galxe-project-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;
}

.galxe-project-select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.points-project-selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;
}

.points-project-select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}