.flight-data h2,button {
    text-transform: uppercase
}

button {
    cursor: pointer;
    margin: 5px;
    padding: 10px 20px;
    color: #143749;
    font-size: 22px;
    border: 0;
    line-height: 1
}

button.active {
    color: #143749;
    border-color: #CED9DF;
}

/* Matchup Popup Styles */
#matchup-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#matchup-popup .popup-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#matchup-popup h2 {
    color: #143749;
    margin-top: 0;
    margin-bottom: 20px;
}

#matchup-popup p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

#matchup-popup .popup-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#confirm-matchup {
    background: #4CAF50;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

#confirm-matchup:hover {
    background: #45a049;
}

#cancel-matchup {
    background: #f44336;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

#cancel-matchup:hover {
    background: #d32f2f;
}

#flight-selection,#tee-times-section {
    margin-bottom: 30px;
}

#tee-times-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0%;
}

#tee-times-list li {
    cursor: pointer;
    padding: 8px 24px;
    border-radius: 40px;
    background: #B1CEDE;
    font-weight: bold;
    color: #34647D;
    box-shadow: 0px 3px 20px -6px rgba(0, 0, 0, 0.3);
    transition:all ease .3s;
    font-size: 18px;
}

#tee-times-list li.current-tee-time {
    background-color: #153749  !important;
    color: #fff!important;
}

#tee-times-list li.completed {
    background: #109347;
    color: #fff
}

#placeholders,#teams {
    display: flex;
    justify-content: space-around;
    margin: auto
}

#teams {
    background: #EAEFF2;
    border-radius: 48px;
    padding: 20px 20px;
    gap: 50px;
    /* box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.25); */
    filter: drop-shadow(7px 14px 22px rgba(0,0,0,0.04));
}

.team,button {
    width: 100%
}

.placeholder h3,.team h3 {
    text-align: center
}

.team-player-list {
    list-style-type: none;
    /* max-height: 200px; */
    overflow-y: auto;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.team-player-list li {
    padding: 8px 18px;
    cursor: pointer;
    background: #fafafa;
    border-radius: 9px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
}

.team-player-list li.selected {
    
}

.team-player-list li.assigned {
    text-decoration: line-through;
    color: #ccc;
 opacity:0.1;
}

.team-player-list.disabled li {
    cursor: not-allowed;
	opacity: 0.25;
}

.team-player-list.disabled li:hover {
    background-color: transparent
}

#placeholders {
    gap: 30px
}

.placeholder {
    border: 3px solid transparent;
    padding: 15px 20px;
    position: relative;
    min-height: 367px;
    justify-content: center;
    border-radius: 30px;
    background: #00000008;
}



#action-buttons {
    text-align: center;
    margin-top: 0px;
    margin-top: 60px;
}

#action-buttons button {
    margin: 0 10px;
    padding: 10px 20px
}

#tee-times-section p {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

div#tee-times-section>p {
    background: #fff;
    max-width: max-content;
    margin: auto;
    padding: 10px 20px;
    border-radius: 8px
}
div#tee-times-section {
    display: flex;
    align-items: center;
    gap: 40px;

}
img.flag-image {
    max-width: 50px
}

.placeholder,div#flight-selection {
    display: flex;
    flex-direction: column
}

.flight-data h2 {
    font-weight: 400;
    /* border-bottom: 1px solid #000; */
    max-width: 350px;
    margin: 0 0 12px;
    padding-bottom: 12px;
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.placeholder .player-info {
    text-align: center;
    width: 100%;
    background: 0 0
}

.placeholder .selecting-now-label {
    position: absolute;
    top: 10px;
    background-color: #ffc107;
    font-weight: 700;
    display: none;
    right: 0;
    left: 0;
    max-width: max-content;
    margin: auto;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 24px;
}

.placeholder .pick-number {
    font-weight: 700;
    text-align: center;
    margin: 5px 0;
    font-size: 28px;
    color: #143749;
}

.placeholder .subtitle {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    display: none;
    color: #706c6e;
    font-weight: 600;
}

.placeholder.selected {
    border-color: transparent;
	box-shadow: 0px 5px 25px -8px rgba(0, 0, 0, 0.25);
	background: #fff;
}

.placeholder .player-info > img {
    display: block;
    margin: 0 auto 0px;
    max-width: 160px !important;
    min-height: 160px;
    max-height: 160px;
}

.placeholder .pin-images {
    text-align: center;
    margin-top: 10px;
	gap:15px;
	top:10px;
}

.placeholder .pin-images img {
    width: 73px;
    height: auto;
    display: inline-block
}

.captain-label {
  
    
}

div#placeholders img.flag-image {
    max-width: 20px;
}

.et_pb_section  .container {
    max-width: 1800px;
    margin: auto;
    width: 100%;
    display: flex;
    gap: 30px;
    padding-top:0 !important;
    padding-bottom: 60px;
}

.page-sidebar-content {
    min-width: 280px;
    background: #EAEFF2;
    border-radius: 48px;
    padding: 40px 20px;
    filter: drop-shadow(7px 14px 22px rgba(0, 0, 0, 0.04));
}

