/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Skranji:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: 'Rubik' !important;
}


html {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.desk-container {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
}


.desk-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    width: 90%;
    max-width: 680px;
    margin-top: 5rem;
    padding-bottom: 150px;
    z-index: 2;
}


.desk-user {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.desk-user-avatar {
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
}

.desk-user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}


.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.desk-user-name {
    font-style: normal;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color: #0d0c22;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 16px;
    text-align: center;
}

.desk-user-name span {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #4B5563;
}

.desk-user-bio {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.desk-user-bio span {
    /*line-break: anywhere;*/
}

.desk-content {
    display: flex;
    align-content: center;
    flex-direction: column;
    row-gap: 1.5rem;
}

.desk-content .order-last {
    order: 3;
}

.desk-links {
    display: flex;
    align-content: center;
    flex-direction: column;
    row-gap: 1rem;
}

.desk-links a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.04em;
    text-decoration: none;
    text-align: center;
}

.desk-links .desk-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.desk-links .desk-heading h5 {
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.04em;
}

.desk-single-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 2.71) 0s;
    border-radius: 0.5rem;
}

.desk-single-link span {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.desk-single-link:hover {
    transform: scale(1.02);
}

.desk-socials {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin: 0 auto;
    column-gap: 12px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}


.custom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.desk-footer {
    position: fixed;
    display: flex;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
    z-index: 3;
}

.desk-container a {
    margin-left: 3px;
}


.desk-user-name,
.desk-user-bio {
    color: #0d0c22;
}

.desk-single-link {
    background: #31a1d2;
    border-color: #1a1a1a;
    color: #fff;
}

.desk-heading {
    color: #0d0c22;
}

.desk-heading * {
    color: #fff !important;
}

.desk-links a {
    color: #fff;
}

.desk-links a span {
    color: #fff;
}

.social-button .tabler-icon {
    color: #0d0c22;
}

.avatar-icon {
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    margin: 0 auto;

}

.story-avatar-letter {
    color: #333;
}

.story-username {
    color: #fff;
}

