﻿@charset "UTF-8";

.hidden,
.form-input-__lf_ref_name,
.form-input-__lf_title_name {
  display: none !important;
}

@font-face {
    font-family: leads-api-customIcons;
    src: url(fonts/leads-api-customIcons.eot);
    src: url(fonts/leads-api-customIcons.eot) format("embedded-opentype"), url(fonts/leads-api-customIcons.ttf) format("truetype"), url(fonts/leads-api-customIcons.woff) format("woff"), url(fonts/leads-api-customIcons.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class*=" la-cicon-"],
[class^=la-cicon-] {
    font-family: leads-api-customIcons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la-cicon-close:before {
    content: "";
}

.la-cicon-exclamation:before {
    content: "";
}

.la-cicon-file-audio:before {
    content: "";
}

.la-cicon-file-other:before {
    content: "";
}

.la-cicon-file-text:before {
    content: "";
}

.la-cicon-file-image:before {
    content: "";
}

.la-cicon-file-pdf:before {
    content: "";
}

.la-cicon-spinner:before {
    content: "";
}

.la-cicon-upload:before {
    content: "";
}

.la-cicon-file-video:before {
    content: "";
}

.la-cicon-file-document:before {
    content: "";
}

/*# sourceMappingURL=form.css.map */


/*SMBWMGR-21411*/

#h-error-title {
    font-size:2rem;
    color: #e53935;
    margin-bottom:0px;
}

#p-error-message {
    margin-top: 18px;
    font-size: 1.1rem;
}

#error-form-dialog[open] {
    border: none;
    padding:0px;
    position:fixed;
    top: 50%;
    transform: translatey(-50%);
}

#error-form-dialog:not([open]) {
    display: none !important;
}

#close-dialog {
    font-size: 18px;
}
