.admin-petition .info {
    color: #E52B38;
}

.admin-petition .row {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.admin-petition .row:nth-child(odd) {
    background-color: #e1e1e1;
}

.admin-petition .row-title p {
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 0px;
}

.admin-petition .row-title {
    border-top: 1px solid black;
}

.b-bottom {
    border-bottom: 1px solid black;
}

.admin-petition .row p {
    width: 30%;
    padding: 0.5em;
}

.btn-export {
    padding: 1em;
    margin-top: 1em;
    cursor: pointer;
}

/*.overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 2em;
    background-color: #fff;
    width: 30%;
    height: 30%;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;

    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}*/


.col-form {
    display: flex;
    flex-direction: column;
}

.col-form label,
.row-form input {
    margin-top: 1em;
    margin-bottom: 0.1em;
}

.row-form input {
    margin-left: 0.5em;
}

.btn-submit {
    background-color: #E52B38 !important;
    width: 200px;
    margin: auto;
    margin-top: 1em;
}

.wpcf7-submit.btn-submit:hover{
    background-color: #fff !important;
}



.row-form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.p-italic {
    font-style: italic;
    width: 100%;
    font-size: 12px;
    margin-top: 20px;
}

.result {
    padding: 1em;
    background-color: #F5F5F5;
    border-radius: 1px;
}

.result a{
    color: #E52B38 !important;
}

.petition-form {
    width: 100%;
    padding: 10px;
}

.newsletter-label {
    width: 100%;
}

.petition-form select {
    /* Reset Select */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #000;
    background-color: #F5F5F5;
    background-image: none;
    cursor: pointer;
}

/* Remove IE arrow */
.petition-form select::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
.petition-form .select {
    position: relative;
    display: flex;
    width: 100%;
    height: 3em;
    overflow: hidden;
}