/* Main */

html {
	background-color: transparent;
}

body {
	margin: 0 !important;
	padding: 0;
	padding: 0em !important;
	padding-top: 0em !important;
	display: flex !important;
	flex-direction: column;
	height: 100%;
	background: #c5cfe0;
	padding-top: 54px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
	body:not(#administration) #master {
		background-image: linear-gradient(15deg, #eef6fd 0%, #bac6d7 100%);
		background-image: url("/_img/background/page_background_2400x1600.1708221125.webp") !important;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: 0.95;
		padding-bottom: 1rem;
	}
}

div#main_navi_padding_computer {
	height: 5rem;
}

div#main_navi_padding_mobile {
	height: 4rem;
}

div#testimonials {
	display: block;
}


@media only screen and (min-width: 768px) {
	h1.top_header {
		margin-left: 2rem !important;
		margin-top: 1rem !important;
	}

	div.top_padding {
		height: 1rem;
	}

	div.page_with_menu {
		flex: 1;
		padding-left: 0.75rem !important;
		margin-top: -0.3rem !important;
		padding-top: 0.6rem !important;
	}

	div.page_with_menu_background {
		flex: 1;
		padding-left: 1.05rem !important;
		margin-top: -0.3rem !important;
		padding-top: 1rem !important;
	}

	div.calendar_cards_content {
		margin-left: 0rem !important;
		margin-top: 0rem !important;
	}

	div#landing_page_ad {
		padding-right: 2rem !important;
		background-image: none !important;
	}

	div#testimonials {
		display: block;
	}
}




@media only screen and (max-width: 767px) {
	h1.top_header {
		margin-left: 1rem !important;
		margin-top: 3.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	div.top_padding {
		height: 2.7rem;
	}

	div.page_with_menu,
	div.page_with_menu_background {
		flex: 1;
		padding:0 !important;
		margin:0 !important;
		border-radius: 0 !important;
	}

	div.calendar_cards_content {
		margin-bottom: 1rem !important;
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	div#testimonials {
		display: block;
	}
}

div.social_login_button {
	display: block !important;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

div.social_login_button.google {
	background-color: white !important;
}

div.social_login_button.apple {
	background-color: black !important;
	color: white !important;
}

@media only screen and (max-width: 767px) {
	div.container {
		margin: 0 !important;
	}

	div#phone_frame {
		margin: 1.5rem !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	div#main_menu_mobile a.item {
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	#master {
		padding: 0 !important;
	}

	div.mobile_no_padding {
		padding: 0 !important;
	}

	div.mobile_padding {
		margin: 0;
		padding: 0;
		height: 0.9rem;
	}

	div#testimonials {
		display: block;
	}

}

a.call_to_action_button {
	margin: 0.25rem !important;
}

div#main_navigation i {
	margin-left: auto;
	margin-right: auto;
}

body#administration #master {
	background-color: #dcdcdc !important;
	background-image: radial-gradient(closest-side, #ededed, #b7b7b7) !important;
}

div.pusher {
	background-color: #47a0c8 !important;
}

.nowrap {
	white-space: nowrap;
}

input#today_date_selector {
	width: 14rem;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
}

div#phone_column {
	padding: 0;
	padding-top: 2rem;
	overflow: hidden;
	border-radius: 0.5rem;
	padding-bottom: 2rem;
}

@media only screen and (min-width: 1200px) {
	div#phone_frame {
		background-image: linear-gradient(15deg, #eef6fd 0%, #bac6d7 100%);
		background-image: url("/_img/landing_page/phone_frames/phone_hand.webp") !important;
		height: 100%;
		padding-left: 105px;
		padding-top: 12px;
		padding-right: 107px;
		padding-bottom:91px;
		border-radius: 0.5rem;
		background-size: 750px 1014px;
		background-repeat: no-repeat;
		background-position-x: 0%;
		background-position-y: top;
		filter: drop-shadow(0rem 0rem 0.25rem #00000066);
	}

	div#phone_column {
		padding-top: 2rem;
	}

	div#testimonials {
		display: block;
	}
}

@media only screen and (max-width: 1199px) {
	div#phone_frame {
		border: 4px groove black;
		border-radius: 38px;
		background: white;
		width: 90%;
		max-width: 400px;
		box-shadow: 0px 0px 16px 0px #000000e0;
		margin: 1.5rem;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.0rem;
	}

	div#phone_column {
		padding-top: 0rem;
	}

	div#testimonials {
		display: none;
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	div#testimonials {
		display: block;
	}
}



div#phone_screen {
	height: 761px;
	border-radius: 38px;
	overflow: hidden;
	width: 100% !important;
}

div.phone_hour {
	position: absolute;
	left: 65px;
}


