.casino-card {
    height: 178px;
    width: 90%;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
}

.casino-card-main-cont {
    margin-bottom: 35px;
    width: 100%;
}

.casino-card-heading {
    font-size: 36px;
    font-weight: 700;
    color: #24500A;
    margin-bottom: 15px;
    padding: 0px 25px;
}

.casino-card-cont {
    background: #24500A;
    color: #FFFFFF;
    width: fit-content;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.ccc-para {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

/* Seclect games section css start here */
.select-game-card-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 274px;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 500;
    background: #27480A;
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
}

.pcc-image-cont {
    width: 100%;
    height: 100%;
}

.pcc-image-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select-game-card-cont-active {
    background: #FFB900;
    color: #000000;
    border-left: 3px solid #000000;
}

.select-game-search-cont {
    position: relative;
    width: fit-content;
    height: fit-content;
    margin-bottom: 40px;
    width: 100%;
    padding: 0px 15px;
}

.select-game-search-cont input {
    border: none;
    outline: none;
    background: #27480A;
    border-radius: 5px;
    width: 100%;
    height: 54px;
    padding-left: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 10px 0px 60px;
}

.select-game-search-cont input::placeholder {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.select-game-search-cont img {
    position: absolute;
    left: 25px;
    top: 11px;
}

.casino-card {
    margin-bottom: 30px;
}

.cmcs {
    margin-bottom: 30px;
}