/* _content/HotLink/Pages/Index.cshtml.rz.scp.css */
.main-container[b-f5hunnqhaf] {
    padding: 72px 76px !important;
    background-image: url(../src/main-background.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 445px 445px;
    height: 329px;
}

.title[b-f5hunnqhaf] {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.description[b-f5hunnqhaf] {
    color: var(--text-color-secondary);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 21px;
}

.main-container-mobile[b-f5hunnqhaf] {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 22px;
}
/* _content/HotLink/Pages/Link.cshtml.rz.scp.css */
.alert-title[b-xj4o27h62i] {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-title > .icon[b-xj4o27h62i] {
    font-size: 28px;
}

.alert[b-xj4o27h62i] {
    min-height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.subtext[b-xj4o27h62i] {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.open-btn[b-xj4o27h62i] {
    border: 1px dashed var(--white);
    color: var(--white);
    margin-left: 38px;
    font-size: 18px;
    width: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .alert-title[b-xj4o27h62i], .alert[b-xj4o27h62i] {
        flex-direction: column;
    }

    .alert-title > .icon[b-xj4o27h62i] {
        font-size: 41px;
    }

    .alert[b-xj4o27h62i] {
        min-height: 207px;
        display: flex;
        justify-content: space-around;
    }

    .open-btn[b-xj4o27h62i] {
        margin-left: 0;
        margin-top: 20px;
    }

    .not-found[b-xj4o27h62i] {
        margin-top: 16px;
    }

    .icon[b-xj4o27h62i] {
        margin: 0;
    }

    .btn > .icon[b-xj4o27h62i] {
        margin-right: 10px;
    }
}
/* _content/HotLink/Pages/NewLink.cshtml.rz.scp.css */
.bottom-row[b-j3ty3upguz] {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.btn-wide[b-j3ty3upguz] {
    flex-grow: 1;
    margin-top: 15px;
}

.active-for[b-j3ty3upguz] {
    margin-right: auto;
    width: fit-content;
    margin-top: 16px;
    font-weight: 400;
}

.file-upload-box[b-j3ty3upguz] {
    min-height: 62px;
    border: 1px dashed var(--border-color);
    border-radius: 14px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    padding: 12px 16px;
    width: 100%;
    margin-bottom: 25px;
}

.file-upload-box:focus[b-j3ty3upguz] {
    outline: none;
    border-color: var(--default-focus-color);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.file-upload-title[b-j3ty3upguz] {
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color-secondary);
    line-height: 1.2;
}

.file-upload-name[b-j3ty3upguz] {
    font-size: 14px;
    color: color-mix(var(--text-color-secondary)50%, var(--white));
    line-height: 1.2;
}

.days-input[b-j3ty3upguz] {
    display: flex;
    align-items: center;
    width: 223px;
    gap: 0;
}

.days-input-field[b-j3ty3upguz] {
    width: 100%;
    text-align: center;
    border-radius: 0;
    height: 54px;
    -moz-appearance: textfield;
    position: relative;
}

.days-input-field:focus-visible[b-j3ty3upguz] {
    border: 1px solid var(--default-focus-color);
    z-index: 2;
}

.days-input-field[b-j3ty3upguz]::-webkit-outer-spin-button,
.days-input-field[b-j3ty3upguz]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.days-btn[b-j3ty3upguz] {
    width: 54px;
    height: 54px;
    border: 1px solid var(--border-color);
    background: var(--background-color);
    color: var(--text-color);
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 0;
    padding: 0;
    line-height: 1;
}

.days-btn-minus[b-j3ty3upguz] {
    border-radius: var(--border-radius-middle) 0 0 var(--border-radius-middle);
    border-right: none;
}

.days-btn-plus[b-j3ty3upguz] {
    border-radius: 0 var(--border-radius-middle) var(--border-radius-middle) 0;
    border-left: none;
}

.days-btn:hover[b-j3ty3upguz] {
    background-color: var(--primary);
    color: var(--white);
}

.days-btn:active[b-j3ty3upguz] {
    background-color: var(--hover);
    color: var(--white);
}

.days-btn:focus-visible[b-j3ty3upguz] {
    outline: 2px solid var(--primary);
    outline-offset: -2px;
}

.days-btn-plus[b-j3ty3upguz] {
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .bottom-row[b-j3ty3upguz] {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }

    .days-input[b-j3ty3upguz] {
        width: 100%;
    }

    .days-btn:hover[b-j3ty3upguz] {
        background-color: var(--background-color);
        color: var(--text-color);
    }

    .days-btn:active[b-j3ty3upguz] {
        background-color: var(--primary);
        color: var(--white);
    }
}
/* _content/HotLink/Pages/Shared/HeaderPartial.cshtml.rz.scp.css */
.nav-section[b-xfg8ot9wnu] {
    background-color: var(--white);
    z-index: 1050;
}

.navbar[b-xfg8ot9wnu] {
    height: var(--header-height);
    color: var(--text-color);
    background-color: var(--white);
}

.header-content[b-xfg8ot9wnu] {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-sublogo[b-xfg8ot9wnu] {
    margin-top: 2px;
    margin-left: auto;
}

.round-logo[b-xfg8ot9wnu] {
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    .header-content[b-gf2z8noyox][b-xfg8ot9wnu] {
        justify-content: center;
    }
}
/* _content/HotLink/Pages/Shared/_Layout.cshtml.rz.scp.css */
.footer-sublogo[b-s98hjkutl8] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}
