.custom-post-filters {
    background: #000;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

select#think_filter {
    max-width: 300px;
    border-radius: 0px !important;
    color: #070f1c !important;
    height: 50px;
    padding: 0px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
select#npl_filter {
  max-width: 300px;
    border-radius: 0px !important;
    color: #070f1c !important;
    height: 50px;
    padding: 0px 10px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.date-row {
    background-color: #f5f5f5;
    font-weight: bold;
}
.date-row td {
    padding-top: 20px;
}

.video-posts-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

.video-posts-table th {
    text-align: left;
    padding: 8px 12px;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
}

.video-posts-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.video-posts-table tr:hover td {
    background-color: #f9f9f9;
}

.video-time {
    color: #666;
    font-size: 0.9em;
}
.right-side {
    width: 80%;
}
/**
*single page
*/


.related-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #0C1C38; 
   border: 1px solid transparent;

}

.custom-post-navigation a {
    color: #091426 !important;
}
.related-item:hover{
    background: #0C1C38;
    border: 1px solid transparent;
    border-image: linear-gradient(to right, #1E1E1E, #D52A2A, #1E1E1E);
    border-image-slice: 1;
}

.video-img {
    /* padding: 10px; */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-side h4 a {
    color: #fff;
}

.right-side span {
    color: #fff;
}

.video-single-page {
    display: flex;
    gap: 30px;
}

.pro-video {
    width: 70%;
}

.related-post {
    width: 30%;
}

.video-post-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9; /* Maintain 16:9 aspect ratio */
    background-color: #000; /* Black background for overlay */
}

.custom-post-navigation a {
    color: #070f1c;
    font-weight: 500;
    transition: color 0.3s;
}


.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: #0e12177a;
}

.video-overlay h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    font-size: 24px;
    text-align: left;
}

.video-play-btn img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
}

.video-play-btn:hover img {
    transform: scale(1.1);
}

.video-embed-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video-play-btn {
    border: 1px solid #4b4e4fc4;
    background: #4b4e4fc4;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-play-btn img {
    width: 30px;
    height: 30px;
}

.video-embed-container iframe {
    width: 100%;
    height: 460px;
}
.custom-post-navigation {
    max-width: 69%;
    display: flex
;
    justify-content:center;
    margin-top: 50px;
    padding-right: 7px;
    gap: 70px;
}
.custom-post-navigation a:hover{
    color:#6A7A94 !important;
}
.right-side h4 {
    color: #0C1C38;
    text-transform: uppercase;
    font-family: Anton;
font-size: 22px;
font-style: normal;
font-weight: 400;
letter-spacing: 1.1px;
}

.related-videos {
    max-height: 495px;
    overflow-y: auto;
}



/* Firefox */
.related-videos {
  scrollbar-width: none;
}

/*
* Master video
*/
.master-video-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.master-video-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.master-content h2 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}

.master-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.master-text-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.master-video-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

p.ideo-duration {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_image_link {
    display: flex
;
    width: 100%;
    overflow: hidden;
    height: 0px !important;
   min-height: 0px;
}
img.ms_lms_courses_card_item_image {
    display: none !important;
}
.ms_lms_courses_grid__title.style_1 h2 {
    display: none;
}
.ms_lms_courses_card.card-style-6 .ms_lms_courses_card_item_info_title h3 {
    min-height: 20px !important;
}

.video-posts-table tr td a{
	color: #a81313;
    font-size: 15px;
    font-weight: 600;
	font-family: Open Sans,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
	
}

.video-posts-table{
	box-shadow: 0 3px 16px 0 rgba(0,0,0,.09);
}

.video-posts-table thead {
	display:none;
}

.video-posts-table tr:nth-child(even) {
  background-color: #f9fafb;
}
.related-post h1 {
    font-size: 22px;
    padding-bottom: 30px;
    font-family: anton;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

 .related-videos .related-item:hover .right-side  h4{

    color: white;
 }

.right-side span{
	  font-size: 14px;
	color: #6A7A94 !important;
    text-align: center;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 120%;
}
.wp-block-cover {
    min-height: -webkit-fill-available !important;
}

.video-play-btn {
 
  background:red!important;
  
}

/*****************
checkout page css 
*******************/
.woocommerce-checkout .woocommerce-notices-wrapper{
	display: none;
}
.woocommerce-checkout .entry-header .entry-title{
	text-align: center;
	color: #fff;
}
.woocommerce-checkout .site-content{
	background: #050513;
}
.woocommerce-checkout .site-content h3, .woocommerce-checkout .site-content label, .woocommerce-checkout .site-content  .woocommerce-privacy-policy-text p, .woocommerce-checkout .site-content .woocommerce-checkout-review-order th, .woocommerce-checkout .site-content .woocommerce-checkout-review-order td{
 color: #fff !important;
}
.woocommerce-checkout .wc-stripe-save-source .save-source-label{
 color: #000 !important;
}
.woocommerce-checkout .site-content  .woocommerce-privacy-policy-text p a{
	color: #FF0F0F;
}
.woocommerce-checkout form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review), #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
    border-color: #ee0000;
}