div#phone_top_bar {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
	background-color: #f4f4f5;
	background-image: url("/_img/landing_page/phone_frames/phone_top_flip.png") !important;
	background-position: top center;
	background-repeat: no-repeat;
}

div#promotion_table h2 {
	font-size: 1.25rem !important;
}

.today_table_icon {
	position: relative;
	top: 0.8rem;
	min-width: 1.5em;
}

div#today_segment h2.header,
div#today_segment h2.header a {
	font-size: 1.25rem !important;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: bold;
}

div#today_segment h2.header a{
	font-weight: bold;
}

div#today_segment h2.header a:hover{
	color: #5a82c0;
}

p.front_page_paragraph {
	font-size: 1.15rem;
	line-height: 120%;
	margin-bottom: 0.75rem;
}

div#help h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.5rem;
	display: inline;
}

div#help h3 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	display: inline !important;
	font-weight: 100 !important;
	font-size: 1.1rem !important;
	line-height: 100% !important;
}

div#phone_screen > div#phone_content {
	height: 690px !important;
	display: flex;
	flex-direction: column;
}

div#phone_all_day {
	border-bottom: 2px solid #b2b2b2;
	overflow-y: scroll;
	background: white;
	padding: 0.5rem;
	flex: 0 0 auto;
	overflow: hidden;
}

div#phone_all_day::-webkit-scrollbar {
	display: none;
}

div#phone_calendar {
	padding: 12px;
	overflow-y: scroll;
	flex: 1 1 auto;
	background: white;
}

div#phone_calendar::-webkit-scrollbar {
	display: none;
}

div#phone_bottom_bar {
	width: 100%;
	padding: 12px;
	background-color: #f4f4f5 !important;
	text-align: center;
	flex: 0 0 auto;
}

div#promotion_table {
	margin-top: 1rem;
	margin-bottom: 1rem;
    padding-left: 1rem;
	padding-right: 1rem;
}

@media only screen and (min-width: 992px) {
	div#landing_page_ad {
		padding-right: 8rem !important;
		background-color: #febe50 !important;
		background-image: url("/_img/landing_page/landing_page_background_reversed.1708221125.webp") !important;
	}
}

div#phone_screen .eventlabel {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	border-radius: 1rem;
	color: black !important;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	opacity:1 !important;
}

div#phone_calendar .eventlabel {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.dark_background,.dark_background:link,.dark_background:visited,.dark_background:hover,.dark_background:active {
	color: white !important;
	opacity:1 !important;
}

.light_background,.light_background:link,.light_background:visited,.light_background:hover,.light_background:active {
	color: black !important;
	opacity:1 !important;
}

img#phone_logo {
	height: 18px;
	margin-top: 4px;
	margin-left: 10px;
}

.clickable {
	cursor: pointer !important;
}

.clickable-row {
	cursor: pointer !important;
}

.hidden {
	display: none;
}

.lightgray {
	background: #fafafa !important;
}

#main_navigation {
	border-radius: 0px !important;
}

.ui.borderless.menu {
	box-shadow: none;
	flex-wrap: wrap;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.ui.borderless.menu .header.item {
	font-size: 18px;
	font-weight: 400;
}

.ui.borderless.menu .header.item img {
	width: 32px !important;
	height: 32px !important;
	margin-right: 0.5rem;
}

.ui.mobile.only.grid .ui.menu .ui.vertical.menu {
	display: none;
}

.ui.mobile.only.grid .ui.vertical.menu .dropdown.icon {
	float: unset;
}

.ui.mobile.only.grid .ui.vertical.menu .ui.dropdown.item .menu {
	position: static;
	width: 100%;
	background-color: unset;
	border: none;
	box-shadow: none;
}

.ui.mobile.only.grid .ui.vertical.menu .ui.dropdown.item .menu {
	margin-top: 6px;
}

.ui.accordion tbody.ui.content.active {
	display: table-row-group;
}

div.tree_buttons {
	display: inline-block;
	margin-left: 1rem;
}

div.footer {
	color: white;
	background: #2d3853;
	padding-top: 0.2rem !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	padding-bottom: 1.0rem !important;
	margin: 0 !important;
	margin-top: 0 !important;
	flex-shrink: 0 !important;
}

div.footer a,div.footermenu {
	color: white !important;
	background: #2d3853 !important;
}

div.footer div.list > a:hover {
	text-decoration: underline !important;
}

.ui.popup.fitted {
	padding: 0px;
}

.ui.popup.fitted > .ui.menu {
	border: none;
}

div.language_select {
	margin-right: 1em;
	line-height: 2rem;
	display: inline-block;
	min-width: 9rem;
}

.footermenu > div {
	background-color: #3d3e3f !important;
}

#main_navigation_mobile > div.dropdown > div.menu > div.header,#main_navigation_mobile > div.dropdown > div.menu > a {
	color: white !important;
}

