.withdrawal-note {
    display: flex;
    align-items: stretch
}
.withdrawal-container .withdrawal-form-group {
    background-color: #242424;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.withdrawal-note.standard-form-note strong,.withdrawal-note.standard-form-note span {
    color: #363565
}

.withdrawal-note-icon {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px;
    background: linear-gradient(to bottom,#787880,#42424f)
}

.withdrawal-note-icon img {
    width: 35px
}

.withdrawal-note-content {
    flex-basis: 80%;
    background-color: #cbcbcb;
    color: #363565;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.withdrawal-note ul {
    padding-left: 25px
}

.withdrawal-note ul li {
    list-style: decimal
}

.withdrawal-confirmation-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

.withdrawal-container .real-withdrawal-amount {
    text-align: right;
    margin-top: 10px;
}

.withdrawal-container .copy-bank-account-button {
    background: none;
    border: none;
    padding: 0;
    margin-left: 5px;
}