/***
Play book
***/

.team-match-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.teams {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.team-match-card {
    background: red;
    padding: 20px;
    border: 2px solid #fff;
}
.ast-container{
	flex-direction: column;
}

.match-box-wrap {
    display: flex;
	padding: 0px 35px;
	margin: 0px 40px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg,rgba(15, 37, 103, 1) 0%, rgba(252, 252, 252, 1) 50%, rgba(19, 87, 66, 1) 100%);
    text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
	height: 100px;
	border: 3px solid white;
    border-radius: 10px;
}
.match-box-result {
    justify-content: space-between;
}
.match-content-area {
  justify-content: space-around;
  margin-bottom: 30px;
  font-size: 22px;
  width: 100%;
}

/* .match-single-box1 , .match-single-box2 , .match-single-box3 , .match-single-box4 , .match-single-box5 {
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  background: linear-gradient(to right, #223344, #445566);
} */


.match-team-title {
    display: flex;
    justify-content: space-between;
}

.match-team-title h3 {
    color: #fff;
}

.login-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #101040;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .login-button:hover {
    background-color: #101040;
    color: #fff;
  }
  .overlay-login {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}  

/*
* Forums button
*/

/* In your theme's style.css */
.question-archive table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.question-archive th, 
.question-archive td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.question-archive th {
    background-color: #f2f2f2;
}
.question-archive tr:nth-child(even) {
    background-color: #f9f9f9;
}
.question-archive tr:hover {
    background-color: #f1f1f1;
}

/* .match-box-result {
    display: flex;
    justify-content: space-between;
    background-color: ;
    background:#0F2567;
    background: linear-gradient(90deg,rgba(15, 37, 103, 1) 0%, rgba(252, 252, 252, 1) 50%, rgba(19, 87, 66, 1) 100%);
    text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    padding: 26px;
    border: 5px solid white;
    font-size: 55px;
    color: white;
    text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    font-weight:900;
    margin-bottom: 60px;
  } */
.match-box-result {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 50px;
}
.full_width_box{
	width: 100%;
	padding: 0 20px;
  	box-sizing: border-box;
}

.match-result-left, .match-result-center, .match-result-right {
  width: 20%;
 height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  border: 3px solid white;
  border-radius: 10px;
  font-weight: bold;
  margin: 0px 20px;
  padding-left: 30px;
  padding-right: 30px;
	color: white;
}


/* 
.match-result-left:nth-child(1) {
    background-color: #3d54adfa;
}

.match-result-left:nth-child(2) {
    background-color: #a4b9bdfa;
}
.match-result-center {
    background-color: #a4b9bdfa;
} */


.match-box-result > .match-result-left:nth-of-type(1) {
    background-color: #002A5B;
}

