@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.window-control-icon {
  width: 19px;
  height: 19px;
  background: #f1f1f1;
  border-radius: 15px;
}

/* // common styles */
.br-14 {
  border-radius: 14px;
}

.browser-top-icons {
  width: 17px;
  margin: 0 12px;
}

.ephiny-window {
  width: 1207px;
  height: 75vh;
  background-color: #fafafa;
  overflow: hidden;
  z-index: 2;
}
.ephiny-window .ephiny-topbar {
  background: white;
  height: 45px;
  border-bottom: 1px solid #dcdcdc;
}
.ephiny-window .ephiny-topbar .search-bar {
  width: 57%;
  background: #f1f1f1;
  height: 32px;
  border-radius: 5px;
}
.ephiny-window .ephiny-topbar .search-bar:has(input:focus) {
  border: 2px solid rgba(233, 84, 32, 0.4196078431);
}
.ephiny-window .ephiny-topbar .search-bar input::placeholder {
  font-size: 15px;
  padding-left: 4px;
  color: rgba(67, 67, 67, 0.8117647059);
}
.ephiny-window .ephiny-topbar .icon-in-left {
  margin-right: 54px;
}
.ephiny-window .ephiny-topbar .icon-in-right {
  margin-left: 61px;
  margin-right: 21px;
}
.ephiny-window .preview-tabs {
  width: 850px;
}
.ephiny-window .preview-tabs .preview-tab-container {
  width: 249px;
  height: 185px;
  margin: 5px 9px;
}
.ephiny-window .preview-tabs .preview-tab-container .preview-tab {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  height: 83%;
  border-radius: 12px;
  width: 100%;
}
.ephiny-window .preview-tabs .preview-tab-container .preview-tab-name {
  opacity: 0.7;
}
.ephiny-window .preview-tabs .preview-tab-container.large-bt {
  margin-bottom: 15px;
}
.ephiny-window .preview-tabs .preview-tab-container .preview-close-btn {
  background: #cacaca;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 25px;
  color: #ffffff;
}
.ephiny-window .preview-tabs .preview-tab-container .preview-image {
  width: 36%;
}
.ephiny-window .preview-tabs .preview-tab-container.firefox {
  width: 100px;
  height: 120px;
  margin: 5px 20px;
}
.ephiny-window .preview-tabs .preview-tab-container.firefox .preview-image {
  width: 56%;
}
.ephiny-window#firefox {
  background: #f9f9fb;
}
.ephiny-window#firefox .ephiny-topbar {
  border-bottom: 1px solid #f0f0f4;
  background: #f9f9fb;
}
.ephiny-window#firefox .ephiny-topbar .search-bar {
  background: #f0f0f4;
}
.ephiny-window#firefox .firefox-tabs {
  display: flex;
  align-items: center;
  padding-left: 7px;
  max-width: 85%;
}
.ephiny-window#firefox .firefox-tab {
  width: 200px;
  height: 36px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 4px;
}
.ephiny-window#firefox .firefox-tab.current-tab {
  background: #ffffff;
  box-shadow: 0 0 5px 1px rgba(197, 197, 197, 0.4);
}
.ephiny-window#firefox .firefox-tab:not(.current-tab):hover {
  background: #dcdcdc;
}
.ephiny-window#firefox .preview-tab {
  border: none;
}
.ephiny-window .tabs-bar {
  height: 45px;
  background: #ebebef;
  width: 100%;
}
.ephiny-window .site-search-icon {
  top: 50%;
  transform: translateY(-50%);
}
.ephiny-window .url-input {
  padding-left: 35px;
}

.tab-icon {
  width: 20px;
  height: 20px;
}

.tab-name {
  font-size: 14px;
  margin-left: 10px;
  height: 18px;
  font-weight: lighter;
  cursor: default;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.add-tab-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-left: 2px;
  border-radius: 5px;
  min-width: 36px;
}
.add-tab-btn:hover {
  background: #dcdcdc;
}
.add-tab-btn img {
  height: 20px;
  width: 20px;
}

.firefox-logo img {
  height: 75px;
}

.google-search-bar {
  height: 49px;
  width: 714px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 4px 2px rgba(96, 96, 96, 0.1215686275);
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 60px;
}
.google-search-bar img {
  height: 65%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2%;
}
.google-search-bar .google-search-input {
  height: 100%;
  width: 100%;
  padding-left: 8%;
}
.google-search-bar .google-search-input::placeholder {
  font-size: 14px;
}

