@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap");

* {
  outline: none;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0.5s;
}

:root {
  --pure-black-white: black;
  --pure-white-black: white;
  --theme-bg-color: rgba(16 18 27 / 60%);
  --border-color: rgba(113 119 144 / 25%);
  --theme-color: #f9fafb;
  --inactive-color: rgb(113 119 144 / 78%);
  --body-font: "Poppins", sans-serif;
  --hover-menu-bg: rgba(12 15 25 / 30%);
  --content-title-color: #999ba5;
  --content-bg: rgb(146 151 179 / 13%);
  --button-inactive: rgb(249 250 251 / 55%);
  --dropdown-bg: #21242d;
  --dropdown-hover: rgb(42 46 60);
  --popup-bg: rgb(22 25 37);
  --search-bg: #14162b;
  --overlay-bg: rgba(36, 39, 59, 0.3);
  --scrollbar-bg: rgb(1 2 3 / 40%);
  --backgroundimg: url('../img/bg/dark.jpg');
}


.panel {
  width: 30%;
  height: 50%;
  left: 35%;
  top: 25%;
  position: fixed;
  font-family: var(--body-font);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}


.light-mode {
  --pure-black-white: white;
  --pure-white-black: black;
  --theme-bg-color: rgb(255 255 255 / 51%);
  --theme-color: #3c3a3a;
  --inactive-color: #333333;
  --button-inactive: #3c3a3a;
  --search-bg: rgb(255 255 255 / 31%);
  --dropdown-bg: #f7f7f7;
  --overlay-bg: rgb(255 255 255 / 30%);
  --dropdown-hover: rgb(236 236 236);
  --border-color: rgb(255 255 255 / 35%);
  --popup-bg: rgb(255 255 255);
  --hover-menu-bg: rgba(255 255 255 / 35%);
  --scrollbar-bg: rgb(255 253 253 / 57%);
  --content-title-color: #333333;;
  --backgroundimg: url('../img/bg/light.jpg');
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--body-font);
  background-image: var(--backgroundimg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
  width: 100%;
  height: 100vh;
}

img {
  max-width: 100%;
}


.light-mode .profile-img {
  border: 2px solid var(--theme-bg-color);
}

.light-mode .content-section ul {
  background-color: var(--theme-bg-color);
}

.light-mode .pop-up__title {
  border-color: var(--theme-color);
}

.light-mode .dropdown.is-active ul {
  background-color: rgba(255, 255, 255, 0.94);
}

.panefooter{
  position: absolute;
  color: var(--content-title-color);
  bottom: 0px;
  width: 100%;
  text-align: center;
  background-color: var(--theme-bg-color);
  border-top: 1px solid var(--border-color);
  padding: 2px;
  font-size: 12px;
}



#DRSghost {
	background: black;
  z-index: auto;
	position: fixed;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	pointer-events: none;
}



.maximizeClass {
  left: 0 !important;
  top: 30px !important;
  width: 100% !important;
  height: 91% !important;
}

.app {
  background-color: var(--theme-bg-color);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 100%;
  min-height: 590px;
  width: 900px;
  height: 760px;
  left: 50px;
  top: 50px;
  border-radius: 14px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-size: 15px;
  font-weight: 500;
}


.app1 {
  background-color: var(--theme-bg-color);
  display: none;
  flex-direction: column;
  overflow: hidden;
  min-width: 100%;
  width: 1080px;
  height: 795px;
  left: 150px;
  top: 50px;
  border-radius: 14px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-size: 15px;
  font-weight: 500;
}
.app2 {
  background-color: var(--theme-bg-color);
  display: none;
  flex-direction: column;
  overflow: hidden;
  min-height: 580px;
  min-width: 100%;
  width: 1000px;
  height: 870px;
  left: 50px;
  top: 40px;
  border-radius: 14px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-size: 15px;
  font-weight: 500;
}
.app3 {
  background-color: var(--theme-bg-color);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 830px;
  min-width: 100%;
  width: 1000px;
  height: 830px;
  left: 200px;
  top: 50px;
  border-radius: 14px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-size: 15px;
  font-weight: 500;
}
.app4 {
  background-color: var(--theme-bg-color);
  display: none;
  flex-direction: column;
  overflow: hidden;
  max-width: 350px;
  max-height: 605px;
  min-width: 350px;
  min-height: 605px;
  width: 350px;
  height: 605px;
  left: 500px;
  border-radius: 14px;
  top: 50px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-size: 15px;
  font-weight: 500;
}
.app5 {
  background-color: var(--theme-bg-color);
  display: none;
  flex-direction: column;
  overflow: hidden;
  min-width: 1000px;
  min-height: 650px;
  width: 1000px;
  height: 650px;
  left: 100px;
  top: 50px;
  border-radius: 14px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-size: 15px;
  font-weight: 500;
}
.app6 {
  background-color: var(--theme-bg-color);
  display: none;
  flex-direction: column;
  overflow: hidden;
  width: 550px;
  height: 703px;
  max-height: 703px;
  left: 150px;
  top: 50px;
  border-radius: 14px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-size: 15px;
  font-weight: 500;
}

.header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 58px;
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--theme-bg-color);
  white-space: nowrap;
}


