
/** 
 * From admin.css
 */
.amem-form .acf-field input[type=text],
.amem-form .acf-field input[type=password],
.amem-form .acf-field input[type=email],
.amem-form .acf-field input[type=date],
.amem-form .acf-field input[type=datetime],
.amem-form .acf-field input[type=datetime-local],
.amem-form .acf-field input[type=email],
.amem-form .acf-field input[type=month],
.amem-form .acf-field input[type=number],
.amem-form .acf-field input[type=search],
.amem-form .acf-field input[type=tel],
.amem-form .acf-field input[type=time],
.amem-form .acf-field input[type=url],
.amem-form .acf-field input[type=week],
.amem-form textarea,
.amem-form select {
  box-sizing: border-box;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #fff;
  border-color: #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
  border-radius: 6px;
  color: #344054;
}
.amem-form .acf-field input[type=text],
.amem-form .acf-field input[type=password],
.amem-form .acf-field input[type=email],
.amem-form .acf-field input[type=date],
.amem-form .acf-field input[type=datetime],
.amem-form .acf-field input[type=datetime-local],
.amem-form .acf-field input[type=email],
.amem-form .acf-field input[type=month],
.amem-form .acf-field input[type=number],
.amem-form .acf-field input[type=search],
.amem-form .acf-field input[type=tel],
.amem-form .acf-field input[type=time],
.amem-form .acf-field input[type=url],
.amem-form .acf-field input[type=week],
.amem-form select {
	height: 40px;
}

.amem-form input[type=checkbox]:checked {
	background-color: #EBF5FA;
	border-color: #0783BE;
}

.amem-form input[type=radio],
.amem-form input[type=checkbox] {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #98A2B3;
  background: #fff;
  box-shadow: none;
}

