.InstaCash-notice {
    border-left-width: 1px !important;
    border-radius: 8px;
    background-color: #f6f9fc !important;
}
.InstaCash-notice .onboarding-title {
    border-left-width: 1px !important;
    border-radius: 8px;
    background-color: #f6f9fc !important;
}
.InstaCash-options .vertical-center,
.InstaCash-notice .vertical-center {
    margin: auto 0;
}
.InstaCash-options .ic-logo,
.InstaCash-notice .ic-logo {
    width: 111px;
    max-height: 22px;
    padding: 0px 10px;
}
.InstaCash-options .ic-btn,
.InstaCash-notice .ic-btn {
    height: 32px;
    padding: .375rem .75rem;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
}
.InstaCash-options a.ic-primary,
.InstaCash-notice a.ic-primary {
    border-color: #2A74ED;
    background: #2A74ED;
    color: #fff;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.InstaCash-options a.ic-primary:hover,
.InstaCash-options a.ic-primary:active,
.InstaCash-notice a.ic-primary:hover,
.InstaCash-notice a.ic-primary:active {
    border-color: #051C3A;
    background: #051C3A;
    color: #fff !important;
}
.InstaCash-options .flex,
.InstaCash-notice .flex {
    display: flex;
}
.InstaCash-options .col,
.InstaCash-notice .col {
    padding: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.InstaCash-options .section-open {
    cursor: pointer;
    transform: rotate(90deg);
    content: "&rang;";
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.InstaCash-options .section-open.active {
    transform: rotate(270deg);
}
.InstaCash-options .panel {
    display: none;
    overflow: hidden;
    transition: 0.4s;
}
