/*

TemplateMo 548 Training Studio

https://templatemo.com/tm-548-training-studio

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

:root{
  --primary:#d11d24;      /* red */
  --secondary:#25499f;    /* blue */
  --ink:#2b2f3a;          /* text */
  --muted:#6b7280;
  --bg:#f5f7fb;           /* page background */
  --card:#ffffff;         /* card/table bg */
  --thead:#f3f4f7;        /* header cell bg */
  --line:#e9edf5;         /* borders */
  --hover:rgba(37,73,159,.07); /* row hover tint */
}

html, body, div, span, applet, object, iframe, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
  align-items:center;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color:var(--secondary);
}

/* h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
} */

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

/* ::selection {
  background: #d11d24;
  color: #fff;
}

::-moz-selection {
  background: #d11d24;
  color: #fff;
} */

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em,
.section-heading h6 em {
  font-style: normal;
  color: #d11d24;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #d11d24;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #25499f;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 100px;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li.scroll-to-section a,
.background-header .main-nav .nav li .dropdown-toggle::after{
  color: #232d39!important;
}

.background-header .main-nav .nav li.main-button a {
  color: #fff !important;
}

.background-header .main-nav .nav li:main-button a:hover {
  color: #fff!important;
}

.background-header .main-nav .nav li.scroll-to-section:hover a {
  color: #d11d24!important;
}

.background-header .nav li a.active {
  color: #d11d24!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  background: rgba(250,250,250,0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 100px;
  background: transparent;
}

.header-area .main-nav .logo {
  color: #fff;
  text-transform: uppercase;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
  font-style: normal;
  color: #d11d24;
  font-weight: 900;
}

.header-area .main-nav img.logo{
  margin-top:10px;
  height:80px;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
  align-items:center;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: bold;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

/* .header-area .main-nav .nav li:last-child a:hover {
  color: #fff!important;
} */

.header-area .main-nav .nav li.scroll-to-section:hover a,
.header-area .main-nav .nav li.scroll-to-section a.active {
  color: #d11d24!important;
  opacity: 1;
}

.background-header .main-nav .nav li.scroll-to-section:hover a,
.background-header .main-nav .nav li.scroll-to-section a.active {
  color: #d11d24!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 62px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 10px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 100px;
}

.header-area.header-sticky .nav {
  margin-top: 30px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #d11d24;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area .main-nav img.logo{
      height:60px;
      margin-top:10px;
      margin-left:10px;
    }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #d11d24!important;
    opacity: 1;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    min-height:80px;
  }
  .header-area.header-sticky{
    min-height:80px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #d11d24;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: #d11d24!important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #d11d24!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #d11d24!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
    background-color: #fff;
  }

  .background-header .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
  }

  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
    background-color: #fff;
  }

  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
  }

  .header-area .main-nav .menu-trigger.active span:before{
    background-color: #fff;
  }

  .background-header .main-nav .menu-trigger.active span:before{
    background-color: #1e1e1e;
  }

  .header-area .main-nav .menu-trigger.active span:after{
    background-color: #fff;
  }

  .background-header .main-nav .menu-trigger.active span:after{
    background-color: #1e1e1e;
  }
}

/* @media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
} */


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.bg-banner-image {
    min-width: 100%;
    min-height: 350px;
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
    z-index: -1;
}

.bg-banner-image-profile {
    min-width: 100%;
    max-width: 100%;
    min-height: 40vh;
    max-height: 300px;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}

.image-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom:0;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
  line-height:30px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 54px;
  text-transform: uppercase;
  font-weight: 800;
  color: #25499f;
  letter-spacing: 1px;
}

.main-banner .caption h2.news {
  font-size: 40px;
}

.main-banner .caption h2 em,
.main-banner .caption h6 em {
  font-style: normal;
  color: #d11d24;
  font-weight: 900;
}

.main-banner .caption p {
  color: #ccc;
}

/*
---------------------------------------------
Profile Member
---------------------------------------------
*/

/* ===== Banner ===== */

/* ===== Avatar floating ===== */
#profile-member .avatar-wrap{
  margin-top:-120px; /* avatar menyentuh setengah banner */
}
@media (min-width:992px){
  #profile-member .avatar-wrap{ margin-top:-150px; } /* sesuai request */
}
#profile-member .avatar{
  width:160px; height:160px; border-radius:50%;
  object-fit:cover; background:#ddd;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  border:6px solid #fff;
}

