/* Gradient Header and Buttons */
.chatHeaderWrapper,
.chatRooms ul li.active a,
.chatRooms ul li.blink a,
.chatRooms ul li:hover a,
.chatRoomsButton a:hover,
.closeIconWrapper > .closeIconColor,
.chatWindow .header,
.chatSendControlsWrapper div.buttonWrapper a.sendMessageButton,
.chatSendControlsWrapper .buttons a.register,
.nickIcon .filler {
    background-image: url("https://media1.tenor.com/m/j0rc4nYe450AAAAd/night-light.gif");
    color: #ffffff;
}

/* Menu Button Hover States */
.chatHeaderWrapper .goog-menu-button-open,
.chatHeaderWrapper .goog-menu-button-hover {
    background: #000000;
}

/* Menu Item Text */
.chatHeaderWrapper .menuItem .text {
    color: #ffffff;
}

/* Textarea Wrapper Background */
.chatSendControlsWrapper div.textareaWrapper {
    background-image: url("http://kumarjiiiii.webs.com/bgrnd2.png");
    background-color: #f5f5f5;
    right: 2px;
}

/* Highlighted Chat Message */
.chatMessage.hl {
    background-color: #e5e8e8;
}

/* Chat Messages Wrapper Styling */
.chatMessagesWrapper {
    border: 1px solid #000;
    border-radius: 6px;
    background-position: bottom left;
    background-repeat: repeat-x;
}

/* Scrollbar Styling */
.chatMessagesScrollBar div,
.chatUsersScrollBar div {
    background: linear-gradient(to bottom, #b8eff5, #b322a9, #b8eff5);
}

/* Chat Messages Container */
.chatMessagesContainer {
    bottom: 30px;
}

/* Smileys Icon in Textarea */
.chatSendControlsWrapper div.textareaWrapper > i.smileys {
    width: 18px;
    height: 18px;
    right: -5px;
    top: 5px;
    background-image: url("https://st1.chatovod.net/u/cs/2016/05_26/61/798561/1465049703_0.gif");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

/* Users Tab */
.chatUsersTab {
    background-image: url("https://i.hizliresim.com/y6G79N.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 6px;
}

/* Admin and Moderator Icons */
.admin .groupIcon {
    background-image: url("https://i.hizliresim.com/bVAzXe.gif");
}

.moderator .groupIcon {
    background-image: url("https://i.hizliresim.com/4el8d1w.gif");
    background-size: contain;
}

/* Page Body */
body {
    background-image: url("https://i.hizliresim.com/kp8hgua.jpg");
    background-size: cover;
    background-position: center;
    background-color: #fbfafa;
    color: #330033;
    font-weight: bold;
    font-family: "Comfortaa", sans-serif;
}

/* Toolbar Rounded */
.goog-toolbar {
    border-radius: 20px;
}

/* Icon Images */
.privateIcon { background-image: url("https://i.hizliresim.com/5a7X1d.png"); }
.infoIcon { background-image: url("https://i.hizliresim.com/y65vqN.png"); }
.roomsIcon { background-image: url("https://i.hizliresim.com/MVpbq1.png"); }
.usersIcon { background-image: url("https://i.hizliresim.com/4jr377.png"); }
.settingsIcon { background-image: url("https://i.hizliresim.com/5zzg1zu.png"); }
.bellIcon { background-image: url("https://i.hizliresim.com/doa9qc8.png"); }
.bannedIcon { background-image: url("https://i.hizliresim.com/uad5dpb.png"); }
.linkIcon { background-image: url("https://i.hizliresim.com/pbkyxq3.png"); }
.coins16Icon { background-image: url("https://i.hizliresim.com/fj1tiya.png"); }
.leaveIcon { background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLawXfruFFVdAVdH6TiWiwCvni8wVECri2bCinb7ylghFMIstbOSs7Gu61&s=10"); }
.removeIcon { background-image: url("https://i.hizliresim.com/LlAq2V.png"); }

/* Rooms Button */
.chatRoomsButton a {
    border-radius: 50px;
    display: block;
    line-height: 25px;
    padding: 0 8px;
    background-color: #eeeeee;
}

/* Register Button Background */
.chatSendControlsWrapper .buttons a span {
    border-radius: 50px;
    display: inline-block;
    background: linear-gradient(to right, #d33939, #4c034f);
}

/* Send Message Button */
.chatSendControlsWrapper div.buttonWrapper a.sendMessageButton {
    border-radius: 50px;
    display: inline-block;
    background-color: #4c034f;
}

/* Sign In and Send Controls Background */
.chatSendControlsWrapper,
.chatSignInWrapper {
    background-image: url("https://i.hizliresim.com/8f9.png");
    left: 0;
}

/* Chat Textarea */
.chatSendControlsWrapper div.textareaWrapper textarea {
    background-image: #f5f5dc;
    background-color: rgba(245, 245, 245, 0.8);
    background-size: 50% auto;
    background-repeat: no-repeat;
    border: 0.5px solid #000;
    background-position: left center, right center;
    font-family: "Arial", cursive;
    font-weight: bold;
}

/* Users Filter Input */
.chatUsersFilter input {
    padding: 1px 6px;
    width: 100%;
    height: 100%;
    margin-left: -12px;
    margin-top: -2px;
    border-radius: 5px;
    border: 1px solid #000;
    font-size: 14px;
    display: block;
    font-family: "Bradley Hand", cursive;
    font-weight: bold;
}

/* Gender Mask Colors */
.male .nickIcon .mask {
    background-color: #2020b3;
}

.female .nickIcon .mask {
    background-color: #a31d82;
}

/* Remove Expand Icon */
.menuItem i.expandIcon {
    display: none;
}

/* Menu Font */
.goog-menuitem-content {
    font-family: "Comfortaa", sans-serif;
}

/* Status Bubble */
.nickIcon .status {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 11px;
    height: 10px;
    background-repeat: no-repeat;
    background-color: transparent;
}

/* Nickname Filler */
.nickIcon .filler {
    background-image: url("https://i.hizliresim.com/6qbr7u7.gif");
    color: #ffff00;
    border-radius: 10px;
    background-color: #4d9dcb;
}
