.fc .fc-daygrid-day-frame {
    background: white !important;
    cursor: pointer;
}
.fc-daygrid-day-number {
    display: none;
}
#pitch_calender_wrapper{
    visibility: hidden;
}
.pitch-count-details-design{
    z-index: 21;
    left: 40px;
    top: 80px;
    position: absolute;
    background: gray;
    height: 369px;
    display: block !important;
    padding: 15px 36px;
}
.customer-name{
    font-size: 20px;
}
.teams-id {
    cursor: pointer;
}
.athlete-id-count{
    cursor: pointer;
}
.close-modal-cross {
    font-weight: bold;
    float: right;
    font-size: 32px;
    color: red;
    cursor: pointer;
}
.primary-action {
    float: right;
    color: red;
    background-color: red;
    color: black;
    padding: 7px;
    cursor: pointer;
    margin-top: 40px;
}
.pitch-count{
    width: 133px;
    background: white;
    border: 2px solid black;
    padding: 20px;
    text-align: center;
}
.team-name{
    background: white;
    border: 2px solid black;
    padding: 20px;
    text-align: center;
}
.team-info {
    display: inline-block;
    width: 40%;
}
.content {
    margin-top: 40px;
}
.label{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.pitch-info {
    display: inline-block;
    margin-left: 100px;
}
.pitch-count {
    width: 158px;
    background: white;
    border: 2px solid black;
    padding: 15px;
    text-align: center;
}
.discription {
    margin-top: 50px;
}
.admin__field-label {
    cursor: pointer;
}
.fc-button-primary{
    cursor: pointer;
}