/* ----------------------------------------- Reset CSS ----------------------------------------- */
:focus {
    outline: none;
}
img {
    max-width: 100%;
}
.form-control:focus {
    box-shadow: none;
}
ul {
    padding: 0;
}
figure, blockquote, ul {
    margin-bottom: 0;
}
table, th, td {
    vertical-align: middle;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background-color: var(--text-light);
}
::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: rgba(0, 0, 0, .2);
}