.page-content {
    flex-grow: 1
}

.action-buttons.reset-buttons {
    max-width: max-content
}

section.section.section-fligh-data {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.placeholder-wraper {
    width: 100%;
    box-sizing: border-box
}

.flight-extra-data {
    display: flex;
    gap: 10px;
    text-transform: uppercase
}

div#placeholders h3,div#teams .team h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #143749
}

div#placeholders h3 {
    text-align: center;
    font-size: 20px;
    gap: 8px;
    margin-bottom: 10px;
    margin-top: 0;
    background: #fff;
    max-width: max-content;
    padding: 14px 24px;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 25px;
    box-shadow: 0px 3px 20px -6px rgba(0, 0, 0, 0.2);
}

.flight-data h2 span {
    font-weight: 600
}

.flight-extra-data span,button.active {
    font-weight: 700
}

.placeholder.selecting-now .selecting-now-label,.placeholder.selecting-now .subtitle {
    display: block
}

.placeholder.selecting-now {
    border-color: #143749;
    background: #fff;
}

button.flight-button {
    max-width: 230px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ccc;
    background: 0 0;
    text-align: center;
}

button.flight-button[data-flight=Captains] {
    margin-top: 50px;
}

button#submit-tee-time-button, .login-button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border: 0;
	margin: 5px auto;
	margin-top: 15px;
	margin-bottom: 28px;
	max-width: max-content;
	background: #143749;
	padding: 14px 37px;
	border-radius: 12px;
	font-weight: 600;
	color: #fff;
	transition:all ease 0.4s;
}
button#submit-tee-time-button:hover, .login-button:hover{
	background:#109347;
}

section.section-fligh-placeholders {
    margin: 0px 0;
    margin-bottom: 60px;
    background: #EAEFF2;
    padding: 45px;
    border-radius: 48px;
    filter: drop-shadow(7px 14px 22px rgba(0, 0, 0, 0.04));
    padding-bottom: 20px;
}

.placeholder.selected .pick-number {
    display: none
}

div#teams img.flag-image {
    max-width: 30px
}

div#teams .team h3 {
    font-size: 18px;
    gap: 8px;
    background: #fff;
    max-width: max-content;
    padding: 10px 20px;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 25px;
    box-shadow: 0px 3px 20px -6px rgba(0, 0, 0, 0.2);
}
button#submit-tee-time-button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.4;
}
.action-buttons.reset-buttons {
    display: flex;
    gap: 15px;
}

.action-buttons.reset-buttons button {
    background: #143749;
    display: flex;
    max-height: 43px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-wrap: nowrap;
    margin: 0;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 12px;
    border: 0;
}


button#reset-flight-button {
    background: #4f1612;
}

.action-buttons.reset-buttons button:hover{
	background:#d02838 !important;
}

.team-player-list li:after {
    content: url(../img/general/plus-icon.png);
}
.WLT {
    display: flex;
    justify-content: center;
    gap: 1px;
    max-width: 100%;
    margin: auto;
}

.WLT > div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.WLT > div strong {
    background: #143749;
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
}

.WLT > div span {
    background: #f7f7f7;
    padding: 5px 5px;
    font-weight: 600;
    font-size: 16px;
}

.player-info .matches {
    display: flex;
    gap: 10px;
    text-align: left;
    margin-top: 12px;
    font-size: 20px;
    justify-content: space-between;
}

.player-info .matches p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 0;
}
.pin-images {
    display: flex;
    position: absolute;
    top: 0;
    width: calc(100% - 60px);
    flex-direction: column;
}

.pin-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.placeholder .pin-images img {
    margin: 0;
}
img.main-logo {
    margin-bottom: 30px;
}
.player-info > h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #143749;
    margin-top: 10px;
    margin-bottom: 10px;
}

button#reset-flight-button {
    display: none;
}

button#reset-tee-time-button img {
    max-width: 18px;
    display: block;
    transition: all ease 2s;
    transition-timing-function: ease;
}

button#reset-tee-time-button {
    min-width: 212px;
}

button#reset-tee-time-button:hover img {
    transform: rotate(360deg);
}
.scores {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.BHHCC {
    display: flex;
    gap: 10px;
}
.matches-content.left-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.view-draft-button{
	
}
a.view-draft-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 0;
    margin-top: 30px;
    max-width: max-content;
    margin: auto;
    background: transparent;
    /* color:#143749 !important; */
    padding: 14px 37px;
    border-radius: 12px;
    font-weight: 600;
    color: #fff;
    transition: all ease 0.4s;
    text-decoration: none;
    margin-top: 90px;
}


a.view-draft-button img {
    margin-left: 5px;
	filter: brightness(0);
}

div#teams.fix-spacing {
    margin-top: 93px;
}

.flight-extra-data {
    color: #153749;
}

.page-sidebar-content img {
   
}
div#top-action-buttons{
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 400px;
    margin-left: auto;
}
div#top-action-buttons button{
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
div#section-title h3{
    padding: 0%;
}
div#section-title {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;;
}
a.button.btn.dashboard-button {
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 100px;
    padding: 15px 40px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}