@font-face {
  font-family: 'Voga';
  src: local("Voga"), local("Voga"), url("fonts/Voga.otf"); }
@font-face {
  font-family: 'LibreBaskerville';
  src: local("LibreBaskerville"), local("LibreBaskerville"), url("fonts/LibreBaskerville-Regular.ttf"); }
.logo-title {
  font: 40px 'Voga', 'Open Sans', Verdana, Arial, sans-serif;
  text-align: center;
  margin-left: 8px; }

.landing-summary-container h1 {
  margin-top: 24px;
  font: 40px 'Voga', 'Open Sans', Verdana, Arial, sans-serif !important; }

h2, .landing-features p.title {
  font-family: 'LibreBaskerville', 'Open Sans', Verdana, Arial, sans-serif !important; }

#landing-feature3 a {
  color: #fffb00 !important; }

.pre-header {
  background-color: #0c918d;
  padding: 8px; }

.footer-link a, .pre-header-link a {
  color: #FFF;
  vertical-align: middle; }

.pre-header-link a:hover {
  color: #000000 !important; }

nav.login img {
  border: 2px solid white !important; }

.powered-by {
  width: 120px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle; }

.title {
  font-size: 20px;
  color: #0c918d !important; }

.landing-menu {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #0c918d; }

.actions-menu:before {
  border-color: #0c918d transparent !important;
  margin-right: 20px !important; }

.footer-block {
  width: auto !important;
  color: white; }

.landing-mainmenu {
  position: absolute !important;
  top: 160px !important;
  right: 0 !important; }

.header-menu-title {
  cursor: pointer;
  font-family: 'LibreBaskerville', 'Open Sans', Verdana, Arial, sans-serif !important; }

.subheader-menu-title {
  padding-left: 50px;
  padding-right: 25px;
  font-size: 0.9rem;
  color: white; }

.landingmenubutton {
  margin-right: 16px; }

.video-container {
  width: 48%;
  position: relative;
  padding-bottom: 27%;
  height: 0;
  margin-right: 1%;
  margin-bottom: 16px; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

header {
  padding: 0 !important; }

.landing-summary-container {
  text-align: center; }

.landing-summary-container h1 {
  color: #0c918d; }

.slider-message {
  position: absolute;
  color: white;
  font-size: 1.4rem;
  padding: 16px;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 33%; }

.slider-message h2 {
  color: white !important;
  font-size: 1.8rem !important;
  border-bottom: none !important;
  margin: 0 !important; }

header.body {
  height: 52px !important;
  padding-top: 4px !important; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-message {
    font-size: 1.2rem; } }
@media only screen and (max-width: 640px) {
  .video-container {
    width: 100%;
    padding-bottom: 56.25%;
    margin-right: 0; }

  .slider-message {
    max-width: 60%;
    font-size: 0.8rem;
    padding: 8px; }

  .slider-message h2 {
    font-size: 1.1rem !important; } }
#banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  object-fit: cover;
  /* Do not scale the image */
  object-position: center; }

footer {
  background-color: #000000 !important;
  padding: 12px !important;
  font-size: .9rem;
  flex-shrink: 0; }

.footer-link a {
  color: #FFF; }

.footer-link a:hover {
  color: #0c918d;
  opacity: 1;
  text-decoration: none; }

.footer-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto; }

.footer-block {
  width: 25%;
  padding-bottom: 16px; }

.footer-inline {
  margin-bottom: 16px; }

.footer-inline a {
  margin-right: 16px; }

.landingmenubutton:hover {
  color: #0c918d; }

#landing-header .calltoaction-button {
  position: relative; }

#landing-header h3 {
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: -50px;
  font-weight: normal; }

.landing-block h2, .landing-feature-even h2 {
  border: none;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

.landing-feature-even h2 {
  color: #0c918d; }

.landing-block p {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

.landing-feature-even {
  position: relative;
  height: 500px; }

#landing-feature1 .wrap div, #landing-feature3 .wrap div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 auto;
  max-width: 600px; }

#landing-logos h2 {
  border: none;
  color: #000000;
  text-align: center;
  margin-top: 20px; }

.landing-logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%; }

.landing-logos article {
  color: #fff;
  border: none;
  text-align: center;
  font-size: 1rem;
  width: 160px;
  margin: 1rem;
  height: auto;
  align-self: center; }

.landing-logos article img {
  width: 100%; }

.landing-header-wrapper {
  position: relative;
  width: auto !important; }

.landing-header-wrapper .header-menu-title {
  margin-left: 20px;
  margin-right: 20px; }

.landing-header-wrapper div {
  position: unset !important; }

.landing-button-container div a {
  margin-top: 0; }

.landing-main-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  width: 100% !important; }

#landing-search:-moz-placeholder {
  /* Firefox 18- */
  text-align: center; }

#landing-search::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center; }

#landing-search:-ms-input-placeholder {
  text-align: center; }

.landing .wrap {
  padding: 1rem; }

.landing-fixed-header {
  background-color: #000000;
  position: fixed;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 600; }

.landing-fixed-header .wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.landing-fixed-header h2 {
  font: 1.5em 'Commando', Arial, Sans-Serif;
  border-bottom: none;
  margin: 0;
  padding-top: 4px; }

.landing-fixed-header a {
  color: #EEE; }

.landing-fixed-header h2 a:hover {
  text-decoration: none; }

.landing-right-side-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#landing-features-summary {
  position: relative; }

.landing-block-header {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0); }

.landing-block {
  -webkit-clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0); }

.landing-block1 {
  background-color: #fff;
  background-image: url("img/landing/heroevents.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.7) 50%), url("img/landing/heroevents.jpg"); }

.landing-block3 {
  background-color: #0c918d; }

#landing-features-summary h2 {
  border: none;
  color: #0c918d;
  font-size: 1.6rem;
  text-align: center; }

.landing-features {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 2rem 0 4rem;
  text-align: center;
  justify-content: center;
  width: 100%; }

.landing-features article {
  border: none;
  text-align: center;
  margin: 1rem;
  height: auto;
  width: auto;
  cursor: pointer;
  background: transparent; }

.landing-features article i {
  color: #0c918d;
  margin-bottom: 1rem; }

.landing-features article p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  white-space: normal; }

.landing-features article p.title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 22px;
  overflow: hidden;
  white-space: normal; }

