/* General styling */
.csv-upload-container {
    padding: 40px 40px 40px 40px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px 30px 30px 30px;
}

/* List layout for upload options */
.upload-options {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-cls {
    flex: 1;
    margin: 0 5px;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn-green {
    background-color: #4caf50;
    text-align: center;
    color: #fff;
}
.btn-info {
    background-color: #3B8EA1;
    text-align: center;
    color: #fff;
}
.btn-proceed {
    background-color: #527EFF;
    text-align: center;
    color: #fff;
}
.btn-proceed:hover {
    background-color: #001AB3;
}

/* Validation messages styling */
.validation-messages {
    padding: 15px 6px;
}
.error {
    color: #d32f2f !important;
}
.success {
    color: #4caf50;
}

.error-table th {
    padding: 6px 8px !important;
}
.error-table td {
    font-weight: normal !important;
    text-align: left;
    vertical-align: top;
}

.proceed-buttons button[disabled] {
    cursor: not-allowed;
    background-color: #ccc;
}

/* Proceed buttons section */
.proceed-buttons {
    margin-top: 20px;
}

/* Processing GIF styling */
.processing-gif {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    color: #ff9800;
}


.page-id-5631977 .et_pb_section{
    background-color: #000 !important;
}


body.page-id-5631977 .et_pb_button{
    border: 2px solid #fff;
    padding: 10px 25px;
    transition: all 0.3s ease-in-out;
}

body.page-id-5631977 .et_pb_button:hover{
    background-color: #fff;
    color: #000 !important;
    opacity: 1;
    padding: 10px 25px;
}


