.pinnacle-all-matches {
  border-radius: 10px;
    align-items: center;
    width: 55%;
    height: 50px;
    background-color: #182f49;
    border: 5px solid white;
    color: white;
    margin-left: 13px;
    display: block;
}

.header-bookmarker {
    width: 50%;
}

.table-bookmarker {
    border: transparent;
    width: 123%;
}

.container-sport-bookmarker {
    display: flex;
    justify-content: center;
    margin-top: -33px;
}

.container-sport-bookmarker img {
    margin: 0 10px;
}

.sport-category {
    padding-bottom: 18%;
    margin-top: -36%;
    cursor: pointer;
}

#api-response {
    position: relative;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    top: 178px;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    text-align: center;
}

.grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.grayscale:hover {
    filter: grayscale(0%);
}

.radio-ticket-type {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 18px;
}

.radio-circle {
display: none;
}

.radio-ticket-type input[type="radio"] {
    display: none;
}

.radio-ticket {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#paid{
font-size: 10px;
}
#free{
    font-size: 10px;
}
.radio-circle:checked + .cus-label-rad {
    background-color: #196743;
    color: #fff;
}

.cus-label-type {
    padding: 5px 20%;
    cursor: pointer;
    width: 47.1%;
    margin: 5px;
    border: 3px solid #f50;
    background-color: #182f49;
}

.cus-label-rad {
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px;
    text-align: center;
    flex: 1 1 calc(20% - 20px); /* Adjust the width based on the number of items */
}

.cus-label-type:hover,
.cus-label-rad:hover {
    background-color: #80b1b3;
}

.full-handicap-row-div-container {
    display: flex;
    width: 104%;
}
.full-totals-row-div-container{
display: flex;
width: 104%;
}
.half-handicap-row-div-container{
    display: flex;
    width: 104%;
}
.half-totals-row-div-container {
    display: flex;
    width: 104%;
}
.money-line {
    display: flex;
    width: 104%;
}

#all-matches-config,
.all-odds-container {
    display: none;
}

.styled-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 47.1%;
    margin: 5px;
    background-color: #182f49;
    padding: 0px 7px;
    border-radius: 6px;
    border: 4px solid #182f49;
}

.see-more {
    cursor: pointer;
    text-align: center;
    font-size: 13px;
}

.styled-button:hover {
border-color: #f50;
}

.match-line {
border-radius: 4px;
background-color: #182f49;
padding: 8px 13px;
width: 100%;
display: flex;
justify-content: space-between;
margin: 5px 0;
margin-top: 10px;
border: 2px solid saddlebrown;
}

.bookmarker-btn-post {
  padding: 9px 30px;
  font-weight: 400;
  text-align: center;
  background: #196743;
  color: var(--bs-white);
  border: 4px solid;
  transition: 0.3s;
  width: 100%;
  padding-top: 11px;
  margin-top: 17px;
}

.title-group {
    text-align: center;
    font-weight: bold;
    border-radius: 2rem;
    background-color: #364a61;
    margin: 18px auto;
    width: 51%;
}
.league-style {
display: flex;
flex-direction: column;
width: 191%;
}

.first-half-style {
    text-align: center;
    font-weight: bold;
    background-color: #3d771e;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 20px;
}

.ticket-style {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
    box-sizing: border-box;
    text-align: center;
    border-radius: 9px;
    border: 3px solid #f50;
    background-color: transparent;
}

.main-odd {
    background-color: #007bAA;
}

.div-day-group {
    color: #fff;
}


@media (max-width: 480px) {
    .header-bookmarker {
        width: 100%;
    }
  .league-style {
    width: 86%;
    margin-left: -7px;
}
  .pinnacle-all-matches {
    margin-left: 5px;
    display: block;
    font-size: 15px;
}
.match-line {
    font-size: 13px; 
}
.odd-line {
font-size: 12px;
}
.value-line {
    font-size: 12px;
}
.title-group {
    font-size: 11px;
}
.see-more {
    font-size: 11px;
}
.container-sport-bookmarker img {
    width: 50px;
}
.bet365-container-sport-bookmarker img {
    width: 50px;
}
.nice-select .option {
    font-size: 10px;
}
}

@media (max-width: 991px) {
    .header-bookmarker {
        width: 100%;
    }
  .league-style {
    width: 86%;
    margin-left: -7px;
}
  .pinnacle-all-matches {
    margin-left: 5px;
    display: block;
    font-size: 15px;
}
.nice-select .option {
    font-size: 10px;
}
}

@media (max-width: 767px) {
    .ticket-style {
        margin-right: 0;
    }
}
}