#landing-header h1 {
  color: #fff;
  font-size: 1.8rem; }

#landing-logos h2 {
  border: none;
  color: #0c918d;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.landingmenubutton {
  color: #0c918d;
  cursor: pointer; }

.landing-mainmenu {
  display: none;
  position: absolute;
  right: 20px;
  background-color: #000000;
  font-size: .9em;
  margin: -10px 0 0 -90px !important;
  padding: 5px 15px 10px; }

#landing-menu-actions {
  display: none;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  overflow: visible; }

.logo-container img {
  max-width: 100%;
  width: 120px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.logo-container a {
  text-decoration: none;
  color: #EEE;
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: 100%;
  font-family: Voga, "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: clamp(14px, calc(14px + 2vw), 40px);
  line-height: 1;
  word-break: break-word;
  text-align: center;
}

.calltoaction-button {
  background-color: #0c918d;
  border: 2px solid #0c918d !important;
  -moz-border: 2px solid #0c918d;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  margin: auto; }

.footer-link a {
  color: white !important;
  opacity: 1 !important; }

.footer-link a i {
  color: white !important; }

.footer-link a:hover {
  color: #0c918d !important;
  opacity: 0.9;
  text-decoration: none; }

.footer-link a i:hover {
  color: #0c918d !important; }

.vertical-centered-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.social-header-block a {
  margin-right: 16px; }

.fill-space-container {
  flex-grow: 1; }

.logo-container {
  display: flex;
  align-items: center;
  margin-right: 16px; }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .landing-main-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .landing-main-block div {
    margin-top: 10px; }

  .landing-fixed-header h2 {
    font: 1.5em 'Commando', Arial, Sans-Serif; }

  .landing-feature-even {
    position: relative;
    height: 650px; }

  .logo-container img {
    width: 60px; }
}
@media only screen and (min-width: 480px) and (max-width: 589px) {
  .landing-main-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .landing-main-block div {
    margin-top: 10px; }

  #landing-search-container {
    width: 400px; }

  .landing-block1 {
    height: 600px; }

  #landing-search-container {
    width: 400px; } }
@media only screen and (min-width: 589px) and (max-width: 768px) {
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .landing-fixed-header h2 {
    font: 1.5em 'Commando', Arial, Sans-Serif; }

  #landing-search-container {
    width: 460px; }

  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .landing-features article {
    width: 25%; }

  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .landing-fixed-header h2 {
    font: 1.5em 'Commando', Arial, Sans-Serif; }

  .landing-block1, .cases-block1 {
    height: 600px; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .landingmenubutton {
    display: none; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  #landing-header h3 {
    top: -40px; }

  #landing-header .calltoaction-button {
    top: 40px; }

  #landing-search-container {
    width: 460px; }

  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .landing-features article {
    width: 25%; }

  #landing-menu-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .landing-block1 {
    height: 500px; } }
@media only screen and (min-width: 960px) {
  .landingmenubutton {
    display: none; }

  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  #landing-header h1 {
    font-size: 2.5rem;
    /*position: relative;
    top: -30px;*/ }

  #landing-header h1 {
    font-size: 2rem; }

  #landing-header h3 {
    font-size: 1.3rem; }

  #landing-header .calltoaction-button {
    top: 40px; }

  #landing-search-container {
    width: 460px; }

  .landing-screens img {
    width: 600px; }

  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .landing-features article {
    width: 25%; }

  #landing-menu-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .landing-block1 {
    height: 700px; }

  #landing-header h1 {
    font-size: 2.5rem; }

  #landing-header h3 {
    font-size: 1.3rem; }

  #landing-header .calltoaction-button {
    top: 40px; } }
.main-block-image {
  width: 90%;
  height: auto; }

.slider-container {
  overflow: hidden; }

.hero-slider-image {
  width: 100%;
  height: auto;
  max-height: 700px;
  margin: auto;
  object-fit: cover;
  object-position: center; }

.hero-slider-next {
  display: none; }

.bigger-font {
  font-size: 1.1rem; }

article img {
  width: auto;
  height: 78px; }

