.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.account-area {
    display: flex;
    flex: 1;
    padding: 1em;
    transition: all 0.2s ease-in-out;
}

.account-seperator {
    border-top: 0.5px solid #bbbbbb7e;
}

.donate-type-text {
    display: flex;
    color: #235A25;
    width: 35px;
    height: auto;
    font-weight: 500;
    font-size: 20px;
    font-family: Montserrat;
    /* padding-right: 0.5em; */
    justify-content: start;
    transform: translate(0, 0.2em);
}

.account-titles {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.account-title {
    display: flex;
    flex: 0;
}

.iban-copy {
    display: flex;
    cursor: pointer;
}

.iban-copy {
    margin-top: 10px;
    width: 25px;
    height: 25px;
    transition: all 0.5s ease-out allow-discrete;
    user-select: none;
    cursor: pointer;
}

.account-area:has(> .iban-copy:active) {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.iban-copy>img {
    user-select: none;
    pointer-events: none;
    user-select: none;
    margin: auto;
}


.iban-copy:active>img {
    transform: scale(0.9);
}

.swiss-text {
    display: flex;
    color: #574000;
    height: auto;
    font-weight: 700;
    font-size: 14px;
    font-family: Montserrat;
    justify-content: start;
}

.text-phone {
    display: flex;
    color: #235A25;
    font-weight: 700;
    font-size: 20px;
    font-family: Montserrat;
    justify-content: start;
    transform: translate(0, 0.2em);
}

.phone-area {
    display: flex;
    flex: 1;
    margin: 1em;
}