 .aew {
        margin-top: 50px;
    }

    .sasc {
        border: 1px solid;
        border-radius: 12px 14px 15px 22px;
        margin: 16px 8px 24px 16px;
        padding: 22px 36px 19px 28px;
        box-shadow: 10px 10px 5px lightblue;
    }

    /* Pop-up form styling */
    #popupForm {
        display: none;
        position: fixed;
        top: 57%;
        left: 50%;
        transform: translate(-32%, -56%);
        background-color: white;
        padding: 21px 8px 0px;
        border: 2px solid #333;
        z-index: 1000;
        width: 800px;
    }

    .peq {
        margin-top: 95px;
    }
    .kpn1{
        width: 100%;
    }

    .ins {
        width: 100% !important;
        margin-bottom: 10px !important;
        border: 2px solid #ddd;
        border-radius: 6px;
        font-size: 15px !important;
        transition: border-color 0.3s ease;
        padding: 7px 9px 10px !important;
    }

    #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 500;
    }

    .terx {
        text-align: center;
    }


    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        #popupForm {
            display: none;
            position: fixed;
            top: 57%;
            left: 50%;
            transform: translate(-47%, -56%);
            background-color: white;
            padding: 1px 8px 0px;
            border: 2px solid #333;
            z-index: 1000;
            width: 665px;
        }

        .peq {
            margin-top: 95px;
            width: 100%;
        }

        .sasc {
            border: 1px solid;
            border-radius: 12px 14px 15px 22px;
            margin: 17px 8px 24px 16px;
            padding: 19px 30px 9px 28px;
            box-shadow: 10px 10px 5px lightblue;
            width: 300px;
        }

        .aew {
            margin-top: 74px;
        }

        .ins {
            width: 100% !important;
            margin-bottom: 9px !important;
            border: 2px solid #ddd;
            border-radius: 6px;
            font-size: 15px !important;
            transition: border-color 0.3s ease;
            padding: 7px 9px 6px !important;
        }

    }

    @media only screen and (min-width: 320px) and (max-width: 767px) {


        #player {
            height: 250px;
            /* Set the desired height */
            width: 100%;
            /* Keep the width responsive */
        }

        .aew {
            margin-top: 0px !important;
        }

        #popupForm {
            display: none;
            position: fixed;
            top: 57%;
            left: 50%;
            transform: translate(-54%, -58%);
            background-color: white;
            padding: 21px;
            border: 2px solid #333;
            z-index: 1000;
            width: 301px;
            height: 500px;
            margin: 49px 8px 14px;
        }

        .ins {
            width: 100% !important;
            padding: 8px !important;
            margin-bottom: 8px !important;
            border: 2px solid #ddd !important;
            border-radius: 6px !important;
            font-size: 11px !important;
            transition: border-color 0.3s ease;
        }

        .sasc {
            width: 250px;
            border: 0px !important;
            border-radius: 0px !important;
            margin: 0px !important;
            padding: 0px !important;
            box-shadow: 0px 0px 0px !important;
        }

        .dte {
            display: none;
        }
    }