@font-face {
	font-family: Material Icons;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype")
}

.material-icons {
	font-family: Material Icons;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga"
}

.tippy-box[data-animation=fade][data-state=hidden] {
	opacity: 0
}

[data-tippy-root] {
	max-width: calc(100vw - 10px)
}

.tippy-box {
	position: relative;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	white-space: normal;
	outline: 0;
	transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
	bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
	bottom: -7px;
	left: 0;
	border-width: 8px 8px 0;
	border-top-color: initial;
	transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
	top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
	top: -7px;
	left: 0;
	border-width: 0 8px 8px;
	border-bottom-color: initial;
	transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
	right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
	border-width: 8px 0 8px 8px;
	border-left-color: initial;
	right: -7px;
	transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
	left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-right-color: initial;
	transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
	transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
	width: 16px;
	height: 16px;
	color: #333
}

.tippy-arrow:before {
	content: "";
	position: absolute;
	border-color: transparent;
	border-style: solid
}

.tippy-content {
	position: relative;
	padding: 5px 9px;
	z-index: 1
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none
}

.chosen-container a {
	cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 3px #fff, 0 1px 1px rgba(0, 0, 0, .1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px
}

.chosen-container-single .chosen-default {
	color: #999
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../../assets/images/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover,
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../../assets/images/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url(../../assets/images/chosen-sprite.png) no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 2px #fff, 0 1px 0 rgba(0, 0, 0, .05);
	color: #333;
	line-height: 13px;
	cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../../assets/images/chosen-sprite.png) -42px 1px no-repeat;
	font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee);
	color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: inset 0 1px 0 #fff
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222 !important
}

.chosen-disabled {
	opacity: .5 !important;
	cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
	cursor: default
}

.chosen-rtl {
	text-align: right
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px
}

.chosen-rtl .chosen-choices li {
	float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	background: url(../../assets/images/chosen-sprite.png) no-repeat -30px -20px;
	direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {

	.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
	.chosen-container-single .chosen-search input[type=text],
	.chosen-container-single .chosen-single abbr,
	.chosen-container-single .chosen-single div b,
	.chosen-container .chosen-results-scroll-down span,
	.chosen-container .chosen-results-scroll-up span,
	.chosen-rtl .chosen-search input[type=text] {
		background-image: url(../../assets/images/chosen-sprite@2x.png) !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}
}

.CodeMirror-hints {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 2px;
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, .2);
	border-radius: 3px;
	border: 1px solid silver;
	background: #fff;
	font-size: 90%;
	font-family: monospace;
	max-height: 20em;
	overflow-y: auto;
	box-sizing: border-box
}

.CodeMirror-hint {
	margin: 0;
	padding: 0 4px;
	border-radius: 2px;
	white-space: pre;
	color: #000;
	cursor: pointer
}

li.CodeMirror-hint-active {
	background: #08f;
	color: #fff
}

.CodeMirror {
	font-family: monospace;
	height: 300px;
	color: #000;
	direction: ltr
}

.CodeMirror-lines {
	padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
	padding: 0 4px
}

.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
	background-color: #fff
}

.CodeMirror-gutters {
	border-right: 1px solid #ddd;
	background-color: #f7f7f7;
	white-space: nowrap
}

.CodeMirror-linenumber {
	padding: 0 3px 0 5px;
	min-width: 20px;
	text-align: right;
	color: #999;
	white-space: nowrap
}

.CodeMirror-guttermarker {
	color: #000
}

.CodeMirror-guttermarker-subtle {
	color: #999
}

.CodeMirror-cursor {
	border-left: 1px solid #000;
	border-right: none;
	width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
	border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
	width: auto;
	border: 0 !important;
	background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
	z-index: 1
}

.cm-fat-cursor .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line>span::selection,
.cm-fat-cursor .CodeMirror-line>span>span::selection {
	background: transparent
}

.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line>span::-moz-selection,
.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection {
	background: transparent
}

.cm-fat-cursor {
	caret-color: transparent
}

@-moz-keyframes blink {
	50% {
		background-color: transparent
	}
}

@-webkit-keyframes blink {
	50% {
		background-color: transparent
	}
}

@keyframes blink {
	50% {
		background-color: transparent
	}
}

.cm-tab {
	display: inline-block;
	text-decoration: inherit
}

.CodeMirror-rulers {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	bottom: 0;
	overflow: hidden
}

.CodeMirror-ruler {
	border-left: 1px solid #ccc;
	top: 0;
	bottom: 0;
	position: absolute
}

.cm-s-default .cm-header {
	color: #00f
}

.cm-s-default .cm-quote {
	color: #090
}

.cm-negative {
	color: #d44
}

.cm-positive {
	color: #292
}

.cm-header,
.cm-strong {
	font-weight: 700
}

.cm-em {
	font-style: italic
}

.cm-link {
	text-decoration: underline
}

.cm-strikethrough {
	text-decoration: line-through
}

.cm-s-default .cm-keyword {
	color: #708
}

.cm-s-default .cm-atom {
	color: #219
}

.cm-s-default .cm-number {
	color: #164
}

