@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&family=DM+Serif+Text&display=swap");
.ui-datepicker,
.ui-datepicker-material-header {
  font-family: "Roboto";
}

.ui-datepicker-material-header {
  display: block;
  background-color: #284B72;
  color: white;
  text-align: center;
  width: 325px;
}
.ui-datepicker-material-header .ui-datepicker-material-day {
  background-color: #1F3A58;
  padding: 10px;
  font-size: 1rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
  padding: 20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  padding: 5px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
  font-size: 2rem;
  text-transform: uppercase;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
  font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
  font-size: 1.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
}

.ui-datepicker {
  padding: 0;
  border: none;
  -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
          box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  width: 325px;
}

.ui-corner-all {
  border-radius: 0;
}

.ui-widget-header {
  border: 0;
}

.ui-datepicker-header {
  text-align: center;
  background: white;
  padding-bottom: 15px;
  font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
  border: none;
  outline: none;
  margin: 5px;
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
  border: none;
  outline: none;
  background: #b4cbe5;
}

.ui-datepicker-calendar .ui-state-default {
  background: none;
  border: none;
  text-align: center;
  height: 33px;
  width: 33px;
  line-height: 36px;
}
.ui-datepicker-calendar .ui-state-highlight {
  color: #284B72;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 50%;
  background-color: #284B72;
  color: white;
}
.ui-datepicker-calendar thead th {
  color: #999999;
  font-weight: 200;
}

.ui-datepicker-buttonpane {
  border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
  background: white;
  border: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
  background: white;
  color: #284B72;
  text-transform: uppercase;
  border: none;
  opacity: 1;
  font-weight: 200;
  outline: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
  background: #b4cbe5;
}

body {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
  font-size: 17px;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

h1, h2, h3 {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  color: #000;
}

h2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
}
h2.white {
  color: #fff;
  letter-spacing: 1px;
  font-size: 30px;
  margin: 0px 0 8px;
}

a {
  text-decoration: none;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #185969;
}

.header {
  background: #fff;
  max-width: 40%;
  min-height: 100vh;
  width: 310px;
}
.header h2 {
  padding: 16px;
  background: #f0f0f0;
  margin: 0 auto;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.8px;
}
.header h2:after {
  display: none;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em;
  max-width: 910px;
  margin: 0 auto;
}

.nav {
  padding: 0;
  margin: 0;
  text-align: left;
}
.nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav li .menu-link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
  padding-right: 10px;
}
.nav li .menu-link:hover {
  color: #1e93b0;
}
.nav li .add {
  position: relative;
  top: 1px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  padding: 18px 18px 18px 24px;
  font-size: 17px;
  color: #ccc;
}
.nav li .add:hover {
  color: #1e93b0;
}
.nav li:hover {
  background: #f8f8f8;
}
.nav a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  padding: 30px 0px 32px;
}

.card {
  background: #fff;
  padding: 0px 44px 25px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.small {
  font-size: 14px;
  color: #aaa;
  letter-spacing: 0.2px;
  font-style: italic;
}

/* ------------------------------------------------------------ Boutons --------------------------------------------------------------*/
/* -----------------------------------------
 *      Boutons CSS
 * ---------------------------------------- */
.button {
  display: inline-block;
  background: #1e93b0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 13px 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
  outline: none;
  border-radius: 50px;
  min-width: 150px;
  text-align: center;
}
.button:hover {
  background: #176f84;
  text-decoration: none;
}
.button.gray {
  background: #eee;
  color: #222;
}
.button.gray:hover {
  background: #ccc;
  -webkit-box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
}
.button.white {
  background: #fff;
  color: #222;
  font-weight: 600;
}
.button.white:hover {
  background: #ddd;
  -webkit-box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
}
.button.alt {
  border: 1.5px solid #1e93b0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1e93b0;
}
.button.alt:hover {
  background: #1e93b0;
  color: #fff;
  border-color: #1e93b0;
  -webkit-box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
}
.button.alt.white {
  border-color: #fff;
  color: #fff;
}
.button.alt.white:hover {
  color: #222;
  background: #fff;
}
.button.alt.white:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  opacity: 0.6;
}
.button.large, .button.big {
  width: 100%;
  text-align: center;
}
.button.no-margin-top {
  margin-top: 0;
}
.button.icon-left img {
  margin-right: 15px;
  display: inline-block;
}
.button.icon-right img {
  margin-left: 15px;
  display: inline-block;
}

