* {
    margin:0;
    /* padding:0; */
}

/* section {
    margin-top: -15px !important;
} */

body {
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 100% !important;
}

a {
    color: #121212;
}
a:hover {
    color: var(--primary);
}
.dropdown-item.active, .dropdown-item:hover {
    color: #fff;
    background: var(--primary);
}

.no-arrow-toggle:after {
    display: none;
}

@media screen and (max-width: 600px) {
    .row-mobile {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.opacity-on-hover:hover {
    opacity: 0.8;
}

/* Cookies Info */
.cc_dialog.headline {
    position:fixed !important;
    bottom: 0 !important;
    top: auto !important;
}
/* End Cookies Info */

.news-hero {
    height: 50vh;
    margin-top: 58px;
    border-radius: 0;
}
.hero-title {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
    max-width: 960px;
}

@media screen and (max-width: 600px) {
    .news-hero {
        margin-top: 100px;
    }
    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0em;
    }
}

.news-hero-img {
    position: relative;
    background-size: cover;
    background-position: center center;
    /* margin-top: 66px;  */
    height: calc(100vh - 140px);
    /* animation: animatedBackground 12s linear infinite alternate; */
}

@media screen and (max-width: 600px) {
    .news-hero-img {
        margin-top: -1px;
        border-radius: 0px;
        height: calc(100vh / 2.5);
    }
}

.news-hero-img-app {
    position: relative;
    background-size: cover;
    background-position: center center;
    /* margin-top: 66px;  */
    width: 100%;
    padding-top: 56%; /* 1:1 Aspect Ratio */
    /* animation: animatedBackground 12s linear infinite alternate; */
}

.no-radius {
    border-radius:0 !important;
}

/* Animations */
@keyframes animatedBackground {
    from {
      background-size: 100%;
    }
    to {
      background-size: 110%;
    }
  }

  @keyframes animatedBackground2 {
    from {
        background-position-y: 20%;
        background-position-x: 40%;
    }
    to {
        background-position-y: center;
        background-position-x: center;
    }
  }

.move-animation {
    animation: animatedBackground 9s linear infinite alternate;
}
.move-animation2 {
    animation: animatedBackground2 9s linear infinite alternate;
}
/* Animations end */


.section-header {
    /* position: relative; */
    display: block;
    margin: 20px 0px 10px 0px;
    /* color: var(--primary); */
    background: linear-gradient(270deg, var(--primary), var(--primary-dark));
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-family: "Poppins";
    letter-spacing: 0em;
    font-size: 1.75em;
    padding: 10px 10px 00px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}

.section-header:after {
    content: '';
    display: block;
    bottom: 0;
    margin-top: 5px;
    left: 0;
    width: 4rem;
    height: 0.3rem;
    border-radius: 0.12rem;
    background-color: var(--danger);
}

.section-header-light:after {
    content: '';
    display: block;
    bottom: 0;
    margin-top: 5px;
    left: 0;
    width: 4rem;
    height: 0.3rem;
    border-radius: 0.12rem;
    background-color: #f1f1f1;
}

@media(max-width: 600px) {
    .section-header {
    font-size: 1.5em;
    letter-spacing: 0em;
    }
}

.sct-margin {
    margin-bottom: -5px !important;
    padding-top: 10px;
}

/* .section-header:before {
    content: " ";
    position: absolute;
    display: block;
    margin-top: -15px;
    width: 60px;
    height: 10px;
    background: linear-gradient(90deg, var(--danger), var(--danger-dark));
} */

.section-header-light {
    background: var(--white);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    border: none;
}


.news-square {
    height: 240px;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    transition: all .5s ease-in-out;
    border-radius: 14px;
    background-size: cover;
    background-position: center center;
}

@media(max-width: 600px) {
    .news-square {
    height: 200px;
    }
}

.news-square:hover {
    text-decoration: none;
    transform: scale(1.05);
}

.news-square-title {
    position: relative;
    padding-top: 30px !important;
    font-family: "Poppins";
    /* letter-spacing: 0.01em; */
    color: #fff !important;
    padding-left: 0.5em; padding-right: 0.5em; padding-bottom: 10px;
    background: linear-gradient(rgba(0,0,0,0.02) 0%, rgba(0, 0, 0, 0.75) 70%);
    transition: all .3s ease-in-out;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.news-square-title:hover {
    color: #cecece !important;
}

.single-item {
    display: block;
    transition: all .3s ease-in-out;
    border-radius: 14px;
}

.single-item:hover {
    transform: scale(1.05);
}

.big-title {
    font-size: 2.20rem;
}

@media (min-width: 600px) {
    .big-title {
        font-size: 3rem;
    }
}



.header-font {
    font-family: "Poppins" !important;
}

.single-post-v2-text {
    font-size: 1.25rem;
    letter-spacing: 0.0em; line-height: 1.2em;
    color: #101010;
}

    .single-post-v2 {
    border-radius: 8px;
    border: 0 !important;
    /* box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2); */
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    padding-bottom: 12px;
    }

    .single-post-v2 img {
        /* border-radius: 8px; */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

@media (min-width: 600px) {

    .single-post-v2 {
        /* border-radius: 0px;  */
        min-height: 335px;
        padding-bottom: 10px;
    }

}

.no-border {
    border: 0px !important;
}

.font-number {
    font-family: "Open Sans" !important;
}

.bebas-regular {
    font-family: "BebasNeue" !important;
}

@media screen and (max-width: 600px) {
    .s-11 {
        font-size: 12px !important;
    }
    .s-12 {
        font-size: 12px !important;
    }
    .s-13 {
        font-size: 13px !important;
    }
    .s-14 {
        font-size: 12px !important;
    }
    .s-15 {
        font-size: 13px !important;
    }
    .s-16 {
        font-size: 14px !important;
    }
    .s-18 {
        font-size: 15px !important;
    }
    .s-20 {
        font-size: 17px !important;
    }
    .s-24 {
        font-size: 20px !important;
    }
    .s-28 {
        font-size: 23px !important;
    }
    .s-32 {
        font-size: 26px !important;
    }
}

@media screen and (min-width: 601px) {
    .s-11 {
        font-size: 12px !important;
    }
    .s-12 {
        font-size: 12px !important;
    }
    .s-13 {
        font-size: 13px !important;
    }
    .s-14 {
        font-size: 14px !important;
    }
    .s-15 {
        font-size: 15px !important;
    }
    .s-16 {
        font-size: 16px !important;
    }
    .s-18 {
        font-size: 18px !important;
    }
    .s-20 {
        font-size: 20px !important;
    }
    .s-24 {
        font-size: 24px !important;
    }
    .s-28 {
        font-size: 28px !important;
    }
    .s-32 {
        font-size: 32px !important;
    }
}


.big-font {
    font-size: 3rem !important;
}
@media screen and (max-width: 600px) {
    .big-font {
        font-size: 1.5rem !important;
    }
}
.big-font2 {
    font-size: 2rem !important;
}
@media screen and (max-width: 600px) {
    .big-font2 {
        font-size: 1.4rem !important;
    }
}

.readable-text {
    font-family: "Poppins";
    line-height: 1.6em;
    font-size: 1.05rem;
}
.readable-text-big {
    font-size: 1.3rem;
}

.scrollable::-webkit-scrollbar-track,.fc-scroller::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollable::-webkit-scrollbar,.fc-scroller::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scrollable::-webkit-scrollbar-thumb,.fc-scroller::-webkit-scrollbar-thumb
{
	background-color: var(--primary);
}

.scrollable-x::-webkit-scrollbar-track,.fc-scroller::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scrollable-x::-webkit-scrollbar,.fc-scroller::-webkit-scrollbar
{
	height: 4px;
	background-color: #F5F5F5;
    border-radius: 5px;
}

.scrollable-x::-webkit-scrollbar-thumb,.fc-scroller::-webkit-scrollbar-thumb
{
	background-color: var(--primary);
    border-radius: 5px;
}

/* SOCIAL MEDIA BUTTONS */

a.button-facebook {
	background-color: #2b4170; /* fallback color */
	background: -moz-linear-gradient(top, #3b5998, #2b4170);
	background: -ms-linear-gradient(top, #3b5998, #2b4170);
	background: -webkit-linear-gradient(top, #3b5998, #2b4170);
	border: 1px solid #2b4170;
    text-shadow: 0 -1px -1px #1f2f52;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

a.button-twitter {
	background-color: #0081ce; /* fallback color */
	background: -moz-linear-gradient(top, #00aced, #0081ce);
	background: -ms-linear-gradient(top, #00aced, #0081ce);
	background: -webkit-linear-gradient(top, #00aced, #0081ce);
	border: 1px solid #0081ce;
    text-shadow: 0 -1px -1px #005ea3;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

a.button-instagram {
	background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.jodit_container .jodit_workplace {
    border-bottom: none !important;
}

/* Swiper Bullets */
    .swiper-container {
    width: 100%;
    height: 100%;
    }
    .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }
    .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-bullet-active {
    color:#fff;
    background: var(--danger);
    }


.box-shadow {
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qc-cmp-persistent-link {
    display: none !important;
}

.game-details-logo {
    max-height: 100px;
}

.game-details-result {
    letter-spacing: 2px !important;
}

.image-infopage {
    padding: 0 !important;
    margin: 0 !important;
    background: rgb(83, 60, 60);
    height: 100px;
}
.image-infopage img {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (max-width: 600px) {
    .game-details-logo {
        max-height: 60px;
    }

    .game-details-result {
        font-size: 22px !important;
        padding: 5px !important;
        margin-top: 10px !important;
    }

    .game-details-team {
        margin-top: 2px !important;
        font-size: 16px !important;
    }
}

.nav-link {
    font-size: 1.1em;
    color: #fff;
}

.btn-danger {
    border-color: transparent;
}

.button-menu {
    font-size: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.15s;
    padding-top: 60px;
}

.sidenav-item {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.75em;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 1.3em;
}

.sidenav-item:hover, .sidenav-item:focus {
    color: rgba(255,255,255,.95);
    border-bottom: 5px solid white;
    margin-bottom: -5px;
}

.swiper-pagination-bullet-active {
    background: var(--primary) !important;
}


/* GAMES SWIPER */

.games-swiper {
    font-family: "DharmaGothicE-Regular" !important;
}

.games-swiper-info-div {
    font-size: 1.5rem;
    color: #f1f1f1;
    text-transform: uppercase;
    font-weight: 300;
    padding-right: 1.6rem;
    margin-top: 2.35rem;
    font-size: 1.5rem;
}

.games-swiper-info-league {
    font-size: 1.5rem;
    margin: 0;
}
.games-swiper-info-other {
    font-size: 1.15rem;
    margin: 0;
}

.games-swiper-borders {
    border-left: 1px solid rgba(0,0,0,0.12);
    border-right: 1px solid rgba(0,0,0,0.12);
}

.games-swiper-result {
    font-family: "DharmaGothicE-Bold" !important;
    font-size: 3.12rem;
}

.games-swiper-result-separator {
    display: inline-block;
    height: 2.2rem;
    margin-top: 0.2rem;
    width: 2px;
    background: #fff;
    margin-left: 0.75rem;
    margin-right: 0.9rem;
}

.games-swiper-team-name {
    font-size: 1.2rem;
    margin-top: 0.25rem;
}

.games-swiper-buttons-div {
    padding-left: 1.5rem;
    padding-top: 5rem;
}


.more-button {
    background: rgba(0,0,0,0.1) !important;
    font-family: "DharmaGothicE-Regular" !important;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em !important;
}
.more-button:hover {
    background: rgba(0,0,0,0.05) !important;
    color: #fff !important;
}

  .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  /*  */

  @media(min-width: 992px) {
    .content-left-margin {
        margin-left: calc(70px + 240px);
    }
  }


  .left-sidebar-first {
    width: 70px; height: 100%; position: fixed; top: 66px; left: 0;
    background: #fefefe !important;
    border-right: 1px solid #f1f1f1;
    /* display: none !important; */
  }

  .left-sidebar-second {
      background: #fff;
      position: fixed; top: 66px; left: 70px;
      width: 240px; height: 100%;
  }

  .scrollable {
    overflow-y: hidden;
  }

  .scrollable:hover {
    overflow-y: auto;
  }

  .scrollable-x {
    overflow-x: auto;
  }

  .scrollable-x:hover {
    overflow-x: auto;
  }

  .tabbable .nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
 }

 .tabbable .nav-tabs .nav-link {
   white-space: nowrap;
 }

 .scrollable-horizontally {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .scrollable-horizontally:hover {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .left-sidebar-element {
      display: block;
      padding-top: 6px;
      padding-bottom: 6px;
      margin-top: 2px !important;
      margin-bottom: 2px !important;
  }
  .left-sidebar-element svg,.left-sidebar-element span {
    fill: #454545;
    color: #454545;
    font-size: 32px;
    text-align: center;
    width: 32px; height: 32px;
    }
    /* .left-sidebar-element.active .text {
        display: none !important;
    } */
    .left-sidebar-element .text {
        /* display: none; */
        display: block;
        font-size: 10px;
        color: #414141;
        padding: 0; margin: 0;
        margin-bottom: 5px;
        padding-left: 2px; padding-right: 2px;
        width: 100%;
        text-align: center;
        height: auto;
    }
    .left-sidebar-element:hover {
        background: rgba(255,255,255,0.1);
        /* border-radius: 10px; */
    }
    .left-sidebar-element.active {
        background: var(--primary);
        /* border-radius: 10px; */
    }
    .left-sidebar-element.active .text {
        display: block;
        font-weight: bold;
    }
  .left-sidebar-element.active svg,.left-sidebar-element.active span {
      /* fill: var(--primary);
      color: var(--primary); */
      color: #fff;
      fill: #fff;
  }

  .sidebar-category {
      font-weight: 500;
      font-size: 13px;
      margin-top: 12px;
      margin-bottom: 12px;
      padding-left: 15px;
      color: #8b8b8b;
  }

  .sidebar-button {
    /* text-transform: uppercase; */
    overflow: hidden;
    margin-left: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #1b1e20 !important;
    outline: none;
    background: none;
    border: none;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    position: relative;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; */
  }

  .sidebar-button:hover {
    color: var(--primary) !important;
    background: #fafafa;
    border-radius: 30px;
  }

  .sidebar-button .icon {
    margin-left: 24px;
    margin-right: 15px;
    position: relative;
    margin-top: 0px;
  }
  .sidebar-button .icon svg {
    display: block;
    width: 22px;
    height: 22px;
  }
  .sidebar-button:hover .icon svg {
    fill: var(--primary);
    stroke: currentColor;
  }

  .sidebar-button.active .icon svg {
    fill: var(--primary);
    stroke: currentColor;
  }

  .sidebar-button.active {
      color: var(--primary) !important;
      border-radius: 30px;
      font-weight: 700;
  }   

  .card {
    background: #fff;
    border-radius: 14px;
    border: 0 !important;
    transition: box-shadow 0.2s ease-in-out;
    /* box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16); */
    /* box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5); */
    /* box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2); */
  }

  .card.with-shadow {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16); 
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
  }

  .card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16); 
    box-shadow: 0 7px 30px -10px rgba(150,170,180,0.5);
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
  }

  .card.no-shadow:hover {
    box-shadow: 0px;
  }

  @media (max-width: 767px) {
  .body-fanzone .card {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

  .form-control {
      border: 0;
      background: #efefef;
      /* border-bottom: 1px solid #afafaf !important; */
      border-radius: 10px;
      /* background-color: rgba(200, 200, 200, 0.2); */
  }

  .form-group label {
      color: #acacac !important;
  }
  .input-group-text {
      background-color: #efefef !important;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px;
      border: 0px;
  }
  .form-control:focus {
    border: 2px solid #677CE8 !important;
    background: #efefef;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .btn {
    border-radius: 14px;
    font-weight: 600;
    transition: transform 0.2s ease-in-out;
   }
   .btn .rounded-tiny {
    border-radius: 8px !important;
   }

   .btn:hover {
    /* transform: scale(1.05); */
   }

  .btn-success {
    box-shadow: 0 1px 20px 1px rgba(40,208,148,.6);
    background: rgba(40,208,148,1) !important;
    border-radius: 1.5rem;
    border: 0 !important;
    padding: 0.85rem 1.5rem;
    }

    /* @media(max-width: 600px) {
        .btn-success {
            padding: 0.35rem 0.75rem;
        }
    } */

    .btn-success:hover {
        box-shadow: none !important;
        border: 0 !important;
        background: rgba(40,208,148,0.85) !important;
    }

.table {
    font-size: 1.05em;
}

.table thead th {
    border: 0;
}

.table th, .table td {
    border: 0;
}

.admin-mini-header {
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    color: #0f141a8a;
    font-family: "Poppins";
}

.admin-header {
    margin: 0;
    margin-top: 1rem;
    margin-left: 0.5rem;
    font-size: 2.1rem;
    color: #0f141a;
    font-family: "Poppins";
}

.no-shadow {
    box-shadow: none !important;
}

.modal-open .modal {
    overflow-y: auto;
    padding-left: 0rem;
    padding-right: 0rem !important;
}
.search-modal.modal-dialog {
    width: 100%;
    max-width: 100% !important;
    min-height: 100%;
    padding: 0;
    margin: 0;
    margin-top: 66px;
    overflow-y: hidden;
}

.search-modal.modal-content {
    height: auto;
    padding-bottom: 40px;
    padding-top: 18px;
    background: rgba(255,255,255,1);
    border-radius: 0;
}

.admin-menu-modal.modal-dialog {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    margin-top: 66px;
    overflow-y: hidden;
}

.admin-body {
    font-size: 1rem;
    background: #EFF1F5;
}

body {
    font-family: "Poppins";
}

.preview-button svg {
    fill: #a3a3a3;
    width: 32px;
    height: 32px;
}
.preview-button.small svg {
    width: 24px;
    height: 24px;
}

.edit-button svg {
    fill: #0f141a;
    width: 32px;
    height: 32px;
}
.edit-button.small svg {
    width: 24px;
    height: 24px;
}
.edit-button.xsmall svg {
    width: 14px;
    height: 14px;
}
.edit-button:hover {
    color: var(--primary) !important;
}
.edit-button:hover svg {
    fill: var(--primary) !important;
}

.delete-button svg {
    /* fill: #0f141a; */
    width: 32px;
    height: 32px;
}
.delete-button.small svg {
    width: 24px;
    height: 24px;
}

.big-header-form {
    font-size: 2.4em;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.big-table td {
    padding: 14px 0 14px 0;
    /* border-bottom: 5px solid #EFF1F5; */
}

.table-title {
    color: #1b1e20 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.bottom-menu-button {
    padding: 0 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    color: #454545;
}

.bottom-menu-button .bottom-menu-text {
    /* display: none; */
    color: #767676;
}

.bottom-menu-button.active .bottom-menu-text {
    color: var(--primary) !important;
    font-weight: bold;
    /* background: var(--primary); */
    /* color: #fff; */
    border-radius: 0px;
}

.bottom-menu-button svg, .bottom-menu-button span {
    /* width: 26px;
    height: 26px;
    fill: #5a5a5a; */
    font-size: 30px;
    color: #5a5a5a;
}

.bottom-menu-button.active svg, .bottom-menu-button.active span {
    fill: var(--primary) !important;
    color: var(--primary);
}

.bottom-menu-button.active .bottom-menu-text {
    display: block;
    color: #fff;
}

.bottom-menu-button .bottom-menu-text {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.27;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Social Media stream */
.sb-container {
    border-radius: 8px;
    border: 0 !important;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}
.sb-thumb, .sb-crop {
    border-radius: 8px;
    border: 0 !important;
}
.sb-metadata {
    display: none !important;
}
.sb-icon2 {
    display: none !important;
}

.page-header-text {
    display: block;
    margin: 30px 0px 20px 0px;
    color: #fff;
    font-family: "Poppins";
    font-size: 2.5em;
    padding: 40px 10px 20px 0px;
}

@media(max-width: 600px) {
    .page-header-text {
    font-size: 1.85em;
    letter-spacing: 0em;
    }
}

.secondary-accent {
    width: 100%;
    height: 5px;
}

@media(max-width: 600px) {
    .secondary-accent {
        height: 8px;
    }
}

.sub-nav-games .nav-link:hover {
    color: #efefef;
}

.sub-nav-games {
    margin-left: -15px;
    width: calc(100% + 30px) !important;
}
.sub-nav-games .nav-link {
    color: rgb(207, 194, 194);
    /* transition-duration: 0.2s; */
}
.sub-nav-games .nav-item .nav-link:not(.active):hover {
    background: rgba(255,255,255,0.01);
    border-bottom: 5px solid var(--primary);
}
.sub-nav-games .nav-item .nav-link.active:hover {
    background: rgba(255,255,255,0.01);
    border-bottom: 5px solid #fff;
}

.sub-nav-games .nav-link.active {
    /* border-bottom: 5px solid var(--danger); */
    border-bottom: 5px solid #fff;
    background: none !important;
    color: #fff;
    font-weight: 700;
}

.sub-nav-games .nav-link.active:hover {
    border-bottom: 0px solid var(--danger);
    background: none !important;
}

.profile-button svg {
    width: 32px;
    height: 32px;
    fill: var(--primary);
    float: left;
}

.profile-button:hover svg {
    fill: #fff;
}

.admin-tabs {
    background: #fff;
     margin-top: 5px;
     /* border-bottom: 4px solid #e7e7e7; */
    /* border-top-left-radius: 14px; */
    /* border-top-right-radius: 14px; */
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
}

.admin-tabs .nav-link {
    color: #565656;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: none;
    font-size: 1em !important;
}

.admin-tabs .nav-link svg, .admin-tabs .nav-link span {
    width: 26px;
    height: 26px;
    fill:  #565656;
    float: left;
    margin-right: 8px;
    display: none;
}

@media screen and (max-width: 600px) {
    .admin-tabs .nav-link svg {
        width: 18px;
        height: 18px;
        margin-top: 4px;
    }
    .admin-tabs .nav-link {
        font-size: 16px !important;
    }

    .fc-list-table {
        font-size: 13px !important;
    }
}

.admin-mobile-menu-item-mini svg, .admin-mobile-menu-item-mini span {
    fill: #fff;
    width: 18px;
    height: 18px;
    font-size: 20px;
    color: #fff;
}

.admin-mobile-menu-item-mini {
    font-size: 16px;
}

.admin-mobile-menu-item svg, .admin-mobile-menu-item span {
    fill: #fff;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #fff;
}

.admin-mobile-menu-item {
    font-size: 22px;
}

.admin-tabs .nav-item:hover:not(.active) {
    background: #fafafa !important;
    color: var(--primary);
    /* border-radius: 5px; */
    border-bottom: 5px solid #a8a8a8;
}

.admin-tabs .nav-item.active .nav-link {
    border-bottom: 5px solid var(--primary);
    background: none !important;
    color: var(--primary) !important;
    /* border-radius: 5px; */
}

.admin-tabs .nav-item.active .nav-link svg {
    fill:  var(--primary);
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: -10px;
    padding: 15px 10px 0px 10px;
    /* margin-bottom: 0px; */
}

.fc-button-group .fc-button {
    font-size: 0.75em;
}

.fc-button-primary {
    font-size: 0.75em !important;
}

.fc-toolbar h2 {
    font-size: 1.25em !important;
}

.admin-group-feed p {
    margin: 5px 0px; padding: 0;
}

.wiki-menu .sidebar-button {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-weight: 500;
}
.wiki-menu .wiki-active a,  .wiki-menu .wiki-active a i {
    color: var(--primary) !important;
}

.wiki-menu .wiki-active {
    background: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.single-video-wrapper {
    box-sizing: border-box;
    overflow: auto;
    max-width: 100%;
    height: 100%;
}

.single-video-wrapper > div {
    width: 100%;
    padding-bottom: 56.25%;
    background: var(--primary); background-size: cover; background-position: center center;
}

/* Loader */

.loader-css {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .loader-css div {
    position: absolute;
    border: 4px solid var(--primary);
    opacity: 1;
    border-radius: 50%;
    animation: loader-css 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .loader-css div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes loader-css {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }

  .game-action-svg-wrapper svg {
    width: 30px;
    height: 30px;
  }

  /* Swiper customization */

  /* .white-arrow {

  } */

  .swiper-nav-v2 .swiper-pagination-bullet {
    width: 21px !important;
    height: 5px !important;
    border-radius: 15% !important;
  }

  .swiper-nav-v3 .swiper-pagination-bullet {
    width: 40px !important;
    height: 6px !important;
    border-radius: 15% !important;
    background: rgba(255,255,255,.7) !important;
  }

  .swiper-nav-v3 .swiper-pagination-bullet-active {
    background: #fff !important;
  }

  /* Navigation Bars */

  .show-hide-animation {
    -webkit-transition: top 0.35s ease-out;
    transition: top 0.35s ease-out;
  }

  .text-green {
      color: #80FF00;
  }
  .text-red {
      color: #dd0525;
  }

  .menu-x4-container {
    -webkit-box-shadow: 0px 10px 12px -5px rgba(233, 233, 233, 1);
    -moz-box-shadow: 0px 10px 12px -5px rgba(233, 233, 233, 1);
    box-shadow: 0px 10px 12px -5px rgba(233, 233, 233, 1);
  }
  .menu-x4 {
    text-transform: uppercase;
    color: var(--primary);
    font-size: 1.05em;
    font-weight: 700;
    font-family: "Poppins";
  }
  .menu-x4 .material-icons-outlined {
      font-size: 1.35em !important;
      padding-top: 5px;
  }

  .menu-x4:hover {
    color: #ccc;
  }

  .rosters-table td {
      padding: 0.35em !important;
  }

  .current_minute{
	animation:blinkingText 2.0s infinite;
    font-weight: 900;
    }

@keyframes blinkingText{
    0%{		color: darkred;	}
    /* 49%{	color: transparent;	}
    50%{	color: transparent;	} */
    /* 99%{	color:transparent;	} */
    100%{	color: transparent;	}
}

/* Dark Explore Menu */

.menu-item-card-wrapper {
    height: 70px;
    border-radius: 8px;
    background: rgba(166,173,201,.2);
    margin-top: 5px; margin-bottom: 5px;
}

.menu-item-card-icon {
    padding: 10px 2px 2px 10px;
    color:#fff;
    font-weight: 500;
    text-align: center;
    width: 50px;
}

.menu-item-card {
    padding: 10px 8px 8px 10px;
    color:#fff;
    font-family: "Poppins";
    font-weight: 700;
}

.menu-item-card-wrapper:hover {
    color: #efefef;
}

/* Light Explore Menu */

.menu-item-light-card-wrapper {
    height: 70px;
    border-radius: 8px;
    color: #1b1e20;
    background: #fff;
    margin-top: 5px; margin-bottom: 5px;
}

.menu-item-light-card-icon {
    padding: 10px 2px 2px 10px;
    font-weight: 500;
    text-align: center;
    color: var(--primary);
    width: 50px;
    border-radius: 8px;
}

.menu-item-light-card {
    padding: 10px 8px 8px 10px;
    font-family: "Poppins";
    font-weight: 500;
}

.menu-item-light-card-wrapper:hover {
    background: #efefef !important;
    color: var(--primary) !important;
}
/* .menu-item-light-card:hover {
    color: var(--primary) !important;
} */

/* Hero DuoTone */

.hero-duotone-main {
    z-index: 1;
    position: absolute; top: 0px; left: 0px;
    height: 60vh; width: 100%;
    background: rgba(0,0,0,0.2);
}

:root {
    --base:              var(--primary);
    --bg-blend:          screen;
    --blur:              2px;
    --fg-blend:          hard-light;
    --foreground:        var(--primary-dark);
    --opacity:           1;
    --spacing:           1%;
  }

  .duotone-img-wrapper {
    background-color:    var(--base);
    display:             flex;
    flex:                1 1 100%;
    height:              60vh;
    overflow:            hidden;
    padding:             var(--spacing);
    position:            relative;
  }

  .duotone-img-wrapper img {
    filter:              grayscale(100%) contrast(1) blur(var(--blur));
    flex:                1 0 100%;
    height:              100%;
    max-width:           100%;
    mix-blend-mode:      var(--bg-blend);
    object-fit:          cover;
    opacity:             var(--opacity);
    position:            relative;
    width:               100%;
  }

  .duotone-img-wrapper::before {
    background-color:    var(--foreground);
    bottom:              0;
    content:             '';
    height:              100%;
    left:                0;
    mix-blend-mode:      var(--fg-blend);
    position:            absolute;
    right:               0;
    top:                 0;
    width:               100%;
    z-index:             1;
  }

  .btn-google, .btn-fb {
    display: inline-block;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    transition: background-color .218s, border-color .218s ,box-shadow .218s; }
    .btn-google .google-content, .btn-google .fb-content, .btn-fb .google-content, .btn-fb .fb-content {
      display: flex;
      align-items: center;
      width: 300px;
      height: 50px; }
      .btn-google .google-content .logo, .btn-google .fb-content .logo, .btn-fb .google-content .logo, .btn-fb .fb-content .logo {
        padding: 15px;
        height: inherit; }
      .btn-google .google-content svg, .btn-google .fb-content svg, .btn-fb .google-content svg, .btn-fb .fb-content svg {
        width: 18px;
        height: 18px; }
      .btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {
        width: 100%;
        line-height: 1;
        letter-spacing: .21px;
        text-align: center;
        font-weight: 500;
        font-family: 'Roboto', sans-serif; }

  .btn-google {
    background: #FFF; }
    .btn-google:hover {
      box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3); }
    .btn-google:active {
      background-color: #eee; }
    .btn-google .google-content p {
      color: #757575; }

  .btn-fb {
    padding-top: 1.5px;
    background: #4267b2;
    background-color: #3b5998; }
    .btn-fb:hover {
      box-shadow: 0 0 3px 3px rgba(59, 89, 152, 0.3); }
    .btn-fb .fb-content p {
      color: rgba(255, 255, 255, 0.87); }

.tokens_radio_div.active {
    border: 2px solid lightgreen !important;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    background: white !important;
}

.voting-option {
    font-size: 1rem !important;
    font-weight: 500 !important;
    background: #fff !important;
    border: 1px solid #b8c5d1 !important;
}
.voting-option:hover {
    font-weight: bold;
    background: #f1f1f1 !important;
}

/* QUIZ */

#quiz {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', cursive;
    letter-spacing: .015em;
  }
  #quiz .container-fluid {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #quiz-stats {
    padding: 16px 0 12px 0;
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
  }
  #quiz-stats .fa-bar-chart {
    font-size: 56px;
    color: rgba(0, 0, 0, 0.8);
  }
  #quiz-stats>div>p {
    padding: 0;
    margin: 0;
  }
  #quiz-stats>div>span {
    font-size: 24px;
  }
  #quiz-stats>div>span.fadeIn {
    animation-duration: 0.375s;
  }
  #quiz-stats>div>span.fadeOut {
    animation-duration: 0.375s;
  }
  #quiz-question {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0 24px 0;
    text-align: center;
  }
  #quiz-options {
    margin: 26px 5px;
  }
  .quiz-ans-btn {
    font-size: 16px;
    color: #fff;
  /*   display: block;   */
    display: block;
    width: 100%;
    min-height: 54px;
    padding: 0px 16px;
    background-color: #1d1d1d;
    border-radius: 14px;
    outline: none;
    letter-spacing: .05em;
    transition: all 0.5s;
    margin: 12px 0px;
  /*   margin:auto; */
    /* box-shadow: 0px 1px 4px rgba(0,0,0, 0.10); */
    white-space: normal;
    font-weight: 600;
  }
  .quiz-ans-btn:hover { background-color: #333333; color: #fff; }
  .btn.quiz-ans-btn:active, .btn.quiz-ans-btn:focus { background-color: #333333; color: #fff; }
  .quiz-ans-btn.correct {
    background-color: #00ae7d;
    color: #fff;
  }
  .quiz-ans-btn.incorrect {
    background-color: #913000;
    color: #ffd3ce;
  }
  #quiz-play-again {
    overflow-y: hidden;
    display: none;
  }
  #quiz-play-again-btn {
    display: block;
    font-size: 32px;
    color: #fff;
    background-color: #669999;
      border: 8px double #fff;
      border-radius: 14px;
      padding: 5px 10px;
    width: 33%;
    min-height: 100px;
    outline: none;
    letter-spacing: .05em;
    transition: all 0.5s;
    margin: 0px auto;
    white-space: normal;
  }
  #quiz-play-again-btn:hover { color: #fff; background-color: #476b6b; }
  #quiz-play-again-btn:active, #quiz-play-again-btn:focus { color: #fff; background-color: #334d4d; }
  #quiz-play-again-btn.pulse {
    animation-duration: 2s;
  }

  @media (max-width: 768px) {
    #quiz-stats { padding: 12px 0 8px 0; font-size: 11px; }
    #quiz-stats>div>span { font-size: 18px; }
    #quiz-stats>div>p>span { display: none; }
    #quiz-stats .fa-bar-chart { font-size: 54px; }
    #quiz-question { font-size: 16px; }
    #quiz-options { margin: 14px 10px; }
    .quiz-ans-btn { font-size: 14px; }
    #quiz-play-again-btn {  font-size: 28px; width: 66%; }
  }

.bg-gold {
    background: #EFCC8F;
}
.bg-silver {
    background: #D9D9D9;
}
.bg-bronze {
    background: #EEDCCB;
}

.fanapp-div .sb-text {
    font-size: 1rem !important;
}

.fanapp-div .sb-text a {
    font-size: 1rem !important;
}

.fanapp-div .sb-uthumb {
    border: 0px !important;
}

.fanapp-div .sb-uthumb .sb-img {
    border-radius: 50% !important;
}

.modal-bottom .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0;
}
.modal-bottom .modal-dialog .modal-content {
    border-radius: 0.3rem 0.3rem 0 0;
}
.modal-p-bottom .modal-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100% !important;
    margin: 0;
    transform: translateY(100%) !important;
}
.modal-p-bottom .modal-dialog .modal-content {
    border-radius: 0.3rem 0.3rem 0 0;
}
.modal-p-bottom.show {
    overflow: hidden;
}
.modal-p-bottom.show .modal-dialog {
    transform: translateY(0%) !important;
    min-height: 80px;
}
.modal-right .modal-dialog {
    position: fixed;
    z-index: 1055;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    max-width: 100%;
    width: 320px;
    left: auto !important;
    transform: translate3d(100%, 0, 0) !important;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.modal-right .modal-content {
    height: 100vh;
    border-radius: 0.3rem 0 0 0.3rem;
}
.modal-right.show .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}
.seat-column {
    margin: 15px 10px;
}

.seat-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.seat-cell {
    background-color: #cccccc;
    border-radius: 20px;
    padding: 2vw 15px;
    width: 3vw;
}

.seat-builder-wrapper #container {
    overflow-x: scroll !important;
}

/* Toasts */

.simpleToast {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: lightgreen; /* Background color */
    color: #222; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
    display: inline-flex;
    line-height: 12px;
    z-index: 999999999;
  }
  .simpleToast span {
    margin-left: 12px;
    margin-top: 2px;
  }
  
  /* Show the SIMPLE-TOAST when clicking on a button (class added with JavaScript) */
  .simpleToast.show {
    visibility: visible; /* Show the SIMPLE-TOAST */
    /* Add animation: Take 0.5 seconds to fade in and out the SIMPLE-TOAST.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the SIMPLE-TOAST in and out */
  /* @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  } */

.page-loader-div {
    position: fixed; top: 0; left: 0; background: #fff; width: 100vw; height: 100vh; z-index: 999999999999999; display: flex;
    justify-content: center;
    align-items: center;
}
  
/* New Buttons */


.rounded {
    border-radius: 14px !important;
}
@media (max-width: 576px) {
    .rounded {
        border-radius: 8px !important;
    }
}

.body-fanzone {
    background: #fff;
}

.body-fanzone .btn, .body-fanzone .rounded {
    border-radius: 8px !important;
}

.body-fanzone .bg-light {
    background: #F2F5F8 !important;
}

.body-fanzone .bg-primary {
    background: var(--primary) !important;
}

.body-fanzone a.bg-primary:hover {
    background: var(--primary-dark) !important;
}

.button-dark {
    color: white;
    background-color: var(--dark);
    border-radius: 20px;
    padding: 10px 16px;
    font-weight: 600;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-dark:hover {
    color: #fff;
    opacity: 0.8;
}

.button-light {
    color: var(--dark);
    background: #F7F7F7;
    border-radius: 20px;
    padding: 18px;
    font-weight: 600;
    font-size: 1.25rem;

    display: flex;
    justify-content: center;
    align-items: center;
}

.games-countdown-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark);
}
.games-countdown-text {
    font-size: 10px;
    font-weight: 600;
    color: #838C9B;
}

.games-date {
    font-size: 13px;
    font-weight: 700;
    color: #93959F;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.games-team-name {
    font-weight: 600;
    font-size: 1em;
}

.games-time {
    display: inline-block;
    font-weight: 500;
    justify-content: center;
    align-items: center;

    padding: 12px 18px;
    border: 1px solid #777777;
    border-radius: 60px;
}

.fanzone-header {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 0px 10px;

    letter-spacing: -0.01em;

    color: #161618;
}

.fanzone-item-title {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.65rem;

    letter-spacing: -0.01em;

    color: #081A37;
}

.slider-arrow-next,
.slider-arrow-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    justify-content: center;
    align-items: center;

    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    color: grey;
    font-size: 30px;
    cursor: pointer;

    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.rounded-mini {
    border-radius:  14px;
}

.rounded-tiny {
    border-radius:  7px;
}

.rounded-mini-top {
    border-radius:  14px 14px 0px 0px;
}

.game-result-one {
    display: inline-block;
    width: 38px;
    background: #1d1d1d;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    margin: 0px 1px 0px 1px;
}
.game-result-one.big {
    width: 46px;
}

.notification { 
    position: fixed;
    bottom: 20px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    color: #121212;                    

    max-width: min(96%,622px);
    padding: 20px 0px;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 999999999;

    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;

    -webkit-box-shadow: 0px -23px 100px -37px rgba(138, 138, 138, 0.68);
-moz-box-shadow: 0px -23px 100px -37px rgba(138, 138, 138, 0.68);
box-shadow: 0px -23px 100px -37px rgba(138, 138, 138, 0.68);

}

.notification.show {   
    display: flex;
    animation: fadein 0.5s, fadeout 0.5s 5s;
}


@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 20px; opacity: 1;}
}

@keyframes fadeout {
    from {bottom: 20px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.notification .title{
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 8px;
}

.notification .points {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 8px;
}

.notification .reason {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
}
.notification .progressbar {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;


    width: calc(100% - 12px);
    height: 4px;
    background-color: #fff;
}

.notification .progressbar-fill {
    height: 100%;
    width: 0%;

    background-color: #9bb1a6;

    animation: progress 5s linear;
}

.notification2 .progressbar {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;


    width: calc(100% - 12px);
    height: 4px;
    background-color: #fff;
}

.notification2 .progressbar-fill {
    height: 100%;
    width: 0%;

    background-color: #9bb1a6;

    animation: progress 10s linear;
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.notification .close {
    position: absolute;
    top:6px;
    right:5px;
    font-size: 14px;
    cursor: pointer;
}

/* Circle Chart */

.circle-chart .percent {
    position: relative;
  }
  
  .circle-chart svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
  }
  
  .circle-chart svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
  }
  
  .circle-chart svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #2ecc71;
  }
  
  .circle-chart .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .circle-chart .number h3 {
    font-weight: 200;
    font-size: 3.5rem;
  }
  
  .circle-chart .number h3 span {
    font-size: 2rem;
  }
  
  .circle-chart .title h2 {
    margin: 25px 0 0;
  }

  .comment_upvote {
    transition: all .2s ease-in-out;
  }
  .comment_upvote:hover {
    transform: scale(1.2);
    background: #f1f1f1 !important;
  }

  .tabbable .fanzone-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    font-weight: 500 !important;
  }

    .fanzone-tabs {
        margin-top: 5px;
        border-bottom: 1px solid #bdbdbd;
        border-top: 1px solid #bdbdbd;
        text-transform: uppercase;
        /* border-top-left-radius: 14px; */
        /* border-top-right-radius: 14px; */
    }

    .fanzone-tabs .nav-link {
        color: #565656;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.9em !important;
        letter-spacing: -0px;
    }

    .fanzone-tabs .nav-item .active {
        color: red;
        font-weight: 600;
        text-transform: none;
        font-size: 0.8em !important;
    }

    .fanzone-tabs .nav-link svg, .fanzone-tabs .nav-link span {
        width: 26px;
        height: 26px;
        fill:  #565656;
        float: left;
        margin-right: 8px;
        display: none;
    }

    @media screen and (max-width: 600px) {
        .fanzone-tabs .nav-link svg {
            width: 18px;
            height: 18px;
            margin-top: 4px;
        }
        .fanzone-tabs .nav-link {
            font-size: 16px !important;
        }
    }

    .bg-dark {
        background: var(--dark) !important;
    }

    .button-nav {
        color: #555e61;
        background-color: #eee;
        border-radius: 20px;
        /* border: 1px solid var(--dark); */
        padding: 7px 12px;
        font-weight: 600;
        font-size: 0.8rem;
        margin-right: 3px;
        display: inline-block;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .button-nav:hover {
        color: rgb(44, 44, 44);
        opacity: 0.8;
    }

    .button-nav.active {
        --dark: var(--primary);
        color: #fff;
        background-color: var(--dark);
        font-weight: 600;
    }

    .button-nav-primary {
        color: var(--primary);
        background-color: var(--primary-light);
        border-radius: 14px;
        padding: 5px 10px;
        font-weight: 500;
        font-size: 0.85rem;
        margin-right: 3px;
        display: inline-block;
        justify-content: center;
        align-items: center;
    }
    .button-nav-primary:hover {
        color: var(--primary);
        opacity: 0.9;
    }

    .button-nav-primary.active {
        color: var(--primary);
        border: 1px solid var(--primary);
        background-color: var(--primary-light);
        font-weight: 600;
    }

    .table-middle td {
        vertical-align: middle !important;
    }

    .bg-light2 {
        background: #f1f1f1 !important;
    }

    .border-green {
        border-color: #62ff91 !important;
    }

    .truncate-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bar-dark {
        font-weight: 600;
        background: #1d1d1d;
        color: #fff;
        padding: 0.4rem 0.4rem;
    }

    .bar-gold {
        font-weight: 600;
        background: #ABA06B;
        color: #fff;
        padding: 0.4rem 0.4rem;
    }

    .mega-menu {
       overflow: auto;
       max-height: 100vh;
    }

    .mega-menu::-webkit-scrollbar {
    width: 0.5em;
    }
      
    .mega-menu::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0.25em;
    }
    
    .mega-menu::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
    }
      
    .mega-menu .row::after {
    content: "";
    clear: both;
    display: table;
    }
    
    .col-m-5 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    }
    
    @media (max-width: 768px) {
    .col-m-5 {
        width: 50%;
    }
    }
    
    @media (max-width: 576px) {
    .col-m-5 {
        width: 100%;
        float: none;
    }
    }
    
    .col-m-5:first-child {
    padding-left: 0;
    }
    
    .col-m-5:last-child {
    padding-right: 0;
    }

    .mega-menu-link, .mega-menu-sublink {
    transition: all 0.2s ease-in-out;
    }

    .mega-menu-sublink {
        padding-top: 2px; padding-bottom: 3px;
    }
      
    .mega-menu-link:hover, .mega-menu-sublink:hover {
        padding-left: 18px !important;
        opacity: 0.7;
        border-left: 5px solid #f1f1f1;
    }
    

    .modern-form {
        position: relative;
        margin-bottom: 20px;
      }
      
      .modern-form .form-control {
        height: 48px;
        padding: 12px 16px;
        font-size: 16px;
        line-height: 1.5;
        border: 1px solid #ced4da;
        border-radius: 4px;
        transition: all 0.3s ease;
        background: none;
        border-radius: 1px;
      }
      
      .modern-form .form-control:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
      }
      
      .modern-form label {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #6c757d;
        transition: all 0.3s ease;
        pointer-events: none;
        margin-bottom: 0;
      }
      
      .modern-form .form-control:focus + label,
      .modern-form .form-control:not(:placeholder-shown) + label {
        top: 0;
        font-size: 12px;
        color: #007bff;
        background-color: white;
        padding: 0 4px;
        transform: translateY(-50%);
      }
      
      .modern-form .form-control:focus {
        border-color: #007bff;
      }
      
      .login-step {
          transition: transform 0.5s ease-in-out;
          position: relative;
      }
      
      .login-step:not(.active) {
          display: none;
          transform: translateX(100%);
      }
      
      .login-step.active {
          display: block;
          transform: translateX(0);
      }
      
      .login-step.sliding-left {
          transform: translateX(-100%);
      }
      
      .login-step.sliding-right {
          transform: translateX(0);
      }
      
      .divider-container {
          display: flex;
          align-items: center;
          text-align: center;
          margin: 15px 0;
      }
      
      .divider-line {
          flex-grow: 1;
          height: 1px;
          background-color: #dee2e6;
      }
      
      .divider-text {
          padding: 0 15px;
          color: #6c757d;
      }
      
      @media (max-width: 767px) {
          #via_email {
              padding-top: 1rem;
          }
      }
    
    /* Auto Resize textarea */

    /* .bg-white {
        background: #111;
    } */

    /* .bg-dark {
        background: #1d1d1d;
    } */

/* Email Campaigns */
.campaign-section {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.campaign-section:last-child {
    margin-bottom: 0;
}

.campaign-section .edit-button {
    color: #4e73df;
    padding: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
}

.campaign-section .edit-button:hover {
    color: #2e59d9;
    transform: scale(1.1);
}

.campaign-section .form-control {
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.campaign-section .form-control:focus {
    border-color: #bac8f3;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.recipient-toggle-buttons .btn-outline-primary {
    border: 2px solid #4e73df;
    color: #4e73df;
    background: transparent;
    transition: all 0.3s ease;
    padding: 1rem;
}

.recipient-toggle-buttons .btn-outline-primary:hover,
.recipient-toggle-buttons .btn-outline-primary.active {
    background: #4e73df;
    color: #fff;
}

.recipient-toggle-buttons .btn-outline-primary.active .badge {
    background: #fff;
    color: #4e73df;
}

.recipient-toggle-buttons .badge {
    font-size: 1.1em;
    padding: 0.5em 1em;
}

.note-editor {
    border-radius: 0.5rem;
    overflow: hidden;
}

.note-editor.note-frame {
    border-color: #e3e6f0;
}

.note-editor.note-frame .note-editing-area {
    background: #fff;
}

.note-editor.note-frame .note-statusbar {
    background-color: #f8f9fc;
}

.campaign-stats {
    display: flex;
    gap: 1rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stat-item i {
    font-size: 0.9rem;
}

.stat-item span {
    font-size: 0.9rem;
    font-weight: 500;
}

.campaign-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-icon i {
    color: #4e73df;
    font-size: 1.2rem;
}

/* Card Styles */
.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-success {
    color: #1cc88a !important;
}

.text-info {
    color: #36b9cc !important;
}

.text-warning {
    color: #f6c23e !important;
}

/* Table Styles */
.table th {
    border-top: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    color: #858796;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table td {
    vertical-align: middle;
    padding: 1rem 0.75rem;
}

.table-hover tbody tr:hover {
    background-color: #f8f9fc;
}

/* Badge Styles */
.badge {
    padding: 0.5em 1em;
    font-weight: 500;
}

.badge-light {
    background: #f8f9fc;
    color: #5a5c69;
}

.badge-success {
    background: #1cc88a;
    color: #fff;
}

.badge-secondary {
    background: #858796;
    color: #fff;
}

/* Button Styles */
.btn-group .btn {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-light {
    background: #f8f9fc;
    border: 1px solid #e3e6f0;
}

.btn-light:hover {
    background: #eaecf4;
}