body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #1b1f24;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
.header {
  color: #c8c8c8;
}

.header-right {
  width: 376px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 1px solid #ffffff;
  font-weight: normal;
}
.page-title {
  font-size: 44px;
  font-weight: bold;
  font-family: Consolas, Monaco, monospace, sans-serif;
  height: 44px;
  line-height: 44px;
  color: #84fab0;
  margin: 0;
  padding: 0;
}

.page-subtitle {
  font-size: 24px;
  font-family: Consolas, Monaco, monospace, sans-serif;
  opacity: 0.7;
  line-height: 26px;
  color: #8fd3f4aa;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.page-vscode-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.generate-button {
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ffffff;
  color: #223344;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  height: 40px;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  margin-top: 40px;
  font-weight: 600;
}
.generate-button:hover {
  background-image: linear-gradient(120deg, #93f0b599 0%, #a1d8f499 100%);
}

.button-subtitle {
  color: #b7b8b9;
  font-size: 16px;
  margin-bottom: 60px;
  opacity: 0.5;
  margin-top: 10px;
  font-family: Consolas, Monaco, monospace, sans-serif;
}

.copy-button {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #475467;
  background-color: #293949;
  color: #eaecf0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  font-family: Consolas, Monaco, monospace, sans-serif;
  transition: all 0.3s;
  display: flex;
  box-shadow: 0 5px 6px rgba(16, 24, 40, 0.3);
  height: 40px;
  margin-left: 16px;
}
.copy-button:hover {
  background-color: #394959;
}

.top-message {
  position: absolute;
  top: 10px;
  left: 50%;
  background-image: linear-gradient(120deg, #84fab099 0%, #8fd3f499 100%);
  border: 1px solid #ffffff66;
  width: 300px;
  height: 48px;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -150px;
  transition: all ease-in-out 0.5s;
  transform: translateY(-80px);
}
.how-to-use {
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}
.how-to-use:hover {
  text-decoration: underline;
}

.contact-box {
  height: 100%;
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.contact-box:hover {
  color: #84fab0;
  text-decoration: underline;
}

.bubbly-button {
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  box-shadow: 0 2px 25px #8fd3f433;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ffffff;
  text-align: center;
  height: 40px;
  font-family: Consolas, Monaco, monospace, sans-serif;
  padding: 0 16px;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
  color: #223344;
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #84fab0 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #84fab0 20%, transparent 30%),
    radial-gradient(circle, #84fab0 20%, transparent 20%), radial-gradient(circle, #84fab0 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #84fab0 15%, transparent 20%),
    radial-gradient(circle, #84fab0 20%, transparent 20%), radial-gradient(circle, #84fab0 20%, transparent 20%),
    radial-gradient(circle, #84fab0 20%, transparent 20%), radial-gradient(circle, #84fab0 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #84fab0 20%, transparent 20%),
    radial-gradient(circle, #84fab0 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #84fab0 15%, transparent 20%),
    radial-gradient(circle, #84fab0 20%, transparent 20%), radial-gradient(circle, #84fab0 20%, transparent 20%),
    radial-gradient(circle, #84fab0 20%, transparent 20%), radial-gradient(circle, #84fab0 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  transform: scale(0.9);
  background-color: #8fd3f4;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.bubbly-button.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.sidebar-account-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
}
.sidebar-icon-wrap {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sidebar-icon-wrap:hover {
  fill: var(--hover-color) !important;
}
.arrow-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 46px;
  height: 100%;
}

.layout-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  height: 30px;
}

.title-search-icon {
  width: 13px;
  height: 13px;
  margin-right: 6px;
  opacity: 0.8;
}

.header-right-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding-right: 10px;
}
.header-left {
  width: 226px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 100%;
}

.remote-icon {
  width: 14px;
  height: 14px;
}

.footer-remote {
  width: 34px;
  height: 100%;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bell-icon {
  width: 14px;
  height: 14px;
}

.file-tree-item {
  height: 24px;
  display: flex;
  align-items: center;
}
.file-tree-item:hover {
  background-color: var(--hover-color) !important;
}
.file-tree-item:active {
  background-color: var(--active-color) !important;
}

.json-icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.large-file-icon {
  width: 18px;
  height: 18px;
}

.footer-twitter {
  color: #ffffff88;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: normal;
}
.page-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-around;
  padding: 10px;
}

.git-badge-box {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 8px;
  top: 26px;
}

.vscode-app {
  display: flex;
  flex-direction: column;
  height: 517px;
  width: 815px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 150px var(--main-color);
}
.vscode-border-box {
  border-radius: 8px;
  border: 1px solid #475467;
}

.header {
  background-color: #181818;
  display: flex;
  align-items: center;
  height: 32px;
}

.sidebar {
  background-color: #444;
  width: 226px;
  height: 100%;
}

.editor {
  flex-grow: 1;
  padding: 10px;
  background-color: #fff;
  border-left: 1px solid #ddd;
}

.content {
  display: flex;
  /* height: 460px; */
  flex: 1;
}

.file-tree {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.file-tree li {
  padding: 5px 0;
}

.file-tree li:hover {
  cursor: pointer;
  background-color: #ddd;
}

.status-bar {
  background-color: #007acc;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  font-size: 13px;
  cursor: pointer;
}

.status-bar div {
  display: flex;
  align-items: center;
}

.status-bar div:not(:last-child) {
  margin-right: 10px;
}
.my-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
.header-dot {
  display: flex;
}
.header-title {
  display: flex;
}

.sidebar-left {
  width: 48px;
  background-color: #181818;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #808080;
}

.sidebar-icon-box {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: relative;
}

.header-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}
.file-top {
  height: 35px;
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  font-weight: 600;
}
.file-tree-box {
  /* background-color: #007acc; */
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: white;
}

.file-tree-icon {
  font-size: 16px;
}

.editor-box {
  background-color: #1e1e1e;
  width: 589px;
  height: 461px;
  overflow-y: scroll;
  overflow-x: auto;
}

.editor-box::-webkit-scrollbar {
  width: 14px;
}

.editor-box::-webkit-scrollbar-track {
  background-color: #1e1e1e;
}

.editor-box::-webkit-scrollbar-thumb {
  background: #4e4e4e;
}

.git-icon-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}
.ts-text-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}
.msg-icon-box {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}
