.IntegrateReminderWrapper {
    margin: 3%;
    min-height: 50%;
}

.ReminderMessage {
    margin-top: 7%;
    margin-bottom: 17%;
    font-size: 15px;
}

.HideIcon > span {
    cursor: default !important;
    color: #ccc;
    pointer-events: none;
}

.HideIcon:hover, .HideIcon:hover span {
    color: #ccc !important;
    cursor: no-drop !important;
}