@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500); 

* {
	font-family: Roboto,Roboto,sans-serif;	 
}

:root {
	--field_background: #fdfeff;
}

.btn {
	cursor: pointer;
	border-radius: 2rem;
	user-select: none;
}

.nav-link, .cursor_pointer, .nav-item, label {
	user-select: none;
}

/*
.btn-primary {
    color: #fff;
    background-color: #4986cc !important;
    border-color: #4986cc !important;
}
*/

.btn-primary {
	color: var(--ev2_button_text_color) !important;
	background-color: var(--ev2_button_background_color) !important;
	border-color: var(--ev2_luminanceDark_ev2_button_background_color_0_1) !important;
}

.btn-primary:hover {
	color: var(--ev2_button_background_color) !important;
	background-color: var(--ev2_button_text_color) !important;
	border-color: var(--ev2_button_background_color) !important;
}

.btn-outline-secondary {
    color: var(--ev2_outline_secondary_text_color);
    border-color: var(--ev2_outline_secondary_bg);
}


.btn-xs, .top-nav-base a, .top-nav-mobile a, .top-nav a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .75rem;
    line-height: 1.6;
    border-radius: 2rem;
}

.btn-sm {
    padding: .375rem .75rem;
    font-size: .75rem;
    line-height: 1.6;
    border-radius: 2rem;
}

.btn-sx {
    padding: 0.1075rem .46rem;
    font-size: 0.7rem;
    line-height: 1.3;
    border-radius: 2rem;
}

hr {
    border: 0;
    border-top: 1px solid #9f9f9f1a;
	opacity: 1;
}

.text-small {
    font-size: 12px!important
}

.text-disabled {
    color: #b7c7d9
}

.nav-container.admin-menu {
    background-color: #4986cc
}

.nav-container .nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
	flex-wrap: nowrap;
}

.nav-container.admin-menu .nav-pills {
	padding: 12px
}

.nav-container.dates-top-menu .btn-dates-top:hover{
    /*background-color: #f2f4f7;*/
	box-shadow: inset 0 0 8px #9999992b;
}

.nav-container.dates-top-menu .btn-dates-top.active {
    background-color: #dbdbdb2b!important;
    border: 1px solid #00000075;
}

