/* Custom styles goes here */

.file-upload .file-title {
    cursor: pointer;
    text-align: center;
    position: relative;
}

.file-upload input[type=file] {
    left: -9999px;
    position: absolute;
}

#ZendeskLauncher {
    background-color: #1F73B7;
    padding: 5px;
    border-radius: 4px;
    color: white;
    position: fixed;
    right: 1.25rem;
    bottom: 10px;
    z-index: 999999;
    border-radius: 15px;
    cursor: pointer;
}

#ZendeskLauncher span {
    height: 100%;
    vertical-align: middle;
}