.match-box-result > .match-result-left:nth-of-type(2) {
    background: linear-gradient(90deg, rgba(15, 37, 103, 1) 0%, rgba(252, 252, 252, 1) 120%, rgba(252, 252, 252, 1));
    text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.match-box-result > .match-result-center {
    background-color: #fff;
	text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.match-box-result > .match-result-right:nth-of-type(4) {
    background: linear-gradient(90deg, rgb(213 213 213) -2%, rgba(252, 252, 252, 1) 0%, #0C371C);
    text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.match-box-result > .match-result-right:nth-of-type(5) {
    background-color: #0C371C;
	text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}


  .match-single-box1 {
    padding:60px;
    color: white;
    font-size: 41px;
    font-weight: bold;
  }
  
  .match-single-box2 {
    padding:60px;
    color: white;
    font-size: 41px;
    font-weight: bold;
  }
  
  
  .match-single-box3 {
    padding:60px;
    color: white;
    font-size: 41px;
    font-weight: bold;
  }
  
  .match-single-box4 {
    padding:60px;
    color: white;
    font-size: 41px;
    font-weight: bold;
  }
  
  
  .match-single-box5 {
     padding:60px;
    color: white;
    font-size: 41px;
    font-weight: bold;
  }
  
  .match-team-title {
    display: flex;
    justify-content: space-between;
    /* padding: 50px 115px 50px 115px; */
	  padding: 30px 35px;
    margin: 30px 50px
}


  .match-team-title h3 {
    color: #fff;
    font-size: 60px;
    color: white;
    text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    font-weight: 900;
  }
  
  .match-single-wrapper{
      padding: 170px 0;
  }
  /*========= membership-checkout======= */
  .membership-checkout .checkout-form h2, .membership-checkout .checkout-form .ff_summary_container{
      color: #fff;
  }
  
  .membership-checkout .checkout-form label{
      font-size: 20px;
  }
  .membership-checkout .checkout-form .ff-el-form-check-label span{
      color: #fff;
      font-size: 15px;
  }
  .membership-checkout .checkout-form  .ff_item_selected input[type=radio]:checked:after{
      border-color: #fff !important;
  }
  .membership-checkout .checkout-form  .ff_item_selected span{
      color: red;
  }
  .fluentform .ff-message-success{
      border: none;
  }
  .fluentform .ff-message-success p{
      font-size: 25px;
      line-height: 33px;
      text-align: center;
      color: #fff;
  }

  video {
    width: 100%;
    height: 100%;
}

figure.wp-block-video {
    width: 100%;
    height: 100%;
}

.forum-comments { margin-top: 2rem; }
.comment-box, .reply-box {
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.replies {
  margin-left: 2rem;
  margin-top: 1rem;
}
.reply-link {
  font-size: 0.9rem;
  color: #0073aa;
  cursor: pointer;
}
.comments-pagination {
  margin-top: 2rem;
}
.forum-comment-form {
  margin-top: 3rem;
}

/**/

h2.gh_title {
   text-align: center;
      font-family: 'Anton', sans-serif;
      font-size: 60px;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase;
    }

    .gh_filters {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 32px;
      max-width: 100%;
    }

   
.gh_filters input, .gh_filters select {
    padding: 0px 16px;
    font-size: 14px;
    background: #0C1C38;
    max-width: 300px;
    color: #ffffff;
    font-weight: 600;
}

.gh_forum_list {
    margin: auto;
    background: #0C1C38;
    padding: 8px 16px;
}

.gh_forum_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #23324c;
}

.gh_forum_item:last-child {
    border-bottom: none;
}

.gh_forum_title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family:'Inter';
    text-transform: uppercase;
}

.gh_forum_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.gh_author_badge  {
    font-size: 14px;
    background: #EEEEEE;
    color: #23324C;
    padding: 2px 8px;
    border-radius: 14px;
    margin-left: 10px;
    font-weight: 600;
}

.gh_forum_meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #ffffff;
}

.gh_forum_meta div {
    display: flex;
    align-items: center;
    gap: 6px;
    border-left: 1px solid #23324C;
    padding-left: 10px;
}

.gh_comment_box {
    padding: 0 24px 24px 24px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.gh_post_forum {
    margin: 40px auto;
    padding: 24px;
    border: 1px solid #ddd;
    background: #11113f;
}

.gh_post_forum h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: white;
    font-weight: 600;
}

.gh_post_forum input,
.gh_post_forum textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.gh_post_forum button:hover {
    background: #c72028; /* Darker shade for hover */
}

.gh_post_forum button {
    padding: 10px 20px;
    background: #ed2931;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.gh_forum_item a {
    text-decoration: none !important;
}
.gh-forum-pagination {
    margin-top: 40px;
}
.gh-forum-pagination a.page-numbers,.gh-forum-pagination span.page-numbers.current {
    background: #070F1D;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none !important;
    color: #fff;
}
.gh-forum-pagination span.page-numbers.current {
    background: #ee2e38;
}
a.page-numbers:hover {
    background: #ef333e;
}

.related-item-wrap.active {
    background: #070F1D;
}

.related-item-wrap.active h4 {
    color: #fff;
}

.related-item-wrap.active span {
    color: #fff !important;
}


/**/

    #payment_method_2_1_stripe_inline{
        background-color:white!important;
    }
    
    #payment_method_3_1_stripe_inline{
        background-color:white!important;
    }

    .playbook-table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        text-align: center;
    }
.playbook-table th {
    background: red;
    color: white;
    padding: 10px;
}
.playbook-table td {
    padding: 8px;
}
.playbook-table tr:nth-child(even) {
    background-color: #f2f2f2;
}


