body {
    margin: 0px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

a {
    text-decoration: none !important;
}

#leaderboard {
    touch-action: manipulation;
}

.scoreBox {
    text-align: center !important;
}

.signupSpan, .signupDash { display: inline-block; width:100%;}
.signupSelf { font-weight: bold; }
.signupWaitlist { color: #6c757d; }
.signup-status-note {
    display: inline-block;
    margin-left: 0.35rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6c757d;
}
.signup-cap-badge {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 999px;
    background-color: #f8f9fa;
    color: #212529;
    font-size: 0.95rem;
    line-height: 1.2;
}
.role-badge {
    display: inline-block;
    margin-left: 0.45rem;
    padding: 0.2rem 0.45rem;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
}
.role-badge-disabled {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #495057;
}
.role-badge-minoradmin {
    background-color: #fff3cd;
    border-color: #f1d58a;
    color: #7a5b00;
}
.role-badge-admin {
    background-color: #d1e7dd;
    border-color: #9fc7b2;
    color: #0f5132;
}
.role-badge-superadmin {
    background-color: #f8d7da;
    border-color: #e5aeb5;
    color: #842029;
}

.card-header {
    background-color: #d1e7dd !important;
}

.modal-backdrop {
    z-index: 1020;
}

.birdie {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 1px solid #666;
    color: red !important;
    text-align: center;
}

.bogey {
    border-radius: 0%;
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 1px solid gray;
    color: black;
    text-align: center;
}

.doublebogey {
    border-radius: 0%;
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 4px double gray;
    color: black;
    text-align: center;
}

.eagle {
    border-radius: 50%;
    
    width: 12px;
    height: 12px;
    padding: 2px;

    background: #fff;
    border: 4px #666 double;
    color: green;
    text-align: center;
}

.cut {
    background-color:green !important;
}

.btn-pink, .reversecut {
    background-color:pink !important;
}


@media only screen 
    and (device-width: 390px) 
    and (device-height: 844px) 
    and (-webkit-device-pixel-ratio: 3) 
    {
        .card-title, .card-header { font-size:1.5rem; } 
        .card-signup-body { font-size: 1.2rem; } 

        .birdie {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 2px;
        
            background: #fff;
            border: 1px solid #666;
            color: red;
            text-align: center;
        }

        .scorecardInput {
            width:2em !important;
        }

        .teeName {
            width:150px !important;  
        }       
        
        .teeSelect {
            width:150px !important;
        }

        input[type=tel], input[type=num] {
            width:3em !important;
            color: black;
            text-align: center;
        }

        .scorecardTable th:first-child,
        .scorecardTable td:first-child {
          position: sticky;
          left: 0;
          background-color: white;
          color: black;

        }
        
        .headerTD {
            text-align: center;
        } 
  }

  @media only screen and (max-device-width: 480px) 
    {
        .card-title, .card-header { font-size:1.5rem; } 
        .card-signup-body { font-size: 1.2rem; } 

        .birdie {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 2px;
        
            background: #fff;
            border: 1px solid #666;
            color: red;
            text-align: center;
        }

        .scorecardInput {
            width:2em !important;
        }

        .teeName {
            width:150px !important;  
        }       
        
        .teeSelect {
            width:150px !important;
        }      

        input[type=tel], input[type=num] {
            width:3em !important;
            color: black;
            text-align: center;
        }

        .scorecardTable th:first-child,
        .scorecardTable td:first-child {
          position: sticky;
          left: 0;
          background-color: white;
          color: black;
        }

        .headerTD {
            text-align: center;
        } 
  }

  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .card-title, .card-header { font-size:1.5rem; } 
        .card-signup-body { font-size: 1.2rem; } 

        .birdie {
            border-radius: 50%;
            width: 12px;
            height: 12px;
            padding: 2px;
        
            background: #fff;
            border: 1px solid #666;
            color: red;
            text-align: center;
        }

        .scorecardInput {
            width:2em !important;
        }

        .teeName {
            width:150px !important;  
        }       
        
        .teeSelect {
            width:150px !important;
        }      

        input[type=tel], input[type=num] {
            width:3em !important;
            color: black;
            text-align: center;
        }

        .scorecardTable th:first-child,
        .scorecardTable td:first-child {
          position: sticky;
          left: 0;
          background-color: white;
          color: black;

        }

        .headerTD {
            text-align: center;
        }       
  }  