/***** PROMPT ********************************************************/
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/HOJy9gnnNrqMZS0RUh6nUBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC; }
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/yX_Y9PoNi85v4vfSj4Y75RJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/QtiD1Vfb8jUmh2KSIqLEtBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/ufd59T_nsg6D9Pwkuk7SoFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/VcBIOGXxp08iW8zks9yUFPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC; }
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/IxmUoSq3Eq8xdl9we0o_QPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/O_NrGbgzuFKyAg9JXutx2_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/so624u2w562OaE2DHdX71g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/63FH6CNGhPkZVdTYwwR2uxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC; }
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/9h9k-16rzzicBjqum3mgSxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/Md3ARtJj-bJgUPj4InmLThJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/Z_GGqmanyeZ5kSrbqZyb01tXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/9I_eThOAICmQTI9Bc8e-WBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC; }
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/jALb3sWwRVlL5MD4NtGh6RJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/8wd8jx6qt7Lez4HhgqUP5RJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/3_KC0-To5jGOKtudoVFJIFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/***** PROMPT ********************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  height: 100%; }

body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafafa;
  color: rgba(48, 48, 48, 0.8);
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif;
  width: 100%;
  -webkit-flex: 1;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  min-height: 100dvh; }

main {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;

  & > * {
    flex: 1 0 auto;
  }
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, .display-block {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  &:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

textarea {
  font-family: inherit;
  font-size: inherit; }

/***** COOKIE_CONSENT ************************************************/
/* http://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: 0.5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: 0.2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: 0.5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

.header-spacer {
  visibility: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: var(--header-spacer);
  height: 100%;
}

.social-header-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 16px;
}

.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.site-header {
  display: flex;
  flex-direction: column;
  z-index: 600;
}

.pages-header-container {
  position: fixed;
  width: 100%;
  background-color: #000;

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;

    &:before,
    &:after {
      content: none;
    }
  }
}

.container-hamburguer {
  display: none;

  i {
    font-size: 20px;
  }

  .hamburguer-icon {
    color: white;
    background-color: transparent;
    border: none;
    outline: none;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: calc(100dvh - var(--sidebar-offset, 0px));
    margin-top: var(--sidebar-offset);
    background-color: #000;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 500ms, visibility 0ms 500ms;
    z-index: 1;

    &.active {
      visibility: visible;
      transform: translateX(0);
      transition: transform 500ms;
    }

    ul {
      list-style: none;
    }

    .sidebar-inner {
      display: flex;
      flex-direction: column;
      height: 100%;

      .sidebar-menus {
        flex: 1;
        overflow-y: auto;
        padding-top: 10px;
        padding-inline: 20px;
      }

      .sidebar-menus::-webkit-scrollbar {
        display: none;
      }

      .sidebar-nav {
        display: grid;
        gap: 6px 0;

        li {
          position: relative;
          padding: 10px 0;
        }

        a {
          color: white;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          transition: background .3s ease-in-out;
        }

        .dropdown-toggle {
          i {
            transition: transform .3s ease-in-out;
          }

          &.active i {
            transform: rotate(180deg);
          }
        }

        .dropdown-link {
          i:before {
            content: "\2b";
            transition: transform .3s ease-in-out;
          }

          &.active i:before {
            content: "\f068";
          }
        }

        .sub-menu {
          max-height: unset;
        }

        .sub-menu,
        .sub-menu-link {
          position: relative;
          max-height: 0;
          margin-top: 0;
          padding-left: 15px;
          opacity: 0;
          overflow: hidden;
          transition: max-height .3s ease-in-out, opacity .3s ease-in-out, margin-top .3s ease-in-out;;

          &.show {
            margin-top: 10px;
            max-height: -webkit-fill-available;
            max-height: -moz-available;
            opacity: 1;
          }
        }

        .sub-menu-link {
          &.show {
            max-height: -webkit-fill-available;
            max-height: -moz-available;
            opacity: 1;
            margin-top: 8px;
          }
        }
      }
    }
  }

  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: var(--sidebar-offset);
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s;
    z-index: 0;
  }

  .sidebar.active + .sidebar-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
}

.container-menus {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;

  ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    gap: 0 16px;
    text-align: center;

    li {
      padding: 0 24px;
    }

    a {
      font-weight: 700;
      font-size: 16px;
      line-height: 18px;
      color: white;
    }
  }

  .dropdown {
    display: inline-block;
  }

  .dropdown-content {
    display: flex !important;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
    z-index: 1;

    .dropdown-sections {
      display: grid;
      grid-auto-flow: column;
      gap: 0 100px;
      max-width: 1440px;
      width: auto;
    }

    .dropdown-section {
      display: grid;
      grid-template-rows: 0fr;
      text-align: left;
      gap: 12px 0;
    }

    .title-section {
      font-weight: 600;
      font-size: 16px;
      color: #0c918d;
    }

    .options-section {
      display: flex;
      flex-direction: column;
      text-align: left;
      gap: 12px 0;
      white-space: nowrap;
      padding-left: 10px;

      li {
        padding: 0;
      }
    }

    a {
      font-weight: 500;
      font-size: 14px;
      color: white;
    }
  }

  .show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .dropdown:has(.dropdown-content.show)  {
    .dropbtn {
      color: #0c918d;
    }
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

/***** COOKIE_CONSENT ************************************************/
/***** MAIN.CSS ******************************************************/
/* GENERAL */
@font-face {
  font-family: Commando;
  src: url("../font/commando.ttf");
  font-display: swap; }
a {
  color: #0c918d;
  outline: 0;
  text-decoration: none; }

a:hover {
  cursor: pointer;
  opacity: 0.8; }

h1 {
  color: #333;
  font-size: 1.5em;
  padding: 0 0 20px; }

h2.no_border {
  border-bottom: none;
  color: #0c918d;
  font-size: 1.6em; }

