/**========================================================================
* ?                                ABOUT
* @author         :  MK
* @email          :  info@ghostcam.com
* @store          :  https://blackmask.codychat.store/
* @product        :  Ghostcam (theme)
* @version        :  1.0
*========================================================================**/

/* custom font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* general colors */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #246cf9;
}
body {
  font-family: "Inter", sans-serif;
  background: #141518;
  color: #fff;
}
button {
  background: transparent;
  color: #fff;
}
input,
textarea,
button,
label,
placeholder,
.post_input_container {
  font-family: "Inter", sans-serif, "FontAwesome";
  background: #1e1f25;
  color: #fff;
  border: 1px solid rgb(68, 79, 104, 0.639) !important;
}
.setdef {
  color: #fff;
}

/* item with background no effect */
.bback {
  background: rgb(0, 0, 0, 0.12);
}

/* item with background no effect with border */
.bbackb {
  background: rgb(0, 0, 0, 0.1);
  border: 1px solid rgb(0, 0, 0, 0.08);
}

/* item with no background and hover effect */
.bhover:hover,
.bhoverr:hover {
  background: rgb(0, 0, 0, 0.1);
}

/* item with background and hover effect */
.bbackhover {
  background: rgb(0, 0, 0, 0.1);
}
.bbackhover:hover {
  background: rgb(0, 0, 0, 0.14);
}

/* item width background and hover effect with a border */
.bbackhoverb {
  background: rgb(0, 0, 0, 0.05);
}
.bbackhoverb:hover {
  background: rgb(0, 0, 0, 0.025);
  border: 1px solid rgb(0, 0, 0, 0.08);
}

/* item with no background with line separator and hover effect */
.blisting {
  border-bottom: 1px solid rgb(68, 79, 104, 0.639);
}
.blisting:hover {
  background: rgb(0, 0, 0, 0.1);
}

/* item with no background with line separator */
.blist {
  border-bottom: 1px solid rgb(68, 79, 104, 0.639);
}

/* private panel top */
.back_ptop {
  background: #1e1f25;
  color: #fff;
}

/* page menu & page sub menu */
.bpmenu:hover {
  background: rgb(255, 255, 255, 0.09);
}
.bsub {
  background: hsl(225, 9.1%, 8.6%);
}
.bsub:hover {
  background: hsl(225, 9.1%, 5%);
}

/* sub menus for card, logs, wall, news */
.bmenu,
.submenu {
  border-bottom: 1px solid rgb(68, 79, 104, 0.639);
}
.bmenu:hover,
.submenu:hover {
  background: rgb(0, 0, 0, 0.08);
}

/* box shadow */
.bshadow,
.page_element,
.float_menu,
.btnshadow,
.pboxed {
  box-shadow: 0 1px 3px rgb(0, 0, 0, 0.2);
}

/* main item selected for panel and box */
.bselected {
  background: rgb(255, 255, 255, 0.08);
}

/* reg menu selected item */
.rselected {
  background: rgb(255, 255, 255, 0.08);
}

/* page selected */
.pselected {
  color: #246cf9;
}

/* current item selected */
.cselected,
.liked {
  background: rgb(255, 255, 255, 0.05);
}

/* paginate item selected */
.pag_btn {
  background: rgba(0, 0, 0, 0.15);
  color: #c1c1c1;
}
.pagselected,
.pag_btn:hover {
  background: rgb(0, 0, 0, 0.2);
}

/* count and gold tag */
.gtag {
  background: #5774b7;
  border: 1px solid rgb(255, 255, 255, 0.08);
}

/* border color for separator and items border */
.bborder {
  border-bottom: 1px solid #282c38;
}
.tborder {
  border-top: 1px solid #282c38;
}
.lborder,
.ppanel {
  border-left: 1px solid #282c38;
}
.rborder {
  border-right: 1px solid #282c38;
}
.fborder {
  border: 1px solid #282c38;
}

/* float top color */
.float_top,
.float_ctop {
  border-bottom: 1px solid #282c38;
}

/* headers colors and top box colors */
.bhead {
  background: #1e1f25;
  color: #fff;
  border-bottom: 1px solid #282c38;
}
.modal_top,
.pro_top {
  background: #1e1f25;
  color: #fff;
}
.bfoot {
  background: #1e1f25;
  color: #fff;
  border-top: 1px solid #282c38;
}
.foot {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  background: #1e1f25;
  border-top: 1px solid #282c38;
  color: #fff;
}

/* background major element panel, page menu, float menu, modal, chat boxes */
.backglob {
  background: #1e1f25;
}
.back_chat {
  background: url("./images/background.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 20%;
}

#intro_top {
  background: url("./images/background.png") repeat 0 0;
  animation: animate-bg 10s linear infinite;
}

@keyframes animate-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 500px -500px;
  }
}
.back_priv,
.back_panel,
.back_modal,
.page_element {
  background: #1e1f25;
}
.back_menu {
  background: #1e1f25;
  border: 1px solid #282c38;
}
.back_pmenu {
  background: #1e1f25;
  color: #fff;
  border-right: 1px solid #282c38;
}
.back_box {
  background: #1e1f25;
}
.back_input {
  background: #1e1f25;
  border-top: 1px solid #282c38;
}
.back_quote {
  background: #181a21;
  border: 1px solid #282c38;
}

