@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/fonts/montserrat/Montserrat-Regular.otf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/fonts/montserrat/Montserrat-SemiBold.otf');
}

@font-face {
    font-family: 'Confetti';
    src: url('/fonts/confetti/PartyConfetti-Regular.ttf');
}

:root {
    --main-color: #292929;
    --font-color: #3a4750;
    --accent-color: #3185cd;
    --accent-gradent: linear-gradient(90deg, rgb(49, 133, 205), rgb(93, 99, 255));
    --accent-gradent--secondary: linear-gradient(180deg, rgb(49, 133, 205), rgb(93, 99, 255));
    --secondary-color: #a6a2a2;
    --old-default: #F37226;
    --primary-blue: #4ec3c7;
}

body {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 26px;
    color: var(--font-color);
    font-weight: 300;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

.hidden, [hidden] {
    display: none !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    background: var(--secondary-color);
}

.noscroll {
    overflow: hidden;
}

.full-feature {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    position: relative;
    overflow: hidden;
    touch-action: none;
    width: 100%;
    padding-top: 60px;
}

.full-feature.boarding {
    height: auto;
    overflow: visible;
}

.full-feature.boarding#list-view {
    padding-top: 10px !important;
    font-weight: 600;
}

.full-feature#list-view h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
}

@media (max-width: 500px) {
    .full-feature#list-view h2 {
        margin-left: 0px;
    }

    .event-counter {
        margin-left: 25px !important;
    }
}

@media screen and (display-mode: standalone){
    .navbar {
        padding-top: 30px !important;
    }
}

.full-feature#list-view h2 svg {
    margin-bottom: -11px;
    margin-left: -5px;
}

.full-feature#list-view h2#event-return--header {
    margin-bottom: 5px;
}

.full-feature#list-view h2#event-return--header:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f3c5';
    padding-right: 10px;
}

.full-feature#list-view {
    padding-bottom: 90px;
}

.full-feature.boarding .event-view  {
    margin-top: 0 !important;
}

.full-feature.boarding .event-view .event-counter {
    display: none;
}


#list-view {
    border: 1px solid var(--secondary-color);
    padding-top: 60px !important;
    background: url('/img/assets/backdrop/subtle_grunge.png');
}

.support-head ul {
    list-style-type: circle;
    font-size: 14px;
    margin-bottom: 40px;
}

.support-head p {
    text-align: left !important;
    margin: 0;
}

/* --------------------------------------
Global Typography
------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #303841;
}

h1 {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 100;
    font-family: 'Montserrat-SemiBold';
}

h2 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
}

h3 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 300;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
}

h5 {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
}

h6 {
    font-size: 10px;
    line-height: 24px;
}

select {

    /* styling */
    background-color: white;
    border: thin solid var(--secondary-color);
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select:focus {
    background-image:
        linear-gradient(45deg, var(--accent-color) 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, var(--accent-color) 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: var(--accent-color);
    outline: 0;
}


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

div {
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}


/* --------------------------------------
APPLICATION LOADERS
------------------------------------------*/

.ping-loader {
    --uib-size: 45px;
    --uib-color: black;
    --uib-speed: 2s;
    position: relative;
    height: var(--uib-size);
    width: var(--uib-size);
}

.ping-loader[aria-color='white'] {
    --uib-color: white;
}

.ping-loader::before,
.ping-loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: var(--uib-color);
    animation: pulse var(--uib-speed) linear infinite;
    transform: scale(0);
    opacity: 0;
    transition: background-color 0.3s ease;
}

.ping-loader::after {
    animation-delay: calc(var(--uib-speed) / -2);
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.ripple-loader {
    --uib-size: 60px;
    --uib-color: black;
    --uib-speed: 2.6s;
    --uib-dot-size: calc(var(--uib-size) * 0.23);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--uib-size);
    height: var(--uib-dot-size);
    filter: url('#uib-jelly-ooze');
}

.ripple-loader[aria-color='white'] {
    --uib-color: white;
}

.ripple-loader[hidden] {
    display: none;
}

.dot {
    position: absolute;
    top: calc(50% - var(--uib-dot-size) / 2);
    left: calc(0px - var(--uib-dot-size) / 2);
    display: block;
    height: var(--uib-dot-size);
    width: var(--uib-dot-size);
    border-radius: 50%;
    background-color: var(--uib-color);
    animation: stream var(--uib-speed) linear infinite both;
    transition: background-color 0.3s ease;
}

.dot:nth-child(2) {
    animation-delay: calc(var(--uib-speed) * -0.2);
}

.dot:nth-child(3) {
    animation-delay: calc(var(--uib-speed) * -0.4);
}

.dot:nth-child(4) {
    animation-delay: calc(var(--uib-speed) * -0.6);
}

.dot:nth-child(5) {
    animation-delay: calc(var(--uib-speed) * -0.8);
}

@keyframes stream {

    0%,
    100% {
        transform: translateX(0) scale(0);
    }

    50% {
        transform: translateX(calc(var(--uib-size) * 0.5)) scale(1);
    }

    99.999% {
        transform: translateX(calc(var(--uib-size))) scale(0);
    }
}

.pre-loader {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.pre-loader p {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    background: var(--main-color);
    color: white;
    padding: 2px 35px;
    border-radius: 20px;
}

.loader {
    width: 70px;
    display: block;
    margin: 20px auto;
    box-sizing: border-box;
    position: relative;
  }
  .loader::after {
    content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_2_00000031175373131095429990000002372303080025306781_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 329.6 398.6' style='enable-background:new 0 0 329.6 398.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23multiGradient);%7D .st1%7Bfill:%23FFFFFF; stroke:url(%23multiGradient); stroke-miterlimit:10;%7D .st2%7Bfill:%23231F20;stroke:%23231F20;stroke-width:7;stroke-miterlimit:10;%7D .st3%7Bfill:%23231F20;stroke:%23231F20;stroke-width:7;stroke-miterlimit:10;%7D .st4%7Bfill:%23FFFFFF;%7D .st5%7Bfill:%23231F20;stroke:%23231F20;stroke-width:11;stroke-miterlimit:10;%7D %3C/style%3E%3Cpath class='st0' d='M327.2,189c-6.5,34.3-24.2,57.8-34.1,69.2C250.8,305,208.4,351.8,166,398.6c-40.4-43-80.9-86-121.3-128.9 c-11.9-12.3-32.8-37.5-41.1-74.9C-9.3,137,13.6,74.7,59.4,36.7c57-47.2,124.5-36.1,133.2-34.5c59.4,10.8,92.7,51.3,101.7,63.2 C301.9,75.4,339.4,124.6,327.2,189L327.2,189z'%3E%3C/path%3E%3Cpath class='st1' d='M303.4,159.7c0,77.2-62.6,139.8-139.8,139.8c-53.4,0-101.6-32.8-124.5-76c-4.3-8.2-16.6-32.2-15.4-63.8 C26.1,99.4,77.5,19.9,163.6,19.9C240.8,19.9,303.4,82.5,303.4,159.7L303.4,159.7z'%3E%3C/path%3E%3Cg%3E%3Cpath class='st2' d='M84.2,194.5c-6.3-1.5-10.3-5.6-12-7.4c-13.2-13.8-14.1-42.6-6.5-62.7c20.1-53.2,105.7-64.9,111.6-54.4 c2,3.5-5.3,8.7-2.8,16.6c3,9.4,17.7,16.1,24,12c8.9-5.7-2.7-29.9,4.6-34.1c7.1-4,25.1,14.1,34.1,24.9c12,14.3,26.3,31.4,28.6,58.1 c0,0,2.6,30.7-16.6,58.1c-4.4,6.3-14.3,20.4-25.8,19.4c-1-0.1-1.8-0.3-2.4-0.4c-14.9-3.7-19.9-22.7-33.6-35.6 c-1.6-1.6-14.5-13.3-32.3-14.8c-10.3-0.9-20,2.2-24.2,3.4c-1.5,0.4-5.7,2.2-10.5,4.2c-3.8,1.6-6.4,2.8-7.7,3.4 C97.8,192.1,90.1,195.9,84.2,194.5L84.2,194.5z'%3E%3C/path%3E%3Cpath class='st3' d='M217.3,232.1c1.7-1.2,4,2.3,8.9,2c4.8-0.3,6.4-3.8,8.6-2.9c2.7,1.2,2.5,7.7,1.1,12c-0.5,1.6-1.7,5.2-5.1,7.2 c-0.8,0.5-2.7,1.5-4.9,1.1c-3.6-0.6-5.5-4.6-6.9-7.4C217.3,240.6,215.1,233.7,217.3,232.1L217.3,232.1z'%3E%3C/path%3E%3Cpath class='st4' d='M117.1,185.6c-11.7-17.8-12.9-41.9,1.4-58.7c14.1-16.8,37.2-25.2,58.8-21.2c37.1,6.4,62.8,42.4,50.3,79.2 c-2.4,7.4-7.1,13.3-11.3,19.5c-0.4,0.6-2.8,4.1-3.1,4.7c-2.1,2.8-2.5,6.1-2,9.8l-28.4-33.6c2.5,1.6,5.3,2.7,7.6,1 c1.5-0.9,2.9-2.1,3.9-3.5c1.6-2,2.6-4.4,3.8-6.6c2.2-4.3,3.9-8.8,4.2-13.6c1.2-17.2-13.3-32.4-29.4-37.1c-4.6-1.4-9.5-2.1-14.3-1.9 c-14.8,0.7-30.3,8.5-37.2,21.9c-5.6,11.4-4.1,25.6,1.4,36.9L117.1,185.6L117.1,185.6L117.1,185.6z'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='multiGradient'%3E%3Cstop offset='100%25' stop-color='%23E8BA6A'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath class='st5' d='M229.9,193.8c-5.1,8.2-11.2,16.6-18.5,24.7c-0.8,0.9-1.5,1.7-2.3,2.5'%3E%3C/path%3E%3Cpath class='st5' d='M195.4,166.9c-1.3,4.2-3.6,9.8-7.7,15.2c-1.6,2.1-3.2,3.9-4.7,5.3'%3E%3C/path%3E%3C/svg%3E");
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    left: 0;
    bottom: 30px;
    position: absolute;
    box-sizing: border-box;
    animation: animMarker 0.8s ease-in-out infinite alternate;
  }
  .loader::before {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 150%;
    width: 24px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    animation: animShadow 0.4s ease-in-out infinite alternate;
  }

  @keyframes animMarker {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }
  
  @keyframes animShadow {
    0% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
  }

.lds-ellipsis {
    /* change color here */
    color: var(--accent-gradent)
}

.lds-ellipsis,
.lds-ellipsis div {
    box-sizing: border-box;
}

.lds-ellipsis {
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33.33333px;
    width: 13.33333px;
    height: 13.33333px;
    border-radius: 50%;
    background: var(--accent-gradent--secondary);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* --------------------------------------
LINK STYLE
------------------------------------------*/

a {
    color: var(--old-default);
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none;
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--accent-color);
}

