
:root{
	--header-height: 100px;
	--main-container-height: 100%;
}

@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
	50%{ opacity:.5}
}


a:hover {
    text-decoration: none;
    cursor: pointer;
    color: var(--primary);
}

a {
    color: #777;
    transition: color 200ms linear;
}

p a {
    color: var(--main-color) !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    max-width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px var(--main-color);
    background-color: var(--main-color);
}
/* ------------------------------
 *  UTILS
 *  ------------------------------*/
.disabled{ color: #ccc; pointer-events:none}

.loading-box {
    display: flex;
    min-width: 100%;
   	min-height: 20%;
    justify-content: center;
    align-items: center;
}

.loader {
    color: var(--primary);
    animation-duration: 1s;
    font-size: 1rem;
    margin-right: 1rem;
}

.loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blink {
    animation : blink 1s ease-in-out infinite;
    animation-direction : alternate-reverse;
}

.absolute{
	position: absolute;
}

.relative{
	position:relative;
}

.bg-light {
    background: #ffffff !important;
}

/* .w-100{ */
/* 	width: 100%; */
/* } */


/* .w-95{ */
/* 	width: 94.9%; */
/* } */


/* .w-90{ */
/* 	width: 89.9%; */
/* } */

/* .w-85{ */
/* 	width: 84.9%; */
/* } */



/* .w-80{ */
/* 	width: 79.9%; */
/* } */

/* .w-75{ */
/* 	width: 74.9%; */
/* } */

/* .w-70{ */
/* 	width: 69.9% */
/* } */

/* .w-65 { */
/* 	width: 64.9%; */
/* } */

/* .w-60{ */
/* 	width: 59.9%; */
/* } */

/* .w-55{ */
/* 	width: 54.9%; */
/* } */

/* .w-50{ */
/* 	width: 49.9%; */
/* } */

/* .w-45{ */
/* 	width: 44.9%; */
/* } */

/* .w-40{ */
/* 	width: 39.9%; */
/* } */

/* .w-35{ */
/* 	width: 34.9%; */
/* } */

/* .w-30{ */
/* 	width: 29.9%; */
/* } */

/* .w-25{ */
/* 	width: 24.9%; */
/* } */

/* .w-20{ */
/* 	width: 19.9%; */
/* } */

/* .w-15{ */
/* 	width: 14.9%; */
/* } */

/* .w-10{ */
/* 	width: 9.9%; */
/* } */

/* .w-5{ */
/* 	width: 4.9%; */
/* } */

/* .flex { */
/* 	display: flex; */
/* } */

/* .justify-center{ */
/* 	justify-content: center; */
/* } */

/* .justify-start{ */
/* 	justify-content: flex-start; */
/* } */
/* .justify-end{ */
/* 	justify-content: flex-end; */
/* } */

/* .justify-between{ */
/* 	justify-content: space-between; */
/* } */

/* .justify-evenly{ */
/* 	justify-content: space-evenly; */
/* } */

/* .flex-grow{ */
/* 	flex-grow: 1 */
/* } */

/* .ml-auto{ */
/* 	margin-left: auto; */
/* } */

/* .align-center{ */
/* 	align-items: center; */
/* } */

/* .align-stretch{ */
/* 	align-items: stretch; */
/* } */

.ml-4 {
    margin-left: 45px !important;
}
.mr-4 {
    margin-right: 45px !important;
}

.icon-input {
	display: flex;
}

.icon-input input {
	width: 100%;
	padding-left: 20px;
}

.icon-input .icon {
	background-color: white;
	max-width: 2rem;
	width: 2rem;
	height: 2.3rem !important;
	display: flex;
	justify-content: center;
	border:1px solid #eee;
	align-items: center;
}

.svg-inline--fa.fa-w-18,.svg-inline--fa.fa-w-16 { 
	margin-right: 0px !important;
}

.add-btn { background: #f3ae2d;padding: 10px; }
.add-btn i#icon-cat .fas.fa-plus, .add-btn i#icon-cat .fas.fa-minus { color: #fff !important; }

/*h1 { color: #f3ae2d !important; }*/
h1 { color: #fff; }

h2.title, h1.title { color: #888; }

.title{
	color: var(--main-color);
	font-weight: light;
	text-transform: uppercase;
}

.title-font {
    font-weight:600;
    font-size:1rem;
}

h4.title.text-center {
	padding-bottom: 10px;
	margin-bottom: 0.5rem;
	font-weight: 300;
	line-height: 1.2;
	color: #777 !important;		
	text-transform: capitalize;
}

ul.socialaccount_providers li {
	list-style: none !important;
}

.form-container {
	width: 50% !important;
	margin-left: 25% !important;
	margin-top: 1rem;
}

.accounts-menu {
	width: 60%;
	margin-left: 20%;
}

.table_cookies td {
	border:1px solid #ccc;
	padding: 5px;
	font-size: 0.8rem;
}

.th_cookies {
	background-color: #bae6ff;
	border:1px solid #ccc;
	color: #333333;
	text-align: center;
	font-weight: 600;
	font-size: 0.8rem;
	padding:10px;
}

.pre-tab {
	background-color: #cccccc;
	color: #333333;
	padding:10px;
	text-align: center;
	font-weight: 600;
}

ul.legal {
	text-align: justify;
}

ul.legal li {
	margin-left: 15px;
}

.subtitle{
	color : var(--muted-text);
	font-weight: 500;
	text-decoration: italic;
}

.vertical-separator{
	height: 2px;
	width: 100%;
	border-bottom: 2px solid var(--border-color);
}
.cat-sections {
    background:white; 
    position: absolute; 
    left:0;
    top:40px;
    z-index:1 !important; 
    width:100%;
    border:1px solid #d4d4d4;
}
.cat-sections .parent- {
    height: 42px;
    line-height:40px !important;
}

.row.cat-options {
    height: 42px;
    line-height:40px !important;
}

.row.cat-options:hover {
    background: #e9e9e9;
}

.cat-sect-input {
    padding-top:14px;
}

/**********************/

.cat-tree {
    background: white;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right:1px solid #cccccc !important;
}

.categ-filter.new {
	padding-top: 5px !important;
}
.categ-filter.mv {
	line-height: 12px;
}

/**********************/

i.fas.fa-filter {
	color: #5d5d5d !important;
}
i.fa.fa-close {
    color: #ffffff !important;
    opacity: 1 !important;
}


.categ-election.new {
    height: 38px !important;
}

.row.input-group.input-group-lg.category-input {
    height: 40px !important;
    border:1px solid #d4d4d4;
}

.cat-tree-input {
    border: none !important;
    border-radius: 0 !important;
}

.cat-tree-arrow {
    cursor:pointer;
    background:#fff;
    padding: 15px 5px 0 15px;
}
.input-group-lg>.form-control:not(textarea) {
    font-weight: 400 !important;
}


/* ------------------------------
 *  RIBBONS
 *  ------------------------------*/
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #9f9f9f;
}
.ribbon span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-transform: uppercase;
  font-weight: bolder;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}


.rib-container {
	position: relative;
}

.rib-success{ background-color: var(--success);}
.rib-black{ background-color: #0f0f0f; }
.rib-danger{ background-color: var(--danger);}
.rib-light { background-color: var(--light-color); color: var(--border-color)}
.rib-primary {background-color: var(--primary); }
.rib-warning {background-color: var(--warning); color: black}
.rib-muted{ background-color: var(--muted-color)}

/* ------------------------------
 *  TOGGLE-BTNS
 *  ------------------------------*/

.toggle-btn {
	color: var(--text-color);
	background-color: white;
	border: 1px solid var(--border-color);
	font-weight: normal;
	width: max-content;
	padding: 5px 5px 5px 5px;
	transition: background-color 200ms linear;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.toggle-btn:active,
.toggle-btn:hover{
	background-color: #d78e06;
	cursor: pointer;
	color: white;
}

input:checked + .toggle-btn, 
button.primaryAction {
	color: #ffffff;
	background-color: var(--main-color);
}


/* ------------------------------
 *  EVENTS LIST
 *  ------------------------------*/
.manager-events-list{
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: flex-start;
	width: 100%;
}

.manager-event-list-item{
	display: grid;
	justify-content: flex-start;
	grid-template-columns: 20% 80%;
	align-items: stretch;
	height: 20%;
	border: 1px solid var(--border-color);
	margin-bottom: 5px;
}


.manager-event-image{
	display: flex;
	justify-content: stretch;
	align-items:stretch;
	overflow: hidden;
	max-height: 200px;
}

.manager-event-image .event-image {
	min-width: 100%;
	max-width: 100%;
	object-fit: cover;
}

.manager-event-data{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 5px 20px;

}


.manager-event-data .data-row-cell{
	width: max-content;
	margin-right: 2rem;
}


.manager-event-data-rows{
	font-size: 1rem;
	display: grid;
	grid-template-columns : repeat(3, 1fr);
	color: var(--muted-color);

}

.manager-event-data-rows .metrics .data-row-cell{
	background-color : var(--light-gray);
	border-radius: 2px;
	font-size: 0.9rem;
	margin-right: 1.1em;;
}

.manager-event-data-rows .metrics .data-row-cell.event-complains{
	background-color: var(--danger);
	color: white;
}



/* ------------------------------
 *  COMPONENTS
 *  ------------------------------*/
sh-autocomplete i.fas{
	color: black;

}


sh-autocomplete{
	transition: padding-left 200ms ease-out;
	background-color: white;
	z-index: 300;
}

sh-autocomplete.searching{
	position: relative;
	padding-left: 2.2rem;
}

sh-autocomplete.searching::before{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "FontAwesome";
	content : "\f002";
    color: darkgray;
	font-size: 1.2em;
	display: flex;
	width: 2rem;
	height: 100%;;
	top:0;
	left:0;
	z-index: 200;
}



mg-slider .mg-slider-container{
	display: flex;
	position:relative;
}




mg-slider .mgs-btn{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.5rem;
	font-weight: lighter;
	cursor: pointer;
}



mg-slider .mgs-btn .icon{

	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.5);
	z-index: 400;
}

mg-slider .mgs-left-btn{
	left: 0;
	top:0;
	bottom: 0;
}

mg-slider .mgs-right-btn{
	right: 0;
	top: 0;
	bottom: 0;
}
mg-slider .mgs-items-container{
	overflow: hidden;
	overflow-x:auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	padding: 20px;
}

mg-slider .mgs-items-container::-webkit-scrollbar { display: none !important }
mg-slider .mgs-items-container{

	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.autocomplete input[type="text"]{
	display: block;
	width: 100%;
}


.autocomplete .chev-down{
	position: absolute;
	top: 4px;
	right: 15px;
    left: 96%;
	font-size: 0.9rem;

}

/*the container must be positioned relative:*/
.autocomplete {
  width: 100%;
  position: relative;
  display: inline-block;
  z-index: 1001;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 1030;
  /*position the autocomplete items to be the same width as the container:*/
  top: 90%;
  left: 5px;
  right: 5px;
  max-height: 400px;
  width: 100%;
  overflow-y: auto;

}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: var(--primary) !important;
  color: #ffffff;
}



/* ------------------------------
 * MAIN-HEADER
 *  ------------------------------*/

#main-header {
	display: flex;
	box-sizing: border-box;
	position:fixed;
	top: 0;
	left:0;
	width: 100%;
	height : var(--header-height);
	align-items: center;
	z-index: 1040;
	-webkit-box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.15);
	box-shadow: 0px 6px 8px -2px rgba(0,0,0,0.15);
	border-bottom:1px solid #ccc;
	background: #fff;

	background: var(--main-color);
}

#main-navbar {
	background: #fff;
	display: flex;
	justify-content : flex-start;
	align-items : center;
	width: 100%;
	padding: 0px;
}