.amem-form input[type=checkbox]:checked:before,
.amem-form input[type=checkbox]:focus-visible:before {
  position: relative;
  top: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.amem-form input[type=text]:focus,
.amem-form input[type=password]:focus,
.amem-form input[type=email]:focus,
.amem-form input[type=date]:focus,
.amem-form input[type=datetime]:focus,
.amem-form input[type=datetime-local]:focus,
.amem-form input[type=email]:focus,
.amem-form input[type=month]:focus,
.amem-form input[type=number]:focus,
.amem-form input[type=search]:focus,
.amem-form input[type=tel]:focus,
.amem-form input[type=time]:focus,
.amem-form input[type=url]:focus,
.amem-form input[type=week]:focus,
.amem-form textarea:focus,
.amem-form select:focus {
  outline: 3px solid #EBF5FA;
  border-color: #399CCB;
}
.amem-form input[type=text]:disabled,
.amem-form input[type=password]:disabled,
.amem-form input[type=email]:disabled,
.amem-form input[type=date]:disabled,
.amem-form input[type=datetime]:disabled,
.amem-form input[type=datetime-local]:disabled,
.amem-form input[type=email]:disabled,
.amem-form input[type=month]:disabled,
.amem-form input[type=number]:disabled,
.amem-form input[type=search]:disabled,
.amem-form input[type=tel]:disabled,
.amem-form input[type=time]:disabled,
.amem-form input[type=url]:disabled,
.amem-form input[type=week]:disabled,
.amem-form textarea:disabled,
.amem-form select:disabled {
  background-color: #F9FAFB;
  color: #808a9e;
}
.amem-form input[type=text]:placeholder,
.amem-form input[type=password]:placeholder,
.amem-form input[type=email]:placeholder,
.amem-form input[type=date]:placeholder,
.amem-form input[type=datetime]:placeholder,
.amem-form input[type=datetime-local]:placeholder,
.amem-form input[type=email]:placeholder,
.amem-form input[type=month]:placeholder,
.amem-form input[type=number]:placeholder,
.amem-form input[type=search]:placeholder,
.amem-form input[type=tel]:placeholder,
.amem-form input[type=time]:placeholder,
.amem-form input[type=url]:placeholder,
.amem-form input[type=week]:placeholder,
.amem-form textarea::placeholder,
.amem-form select::placeholder {
  color: #98A2B3;
}
.amem-form input[type=text]:read-only {
  background-color: #F9FAFB;
  color: #98A2B3;
}

/*.amem-form select {
  min-width: 260px;
  max-width: 100%;
  padding-right: 40px;
  padding-left: 12px;
  background-image: url(../../images/icons/icon-chevron-down.svg);
  background-position: right 10px top 50%;
  background-size: 20px;
}*/

.amem-form .acf-field:not(.acf-accordion) {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}

.amem-form .acf-field .acf-label {
	margin-bottom: 6px;
	display: block;
	font-weight: 500;
	margin: 0 0 3px;
	padding: 0;
}

.amem-form .acf-switch-input {
	opacity: 0;
	position: absolute;
	margin: 0;
}

.amem-form .acf-field-true-false.with-instructions {
	display: flex;
	align-items: flex-start;
}

.amem-form .acf-field-true-false.with-instructions .acf-label {
	order: 2;
	display: block;
	align-items: center;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 12px;
}

/*.amem-form .acf-switch .acf-switch-slider {
	position: relative;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 50%;
	z-index: 1;
	background: #fff;
	border-radius: 3px;
	border: #7e8993 solid 1px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	transition-property: left, right;
}*/

.amem-form .acf-button-group {
  display: flex;
  align-items: stretch;
  align-content: center;
  height: 40px;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}

.amem-form .acf-button-group label {
  display: inline-flex;
  align-items: center;
  align-content: center;
  border: #D0D5DD solid 1px;
  padding: 6px 16px;
  color: #475467;
  font-weight: 500;
}

.amem-form .acf-button-group label.selected {
  background: #F9FAFB;
  color: #0783BE;
}

/*.amem-form .acf-true-false {
  border: 1px solid transparent;
}

.amem-form .acf-switch span {
	display: inline-block;
  float: left;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  padding: 4px 10px;
  min-width: 15px;
}

.amem-form .acf-switch .acf-switch-off,
.amem-form .acf-switch .acf-switch-on {
  visibility: hidden;
}

.amem-form .acf-switch.-on {
  background-color: #0783BE;
}

.amem-form .acf-switch .acf-switch-slider {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 100px;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}

.amem-form .acf-switch.-on .acf-switch-slider {
  left: 20px;
}

.amem-form .acf-switch {
  width: 42px;
  height: 24px;
  border: none;
  background-color: #D0D5DD;
  border-radius: 12px;
}*/

.amem-form .acf-hl > li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.amem-form .acf-field-tab {
	display: none !important;
}

.amem-form .acf-field-seperator {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #EAECF0;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.amem-form .acf-tab-wrap {
	background: #F9FAFB;
	border-bottom-color: #1D2939;
}

.amem-form .acf-tab-wrap ul.acf-tab-group {
	display: flex;
	align-items: stretch;
	min-height: 48px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 24px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAECF0;
}

.amem-form .acf-tab-wrap ul.acf-tab-group li {
	display: flex;
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.amem-form ul.acf-tab-group {
	border-bottom: #ccc solid 1px;
	padding: 10px 10px 0;
}

.amem-form ul.acf-tab-group li {
	margin: 0 0.5em 0 0;
}

.amem-form ul.acf-tab-group li a {
	padding: 5px 10px;
	display: block;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	border: #ccc solid 1px;
	border-bottom: 0 none;
	text-decoration: none;
	background: #e5e5e5;
	transition: none;
}

.amem-form .acf-input .select2-container.-acf .select2-selection {
    border: none;
    line-height: 1;
}

.amem-form .acf-input .select2-container.-acf .select2-selection__rendered {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
  border-radius: 6px;
  color: #344054;
}

.amem-form .acf-input .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 0;
  padding-right: 6px;
  padding-bottom: 0;
  padding-left: 6px;
}

.amem-form .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  margin-left: 2px;
  position: relative;
  padding-top: 4px;
  padding-right: auto;
  padding-bottom: 4px;
  padding-left: 8px;
  background-color: #EBF5FA;
  border-color: #A5D2E7;
  color: #0783BE;
}

.amem-form .acf-tab-wrap ul.acf-tab-group li a {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: none;
	border-top: none;
	border-right: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-left: none;
	color: #667085;
	font-weight: normal;
}

