/**
 * Copyright © Inbank, Inc. All rights reserved.
 * See LICENSE.txt for license details.
 */
.inbank {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0 5px 0;
    margin: 0;
}

.inbank > div {
    margin: 0;
    display: inline-block;
}

.inbank.inbank--calculator + .inbank.inbank--calculator {
    padding: 5px 0 5px 0;
}

.inbank__img {
    margin-right: 20px !important;
    max-width: 120px;
    float: left;
}

.inbank_logo_product
{
    max-width: 100%;
    height : auto;
}

.inbank__message {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #21093A;
    margin-bottom: 0 !important;
}

.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;
}

.inbank__tooltip--dark .tooltip-inner {
    background: #21093A;
}

.inbank__tooltip--dark .tooltip-inner::before {
    border-left-color: #21093A !important;
}

