.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: 2rem;
}

.link-image {
    width: 125px;
    height: 125px;
    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: .3rem;
}

.link-btn-rounded {
    border-radius: 50px;
}

.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-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;
}

/* Background presets */
/*.link-body-background-one {
    background-image: linear-gradient(111.7deg, #a529b9 19.9%, #50b1e1 95%);
}*/

.link-body-background-one {
    background-image: url('https://test.passlink.pro/uploads/backgrounds/bg.jpg');
    background-size: cover; /* Робить фон таким, щоб він заповнював весь елемент */
    background-position: center; /* Центрує зображення */
}

/*.link-body-background-two {
    background-image: linear-gradient(109.6deg, #ffb418 11.2%, #f73131 91.1%);
}*/

.link-body-background-two {
    background-image: url('https://test.passlink.pro/uploads/backgrounds/bg1.jpg');
    background-size: cover; /* Робить фон таким, щоб він заповнював весь елемент */
    background-position: center; /* Центрує зображення */
}

/*.link-body-background-three {
    background-image: linear-gradient(135deg, #79F1A4 10%, #0E5CAD 100%);
}*/

.link-body-background-three {
    background-image: url('https://test.passlink.pro/uploads/backgrounds/bg2.jpg');
    background-size: cover; /* Робить фон таким, щоб він заповнював весь елемент */
    background-position: center; /* Центрує зображення */
}

/*.link-body-background-four {
    background-image: linear-gradient(to bottom, #ff758c, #ff7eb3);
}*/

.link-body-background-four {
    background-image: url('https://test.passlink.pro/uploads/backgrounds/bg3.jpg');
    background-size: cover; /* Робить фон таким, щоб він заповнював весь елемент */
    background-position: center; /* Центрує зображення */
}

/*.link-body-background-five {
    background-image: linear-gradient(292.2deg, #3355ff 33.7%, #0088ff 93.7%);
}*/

.link-body-background-five {
    background-image: url('https://test.passlink.pro/uploads/backgrounds/bg4.jpg');
    background-size: cover; /* Робить фон таким, щоб він заповнював весь елемент */
    background-position: center; /* Центрує зображення */
}

/*.link-body-background-six {
    background: linear-gradient(to bottom, #fc5c7d, #6a82fb);
}*/

.link-body-background-six {
    background-image: url('https://test.passlink.pro/uploads/backgrounds/bg5.jpg');
    background-size: cover; /* Робить фон таким, щоб він заповнював весь елемент */
    background-position: center; /* Центрує зображення */
}
.passlink-user-avatar{
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
}

img.user-avatar{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.passlink-user-avatar:hover .passlink-user-avatar__label{
    bottom:  0;
}

.passlink-user-avatar__form{

}

.passlink-user-avatar__label{
    width: 100%;
    background: rgba(255,255,255,0.5);
    height: 50%;
    position: absolute;
    left: 0;
    bottom: -50%;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}



.passlink-user-avatar__icon path {

}

.passlink-user-avatar__input{
    position: absolute;
    visibility: hidden;
    opacity:  0;
}

.image-link-preview-card{
    position: relative;
}

.image-link-preview-card .cover{
    transition:  all .3s ease;
}

.image-link-preview-card:hover .cover{
    opacity:  1;
}

.cover{
    cursor: pointer;
    display: flex;
    align-items:  center;
    justify-content:  center;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top:  0;
    left: 0;
    z-index: 2;
    background:  rgba(0,0,0,0.5);
}

#countdown{
    margin: 15px 0;
    justify-content:  center;
    font-size: 25px;
    display: flex;
    align-items: center;
    color:  #fff;
}

#countdown span{
    margin: 0 7px;
    display: inline-flex;
    align-items:  center;
    justify-content:  center;
    padding: 5px;
    box-sizing: content-box;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background:  #fff;
}

iframe{
    max-width:  100%;
    width: 100%;
}

.gallery{
    margin: 50px 0 !important;
}

.slick-track{
    display: flex;
    align-items: center;
}

.gallery .slick-slide{
    margin:  0 5px;
}

.slick-dots li.slick-active button:before{
    color: #fff;
}

.slick-dots li button:before{
    color:  #fff;
}

.link-header{
    margin-top: 100px;
    position:  static;
}

.link-custom-background-cover{
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.setup-image-format__preview{
    border-radius: 5px;
    border:  3px solid lightgrey;
    height:  50px;
    cursor: pointer;
    transition: border .3s ease;
    display: flex;
    align-items:  center;
    justify-content:  center;
}

.setup-image-format__preview:hover{
    border-color: #38b2ac;
}

input[type="radio"]:checked + .setup-image-format__preview{
    border-color: #38b2ac;
}


.setup-image-format__preview_1x1{
    width: 50px;
    margin-right: 10px;
}

.setup-image-format__preview_16x9{
    width: 100px;
}

.link-image,
.link-image-preview{
    object-fit:  cover;
}