/* ===== Kartu profil ===== */
#profile-member .profile-card{
  background:var(--card); border:1px solid var(--line);
  border-radius:1rem; overflow:hidden;
  box-shadow:0 10px 28px rgba(17,24,39,.08);
}
#profile-member .profile-head .name{ font-weight:700; letter-spacing:.2px; }
#profile-member .badge-type{ border-radius:999px; font-weight:600; padding:.35rem .65rem; }
#profile-member .badge-athlete{ background:rgba(209,29,36,.12); color:var(--primary); border:1px solid rgba(209,29,36,.22); }
#profile-member .badge-coach{ background:rgba(37,73,159,.12); color:var(--secondary); border:1px solid rgba(37,73,159,.22); }
#profile-member .badge-referee{ background:#f1f5f9; color:#111827; border:1px solid var(--line); }
#profile-member .badge-official{ background:#000; color:#fff; border:1px solid var(--line); }

#profile-member .meta-item{ font-size:.95rem; color:#4b5563; }
#profile-member .meta-item i{ color:#9aa4b2; width:18px; }

/* ===== Info grid ===== */
#profile-member .info-tile{
  background:#fff; border:1px solid var(--line); border-radius:.75rem;
  padding:1rem .9rem; height:100%;
}
#profile-member .info-label{ font-size:.8rem; color:#6b7280; margin-bottom:.2rem; }
#profile-member .info-value{ font-weight:600; }

/* ===== Tabs ===== */
#profile-member .nav-pills .nav-link{ color:#495057; border:1px solid var(--line); }
#profile-member .nav-pills .nav-link.active{
  background:var(--primary); 
  border-color:var(--primary);
  color:#fff;
}
#profile-member .section-card{ border:1px solid var(--line); border-radius:.75rem; }

/* Link kecil */
#profile-member .small-link{ color:var(--secondary); }
#profile-member .small-link:hover{ color:#163278; text-decoration:none; }

/*
---------------------------------------------
ID Card
---------------------------------------------
*/

@media print {
  body > *:not(.print-root){ display:none !important; }
}

#idcard .idcard{
  width:336px; height:212px;                 /* preview screen */
  border-radius:14px;
  background:#fff; position:relative;
  box-shadow:0 16px 40px rgba(0,0,0,.15);
  border:1px solid var(--line);
  overflow:hidden;
  font-size:12px;
}

/* Header bar dengan brand */
#idcard .brand-bar{
  height:36px; color:#fff;
  background:linear-gradient(135deg, var(--secondary), #2f60d0);
  display:flex; align-items:center; justify-content:space-between;
  padding:0 .75rem;
}
#idcard .brand-bar .brand{
  font-weight:700; letter-spacing:.4px;
}
#idcard .brand-bar .tag{
  font-size:.72rem; opacity:.95;
  background:rgba(255,255,255,.15); padding:.15rem .45rem; border-radius:999px;
}

/* Accent strip miring tipis */
/* #idcard .accent{
  position:absolute; inset:auto 0 auto auto; top:36px; right:-40px;
  width:120px; height:8px; transform:rotate(35deg);
  background:linear-gradient(90deg, var(--primary), #f05a60);
  opacity:.85;
} */

/* Grid konten */
#idcard .id-body{
  display:grid; grid-template-columns:84px 1fr 72px; grid-template-rows:auto 1fr;
  gap:.5rem; padding:.7rem .7rem .6rem;
}

/* Avatar bulat */
#idcard .avatar{
  grid-row:1 / span 2; grid-column:1;
  width:74px; height:74px; border-radius:50%;
  object-fit:cover; border:3px solid #fff;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
  margin-top:.25rem;
}

/* Info utama */
#idcard .name{
  grid-column:2; grid-row:1;
  font-weight:700; font-size:14px; line-height:1.1;
  margin-top:.1rem;
}
#idcard .type-badge{
  display:block; 
  width:fit-content;
  font-weight:600; font-size:.7rem;
  padding:.22rem .5rem; border-radius:999px; margin-top:5px;
  vertical-align:middle;
  border:1px solid rgba(0,0,0,.06);
}
#idcard .type-athlete{ background:rgba(209,29,36,.08); color:var(--primary); border-color:rgba(209,29,36,.25); }
#idcard .type-coach{ background:rgba(37,73,159,.08); color:var(--secondary); border-color:rgba(37,73,159,.25); }
#idcard .type-referee{ background:#f3f4f6; color:#111827; }
#idcard .type-official{ background:#000; color:#fff; }

/* #idcard .meta{
  grid-column:2; grid-row:2;
  display:grid; grid-template-columns:1fr 1fr; gap:.35rem .75rem;
  align-content:start;
} */
#idcard .label{ font-size:.68rem; color:var(--muted); margin-bottom:.05rem; }
#idcard .value{ font-weight:600; font-size:.86rem; }

