

/* Start:/local/templates/ibpstore/components/bitrix/iblock.element.add.form/post-warranty/style.css?17284678121678*/
.iblock_form_add .add-row:hover,
.iblock_form_add .del-row:hover{
     cursor: pointer;
 }
.iblock_form_add .add-row,
.iblock_form_add .del-row{
    display: inline-block;
}
.iblock_form_add .add-row i,
.iblock_form_add .del-row i{
    color:#B2B2B2;
}
.iblock_form_add .add-row:hover i,
.iblock_form_add .del-row:hover i{
    color:var(--primary)
}

.iblock_form_add .form-control::placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.iblock_form_add .form-control:focus::placeholder {
    opacity: 0;
}
.iblock_form_add .form-control:disabled {
    background-color: initial;
    opacity: 0.5;
}
.iblock_form_add .form-control:disabled {
    background-color: #fcfcfc;
    opacity: 0.7;
    box-shadow: initial;
}
.iblock_form_add .form-control:disabled:hover {
    border: 1px solid #e5e5e5;
}
.iblock_form_add .required-text {
    color: var(--gray-500);
}

.iblock_form_add .bxhtmled-toolbar-cnt{
    display:none;
}
.iblock_form_add .custom-file input[type=file]{
    display:none;
}
.iblock_form_add .custom-file label{
    position:relative;
    padding-right: 1rem;
}
.iblock_form_add .custom-file label:before{
    content: "\E01E";
    font-family: "Iconly";
    font-weight: 400;
    display: inline-block;
    padding: 0 0.5rem;
    vertical-align: middle;
}
.iblock_form_add .custom-file label:hover{
    color:var(--primary);
    text-decoration: underline;
    cursor: pointer;
}
.iblock_form_add .custom-file{
    display: flex;
    justify-content: space-between;
}
div#popup-window-content-WebFormErrors {
    padding: 20px 0 !important;
}
.iblock_form_add label:hover{
    cursor:pointer;
}
.iblock_form_add textarea{
    resize: vertical;
}
/* End */
/* /local/templates/ibpstore/components/bitrix/iblock.element.add.form/post-warranty/style.css?17284678121678 */