h2.secondlevel {
  color: #333;
  border-bottom: #333 1px solid; }

h3, h4 {
  color: #333; }

h3 a {
  color: #333 !important; }

h3 a:hover {
  text-decoration: none; }

h5 {
  color: #333;
  margin-top: 8px;
  margin-bottom: 4px; }

th h5 {
  margin-top: 30px;
  margin-bottom: 8px; }

h6 {
  margin: 20px auto;
  text-align: center; }

p {
  line-height: 1.5em; }

.parallax {
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  justify-content: center; }

/* HEADER */
header {
  background-color: #000000;
  padding: 10px 0 10px; }

header.body {
  background-color: #000000;
  left: 0;
  height: 42px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99; }

header h1 {
  color: #FFF;
  float: left;
  font: 2em 'Commando', Arial, Sans-Serif;
  margin-top: 0.5em;
  padding: 0 20px; }

.default-flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto; }

/* MAIN MENU */
.landingmenubutton {
  color: #0c918d;
  cursor: pointer;
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.landing-mainmenu {
  display: none;
  position: absolute;
  right: 20px;
  background-color: #000000;
  font-size: .9em;
  margin: 55px 0 0 -90px;
  padding: 5px 15px 10px; }

.landingmenubutton:hover {
  opacity: 0.8; }

.flexboxCenter-news {
  flex-grow: 6;
  flex-shrink: 6;
  margin-right: 10px;
  color: #333;
  font-size: 1.2em; }

.flexboxRight-news {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  align-self: flex-end; }

.flexboxLeft {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  align-self: flex-end; }

.flexboxCenter {
  flex-grow: 6;
  flex-shrink: 6;
  margin-right: 10px;
  margin-left: 10px;
  color: #333;
  margin-top: 20px;
  font-size: 1.8em;
  text-align: center; }

.banner-social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto; }

/* DATA ITEMS */
.news-item {
  border: 1px #ccc solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  clear: none;
  min-height: 150px;
  height: auto;
  padding: 10px;
  position: relative;
  width: 100%;
  overflow: hidden; }

.news-item header {
  background-color: transparent;
  border-bottom: 1px #ccc solid;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  overflow: auto; }

header.news {
  padding: 0; }

#back a {
  display: block;
  margin: 10px 0 0 0;
  float: right;
  position: relative;
  bottom: 0; }

.fixture table.long {
  width: 100%; }

.fixture table.long tr td img {
  width: 48px;
  height: 48px; }

/* FORMS */
label {
  clear: both;
  display: block;
  font-size: 0.9rem; }

label span {
  color: #AAA; }

input, textarea, .StripeElement {
  font-size: 0.9rem;
  background-color: #FFF;
  border: 1px solid #909090;
  color: rgba(48, 48, 48, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  outline: none;
  margin: 0 0 10px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box; }

input:active, input:focus {
  background-color: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

input[type="checkbox"], input[type="number"], input#date, input#time,
input#startDate, input#endDate {
  width: auto; }

input[type="submit"], a.button {
  background-color: #0c918d;
  border: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #FFF;
  font-size: .8em;
  padding: 5px 10px;
  width: auto;
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

input[type="submit"]:hover, a.button:hover {
  cursor: pointer; }

a.button-small {
  background-color: #0c918d;
  border: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #FFF;
  font-size: .8em;
  padding: 5px 10px;
  width: auto;
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

a.button-small:hover {
  cursor: pointer; }

input[type="submit"]::-moz-focus-inner {
  border: 0; }

select {
  font-size: .8em;
  margin-right: 10px;
  margin-bottom: 10px; }

.item-card-container select {
  margin-bottom: 10px; }

/* POPUPS */
.members-popup, .confirm-popup,
.mvpvote-popup, .mvppoll-popup, .email-preview-popup,
#claim-team-popup, #follow-team-popup,
#register-competition-popup, #follow-event-popup,
#competition-limit-popup, .add-pictures-popup, #join-match-popup,
#create-match-popup, .generate-group-days-popup,
#scoreboard-match-dialog,
.add-participants-popup, #team-match-dialog,
.matches-print-popup, #scoreboard-dialog, #match-sanction-dialog,
.enable-sellings-popup,
.delete-trainings-popup, .delete-inventory-popup {
  display: none;
  font-size: 0.9rem;
  color: rgba(48, 48, 48, 0.8);
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

span.required {
  display: block;
  font-size: .8em;
  margin: 0 0 20px 0; }

.clear {
  clear: both; }

.accept-button {
  background-color: #0c918d;
  border: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #FFF;
  padding: 5px 10px;
  width: auto;
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.save-cancel {
  margin-top: 20px;
  text-align: right; }

.save-cancel a {
  font-size: .8em; }

.save-cancel a, .save-cancel input {
  margin-left: 10px; }

.ft-dialog span {
  color: rgba(48, 48, 48, 0.8);
  font-size: .9em; }

.ft-dialog .save-cancel {
  border-top: 1px solid #CCC;
  margin: 20px 0 0;
  padding-top: 15px; }

.ft-dialog .save-cancel a {
  margin: 0 0 0 20px; }

/* DATA TABLES */
tr {
  border: 1px solid #CCC; }

tr.odd {
  background-color: #fafafa; }

tr.even {
  background-color: #fff; }

#leagues, #matches {
  clear: both;
  margin: 16px 0; }

#pictureOverlay {
  position: relative;
  display: inline; }

#pictureList {
  float: right;
  display: inline;
  margin-top: 20px;
  margin-right: 10px;
  width: 96px;
  height: 96px; }

.pictureListSmall {
  float: right;
  display: inline;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  width: 64px;
  height: 64px; }

.picture-new-panel {
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain; }

#pictureNews {
  display: inline;
  float: left;
  width: 300px;
  height: 200px;
  background-color: #fff;
  border: #ccc 2px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 20px;
  padding: 5px; }

article {
  background-color: #fff;
  border: #ccc 1px solid;
  clear: both;
  height: 78px;
  padding: 10px;
  margin-bottom: 20px; }

article h2 {
  border: none;
  color: #0c918d;
  font-size: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

article h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400; }

span.vs {
  color: #333;
  font-size: 1.4em; }

article hr {
  background-color: #0c918d;
  color: #0c918d;
  font-size: .6em; }

article hr.news-footer {
  background-color: #FFF;
  color: #FFF;
  border: none;
  height: 2px;
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

article p:not(.needs-articles p) {
  overflow: hidden;
  text-overflow: ellipsis; }

input[type="file"] {
  border: none;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden; }

span[class^="ss-icon-"] {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("../img/sprite-32.png");
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle; }

.main-block-half {
  width: 48%; }

hr.general {
  color: #333;
  background-color: #333; }

hr.teams {
  border: none;
  height: 8px;
  /* Set the hr color */
  color: #D8D8D8;
  /* old IE */
  background-color: #D8D8D8;
  /* Modern Browsers */
  margin-top: 5px;
  margin-bottom: 30px; }

.full-width {
  width: 100% !important; }

input[type=text], input[type=password] {
  box-sizing: border-box; }

.select-wrapper-big {
  display: inline-block;
  border: 1px solid #0c918d;
  background: #0c918d !important;
  cursor: pointer;
  color: #FFF;
  height: 40px;
  font-size: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none; }

.select-wrapper-big:focus {
  border: 1px solid #0c918d;
  background: #0c918d !important;
  color: #FFF !important; }

.overviewContainer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto; }

.overviewNewsContainer {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  margin-bottom: 8px; }

.overviewNewsContainer img, .overviewNewsContainer iframe {
  width: 100% !important; }

.break-text p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal !important; }

.save-cancel-new a, .save-cancel-new input {
  margin-left: 1rem;
  margin-bottom: 0 !important;
  vertical-align: middle; }

div.empty {
  overflow: hidden;
  text-align: center;
  margin: 30px; }

.in-match {
  width: 50%; }

#form-payment {
  width: 80%; }

input#amount, select#currency {
  display: inline-block;
  min-width: 80px !important; }

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
*[data-href] {
  cursor: pointer; }

*[data-href]:hover {
  background-color: rgba(35, 47, 62, 0.4); }

ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: section; }

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 1em; }

ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%; }

ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%; }

ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%; }

ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%; }

ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%; }

ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%; }

ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%; }

ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%; }

