.btn-lg {
    --bs-btn-font-size: 1rem;
    --bs-btn-line-height: 2;
}

body {
    font-family: Helvetica, Arial, sans-serif;
}

.header-page {
    position: sticky;
    top: 0px;
    z-index: 1003;
    width: 100%;
    transform: translateY(0px);
    transition: transform 0.3s ease 0s;
    border-bottom: 1px solid rgb(231, 237, 246);
}

.logo-link {
    width: 140px;
}

.logo {
    background-image: url("/static/img/calndr-logo.svg");
    width: 140px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px;
}

.logo-small {
    background-image: url("/static/img/calndr-logo-small.svg");
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    /*margin: 10px;*/
}

#header-language {
    display: flex;
    width: 100%;
    background-color: rgb(247, 250, 255);
}

#header-language > div {
    width: 100%;
    margin: 0px auto;
    display: flex;
    max-width: 1280px;
    padding: 0px 40px;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

#language-selector {
    display: flex;
    font-weight: 500;
    font-size: 0.875rem;
    color: rgb(71, 103, 136);
    -webkit-box-align: center;
    align-items: center;
}

#language-selector-btn {
    color: rgb(71, 103, 136);
    text-decoration: none;
}

#language-selector-btn::after {
    color: rgb(71, 103, 136);
}

#language-selector-btn svg {
    width: 18px;
    margin-right: 10px;
}

#language-selector-btn:hover {
    color: rgb(0, 107, 255);
}

#language-selector-btn:hover::after {
    color: rgb(0, 107, 255);
}

#language-selector-btn:hover svg {
    color: rgb(0, 107, 255);
}

#nav-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    height: 68px;
}

#header-menu {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    min-width: auto;
    user-select: text;
    list-style: none;
    margin: 0;
}

#header-menu li {
    margin: 0px 20px;
    line-height: 1;
    font-weight: 600;

}

#header-right {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    min-width: auto;
    user-select: text;
    list-style: none;
    margin: 0px 20px;
}

#header-right #burger {
    display: none;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    min-width: auto;
    user-select: text;
    list-style: none;
    margin: 0px 20px;
}

.hamburger {
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 16px;
}

.burger-lines {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 24px;
    width: 20px;
}

.burger-line-1 {
    transform: rotate(0deg);
    transition-duration: 250ms;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    transition-property: all;
    width: 20px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    margin-top: 5px;
    margin-right: 0px;
}

.burger-line-2 {
    transform: rotate(0deg);
    transition-duration: 250ms;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    transition-property: all;
    height: 2px;
    background-color: rgb(0, 0, 0);
    margin-top: 5px;
    margin-right: 0px;
    width: 16px;
}

.burger-line-3 {
    transform: rotate(0deg);
    transition-duration: 250ms;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    transition-property: all;
    width: 20px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    margin-top: 5px;
    margin-right: 0px;
}

@media screen and (max-width: 992px) {
    #header-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

@media screen and (max-width: 410px) {
    .logo {
        background-image: url("/static/img/calndr-logo-small.svg");
        width: 40px;
        height: 40px;
    }

    .logo-link {
        width: 40px;
    }
}

.login-link {
    margin-right: 15px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-decoration: none;
}

.register-btn {
    transition: all 0.2s linear 0s;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    gap: 8px;
    font-weight: 600;
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    border-color: transparent;
    background-color: rgb(0, 107, 255);
    padding: 8px 14px;
    color: rgb(255, 255, 255);
    outline: none;
    cursor: pointer;
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1.4;
    text-decoration: none;
}

.register-btn:hover {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(26, 87, 236);
}

.home-content {
    text-align: center;
}

#title {
    font-size: 4.1875rem;
    line-height: 1.2;
    white-space: pre-line;
    text-align: center;
    color: rgb(11, 53, 88);
    font-weight: 700;
    padding-bottom: 24px;
}

.welcome-name {
    color: #006bff;
    -webkit-hyphens: manual;
    hyphens: manual;
}

.home-content p {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    color: #476788;
}

#home_user_url {
    margin-top: 2rem;
    font-size: 1.25rem;
    color: #006bff;
}

#home_user_url a {
    text-decoration: none;
}

#home_user_url_a {
    display: inline-block;
}

#home_user_url svg {
    margin-left: 0.3rem;
    padding-bottom: 0.15rem;
}

.tip {
    background-color: #006bff;
    padding: 0 14px;
    line-height: 2rem;
    position: absolute;
    border-radius: 4px;
    z-index: 100;
    color: #fff;
    font-size: 0.9rem;
    animation-name: tip;
    animation-duration: .6s;
    animation-fill-mode: both
}

.tip:before {
    content: "";
    background-color: #006bff;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: -4px;
    left: 17px
}

#copied_tip {
    animation-name: come_and_leave;
    animation-duration: 1s;
    animation-fill-mode: both;
    position: absolute;
    display: inline;
    /*bottom: -35px;*/
    /*left:2px*/
    float: right;
    margin-top: 1.8rem;
    margin-left: -2.2rem;
}
