.input-group {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding-block: 12px;
}

.input-group label {
    font-size: 13px;
    font-style: normal;
    color: #FFD9DF;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.65px;
}

input.wpcf7-form-control {
    display: flex;
    height: 44px;
    padding: 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #E1E1E1 !important;
    background: #FFF !important;
    
}

input.wpcf7-date {
    width: 100%;
    color: #EDEDED;    
    
}

input.wpcf7-date::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: none;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.wpcf7-form-control.wpcf7-submit {
    border-radius: 10px;
    background-color: #c81832 !important;
    color: #fff;
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 12px 32px;
    margin-top: 12px;
    transition: background-color 300ms ease-in;
    border: none !important;
}

input.wpcf7-form-control.wpcf7-submit:active,
input.wpcf7-form-control.wpcf7-submit:hover{
    border: none !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 12px 28px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff  !important;
    color: #c81832;
}

.wpcf7-spinner {
    display: none !important;
}
