﻿
::-webkit-scrollbar-track {
    background: #f5f5f5;
}


    ::-webkit-scrollbar {
        width: 12px;
        /* height: 12px; */
        background-color: transparent;
    }

    ::-webkit-scrollbar-thumb {
        border: 2px solid transparent;
        box-shadow: inset 0 0 0 12px rgb(0 0 0 / 37%);
        border-radius: 12px;

    }
form input[type=submit] {
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}



a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    font-weight:normal;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }