*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0px;
}

html
{
    font-size: 16px;
    height: 100%;
}

/* 150% Zoom */
@media screen and (max-width: 1280px)
{
    html
    {
        font-size: 14px;
    }
}

body
{
    height: 100%;
    overflow-x: hidden;
}

.cursor-pointer
{
    cursor: pointer;
}

input[type="text"]::placeholder
{
    opacity: 0.5;
}

input[type="tel"]::placeholder
{
    opacity: 0.5;
}

input[type="email"]::placeholder
{
    opacity: 0.5;
}

input[type="number"]::placeholder
{
    opacity: 0.5;
}

input[type="password"]::placeholder
{
    opacity: 0.5;
}

textarea::placeholder
{
    opacity: 0.5 !important;
}

option:disabled
{
    background-color: #dee2e6;
}

table td
{
    background-color: transparent !important;
}
