.custom-font-md {
    font-family: DrukWideMedium;
}

.grid {
    border: 2px solid rgba(149, 165, 166, 0.5);
}

.grid-col div {
    aspect-ratio: 1/1;
}

div.c {
    border: none;
}

div.g {
    background: linear-gradient(45deg,#0000 33%,rgba(255,255,255,0.3) 50%,#0000 66%)
    #FFBB00;
    background-size: 300% 100%;
    animation: shine 2s infinite;
}

@keyframes shine {
    0% {
      background-position: right;    
    }
}

.floating-box {
    position: fixed;
    z-index: 90;
    bottom: 10px;
    left: 10px;
    background-color: white;
    padding: 10px;
    border: 1px solid gray;
    box-shadow: 4px 4px 5px #888888;
}

.floating-zoom {
    position: fixed;
    z-index: 90;
    bottom: 10px;
    right: 10px;
    background-color: white;
    padding: 10px;
    border: 1px solid gray;
    box-shadow: 4px 4px 5px #888888;
}

.zoom-btn {
    width: 32px;
    height: 32px;
}

#payment-error {
    color: #e74c3c;
    margin-top: 10px;
}

.zoom-button {
    cursor: pointer;
}

.hand {
    cursor: pointer !important;
}

div.l {
    cursor: no-drop;
}

div.nl {
    cursor: copy;
}

.color-square {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 10px
}

.social-btn {
    font-size: 2em; 
    width: 70px;
    margin-right: 10px;
}

.twitch-btn {
    background-color: #6441a5 !important;
    border-color: #6441a5 !important;
}

.youtube-btn {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
}

.tiktok-btn {
    background-color: #000000 !important;
    border-color: #b2bec3 !important;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.squared {
    margin: 20px auto 20px auto;
    max-width: 50%;
    border-radius: 5px;
    border: 2px solid rgba(149, 165, 166, 0.5);
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .squared {
        max-width: 80%;
    }
    .hidden-mobile {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-desktop {
        display: none !important;
    }
}