ol.progtrckr li.progtrckr-done {
  color: #0c918d;
  border-bottom: 4px solid #0c918d; }

ol.progtrckr li.progtrckr-doing {
  color: #0c918d;
  border-bottom: 4px solid #0c918d;
  position: relative; }

ol.progtrckr li.progtrckr-todo {
  color: #ECD6B4;
  border-bottom: 4px solid #ECD6B4; }

ol.progtrckr li.progtrckr-doing:after {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -0.25em;
  border-top: 4px solid #ECD6B4;
  content: ''; }

ol.progtrckr li:before {
  position: relative;
  bottom: -1.5em;
  float: left;
  left: 50%;
  line-height: 1em; }

ol.progtrckr li.progtrckr-done:before {
  counter-increment: section;
  content: counter(section);
  border-radius: 50%;
  color: #FFF;
  font-size: .8em;
  padding: 5px 10px;
  background-color: #0c918d;
  border: 5px solid #0c918d; }

ol.progtrckr li.progtrckr-todo:before {
  counter-increment: section;
  content: counter(section);
  border-radius: 50%;
  color: #FFF;
  font-size: .8em;
  padding: 5px 10px;
  background-color: #ECD6B4;
  border: 5px solid #ECD6B4; }

ol.progtrckr li.progtrckr-doing:before {
  counter-increment: section;
  content: counter(section);
  border-radius: 50%;
  color: #FFF;
  font-size: .8em;
  padding: 5px 10px;
  background-color: #0c918d;
  border: 5px solid #0c918d;
  z-index: 1; }

ol.progtrckr li.progtrckr-text {
  margin-top: 20px;
  color: #0c918d; }

.google_button_ft {
  display: inline-block;
  background: #cc3732;
  margin-top: 15px;
  width: 100%;
  border: thin solid #cc3732; }

.google_button_ft:hover {
  cursor: pointer;
  opacity: 0.8; }

.google_button_ft div img {
  display: inline-block;
  vertical-align: middle;
  background: white;
  width: 22px;
  height: 22px;
  padding: 8px; }

.google_button_ft div span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white; }

.fb_button_ft {
  display: inline-block;
  background: #4267B2;
  margin-top: 15px;
  width: 100%;
  border: thin solid #4267B2; }

.fb_button_ft:hover {
  cursor: pointer;
  opacity: 0.8; }

.fb_button_ft div img {
  display: inline-block;
  vertical-align: middle;
  background: #4267B2;
  width: 22px;
  height: 22px;
  padding: 8px; }

.fb_button_ft div span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white; }

#notificationContainer {
  background-color: #fafafa;
  border: 1px solid rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  overflow: visible;
  position: absolute;
  top: 62px;
  right: 0;
  width: 400px;
  display: none;
  z-index: 99999999; }

#notification_count {
  padding: 3px 7px 3px 7px;
  background: #cc0000;
  color: #FFF;
  font-weight: bold;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  position: absolute;
  margin-top: -12px;
  margin-left: 15px;
  font-size: 11px; }

input#scoreLocal, input#scoreVisitant, input#edit-finehome, input#edit-fineaway {
  font-size: 0.8rem;
  width: 60px;
  text-align: center; }

.container-news-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto; }

#match_days_select {
  width: 100%;
  padding: 8px;
  margin-right: 8px; }

#match_days_select_safarimobile {
  width: 100%;
  padding: 8px;
  margin-right: 8px; }

.match_day {
  display: inline-block;
  width: 80px;
  font-size: 1.2em; }

.match_time {
  display: inline-block;
  margin-bottom: 10px;
  width: 60px; }

.not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.8; }

.hover-me {
  position: relative;
  display: inline-block;
  width: 48%;
  padding: 0.29%; }

.hover-me-video {
  width: 100% !important; }

.hover-content {
  visibility: hidden;
  position: absolute;
  top: -6px;
  right: -2px;
  font-size: 24px;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px; }

.hover-me:hover .hover-content {
  visibility: visible; }

.hover-content:hover {
  font-size: 30px;
  width: 26px;
  height: 26px;
  line-height: 26px; }

i.addPlayer {
  cursor: pointer; }

.right {
  text-align: right;
  padding-right: 5px; }

/* Responsive */
@media only screen and (min-width: 240px) and (max-width: 589px) {
  .select-wrapper-big, .select-wrapper-big select {
    width: 80%;
    min-width: 100px; }

  .select-wrapper-big {
    font-size: 0.8rem; } }
@media only screen and (min-width: 240px) and (max-width: 319px) {
  .default-flex-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  #notificationContainer {
    width: 100%; }

  input[type="submit"], a.button {
    font-size: 1.0em;
    padding: 10px; } }
/* Smartphones (portrait and landscape) ----------- */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 479px) { */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .footer-block {
    width: 100%; }

  .parallax {
    height: 650px; }

  #notificationContainer {
    width: 320px; }

  .default-flex-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .main-block-half {
    width: 100%; }

  .banner-social {
    margin-top: 8px;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .flexboxCenter {
    font-size: 1.5em; }

  input#date {
    max-width: 80px; }

  input#duration {
    max-width: 40px; }

  #pictureList {
    width: 64px;
    height: 64px; }

  input#scoreLocal, input#scoreVisitant {
    margin-top: 20px; }

  input#scoreLocal-mobile, input#scoreVisitant-mobile {
    margin-top: 20px;
    width: 40px;
    font-size: 0.8rem; }

  input[type="submit"], a.button {
    font-size: 1.0em;
    padding: 10px; }

  .flexboxCenter-news {
    font-size: 0.9rem; }

  #pictureNews {
    width: 150px;
    height: 100px; } }
@media only screen and (min-width: 480px) and (max-width: 589px) {
  .footer-block {
    width: 50%; }

  .default-flex-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  #pictureNews {
    width: 180px;
    height: 120px; }

  .flexboxCenter {
    font-size: 1.5em; }

  .flexboxCenter-news {
    font-size: 1.0em; }

  input#scoreLocal-mobile, input#scoreVisitant-mobile {
    margin-top: 25px;
    width: 40px;
    font-size: 0.8rem; }

  #pictureList {
    width: 72px;
    height: 72px; } }
@media only screen and (min-width: 590px) and (max-width: 767px) {
  .footer-block {
    width: 50%; }

  .flexboxCenter {
    font-size: 1.5em; }

  input[type="submit"], a.button {
    font-size: 1.0em;
    padding: 10px; } }
