.desktop {
  background-image: url(http://padira.ir:8081/filer/home);
  background-repeat: no-repeat;
  background-position: bottom left;
}

html.dark .desktop {
  background-color: #232e34;
  background-blend-mode: luminosity;
}

.desktop .master-pad {
  max-width: 2000px;
  margin: auto;
}

.desktop .pad_line {
  position: absolute;
  margin: auto;
  margin-top: 100px;
  width: 195px;
  height: 1000px;
}

.desktop .pad_line img {
  position: absolute;
  width: 195px;
  height: 1000px;
  margin: auto;
}

.desktop .info_group {
  position: relative;
  margin: auto;
  margin-top: 100px;
  width: 270px;
  height: 270px;
  padding: 0;
}

.desktop .info_group .info_group_lay1 {
  position: absolute;
  background-color: black;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: rotate(45deg);
  color: white;
}

html.dark .desktop .info_group .info_group_lay1 {
  background-color: #115a66;
  color: white;
}

.desktop .info_group .info_group_lay2 {
  position: absolute;
  background-color: #f0a900;
  border-radius: 150px 50px 50px 50px;
  transform: rotate(45deg);
  width: 96%;
  height: 96%;
  top: 2%;
  right: 2%;
}

html.dark .desktop .info_group .info_group_lay2 {
  background-color: #f0a900;
}

.desktop .info_group .info_group_lay3 {
  position: absolute;
  background-color: #f0e0cc;
  border-radius: 150px 50px 400px 50px;
  transform: rotate(45deg);
  width: 96%;
  height: 96%;
  top: 2%;
  right: 2%;
  font-size: 240px;
  color: rgba(255, 255, 255, 0.3490196078);
}

html.dark .desktop .info_group .info_group_lay3 {
  background-color: #f0e0cc;
  color: rgba(255, 255, 255, 0.3490196078);
}

.desktop .info {
  position: absolute;
  width: 96%;
  height: 96%;
  margin: auto;
  top: 15px;
  right: 2%;
  font-size: 0.9rem;
}

.desktop .info .title {
  text-align: center;
  color: #007cac;
}

html.dark .desktop .info .title {
  color: #007cac;
}

.desktop .info tr td:nth-child(odd),
.desktop .info tr th:nth-child(odd) {
  text-align: left;
  width: 40%;
  color: #6a2902;
}

html.dark .desktop .info tr td:nth-child(odd),
html.dark .desktop .info tr th:nth-child(odd) {
  color: #6a2902;
}

.desktop .info tr td:nth-child(even),
.desktop .info tr th:nth-child(even) {
  text-align: right;
  width: 60%;
}

.favorite_link {
  text-decoration: none;
  color: #585858;
  font-size: 1.2rem;
}

.favorites > div {
  margin-bottom: 4px;
}

.favorite_link > div {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
}

.favorite_link > div:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/*# sourceMappingURL=desktop.css.map */