/***********************
****** GRAL HEAD  *****
***********************/

.div-header-box {
	background: var(--main-color);
	width:100%;
	height : var(--header-height);
	display: flex;
	justify-content: space-between;
}

.main-input {
	display: grid;
	grid-template-columns: 50% 50% ;
}
.city-input {
	width: 99%;
	height: 40px !important;
}

#city-autoselect {
	z-index: 1002;
}
#city-autoselect input {
    border: none !important;
}

.category-input {
	width: 100%;
	height: 42px !important;
}


.navbar-brand {
	padding-top: 0px;
}

/****** Logo ******/

.navbar-section.logo {
	text-align: center;
}

.navbar-brand img {
	object-fit: cover;
	height : var(--header-height);
	padding:0px;
}

/****** Head Slogan  ******/

.head-slogan {
	width: 100%;
	line-height: var(--header-height);
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}

/****** Navbar Btns  ******/
.navbar-btn {
	display: flex;
	align-items:center;
	justify-content: center;
	color: #ffffff;
	font-size: 1.5rem;
	align-items: center;
	border-left: 1px dotted rgba(0, 0, 0, 0.2);
	background-color: transparent;
	transition: background-color 400ms linear;
}

.navbar-btn:hover {
	background-color: var(--light);
}
.active-top { background-color: var(--light); }
.active-top a { color: #2780e3; }

.navbar-btn span{
	font-size: medium;
}

.ini-session{
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	justify-content: center;
	color: white;
	padding-left: .5rem;
	margin-right: .5rem;
}


/****** User menu  ******/

.navbar.right-menu {
	padding:0;
}

.right-menu i {
	color: #fff;
	font-size: 1.5rem;
	width: 25px;
	display: inline-block;
}

/* .ini-session, span.user-name { */
/* 	font-weight: 600; */
/* 	display: inline-block; */
/* } */

button.btn.btn-light.btn-sm.dropdown-toggle,
button.btn.btn-light.btn-sm.sx-window {
	width: 100% !important;
	margin-right: 0px;
}

.user-menu {
	font-size: medium;
}
.user-menu a.dropdown-item,
.user-menu a.sx-window-item {
	font-size: small;
}

.slide {
	margin-top: -10px;
	width: 100%;
}


.main-slogan {
	width: 100%;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 600;
	text-align: center;
	margin-top: -130px;
	position: absolute;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.76);

}