@media only screen and (max-width: 991px) {
   table {
        margin: 0em;
    }
    .video-single-page {
        display: grid!important;
        gap:30px;
    }
    .pro-video {
        width: 100%!important;
    }
    .related-post {
        width: 100%!important;
    }
    .video-embed-container iframe {
        width: 100%!important;
        height: 212px!important;
    }
    .master-video-wrap {
        flex-direction:column;
        gap: 20px;
        align-items: start;
    }

    .master-text-wrap {
        flex-direction:column;
        align-items: start;
        gap: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .match-single-wrapper {
        padding: 120px 0;
    }
    .match-single-box2 {
        padding: 45px;
    }
    .match-single-box1 {
        padding: 45px;
    }
    .match-single-box3 {
        padding: 45px;
    }
    .match-single-box4 {
        padding: 45px;
    }
    .match-single-box5 {
        padding: 45px;
    }
    .match-result-center {
        width: 35%;
    }
    .match-result-right {
        width: 35%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .match-team-title h3 {
        font-size: 45px;
    }
    .match-single-wrapper {
        padding: 100px 0;
    }

    .match-result-left {
        width: auto;
        gap: 10px;
    }
    .match-result-center {
        width: auto;
    }
    .match-result-right {
        width: auto;
        gap: 10px;
    }
    .match-single-box2 {
        padding: 30px;
    }
    .match-single-box1 {
        padding: 30px;
    }
    .match-single-box3 {
        padding: 30px;
        font-size: 38px;
    }
    .match-single-box4 {
        padding: 30px;
    }
    .match-single-box5 {
        padding: 30px;
    }

    .gh_filters {
        padding: 0;
        margin-bottom: 20px;
    }

     #elementor-popup-modal-8142 .dialog-close-button {
        top: -23px;
        right: 30px;
    }

}

@media (min-width: 922px) {
  .ast-container {
    max-width: 1350px;
  }
}

.related-item-wrap {
    margin-bottom: 10px;
}

  @media only screen and (max-width: 767px) {
    .match-box-result {
        display: flex;
        justify-content: space-between;
        background:#0F2567;
        background:linear-gradient(90deg,rgba(15, 37, 103, 1) 0%, rgba(252, 252, 252, 1) 50%, rgba(19, 87, 66, 1) 100%);
        padding:26px;
        border:5px solid white;
        font-size: 20px;
        color: white;
        text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    }
    .match-box-wrap {
        display: grid!important;
        align-items: center!important;
        justify-content: space-between!important;
    }
      
    .match-team-title h3 {
      color: #fff;
      font-size: 25px;
      color: white;
      text-shadow: -1px -1px black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
      font-weight: 900;
      margin-top: 28px;
      padding:15px 10px 30px 15px;
  }
  .match-team-title {
    display: flex;
    justify-content: space-between;
    padding:0px;
  }
      
  .match-single-wrapper {
    padding: 80px 0px;
  }
      
    .match-single-box1 {
        text-align:center;
        padding: 40px 20px;
        width: 100%;
      }
      .match-single-box2 {
        text-align:center;
        padding: 40px 20px;
        width: 100%;
      }
      .match-single-box3 {
        text-align:center;
        padding: 40px 20px;
        width: 100%;
      }
      .match-single-box4 {
        text-align:center;
        padding: 40px 20px;
        width: 100%;
      }
      .match-single-box5 {
        text-align:center;
        padding: 40px 20px;
        width: 100%;
      }
      .master-video-wrap {
      flex-direction: row!important;
      gap: 20px!important;
      align-items: start;
    }
  
}

@media only screen and (max-width: 767px) {
    .custom-post-filters {
        flex-direction: column;
    }
    .match-result-left {
        width: 100%;
    }
    .match-result-center {
        width: 100%;
    }
    .match-result-right {
        width: 100%;
    }
    .match-box-result {
        flex-direction: column;
        gap: 30px;
        font-size: 30px;
    }
    .match-box-wrap {
        display: flex !important;
        flex-direction: column;
        gap: 30px;
    }
    
    .gh_forum_item {
        flex-wrap: wrap;
        gap: 20px;
        padding: 18px 0px;
    }
    .gh_filters {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 20px;
    }
    .gh_filters input, .gh_filters select,.input#gh_forum_search{
        max-width: 100% !important;
    }
    .gh_author_badge {
        display: inline-block;
        margin-top: 15px;
    }
    .forums-wrapper {
        margin-top: 60px;
    }
    h2.gh_title {
        font-size: 40px;
    }
    .children {
        margin-left: 0px;
        padding-left: 0px;
    }
    .comments-area {
        padding: 0px;
    }
    .site .comments-area {
        padding-bottom: 0em;
       
    }

}