/* QR slot */
#idcard .qr{
  grid-column:3; grid-row:1 / span 2;
  display:flex; flex-direction:column; align-items:center; justify-content:flex-start;
}
#idcard .qr-box{
  width:64px; height:64px; background:#fff;
  border:1px dashed #c7cdd6; border-radius:8px;
  display:grid; place-items:center;
  overflow:hidden;
}
#idcard .qr-box img{ width:100%; height:100%; object-fit:cover; }
#idcard .qr-caption{ font-size:.66rem; color:var(--muted); margin-top:.3rem; text-align:center;}

/* Footer kecil */
#idcard .id-footer{
  position:absolute; bottom:0; left:0; right:0;
  display:flex; align-items:center; justify-content:space-between;
  padding:.35rem .6rem; border-top:1px solid var(--line);
  background:linear-gradient(90deg, rgba(37,73,159,.06), rgba(209,29,36,.06));
  font-size:.7rem;
}
#idcard .sig{
  display:flex; align-items:center; gap:.35rem;
}
#idcard .sig-line{
  width:92px; height:18px; border-bottom:1px solid #cdd3dd;
}
#idcard .logo-mini{
  width:20px; height:20px; border-radius:4px;
  background:linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow:0 2px 6px rgba(0,0,0,.18);
}

/* Cetak: ukuran kartu CR80 dalam mm, hilangkan shadow */
@media print{
  #idcard .idcard{
    width:85.6mm; height:54mm;
    border-radius:3mm; box-shadow:none; border:0;
  }
}

/* Wrapper pusatkan kartu */
.idcard-wrap{
  display:flex;
  justify-content:center;
  padding: 16px;  /* ruang tepi di mobile */
}

/* Elemen yang di-scale */
.idcard-zoom{
  width: 336px;               /* sama dengan .idcard */
  transform-origin: top center;
  will-change: transform;
  /* Skala: 1 di layar lebar, mengecil otomatis jika viewport < 360px + padding */
  transform: scale( min(1, calc((100vw - 32px) / 360px)) );
}

/* (opsional) sedikit halus saat orientasi berubah */
@media (prefers-reduced-motion: no-preference){
  .idcard-zoom { transition: transform .2s ease; }
}
/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #d11d24;
  font-weight: 500;
}

/*
---------------------------------------------
LOGIN
---------------------------------------------
*/

#login{
  background-color: #F3F6F8;
  padding:150px 0 75px 0;
}

#login .ftco-section {
  padding: 7em 0; }

#login .ftco-no-pt {
  padding-top: 0; }

#login .ftco-no-pb {
  padding-bottom: 0; }

#login .heading-section {
  font-size: 28px;
  color: #000; }

#login a{
  color:var(--primary);
}
#login .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

#login .login-wrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
  #login .login-wrap h2 {
    font-weight: 700;
    font-size: 26px;
    color: var(--secondary) }
  #login .login-wrap .icon {
    width: 80px;
    height: 80px;
    background: var(--secondary);
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px; }
    #login .login-wrap .icon span {
      color: #fff; }

#login .form-control {
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    #login .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  #login .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important; }
  #login .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  #login .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  #login .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important; }
  #login .form-control:focus, #login .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.07);
    border-color: transparent; }

#login .checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
#login .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
#login .checkmark {
  position: absolute;
  top: 0;
  left: 0; }

/* Create the checkmark/indicator (hidden when not checked) */
#login .checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .checkmark:after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

/* Show the checkmark when checked */
#login .checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  /* color: rgba(0, 0, 0, 0.2);  */
  color:var(--secondary);
}

/* Style the checkmark/indicator */
#login .checkbox-primary {
  color: var(--secondary); 
}
  .checkbox-primary input:checked ~ .checkmark:after {
    color: #var(--secondary) }

#login .btn {
  cursor: pointer;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }
  #login .btn:hover, #login .btn:active, #login .btn:focus {
    outline: none; }
  #login .btn.btn-primary {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff !important; 
    transition:0.5s;
  }
    #login .btn.btn-primary:hover {
      border: 1px solid var(--primary);
      background: var(--primary);
      color: var(--secondary); }
    #login .btn.btn-primary.btn-outline-primary {
      border: 1px solid var(--secondary);
      background: transparent;
      color: var(--secondary); }
      #login .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: var(--secondary);
        color: #fff; }

#login .form-group {
  position: relative; }
  #login .form-group .submit {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      #login .form-group .submit {
        top: 0; } }

/*

---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0px;
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/bg-boxing-2.jpg) center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#call-to-action.bg-counter {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/bg-boxing-4.jpg) center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2,
.cta-content-new h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em,
.cta-content-new h2 em {
  font-style: normal;
  color: #d11d24;
}

.cta-content p,
.cta-content-new p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}

.cta-content-new {
  padding: 60px;
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/bg-boxing-3.jpg) center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius:100px;
}


/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  padding-bottom: 100px;
  /* background-color: #dadde6; */
  background-color: #F3F6F8;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #d11d24;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #d11d24;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}