.btn-upgrade-account{
	background-color: var(--success);
	color: white;
	padding: 10px 15px!important;
	border-radius: 5px;
	font-weight: bold;
	transform: all 200ms linear;
}

.btn-upgrade-account:hover{
	color: var(--success);
	background-color: white;
}

.btn-upgrade-account i{
	font-size: 1.2rem;
	margin-right: 10px;
}
/* ------------------------------
 *  body
 *  ------------------------------*/


body {
	font-family: 'montserrat', sans-serif;
	padding-top: var(--header-height);
	font-size: 10pt!important;
}

#index-content{
	padding: 1% 1%;
}


/* ------------------------------
 *  main-content
 *  ------------------------------*/
#search-results{
	display: flex;
	background-color: white;
	border: 1px solid var(--border-color);
	border-radius: 5px;
	margin: 0 5px;
	flex-direction: column;
	justify-content:stretch;
	align-items: flex-start;
}

#search-results .search-header{
	display: flex;
	width: 100%;
	min-height: 2rem;
	justify-content: space-between;
	align-items: center;
	padding: 5px 1rem;
}

#search-results .search-body{
	width: 100%;
	min-height: 90%;
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 1rem;
}

#search-results .search-body .event-single-content{
	margin-top: 1rem;
}

.slide img {
	object-fit: cover;
	width:100%;
	height: 250px;
}

.dates-container {
	visibility: visible;
	opacity: 1;;
	transition: opacity 200ms ease-out;
}

/****************************
	SEARCH WEB
****************************/

.sub-01 {
	border:1px solid #cccccc; width: 99%;margin:auto;background:white;
}

.sub-02 {
	border:1px solid #cccccc; width: 99%;margin:auto;background:white;
	height: 42px;
}

.sub-03 {
	border:1px solid #f4eee5;
       	width: 99%;margin:auto;
}

.sub-03 .slider.round {
	width: 60px;
}

.sub-04 {
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc; 
	border-left:1px solid #cccccc; 
	width: 99%;margin:auto;background:white;
}
	
.div-search-box {
	background-color: #f4eee5;
	border:1px solid #cccccc;
}

.div-search-box i {
	color: #fff;
}

.div-search-box .input-group {
	border: 3px solid var(--main-color);
	padding: 0px;
}

.div-search-box .input-group select, .div-search-box .input-group input {
	font-size: 0.9rem !important;
}

.div-search-box .input-group {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border:1px solid #f4eee5;
	/*border-radius: 5px;*/
}
.div-search-box, #div-blocks {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: 8px;
}

.switch {
	width: 60px;
}

.btn-24plans, .btn-24plans-white, .btn-filters-search {
	font-weight: 600;
    font-size: 1.2em;
	border-radius: 5px;
	height: 34px;
}
.btn-filters {
   	background-color: var(--main-color);
	border: 1px solid #d78e06;
	color: #ffffff;
    font-size: 0.8rem !important;
    line-height: 1.35em !important;
    padding: 5px !important;
}

.btn-filters:hover{
	color: white;
}

.btn-filters-search:active{
	background-color: var(--main-color-dark);
}

/* button:not(:disabled), [type="button"]:not(:disabled) { */
/* 	color: #ffffff; */
/* } */

a.btn-back-home {
    background-color: var(--main-color);
	border: 2px solid #d78e06;
	color: #ffffff !important;
    font-weight: 600;
}

button.btn-filters-search {
    background-color: var(--main-color);
	border: 2px solid #d78e06;
	color: #ffffff !important;
	padding: 0px 0px 0px 0px !important;
}

button.btn-filters-search.second {
    background-color: #ffffff;
	border: 1px solid #d78e06;
	color: #d78e06 !important;
	padding: 0px 0px 0px 0px !important;
}

.btn.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
	border-radius: 5px;
}
.btn.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	background-image: none;
	border-color: #6c757d;
	border-radius: 5px;
}

i.fas.fa-save.yellow {
	color: #d78e06;
}

.btn-filters-search i.fas.fa-search {
	color: #fff;
}
input#start.inputDate, input#end.inputDate {
	border: none;
	color: #505254 !important;
	font-size: 10pt !important;
	margin-left: 5px;
	padding: 5px;
}
input#search-start-date, input#search-end-date {
	border: 1px solid #ccc;
	background: #fff;
	color: #505254 !important;
	font-size: 10pt !important;
	padding: 5px;
}

