
/* Night ///////////////////////////////////////////////////// */

/* Relative Path: ../wallpaper/Night/ */

body.night-mode {
  --background-color: #1d1d1d;
  --left-section-color: #05242b;

  --contain-color_1: rgb(39, 38, 38);
  --message-box-color: rgb(0, 0, 0);

  --message-box-name-color: rgb(240, 240, 240);
  --message-box-original-color: #979797;
  --message-box-translate-color: rgb(240, 240, 240);
  --message-box-error-color: rgb(255, 130, 130);
  --message-box-system-color: rgb(133, 255, 133);
  --message-box-chatTime-color: #979797;
  --message-box-streamTime-color: rgb(240, 240, 240);

  --buttom-menu-color:
    url('/static/translator/wallpaper/Night/img/menu.png') center / 70% no-repeat,
    #002e5f center / 100% no-repeat;
  --buttom-menuback-color:
    url('/static/translator/wallpaper/Night/img/menuback.png') center / 70% no-repeat,
    #0c535f center / 100% no-repeat;
  --buttom-chat_OFF-color:
    url('/static/translator/wallpaper/Night/img/chat.png') center / 70% no-repeat,
    #002e5f center / 100% no-repeat;
  --buttom-chat_ON-color:
    url('/static/translator/wallpaper/Night/img/chat-active.png') center / 70% no-repeat,
    #002e5f center / 100% no-repeat;
  --buttom-summary-color:
    url('/static/translator/wallpaper/Night/img/summary.png') center / 70% no-repeat,
    #002e5f center / 100% no-repeat;
  --buttom-subtitles-color:
    url('/static/translator/wallpaper/Night/img/subtitles.png') center / 70% no-repeat,
    #002e5f center / 100% no-repeat;
  --buttom-colorpalette_ON-color:
    url('/static/translator/wallpaper/Night/img/palette.png') center / 80% no-repeat,
    #002e5f center / 100% no-repeat;
  --buttom-home-color:
    url('/static/translator/wallpaper/Night/img/home.png') center / 70% no-repeat,
    #002e5f center / 100% no-repeat;
}