.campaign-about {
    padding: 15px 10px 4px 15px;
}

.about-form label {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #7B7B7B;
    margin-bottom: 0px !important;
}

.about-form input, .about-form textarea, .about-form select, .campaigns-date input, .campaigns-date select {
    border: 1px solid #0000001A;
    background-color: #FFFFFF;
}

.about-form input, .campaigns-date input {
    border-radius: 7px;
    height: 31px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #3A3A3A;
}

.about-form textarea {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #3A3A3A;
}

.about-form select, .campaigns-date select {
    height: 31px;
    font-size: 13px;
    border-radius: 8px;
}

.campaigns-date select {
    border-radius: 7px;
    border: 1px solid #0000001A;
    height: 32px;
    font-size: 13px;
}

.campaigns-date {
    padding: 10px 10px 4px 10px;
}

.campaigns-date span {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #7B7B7B;
}

.campaigns-date svg {
    margin: 0 10px 0 10px;
}

