

.flyout-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-top: 8px !important;
    position: relative;
    width: 100%;
    height: 100%;
}

.flyout-container > .flyout-header {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #FFFFFF !important;
    margin-bottom: 6px !important;
}

.flyout-container * p {
    color: white;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px !important;
}

.flyout-container * strong {
    font-weight: 800 !important;
}

.flyout-container * img {
    width: 16px !important;
    height: 16px !important;
}

.flyout-container * a {
    height: auto !important;
}

.flyout-title {
    font-weight: bolder !important;
}

.flyout-link {
    color: #B3B3B3 !important;
}

.flyout-link:hover {
    color: white !important;
}

.flyout-value {
    padding: 0 16px !important;
}

.flyout-seperator {
    border: 1px solid rgba(0,0,0,.35);
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    background-color: black !important;
}

#wp-admin-bar-netigo-support-default {
    width: 320px !important;
    overflow: clip;
}
#wp-admin-bar-netigo-update-default {
    width: 320px !important;
    overflow: clip;
}

.flyout-container > .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    height: fit-content;
}

.flyout-container * .col-lg-6 {
    flex: 50%;
    width: 50% !important;
}

.small-note {
    display: flex;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 89% !important;
    line-height: 14px !important;
    color: #B2B2B2 !important;
    overflow: inherit;
    text-overflow: ellipsis;
    white-space: initial !important;
}

.flyout-button {
    position: relative;
    padding: 8px 12px 8px 12px !important;
    width: fit-content !important;
    height: auto !important;
    background: #FfFFFF !important;
    color: black !important;
    border: 1px !important;;

    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}
.flyout-button img {
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ab-item {
    height: auto !important;
}