
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#features-22 {
  padding: 50px 0; 
  overflow: hidden;
  background-color: {{ $data['features-22']['bg_color'] ?? '#ffffff' }};
}
#features-22 .section-title h2 {
  font-size: 30px; 
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #343a40;
}
#features-22 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 20px);
}
#features-22 .section-title p {
  margin-bottom: 30px;
  color: #6c757d;
  font-size: 15px;
}
#features-22 .compact-feature {
  display: flex;
  align-items: center; 
  padding: 15px;
  background-color: #f8f9fa; 
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  height: 100%; 
}
#features-22 .compact-feature:hover {
   box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
#features-22 .compact-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
#features-22 .compact-icon i {
  font-size: 24px; 
  color: var(--bs-primary, #0d6efd);
  line-height: 1;
  width: 30px; 
  text-align: center;
}
#features-22 .compact-content h5 {
  font-size: 16px; 
  font-weight: 600;
  margin-bottom: 3px; 
  color: #343a40;
}
#features-22 .compact-content p {
  font-size: 14px; 
  color: #6c757d;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  #features-22 .section-title h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  #features-22 .compact-feature {
     padding: 12px;
  }
  #features-22 .compact-icon i {
     font-size: 22px;
  }
  #features-22 .compact-content h5 {
    font-size: 15px;
  }
  #features-22 .compact-content p {
    font-size: 13px;
  }
}



#about-us-18 {
  padding: 60px 0;
  background-color: #222;
  color: #fff;
}
#about-us-18 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffc107;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-18 .section-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .company-description {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .mission-vision-item {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
#about-us-18 .mission-vision-item h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .mission-vision-item p {
  font-size: 1rem;
  color: #ccc;
  line-height: 1.6;
}
#about-us-18 .core-values-wrapper {
  margin-bottom: 40px;
}
#about-us-18 .core-values-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item {
  text-align: center;
  padding: 20px;
  border: 1px solid #555;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-18 .core-value-item i {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 10px;
}
#about-us-18 .core-value-item p {
  font-size: 1rem;
  color: #ccc;
}
#about-us-18 .game-highlights-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-18 .game-highlight-card {
  padding: 20px;
  background-color: #333;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  text-align: center;
}
#about-us-18 .game-highlight-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#about-us-18 .game-highlight-card h4 {
  font-size: 1.2rem;
  color: #ffc107;
  margin-bottom: 10px;
}
#about-us-18 .game-highlight-card p {
  font-size: 0.9rem;
  color: #ddd;
}
#about-us-18 .responsible-gaming-wrapper {
  margin-top: 40px;
  padding: 30px;
  background-color: #444;
  border-radius: 8px;
  text-align: center;
}
#about-us-18 .responsible-gaming-wrapper h3 {
  font-size: 1.5rem;
  color: #ffc107;
  margin-bottom: 20px;
}
#about-us-18 .responsible-gaming-wrapper p {
  font-size: 1rem;
  color: #ccc;
}
@media (min-width: 768px) {
  #about-us-18 .mission-vision-wrapper {
    display: flex;
    gap: 30px;
  }
  #about-us-18 .mission-vision-item {
    flex: 1;
    margin-bottom: 0;
  }
  #about-us-18 .core-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-18 .game-highlights-wrapper .row > div {
    margin-bottom: 0;
  }
}



#our-services-22 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-22 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2.2rem;
}
#our-services-22 .service-block {
  margin-bottom: 5rem;
}
#our-services-22 .service-block:last-child {
  margin-bottom: 0;
}
#our-services-22 .service-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1rem 2rem;
}
#our-services-22 .service-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 1rem;
}
#our-services-22 .service-description {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-22 .service-features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#our-services-22 .service-features-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  color: #343a40;
  font-size: 0.95rem;
}
#our-services-22 .service-features-list li i {
  color: #198754;
  margin-right: 10px;
  font-size: 1.1em;
}
#our-services-22 .btn-service-cta {
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  align-self: flex-start;
}
#our-services-22 .service-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-services-22 .service-block-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  #our-services-22 .service-block {
    margin-bottom: 3.5rem;
  }
  #our-services-22 .service-image-col {
    margin-bottom: 2rem;
    order: 1 !important;
  }
  #our-services-22 .service-content-col {
    order: 2 !important;
    text-align: center;
    padding: 1rem;
  }
  #our-services-22 .service-features-list {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #our-services-22 .btn-service-cta {
    align-self: center;
  }
  #our-services-22 .service-block-image {
    max-width: 85%;
  }
}