.nav-container.dates-top-menu .nav-pills {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.day-of-week, .day_of_week {
    font-size: 10px;
    position: relative;
    top: -6px;
    height: 6px;
    display: block;
    text-transform: uppercase;
}

.nav-container .nav-pills::-webkit-scrollbar {
  display: none;
}

.nav-container .nav-pills {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
	
@media screen and (max-width: 600px) {
	/* Hide scrollbar for IE, Edge and Firefox */
	.nav-container .nav-pills {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
	
	.nav-container.dates-top-menu .btn-dates-top:hover {
		background-color: transparent;
	}
}

.nav-container .nav-item {
    margin-right: 8px
}

.nav-container a.nav-link {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    white-space: nowrap
}

.wd-weekend {
	color: #ff5722;
}

.btn-dates-top {
	font-size: 1rem;
}

.btn-dates-top {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 2rem;
	cursor: pointer;
	min-width: 3rem;
	margin-top: -0.25rem!important;
	border: 1px solid #9f9f9f1a;
}

.dates-top-menu-month {
	font-size: 12px;
	padding-left: 0.25rem;
	position: relative;
    margin-top: 0px;
	margin-bottom: 3px;
	color: #6c757d;
}

.nav-container.admin-menu a.nav-link.active,.nav-container.admin-menu a.nav-link.active:hover {
    background: #406691;
	color: #ffffff;
}

.nav-container a.nav-link:hover {
    background: #4c79ac;
}

.loader-fluid {
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: .4;
    top: 0;
    left: 0;
    padding-top: 100px;
    text-align: center;
    display: none
}

.loader-fluid.overlay {
    position: absolute;
    background: #000
}

.btn-img {
    font-weight: 500;
    color: #b7c7d9;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 50%;
    background-position-x: 10px
}

.btn-img:hover {
    color: #b7c7d9;
    background-color: #f2f4f7
}

.btn-eventslist {
    border: 1px solid #9f9f9f1a;
	color: var(--ev2_header_text_color) !important;
}

.btn-eventslist.active {
    /*color: #4986cc;*/
	color: var(--ev2_header_text_color) !important;
    background-color: #dbdbdb2b;
    box-shadow: inset 0 0 8px #9999992b;
	border: 1px solid #00000075;
}

.btn-eventslist:hover {
    /*color: #4986cc;*/
	color: var(--ev2_header_text_color) !important;
	box-shadow: inset 0 0 8px #9999992b;
}

.nav-item .alert-badge {
    background: #ffa2a2;
    margin-left: 6px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
    color: red;
    padding: 4px 6px;
    position: relative
}

.controls .btn-img {
    max-height: 33px
}

.card-title {
    font-size: 16px
}

.card-text {
    font-size: 12px
}

@media(max-width: 576px) {


}

.toolbar {
    background: #f3f4f7;
    height: 56px;
	overflow: hidden;
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    padding-left: 15px;
    font-family: Roboto,sans-serif;
    color: #222529;
    position: sticky;
    z-index: 1000;
    top: 0;
}

.toolbar.toolbar_admin {
    background: #5181b8;
    height: 56px;
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    padding-left: 15px;
    font-family: Roboto,sans-serif;
    color: #fff;
    position: sticky;
	overflow: hidden;
    z-index: 1000;
    top: 0;
}

.subscribers-notify-switch {
	line-height: 23px;
}

.toolbar-title {
	text-overflow: ellipsis;
    text-wrap: nowrap;
	white-space: nowrap !important;
    overflow: hidden;
}

.input_el {
	border-radius: 8px;
    line-height: 19px;
    font-size: 16px;
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid var(--field_border);
    background: #f2f3f5;
    background: #f2f3f5;
    background: var(--field_background);
    margin: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    height: 42px;
    line-height: 19px;
    font-size: 16px;
    color: #000;
    color: #000;
    color: var(--text_primary);
    padding: 11px;
    position: relative;
}

.input_el {
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 20px;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid var(--field_border);
    background: #f2f3f5;
    background: #f2f3f5;
    background: var(--field_background);
}

.editor_js {
	border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid var(--field_border);
    background: #f2f3f5;
    background: #f2f3f5;
    background: var(--field_background);
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    background: var(--field_background);
	border: 1px solid rgba(0,0,0,.12);
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid var(--field_border);
    border-radius: 8px;
}

.select2-container--default .select2-selection--single {
    height: 39px;	
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px;
}

.upload-image-wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.image_event_preview {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.imageResult {
    float: right;
    position: relative;
    top: -53px;
}

.upload_image_label{
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid var(--field_border);
    background: #f2f3f5;
    background: var(--field_background);
    line-height: 95px;
    font-size: 100px;
    text-align: center;
    font-weight: 100;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.image-file-input {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.cursor_pointer {
	cursor: pointer;
}

.image_event_clear{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 3px;
    right: 3px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.12);
    border: 1px solid var(--field_border);
    background: #4986cc url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat;
	border-radius: 50%;
}

.image_event_preview_container {
	position: relative;
	display: inline-block;
}

.textarea {
	min-height:150px;
	padding:9px;
}

.alert {
    min-width: 280px;
    margin: auto 24px;
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 30%), 0 0 10px 0 rgb(0 0 0 / 22%);
    border-radius: 12px;
}

/*
button.close {
    display: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
	border: none;
	border-radius: 50%;
}*/

.event_list_date {
	color: var(--ev2_date_text_color) !important;
}

.event-list-date {
	color: var(--ev2_date_text_color) !important;
}

.event_list_info p, .event-list-info p{
	margin-bottom: 1rem!important;
}

.event_list_info p, .event-list-info p {
	overflow-wrap: break-word;
	word-break: break-word;
}

.event_list_info, .event-list-info {
	overflow-wrap: break-word;
	word-break: break-word;
}

.event_list_location, .event-list-location  {
	white-space: pre-wrap;
	overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-word;
}

.event_list_buttons .btn, .event-list-buttons .btn{
	padding: 0.19rem 0.75rem;
	margin-right: 5px;
}

.event_list_logo, .event-list-logo {
	margin-right: 10px;
	width: 100px;
	height: 100px;
}


.event_art_logo, .event-art-logo {
	margin-right: 10px;
	width: 200px;
	aspect-ratio: 1 / 1;
/*	min-height: 200px;
	height: 200px;*/
}

@media(max-width: 700px) {
	.event_art_logo, .event-art-logo {
		width: 100%;
		aspect-ratio: 8 / 6;
		object-fit: cover;
		border-radius: calc(.8rem) !important;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.event_art_logo-wheader, .event-art-logo-wheader {
    margin-right: 10px;
	width: 124px;
    height: 124px;
    aspect-ratio: 1 / 1;
    margin-top: -80px;
}

@media (max-width: 700px) {
    .event_art_logo-wheader, .event-art-logo-wheader {
        width: 100px !important;
		height: 100px !important;
        aspect-ratio: 1 / 1 !important;
        border-radius: 50% !important;
        margin-bottom: 7px;
        margin-top: -60px;
    }
}

@media(max-width: 700px) {
	.event_list_logo, .event-list-logo {
		margin-right: 5px;
		width: 64px;
		height: 64px;
	}
}

.event-card-logo {
		width: 100%;
		aspect-ratio: 8 / 6;
		object-fit: cover;
		/*border-radius: 8px;*/
		margin-right: 0px;
		
}

.events-card .card-body {
	padding: 0.3rem 0rem 0rem 0rem;
}

.card-img, .card-img-top {
    border-radius: calc(.8rem);
}

.events-card {
	border: 0px;
	border-radius: calc(.9rem);
	padding: 6px;
}

@media (hover: hover) and (pointer: fine) {
    .events-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, .06), 0 16px 28px rgba(0, 0, 0, .07);
        z-index: 1;
    }
}


.flex-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

label {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.event_art_name, .event_art_location, .event_art_date, .event_list_location, .event_list_date {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.event-art-name, .event-art-location, .event-art-date, .event-list-location, .event-list-date {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.event-list-name {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-wrap: pretty;
	line-height: 1.3;
}

.event-list-name, .event-art-name, .badge-age {
	color: var(--ev2_header_text_color) !important;
}

.pwrap {
	/*white-space: pre-wrap;
	word-break: break-word;*/
	white-space: normal;
	overflow-wrap: break-word;
}

.pdn {
	padding-right: 15px;
    padding-left: 15px;
}

.event_list_buttons, .event-list-buttons {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-crown {
	color: #ebc600;
}

.badge-age {
	color: #000;
	background-color: transparent;
    border: 1px solid #e9e9e9;
	padding: 1px 1px;
	vertical-align: text-top;
	font-weight: 400;
    font-size: 12px;
	top: -3px;
	position: relative;
}

/*
.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}*/

.svg_loading {
	background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto;display: block;' width='61px' height='61px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='24' stroke-width='6' stroke='%231d3f72' stroke-dasharray='37.69911184307752 37.69911184307752' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='0.9174311926605504s' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E") center no-repeat;
	width: 61px;
	height: 61px;
}

.tabs-eventslist {
    -ms-overflow-style: none;
    scrollbar-width: thin;
	/*scrollbar-width: none;*/
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
	display: flex !important;
}

@media screen and (max-width: 600px) {
    .tabs-eventslist {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.btn-eventslist {
	white-space: nowrap;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) {
  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}



.marker-event-place {
    width: 10px;
    height: 10px;
	min-width: 10px;
	min-height: 10px;
    border-radius: 5px;
	background-color: #444;
	margin-top: 3px;
    margin-right: 2px;
}

.view-calendar--event-name {
	font-size:11px;
	line-height: 13px;
}

.view-calendar--day-lost {
	border: 0px !important;
}

@media (min-width: 1200px) {
	.view-calendar-event_name {
		font-size:12px;
		line-height: 14px;
	}
}

.ticket-price-free {
	white-space: normal !important;
}

.btn-selectview {
	    padding: 0.1rem 0.1rem !important;
}


.view-calendar--arrow-left, .view-calendar--arrow-right {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 2rem;
    cursor: pointer;
    min-width: 3rem;
    margin-top: -0.25rem !important;
}

.modal {
    top: 34px !important;
}

.ev-param {
	margin-bottom: .4rem !important;
}
.ev-icon {
	margin-right: .4rem;
}

.calendar-add-btn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f111";
	font-family: "Font Awesome 5 Free";
	color: #bbbbbb;
	font-size: 22px;
}

.calendar-edit-btn::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "\f058";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
	color: #0038dd;
	font-size: 22px;
}


.form-select-city {
	max-width: 244px;
    max-height: 34px;
    line-height: 13px;
    font-size: 14px;
}

.invalid-feedback {
    font-size: 0.775em;
    color: #99000f;
}

.navbar-small .navbar-brand {
	font-size: 14px;
	line-height: 16px;
}

.navbar-small .nav-link {
	font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.min-height-100vw {
	min-height: 600px;
}

.input_el:disabled {
    background: #e1e1e1;
    color: #666;
}

.form-control:disabled {
    background: #e1e1e1;
    color: #666;
}

.form-select:disabled {
    background: #e1e1e1;
    color: #666;
}

textarea:disabled {
    background: #e1e1e1;
    color: #666;
}

.form-control[readonly] {
    background: var(--field_background);
    opacity: 1;
}

.form-control[readonly]:disabled  {
    background: #e1e1e1;
    color: #666;
}

.owl-container {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    background-clip: padding-box;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.owl-next,
.owl-prev {
  border: none;
  position: absolute;
  top: -5px;
  height: 200px;
  box-sizing: border-box;
  background-color: transparent;
  transition: background-color 0.4s;
  vertical-align: center;

  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; /* column | row */

  &:hover {
    opacity: 1;
  }
}

.owl-next {
  right: 1px;
}

.owl-prev {
  left: 1px;
}

.owl-next.disabled, .owl-prev.disabled {
	opacity: 0.2;
}

.rem_h1 {
	font-size: 1.5rem;
}

.rem_h2 {
	font-size: 1.25rem;
}

.rem_h3 {
	font-size: 1.1rem;
}

.rem_h4, .rem_h5, .rem_h6 {
	font-size: 1rem;
}



:root {
  --ev2_text_color: #212529;
  --ev2_text_color_transparent_70: #21252970;
  --ev2_bg_color: #ffffff;
  --ev2_card_border_radius: 8px;
  --ev2_card_bg: #ffffff;
  --ev2_header_text_color: #212529;
  --ev2_modal_content: #ffffff;
  --ev2_button_text_color: #fff;
  --ev2_button_background_color: #4986cc;
  --ev2_luminanceDark_ev2_button_background_color_0_1: #0087de;
  --ev2_date_text_color: #5181b8;
  --ev2_select2_bg: white;
  --ev2_muted_text_color: #6c757d;
  --ev2_outline_secondary_text_color: #6c757d;
  --ev2_outline_secondary_bg: #6c757d;
}

body {
  color: var(--ev2_text_color)!important;
  background-color: var(--ev2_bg_color);
}

.table {
  color: var(--ev2_text_color)!important;
}

.events-card {
	background-color: var(--ev2_card_bg);
}

.select2-dropdown {
    background-color: var(--ev2_select2_bg);
}

.text-muted {
	color: var(--ev2_muted_text_color) !important;
}

.card {
	background-color: var(--ev2_card_bg);
	border-color: var(--ev2_text_color_transparent_70);
}

.modal-content {
	background-color:var(--ev2_modal_content);
}


.timetable_view_3 .flatpickr-day:not(.flatpickr-disabled) {
	color: var(--ev2_date_text_color);
	border-color: var(--ev2_luminanceDark_ev2_button_background_color_0_1) !important;
	background-color: var(--ev2_card_bg);
}

.timetable_view_3 .flatpickr-day {
	color: var(--ev2_text_color);
}

.timetable_view_3 .flatpickr-day.selected {
    background-color: var(--ev2_button_background_color) !important;
    border-color: var(--ev2_luminanceDark_ev2_button_background_color_0_1) !important;
	color: var(--ev2_button_text_color) !important;
}

.timetable_view_3 .flatpickr-day:hover {
    background-color: var(--ev2_button_background_color) !important;
    border-color: var(--ev2_luminanceDark_ev2_button_background_color_0_1) !important;
	color: var(--ev2_button_text_color) !important;
}

.timetable_view_3 .flatpickr-input[readonly] {
    display: none;
}

.timetable_view_3 .flatpickr-calendar.inline {
   
}

.timetable_view_3 .flatpickr-calendar {
	background-color: var(--ev2_bg_color) !important;
	-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 1px 2px rgba(0, 0, 0, 0.08);
}

.timetable_view_3 .flatpickr-months .flatpickr-month {
	color: var(--ev2_text_color);
	fill: var(--ev2_text_color);
}

.timetable_view_3 .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
	color: var(--ev2_text_color);
	fill: var(--ev2_text_color);
}

.timetable_view_3 span.flatpickr-weekday {
	color: var(--ev2_text_color);
}

.timetable_view_3 .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #999999;
}


.btn-outline-primary:not(:disabled):not(.disabled):not(.active):not(:hover) {
	color: var(--ev2_button_background_color) !important;
    border-color: var(--ev2_button_background_color) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: var(--ev2_button_text_color) !important;
    background-color: var(--ev2_button_background_color) !important;
    border-color: var(--ev2_text_color) !important;
}

.btn-outline-primary:hover {
    color: var(--ev2_button_text_color) !important;
    background-color: var(--ev2_button_background_color) !important;
    border-color: var(--ev2_button_background_color) !important;
}

.ticket_count {
    min-width: 40px;
    text-align: center;
}

.x-small, .xsmall {
    font-size: .675em;
    font-weight: 400;
}

.timetable__event_day {
    font-size: 50px;
    text-align: center;
    line-height: 48px;
}