/* Responsive */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .banner-social {
    margin-top: 8px;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  input[type="submit"], a.button {
    font-size: 1.0em;
    padding: 10px; } }
/* ipad mini portrait */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  h1 {
    font-size: 1.8em; }

  label {
    font-size: .9em; }

  input, textarea {
    margin: 5px 0 10px; }

  input[type="submit"], a.button {
    font-size: 1em;
    padding: 10px 20px; }

  a.button-small {
    font-size: .8em;
    padding: 5px 20px; } }
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 1.8em; }

  .mainmenubutton, .landingmenubutton {
    display: none; }

  #landing-menu-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  input[type="submit"], a.button {
    font-size: 1em;
    padding: 10px 20px; }

  a.button-small {
    font-size: .8em;
    padding: 5px 20px; } }
/* --------------- TWITTER */
.twitter {
  display: inline-block;
  position: relative;
  border: 2px solid white;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  background: url("../img/share_twitter.png") no-repeat center;
  background-size: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.twitter:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* --------------- Facebook */
.facebook {
  display: inline-block;
  position: relative;
  border: 2px solid white;
  width: 36px;
  height: 36px;
  margin-left: 8px;
  background: url("../img/share_fb.png") no-repeat;
  background-size: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.facebook:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* --------------- Instagram */
.instagram {
  display: inline-block;
  position: relative;
  opacity: 0.7;
  width: 36px;
  height: 36px;
  background: url("../img/instagram.png") no-repeat;
  background-size: 100%; }

.social-small {
  width: 32px;
  height: 32px; }

.no-margin {
  margin: 0 !important;
  border: none; }

.instagram {
  opacity: 1; }

.description {
  min-height: 150px; }

.disabledbutton {
  pointer-events: none;
  opacity: 0.6; }

.disabled-element, .btn.disabled, .btn:disabled, .btn-secondary.disabled, .btn-secondary:disabled {
  pointer-events: none;
  opacity: 0.6; }

input[disabled] {
  color: #ccc;
  border: #ccc solid 1px; }

input:disabled + label {
  color: #ccc; }

a:not([href]) {
  cursor: pointer; }

.main-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-flow: row wrap; }

.card-container {
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }

.section-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 24px 16px 24px;
  border-bottom: 1px solid #ddd;
  position: relative; }

.section-content {
  padding: 24px; }

.card-content {
  padding: 8px; }

.header-menu-title {
  margin-right: 25px; }

@media only screen and (min-width: 480px) and (max-width: 589px) {
  .main-block-half {
    width: 100%; } }
.medium-pic {
  background-color: #fff;
  border: 1px #ccc solid;
  cursor: pointer;
  height: 96px;
  margin: .4rem;
  object-fit: cover;
  object-position: center;
  padding: .5rem;
  width: 128px; }

/* Pricing page */
.checkmark {
  font-family: arial;
  -ms-transform: scaleX(-1) rotate(-35deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-35deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-35deg); }

/* ... */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.btn-small {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem; }

.btn:focus, .btn:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.8; }

.btn:active, .btn.active {
  background-image: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary {
  color: #FFF;
  background-color: #0c918d;
  border-color: #0c918d; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  opacity: 0.8; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0c918d;
  border-color: #0c918d; }

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c918d;
  background-image: none;
  border-color: #0c918d; }

.btn-secondary {
  color: #0c918d;
  background-color: #fafafa;
  border-color: #0c918d; }

.btn-secondary:hover, .select-wrapper:hover, .select-wrapper:focus {
  opacity: 0.8;
  background-color: #0c918d;
  color: #fafafa; }

.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  background-image: none;
  border-color: #adadad; }

input[type="submit"].btn-block, input[type="button"].btn-block {
  width: 100%; }

select.btn, select.btn option {
  cursor: pointer; }

.item-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 0 0 0.5rem; }

.item-card-container {
  padding: 16px; }

.item-card-container span {
  font-size: 0.9rem; }

.item-card-text:last-child {
  margin-bottom: 0; }

.item-card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.item-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.collapsed .item-card-text {
  display: none; }

.new-event-header-content-title {
  font-size: 1.3rem;
  padding: 0; }

td.iconRow {
  width: 10px !important;
  padding: 4px; }

.editable, .editableTeam {
  cursor: pointer; }

.editable:hover, .editableTeam:hover {
  background: #E8E8E8 !important;
  opacity: 0.6; }

td.long {
  min-width: 400px; }

td.label, span.label {
  color: rgba(48, 48, 48, 0.8);
  padding-right: 20px;
  padding-bottom: 8px;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap; }

td.value {
  color: gray;
  vertical-align: middle;
  width: 100%; }

td.value input {
  max-width: 450px;
  border: 1px solid #909090;
  color: rgba(48, 48, 48, 0.8);
  font-size: .9em !important; }

#form-table.td {
  border: 1px solid black;
  text-align: left !important; }

.empty-state {
  padding: 16px;
  text-align: center;
  max-width: 50%;
  margin: 0 auto; }

a.disabled {
  pointer-events: none;
  color: #909090 !important;
  opacity: 0.6; }

div.disabled {
  pointer-events: none; }

div.banner-social a.menu-button {
  margin-left: 8px; }

.headline {
  font-size: 24px;
  color: #333;
  font-weight: 400; }

.title {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  border: none; }

.subtitle {
  font-size: 16px;
  color: #333;
  font-weight: 400; }

.subheader {
  font-size: 16px;
  color: rgba(48, 48, 48, 0.6);
  font-weight: 400; }

.caption {
  font-size: 14px;
  color: rgba(48, 48, 48, 0.6);
  font-weight: 200; }

td hr {
  margin: 0;
  border-top: 1px solid #ccc;
  opacity: 0.3; }

.loader {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #0c918d; }

.loadingContainer {
  margin-top: 10px;
  height: 15px;
  border-radius: 0.5rem;
  border: 1px solid #0c918d !important; }

.totalLoader {
  width: 0;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #0c918d !important; }

.section-title label {
  height: 1px; }

.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite; }

@keyframes blink {
  50% {
    opacity: 0.0; } }
@-webkit-keyframes blink {
  50% {
    opacity: 0.0; } }
th.sorted {
  cursor: pointer; }

th.selected {
  color: #0c918d; }

i.arrow {
  border: solid rgba(48, 48, 48, 0.2);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle; }

.cssmenu {
  position: absolute;
  right: 0; }

.menu-title {
  color: #fafafa;
  font-weight: 400;
  border: none; }

.menu-arrow {
  color: #fafafa;
  font-weight: 400;
  padding-left: 8px;
  vertical-align: bottom; }

.cssmenu li {
  white-space: nowrap; }

nav.action-menu ul {
  list-style: none; }

nav.action-menu ul li {
  text-align: right; }

nav.action-menu ul li a {
  color: #909090;
  overflow: auto; }

.actions-menu {
  background-color: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  display: none;
  margin-top: 10px;
  padding-bottom: 15px;
  border: 1px solid #909090; }

.actions-menu li {
  clear: both;
  font-size: .9em;
  padding-left: 15px;
  padding-right: 15px;
  display: block; }

.actions-menu li:hover a {
  color: #0c918d;
  opacity: 0.8;
  text-decoration: none; }

.actions-menu:before {
  content: '';
  position: relative;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #909090 transparent;
  display: block;
  float: right;
  top: -10px; }

.menu-wrapper {
  position: relative;
  width: 80px; }

.landing-button-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.dropdown-menu {
  margin-left: 20px; }

nav.sub-menu {
  margin-top: 8px !important;
  font-size: 0.8rem; }

ul.sub-menu {
  margin-top: 20px;
  overflow-y: auto;
  max-height: 10em; }

span.block {
  display: block;
  line-height: 0.7; }

.slider .slide {
  width: 100%;
  height: 100%; }

.slider {
  width: auto;
  margin: 30px 50px 50px; }

.slick-prev:before, .slick-next:before {
  color: rgba(48, 48, 48, 0.8); }

.ft-fab {
  border: none;
  font-size: 1.5em;
  color: #FFF;
  background-color: #0c918d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 3px 0 #0c918d;
  -moz-box-shadow: 2px 3px 3px 0 #0c918d;
  box-shadow: 2px 3px 3px 0 #0c918d; }

.ft-fab:hover {
  opacity: 0.8;
  cursor: pointer; }

#ftslider {
  display: none; }

#ftslider.slick-initialized {
  display: block; }

input[type='checkbox'].ftcheck {
  position: relative;
  left: -999em;
  /* hide the real checkbox */
  cursor: pointer; }

input[type='checkbox'].ftcheck + span.ftcheck-target:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  /* In fontawesome, is an open square (fa-square-o) */
  margin-right: 8px;
  cursor: pointer; }

input[type='checkbox'].ftcheck:checked + span.ftcheck-target:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  /* fontawesome checked box (fa-check-square-o) */
  margin-right: 8px; }

div.input-placeholder {
  margin-bottom: 10px;
  font-size: 0.9rem;
  outline: none;
  height: 29px;
  width: 100%; }

.loading-overlay {
  -webkit-filter: opacity(0.3);
  -moz-filter: opacity(0.3);
  -o-filter: opacity(0.3);
  -ms-filter: opacity(0.3);
  filter: opacity(0.3); }

.loading-spinner {
  position: relative;
  border: 12px solid #f3f3f3;
  /* Light grey */
  border-top: 12px solid #0c918d;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.flexboxRight-news a.menu-button {
  display: inline-block;
  vertical-align: top; }

.switch {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 36px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 8px; }

.switch-stats {
  width: 80px;
  height: 28px;
  margin-left: 0;
  margin-bottom: 4px; }

.switch input {
  display: none; }

.no-visible {
  display: none; }

.table-header {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  border-bottom: solid 1px;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 8px; }

.news-footer-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  width: 100%; }

.news-footer-data, .training-footer-data {
  margin-top: 10px;
  opacity: 0.6; }

.news-footer-data i, .training-footer-data i {
  margin-left: 4px;
  margin-right: 12px;
  margin-top: 4px; }

.news-footer-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  flex: 1 1 auto; }

.news-action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  cursor: pointer; }

.news-action span {
  margin-left: 4px; }

.news-action img {
  width: 20px;
  height: 20px;
  margin-right: 4px; }

.news-footer {
  background: rgba(48, 48, 48, 0.2); }

.news-commenting {
  border-radius: 15px;
  border: 2px solid rgba(48, 48, 48, 0.2);
  font-size: 0.8rem;
  padding: 10px;
  background: rgba(48, 48, 48, 0.2);
  margin-bottom: 8px; }

[tooltip]:before {
  position: absolute;
  content: attr(tooltip);
  opacity: 1; }

[tooltip]:focus:before {
  opacity: 0; }

.comment-content {
  border-radius: 10px;
  border: 2px solid rgba(48, 48, 48, 0.2);
  font-size: 0.7rem;
  padding: 6px;
  background: rgba(48, 48, 48, 0.2); }

.widget-footer {
  font-size: 0.9rem !important;
  color: #FFF;
  padding: 12px; }

.hiddenContainer {
  display: none; }

.center-container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 90%; }

