.formItem, .formTextarea {
    border-radius: 0;
}
.error.formTextarea, .formItem.error {
    border-color: #ce3c41 !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.renew-forbidden {
    margin: 5px 0 8px;
    font-weight: bold;
    color: red;
}

.select2-container {
    width: 100%;
    min-width: 100%;
    z-index: 1060;
}

.select2-container * {
    box-sizing: border-box;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    color: #272727;
    font-size: 16px;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #acacac;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 12px;
    vertical-align: middle;
    box-sizing: border-box;
}
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-selection__choice {
    color: #272727;
}
.select2-search__field {
    padding-top: 0 !important;
    font-family: MyriadPro,sans-serif;
    font-size: 16px !important;
    margin-top: 0 !important;
    color: #acacac;
}

.select2-search__field[placeholder]          {color: #acacac !important;}
.select2-search__field::-moz-placeholder     {color: #acacac !important;}
.select2-search__field::-webkit-input-placeholder     {color: #acacac !important;}
.select2-search__field:-moz-placeholder      {color: #acacac !important;}
.select2-search__field:-ms-input-placeholder {color: #acacac !important;}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 0;
    border: 2px solid #acacac;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 2px solid #acacac;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    border: 2px solid #acacac;
    margin-bottom: 0;
    border-radius: 0;
}
.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}
.select-icon .placeholder {
    display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 3px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px;
}

.select2-search .select2-search--inline {
    display: inline-block;
    padding-top: 5px;
}

.select2-search__field:placeholder-shown {
    width: 100% !important; /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-container .select2-search--inline {
    padding-top: 7px;
}

.country-list, .state-list, .occupation {
    border: 2px solid #acacac;
    padding: 7px 6px !important;
    width: 100%;
    border-radius: 0 !important;
    color: #acacac;
    font-size: 16px;
    font-family: MyriadPro,sans-serif;
    box-shadow: none !important;
    outline: none !important;
}

.occupation.error, .state-list.error, .country-list.error {
    border-color: #ce3c41 !important;
}

select.error + .formError {
    display: block;
}

.country-list:focus, .state-list:focus, .occupation:focus {
    border: 2px solid #acacac !important;
    width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.select2-selection.select2-selection--multiple.error {
    border-color: #ce3c41 !important;
}

.country-list[placeholder]          {color: #acacac !important;}
.country-list::-moz-placeholder     {color: #acacac !important;}
.country-list::-webkit-input-placeholder     {color: #acacac !important;}
.country-list:-moz-placeholder      {color: #acacac !important;}
.country-list:-ms-input-placeholder {color: #acacac !important;}

.state-list[placeholder]          {color: #acacac !important;}
.state-list::-moz-placeholder     {color: #acacac !important;}
.state-list::-webkit-input-placeholder     {color: #acacac !important;}
.state-list:-moz-placeholder      {color: #acacac !important;}
.state-list:-ms-input-placeholder {color: #acacac !important;}