/* main theme color */
.theme_color {
  color: #246cf9;
}
.default_color {
  color: #246cf9;
}
.error {
  color: #c83d3d;
}
.success {
  color: #328426;
}
.warn {
  color: #e39e20;
}

/* button colors */
.theme_btn,
.back_theme,
.ok_btn {
  background: hsl(220, 94.7%, 55.9%);
  color: #fff;
  transition: background 0.25s ease-in-out;
}
.theme_btn:hover,
.back_theme:hover,
.ok_btn:hover {
  background: hsl(220, 94.7%, 45%);
}
.default_btn,
.defaultd_btn,
.back_default {
  background: #546079;
  color: #fff;
}

.warn_btn {
  background: #e39e20;
  color: #fff;
}
.delete_btn {
  background: #c83d3d;
  color: #fff;
}
.send_btn {
  color: #fff;
}

/* default username color */
.user {
  color: #fff;
}

/* chat system messsage text color */
.chat_system {
  color: #c1c1c1;
}

/* opacity for offline users in list */
.offline {
  opacity: 0.5;
}

/* menu icon */
.menui,
.subi {
  color: hsl(220, 94.7%, 55.9%);
}

/* wall reply background */
.reply_item {
  background: #252832;
}

/* main post item option wall and news */
.main_post_item {
  color: #999;
}

/* input option background colors */
.input_item {
  color: #999;
}

/* private log bubble colors */
.target_private,
.hunt_quote {
  color: #fff;
  background: #546079;
}
.hunter_private,
.targ_quote {
  color: #fff;
  background: #5774b7;
}

/* quote in chat background */
.cquote {
  background: rgb(255, 255, 255, 0.05) !important;
}
.cqname {
  color: #fff;
}
.cqmess {
  color: #c1c1c1;
}

/* tab menu */
.tab_menu {
  background: #1e1f25;
  box-shadow: 0 1px 3px rgb(0, 0, 0, 0.2);
}
.tab_menu_item {
}
.tab_selected {
  background: rgb(255, 255, 255, 0.08);
}

/* modal menu */
.modal_mback {
  background: rgb(0, 0, 0, 0.12);
}
.modal_mborder {
  border-bottom: 1px solid rgb(68, 79, 104, 0.639);
}
.modal_selected {
  background: rgb(255, 255, 255, 0.08);
}

/* back transparency background for modal box */
.modal_back {
  background-color: rgba(0, 0, 0, 0.4);
}

/* chat logs */
.ch_logs {
  background: rgb(0, 0, 0, 0.02);
}
.ch_logs:not(:last-child) {
  border-bottom: 1px solid rgb(255, 255, 255, 0.04);
}
.log2 {
  background: rgb(255, 255, 255, 0.02);
}
.sys_log {
}
.topic_log {
  background: transparent;
  color: #fff;
  margin: 5px auto;
  width: 98%;
  max-width: 600px;
}
.tptitle {
  font-weight: 700;
}
.tptext {
  font-weight: 300;
}
.topic_log > .my_text {
  background: #4f5466;
  border-radius: 5px;
  padding: 10px 12px;
}
.topic_log > .my_text::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 20px;
  border-right: 16px solid #414453;
  border-bottom: 16px solid transparent;
}
.topic_log > .topic_icon {
  width: 65px;
}

/* upload progress */
.bprogress {
  background: #246cf9;
  color: #fff;
}

/* notification colors */
.bnotify {
  background: #c83d3d;
  color: #fff;
}
.foot_notify,
.head_notify {
  border: 1px solid #fff;
}

/* date colors */
.sub_date {
  color: #bbb;
}
.sub_chat,
.sub_priv {
  color: #ccc;
}

/* secondary text color */
.sub_text,
.list_mood {
  color: #c1c1c1;
}
.list_mood {
  font-weight: 300;
}

/* profile likes */
.plikes {
  background-color: rgba(100, 100, 100, 0.3);
  color: #fff;
}

/* spinner color */
.bspin {
  color: rgb(255, 255, 255, 0.3);
}

/* special chat item */
.my_notice {
  color: #fff;
  background: hsl(220, 94.7%, 55.9%);
}
.system_text {
  background: #ededed;
  color: #666;
}

/* outside pages background */
.back_page {
  background: #222;
  color: #fff;
}

/* video background color */
.post_video {
  background: rgb(0, 0, 0, 1);
}

/* slider */
.boom_slider .ui-widget-content {
  background: #ededed;
}
.boom_slider .ui-state-default {
  background: #5774b7 !important;
}
.boom_slider .ui-state-active {
  background: #6890ee !important;
}
.boom_slider .ui-slider-range {
  background: #5774b7;
}

/* select input color */
.selectboxit-list,
.selectboxit-btn {
  background-color: #1e1f25;
  color: #c1c1c1;
  border: 1px solid #282c38 !important;
}
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor {
  background-color: #2b2f3c;
  color: #fff;
}
.selectboxit-default-arrow {
  border-top: 4px solid #5774b7;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background: #2b2f3c;
  color: #fff;
}
.selectboxit-options {
  background: #252832;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #c1c1c1;
}
.head_logo img, .chat_head_logo img {
    height: 25px;
    width: auto;
    display: block;
}