/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./includes/block-editor/blocks/rental-add-to-card/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-webdevia-rental-add-to-card__form {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
.wp-block-webdevia-rental-add-to-card__form br,
.wp-block-webdevia-rental-add-to-card__form p:empty {
  display: none;
}
.wp-block-webdevia-rental-add-to-card__form #quantity {
  height: 45px;
}
.wp-block-webdevia-rental-add-to-card__form__duration-price {
  border-bottom: 1px solid var(--wp--preset--color--gray-6, rgb(188, 202, 216));
  margin-bottom: 1em;
}
.wp-block-webdevia-rental-add-to-card .callout__success__line {
  display: flex;
  justify-content: space-between;
}
.wp-block-webdevia-rental-add-to-card .callout__success__line > :last-child {
  font-weight: bold;
}
.wp-block-webdevia-rental-add-to-card .wp-element-button {
  width: 100%;
}
.wp-block-webdevia-rental-add-to-card .list-fees h5 {
  margin-block: 0.7rem 0.3rem;
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon, .wp-block-webdevia-rental-add-to-card .list-fees__fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-block-end: 0.5rem;
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon > label, .wp-block-webdevia-rental-add-to-card .list-fees__fee > label {
  margin: 0;
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon > label:first-child, .wp-block-webdevia-rental-add-to-card .list-fees__fee > label:first-child {
  flex: 7;
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon > label:last-child, .wp-block-webdevia-rental-add-to-card .list-fees__fee > label:last-child {
  flex: 2;
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon > input, .wp-block-webdevia-rental-add-to-card .list-fees__fee > input {
  width: 3rem;
  min-height: unset;
  text-align: center;
  padding: 0.5rem;
  -moz-appearance: textfield;
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon > input::-webkit-inner-spin-button, .wp-block-webdevia-rental-add-to-card .list-fees__fee > input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon input[type=checkbox]:disabled, .wp-block-webdevia-rental-add-to-card .list-fees__fee input[type=checkbox]:disabled {
  background-color: var(--wp--preset--color--gray-8);
}
.wp-block-webdevia-rental-add-to-card .list-fees__addon__price, .wp-block-webdevia-rental-add-to-card .list-fees__fee__price {
  flex: 2;
  margin: 0;
  text-align: end;
}

.callout__error {
  background: rgba(255, 0, 0, 0.161);
  border-inline-start: 2px solid red;
  padding: 0.5em 1em;
}

.spiner-container {
  display: flex;
  gap: 1em;
  padding: 0.5em 0;
}
.spiner-container .spin {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICA8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGlkPSJpY29uLWJvdW5kIiBmaWxsPSJub25lIiAvPgogIDxwYXRoIGQ9Ik0xNCwwdjIuNzA5QzEyLjUzNCwxLjA0NywxMC4zOTEsMCw4LDBDMy41ODEsMCwwLDMuNTgxLDAsOHMzLjU4MSw4LDgsOHYtMmMtMS42MDMsMC0zLjEwOS0wLjYyNS00LjI0NC0xLjc1NiBDMi42MjUsMTEuMTA5LDIsOS42MDMsMiw4czAuNjI1LTMuMTA5LDEuNzU2LTQuMjQ0QzQuODkxLDIuNjI1LDYuMzk3LDIsOCwyczMuMTA5LDAuNjI1LDQuMjQ0LDEuNzU2IEMxMi4zMjIsMy44MzQsMTIuNCwzLjkxNiwxMi40NzIsNEgxMHYyaDZWMEgxNHoiIC8+Cjwvc3ZnPg==);
  background-size: contain;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style-index.css.map*/