.header-menu {
  margin: auto;
  width: 50%;
  align-items: center;
  padding: 40px 30px;
}


.header-menu a {
  padding: 20px 30px;
  text-decoration: none;
  color: var(--theme-color);
  border-bottom: 2px solid transparent;
  display: block;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  width: 50%;
  transition: 0.3s;
}

.header-menu-content {
  display: flex;
  margin: auto;
  width: 50%;
  justify-content: center;
}
.header-menu-content a {
  padding: 8px 30px;
  text-decoration: none;
  color: var(--inactive-color);
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.header-menu-content a.is-active, .header-menu-content a:hover {
  color: var(--theme-color);
  border-bottom: .1px solid var(--inactive-color);
}


.notify {
  position: relative;
}

.notify:before {
  content: "";
  position: absolute;
  background-color: #3a6df0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 20px;
  top: 16px;
}

.menu-circle {
  width: 15px;
  height: 15px;
  background-color: #f96057;
  border-radius: 50%;
  box-shadow: 24px 0 0 0 #f8ce52, 48px 0 0 0 #5fcf65;
  margin-right: 195px;
  flex-shrink: 0;
}


.search-bar {
  height: 40px;
  display: flex;
  width: 100%;
  max-width: 400px;
  padding-left: 16px;
  border-radius: 4px;
}

.search-bar input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--search-bg);
  border-radius: 4px;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px 0 40px;
  box-shadow: 0 0 0 2px rgba(134, 140, 160, 0.02);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 16px 48%;
  color: var(--theme-color);
}

.search-bar input::-moz-placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}

.search-bar input:-ms-input-placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}

.search-bar input::placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}

.header-profile {
  display: flex;
  align-items: center;
  padding: 0 16px 0 40px;
  margin-left: auto;
  flex-shrink: 0;
}

.header-profile svg {
  width: 22px;
  color: #f9fafb;
  flex-shrink: 0;
}

.notification {
  position: relative;
}

.notification-number {
  position: absolute;
  background-color: #3a6df0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: -6px;
  top: -6px;
}

.notification+svg {
  margin-left: 22px;
}

.profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid var(--theme-color);
  margin-left: 22px;
}

.wide .search-bar {
  max-width: 600px;
  margin: auto;
  transition: 0.4s;
  box-shadow: 0 0 0 1px var(--border-color);
  padding-left: 0;
}

.wide .menu-circle {
  margin-right: 0;
}

.wrapper {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}


.containername {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  position: relative;
  border-radius: 2%;
}

.firsttext {
  font-size: 50px;
}

h1 {
  font-family: radnika-next, -apple-system, system-ui, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  width: 100%;
  color: var(--theme-color);
  transition: all 0.2s;
  font-size: 29px;
  font-weight: 500;
  z-index: 1;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  text-align: center;
  display: inline-block;
}

h1:hover {
  transform: scale(1.2) rotateX(-20deg) rotateY(10deg);
}

h1:hover :nth-child(even) {
  animation-delay: 0.15s;
}

h1:hover span {
  display: inline-block;
  animation-name: wiggle;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes wiggle {
  0% {
    transform: translate(0, 0px) rotate(-12deg);
    text-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
  }

  65% {
    transform: translate(0, 15px) rotate(12deg) scale(1.3);
    text-shadow: -10px -10px 3px rgba(0, 0, 0, 0.1);
  }

  100% {
    transform: translate(0, 0px) rotate(-12deg);
    text-shadow: 10px 10px 3px rgba(0, 0, 0, 0.1);
  }
}




.app2 .left-side{
  flex-basis: 25% !important;
}

.left-side {
  flex-basis: 35%;
  border-right: 1px solid var(--border-color);
  padding: 30px;
  overflow: auto;
  flex-shrink: 0;
  overflow-x: hidden;
}


.side-wrapper+.side-wrapper {
  margin-top: 20px;
}

.side-title {
  color: var(--inactive-color);
  margin-bottom: 14px;
}

.side-menu {
  display: flex;
  flex-direction: column;
}


.side-menu a {
  text-decoration: none;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.3s;
}

.side-menu a:hover {
  background-color: var(--hover-menu-bg);
}


.side-menu .listleft {
  text-decoration: none;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  transition: 0.3s;
  overflow-wrap: break-word !important;
}

.side-menu .listleft:hover {
  background-color: var(--hover-menu-bg);
}

.side-menu svg {
  width: 16px;
  margin-right: 8px;
}

.side-menu img {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid var(--theme-bg-color);
  border-radius: 100%;
}

.updates {
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 18px;
  height: 18px;
  font-size: 11px;
}

.main-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  height: 35px;
  flex-shrink: 0;
}


.main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.header .main-container{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 10%;
}

.menu-link-main {
  text-decoration: none;
  color: var(--theme-color);
  padding: 0 30px;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  color: var(--theme-color);
  padding: 20px 40px;
  height: 100%;
  overflow: auto;
  background-color: var(--theme-bg-color);
}

.content-wrapper.skillist {
  padding: 0 40px 40px !important;
}

.content-wrapper-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-radius: 14px;
  padding: 20px 40px;
}