p {
    margin-bottom: 20px;
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* --------------------
   Section Background
   -------------------*/

.gray-bg {
    background-color: #f0f1f3;
}

.white-bg {
    background-color: #fff;
}

/* -----------------------------
scene animations
   ----------------------------*/
@keyframes slide-right {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(none);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(none);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes moveInFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveInFromLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes moveOutToLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes moveOutToLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes moveInFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveInFromRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes moveOutToRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@keyframes moveOutToRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

section {
    position: relative;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.is-exiting {
    transition-timing-function: ease-out;
}

html.is-changing .transition-main {
    transition-property: opacity, transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(0);
    opacity: 1;
}

html.is-animating .transition-main {
    opacity: 0;
}

[data-transition=fade] {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

[data-transition=fade].is-exiting {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

[data-transition=moveleft] {
    -webkit-animation-name: moveInFromLeft;
    animation-name: moveInFromLeft;
}

[data-transition=moveleft].is-exiting {
    -webkit-animation-name: moveOutToRight;
    animation-name: moveOutToRight;
}

[data-transition=moveright] {
    -webkit-animation-name: moveInFromRight;
    animation-name: moveInFromRight;
}

[data-transition=moveright].is-exiting {
    -webkit-animation-name: moveOutToLeft;
    animation-name: moveOutToLeft;
}

[data-transition=moveinup] {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

[data-transition=moverinup].is-exiting {
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
}

[data-transition=fadeinright] {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

[data-transition=fadeinright].is-exiting {
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
}


/*Button Style*/

.btn {
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 15px;
    font-weight: 100;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.load-wrapper{
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #D2D2D2;
    z-index: 44;
    overflow: hidden;
    border-radius: 5px;
  }


.activity{
    position: absolute;
    left: -45%;
    height: 100%;
    width: 45%;
    background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    animation: loading 1s infinite;
    z-index: 45;
}

@keyframes loading {
    0%{
        left: -45%;
    }
    100%{
        left: 100%;
    }
}

@keyframes l13{ 
    100%{transform: rotate(1turn)}
}

.btn.load {
    pointer-events: none;
    color: white;
}

.btn.load:after{
    content: '';
    display: block;
    float: right;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
      radial-gradient(farthest-side,#fff 94%,#0000) top/4px 4px no-repeat,
      conic-gradient(#0000 30%,#fff);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 0);
    animation: l13 0.7s infinite linear;
}

.btn-action-confirm.load:after{
    margin-left: 10px;
}

.btn-modern {
    background: rgb(66, 66, 66);
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0.9em;
    border: 1px solid #ddd;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    width: 100%;
}

.btn-modern .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 3.2em;
    border-radius: 0.7em;
    right: 0.3em;
    transition: all 0.3s;
}

.btn-modern .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: var(--accent-color);
}

.btn-modern:hover .icon svg {
    transform: translateX(0.1em);
}

.btn-modern:active .icon {
    transform: scale(0.95);
}

.btn-modern .fas {
    margin-right: 10px;
}

.btn:active {
    transform: scale(0.97);
    box-shadow: 3px 2px 25px 1px rgba(29, 29, 29, 0.25);
}

.btn-lg {
    font-size: 14px;
    padding: 15px 30px
}

.btn-primary {
    background: var(--accent-gradent);
    border-color: #1a6fb1;
    width: 100%;
}

.btn-standard {
    background: var(--main-color);
    color: white;
    border-color: var(--main-color);
    padding: 0px 10px;
    border-radius: 10px;
}

.btn-standard:hover {
    color: var(--accent-color);
    border-color: #454546;
}

.btn-primary:hover {
    background: var(--accent-gradent--secondary);
    color: #fff;
    border-color: #454546;
}

.btn-action-rem {
    background: #d64646 !important;
    border-color: #d64646;
    color: #fff;
}

.btn-action-rem:hover {
    background: #000000;
    color: #fff;
    border-color: #454546;
}

.btn-action-confirm {
    background-color: var(--accent-color) !important;
    border-color: var(--accent-color);
    color: #fff;
}

.btn-action-confirm:hover {
    background: #000000;
    color: #fff;
    border-color: #454546;
}

.btn-default {
    color: #d64646;
    background-color: transparent;
    border-color: #e1e1e1;
}

.btn-default:hover {
    background: #000000;
    color: #fff;
    border-color: #d64646;
}

.btn-radio {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.btn-radio:hover {
    background: #000000;
    color: #fff;
}

.btn-select--add {
    box-shadow: 0 2px 6px 0 rgba(41, 41, 41, 0.2), 0 4px 20px 0 rgba(41, 41, 41, 0.19);
    -webkit-box-shadow: 0 2px 6px 0 rgba(41, 41, 41, 0.2), 0 4px 20px 0 rgba(41, 41, 41, 0.19);
    -moz-box-shadow: 0 2px 6px 0 rgba(41, 41, 41, 0.2), 0 4px 20px 0 rgba(41, 41, 41, 0.19);
    width: 100%;
}

.btn-select--add::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    padding-right: 10px;
}

.btn-select--next::after {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f0a9';
    float: right;
}

.btn-form {
    width: 100%;
    text-align: left;
    background-color: rgb(66, 66, 66);
    color: white !important;
}

.btn-form::after {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    float: right;
}

.btn-next:after {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f0a9';
    float: right;
}

.btn-form:hover {
    background-color: rgb(77, 77, 77);
    border: 1px solid var(--main-color);
}

.btn-form:hover::after {
    transition-duration: .2s;
    animation: slide-right .6s ease-out both;
}

.btn-form--back {
    width: 100%;
    text-align: left;
    background: #f0f0f087 !important;
}

.btn-form--back::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f0a8';
    float: left;
    margin-right: 10px;
}

.btn-share-link {
    display: block !important;
    box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17;
    transition: all 0.6s ease;
    padding: 0.75rem 1.5rem;
    background-color: #488aec;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 10px;
}

.share-event--name {
    text-align: center;
}

.btn-share-link.email {
    background: var(--old-default);
}

.btn-share-link.facebook {
    background: #3b5998;
}

.btn-share-link.twitter {
    background: #00acee;
}

.btn-share-link.linkedin {
    background: #0a66c2;
}

.btn-share-link:hover {
    box-shadow: 0 10px 15px -3px #488aec4f, 0 4px 6px -2px #488aec17;
    background: var(--main-color);
    color: white;
}

.btn-share-link:focus,
.btn-share-link:active {
    opacity: 0.85;
    box-shadow: none;
}

.btn-form--back:hover,
.btn-cancel:hover {
    background: #000000 !important;
    color: #fff;
}

.btn-form img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.btn-checkbox {
    width: 100%;
    text-align: left;
    color: #000 !important;
    margin-top: 5px !important;
    padding: 5px 0 5px 0;
}

.btn-checkbox div {
    float: right;
    margin-left: 10px;
}

.btn-checkbox label {
    font-weight: normal;
    display: unset;
    text-transform: capitalize;
}

.btn-checkbox label:disabled,
.btn-checkbox label[disabled] {
    cursor: not-allowed;
    color: var(--secondary-color);
}

.btn-business {
    height: 85px;
}

.btn-business:after {
    content: '\f13a' !important;
    position: relative;
    top: -25px;
}

.btn-business img {
    float: left;
}

.btn-business ul {
    padding-top: 5px;
}

.btn-business ul li {
    border: none !important;
}

.btn-business ul li:nth-child(2) {
    font-size: 14px;
}

.btn-highlight {
    margin-top: 10px !important;
    background: var(--old-default);
    color: #fff;
    border: 1px solid var(--main-color);
}

.btn-cancel {
    background-color: var(--secondary-color) !important;
    border-color: var(--main-color) !important;
    color: #ffffff !important;
}

.btn--small {
    background-color: #ffffff !important;
    color: var(--accent-color) !important;
    border: none !important;
    float: right;
    font-size: 14px;
    margin-top: -5px !important;
}

.btn--small:hover {
    background-color: #ffffff !important;
    text-decoration: underline;
}

button:focus,
.btn:focus,
.btn:active:focus {
    outline: none;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.btn-back {
    color: var(--main-color);
    width: fit-content;
    padding: 5px 10px 0px 15px;
    border-radius: 15px;
    height: 35px;
}

@media (max-width: 765px) {
    .btn-back span {
        display: none;
    }
}

.btn-back.black {
    padding: 6px 10px 0px 15px;
    background: rgba(24,24,24 0.8);
}

.btn-back.black span {
    color: white;
    margin-left: 5px;
}

.btn-back.black:active {
    transform: scale(0.9);
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow.black {
    border-color: white;
}

.btn-tip--info {
    background: none !important;
    border: none !important;
    color: var(--accent-color) !important;
    margin: 0px !important;
}

.btn-tip--info i {
    color: var(--accent-color) !important;
}

/* ----------------------------------------------
Password Strength Styling
------------------------------------------------- */

.progress {
    height: 3px !important;
}

.form-group {
    margin-bottom: 10px;
}

.show-pass {
    position: absolute;
    top: 5%;
    right: 8%;
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.fa-eye {
    color: #022255;
    cursor: pointer;
}

.ex-account p a {
    color: #f6086e;
    text-decoration: underline;
}

.fa-circle {
    font-size: 6px;
}

.fa-check {
    color: #02b502;
}

.password-strength--detail {
    margin-bottom: 30px;
}

.password-strength--detail li {
    color: var(--secondary-color);
}

.password-strength--detail li:first-child {
    color: var(--main-color) !important;
}

.password-strength--detail li span.good {
    color: #02b502;
}

/* ----------------------------------------------
text-highlights
------------------------------------------------- */

.text-highlights {
    color: #ffffff;
    padding: 0px 5px;
}

.text-highlights.black {
    background: #313131;
}

.text-highlights.blue {
    background: #d64646;
}

/* Common Page Header */

.page-header {
    padding-bottom: 0;
    margin: 100px 0;
    border-bottom: 0;
}

.page-toolbar {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    padding: 15px;
}

.page-toolbar.nonblocking {
    position: absolute;
    max-width: 1170px;
}


@media screen and (max-width: 1200px) {

    .page-toolbar.nonblocking {
        max-width: 970px;
    }
}

@media screen and (max-width: 768px) {
    .page-toolbar {
        margin-top: 60px;
    }
}

@media screen and (max-width: 448px) {
    .page-toolbar {
        grid-template-columns: 1fr 4fr;
    }

    .page-toolbar h1 {
        text-align: left !important;
    }
}

.page-toolbar h1 {
    margin: 0;
    text-align: center;
    padding: 0;
}

.page-header h1 {
    font-size: 70px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.page-header .sub-title {
    display: block;
    font-size: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 766px) {
    .page-header h1 {
        font-size: 44px;
        line-height: 44px;
    }

    .page-header .sub-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.sub-tag {
    min-width: 80px;
    font-size: 11px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    margin-left: 30px;
    padding: 4px;
    text-align: center;
}

.sub-tag--overdue,
.sub-tag--unverified {
    background: var(--old-default);
    color: #ffffff;
}

.sub-tag--paid {
    background: green;
    color: #ffffff;
}

/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */

.page-title-section {
    padding-top: 80px;
    background: no-repeat center center #4795bb;
    background-size: cover;
}

/*-----------------------------
 NAVIGATION & HEADER STYLE
--------------------------------*/

/*Navigation*/

.navbar-default {
    background-color: var(--main-color);
    margin-bottom: 0;
    border: 0;
    border-bottom: .25rem solid;
    box-shadow: 0 .25em .25em rgba(0, 0, 0, .1);
    border-radius: 0px;
    padding: 5px 0 5px 0;
    min-height: 0px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.explore {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.f-nav {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.navbar-pg--title {
    width: 83%;
    padding-top: 12px;
    padding-bottom: 0;
    height: 40px;
    color: #fff !important;
    float: left;
    font-family: 'Confetti';
    font-size: 22px;
    line-height: 20px;
    display: flex;
}

.navbar-pg--title img {
    height: 30px;
    margin: -6px 5px 0 0;
    width: auto !important;
}

.navbar-pg--title:hover {
    color: #ffffff !important;
}

.navbar-default .navbar-nav>li {
    margin-right: 17px;
}

.navbar-default .navbar-nav>li:nth-child(2) {
    background: var(--accent-color);
    background-image: var(--accent-gradent);
    border-radius: 15px;
}

.navbar-default .navbar-nav>li:nth-child(2):hover {
    background: var(--accent-gradent--secondary);
}

.navbar-default .navbar-nav>li:last-child {
    margin-right: 0px;
    padding: 6px 8px 8px 24px;
    color: white;
    cursor: pointer;
    display: none;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 2px;
}

.navbar-default .navbar-nav>#active>a,
.navbar-default .navbar-nav>#active>a:focus,
.navbar-default .navbar-nav>#active>a:hover {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.navbar-default--search {
    background: #eae9e5;
    border-style: none;
}

.nav-item a {
    background: #eee !important;
}

.nav-item.active a {
    background: inherit !important;
    font-weight: bold;
}

/* Pull down  */
div.pullDown a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 0px;
    content: '';
    background: #FFF;
    opacity: 0.3;
    transition: all 0.3s;
}


.nav-cta {
    float: right;
    margin: 3px 0 0 40px;
    line-height: 34px;
    background: #d64646;
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-cta>li>a {
    display: inline-block;
    color: #ffffff;
    width: 20px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.nav-cta .dropdown-menu {
    left: auto;
    right: 0;
}

/* Nav Media Layout*/

@media screen and (max-width: 1022px) {
    .navbar-pg--title>img {
        width: 150px;
        margin-top: -5px;
    }

    .full-feature {
        padding-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-default {
        background: var(--main-color) !important;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .navbar {
        border-radius: 0;
    }

    .full-feature {
        padding-top: 60px;
    }
}

@media (min-width: 1024px) {
    .navbar-default {
        padding: 10px 0;
    }

    .navbar-right .dropdown-menu {
        right: auto;
    }
}

/* Sticky Menu */

.sticky-nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #d64646 !important;
    padding: 10px 0 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/* Dropdown Menu */

.dropdown-menu {
    display: inherit;
    top: 100% !important;
    padding: 0;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    box-shadow: 0px -2px 0px #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 34px !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.dropdown-menu::before {
    top: -30px;
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    display: block;
}

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top: 14px !important;
}

.dropdown-header {
    font-size: 11px;
    line-height: 30px;
    font-weight: 600;
    color: #313131;
    text-transform: uppercase;
}

.dropdown-menu li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #969595;
    padding: 3px 20px;
}

.dropdown-menu li a:hover {
    color: #d64646;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #d64646;
    background-color: #f5f5f5;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #000000;
    background-color: transparent;
}

.navbar-search {
    background-color: transparent;
    color: #ffffff;
    padding: 7px 15px;
    border: 0;
    font-size: 16px;
    border-radius: 0;
    float: left;
    display: none;
}

@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
    }

    .navbar-search {
        display: none;
    }
}

.navbar-header {
    margin-left: 0px !important;
}

.navbar-toggle {
    padding: 5px 27px;
    border: 0;
    margin-right: 0px;
    border-radius: 0;
    float: left;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    width: 18px;
    height: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 2px;
}

/*uc-mobile-menu*/

.uc-mobile-menu-container>div {
    visibility: hidden;
}

.menu {
    margin: 50px 40px;
}

.menu .profile-image {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

img.profile-image {
    border: 3px solid var(--secondary-color);
    border-radius: 50%;
}

.menu li img {
    width: 100px;
    margin-bottom: 5px;
}

.mobile-menu ul li {
    text-transform: uppercase;
}

.mobile-menu ul>li:last-child {
    border-bottom: 0;
}

.mobile-menu ul li ul li {
    margin-left: 0;
    color: #999999;
}

.mobile-menu ul li a {
    display: block;
    text-decoration: none;
    color: #777777;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #444;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li.active a {
    color: #ffffff;
}

.menu .fa {
    float: right;
    margin-top: 4px;
}

.menu-bottom {
    margin: 50px 40px;
    text-transform: uppercase;
    font-size: 16px;
}

.menu-bottom>li a {
    border-top: 1px dotted #444;
    padding: 10px 0;
    border-bottom: none;
}

.menu-bottom>li .logout {
    color: var(--old-default);
}

.menu-bottom .social-heade {
    margin-top: 15px;
}

.menu-bottom .socials {
    display: flex;
    justify-content: space-evenly;
}

.menu-bottom .socials a {
    font-size: 20px;
    border: none;
}

.menu-bottom p {
    margin-bottom: 0;
    color: var(--secondary-color)
}

.menu-highlight {
    color: var(--accent-color) !important;
}

@media screen and (max-width: 768px) {
    .navbar-pg--title {
        padding-top: 10px;
    }
}

@media screen and (max-width: 695px) {
    .navbar-pg--title {
        width: 80%;
    }
}


@media screen and (max-width: 590px) {
    .navbar-pg--title {
        width: 75%;
    }
}

@media screen and (max-width: 500px) {
    .navbar-pg--title {
        width: 70%;
    }
}

@media screen and (max-width: 422px) {
    .navbar-pg--title {
        width: 65%;
    }
}

@media screen and (max-width: 338px) {
    .navbar-pg--title {
        width: 60%;
    }
}

.swup-progress-bar {
    height: 4px;
    background-color: var(--accent-color);
}

/*-------------------------------
 * Mobile Menu Close
 *-------------------------------*/

.uc-mobile-menu .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
    width: 44px;
    height: 44px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.uc-mobile-menu .close:hover {
    opacity: 1;
}

/*---------------------------
 * Section Title
 *---------------------------*/

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .section-title {
        text-align: left;
    }
}

/*---------------------------
 * Category Select MAIN
 *---------------------------*/
.cat-view {
    display: none;
    position: absolute;
    z-index: 9;
    margin: 10px auto;
    padding: 0 10px 0 10px;
    will-change: transform;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.event-view .cat-view {
    display: block;
    position: relative;
}

.cat-view::-webkit-scrollbar {
    display: none;
}

.cat-view li {
    position: relative;
    list-style: none;
    display: inline-block;
}

.cat-view li:active {
    transform: scale(0.9);
}

.cat-view li i {
    margin-right: 5px;
    background: none !important;
}

/*@media (hover: hover) and (pointer: fine) {
    .cat-view li label:hover {
        background: rgb(49, 133, 205, 1);
        color: #fff;
        border-color: var(--main-color);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
    }
}*/

.cat-select input[type="checkbox"]:checked+.cat-view label {
    background-color: var(--accent-color);
    opacity: 1;
}

.cat-notice {
    font-size: 13px !important;
    font-weight: normal;
}

.cat-notice span {
    color: var(--old-default);
}

.cat-popup {
    color: white !important;
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid var(--secondary-color);
    font-weight: bold;
    background: var(--main-color);
}


.mapboxgl-popup-content {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.mapbox-gl-geocoder--error {
    padding: 20px 12px !important;
}

.mapboxgl-popup-tip {
    display: none !important;
}

.mapboxgl-popup-close-button {
    display: none !important;
}


.cat-view li input[type="checkbox"] {
    display: none;
}

.cat-view li label {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 10px;
    cursor: pointer;
    text-transform: capitalize;
    padding: 4px 10px 4px 10px;
    border: 0.5px solid var(--main-color);
    border-radius: 10px;
    margin: 0 3px 0 3px;
} 

.cat-view li label span {
    color: #fff;
}

.cat-view li label.inactive {
    background: var(--main-color) !important;
    opacity: 0.92;
} 

.cat-view li label:not(.inactive):before {
    color: #fff;
}

.cat-item--outdoors {
    color: #4fc1e9;
    background: #4fc1e9 !important;
}

.cat-item--outdoors:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f6ec';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--market {
    color: #f37227;
    background: #f37227 !important;
}

.cat-item--market:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f54e';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--festival {
    color: #b4519e;
    background: #b4519e !important;
}

.cat-item--festival:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f3ff';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--community {
    color: #a0d189;
    background: #a0d189 !important;
}

.cat-item--community:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f0c0';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--live-music {
    color: #df8546;
    background: #df8546 !important;
}

.cat-item--live-music:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f7a6';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--sport {
    color: #eb4d6d;
    background: #eb4d6d !important;
}

.cat-item--sport:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f45f';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--deals {
    color: #119f49;
    background: #119f49 !important;
}

.cat-item--deals:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f02b';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--food {
    color: #ed2024;
    background: #ed2024 !important;
}

.cat-item--food:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f2e7';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--bar {
    color: #6b80bf;
    background: #6b80bf !important;
}

.cat-item--bar:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f79f';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--classes {
    color: #357d8a;
    background: #357d8a !important;
}

.cat-item--classes:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f51c';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--stall {
    color: #f26765;
    background: #f26765 !important;
}

.cat-item--stall:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f094';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--convention {
    color: #b39179;
    background: #b39179 !important;
}

.cat-item--convention:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f0ac';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--workshop {
    color: #e8b86d;
    background: #e8b86d !important;
}

.cat-item--workshop:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f7d9';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--art {
    color: #ed3fb1;
    background: #ed3fb1 !important;
}

.cat-item--art:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f53f';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--exhibition {
    color: #ff7089;
    background: #ff7089 !important;
}

.cat-item--exhibition:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f083';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--health {
    color: #662d91;
    background: #662d91 !important;
}