.cm-s-default .cm-def {
	color: #00f
}

.cm-s-default .cm-variable-2 {
	color: #05a
}

.cm-s-default .cm-type,
.cm-s-default .cm-variable-3 {
	color: #085
}

.cm-s-default .cm-comment {
	color: #a50
}

.cm-s-default .cm-string {
	color: #a11
}

.cm-s-default .cm-string-2 {
	color: #f50
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
	color: #555
}

.cm-s-default .cm-builtin {
	color: #30a
}

.cm-s-default .cm-bracket {
	color: #997
}

.cm-s-default .cm-tag {
	color: #170
}

.cm-s-default .cm-attribute {
	color: #00c
}

.cm-s-default .cm-hr {
	color: #999
}

.cm-s-default .cm-link {
	color: #00c
}

.cm-invalidchar,
.cm-s-default .cm-error {
	color: red
}

.CodeMirror-composing {
	border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
	color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
	color: #a22
}

.CodeMirror-matchingtag {
	background: rgba(255, 150, 0, .3)
}

.CodeMirror-activeline-background {
	background: #e8f2ff
}

.CodeMirror {
	position: relative;
	overflow: hidden;
	background: #fff
}

.CodeMirror-scroll {
	overflow: scroll !important;
	margin-bottom: -50px;
	margin-right: -50px;
	padding-bottom: 50px;
	height: 100%;
	outline: none;
	position: relative;
	z-index: 0
}

.CodeMirror-sizer {
	position: relative;
	border-right: 50px solid transparent
}

.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
	position: absolute;
	z-index: 6;
	display: none;
	outline: none
}

.CodeMirror-vscrollbar {
	right: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll
}

.CodeMirror-hscrollbar {
	bottom: 0;
	left: 0;
	overflow-y: hidden;
	overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
	right: 0;
	bottom: 0
}

.CodeMirror-gutter-filler {
	left: 0;
	bottom: 0
}

.CodeMirror-gutters {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	z-index: 3
}

.CodeMirror-gutter {
	white-space: normal;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
	position: absolute;
	z-index: 4;
	background: none !important;
	border: none !important
}

.CodeMirror-gutter-background {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 4
}

.CodeMirror-gutter-elt {
	position: absolute;
	cursor: default;
	z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
	background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
	background-color: transparent
}

.CodeMirror-lines {
	cursor: text;
	min-height: 1px
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	white-space: pre;
	word-wrap: normal;
	line-height: inherit;
	color: inherit;
	z-index: 2;
	position: relative;
	overflow: visible;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-variant-ligatures: contextual;
	font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
	word-wrap: break-word;
	white-space: pre-wrap;
	word-break: normal
}