/*
--------------------------------------------
Events
--------------------------------------------
*/

#our-classes .card {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #989898;
    /* margin-bottom: 10px; */
    /* font-family: sans-serif;
    text-transform: uppercase; */
    border-radius: 4px;
    position: relative;
    transition: .5s;
}

#our-classes .card:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

#our-classes .card-link {
  display:block;
  text-decoration:none;
  color:inherit;        /* biar warna teks tetap */
}

#our-classes .card+.card {
    margin-left: 2%
}

#our-classes .date {
    display: table-cell;
    width: 130px;
    position: relative;
    text-align: center;
    border-right: 2px dashed #F3F6F8
}

#our-classes .date:before,
#our-classes .date:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #F3F6F8;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 3;
    border-radius: 50%
}

#our-classes .date:after {
    top: auto;
    bottom: -15px
}

#our-classes .date time {
    display: block;
    position: absolute;
    z-index:4;
    color:#fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#our-classes .date time span {
    display: block
}

#our-classes .date time span:first-child {
    color: #fff;
    font-weight: 600;
    font-size: 250%
}

#our-classes .date time span:last-child {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10px
}

#our-classes .card-cont {
    display: table-cell;
    width: 75%;
    font-size: 85%;
    padding: 20px 10px 20px 50px;
}

#our-classes .card-cont h3 {
    color: #3C3C3C;
    font-size: 130%
}

#our-classes .card-cont a{
  color:#989898 !important;
}

#our-classes .card-cont .status {
    display:flex;
    float:inline-end;
    /* display: block;
    text-decoration: none; */
    height: 30px;
    background-color: #F8504C;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    /* position: absolute;
    right: 10px;
    bottom: 10px; */
    padding: 0 5px;
}

#our-classes .card-cont .status.free {
    background-color: #25499f;
}

#our-classes .card-cont .status.commercial {
    background-color: #d11d24;
}

@media screen and (max-width: 860px) {
    #our-classes .card {
        display: block;
        float: none;
        width: 100%;
    }
    #our-classes .card+.card {
        margin-left: 0
    }

    #our-classes .card-cont {
        padding: 15px 10px 10px 20px;
        height:170px;
    }
    #our-classes .card-cont .even-date,
    #our-classes .card-cont .even-info {
        font-size: 75%
    }
}

.bg-overlay-date{
  position:absolute;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6) !important;
  z-index:1;
}

img.bg-event-date{
  position:absolute;
  object-fit:cover;
  width:100%;
  height:100%;
  left:0;
}

/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule {
  padding: 0px 0px 140px 0px;
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/schedule-bg.jpg) center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #d11d24;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

/* 
---------------------------------------------
Team
--------------------------------------------- 
*/

.team-item img {
    transition: .5s;
    height:385px;
    object-fit:cover;
    object-position:top;
    width:100%;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: #25499f;
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: #25499f;
}

.team-item:hover .team-social {
    left: 0;
}

/* .team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.team-item::before,
.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: -1;
}

.team-item::after {
    top: auto;
    bottom: 0;
}

.team-item:hover::before,
.team-item:hover::after {
    background: #25499f;
}

.team-item h5,
.team-item p {
    transition: .5s;
}

.team-item:hover h5,
.team-item:hover p {
    color: #FFFFFF;
}

.team-item img {
    padding: 15px;
    border: 1px solid #25499f;
} */

/*
--------------------------------------------
MATCH
--------------------------------------------
*/
.schedule-wrap{
    margin-inline:auto;
    padding:0 15px;
  }

  .schedule-date{
    text-align:center;
    font-size:.95rem;
    margin:1.25rem 0 .5rem;
    opacity:.9;
  }

  .schedule-item{
    position:relative;
    background:#FFF;
    border-radius: 40px;
    padding:5px 30px; 
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 0px 30px rgba(0,0,0,.1);
  }

  .team{
    font-weight:700;
    text-transform:uppercase;
    white-space:nowrap;
    padding:0 15px;
  }

  .team.a{
    color:#d11d24;
  }

  .team.b{
    color:#25499f;
  }

  .vs{
    font-weight:800;
    letter-spacing:.08em;
    color:#3d2a13;
  }

  .circle{
    position:absolute; top:50%; transform:translateY(-50%);
    width:58px; height:58px; border-radius:50%;
    background:var(--circle);
    display:grid; place-items:center;
  }
  .circle.left{ left:0px; }
  .circle.right{ right:0px; }

  /* ikon sederhana (emoji/SVG). Ganti sesuai kebutuhan */
  .circle span{ font-size:1.4rem; }

  /* responsive tweak */
  @media (max-width:576px){
    .schedule-item{ 
      display:block;
      text-align:center;
      padding:5px 10px;
    }

    .circle.left{ left:0px; }
    .circle.right{ right:0px; }

    .team{ font-size:1rem; }
    .circle{ width:50px; height:50px; }
  }