.amem-form .acf-tab-wrap ul.acf-tab-group li a:hover {
	color: #4a5261;
	background-color: transparent;
}

.amem-form .acf-tab-wrap ul.acf-tab-group li.active a {
	background: none;
	border-bottom-color: #0783BE;
	color: #0783BE;
}

.amem-form .acf-field,
.amem-form .acf-field .acf-label,
.amem-form .acf-field .acf-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/** @end admin.css */

/** Buttons */
.acf-btn.amem-btn-delete,
.acf-btn.amem-btn-cancel {
	border-color: #D13737 !important;
	color: #D13737 !important;
	background-color: #ffffff;
}

.acf-btn.amem-btn-delete:hover,
.acf-btn.amem-btn-cancel:hover {
  background-color: #fbeded;
}

/* Default form max-witdh and positon */
.amem-form {
	max-width: 600px;
	margin: 0 auto;
}

.amem-form.amem-form-type-login {
  max-width: 300px;
}

/**
 * Select Style
 */
.amem-field select {
	/* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.amem-field select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.amem-field select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.amem-field.classic select {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

.amem-field.classic select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.amem-field.round select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

.amem-field.round select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

.amem-field select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


/** From ACF Global Select2 */
.amem-form .acf-fields .select2-container.-acf,
.amem-form .field-group-settings-tab .select2-container.-acf {
  min-height: 40px
}

.amem-form .acf-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.amem-form .field-group-settings-tab .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 800;
  min-height: 40px;
  padding-top: 0;
  padding-right: 12px;
  padding-bottom: 0;
  padding-left: 12px
}

.amem-form .acf-fields .select2-container--default .select2-selection--single .field-type-icon,
.amem-form .field-group-settings-tab .select2-container--default .select2-selection--single .field-type-icon {
  top: auto;
  width: 18px;
  height: 18px;
  margin-right: 2px
}

.amem-form .acf-fields .select2-container--default .select2-selection--single .field-type-icon:before,
.amem-form .field-group-settings-tab .select2-container--default .select2-selection--single .field-type-icon:before {
  width: 9px;
  height: 9px
}

.amem-form .acf-fields .select2-container--open .select2-selection__rendered,
.amem-form .field-group-settings-tab .select2-container--open .select2-selection__rendered {
  border-color: #6bb5d8 !important;
  border-bottom-color: #d0d5dd !important
}

.amem-form .acf-fields .select2-container--open.select2-container--below .select2-selection__rendered,
.amem-form .field-group-settings-tab .select2-container--open.select2-container--below .select2-selection__rendered {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.amem-form .acf-fields .select2-container--open.select2-container--above .select2-selection__rendered,
.amem-form .field-group-settings-tab .select2-container--open.select2-container--above .select2-selection__rendered {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-color: #6bb5d8 !important;
  border-top-color: #d0d5dd !important
}

.amem-form .acf-fields .acf-selection.has-icon,
.amem-form .field-group-settings-tab .acf-selection.has-icon {
  margin-left: 6px
}

.rtl.amem-form .acf-fields .acf-selection.has-icon,
.amem-form .field-group-settings-tab .acf-selection.has-icon {
  margin-right: 6px
}

.amem-form .acf-fields .select2-selection__arrow,
.amem-form .field-group-settings-tab .select2-selection__arrow {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 12px;
  background-color: rgba(0,0,0,0)
}

.amem-form .acf-fields .select2-selection__arrow:after,
.amem-form .field-group-settings-tab .select2-selection__arrow:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 850;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../../images/icons/icon-chevron-down.svg");
  mask-image: url("../../images/icons/icon-chevron-down.svg");
  background-color: #667085;
  border: none;
  border-radius: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  text-indent: 500%;
  white-space: nowrap;
  overflow: hidden
}

.amem-form .acf-fields .select2-selection__arrow b[role=presentation],
.amem-form .field-group-settings-tab .select2-selection__arrow b[role=presentation] {
  display: none
}

