@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

    :root{
        --wbox-main-radius: 20px;

        --hayyatapps-starting-amount: rgb(47, 126, 216);
        --hayyatapps-interest-earned:orange;
        --hayyatapps-contribution: rgb(139, 188, 33);

    }

    .hayyatapps-sic-main{
    margin: auto;   
    width: 98%;
    min-width: 280px;
        max-width: 600px;
    min-height: 400px;
    background-color: white;
    font-family: Karla;
    color: black!important;

    }

    .hayyatapps-sic-card{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 12px;
    border-radius: 20px;
    }

/*====================================*/

    input.hayyatapps[type=text],select.hayyatapps{
        border: 0;
        width: 100%;
        background-color: transparent;
        text-align: left;
        padding: 20px 0px 0 33px;
        color: #778187;
        outline: none;

        font-size: 18px;
        font-family:Karla ;
    }

    input.hayyatapps[type=text]::placeholder{
             font-family: Karla;
             letter-spacing: 0px;
             color: #778187;

    }


@media screen and (max-width: 600px) {



}



