
    .custom-select {
        position: relative;
        display: inline-block;
    }

    .search-recommendations {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        border: 1px solid #ccc;
        border-top: none;
        display: none;
        background-color: #fff;
    }

    .search-recommendations li {
        padding: 8px;
        cursor: pointer;
    }

    .search-recommendations li:hover {
        background-color: #f4f4f4;
    }
    .ribbon {
       position: absolute;
       right: -5px; top: -5px;
       z-index: 1;
       overflow: hidden;
       width: 75px; height: 75px; 
       text-align: right;
    }
    .ribbon span {
       font-size: 10px;
       color: #fff; 
       text-transform: uppercase; 
       text-align: center;
       font-weight: bold; line-height: 20px;
       transform: rotate(45deg);
       -webkit-transform: rotate(45deg); /* Needed for Safari */
       width: 100px; display: block;
       background: #79A70A;
       background: linear-gradient(#9BC90D 0%, #79A70A 100%);
       box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
       position: absolute;
       top: 19px; right: -21px;
    }
    .ribbon span::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid #9BC90D;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #9BC90D;
    }
    .ribbon span::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: -1;
        border-left: 3px solid transparent;
        border-right: 3px solid #9BC90D;
        border-bottom: 3px solid transparent;
        border-top: 3px solid #9BC90D;
    }
    .bottom-6 {
        bottom: 3rem!important;
    }
    .absolute {
        position: absolute!important;
    }
    .txtdot{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size:0.9em;
        color:orange;
    }
    div .card-subtitle{
        font-size:0.875em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        
        color:var(--warna_4);
    }
    .animate-shimmer {
    animation: shimmer 1.75s linear infinite
    }
    
    @keyframes spin {
        to {
            transform: rotate(1turn)
        }
    }
    
    .animate-spin {
        animation: spin 1s linear infinite
    }
    .search-item {
            width: 30%;
    }
    .no-data-game{
            width: 30%;
        }
    @media (max-width: 768px){
        .search-item {
            margin:5px 0;
            width: 100%;
        }
        .no-data-game{
            width: 50%;
        }
        
    }
    .divider {
      display: flex;
      align-items: center;
    }
    
    .divider::before, .divider::after {
      flex: 1;
      content: '';
      padding: 1px;
      background-color: var(--warna_2);
      margin: 5px;
    }
    .tabcontent{
        display:none;
    }
    .auto-type{
        color:var(--warna_4);
    }