/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_FormBuilder
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
/*New css start here*/
#wk-form-id input[type="text"],
#wk-form-id input[type="password"],
#wk-form-id input[type="url"],
#wk-form-id input[type="tel"],
#wk-form-id input[type="search"],
#wk-form-id input[type="number"],
#wk-form-id input[type="datetime"],
#wk-form-id input[type="email"] {
    width: 50%;
}

.catalog-product-view .wk-title{
width: 100%;
}

.fieldset {
    width: 100%;
}
.input-select{
    width: 50%;
}
.wk-tiny{
    width: 50%;
}
.wk-textarea{
    width: 50%;
}

form#wk-form-id{
    margin:20px
}

.wk-title{
    margin-top: 0px;
    float: left;
    margin-left: 20px;
}
.mage-error-formbuilder{
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px;
}
#wk-form-id *[tooltip] {
    position: relative;
}
#wk-form-id .tooltip-element {
    visibility: visible;
    color: #fff;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin: 0 5px;
    font-size: 12px;
    cursor: default;
}
#wk-form-id *[tooltip]:hover:before {
    border: solid;
    border-color: #222 transparent;
    border-width: 6px 6px 0;
    bottom: 17px;
    content: '';
    left: 2px;
    position: absolute;
    z-index: 99;
    cursor: default;
}
#wk-form-id *[tooltip]:hover:after {
    background: rgba(0,0,0,0.9);
    border-radius: 5px 5px 5px 0;
    bottom: 23px;
    color: #fff;
    content: attr(tooltip);
    padding: 10px 5px;
    position: absolute;
    z-index: 98;
    left: 2px;
    width: 230px;
    text-shadow: none;
    font-size: 12px;
    line-height: 1.5em;
    cursor: default;
}