.autocomplete input[type="text"] {
	width: 93.5% !important;
	height: 40px;
}

.btn-24plans {
	background-color: var(--main-color);
	border: 1px solid #d78e06;
	color: #ffffff;
	font-weight: normal;
	width: 22.6%;
	padding: 5px 5px 5px 5px !important;
}
.btn-24plans-white {
	background-color: white;
	border: 1px solid #cccccc;
	color: #505254 !important;
	font-weight: normal;
	width: 22.6%;
	padding: 5px 5px 5px 5px !important;
}
.btn-24plans-white i {
	color: #505254 !important;
	padding: 0px 5px 5px 5px !important;
	line-height: 1.5em;
}
i.fas.fa-search {
	color: #505254;
}

i.fas.fa-chevron-down {
    color: #495057 !important;
    font-size: 0.7rem!important;
}

.switch, .switch-filters {
    position: relative;
	display: inline-block;
	height: 34px;
	margin-left: 10px;
	text-align: right;
}
.switch-filters {
    width: 87%;
    padding-top:13px !important;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #f3ae2d;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.form-control  {
	border: 1px solid #eee;
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}

input.form-control.input-text.date {
	background-color: var(--main-color) !important;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select,  select.btn-special {
	background: var(--main-color);
	color: #fff;
	font-weight: 600;
	font-size: 0.9rem !important;
}
.input-group-lg i, .input-group-lg label a {

    color: white;
   	font-size: 0.9rem;
	line-height: 2.1em;
}

.svg-input {
	left: 20px;
       	top: 10px;
	position: absolute;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select,  select.btn-special {
	background: #fff;
	font-weight: 600;
	color: #505254;
	font-size: 0.9rem !important;
	border-radius: 5px;
}

select#distance {
    border: none !important;
    padding:0px;
}

.cat-selected {
    padding:0px;
    background:white;
    height: 40px !important;
}

.bootstrap-tagsinput {
    border: none !important;
    border-radius: 0px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    /*padding: 10px 6px;*/
    padding-top: 8px !important;
    height: 35px;
}

.arrow-right {
    float:right;
}

/*****************************************************************************************************/


.slogan {
	width: 100%;
	text-align: center;
	color: white;
	font-weight:600;
       	font-size: 3.5rem;
}

.option-trans {
	background: transparent !important;
       	border:1px solid white !important;
}

.option-trans-2 {
	background: transparent !important;
       	border:1px solid white !important;
       	text-align: center !important;
}

a.btn-special {
	color: #fff;
	font-weight: 600;
	font-size: 1.2em !important;
	text-align: center;
	width:100%;
	line-height: 3rem;
}
h1.front-pg {
	color: var(--main-color);
	font-size: 1.2rem;
	font-weight: 600;
}

.transbox {
	width: 100%;
	min-height: 250px;
	padding: 30px;
	background-color: #000;
	opacity: 0.5;
}

.transbox p {
	color: #fff;
}

/* ------------------------------
 *  EVENTS LIST FRONT PAGE
 *  ------------------------------*/

/* .events-list { */
/* 	display: grid; */
/* 	grid-auto-rows: */
/* 	overflow-x: auto; */
/* 	overflow-y: hidden; */
/* 	padding-bottom: 2rem; */
/* } */
/*
.events-list {
 	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, 400px);
	grid-template-rows: auto;
	grid-row-gap: .5em;
	grid-column-gap: .5em;
	padding-bottom: 2rem;
}
*/

.head-event-single {
	width: 100%;
}
/*
.event-single-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-width: 400px;
	max-width: 400px;
	max-height: 480px;
	height: 440px;
	background-color: white;
	padding-bottom: 5px;
	border:1px solid #dfddfd;
	border-radius: 5px;
	margin-left: 10px;
}

.event-single img {
	width: 100%;
}
*/
.box-link {
	opacity: 1;
	display: block;
	/* width: 100%; */
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.box-link a {
	color: #333;
}

/* Removed empty rule set for .box-link:hover */

.box-link a:hover {
	text-decoration: none !important;
}


span.category-badge{
	background-color: var(--main-color);
	color: #fafafa;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 2px;
	font-size: small;
}



.event-single-content:hover {
    -webkit-box-shadow: -1px 2px 19px -11px rgba(0,0,0,0.7);
    -moz-box-shadow: -1px 2px 19px -11px rgba(0,0,0,0.7);
    box-shadow: -1px 2px 19px -11px rgba(0,0,0,0.7);
	cursor: pointer;

}

.ev-img {
	min-width: 100%;
	overflow: hidden;
}

.ev-img img {
	width:100%;
	height: 170px;
}

.ev-cat{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: stretch;
	height: max-content;
	padding: 5px 0;
}

.ev-date {
	color: var(--muted-color);
	font-size: 1rem;
	display: flex;

	align-items: center;
}

.ev-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	word-wrap: normal;
	font-size: 1.3rem;
	color: #111;
	line-height: 18px;
	margin-top: 15px;
	padding-bottom: 4px;
	height: 2.5rem;
}

.ev-address {
	font-size: 0.8rem;
	margin-top: 15px;
}

.ev-price{
	color: var(--muted-color);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--light-color);
	padding: 1px;
	border-radius: 2px;
}

.ev-online{
	color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center
}

.ev-province{
	display: flex;
	margin-top: 1rem;
	padding-left: 10px;
	font-weight: light;
	justify-content: flex-start;
	align-items: center;
	color: var(--primary)
}

.div-social-icons {
	display: flex;
	width: 100%;
}

.span-social-icons{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.social-indicator{
	background-color: var(--light-gray);
	font-size: 0.9rem;
	border-radius: 2px;
	margin-left: 10px;
	padding: 3px 6px;
}

.share-modal-body .share-btn{
	font-size: 1.5rem;
	color: black;

}

.share-modal-body .share-btn:active{
	background-color: var(--light-color);
	color: var(--primary);
	border-radius: 25%;
}

.modal-content {
	top: 30px;	
}	


/* ------------------------------
 *  MANAGERS
 *  ------------------------------*/

.manager-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-bottom: 10px;
}

