/* [project]/src/components/DisplayProgressCircles.css [app-client] (css) */
.circularProcressLoader {
  -webkit-animation: 2s linear infinite progressBarSpin;
  border: 3px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: 1.5s linear infinite progressBarSpin;
  position: relative;
  border-bottom-color: #0000 !important;
}

@-webkit-keyframes progressBarSpin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes progressBarSpin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/src/components/ShareContent.css [app-client] (css) */
.shareContent a {
  margin: 0 2px -8px;
  padding: 0 6px;
}

.shareContent svg {
  color: #9cf;
  cursor: pointer;
  fill: currentColor;
  stroke: currentColor;
  margin: 0;
  font-size: 70px;
  transition: all .6s;
}

.shareContent svg:hover {
  transition: transform .6s, color .6s;
  animation-name: share-icon-hover;
  animation-duration: 1s;
}

.shareContent .copy svg:hover {
  color: orange;
}

.shareContent .facebook svg:hover {
  color: #0866ff;
}

.shareContent .x svg:hover {
  color: #000;
}

.shareContent .whatsapp svg:hover {
  color: #25d366;
}

.shareContent .pinterest svg:hover {
  color: #bd081c;
}

.shareContent .fb-messenger svg:hover {
  color: #0078ff;
  background: #fff;
  border-radius: 10%;
  padding: 1px;
}

.shareContent .linkedin svg:hover {
  color: #0a66c2;
}

.shareContent .reddit svg:hover {
  color: #ff4500;
}

@keyframes share-icon-hover {
  0% {
    color: #fff;
  }

  5% {
    color: red;
  }

  10% {
    color: green;
  }

  15% {
    color: #00f;
  }

  20% {
    color: red;
  }

  25% {
    color: green;
  }

  30% {
    color: #00f;
  }

  35% {
    color: orange;
  }

  40% {
    color: red;
  }

  60% {
    color: orange;
  }
}

/* [project]/src/projects/components/LoadProjectComponent.css [app-client] (css) */
.projectLiveContainer {
  max-width: 1024px;
  margin: 10px auto;
}

.projectLiveContainer .projectLive {
  overflow: hidden;
}

.projectLiveContainer h1 {
  color: #9cf;
  text-align: center;
  margin: 25px auto;
  font-size: 35px;
  transition: all .6s;
}

.projectLiveContainer h1 span {
  color: #3e497a;
  width: 40px;
  height: 30px;
  margin-top: 3px;
  font-size: 25px;
  transition: margin .2s linear;
}

.projectLiveContainer h1 span.prev {
  float: left;
}

.projectLiveContainer h1 span.next {
  float: right;
}

.projectLiveContainer h1 span:hover {
  margin-top: 1px;
  transition: margin .2s linear;
}

.projectLiveContainer h1 span a {
  text-decoration: none;
  transition: font-size .2s linear;
}

.projectLiveContainer h1 span a:hover {
  font-size: 30px;
  transition: font-size .2s linear;
}

.projectLiveContainer h1 {
  position: relative;
}

.projectLiveContainer h1 .projectProgressCircle {
  display: none;
  position: absolute;
  top: 2px;
}

.projectLiveContainer h1 .projectProgressCircle.left {
  left: 40px;
}

.projectLiveContainer h1 .projectProgressCircle.right {
  right: 40px;
}

.projectLiveContainer h1.loadingPrev .projectProgressCircle.left, .projectLiveContainer h1.loadingNext .projectProgressCircle.right {
  display: flex;
}

.projectNextPrevTooltipContainer {
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 5px 10px;
  font-size: 25px;
}

.projectNextPrevTooltipContainer img {
  border-radius: 5px;
  width: auto;
  max-width: 400px;
  height: auto;
  max-height: 300px;
  margin: 15px auto;
  display: block;
}

.projectLiveContainer p {
  color: #3e497a;
  font-size: 40px;
}

.descriptionContainerFieldset {
  border-width: 2px;
  border-color: #122142;
  border-radius: 10px;
  max-width: 900px;
  margin: 20px 0 5px;
  padding: 10px 20px 20px;
  font-size: 20px;
  animation: 1.5s linear infinite radial-glow;
  box-shadow: 0 -3px 2px #747de8;
}

.descriptionContainerFieldset:hover {
  animation-play-state: paused;
  border-color: #091020 !important;
}

.descriptionContainerFieldset legend {
  color: #6db3f8;
  background-color: #21325e;
  border-color: #0000;
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
  animation: 5s linear infinite color-glow;
}

.description {
  margin-top: 10px;
}

.technology {
  margin-top: 30px;
}

.versions {
  margin-top: -1.3em;
  margin-left: 120px;
}

.external-links {
  text-align: center;
  margin: 25px 0 0;
  padding: 5px 0;
}

.projectLiveContainer .buttonContainer {
  transition: all .5s linear;
}

.external-links svg {
  vertical-align: middle;
}

@media only screen and (max-width: 1600px) {
  .projectLiveContainer h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .projectLiveContainer h1 {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 950px) {
  .projectLiveContainer h1 span {
    font-size: 2.5vw;
    transition: all .6s;
  }

  .projectLiveContainer h1, .projectLiveContainer h1 span a {
    font-size: 2vw;
    transition: all .6s;
  }

  .projectLiveContainer h1, .slide-container {
    width: calc(100% - 20px);
    transition: all .6s;
  }

  .descriptionContainerFieldset {
    width: calc(100% - 20px);
    padding: 5px 10px 10px;
    font-size: 1rem;
    transition: all .6s;
  }

  .descriptionContainerFieldset legend {
    font-size: 3.5vw;
    line-height: 1;
  }

  .projectLiveContainer .buttonContainer {
    transform: scale(.95);
  }
}

@media only screen and (max-width: 750px) {
  .projectLiveContainer h1 {
    font-size: 1.8vw;
  }

  .projectLiveContainer .buttonContainer {
    transform: scale(.9);
  }
}

@media only screen and (max-width: 650px) {
  .projectLiveContainer h1 {
    font-size: 1.5vw;
  }

  .projectLiveContainer .buttonContainer {
    transform: scale(.85);
  }
}

@media only screen and (max-width: 450px) {
  .projectLiveContainer .buttonContainer {
    transform: scale(.75);
  }
}

/*# sourceMappingURL=src_e6f908a5._.css.map*/