/**
 * Copyright © Inbank, Inc. All rights reserved.
 * See LICENSE.txt for license details.
 */
.inbank {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
    margin: 0;
}
.inbank > div {
    margin: 0;
}
.inbank_logo_product {
    padding-right: 10px;
    max-height: 40px;
}
.inbank.inbank--calculator + .inbank.inbank--calculator {
    padding: 10px 0 10px 0;
}
.inbank__img {
    max-width: 100%;
    height: auto;
    display: contents;
}
.inbank__message {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #21093A;
    margin-bottom: 0;
}
.inbank__lt_full_width {
    width: 100%;
    min-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.inbank__lt_full_width.align-center {
    display: flex;
    align-items: center;
}

.inbank__lt_full_width .scrolling_text {
    position: absolute;
    white-space: nowrap;
}

.inbank__message .tooltip {
    position: absolute;
}

.inbank__message--small {
    font-size: 13px;
    color: #7a7a7a;
    margin-bottom: 0;
}

.inbank__tooltip {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.inbank__tooltip > svg {
    width: 20px;
    height: 20px;
    fill: #21093A;
}
