@import "https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap";

.yt-servicelink {
    display: none !important
}

.mm-collapse {
    background-color: #1c055e !important
}

.oswald {
    font-family: 'Oswald', sans-serif;
    font-size: 22px
}

.cursor {
    cursor: pointer
}

.alert img {
    max-height: 20px
}

.table {
    background-color: #fff
}

.shadow2 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.shadow3 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.border-primary {
    border-top: #0a66c2 3px solid
}

.bg-bluex {
    background-color: #0a66c2
}

.font-weight-900 {
    font-weight: bold;
}

.card-title {
    font-size: 20px;
}

.border-top3 {
    border: #ccc 1px solid;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