.full-container {
  width: 100% !important; }

div.separator {
  height: 40px; }

input[type="submit"]:hover, a.button:hover {
  opacity: 0.8; }

.ft-popup {
  display: none;
  font-size: 0.9rem;
  color: rgba(48, 48, 48, 0.8);
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.fullview {
  width: 100%; }

.hidden {
  visibility: hidden; }

.no-margin {
  margin: 0; }

div.ftcheckbox input[type=checkbox] {
  display: none; }

div.ftcheckbox label {
  font-size: 0.9rem;
  display: inline-block;
  background: url(../img/ft_checkbox_unchecked_3.png) left top 5px no-repeat;
  padding: 7px 0 10px 30px;
  cursor: pointer;
  margin: 0; }

div.ftcheckbox input:checked + label {
  background: url(../img/ft_checkbox_checked_3.png) left top 5px no-repeat; }

.center-text {
  text-align: center; }

.main-text {
  color: rgba(48, 48, 48, 0.8); }

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .actions-menu li:hover {
    background-color: #0c918d; } }
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .widget-footer:not(#reduced-footer) .footer-logo {
    flex-direction: column; } }
.ft-popup h3 {
  padding-top: 12px;
  padding-bottom: 12px; }

.no-margin {
  margin: 0 !important; }

.actions-menu li:hover a.disabled-element {
  color: #909090;
  opacity: 0.6; }

@media only screen and (min-width: 240px) and (max-width: 319px) {
  .widget-footer:not(#reduced-footer) .footer-logo {
    flex-direction: column; } }
div.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  background-color: #fafafa;
  z-index: 50;
  padding-top: 10px;
  padding-bottom: 15px; }

