html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
    overflow: hidden;
}

a {
    color: #c1c1c1;
}

a:hover {
    opacity: 0.8;
}

.user-count:hover {
    opacity: 0.8;
}

.submit-chat:hover {
    opacity: 0.8;
}

.heart-button:hover {
    opacity: 0.8;
}

.emote-button:hover {
    opacity: 0.8;
}

.emote-select:hover {
    opacity: 0.8;
}

.input-button:hover {
    opacity: 0.8;
}

.back-to-welcome:hover {
    opacity: 0.8;
}

.form-close:hover {
    opacity: 0.8;
}

.chat-room {
    position: relative;
    width: 100%;
    height: 100%;
}

.streaks-contain {
    background-color: #4a4a4a;
    font-size: 10px;
    margin-right: 7px;
    display: inline-block;
    padding: 0px 3px;
    font-weight: bolder;
    color: #fff;
}

.streaks-announce-contain {
    width: 100%;
    height: 100%;
    background-color: #0000004d;
    position: absolute;
    z-index: 10000000;
}

.streaks-announce {
    width: 80%;
    top: 25%;
    position: relative;
    background-color: #909090;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    text-align: center;
    box-sizing: border-box;
    padding: 16px;
    font-size: 12px;
    color: #fff;
    z-index: 3;
    border-radius: 7px;
}

.streaks-announce-close {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

.streaks-icon {
    width: 7px;
    height: auto;
    vertical-align: middle;
}

.blockquote {
    margin: 0;
}

.hasfocus {
    background-color: #000 !important;
}

.online-user-list {
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #2d2d2d;
    z-index: 20001;
}

.online-user-list-title {
    color: #c1c1c1;
    font-weight: bold;
    margin-bottom: 7px;
}

.user-number-top-bar {
    display: inline-block;
    vertical-align: middle;
}

.mail-number {
    display: inline-block;
    vertical-align: middle;
}

.chat-contain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    top: 36px;
    bottom: 54px;
    background-color: #2d2d2d;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
}

.chat-messages {
    padding-top: 10px;
    margin-bottom: 12px;
}

.chat-input {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 54px;
    background-color: #4a4a4a;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
}

.welcome-input {
    position: absolute;
    bottom: 0;
    height: 64px;
    background-color: #4a4a4a;
    color: #c1c1c1;
    width: 100%;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
}

.chat-cta-text {
    max-width: 68%;
    margin-left: auto;
    margin-right: auto;
}

