@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=4e78cadc-5169-4604-88d3-f71f0758fe65);
.RichEditor-editor {
  cursor: text; }
  .RichEditor-editor ul,
  .RichEditor-editor ol {
    line-height: 1.4rem !important; }

.RichEditor-editor .public-DraftEditor-content {
  min-height: 100px; }

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
  display: none; }

.RichEditor-controls {
  user-select: none; }

.RichEditor-styleButton {
  color: #999;
  cursor: pointer;
  margin-right: 16px;
  padding: 2px 0; }

.RichEditor-activeButton {
  color: #45a582 !important; }

.preview p {
  min-height: 1.4rem; }

.preview ul {
  list-style: initial; }

.preview ul,
.preview ol {
  list-style-position: inside;
  line-height: 1.4rem !important; }

.preview ul ul,
.preview ol ol {
  margin-left: 20px; }

.preview li {
  list-style-position: outside;
  max-width: 100%;
  line-height: 1.4rem !important;
  margin-left: 1.2rem; }

.ory-controls-mode-toggle-control-group {
  position: relative !important;
  display: flex !important;
  padding: 0; }
  .ory-controls-mode-toggle-control-group > div {
    flex-direction: row !important; }

.ory-controls-mode-toggle-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: .7em; }
  .ory-controls-mode-toggle-button button {
    box-shadow: none;
    background-color: transparent;
    color: #555555; }
  .ory-controls-mode-toggle-button .MuiFab-secondary-4 {
    color: #fff;
    background-color: #45a582; }

div.react-dropdown-tree-select div.dropdown div.dropdown-content ul.root li.node.tree label {
  padding: 5px; }
  div.react-dropdown-tree-select div.dropdown div.dropdown-content ul.root li.node.tree label input.checkbox-item {
    width: auto;
    margin-right: 5px; }

.ory-controls-trash {
  position: fixed;
  bottom: -64px;
  z-index: 100;
  left: 50%;
  transition: bottom 200ms ease;
  padding: 8px; }

.ory-controls-trash.ory-controls-trash-active {
  bottom: 16px; }

[class^="MuiDrawer-paperAnchorLeft"],
[class*=' MuiDrawer-paperAnchorLeft'],
.ory-toolbar-drawer > div {
  right: 0;
  left: auto; }

.ory-cell ul,
.ory-cell ol {
  max-width: 100%;
  list-style: initial;
  margin-left: auto;
  margin-right: auto; }

.ory-cell [data-slate-string] {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ory-cell blockquote {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-left: 4px solid #45a582;
  padding: 10px; }

.ory-plugins-content-spacer {
  border: 0 !important; }

.richtext {
  min-height: 150px; }

.richtext ul,
.richtext ol {
  list-style: initial;
  list-style-position: outside;
  margin-left: 1.4rem;
  line-height: 1.4rem !important; }

.richtext ol,
.preview ol {
  list-style-type: decimal; }

.richtext td,
.preview td {
  border: 1px solid #333333;
  padding: 10px; }

.richtext thead,
.preview thead {
  font-weight: 600;
  color: #45a582; }

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-plugins-content-slate-inline-toolbar {
  position: absolute;
  z-index: 1;
  top: -10000px;
  left: -10000px;
  margin-top: -6px;
  opacity: 0;
  background-color: #212121;
  background-color: var(--grey900);
  border-radius: 4px;
  -webkit-transition: opacity .75s;
  transition: opacity .75s;
}

.ory-plugins-content-slate-inline-toolbar--hidden{
  opacity: 0 !important;
  pointer-events: none;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-plugins-content-slate-paragraph-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
  color: var(--lightBlack);
}

:root {
  --red50: #ffebee;
  --red100: #ffcdd2;
  --red200: #ef9a9a;
  --red300: #e57373;
  --red400: #ef5350;
  --red500: #f44336;
  --red600: #e53935;
  --red700: #d32f2f;
  --red800: #c62828;
  --red900: #b71c1c;
  --redA100: #ff8a80;
  --redA200: #ff5252;
  --redA400: #ff1744;
  --redA700: #d50000;
  --pink50: #fce4ec;
  --pink100: #f8bbd0;
  --pink200: #f48fb1;
  --pink300: #f06292;
  --pink400: #ec407a;
  --pink500: #e91e63;
  --pink600: #d81b60;
  --pink700: #c2185b;
  --pink800: #ad1457;
  --pink900: #880e4f;
  --pinkA100: #ff80ab;
  --pinkA200: #ff4081;
  --pinkA400: #f50057;
  --pinkA700: #c51162;
  --purple50: #f3e5f5;
  --purple100: #e1bee7;
  --purple200: #ce93d8;
  --purple300: #ba68c8;
  --purple400: #ab47bc;
  --purple500: #9c27b0;
  --purple600: #8e24aa;
  --purple700: #7b1fa2;
  --purple800: #6a1b9a;
  --purple900: #4a148c;
  --purpleA100: #ea80fc;
  --purpleA200: #e040fb;
  --purpleA400: #d500f9;
  --purpleA700: #aa00ff;
  --deepPurple50: #ede7f6;
  --deepPurple100: #d1c4e9;
  --deepPurple200: #b39ddb;
  --deepPurple300: #9575cd;
  --deepPurple400: #7e57c2;
  --deepPurple500: #673ab7;
  --deepPurple600: #5e35b1;
  --deepPurple700: #512da8;
  --deepPurple800: #4527a0;
  --deepPurple900: #311b92;
  --deepPurpleA100: #b388ff;
  --deepPurpleA200: #7c4dff;
  --deepPurpleA400: #651fff;
  --deepPurpleA700: #6200ea;
  --indigo50: #e8eaf6;
  --indigo100: #c5cae9;
  --indigo200: #9fa8da;
  --indigo300: #7986cb;
  --indigo400: #5c6bc0;
  --indigo500: #3f51b5;
  --indigo600: #3949ab;
  --indigo700: #303f9f;
  --indigo800: #283593;
  --indigo900: #1a237e;
  --indigoA100: #8c9eff;
  --indigoA200: #536dfe;
  --indigoA400: #3d5afe;
  --indigoA700: #304ffe;
  --blue50: #e3f2fd;
  --blue100: #bbdefb;
  --blue200: #90caf9;
  --blue300: #64b5f6;
  --blue400: #42a5f5;
  --blue500: #2196f3;
  --blue600: #1e88e5;
  --blue700: #1976d2;
  --blue800: #1565c0;
  --blue900: #0d47a1;
  --blueA100: #82b1ff;
  --blueA200: #448aff;
  --blueA400: #2979ff;
  --blueA700: #2962ff;
  --lightBlue50: #e1f5fe;
  --lightBlue100: #b3e5fc;
  --lightBlue200: #81d4fa;
  --lightBlue300: #4fc3f7;
  --lightBlue400: #29b6f6;
  --lightBlue500: #03a9f4;
  --lightBlue600: #039be5;
  --lightBlue700: #0288d1;
  --lightBlue800: #0277bd;
  --lightBlue900: #01579b;
  --lightBlueA100: #80d8ff;
  --lightBlueA200: #40c4ff;
  --lightBlueA400: #00b0ff;
  --lightBlueA700: #0091ea;
  --cyan50: #e0f7fa;
  --cyan100: #b2ebf2;
  --cyan200: #80deea;
  --cyan300: #4dd0e1;
  --cyan400: #26c6da;
  --cyan500: #00bcd4;
  --cyan600: #00acc1;
  --cyan700: #0097a7;
  --cyan800: #00838f;
  --cyan900: #006064;
  --cyanA100: #84ffff;
  --cyanA200: #18ffff;
  --cyanA400: #00e5ff;
  --cyanA700: #00b8d4;
  --teal50: #e0f2f1;
  --teal100: #b2dfdb;
  --teal200: #80cbc4;
  --teal300: #4db6ac;
  --teal400: #26a69a;
  --teal500: #009688;
  --teal600: #00897b;
  --teal700: #00796b;
  --teal800: #00695c;
  --teal900: #004d40;
  --tealA100: #a7ffeb;
  --tealA200: #64ffda;
  --tealA400: #1de9b6;
  --tealA700: #00bfa5;
  --green50: #e8f5e9;
  --green100: #c8e6c9;
  --green200: #a5d6a7;
  --green300: #81c784;
  --green400: #66bb6a;
  --green500: #4caf50;
  --green600: #43a047;
  --green700: #388e3c;
  --green800: #2e7d32;
  --green900: #1b5e20;
  --greenA100: #b9f6ca;
  --greenA200: #69f0ae;
  --greenA400: #00e676;
  --greenA700: #00c853;
  --lightGreen50: #f1f8e9;
  --lightGreen100: #dcedc8;
  --lightGreen200: #c5e1a5;
  --lightGreen300: #aed581;
  --lightGreen400: #9ccc65;
  --lightGreen500: #8bc34a;
  --lightGreen600: #7cb342;
  --lightGreen700: #689f38;
  --lightGreen800: #558b2f;
  --lightGreen900: #33691e;
  --lightGreenA100: #ccff90;
  --lightGreenA200: #b2ff59;
  --lightGreenA400: #76ff03;
  --lightGreenA700: #64dd17;
  --lime50: #f9fbe7;
  --lime100: #f0f4c3;
  --lime200: #e6ee9c;
  --lime300: #dce775;
  --lime400: #d4e157;
  --lime500: #cddc39;
  --lime600: #c0ca33;
  --lime700: #afb42b;
  --lime800: #9e9d24;
  --lime900: #827717;
  --limeA100: #f4ff81;
  --limeA200: #eeff41;
  --limeA400: #c6ff00;
  --limeA700: #aeea00;
  --yellow50: #fffde7;
  --yellow100: #fff9c4;
  --yellow200: #fff59d;
  --yellow300: #fff176;
  --yellow400: #ffee58;
  --yellow500: #ffeb3b;
  --yellow600: #fdd835;
  --yellow700: #fbc02d;
  --yellow800: #f9a825;
  --yellow900: #f57f17;
  --yellowA100: #ffff8d;
  --yellowA200: #ffff00;
  --yellowA400: #ffea00;
  --yellowA700: #ffd600;
  --amber50: #fff8e1;
  --amber100: #ffecb3;
  --amber200: #ffe082;
  --amber300: #ffd54f;
  --amber400: #ffca28;
  --amber500: #ffc107;
  --amber600: #ffb300;
  --amber700: #ffa000;
  --amber800: #ff8f00;
  --amber900: #ff6f00;
  --amberA100: #ffe57f;
  --amberA200: #ffd740;
  --amberA400: #ffc400;
  --amberA700: #ffab00;
  --orange50: #fff3e0;
  --orange100: #ffe0b2;
  --orange200: #ffcc80;
  --orange300: #ffb74d;
  --orange400: #ffa726;
  --orange500: #ff9800;
  --orange600: #fb8c00;
  --orange700: #f57c00;
  --orange800: #ef6c00;
  --orange900: #e65100;
  --orangeA100: #ffd180;
  --orangeA200: #ffab40;
  --orangeA400: #ff9100;
  --orangeA700: #ff6d00;
  --deepOrange50: #fbe9e7;
  --deepOrange100: #ffccbc;
  --deepOrange200: #ffab91;
  --deepOrange300: #ff8a65;
  --deepOrange400: #ff7043;
  --deepOrange500: #ff5722;
  --deepOrange600: #f4511e;
  --deepOrange700: #e64a19;
  --deepOrange800: #d84315;
  --deepOrange900: #bf360c;
  --deepOrangeA100: #ff9e80;
  --deepOrangeA200: #ff6e40;
  --deepOrangeA400: #ff3d00;
  --deepOrangeA700: #dd2c00;
  --brown50: #efebe9;
  --brown100: #d7ccc8;
  --brown200: #bcaaa4;
  --brown300: #a1887f;
  --brown400: #8d6e63;
  --brown500: #795548;
  --brown600: #6d4c41;
  --brown700: #5d4037;
  --brown800: #4e342e;
  --brown900: #3e2723;
  --blueGrey50: #eceff1;
  --blueGrey100: #cfd8dc;
  --blueGrey200: #b0bec5;
  --blueGrey300: #90a4ae;
  --blueGrey400: #78909c;
  --blueGrey500: #607d8b;
  --blueGrey600: #546e7a;
  --blueGrey700: #455a64;
  --blueGrey800: #37474f;
  --blueGrey900: #263238;
  --grey50: #fafafa;
  --grey100: #f5f5f5;
  --grey200: #eeeeee;
  --grey300: #e0e0e0;
  --grey400: #bdbdbd;
  --grey500: #9e9e9e;
  --grey600: #757575;
  --grey700: #616161;
  --grey800: #424242;
  --grey900: #212121;
  --black: #000000;
  --white: #ffffff;
  --transparent: rgba(0, 0, 0, 0);
  --fullBlack: rgba(0, 0, 0, 1);
  --darkBlack: rgba(0, 0, 0, 0.87);
  --lightBlack: rgba(0, 0, 0, 0.54);
  --minBlack: rgba(0, 0, 0, 0.26);
  --faintBlack: rgba(0, 0, 0, 0.12);
  --fullWhite: rgba(255, 255, 255, 1);
  --darkWhite: rgba(255, 255, 255, 0.87);
  --lightWhite: rgba(255, 255, 255, 0.54);
  --minWhite: rgba(255, 255, 255, 0.26);
  --faintWhite: rgba(255, 255, 255, 0.12);
}
/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-plugins-content-image {
  width: 100%;
}

.ory-plugins-content-image-placeholder {
  position: relative;
  width: 100%;
  text-align: center;
}

:root {
  --red50: #ffebee;
  --red100: #ffcdd2;
  --red200: #ef9a9a;
  --red300: #e57373;
  --red400: #ef5350;
  --red500: #f44336;
  --red600: #e53935;
  --red700: #d32f2f;
  --red800: #c62828;
  --red900: #b71c1c;
  --redA100: #ff8a80;
  --redA200: #ff5252;
  --redA400: #ff1744;
  --redA700: #d50000;
  --pink50: #fce4ec;
  --pink100: #f8bbd0;
  --pink200: #f48fb1;
  --pink300: #f06292;
  --pink400: #ec407a;
  --pink500: #e91e63;
  --pink600: #d81b60;
  --pink700: #c2185b;
  --pink800: #ad1457;
  --pink900: #880e4f;
  --pinkA100: #ff80ab;
  --pinkA200: #ff4081;
  --pinkA400: #f50057;
  --pinkA700: #c51162;
  --purple50: #f3e5f5;
  --purple100: #e1bee7;
  --purple200: #ce93d8;
  --purple300: #ba68c8;
  --purple400: #ab47bc;
  --purple500: #9c27b0;
  --purple600: #8e24aa;
  --purple700: #7b1fa2;
  --purple800: #6a1b9a;
  --purple900: #4a148c;
  --purpleA100: #ea80fc;
  --purpleA200: #e040fb;
  --purpleA400: #d500f9;
  --purpleA700: #aa00ff;
  --deepPurple50: #ede7f6;
  --deepPurple100: #d1c4e9;
  --deepPurple200: #b39ddb;
  --deepPurple300: #9575cd;
  --deepPurple400: #7e57c2;
  --deepPurple500: #673ab7;
  --deepPurple600: #5e35b1;
  --deepPurple700: #512da8;
  --deepPurple800: #4527a0;
  --deepPurple900: #311b92;
  --deepPurpleA100: #b388ff;
  --deepPurpleA200: #7c4dff;
  --deepPurpleA400: #651fff;
  --deepPurpleA700: #6200ea;
  --indigo50: #e8eaf6;
  --indigo100: #c5cae9;
  --indigo200: #9fa8da;
  --indigo300: #7986cb;
  --indigo400: #5c6bc0;
  --indigo500: #3f51b5;
  --indigo600: #3949ab;
  --indigo700: #303f9f;
  --indigo800: #283593;
  --indigo900: #1a237e;
  --indigoA100: #8c9eff;
  --indigoA200: #536dfe;
  --indigoA400: #3d5afe;
  --indigoA700: #304ffe;
  --blue50: #e3f2fd;
  --blue100: #bbdefb;
  --blue200: #90caf9;
  --blue300: #64b5f6;
  --blue400: #42a5f5;
  --blue500: #2196f3;
  --blue600: #1e88e5;
  --blue700: #1976d2;
  --blue800: #1565c0;
  --blue900: #0d47a1;
  --blueA100: #82b1ff;
  --blueA200: #448aff;
  --blueA400: #2979ff;
  --blueA700: #2962ff;
  --lightBlue50: #e1f5fe;
  --lightBlue100: #b3e5fc;
  --lightBlue200: #81d4fa;
  --lightBlue300: #4fc3f7;
  --lightBlue400: #29b6f6;
  --lightBlue500: #03a9f4;
  --lightBlue600: #039be5;
  --lightBlue700: #0288d1;
  --lightBlue800: #0277bd;
  --lightBlue900: #01579b;
  --lightBlueA100: #80d8ff;
  --lightBlueA200: #40c4ff;
  --lightBlueA400: #00b0ff;
  --lightBlueA700: #0091ea;
  --cyan50: #e0f7fa;
  --cyan100: #b2ebf2;
  --cyan200: #80deea;
  --cyan300: #4dd0e1;
  --cyan400: #26c6da;
  --cyan500: #00bcd4;
  --cyan600: #00acc1;
  --cyan700: #0097a7;
  --cyan800: #00838f;
  --cyan900: #006064;
  --cyanA100: #84ffff;
  --cyanA200: #18ffff;
  --cyanA400: #00e5ff;
  --cyanA700: #00b8d4;
  --teal50: #e0f2f1;
  --teal100: #b2dfdb;
  --teal200: #80cbc4;
  --teal300: #4db6ac;
  --teal400: #26a69a;
  --teal500: #009688;
  --teal600: #00897b;
  --teal700: #00796b;
  --teal800: #00695c;
  --teal900: #004d40;
  --tealA100: #a7ffeb;
  --tealA200: #64ffda;
  --tealA400: #1de9b6;
  --tealA700: #00bfa5;
  --green50: #e8f5e9;
  --green100: #c8e6c9;
  --green200: #a5d6a7;
  --green300: #81c784;
  --green400: #66bb6a;
  --green500: #4caf50;
  --green600: #43a047;
  --green700: #388e3c;
  --green800: #2e7d32;
  --green900: #1b5e20;
  --greenA100: #b9f6ca;
  --greenA200: #69f0ae;
  --greenA400: #00e676;
  --greenA700: #00c853;
  --lightGreen50: #f1f8e9;
  --lightGreen100: #dcedc8;
  --lightGreen200: #c5e1a5;
  --lightGreen300: #aed581;
  --lightGreen400: #9ccc65;
  --lightGreen500: #8bc34a;
  --lightGreen600: #7cb342;
  --lightGreen700: #689f38;
  --lightGreen800: #558b2f;
  --lightGreen900: #33691e;
  --lightGreenA100: #ccff90;
  --lightGreenA200: #b2ff59;
  --lightGreenA400: #76ff03;
  --lightGreenA700: #64dd17;
  --lime50: #f9fbe7;
  --lime100: #f0f4c3;
  --lime200: #e6ee9c;
  --lime300: #dce775;
  --lime400: #d4e157;
  --lime500: #cddc39;
  --lime600: #c0ca33;
  --lime700: #afb42b;
  --lime800: #9e9d24;
  --lime900: #827717;
  --limeA100: #f4ff81;
  --limeA200: #eeff41;
  --limeA400: #c6ff00;
  --limeA700: #aeea00;
  --yellow50: #fffde7;
  --yellow100: #fff9c4;
  --yellow200: #fff59d;
  --yellow300: #fff176;
  --yellow400: #ffee58;
  --yellow500: #ffeb3b;
  --yellow600: #fdd835;
  --yellow700: #fbc02d;
  --yellow800: #f9a825;
  --yellow900: #f57f17;
  --yellowA100: #ffff8d;
  --yellowA200: #ffff00;
  --yellowA400: #ffea00;
  --yellowA700: #ffd600;
  --amber50: #fff8e1;
  --amber100: #ffecb3;
  --amber200: #ffe082;
  --amber300: #ffd54f;
  --amber400: #ffca28;
  --amber500: #ffc107;
  --amber600: #ffb300;
  --amber700: #ffa000;
  --amber800: #ff8f00;
  --amber900: #ff6f00;
  --amberA100: #ffe57f;
  --amberA200: #ffd740;
  --amberA400: #ffc400;
  --amberA700: #ffab00;
  --orange50: #fff3e0;
  --orange100: #ffe0b2;
  --orange200: #ffcc80;
  --orange300: #ffb74d;
  --orange400: #ffa726;
  --orange500: #ff9800;
  --orange600: #fb8c00;
  --orange700: #f57c00;
  --orange800: #ef6c00;
  --orange900: #e65100;
  --orangeA100: #ffd180;
  --orangeA200: #ffab40;
  --orangeA400: #ff9100;
  --orangeA700: #ff6d00;
  --deepOrange50: #fbe9e7;
  --deepOrange100: #ffccbc;
  --deepOrange200: #ffab91;
  --deepOrange300: #ff8a65;
  --deepOrange400: #ff7043;
  --deepOrange500: #ff5722;
  --deepOrange600: #f4511e;
  --deepOrange700: #e64a19;
  --deepOrange800: #d84315;
  --deepOrange900: #bf360c;
  --deepOrangeA100: #ff9e80;
  --deepOrangeA200: #ff6e40;
  --deepOrangeA400: #ff3d00;
  --deepOrangeA700: #dd2c00;
  --brown50: #efebe9;
  --brown100: #d7ccc8;
  --brown200: #bcaaa4;
  --brown300: #a1887f;
  --brown400: #8d6e63;
  --brown500: #795548;
  --brown600: #6d4c41;
  --brown700: #5d4037;
  --brown800: #4e342e;
  --brown900: #3e2723;
  --blueGrey50: #eceff1;
  --blueGrey100: #cfd8dc;
  --blueGrey200: #b0bec5;
  --blueGrey300: #90a4ae;
  --blueGrey400: #78909c;
  --blueGrey500: #607d8b;
  --blueGrey600: #546e7a;
  --blueGrey700: #455a64;
  --blueGrey800: #37474f;
  --blueGrey900: #263238;
  --grey50: #fafafa;
  --grey100: #f5f5f5;
  --grey200: #eeeeee;
  --grey300: #e0e0e0;
  --grey400: #bdbdbd;
  --grey500: #9e9e9e;
  --grey600: #757575;
  --grey700: #616161;
  --grey800: #424242;
  --grey900: #212121;
  --black: #000000;
  --white: #ffffff;
  --transparent: rgba(0, 0, 0, 0);
  --fullBlack: rgba(0, 0, 0, 1);
  --darkBlack: rgba(0, 0, 0, 0.87);
  --lightBlack: rgba(0, 0, 0, 0.54);
  --minBlack: rgba(0, 0, 0, 0.26);
  --faintBlack: rgba(0, 0, 0, 0.12);
  --fullWhite: rgba(255, 255, 255, 1);
  --darkWhite: rgba(255, 255, 255, 0.87);
  --lightWhite: rgba(255, 255, 255, 0.54);
  --minWhite: rgba(255, 255, 255, 0.26);
  --faintWhite: rgba(255, 255, 255, 0.12);
}
/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/* based on: https://github.com/kristoferjoseph/flexboxgrid/blob/master/src/css/flexboxgrid.css */

:root {
  --gutter-width: 0rem;
  --outer-margin: 0rem;
  --gutter-compensation: calc((0rem * 0.5) * -1);
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((0rem * 0.5));
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: 30em;
  --screen-xs-min: var(--xs-min)em;
  --screen-sm-min: 48em;
  --screen-sm-min: var(--sm-min)em;
  --screen-md-min: 64em;
  --screen-md-min: var(--md-min)em;
  --screen-lg-min: 75em;
  --screen-lg-min: var(--lg-min)em;
  --container-sm: calc(48 + 0rem);
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(64 + 0rem);
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(75 + 0rem);
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

.ory-editable {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-right: 0rem;
  padding-right: var(--outer-margin, 2rem);
  padding-left: 2rem;
  padding-left: 0rem;
  padding-left: var(--outer-margin, 2rem);
}

.ory-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-right: calc((0rem * 0.5) * -1);
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: -0.5rem;
  margin-left: calc((0rem * 0.5) * -1);
  margin-left: var(--gutter-compensation, -0.5rem);
  position: relative;
}

.ory-cell-xs,
.ory-cell-xs-1,
.ory-cell-xs-2,
.ory-cell-xs-3,
.ory-cell-xs-4,
.ory-cell-xs-5,
.ory-cell-xs-6,
.ory-cell-xs-7,
.ory-cell-xs-8,
.ory-cell-xs-9,
.ory-cell-xs-10,
.ory-cell-xs-11,
.ory-cell-xs-12,
.ory-cell-xs-offset-0,
.ory-cell-xs-offset-1,
.ory-cell-xs-offset-2,
.ory-cell-xs-offset-3,
.ory-cell-xs-offset-4,
.ory-cell-xs-offset-5,
.ory-cell-xs-offset-6,
.ory-cell-xs-offset-7,
.ory-cell-xs-offset-8,
.ory-cell-xs-offset-9,
.ory-cell-xs-offset-10,
.ory-cell-xs-offset-11,
.ory-cell-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-right: calc((0rem * 0.5));
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: 0.5rem;
  padding-left: calc((0rem * 0.5));
  padding-left: var(--half-gutter-width, 0.5rem);
  min-width: 0;
}

.ory-cell-xs {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  min-width: 100%;
}

.ory-cell-xs-1 {
  flex-basis: 8.33333333%;
  width: 8.33333333%;
}

.ory-cell-xs-2 {
  flex-basis: 16.66666667%;
  width: 16.66666667%;
}

.ory-cell-xs-3 {
  flex-basis: 25%;
  width: 25%;
  min-width: 25%;
}

.ory-cell-xs-4 {
  flex-basis: 33.33333333%;
  width: 33.33333333%;
}

.ory-cell-xs-5 {
  flex-basis: 41.66666667%;
  width: 41.66666667%;
}

.ory-cell-xs-6 {
  flex-basis: 50%;
  width: 50%;
  min-width: 50%;
}

.ory-cell-xs-7 {
  flex-basis: 58.33333333%;
  width: 58.33333333%;
}

.ory-cell-xs-8 {
  flex-basis: 66.66666667%;
  width: 66.66666667%;
}

.ory-cell-xs-9 {
  flex-basis: 75%;
  width: 75%;
  min-width: 75%;
}

.ory-cell-xs-10 {
  flex-basis: 83.33333333%;
  width: 83.33333333%;
}

.ory-cell-xs-11 {
  flex-basis: 91.66666667%;
  width: 91.66666667%;
}

.ory-cell-xs-12 {
  flex-basis: 100%;
  width: 100%;
  min-width: 100%;
}

.ory-cell-xs-offset-0 {
  margin-left: 0;
}

.ory-cell-xs-offset-1 {
  margin-left: 8.33333333%;
}

.ory-cell-xs-offset-2 {
  margin-left: 16.66666667%;
}

.ory-cell-xs-offset-3 {
  margin-left: 25%;
}

.ory-cell-xs-offset-4 {
  margin-left: 33.33333333%;
}

.ory-cell-xs-offset-5 {
  margin-left: 41.66666667%;
}

.ory-cell-xs-offset-6 {
  margin-left: 50%;
}

.ory-cell-xs-offset-7 {
  margin-left: 58.33333333%;
}

.ory-cell-xs-offset-8 {
  margin-left: 66.66666667%;
}

.ory-cell-xs-offset-9 {
  margin-left: 75%;
}

.ory-cell-xs-offset-10 {
  margin-left: 83.33333333%;
}

.ory-cell-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

[dir="ltr"] .start-xs {
  text-align: left;
}

[dir="rtl"] .start-xs {
  text-align: right;
}

.center-xs {
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

[dir="ltr"] .end-xs {
  text-align: right;
}

[dir="rtl"] .end-xs {
  text-align: left;
}

.top-xs {
  -webkit-box-align: start;
          align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
          align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
          align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media only screen and (min-width: 48em) {
  .ory-cell-sm,
  .ory-cell-sm-1,
  .ory-cell-sm-2,
  .ory-cell-sm-3,
  .ory-cell-sm-4,
  .ory-cell-sm-5,
  .ory-cell-sm-6,
  .ory-cell-sm-7,
  .ory-cell-sm-8,
  .ory-cell-sm-9,
  .ory-cell-sm-10,
  .ory-cell-sm-11,
  .ory-cell-sm-12,
  .ory-cell-sm-offset-0,
  .ory-cell-sm-offset-1,
  .ory-cell-sm-offset-2,
  .ory-cell-sm-offset-3,
  .ory-cell-sm-offset-4,
  .ory-cell-sm-offset-5,
  .ory-cell-sm-offset-6,
  .ory-cell-sm-offset-7,
  .ory-cell-sm-offset-8,
  .ory-cell-sm-offset-9,
  .ory-cell-sm-offset-10,
  .ory-cell-sm-offset-11,
  .ory-cell-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: calc((0rem * 0.5));
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: 0.5rem;
    padding-left: calc((0rem * 0.5));
    padding-left: var(--half-gutter-width, 0.5rem);
    min-width: 0;
  }

  .ory-cell-sm {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 0;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-sm-1 {
    flex-basis: 8.33333333%;
    width: 8.33333333%;
  }

  .ory-cell-sm-2 {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
  }

  .ory-cell-sm-3 {
    flex-basis: 25%;
    width: 25%;
  min-width: 25%;
  }

  .ory-cell-sm-4 {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
  }

  .ory-cell-sm-5 {
    flex-basis: 41.66666667%;
    width: 41.66666667%;
  }

  .ory-cell-sm-6 {
    flex-basis: 50%;
    width: 50%;
  min-width: 50%;
  }

  .ory-cell-sm-7 {
    flex-basis: 58.33333333%;
    width: 58.33333333%;
  }

  .ory-cell-sm-8 {
    flex-basis: 66.66666667%;
    width: 66.66666667%;
  }

  .ory-cell-sm-9 {
    flex-basis: 75%;
    width: 75%;
  min-width: 75%;
  }

  .ory-cell-sm-10 {
    flex-basis: 83.33333333%;
    width: 83.33333333%;
  }

  .ory-cell-sm-11 {
    flex-basis: 91.66666667%;
    width: 91.66666667%;
  }

  .ory-cell-sm-12 {
    flex-basis: 100%;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-sm-offset-0 {
    margin-left: 0;
  }

  .ory-cell-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .ory-cell-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .ory-cell-sm-offset-3 {
    margin-left: 25%;
  }

  .ory-cell-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .ory-cell-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .ory-cell-sm-offset-6 {
    margin-left: 50%;
  }

  .ory-cell-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .ory-cell-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .ory-cell-sm-offset-9 {
    margin-left: 75%;
  }

  .ory-cell-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .ory-cell-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
    [dir="ltr"] .start-sm {
    text-align: left;
  }
    [dir="rtl"] .start-sm {
    text-align: right;
  }

  .center-sm {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
    [dir="ltr"] .end-sm {
    text-align: right;
  }
    [dir="rtl"] .end-sm {
    text-align: left;
  }

  .top-sm {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
            align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .ory-cell-md,
  .ory-cell-md-1,
  .ory-cell-md-2,
  .ory-cell-md-3,
  .ory-cell-md-4,
  .ory-cell-md-5,
  .ory-cell-md-6,
  .ory-cell-md-7,
  .ory-cell-md-8,
  .ory-cell-md-9,
  .ory-cell-md-10,
  .ory-cell-md-11,
  .ory-cell-md-12,
  .ory-cell-md-offset-0,
  .ory-cell-md-offset-1,
  .ory-cell-md-offset-2,
  .ory-cell-md-offset-3,
  .ory-cell-md-offset-4,
  .ory-cell-md-offset-5,
  .ory-cell-md-offset-6,
  .ory-cell-md-offset-7,
  .ory-cell-md-offset-8,
  .ory-cell-md-offset-9,
  .ory-cell-md-offset-10,
  .ory-cell-md-offset-11,
  .ory-cell-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: calc((0rem * 0.5));
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: 0.5rem;
    padding-left: calc((0rem * 0.5));
    padding-left: var(--half-gutter-width, 0.5rem);
    min-width: 0;
  }

  .ory-cell-md {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 0;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-md-1 {
    flex-basis: 8.33333333%;
    width: 8.33333333%;
  }

  .ory-cell-md-2 {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
  }

  .ory-cell-md-3 {
    flex-basis: 25%;
    width: 25%;
  min-width: 25%;
  }

  .ory-cell-md-4 {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
  }

  .ory-cell-md-5 {
    flex-basis: 41.66666667%;
    width: 41.66666667%;
  }

  .ory-cell-md-6 {
    flex-basis: 50%;
    width: 50%;
  min-width: 50%;
  }

  .ory-cell-md-7 {
    flex-basis: 58.33333333%;
    width: 58.33333333%;
  }

  .ory-cell-md-8 {
    flex-basis: 66.66666667%;
    width: 66.66666667%;
  }

  .ory-cell-md-9 {
    flex-basis: 75%;
    width: 75%;
  min-width: 75%;
  }

  .ory-cell-md-10 {
    flex-basis: 83.33333333%;
    width: 83.33333333%;
  }

  .ory-cell-md-11 {
    flex-basis: 91.66666667%;
    width: 91.66666667%;
  }

  .ory-cell-md-12 {
    flex-basis: 100%;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-md-offset-0 {
    margin-left: 0;
  }

  .ory-cell-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .ory-cell-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .ory-cell-md-offset-3 {
    margin-left: 25%;
  }

  .ory-cell-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .ory-cell-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .ory-cell-md-offset-6 {
    margin-left: 50%;
  }

  .ory-cell-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .ory-cell-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .ory-cell-md-offset-9 {
    margin-left: 75%;
  }

  .ory-cell-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .ory-cell-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
    [dir="ltr"] .start-md {
    text-align: left;
  }
    [dir="rtl"] .start-md {
    text-align: right;
  }

  .center-md {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
    [dir="ltr"] .end-md {
    text-align: right;
  }
    [dir="rtl"] .end-md {
    text-align: left;
  }

  .top-md {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
            align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .ory-cell-lg,
  .ory-cell-lg-1,
  .ory-cell-lg-2,
  .ory-cell-lg-3,
  .ory-cell-lg-4,
  .ory-cell-lg-5,
  .ory-cell-lg-6,
  .ory-cell-lg-7,
  .ory-cell-lg-8,
  .ory-cell-lg-9,
  .ory-cell-lg-10,
  .ory-cell-lg-11,
  .ory-cell-lg-12,
  .ory-cell-lg-offset-0,
  .ory-cell-lg-offset-1,
  .ory-cell-lg-offset-2,
  .ory-cell-lg-offset-3,
  .ory-cell-lg-offset-4,
  .ory-cell-lg-offset-5,
  .ory-cell-lg-offset-6,
  .ory-cell-lg-offset-7,
  .ory-cell-lg-offset-8,
  .ory-cell-lg-offset-9,
  .ory-cell-lg-offset-10,
  .ory-cell-lg-offset-11,
  .ory-cell-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-right: calc((0rem * 0.5));
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: 0.5rem;
    padding-left: calc((0rem * 0.5));
    padding-left: var(--half-gutter-width, 0.5rem);
    min-width: 0;
  }

  .ory-cell-lg {
    -webkit-box-flex: 1;
            flex-grow: 1;
    flex-basis: 0;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-lg-1 {
    flex-basis: 8.33333333%;
    width: 8.33333333%;
  }

  .ory-cell-lg-2 {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
  }

  .ory-cell-lg-3 {
    flex-basis: 25%;
    width: 25%;
  min-width: 25%;
  }

  .ory-cell-lg-4 {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
  }

  .ory-cell-lg-5 {
    flex-basis: 41.66666667%;
    width: 41.66666667%;
  }

  .ory-cell-lg-6 {
    flex-basis: 50%;
    width: 50%;
  min-width: 50%;
  }

  .ory-cell-lg-7 {
    flex-basis: 58.33333333%;
    width: 58.33333333%;
  }

  .ory-cell-lg-8 {
    flex-basis: 66.66666667%;
    width: 66.66666667%;
  }

  .ory-cell-lg-9 {
    flex-basis: 75%;
    width: 75%;
  min-width: 75%;
  }

  .ory-cell-lg-10 {
    flex-basis: 83.33333333%;
    width: 83.33333333%;
  }

  .ory-cell-lg-11 {
    flex-basis: 91.66666667%;
    width: 91.66666667%;
  }

  .ory-cell-lg-12 {
    flex-basis: 100%;
    width: 100%;
  min-width: 100%;
  }

  .ory-cell-lg-offset-0 {
    margin-left: 0;
  }

  .ory-cell-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .ory-cell-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .ory-cell-lg-offset-3 {
    margin-left: 25%;
  }

  .ory-cell-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .ory-cell-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .ory-cell-lg-offset-6 {
    margin-left: 50%;
  }

  .ory-cell-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .ory-cell-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .ory-cell-lg-offset-9 {
    margin-left: 75%;
  }

  .ory-cell-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .ory-cell-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
    [dir="ltr"] .start-lg {
    text-align: left;
  }
    [dir="rtl"] .start-lg {
    text-align: right;
  }

  .center-lg {
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
    [dir="ltr"] .end-lg {
    text-align: right;
  }
    [dir="rtl"] .end-lg {
    text-align: left;
  }

  .top-lg {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
            align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-row-has-floating-children {
  display: block !important;
}

.ory-row-is-hovering-this:before {
  content: " ";
  position: absolute;
  background: black;
  display: block;
  background: rgba(0, 0, 0, 0.87);
  background: var(--darkBlack);
  z-index: 2;
}

.ory-row-is-hovering-above:before {
  top: 0;
  height: 4px;
  width: 100%;
}

.ory-row-is-hovering-below:before {
  bottom: 0;
  height: 4px;
  width: 100%;
}

.ory-row-is-hovering-left-of:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}

.ory-row-is-hovering-right-of:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-editable {
  position: relative;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align:stretch;
          align-items:stretch;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-cell-draggable {
  cursor: move;
  position: relative;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  /* resolves an issue with drag and drop preview in chrome, see https://github.com/ory/editor/issues/180 */
  /* will-change: transform; */
}

.ory-cell-draggable-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  cursor: move;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.ory-cell-draggable-overlay:hover {
  background: rgba(0, 0, 0, 0.26);
  background: var(--minBlack);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border: 1px solid var(--lightWhite);
  background-blend-mode: screen;
}

.ory-cell-draggable-overlay-description {
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, .97);
  max-width: 100%;
}

.ory-cell-draggable-overlay-description span {
  opacity: 0;
  text-align: center;
  color: rgba(0, 0, 0, .97);
  max-width: 90%;
  display: inline-block;
  padding: 8px 22px;
  margin: 0 auto;
  border-radius: 0 0 12px 12px;
  text-transform: uppercase;
  font-size: 75%;
  letter-spacing: 0.15em;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.ory-cell-draggable-overlay:hover .ory-cell-draggable-overlay-description span {
  background: rgba(255, 255, 255, .95);
  opacity: 1;
}

.ory-cell-draggable-overlay.ory-cell-draggable-leaf {
  z-index: 3;
}

.ory-cell-draggable-inline-left.ory-cell-draggable-overlay,
.ory-cell-draggable-inline-right.ory-cell-draggable-overlay {
  float: left;
  z-index: 4;
}

.ory-cell-draggable-is-dragging {
  opacity: 0.4;
  outline: none;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-cell-droppable {
  position: relative;
}

.ory-cell-droppable-is-over-current:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.87);
  background: var(--darkBlack);
}

.ory-cell-droppable-is-over-above:before,
.ory-cell-droppable-is-over-below:before {
  border-left: 0;
  border-right: 0;
}

.ory-cell-droppable-is-over-left-of:before,
.ory-cell-droppable-is-over-right-of:before {
  border-top: 0;
  border-bottom: 0;
}

.ory-cell-droppable-is-over-above:before {
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-left: 0;
  border-right: 0;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-above:before {
  height: 4px;
}

.ory-cell-droppable-is-over-below:before {
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-below:before {
  height: 4px;
}

.ory-cell-droppable-is-over-left-of:before {
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-left-of:before {
  width: 4px;
}

.ory-cell-droppable-is-over-right-of:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}

.ory-cell-droppable-leaf.ory-cell-droppable-is-over-right-of:before {
  width: 4px;
}

.ory-cell-droppable-is-over-inline-right:before,
.ory-cell-droppable-is-over-inline-left:before {
  top: 0;
  width: 50%;
  height: 36%;
  max-height: 128px;
  background-color: #e0e0e0;
  background-color: var(--grey300);
  border: 1px solid rgba(0, 0, 0, 0.26);
  border: 1px solid var(--minBlack);
}

.ory-cell-droppable-is-over-inline-left:before {
  left: 0;
}

.ory-cell-droppable-is-over-inline-right:before {
  right: 0;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

.ory-cell-empty {
  background-color: red;
  padding: 8px;
  margin: 2px;
  overflow: hidden;
}

.ory-cell-empty strong {
  margin: 0 auto;
}

.ory-cell-empty code {
  overflow: scroll;
}

/*!
 * This file is part of ORY Editor.
 *
 * ORY Editor is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * ORY Editor is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with ORY Editor.  If not, see <http://www.gnu.org/licenses/>.
 *
 * @license LGPL-3.0
 * @copyright 2016-2018 Aeneas Rekkas
 * @author Aeneas Rekkas <aeneas+oss@aeneas.io>
 *
 */

@-webkit-keyframes oryCellResizeableAnimate {
  0% {
    background-color: rgba(255, 255, 255, 0.26);
    background-color: var(--minWhite);
    top: 45%;
    bottom: 45%;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.12);
    background-color: var(--faintWhite);
    top: 0;
    bottom: 0;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.87);
    background-color: var(--darkWhite);
    top: 45%;
    bottom: 45%;
  }
}

@keyframes oryCellResizeableAnimate {
  0% {
    background-color: rgba(255, 255, 255, 0.26);
    background-color: var(--minWhite);
    top: 45%;
    bottom: 45%;
  }
  50% {
    background-color: rgba(255, 255, 255, 0.12);
    background-color: var(--faintWhite);
    top: 0;
    bottom: 0;
  }
  100% {
    background-color: rgba(255, 255, 255, 0.87);
    background-color: var(--darkWhite);
    top: 45%;
    bottom: 45%;
  }
}

.ory-cell-resizable-inline-right > .react-resizable-handle {
  left: -4px;
}

.ory-cell-resizable.react-resizable > .react-resizable-handle {
  position: absolute;
  z-index: 5;
  width: 4px;
  top: 0;
  bottom: 0;
  right: -2px;
  cursor: e-resize;
  background-color: rgba(0, 0, 0, 0.54);
  background-color: var(--lightBlack);
  mix-blend-mode: difference;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.ory-cell-resizable.react-resizable > .react-resizable-handle:after {
  content: " ";
  background-color: rgba(255, 255, 255, 0.87);
  background-color: var(--darkWhite);
  /* width: 30px; */
  /* height: 30px; */
  position: absolute;
  /* z-index: 1000; */
  top: 45%;
  bottom: 45%;
  left: 0;
  right: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  mix-blend-mode: normal;

  -webkit-animation-name: oryCellResizeableAnimate;

          animation-name: oryCellResizeableAnimate;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.ory-cell-resizable.react-resizable > .react-resizable-handle:hover:after,
.ory-cell-resizable.react-resizable > .react-resizable-handle:active:after {
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--fullWhite);
  top: 0;
  bottom: 0;
}

.ory-cell-inline-left {
  float: left;
}

.ory-cell-inline-right {
  float: right;
}

.ory-cell-has-inline-neighbour {
  float: none;
  width: 100%;
}

.ory-cell-is-draft {
  opacity: 0.3;
  outline: 1px dashed black;
}

.ory-cell-focused {
  box-shadow: 0 0 1000px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.ory-cell {
  position: relative;
}

.ory-cell-bring-to-front {
  z-index: 1;
}

.ory-cell-resizing-overlay:after {
  content: " ";
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

:root {
  --gutter-width: 0rem;
  --outer-margin: 0rem;
  --gutter-compensation: calc((0rem * 0.5) * -1);
  --half-gutter-width: calc((0rem * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: 30em;
  --screen-sm-min: 48em;
  --screen-md-min: 64em;
  --screen-lg-min: 75em;
  --container-sm: calc(48 + 0rem);
  --container-md: calc(64 + 0rem);
  --container-lg: calc(75 + 0rem);
  --red50: #ffebee;
  --red100: #ffcdd2;
  --red200: #ef9a9a;
  --red300: #e57373;
  --red400: #ef5350;
  --red500: #f44336;
  --red600: #e53935;
  --red700: #d32f2f;
  --red800: #c62828;
  --red900: #b71c1c;
  --redA100: #ff8a80;
  --redA200: #ff5252;
  --redA400: #ff1744;
  --redA700: #d50000;
  --pink50: #fce4ec;
  --pink100: #f8bbd0;
  --pink200: #f48fb1;
  --pink300: #f06292;
  --pink400: #ec407a;
  --pink500: #e91e63;
  --pink600: #d81b60;
  --pink700: #c2185b;
  --pink800: #ad1457;
  --pink900: #880e4f;
  --pinkA100: #ff80ab;
  --pinkA200: #ff4081;
  --pinkA400: #f50057;
  --pinkA700: #c51162;
  --purple50: #f3e5f5;
  --purple100: #e1bee7;
  --purple200: #ce93d8;
  --purple300: #ba68c8;
  --purple400: #ab47bc;
  --purple500: #9c27b0;
  --purple600: #8e24aa;
  --purple700: #7b1fa2;
  --purple800: #6a1b9a;
  --purple900: #4a148c;
  --purpleA100: #ea80fc;
  --purpleA200: #e040fb;
  --purpleA400: #d500f9;
  --purpleA700: #aa00ff;
  --deepPurple50: #ede7f6;
  --deepPurple100: #d1c4e9;
  --deepPurple200: #b39ddb;
  --deepPurple300: #9575cd;
  --deepPurple400: #7e57c2;
  --deepPurple500: #673ab7;
  --deepPurple600: #5e35b1;
  --deepPurple700: #512da8;
  --deepPurple800: #4527a0;
  --deepPurple900: #311b92;
  --deepPurpleA100: #b388ff;
  --deepPurpleA200: #7c4dff;
  --deepPurpleA400: #651fff;
  --deepPurpleA700: #6200ea;
  --indigo50: #e8eaf6;
  --indigo100: #c5cae9;
  --indigo200: #9fa8da;
  --indigo300: #7986cb;
  --indigo400: #5c6bc0;
  --indigo500: #3f51b5;
  --indigo600: #3949ab;
  --indigo700: #303f9f;
  --indigo800: #283593;
  --indigo900: #1a237e;
  --indigoA100: #8c9eff;
  --indigoA200: #536dfe;
  --indigoA400: #3d5afe;
  --indigoA700: #304ffe;
  --blue50: #e3f2fd;
  --blue100: #bbdefb;
  --blue200: #90caf9;
  --blue300: #64b5f6;
  --blue400: #42a5f5;
  --blue500: #2196f3;
  --blue600: #1e88e5;
  --blue700: #1976d2;
  --blue800: #1565c0;
  --blue900: #0d47a1;
  --blueA100: #82b1ff;
  --blueA200: #448aff;
  --blueA400: #2979ff;
  --blueA700: #2962ff;
  --lightBlue50: #e1f5fe;
  --lightBlue100: #b3e5fc;
  --lightBlue200: #81d4fa;
  --lightBlue300: #4fc3f7;
  --lightBlue400: #29b6f6;
  --lightBlue500: #03a9f4;
  --lightBlue600: #039be5;
  --lightBlue700: #0288d1;
  --lightBlue800: #0277bd;
  --lightBlue900: #01579b;
  --lightBlueA100: #80d8ff;
  --lightBlueA200: #40c4ff;
  --lightBlueA400: #00b0ff;
  --lightBlueA700: #0091ea;
  --cyan50: #e0f7fa;
  --cyan100: #b2ebf2;
  --cyan200: #80deea;
  --cyan300: #4dd0e1;
  --cyan400: #26c6da;
  --cyan500: #00bcd4;
  --cyan600: #00acc1;
  --cyan700: #0097a7;
  --cyan800: #00838f;
  --cyan900: #006064;
  --cyanA100: #84ffff;
  --cyanA200: #18ffff;
  --cyanA400: #00e5ff;
  --cyanA700: #00b8d4;
  --teal50: #e0f2f1;
  --teal100: #b2dfdb;
  --teal200: #80cbc4;
  --teal300: #4db6ac;
  --teal400: #26a69a;
  --teal500: #009688;
  --teal600: #00897b;
  --teal700: #00796b;
  --teal800: #00695c;
  --teal900: #004d40;
  --tealA100: #a7ffeb;
  --tealA200: #64ffda;
  --tealA400: #1de9b6;
  --tealA700: #00bfa5;
  --green50: #e8f5e9;
  --green100: #c8e6c9;
  --green200: #a5d6a7;
  --green300: #81c784;
  --green400: #66bb6a;
  --green500: #4caf50;
  --green600: #43a047;
  --green700: #388e3c;
  --green800: #2e7d32;
  --green900: #1b5e20;
  --greenA100: #b9f6ca;
  --greenA200: #69f0ae;
  --greenA400: #00e676;
  --greenA700: #00c853;
  --lightGreen50: #f1f8e9;
  --lightGreen100: #dcedc8;
  --lightGreen200: #c5e1a5;
  --lightGreen300: #aed581;
  --lightGreen400: #9ccc65;
  --lightGreen500: #8bc34a;
  --lightGreen600: #7cb342;
  --lightGreen700: #689f38;
  --lightGreen800: #558b2f;
  --lightGreen900: #33691e;
  --lightGreenA100: #ccff90;
  --lightGreenA200: #b2ff59;
  --lightGreenA400: #76ff03;
  --lightGreenA700: #64dd17;
  --lime50: #f9fbe7;
  --lime100: #f0f4c3;
  --lime200: #e6ee9c;
  --lime300: #dce775;
  --lime400: #d4e157;
  --lime500: #cddc39;
  --lime600: #c0ca33;
  --lime700: #afb42b;
  --lime800: #9e9d24;
  --lime900: #827717;
  --limeA100: #f4ff81;
  --limeA200: #eeff41;
  --limeA400: #c6ff00;
  --limeA700: #aeea00;
  --yellow50: #fffde7;
  --yellow100: #fff9c4;
  --yellow200: #fff59d;
  --yellow300: #fff176;
  --yellow400: #ffee58;
  --yellow500: #ffeb3b;
  --yellow600: #fdd835;
  --yellow700: #fbc02d;
  --yellow800: #f9a825;
  --yellow900: #f57f17;
  --yellowA100: #ffff8d;
  --yellowA200: #ffff00;
  --yellowA400: #ffea00;
  --yellowA700: #ffd600;
  --amber50: #fff8e1;
  --amber100: #ffecb3;
  --amber200: #ffe082;
  --amber300: #ffd54f;
  --amber400: #ffca28;
  --amber500: #ffc107;
  --amber600: #ffb300;
  --amber700: #ffa000;
  --amber800: #ff8f00;
  --amber900: #ff6f00;
  --amberA100: #ffe57f;
  --amberA200: #ffd740;
  --amberA400: #ffc400;
  --amberA700: #ffab00;
  --orange50: #fff3e0;
  --orange100: #ffe0b2;
  --orange200: #ffcc80;
  --orange300: #ffb74d;
  --orange400: #ffa726;
  --orange500: #ff9800;
  --orange600: #fb8c00;
  --orange700: #f57c00;
  --orange800: #ef6c00;
  --orange900: #e65100;
  --orangeA100: #ffd180;
  --orangeA200: #ffab40;
  --orangeA400: #ff9100;
  --orangeA700: #ff6d00;
  --deepOrange50: #fbe9e7;
  --deepOrange100: #ffccbc;
  --deepOrange200: #ffab91;
  --deepOrange300: #ff8a65;
  --deepOrange400: #ff7043;
  --deepOrange500: #ff5722;
  --deepOrange600: #f4511e;
  --deepOrange700: #e64a19;
  --deepOrange800: #d84315;
  --deepOrange900: #bf360c;
  --deepOrangeA100: #ff9e80;
  --deepOrangeA200: #ff6e40;
  --deepOrangeA400: #ff3d00;
  --deepOrangeA700: #dd2c00;
  --brown50: #efebe9;
  --brown100: #d7ccc8;
  --brown200: #bcaaa4;
  --brown300: #a1887f;
  --brown400: #8d6e63;
  --brown500: #795548;
  --brown600: #6d4c41;
  --brown700: #5d4037;
  --brown800: #4e342e;
  --brown900: #3e2723;
  --blueGrey50: #eceff1;
  --blueGrey100: #cfd8dc;
  --blueGrey200: #b0bec5;
  --blueGrey300: #90a4ae;
  --blueGrey400: #78909c;
  --blueGrey500: #607d8b;
  --blueGrey600: #546e7a;
  --blueGrey700: #455a64;
  --blueGrey800: #37474f;
  --blueGrey900: #263238;
  --grey50: #fafafa;
  --grey100: #f5f5f5;
  --grey200: #eeeeee;
  --grey300: #e0e0e0;
  --grey400: #bdbdbd;
  --grey500: #9e9e9e;
  --grey600: #757575;
  --grey700: #616161;
  --grey800: #424242;
  --grey900: #212121;
  --black: #000000;
  --white: #ffffff;
  --transparent: rgba(0, 0, 0, 0);
  --fullBlack: rgba(0, 0, 0, 1);
  --darkBlack: rgba(0, 0, 0, 0.87);
  --lightBlack: rgba(0, 0, 0, 0.54);
  --minBlack: rgba(0, 0, 0, 0.26);
  --faintBlack: rgba(0, 0, 0, 0.12);
  --fullWhite: rgba(255, 255, 255, 1);
  --darkWhite: rgba(255, 255, 255, 0.87);
  --lightWhite: rgba(255, 255, 255, 0.54);
  --minWhite: rgba(255, 255, 255, 0.26);
  --faintWhite: rgba(255, 255, 255, 0.12);
}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year-container {
  margin: 0.4rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.react-datepicker__year-container-text {
  display: inline-block;
  cursor: pointer;
  flex: 1 0 30%;
  width: 12px;
  padding: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: 85px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}


/*# sourceMappingURL=styles.b9f0af03.chunk.css.map*/