/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  transition: .5s;
}

#trainers .trainer-item:hover {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  height:210px;
  object-fit:cover;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #d11d24;
  display: inline-block;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #d11d24;
}

#trainers .trainer-item .down-content{
  padding:15px;
  height:200px;
}

#trainers .down-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* jumlah baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#trainers .down-content h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* jumlah baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 
---------------------------------------------
memberships
--------------------------------------------- 
*/

#memberships .card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    transition: .5s;
}

#memberships .card:hover {
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.1), 0 1px 6px 0 rgba(0,0,0,.06);
}

#memberships .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#memberships .card .member-type{
  padding:3px 10px;
  border-radius:10px;
  color:#fff;
  width:fit-content;
  font-size:13px;
}

#memberships .card .member-type.athlete{
  background:#25499f;
}

#memberships .card .member-type.referee{
  background:#d11d24;
}

#memberships .card .member-type.coach{
  background:grey;
}

#memberships img.card-img-top{
  height:95px;
  object-fit:cover;
}

#memberships img.avatar{
  height:100px;
  width:100px;
  border-radius:100%;
  margin-bottom:10px;
  object-fit:cover;
  margin-top:-65px;
}

#memberships .card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

#memberships .card-body.body-height {
  height:190px;
}

#memberships .gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

#memberships .gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

#memberships .card-footer:last-child {
    border-radius: 0 0 .25rem .25rem;
}
#memberships .card-footer, #memberships .card-header {
    display: flex;
    align-items: center;
}
#memberships .card-footer {
    padding: .5rem 1rem;
    background-color: #fff;
    border-top: 0 solid rgba(0,0,0,.125);
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 0px;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 40px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

.contact-form textarea::placeholder,
.contact-form input::placeholder,
.contact-form select::placeholder{
  color:#ccc;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding:10px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

/* .contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #d11d24;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
} */

/* 
---------------------------------------------
rankings
--------------------------------------------- 
.page-title{ letter-spacing:.3px; }
    .subtle{ color:var(--muted); }

    /* Card shell */
    #rank .rank-card{
      border:1px solid var(--line);
      border-radius:1rem;
      background:var(--card);
      box-shadow:0 6px 22px rgba(17,24,39,.08);
      overflow:hidden;
    }
    #rank .rank-card .card-header{
      background:linear-gradient(135deg, rgba(209,29,36,.08), rgba(37,73,159,.08));
      border-bottom:1px solid var(--line);
      color:var(--ink);
    }

    /* Table polish */
    #rank table.dataTable.table thead th{
      background:var(--thead);
      color:#404756;
      font-weight:600;
      border-bottom:1px solid var(--line);
    }
    #rank table.dataTable.table tbody td{
      border-top:1px solid var(--line);
    }
    #rank .table-hover tbody tr:hover{ background:var(--hover)!important; }

    /* Avatar initials */
    #rank .avatar{
      width:38px;height:38px;border-radius:50%;
      background:linear-gradient(135deg, rgba(209,29,36,.15), rgba(37,73,159,.15));
      color:var(--secondary);
      display:flex;align-items:center;justify-content:center;
      font-weight:700; text-transform:uppercase;
      margin-right:.6rem;
    }

    #rank .avatar img{
      width:100%;
      height:100%;
      object-fit:cover;
      border-radius:100%;
    }

    /* Weight pill */
    #rank .badge-weight{
      background:rgba(37,73,159,.08);
      color:var(--secondary);
      border:1px solid rgba(37,73,159,.18);
      border-radius:999px; padding:.35rem .6rem; font-weight:600;
    }

    /* Form dots for last 5 */
    #rank .dot{ width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px; }
    #rank .win{ background:#2ecc71; }
    #rank .loss{ background:#ff5c5c; }
    #rank .draw{ background:#f2c94c; }

    /* Controls */
    #rank .dataTables_filter input,
    #rank.dataTables_length select,
    #rank .custom-filter select{
      background:#fff; border:1px solid var(--line); color:var(--ink);
      border-radius:.6rem; padding:.45rem .7rem;
    }
    #rank .dataTables_filter input:focus,
    #rank .dataTables_length select:focus,
    #rank .custom-filter select:focus{
      border-color:var(--secondary);
      box-shadow:0 0 0 .2rem rgba(37,73,159,.15);
      outline:0;
    }

    #rank .dataTables_info{ color:#4b5563!important; }
    #rank .page-link{ color:var(--secondary); background:#fff; border:1px solid var(--line); }
    #rank .page-item.active .page-link{
      background:var(--primary); border-color:var(--primary); color:#fff;
      box-shadow:0 6px 14px rgba(209,29,36,.25);
    }
    #rank .btn-primary{
      background:var(--primary); border-color:var(--primary);
    }
    #rank .btn-outline-primary{
      color:var(--primary); border-color:var(--primary);
    }
    #rank .btn-outline-primary:hover{ background:var(--primary); color:#fff; }