.CodeMirror-linebackground {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.CodeMirror-linewidget {
	position: relative;
	z-index: 2;
	padding: .1px
}

.CodeMirror-rtl pre {
	direction: rtl
}

.CodeMirror-code {
	outline: none
}

.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.CodeMirror-measure {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.CodeMirror-cursor {
	position: absolute;
	pointer-events: none
}

.CodeMirror-measure pre {
	position: static
}

div.CodeMirror-cursors {
	visibility: hidden;
	position: relative;
	z-index: 3
}

.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
	visibility: visible
}

.CodeMirror-selected {
	background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
	background: #d7d4f0
}

.CodeMirror-crosshair {
	cursor: crosshair
}

.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection {
	background: #d7d4f0
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line>span::-moz-selection,
.CodeMirror-line>span>span::-moz-selection {
	background: #d7d4f0
}

.cm-searching {
	background-color: #ffa;
	background-color: rgba(255, 255, 0, .4)
}

.cm-force-border {
	padding-right: .1px
}

@media print {
	.CodeMirror div.CodeMirror-cursors {
		visibility: hidden
	}
}

.cm-tab-wrap-hack:after {
	content: ""
}

span.CodeMirror-selectedtext {
	background: none
}

.cm-s-3024-day.CodeMirror {
	background: #f7f7f7;
	color: #3a3432
}

.cm-s-3024-day div.CodeMirror-selected {
	background: #d6d5d4
}

.cm-s-3024-day .CodeMirror-line::selection,
.cm-s-3024-day .CodeMirror-line>span::selection,
.cm-s-3024-day .CodeMirror-line>span>span::selection {
	background: #d6d5d4
}

.cm-s-3024-day .CodeMirror-line::-moz-selection,
.cm-s-3024-day .CodeMirror-line>span::-moz-selection,
.cm-s-3024-day .CodeMirror-line>span>span::selection {
	background: #d9d9d9
}

.cm-s-3024-day .CodeMirror-gutters {
	background: #f7f7f7;
	border-right: 0
}

.cm-s-3024-day .CodeMirror-guttermarker {
	color: #db2d20
}

.cm-s-3024-day .CodeMirror-guttermarker-subtle,
.cm-s-3024-day .CodeMirror-linenumber {
	color: #807d7c
}

.cm-s-3024-day .CodeMirror-cursor {
	border-left: 1px solid #5c5855
}

.cm-s-3024-day span.cm-comment {
	color: #cdab53
}

.cm-s-3024-day span.cm-atom,
.cm-s-3024-day span.cm-number {
	color: #a16a94
}

.cm-s-3024-day span.cm-attribute,
.cm-s-3024-day span.cm-property {
	color: #01a252
}

.cm-s-3024-day span.cm-keyword {
	color: #db2d20
}

.cm-s-3024-day span.cm-string {
	color: #fded02
}

.cm-s-3024-day span.cm-variable {
	color: #01a252
}

.cm-s-3024-day span.cm-variable-2 {
	color: #01a0e4
}

.cm-s-3024-day span.cm-def {
	color: #e8bbd0
}

.cm-s-3024-day span.cm-bracket {
	color: #3a3432
}

.cm-s-3024-day span.cm-tag {
	color: #db2d20
}

.cm-s-3024-day span.cm-link {
	color: #a16a94
}

.cm-s-3024-day span.cm-error {
	background: #db2d20;
	color: #5c5855
}

.cm-s-3024-day .CodeMirror-activeline-background {
	background: #e8f2ff
}

.cm-s-3024-day .CodeMirror-matchingbracket {
	text-decoration: underline;
	color: #a16a94 !important
}

.mdc-tab-bar {
	width: 100%
}

.mdc-tab {
	height: 48px
}

.mdc-tab--stacked {
	height: 72px
}

.mdc-tab-scroller {
	overflow-y: hidden
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
	transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-scroller__test {
	position: absolute;
	top: -9999px;
	width: 100px;
	height: 100px;
	overflow-x: scroll
}

.mdc-tab-scroller__scroll-area {
	-webkit-overflow-scrolling: touch;
	display: flex;
	overflow-x: hidden
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
	display: none
}

.mdc-tab-scroller__scroll-area--scroll {
	overflow-x: scroll
}

.mdc-tab-scroller__scroll-content {
	position: relative;
	display: flex;
	flex: 1 0 auto;
	transform: none;
	will-change: transform
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
	justify-content: flex-start
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
	justify-content: flex-end
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
	justify-content: center
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
	-webkit-overflow-scrolling: auto
}

.mdc-tab-indicator {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
	color: #018786;
	color: var(--mdc-theme-secondary, #018786)
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-top-width: 2px
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
	height: 34px;
	font-size: 34px
}

.mdc-tab-indicator__content {
	transform-origin: left;
	opacity: 0
}

.mdc-tab-indicator__content--underline {
	align-self: flex-end;
	box-sizing: border-box;
	width: 100%;
	border-top-style: solid
}

.mdc-tab-indicator__content--icon {
	align-self: center;
	margin: 0 auto
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
	opacity: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content {
	transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
	transition: none
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
	transition: opacity .15s linear
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
	transition-delay: .1s
}

.mdc-tab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .875rem;
	font-size: var(--mdc-typography-button-font-size, .875rem);
	line-height: 2.25rem;
	line-height: var(--mdc-typography-button-line-height, 2.25rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-button-font-weight, 500);
	letter-spacing: .0892857143em;
	letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
	text-decoration: none;
	text-decoration: var(--mdc-typography-button-text-decoration, none);
	text-transform: uppercase;
	text-transform: var(--mdc-typography-button-text-transform, uppercase);
	min-width: 90px;
	position: relative;
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
	box-sizing: border-box;
	margin: 0;
	padding: 0 24px;
	border: none;
	outline: none;
	background: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	z-index: 1
}

.mdc-tab .mdc-tab__text-label {
	color: rgba(0, 0, 0, .6)
}

.mdc-tab .mdc-tab__icon {
	color: rgba(0, 0, 0, .54);
	fill: currentColor
}

.mdc-tab::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mdc-tab--min-width {
	flex: 0 1 auto
}

.mdc-tab__content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
	pointer-events: none
}

.mdc-tab__text-label {
	display: inline-block;
	line-height: 1
}

.mdc-tab__icon,
.mdc-tab__text-label {
	transition: color .15s linear;
	z-index: 2
}

.mdc-tab__icon {
	width: 24px;
	height: 24px;
	font-size: 24px
}

.mdc-tab--stacked .mdc-tab__content {
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.mdc-tab--stacked .mdc-tab__text-label {
	padding-top: 6px;
	padding-bottom: 4px
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.mdc-tab--active .mdc-tab__icon {
	fill: currentColor
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	transition-delay: .1s
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
	padding-left: 8px;
	padding-right: 0
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl],
[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
	padding-left: 0;
	padding-right: 8px
}

@keyframes mdc-ripple-fg-radius-in {
	0% {
		animation-timing-function: cubic-bezier(.4, 0, .2, 1);
		transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
	}

	to {
		transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
	}
}

@keyframes mdc-ripple-fg-opacity-in {
	0% {
		animation-timing-function: linear;
		opacity: 0
	}

	to {
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
}

@keyframes mdc-ripple-fg-opacity-out {
	0% {
		animation-timing-function: linear;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}

	to {
		opacity: 0
	}
}

.mdc-tab {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-tab .mdc-tab__ripple:after,
.mdc-tab .mdc-tab__ripple:before {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: ""
}

.mdc-tab .mdc-tab__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1)
}

.mdc-tab .mdc-tab__ripple:after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0)
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple:before {
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple:after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple:after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0)
}

.mdc-tab.mdc-ripple-upgraded--foreground-activation .mdc-tab__ripple:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-tab.mdc-ripple-upgraded--foreground-deactivation .mdc-tab__ripple:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab .mdc-tab__ripple:after,
.mdc-tab .mdc-tab__ripple:before {
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple:after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-tab .mdc-tab__ripple:after,
.mdc-tab .mdc-tab__ripple:before {
	background-color: #6200ee;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))
}

.mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple:before,
.mdc-tab:hover .mdc-tab__ripple:before {
	opacity: .04;
	opacity: var(--mdc-ripple-hover-opacity, .04)
}

.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple:before,
.mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple:before {
	transition-duration: 75ms;
	opacity: .12;
	opacity: var(--mdc-ripple-focus-opacity, .12)
}

.mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple:after {
	transition: opacity .15s linear
}

.mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple:after {
	transition-duration: 75ms;
	opacity: .12;
	opacity: var(--mdc-ripple-press-opacity, .12)
}

.mdc-tab.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12)
}

.mdc-tab__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	will-change: transform, opacity
}

#custom_css,
#last_log,
#post_text,
#pre_text {
	width: 100%;
	min-height: 100px
}

