/*

Theme Name: Garda

Text Domain: garda

*/

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    text-decoration: none;

    /* -ms-overflow-style: none;

    scrollbar-width: none; */

}



/* *::-webkit-scrollbar {

    display: none;

} */



body {

    /* -ms-overflow-style: none;

    /* for Internet Explorer, Edge */

    /* scrollbar-width: none; */

    /* for Firefox */

    /* overflow-y: scroll; */ 

    background-color: white;

}



.fix-overlay {

    position: fixed;

    z-index: 10000;

}



.grecaptcha-badge {

    opacity: 0;

}