.manager-single {
	display:flex;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0.5%;
	text-align:center;
	-webkit-box-shadow: 5px 7px 9px 2px rgba(0,0,0,0.16);
	box-shadow: 5px 7px 9px 2px rgba(0,0,0,0.16);
}

.manager-single-content {
	width:95%;
	margin-left: 2%;
	border-radius: 5px;
}

.manager-img {
	min-height: 104px;
}

.manager-img img {
	object-fit: cover;
	width: 40%;
}

.manager-name {
	font-size: 1.1rem;
	color: #111;
	line-height: 18px;
	margin-top: 15px;
}

.manager-followers {
	font-size: 0.8rem;
	margin-top: 15px;
}

.btn-follow {
	margin-top: 15px;
	padding-top: 15px;
	border-top:1px solid #dfddfd;
}



/* ------------------------------
 *  SPECIFICS
 *  ------------------------------*/
#content-section {
	flex-basis:99.5%;
/*	padding-top: 15px;*/
	/* overflow-y: scroll; */
	min-height: 99vh;
}

sh-ajaxload{
	display: block;
	min-width: 100%;
}

section#footer {
	background: #101326;
	border: 1px solid #101326;
}

.footer {
/*	border-top: 2px solid var(--main-color);*/
	justify-content: center;
	text-align: center;
	display: grid;
	grid-template-columns: 25% 45% 25% ;
}

.footer, .footer a {
	color: #fdfdfd;
}

.footer a:hover, .footer-social a:hover {
	text-decoration: none;
	color: var(--main-color);
}

/* ----------- CITIES TOP DESCRIPTION-------------------*/

.row.city-top-message {
	background: #f3ae2d; 
	color:white;
	font-size: 14px;
    margin-left:-10%;
    margin-right:-10%;
    margin-top:0%;
}

.row.city-top-message-city {
	background: #f3ae2d; 
	color:white;
	font-size: 14px;
    margin-top:0%;
}


/* ----------- CITIES BOTOM -------------------*/

p.city-desc {
	line-height: 2;
	text-align: justify;
}

.img-desc {
/*	max-height: 130px !important;*/
	width: 100% !important;
	object-fit: cover !important;
}
.img-desc img {
/*	max-height: 130px !important;
	width: 100% !important;*/
	width:50% !important;
	object-fit: cover !important;
}

/* ----------- CITIES FOOTER-------------------*/

.div-cities-footer {
	background: #222333;
	border-top: 2px solid rgb(243 174 45);
	border-bottom: 1px solid #383d5b;
	margin-top: 1rem;
}

span.title-footer {
	color: #f3ae2d;
	font-size: 1rem;
	font-weight: 600 !important;
}
span.title-footer a {
	text-transform: normal !important;
}	

.div-cities-footer a {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: normal;
}
.div-cities-footer a:hover {
	color: #f3ae2d !important;
}


/*----------------------------------
TOOLTIP
------------------------------------*/

.mg-tooltip {
    position: relative!important;
}
.mg-tooltip__item {
    position: absolute;
    min-width: 250px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
    color: #484848;
    border: 1px solid #cecece;
    border-radius: 3px;
    font-weight: 500;
    box-shadow: 0 2px 1px #bcbcbc;
    z-index: 4;
}
.mg-tooltip__item:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.mg-tooltip__initiator {
    cursor: pointer;
    z-index: 500;

}

.mg-tooltip[data-direction="right"] .mg-tooltip__initiator:hover ~ .mg-tooltip__item,
.mg-tooltip__item.show {
    transform: translate3d(0, -50%, 0);
    visibility: visible;
    opacity: 1;
}

.mg-tooltip[data-direction="right"] .mg-tooltip__item {
    top: 45%;
    left: 80%;;
    transform: translate3d(15px, -50%, 0);

}

.mg-tooltip[data-direction="right"] .mg-tooltip__item:after {
    top: 33%;
    left: -0.5em;
    transform: translate3d(0, -50%, 0) rotate(180deg);
    border-width: 0.5em 0 0.5em 0.5em;
    border-color: transparent transparent transparent white;
    -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
    filter: drop-shadow(1px 2px 1px #bcbcbc);
}

.mg-tooltip[data-direction="bottom"] .mg-tooltip__initiator:hover ~ .mg-tooltip__item {
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
}

.mg-tooltip[data-direction="bottom"] .mg-tooltip__item {
    top: calc(100% + .5rem);
    left: 50%;
    transform: translate3d(-50%, -15px, 0);
}

.mg-tooltip[data-direction="bottom"] .mg-tooltip__item:after {
    top: -0.5em;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent white transparent;
    -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
    filter: drop-shadow(1px -1px 1px #bcbcbc);
}



.mg-tooltip[data-direction="top"] .mg-tooltip__initiator:hover ~ .mg-tooltip__item {
    transform: translate3d(50%, 0, 0);
    visibility: visible;
    opacity: 1;
}

.mg-tooltip[data-direction="top"].mg-tooltip__item {
    top: calc(100% + .5rem);
    left: 50%;
    transform: translate3d(50%, -15px, 0);
}

.mg-tooltip[data-direction="bottom"] .mg-tooltip__item:after {
    top: -0.5em;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent white transparent;
    -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
    filter: drop-shadow(1px -1px 1px #bcbcbc);
}




.mg-tooltip__item.social-btns
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2em;

}

.social-btns a i{

    transition: color 200ms linear;

}

.social-btns a:hover *{
    color: var(--primary);
}


#div-blocks-all,
#search-results {
	transition : opacity 100ms linear;
	border: 1px solid silver;
}

#search-results.hide,
#div-blocks.hide{
	opacity: 0;
	height: 0;
	visibility: hidden;
	display: none;
}

#search-results.show,
#div-blocks.show{
	opacity: 1;
	visibility: visible;
	height: content;
}


#radio-filters-container.hide{
	height: 0;
	opacity: 0;
	visibility: hidden;
}

#radio-filters-container.show{
	opacity: 1;
	visibility: visible;
}

#radio-filters-container{
	transition: height 200ms ease-out, opacity 200ms ease-in;
}

/* ------------------------------
 *  USER_PROFILE
 *  ------------------------------*/
