/* content */
.trem-payout-pref-content {
    background: white;
    width: 100%;
    text-align: center;
}

.trem-selected-payout-pref {
    display: '';
}

.trem-selected-payout-placeholder {
    line-height: 25px;
}

.trem-selected-header {
    font-family: GraphikMedium, Helvetica, sans-serif;
    font-weight: 500;
    color: rgb(24, 24, 27);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

.trem-selected-item {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(225, 225, 229);
    border-radius: 8px;
    padding: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
    color: #212529;
    text-align: left;
}

.trem-product-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: .875rem;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    line-height: 1;
}

.trem-product-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    line-height: 1;
}

.trem-product-figure {
    width: 50px;
    height: 30px;
    border-radius: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    line-height: 1;
}

.trem-product-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    line-height: 1;
}

.trem-product-image-placeholder {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    line-height: 1;
}

.trem-product-name-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    line-height: 1;
}

.trem-product-name {
    font-family: GraphikMedium, Helvetica, sans-serif;
    font-weight: 500;
    color: rgb(24, 24, 27);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .3px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

.trem-change-selection-button {
    background: none !important;
    border: medium;
    padding: 0px !important;
    font-family: GraphikMedium, Helvetica, sans-serif;
    font-weight: 400;
    color: rgb(0, 107, 237) !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin: 0;
    outline: none !important;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: none;
    user-select: none;
    text-transform: none;
    overflow: visible;
    margin: 0;
    border-radius: 0px;
}
