
.title {
    background-color: #d71515;
    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: #131723;
                            }


    .button {
        color: #ffffff !important;
        background-color: #06a301;
        font-weight: 500;
        font-size: 1.5em;
        background-image: none;
        margin: 0px auto;
        padding: 6px 80px;
        border-radius: 30px;
        text-decoration: none;
    }

    .button:hover {
        background-color: #057202;
    }

    .margin {
        margin: 10px 0px;
    }

    .backAudio {
        background: rgb(164 148 247 / 50%);
        border-radius: 15px;
    }

    .raduis {
        border-radius: 10px !important;

    }
    .btnchekout {
        background-color: #0b64ff;
        color:white !important;
        width: 200px;
        height: 45px;
        font-size: large;
        font-weight: bold;
        border-radius: 50px;
        border: none;
        color:rgb(0, 0, 0);
    }

    .btnchekout:hover {
        background-color: #004fd8;
        color:rgb(255, 255, 255);
    }
    .btn-footer {
        color: #ffffff !important;
        background-color: #d70000;
        font-weight: 500;
        font-size: 1.5em;
        background-image: none;
        margin: 0px auto;
        padding: 5px 40px 5px 40px;
        border-radius: 15px;
        text-decoration: none;
    }

    #checkmark {
        display: none;
    }


    .checkmark__circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 2;
        stroke-miterlimit: 10;
        stroke: #1bff1c;
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
    }

    .checkmark {
        align-items: center;
        margin: auto;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: block;
        stroke-width: 2;
        stroke: #fff;
        stroke-miterlimit: 10;
        box-shadow: inset 0px 0px 0px #1bff1c;
        animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
    }

    .checkmark__check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
    }

    @keyframes stroke {
        100% {
            stroke-dashoffset: 0
        }
    }

    @keyframes scale {

        0%,
        100% {
            transform: none
        }

        50% {
            transform: scale3d(1.1, 1.1, 1)
        }
    }

    @keyframes fill {
        100% {
            box-shadow: inset 0px 0px 0px 30px #1bff1c
        }
    }

    .markde {
        margin-top: 5px;
        color: white;
        font-weight: bold;
        color: #fde542;
    }
    .display-5, .display-6{
        font-weight: 400;
            }


    /* .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;
    }
     */