.tab-content {
	display: none
}

.rytme-content-active {
	display: block
}

.CodeMirror-wrap {
	width: 100%
}

.rytme-top-tabs-wrapper .mdc-tab-bar {
	width: fit-content !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto
}

.rytme-top-tabs-wrapper .mdc-tab-bar .mdc-tab {
	height: 64px
}

.rytme-top-tabs-wrapper .mdc-tab-bar .mdc-tab .mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-color: #4967f6;
	border-top-width: 3px
}

.rytme-top-tabs-wrapper .mdc-tab-bar .mdc-tab .mdc-tab__text-label {
	font-weight: 700;
	font-size: 18px;
	text-transform: capitalize;
	color: #bbb;
	display: flex;
	align-items: center;
	justify-content: center
}

.rytme-top-tabs-wrapper .mdc-tab-bar .mdc-tab .mdc-tab__text-label .menu-tab-icon {
	margin-right: 5px
}

.rytme-top-tabs-wrapper .mdc-tab-bar .mdc-tab .mdc-tab__ripple:after,
.rytme-top-tabs-wrapper .mdc-tab-bar .mdc-tab .mdc-tab__ripple:before {
	background: transparent
}

.rytme-top-tabs-wrapper .mdc-tab-bar .mdc-tab--active .mdc-tab__text-label {
	color: #4967f6
}

.chosen-container-multi {
	width: 100% !important
}

.chosen-container-multi .chosen-choices {
	background-image: unset;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	margin: unset;
	padding: unset;
	width: unset;
	border-radius: 4px;
	border: 1px solid #ddd
}

.chosen-container-multi .chosen-choices .search-choice {
	margin: 5px !important;
	padding: 7px 20px 5px 10px !important;
	border-radius: 4px !important;
	border: 0 !important
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	top: 7px !important;
	right: 4px !important
}

.chosen-container-multi .chosen-choices .search-field {
	padding-left: 5px !important
}

.transparent-option {
	background: transparent !important;
	box-shadow: none !important
}

.rytme-content-wrapper .content {
	margin: 0
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab .rytme-submenu-tabs div.link-tab.active:before,
.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab .rytme-submenu-tabs div.link-tab:hover:before,
.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab.active:not(.expanded):before,
.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab:hover:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: .12;
	pointer-events: none
}

.rytme-message {
	padding: 10px;
	margin: 20px 0;
	font-weight: 700;
	font-size: 14px;
	border-radius: 4px;
	color: #fff
}

.rytme-message.rytme-error {
	background-color: #c00
}

.rytme-message.rytme-warning {
	background-color: #ea8237
}

.rytme-message a {
	color: #3a3432
}

.rytme-notice-error,
.rytme-notice-success {
	padding: 10px;
	margin: 20px 20px 20px 0;
	background-color: #fff;
	border-left: 5px solid #000;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3)
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	clear: both
}

.no-display {
	display: none
}

.hidden-item {
	visibility: hidden
}

.tabs {
	display: flex;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
	width: 100%;
	background-color: #fff
}

.tabs .tab {
	flex-grow: 1;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	text-transform: uppercase;
	letter-spacing: .8px;
	min-width: 80px
}

.tabs .tab,
.tabs .tab a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #2196f3
}

.tabs .tab a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.tabs .tab.disabled a {
	cursor: default;
	opacity: .6
}

.tabs .indicator {
	position: absolute;
	bottom: 0;
	height: 3px;
	will-change: left, right;
	background-color: #4967f6
}

.rytme-button {
	background-color: transparent;
	color: #000;
	padding: 10px 15px;
	min-width: 180px;
	border: 1px solid #9fabba;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	letter-spacing: 2px;
	transition: all .5s ease;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px
}

