.title {
    background-color: #26baac;
    border-radius: 50px;
    width: 70%;
    margin: auto;
    color: white;
}
.zoom-in-out-box {
    animation: zoom-in-zoom-out 1s ease infinite;
}
.footer {
    color:white;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.10, 1.10);
    }

    100% {
        transform: scale(1, 1);
    }
}

#suggestions {
                                    padding: 0rem 1rem;
                                    max-height: 220px;
                                    overflow-y: auto;
                                    scrollbar-gutter: stable;
                                    /*font-size: 11px;*/
                                    background-color: white;
                                    z-index: 100;
                                    /* position: absolute; */
                                    border-radius: 20px !important;

                                }

                                .search {
                                    font-weight: bold;
                                    color: black;

                                }

                                .search:hover {
                                    background-color: #9bffbf;
                                    color: white;
                                }

                                #searchnull {
                                    user-select: none;
                                }

                            .footer a {
                                color: rgb(255, 255, 255);
                                font-weight: 700;
                                font-size: 1rem;
                                text-decoration: none;
                            }
                            .backfooter{
                                background-color: #26baac;
                            }
                            body {
        font-family: Cairo, sans-serif !important;
    }

    .buttonDiv {
        /* pointer-events: none; */
    }

    .button {
        color: #ffffff !important;
        background-color: #26baac;
        font-weight: 500;
        font-size: 1.5em;
        background-image: none;
        margin: 0px auto;
        padding: 0 82px 0 81px;
        border-radius: 30px;
        text-decoration: none;
    }

    .button:hover {
        background-color: #52dbdd;
    }

    .margin {
        margin: 10px 0px;
    }

    .backAudio {
        background-color: #b9faf9;
        border-radius: 30px;
    }

    .raduis {
        border-radius: 10px !important;

    }
    .btnchekout {
        background-color: #26baac;
        width: 100%;
        font-size: large;
        font-weight: bold;
        border-radius: 50px;
        border: none;
        color:white;
    }

    .btnchekout:hover {
        background-color: #b9faf9;
        color:black;
    }

    .select2-selection__rendered {
        border-radius: 50px !important;
    }
    .audio-container {
        border: 1px solid #ccc;
        padding: 10px;
        background-color: #f5f5f5;
        width: 300px;
        margin: 0 auto;
        text-align: center;
    }

    /* Style the audio controls */
    audio::-webkit-media-controls-panel {
        background-color: #26baac;
        color: #fff;
        border-radius: 5px;
        padding: 10px;
    }

    audio::-webkit-media-controls-play-button,
    audio::-webkit-media-controls-pause-button {
        background-color: #ff5733;
        border-radius: 50%;
        padding: 5px;
        margin: 0 5px;
    }

    audio::-webkit-media-controls-play-button {
        background-color: #b5f4f3;
    }
    