#master {
	flex: 1;
	padding-bottom: 1rem;
}

.wrapped {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

@media only screen and (max-width: 767px) {
	[class*="mobile hidden"],[class*="tablet only"]:not(.mobile),[class*="computer only"]:not(.mobile),[class*="large monitor only"]:not(.mobile),[class*="widescreen monitor only"]:not(.mobile),[class*="or lower hidden"] {
		display: none !important;
	}

}

.opacityicon {
	opacity: 0.6 !important;
}

i.calendaricon {
	margin-left: 0.5rem;
	opacity: 0.6 !important;
	width: 2rem;
	height: 2rem;
	font-size: 1.75rem;
}

div#message a:link,div#message a:visited,div#message a:hover,div#message a:active {
	text-decoration: underline !important;
	color: white !important;
}

a.hidden_link {
	color: black;
}

a.hidden_link:hover {
	text-decoration: underline !important;
}

a.hover_link:hover,a.hover_link:active{
	text-decoration: underline !important;
}

a.hover_link:link,a.hover_link:visited{
	text-decoration: none !important;
	color: black !important;
}

div.calendarinstancecard,
div.subscription_card,
div.subscription_group{
	max-width: 20rem !important;
	margin: 0.25rem !important;
}

@media (max-width:37rem) {
	div.calendarinstancecard,
	div.subscription_card,
	div.subscription_group{
		max-width: 100% !important;
		margin: 0.25rem !important;
	}

}

@media (max-width:26.5rem) {
	.tinyscreen {
		display: none !important;
	}

}

div.subscription_card_grouped div.calendar_extra_info {
	display: none !important;
}

div.subscription_card_grouped div.description {
	display: none !important;
}

div.subscription_group .hide_in_subscription_group {
	display: none !important;
}

div.subscription_card_grouped {
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

div.subscription_card_grouped div.buttons {
	display: none;
}

div.subscription_card_grouped h3.calendar_title {
	font-size: 1rem !important;
	font-weight: 100 !important;
	display: block !important;
	width: 19rem !important;
}

div.subscription_card_grouped h3.header div.provider {
	display: none;
}

div.subscription_card_grouped i.calendaricon {
	display: none;
}

div.subscription_card_grouped div.content {
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 0rem !important;
}

div.calendarinstancecard .header,
div.subscription_card .header {
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	margin-left: -1rem;
	margin-right: -1rem;
	margin-top: -1rem;
	margin-bottom: 0;
	border-radius: 0.5rem !important;
}

div.description {
	margin-top: 0px !important;
}

div.subscription_group div.subscription_card .header {
	padding-right: 0 !important;
	margin-right: 0 !important;
	border-radius: 0.5rem !important;
	padding: 0.25rem !important;
	padding-bottom: 0 !important;
}

div.subscription_card,
div.calendarinstancecard {
	padding-top: 0 !important;
}

div.subscription_group div.subscription_card {
	cursor: grab;
}

div.empty_subscription_group {
	padding-top: 0;
	padding-bottom: 0;
	padding: 1rem !important;
	padding-left: 1rem;
	padding-right: 1rem;
}

div.subscription_card div.contextmenu{
	display: none;
}

div.subscription_card_grouped div.contextmenu{
	display: inline-block !important;
	margin-left: 0.25rem !important;
	padding-left: 0.250rem !important;
	padding-right: 1rem !important;
	margin-top: -0.5rem !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.4rem !important;
	border-radius: 0.25rem;
}

div.subscription_card_grouped div.header {
	margin:0 !important;
	padding:0 !important;	
	width: 100% !important;
}


div.subscription_card_grouped div.contextmenu:hover {
	background-color: #cacbcd !important;
}

div.subscription_card div.content,
div.calendarinstancecard div.content{
	padding-top: 0.25rem !important;
}

#new_subscription_group_image {
	height: 5rem !important;
	width: 5rem !important;
	display: block !important;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	opacity: 0.1 !important;
}

#open_subscriptions {
	margin-left: -0.25rem;
	margin-top: -0.5rem;
}

div.subscription_group > .header {
	padding: 1rem;
	padding-bottom: 0.5rem;
}

div.subscription_group > div.content {
	display: flex !important;
}

div.subscription_group > div.content > div.description {
	flex: 1 !important;
	padding-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	display: flex !important;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.mobilemenu h2,#language_country_table h2 {
	font-size: 1rem;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	line-height: 100%;
	font-size: 1.1rem !important;
	font-weight: 100;
}

#language_country_table h2 {
	font-weight: bold;
}