.rytme-button.small-radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rytme-button.small-button {
	padding: 0 10px;
	min-width: 50px;
	min-height: 40px;
	text-transform: capitalize
}

.rytme-button:focus {
	outline: none
}

.rytme-button:hover {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.rytme-button.orange-button {
	background-color: #4967f6;
	color: #fff;
	border-color: #4967f6
}

.rytme-button.orange-outline-button {
	background-color: #fff;
	color: #4967f6;
	border-color: #fff
}

.rytme-button.blue-button {
	background-color: #4967f6 !important;
	color: #fff;
	border-color: #4967f6
}

.rytme-button.aside-button {
	min-width: 230px;
	width: 100%
}

.rytme-rect-button {
	background-color: #fff;
	border: 1px solid #4967f6;
	color: #4967f6;
	cursor: pointer;
	padding: 10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rytme-material-button {
	border: none;
	outline: none;
	padding: 10px 20px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	background-color: #2196f3;
	color: #fff
}

.rytme-material-button:hover {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.rytme_mt_20 {
	margin-top: 20px
}

input.rytme-input {
	border: 1px solid #ddd;
	background-color: #fff;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

input.rytme-input.small-input {
	width: 60px;
	background-color: #fff
}

input.rytme-input.custom-input {
	width: calc(100% - 250px)
}

input.rytme-input.minicolors {
	padding-left: 55px
}

input.rytme-input.minicolors+.minicolors-swatch {
	height: 48px;
	width: 48px;
	top: 2px;
	left: 2px;
	border: none
}

input.rytme-input.minicolors+.minicolors-swatch .minicolors-swatch-color {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

input.rytme-input.minicolors .minicolors-grid .minicolors-picker,
input.rytme-input.minicolors .minicolors-grid .minicolors-picker>div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input.rytme-checkbox:checked {
	background-color: #49bf88;
	border: 1px solid #49bf88
}

input.rytme-checkbox:checked:before {
	color: #fff
}

input.rytme-radiobox {
	border-color: #7d8a9a;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

input.rytme-radiobox:checked {
	border-color: #49bf88
}

input.rytme-radiobox:checked:before {
	width: 10px;
	height: 10px;
	margin: 2px;
	background-color: #49bf88
}

input.rytme-radiobox:focus {
	border-color: #49bf88;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

#token {
	min-width: 200px;
	max-width: 500px;
	margin-bottom: 0;
	padding: 10px;
	height: unset
}

.items-blocks textarea:focus,
input.rytme-input:focus {
	border-color: #4967f6;
	box-shadow: none;
	outline: none
}

select.rytme-select {
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	margin: 0 10px
}

select.rytme-select:hover {
	color: #32373c
}

select.rytme-select.right-select {
	float: right;
	margin: 10px 0;
	min-width: 100px
}

select.rytme-select.original-color {
	background-color: #f1f1f1
}

select.rytme-select:focus {
	border: 1px solid #4967f6;
	box-shadow: none;
	outline: none
}

select.rytme-chosen {
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
	height: 34px !important;
	cursor: text;
	margin-top: 12px;
	padding-left: 15px;
	border: none;
	border-bottom: 1px solid #ddd;
	width: 285px;
	text-indent: 0;
	margin-left: 30px
}

.rytme-notice-success {
	border-left-color: #46b450
}

.rytme-notice-error {
	border-left-color: #c00
}

.rytme-notice-close {
	float: right;
	color: #aaa
}

.rytme-notice-close:hover {
	color: #c00;
	cursor: pointer
}

.rytme-switch-button {
	float: left;
	margin-left: 0;
	margin-right: 0;
	height: 50px;
	display: flex;
	align-items: center
}

.rytme-switch-button .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	margin: 10px
}

.rytme-switch-button .switch input {
	display: none
}

.rytme-switch-button .switch input:checked+.slider {
	background-color: #4967f6
}

.rytme-switch-button .switch input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-moz-transform: translateX(26px);
	-ms-transform: translateX(26px);
	-o-transform: translateX(26px);
	transform: translateX(26px)
}

.rytme-switch-button .switch .slider {
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px
}

.rytme-switch-button .switch .slider,
.rytme-switch-button .switch .slider:before {
	position: absolute;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.rytme-switch-button .switch .slider:before {
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.rytme-settings-option {
	margin: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(160, 166, 190, .08);
	-moz-box-shadow: 0 10px 30px 0 rgba(160, 166, 190, .08);
	box-shadow: 0 10px 30px 0 rgba(160, 166, 190, .08);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rytme-settings-option.settings-separator {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.rytme-settings-option.settings-separator .settings-separator-title {
	display: block;
	font-size: 20px;
	font-weight: 700
}

.rytme-settings-option .items {
	line-height: 50px;
	float: right;
	margin-right: 15px
}

.rytme-settings-option .items-blocks {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center
}

.rytme-settings-option .items-blocks.edit-translation-link ul li {
	margin-bottom: 15px;
	text-align: center
}

.rytme-settings-option .items-blocks .block {
	width: 100%
}

.rytme-settings-option .items-blocks .block span.rytme-button {
	display: block;
	width: 100%;
	font-weight: 700;
	cursor: unset;
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.rytme-settings-option .items-blocks .block .switcher-as-content {
	background-color: #fff;
	height: 100%;
	padding: 30px;
	margin: 0 0 30px;
	border-radius: 0 0 4px 4px
}

.rytme-settings-option .items-blocks .block .switcher-as-content span {
	font-weight: 600;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: .8px
}

.rytme-settings-option .items-blocks.flag-width {
	padding-left: 15px
}

.rytme-settings-option .items-blocks.flag-width span {
	margin-right: 10px
}

.rytme-settings-option .items-blocks.flag-shape {
	padding-left: 15px
}

.rytme-settings-option .items-blocks.flag-shape input {
	margin: 0;
	padding: 0;
	display: none
}

.rytme-settings-option .items-blocks.flag-shape input:active+.drinkcard-cc {
	background-color: #fff
}

.rytme-settings-option .items-blocks.flag-shape input:checked+.drinkcard-cc {
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
	background-color: #fff
}

.rytme-settings-option .items-blocks.flag-shape .drinkcard-cc {
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	height: 100px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 50px
}

.rytme-settings-option .items-blocks.flag-shape .drinkcard-cc:hover {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9)
}

.rytme-settings-option .items-blocks.language-list-display .display-type {
	width: 100%;
	display: block;
	padding-left: 15px
}

.rytme-settings-option .items-blocks.language-list-display .display-type input[type=radio] {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	margin-right: 10px
}

.rytme-settings-option .items-blocks.language-list-display .display-type ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.rytme-settings-option .items-blocks.language-list-display .display-type ul li {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 10px 20px 10px 0;
	min-width: 150px
}

.rytme-settings-option .items-blocks.language-list-display .display-type ul li input[type=radio]:checked:before {
	background-color: #4967f6
}

.rytme-settings-option .items-blocks.language-list-display .display-type ul li input[type=radio]:focus {
	border-color: #4967f6;
	box-shadow: 0 0 0 1px #4967f6;
	outline: 2px solid transparent
}

.rytme-settings-option .items-blocks.language-list-display .flag-name {
	margin: 10px 5px
}

.rytme-settings-option .items-blocks.language-list-display .flag-name ul li {
	display: inline-block;
	min-width: 150px;
	margin: 10px 20px 10px 0
}

.wp-picker-container .wp-color-result {
	border-color: #ddd !important
}

.wp-picker-container .wp-color-result.button {
	margin: 0 !important;
	vertical-align: middle
}

.wp-picker-open+.wp-picker-input-wrap {
	margin-top: 5px
}

.wp-picker-input-wrap label,
.wp-picker-open+.wp-picker-input-wrap {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap
}

.rytme_note {
	color: #ff8726;
	margin: 5px 10px;
	display: none
}

div.wp-picker-holder {
	margin-top: 40px
}

.wp-picker-input-wrap,
div.wp-picker-holder {
	z-index: 999;
	position: absolute
}

.flag_shadow_element {
	padding: 0 15px;
	box-sizing: border-box
}

.flag_shadow_element p {
	display: flex;
	align-items: center
}

.flag_shadow_element p label {
	margin-right: 10px;
	width: 150px;
	text-overflow: ellipsis;
	overflow: hidden
}

.flag_shadow_element p input[type=number] {
	width: 70px;
	margin-left: 10px
}

.full-width,
.rytme-settings-option.settings-separator {
	width: 100%;
	display: inline-block
}

.width-50-15 {
	width: calc(50% - 20px)
}

@media only screen and (max-width:1100px) {
	.width-50-15 {
		width: calc(100% - 20px)
	}
}

.right-float {
	float: right !important
}

.break {
	flex-basis: 100%;
	height: 0
}

.rounded {
	background-image: url(../../assets/images/flags-rounded/en-us.svg)
}

#translate_into_chosen .highlighted {
	background: #4967f6 !important
}

.content {
	display: flex;
	flex-wrap: wrap
}

.content.aside .rytme-settings-option {
	box-shadow: none
}

.rytme-setting-label {
	float: left;
	min-width: 150px;
	max-width: calc(100% - 150px);
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 50px;
	cursor: pointer;
	padding-left: 15px;
	font-size: 15px;
	display: flex;
	align-items: center
}

.rytme-setting-label.label-bolder {
	font-weight: 700
}

.rytme-setting-label.aside-label {
	min-width: unset;
	max-width: unset
}

.rytme-setting-label.rytme-tippy .material-icons {
	margin-left: 5px;
	font-size: 18px
}

.rytme-main-wrapper {
	margin-left: -20px;
	font-family: Roboto, sans-serif;
	visibility: visible !important
}

.rytme-main-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.rytme-main-wrapper img {
	max-width: 100%
}

.rytme-main-wrapper .rytme-left-panel {
	width: calc(100% - 300px);
	height: 100%;
	float: left;
	margin-left: 0
}

.rytme-main-wrapper .rytme-left-panel button[type=button],
.rytme-main-wrapper .rytme-left-panel input[type=submit] {
	background-color: #4967f6;
	color: #fff;
	padding: 10px 15px;
	margin: 0;
	min-width: 180px;
	border: 1px solid #4967f6;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	letter-spacing: 2px;
	transition: all .5s ease;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.rytme-main-wrapper .rytme-left-panel button[type=button].small-button,
.rytme-main-wrapper .rytme-left-panel input[type=submit].small-button {
	padding: 0 10px;
	min-width: 50px;
	min-height: 40px;
	text-transform: capitalize
}

.rytme-main-wrapper .rytme-left-panel button[type=button]:focus,
.rytme-main-wrapper .rytme-left-panel input[type=submit]:focus {
	box-shadow: none
}

.rytme-main-wrapper .rytme-left-panel button[type=button]:hover,
.rytme-main-wrapper .rytme-left-panel input[type=submit]:hover {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.rytme-main-wrapper .rytme-left-panel input[type=submit] {
	float: right
}

.rytme-main-wrapper .rytme-left-panel .rytme-logo a {
	display: block;
	width: 230px;
	height: 90px;
	margin: auto
}

.rytme-main-wrapper .rytme-left-panel .rytme-menu-search {
	margin: 20px 10px;
	padding: 10px 5px;
	border: none;
	border-bottom: 1px solid #6294e9
}

.rytme-main-wrapper .rytme-left-panel .rytme-menu-search .rytme-menu-search-icon {
	font-size: 20px;
	color: #fff;
	vertical-align: text-bottom
}

.rytme-main-wrapper .rytme-left-panel .rytme-menu-search .rytme-menu-search-input {
	background: transparent;
	color: #fff;
	border: none;
	outline: none;
	padding: 5px;
	font-size: 18px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.rytme-main-wrapper .rytme-left-panel .rytme-menu-search .rytme-menu-search-input::placeholder {
	color: #fff;
	opacity: .5
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs {
	display: block;
	background-color: transparent;
	height: auto;
	margin: 20px 0
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab {
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	position: relative;
	line-height: normal;
	background-color: transparent
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab {
	padding: 20px;
	opacity: .7;
	background-color: transparent
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab:after {
	font-family: Material Icons;
	font-size: 24px;
	vertical-align: text-bottom;
	position: absolute;
	right: 15px
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab.with-submenus:not(.expanded):after {
	content: ""
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab.active {
	opacity: 1;
	background-color: #4c79ca
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab.active.with-submenus.expanded:after {
	content: ""
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab.active.with-submenus.expanded+.rytme-submenu-tabs {
	max-height: 500px
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab a.link-tab.active:not(.expanded) {
	background-color: transparent
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab .rytme-submenu-tabs {
	display: block;
	max-height: 0;
	background-color: #4c79ca;
	-webkit-transition: max-height 1s cubic-bezier(.3, 1.1, .3, 1.1);
	-moz-transition: max-height cubic-bezier(.3, 1.1, .3, 1.1) 1s;
	-ms-transition: max-height cubic-bezier(.3, 1.1, .3, 1.1) 1s;
	-o-transition: max-height cubic-bezier(.3, 1.1, .3, 1.1) 1s;
	transition: max-height 1s cubic-bezier(.3, 1.1, .3, 1.1)
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab .rytme-submenu-tabs div.link-tab {
	padding: 20px;
	cursor: pointer;
	color: #fff;
	margin-left: 32px;
	font-size: 16px;
	opacity: .7
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab .rytme-submenu-tabs div.link-tab.active {
	opacity: 1
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab .menu-tab-icon {
	font-size: 22px;
	vertical-align: sub
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab .tab-title {
	font-size: 16px;
	margin-left: 5px;
	display: inline-block;
	max-width: 75%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: text-bottom
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs .indicator {
	display: none
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs {
	width: 100% !important;
	flex-wrap: wrap
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs li.tab a.link-tab.active {
	background-color: #4967f6;
	color: #fff
}

.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs .indicator,
.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs li.tab a.link-tab.active:before {
	display: none
}

.rytme-main-wrapper .rytme-right-panel {
	width: 300px;
	float: left;
	background-color: #fff;
	padding: 64px 20px 0;
	font-size: 14px;
	position: fixed;
	right: 0;
	height: 100%;
	overflow: auto;
	z-index: 15
}

.rytme-main-wrapper .rytme-right-panel:before {
	content: "";
	display: block;
	clear: both;
	padding: 1px 0 0
}

.rytme-main-wrapper .rytme-right-panel .tabs.rytme-top-tabs .indicator {
	background-color: #4967f6;
	z-index: 10
}

.rytme-main-wrapper .rytme-top-tabs-wrapper {
	background-color: #fff;
	margin: auto
}

.rytme-main-wrapper .tabs.rytme-top-tabs {
	width: fit-content !important
}

.rytme-main-wrapper .tabs.rytme-top-tabs li.tab {
	text-transform: capitalize;
	min-width: 200px;
	background-color: #fff
}

.rytme-main-wrapper .tabs.rytme-top-tabs li.tab a.link-tab {
	color: #bbb;
	background-color: #fff;
	font-weight: 700;
	padding: 20px;
	font-size: 18px
}

.rytme-main-wrapper .tabs.rytme-top-tabs li.tab a.link-tab.active {
	color: #4967f6
}

.rytme-main-wrapper .tabs.rytme-top-tabs li.tab a.link-tab:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.rytme-main-wrapper .rytme-left-panel-toggle {
	display: none;
	position: fixed;
	top: 120px;
	right: 0;
	cursor: pointer;
	background-color: #fff;
	width: auto;
	height: auto;
	padding: 25px 5px;
	border: 1px solid #ddd;
	opacity: 1;
	z-index: 15;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px
}

.rytme-main-wrapper .rytme-left-panel-toggle .rytme-left-panel-toggle-icon {
	color: #4967f6
}

#wpfooter {
	display: none
}

.rytme_saved_wrap {
	position: fixed;
	right: 20px;
	top: 52px;
	z-index: 999;
	padding: 10px 20px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	border-radius: 4px;
	line-height: 24px;
	display: flex;
	align-items: center
}

.rytme_saved_wrap span {
	color: #4caf50;
	margin-right: 5px
}

.flex-vertical {
	display: flex;
	align-items: center
}

.rytme-left-panel form {
	margin: 0 100px
}

.rytme-main-wrapper .rytme-left-panel-toggle:focus,
.rytme-main-wrapper .rytme-left-panel-toggle:hover {
	opacity: 1
}

#token_apply {
	width: auto;
	float: none;
	min-width: auto;
	border: unset
}

.search-result {
	outline: 1px solid #4967f6;
	-webkit-box-shadow: 1px 1px 12px #ccc;
	-moz-box-shadow: 1px 1px 12px #ccc;
	box-shadow: 1px 1px 12px #ccc
}

.rtl .rytme-main-wrapper {
	margin-left: 0;
	margin-right: -20px
}

.rtl .rytme-main-wrapper .rytme-left-panel {
	margin-left: 0
}

.rtl .rytme-main-wrapper .rytme-left-panel .tabs.rytme-menu-tabs li.tab {
	text-align: inherit
}

.rtl .rytme-main-wrapper .rytme-right-panel {
	margin-left: 0;
	margin-right: 300px
}

.rtl .rytme-main-wrapper .rytme-left-panel-toggle {
	left: unset;
	right: 35px;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	border-radius: 25px 0 0 25px;
	left: 0
}

.rtl .rytme-setting-label {
	float: right
}

.rtl .rytme-switch-button {
	float: left
}

@media screen and (max-width:1200px) {
	.rytme-main-wrapper .rytme-right-panel {
		display: none
	}

	.rytme-main-wrapper .rytme-left-panel {
		width: 100%;
		margin-left: 0
	}

	.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs {
		width: 100% !important;
		flex-wrap: wrap
	}

	.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs li.tab {
		flex: 0 0 100%
	}

	.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs li.tab a.link-tab.active {
		background-color: #4967f6;
		color: #fff
	}

	.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs .indicator,
	.rytme-main-wrapper .rytme-left-panel .tabs.rytme-top-tabs li.tab a.link-tab.active:before {
		display: none
	}

	.rytme-main-wrapper .rytme-left-panel-toggle {
		display: block;
		z-index: 99
	}

	.rtl .rytme-main-wrapper .rytme-left-panel {
		margin-left: 0
	}
}

@media screen and (max-width:782px) {
	.rytme-left-panel form {
		margin: 0 20px
	}

	.rytme-settings-option {
		width: calc(100% - 10px)
	}

	.rytme-main-wrapper .rytme-left-panel-toggle {
		right: 0
	}

	.rtl .rytme-main-wrapper .rytme-left-panel-toggle {
		left: 0
	}
}

@media screen and (max-width:550px) {
	.full-on-mobile {
		max-width: 100% !important;
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.rytme-setting-label {
		width: 100%;
		max-width: 100%
	}

	.rytme-label-inline {
		width: auto
	}
}

@media screen and (min-width:1201px) {
	.rytme-main-wrapper .rytme-right-panel {
		display: block !important
	}
}

.aside-list-wrapper {
	display: flex;
	flex-direction: column;
	align-content: center
}

.aside-list-wrapper ul {
	width: 100%
}

#rytme-chat-toggle {
	display: block;
	width: 100%;
	border-radius: 4px;
	background-color: #4762fa;
	border: 1px solid #4762fa;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	font-weight: 700;
	text-align: center
}

#rytme-chat-toggle img {
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	margin-left: 10px;
	-webkit-animation-name: rytme-spinner;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 4s;
	animation-name: rytme-spinner;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: 2s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: center center
}

@-webkit-keyframes rytme-spinner {
	0% {
		-webkit-transform: rotateY(0deg)
	}

	to {
		-webkit-transform: rotateY(-1turn)
	}
}

@keyframes rytme-spinner {
	0% {
		-moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

	to {
		-moz-transform: rotateY(-1turn);
		-ms-transform: rotateY(-1turn);
		transform: rotateY(-1turn)
	}
}