.buttons {
  margin-bottom: 10px;
  margin-top: 20px;
}
.buttons .button {
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.buttons .button:first-child {
  border-radius: 8px 8px 0 0;
}
.buttons .button:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: 0;
}

.spinner {
  background: url("loader.gif") no-repeat center center;
  height: 24px;
  width: 24px;
  display: inline-block;
}

i.disabled {
  opacity: 0.2;
  cursor: default !important;
}

.error {
  color: red;
  font-weight: 400;
}

.icon svg {
  height: 1em;
  width: auto;
  fill: currentcolor;
  display: inline-block;
  padding: 0 0.5em;
}
.icon svg path {
  fill: currentColor !important;
}

.login-form {
  max-width: 400px;
  margin: auto;
}

/* -----------  Messages   --------*/
.message {
  border-radius: 5px;
  margin-bottom: 30px;
  background: #fff;
  background: -o-linear-gradient(330deg, #fff 0%, #fff 50%, #e1e8ea 100%);
  background: linear-gradient(120deg, #fff 0%, #fff 50%, #e1e8ea 100%);
  border-left: 7px solid #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  padding: 25px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #4e5056;
}

.message-success {
  border-color: #18b438;
}

.message-notice {
  border-color: #4fb3c3;
}

.message-warning {
  border-color: #eebe2f;
}

.message-error {
  border-color: #bd3b26;
  color: #c02d2d;
}

/* -------------  Language selector   ----------- */
.languages {
  background: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.languages a {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 7px 9px;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.languages a:hover {
  background: #666;
}
.languages a.current {
  background: #1e93b0;
  color: #fff;
}

.ck-content p, .ck-content li {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2px;
  color: #1B1B1E;
  font-weight: 300;
  line-height: 1.55;
  margin-top: 8px;
  margin-bottom: 1em;
}
.ck-content li {
  margin: 0 0 1em;
}
.ck-content h2 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  margin-bottom: 0.55em;
  margin-top: 0.9em;
  line-height: 1.1;
  font-weight: 700;
}
.ck-content h3 {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 22px;
  margin-bottom: 0.6em;
  margin-top: 1.3em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.ck-heading_heading2 .ck-button__label {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.ck-heading_heading3 .ck-button__label {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  color: #000 !important;
}

:root {
  --ck-border-radius: 8px !important;
  --ck-icon-size: 14px !important;
  --ck-color-base-border: #ddd !important;
}

.field-item {
  padding: 14px 0 4px;
}

label {
  margin: 4px 0 8px;
  font-size: 14px;
  color: #000;
  display: block;
  cursor: pointer;
  padding-left: 10px;
  font-weight: 600;
}

.add-form [type=submit],
.edit-form [type=submit] {
  margin-top: 2em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, select {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1.2px solid #ddd;
  padding: 0.75em 1em;
  height: auto;
  width: 400px;
  max-width: 100%;
  border-radius: 8px;
  padding: 17px 18px 17px;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 13px;
  display: block;
  font-family: "Inter", sans-serif;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus, select:focus {
  background-color: #fff;
  border-color: #1e93b0;
}

input[type=number] {
  width: 70px;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date], [type=datetime], [type=datetime-local] {
  width: 170px;
}

select {
  cursor: pointer;
  padding: 17px 18px 17px;
  width: auto;
  font-family: "Inter", sans-serif;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  border: none;
}

.field-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.25em 0 1em;
}
.field-with-icon input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-color: #ddd !important;
}
.field-with-icon > i, .field-with-icon > a {
  cursor: pointer;
  padding: 0.45em 0.5em;
  border: 1px solid #eee;
  border-left: none;
  position: relative;
  z-index: 2;
  background: #eee;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1.2px solid #ddd;
  border-left: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.field-with-icon > i:hover, .field-with-icon > a:hover {
  background: #ccc;
  border-color: #ccc;
}

.search.field-with-icon {
  margin: -9px auto 11px;
  max-width: 320px;
}
.search.field-with-icon input {
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 11px 0px 11px 18px;
}
.search.field-with-icon > i {
  background: #fff;
  padding: 11px 9px 11px 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #ddd;
}
.search.field-with-icon > i:hover {
  color: #333;
}

.hide {
  display: none;
}

.ck-editor {
  margin-bottom: 13px !important;
}

.object[data-href] {
  cursor: pointer !important;
}

.object-list {
  margin: 20px auto 10px;
  padding: 0 34px 0;
}
.object-list .object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 0;
  margin: 0;
  -webkit-transition: 0.2s -webkit-box-shadow ease-out;
  transition: 0.2s -webkit-box-shadow ease-out;
  -o-transition: 0.2s box-shadow ease-out;
  transition: 0.2s box-shadow ease-out;
  transition: 0.2s box-shadow ease-out, 0.2s -webkit-box-shadow ease-out;
  font-size: 13px;
  cursor: default;
}
.object-list .object > div {
  display: inline-block;
}
.object-list .object .fields {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}
.object-list .object .fields > * {
  padding: 0 0.5em;
}
.object-list .object h3 {
  margin: 17px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.object-list .object .field-external_link {
  font-size: 17px;
}
.object-list .object .field-external_link svg {
  color: #1e93b0;
}
.object-list .object .actions {
  text-align: center;
  font-size: 17px;
}
.object-list .object .actions a {
  color: #ccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  padding: 17px 3px;
}
.object-list .object .actions a:hover {
  color: #1e93b0;
}
.object-list .object .actions a.delete:hover {
  color: #cc0033;
}
.object-list .object:last-child {
  border-bottom: none;
  margin-bottom: 4px;
}
.object-list .object:first-child {
  margin-top: 2px;
}

/* -------------- Field Image Upload ---------------- */
.field-image {
  margin-bottom: 20px;
}
.field-image .add-file {
  display: none;
}
.field-image.no-file .image {
  display: none;
}
.field-image.no-file .add-file {
  display: block;
}
.field-image .image {
  margin: 10px;
  position: relative;
  width: 320px;
}
.field-image .image img {
  height: 200px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #aaa;
}
.field-image .delete {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 7px;
  cursor: pointer;
  color: #fff;
}
.field-image .delete i {
  text-shadow: 0px 0px 9px #000;
}
.field-image .uploading {
  display: none;
}
.field-image .uploading {
  padding-left: 0.5em;
  width: 300px;
}
.field-image .progress {
  position: relative;
  background: #ddd;
  height: 1.6em;
  font-size: 14px;
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
  border-radius: 3px;
}
.field-image .meter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1e93b0;
}
.field-image .percentage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.field-image input[type=file] {
  display: none;
}
.field-image.is-uploading .uploading {
  display: block;
}
.field-image .drop-file-zone {
  background-color: #EEE;
  padding: 30px 8px;
  text-align: center;
  border: #999 3px dashed;
  padding: 20px 8px;
  border-radius: 20px;
  line-height: 1.2;
  font-size: 15px;
  margin-top: 20px;
}
.field-image .select-file {
  display: none;
}
.field-image .error {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  background-color: #f8d7da;
}
.field-image .error:empty {
  display: none;
}

.field-youtube .youtube-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #eee;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 1em;
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}
.field-youtube .youtube-infos:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 6px -3px rgba(25, 25, 34, 0.12);
          box-shadow: 0 2px 6px -3px rgba(25, 25, 34, 0.12);
}
.field-youtube .youtube-infos .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.field-youtube .youtube-infos .title a {
  display: block;
  padding: 0.5em 1em;
}
.field-youtube .youtube-infos img {
  width: auto;
  max-width: none;
  height: 5em;
}
.field-youtube .update {
  background: #1e93b0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}

/* -------------- Field Ajax Upload ---------------- */
.field-ajax-upload-file .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field-ajax-upload-file .container .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.field-ajax-upload-file .add,
.field-ajax-upload-file .uploading {
  display: none;
}
.field-ajax-upload-file .card {
  padding: 1em;
  border-radius: 3px;
  background: #f8f8f8;
}
.field-ajax-upload-file .icon {
  margin-right: 0.5em;
}
.field-ajax-upload-file .icon i {
  font-size: 36px;
  color: rgba(0, 0, 0, 0.5);
}
.field-ajax-upload-file .add-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.field-ajax-upload-file .delete-item {
  position: relative;
}
.field-ajax-upload-file .delete-item > a {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  padding: 1em;
}
.field-ajax-upload-file .delete-item > a:hover {
  color: red;
}
.field-ajax-upload-file .actions {
  position: absolute;
  right: 0;
  padding: 0.5em 1em;
  top: 100%;
  background: #fff;
  border: 1px solid #ddd;
  display: none;
}
.field-ajax-upload-file .actions > .button {
  display: block;
  margin: 0.5em 0;
}
.field-ajax-upload-file .uploading {
  padding-left: 0.5em;
  width: 300px;
}
.field-ajax-upload-file .progress {
  position: relative;
  background: #ddd;
  height: 1.6em;
  font-size: 14px;
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
  border-radius: 3px;
}
.field-ajax-upload-file .meter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1e93b0;
}
.field-ajax-upload-file .percentage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.field-ajax-upload-file input[type=file] {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 50px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.field-ajax-upload-file.no-file .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field-ajax-upload-file.no-file .card {
  display: none;
}
.field-ajax-upload-file.is-uploading .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.field-ajax-upload-file.is-uploading .uploading {
  display: block;
}
.field-ajax-upload-file.is-uploading .item-content {
  display: none;
}
.field-ajax-upload-file.is-uploading .delete-item {
  display: none;
}

.field-multiple-varchars .delete-varchar {
  color: red;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.field-multiple-varchars .delete-varchar:hover {
  color: #cc0000;
}

/* -------------- Field Image Upload ---------------- */
.field-multiple-image {
  margin-bottom: 20px;
}
.field-multiple-image .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.field-multiple-image .image {
  margin: 10px;
  width: calc(33.3% - 20px);
  position: relative;
  cursor: move;
}
.field-multiple-image .image img {
  height: 165px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #aaa;
}
.field-multiple-image .image.hidden {
  display: none;
}
.field-multiple-image .delete {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 7px;
  cursor: pointer;
  color: #fff;
}
.field-multiple-image .delete i {
  text-shadow: 0px 0px 9px #000;
}
.field-multiple-image .number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 7px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.field-multiple-image .uploading {
  display: none;
}
.field-multiple-image .uploading {
  padding-left: 0.5em;
  width: 300px;
}
.field-multiple-image .progress {
  position: relative;
  background: #ddd;
  height: 1.6em;
  font-size: 14px;
  width: 100%;
  margin: 1em 0;
  overflow: hidden;
  border-radius: 3px;
}
.field-multiple-image .meter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1e93b0;
}
.field-multiple-image .percentage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.field-multiple-image input[type=file] {
  display: none;
}
.field-multiple-image.is-uploading .uploading {
  display: block;
}
.field-multiple-image .drop-file-zone {
  background-color: #EEE;
  padding: 30px 8px;
  text-align: center;
  border: #999 3px dashed;
  padding: 20px 8px;
  border-radius: 20px;
  line-height: 1.2;
  font-size: 15px;
  margin-top: 20px;
}
.field-multiple-image .select-file {
  display: none;
}
.field-multiple-image .error {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  background-color: #f8d7da;
}
.field-multiple-image .error:empty {
  display: none;
}

.radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 8px;
}
.radios .radioItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.radios .radioItem label {
  font-weight: 300;
  padding: 0 1.5em 0 0.5em;
  margin: 0;
  cursor: pointer;
  cursor: pointer;
  border: 2px solid #eee;
  display: inline-block;
  border-radius: 50px;
  padding: 9px 22px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.3;
  font-weight: 400;
  color: #666;
  margin: 8px 6px 0;
}
.radios .radioItem input:checked + label {
  background: #fff;
  border-color: #333;
  color: #000;
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
}
.radios .radioItem input {
  position: relative;
  top: 0.5px;
  margin-right: 8px;
  display: none;
}
/*# sourceMappingURL=style.css.map */