
body,
html {
    overflow: auto;
    margin: 0;
    padding: 0;
    background: transparent !important;
}

body {
    font-family: 'Roboto', sans-serif;
    background: transparent !important;
}

/* Tüm container elemanları transparan */
#content {
    background: transparent !important;
}

/* Grid ve layout elemanları transparan */
div:not([style*="backgroundColor"]):not([style*="background-color"]) {
    background: transparent;
}

input::-ms-clear {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

    ::-webkit-scrollbar:active {
        width: 8px;
        height: 8px;
    }

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #969696;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #666666;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #666666;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}