.settings-tab-page .setting-plus-icon {
  width: 14px;
  height: 14px;
}
.settings-tab-page .settings-info {
  font-weight: lighter;
  margin-bottom: 40px;
  font-size: 15.5px;
  opacity: 0.4;
}
.settings-tab-page .settings-strap-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 1px 2px #e9e9e9;
  max-width: 575px;
  width: 100%;
}
.settings-tab-page .settings-strap-container .settings-strap:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.settings-tab-page .settings-strap {
  min-height: 52px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 20px;
  font-weight: lighter;
  font-size: 14px;
  color: #525252;
}
.settings-tab-page .settings-strap.no-padding {
  padding: 0;
}
.settings-tab-page .settings-strap .forward-icon {
  width: 20px;
}
.settings-tab-page .settings-strap .settings-strap-icons-right {
  width: 22px;
}
.settings-tab-page .settings-strap .x-toggle:checked + label > .x-toggle-light.x-toggle-btn {
  background-color: #e95420;
}
.settings-tab-page .settings-strap .x-toggle-component.x-toggle-focused .x-toggle-btn:not(.x-toggle-disabled)::after, .settings-tab-page .settings-strap .x-toggle-component.x-toggle-focused .x-toggle-btn:not(.x-toggle-disabled)::before {
  box-shadow: none;
}
.settings-tab-page .settings-strap, .settings-tab-page .settings-strap-heading, .settings-tab-page .settings-info {
  max-width: 575px;
  width: 100%;
}
.settings-tab-page .settings-strap-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
}
.settings-tab-page .main-start-description {
  font-weight: lighter;
  font-size: 12.5px;
  opacity: 0.7;
}
.settings-tab-page .strap-name-and-icon {
  display: flex;
}
.settings-tab-page .strap-name-and-icon .wifi-icon {
  width: 20px;
  height: 20px;
  margin-right: 18px;
}
.settings-tab-page .qr-icon {
  width: 20px;
  height: 20px;
  margin: 0 16px;
}

.bg-photo-flex {
  width: fit-content;
  padding: 20px 40px;
  margin: 0 auto;
}