.cat-item--health:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f21e';
    margin-right: 5px;
    margin-left: 5px;
}


.cat-item--garage-sale {
    color: #895723;
    background: #895723 !important;
}

.cat-item--garage-sale:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f494';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--relaxation {
    color: #3154a5;
    background: #3154a5 !important;
}

.cat-item--relaxation:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f5bb';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--family {
    color: #17a2b8;
    background: #17a2b8 !important;
}

.cat-item--family:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f1ae';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--show {
    color: #771213;
    background: #771213 !important;
}

.cat-item--show:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f630';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--networking {
    color: #ce86b9;
    background: #ce86b9 !important;
}

.cat-item--networking:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f086';
    margin-right: 5px;
    margin-left: 5px;
}

.cat-item--activities {
    color: #f7bd03;
    background: #f7bd03 !important;
}

.cat-item--activities:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f522';
    margin-right: 5px;
    margin-left: 5px;
}

/*---------------------------
 * Modal
 *---------------------------*/

.modal {
    z-index: 99999 !important;
    background: rgba(41, 41, 41, 0.8);
    /* Sit on top */
}&.three {
    z-index:0;
    transform:scale(1);
    .modal-background {
      background:rgba(0,0,0,.6);
      .modal {
        animation: moveUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
    + .content {
      z-index:1;
      animation: slideUpLarge .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
    }
    &.out {
      .modal-background {
        .modal {
          animation: moveDown .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
        }
      }
      + .content {
        animation: slideDownLarge .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
      }
    }
  }

.modal-header h1 {
    margin: 0 !important;
}

.modal-dialog {
    border-radius: 15px;
}

.modal-backdrop {
    z-index: 0 !important;
}

.modal-header {
    background: rgba(41, 41, 41, 0.8);
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    border: none;
}

.modal-footer {
    border: none;
}

.modal-content {
    border-radius: 15px;
    background: rgba(41, 41, 41, 0.8);
}

.modal-body {
    margin: 0 10px 10px 10px;
    background: white;
    border-radius: 15px;
}

.modal-body p {
    margin-left: 0 !important;
}

.modal-body ul li h2 {
    margin: 20px 0 10px 0;
    font-size: 20px;
}

.modal-body ul li h3 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.modal-body ul li select {
    min-width: 50%;
    text-align: center;
}

.modal-body #filter-radius {
    min-width: 35%;
}

.modal-body ul li .cat-item {
    padding: 8px 0 8px 0;
    margin-right: 10px;
    border-radius: 15px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    color: white !important;
}

.modal-body ul li div {
    display: flex;
}

.modal-body .sort-option {
    text-align: center;
    margin-bottom: 25px;
}

.modal-body .sort-option .event-tag--select {
    display: inline;
}

.event-tag--select label {
    text-transform: capitalize;
}

.modal-body ul li div :nth-child(2) {
    margin-left: 10px;
}

.modal-header h1 {
    float: left;
    font-size: 20px;
    color: #fff;
}

.modal-header button {
    float: right;
    font-size: 30px;
    background: none;
    border: none;
    margin: 0 !important;
}

.modal-header button:hover {
    color: var(--old-default);
}

.modal-footer button {
    margin-top: 0 !important;
}

.modal-important {
    color: #d64646;
}

.modal-information {
    color: var(--accent-color);
}

.modal-body .user-selection ul {
    list-style: none;
}

.modal-body .user-selection ul.times {
    display: flex;
    margin-bottom: 10px;
}


/*---------------------------
 * Alert
 *---------------------------*/
.alert-notice {
    background: var(--accent-color);
    color: #fff;
}

.alert-important {
    background: #d64646;
    color: #fff;
}

.alert-paused {
    background: #0034ffa6;
    color: #fff;
}

.alert-promo {
    background: #178bb8 !important;
    color: #fff !important;
}

.alert-blip {
    background: rgba(247, 193, 89, 0.8);
    width: 100%;
    text-align: left;
}

.alert-blip span {
    float: right;
    border: 1px solid var(--main-color);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: var(--main-color);
}

.alert-blip span:hover {
    background: var(--main-color);
    color: white;
}

.alert-success {
    background: #63c382;
    color: var(--font-color);
}

/*---------------------------
 * Toast
 *---------------------------*/

.toast-draft {
    opacity: 1 !important;
}

/*---------------------------
 * Program Map
 *---------------------------*/

.prime-group {
    /* Elements of map control */
    background: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.section-backdrop {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 71px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 71px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 71px 0px rgba(0, 0, 0, 0.75);
}

.leaflet-container {
    overflow: none !important;
}

#index-top {
    height: 200px;
    background-image: url("/img/content/hero_1.1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#map-wrapper {
    height: 100%;
    position: relative;
    background: url('/img/assets/backdrop/subtle_grunge.png');
}

#button-wrapper {
    width: 100%;
}

#button-wrapper input {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 999;
}

.index-map {
    width: 100%;
    height: 100%;
}

.mapboxgl-ctrl-geocoder--input {
    font-size: 14px;
    height: 100%;
    padding-top: 8px;
}

.index-map .mapboxgl-control-container .mapboxgl-ctrl-top-right {
    top: 50px !important;
}

.index-map .mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl {
    background: var(--main-color);
    opacity: 0.92;
    border-radius: 10px;
    border: 0.5px solid var(--main-color);
}

.index-map .mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl .mapboxgl-ctrl-group button {
    border-top: 1px solid var(--secondary-color) !important;
}

.index-map-marker--start .leaflet-popup-content-wrapper {
    border: 0 !important;
    background: none;
    box-shadow: none !important;
}

.user-location--marker {
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 20px;
    width: 20px;
    transform: scale(1);
    background: var(--accent-color);
    box-shadow: 0 0 0 0 var(--accent-color);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(49, 133, 205, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(49, 133, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(49, 133, 205, 0);
    }
}

@media screen and (max-width: 768px) {
    #index-top {
        height: 200px;
    }

    #button-wrapper input {
        bottom: 30px;
    }
}

@media screen and (max-width: 399px) {
    #button-wrapper input {
        bottom: 56px;
    }
}

.location-input--wrapper {
    width: 100%;
    right: 0;
    left: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 25px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.75);
    height: 50px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--main-color);
}