.cta-button-image {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.cta-button-text {
    display: inline-block;
    vertical-align: middle;
}

.chat-cta {
    background-color: #4a4a4a;
    text-align: center;
    color: #fff;
    padding: 11px 0px;
    font-size: 12px;
    margin: 5px 0px;
    position: relative;
    border-left: 4px solid rgb(255, 255, 255);
}

.chat-cta-button {
    background-color: #fff;
    color: #2d2d2d;
    display: inline-block;
    font-size: 10px;
    padding: 7px 13px;
    border-radius: 5px;
    margin-top: 9px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.chat-cta-close {
    width: 15px;
    height: 15px;
    background-image: url(https://churchunlimited.online/images/site_uploads/cta-close.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.chat-cta-album-art {
    background-image: url(https://churchunlimited.online/images/site_uploads/hillsong_young_and_free.jpg);
    width: 70px;
    height: 70px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.song-right-content {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    max-width: 290px;
}

.song-title {
    width: 76%;
    display: inline-block;
}

.facebook-button {
    background-image: url("https://churchunlimited.online/images/site_uploads/03-icon-facebook.png");
    background-size: 65% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.google-button {
    background-image: url("https://churchunlimited.online/images/site_uploads/google_icon.png");
    background-size: 65% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.pin-button {
    width: 15px;
    height: 15px;
    background-image: url(https://churchunlimited.online/images/site_uploads/cta-pin.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    right: 25px;
    cursor: pointer;
}

i {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    width: 3px;
    height: 8px;
    background: red;
    opacity: 0;
    pointer-events: none;
}

.pinned {
    position: fixed;
    width: 100%;
    top: 36px;
    margin: 0;
    background-color: #a9a9a9;
    color: #fff;
    z-index: 9000;
    border: 0;
}

.chat-top-bar {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 36px;
    background-color: #4a4a4a;
    z-index: 300;
    font-size: 12px;
    padding: 11px 10px;
    box-sizing: border-box;
    font-weight: bold;
    color: #fff;
    box-shadow: rgb(0 0 0 / 17%) 0px 1px 4px;
}

.chat-welcome-message {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.input-message {
    font-size: 11px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 6px;
}

.emote-contain {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 15px;
    background-color: rgb(255, 255, 255);
    min-width: 42px;
    min-height: 42px;
    border-radius: 6px;
    z-index: 10000;
    max-width: 251px;
    box-sizing: border-box;
    padding: 7px;
}

.emote-select {
    cursor: pointer;
}

.emote-contain img {
    width: 30px;
    height: 30px;
    margin: 3px;
    display: inline-block;
    cursor: pointer;
}

.input-button-row {
    text-align: center;
}

.input-button {
    background-color: #a9a9a9;
    color: #fff;
    border: 0;
    padding: 5px 12px;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
    -webkit-appearance: none;
}

.input-text {
    padding: 3px 6px;
    margin-right: 4px;
    max-width: 110px;
    width: 30%;
}

.input-button:last-child {
    margin-right: 0px;
}

.back-to-welcome {
    cursor: pointer;
}

.top-buttons-contain {
    position: absolute;
    right: 4px;
    top: 4px;
    text-align: right;
}

.settings-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(https://churchunlimited.online/images/site_uploads/settings-button.png);
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.emote-button {
    position: absolute;
    right: 45px;
    bottom: 15px;
    width: 25px;
    height: 25px;
    background-image: url(https://churchunlimited.online/images/site_uploads/smiley.png);
    background-size: 90%;
    cursor: pointer;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat;
}

.chat-welcome {
    position: absolute;
    width: 100%;
    background-color: #00000091;
    z-index: 20000;
    top: 36px;
    bottom: 64px;
}

.chat-welcome-text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    display: block;
    top: 50%;
    transform: translate(0%, -50%);
}

.submit-chat {
    position: absolute;
    right: 74px;
    bottom: 15px;
    width: 25px;
    height: 25px;
    background-image: url(https://churchunlimited.online/images/site_uploads/enter.png);
    background-size: 85%;
    cursor: pointer;
    z-index: 100;
    background-position: center center;
    background-repeat: no-repeat;
}

.logout-button {
    width: 30px;
    height: 30px;
    background-image: url(https://churchunlimited.online/images/site_uploads/logout-button.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.message-entry {
    box-sizing: border-box;
    padding: 5px 11px;
    position: relative;
}

.message-picture {
    width: 25px;
    height: 25px;
    background-image: url(https://churchunlimited.online/uploads/profile_pictures/guest_profile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
}

.remove-chat {
    background-image: url("https://churchunlimited.online/images/site_uploads/cta-close.png");
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
}

.message-content {
    font-size: 12px;
    width: auto;
    box-sizing: border-box;
    padding-left: 33px;
    padding-top: 4px;
    color: #c1c1c1;
    padding-right: 12px;
    line-height: 156%;
    word-break: break-word;
}

.message-content div {
    display: inline-block;
}

.message-content br {
    display: none;
}

.message-username {
    display: inline-block;
    font-weight: 700;
    color: #989898;
    margin-right: 2px;
}

.chat-entry-contain {
    background-color: rgb(45, 45, 45);
    border: 0px;
    box-sizing: border-box;
    border-radius: 6px;
    bottom: -7px;
    height: 40px;
    padding-left: 12px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px !important;
    color: rgb(74, 74, 74) !important;
}

.chat-entry {
    position: absolute;
    top: 0px;
    width: 88%;
    display: inline-block;
    padding-top: 9px;
    color: #a9a9a9;
    font-size: 14px !important;
    line-height: 141% !important;
    outline: none !important;
    word-break: break-work !important;
    height: 29px;
}

.chat-entry img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.chat-placeholder {
    position: absolute;
    top: 0px;
    font-size: 13px;
    padding-top: 4px;
    line-height: 139%;
    width: 88%;
    z-index: 1000;
    display: inline-block;
    margin-top: 1px;
}

.message-status {
    display: inline-block;
    background-color: #afafaf;
    color: #fff;
    border-radius: 9px;
    font-size: 10px;
    padding: 0px 4px;
    margin-right: 3px;
}

.heart {
    z-index: 999;
    position: absolute;
    animation: heartfade 2s linear;
    background-image: url("https://churchunlimited.online/images/site_uploads/heart_pink_updated.png");
    background-size: 87% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 29px;
}

.heart-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.heart-container {
    position: absolute;
    right: 42px;
    bottom: 78px;
}

.heart-button {
    z-index: 999;
    position: absolute;
    pointer-events: all;
    cursor: pointer;
    top: -26px;
    right: 15px;
    background-image: url(https://churchunlimited.online/images/site_uploads/heart-gray.png);
    background-size: 90%;
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

.chat-emote {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.user-count {
    color: rgb(255, 255, 255);
    background-color: rgb(169, 169, 169);
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.user-count-icon {
    width: 11px;
    height: 11px;
    vertical-align: middle;
}

.mail-button {
    color: rgb(255, 255, 255);
    background-color: rgb(169, 169, 169);
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
}

.mail-button-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.form-close {
    background-image: url("https://churchunlimited.online/images/site_uploads/cta-close.png");
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 10px;
    background-size: 100%;
    cursor: pointer;
}

@keyframes heartfade {
    0% {
        opacity: 1;
        top: 0;
        transform: scale(0);
    }
    25% {
        transform: scale(1.1);
        opacity: 0.75;
        top: -125px;
    }
    50% {
        opacity: 0.5;
        top: -250px;
    }
    100% {
        opacity: 0;
        top: -500px;
        transform: scale(1.1);
    }
}

@keyframes bang {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.cta-timer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    background-color: #fff;
    width: 0%;
    animation: cta-timer-anim 10s linear;
}

@keyframes cta-timer-anim {
    0% {
        width: 0%;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: 100%;
    }
}

.chat-entry-contain {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.chat-entry-contain::-webkit-scrollbar {
    display: none;
}

.chat-contain::-webkit-scrollbar {
    display: none;
}

.chat-contain {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.online-user-list::-webkit-scrollbar {
    display: none;
}

.online-user-list {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