.front-profile-form-screen{
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: auto;
	margin-top: 1rem;
	border: 2px solid #fafafa;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 4px -9px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 4px -9px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 4px -9px rgba(0,0,0,0.65);
}

.front-profile-form-screen .tab-item.active i.fa-heart{
	color: var(--danger);
}

.front-profile-form-screen .tab-item.active i.fa-star{
	color: var(--main-color);
}

.front-profile-form-screen .tab-item.active i.fa-bullhorn{
	color: var(--danger);
}




.profile-picture-container{
	padding-top: 20px;
	padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(254,207,120); 
	/*background: radial-gradient(circle, rgba(254,207,120,1) 7%, rgba(243,174,45,1) 95%); */


    width: 30%;
    border-right: 1px solid #eee;
    color: white;
	overflow: hidden;

}

.profile-picture-container img{
	position:relative;
	width: var(--profile-picture-size);
	height: var(--profile-picture-size);
	min-width: var(--profile-picture-size);
	min-height: var(--pofile-picture-size);
	border : 2px solid white;
	border-radius: calc(var(--profile-picture-size) / 2);
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);

}

.profile-metric-box{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
	color: var(--muted-color);
	padding: 1.5rem;
	border: 1px solid silver;
	border-radius : 2px;
	background-color: var(--light-color);
}

.profile-metric-box .qty{
	font-size: 1.1rem;
	width: 100%;
	text-align: center;
}

#profile-config input{
	border: 1px solid var(--light-gray);

}

#profile-config .password-btn-container{
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ------------------------------
 *  NOTIFICATIONS
 *  ------------------------------*/
.notifications-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}


.notification-item{
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 0.8rem;
	border-bottom: 1px dashed var(--border-color);
	transition: background-color 200ms ease-in;
}

.notification-item:hover{
	cursor:pointer;
	background-color: var(--light-gray);
}

.notification-item .picture img{
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.notification-item .content .ev-title{
	font-weight: lighter;
	font-size: 0.9rem;
	color: var(--primary);
}

.notification-item .content div:nth-child(n+2){
	color: var(--gray);
	font-size: 0.7rem;
}

.notifications-btn{
	position:relative;
}

.notification-label{
	display: none;
	align-items: center;
	justify-content: center;
	/*position: absolute;*/
	position: fixed;
/*	top: 25px;*/
	right: 55px;
	background-color: indianred;
	padding: 4px 8px;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 0.5em;
	color: white;

}

.notification-label.show{
	display: flex;
}

#notifications.sx-window-content {
	overflow-y: scroll;
	height: 90vh;
	padding-bottom: 50vh;
}

.notif-opt {
    border:1px solid #ccc; 
    border-radius: 5px; 
    display: grid; 
    grid-template-columns: 90% 10%; 
    align-items: center;
    min-height: 80px;
    text-align: center;
}

/* ------------------------------
 *  SIDE-MODAL
 *  ------------------------------*/
.side-screen-modal {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    background-color: white;
    border-left: 1px solid silver;
    min-height: 100%;
    height: 100%;
    overflow-y:auto;
    width: 30%;
    transition : width 200ms linear, right 200ms linear;
    z-index:1600;
    padding-bottom: 1em;
}

.side-screen-content {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    min-height: 95%;
}

.side-screen-modal.collapsed {
/*    right: -30%;*/
    width: 0;
}

td.big-popup {
    font-size: 1.5rem;
}

td.big-popup, td.popup {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dee2e6;
}
h5.modal-title {
    text-align: center;
    width:100%;
    line-height: 1;
    color: #ffffff;
    font-size: 1.5rem;
}
.required {
    color: red;
}

input#fav-search-name.form-control.border {
    border: 2px solid #ccc !important;
}

.item-blue {
    color: #2780e3;
}

.modal-header {
    background-color:  var(--main-color);
    color: #000;
    height: 50px;
	display: flex;
}

.modal-header.no-title {
	height: 0px;
	padding:0;
}
.modal-header .close.popup {
    padding: 0.1rem 0.2rem;
    margin: 0.5rem 0.5rem -1rem auto;
    color: #ffffff;
    font-size: 2rem;
    opacity: 9;
    z-index: 1000;
}
.modal-header .close.popup-corner {
	margin:0;
	font-size: 3rem;
}


.modal-body {
    line-height: 30px;
}

.ico-tools {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #777;
	font-size: 1rem;
	font-weight: 700;
	transition: color 200ms linear;
	border:1px solid #777;
	border-radius: 50%;
 }

/* ------------------------------
 *  PROFILE_SIDE
 * ------------------------------*/

.profile-side-screen {
    display : flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: stretch;
    height: 100%;
    overflow-y: auto;
}

.profile-side-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.profile-side-box-left {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(254,207,120);
    background: radial-gradient(circle, rgba(254,207,120,1) 7%, rgba(243,174,45,1) 95%);
    width: 100%;
    border-right: 1px solid #eee;
    color: white;
}

.profile-side-box-right {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 40px 20px;
}

.profile-side-box-left .div-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-right: 10px;
}

.profile-side-box-left .div-photo img {
    border-radius: 50%;
    border: 1px solid var(--border-color);
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    padding: 2px;
    background-color: white;
}

mg-form[editable="false"] .btn-container {
    display: none;
}

mg-form[editable="true"] .btn-container {
    display: inline-block;
}

.profile-side-box-right .contact-info > div:not(.social-networks, .buy-credits) {

    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    margin-bottom: 4px;
    padding-right: 20px;
}

.contact-info span.mg-input-default * {
    font-size: 0.9rem!important;
}