.content-wrapper.overlay {
  pointer-events: none;
  transition: 0.3s;
  background-color: var(--overlay-bg);
}

.overlay-app {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: all;
  background-color: rgba(36, 39, 59, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.overlay-app.is-active {
  visibility: visible;
  opacity: 1;
}

.img-content {
  /* font-weight: 500; */
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 0;
}

.img-content svg {
  width: 28px;
  margin-right: 14px;
}

.content-text {
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.7em;
  color: #ebecec;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-wrapper-context {
  max-width: 350px;
}

.content-button {
  background-color: #3a6df0;
  border: none;
  padding: 8px 26px;
  color: #fff;
  border-radius: 20px;
  margin-top: 16px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.content-wrapper-img {
  width: 186px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -25px;
  -o-object-position: center;
  object-position: center;
}
.content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.content-section-title {
  color: var(--content-title-color);
  margin-bottom: 14px;
}

.content-section ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  background-color: var(--content-bg);
  padding-left: 0;
  margin: 0;
  border-radius: 14px;
  border: 1px solid var(--theme-bg-color);
  cursor: pointer;
}

.content-section ul li {
  list-style: none;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: 0.3s;
}

.content-section ul li:hover {
  background-color: var(--theme-bg-color);
}

.content-section ul li+li {
  border-top: 1px solid var(--border-color);
}

.content-section ul svg {
  width: 28px;
  border-radius: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}

.products {
  display: flex;
  align-items: center;
  width: 150px;
}

.status {
  margin-left: auto;
  width: 140px;
  font-size: 15px;
  position: relative;
}

.status-circle {
  width: 6px;
  height: 6px;
  background-color: #396df0;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: -20px;
}

.status-circle.green {
  background-color: #3bf083;
}

.status-button {
  font-size: 15px;
  margin-top: 0;
  padding: 6px 24px;
}


.status-button.open {
  background: none;
  color: var(--button-inactive);
  border: 1px solid var(--button-inactive);
}

.status-button:not(.open):hover {
  color: #fff;
  border-color: #fff;
}

.content-button:not(.open):hover {
  background: #1e59f1;
}

.menu {
  width: 5px;
  height: 5px;
  background-color: var(--button-inactive);
  border-radius: 50%;
  box-shadow: 7px 0 0 0 var(--button-inactive), 14px 0 0 0 var(--button-inactive);
  margin: 0 12px;
}

.dropdown {
  position: relative;
  height: 53px;
  width: 40px;
  top: -24px;
  display: flex;
  left: -5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.dropdown ul {
  position: absolute;
  background: var(--dropdown-bg);
  height: 110px;
  width: 120px;
  right: 0;
  top: 20px;
  pointer-events: none;
  opacity: 0;
  transform: translatey(10px);
  transition: all 0.4s ease;
}

.dropdown ul li a {
  text-decoration: none;
  color: var(--theme-color);
  font-size: 12px;
}

.dropdown.is-active ul {
  opacity: 1;
  pointer-events: all;
  transform: translatey(25px);
}

.dropdown.is-active ul li:hover {
  background-color: var(--dropdown-hover);
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 187px;
  margin-left: auto;
}

.pop-up {
  position: absolute;
  padding: 30px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  z-index: 10;
  background-color: var(--popup-bg);
  width: 500px;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  white-space: normal;
}


.pop-up.visible {
  visibility: visible;
  opacity: 1;
}

.pop-up__title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pop-up__subtitle {
  white-space: normal;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.pop-up__subtitle a {
  color: var(--theme-color);
}

.content-button-wrapper .content-button.status-button.open.close {
  width: auto;
}

.content-section .close {
  margin-right: 0;
  width: 24px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.checkbox-wrapper+.checkbox-wrapper {
  margin: 20px 0 40px;
}

.checkbox {
  display: none;
}

.checkbox+label {
  display: flex;
  align-items: center;
}

.checkbox+label:before {
  content: "";
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox:checked+label:before {
  background-color: #3a6df0;
  border-color: #3a6df0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
  background-position: 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.content-button-wrapper {
  margin-top: auto;
  margin-left: auto;
}

.content-button-wrapper .open {
  margin-right: 8px;
}

.apps-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card-container{
  width: 180px;
  display: none;
  position: relative;
  flex-direction: column;
  margin: auto;
}
.app-card {
  width: 180px;
  display: flex;
  position: relative;
  flex-direction: column;
  width: auto;
  margin: auto;
  margin-top: 35px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.app-card:hover {
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, .9);
  transition: .4s ease-in-out;
  color: #14162b;
}
.app-card:hover img{
  transform: rotate(10deg) scale(1.2);
  -webkit-filter: drop-shadow(10px 10px 10px #222);
  filter: drop-shadow(10px 10px 10px #222);
  transition: .5s ease-in-out;
}


.app-card__subtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.app-card__subtext img{
  display: block;
  margin-left: 30px;
  margin-top: 10px;
  margin-right: 30px;
  -webkit-filter: drop-shadow(0 0 5px #222);
  filter: drop-shadow(0 0 5px #222);
  width: 100px;
  height: 100px;
}

.app-card-buttons {
  display: block;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.app-card-buttons h2{
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 100px;
  word-spacing: -3px;
  text-transform: uppercase;
  font-size: 15px;
}


.show {
  display: flex;
}

::-webkit-scrollbar {
  width: 2px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--content-title-color);
  border-radius: 10px;
}



.menu-bar {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-bg-color);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.menu-bar .left {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: auto;
  margin-left: 5px;
}

.menu-bar .left .main-icon {
  transform: scale(1.5);
  margin-right: 20px;
}

.menu-bar .left .menus {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: var(--theme-color);
  font-size: 14px;
}

.menu-bar .left .active {
  font-weight: bold;
  color: var(--theme-color) !important;
}

.menu-bar .right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 200px;
}


.menu-bar .right .vol {
  transform: scale(0.6);
  margin-right: -10px;
}

.menu-bar .right .menu-time {
  height: 100%;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
}

.menu-bar .right .menu-ico {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-bar .right .menu-ico i {
  font-size: 16px;
  color: var(--theme-color);
}

.dock {
  z-index: 99999999;
  width: auto;
  height: 60px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}


.dock .dock-container {
  padding: 3px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--theme-bg-color);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.dock .dock-container .li-bin {
  margin-left: 20px;
  border-left: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 0px 10px;
}

.dock .dock-container .dot {
  position: absolute;
  width: 5px;
  height: 5px;
  display: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  bottom: 2px;
}
.li-2 .dot{
  display: block !important;
}
.dock .dock-container li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: bottom;
  transition: 0.2s;
  transform-origin: 50% 100%;
}


.dock .dock-container li .name {
  position: absolute;
  top: -65px;
  background: var(--theme-bg-color);
  color: var(--pure-white-black);
  height: 13px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  visibility: hidden;
}

.dock .dock-container li .name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--theme-bg-color);
}

.dock .dock-container li .ico {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.dock .dock-container li .ico-bin {
  width: 94% !important;
  height: 94% !important;
  object-fit: cover;
  transition: 0.2s;
}

.dock .dock-container li .ico-bin:hover {
  margin-left: 10px;
}

.li-1:hover .name {
  visibility: visible !important;
}

.li-2:hover .name {
  visibility: visible !important;
}

.li-3:hover .name {
  visibility: visible !important;
}

.li-4:hover .name {
  visibility: visible !important;
}

.li-5:hover .name {
  visibility: visible !important;
}

.li-6:hover .name {
  visibility: visible !important;
}

.li-7:hover .name {
  visibility: visible !important;
}

.li-8:hover .name {
  visibility: visible !important;
}

.li-9:hover .name {
  visibility: visible !important;
}

.li-10:hover .name {
  visibility: visible !important;
}

.li-11:hover .name {
  visibility: visible !important;
}

.li-12:hover .name {
  visibility: visible !important;
}

.li-13:hover .name {
  visibility: visible !important;
}

.li-14:hover .name {
  visibility: visible !important;
}

.li-15:hover .name {
  visibility: visible !important;
}


.header .left-side button {
  background-color: transparent;
  position: absolute;
  border: none;
}

.closeBTN {
  background-image: url("../img/btn/close-normal.png");
  position: relative;
  left: 20px;
  top: 20px;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.closeBTN:hover {
  background: url('../img/btn/close-hover.png');
  filter: brightness(90%);
  position: absolute;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.maximizeBTN {
  background-image: url("../img/btn/max-normal.png");
  position: absolute;
  left: 50px;
  top: 20px;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.maximizeBTN:hover {
  background: url('../img/btn/max-hover.png');
  filter: brightness(90%);
  position: absolute;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.minimizeBTN {
  background-image: url("../img/btn/min-normal.png");
  position: absolute;
  left: 80px;
  top: 20px;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}

.minimizeBTN:hover {
  background: url('../img/btn/min-hover.png');
  position: absolute;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
}


#spotlight_wrapper {
  position: absolute;
  z-index: 99999;
  top: 15%;
  left: 0;
  right: 0;
  width: auto;
  display: none;
  transition: 1s ease-in-out;
}
.results{
  overflow: auto;
  position: relative;
  max-height: 60vh;
}
#spotlight {
  display: block;
  width: 628px;
  height: 56px;
  z-index: 99999;
  margin: auto;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px 0 whitesmoke;
  outline: none;
  font-size: 1.6rem;
  font-family: var(--body-font);
  color: var(--theme-color);
  background-color: var(--theme-bg-color);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjIuNyAyMi41IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi43IDIyLjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2NzY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgY3g9IjguMSIgY3k9IjguNCIgcj0iNi44Ii8+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjY2NzY2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjEzLjIiIHkxPSIxMi45IiB4Mj0iMjEuNSIgeTI9IjIxLjQiLz48L3N2Zz4=");
  background-position: left 17px center;
  background-repeat: no-repeat;
  background-size: 3.5%;
  padding: 0 52px;
  transition: 1s ease-in-out;
}

#spotlight::placeholder{
  color: var(--pure-white-black);
}


.darker{
  display: none;
  background: rgba(0, 0, 0, .8);
  transition: 1s ease-in-out;
  z-index: 99998;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.results > div {
  display: none;
  width: 620px;
  height: 56px;
  z-index: 99999;
  margin: auto;
  outline: none;
  font-size: 1.6rem;
  font-family: var(--body-font);
  color: var(--theme-color);
  background-color: var(--theme-bg-color);
  background-position: left 17px center;
  background-repeat: no-repeat;
  background-size: 9%;
  padding: 0 100px;
}

.results > div:hover {
  cursor: pointer;
  background-color: var(--dropdown-hover);
}
.results > div p {
  height: 100px;
  line-height: 56px;
  text-align: left;
  margin-block-start: 0px;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}





/* asdasdasdasd */



#portfolioimg img, #main {
  border-radius: 10px;
}
#portfolioimg {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#portfolioimg img {
  margin-left: 15px;
  margin-right: 15px;
  width: 15%;
  height: auto;
  display: inline;
  transition: .2s ease-in-out;
  cursor: pointer;

}

#portfolioimg img:hover {
transform: scale(1.2);
}
#main {
  margin: 15px;
  width: 100%;
  display: inline;
  transition: .2s ease-in-out
}


/* Fixed px on height and width. Position buttons within using flexbox */

.calculator {
  align-content: flex-start;
  align-items: flex-start;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: var(--body-font);
  height: 540px;
  justify-content: flex-start;
  margin: 0 auto;
  overflow: hidden;
  width: 340px;
}

/* Button defaults */

.calculator button {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 32px;
  font-weight: 300;
  height: 85px;
  line-height: 85px;
  margin-left: 0;
  padding: 0;
  text-align: center;
  width: 85px;
  transition: opacity .2s ease-out;
  font-family: var(--body-font);
}

.calculator button:hover{
  opacity: .9;
}

.calculator button:active, .calculator button.active{
  opacity: .8;
}

/* Display area */

.calculator-display {
  color: var(--theme-color);
  flex-grow: 1;
  font-size: 87px;
  font-weight: 100;
  height: 100px;
  line-height: 67px;
  padding-right: 10px;
  padding-top: 20px;
  text-align: right;
}

/* Brief blink animation */

.blink {
  animation: blinker .1s linear 1;
}

@keyframes blinker {  
  50% { 
    opacity: 0; 
  }
}

/* Flex keyboard layout */

.calculator-keyboard {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* Number keys (0-9, C, +/-, %) */

.calculator-keyboard_container_numbers {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-basis: 75%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.calculator-keyboard_number_key:hover{
  background-color: var(--theme-bg-color);
}
.calculator-keyboard_operator_key:hover{
  background-color: var(--theme-bg-color);
}
.calculator-keyboard_number_key:nth-child(-n+3):hover {
  background-color: var(--theme-bg-color);
}

button.calculator-keyboard_number_key {
  background-color: transparent;
  color: var(--theme-color);
  outline: 1px solid var(--search-bg);
}

/* Specific alignment for "0" key */

button.calculator-keyboard_number_key[value="0"]{
  margin-left: none;
  padding-left: 1.05em;
  text-align: left;
}

/* C, +/- and % */

button.calculator-keyboard_number_key:nth-child(-n+3) {
  background-color: var(--content-bg); 
   font-size: 26px;
}

/* Operator (orange) keys */

.calculator-keyboard_container_operators {
  flex-basis: 25%;
}

button.calculator-keyboard_operator_key {
  background-color: var(--content-bg); 
  color: var(--theme-color);
  flex-grow: 1;
  font-size: 36px;
  outline: 1px solid var(--search-bg);
  font-weight: 100;
}

/* Fix for uncentered 'x' char (due to font selection) */
button.calculator-keyboard_operator_key span{
 position: relative;
 top: -5px;
}

/* Button order */
.calculator-keyboard button[value="."] {
  order: 11;
}
.calculator-keyboard button[value="0"] {
  border-bottom-left-radius: 9px;
  order: 10;
  flex-grow: 2;
}
.calculator-keyboard button[value="1"] {
  order: 7;
}
.calculator-keyboard button[value="2"] {
  order: 8;
}
.calculator-keyboard button[value="3"] {
  order: 9;
}
.calculator-keyboard button[value="4"] {
  order: 4;
}
.calculator-keyboard button[value="5"] {
  order: 5;
}
.calculator-keyboard button[value="6"] {
  order: 6;
}
.calculator-keyboard button[value="7"] {
  order: 1;
}
.calculator-keyboard button[value="8"] {
  order: 2; 
}
.calculator-keyboard button[value="9"] {
  order: 3;
}
.calculator-keyboard button[value="clear"] {
  border-top-left-radius: 9px;
}
.calculator-keyboard button[value="div"] {
  border-top-right-radius: 9px;
}
.calculator-keyboard button[value="result"] {
  border-bottom-right-radius: 9px;
}


.bxs-moon {
  cursor: pointer;
  transform: rotate(0deg) !important;
  transition: .5s !important;
}

.bxs-moon:hover {
  transform: rotate(360deg) scale(1.5)!important;
  transition: .5s !important;
}

.bxs-sun {
  cursor: pointer;
  transform: rotate(0deg) !important;
  transition: .5s !important;
}

.bxs-sun:hover {
  transform: rotate(360deg) scale(1.5)!important;
  transition: .5s !important;
}

.mode-content {
  display: none;
  position: fixed;
  right: 120px;
  border-radius: 5px;
  padding: 8px;
  color: var(--theme-color);
  font-size: 14px;
  margin: 7px;
  background-color: var(--theme-bg-color);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.mode:hover .mode-content {
  display: block;
}


.checkbox {
  opacity: 0;
  position: absolute;
}


.battery-content {
  display: none;
  position: fixed;
  right: 0;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  margin: 7px;
  background-color: var(--theme-bg-color);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}


.battery a {
  padding: 0;
}

.battery-content a {
  color: var(--theme-color);
  text-decoration: none;
  display: block;
  text-align: left;
}
.battery i:hover{
  transform: scale(1.5);
}

.battery:hover .battery-content {
  display: block;
}


.volume-content {
  display: block;
  position: fixed;
  visibility: hidden;
  right: 75px;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  margin: 7px;
  background-color: var(--theme-bg-color);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.volume a {
  padding: 0;
}

.volume-content:hover {
  display: block;
}

.volume-content a {
  color: var(--theme-color);
  text-decoration: none;
  display: block;
  text-align: left;
}
.volume i:hover{
  transform: scale(1.5);
}

.volume:hover .volume-content {
  visibility: visible;
}
.volume:not(:hover) .volume-content{
  visibility: hidden;
  transition: visibility .3s;
}

.volume-content i:hover{
  cursor: pointer;
}

.volume-content input{
  
  cursor: pointer;
}


.clock {
  display: inline-block;
  color: var(--theme-color);
  font-size: 15px;
}

.clock-content {
  display: none;
  position: fixed;
  right: 0;
  border-radius: 5px;
  padding: 8px;
  font-size: 15px;
  margin: 10px;
  background-color: var(--theme-bg-color);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.clock-content a {
  color: var(--theme-color);
  text-decoration: none;
  display: block;
  text-align: left;
}

.clock:hover .clock-content {
  display: block;
}



input[type=text], select, input[type=email], textarea {
  width: 100%;
  padding: 9px;
  margin-top: 13px;
  background-color: var(--theme-bg-color-color);
  color: var(--theme-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
textarea{
  min-height: 50px;
  max-height: 75px;
  resize: vertical;
}

input[type=text]::placeholder{
  color: var(--content-title-color);
}
textarea::placeholder{
  color: var(--content-title-color);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

select option {
  margin: 40px;
  background-color: var(--theme-bg-color);
  color: var(--theme-color);
  font-size: 20px;
  border-radius: 0;
}


.mailsubmit {
  background-color: transparent;
  color: var(--theme-color);
  padding: 12px 20px;
  margin-top: 30px;
  border: 1px solid;
  border-color: var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
.mailsubmit:hover {
  background-color: var(--theme-color) !important;
  color: var(--pure-black-white) !important;
}


.cardnotification {
  position: relative;
  display: block;
  right: 10px;
  height: auto;
  width: auto;
  padding: 15px;
  font-size: 20px;
  text-align: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 10px;
  transition: 1s ease-in-out;
}

.alert-success{
  display: flex ;
  background-color: green;
  color: var(--theme-color);  
  backdrop-filter: blur(32px);
  transition: 1s ease-in-out;
  cursor: pointer;
}
.alert-danger{
  display: flex ;
  background-color: red;
  color: var(--theme-color); 
  backdrop-filter: blur(32px); 
  transition: 1s ease-in-out;
  cursor: pointer;
}
.disablethis{
  display: none !important;
}







/* Slideshow container */
.slideshow-container-landscape {
  max-width: 1000px;
  width: 90%;
  height: auto;
  position: relative;
  margin: auto;
  margin-top: 0;
  margin-bottom: 20px;
}
.slideshow-container-portrait {
  max-width: 550px;
  width: 60%;
  height: auto;
  position: relative;
  margin: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.slideshow-container-landscape:hover .prev{
  background-color: rgba(0,0,0,0.8);
}

.slideshow-container-landscape:hover .next{
  background-color: rgba(0,0,0,0.8);
}


.slideshow-container-portrait:hover .prev{
  background-color: rgba(0,0,0,0.8);
}


.slideshow-container-portrait:hover .next{
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  overflow: hidden;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



.containeinstagram {
  max-width: 93.5rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.btn {
  display: inline-block;
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
}

.btn:focus {
  outline: 0.5rem auto #4d90fe;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Profile Section */

.profile {
  padding: 5rem 0;
}

.profile::after {
  content: "";
  display: block;
  clear: both;
}

.profile-image {
  float: left;
  width: calc(33.333% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3rem;
}

.profile-image img {
  border-radius: 50%;
}

.profile-user-settings,
.profile-stats,
.profile-bio {
  float: left;
  width: calc(66.666% - 2rem);
}

.profile-user-settings {
  margin-top: 1.1rem;
}

.profile-user-name {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 300;
}

.profile-edit-btn {
  font-size: 1.4rem;
  line-height: 1.8;
  border: 0.1rem solid #dbdbdb;
  border-radius: 0.3rem;
  padding: 0 2.4rem;
  margin-left: 2rem;
}

.profile-settings-btn {
  font-size: 2rem;
  margin-left: 1rem;
}

.profile-stats {
  margin-top: 2.3rem;
}

.profile-stats li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-right: 4rem;
  cursor: pointer;
}

.profile-stats li:last-of-type {
  margin-right: 0;
}

.profile-bio {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2.3rem;
}

.profile-real-name,
.profile-stat-count,
.profile-edit-btn {
  font-weight: 600;
}

/* Gallery Section */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
  padding-bottom: 3rem;
}

.gallery-item {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem;
  color: #fff;
  cursor: pointer;
}

.gallery-item:hover .gallery-item-info,
.gallery-item:focus .gallery-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery-item-info {
  display: none;
}

.gallery-item-info li {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
}

.gallery-item-likes {
  margin-right: 2.2rem;
}

.gallery-item-type {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.5rem;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.fa-clone,
.fa-comment {
  transform: rotateY(180deg);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.loader {
  width: 45px;
  height: 45px;
  transform: rotateZ(0deg);
}

.loader.loading {
  animation-name: rotate-loader;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: normal;
}

.loader .loader-circle {
  fill: #0275d8;
  transition: fill 0.3s ease;
}

.loader .loader-path {
  fill: transparent;
  stroke: white;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40% 0% 40% 1000%;
  stroke-dashoffset: -176%;
}

.loader.success,
.loader.error {
  animation-name: none;
}

.loader.success .loader-circle {
  fill: #5cb85c;
}

.loader.success .loader-path {
  animation-name: loader-success;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.loader.error .loader-circle {
  fill: #c9302c;
}

.loader.error .loader-path {
  animation-name: loader-error;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes rotate-loader {
  0% {
      transform: rotateZ(0deg);
  }

  100% {
      transform: rotateZ(-360deg);
  }
}

@keyframes loader-success {
  0% {
      stroke-dashoffset: -176%;
  }

  100% {
      stroke-dashoffset: -44%;
  }
}

@keyframes loader-error {
  0% {
      stroke-dasharray: 40% 0% 40% 1000%;
      stroke-dashoffset: -176%;
  }

  35% {
      stroke-dasharray: 40% 0% 40% 1000%;
  }

  100% {
      stroke-dasharray: 55% 48% 55% 1000%;
      stroke-dashoffset: -1;
  }
}

.loader-container {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 15px;
  transform: translate(-50%, -50%);
}


/*

The following code will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox & floated styling. 

*/


.music-wrapper{
  width: 100%;
  height: 100%;
  padding: 25px 30px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.music-wrapper i{
  cursor: pointer;
}
.top-bar, .progress-area .song-timer, 
.controls{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar i{
  font-size: 30px;
  margin: 20px;
  color: var(--theme-color);
}
.top-bar i:first-child{
  margin-left: -7px;
}
.top-bar span{
  font-size: 25px;
  margin-left: -3px;
  color: var(--theme-color);
}
.img-area{
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.img-area img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.song-details{
  text-align: center;
  margin: 30px 0;
}
.song-details p{
  color: var(--theme-color);
}
.song-details .name{
  font-size: 30px;
  margin-bottom: 0;
}
.song-details .artist{
  font-size: 18px;
  opacity: 0.9;
  margin-top: 0;
  line-height: 35px;
}
.progress-area{
  height: 6px;
  width: 100%;
  margin-top: 50px;
  border-radius: 50px;
  background: #f0f0f0;
  cursor: pointer;
}
.progress-area .progress-bar{
  height: inherit;
  width: 0%;
  position: relative;
  border-radius: inherit;
  background: grey;
}
.progress-bar::before{
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  top: 50%;
  right: -5px;
  z-index: 2;
  opacity: 1;
  pointer-events: none;
  transform: translateY(-50%);
  background: var(--pure-white-black);
  transition: opacity 0.2s ease;
}
.progress-area:hover .progress-bar::before{
  opacity: 1;
  pointer-events: auto;
}
.progress-area .song-timer{
  margin-top: 10px;
}
.song-timer span{
  font-size: 15px;
  color: var(--theme-color);
}
.controls{
  margin: 50px 0 5px 0;
}
.controls i{
  font-size: 28px;
  user-select: none;
  background: var(--theme-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.controls i:nth-child(2),
.controls i:nth-child(4){
  font-size: 43px;
}
.controls #prev{
  margin-right: -13px;
}
.controls #next{
  margin-left: -13px;
}
.controls .play-pause{
  height: 54px;
  width: 54px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--theme-color);
  box-shadow: 0px 0px 5px var(--theme-color);
}
.play-pause::before{
  position: absolute;
  content: "";
  height: 43px;
  width: 43px;
  border-radius: inherit;
  background: var(--theme-color);
}
.play-pause i{
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--theme-bg-color);
  position: absolute;
}

.music-list{
  position: block;
  background: transparent;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  border-radius: 15px;
  box-shadow: 0px -5px 10px rgba(0,0,0,0.1);
  transition: all 0.15s ease-out;
}
.music-list.show{
  display: block !important;
  bottom: 0;
  opacity: 1;
  margin: 0;
  padding: 10px;
  pointer-events: auto;
}
.header-music .row-music{
  display: flex;
  align-items: center;
  font-size: 19px;
  color: var(--theme-color);
}
.header-music .row-music i{
  cursor: default;
}
.musiklistpanel{
  display: block;
  position: static;
  padding: 0 !important;
  overflow: auto;
}
.musiklistpanel::-webkit-scrollbar{
  width: 0px;
}
.musiklistpanel li{
  padding-top: 10px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
}
.musiklistpanel li:last-child{
  border-bottom: 0px;
}
.musiklistpanel li .row-music span{
  font-size: 17px;
}
.musiklistpanel li .row-music p{
  opacity: 0.8;
  margin-top: 7px;
  font-size: 14px;
}
.musiklistpanel li .audio-duration{
  font-size: 16px;
  margin-top: 15px;
  right: 0 !important;
}
.musiklistpanel li.playing{
  pointer-events: none;
  color: var(--theme-color);
}
.muncul{
  display: flex !important;
}

.timeline {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  background-color: rgb(255 255 255 / 5%);
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline p{
  margin-right: 0;
  padding-right: 0;
}
.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
}
.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}
.timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #6fc173;
  position: absolute;
  left: 95px;
  top: 24px;
  border-radius: 100%;
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 500px) {
    
  .content-wrapper.skillist {
    padding: 0 0 40px ;
  }
  .side-menu{
    display: flex;
    flex-direction: row;
  }
  .containername{
    justify-content: center;
  }
  #title{margin: 0;
    position: absolute;
    top: 50%;
    font-size: 39px;
    -ms-transform: translateY(-50%);
    justify-content: center;
    text-align: center;
    transform: translateY(-50%);
  }
  #title .firsttext{

    font-size: 70px ;
  }
  .wrapper{
    display: block;
  }
  .app2 .wrapper{
    display: flex ;
  }
  .dock-container{
    transform: scale(1.4);
  }
  .dock{
    bottom: 20px ;
  }
  .dock .dock-container li:hover {
    margin: 0;
  }
  .app{
    top: 60px;
    left: 0 ;
    height: 90%;
    width: auto;
    font-size: 30px;
    overflow: hidden !important;
  }
  .app1{
    top: 60px;
    left: 0 ;
    height: auto;
    width: auto;
  }
  .app2{
    top: 60px;
    left: 0 ;
    height: auto;
    width: auto;
    font-size: 20px;
  }
  .app3{
    left: 0 ;
  }
  .app4{
    left: 200px ;
  }
  .app5{
    top: 60px;
    left: 0 ;
    height: auto;
    width: auto;
  }
  .app6{
    left: 200px ;
  }
  .menu-bar{
    height: 60px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .menu-bar{
    height: 30px;
  }
  .wrapper{
    display: flex;
  }
  .content-wrapper.skillist {
    padding: 0 40px 40px ;
  }
    
  #title{
    margin-top: 80px;
    position: absolute;
    font-size: 30px;
  }
  #title .firsttext{
    font-size: 55px ;
  }
  .side-menu{
    display: flex;
    flex-direction: column;
  }
  .dock-container{
    transform: scale(1);
  }
  .app{
    min-width: 820px;
    min-height: 590px;
    width: 960px;
    height: 760px;
    left: 30px;
    top: 50px;
    font-size: 20px;
    overflow: hidden;
  }
  .app1{
    min-width: 820px;
    min-height: 590px;
    width: 940px;
    height: 850px;
    left: 50px;
    top: 50px;
  }
  .app2{
    min-width: 850px;
    min-height: 580px;
    width: 1200px;
    height: 870px;
    left: 10px;
    top: 80px;
  }
  .app3{
    min-width: 920px;
    min-height: 830px;
    width: 920px;
    height: 830px;
    left: 200px;
    top: 50px;
  }
  .app4{
    min-width: 350px;
    min-height: 605px;
    width: 350px;
    height: 605px;
    left: 400px;
    top: 50px;
  }
  .app5{
    min-width: 800px;
    min-height: 650px;
    width: 900px;
    height: 650px;
    left: 150px;
    top: 50px;
  }
  .app6{
    width: 550px;
    height: 85%;
    left: 200px;
    top: 50px;
  }
  .dock{
    bottom: 5px ;
  }

  .dock .dock-container li:hover {
    margin: 0px 13px 0px 13px;
  }
}
@media only screen and (min-width: 1147px) {

  .app1{
    min-width: 820px;
    min-height: 590px;
    width: 1100px;
    height: 850px;
    left: 50px;
    top: 50px;
  }
}




.modal-active,
.modal-active {
    overflow: hidden;
}

#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 99999999999;
}

#modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.2s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    vertical-align: middle;
}

#modal-container .modal-background .modal {
    background: white;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
}

#modal-container .modal-background .modal h2 {
    font-size: 25px;
    line-height: 15px;
    margin-bottom: 5px;
}

#modal-container .modal-background .modal p {
    font-size: 18px;
    line-height: 22px;
}

#modal-container .modal-background .modal .modal-svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

#modal-container .modal-background .modal .modal-svg rect {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 778;
    stroke-dashoffset: 778;
}

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}