/* 
---------------------------------------------
profile member
--------------------------------------------- 
*/

img.profile-avatar{
  width:200px;
  height:200px;
  object-fit:cover;
  border-radius:100%;
  margin-top:-150px;
}

#profile-member .fullname{
  margin-top:-100px;
  color:#fff;
}

@media (max-width:576px){
  #profile-member h2.name{ 
    font-size:20px;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
/* footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #d11d24;
}

footer p a:hover {
  color: #d11d24;
} *
 /*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../images/bg-boxing-1.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #7a7a7a;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #25499f;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.back-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    color:#fff;
}

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35, 45, 57, 0.8);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    border-radius: 50%;
}

.preloader-inner .dots span:nth-child(1),
.preloader-inner .dots span:nth-child(2) {
    background: #d11d24; /* merah */
}

.preloader-inner .dots span:nth-child(3),
.preloader-inner .dots span:nth-child(4) {
    background: #25499f; /* biru */
}

.preloader-inner .dot {
    background: #25499f; /* merah */
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 44px;
  }

  .main-banner .caption {
    width:100%;
  }

  .main-banner .caption h2.news {
    font-size: 25px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
}

.c-1{
  color:#d11d24;
}

.c-2{
  color:#25499f !important;
}

.c-white{
  color:#fff !important;
}

.btn-c-1{
  background:#d11d24;
}

.btn-c-2:hover{
  background:#25499f;
}

.nav img.avatar{
  width:45px;
  height:45px;
  object-fit:cover;
  border-radius:100%;
}

/* Sidebar pills */
#dashboard{
  padding:125px 0;
}
#dashboard .side-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:.8rem;
  box-shadow:0 10px 24px rgba(17,24,39,.06);
  overflow:hidden;
}
#dashboard .side-head{
  background:linear-gradient(135deg, rgba(37,73,159,.10), rgba(209,29,36,.10));
  border-bottom:1px solid var(--line);
  padding:.9rem 1rem;
  font-weight:700;
  letter-spacing:.2px;
}
#dashboard .nav-pills .nav-link{
  color:#475569; border-radius:.6rem; margin:.25rem .5rem;
  border:1px solid transparent;
}
#dashboard .nav-pills .nav-link:hover{
  background:#f3f4f7; border-color:var(--line);
}
#dashboard .nav-pills .nav-link.active{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
  box-shadow:0 6px 16px rgba(209,29,36,.25);
}
#dashboard .nav-icon{ width:20px; text-align:center; margin-right:.5rem; }

/* Content cards */
#dashboard .content-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:.9rem;
  box-shadow:0 10px 28px rgba(17,24,39,.06);
}
#dashboard .content-card .card-header{
  background:linear-gradient(135deg, rgba(37,73,159,.08), rgba(209,29,36,.08));
  border-bottom:1px solid var(--line);
  border-radius: 13px 13px 0 0;
}

/* Small summary */
#dashboard .mini{
  background:#fff; border:1px solid var(--line);
  border-radius:.6rem; padding:.75rem .9rem;
}
#dashboard .badge-role{
  border-radius:999px; font-weight:600; padding:.25rem .6rem;
  border:1px solid rgba(0,0,0,.06);
}
#dashboard .role-athlete{ background:rgba(209,29,36,.10); color:var(--primary); border-color:rgba(209,29,36,.25); }
#dashboard .role-coach{ background:rgba(37,73,159,.10); color:var(--secondary); border-color:rgba(37,73,159,.25); }
#dashboard .role-referee{ background:#f1f5f9; color:#111827; }

/* Forms */
*:focus {
    box-shadow: none !important;
    outline: 0px none #fff !important;
}

#dashboard .form-control:focus{
  border-color:none;
}
.btn-primary{
  background:var(--secondary); border-color:var(--secondary);
}
#dashboard .btn-primary{ background:var(--secondary); border-color:var(--secondary); font-size:14px;}
#dashboard .btn-primary:hover{ background:#1b3577; border-color:#1b3577; }
#dashboard .btn-outline-primary{ color:var(--secondary); border-color:var(--secondary); }
#dashboard .btn-outline-primary:hover{ background:var(--secondary); color:#fff; }