.profile-side-box-right div.social-networks {
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.profile-side-box-right div.social-networks .social-btn {
    font-size: 1.5rem;
    color: var(--primary);
}

.profile-side-box-right div.social-networks .social-btn:hover {
    color : var(--main-color);
}

.profile-side-box-right label {
    text-transform : uppercase;
    font-weight: bolder;
    word-wrap: break-word;
    font-size: 0.7rem;
    padding-top: 10px;
    color: var(--primary);
    width: 160px;
}

.profile-side-box-right .name .mg-input-content span {
    font-size: 1.5rem;
    font-weight: bolder;
    color: black;
    text-transform: uppercase;
}


.limit-one-line {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
/* ------------------------------
 *  RESPONSIVE
 *  ------------------------------*/

@media only screen and (min-width: 1714px)
{
	.categ-filter.mv {
		line-height:25px !important;
	}
}


@media only screen and (max-width: 2500px)
{
	.ev-img {
		object-fit: cover;
	}
}

@media only screen and (max-width: 1380px)
{
	.navbar .right-menu {
		margin-left: 15%;
	}

}

/* Netflix hover effect only computer screens */
@media only screen and (min-width: 1200px)
{

	mg-slider mg-slider-item:focus,
	mg-slider mg-slider-item:hover {
		  transform: scale(1.1);
			z-index: 1;
	}

	mg-slider mg-slider-item:hover ~ mg-slider-item {
		transform: translate(10px);
	}
}


@media only screen and (max-width: 1280px)
{
	.ev-title {
		font-size: 1rem;
	}
	.manager-name {
		font-size: 0.9rem;
	}
    	.single-favorite {
        	display: grid; 
	        grid-template-columns: 60% 40%;
		justify-content: center;
		align-items: center;
	}
	.front-profile-form-screen{
		width: 99%;
		margin: auto;
 	}
	.side-screen-modal {
        	width: 100%;
	}
	.btn-border {
		border:1px solid #dfdfdf;
		border-radius:5px;
	}
	.btn-border:hover {
        background-color: #6c757d !important;
        color: #fff !important;
    }
}

@media only screen and (min-width: 991px)
{
    .single-favorite {
        display: grid; 
	grid-template-columns: 60% 40%;
        line-height: 1.1;
    }

	.categ-filter.mv {
		padding-top:8px !important;
	}
 
/*    #search-favorites.dropdown-content,*/
    #search-favorites.sx-window-content {
/*        right: -170px;*/
        min-width: 600px;
        border-radius: 5px;
        right: 30px;
        background-color: #f8f9fa;
        margin-top: 55px;
        position: absolute;
    }
    #notifications.sx-window-content {
        border-radius: 5px;
        right: 30px;
        background-color: #f8f9fa;
        margin-top: 55px;
        position: absolute;
    }

    .blue-item {
        color: #2780e3;
        font-weight: 600;
    }
    .favorite-categories {
        overflow-wrap: break-word; 
        hyphens: manual;
    }
	.btn-border {
		border:1px solid #dfdfdf;
		border-radius:5px;
	}
    .btn-border:hover {
        background-color: #6c757d !important;
        color: #fff !important;
    }

}

@media only screen and (max-width: 991px)
{
   .single-favorite {
        display: grid; 
	grid-template-columns: 60% 40%;
        line-height: 1.1;
	justify-content: center;
	align-items: center;

    }

/*    #search-favorites.dropdown-content, */
    #search-favorites.sx-window-content 
        {
        /*right: -170px;*/
        min-width: 600px;
        border-radius: 5px;
        right: 30px;
        background-color: #f8f9fa;
        margin-top: 55px;
        position: absolute;

    }
    #notifications.sx-window-content {
        border-radius: 5px;
        background-color: #f8f9fa;
        margin-top: 55px;
        position: absolute;
    }

    .blue-item {
        color: #2780e3;
        font-weight: 600;
    }
    .favorite-categories {
        overflow-wrap: break-word; 
        hyphens: manual;
    }

	.categ-filter.mv {
		padding-top:10px !important;
	}

	.mt-2-mb {
		margin-top: 15px;
	}   
	.form-container {
		width: 98% !important;
		margin-top: 1rem;
	}
	.accounts-menu {
		width: 60%;
		margin-left: 20%;
	}

	.event-single{
		margin-top:0px;
	}

	/*mg-slider .mgs-btn{
		display: none!important;
	}*/

	mg-slider-item{
		margin-right: 2em;
		width: 90vw;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
		max-height: none;
	}

	.event-single-content{
		width: 97vw!important;
		margin-left: -1rem;
		min-width: 0;
		max-width: none;
		margin-right: 1em;;
	    height: 700px !important;
	}

	.manager-events .event-single-content{
		margin-left: 10px;
	}

	mg-slider-item .event-single-content{
		border:none;
		/*width:90vw!important;/*/
		width: 70vw!important;
	}



	.m-4{
		margin: 5px!important;
	}



	.events-list{
		justify-content: center;
	}

	.manager-single {
		width: 100%;
	}


	/* ------------------------------
	 *  INDEX
	 *  ------------------------------*/
	.main-slogan {
		color: #fff;
		font-size: 1.5rem;
		text-shadow: 0px 0px 2px rgba(0,0,0,0.76);
	}

	mg-slider .mgs-items-container{
		width: 100vw!important;
	}

	h3.title {
		font-size: large;
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		flex-wrap: wrap;
		word-wrap: break-word;
	}


	/* .div-header-box { */
	/* 	width:100%; */
	/* 	height : var(--header-height); */
	/* 	display: grid; */
	/* 	grid-template-columns: 1fr 1fr 4fr 2fr; */
	/* } */

	.ini-session{
		margin-right: 1rem;
		font-size: 1.5rem;
	}
	.ini-session.dropdown-toggle::after{
		display: none;
	}

	.slide img {
		object-fit: cover;
		width:100%;
		height: 150px;
	}
	.navbar-brand img {
		max-width: 45px;
		max-height: 45px;
		padding-top: 10px;
	}

	/****** Mobile Menu  ******/

	.navbar {
		padding: 0.5rem 0.3rem;
	}
	.navbar-section.logo {
		border:none;
	}

	.navbar-toggler {
		padding:0px;
		padding-top: 5px;
	}
	.menu-mobile {
		display: flex;
	}

	/****** Head Slogan  ******/

	.head-slogan {
		color: #ffffff;
		font-size: 1rem;
		font-weight: 600;
		text-align: center;

		border:none;
	}

	.events-list{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#search-results{
		border: none;
	}

	#search-results .event-single-content{
		margin-left:.1rem;
	}

	#profile-tabs-content .event-single-content{
		margin-left: -.6rem;
	}

	/****** Bell  ******/
	/* .navbar-btn { */
	/* 	color: #ffffff; */
	/* 	text-align: center; */
	/* 	font-size: 1.5rem; */

	/* 	border:none; */
	/* } */

	/****** User menu  ******/
	.right-menu i {
		color: #fff;
		font-size: 1.5rem;
		padding-top: 15%;
	}

	.navbar.right-menu {

		border:none;
	}
	.dropdown-menu {
		left: -2rem;
	}

	.main-input {
		display: inline-block;
		width: 100%;
	}
	.city-input {
		width: 100%;
	}

	/*********************************************/


	.footer {
		display: grid;
		grid-template-columns: 20% 45% 30% ;
	}
	.footer-logo img {
		width: 50%;
	}



	/********************************************/

	h1.front-pg {
		margin-top: 5px;
		margin-left: 5px;
	}

	.event-list {
		width: 100%;
	}


	.ev-title {
		font-size: 0.9rem;
	}

	.manager-name {
		font-size: 0.9rem;
	}
	.manager-single {
		width: 100%;
	}

	#content-section {
		padding-left: 0px;
		padding-right: 0px;
	}

	.manager-img img {
		width: 20% !important;
	}

	#radio-filters-container.show{
		height: 100px;
	}

	/** PROFILE
	*/
	.profile-metric-box{
		width: 100%;
		margin-top: 10px;
		padding: 0
}