.amem-form .acf-fields .select2-container--open .select2-selection__arrow:after,
.amem-form .field-group-settings-tab .select2-container--open .select2-selection__arrow:after {
    -webkit-mask-image: url("../../images/icons/icon-chevron-up.svg");
    mask-image: url("../../images/icons/icon-chevron-up.svg")
}
/* ACF Notices */
.amem-form .acf-notice {
  position: relative;
  box-sizing: border-box;
  min-height: 48px;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 16px !important;
  margin-left: 0 !important;
  padding-top: 13px !important;
  padding-right: 16px;
  padding-bottom: 12px !important;
  padding-left: 50px !important;
  background-color: #e7eff9;
  border-width: 1px;
  border-style: solid;
  border-color: #9dbaee;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
  color: #344054;
}
.amem-form .acf-notice .button {
  height: auto;
  margin-left: 8px;
  padding: 0;
  border: none;
}
.amem-form .acf-notice > div {
  margin-top: 0;
  margin-bottom: 0;
}
.amem-form .acf-notice p {
  flex: 1 0 auto;
  max-width: 100%;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.amem-form .acf-notice p.help {
  margin-top: 0;
  padding-top: 0;
  color: rgba(52, 64, 84, 0.7);
}
.amem-form .acf-notice .acf-notice-dismiss,
.amem-form .acf-notice .notice-dismiss {
  position: absolute;
  top: 4px;
  right: 8px;
  padding: 9px;
  border: none;
}
.amem-form .acf-notice .acf-notice-dismiss:before,
.amem-form .acf-notice .notice-dismiss:before {
  content: "";
  display: block;
  position: relative;
  z-index: 600;
  width: 20px;
  height: 20px;
  background-color: #667085;
  border: none;
  border-radius: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("../../images/icons/icon-close.svg");
  mask-image: url("../../images/icons/icon-close.svg");
}
.amem-form .acf-notice .acf-notice-dismiss:hover::before,
.amem-form .acf-notice .notice-dismiss:hover::before {
  background-color: #344054;
}
.amem-form .acf-notice a.acf-notice-dismiss,
.amem-form .notice a.acf-notice-dismiss {
  position: absolute;
  top: 15px;
  right: 24px;
}
.amem-form .acf-notice a.acf-notice-dismiss:before,
.amem-form .notice a.acf-notice-dismiss:before {
  background-color: #475467;
}
.amem-form .acf-notice:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
  z-index: 600;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("../../images/icons/icon-info-solid.svg");
  mask-image: url("../../images/icons/icon-info-solid.svg");
}
.amem-form .acf-notice:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 12px;
  z-index: 500;
  width: 28px;
  height: 28px;
  background-color: #2d69da;
  border-radius: 6px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
}
.amem-form .acf-notice .local-restore {
  align-items: center;
  margin-top: -6px;
  margin-bottom: 0;
}
.amem-form .acf-notice.acf-error-message {
  background-color: #f7eeeb;
  border-color: #f1b6b3;
}
.amem-form .acf-notice.acf-error-message:before {
  -webkit-mask-image: url("../../images/icons/icon-warning.svg");
  mask-image: url("../../images/icons/icon-warning.svg");
}
.amem-form .acf-notice.acf-error-message:after {
  background-color: #d13737;
}
.amem-form .acf-field .acf-notice {
  display: flex;
  align-items: center;
  min-height: 40px !important;
  margin-bottom: 6px !important;
  padding-top: 6px !important;
  padding-left: 40px !important;
  padding-bottom: 6px !important;
  margin: 0 0 15px;
  background: #edf2ff;
  color: #344054 !important;
  border-color: #2183b9;
  border-radius: 6px;
}
.amem-form .acf-field .acf-notice:after {
  top: 8px;
  left: 8px;
  width: 22px;
  height: 22px;
}
.amem-form .acf-field .acf-notice:before {
  top: 12px;
  left: 12px;
  width: 14px;
  height: 14px;
}
.amem-form .acf-field .acf-notice.-error {
  background: #f7eeeb;
  border-color: #f1b6b3;
}
.amem-form .acf-field .acf-notice.-success {
  background: #edf7ef;
  border-color: #b6deb9;
}
.amem-form .acf-field .acf-notice.-warning {
  background: #fdf8eb;
  border-color: #f4dbb4;
}
.amem-form .acf-notice .button {
  font-size: 12.5px;
}
.amem-form .p7,
.amem-form .acf-tooltip,
.amem-form .acf-notice p.help {
  font-size: 11.5px;
}

/** END */