/* === Section Base === */
.post-section {
  padding: 60px 0;
  background: #fff;
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.post-section .section-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
.post-section .section-header p {
  color: #666;
  margin-top: 8px;
}

/* === Gallery Grid === */
.post-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-gallery { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-gallery { grid-template-columns: repeat(4,1fr); }
}

/* === Card Styles === */
.post-card {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.4s ease, background-size 0.4s ease;
}
.post-card:hover {
  transform: translateY(-8px);
  background-size: 110%;
}

/* Hexagon tag badge */
.post-card .tag-hex {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 0.25rem 0.5rem;
  background: rgba(0,123,255,0.85);
  color: #fff;
  font-size: 0.75rem;
  clip-path: polygon(
    25% 0%, 75% 0%, 
    100% 50%, 75% 100%, 
    25% 100%, 0% 50%
  );
  text-align: center;
  text-transform: uppercase;
}

/* Overlay gradient with content */
.post-card .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
}
.post-card .overlay h5 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}
.post-card .overlay .date {
  font-size: 0.8rem;
  opacity: 0.85;
  margin-bottom: 0.75rem;
}
.post-card .overlay .btn-readmore {
  font-size: 0.85rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-decoration: none;
  transition: background 0.3s;
}
.post-card .overlay .btn-readmore:hover {
  background: #fff;
  color: #000;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}




#counter-1 {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0;
}
#counter-1 .counter-content {
  max-width: 800px;
  margin: 0 auto;
}
#counter-1 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#counter-1 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#counter-1 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}
#counter-1 .counter-item {
  text-align: center;
  width: 200px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
#counter-1 .counter-item:hover {
  transform: translateY(-5px);
}
#counter-1 .counter-item i {
  font-size: 3rem;
  color: #007bff;
  margin-bottom: 10px;
}
#counter-1 .counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  display: block;
  margin-bottom: 10px;
}
#counter-1 .counter-title {
  font-size: 1.2rem;
  color: #666;
}



#testimonials-7 {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#testimonials-7 .section-header {
  text-align: center;
  margin-bottom: 30px;
}
#testimonials-7 .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-7 .section-header p {
  font-size: 1.1rem;
  color: #777;
}
#testimonials-7 .carousel-container {
  position: relative;
  overflow: hidden;
  height: 350px;
}
#testimonials-7 .carousel-item {
  display: none;
  text-align: center;
  padding: 30px;
}
#testimonials-7 .carousel-item.active {
  display: block;
}
#testimonials-7 .carousel-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}
#testimonials-7 .carousel-item p {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 10px;
}
#testimonials-7 .client-info {
  font-size: 0.95rem;
  color: #777;
}



#call-to-action-12 {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
#call-to-action-12 .cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
#call-to-action-12 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#call-to-action-12 p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
#call-to-action-12 .btn {
  display: inline-block;
  background-color: #ffc107;
  color: #333;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  transition: background-color 0.3s ease-in-out;
}
#call-to-action-12 .btn:hover {
  background-color: #e0a800;
}



#why-choose-us-1 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#why-choose-us-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#why-choose-us-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#why-choose-us-1 .section-hero p {
  font-size: 1.1rem;
}
#why-choose-us-1 .reasons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#why-choose-us-1 .reason-card {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#why-choose-us-1 .reason-card:hover {
  transform: translateY(-5px);
}
#why-choose-us-1 .reason-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 15px;
}
#why-choose-us-1 .reason-card h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#why-choose-us-1 .reason-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #why-choose-us-1 .reason-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #why-choose-us-1 .reason-card {
    flex: 1 1 100%;
  }
}



