* {

    outline: none;

}

html,
body,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #008CFF;
}

a:hover,
a:active,
a:focus {
    transition: all ease-in-out 0.3s;
    color: #0393D2;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #000000;
}

.form-control:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #008CFF;
    outline: 0;
    box-shadow: none;
}