/* size fixes */
.gd-about__picture {
    background-size: 54rem;
    height: 39rem;
}

.gd-step__icon {
    width: 5rem;
    height: 5rem;
}

.gd-step__icon > svg {
    width: 1.6rem;
    height: 1.6rem;
}

/* 'Password input required' higlight */
.gd-page-header h2 b {
    background-color: #fffcd9;
    border: 3px solid #fffcd9;
    border-right: 5px solid #fffcd9;
    border-left: 5px solid #fffcd9;
    color: #6a684b;
}

/* app */
.gd-form__field {
    font-size: .875rem;
    height: 3rem;
    border: 1px solid #f9f9f9;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.02), 0 2px 4px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.02), 0 2px 4px rgba(0,0,0,.08);
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    outline: none;
    -webkit-appearance: none;
}

.gd-form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
    height: 2.5rem;
    color: #fff;
    background: var(--control-color);
    border-radius: 6px;
    font-weight: 500;
    font-size: .875rem;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: .3px
}

.gd-form__btn:hover {
    background: var(--link-color-hover)
}

.gd-form__btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.gd-form__btn[disabled]:hover {
    background: var(--control-color);
}


.gd-form__btn-box {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 3rem;
}


.gd-form {
    width: 100%;
    max-width: 46rem;
    background-color: #fff;
    border-radius: 2px;
    padding: 3rem;
    margin: 0 auto;
    margin-bottom: 3rem;
    box-shadow: 0 10px 20px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 0 1px rgba(0,0,0,.04);
}

.gd-form__header {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.gd-form, .gd-result {
    width: 100%;
    max-width: 46rem;
    background-color: #fff;
    border-radius: 2px;
    padding: 4rem 2rem;
    margin: 0 auto;
    margin-bottom: 4rem;
    box-shadow: 0 10px 20px rgba(0,0,0,.04), 0 2px 6px rgba(0,0,0,.04), 0 0 1px rgba(0,0,0,.04);
}


.gd-form__url-box {
    display: flex;
}

.gd-form__url {
    font-size: .875rem;
    height: 2.85rem;
    border: 1px solid #dfdfdf;
    background: #fff;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    outline: none;
    -webkit-appearance: none;
}

.gd-form__url-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
    height: 2.85rem;
    color: #fff;
    background: var(--control-color);
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    font-weight: 500;
    font-size: .875rem;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: .3px;
}


.gd-result {
  
}


.gd-result__header {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 3rem;
}


.gd-result__btn-box {
    display: flex;
    justify-content: center;
}

.gd-result__btn {
    color: #fff;
    background: #0DC268;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem;
    height: 2.5rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.875rem;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}


.gd-result__btn:hover {
    color: #fff;
    background: #0baf5d;
}


.gd-result__footer-links, .gd-form__footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color-active);
    font-size: 0.875rem;
    gap: 1.5rem;
}

    .gd-result__footer-links > a, .gd-form__footer-links > a {
        color: var(--text-color-active);
    }

.gd-result__link, .gd-form__link {
    padding-left: 1.7rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
    line-height: 1.2rem;
}

.gd-result__link--repeat, .gd-form__link--repeat {
    background-image: url(../img-redesign/icons.svg#reload);
}
.gd-unlock-form {
   
}
.gd-unlock-form__row {
    margin-bottom: 1.5rem;
    justify-content: center;
    display: flex;
}
.gd-unlock-form__field {
    max-width:24rem;
}

.gd-unlock-form__label {
    display: block;
    margin-bottom: 0.75rem;
    color: #939AA8;
    font-size: 0.75rem;
}

.gd-unlock-form__select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1rem + .4rem), calc(100% - 15px) calc(1rem + .4rem), calc(100% - 2.5rem);
    background-size: 5px 5px, 5px 5px, 1px 0;
    background-repeat: no-repeat;
    /* margin: 0 10px 0 0;*/
    font-size: .875rem;
    height: 3rem;
    border: 1px solid #f9f9f9;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .02), 0 2px 4px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .02), 0 2px 4px rgba(0, 0, 0, .08);
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    outline: none;
    -webkit-appearance: none;
}

.gd-unlock-form__file-box {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.gd-unlock-form__file {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14rem;
}

.gd-unlock-form__file-img {
    width: 5.3rem;
    height: 5.3rem;
    background-size: 5.3rem;
    background-repeat: no-repeat;
    background-image: url(../img-redesign/icons.svg#file);
   
}

.gd-unlock-form__file-name {
    width: 100%;
    padding: 1rem 0;
    font-weight: 500;
    color: var(--text-header-color);
    position: relative;
    box-sizing: border-box;
    max-width: 14rem;
    overflow: hidden;
    text-align: center;
}

.gd-unlock-form__file-name > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

/* text fields */

.gd-fields-container {
    display: flex;
    gap: 2rem;
}

.gd-field-box {
    position: relative;
    width: 100%;
}

.gd-field {
    padding: 1rem;
    height: 12rem;
    font-family: 'Inter', sans-serif;
    font-size: .875rem;
    border: 1px solid #f9f9f9;
    background: #fff;
    box-shadow: 0 0 0.375rem rgba(0, 0, 0, .02), 0 0.125rem 0.25rem rgba(0, 0, 0, .08);
    border-radius: 0.625rem;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    line-height: 1.15rem;
    resize: none;
}

.gd-field__copy {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../img-redesign/icons.svg?v=25.10#copy);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    cursor: pointer;
}

.gd-field__copy--done {
    background-image: url(../img-redesign/icons.svg?v=25.10#copied);
}

.gd-field__limit {
    display: block;
    position: absolute;
    right: 1rem;
    bottom: 0.75rem;
    font-size: 0.7rem;
    color: #adadad;
    background-color: #ffffff;
    padding: 2px 4px;
    border-radius: 5px;
}



@media screen and (max-width: 750px) {
    .gd-result__footer-links {
        flex-direction: column;
    }
}
