.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    padding: 1.2rem 2.5rem !important;
    font-weight: 900 !important;
}

.form-control {
    width: calc(100% - 5%) !important;
}

.input_two .select2-container--krajee {
    width: calc(100% - 5%) !important;
    display: block;
}

#content {
    width: calc(100% - 8%) !important;
    margin: 13rem auto auto auto;
}

.header-inner {
    background-color: black !important;
}

.input_two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

input,
select,
.select2-selection--single,
.select2-selection--multiple {
    border-radius: 0px !important;
    border-color: #cecece !important;
}

.input_two>input::placeholder,
select::placeholder,
textarea::placeholder,
.select2-selection--single::placeholder,
.select2-selection--multiple::placeholder,
textarea.select2-search__field::placeholder {
    font-size: 16px;
    font-family: system-ui;
}

.inputStyle {
    width: calc(100% - 1%);
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    color: black;
    background: #adadad;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 3px 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    float: right;
    color: #000;
    font-family: Lato, arial, sans-serif !important;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 0 0 0 11px;
    margin: 2px 0 0 3px;
}

.field-textConcepto>.select2-container--krajee .select2-selection--multiple {
    min-height: 14px !important;
    height: 4rem !important;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.field-sectoresTag>.select2-container--krajee .select2-selection--multiple {
    min-height: 34px !important;
    height: 7.5rem !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

.field-accionRatingTag>.select2-container--krajee .select2-selection--multiple {
    min-height: 34px !important;
    height: 4rem !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

.field-paisesTag>.select2-container--krajee .select2-selection--multiple {
    min-height: 34px !important;
    height: 4rem !important;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.field-textAlcance>.select2-container--krajee .select2-selection--multiple {
    overflow-y: hidden;
    height: 11rem !important;
    min-height: 34px !important;
}

.select2-container--krajee .select2-selection--multiple {
    min-height: 34px !important;
    height: 24rem !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.box-input {
    border: 1px solid black;
    padding: 3rem;
}

.title-box-input {
    position: relative;
    top: 55px;
    left: 18px;
    background: white;
    display: inline-flex;
}

@media only screen and (max-width: 860px) {
    .input_two {
        flex-direction: column !important;
    }
}