#language_country_table h3 {
	font-size: 1rem !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	font-weight: normal;
	line-height: 100%;
	font-size: 1.0rem !important;
}

div.calendarinstancecard,
div.subscription_card{
	cursor: default !important;
}

table.calendar_month,
table.calendar_month td,
table.calendar_month th {
	border-color: #dddddd !important;
}

.today_event_item {
	font-size: 1.1rem !important;
	padding-top: 0.15rem !important;
	padding-bottom: 0.15rem !important;
	line-height: 125% !important;
}

.today_list_days_events {
	padding-top: 0.25rem !important;
}

div.subscription_group > .header {
	font-size: 1.5rem;
	background: black;
	color: white;
	background: rgba(0, 0, 0, 0.4);
	font-family: "Lato", "Helvetica Neue", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	word-wrap: break-word;
	line-height: 1.5rem;
	padding: 0.5rem;
	color: white;
}

.strong {
	font-weight: 700 !important;
	color: #db2828 !important;
}

div.phone_calendar_time_label {
	position: relative;
	right: 50px;
	bottom: 12px;
	color: #7d7d81;
	width: 40px;
	text-align: right;
}

div.phone_hour_element {
	height: 50px;
	margin-left: 46px;
	border-top: 1px solid #e6e6e7;
}

div.promotion_column {
	padding: 0 !important;
	padding-bottom: 1rem !important;
}

div.promotion_cell {
	background: #1eb4ab;
	border-radius: 4rem;
	width: 3.5rem !important;
	height: 3.5rem !important;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

i.promotion_icon {
	color: white;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

div#landing_page_ad {
	padding-right: 8rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	margin-bottom: 1rem;

	margin-left: -1rem !important;
	margin-right: -1rem !important;
	margin-top: -1rem !important;

	background-color: #febe50;
	background-image: url("/_img/landing_page/landing_page_background_reversed.1708221125.webp");
	background-size: 12rem auto;
	background-position: right bottom;
	background-repeat: no-repeat;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 0.2rem !important;
	border-top-right-radius: 0.2rem !important;
	min-height: 8rem !important;
}

.statistic:hover {
}

div#landing_page_campaign {
	padding-right: 2rem;
	padding-top: 1.5rem;
	margin-bottom: 0;
	background-color: #febe50;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5) inset;
	background-image: url("/_img/campaigns/ukraine_right.1708221125.png");
	background-size: 14rem auto;
	background-position: right 25%;
	background-repeat: no-repeat;
	border: 0px;
	min-height: 12rem;
	width: 100%;
}

div#landing_page_ad_title {
}

.calendar_title {
	margin: 0 !important;
	padding: 0 !important;
	padding-bottom: 0rem !important;
}


div.subscription_card .header,
div.calendarinstancecard .header {
	margin-bottom: 0.5rem !important;
	padding-bottom: 0rem !important;
}

div.provider {
	margin: 0 !important;
	padding: 0 !important;
	padding-top: 0rem !important;
	padding-bottom: 0.25rem !important;
	line-height: 0.5rem !important;
}

div.landing_page_ad_subtitle {
	font-weight: 100 !important;
	padding-right: 10rem !important;
	line-height: 1.5 !important;
	font-size: 133% !important;
}

div.landing_page_campaign_subtitle {
	font-weight: 100 !important;
	padding-right: 14rem !important;
	line-height: 1.5 !important;
	font-size: 133% !important;
}

div.nonwrapping_column {
	break-inside: avoid-column !important;
	overflow-wrap: break-word !important;
}

.ui.modal > .header {
	background: transparent !important;
}

.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text {
	color: rgba(96,96,96,.87) !important;
}

.ui.table>thead>tr:first-child>th:first-child {
	border-radius: 0 0 0 0 !important;
	/* Edge adds weird rainbow colow without this */
}

img#loading_animation {
	height: 4rem;
	margin: 8rem;
	opacity: 0.25;
}

.obfuscated {
	position: absolute;
	left: 0;
	opacity: 0;
}

div.subscription_card_grouped div.content,
div.subscription_card_grouped div.content div.header,
div.subscription_card_grouped div.header,
div.subscription_card_grouped h3.calendar_title {
	padding: 0rem !important;
	margin: 0rem !important;
}


div.nopaddingcontent {
	padding-top: 0 !important;
}

#inline_calendar td:not(.disabled) {
	cursor: pointer !important;
}


@media only screen and (max-width: 560px) {
	div#landing_page_ad {
		padding-right: 2rem !important;
		background-image: none !important;
	}
}

i.flag {
	position: relative !important;
}

.card_button {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

div#rightmenu {
	background: #2d3853;
	border-radius: 0 !important;
}