/**
 * DISCLAIMER
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FME Modules
 *  @copyright 2021 FME Modules
 *  @license   Comerical Licence
 *  @package   b2bregistration
 */

.top-link-text {
    background: #2fb5d2;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
}

.top-link-text a {
    color: white!important;
}

.top-link-text-ps6 a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px;
}

.top-link-text-ps6 {
    float: right;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
}

html.fancybox-lock {
    overflow: visible !important;
}

span.required {
    font-size: 1.5em;
}