/* Card preview */
#dashboard .id-preview{
  border:1px dashed #c7cdd6; border-radius:.8rem; background:#fff;
  min-height:180px; display:flex; align-items:center; justify-content:center;
  color:#64748b;
}

/* Mobile sidebar toggle */
@media (max-width:767.98px){
  #dashboard .sidebar-collapse{ display:none; }
  #dashboard .sidebar-collapse.show{ display:block; }
}

/* Avatar uploader */
#dashboard .avatar-lg{width:96px;height:96px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.18)}
#dashboard .avatar-frame{position:relative;display:inline-block}
#dashboard .avatar-edit{
  position:absolute;right:-6px;bottom:-6px;border-radius:999px;
  padding:.4rem .5rem;background:#25499f;border:1px solid rgba(0,0,0,.06);color:#fff
}
#dashboard .avatar-edit:hover{background:#1b3577;color:#fff}
#dashboard .upload-drop{
  border:1px dashed #c7cdd6;border-radius:.6rem;background:#fff;
  padding:.8rem; text-align:center;color:#64748b
}
#dashboard .upload-drop.dragover{background:#f3f6ff;border-color:#25499f;color:#25499f}
#dashboard .help-mini{font-size:.8rem}

/*ERROR*/
form .error{
  color:red;
  font-size:12px;
}
 #dashboard .input-group-text,
 #register .input-group-text{
  border:none;
  background:rgba(0, 0, 0, 0.05);
 }

 #dashboard .input-group-append,
 #register .input-group-append{
  margin-left:0;
 }

 /* Modal Custom */