.bg-photo-container {
  width: 140px;
  height: 110px;
  border-radius: 5px;
  overflow: hidden;
}
.bg-photo-container img {
  width: 100%;
  height: 100%;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container {
  flex-grow: 1;
  display: flex;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container input {
  flex-grow: 1;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  line-height: 1.45;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-visually-hidden {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.explore-settings-list {
  padding: 0 30px;
}

.featured-app {
  height: 230px;
  background: linear-gradient(90deg, #271858, #3bde73);
  min-width: 850px;
  border-radius: 10px;
  padding: 0 45px;
  width: 80%;
}

.discover-button {
  width: fit-content;
  border-radius: 4px;
}

.featured-snap-icon {
  width: 60px;
  height: 60px;
  padding: 8px;
  background: white;
  margin-right: 24px;
  border-radius: 8px;
}

.explore-app-list {
  margin-top: 28px;
  overflow-x: auto;
  max-height: 575px;
}

.app-tile-icon {
  width: 50px;
  height: 50px;
  margin-right: 13px;
}

.app-tile {
  border: 2px solid #dcdcdc;
  width: 390px;
  height: 164px;
  padding: 15px 20px;
  border-radius: 10px;
  display: flex;
  margin: 10px;
}
.app-tile .app-tile-name {
  margin-top: 4px;
  font-size: 16px;
  font-weight: lighter;
}
.app-tile .app-tile-developer {
  margin-top: 5px;
  font-weight: lighter;
  font-size: 14px;
  opacity: 0.5;
}
.app-tile .app-tile-description {
  font-size: 14px;
}
.app-tile .app-tile-description, .app-tile .app-tile-review {
  margin-top: 8px;
  font-weight: lighter;
}

.file-manager-section {
  height: 98%;
}

.folder-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 7px;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 8px;
}
.folder-container .folder-icon {
  width: 55px;
  height: 55px;
}
.folder-container .folder-name {
  margin-top: 5px;
  font-size: 14px;
  font-weight: lighter;
}
.folder-container:hover {
  background: rgba(121, 121, 121, 0.1);
}
.folder-container.clicked-level {
  background: #f9d4c7;
}

.pwd-bar {
  width: 70%;
  max-width: 830px;
  height: 33px;
  display: flex;
}

.folder-pwd {
  height: 100%;
  width: 90%;
  background: rgba(65, 65, 65, 0.1);
  /* margin: 10px 0; */
  border-radius: 6px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.file-rhs-heading {
  height: 2.75rem;
}

.pwd-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.folder-search {
  padding: 4px;
  margin-left: 10px;
  width: 35px;
  border-radius: 5px;
  height: 35px;
  transition: all 0.2s;
  background: transparent;
}
.folder-search:hover {
  background: rgba(93, 93, 93, 0.1);
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.4286;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days,
.ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  appearance: none;
  flex: 1 1 100%;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Ubuntu";
  overflow: hidden;
}

.wh18 {
  width: 18px;
  height: 18px;
}

.desktop-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}
.desktop-container .wallpaper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  z-index: -2;
}
.desktop-container .taskbar {
  height: 100svh;
  width: 60px;
  background: rgb(20, 16, 18);
  padding-top: 25px;
  position: absolute;
  left: 0;
}
.desktop-container .taskbar > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.desktop-container .taskbar .taskbaricon {
  margin-bottom: 15px;
  padding: 7px 8px;
  border-radius: 12px;
  position: relative;
}
.desktop-container .taskbar .taskbaricon.current-opened-app {
  background: rgba(191, 191, 191, 0.27);
}
.desktop-container .taskbar .taskbaricon.opened-app::after {
  position: absolute;
  left: 2px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  background: #e95420;
  border-radius: 5px;
}
.desktop-container .taskbar .startbtn {
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 10px;
}
.desktop-container .taskbar .startbtn.start-opened {
  background: #363636;
}
.desktop-container .taskbar .taskbaricon i,
.desktop-container .taskbar .startbtn i {
  font-size: 30px;
}
.desktop-container .topbar {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #131313;
}
.desktop-container .topbar .displaytime {
  font-size: 12px;
  color: white;
  cursor: default;
}
.desktop-container .topbar .shortcut {
  margin-right: 4px;
  padding: 3px 8px;
  border-radius: 12px;
}
.desktop-container .topbar .shortcut.shortcut-opened, .desktop-container .topbar .shortcut:hover {
  background: #454545;
}
.desktop-container .topbar .shortcut .top-line-icon {
  width: 18px;
  height: 18px;
  margin: 0;
}
.desktop-container .desktop-workspace {
  height: calc(100% - 20px);
  width: calc(100% - 60px);
  top: 30px;
  transform: scale(1, 1);
  transition: transform ease 0.25s;
  position: absolute;
  left: 60px;
}
.desktop-container .desktop-workspace.scale-workspace {
  transform: scale(0.1979, 0.1856);
  top: -250px;
  left: -162px;
}

.app-drawer {
  height: calc(100% - 20px);
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.91);
  margin-top: 20px;
}
.app-drawer .searchbox {
  margin-top: 46px;
  width: 390px;
  height: 40px;
  border-radius: 30px;
  background: rgba(95, 95, 95, 0.4117647059);
  color: #2f2f2f;
  font-weight: 500;
  color: #a6a6a6;
  backdrop-filter: blur(80px);
}
.app-drawer .all-app-list {
  margin: 0 auto;
  margin-top: 750px;
  width: 62%;
  height: 565px;
  transition: margin-top 0.25s ease;
}
.app-drawer .all-app-list.open-app-list {
  margin-top: 46px;
}
.app-drawer .app-container {
  color: #dfdfdf;
  height: 165px;
}
.app-drawer .app-container:hover .app-name {
  text-wrap: wrap;
}
.app-drawer .app-container .app-icon {
  width: 90px;
  height: 90px;
}
.app-drawer .app-container .app-name {
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  width: 125px;
  max-height: 45px;
  transition: height 0.15s ease;
}
.app-drawer .app-container .app-icon-wrap {
  padding: 16px 5px;
  width: 152px;
}
.app-drawer .app-container .app-icon-wrap:hover {
  background: rgba(112, 112, 112, 0.23);
  backdrop-filter: blur(50px);
  border-radius: 8px;
}

.desktop-pane {
  height: 180px;
  width: 370px;
  margin: 10px;
  margin-top: 27px;
  position: relative;
}

.ethernet-menu .top-setting-container {
  width: 395px;
  bottom: -365px;
  min-height: 270px;
  left: -360px;
  z-index: 1;
  background: #ffffff;
  border-radius: 14px;
  padding: 18px;
}

.top-settings-icon {
  width: 14px;
  height: 14px;
}

.top-setting-container {
  color: #232323;
}
.top-setting-container .range-slider {
  width: 322px;
  margin: auto;
  height: 3px;
}
.top-setting-container .range-slider .range-slider__range {
  background: #e95420;
}
.top-setting-container .range-slider .range-slider__thumb[data-upper] {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #929292;
}
.top-setting-container .range-slider .range-slider__thumb[data-lower] {
  width: 0;
}
.top-setting-container .range-slider .range-slider__range {
  border-radius: 6px;
}
.top-setting-container .rounded-tiles .rounded-tile {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-setting-container .rounded-tiles .rounded-tile:not(:first-child) {
  margin-left: 12px;
}
.top-setting-container .rounded-tiles .rounded-tile.battery {
  width: 70px;
  font-size: 13px;
  font-weight: lighter;
  justify-content: space-between;
  padding: 0 10px;
}
.top-setting-container .top-settingoption {
  height: 40px;
}
.top-setting-container .settingoption {
  font-size: 12px;
  width: 48%;
  min-height: 50px;
  border-radius: 30px;
  margin: 7px 0;
  color: rgb(77, 77, 77);
  background: #e4e4e4;
}
.top-setting-container .settingoption.turn-on-option {
  background: #e95420;
  color: white;
}
.top-setting-container .settingoption:nth-child(odd) {
  margin-right: 12px;
}
.top-setting-container .settingoption:hover:not(.turn-on-option) {
  background: rgba(146, 144, 143, 0.2941176471);
}
.top-setting-container .settingoption .settingoption-name {
  font-size: 15px;
  cursor: default;
}
.top-setting-container .settingoption .setting-opt-name,
.top-setting-container .settingoption .subcatItem {
  width: 95%;
  height: 100%;
  border-radius: 5px;
  padding-left: 10px;
}

.lhs-section-bg {
  background: #f2f2f2;
  border-right: 1px solid rgba(171, 171, 171, 0.5843137255);
}

.settings-container {
  font-weight: 600;
  height: calc(100vh - 25px);
}
.settings-container .settings-section {
  min-width: 980px;
  font-size: 12px;
  border: 1px solid rgba(171, 171, 171, 0.5843137255);
}
.settings-container .settings-section .lhs-section {
  width: 234px;
  padding: 7px;
}
.settings-container .settings-section .lhs-section .settings-lhs-options {
  padding-top: 10px;
}
.settings-container .settings-section .lhs-section .setting-option-icon {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.settings-container .settings-section .lhs-section .setting-option {
  font-weight: lighter;
  width: 100%;
  margin: 5px 0;
  border-radius: 5px;
  padding: 5px 2px;
  height: 37px;
  padding: 14px;
  cursor: default;
}
.settings-container .settings-section .lhs-section .setting-option:hover, .settings-container .settings-section .lhs-section .setting-option.selected-setting {
  background: rgba(19, 19, 19, 0.1);
}
.settings-container .settings-section .lhs-section .setting-option-divider {
  width: 99%;
  height: 1px;
  background: rgba(77, 76, 76, 0.2392156863);
  position: absolute;
  bottom: -3px;
  left: -1%;
}
.settings-container .settings-section .app-center-lhs {
  width: 206px;
  min-width: 206px;
}
.settings-container .settings-section .rhs-section {
  background: #fafafa;
}
.settings-container .settings-section .setting-header-icon {
  padding: 6.5px;
}
.settings-container .settings-section .setting-header-icon:hover {
  background: #ABABAB;
}

.ubuntu-power-trigger {
  border: none !important;
}
.ubuntu-power-trigger .tick-image {
  display: none !important;
}

.ubuntu-power-down {
  margin-top: 10px;
  min-width: 120px;
  border: none;
  overflow: visible;
  box-shadow: 0px 0px 12px 1px rgba(24, 24, 24, 0.2);
  padding: 7px;
  border-radius: 8px !important;
}
.ubuntu-power-down::after {
  position: absolute;
  content: "";
  /* width: 14px; */
  /* height: 14px; */
  /* background: red; */
  top: -10px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  /* border: none; */
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.ubuntu-power-down .ember-power-select-option {
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: lighter;
  font-size: 14px;
}
.ubuntu-power-down .ember-power-select-option[aria-current=true],
.ubuntu-power-down .ember-power-select-option[aria-selected=true]:hover {
  background: rgba(114, 116, 119, 0.1411764706);
  color: inherit;
}
.ubuntu-power-down .ember-power-select-option[aria-selected=true] {
  background-color: transparent;
  display: flex;
  align-items: center;
}
.ubuntu-power-down .ember-power-select-option[aria-selected=true] img {
  width: 14px;
  height: 14px;
}
.ubuntu-power-down .ember-power-select-trigger:focus {
  border: none !important;
}

#calendar-container {
  width: 254px;
  min-height: 300px;
}
#calendar-container button.ember-power-calendar-day {
  background: transparent;
  height: 35px;
  width: 35px;
  max-width: 35px;
  font-weight: lighter;
  font-size: 13px;
}
#calendar-container .ember-power-calendar-day--selected {
  background: #e95420 !important;
  color: white;
  border-radius: 70px;
}
#calendar-container .ember-power-calendar-day--focused {
  box-shadow: none;
  border: none;
}
#calendar-container .ember-power-calendar-weekday {
  color: #b1b1b2;
  font-weight: lighter;
  font-size: 13px;
}
#calendar-container .ember-power-calendar-nav-title, #calendar-container .ember-power-calendar-nav-control {
  color: #6f6f6f;
}

