
.link-html {
    min-height: 100%;
}

.link-body {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100%;
}

.link-content {
    padding-top: 1rem;
}

.link-image {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    /*margin-bottom: 1rem;*/
}

.link-verified {
    color: #3897F0;
}

.link-btn {
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    padding: 1rem 4.5rem;
    font-size: 1.1rem;
    box-shadow: 0 0 20px #00000010;
    border: 0;
    transition: opacity 0.3s, background 0.3s;
    border-radius: 0;
}

    .link-btn:hover {
        animation: none;
    }

.link-btn-round {
    border-radius: 50px;
}

.link-btn-rounded {
    border-radius: .3rem;
}

.link-btn-image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 45px;
    max-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -4.1rem;
}

.link-grid-image-wrapper {
    position: relative;
    height: 10rem;
    width: 100%;
    background: var(--primary-100);
    border-radius: .25rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
    .link-grid-image-wrapper {
        height: 20rem;
    }
}


.link-grid-image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background: rgba(0, 0, 0, .25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25rem 1rem;
}

.link-grid-image-overlay-text {
    color: white;
    font-size: 1.1rem;
}

.link-btn-image {
    width: 100%;
    height: auto;
}

.link-iframe-round {
    border-radius: .3rem;
    overflow: hidden;
    position: relative;
}

.tiktok-embed {
    border-radius: .3rem !important;
}