.location-input--wrapper .geocoder {
    padding-top: 7px;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.location-filter--wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
    flex-shrink: 0;
}

.location-filter--wrapper button {
    padding: 7px 12px;
    float: left;
    border-radius: 10px;
}

.location-filter--wrapper .selection {
    margin: 0 5px 0 0;
    border: none;
    border-radius: 10px;
    background: var(--main-color);
    color: white;
} 

.location-filter--wrapper .selection:hover {
    transition: background-color 0.3s ease;
    color: var(--accent-color);
}

.location-filter--wrapper .search-filter:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f0b0';
    float: left;
    margin-right: 5px;
    font-size: 10px;
}

.location-filter--wrapper .search-filter:after {
    content: 'Filter';
}

.location-filter--wrapper .search-filter:hover .nav-tag {
    color: white;
}

.location-filter--wrapper .search-filter .nav-tag {
    bottom: 33px;
    right: 40px;
}

.location-filter--wrapper .search-cal:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f073';
    float: left;
    margin-right: 5px;
    font-size: 10px;
}

.location-search .search-submit {
    border: none;
    height: 100%;
    margin-right: 5px;
    background: var(--accent-color);
    color: white;
}

.location-search .search-submit:disabled {
    color: rgb(166, 162, 162);
    background: rgb(204, 204, 204);
}

.location-search .search-submit:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f061';
    float: left;
    font-size: 17px;
}

.location-search .search-submit:not(:disabled):hover {
    color: white !important;
}

@media (max-width: 550px){
    .location-filter--wrapper .search-cal::before,
    .location-filter--wrapper .search-filter::before  {
        font-size: 13px;
    }
    
}

.mapboxgl-ctrl-geocoder {
    font-size: 14px !important;
    width: 100% !important;
    background-color: transparent !important;
    max-width: 100% !important;
}

.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder .suggestions {
    box-shadow: none !important;
    top: calc(100% + 4px) !important;
}

.index-map-marker--start .mapboxgl-popup-tip {
    display: none;
}

.index-map-marker--start .mapboxgl-popup-content {
    background: none;
    height: 0;
}

.icon-wrapper {
    width: 60%;
    background: var(--accent-color);
    transition: 0.25s ease-out;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: 'Montserrat-Regular';
    margin-left: 200px;
    font-size: 14px;
    color: white;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.icon-wrapper .ion-more {
    right: 14px;
}

/*
.location-input--wrapper .icon-wrapper:hover {
    transition: background-color 0.25s ease-out;
    background-color: #2c3e50;
}

.location-input--wrapper .icon-wrapper:hover .ion-eye,
.location-input--wrapper .icon-wrapper:hover .ion-more {
    color: #3498db;
    transition: color 0.25s ease-in;
} */

.location-input--notice {
    width: 100%;
    height: 0px;
    background: var(--main-color);
    position: absolute;
    font-family: 'Montserrat-Regular';
    margin: 0 auto;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    font-size: 14px;
    padding: 0px;
    color: #ffffff;
    overflow: hidden;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
}

.location-input--notice.open {
    height: 52px;
    padding: 2px;
    -webkit-transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -ms-transition: height 0.3s linear;
    -o-transition: height 0.3s linear;
    transition: height 0.3s linear;
    z-index: 1;
    border-radius: 10px;
}

.location-input--notice.open i {
    float: left;
    margin: 1px;
}

.location-input--notice i {
    margin-left: 5px;
    margin-top: 2px;
}

.location-input--notice.open .fas {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 20px;
    margin-right: 7px;
}

.location-input--notice.open span {
    margin-top: 12px;
    display: inline-block;
}

.leaflet-popup-content-wrapper {
    text-align: center !important;
}

@media(max-width:665px) {
    /* Tablet */

    .icon-wrapper {
        font-size: 14px;
        height: 22px;
    }

    .mapboxgl-ctrl-geocoder--input {
        height: 36px !important;
        padding: 6px 30px !important;
    }

    .mapboxgl-ctrl-geocoder--icon-search {
        left: 7px !important;
        width: 18px !important;
        height: 18px !important;
        top: 10px !important;
    }

    .mapboxgl-ctrl-geocoder--icon-close {
        width: 16px !important;
        height: 16px !important;
        margin-top: 3px !important;
        margin-right: 0 !important;
    }

    .mapboxgl-ctrl-geocoder .suggestions {
        font-size: 13px !important;
    }

}

.location-search--wrapper {
    display: flex;
    flex-grow: 1;
}

.location-search--wrapper .search-submit {
    display: none;
    border-radius: 10px;
    padding: 1px 7px 1px 7px;
}

.location-search--wrapper .search-submit:before {
    margin-right: 0 !important;
    padding: 5px;
}

@media(max-width: 550px){


    .location-search--wrapper .search-submit {
        display: block;
        margin-top: 5px;
    }

    .location-input--wrapper {
        display: flow-root;
    }

    .location-filter--wrapper {
        padding: 5px 15px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }

    .location-filter--wrapper .selection {
        flex-grow: 1;
    }

    .location-filter--wrapper .search-submit {
        display: none;
    }

    .location-filter--wrapper .search-cal {
        max-width: 150px;
    }

    .location-filter--wrapper .search-filter {
        max-width: 100px;
    }

    /* 

    .location-filter--wrapper .selection:after {
        content: '';
    }

    .location-filter--wrapper .search-filter:before {
        margin: 0 !important;
    } */
}

@media(max-width:500px) {
    /* Phone Tablet */

    .map--indexboard .hero--main h1 {
        font-size: 25px;
        height: 60px;
    }

    .icon-wrapper {
        font-size: 14px;
    }

    .mapboxgl-ctrl-geocoder--icon-close {
        width: 14px !important;
        height: 14px !important;
    }

    .mapboxgl-ctrl-geocoder .suggestions {
        font-size: 11px !important;
        line-height: 17px !important;
    }

    .location-filter--wrapper .search-submit {
        height: inherit;
    }

    .location-input--notice {
        top: 0px;
    }

}


@media(max-width:370px) {

    /* Smart Phone */
    .location-input--wrapper {
        width: 100%;
    }
}

.map-view {
    /* height: 180px; */
    height: 125px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    margin: 0 auto;
    z-index: 998;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.map-area-btn {
    background: var(--main-color);
    position: absolute;
    top: -50px;
    padding: 5px;
    margin: 0 auto;
    width: 218px;
    color: white;
    text-align: center;
    border-radius: 20px;
    left: 0;
    right: 0;
    cursor: pointer;
}

.map-area-btn:hover {
    color: var(--accent-color);
}

.controller-container {
    padding-left: 10px;
    padding-right: 10px;
}

.map-controller {
    background-color: var(--main-color);
    height: 50px;
    max-width: 460px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 5px;
    z-index: 998;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.75);
}

.map-controller input[type=checkbox] {
    display: none;
}

.map-controller .addr-options {
    position: absolute;
    width: fit-content;
    background: var(--main-color);
    top: -95px;
    color: white;
    list-style: none;
    font-size: 11px;
    border-radius: 10px;
    display: none;
}


.map-controller .addr-options li {
    border-bottom: 1px solid var(--secondary-color);
    padding: 10px 20px 10px 25px;
    cursor: pointer;
}

.map-controller .addr-options li:hover {
    background: var(--accent-color);
}

.map-controller .addr-options li:first-child:hover {
    border-radius: 10px 10px 0 0;
}

.map-controller .addr-options li:last-child:hover {
    border-radius: 0 0 10px 10px;
}

.map-controller .addr-options li:last-child {
    border: none;
}

.map-controller .addr-options li i {
    margin-left: 10px;
}

.map-controller label {
    height: 100%;
    width: 20px;
    float: left;
    padding: 6px;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
}

.map-controller label i:active {
    transform: scale(0.9);
}

.map-controller label i:hover {
    color: #1a6fb1;
}

.map-controller .cg-addr {
    width: 37.5%;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    height: 100%;
    float: left;
    padding: 6px;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Montserrat-Regular';
    font-size: 13px;
    background: var(--main-color);
    border: none;
    color: white;
}

.map-controller .cg-addr.active~.addr-options {
    display: block;
}

.map-controller .cg-addr.active,
.map-controller .cg-addr:hover {
    color: #1a6fb1;
}

.map-controller .cg-addr i {
    font-size: 15px;
    float: left;
    width: 17%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-controller .cg-addr span {
    height: 100%;
    font-size: 11px;
    line-height: 15px;
    float: left;
    display: flex;
    align-items: center;
}

.map-controller .cg-addr .cg-addr--chosen span[hidden]{
    display: none;
}

.map-controller .cg-addr div {
    margin: 0 auto;
}

.map-controller .cg-addr:hover {
    color: var(--accent-color);
}

.map-controller #cg-cal {
    width: 37.5%;
    text-align: center;
    border-left: 1px solid var(--secondary-color);
}

.map-controller #cg-cal p {
    width: 100%;
    height: 100%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.map-controller #cg-cal:hover {
    color: var(--accent-color);
}

.map-controller #cg-radi+label {
    width: 12.5%;
    font-size: 15px;
    border-left: 1px solid var(--secondary-color);
    padding: 12px;
    text-align: center;
}

.map-controller #cg-list+label {
    width: 12.5%;
    border-left: 1px solid var(--secondary-color);
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    text-align: center;
}

.map-controller #cg-list+label i {
    font-size: 15px;
    margin: 11px 0px 0px 0px;
}

label[for=gi-list] i:nth-child(2) {
    display: none;
}

#gi-list:checked~.map-view {
    height: 0 !important;
    top: 80px;
}

#gi-list:checked~.map-view .map-controller .addr-options {
    top: 52px;
}

#gi-list:checked~.map-view label[for=gi-list] i:first-child {
    display: none !important;
}

#gi-list:checked~.map-view label[for=gi-list] i:nth-child(2) {
    display: block !important;
}

#gi-list:checked~.map-view .map-view--check {
    display: none;
}

.map-view .map-view--check {
    background-color: var(--main-color);
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 999;
    width: 100px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 60px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
}

.map-view .map-view--check:active {
    transform: scale(0.9);
}

#gi-view:checked~.map-view .map-view--check {
    display: none;
}

#gi-view:checked~.map-view {
    height: 230px !important;
    top: -285px;
}

#gi-view:checked~.map-view .grid-item {
    opacity: 1 !important;
    background: rgba(29, 29, 29, .85);
    -webkit-animation: fadeInFromNone 0.8s ease-out;
    -moz-animation: fadeInFromNone 0.8s ease-out;
    -o-animation: fadeInFromNone 0.8s ease-out;
}

#gi-view:not(:checked)~.map-view .grid-item {
    pointer-events: none;
    background: none;
}

@media screen and (max-width: 768px) {
    .map-view {
        height: 160px;
    }

    #gi-view:checked~.map-view {
        top: -285px;
    }

    #gi-list:checked~.map-view {
        top: 80px;
    }
}

.nav-tag {
    background-color: var(--accent-color);
    border-radius: 20px;
    padding: 1px 10px 1px 10px;
    text-align: center;
    vertical-align: super;
    position: absolute;
    bottom: 35px;
    right: -5px;
}

.grid-item {
    /* color: #fff; */
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

.items {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    scrollbar-width: none;
    display: flex;
    -webkit-overflow-scrolling: touch;
}

.items.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.item {
    display: inline-block;
    background: #fff;
    min-width: 200px;
    margin: 1px 5px;
    height: 140px;
    width: 320px;
    border: 0.2px solid var(--secondary-color);
    border-radius: 10px;
}

/*---------------------------
* Calendar Selector MAIN
*---------------------------*/

.calendar {
    margin: auto;
    font-weight: 400;
}

.calendar_content {
    background: #fff;
}

.calendar_weekdays {
    background: var(--accent-color);
}

.calendar_header {
    padding: 10px 0;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
}

.calendar_weekdays div,
.calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    padding: 15px 0;
}

.calendar_content div {
    border: 1px solid transparent;
    float: left;
    position: relative;
    z-index: 0;
}

.calendar_content div:hover {
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}

.calendar_content div.past-date {
    color: #d5d5d5;
    cursor: default;
    pointer-events: none;
}

.calendar_content div.today {
    font-weight: bold;
    font-size: 16px;
    color: #fff !important;
}

.calendar_content div.today:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background: var(--font-color);
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
}

.calendar_content div.selected {
    background-color: #f0f0f0;
    color: white;
}

.calendar_content div.selected:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    background: var(--accent-color);
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 5px 11px -9px rgba(0, 0, 0, 0.48);
}

.calendar_header {
    width: 100%;
    text-align: center;
}

