.ws-videos .form-group {
  width: 100%;
}

.ws-videos .ws-input-new {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    width: calc(100% - 55px);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ws-videos .ws-input-remove {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-right: none;
    border-radius: 4px 0 0 4px;
    width: calc(100% - 80px);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.ws-videos button {
    max-width: 55px;
    min-width: 55px;
    height: 34px;
    color: #fff;
    font-size: 18px;
    background: var(--primary-color);
    border-radius: 0 4px 4px 0;
    display: inline-block;
    padding: 4px 15px;
    font-size: 15px;
    border: none;
}

.ws-videos .ws-button-remove {
    max-width: 80px;
    min-width: 80px;
}

.ws-videos .ws-new-container .error {
    display: none;
    position: relative;
    width: 100%;
    text-align: right;
}