#game-section-7 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#game-section-7 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-7 .modes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
#game-section-7 .mode-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#game-section-7 .mode-card:hover {
  transform: translateY(-5px);
}
#game-section-7 .mode-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#game-section-7 .mode-card h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  color: #333;
}
#game-section-7 .mode-card p {
  font-size: 1rem;
  color: #555;
}



/* Scoped variables for section */
#category-posts-24 {
  --cp-gradient-bg: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
  padding: 80px 20px;
  background: var(--cp-gradient-bg);
  overflow: hidden;
  position: relative;
}

/* Header */
#category-posts-24 .section-header {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
#category-posts-24 .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
}
#category-posts-24 .section-subtitle {
  font-size: 1.125rem;
  opacity: .9;
}

/* Grid */
#category-posts-24 .flip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 2rem;
}

/* Fade-in on scroll */
#category-posts-24 .flip-card-wrapper {
  perspective: 1000px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease, transform .6s ease;
}
#category-posts-24 .flip-card-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Card */
#category-posts-24 .flip-card {
  width: 100%;
  height: 360px;
  position: relative;
}
#category-posts-24 .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .6s ease;
}
#category-posts-24 .flip-card-wrapper:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back */
#category-posts-24 .flip-card-front,
#category-posts-24 .flip-card-back {
  position: absolute;
  width: 100%; height: 100%;
  backface-visibility: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* Front side */
#category-posts-24 .flip-card-front {
  background: #fff;
  display: flex;
  flex-direction: column;
}
#category-posts-24 .flip-card-front img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#category-posts-24 .flip-card-front .front-body {
  padding: 1rem;
  flex: 1;
}
#category-posts-24 .flip-card-front h3 {
  font-size: 1.125rem;
  margin: 0;
  color: #333;
}

/* Back side */
#category-posts-24 .flip-card-back {
  background: rgba(255,255,255,0.95);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
#category-posts-24 .flip-card-back p {
  font-size: .95rem;
  color: #444;
  flex: 1;
  margin-bottom: 1rem;
}
#category-posts-24 .flip-card-back .btn-readmore {
  align-self: flex-end;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  color: #fff;
  background: #66a6ff;
  border-radius: .5rem;
  text-decoration: none;
  transition: background .3s ease, transform .3s ease;
}
#category-posts-24 .flip-card-back .btn-readmore:hover {
  background: #89f7fe;
  transform: translateY(-2px);
}

/* Pagination & Load More */
#category-posts-24 .pagination-wrapper,
#category-posts-24 .load-more-wrapper {
  text-align: center;
  margin-top: 3rem;
}




#cta-banner-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
#cta-banner-11 .container {
}
#cta-banner-11 .cta-wrapper {
  display: flex;
  align-items: center;
}
#cta-banner-11 .text-content-column {
  padding-right: 2rem;
}
#cta-banner-11 .cta-title {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
#cta-banner-11 .cta-subtitle {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}
#cta-banner-11 .cta-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 2rem;
}
#cta-banner-11 .cta-button .btn {
  padding: 0.75rem 1.8rem;
  font-weight: 500;
}
#cta-banner-11 .cta-button .btn i {
  margin-left: 0.5rem;
}
#cta-banner-11 .illustration-column img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  #cta-banner-11 .text-content-column {
    padding-right: 1rem;
  }
  #cta-banner-11 .cta-title {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-11 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #cta-banner-11 .cta-wrapper {
    flex-direction: column;
  }
  #cta-banner-11 .text-content-column {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
  #cta-banner-11 .illustration-column {
    text-align: center;
  }
  #cta-banner-11 .illustration-column img {
    max-width: 80%;
  }
}



#faq-2 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-2 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-2 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}
#faq-2 .search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#faq-2 .search-box input {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  outline: none;
}
#faq-2 .search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .search-box button:hover {
  background-color: #138496;
}
#faq-2 .accordion-button {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .accordion-button:hover {
  background-color: #e2e6ea;
}
#faq-2 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}