.link-footer {
    margin: 3rem 0;
    font-size: .9rem;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Background presets */
.link-body-background-one {
    background-image: linear-gradient(111.7deg, #a529b9 19.9%, #50b1e1 95%);
}

.link-body-background-two {
    background-image: linear-gradient(109.6deg, #ffb418 11.2%, #f73131 91.1%);
}

.link-body-background-three {
    background-image: linear-gradient(135deg, #79F1A4 10%, #0E5CAD 100%);
}

.link-body-background-four {
    background-image: linear-gradient(to bottom, #ff758c, #ff7eb3);
}

.link-body-background-five {
    background-image: linear-gradient(292.2deg, #3355ff 33.7%, #0088ff 93.7%);
}

.link-body-background-six {
    background: linear-gradient(to bottom, #fc5c7d, #6a82fb);
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.borderRadius-None {
    border-radius: 0 !important;
}
/*
@media only screen and (max-width: 1100px) {
    .btnProjectLink {
        min-width: 550px !important;
    }
}

@media only screen and (max-width: 700px) {
    .btnProjectLink {
        min-width: 300px !important;
    }
}*/

.btnSpinSpin {
    position: absolute;
    bottom: -5rem;    
    min-height: 10%;
    min-width: 45% !important;
    border-radius: 5rem;
    font-size: 2rem;
    font-weight: 700;
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;    */
    padding: 1%;
}


.btnSpinBackColour {
    animation: startBtnAnimation 2s infinite both;
    background-image: conic-gradient(from 1turn, rgb(121 236 25), rgb(52 228 0));
    border: 0.2rem solid #00ff00;
}


.btnNoSpin {
    position: absolute;
    bottom: 6rem;
    min-height: 10%;
    min-width: 45%;
    border-radius: 5rem;
    font-size: 3rem;
    font-weight: 700;
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
    padding: 1%;
}

.btnNoSpinMobile {
    position: absolute;
    bottom: 5rem;
    min-height: 10%;
    min-width: 45%;
    border-radius: 5rem;
    font-size: 2rem;
    font-weight: 700;
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
    padding: 1%;
}

.btnWithSpin {
    position: absolute;
    bottom: -6rem;
    min-height: 10%;
    min-width: 45%;
    border-radius: 5rem;
    font-size: 3rem;
    font-weight: 700;
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
    padding: 1%;
}

.btnWithSpinMobile {
    position: absolute;
    bottom: -5rem;
    min-height: 10%;
    min-width: 45%;
    border-radius: 5rem;
    font-size: 2rem;
    font-weight: 700;
    /*box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;*/
    padding: 1%;
}


.BtnSpinFreeze {
    /*bottom: -5rem !important;*/
    animation: none !important;
    pointer-events: none !important;
}


@keyframes startBtnAnimation {
    0% {
        transform: scale(1) translate(0, 30%);
    }

    50% {
        transform: scale(0.9) translate(0, 50%);
    }

    100% {
        transform: scale(1) translate(0, 30%);
    }
}

.bgConf {
    background-repeat: no-repeat;
    background-size: contain; /* !!! */
    background-position: center center;
}

/*#region form */

#passwordValidHelper, #confirmPasswordHelper, #userNameHelper {
    padding: 0px 5%;
    margin-bottom: 1%;
}

/*#endregion */
/* #region claim modal */
#prizeBg {
    width: 100%;
    margin-bottom: 5%;
}

#prizeDeco {
    width: 90%;
    position: absolute;
    left: 5%;
    top: -57%;
    animation: prizeDecoAnimation 2s infinite both;
}

#prizeIcon {
    width: 45%;
    transform: translate(-50%, -40%);
    position: absolute;
    top: 0;
    left: 50%;
}

#btnClaim {
    min-width: 10rem;
    min-height: 3rem;
    font-size: 1.5rem;
    font-weight: bolder;
    background-image: conic-gradient(from 1turn, rgb(255 194 0), rgb(246 166 12));
    border-radius: 5rem;
    border: 0.2rem solid #f6a60c;
    padding: 1%;
    margin-bottom: 1rem;
}

@keyframes prizeDecoAnimation {
    0% {
        top: -57%;
    }

    50% {
        top: -58%;
    }

    100% {
        top: -57%;
    }
}

/* #endregion */

/* #region sign up modal */

#signup_RefCode {
    margin-left: 8%;
    margin-right: 9%;
}

.btnCloseModal {
    position: absolute;
    top: 1.5%;
    right: 1.5%;
    z-index: 2;
}

.modal-header > p {
    font-size: 1rem !important;
}

.select2-dropdown {
    /*width: 37vmax !important;*/
    background-color: black;
    color: white;
    border-color: #28a745;
}

.select2-search__field {
    background-color: black;
    color: white;
    border-color: #28a745 !important;
}

li.select2-results__option[aria-selected=true] { 
    background-color: #28a745 !important;
}

li.select2-results__option--highlighted {
    background-color: #50C878 !important;
}

.flexContent {
    height: 70vh;
    flex-flow: row wrap !important;
    background-color: #202327 !important;
}

#modalSignUpPic {
    /*background-image: url('/FileLibrary/SegImg_1/sign up modal pic.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#formSignUp {
    height: 100%;
}

#signup_UserAck:checked {
    background-color: #3bc117;
    border-color: #3bc117;
}

#signup_Title {
    padding: 1rem;
}

#btnSignUp {
    margin-top: 3%;
    background-color: rgba(88, 175, 16, 0.7);
    /*background-image: conic-gradient(from 1turn, rgb(88, 175, 16), rgb(29, 128, 58));*/
    color: white;
}

@media screen and (max-width: 576px) {

    .modal-lg {
        margin: 0 !important;
    }

    .flexContent {
        height: 97dvh !important;
        width: 99% !important;
        flex-flow: column nowrap !important;
        background-color: #1f2428 !important;
        font-size: 75%;
    }

    #modalSignUpPic {
        background-image: url('/FileLibrary/SegImg_1/sign up modal pic mobile.png');
        height: 30% !important;
        background-position: center center !important;
        background-size: cover !important;
    }

    .modal-header {
        padding-bottom: 0 !important;
    }

        .modal-header > p {
            font-size: 0.85rem !important;
        }

    #signup_Title {
        padding: 0;
    }

    #formSignUp {
        /*height: 90%;*/
    }
}

@media (-webkit-device-pixel-ratio: 1.25) {
    #flexTest {
        zoom: 0.8;
    }

    .flexContent {
        height: 80vh;
    }
}

@media (-webkit-device-pixel-ratio: 1.5) {
    #flexTest {
        zoom: 0.7;
    }

    .flexContent {
        height: 90vh;
    }
}


/* #endregion */