.calendar_header h2 {
    padding: 0 10px;
    font-weight: 500;
    font-size: 20px;
    color: var(--main-color);
    float: left;
    width: 70%;
    margin: 0 0 10px;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #dcdcdc;
    float: left;
    width: 15%;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

button.switch-month:hover {
    color: #1089ff;
}


/*---------------------------
* Filter View (Index Page)
*---------------------------*/

.filter-container {
    width: 80%;
    margin: 110px auto 65px auto;
    font-family: 'Montserrat-SemiBold';
}


/*---------------------------
* Special View (Event Management)
*---------------------------*/

.preview:after {
    display: none;
}

/*---------------------------
* Event View (Index Page)
*---------------------------*/

.event-container {
    height: 190px;
    background: white;
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    width: 365px !important;
    background-position: right;
    background-size: 1px 16px;
    background-repeat: repeat-y;
    border-radius: 15px;
    border: 0.5px solid var(--secondary-color);
    overflow: hidden;
    position: relative;
}

.event-container .load-wrapper {
    width: auto;
    margin: 3px;
    min-height: 22px;
    display: block;
}

.event-container .adsbygoogle {
    width: 100%;
    height: 100%;
    min-width: 255px;
    min-height: 300px;
    display: block;
    border: 0.5px solid var(--secondary-color);
    border-radius: 15px;
}

.event-container .adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

.event-container[data-advertisement="true"]{
    border: none;
}

.event-container:active {
    transform: scale(0.95);
}

.event-container a {
    color: var(--main-color);
}

.event-container .head {
    height: 205px;
    width: 130px;
    overflow: hidden;
    float: left;
    position: relative;
    border-radius: 15px 0 0 15px;
}

.event-container .head .event-punch {
    height: 15px;
    width: 40px;
    background: white;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    transform: skew(12deg, 0) translateX(0);
    position: absolute;
    z-index: 9;
    bottom: 5px;
    right: 8px;
    display: none;
}

.event-container .head .event-photo {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 15px 0 0 15px;
    object-fit: cover;
}

.event-container .head .event-photo .load-wrapper {
    border-radius: 10px;
    height: 200px;
}

.event-container .event-body {
    width: 233px;
    float: left;
}

.event-container .event-body p {
    margin: 0;
}

.event-container .event-body .event-name {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px !important;
    width: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Montserrat-SemiBold';
    padding: 0 10px;
}

.event-container .event-body .event-location {
    font-size: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    font-weight: 300;
    padding: 0 10px;
}

.event-container .event-body .event-location::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f14e';
    float: left;
    margin-right: 5px;
}

.event-container .event-body .event-price {
    background-color: #f4f3ef;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    font-size: 13px;
    width: 100%;
    padding: 5px 7px 5px 10px;
    font-weight: bold;
}

.event-container .event-body .event-price::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    text-align: right;
    content: '\f51e';
    float: left;
    margin-right: 5px;
    font-size: 10px;
}


.event-container .event-body .event-price .load-wrapper {
    width: 50%;
}

.event-container .event-body .event-tags {
    margin: 0;
    display: flex;
    justify-content: center;
    padding-right: 5px;
    margin-top: 5px;
}

.event-container .event-body .event-tags li {
    margin: 0;
    width: 100px;
    margin-left: 5px;
    float: left;
    font-size: 7px;
    text-align: center;
    border-radius: 15px;
    color: white;
    text-transform: capitalize;
}

.event-container .event-body .event-tags li i {
    margin-right: 5px;
}

.event-container .event-body .event-date-time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.event-container.swiper-slide .event-body .event-date-time {
    display: block;
}  


.event-container .event-body .event-date-time p {
    font-size: 12px;
    font-family: 'Montserrat-Regular';
}

.event-container .event-body .event-date-time span {
    font-family: 'Montserrat-SemiBold';
    color: var(--old-default);
}

.event-container .event-footer {
    display: none;
}

/* Event Return */
.event-banner .event-container {
    overflow: auto;
    border-radius: 15px;
    width: 270px;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
}

@media screen and (max-width: 580px) {
    .event-banner .event-container {
        width: 70%;
        min-width: 280px;
    }
}

.event-redirect:active {
    transform: scale(0.85);
    box-shadow: 3px 2px 25px 1px rgba(0, 0, 0, 0.25);
}

.event-banner #preview-long {
    height: 185px;
}

.event-banner .event-container .head {
    overflow: visible;
    width: 100%;
    transform: none;
    border: none;
    padding-bottom: 5px;
}

/* .event-banner .event-container .head .event-punch {
    transform: none;
    top: 10px;
    left: 10px;
} */

.event-banner .event-container .head .event-punch {
    transform: none;
    bottom: 10px;
    right: 10px;
}


.event-banner .event-container .event-photo {
    transform: none;
    width: 100%;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.event-banner .event-container .event-body .event-name {
    font-size: 16px;
    padding: 0 10px;
}

.event-banner .event-container .event-body .event-date-time p {
    font-size: 14px;
}

.event-banner .event-container .event-body {
    width: 100%;
    margin: 0px;
    border-top: 1px dashed var(--secondary-color);
    margin-bottom: 10px;
}

.event-banner .event-container .event-body .event-price {
    font-size: 14px;
    margin-left: 1px;
}

.event-banner .event-container .event-body .event-tags li {
    font-size: 9px;
}

.event-banner .event-container .event-footer {
    display: block;
    width: 100%;
    float: left;
    padding: 0 10px 10px 10px;
    background: #f7fafc;
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #e2e8f0;
    overflow: hidden;
}

.event-banner .event-container .event-footer p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    color: #718096
}

.event-organiser {
    display: flex;
    margin-top: 5px;
}

.event-organiser .event-organiser--image {
    height: 30px;
    width: 30px;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    margin-right: 10px;
    background-image: url('/img/assets/default-profile.png');
}


.event-banner .event-container .event-footer .event-organiser {
    display: flex;
    margin-top: 5px;
}

.event-banner .event-container .event-footer .event-organiser .event-organiser--image {
    height: 30px;
    width: 30px;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    margin-right: 10px;
}

.event-organiser ul {
    font-size: 14px;
}

.event-organiser li:last-child {
    font-size: 10px;
}

.event-organiser ul li {
    margin: 0;
    line-height: normal;
}

.organiser-view .event-organiser {
    margin-top: 15px
}

.organiser-view ul {
    margin-top: 5px !important;
}

.organiser-view ul li {
    margin: 0 !important;
}

.organiser-view .event-organiser--image {
    height: 40px;
    width: 40px;
}

.event-banner .event-container .event-footer .event-organiser ul {
    font-size: 14px;
}

.event-banner .event-container .event-footer .event-organiser ul li:last-child {
    font-size: 10px;
}

.event-banner .event-container .event-footer .event-organiser ul li {
    margin: 0;
    line-height: normal;
}

.event-banner .event-container .event-body .separator {
    display: none;
}

.event-banner .event-container .event-body .event-tags {
    margin-top: 5px;
}

/* grid-view */

#grid-view .swiper-slide {
    height: 205px !important;
}

#grid-view .event-container {
    margin-top: 7px !important;
    border: 1px solid var(--secondary-color);
    max-width: 365px;
}

#grid-view .event-container .head {
    padding-bottom: none;
    border-radius: 10px 0 0 10px;
}


#grid-view .event-container .head .event-photo {
    border-radius: 10px 0 0 10px;
}

.event-view {
    margin: 90px 0 10px 0;
    height: 100%;
    overflow: auto;
}

.event-view .event-banner {
    margin: 0 auto;
    padding-bottom: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.event-view .event-banner .event-container {
    margin: 0 10px 20px 10px;
    float: left;
    background: white;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    width: 340px !important;
}

.event-view .event-banner .event-container:hover {
    box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
    transform: translateY(-10px);
}

.event-view .noticeboard {
    text-align: center;
}

.event-counter {
    margin-left: 45px;
    margin-bottom: 20px;
}

.event-counter #event-count {
    font-weight: bold;
    font-size: 13px;
}

#event-return #preview-long .head {
    width: 100%;
}

/* ---------------------------
 * Standard Forms
 * --------------------------- */
[aria-disabled='true'] {
    pointer-events: none;
}

.pagination>.active>a {
    background-color: var(--accent-color) !important;
}

.row {
    margin-top: 15px;
}

.breadcrumb {
    padding: 0px 10px 5px;
    margin-bottom: 0;
    background-color: inherit;
    text-align: center;
}

.breadcrumb>.active {
    color: var(--main-color) !important;
    font-size: 16px;
}

.breadcrumb-item a {
    color: #777;
}

.view-tab {
    margin-bottom: 10px;
    margin-top: 0px !important;
}

.view-tab a {
    color: var(--secondary-color);
}

.view-tab li.active > a {
    color: white !important;
    background: var(--accent-color) !important;
}

.view-tab li:nth-child(3){
    float: right;
}

.view-tab#event-manage li:nth-child(3) {
    float: left;
}

.form-title {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
}

.form-title--sub {
    width: 100%;
    text-align: center;
}

.form-sub {
    width: 100%;
    margin: 15px 0 10px 0;
    text-align: left;
    padding: 0 0 0 10px;
    font-family: 'Montserrat-SemiBold';
}

.form-msg {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: var(--main-color);
}

.upload-file {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}

.upload-file-label {
    color: rgb(181, 175, 166);
    border: 1px solid var(--secondary-color);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 10px 15px 10px 10px;
    line-height: 1.5;
    margin-top: 10px;
    border-radius: 5px;
}

.upload-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 20px) - 1px * 2);
    padding: 10px;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: var(--accent-color);
    border-left: 1px solid #ced4da;
    border-left-color: rgb(206, 212, 218);
    cursor: pointer;
}

.upload-file-label::after:hover {
    background: var(--main-color) !important;
}

.photo-upload {
    opacity: 0;
}

