.verify .field {
    width: auto;
}

.img-preview {
    max-height: 300px;
}

.new-campaign__amount .col {
    width: calc(25% - 3rem);
}

.table__row-with-comment .table__col {
    border-bottom: none;
    padding-bottom: 1rem;
}

.table__row-comment .table__col {
    font-size: 1.4rem;
    padding-top: 0;
    padding-bottom: 1.4rem;
}

.btn--success {
    background-color: #47D44226;
    color: #47D442;
}

.btn--success:hover {
    background-color: #47D442;
    color: #ffffff;
}

.btn--error {
    background-color: #FF181826;
    color: #FF1818;
}

.btn--error:hover {
    background-color: #FF1818;
    color: #ffffff;
}

.btn--light {
    background-color: #FF7F1E26;
    color: #FF7F1E;
}

.btn--light:hover {
    background-color: #FF7F1E;
    color: #ffffff;
}

.btn--white {
    background-color: #ffffff;
    color: #1E1E1F;
}

.btn--white:hover {
    background-color: #F5F4F1;
}

.field__group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.field__group .field__input {
    appearance: none;
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.field__label.phonenumber {
    position: absolute;
    left: 5.5rem;
    top: 1.5rem;
    font-size: 1.2rem;
}

.unlimited-list {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

.unlimited-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: #f5f4f0;
}

.unlimited-list.show-all {
    max-height: none;
}

/* Скрываем эффект затенения при расширении списка */
.unlimited-list.show-all:after {
    display: none;
}

.auth-buttons__btn__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.auth-buttons__title__flex {
    margin: 0;
}

.logo-social img {
    min-width: 56px;
}

.app-download-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.app-download-button {
    display: inline-block;
    margin-right: 10px;
}

.app-download-button:last-child {
    margin-right: 0;
}

.gradient-text {
    background: -o-linear-gradient(357.9deg, #FFDD55 0%, #FF543F 32.8%, #FC5245 34.8%, #E64771 50.4%, #D53E91 64.3%, #CC39A4 76.1%, #C837AB 84.1%);
    background: linear-gradient(92.1deg, #FFDD55 0%, #FF543F 32.8%, #FC5245 34.8%, #E64771 50.4%, #D53E91 64.3%, #CC39A4 76.1%, #C837AB 84.1%);
    -webkit-background-clip: text;
    color: transparent;
}

.text-wrapper {
    display: flex;
    flex-direction: column;
}