.actions-menu h3 {
  padding-left: 15px;
  padding-right: 15px; }

td.divider {
  padding: 0;
  font-size: 4px; }

.actions-menu li:hover span {
  color: #0c918d;
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer; }

.clickable:hover {
  opacity: 0.8;
  cursor: pointer; }

.section-menu {
  white-space: nowrap; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.datepicker::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.5;
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.datepicker:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0.5;
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.datepicker::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.5;
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.datepicker:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif; }

.admin-pictures-container div.hover-me {
  width: 24%;
}

.admin-pictures-container div.hover-me img {
  width: 100%;
}

#inactivity-seconds {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #FFF; }

select:focus, select:active {
  outline: none;
  box-shadow: none !important;
  background: none !important;
  border: 1px solid #0c918d !important;
  color: #0c918d !important; }

select:hover {
  background: #0c918d !important;
  border-color: #0c918d !important;
  color: #FFF !important; }

.lds-spinner {
  color: #0c918d;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 16px; }

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #0c918d; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.advanced-search {
  background-color: #FFFFFF;
  border: 1px solid #ADADAD;
  color: #707070; }

.advanced-search.active {
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
  color: #14191D; }

.form-table {
  width: 100%;
  border: 1px solid #000000; }

.form-table th, .form-table td {
  border: 1px solid #000000;
  vertical-align: middle;
  padding: 4px; }

.form-table td label {
  text-align: center; }

#matches-table.dataTable th:not(:last-child), #matches-table.dataTable td:not(:last-child),
#user-table.dataTable th:not(:last-child), #user-table.dataTable td:not(:last-child) {
  min-width: 1px; }

/*ONBOARDING*/
.slick-ft-active .dot-onboarding {
  cursor: pointer;
  pointer-events: all; }

.slick-dotted.slick-slider {
  margin-bottom: 5px; }

/* ONBOARDING END */
                    /*
01 - Card Teams
02 - Card Events
*/
/* 01 - Card Teams */
.grid-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1%; }

.grid-card {
  flex: 0 1 32%;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  height: 270px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 8px; }

.grid-card:hover {
  border: 1px solid rgba(35, 47, 62, 0.8);
  cursor: pointer;
  box-shadow: 1px 1px 2px #8f9a9e; }

.card-header {
  display: flex;
  margin: 5px;
  position: absolute;
  width: 100%; }

/* 02 - Card Events */
@media only screen and (max-width: 768px) {
  .grid-card {
    flex: 0 1 100%; }

  .navbar {
    justify-content: initial;
    gap: 0 16px;
    padding: 16px 16px;
  }

  .container-hamburguer {
    display: flex;
  }

  .container-menus {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-card {
    flex: 0 1 49%; } }
@media only screen and (min-width: 1920px) {
  .grid-card {
    flex: 0 1 24%; } }
.checkboxes-group {
  display: flex;
  flex-direction: row; }

.main-structure {
  display: flex;
  flex: 1; }

.content {
  width: 100%; }

.main-structure-content {
  width: calc(100% - 245px);
  box-sizing: border-box;
  transition: width 0.3s ease-out;
  padding: 82px 24px 8px 24px;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main-structure-content-nologin {
  width: 100%;
  box-sizing: border-box;
  padding: 155px 24px 8px 24px; }

.main-structure-content.collapsedstructure {
  width: calc(100% - 88px);
  transition: width 0.3s ease-out; }

.main-structure-content .content {
  position: relative; }

.nav.help {
  margin-left: 18px;
  margin-top: 100px;
  padding-bottom: 8px;
  padding-top: 8px;
  cursor: pointer; }

.secondary-text-color {
  color: #FFF;
  text-align: center; }

.avatar-account-menu:hover {
  cursor: pointer; }

.avatar-account-menu img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
  background-color: #0c918d !important;
  margin: 0 !important;
  float: none !important; }

.avatar-account-menu:after {
  padding-left: 4px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600; }

.avatar-account-menu #pictureOverlay {
  vertical-align: middle; }

.avatar-account-menu #picture:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.avatar-account-menu:hover:after,
.avatar-account-menu.active:after {
  color: #0c918d; }

.account-menu {
  background-color: #fafafa;
  display: none;
  margin: 15px 22px 0 0;
  padding: 5px 15px 15px;
  list-style-type: none;
  width: 240px;
  box-shadow: 0 3px 6px #00000029;
  -moz-box-shadow: 0 3px 6px #00000029;
  -webkit-box-shadow: 0 3px 6px #00000029;
  border-radius: 6px; }

.account-menu li {
  clear: right;
  font-size: .9em;
  padding: 4px 4px 8px 8px; }

.account-menu li a {
  color: white;
  display: block; }

.account-menu li a:hover {
  color: #0c918d; }

.account-menu li i {
  margin-right: 4px; }

.account-menu-picture {
  display: flex;
  align-items: center;
  margin-top: 8px; }

.account-menu-picture img {
  background-color: rgba(35, 47, 62, 0.8);
  padding: 4px;
  border-radius: 100%;
  width: 42px;
  height: 42px; }

.account-menu-picture div {
  display: flex;
  flex-direction: column;
  margin-left: 8px; }

.account-menu-button img {
  padding: 4px !important; }

.wrap {
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box; }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar {
    justify-content: initial;
    gap: 0 24px;
    padding: 20px 24px;
  }

  .container-hamburguer {
    display: flex;

    .sidebar-inner {
      max-height: calc(100vh - 68px);
      overflow-x: hidden;
      overflow-y: auto;
    }
  }

  .container-menus {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .container-menus {
    ul {
      li {
        padding: 0;
      }
    }

    .dropdown-content {
      right: 0;
      left: auto;
    }
  }
}

/*# sourceMappingURL=main.css.map */

