a:hover {
    text-decoration: none;
}

.link-hover-color:hover {
    color: #1976D2 !important;
}

.bdb-1 {
    border: 1px solid dodgerblue !important;
}

.bdo-1 {
    border: 1px solid orange !important;
}

.bdr-1 {
    border: 1px solid red !important;
}

.bdg-1 {
    border: 1px solid silver !important;
}

.bdlg-1 {
    border: 1px solid #CFD8DC !important;
}

.cursor-pointer:hover {
    cursor: pointer !important;
}

.bdg-right-1 {
    border-right: 1px solid #BDBDBD !important;
}

.mr-10 {
    margin-right: 100px;
}

.text-none {
    text-transform: none;
}

button:focus {
    outline: 0;
}

body {
    background-color: #303030;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
    {
    opacity: 0;
}
