/*
 * Copyright (c) 2020.  Thumbtribe Media (Pty) Ltd.
 *
 * All intellectual property rights in and in connection with this software program, including but not
 * limited to, copyright, registered and unregistered trade marks, patents, know-how
 * methodologies, confidential information and trade secrets, are the exclusive property of
 * Thumbtribe Media (Pty) Ltd.
 *
 * Except as provided for in a written license agreement, no person or entity will acquire any
 * rights of any nature in and to this software program and the related intellectual property.
 * Except with the prior written consent of Thumbtribe Media (Pty) Ltd, any copying, reverse
 * engineering, modification, disassembling, distribution, renting, leasing or loaning of the
 * software or any part thereof is prohibited and is subject to criminal and civil prosecution.
 */

.centeredLoadingDiv {
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.experience-parent {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.msisdn {
    font-size: 15px !important;
}