.photo-upload--preview {
    border-radius: 15px;
    border: 0.5px solid var(--secondary-color);
    height: 190px;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.photo-upload--preview img {
    max-width: 100%;
    max-height: 100% !important;
}

.container-form {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    max-width: 500px;
    padding-bottom: 20px;
}

.container-form h1 {
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
}

.container-form h2 {
    text-align: center;
    font-size: 18px;
}

.container-form h3 {
    text-align: center;
    font-size: 14px;
}

.container-form p {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.container-form .link {
    text-align: left;
}

.container-form .link a {
    color: var(--accent-color)
}

.contact-form .info {
    text-align: center;
}

.ql-container {
    padding-bottom: 15px;
    border-radius: 0 0 5px 5px;
}

.ql-toolbar {
    background: #edecec !important;
    border-radius: 5px 5px 0 0;
}

.ql-editor p {
    text-align: left;
    font-size: 17px;
}

.ql-editor h1 {
    text-align: left;
}

.ql-editor h2 {
    text-align: left;
}

.ql-editor h3 {
    text-align: left;
}

.ql-editor .ql-video {
    max-width: 700px !important;
    margin: 0 auto;
}

.ql-snow .ql-editor img {
    max-height: 500px !important;
    width: inherit;
    margin-top: 0;
}

#editor-count {
    text-align: left;
}

.container-form a:hover {
    text-decoration: underline;
}

.container-form ul {
    margin-top: 20px;
}

.container-form ul li {
    margin: 10px auto;
}

.container-form input[type="file"] {
    width: 100%;
    margin-top: 10px;
}

.container-form select option[disabled] {
    display: none;
}

.info {
    font-size: 12px;
    font-weight: bold;
}

.info i {
    color: var(--accent-color);
}

.success {
    font-size: 13px;
    font-weight: bold;
}

.success i {
    color: #63c382;
}

.container-form img {
    max-width: 100%;
    max-height: 300px;
}

.container-form button {
    margin-top: 10px;
}

.signup-radio {
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-top: 10px;
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid var(--main-color);
    box-shadow: 3px 3px rgba(49, 133, 205, 0.5);
    overflow: hidden;
    color: black;
    padding-right: 0;
}

.signup-radio:active {
    box-shadow: 2px 2px rgba(49, 133, 205, 0.5);
}

.signup-radio.community {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 4%, rgba(198, 221, 250, 1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 4%, rgba(198, 221, 250, 1) 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 4%, rgba(198, 221, 250, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#c6ddfa", GradientType=1);
}

.signup-radio.business {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(250, 168, 111, 1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(250, 168, 111, 1) 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(250, 168, 111, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#faa86f", GradientType=1);
}

.nonprofit-sub {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(182, 247, 146) 90%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(182, 247, 146) 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(182, 247, 146) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fabb50", GradientType=1);
}

.business-sub {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(250, 168, 111) 90%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(250, 168, 111) 90%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 10%, rgba(250, 168, 111) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fabb50", GradientType=1);

}

.badge.community {
    background: rgb(98, 168, 252) !important;
}
.badge.business {
    background: rgb(250, 168, 111) !important;
}

.progress-form input[type='radio']:checked~.progress {
    display: none;
}

.signup-radio span.check {
    background: var(--main-color);
    color: white;
    padding: 5px;
    padding-left: 10px;
    border-radius: 10px 0 0 10px;
    float: right;
    font-size: 15px;
}

.signup-radio span.check sub {
    font-size: 10px;
    color: var(--secondary-color);
    font-weight: normal;
    bottom: auto;
}

.signup-radio span:first {
    font-size: 15px;
}

.signup-radio ul i {
    color: #63c382;
}

.signup-radio i {
    float: left;
    font-size: 15px;
    margin: 4px 5px 0 0;
}

.signup-radio img {
    max-width: 30px !important;
}

.signup-radio ul {
    float: left;
    width: 95%;
    padding-left: 18px;
    margin-top: 0;
    list-style: none;
    font-weight: normal;
}

.signup-radio ul li {
    font-size: 14px;
}

.signup-radio span:first-child {
    margin-left: 10px;
    float: left;
}

.signup-radio span.check .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 1.3em;
    width: 1.3em;
    background-color: #ccc;
    border-radius: 50%;
    transition: .4s;
    float: right;
    margin: 4px;
    margin-left: 10px;
}

.signup-radio span.check .checkmark:hover {
    box-shadow: inset 17px 17px 16px #b3b3b3,
        inset -17px -17px 16px #ffffff;
}

.account-select#community:checked~.signup-radio.community,
.account-select#business:checked~.signup-radio.business {
    box-shadow: 3px 3px #63c382;
    border: 3px solid #63c382;
}

/* When the checkbox is checked, add a blue background */
.account-select#community:checked~.signup-radio.community span.check .checkmark,
.account-select#business:checked~.signup-radio.business span.check .checkmark {
    box-shadow: none;
    background-color: #63c382;
    transform: rotateX(360deg);
}

.account-select#community:checked~.signup-radio.community span.check .checkmark:hover,
.account-select#business:checked~.signup-radio.business span.check .checkmark:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

/* Show the checkmark when checked */
.account-select#community:checked~.signup-radio.community span.check .checkmark:after,
.account-select#business:checked~.signup-radio.business span.check .checkmark:after {
    display: block;
}

.account-select--basic:checked~.signup-radio.basic-sub,
.account-select--plus:checked~.signup-radio.plus-sub {
    box-shadow: 3px 3px #63c382;
    border: 3px solid #63c382;
}

/* When the checkbox is checked, add a blue background */
.account-select--basic:checked~.signup-radio.basic-sub span.check .checkmark,
.account-select--plus:checked~.signup-radio.plus-sub span.check .checkmark,
.signup-radio span.check .checkmark.checked {
    box-shadow: none;
    background-color: #63c382;
    transform: rotateX(360deg);
}

.account-select--basic:checked~.signup-radio.basic-sub span.check .checkmark:hover,
.account-select--plus:checked~.signup-radio.plus-sub span.check .checkmark:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

/* Show the checkmark when checked */
.account-select--basic:checked~.signup-radio.basic-sub span.check .checkmark:after,
.account-select--plus:checked~.signup-radio.plus-sub span.check .checkmark:after,
.signup-radio span.check .checkmark.checked:after {
    display: block;
}


/* Create the checkmark/indicator (hidden when not checked) */
.signup-radio span.check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Style the checkmark/indicator */
.signup-radio span.check .checkmark:after {
    left: 0.55em;
    top: 0.3em;
    width: 0.25em;
    height: 0.5em;
    border: solid white;
    border-width: 0 0.15em 0.15em 0;
    box-shadow: 0.1em 0.1em 0em 0 rgba(0, 0, 0, 0.3);
    transform: rotate(45deg);
}

#reg-heard {
    margin: 30px 0 50px 0;
}

#find-business #business-search {
    border: 1px solid #ccc;
}

#find-business #map-wrapper {
    display: none;
}

#Account #address-search {
    border: 1px solid #ccc;
    padding: 3px;
}

#Account #map-wrapper {
    display: none;
}

#Account .profile-image {
    text-align: center;
    margin-bottom: 30px;
}

#registration #business-type {
    border: 1px solid #ccc;
    padding: 12px 0 0 20px;
    height: 53px;
}

#registration #business-type span {
    margin-right: 10px;
}

#registration ul li:focus {
    border: 1px solid #d64646;
}

.container-form form ul li button {
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 300;
    color: #FFFFFF;
    border: 1px solid #2e6da4;
    background: transparent;
    text-align: center;
    transition: all 0.2s;
    color: #ffffff;
    position: relative;
    background-color: #d64646;
    border-radius: 3px;
}

.container-form form ul li .table--delete {
    cursor: pointer;
    color: #ff4949 !important;
    text-align: center;
}

.container-form form ul li .table--delete:hover {
    background: inherit;
}


.container-form form button:hover,
.container-form form button:focus {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.container-form .mapboxgl-ctrl-geocoder {
    width: 100% !important;
    max-width: 100% !important;
    display: table-cell !important;
}

.container-form #map-wrapper {
    height: 300px;
    background: black;
    border: 1px solid #ccc;
}

#business-map {
    width: 100%;
    height: 100%;
}

.mapboxgl-ctrl-geocoder--input {
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: 'Montserrat-Regular' !important;
}


.mapboxgl-ctrl-geocoder--input:focus+.suggestions-wrapper ul {
    display: block !important;
}


.mapboxgl-ctrl-geocoder--button {
    position: absolute !important;
    background: none !important;
    border: none !important;
}

.suggestions {
    padding-top: 0 !important;
    position: relative !important;
    text-align: left !important;
}

.event-tag--select {
    min-height: 100px;
    overflow: scroll;
    padding: 0 0 0 20px;
}

.event-tag--select label {
    border: 0.5px solid var(--main-color);
    border-radius: 10px;
    padding: 3px 5px 3px 3px;
    cursor: pointer;
    color: var(--main-color);
    margin: 0 5px 10px 5px;
    font-size: 13px;
    font-weight: normal;
    color: white;
}

.event-tag--select input[type='checkbox']:not(:checked)+label {
    background: #edecec !important;
    color: #000;
}

.event-tag--select label i {
    margin: 0 5px 0 5px;
    background: none !important;
    color: white;
}

.event-tag--select input[type='checkbox']:not(:checked)+label i {
    color: #000;
}

.event-tag--select input {
    display: none;
}

.container-form .event-date td input:first-child {
    margin-right: 10px;
}

.container-form .location-in {
    width: 100%;
}

.container-form .location-in--list {
    display: flex;
    flex-wrap: nowrap;
    height: 55px;
}

.container-form .location--select-btn {
    position: relative;
    width: 20%;
    background: var(--accent-color);
    margin-left: 10px;
    margin-right: 0;
    border-radius: 5px;
}

.container-form .location--select-btn:active {
    transform: scale(0.9);
    box-shadow: 3px 2px 25px 1px rgba(0, 0, 0, 0.25);
}

.container-form .location--select {
    min-height: 210px;
    border: 1px solid #ccc;
    pointer-events: none;
    z-index: -999;
    border-radius: 5px;
}

.container-form .event-map--select,
.container-form .business-map--select {
    pointer-events: all;
    margin-top: 10px;
    height: 350px;
    border-radius: 15px;
    border: 1px solid var(--secondary-color);
}

.container-form .event-map--select .mapboxgl-canvas-container canvas.mapboxgl-canvas,
.container-form .business-map--select .mapboxgl-canvas-container canvas.mapboxgl-canvas {
    width: 100% !important;
    height: auto !important;
}

.container-form .location--select-input {
    padding: 6px 10px;
    width: 100%;
    display: inline-table;
}

.mapboxgl-ctrl-geocoder .suggestions {
    max-height: 200px !important;
    overflow: auto !important;
}

.mapboxgl-ctrl-group button {
    margin: 0 !important;
}

.leaflet-control-attribution a {
    color: var(--main-color) !important;
}

tr.event-date td input.date-range {
    padding-left: 5px;
}

.inputform-table {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.inputform-table .load-wrapper {
    height: 60px;
}

.inputform-table#specday-table,
.inputform-table#openh-table {
    margin-top: 10px;
}

.inputform-table tr {
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.inputform-table tr:last-child {
    margin-top: 10px;
    border: none;
}

.inputform-table tr td {
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.inputform-table .selected {
    color: var(--accent-color);
}

.inputform-table #table--create {
    padding: 5px;
}

.inputform-table #table--create td {
    padding: 20px 0 20px 10px;
}

.inputform-table #table--create td i {
    margin-right: 10px;
}

.inputform-table #table--create:hover {
    cursor: pointer;
    background: var(--accent-color);
    color: #ffffff;
}

.inputform-table .event-date td:first-child {
    width: 100%;
}

.openh-row td {
    width: 100%;
    padding: 10px !important;
}

.openh-row ul {
    margin-top: 0px;
}

.openh-row li {
    margin-right: 15px !important;
    float: left;
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.openh-row .week-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.openh-row .week-view li {
    display: flex;
    flex-direction: column;
}

.openh-row .time-view {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.openh-row .spec-occurrence li {
    float: left;
    margin-right: 15px;
    width: 100%;

}


.openh-row .spec-occurrence li label {
    font-weight: normal;
}

.openh-row .spec-occurrence li .toggle-checkbox {
    float: right;
}

.openh-row .spec-occurrence {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding-left: 20px;
}

.openh-row .spec-occurrence .spec-occurrence--end {
    padding-left: 20px;
}

.openh-row .spec-occurrence .spec-occurrence--end span {
    font-weight: bold;
}

.openh-row .spec-occurrence li:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: '\f101';
    margin-right: 10px;
}

.openh-row .spec-occurrence--input {
    padding-left: 10px;
    padding-right: 10px;
    width: 40px;
    text-align: center;
}

.openh-row .table--delete {
    text-align: right;
    float: right;
    margin-bottom: 10px;
    width: 100px;
}

.table--delete {
    cursor: pointer;
    color: #ff4949 !important;
}

.table--delete:hover {
    color: var(--old-default);
}

.specdate-row td {
    width: 100%;
}

.specdate-row input + label[placeholder] {
    margin-bottom: 10px;
}

.openh-row:nth-child(odd),
.specdate-row:nth-child(odd) {
    background: #f8f8f8;
}

.specdate-row {
    padding-top: 10px;
    padding-bottom: 10px;
    display: grid;
}

.specdate-row ul li {
    margin: 0 !important;
}

.specdate-row ul li:nth-child(2) {
    margin-left: 20px !important;
}

.specdate-row .table--delete {
    float: right;
    background: none;
    border: none;
    margin-top: 10px;
    width: 100px;
}

.specdate-row .date-range {
    padding-left: 10px;
    padding-right: 10px;
}

.sch-datesch {
    padding-top: 0px;
}

.sch-datesch ul {
    display: flex;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .form-title {
        margin-top: 70px;
    }
}

.badge {
    background: #63c382;
    padding: 3px 12px;
    font-weight: normal;
}

.expired,
.inactive {
    background: #ff4949 !important;
}

.draft {
    background: #f8c600 !important;
}

.paused {
    background: #0034ffa6 !important;
}

.pending {
    background: #17a2b8 !important;
}

.active-badge {
    background: #63c382 !important;
}

.default {
    background: var(--main-color) !important;
}


.collapse label {
    font-weight: normal;
}

/* ---------------------------
 * Business-Index
 * --------------------------- */

.business-index--head {
    width: 100% !important;
    max-width: 1170px;
}

.business-header {
    overflow: hidden;
}

.business-header--backdrop {
    background-image: url('/img/content/pizza.jpg');
    /* CHANGE THIS !!! */
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.business-header--content {
    background: var(--main-color);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.business-header--backdrop::after {
    content: " ";
    display: inline-block;
    position: relative;
    width: 100%;
    top: 180px;
    border-right: 1170px solid var(--main-color);
    border-top: 85px solid transparent;
    height: 120px;
}

.business-header--content img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 200px;
    height: 150px;
    width: 150px;
}

.business-header--content h1 {
    color: #ffffff;
    line-height: 0.5;
}

.business-header--content h4 {
    color: var(--secondary-color);
}

.business-header--content h3 {
    color: var(--old-default);
}

.business-header--opn {
    color: var(--accent-color) !important;
}

/* ---------------------------------------------- /*
 * Account Page
/* ---------------------------------------------- */

#m-action:checked>#m-action--tab,
#sp-action:checked>#sp-action--tab,
#in-action:checked>#in-action--tab {
    color: #ffffff !important;
    background: var(--main-color) !important;
}

.business-table--oh {
    width: 50%;
    margin: 0 auto;
    background-color: #f0f0f0;
    border-collapse: collapse;
    text-transform: uppercase;
}

.business-table--oh th {
    padding: 10px 25px 10px 0;
    width: 120px;
    background-color: var(--accent-color);
    color: #ffffff;
}

.business-table--oh td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 10px 0;
}

.business-table--oh tr th {
    text-align: center;
}

.business-table--oh tr td {
    text-align: center;
}

