body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;

    @media (min-width: 992px) {
        font-size: 16px;
    }
}

a {
    text-decoration: none;
}

.qr-sample {
    width: 350px;
}

.alert-success {
    color: #1d6f4a;
    background-image: linear-gradient(to right bottom, #e6ffe0, #daffd0, #cdffc1, #c0ffb0, #b3ffa0);
}

.navbar .nav-item {
    margin: 0 2px;
    font-size: 15px;

    &:hover {
        background-color: #006bff;
    }
}


/* From Uiverse.io by Prince4fff */
.item p {
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

.item h2.header {
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-size: 32px;
}

.item p.small {
    font-size: 17px;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #0061a6;
    border-radius: 0 4px 0 32px;
}


.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
}


.item {
    display: block;
    position: relative;
    background-color: #f3f9ff;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    min-height: 180px;
}

.item:nth-of-type(2) {
    background-color: #f9f2f8;

}

.item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #0061a6;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.item:hover:before {
    transform: scale(32);
}

.item:nth-child(2) {
    background-color: #f2f8f9;
}

.item:hover p, .item:hover h2 {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 1);
}

.item__1 .go-corner {
    background-color: #c40202;
}

.item__1 {
    background-color: #fff3f4;

}

.item__1:before {
    background: #c40202;

}
