/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/block/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/**
 * Colors
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.wp-block-urc-block {
  background: #f0ecff;
  border: 0.1rem solid #a698d8;
  color: #4e38b1;
  margin: 0 auto;
  padding: 1rem;
}

.wp-block-urc-block-uji-countdown-2020 time {
  font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
}

.wp-block-span {
  display: block;
  font-size: 1rem;
}

.wp-block-ujicount-datetime {
  color: #732db6;
}

.components-datetime {
  padding: 0;
}

.urc-component .spaceInp {
  width: 55px;
  display: inline-block;
}

.urc-component input[type=number] {
  text-align: center;
}

.urc-component input[type=number]::-webkit-inner-spin-button,
.urc-component input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.urc-component-time {
  margin-bottom: 15px;
}

.components-time-field-hours-input {
  width: 23%;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 3px;
  margin-bottom: 0 !important;
}

.urc-border {
  border-top: 1px solid #e2e4e7;
  padding: 10px 0;
}

.components-time-field-hours-select {
  width: 35%;
  display: inline-block;
}

.components-repeat-field-input {
  width: 23%;
  display: inline-block;
  margin-bottom: 0 !important;
}

.urc-component .components-base-control {
  display: inline-block;
}

.urc-component i {
  margin-left: 58px;
  display: block;
}

.urc-time-separator {
  padding: 0 0.5rem 0 0;
  display: inline-block;
}

.urc-component-time h4,
.urc-border h4 {
  margin: 0.8em 0;
}

.urc-flex {
  display: flex;
  align-items: normal;
}

.urc-flex .components-input-control__container {
  min-width: 90px;
  top: 3px;
}

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