.icon_1ew2Q {
  display: block;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}
.desktopIconGrid_1dZQa {
  position: relative;
  width: 100%;
  height: 100%;
}

.desktopIcon_akwdc {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 78px;
  height: 72px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.desktopIcon_akwdc.dragging_2FADy {
  z-index: 1000;
}

.desktopIcon_akwdc.selected_1GIBr .iconWrapper_30crf {
  -webkit-filter: brightness(0.4) contrast(0.9) sepia(100%) hue-rotate(195deg) saturate(2);
          filter: brightness(0.4) contrast(0.9) sepia(100%) hue-rotate(195deg) saturate(2);
}

.desktopIcon_akwdc.selected_1GIBr .iconLabel_qflwR {
  color: white;
  background: #040080;
  background: var(--dialog-blue);
}

.iconWrapper_30crf {
  padding: 0 8px 4px 8px;
  pointer-events: none;
}

.iconLabel_qflwR {
  max-height: 30px;
  padding: 2px 3px 2px 3px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
  word-wrap: break-word;
}

.selectionRect_zWspY {
  position: absolute;
  border: 1px dotted rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 128, 0.1);
  pointer-events: none;
  z-index: 999;
}


.contextMenu_nM3CH {
  position: fixed;
  background: #c0c0c0;
  background: var(--surface);
  border: 2px solid;
  border-color: #ffffff #0a0a0a #0a0a0a #ffffff;
  border-color: var(--button-highlight) var(--window-frame) var(--window-frame) var(--button-highlight);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.5);
  min-width: 200px;
  z-index: 10000;
  padding: 2px;
}

