@keyframes sugar-calendar-spinner-rotation{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.choices{position:relative;margin-bottom:24px}.choices ::-webkit-input-placeholder{color:#999}.choices ::-moz-placeholder{color:#999;opacity:1}.choices ::placeholder{color:#999}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#bbb;cursor:not-allowed;user-select:none}.choices [hidden]{display:none !important}.choices *{box-sizing:border-box}.choices.is-open .choices__inner{border-radius:4px 4px 0 0}.choices.is-open.is-flipped .choices__inner{border-radius:0 0 4px 4px}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] input.choices__input{display:block;width:calc(100% - 20px) !important;margin:10px !important;padding:7px 12px !important;box-sizing:border-box !important;border:1px solid #c3c4c7 !important;border-radius:4px !important;background-color:#fff}.choices[data-type*=select-one] input.choices__input:focus{border:1px solid #056aab !important;box-shadow:0 0 0 1px #056aab !important;outline:none !important}.choices[data-type*=select-one] .choices__button{background-image:url("../images/icons/cross-inverse.svg");padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #036aab}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:currentColor rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) currentColor rgba(0,0,0,0);margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner{padding-right:24px}.choices[data-type*=select-multiple] .choices__inner .choices__input{padding:0 4px !important}.choices[data-type*=select-multiple]:after{content:"";height:0;width:0;border-style:solid;border-color:currentColor rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-multiple].is-open:after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) currentColor rgba(0,0,0,0);margin-top:-7.5px}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;vertical-align:baseline;margin-top:0;margin-bottom:0;margin-left:5px;padding:0;background-color:rgba(0,0,0,0);background-image:url("../images/icons/cross.svg");background-size:12px;background-position:center center;background-repeat:no-repeat;width:12px;height:12px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:flex;flex-wrap:wrap;align-items:center;width:100%;background-color:#fff;padding:6px 6px 0;border:1px solid #c3c4c7;overflow:hidden;border-radius:4px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;vertical-align:baseline;width:100%;padding:0 16px 4px 4px;font-size:.875em}.choices__list--single .choices__item{width:100%;overflow:hidden;text-overflow:ellipsis;padding-right:20px;white-space:nowrap;color:#2c3338}.choices__list--single .choices__item[data-value=""]{padding-right:0}.choices__list--multiple{display:flex;flex-wrap:wrap;align-items:center}.choices__list--multiple .choices__item{display:inline-grid;align-items:center;border-radius:2px;padding:4px 7px;font-size:.75em;line-height:1;font-weight:400;margin:0 6px 4px 0;background-color:#036aab;border:1px solid #036aab;color:#fff;word-break:break-word;grid-template-columns:1fr 17px}.choices__list--multiple .choices__item.is-highlighted{background-color:#036aab}.is-disabled .choices__list--multiple .choices__item{background-color:#bbb;border:1px solid #bbb}.choices__list--dropdown{display:none;z-index:101;position:absolute;width:100%;background-color:#fff;border:1px solid #c3c4c7;top:100%;margin-top:-1px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow:hidden;overflow-wrap:break-word}.choices__list--dropdown.is-active{display:block}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;vertical-align:top;padding:10px;font-size:.875em}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:.75em;line-height:1;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f6f6f6}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__list--dropdown .choices__placeholder{display:none}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:4px 4px 0 0}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:.75em;text-transform:uppercase;padding:10px;border-top:1px solid #ebebec;border-bottom:1px solid #ebebec;color:#a6a6a6}.choices__group[data-value=hidden]>.choices__heading{display:none}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;background-color:rgba(0,0,0,0);margin:0 0 4px 0 !important;border:0 !important;border-radius:0 !important;max-width:100%;min-height:0 !important;width:auto !important;padding:2px 4px !important;height:auto !important}.choices__input--hidden{clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;min-width:auto !important;word-wrap:normal !important}.choices .choices__inner input.choices__input:focus{outline:none !important;box-shadow:none !important;border:none !important}.choices__placeholder{opacity:.5}#wpforms-admin-form-embed-wizard .choices.is-open.is-flipped .choices__inner{border-radius:4px 4px 0 0}#wpforms-admin-form-embed-wizard .is-flipped .choices__list--dropdown{border-radius:inherit}#wpforms-admin-form-embed-wizard .choices[data-type*=select-one]:after{border:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23777%22%2F%3E%3C%2Fsvg%3E) no-repeat center;background-size:16px 16px;cursor:pointer;width:16px;height:16px;top:13px;right:8px;margin-top:0}#wpforms-admin-form-embed-wizard .choices[data-type*=select-one].is-flipped:after{transform:rotate(180deg)}body.rtl .choices[data-type*=select-multiple] .choices__inner{padding-right:4px;padding-left:24px}body.rtl .choices[data-type*=select-multiple]:after{right:auto;left:11.5px}body.rtl .choices__list--single{padding-right:4px;padding-left:16px}body.rtl .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}body.rtl .choices__list--multiple .choices__item[data-deletable]{padding-right:10px;padding-left:5px}body.rtl .choices__list--dropdown .choices__item{text-align:right}body.rtl .choices__input{padding-right:2px !important;padding-left:0 !important}body.rtl .choices[data-type*=select-multiple] .choices__button,body.rtl .choices[data-type*=text] .choices__button{margin-right:2px;margin-left:-1px;border-right:1px solid #024b79;border-left:none}@media(min-width: 640px){body.rtl .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}body.rtl .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choicesjs-select-wrap{display:block;color:#333}.choicesjs-select-wrap .choices{font-size:16px}.choicesjs-select-wrap .choices__inner{padding:4px 0 0 6px}.choicesjs-select-wrap .choices__inner .choices__list--multiple:not(:empty){margin-right:26px}.choicesjs-select-wrap .choicesjs-select[multiple] option{padding:1.5px 0 0 0}.choicesjs-select-wrap select{max-width:400px}@media(max-width: 1023px){.choicesjs-select-wrap{width:300px}}.choicesjs-select-wrap .choices{position:relative}.choicesjs-select-wrap .choices .choices__arrow,.choicesjs-select-wrap .choices:after{position:absolute;top:calc(50% - 5px);right:10px;border:none;width:16px;height:17px}.choicesjs-select-wrap .choices:after{content:"";color:#50575e;background:#fff url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCAxMiA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMiAwLjMxMjVMNiA0LjMxMjVMMTAgMC4zMTI1TDExLjU5MzggMS4wOTM3NUw2IDYuNjg3NUwwLjQwNjI1IDEuMDkzNzVMMiAwLjMxMjVaIiBmaWxsPSIjQTdBQUFEIi8+Cjwvc3ZnPgo=") no-repeat center center}.choicesjs-select-wrap .choices.is-open:after{margin-top:-4px;transform:rotate(180deg)}.choicesjs-select-wrap .choices[data-type*=select-one] .choices__button{background:url("../images/icons/cross-inverse.svg") no-repeat center center;background-color:#fff;background-size:10px;border-radius:0;height:20px;margin:0;opacity:1;right:4px;top:9px;width:20px;z-index:1}.choicesjs-select-wrap .choices[data-type*=select-multiple].is-disabled .choices__inner{background:#fff}.choicesjs-select-wrap .choices[data-type*=select-multiple] .choices__inner{cursor:pointer;align-items:start;padding-top:6px !important}.choicesjs-select-wrap .choices[data-type*=select-multiple] .choices__inner .choices__input{padding:2px 4px !important}.choicesjs-select-wrap .choices[data-type*=select-multiple] .choices__inner .choices__item .choices__button{background:url("../images/icons/cross.svg") no-repeat center center;background-color:rgba(0,0,0,0);background-size:12px;border-radius:0;height:12px;margin:0;left:5px;opacity:1;width:12px;z-index:1}.choicesjs-select-wrap .choices[data-type*=select-multiple][aria-expanded=false].choices__show-more:before{position:absolute;content:"";font-family:dashicons,sans-serif;top:4px !important;right:28px !important;height:22px;line-height:22px;inset-inline-end:28px;text-align:center;font-size:14px;color:#a7aaad;box-sizing:border-box;pointer-events:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.choicesjs-select-wrap .is-focused .choices__inner,.choicesjs-select-wrap .is-open .choices__inner{border-color:#056aab;box-shadow:0 0 0 1px #056aab;outline:none}.choicesjs-select-wrap .is-flipped.is-open .choices__inner{border-color:#056aab;box-shadow:0 0 0 1px #056aab;outline:none}.choicesjs-select-wrap .is-open .choices__list--dropdown{border-color:#056aab;border-top-color:#a9aaae;border-bottom:0;box-shadow:0 1px 0 1px #056aab}.choicesjs-select-wrap .is-open.is-flipped .choices__list--dropdown{border-top:0;border-bottom:1px solid #a9aaae;box-shadow:0 -1px 0 1px #056aab}.choices__inner{min-height:36px}.sc-insert-shortcode-button{padding-left:10px !important;padding-right:10px !important}.sc-insert-shortcode-button .sc-insert-shortcode-button-icon{display:inline-block}.sc-insert-shortcode-button .sc-insert-shortcode-button-icon svg{margin-right:8px;vertical-align:sub}#TB_window[sc-popup=shortcode-helper]{height:auto !important;border-radius:6px;box-shadow:0px 3px 6px 0px rgba(0,0,0,.15);background:#fff;border:none;width:550px !important;left:50% !important;top:50% !important;margin-left:0 !important;margin-top:0 !important;transform:translate(-50%, -50%)}#TB_window[sc-popup=shortcode-helper] #TB_title{height:24px;background:#fff;border-bottom:1px solid #dcdcde;padding:20px;display:flex;justify-content:space-between;align-items:center;border-radius:6px 6px 0 0}#TB_window[sc-popup=shortcode-helper] #TB_title #TB_ajaxWindowTitle{font-weight:700;font-size:20px;line-height:1.22;color:#2c3338;margin:0;padding-left:0px}#TB_window[sc-popup=shortcode-helper] #TB_title #TB_closeAjaxWindow #TB_closeWindowButton{background:rgba(0,0,0,0);border:none;padding:0;position:relative;top:initial;right:initial}#TB_window[sc-popup=shortcode-helper] #TB_title #TB_closeAjaxWindow #TB_closeWindowButton .tb-close-icon{position:relative;top:initial;right:initial;color:#2c3338}#TB_window[sc-popup=shortcode-helper] #TB_title #TB_closeAjaxWindow #TB_closeWindowButton .tb-close-icon:focus{outline:none;box-shadow:none}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent{width:auto !important;height:auto !important;padding:0 !important;border-radius:0 0 6px 6px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-insert-shortcode-button{position:relative;padding-left:10px;padding-right:10px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-insert-shortcode-button span.sc-insert-shortcode-button-icon{display:inline-block;width:17px;height:16px;line-height:1;vertical-align:sub;margin:0 8px 0 0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap{padding:0;max-width:100%}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-content{padding:20px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-content[type-selected=sc_events_calendar] .sc-sh-field-array_int{margin-bottom:0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-content[type-selected=sc_events_list] [data-shortcode=sc_events_list] .sc-sh-field-boolean:nth-last-child(2){margin-bottom:20px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-shortcode-helper-modal-content{margin:16px 0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-row{margin-bottom:8px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-shortcode-helper-modal-actions{margin:16px 0 8px 0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-display-options{display:none}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-display-options.active{display:block}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-display-options .sc-sh-field:last-child{margin-bottom:0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field{margin-bottom:16px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field .sc-sh-field-label{display:block;margin-bottom:4px;font-weight:600;color:#1d2327}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field .sc-sh-field-input:focus{outline:none}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection{display:flex;flex-direction:column;align-self:stretch;gap:20px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection .sc-sh-section-title{font-size:14px;font-weight:400;line-height:1.19;color:#000;margin:0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection .sc-sh-options{display:flex;gap:20px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection .sc-sh-options .sc-sh-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:400;line-height:1.19;color:#50575e;margin:0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection .sc-sh-options .sc-sh-option input[type=radio]{appearance:none;width:16px;height:16px;border:1px solid #c3c4c7;border-radius:8px;background:#fff;margin:0;position:relative;cursor:pointer}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection .sc-sh-options .sc-sh-option input[type=radio]:checked{border-color:#2271b1;background:#fff}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection .sc-sh-options .sc-sh-option input[type=radio]:checked::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:9px;height:9px;background:#2271b1;border-radius:50%}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-type-selection .sc-sh-options .sc-sh-option input[type=radio]:focus{outline:none;box-shadow:0 0 0 1px #2271b1}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-section.sc-sh-query-options{display:flex;flex-direction:column;align-self:stretch;gap:10px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field{margin-bottom:10px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field .sc-sh-field-label{display:block;margin-bottom:4px;font-weight:400;font-size:14px;line-height:1.19;color:#50575e}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-boolean{display:flex;align-items:center;gap:10px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-boolean .sc-sh-field-label{margin-bottom:0;cursor:pointer}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-boolean input[type=checkbox]{appearance:none;width:16px;height:16px;border:1px solid #2271b1;border-radius:3px;background:#fff;margin:0;position:relative;cursor:pointer;flex-shrink:0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-boolean input[type=checkbox]:checked{background:#2271b1;border-color:#2271b1}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-boolean input[type=checkbox]:checked::before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="white" d="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-boolean input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 1px #2271b1}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-int input[type=number]{width:400px;padding:10px;border:1px solid #c3c4c7;border-radius:4px;background:#fff;font-size:14px;line-height:1.19;color:#2c3338;box-sizing:border-box}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-int input[type=number]:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-options .sc-sh-field-label{margin-bottom:10px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-options select{width:400px;height:36px;padding:10px;border:1px solid #c3c4c7;border-radius:4px;background:#fff;font-size:14px;line-height:1.19;color:#2c3338;box-sizing:border-box;appearance:none;background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23A7AAAD" d="M5 6l5 5 5-5 2 1-7 7-7-7 2-1z"/></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:16px 16px;padding-right:36px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-options select:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-string input[type=text]{width:100%;padding:10px;border:1px solid #c3c4c7;border-radius:4px;background:#fff;font-size:14px;line-height:1.19;color:#2c3338;box-sizing:border-box}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-string input[type=text]:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field .sc-sh-field-input:focus{outline:none}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-array_int .sc-sh-field-label{margin-bottom:10px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-array_int .choicesjs-select-wrap{width:377px}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-array_int .choicesjs-select-wrap .choices .choices__input{display:none}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-array_int .choicesjs-select-wrap .choices.is-open .choices__inner{height:initial}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-array_int .choicesjs-select-wrap .choices.is-open .choices__inner .choices__input{display:block}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-array_int .choicesjs-select-wrap .choices .choices__inner{height:36px;padding-top:5px !important}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-field.sc-sh-field-array_int .choicesjs-select-wrap .choices .choices__inner .choices__list--multiple .choices__item{color:#fff;font-size:12px;font-weight:400;line-height:normal}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-separator{border:none;border-top:1px solid #dcdcde;margin:24px 0}#TB_window[sc-popup=shortcode-helper] #TB_ajaxContent .sc-shortcode-helper-modal-wrap .sc-sh-footer{padding:20px;border-top:1px solid #dcdcde;display:flex;justify-content:flex-end;align-items:center;margin:0;width:100%;box-sizing:border-box}