.business-table--oh .today {
    font-weight: bold;
    box-shadow:
        inset 0px 9px 8px -8px var(--secondary-color),
        inset 0px -9px 8px -8px var(--secondary-color);
}

@media (max-width: 992px) {
    .business-header--content h1 {
        font-size: 24px;
    }

    .business-header--backdrop::after {
        border-right: 982px solid var(--main-color);
    }
}

@media (max-width: 768px) {
    .business-header--backdrop {
        margin-top: 50px;
    }

    .business-header--backdrop::after {
        border-right: 768px solid var(--main-color);
    }

    .business-table--oh {
        width: 90%;
    }

}

@media (max-width: 650px) {
    .business-header--backdrop::after {
        border-right: 650px solid var(--main-color);
    }

    .business-header--content h1 {
        font-size: 22px;
    }

    .business-header--content h3 {
        font-size: 20px;
    }
}

@media (max-width: 530px) {
    .business-header--backdrop {
        height: 210px;
    }

    .business-header--backdrop::after {
        top: 90px;
    }

    .business-header--content img {
        width: 120px;
        height: 120px;
        top: 140px;
    }

    .business-header--content {
        padding-top: 10px;
    }

    .business-header--content h1 {
        font-size: 20px;
    }

    .business-header--content h4 {
        font-size: 16px;
    }

    .business-header--content h3 {
        font-size: 18px;
    }
}

@media (max-width: 450px) {

    .mini-nav--container {
        width: 100%;
    }

    .mini-nav--container div {
        font-size: 14px;
        height: 43px;
    }

    .mini-nav--container div ul li {
        padding: 9px;
    }

    .business-header--content h1 {
        font-size: 18px;
    }

    .business-header--content h4 {
        font-size: 14px;
    }

    .business-header--content h3 {
        font-size: 16px;
    }
}

#table-select--action:checked~.mini-nav--container .mini-nav #table-select--action--tab,
#cal-select--action:checked~.mini-nav--container .mini-nav #cal-select--action--tab {
    color: #ffffff !important;
    background: var(--accent-gradent) !important;
}

#table-select--action:checked~#event-action--table {
    display: block !important;
    transition-duration: .3s;
    animation: fadeIn .6s;
}

#table-select--action:not(:checked)~#event-action--table {
    display: none !important;
}

#cal-select--action:checked~#event-action--cal {
    display: block !important;
    transition-duration: .3s;
    animation: fadeIn .6s;
}

#cal-select--action:not(:checked)~#event-action--cal {
    display: none !important;
}

#event-action--table,
#event-action--cal {
    display: none;
}

.acct-select {
    padding: 15px;
}

.acct-select_list li {
    margin-bottom: 10px;
}

.acct-options {
    margin: 10px 0 25px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.acct-options li {
    border-radius: 15px;
}

.acct-options li a {
    margin-top: 5px;
}

.bus-list li:nth-last-child(2) {
    border-bottom: 1px solid var(--secondary-color);
}

.container-content {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1024px) {
    .container-content {
        padding-top: 50px;
    }
}

@media (max-width: 765px) {
    .container-content {
        padding-top: 0;
    }
}


.container-content p {
    margin-left: 10px;
    margin-top: 10px;
}

.acct-summary {
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 15px;
}

.acct-summary.dashboard {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#acct-settings ul li:nth-child(4) {
    border-bottom: 1px solid var(--secondary-color);
}

#acct-settings ul li:last-child {
    margin-top: 55px;
}

#acct-settings ul li:last-child button {
    background: var(--old-default);
    color: #ffffff;
}

.chart--container {
    width: 100%;
    height: 250px;
}

.chart--lrg {
    height: 250px;
}

.panel-collapse button {
    background: #ffffff;
    border-bottom: 1px solid var(--secondary-color);
}

.panel-collapse button:last-child {
    border-bottom: none;
}

.acct-special,
.acct-special--manage {
    display: none;
}

.acct-remove:hover {
    background: var(--old-default);
    color: #fff;
}

.acct-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.acct-modal--content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    color: #ffffff;
    padding: 1rem 1.5rem;
    width: 30rem;
    border-radius: 0.5rem;
}

.acct-modal--content h4 {
    text-align: center;
    color: #ffffff;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.event-selector--image {
    /* background-repeat: no-repeat !important; */
    background-size: contain !important;
    height: 180px;
    margin-bottom: 20px;
}

.acct-cal {
    margin: 10px 0 10px 0;
    min-height: 550px;
    height: 100%;
    padding: 15px;
}

.acct-cal a {
    color: var(--main-color) !important;
}

.fc-button {
    background: var(--main-color) !important;
    border: 1px solid transparent !important;
}

.fc-button[aria-pressed="true"] {
    background: var(--accent-color) !important;
}

.fc-toolbar-title {
    font-size: 19px !important;
    text-align: center;
    margin: 0 !important;
}

.fc .fc-col-header-cell-cushion {
    font-size: 13px !important;
}

/* @media (max-width: 768px) {
    .container-content ul li {
        border-left: none;
        border-right: none;
    }
} */

/* ---------------------------
 * Contact Form
 * --------------------------- */

.contact-section {
    padding: 80px 0;
}

.contact-section h3 {
    margin-bottom: 40px;
}

.contact-section .form-group {
    margin-bottom: 17px;
}

.contact-section .form-control {
    border: 1px solid #f0f1f3;
    background-color: rgb(248, 248, 248);
}

.contact-section .form-control:focus {
    border-color: #66afe9;
}

.contact-section .form-control:required {
    border-left-color: green;
}

.contact-section .form-control:invalid {
    border-left-color: red;
}

.contact-section textarea {
    padding: 12px 12px;
}

.contact-error {
    color: red;
}

.contact-form h2 {
    line-height: 36px;
    margin-bottom: 45px;
}

.user-message textarea {
    min-height: 195px;
    padding-top: 12px;
}

.contact-form form button {
    margin-top: 10px;
}

.user-name,
.user-email,
.user-phone,
.user-url,
.user-message {
    position: relative;
}

.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "FontAwesome";
    color: #dadada;
}

.user-name::after {
    content: "\f007";
}

.user-email::after {
    content: "\f003";
}

.user-phone::after {
    content: "\f095";
}

.user-url::after {
    content: "\f0ac";
}

.user-message::after {
    content: "\f086";
}

.form-load {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    margin: 0 auto;
}

#messenger-load {
    text-align: center;
}

input[type="search"] {
    height: 43px;
    border: 1px solid #ccc !important;
    width: 100% !important;
}

/*-------------------
 * Form Style
 *-------------------*/

.form-control {
    height: 50px;
    padding: 6px 20px;
    line-height: 24px;
    color: #000000;
    border-radius: 0;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
}

.form-section {
    font-family: 'Montserrat-SemiBold';
    margin-top: 45px !important;
    margin-bottom: 15px !important;
}


.form-section--selection {
    font-family: 'Montserrat-SemiBold';
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

input:focus {
    border-color: var(--accent-color);
}

input:focus+label[placeholder]:before {
    color: var(--accent-color);
}

input:focus+label[placeholder]:before,
input:not(:placeholder-shown):valid+label[placeholder]:before {
    transition-duration: .2s;
    transform: translate(0, -1.6em) scale(0.9, 0.9);
    font-weight: bold;
}

input:not(:placeholder-shown):valid {
    border-color: var(--accent-color);
}

input:not(:placeholder-shown):valid+label[placeholder]:before {
    color: var(--accent-color);
}

input[type=date]:invalid {
    border-color: #ff4949;
}

input[type=date]:invalid+label[placeholder]:before {
    color: #ff4949;
}

input[type=date]:invalid+label[placeholder][alt]:before {
    content: attr(alt);
}

.invalid {
    border: 1px solid var(--old-default);
}

.tippy-box[data-theme~='invalid'] {
    background-color: var(--old-default);
    color: white;
}

.tippy-box[data-theme~='info'] {
    background-color: var(--accent-color);
    color: white;
}

input+label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    color: #969595;
    margin-top: calc(-35px - 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}

input+label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(0.5em + 7px);
    padding: 1px 2px 0 7px;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: 400;
    background-position: center;
}

.watermark-price {
    padding-left: 58px;
}

.watermark-price+label span {
    position: absolute;
    margin: 3px 0 0 -110px;
}

.watermark-price+label.end span {
    margin: -10px;
}

.watermark-url {
    padding-left: 67px;
}

.watermark-url+label span {
    position: absolute;
    margin: 4px 0 0 -110px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
}

.form-control::placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #969595;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
}

/* iframe {
    width: 100%;
    min-height: 300px;
} */

.toggle-checkbox .tgl {
    display: none;
}

.toggle-checkbox .tgl,
.toggle-checkbox .tgl:after,
.toggle-checkbox .tgl:before,
.toggle-checkbox .tgl *,
.toggle-checkbox .tgl *:after,
.toggle-checkbox .tgl *:before,
.toggle-checkbox .tgl+.tgl-btn {
    box-sizing: border-box;
    margin: 0;
}

.toggle-checkbox .tgl::-moz-selection,
.toggle-checkbox .tgl:after::-moz-selection,
.toggle-checkbox .tgl:before::-moz-selection,
.toggle-checkbox .tgl *::-moz-selection,
.toggle-checkbox .tgl *:after::-moz-selection,
.toggle-checkbox .tgl *:before::-moz-selection,
.toggle-checkbox .tgl+.tgl-btn::-moz-selection,
.toggle-checkbox .tgl::selection,
.toggle-checkbox .tgl:after::selection,
.toggle-checkbox .tgl:before::selection,
.toggle-checkbox .tgl *::selection,
.toggle-checkbox .tgl *:after::selection,
.toggle-checkbox .tgl *:before::selection,
.toggle-checkbox .tgl+.tgl-btn::selection {
    background: none;
}

.toggle-checkbox .tgl+.tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-checkbox .tgl+.tgl-btn:after,
.toggle-checkbox .tgl+.tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
}

.toggle-checkbox .tgl+.tgl-btn:after {
    left: 0;
}

.toggle-checkbox .tgl+.tgl-btn:before {
    display: none;
}

.toggle-checkbox .tgl:checked+.tgl-btn:after {
    left: 50%;
}

.toggle-checkbox .tgl-ios+.tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
}

.toggle-checkbox .tgl-ios+.tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.toggle-checkbox .tgl-ios+.tgl-btn:hover:after {
    will-change: padding;
}

.toggle-checkbox .tgl-ios+.tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
}

.toggle-checkbox .tgl-ios+.tgl-btn:active:after {
    padding-right: 0.8em;
}

.toggle-checkbox .tgl-ios:checked+.tgl-btn {
    background: var(--accent-color);
    border: none;
}

.toggle-checkbox .tgl-ios:checked+.promo {
    background: #63c382 !important;
}

.toggle-checkbox .tgl-ios:checked+.tgl-btn:active {
    box-shadow: none;
}

.toggle-checkbox .tgl-ios:checked+.tgl-btn:active:after {
    margin-left: -0.8em;
}

.mapbox--render-no-results {
    width: 100%;
    text-align: right;
    padding: 0 10px 0 10px;
}

