input::placeholder {
    color: #999;
    opacity: 1;
}

/*.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #323266!important;
    border: 1px solid #0069d9!important;
    color: #fff!important;
    border-radius: 2px!important;
    font-size: 13px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
    margin-right: 6px!important;
}

.select2-container .select2-selection--multiple {
    min-height: 34px !important;
    border-radius: 0px!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    box-shadow: none!important;
    outline: none!important;
}*/

.times {
    position: relative;
    width: 100%;
}

.times input {
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
}

.remove {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    font-size: 16px;
    line-height: 1;
}