html {
    scroll-behavior: smooth;
}

.wa-link-icon {
    position: relative;
    top: 7px;
}

.wa-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    z-index: 9999;
}

.wa-link:active,
.wa-link:hover,
.wa-link:focus {
    color: #FFF;
}

.wa-link-notification {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
}


/* Width 67 and 33 */
.w-33 {
    width: 33%!important;
}

.w-67 {
    width: 67%!important;
}

.page-card-locked {
    opacity: 0.6;
}

.card-top-right-tag {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-info {
    display: inline-block;
    text-align: center;
    border-width: .0625rem;
    box-shadow: none;
}
