.gwd-odds-box {
    width: 240px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9999;
    transform: translate(100%, -50%);
    transition: transform .5s ease;
    color: #fff;
    font-size: 13px;
    border-radius: 6px 0 0 6px;
    background: rgb(11 22 41 / 51%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.gwd_player-wrapper{
    overflow: hidden;
}
.gwd-odds-box {
    opacity: 1;
}

.gwd-odds-box.gwd-open-boxodd {
    animation: gwdFadeIn 1s ease;
}

@keyframes gwdFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.gwd-odds-box:not(.gwd-open-boxodd) .gwd-action-toggle {
    transform: rotateZ(180deg) translateY(-50%);
    left: -20px;
    z-index: 99999;
    background: #0e851873;
    width: 20px;
    top: 50%;
    border-radius: 0px 6px 6px 0;
    height: 40px;
}
.gwd-odds-box.gwd-open-boxodd{
    transition: all .5s;
    transform: translate(0%, -50%);
    .gwd-action-toggle{
        left:unset;
        transform:unset;
    }
}

.gwd-odds-box:not(.gwd-open-boxodd) .gwd-action-toggle{
    animation: gwdRipple 2s linear infinite;
}

@keyframes gwdRipple {
    0% {
        box-shadow:
            0 0 0 0 rgba(255, 221, 0, .45),
            0 0 0 0 rgba(255, 221, 0, .25);
    }

    25% {
        box-shadow:
            0 0 0 4px rgba(255, 221, 0, .28),
            0 0 8px 2px rgba(255, 221, 0, .18);
    }

    50% {
        box-shadow:
            0 0 0 8px rgba(255, 221, 0, .16),
            0 0 16px 6px rgba(255, 221, 0, .12);
    }

    75% {
        box-shadow:
            0 0 0 12px rgba(255, 221, 0, .08),
            0 0 24px 10px rgba(255, 221, 0, .06);
    }

    100% {
        box-shadow:
            0 0 0 16px rgba(255, 221, 0, 0),
            0 0 32px 14px rgba(255, 221, 0, 0);
    }
}

.gwd-action-toggle{
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    cursor: pointer;
}
.gwd-odds-top ins img{
    height: 24px;
    width: auto ;
    border-radius: unset;
}
body .aml_dk-flex-container > div{
    border:unset !important;
}
.gwd-odds-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  margin-bottom: 3px;
}

.gwd-odds-logo {
  height: 28px;
  max-width: 120px;
  object-fit: contain;
}

.gwd-odds-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.gwd-stat-icon{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 20px;
}
.gwd-odds-toggle--left {
  left: 10px;
}

.gwd-odds-toggle--right {
  right: 10px;
}

.gwd-odds-middle {
    display: grid;
    grid-template-columns: 30px repeat(3, 1fr);
    font-size: 11px;
    gap: 2px;
    padding-right: 5px;
    padding-left: 5px;
}
.gwd-odds-cell{
    margin-bottom: 2px;
    
}
.gwd-odds-bottom{
    width: 70%;
    margin: auto;
    margin-top: 3px;
}
.gwd-odds-cell {
  min-height: 18px;
  display: flex;
  align-items: center;
    justify-content: space-between;
  gap: 4px;
}
.gwd-odds-cell[data-odd-cell="HDP.Odd"],
.gwd-odds-cell[data-odd-cell="TX.Odd"] {
  justify-content: center;
  color: #facc15;
}
.gwd-odds-cell{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.gwd-odds-cell:not(.gwd-odds-label){
    border-radius: 30px;
    background: #0b1220;
    padding:3px 10px;
    min-height: unset;;
}
.gwd-odds-cell:nth-child(4n) {
  border-right: 0;
}

.gwd-odds-label {
  font-weight: 700;
  color: #facc15;
}

.gwd-odd-up {
  color: #22c55e;
}

.gwd-odd-down {
  color: #ef4444;
}

.gwd-odd-icon {
  font-size: 8px;
}

.gwd-odds-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.gwd-stat-item {
  display: grid;
  grid-template-columns: 1fr 10px 1fr;
  align-items: center;
  padding: 6px 10px;
  text-align: center;
  position: relative;
  font-size: 11px;
}
.gwd-stat-item:nth-child(2):after {
    content: '';
    width: 1px;
    height: 10px;
    background: #bdbdbd;
    position: absolute;
    right: 0;
    opacity: .8;
}
.gwd-stat-item:nth-child(2)::before {
    content: '';
    width: 1px;
    height: 10px;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    opacity: .8;
}
.gwd-stat-item:last-child {
  border-right: 0;
}

.gwd-stat-icon {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
    body .aml_dk-flex-container > div{
        width: 24px !important;
        height: 24px !important;
    }
    .gwd-odds-top ins img{
        height: 18px;
        width: auto;
        border-radius: unset;
    }
    .chose_odd_stream img{
        max-width: 80px;
    }
    .gwd-odds-box {
        width: 160px;
    } 
    .gwd-odds-middle{
        font-size: 8px;
    }
    .gwd-action-toggle{
        width: 30px;
    }
    .gwd-odds-top{
        padding:4px;
    }
    .gwd-odds-cell:not(.gwd-odds-label){
        border-radius: 4px;
    }
    .gwd-stat-item{
        font-size: 8px;
        padding: 6px 3px;
    }
    .gwd-odds-cell{
        min-height: unset;
    }
    .gwd-odds-top{
        margin-bottom: 5px;
    }
}