.mapbox--render-no-results a {
    color: var(--accent-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: lighter;
}

.mapbox--render-no-results a:hover {
    color: var(--main-color);
}

.tab-content>.tab-pane {
    opacity: 0;
    position: fixed;
    display: block !important;
}

.tab-content>.active {
    opacity: 1;
    position: relative;
}

/*-----------------------------
 Event VIEW Page
--------------------------------*/

.event-page .page-toolbar {
    grid-template-columns: 1fr 1fr 0fr;
}

.event-page .btn-cal {
    width: 170px;
    border: none !important;
    color: white;
    background: rgba(24,24,24,0.8);
    border-radius: 15px;
    justify-self: end;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0 15px 0 15px;
}

.event-page .btn-share {
    width: fit-content;
    border: none !important;
    color: white;
    background: rgba(24,24,24,0.8);    border-radius: 15px;
    justify-self: end;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0 15px 0 15px;
    margin-right: 10px;
}

.event-page .btn-back:hover {
    background: var(--old-default);
}

.event-page .btn-share:hover,
.event-page .btn-cal:hover {
    background: var(--accent-color);
}

.event-page .btn-share:active,
.event-page .btn-cal:active {
    transform: scale(0.9);
}

.event-page .btn-share i,
.event-page .btn-cal i {
    margin-right: 10px;
}

.event-page ul li label {
    color: white;
    padding: 3px 10px 3px 10px;
    font-size: 11px;
    border-radius: 15px;
}

.event-page ul li label i {
    margin-right: 5px;
}

.event-page ul li span {
    color: var(--secondary-color);
    font-size: 14px;
}

.event-page .event-image {
    width: 100%;
    text-align: center;
    background: var(--main-color);
    background-size: contain;
    background-blend-mode: overlay;
}

.event-page .event-image img {
    min-height: 200px;
}

.event-page h1 {
    margin: -18px auto !important;
    font-size: 21px;
    text-align: center;
    border: 1px solid var(--main-color);
    width: fit-content;
    position: relative;
    background: white;
    padding: 5px;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    left: 0;
    right: 0;
}

.event-page img {
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.event-page ul {
    padding: 30px 5px 30px 5px;
    background: var(--main-color);
    color: white;
    border-top: 1px var(--secondary-color);
}

.event-page ul .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}

.event-page ul .flex .event-info--box {
    width: 170px;
    margin: 15px;
}

.event-page ul .flex .event-info--box p {
    margin: 0;
    text-align: left;
}

.event-page ul .flex .event-info--box button {
    background: none;
    border: 1px solid var(--secondary-color);
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    justify-content: space-evenly;
    display: flex;
    width: 100%;
    line-height: 22px;
}

.event-page ul .flex .event-info--box button:active {
    transform: scale(0.9);
}

.event-page ul .flex .event-info--box button:hover {
    background: var(--accent-color);
}

.event-page ul .flex .event-info--box button img {
    width: 35px;
    height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
}

.event-page ul .flex .event-info--box button p {
    max-width: 100px;
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-page .ql-container {
    padding-top: 15px;
    padding-bottom: 30px;
    line-height: 1.42;
    user-select: text !important;
    -webkit-user-select: text;
}

.event-page .ql-container h1 {
    margin: 0 0 10px 0 !important;
    border: none;
    width: inherit;
    color: inherit;
    background: none;
    border-radius: none;
    position: inherit;
    text-align: inherit;
}

.event-page .ql-container h2 {
    margin: 0 0 10px 0 !important;
    border: none;
    width: inherit;
    color: inherit;
    background: none;
    border-radius: none;
    position: inherit;
    font-size: 22px;
}

.event-page ul li {
    font-size: 14px;
}

.event-page ul li:first-child {
    text-align: center !important;
}


.event-page .location-info {
    background: var(--main-color);
    color: white;
    padding-top: 10px;
}

.event-page .event-content--p {
    margin-top: 20px;
}

.event-page .location-info--box {
    margin: 15px 15px 30px 15px;
    width: 100%;
}

.event-page .location-info--box--details {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 30px;
}

.event-page .location-info--box--details p {
    margin: 10px 0 !important;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-page .location-info--box a {
    color: white;
    padding: 10px 30px;
    border-radius: 15px;
    height: 46px;
    border: 1px solid var(--secondary-color);
}

.event-page .location-info--box a:active {
    transform: scale(0.9);
}

.event-page .location-info--box a:hover {
    background: var(--accent-color);
}

.event-page h1 {
    font-size: 21px;
}

.event-page h2 {
    margin: -20px 0 !important;
    width: fit-content;
    background: var(--main-color);
    border: 3px solid white;
    padding: 5px 25px;
    font-size: 17px;
    border-radius: 15px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 9;
    color: white;
    border-radius: 20px;
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
}

.event-page h3 {
    color: white;
    margin: 0;
}

.event-page #about {
    background: white;
    color: var(--main-color);
}

.event-page #location {
    margin: -30px 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    left: 0;
    right: 0;
    border: 4px solid var(--main-color);
}

.event-page #event-map {
    height: 300px;
    width: 100%;
}

.event-page .btn {
    position: fixed;
    bottom: 25%;
    border-radius: 0;
    z-index: 9999;
    width: 200px;
    right: -75px;
    rotate: 90deg;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 768px) {

    .event-page img {
        max-height: 300px;
        object-fit: cover;
        margin-top: 62px;
    }

    .event-page .btn {
        position: fixed;
        bottom: 0;
        border-radius: 0;
        z-index: 9999;
        width: 100%;
        rotate: 0deg;
        left: 0;
    }

    .event-page #event-map {
        margin-bottom: 50px;
    }

}

.btn--report-event {
    margin-top: 25px;
    border: 1px solid var(--secondary-color);
    padding: 10px 30px;
    padding-top: 12px;
    color: var(--main-color);
    border-radius: 15px;
    background: none;
    float: right
}

.btn--report-event:hover {
    background: var(--main-color);
    color: white;
}

.btn--report-event:active {
    transform: scale(0.97);
}

.btn--redirect-event {
    margin-top: 25px;
    background: var(--accent-gradent);
    padding: 10px 30px;
    padding-top: 12px;
    color: white;
    border-radius: 15px;
    border: 1px solid var(--secondary-color);
    float: left;
    min-width: fit-content;
    width: 40%;
}

.btn--redirect-event:hover {
    background: var(--accent-gradent--secondary);
    color: white;
}

.btn--redirect-event:active {
    transform: scale(0.97);
}

.report--category-select {
    margin-bottom: 15px;
}

.report--details-in {
    resize: none;
}

.profile-view .profile-view--image {
    width: 100%;
    text-align: center;
}

.profile-view .profile-view--details .organiser-name,
.profile-view .profile-view--details .organiser-type,
.profile-view .profile-view--details .organiser-bio {
    text-align: center;
}

.profile-view .profile-view--details .organiser-bio {
    font-family: 'Montserrat-SemiBold';
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    background: rgba(169,169,169,0.2);
    padding: 5px;
}

.profile-view .profile-view--details {
    width: 100%;
}

.profile-view .profile-view--details h3,
.profile-view .profile-view--details h4 {
    text-align: center;
}

.profile-view .profile-view--details h4 {
    margin: 0 !important;
}

.profile-view .profile-view--details--contact a {
    color: var(--font-color);
}

.profile-view .organiser-name {
    font-family: 'Montserrat-SemiBold';
    margin: 0;
    font-size: 17px;
}


.profile-view .profile-view--details--contact {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 10px 20px;
    /* row-gap column gap */
    flex-wrap: wrap;
}

.profile-view .profile-view--details--contact a {
    text-align: center;
}

.profile-view .profile-view--details--contact a i {
    padding: 12px;
    background: var(--accent-color);
    border-radius: 50%;
    height: 40x;
    width: 40px;
    color: white;
    cursor: pointer;
}

.profile-view .profile-view--details--contact a p {
    margin: 0 !important;
}

.profile-view .profile-view--details--contact a .call {
    background: #00BA4F;
}

.profile-view .profile-view--details--contact a .messenger {
    background: #3F63F4;
}

.profile-view .profile-view--details--contact a .website {
    background: var(--main-color);
}

.profile-view .profile-view--details--contact a .facebook {
    background: #0081F5;
}

.profile-view .profile-view--details--contact a .instagram {
    background: #D83DD9;
}

.profile-view .profile-view--details--contact a .twitter {
    background: #009EEA;
}

.profile-view .profile-view--details--contact a .email {
    background: #FF9B32;
}

.profile-view .profile-view--details--contact a .address {
    background: #f45f5f;
}

.profile-view .profile-view--image img {
    height: 90px !important;
    margin-bottom: 15px;
}


/* --------------------------------------------
 *   Pricing Table
 *---------------------------------------------- */

.pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    .pricing-table {
        flex-direction: row;
    }
}

.pricing-table * {
    text-align: center;
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

.pricing-plan:last-child {
    border-bottom: none;
}

@media (min-width: 900px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 50px;
    }

    .pricing-plan:last-child {
        border-right: none;
    }
}

.pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
}

.pricing-plan input[type="radio"] {
    display: none;
}

.pricing-plan button {
    margin-top: 20px;
}

.pricing-header {
    color: var(--secondary-color);
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-features {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 30px;
}

.pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 14px;
    line-height: 1.5;
    color: var(--main-color);
    padding: 15px 0;
}

.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
    color: var(--main-color);
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.pricing-price--sub {
    font-size: 14px;
}

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

.footer {
    background-color: var(--main-color);
    color: var(--secondary-color);
    font-size: 14px;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding: 25px 0;
    width: 100%;
}

.footer__col--explore {
    float: none !important;
    height: 120px;
}

.footer__col--explore ul {
    height: 50px;
}

.footer__col--explore ul li {
    float: left;
    padding: 0 5px;
}

.footer__col--follow {
    padding-left: 0 !important;
}

.footer__col--legal {
    margin-left: 20px;
}

.footer__address {
    color: inherit;
    font-size: 1em;
    line-height: 25px;
    margin: 0;
    transition: color .75s ease
}

.footer__address:hover {
    color: #fff
}

.footer__address-row {
    display: block
}

.footer__btn {
    color: #343945;
    float: left;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    line-height: 35px;
    margin-top: 20px;
    position: relative;
    text-align: center
}

@media screen and (min-width:1024px) {
    .footer__btn {
        float: right;
        margin-right: 12px;
        margin-top: -2px;
        white-space: nowrap
    }
}

.footer__btn:after {
    background-color: #000;
    bottom: -5px;
    content: "";
    height: 160%;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(1.25) scaleY(0);
    transform: scaleX(1.25) scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transition: -webkit-transform .7s cubic-bezier(.86, 0, .07, 1);
    transition: transform .7s cubic-bezier(.86, 0, .07, 1);
    transition: transform .7s cubic-bezier(.86, 0, .07, 1), -webkit-transform .7s cubic-bezier(.86, 0, .07, 1);
    width: 100%
}

.footer__btn:hover .footer__btn-line,
.footer__btn[data-trigger-animation=true] .footer__btn-line {
    -webkit-transform: scaleX(1.4);
    transform: scaleX(1.4)
}

.footer__btn:hover .footer__btn-line-inner,
.footer__btn[data-trigger-animation=true] .footer__btn-line-inner {
    -webkit-transform: scaleY(48);
    transform: scaleY(48)
}

.footer__btn:hover>span,
.footer__btn[data-trigger-animation=true]>span {
    color: #000
}

.footer__btn>span {
    color: #fff;
    cursor: pointer;
    pointer-events: none;
    position: relative;
    transition: color .6s ease;
    z-index: 5
}

.footer__btn-line {
    bottom: -5px;
    cursor: pointer;
    height: 1px;
    left: 0;
    pointer-events: none;
    position: absolute;
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    width: 100%
}

.footer__btn-line-inner {
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: -webkit-transform .7s cubic-bezier(.86, 0, .07, 1);
    transition: transform .7s cubic-bezier(.86, 0, .07, 1);
    transition: transform .7s cubic-bezier(.86, 0, .07, 1), -webkit-transform .7s cubic-bezier(.86, 0, .07, 1);
    width: 100%
}

.footer__col {
    float: left;
    line-height: 25px;
    padding: 10px;
}

.footer__col-title-link {
    color: inherit
}

.footer__col--intro {
    border-bottom: 1px solid #272727;
    clear: both;
}

.footer__col--mobile {
    clear: left
}

.footer__col--next {
    clear: both;
    margin-right: 0;
    margin-top: 32px;
    min-width: 100%
}

.footer__col-title {
    color: #fff;
    margin-bottom: 4px;
}

.footer__col-title~.footer__col-title {
    margin-top: 22px
}

@media screen and (min-width:1024px) {
    .footer__col-title {
        margin-top: -2px
    }
}


@media screen and (min-width:1024px) {
    .footer__col {
        margin-right: 2.5641%;
    }

    .footer__col--intro {
        clear: none;
        border-bottom: 0;
        margin-bottom: 0;
        min-width: auto;
    }

    .footer__col--next {
        clear: right;
        margin-top: -5px;
        margin-right: 0;
        min-width: auto
    }
}

.footer__legal {
    border-top: 1px solid #272727;
    clear: both;
    color: #9b9b9b;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    font-weight: bold;
}

@media screen and (min-width:1024px) {
    .footer__legal {
        border-top: 0;
        margin-top: 0;
        padding-top: 0px
    }
}

.footer__link {
    color: #9b9b9b;
    display: block;
    font-size: 14px;
    transition: color .75s ease
}

.footer__link:hover {
    color: #fff
}

.footer__logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 7px;
    padding-right: 10px;
}

.footer__logo img {
    max-height: 200px;
}

.footer__logo svg {
    height: 27px;
    width: 90px
}

.footer__logo-letter {
    fill: #fefefe
}

.footer__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    width: 90%
}

.footer__nav:after {
    clear: both;
    content: "";
    display: block
}

.footer__nav-list--day-one {
    display: none
}

.day-one-page .footer__nav-list--day-one {
    display: block
}

.footer__slogan {
    color: #9b9b9b;
    font-size: 14px;
    line-height: 25px;
    float: left;
}

.footer__slogan strong {
    color: #fff;
    font-weight: 400
}

@media screen and (min-width:1024px) {
    .footer__hide--large {
        display: none
    }
}

.footer__hide--small {
    display: none
}

@media screen and (min-width:1024px) {
    .footer__hide--small {
        display: block
    }
}

/* Cookie Info */
.ckie-notice {
    width: 100%;
    background: #333;
    min-height: 30px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    text-align: center;
    color: white;
    font-family: open sans, Arial, sans-serif;
    font-size: 11px;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}