.menuItem_3Xiz- {
  padding: 4px 20px 4px 8px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menuItem_3Xiz-:hover:not(.disabled_2VoUQ) {
  background: #040080;
  background: var(--dialog-blue);
  color: white;
}

.menuItem_3Xiz-.disabled_2VoUQ {
  color: #808080;
  color: var(--button-shadow);
  cursor: default;
}

.separator_1qMQU {
  height: 1px;
  margin: 2px 4px;
  background: #808080;
  background: var(--button-shadow);
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid var(--button-highlight);
}


.desktop_1fPJK {
  width: 100%;
  height: 100%;
  background-color: #008080;
  background-color: var(--desktop-green);
}
.button_3AO2i {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: none;
    background-color: #c0c0c0;
    background-color: var(--surface);
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffffff, inset -2px -2px #808080, inset 2px 2px #dfdfdf;
    box-shadow: var(--border-raised-outer), var(--border-raised-inner);
    border-radius: 0;
  
    min-width: 75px;
    min-height: 23px;
    padding: 0 12px;
  }
  
  .button_3AO2i:not(:disabled):active,
  .button_3AO2i.active_2LUOw {
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
    box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
  }

  .button_3AO2i:not(:disabled):active > *,
  .button_3AO2i.active_2LUOw > * {
    transform: translate3d(1px, 1px, 0);
  }
  
  @media (hover: none) {
    .button_3AO2i:not(:disabled):hover {
      box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
      box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
    }
  }
  
  .button_3AO2i:focus,
  .button_3AO2i.focus_8udqU {
    outline: 1px dotted #000000;
    outline-offset: -4px;
  }
  
  .button_3AO2i::-moz-focus-inner {
    border: 0;
  }

.button_3AO2i.inTaskbar_sZCZl {
    min-height: 22px;
    height: 22px;
    padding: 0 4px 0;
}

.button_3AO2i.inTaskbar_sZCZl img {
    margin-right: 3px;
}

.button_3AO2i.inTaskbar_sZCZl div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.button_3AO2i.inTaskbar_sZCZl:not(:disabled):active > *,
.button_3AO2i.inTaskbar_sZCZl.active_2LUOw > * {
    transform: translate3d(1px, 1px, 0);
  }

.button_3AO2i.noOutline_3vpeS:focus {
    outline: 0;
}
.notificationArea_2AyF8 {
    display: flex;
    align-items: center;
    height: 22px;
    padding: 2px;
    font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
    font-family: var(--font-family-ui), sans-serif;
    font-size: 11px;
    line-height: 1;
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080;
    box-shadow: var(--box-shadow-notification);
}

.statusIcon_IrfPk {
    margin: 0 1px 0;
}

.clock_THtSD {
    margin: 0 10px;
}
.menuOption_ZLwPW{
    position: relative; 
    display: flex;
    align-items: center;
    margin: 1px 0;
    min-width: 128px;
    height: 20px;
    color: black;
    white-space: nowrap;
    overflow: visible;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.menuOption_ZLwPW:hover
{
    color: white;
    background-color: #040080;
    background-color: var(--dialog-blue);
}

.menuOptionIcon_2pOAE {
    margin: 0 6px;
}

.menuOptionArrow_3ukUc {
    margin: 0 3px;
}

.menuOptionLabel_2xN1Y {
    flex: 1;
    margin-right: 14px;
    /* margin: 1px 0 0; */
}

.menuOption_ZLwPW.large_3XB6o {
    margin: 0;
    min-width: 136px;
    height: 32px;
}

.menuOption_ZLwPW.large_3XB6o > .menuOptionIcon_2pOAE {
    margin: 0 10px;
}

.menuOption_ZLwPW.large_3XB6o > .menuOptionLabel_2xN1Y::first-letter {
    text-decoration: underline;
}

.menuOptionSubMenu_1STiY {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate3d(-3px, -6px, 0);
}

.menuOption_ZLwPW:hover > .menuOptionSubMenu_1STiY {
  display: block;
}
.menu_pecxl {
    display: inline-flex;
    flex-direction: column;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
    box-shadow: var(--border-window-outer), var(--border-window-inner);
    background: #c0c0c0;
    background: var(--surface);
    padding: 3px;
    font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
    font-family: var(--font-family-ui), sans-serif;
    font-size: 11px;
    line-height: 1;
    overflow: visible;
}

.optionGroup_zgqjj {
    padding: 5px 0 2px;
    box-shadow:  inset 0px 1px #808080, inset 0px 2px #ffffff;
    box-shadow:  inset 0px 1px var(--button-shadow), inset 0px 2px var(--button-highlight);
    overflow: visible;
}

.menu_pecxl.large_32Lbf > .optionGroup_zgqjj {
    padding: 8px 0 6px;
}

.optionGroup_zgqjj:first-child {
   padding-top: 0 !important; 
   box-shadow:  none !important;

}  

.optionGroup_zgqjj:last-child {
    padding-bottom: 0 !important; 
 }  

.startMenu_3eJEM {
  position: relative;
}

.startMenu_3eJEM > div {
  padding-left: 24px;
}

.startMenu_3eJEM::before {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 21px;
  height: calc(100% - 6px);
  content: '';
  background: #808080 url(/assets/start-menu-logo.e01aef59968688dd6c2fb1e582c74ca0.png) no-repeat left bottom;
  background: var(--dialog-gray) url(/assets/start-menu-logo.e01aef59968688dd6c2fb1e582c74ca0.png) no-repeat left bottom;
}
.taskbar_1Frg6 {
    position: relative;
    display: flex;
    height: 28px;
    padding: 4px 0 2px 0;
    box-shadow: inset 0 1px #dfdfdf, inset 0 2px #ffffff;
    box-shadow: inset 0 1px var(--button-face), inset 0 2px var(--button-highlight);
    background: #c0c0c0;
    background: var(--surface);
}

.startMenuWrapper_5gT0M {
    z-index: 1;
    position: absolute;
    left: 2px;
    bottom: 24px;
}

.startButtonWrapper_1PFYt {
    margin: 0 2px;
}

.startButtonWrapper_1PFYt  button {
    min-width: auto;
}

.startButtonLabel_2MeJe {
    margin: 1px 1px 0 3px;
}

.taskButtonsWrapper_1RwUo {
    flex: 1 1 auto;
    display: flex;
    min-width: 100px;;
    padding: 0 2px;
}

.taskButtonsWrapper_1RwUo button {
    flex: 1 1 0;
    margin-right: 4px;
    min-width: 20px;
    max-width: 160px;
}

.notificationAreaWrapper_p2eVA {
    flex: 0 0 auto;
    margin: 0 1px;
}
.aimLogin_9T0VW {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #d6d6ce;
  font-family: Arial, sans-serif;
}

.logoSection_rBuu3 {
  background: #d6d6ce; /* Match form background */
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #848484;
}

.loginLogo_1h4TI {
  max-width: 65%;
  height: auto;
  display: block;
}

.formSection_nGUF6 {
  flex: 1;
  padding: 12px;
  background: #d6d6ce;
}

.inputGroup_c7g7H {
  margin-bottom: 10px;
}

.label_2g_RS {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #000;
}

.keyIcon_3wEWP {
  font-size: 14px;
}

.link_23LPb {
  display: inline-block;
  margin-top: 3px;
  font-size: 11px;
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}

.link_23LPb:hover {
  color: #0000cc;
}

.inputWrapper_2ZRIP {
  position: relative;
  display: flex;
}

.input_3ODQd {
  width: 100%;
  padding: 3px 5px;
  border: 2px inset #848484;
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.input_3ODQd:focus {
  outline: none;
}

.dropdown_3lGCA {
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  width: 20px;
  background: #d6d6ce;
  border-left: 1px solid #848484;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
}

.checkboxRow_tG_sb {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  grid-gap: 10px;
  gap: 10px;
}

.checkbox_3JNnL {
  display: flex;
  align-items: center;
  font-size: 11px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox_3JNnL input[type="checkbox"] {
  margin-right: 5px;
  cursor: pointer;
}

.checkbox_3JNnL span {
  text-decoration: underline;
  color: #000;
}

.buttonRow_3laIm {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #848484;
}

.leftButtons_3GID7 {
  display: flex;
  grid-gap: 5px;
  gap: 5px;
}

.iconButton_2857q {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d6d6ce;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  padding: 5px 10px;
  cursor: pointer;
  min-width: 60px;
}

.iconButton_2857q:active {
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.signOnButton_UqqIN {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d6d6ce;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  padding: 5px 15px;
  cursor: pointer;
  min-width: 70px;
}

.signOnButton_UqqIN:active {
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.buttonIcon_1Feow {
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
}

.signOnIcon_2yp-m {
  width: 32px;
  height: 32px;
  margin-bottom: 3px;
}

.buttonLabel_o3yQd {
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #000;
  display: none; /* Hide button text */
}

.version_MUPj5 {
  text-align: center;
  font-size: 10px;
  color: #666;
  margin-top: 10px;
}


.aimBuddyList_36M0Z {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #d6d6ce;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.logoContainer_11JS0 {
  background: #d6d6ce;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #848484;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoImg_Y9M3t {
  width: 200px;
  max-width: 200px;
  height: auto;
  display: block;
}

.menuBar_2odK5 {
  display: flex;
  background: #d6d6ce;
  border-bottom: 1px solid #848484;
  border-top: 1px solid #fff;
  padding: 2px 5px;
}

.menuItem_3RP1F {
  padding: 2px 8px;
  cursor: pointer;
  font-size: 11px;
}

.menuItem_3RP1F:hover {
  background: #0a246a;
  color: #fff;
}

.buddyListContainer_1lIhQ {
  flex: 1;
  overflow-y: auto;
  background: #fff;
  border: 2px inset #848484;
  margin: 5px;
}

.buddyGroup_1agRy {
  margin-bottom: 1px;
}

.groupHeader_3BmzO {
  background: linear-gradient(to bottom, #9fc3f7 0%, #6fa3f7 100%);
  padding: 3px 5px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #4a7bc7;
  font-size: 11px;
}

.groupHeader_3BmzO span {
  margin-right: 3px;
}

.groupContent_doKOw {
  background: #fff;
}

.buddyItem_2YU32 {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.buddyItem_2YU32:hover {
  background: #e8f0ff;
}

.buddyIcon_2z2xA {
  position: relative;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 3px;
  margin-right: 6px;
  border: 1px solid #999;
}

.statusIndicator_34mjG {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.statusIndicator_34mjG.online_y8kju {
  background: #00ff00;
}

.statusIndicator_34mjG.idle_2TDVv {
  background: #ffa500; /* Orange for idle */
}

.statusIndicator_34mjG.away_2r1Dx {
  background: #ffcc00;
}

.statusIndicator_34mjG.offline_3x_Mr {
  background: #ff0000;
}

.buddyInfo_1Wg37 {
  flex: 1;
  overflow: hidden;
}

.buddyName_2HHn0 {
  font-weight: bold;
  color: #000;
  font-size: 11px;
}

.statusMessage_18-12 {
  font-size: 10px;
  color: #666;
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottomBar_36-_w {
  background: #d6d6ce;
  border-top: 1px solid #fff;
  padding: 5px 3px;
}

.buttonRow_MjBs_ {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  grid-gap: 2px;
  gap: 2px;
}

.buttonContainer_3c-_B {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2px;
  gap: 2px;
}

.bottomButton_23L45 {
  cursor: pointer;
  width: 35px;
  height: auto;
  transition: opacity 0.1s;
}

.bottomButton_23L45:hover {
  opacity: 0.8;
}

.bottomButton_23L45:active {
  opacity: 0.6;
}

.buttonLabel_-QE5D {
  font-size: 9px;
  color: #000;
  text-align: center;
  line-height: 1.1;
  max-width: 50px;
}

/* Scrollbar styling */
.buddyListContainer_1lIhQ::-webkit-scrollbar {
  width: 16px;
}

.buddyListContainer_1lIhQ::-webkit-scrollbar-track {
  background: #d6d6ce;
}

.buddyListContainer_1lIhQ::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border: 1px outset #848484;
}

.buddyListContainer_1lIhQ::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}


.aimChat_2lzIz {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #d6d6ce;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.menuBar_2x8xY {
  display: flex;
  background: #d6d6ce;
  border-bottom: 1px solid #848484;
  border-top: 1px solid #fff;
  padding: 2px 5px;
  justify-content: space-between;
}

.menuLeft_3YP5D {
  display: flex;
}

.menuItem_1cE4K {
  padding: 2px 8px;
  cursor: pointer;
  font-size: 11px;
}

.menuItem_1cE4K:hover {
  background: #0a246a;
  color: #fff;
}

.warningLevel_RtLBH {
  padding: 2px 8px;
  color: #000;
  font-size: 11px;
}

.messagesContainer_2Sj-F {
  flex: 1;
  overflow: hidden;
  padding: 5px;
  background: #d6d6ce;
  min-height: 150px;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

.messages_1O94Z {
  height: 100%;
  overflow-y: auto;
  background: #fff;
  border: 2px inset #848484;
  padding: 8px;
  font-family: 'Arial', sans-serif;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

.message_1cEYZ {
  margin-bottom: 4px;
  line-height: 1.3;
  font-size: 12px;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

.messageSenderYou_fRHAI {
  font-weight: bold;
  color: #0000ff;
}

.messageSenderBuddy_1mXwr {
  font-weight: bold;
  color: #ff0000;
}

.messageTime_1lvZM {
  font-size: 10px;
  color: #666;
}

.messageText_35l7I {
  color: #000;
}

.systemMessage_1mvff {
  text-align: center;
  color: #666;
  font-size: 11px;
  font-style: italic;
  margin: 8px 0;
  line-height: 1.3;
}

.toolbar_2bz8k {
  display: flex;
  grid-gap: 1px;
  gap: 1px;
  padding: 3px;
  background: #d6d6ce;
  border-bottom: 1px solid #848484;
  align-items: center;
}

.toolButton_1uRje {
  width: 28px;
  height: 24px;
  padding: 0;
  background: #d6d6ce;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toolButton_1uRje:active {
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.toolSeparator_2fz9Y {
  width: 2px;
  height: 20px;
  background: #848484;
  margin: 0 2px;
}

.inputContainer_fy2uF {
  padding: 5px;
  padding-bottom: 3px;
  background: #d6d6ce;
}

.input_3yIci {
  width: 100%;
  height: 80px;
  padding: 4px;
  border: 2px inset #848484;
  font-family: Arial, sans-serif;
  font-size: 12px;
  resize: none;
  box-sizing: border-box;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

.input_3yIci:focus {
  outline: none;
}

.bottomBar_189AT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  padding-top: 3px;
  background: #d6d6ce;
  border-top: 1px solid #fff;
}

.actionButtons_3-wiq {
  display: flex;
  grid-gap: 3px;
  gap: 3px;
}

.actionButton_1Fmal {
  min-width: 60px;
  padding: 4px 8px;
  background: #d6d6ce;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  cursor: pointer;
  font-size: 11px;
  text-align: center;
}

.actionButton_1Fmal:active {
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.sendButton_UpAZ2 {
  min-width: 80px;
  padding: 4px 12px;
  background: #d6d6ce;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
}

.sendButton_UpAZ2:active {
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

/* Scrollbar styling */
.messages_1O94Z::-webkit-scrollbar {
  width: 16px;
}

.messages_1O94Z::-webkit-scrollbar-track {
  background: #d6d6ce;
}

.messages_1O94Z::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border: 1px outset #848484;
}

.messages_1O94Z::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.emojiButton_2qEHK {
  width: 32px;
  height: 32px;
  padding: 0;
  background: #d6d6ce;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #848484;
  border-bottom: 2px solid #848484;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emojiButton_2qEHK:hover {
  background: #e0e0e0;
}

.emojiButton_2qEHK:active {
  border-top: 2px solid #848484;
  border-left: 2px solid #848484;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}


.windowContent_HSrY7 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.windowContentMenu_t8Ilt {
    flex: 0 0 auto;
}

.windowContentBody_13o9M {
    display: flex;
    flex: 1 1 auto;
    min-width: 1px;
}

.windowContentFooter_EYuWt {
    flex: 0 0 auto;
}

.windowContent_HSrY7, 
.windowContentMenu_t8Ilt,
.windowContentBody_13o9M, 
.windowContentFooter_EYuWt {
    overflow: hidden;
}
.groupSelector_2Uayj {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  font-family: 'MS Sans Serif', Arial, sans-serif;
}

.header_3YLog {
  margin-bottom: 10px;
}

.header_3YLog h3 {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: bold;
}

.header_3YLog p {
  margin: 0;
  font-size: 11px;
  color: #666;
}

.buddyList_E39EH {
  flex: 1;
  overflow-y: auto;
  border: 2px inset #808080;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}

.emptyMessage_3e0wi {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 11px;
}

.buddyItem_2Fggl {
  display: flex;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}

.buddyItem_2Fggl:hover {
  background: #e8f0ff;
}

.buddyItem_2Fggl input[type="checkbox"] {
  margin-right: 8px;
}

.buddyName_1ZQ0A {
  font-weight: bold;
  font-size: 11px;
  margin-right: 8px;
}

.statusMessage_2spa8 {
  font-size: 10px;
  color: #666;
  font-style: italic;
}

.footer_xcfNK {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.selectedCount_Q9v2p {
  font-size: 11px;
  color: #000;
}

.buttons_3T5yH {
  display: flex;
  grid-gap: 5px;
  gap: 5px;
}


.aimChat_2znol {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: Arial, sans-serif;
}

.chatArea__57rM {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background: #fff;
  border: 2px inset #808080;
  margin: 5px;
}

.emptyChat_1JP9C {
  text-align: center;
  color: #999;
  padding: 20px;
  font-style: italic;
  font-size: 11px;
}

.messageBlock_2e8aT {
  margin-bottom: 8px;
}

.messageSender_YrAed {
  font-size: 10px;
  color: #00f;
  margin-bottom: 2px;
}

.messageText_1nAUo {
  font-size: 11px;
  color: #000;
  word-wrap: break-word;
  white-space: pre-wrap;
  margin-left: 8px;
}

.systemMessage_xykeM {
  text-align: center;
  color: #808080;
  font-size: 10px;
  font-style: italic;
  margin: 8px 0;
  padding: 4px;
}

.inputArea_1fYPO {
  padding: 5px;
  border-top: 1px solid #999;
  background: #d6d6ce;
}

.input_1AhUS {
  width: 100%;
  min-height: 50px;
  padding: 5px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  border: 2px inset #808080;
  resize: vertical;
  box-sizing: border-box;
}

.sendButtonRow_3oLyd {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

/* Scrollbar styling */
.chatArea__57rM::-webkit-scrollbar {
  width: 16px;
}

.chatArea__57rM::-webkit-scrollbar-track {
  background: #d6d6ce;
}

.chatArea__57rM::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border: 1px outset #848484;
}

.chatArea__57rM::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}


.tabs_XQ2wJ {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tabHeaders_1ww5X {
  display: flex;
  border-bottom: 2px solid #808080;
  border-bottom: 2px solid var(--button-shadow);
}

.tabHeader_1D5_4 {
  padding: 6px 16px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  cursor: pointer;
  background: var(--ui-background);
  border: 2px solid transparent;
  border-bottom: none;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.tabHeader_1D5_4.active_3JVj7 {
  background: var(--ui-background);
  border-color: var(--raised-outer-border) var(--raised-outer-border) var(--ui-background) var(--raised-outer-border);
  border-bottom-color: var(--ui-background);
  font-weight: bold;
}

.tabHeader_1D5_4:not(.active_3JVj7):hover {
  background: #ffffff;
  background: var(--button-highlight);
}

.tabBody_2vFN8 {
  flex: 1;
  background: var(--ui-background);
  overflow: auto;
}


.desktopPropertiesApp_3ZFK5 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 4px 8px 8px 8px;
  background: var(--ui-background);
}

.tabContent_RLP7V {
  flex: 1;
  padding: 8px;
  overflow-y: auto;
}

.section_1o-bC {
  margin-bottom: 16px;
}

.label_DjnPs {
  display: block;
  margin-bottom: 8px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.wallpaperGrid_1fqWf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 12px;
  gap: 12px;
  margin-bottom: 12px;
}

.wallpaperOption_i_qBh {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 4px;
  border: 2px solid transparent;
}

.wallpaperOption_i_qBh.selected_6hFpl {
  border-color: #040080;
  border-color: var(--dialog-blue);
  background: rgba(0, 0, 128, 0.1);
}

.wallpaperPreview_2UaJe {
  width: 80px;
  height: 60px;
  border: 1px solid #808080;
  border: 1px solid var(--button-shadow);
  margin-bottom: 4px;
}

.wallpaperLabel_2BkID {
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 4px;
  gap: 4px;
  width: 100%;
}

.wallpaperLabel_2BkID span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.deleteButton_2dOSE {
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #808080;
  border: 1px solid var(--button-shadow);
  background: #c0c0c0;
  background: var(--surface);
  color: #0a0a0a;
  color: var(--window-frame);
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  flex-shrink: 0;
}

.deleteButton_2dOSE:hover {
  background: #ff0000;
  color: white;
  border-color: #cc0000;
}

.uploadSection_14tz1 {
  margin-top: 8px;
}

.uploadButton_25VKp {
  display: inline-block;
  padding: 4px 12px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  background: var(--ui-background);
  border: 2px solid;
  border-color: var(--raised-outer-border) var(--raised-inner-border) var(--raised-inner-border) var(--raised-outer-border);
  cursor: pointer;
}

.uploadButton_25VKp:active {
  border-color: var(--raised-inner-border) var(--raised-outer-border) var(--raised-outer-border) var(--raised-inner-border);
}

.fileInput_3tCRx {
  display: none;
}

.select_3e4Zf {
  width: 100%;
  max-width: 250px;
  padding: 4px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  background: white;
  border: 2px solid;
  border-color: var(--lowered-outer-border) var(--lowered-inner-border) var(--lowered-inner-border) var(--lowered-outer-border);
}

.preview_2LSQR {
  margin-top: 16px;
}

.previewLabel_oKuA9 {
  margin-bottom: 8px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.previewBox_szfpF {
  width: 100%;
  max-width: 300px;
  height: 150px;
  background: #000;
  border: 2px solid;
  border-color: var(--lowered-outer-border) var(--lowered-inner-border) var(--lowered-inner-border) var(--lowered-outer-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.previewText_1rwuS {
  color: white;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  text-align: center;
}

/* Monitor Preview */
.monitorPreview_1Awyn {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  padding: 16px 0;
}

.monitorFrame_3MTRF {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monitorScreen_1NoX_ {
  width: 140px;
  height: 105px;
  border: 3px solid #808080;
  border: 3px solid var(--button-shadow);
  border-left-color: #ffffff;
  border-left-color: var(--button-highlight);
  border-top-color: #ffffff;
  border-top-color: var(--button-highlight);
  background: #008080;
  margin-bottom: 8px;
  overflow: hidden;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.monitorStand_1kgCY {
  width: 80px;
  height: 3px;
  background: #808080;
  background: var(--button-shadow);
  position: relative;
}

.monitorStand_1kgCY::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 30px;
  height: 10px;
  background: #808080;
  background: var(--button-shadow);
  border-left: 2px solid #ffffff;
  border-left: 2px solid var(--button-highlight);
  border-top: 2px solid #ffffff;
  border-top: 2px solid var(--button-highlight);
  border-right: 2px solid #0a0a0a;
  border-right: 2px solid var(--window-frame);
}

/* Wallpaper Section */
.wallpaperSection_25nLU {
  margin-bottom: 16px;
}

.sectionLabel_1J5Kq {
  display: block;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px;
}

.fieldLabel_3fHlX {
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  display: block;
  margin-bottom: 4px;
}

.wallpaperControls_zhn8B {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 12px;
}

.wallpaperSelect_22-iB {
  flex: 1;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  background: white;
  border: 2px solid;
  border-color: #808080 #ffffff #ffffff #808080;
  border-color: var(--button-shadow) var(--button-highlight) var(--button-highlight) var(--button-shadow);
  padding: 2px;
  min-height: 80px;
}

.wallpaperButtons_1aN0z {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  min-width: 90px;
}

.browseButton_2HVf9 {
  display: block;
  padding: 3px 12px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  background: #c0c0c0;
  background: var(--surface);
  border: 2px solid;
  border-color: #ffffff #0a0a0a #0a0a0a #ffffff;
  border-color: var(--button-highlight) var(--window-frame) var(--window-frame) var(--button-highlight);
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.browseButton_2HVf9:active {
  border-color: #0a0a0a #ffffff #ffffff #0a0a0a;
  border-color: var(--window-frame) var(--button-highlight) var(--button-highlight) var(--window-frame);
}

.patternButton_2GkY2 {
  padding: 3px 12px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  background: #c0c0c0;
  background: var(--surface);
  border: 2px solid;
  border-color: #ffffff #0a0a0a #0a0a0a #ffffff;
  border-color: var(--button-highlight) var(--window-frame) var(--window-frame) var(--button-highlight);
  cursor: pointer;
  text-align: center;
  width: 100%;
}

.patternButton_2GkY2:disabled {
  color: #808080;
  color: var(--button-shadow);
  cursor: default;
}

/* Pattern Dialog */
.patternDialog_PtGHf {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.patternDialogContent_1aVPk {
  background: #c0c0c0;
  background: var(--surface);
  border: 2px solid;
  border-color: #ffffff #0a0a0a #0a0a0a #ffffff;
  border-color: var(--button-highlight) var(--window-frame) var(--window-frame) var(--button-highlight);
  min-width: 400px;
  max-width: 500px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.patternDialogHeader_3RjtC {
  background: #040080;
  background: var(--dialog-blue);
  color: white;
  padding: 2px 4px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.patternDialogClose_3URAE {
  background: #c0c0c0;
  background: var(--surface);
  border: 1px solid #0a0a0a;
  border: 1px solid var(--window-frame);
  width: 16px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}

.patternDialogBody_1qSXN {
  padding: 12px;
}

.patternGrid_2r8M4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  gap: 8px;
  margin-top: 8px;
  padding: 4px;
  background: white;
  border: 2px solid;
  border-color: #808080 #ffffff #ffffff #808080;
  border-color: var(--button-shadow) var(--button-highlight) var(--button-highlight) var(--button-shadow);
  max-height: 400px;
  overflow-y: auto;
}

.patternItem_AbHXt {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  padding: 6px;
  cursor: pointer;
  border: 2px solid transparent;
}

.patternItem_AbHXt:hover {
  background: rgba(0, 0, 128, 0.05);
}

.patternItemSelected_1FEoo {
  border: 2px solid #040080 !important;
  border: 2px solid var(--dialog-blue) !important;
  background: rgba(0, 0, 128, 0.1) !important;
}

.patternPreview_y8W_E {
  width: 60px;
  height: 60px;
  border: 1px solid #808080;
  border: 1px solid var(--button-shadow);
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}

.patternName_2lIm6 {
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 9px;
  text-align: center;
  word-wrap: break-word;
  max-width: 70px;
  line-height: 1.2;
}

.patternDialogButtons_1cirM {
  padding: 8px 12px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #808080;
  border-top: 1px solid var(--button-shadow);
}

.dialogButton_2E6DY {
  padding: 3px 24px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  background: #c0c0c0;
  background: var(--surface);
  border: 2px solid;
  border-color: #ffffff #0a0a0a #0a0a0a #ffffff;
  border-color: var(--button-highlight) var(--window-frame) var(--window-frame) var(--button-highlight);
  cursor: pointer;
  min-width: 75px;
}

.dialogButton_2E6DY:active {
  border-color: #0a0a0a #ffffff #ffffff #0a0a0a;
  border-color: var(--window-frame) var(--button-highlight) var(--button-highlight) var(--window-frame);
}

.buttons_16RDF {
  display: flex;
  justify-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px;
  border-top: 1px solid #808080;
  border-top: 1px solid var(--button-shadow);
  margin-top: auto;
}


.gameApp_1X9Z5 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}

.message_7DArO {
  display: flex;
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 2rem;
  max-width: 32rem;
}

.icon_dJTRD {
  flex-shrink: 0;
}

.gameName_3Rp4_ {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.text_2p93L {
  margin: 0.5rem 0;
}


.menuBar_qTdvP {
    display: flex;
    margin: 1px;
    height: 16px;
}

.menuBarOption_dwdZR {
    display: flex;
    align-items: center;
    padding: 0 6px;
    list-style-type: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* .menuBarOption:hover {
    background: var(--dialog-blue);
    color: white;
} */

.menuBarOptionLabel_1mgxw::first-letter {
    text-decoration: underline;
}
.statusBar_Kmq_n {
    position: relative;
    display: flex;
    height: 21px;
    padding: 1px;
}

.spaceLeft_32606, .spaceRight_r2im6 {
    height: 100%;
    padding: 3px 3px 0 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080;
    box-shadow: var(--box-shadow-notification);

}

.spaceLeft_32606 {
    min-width: 144px;
    margin-right: 2px;
}

.spaceRight_r2im6 {
    flex: 1;
}
.countour_2xluh {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    background: #ffffff;
    background: var(--button-highlight);
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
    box-shadow: var(--border-field);
    margin: 1px;
    padding: 2px;
    overflow: hidden;
}
.loading_4hsvx,
.empty_muhNx {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: white;
  color: #808080;
  font-size: 11px;
  padding: 20px;
}

.threeColumnLayout_1nefm {
  display: flex;
  width: 100%;
  height: 100%;
  background: white;
}

.column_1cL_y {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex-shrink: 0;
}

.resizeHandle_1Z8Ut {
  width: 4px;
  background: #c0c0c0;
  cursor: col-resize;
  position: relative;
  flex-shrink: 0;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
}

.resizeHandle_1Z8Ut:hover {
  background: #a0a0a0;
}

.resizeHandle_1Z8Ut:active {
  background: #808080;
}

.column_1cL_y.focused_1Rwee .listHeader_29ba9 {
  background: #0000aa;
  color: white;
}

.listView_34KWq {
  background: white;
  width: 100%;
  min-height: 100%;
}

.listHeader_29ba9 {
  display: flex;
  background: #c0c0c0;
  border-bottom: 1px solid #808080;
  padding: 2px 4px;
  font-size: 11px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.headerColumn_QPKLR {
  padding: 0 2px;
}

.searchContainer_ttFzj {
  padding: 4px;
  background: #c0c0c0;
  border-bottom: 1px solid #808080;
  position: relative;
}

.searchInputWrapper_2WM_G {
  position: relative;
  width: 100%;
}

.searchInput_27RO- {
  width: 100%;
  padding: 2px 20px 2px 4px;
  border: 1px solid #808080;
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  font-family: 'MS Sans Serif', sans-serif;
  font-size: 11px;
  background: white;
  box-sizing: border-box;
}

.searchInput_27RO-:focus {
  outline: none;
}

.clearSearchButton_3vNQq {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #808080;
  background: #c0c0c0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bold;
}

.clearSearchButton_3vNQq:hover {
  background: #dfdfdf;
}

.clearSearchButton_3vNQq:active {
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #000000;
  border-bottom-color: #000000;
  background: #a0a0a0;
}

.loadingMore_1ct6K {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #808080;
  font-size: 11px;
  font-style: italic;
}

.listItems_2zAcK {
  background: white;
}

.listItem_2d-B5 {
  display: flex;
  align-items: center;
  padding: 1px 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 11px;
  min-height: 18px;
  grid-gap: 4px;
  gap: 4px;
}

.listItem_2d-B5:hover {
  background: #c0c0c0;
}

.listItem_2d-B5.selected_1DnZp {
  background: #000080;
  color: white;
}

.albumName_2wQHq,
.itemName_LSghY {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trackCount_1-k2l {
  width: 50px;
  text-align: right;
  flex-shrink: 0;
  padding-right: 8px;
}


.fileGrid_2e3qm {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  justify-items: flex-start;
  width: 100%;
  height: 100%;
}

.file_1qjwA {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 4px;
  width: 78px;
  height: 72px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fileIcon_2sO5f {
  padding: 0 8px 4px 8px;
}

.fileLabel_3ETZZ {
  max-height: 30px;
  padding: 2px 3px 2px 3px;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  overflow: hidden;
}

.file_1qjwA.focus_3pMHM .fileIcon_2sO5f {
  -webkit-filter: brightness(0.4) contrast(0.9) sepia(100%) hue-rotate(195deg) saturate(2);
          filter: brightness(0.4) contrast(0.9) sepia(100%) hue-rotate(195deg) saturate(2)
}

.file_1qjwA.focus_3pMHM .fileLabel_3ETZZ {
  color: white;
  background: #040080;
  background: var(--dialog-blue);
}

.file_1qjwA.softFocus_3SHeW .fileLabel_3ETZZ {
  outline: 1px dotted black;
  outline-offset: -1px;
}

.file_1qjwA.softFocus_3SHeW.focus_3pMHM .fileLabel_3ETZZ {
  outline-color: white;
}
.textarea_NnYLB {
    border: 0;
    padding: 4px;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: white;
    resize: none;
    font-family: FixedSysExcelsior, monospace;
    font-family: var(--font-family-sys);
    font-weight: bold;
    /* -webkit-font-smoothing: none; */
    /* font-size: 13px; */
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    overflow: scroll;
}
.picture_3o1Yn {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated;
}
.bump_2mBNO {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    margin: 1px;
    overflow: hidden;
    box-sizing: border-box;
}

.inner_qD3mF.small_2AdlY,
.outer_i9vT8.small_2AdlY {
    padding: 1px;
}

.inner_qD3mF.small_2AdlY {
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080;
    box-shadow: var(--box-shadow-notification);
}

.outer_i9vT8.small_2AdlY {
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080;
    box-shadow: var(--box-shadow-notification);
}

.inner_qD3mF.medium_9JbD7, 
.inner_qD3mF.large_2otph {
    border: 2px solid #808080;
    border: 2px solid var(--button-shadow);
    border-right-color: #ffffff;
    border-right-color: var(--button-highlight);
    border-bottom-color: #ffffff;
    border-bottom-color: var(--button-highlight);
}

.outer_i9vT8.medium_9JbD7,
.outer_i9vT8.large_2otph {
    border: 2px solid #ffffff;
    border: 2px solid var(--button-highlight);
    border-right-color: #808080;
    border-right-color: var(--button-shadow);
    border-bottom-color: #808080;
    border-bottom-color: var(--button-shadow);

}

.inner_qD3mF.large_2otph {
    border-width: 3px;
}

.timerNumber_acFyb {
    position: relative;
    width: 13px;
    height: 23px;
    background: black;
}

.timerNumber_acFyb img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 23px;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated;
}

.timerAppContent_3oUTo {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 6px;
}

.timers_2QRE0 {
    display: flex;
    flex-direction: row;
    padding: 4px;
}

.timers_2QRE0 > * {
    margin: 0 2px;
}

.timer_m1exe {
    display: flex;
    width: auto;
    height: 23px;
}

.timerAppContent_3oUTo button,
.timerAppContent_3oUTo button:not(:disabled):active,
.timerAppContent_3oUTo button.active_i0jiy
 {
    min-width: auto;
    padding: 0 4px 0 3px;
  }

.timerAppContent_3oUTo button img {
    width: 18px;
   height: 18px;
   -ms-interpolation-mode: nearest-neighbor;
       image-rendering: -moz-crisp-edges;
       image-rendering: pixelated;
}
@font-face {
  font-family: 'Modern DOS';
  src: url(/assets/ModernDOS8x16.fc910792f52946d98507429d827f197a.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

.vmwareApp_2HN2P {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: var(--default-bg-color);
}

.sidebar_3w-1_ {
  width: 200px;
  border-right: 1px solid var(--border-dark);
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.vmList_2uykt {
  flex: 1;
  overflow-y: auto;
  padding: 1px;
  background-color: #fff;
}

.vmItem_uCnHd {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  margin-bottom: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #fff;
}

.vmItem_uCnHd:hover {
  background-color: var(--selected-item-bg-color-light);
}

.vmItem_uCnHd.selected_19Ud_ {
  background-color: #0000aa;
  color: #fff;
  border: 1px solid #0000aa;
}

.vmItem_uCnHd.selected_19Ud_ .vmStatus_1NFYt {
  color: #ddd;
}

.stopButton_16tRr {
  margin-left: auto;
  background: #c0c0c0;
  border: 2px outset #dfdfdf;
  padding: 2px 8px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 24px;
}

.stopButton_16tRr:hover {
  background: #e0e0e0;
}

.stopButton_16tRr:active {
  border-style: inset;
  background: #a0a0a0;
}

.vmItem_uCnHd.selected_19Ud_ .stopButton_16tRr {
  background: #8080ff;
  border-color: #a0a0ff;
}

.vmItem_uCnHd.selected_19Ud_ .stopButton_16tRr:hover {
  background: #9090ff;
}

.vmIcon_2cy6p {
  font-size: 20px;
  margin-right: 8px;
  width: 24px;
  text-align: center;
}

.vmInfo_1Q88f {
  flex: 1;
  min-width: 0;
}

.vmName_2D-dP {
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vmStatus_1NFYt {
  font-size: 10px;
  color: var(--text-color-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mainPanel_1Vzuf {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--default-bg-color);
}

.displayArea_3QSxz {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  background-color: var(--default-bg-color);
  min-height: 480px;
  overflow: auto;
}

.vmDisplay_1GoFL {
  width: 100%;
  height: 100%;
  min-width: 640px;
  min-height: 480px;
  border: 2px inset var(--border-light);
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 1px 1px 0 var(--border-dark),
              inset -1px -1px 0 var(--border-light);
}

.vmDisplayContent_1ZX-u {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.poweredOff_1hJUi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  gap: 24px;
  cursor: pointer;
  background-color: #000;
  z-index: 10;
}

.playButton_1TZA3 {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.playButton_1TZA3:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.playIcon_3poRE {
  font-size: 48px;
  color: #000;
  margin-left: 8px;
}

.poweredOffText_1njEQ {
  color: #ccc;
  font-size: 14px;
  text-align: center;
}

.noSelection_3_he1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 32px;
}

.noSelectionText_2Paoa {
  color: var(--text-color-secondary);
  font-size: 12px;
  text-align: center;
}

.vmRunning_2_Jm_ {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vmRunning_2_Jm_ canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: pixelated;
  image-rendering: crisp-edges;
  pointer-events: auto;
}

.vmRunning_2_Jm_ > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'Modern DOS', 'Courier New', 'Courier', monospace;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: 0;
  white-space: pre;
  overflow: auto;
  padding: 8px;
  box-sizing: border-box;
  pointer-events: auto;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
}

/* Scale down content when container is smaller */
@media (max-width: 640px), (max-height: 480px) {
  .vmRunning_2_Jm_ > div {
    min-width: unset;
    min-height: unset;
    transform-origin: center center;
  }
}


.voidApp_jkmHC {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px 20px 15px;
}

.message_1H3F5 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-size: 11px;;
    margin-bottom: 10px;
}

.message_1H3F5 img {
    margin-right: 20px;
}

.message_1H3F5 p {
    margin-bottom: 10px;
}
.winampApp_4seTf {
  position: relative;
  background: transparent;
  width: 1px;
  height: 1px;
  overflow: visible;
}

/* Force Webamp to respect parent z-index hierarchy */
.winampApp_4seTf #webamp {
  position: relative !important;
  z-index: 1 !important;
  pointer-events: auto !important;
}

/* Override Webamp's internal z-index values to respect parent */
.winampApp_4seTf .webamp-window {
  position: relative !important;
  z-index: 1 !important;
}

/* Ensure all Webamp internal elements respect parent z-index */
.winampApp_4seTf #webamp * {
  z-index: auto !important;
}

/* Disable playlist drag and drop to prevent re-ordering */
.winampApp_4seTf .playlist-tracks .track,
.winampApp_4seTf .playlist-track,
.winampApp_4seTf .playlist-track-title {
  cursor: default !important;
  -webkit-user-drag: none !important;
  user-drag: none !important;
  pointer-events: auto !important;
}

.winampApp_4seTf .playlist-tracks {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
   -ms-user-select: none !important;
       user-select: none !important;
}

/* Make the skin selector submenu scrollable - target the actual skins list */
#webamp-context-menu li.parent ul {
  max-height: 400px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* Style the scrollbar for the skin menu */
#webamp-context-menu li.parent ul::-webkit-scrollbar {
  width: 16px !important;
  background: #c0c0c0 !important;
}

#webamp-context-menu li.parent ul::-webkit-scrollbar-thumb {
  background: #808080 !important;
  border: 1px solid #000 !important;
}

#webamp-context-menu li.parent ul::-webkit-scrollbar-button {
  height: 16px !important;
  background: #c0c0c0 !important;
  border: 1px outset #fff !important;
}


.titleBar_2eyKu {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
  margin: 1px !important;
  height: 18px;
  padding: 1px 2px !important;
  color: white;
  background: #040080;
  background: var(--dialog-blue);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.titleBar_2eyKu.inactive_HqCtT {
  background: #808080;
  background: var(--dialog-gray);
  color: #c0c0c0;
  color: var(--surface);
}

.titleBarText_KGG7d {
  flex: 1;
  margin: 0 24px 0 1px;
  letter-spacing: 0;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.titleBarIcon_1UE0v {
  margin-right: 2px;
}

.titleBarControls_3JjqG {
  display: flex;
}

.titleBarControls_3JjqG button {
  padding: 0;
  display: block;
  min-width: 16px;
  min-height: 14px;
}

.titleBarControls_3JjqG button:active {
  padding: 0;
}

.titleBarControls_3JjqG button:focus {
  outline: none;
}

.titleBarControls_3JjqG button:last-child {
  margin-left: 2px;
}

.titleBarControls_3JjqG button {
  position: relative;
}

.minimize_1SGvZ, .maximize_80pw3, .restore_7gXB6, .help_SNH_r, .close_1MQCT {
  width: 16px;
  height: 14px;
}

.minimize_1SGvZ {
  background-image: url(/assets/minimize.896e84f548fa85f4b7e40370422509bc.svg);
  background-repeat: no-repeat;
  background-position: bottom 3px left 4px;
}

.maximize_80pw3 {
  background-image: url(/assets/maximize.31636e4de146faefa416fa47d6fe61fc.svg);
  background-repeat: no-repeat;
  background-position: top 2px left 3px;
}

.restore_7gXB6 {
  background-image: url(/assets/restore.a883ccc66e6662e8b62af42880aab733.svg);
  background-repeat: no-repeat;
  background-position: top 2px left 3px;
}

.help_SNH_r {
  background-image: url(/assets/help.ce0d476c01bbfbb3dcac038c05ded0dd.svg);
  background-repeat: no-repeat;
  background-position: top 2px left 5px;
}

.close_1MQCT {
  background-image: url(/assets/close.b618b2378463d746f2ac5c3268114ead.svg);
  background-repeat: no-repeat;
  background-position: top 3px left 4px;
}
.window_3dLUQ {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 3px;
    background: #c0c0c0;
    background: var(--surface);
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf, inset -2px -2px #808080, inset 2px 2px #ffffff;
    box-shadow: var(--border-window-outer), var(--border-window-inner);
  }

.windowNoChrome_1owc5 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  background: transparent;
  box-shadow: none;
  width: 1px;
  height: 1px;
  overflow: visible;
}

.windowMain_1PBIM {
    flex: 1 1 auto;
}

.windowMain_1PBIM {
    overflow: hidden;
}

.windowMainNoChrome_22DWa {
  flex: 0 0 auto;
  width: 1px;
  height: 1px;
  overflow: visible;
}

.handle_3E0U- {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    background: transparent url(/assets/resize-handle-grip.e245578f47d20fdf88b10aa23b151de7.png) no-repeat 7px 7px;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: pixelated;
}

.handle_3E0U-:hover {
    cursor: nwse-resize;
}
.windowsContainer_3uhBt {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.windowsContainer_3uhBt > * {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
}
.win96_1bZjZ {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.shell_2wylh {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainView_2FYOq, .taskbarView_25NV9 {
  position: relative;
}

.mainView_2FYOq {
  flex: 1 1 0;
  min-height: 1px;
}

.taskbarView_25NV9 {
  flex: 0 0 28px
}

/**
 * Windows 96's is based om 98.css
 * Copyright (c) 2020 Jordan Scales <thatjdanisso.cool>
 * https://github.com/jdan/98.css/blob/master/LICENSE
 */

@font-face {
    font-family: "PixelatedMsSansSerif";
    src: url(/assets/ms_sans_serif.7bbbd32e0f9977dd70a4d1287927d5da.woff) format("woff");
    src: url(/assets/ms_sans_serif.1d4d404a3bbe4b7007f89e792233aa9c.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "PixelatedMsSansSerif";
    src: url(/assets/ms_sans_serif_bold.6eb2c63fbead0014ef0c4c537bfe328a.woff) format("woff");
    src: url(/assets/ms_sans_serif_bold.cb1c7473de82bb53662aaa2d7640e53e.woff2) format("woff2");
    font-weight: bold;
    font-style: normal;
  }

@font-face {
    font-family: "FixedSysExcelsior";
    src: url(/assets/FSEX301.740a9fca3000757ffa96236667ef00c3.woff) format("woff");
    font-weight: bold;
    font-style: normal;
}

:root {
    /* Custom */
    --font-family-ui: "PixelatedMsSansSerif", sans-serif;
    --font-family-sys: FixedSysExcelsior, monospace;
    --box-shadow-notification: inset -1px -1px var(--button-highlight), inset 1px 1px var(--button-shadow);
    /* from Win98.css */

    /* Color */
    --surface: #c0c0c0;
    --button-highlight: #ffffff;
    --button-face: #dfdfdf;
    --button-shadow: #808080;
    --window-frame: #0a0a0a;
    /* --dialog-blue: #000080; */
    --dialog-blue:#040080;
    /* --dialog-blue-light: #1084d0; */
    --dialog-gray: #808080;
    /* --dialog-gray-light: #b5b5b5; */
    --link-blue: #0000ff;
    --desktop-green: #008080;
    /* Spacing */
    --element-spacing: 8px;
    --grouped-button-spacing: 4px;
    --grouped-element-spacing: 6px;
    --radio-width: 12px;
    --checkbox-width: 13px;
    --radio-label-spacing: 6px;
    --range-track-height: 4px;
    --range-spacing: 10px;
    /* Some detailed computations for radio buttons and checkboxes */
    --radio-total-width-precalc: calc(var(--radio-width) + var(--radio-label-spacing));
    --radio-total-width: calc(var(--radio-total-width-precalc));
    --radio-left: calc(-1 * var(--radio-total-width-precalc));
    --radio-dot-width: 4px;
    --radio-dot-top: calc(var(--radio-width) / 2 - var(--radio-dot-width) / 2);
    --radio-dot-left: calc( -1 * (var(--radio-total-width-precalc)) + var(--radio-width) / 2 - var( --radio-dot-width) / 2);
    --checkbox-total-width-precalc: calc(var(--checkbox-width) + var(--radio-label-spacing));
    --checkbox-total-width: calc(var(--checkbox-total-width-precalc));
    --checkbox-left: calc(-1 * var(--checkbox-total-width-precalc));
    --checkmark-width: 7px;
    --checkmark-top: 3px;
    --checkmark-left: 3px;
    /* Borders */
    --border-width: 1px;
    --border-raised-outer: inset -1px -1px var(--window-frame), inset 1px 1px var(--button-highlight);
    --border-raised-inner: inset -2px -2px var(--button-shadow), inset 2px 2px var(--button-face);
    --border-sunken-outer: inset -1px -1px var(--button-highlight), inset 1px 1px var(--window-frame);
    --border-sunken-inner: inset -2px -2px var(--button-face), inset 2px 2px var(--button-shadow);
    /* Window borders flip button-face and button-highlight */
    --border-window-outer: inset -1px -1px var(--window-frame), inset 1px 1px var(--button-face);
    --border-window-inner: inset -2px -2px var(--button-shadow), inset 2px 2px var(--button-highlight);
    /* Field borders (checkbox, input, etc) flip window-frame and button-shadow */
    --border-field: inset -1px -1px var(--button-highlight), inset 1px 1px var(--button-shadow), inset -2px -2px var(--button-face), inset 2px 2px var(--window-frame);
}

* {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

html {
  font-size: 12px;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* body {
    font-size: 1rem;
    font-family: var(--font-family-main);
    font-weight: 400;
  } */

/* body, input, textarea, button, select {
    line-height: 130%;
  } */

body, button, label, input, textarea, select, option, ul {
  /* font-family: Arial; */
  /* font-size: 12px; */
  font-size: 11px;
  color: #222222;
  font-family: "PixelatedMsSansSerif", sans-serif, sans-serif;
  font-family: var(--font-family-ui), sans-serif;
  /* -webkit-font-smoothing: none; */
}


h1 {
  font-size: 5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

u {
  text-decoration: none;
  border-bottom: 0.5px solid #222222;
}

/* .vertical-bar {
  width: 4px;
  height: 20px;
  background: #c0c0c0;
  box-shadow: var(--border-raised-outer), var(--border-raised-inner);
} */

label {
  display: inline-flex;
  align-items: center;
}

:disabled, :disabled+label {
  color: #808080;
  color: var(--button-shadow);
  text-shadow: 1px 1px 0 #ffffff;
  text-shadow: 1px 1px 0 var(--button-highlight);
}

input[type="radio"], input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  background: 0;
  position: fixed;
  opacity: 0;
  border: none;
}

input[type="radio"]+label, input[type="checkbox"]+label {
  line-height: 13px;
}

input[type="radio"]:focus+label, input[type="checkbox"]:focus+label {
  outline: 1px dotted #000000;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
  padding: 3px 4px;
  border: none;
  box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
  box-shadow: var(--border-field);
  background-color: #ffffff;
  background-color: var(--button-highlight);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="text"], input[type="password"], input[type="email"], select {
  height: 21px;
}

input[type="text"], input[type="password"], input[type="email"] {
  /* For some reason descenders are getting cut off without this */
  line-height: 2;
}

a {
  color: #0000ff;
  color: var(--link-blue);
}

a:focus {
  outline: 1px dotted #0000ff;
  outline: 1px dotted var(--link-blue);
}

pre {
  display: block;
  background: #ffffff;
  background: var(--button-highlight);
  box-shadow: inset -1px -1px #ffffff, inset 1px 1px #808080, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
  box-shadow: var(--border-field);
  padding: 12px 8px;
  margin: 0;
}

code, code * {
  font-family: FixedSysExcelsior, monospace;
  font-family: var(--font-family-sys);
}

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar:horizontal {
  height: 17px;
}

::-webkit-scrollbar-corner {
  background-color: #c0c0c0;
  background-color: var(--surface);
}

::-webkit-scrollbar-track {
  background-image: url(/assets/scrollbar-background.0f92e920ea42088fb1a5ed706d5159a5.svg);
}

::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  background-color: var(--surface);
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffffff, inset -2px -2px #808080, inset 2px 2px #dfdfdf;
  box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}

::-webkit-scrollbar-button:horizontal:start:decrement, ::-webkit-scrollbar-button:horizontal:end:increment, ::-webkit-scrollbar-button:vertical:start:decrement, ::-webkit-scrollbar-button:vertical:end:increment {
  display: block;
}

::-webkit-scrollbar-button:vertical:start {
  height: 17px;
  background-image: url(/assets/button-up.c2a849bbd8dff33c1e4d9d7c56b320b4.svg);
}

::-webkit-scrollbar-button:vertical:end {
  height: 17px;
  background-image: url(/assets/button-down.a71ed12784616270129bfecafd7d0a52.svg);
}

::-webkit-scrollbar-button:horizontal:start {
  width: 16px;
  background-image: url(/assets/button-left.5334624c2aea7322eb60787ef7747764.svg);
}

::-webkit-scrollbar-button:horizontal:end {
  width: 16px;
  background-image: url(/assets/button-right.df6f030c0a52527bbcdd5a7928d7960f.svg);
}
