main {
    background: #ffff;
}

main .container {
    max-width: 1200px;
}

.form {
    padding: 25px;
}

.form .form-one, .form .form-two {
    border-radius: 5px;
    padding: 20px;
    border: solid 1px #CED4DA;
    margin-bottom: 20px;
}

.form input, textarea {
    border-radius: 5px;
}

#fname, #ctype, #email {
    margin-right: 15px;
}

#green-involved h3 {
    font-weight: 600;
    font-size: 25px!important;
}

.form-two h4 {
    font-weight: 600;
    font-size: 20px;
}

label {
    margin-right: 40px;
}

.form-two label{
    font-size: 14px;
}

.form-two .form-group .form-group:last-child{
    display: grid!important;
    grid-template-columns: 1fr 1fr;
}

input[type="checkbox"] {
    margin-right: 10px;
}

.form-two .form-group:last-child .form-group:last-child
, .form-two .form-group:last-child
,.form-one .form-group:last-child {
    margin: 0!important;
}

.form-two {
    padding-bottom: 8px!important;
}

#green-involved {
    padding-top: 40px!important;
    padding-bottom: 50px!important;
}

#green-involved .card-primary {
    border-width: 3px;
    border-style: solid;
    box-shadow: none;
    background: #fff;
}

#opportunity-content .hover-border-green:hover {
    box-shadow: 0 0 0 3px #fff !important;
    border: solid 2px var(--lgreen) !important;
}

#green-involved {
    /* max-width: 1200px; */
    margin: auto;
}

input[type="radio"] {
    margin-right: 10px;
}

#submit-btn {
    padding: 7px 40px;
}

#contact-location .container-fluid {
    padding: 0 5px;
}


.multiple-dropdown {
    max-width: 100%;
    margin: 0 0 20px 0;
}

.select2-container--default .select2-selection--multiple { 
    min-height: 42px; 
}

span.select2-selection.select2-selection--multiple {
    display: flex;
    align-items: anchor-center;
    border: 1px solid #ced4da !important;
    width: 50%;
}

.select2-container--default .select2-results>.select2-results__options {
    width: 50%;
    border: 1px solid #ced4da !important;
    background: #fff;
}

.select2-container--open .select2-dropdown--below {
    border: none;
    background: none;
}

textarea.select2-search__field {
    margin: 0 0px 0 15px !important;
    line-height: 1.3;
}

li.select2-selection__choice {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #ced4da !important;
}

@media screen and (max-width: 980px) {
    .form-two h4 {
        font-size: 18px;
    }
    
    #green-involved h3 {
        font-size: 20px!important;
    }

    #submit-btn {
        width: 100%;
    }
    
    #ctype, #fname, #email {
        margin-bottom: 15px;
    }

    .form-group {
        display: block!important;
    }

    .form-two .form-group .form-group:last-child{
        display: block!important;
    }

    #green-involved {
        padding-bottom: 30px!important;
    }

    label {
        display: flex;
    }

    #contact-location {
        padding: 0 20px 30px 20px;
    }

    .form input {
        font-size: 14px;
    }

    span.select2-selection.select2-selection--multiple,
    .select2-container--default .select2-results>.select2-results__options {
        width: 100%;
    }

    button.select2-selection__choice__remove {
        padding: 5px !important;
        line-height: 1;
        height: 100%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        white-space: normal!important;
    }

    span.select2-selection__choice__display {
        line-height: 1.3!important;
    }
}