#tnp-modal{
display: none;
position: fixed;
z-index: 99999;
left: 0;
top: 0;
height: 100%;
width: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.5);
}
#tnp-modal-content{
background-color: #fff;
margin: 100px auto auto auto;
width: 100%;
max-width: 700px;
box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
position: relative;
padding: 0;
}
@media screen and (max-width: 525px) {
#tnp-modal-content{
margin: 10% auto;
}
}
#tnp-modal-close{
position: absolute;
right: 15px;
top: 0px;
font-size: 40px;
color: #999;
line-height: normal!important;
}
#tnp-modal-close:hover, #tnp-modal-close:focus{
color: #000;
text-decoration: none;
cursor:  pointer;
}
#tnp-modal-body{
padding: 2rem;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 476px; --cmplz_banner_background_color: #f9f9f9; --cmplz_banner_border_color: #f9f9f9; --cmplz_banner_border_width: 1px 1px 1px 1px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 110px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #191e23; --cmplz_hyperlink_color: #191e23; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #0d593e; --cmplz_button_accept_border_color: #0d593e; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #0d593e; --cmplz_button_deny_border_color: #0d593e; --cmplz_button_deny_text_color: #ffffff; --cmplz_button_settings_background_color: #ffffff; --cmplz_button_settings_border_color: #0d593e; --cmplz_button_settings_text_color: #0d593e; --cmplz_button_border_radius: 5px 5px 5px 5px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #21759b; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; }}@media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; }}@media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-links.cmplz-information { display: none;}.cmplz-cookiebanner { animation: fadeIn 2s; -webkit-animation: fadeIn 2s; -moz-animation: fadeIn 2s; -o-animation: fadeIn 2s; -ms-animation: fadeIn 2s;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner .cmplz-preferences,.cmplz-manage-consent-container .cmplz-preferences { display: none;}.cmplz-cookiebanner .cmplz-statistics:not(.cmplz-tcf),.cmplz-manage-consent-container .cmplz-statistics:not(.cmplz-tcf) { display: none;}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-logo { display: none !important;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner .cmplz-links .cmplz-link { display: none;}.cmplz-soft-cookiewall { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 9999;}.cmplz-soft-cookiewall.cmplz-dismissed { position: initial; display: none;}.cmplz-optout .cmplz-soft-cookiewall { position: initial;}.cmplz-document .cmplz-soft-cookiewall { position: initial;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: block;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: none;} .cmplz-placeholder-element > blockquote.fb-xfbml-parse-ignore { margin: 0 20px; }div#fpsml-preview-wrap {
max-width: 1024px;
margin: 0 auto;
}
.fpsml-preview-note {
text-align: center;
}
.fpsml-front-form *,
.fpsml-front-form *:before,
.fpsml-front-form *:after{
box-sizing: border-box;
}
.fpsml-front-form .fpsml-has-submit-btn .fpsml-field input[type="submit"]{
font-size: 16px;
font-weight: 700;
cursor: pointer;
}
.fpsml-field-wrap .ui-autocomplete.ui-menu{border: none;}
.fpsml-field-wrap .ui-autocomplete.ui-menu .ui-menu-item{
padding: 10px;
font-size: 14px;
background-color: #f7f7f7;
}
.fpsml-field-wrap .qq-upload-list{margin: 0;}
.fpsml-field-wrap .qq-upload-list li {
height: 18px !important;
line-height: 1.2 !important;
padding: 0 10px !important;
border-radius: 60px !important;
display: flex;
align-items: center;
}
.fpsml-field-wrap .qq-upload-list li > span,
.fpsml-field-wrap .qq-upload-list li > a{
flex: 1;
}
.fpsml-field-wrap .qq-upload-list li > a:nth-last-child(2),
.fpsml-field-wrap .qq-upload-list li > span:nth-last-child(3){text-align: right}          .fpsml-field-wrap .qq-upload-file,
.fpsml-field-wrap .qq-upload-spinner,
.fpsml-field-wrap .qq-upload-size,
.fpsml-field-wrap .qq-upload-cancel,
.fpsml-field-wrap .qq-upload-failed-text {
margin-right: 12px;
z-index: 250;
position: relative;
font-size: 12px;
color: white;
font-family: 'Nunito Sans', sans-serif;
}
.fpsml-field-wrap .qq-upload-size,
.fpsml-field-wrap .qq-upload-cancel {
font-size: 12px;
font-weight: normal;
}
.fpsml-field-wrap .qq-upload-failed-text {
display: none;
}
.fpsml-field-wrap .qq-upload-fail .qq-upload-failed-text {
display: inline;
}
.fpsml-field-wrap .qq-upload-button:hover {
background: #0F5BBB;
}
.fpsml-field-wrap .qq-upload-button:active {
top: 2px;
}
.fpsml-field-wrap .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
float: right;
}
.fpsml-field-wrap .qq-upload-spinner {
display: none;
}
.fpsml-field-wrap .qq-progress-bar {
width: 51%;
height: 100%;
position: absolute;
top: 0px;
left: 0;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.fpsml-field-wrap .qq-upload-cancel {
color: #800000;
}
.fpsml-field-wrap .qq-upload-success .qq-progress-bar {
display: none;
}
.fpsml-field-wrap select[multiple="multiple"]{
padding: 15px;
min-height: 80px;
}
.fpsml-multiple-select{
height: auto !important;
padding: 10px 0;
}
.fpsml-multiple-select:before{display: none}
.fpsml-display-none{display:none;}
.fpsml-each-tag {
display: inline-block;
background: #eee;
margin-right: 10px;
padding: 5px 10px;
border-radius: 15px;
margin-bottom: 10px;
}
span.fpsml-tag-remove-trigger {
display: inline-block;
margin-left: 5px;
cursor: pointer;
}
.fpsml-auto-complete-tags {
margin-top: 10px;
}
.fpsml-file-preview-column input.fpsml-media-delete-button{border: none}  .fpsml-ajax-loader{display:none;}
.fpsml-preview-note {
padding: 10px;
font-style: italic;
font-size: 14px;
}
.fpsml-front-form{
font-family: 'Nunito Sans', sans-serif;
}
.fpsml-front-form .fpsml-field-note{
color: inherit;
opacity: 0.58;
}
.fpsml-front-form .fpsml-field-wrap.fpsml-taxonomy-checkbox .fpsml-block-checkbox label{display: inline-block}
.fpsml-front-form .fpsml-field-wrap.fpsml-taxonomy-checkbox .fpsml-block-checkbox:first-child{margin-top: 15px;}
.fpsml-front-form .fpsml-field-wrap.fpsml-taxonomy-checkbox .fpsml-inline-checkbox label{display: inline-block}
.fpsml-inline-checkbox{margin-top: 15px;display: inline-block !important;} .media-frame{color: rgba(0,0,0,.8);}
.media-frame button{font-weight: 300;}
.media-frame button:hover{background-color: transparent}
button.media-menu-item{color: rgba(0,0,0,.68);}
.fpsml-front-form .wp-switch-editor{font-size: 14px;font-weight: 300;text-transform: none;height: auto !important;}
.fpsml-front-form .wp-switch-editor:hover{background-color: rgba(0,0,0,.06);}
.media-frame select{min-height: 8px !important;}
.fpsml-front-form .mce-container button:hover{background-color: transparent}
.wp-editor-wrap button:not(.toggle){background-color: transparent !important;}
.fpsml-field-wrap{margin-bottom: 24px;}
.fpsml-field-note{font-size: 13px;font-style: italic;color: rgba(0,0,0,.58);margin-top: 5px}
.qq-upload-button{height: 40px;background-color: rgba(0,0,0,.08);border-radius: 4px;line-height: 40px;font-size: 14px;text-transform: uppercase;font-weight: 800;padding: 0 15px;cursor: pointer;display: inline-block}
input[type="file"]{
cursor: pointer;
}
.fpsml-file-preview-row{
display: flex;
align-items: center;
padding: 10px;
background-color: rgba(0,0,0,.04);
border-top:solid 1px rgba(0,0,0,.08);
}
.fpsml-file-preview-row:nth-child(1){border: none;}
.fpsml-file-preview-row span{display: inline-block;flex: 1 1 auto;}
.fpsml-file-preview-row span:last-child{text-align: right}
.fpsml-file-preview-column{
margin-right: 10px;
overflow: hidden;
max-width: 238px;
white-space: nowrap;
text-overflow: ellipsis;
}
.fpsml-file-preview-column input.fpsml-media-delete-button{
padding: 0 8px;
line-height: 18px;
border-radius: 64px;
background-color: red;
color: white;
text-transform: uppercase;
font-size: 10px;
cursor: pointer;
}
.fpsml-file-preview-column img{
height: 38px;
width: 38px;
object-fit: cover;
}
.fpsml-file-preview-column{font-size: 13px;color: inherit}
.fpsml-tag-text{font-size: 12px;}
.fpsml-tag-remove-trigger{font-size: 11px;}
.fpsml-each-tag{line-height: 4px;padding: 5px 8px;}
.fpsml-select-field{
height: 42px;
position: relative; cursor: pointer;
}
.fpsml-select-field:before{
content:'';
position: absolute;
top:18px;
right: 13px;
border-style: solid;
border-width: 6px;
border-color: rgba(0,0,0,.68) transparent transparent transparent;
}
.fpsml-select-field select{
background-color: transparent;
border: none;
border-radius: 0;
padding: 0 10px;
line-height: 40px;
font-size: 14px;
width: 100%;
height: 100%;
-moz-appearance: none;
-webkit-appearance: none;
appearance:none;
cursor: pointer;
border: none;
font-family: inherit;
}
.fpsml-front-form > h2{margin: 0 0 20px 0 !important;font-size: 32px !important;letter-spacing: 0 !important;}
.fpsml-radio{margin-right: 20px;position: relative}
.fpsml-radio input[type="radio"]{position: absolute;opacity: 0;z-index: 5;height: 100%;width: 100%;cursor: pointer}
.fpsml-front-form .fpsml-field-wrap .fpsml-radio label{
position: relative;
font-size: 14px;
font-weight: normal;
padding-left: 24px;
}
.fpsml-radio label:before{
position: absolute;
top:2px;
left: 0;
content: '';
height: 16px;
width: 16px;
border: solid 5px rgba(0,0,0,.18);
transition: all .3s ease;
border-radius: 50%;
}
.fpsml-radio input[type="radio"]:checked + label:before{
border-color: #3ea8de;
}
.fpsml-checkbox{margin-right: 20px;position: relative}
.fpsml-checkbox input[type="checkbox"]{position: absolute;opacity: 0;z-index: 5;height: 100%;width: 100%;cursor: pointer}
.fpsml-front-form .fpsml-field-wrap .fpsml-checkbox label{
position: relative;
font-size: 14px;
font-weight: normal;
padding-left: 24px;
margin: 0;
}
.fpsml-checkbox label:before{
position: absolute;
top:2px;
left: 0;
content: '\f00c';
height: 16px;
width: 16px;
background-color: rgba(0,0,0,.18);
transition: all .3s ease;
border-radius: 2px;
color: rgba(0,0,0, 0.2);
text-align: center;
line-height: 16px;
font-family: 'Font Awesome\ 5 Free';
font-weight: 900;
font-size: 12px;
}
.fpsml-checkbox input[type="checkbox"]:checked + label:before{
background-color: #3ea8de;
color: white;
}
.fpsml-checkbox-block .fpsml-checkbox{margin-bottom: 15px;}
.fpsml-checkbox-block .fpsml-checkbox label,
.fpsml-checkbox-block .fpsml-checkbox input[type="checkbox"]{display: inline-block}
.fpsml-checkbox-inline{display: flex;flex-wrap: wrap}
.fpsml-checkbox-inline .fpsml-checkbox{margin-right: 30px; margin-bottom: 15px;}
.fpsml-radio-block .fpsml-radio{margin-bottom: 10px;}
.fpsml-radio-block .fpsml-radio:last-child{margin-bottom: 0;}
.fpsml-radio-inline{display: flex;flex-wrap: wrap}
.fpsml-radio-inline .fpsml-radio{margin-right: 30px; margin-bottom: 15px;}
.fpsml-custom-field-datepicker .fpsml-field{
position: relative;
}
.fpsml-front-form .fpsml-custom-field-datepicker .fpsml-field:before{
position: absolute;
top:1px;
right: 0;
content: '\f133';
height: auto;
width: 40px;
color: rgba(0,0,0, 0.28);
text-align: center;
line-height: 40px;
font-family: 'Font Awesome\ 5 Free';
font-size: 14px;
font-weight: 900; color: rgba(0,0,0,.68);
z-index: 99;
}
.fpsml-front-form .fpsml-custom-field-datepicker .fpsml-field .fpsml-date-picker >input{
padding-right: 50px;
position: relative;
z-index: 4;
cursor: pointer;
}
.fpsml-field input[type="submit"]{
background-color: rgba(0,0,0,.48);
padding: 5px 38px;
color: white;
border-radius: 2px;
line-height: 42px;
transition: all .3s ease;
}
.fpsml-field input[type="submit"]:hover{
background-color: rgba(0,0,0,.8);
text-decoration: none;
}
.fpsml-front-form .insert-media{
border-radius: 68px !important;
margin-bottom: 10px !important;
border-color: rgba(0,0,0,.18) !important;
}
.fpsml-date-picker .fpsml-datepicker{width: auto}
.fpsml-front-form {
background-color: #fff;
padding: 35px;
}
.fpsml-front-form .fpsml-field-wrap label{
font-size: 15px;
font-weight: 800;
display: block;
margin-bottom: 8px;
}
.fpsml-has-submit-btn .fpsml-field{
display: flex;
align-items: center;
}
.fpsml-has-submit-btn .fpsml-field > img{
margin-left: 15px;
}
.fpsml-front-form input[type="text"],
.fpsml-front-form input[type="email"],
.fpsml-front-form input[type="number"],
.fpsml-front-form input[type="password"],
.fpsml-front-form input[type="tel"],
.fpsml-front-form input[type="url"],
.fpsml-front-form textarea{
border-radius: 2px;
background-color: rgba(0,0,0,.04);
border:solid 1px rgba(0,0,0,.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
width: 100%;
}
.fpsml-front-form select{
color: inherit;
}
.fpsml-front-form textarea{
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsml-front-form input[type="text"]:focus,
.fpsml-front-form input[type="email"]:focus,
.fpsml-front-form textarea:focus{
border-color:rgba(0,0,0,.14);
}
.fpsml-front-form .qq-upload-button{
background-color: #0083f8;
padding: 5px 38px;
color: white;
line-height: 32px;
transition: all .3s ease;
cursor: pointer !important;
}
.fpsml-front-form .qq-upload-button input{
width: 100%;
height: 40px;
}
.fpsml-field input[type="submit"]{cursor: pointer !important;} .fpsml-front-form .fpsml-custom-field-select .fpsml-field .fpsml-select-field,
.fpsml-front-form .fpsml-taxonomy-select .fpsml-field .fpsml-select-field{
border-radius: 2px;
background-color: rgba(0,0,0,.04);
border:solid 1px rgba(0,0,0,.08);
}
.fpsml-front-form .fpsml-taxonomy-select .fpsml-field .fpsml-select-field select,
.fpsml-front-form .fpsml-custom-field-select .fpsml-field .fpsml-select-field select{position: relative;z-index: 4}
.fpsml-front-form .fpsml-field input[type="submit"]{
background-color: #0083f8;
border: none;
}
.fpsml-front-form .fpsml-field input[type="submit"]:hover{
background-color: rgba(0,0,0,.8);
}
button.add_media{
font-size: 10px !important;
}
.fpsml-front-form .fpsml-custom-field-checkbox{margin-bottom: 24px;}
.fpsml-front-form .fpsml-custom-field-radio{margin-bottom: 24px;}
.fpsml-form-message{
font-size: 16px;
padding: 8px 15px;
background-color: #f7f7f7;
border:solid 1px rgba(0,0,0,.08);
font-weight: bold;
}
.fpsml-form-error,
.fpsml-login-message{
background-color:#ffe3e3;
border: solid 1px rgba(244, 90, 90, 0.37);
color:#c42727;
}
.fpsml-login-message{
padding: 15px;
}
.fpsml-form-success{
background-color:#dae8cf;
border: solid 1px rgba(93, 134, 32, 0.37);
color:#4d9919;
}
.fpsml-front-form .fpsml-form-title{padding: 24px 24px;margin: 0 !important;}
.fpsml-front-form .fpsml-form-title{
padding: 0 0 15px !important;
} .fpsml-template-1{
background-color: #fff;
padding: 35px;
}
.fpsml-template-1 .fpsml-field-wrap label{
font-weight: 800;
}
.fpsml-template-1 input[type="text"],
.fpsml-template-1 input[type="email"],
.fpsml-template-1 input[type="number"],
.fpsml-template-1 input[type="tel"],
.fpsml-template-1 input[type="url"],
.fpsml-template-1 textarea{
border-radius: 2px;
background-color: rgba(0,0,0,.04);
border:solid 1px rgba(0,0,0,.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsml-template-1 textarea{
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
}
.fpsml-template-1 input[type="text"]:focus,
.fpsml-template-1 input[type="email"]:focus,
.fpsml-template-1 textarea:focus{
border:solid 1px rgba(0,0,0,.14);
}
.fpsml-template-1 .qq-upload-button{
background-color: #0083f8;
padding: 5px 38px;
color: white;
line-height: 32px;
}
.fpsml-template-1 .fpsml-custom-field-select .fpsml-field .fpsml-select-field,
.fpsml-template-1 .fpsml-taxonomy-select .fpsml-field .fpsml-select-field{
border-radius: 2px;
background-color: rgba(0,0,0,.04);
border:solid 1px rgba(0,0,0,.08);
}
.fpsml-template-1 .fpsml-field input[type="submit"]{
background-color: #0083f8;
}
.fpsml-template-1 .fpsml-field input[type="submit"]:hover{
background-color: rgba(0,0,0,.8);
}
.fpsml-template-1 .qq-upload-list li{
background-color: #0083f8 !important; }  .fpsml-template-2{
background-color: #f9fafb;
padding: 35px;
}
.fpsml-template-2 input[type="text"],
.fpsml-template-2 input[type="email"],
.fpsml-template-2 input[type="number"],
.fpsml-template-2 input[type="tel"],
.fpsml-template-2 input[type="url"],
.fpsml-template-2 textarea{
border-radius: 68px;
background-color: white;
border:solid 1px rgba(0,0,0,.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsml-template-2 textarea{
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 4px;
}
.fpsml-template-2 input[type="text"]:focus,
.fpsml-template-2 input[type="email"]:focus,
.fpsml-template-2 textarea:focus{
border:solid 1px rgba(0,0,0,.14);
}
.fpsml-template-2 .qq-upload-button{
background-color: rgba(0,0,0,.88);
padding: 5px 38px;
color: white;
line-height: 32px;
border-radius: 68px;
}
.fpsml-template-2 .fpsml-custom-field-select .fpsml-field .fpsml-select-field,
.fpsml-template-2 .fpsml-taxonomy-select .fpsml-field .fpsml-select-field{
border-radius: 68px;
background-color: white;
border:solid 1px rgba(0,0,0,.08);
}
.fpsml-template-2 .fpsml-field input[type="submit"]{
background-color: #e2b24b;
}
.fpsml-template-2 .fpsml-field input[type="submit"]:hover{
background-color: rgba(0,0,0,.8);
}  .fpsml-template-3{
background-color: white;
padding: 0;
}
.fpsml-front-form.fpsml-template-3 .fpsml-form-title{padding: 15px 25px !important;}
.fpsml-template-3 .fpsml-field-wrap{
padding: 28px;
margin-bottom: 0;
}
.fpsml-template-3 .fpsml-field-wrap:nth-child(odd){
background-color: #f5f5f5;
}
.fpsml-template-3 input[type="text"],
.fpsml-template-3 input[type="email"],
.fpsml-template-3 input[type="number"],
.fpsml-template-3 input[type="tel"],
.fpsml-template-3 input[type="url"],
.fpsml-template-3 textarea{
border-radius: 0;
background-color: white;
border:solid 1px rgba(0,0,0,.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsml-template-3 textarea{
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 0;
}
.fpsml-template-3 input[type="text"]:focus,
.fpsml-template-3 input[type="email"]:focus,
.fpsml-template-3 textarea:focus{
border:solid 1px rgba(0,0,0,.14);
}
.fpsml-template-3 .qq-upload-button{
background-color: rgba(0,0,0,.88);
padding: 5px 38px;
color: white;
line-height: 32px;
border-radius: 0;
}
.fpsml-template-3 .fpsml-custom-field-select .fpsml-field .fpsml-select-field,
.fpsml-template-3 .fpsml-taxonomy-select .fpsml-field .fpsml-select-field{
border-radius: 0;
background-color: white;
border:solid 1px rgba(0,0,0,.08);
}
.fpsml-template-3 .fpsml-field input[type="submit"]{
background-color: #e2b24b;
padding: 10px 24px;
line-height: 1.4;
font-size: 16px;
font-weight: 700;
}
.fpsml-template-3 .fpsml-field input[type="submit"]:hover{
background-color: rgba(0,0,0,.8);
}  .fpsml-template-4{
background-color: white;
}
.fpsml-template-4 .fpsml-field-wrap{
display: flex;
flex-wrap: wrap;
}
.fpsml-template-4 .fpsml-field-wrap > div{
flex: 0 0 100%;
}
.fpsml-template-4 .fpsml-field-wrap label{
max-width: 150px;
flex: 0 0 150px;
}
.fpsml-template-4 .fpsml-field-wrap .fpsml-field{
flex: 0 0 calc(100% - 150px);
}
.fpsml-template-4 input[type="text"],
.fpsml-template-4 input[type="email"],
.fpsml-template-4 input[type="number"],
.fpsml-template-4 input[type="tel"],
.fpsml-template-4 input[type="url"],
.fpsml-template-4 textarea{
border-radius: 0;
background-color: white;
border:solid 1px rgba(0,0,0,.08);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsml-template-4 textarea{
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 0;
}
.fpsml-template-4 input[type="text"]:focus,
.fpsml-template-4 input[type="email"]:focus,
.fpsml-template-4 textarea:focus{
border:solid 1px rgba(0,0,0,.14);
}
.fpsml-template-4 .qq-upload-button{
background-color: #f2f2f3;
padding: 5px 24px;
color: rgba(0,0,0,.48);
line-height: 32px;
border-radius: 0;
cursor: pointer;
}
.fpsml-front-form .qq-upload-button:hover{
background-color: rgba(0,0,0,.8);
color: white;
}
.fpsml-template-4 .fpsml-custom-field-select .fpsml-field .fpsml-select-field,
.fpsml-template-4 .fpsml-taxonomy-select .fpsml-field .fpsml-select-field{
border-radius: 0;
background-color: white;
border:solid 1px rgba(0,0,0,.08);
}
.fpsml-template-4 .fpsml-field input[type="submit"]{
background-color: #ef7272;
padding: 10px 24px;
line-height: 1.4;
font-size: 16px;
font-weight: 700;
border-radius: 0;
}
.fpsml-template-4 .fpsml-field input[type="submit"]:hover{
background-color: rgba(0,0,0,.8);
}  .fpsml-template-5{
background-color: #f8f9fb;
}
.fpsml-template-5 input[type="text"],
.fpsml-template-5 input[type="email"],
.fpsml-template-5 input[type="number"],
.fpsml-template-5 input[type="tel"],
.fpsml-template-5 input[type="url"],
.fpsml-template-5 textarea{
border-radius: 0;
background-color: transparent;
border:solid 1px rgba(0,0,0,.2);
padding: 0 15px;
line-height: 40px;
font-size: 14px;
}
.fpsml-template-5 textarea{
line-height: 1.4;
padding: 15px;
height: 80px;
resize: none;
border-radius: 0;
}
.fpsml-template-5 div.mce-panel{
background: transparent;
}
.fpsml-template-5 input[type="text"]:focus,
.fpsml-template-5 input[type="email"]:focus,
.fpsml-template-5 textarea:focus{
border:solid 1px rgba(0,0,0,.14);
}
.fpsml-template-5 .qq-upload-button{
background-color: #f2f2f3;
padding: 5px 24px;
color: rgba(0,0,0,.48);
line-height: 32px;
border-radius: 0;
cursor: pointer;
}
.fpsml-front-form .qq-upload-button:hover{
background-color: rgba(0,0,0,.8);
color: white;
}
.fpsml-template-5 .fpsml-custom-field-select .fpsml-field .fpsml-select-field,
.fpsml-template-5 .fpsml-taxonomy-select .fpsml-field .fpsml-select-field{
border-radius: 0;
background-color: transparent;
border:solid 1px rgba(0,0,0,.2);
}
.fpsml-template-5 .fpsml-field input[type="submit"]{
background-color: #8265ca;
padding: 10px 24px;
line-height: 1.4;
font-size: 16px;
font-weight: 700;
border-radius: 0;
color: white;
}
.fpsml-template-5 .fpsml-field input[type="submit"]:hover{
background-color: rgba(0,0,0,.8);
}  @media all and (max-width: 1023px){
.fpsml-front-form{
box-shadow: rgba(0,0,0,.24) 0 0 24px;
padding: 25px !important;
}
.fpsml-file-preview-column input.fpsml-media-delete-button{
background-color: transparent;
color: red;
}
.fpsml-file-preview-column{
max-width: 140px;
}
.fpsml-template-3,
.fpsml-template-9,
.fpsml-template-10,
.fpsml-template-18,
.fpsml-template-19{
padding: 0 !important;
}
.fpsml-template-3 .fpsml-field-wrap,
.fpsml-template-11 .fpsml-field-wrap,
.fpsml-template-13 .fpsml-field-wrap,
.fpsml-template-14 .fpsml-field-wrap,
.fpsml-template-15 .fpsml-field-wrap,
.fpsml-template-18 .fpsml-field-wrap,
.fpsml-template-19 .fpsml-field-wrap,
.fpsml-template-20 .fpsml-field-wrap{
padding: 20px;
}
.fpsml-template-4 .fpsml-field-wrap,
.fpsml-template-11 .fpsml-field-wrap,
.fpsml-template-20 .fpsml-field-wrap{display: block}
} @media all and (max-width: 767px){
.fpsml-front-form{
box-shadow: rgba(0,0,0,.24) 0 0 24px;
padding: 20px !important;
}
.fpsml-file-preview-column input.fpsml-media-delete-button{
background-color: transparent;
color: red;
}
.fpsml-file-preview-column{
max-width: 88px;
}
.fpsml-template-3,
.fpsml-template-9,
.fpsml-template-10,
.fpsml-template-18,
.fpsml-template-19{
padding: 0 !important;
}
.fpsml-template-3 .fpsml-field-wrap,
.fpsml-template-11 .fpsml-field-wrap,
.fpsml-template-13 .fpsml-field-wrap,
.fpsml-template-14 .fpsml-field-wrap,
.fpsml-template-15 .fpsml-field-wrap,
.fpsml-template-18 .fpsml-field-wrap,
.fpsml-template-19 .fpsml-field-wrap,
.fpsml-template-20 .fpsml-field-wrap{
padding: 15px;
}
.fpsml-template-4 .fpsml-field-wrap,
.fpsml-template-11 .fpsml-field-wrap,
.fpsml-template-20 .fpsml-field-wrap{display: block}
} .fpsml-dashboard-wrap{
font-family: 'Nunito Sans', sans-serif;
background-color: white;
}
.fpsml-dashboard-row{
display: flex;
width: 100%;
}
.fpsml-dashboard-row > div{
flex: 1;
padding: 15px;
}
.fpsml-dashboard-header .fpsml-dashboard-row{
background-color: #edf0f7;
border-bottom: solid 1px #dfe3ec;
}
.fpsml-dashboard-header > .fpsml-dashboard-row > div{
font-weight: 800;
font-size: 15px;
line-height: 1.6;
}
.fpsml-dashboard-row .fpsml-dashboard-column:first-child{
max-width: 70px;
}
.fpsml-dashboard-column a{
display: inline-block;
border: none !important;
box-shadow: none !important;
outline: none !important;
text-decoration: none !important;
}
.fpsml-dashboard-row .fpsml-dashboard-column{
font-size: 15px;
font-weight: 600;
color: rgba(0,0,0,.68);
line-height: 1.2;
}
.fpsml-dashboard-body > .fpsml-dashboard-row{
border-bottom: solid 1px rgba(0,0,0,.08);
transition: all .3s ease;
}
.fpsml-dashboard-column:last-child{
text-align: right;
}
.fpsml-dashboard-column:last-child a{
display: inline-block;
height: 24px;
width: 24px;
text-align: center;
line-height: 22px;
color: black;
transition: all .3s ease;
text-shadow: none !important;
}
.fpsml-dashboard-column:last-child a i{
font-size: 11px;
}
.fpsml-dashboard-column:last-child a:hover{
color: rgba(0,0,0,.18);
}
.fpsml-dashboard-column:last-child a.fpsml-edit-post:hover{
color: #3ea8de;
}
.fpsml-dashboard-column:last-child a.fpsml-delete-post:hover{
color: #c43434;
}
.fpsml-dashboard-column:last-child a.fpsml-view-post:hover{
color: #c4a833;
}
.fpsml-pagination-wrap{padding: 15px;}
.fpsml-pagination-wrap a,
.fpsml-pagination-wrap span{
display: inline-block;
vertical-align: top;
font-size: 14px;
font-weight: 700;
text-decoration: none !important;
padding: 10px 12px;
border-radius: 2px;
background-color: rgba(0,0,0,.06);
margin-right: 0;
line-height: 1;
}
.fpsml-pagination-wrap a{color: rgba(0,0,0,.68) !important;}
.fpsml-pagination-wrap span,
.fpsml-pagination-wrap a:hover{background-color: rgba(0,0,0,.68);color: white !important;}
.fpsml-status-draft,
.fpsml-status-pending,
.fpsml-status-publish{
display: inline-block;
line-height: 18px;
font-size: 11px;
background-color: #3ea8de;
border-radius: 48px;
padding: 0 10px;
color: white;
text-transform: capitalize;
}
.fpsml-status-pending{
background-color: #e39e59;
}
.fpsml-status-publish{
background-color: #75d068;
}
.fpsml-error{
margin-top: 4px;
background-color: #FF696928;
color: #FF6969;
padding: 0 5px;
font-size: 12px;
line-height: 18px;
font-weight: 700;
} .fpsml-custom-fields-content-wrap{}
.fpsml-each-display-field{margin-bottom: 20px;}
.fpsml-each-display-field label{
font-weight: bold;
font-size: 16px;
display: block;
margin-bottom: 4px;
line-height: 1;
}
.fpsml-display-value{font-size: 14px;}
.fpsml-display-each-image{
display: inline-block;
height: 140px;
width: 140px;
display: inline-block;
vertical-align: top;
margin-right: 15px;
margin-top: 15px;
}
.fpsml-display-each-image img{
height: 100%;
width: 100%;
object-fit: cover;
} .fpsml-custom-template-2 .fpsml-each-display-field{display: flex;flex-wrap: wrap}
.fpsml-custom-template-2 .fpsml-each-display-field > label{flex: 1;max-width: 180px;font-size: 14px;}
.fpsml-custom-template-2 .fpsml-each-display-field > div{flex: 2;max-width: 100%}
.fpsml-custom-template-3 .fpsml-each-display-field{display: flex;flex-wrap: wrap;margin-bottom: 0;}
.fpsml-custom-template-3 .fpsml-each-display-field > label{flex: 1;max-width: 180px;font-size: 14px;padding: 15px;border:solid 1px rgba(0,0,0,.48);border-right: none;margin: 0;border-bottom:none;border-left:0;border-right: 0;}
.fpsml-custom-template-3 .fpsml-each-display-field > div{flex: 2;max-width: 100%;padding: 15px;border:solid 1px rgba(0,0,0,.48);border-bottom: none;border-right: 0;}
.fpsml-custom-template-3 .fpsml-each-display-field:last-child{border-bottom:solid 1px rgba(0,0,0,.48);}
.fpsml-custom-template-4 .fpsml-each-display-field{display: block;flex-wrap: wrap;margin-bottom: 0;border:solid 1px rgba(0,0,0,.48);border-bottom: none;padding: 15px;border-left:0;border-right: 0;}
.fpsml-custom-template-4 .fpsml-each-display-field:last-child{border-bottom:solid 1px rgba(0,0,0,.48);}
.fpsml-custom-template-5 .fpsml-each-display-field label{display: inline-block;padding: 5px 10px;background-color: rgba(0,0,0,.48);color:white;font-size: 14px;}
.fpsml-custom-template-6 .fpsml-each-display-field{display: flex;flex-wrap: wrap}
.fpsml-custom-template-6 .fpsml-each-display-field > label{flex: 1;max-width: 150px;font-size: 14px;margin-right: 24px;}
.fpsml-custom-template-6 .fpsml-each-display-field > div{flex: 2;max-width: 100%}
.fpsml-custom-template-6 .fpsml-each-display-field label{display: inline-block;padding: 5px 10px;background-color: rgba(0,0,0,.48);color:white;font-size: 14px;}
.fpsml-page-title{
text-align: center;
padding: 120px 0 40px;
background-image: linear-gradient(to right, #35312d, #504336);
margin-bottom: 24px;
}
.fpsml-page-title h2{
color: white;
font-size: 44px;
font-weight: 300;
margin: 0;
line-height: 1;
}@font-face {
font-family: 'Nunito Sans';
src: url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Black.woff2) format('woff2'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Black.woff) format('woff'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Black.ttf) format('truetype'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Black.svg#NunitoSans-Black) format('svg');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Bold.woff2) format('woff2'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Bold.woff) format('woff'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Bold.ttf) format('truetype'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Bold.svg#NunitoSans-Bold) format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraLight.woff2) format('woff2'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraLight.woff) format('woff'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraLight.ttf) format('truetype'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraLight.svg#NunitoSans-ExtraLight) format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraBold.woff2) format('woff2'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraBold.woff) format('woff'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraBold.ttf) format('truetype'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-ExtraBold.svg#NunitoSans-ExtraBold) format('svg');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Light.woff2) format('woff2'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Light.woff) format('woff'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Light.ttf) format('truetype'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Light.svg#NunitoSans-Light) format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Regular.woff2) format('woff2'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Regular.woff) format('woff'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Regular.ttf) format('truetype'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-Regular.svg#NunitoSans-Regular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Nunito Sans';
src: url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-SemiBold.woff2) format('woff2'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-SemiBold.woff) format('woff'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-SemiBold.ttf) format('truetype'),
url(//fggw.de/wp-content/plugins/frontend-post-submission-manager-lite/assets/font-face/NunitoSans/NunitoSans-SemiBold.svg#NunitoSans-SemiBold) format('svg');
font-weight: 600;
font-style: normal;
}