.modal .modern-modal {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.modal .modern-modal h4 {
  font-weight: 600;
  color: #1f2937; /* abu gelap */
}

.modal .modern-modal p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.modal .icon-wrap {
  font-size: 3rem;
}

.modal .btn {
  /* border-radius: 0.75rem; */
  font-size:14px;
  transition: all 0.2s ease-in-out;
}

.modal .btn:hover {
  transform: translateY(-2px);
}

.avatar-fallback{
  background:#e5e7eb; color:#111827; font-weight:600; font-size:.9rem;
}
.nav .dropdown-menu { border-radius: .75rem; }
.nav .dropdown-item i { width: 16px; text-align:center; }

.nav a.dropdown-item{
  color:#232d39 !important;
}

.nav a.dropdown-item:hover{
  color:#d11d24 !important;
}

.dropdown-item.active, .dropdown-item:active{
  background-color:transparent;
}

/* --- Drawer & Overlay --- */
.drawer-overlay{
  position:fixed; inset:0; background:rgba(0,0,0,.45);
  opacity:0; visibility:hidden; transition:opacity .25s ease, visibility .25s ease;
  z-index: 997;
}
.drawer{
  position:fixed; top:0; left:0; height:100vh; width:80vw; max-width:360px;
  background:#fff; transform:translateX(-100%); transition:transform .3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,.12); z-index: 998;
  display:flex; flex-direction:column;
}
.drawer.open{ transform:translateX(0); }
.drawer-overlay.open{ opacity:1; visibility:visible; }

/* Header & Body */
.drawer-header{ padding:14px 16px; border-bottom:1px solid #f1f2f6; }
.drawer-close{
  background:none; border:0; font-size:28px; line-height:1; cursor:pointer; padding:4px 8px;
}
.drawer-body{ padding:12px 16px; overflow:auto; -webkit-overflow-scrolling:touch; }

/* Menu list */
.drawer-nav{ list-style:none; padding:0; margin:0 0 10px; }
.drawer-nav li{ border-bottom:1px dashed #f1f2f6; }
.drawer-nav a{
  display:block; padding:12px 0; color:#111827; text-decoration:none; font-weight:500;
}
.drawer-nav a.active, .drawer-nav a:hover{ color:#2563eb; }

/* User section */
.drawer-section{ margin-top:10px; padding-top:12px; border-top:1px solid #f1f2f6; }
.drawer-user{ display:flex; align-items:center; gap:10px; margin-bottom:8px; }
.drawer-avatar{ min-width:42px; height:42px; border-radius:50%; object-fit:cover; }
.drawer-avatar.fallback{
  display:flex; align-items:center; justify-content:center;
  background:#e5e7eb; color:#111827; font-weight:700;
}
.drawer-user-meta .name{ font-weight:600; }
.drawer-user-meta .role{ font-size:12px; color:#6b7280; }

/* Actions & buttons */
.drawer-action{
  display:block; padding:10px 0; color:#111827; text-decoration:none;
}
.drawer-action:hover{ color:#2563eb; }
.drawer-action.danger{ color:#dc2626; }

.btn-drawer{
  display:block; width:100%; text-align:center; padding:10px 12px;
  border-radius:10px; text-decoration:none; font-weight:600;
}
.btn-drawer.primary{ background:#2563eb; color:#fff; }
.btn-drawer.outline{ border:1px solid #d1d5db; color:#111827; }

/* Kunci scroll body saat drawer open */
body.drawer-lock{ overflow:hidden; touch-action:none; }

/* Sembunyikan UL original di mobile kalau template kamu belum mengatur */
@media (max-width: 991.98px){
  .header-area .main-nav .nav{ display:none; }
}

.fileuploader {
  margin: 0px !important;
}

.content-card .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
  color:#495057;
}

/* TOAST*/

#toastContainer {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1080;
}

.toast {
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
}
.toast.show {
  transform: translateY(0);
  opacity: 1;
}
.toast.hide {
  transform: translateY(-10px);
  opacity: 0;
}

/*MODAL*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1090;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.15s ease-out;
  transform: translateY(-100px) scale(0.8);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 3rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(67, 89, 113, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1089;
  width: 100vw;
  height: 100vh;
  background-color: #435971;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0.25rem;
  border-bottom: 0px solid #d9dee3;
  border-top-left-radius: calc(0.5rem - 0px);
  border-top-right-radius: calc(0.5rem - 0px);
}
.modal-header .btn-close {
  padding: 0.125rem 0.75rem;
  margin: -0.125rem -0.75rem -0.125rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.53;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 0px solid #d9dee3;
  border-bottom-right-radius: calc(0.5rem - 0px);
  border-bottom-left-radius: calc(0.5rem - 0px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 35rem;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .banner-event{
    width:100% !important;
  }
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

select option[disabled] {
    color: #999;
    background-color: #f5f5f5;
    font-style: italic;
}

.bg-success, .bg-danger, .bg-dark, .bg-secondary{
  color:white;
}

.recaptcha-wrapper {
  display: flex;
  justify-content: center;
}

.contact-card {
  background: #fff;
  border-radius: 12px;
}

.contact-item .icon {
  width: 28px;
  text-align: center;
}

.social-btn {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  margin-right:10px;
}

.social-btn:hover {
  background-color: #25499f;
  color: #fff;
  border-color: #25499f;
  transform: translateY(-2px);
}

.map-wrapper {
  min-height: 350px;
  max-height: 400px;
  border-radius: 12px;
}

.filter-bar.card {
  border: 1px solid #e9ecef;
  border-radius: .75rem;
}

.filter-bar .form-control:focus,
.filter-bar .custom-select:focus {
  border-color:#ced4da;
  box-shadow: 0 0 0 .2rem rgba(37,99,235,.1);
}

.skeleton {
  position: relative;
  overflow: hidden;
  background-color: #e9ecef;
  border-radius: 6px;
}

.skeleton::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
  100% { transform: translateX(100%); }
}

/* Specific sizes */
.skeleton-img-top { height: 95px; border-radius: .25rem .25rem 0 0; }
.skeleton-avatar { width: 100px; height: 100px; border-radius: 50%; margin-top:-65px;}
.skeleton-badge { width: 70px; height: 18px; border-radius: 20px; }
.skeleton-text { height: 14px; }
.skeleton-btn { height: 32px; border-radius: 6px; }

.skeleton-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#news-skeleton .skeleton-img {
  width: 100%;
  height: 180px;
  border-radius: 0;
}

.skeleton-card-event {
  display: flex !important;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  min-height: 160px;
}

/* Left date section */
.skeleton-date {
  width: 120px;
  height: 160px;
  background: #f0f0f0;
  position: relative;
  flex-shrink: 0;
}

/* Right content */
.skeleton-content {
  flex: 1;
  padding: 20px;
}

/* Loading line animation */
.skeleton-line {
  height: 12px;
  background: linear-gradient(90deg, #f0f0f0 25%, #f8f8f8 50%, #f0f0f0 75%);
  background-size: 400% 100%;
  animation: shimmerevents 1.5s infinite;
  border-radius: 4px;
}

@keyframes shimmerevents {
  0% { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

.news-share {
  margin-top: 20px;
}
.share-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  color: #444;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.share-btn:hover {
  color: #fff;
  transform: translateY(-3px);
}
.share-btn.twitter:hover { background: #1DA1F2; }
.share-btn.facebook:hover { background: #1877F2; }
.share-btn.whatsapp:hover { background: #25D366; }
.share-btn.linkedin:hover { background: #0077B5; }
.share-btn.copy:hover { background: #444; }

.mytable a{
  color:var(--ink);
}

.badge-role { text-transform: uppercase; font-weight: 700; letter-spacing:.02em; }
.badge-role.red { background:#ffd9dc; color:#c21a21; }
.badge-role.blue { background:#dfe8ff; color:#25499f; }

.banner-event{
  width:60%;
}