.top-calendar-box {
  width: 730px;
  height: 500px;
  left: 30.5%;
  border-radius: 12px;
  background: #f7f7f7;
  padding: 10px;
  top: 40px;
}
.top-calendar-box .calendar-section {
  border-left: 1px solid rgba(171, 171, 171, 0.5843137255);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.top-calendar-box .events-list, .top-calendar-box .world-clock {
  font-weight: lighter;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 0 1px 2px #e9e9e9;
}
.top-calendar-box .events-list .day, .top-calendar-box .world-clock .day {
  opacity: 0.5;
}
.top-calendar-box .events-list .event, .top-calendar-box .world-clock .event {
  opacity: 0.4;
}
.top-calendar-box .display-selected-container {
  margin-bottom: 12px;
}
.top-calendar-box .display-selected-container .selected-day-name {
  font-weight: lighter;
  font-size: 14px;
  opacity: 0.6;
}
.top-calendar-box .display-selected-container .selected-date {
  font-size: 20px;
  opacity: 0.4;
}
.top-calendar-box .activities-section {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.top-calendar-box .activities-section .dnd {
  font-weight: lighter;
  opacity: 0.7;
  font-size: 14px;
}

.context-menu {
  position: fixed;
  top: 30px;
  left: 200px;
  min-width: 250px;
  min-height: 150px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.28);
  padding: 7px;
  z-index: 100;
}
.context-menu .context-menu-option {
  font-size: 14px;
  height: 35px;
  padding-left: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-weight: 100;
  cursor: default;
}
.context-menu .context-menu-option:hover {
  background-color: rgba(19, 19, 19, 0.1);
}
.context-menu .seperator-line {
  height: 1px;
  width: calc(100% - 7px);
  background-color: rgba(19, 19, 19, 0.1);
  margin: 5px;
}

@media (max-width: 430px) {
  .taskbar, .desktop-container .topbar {
    z-index: 2;
  }
  .desktop-container .taskbar > div {
    justify-content: flex-end;
  }
  .desktop-container .taskbar .taskbaricon {
    margin-bottom: 2px;
    padding: 2px 4px;
  }
  .desktops-pans {
    display: none !important;
  }
  .wallpaper {
    display: none;
  }
  .app-drawer {
    z-index: 1;
    transform: translateX(-350px);
  }
  .app-drawer .all-app-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 62px);
    margin: unset;
    margin-left: 68px;
    height: unset;
    justify-content: flex-start;
  }
  .app-drawer .all-app-list.open-app-list {
    margin-top: 2px;
  }
  .app-drawer .searchbox {
    margin-left: 62px;
    border-radius: 5px;
    width: calc(100% - 90px);
    margin-top: 20px;
  }
  .app-drawer .app-container {
    height: unset;
  }
  .app-drawer .app-container .app-icon-wrap {
    width: 83px;
  }
  .app-drawer .app-container .app-icon {
    width: 52px;
    height: 52px;
  }
  .app-drawer .app-container .app-name {
    max-width: 80px;
    font-size: 13px;
  }
  .desktop-container .topbar .shortcut:hover {
    background: transparent;
  }
  .desktop-container .topbar .displaytime {
    display: none;
  }
  .top-settings-icon {
    width: 18px;
    height: 18px;
  }
  .battery-icon {
    transform: rotate(90deg);
  }
}
/*@ sourceMappingURL=mx-simulator.css.map*/