@media only screen and (max-width: 800px)
{
    .single-favorite {
        display: grid; 
	grid-template-columns: 60% 40%;
        line-height: 1.1;
	justify-content: center;
	align-items: center;
    }

/*    #search-favorites.dropdown-content,*/
    #search-favorites.sx-window-content {
        min-width: 350px !important;
         min-width: 600px;
        border-radius: 5px;
        right: 30px;
        background-color: #f8f9fa;
        margin-top: 55px;
        position: absolute;
    }
    #notifications.sx-window-content {
        border-radius: 5px;
        background-color: #f8f9fa;
        margin-top: 55px;
        position: absolute;
    }

    .blue-item {
        color: #2780e3;
        font-weight: 600;
    }
    .favorite-categories {
        overflow-wrap: break-word; 
        hyphens: manual;
    }
	.btn-border {
		border:1px solid #dfdfdf;
		border-radius:5px;
    }
	.btn-border:hover {
        background-color: #6c757d;
        color: #fff;
    }

}


@media only screen and (max-width: 480px)
{
	.modal-box {
	    margin: auto;
	    width: 100% !important;
	}

	h5.modal-title {
	    font-size: 1rem;
	}

    .ev-date {
        font-size: 0.8rem;
    }

	.mt-2-mb {
		margin-top: 15px;
	}       
    .single-favorite {
        display: grid; 
	grid-template-columns: 60% 40%;
        line-height: 1.1;
	justify-content: center;
	align-items: center;
    }

/*    #search-favorites.dropdown-content,*/
    #search-favorites.sx-window-content {
        min-width: 350px !important;
        border-radius: 5px;
        right: 0px;
        background-color: #f8f9fa;
        margin-top: 55px;
        position: absolute;

    }
    #notifications.sx-window-content {
        border-radius: 5px;
        background-color: #f8f9fa;
        margin-top: 55px;
        margin-right: 50px;
        position: absolute;
        width: 100%;
    }

    .blue-item {
        color: #2780e3;
        font-weight: 600;
    }
    .favorite-categories {
        overflow-wrap: break-word; 
        hyphens: manual;
    }
	.btn-border {
		border:1px solid #dfdfdf;
		border-radius:5px;
	}	
    .btn-border:hover {
        background-color: #6c757d;
        color: #fff;
    }
	.img-desc img {
            width: 100% !important;
	}

}

@media only screen and (max-width: 350px)
{
	.form-container {
		width: 100% !important;
		margin-top: 1rem;
	}
	.accounts-menu {
		width: 90%;
		margin-left: 5%;
	}
	.row.cat-options {
        	font-size: 0.75rem;
	}
	
	.event-single-content{
        	max-height: 550px!important;
	}
	
	.navbar-btn {
		font-size: 1.3rem;
	}
	.modal-box {
	    margin: auto;
	    width: 84% !important;
	}
	.img-desc img {
            width: 100% !important;
	}


}

@media only screen and (max-width: 275px)
{
	.row.cat-options {
        	font-size: 0.55rem;
	}
    	.event-single-content{
        	max-height: 550px!important;
	}

	.modal-box {
	    width: 76% !important;
	    margin:auto;
	}
	.img-desc img {
            width: 100% !important;
	}

	
}
/*******************************************/

.show {
	visibility: visible;
	opacity:1
}

.hide {
	visibility: hidden;
	opacity: 0 ;
}


/****************************/

	mg-slider mg-slider-item:focus,
	mg-slider mg-slider-item:hover {
		  transform: scale(1.1);
			z-index: 1;
	}

	mg-slider mg-slider-item:hover ~ mg-slider-item {
		transform: translate(10px);
	}


	
.capacity {
    width: 100%;
    grid-column: 40% 60%;
}
.bbt {
    border-bottom:1px solid #ccc !important;
}
}

/* Gallery Modal */

#event-gallery-modal .modal-content {
    background-color: #f2f2f2;
    border-radius: 0.5rem;
}
#event-gallery-modal .modal-header {
    border-bottom: none;
}
#event-gallery-modal .modal-title {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
}
#event-gallery-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 2px;
}

/* buttons */
#event-gallery-modal .prev,
#event-gallery-modal .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: none;
    border-radius: 50%;
    /*width: 40px;
    height: 40px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0.1);
    z-index: 10;
}

#event-gallery-modal .prev {
	left: 10px;
}
#event-gallery-modal .next {
	right: 10px;
}
#event-gallery-modal .prev, #event-gallery-modal .next {
    cursor: pointer;
    position: absolute;
    /*top: 50%;*/
    top: 60%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #ccc;
    font-weight: bold;
    font-size: 2rem;
    transition: 0.6s ease;
    user-select: none;
    background: transparent;
    box-shadow: none;
}
#event-gallery-modal .prev:hover, #event-gallery-modal .next:hover {
    background: #000;
    opacity: 0.5;
    border-radius: 3px 0 0 3px;
}
