@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");
/**
*
* Testing
*
**/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  width: 10px;
  background-color: #ffffff;
  border-left: 0 solid #ffffff;
  border-right: 0 solid #ffffff;
  margin-block: 3px;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background-color: #5357b6;
  width: 15% !important;
  height: 15% !important;
  border-radius: 50px;
}

::-webkit-scrollbar:hover {
  cursor: pointer;
}

::-moz-selection {
  /* code for firefox */
  color: #ffffff;
  background-color: #5357b6;
}

::selection {
  /* code for firefox */
  color: #ffffff;
  background-color: #5357b6;
}

/* end variables */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  /*small*/
  /* tablet */
  /* Medium */
  /* desktop  */
}
@media (min-width: 577px) {
  .container {
    width: 550px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}

/*! start variables*/
/*! end variables*/
/*! start Global Rules*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
}

body {
  font-family: "Rubik", sans-serif;
}

/*! end Global Rules*/
/*! start code */
:root {
  background-color: #f5f6fa;
}

main {
  /*! start footer */
}
main .top {
  margin-top: 1.75rem;
}
main .comment-container {
  width: 50rem;
  margin: auto;
}
main .comment-container .comment {
  display: flex;
  gap: 2.25rem;
  background-color: #ffffff;
  margin: 1.25rem auto;
  padding: 2.25rem;
  max-width: 50rem;
  border-radius: 0.625rem;
}
main .comment-container .comment .comment-votes {
  background-color: #f5f6fa;
  border-radius: 0.625rem;
  width: fit-content;
  height: fit-content;
  padding: 1.125rem;
  text-align: center;
}
main .comment-container .comment .comment-votes .plus-btn,
main .comment-container .comment .comment-votes .minus-btn {
  border: none;
  outline-style: none;
  background: transparent;
}
main .comment-container .comment .comment-votes .plus-btn:hover,
main .comment-container .comment .comment-votes .minus-btn:hover {
  cursor: pointer;
  transform: scale(1.2);
}
main .comment-container .comment .comment-votes .plus-btn:hover svg path,
main .comment-container .comment .comment-votes .minus-btn:hover svg path {
  fill: #5357b6;
}
main .comment-container .comment .comment-votes .votes-counter {
  color: #5357b6;
  text-align: center;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .comment-container .comment .comment-body {
  display: block;
  width: -webkit-fill-available;
}
main .comment-container .comment .comment-body .comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .comment-container .comment .comment-body .comment-header .comment-pic {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .profile-pic {
  width: 2.01369rem;
  height: 1.86031rem;
  border-radius: 50%;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .amyrobson {
  background: url(../images/avatars/image-amyrobson.png) lightgray 50%/contain no-repeat;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .juliusomo {
  background: url(../images/avatars/image-juliusomo.png) lightgray 50%/contain no-repeat;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .maxblagun {
  background: url(../images/avatars/image-maxblagun.png) lightgray 50%/contain no-repeat;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .ramsesmiron {
  background: url(../images/avatars/image-ramsesmiron.png) lightgray 50%/contain no-repeat;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .username {
  color: #334253;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .you-tag {
  border-radius: 0.125rem;
  background: #5357b6;
  color: #ffffff;
  padding: 0rem 0.5rem;
  font-family: Rubik;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .comment-container .comment .comment-body .comment-header .comment-pic .comment-posted-time {
  color: #67727e;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
main .comment-container .comment .comment-body .comment-header .comment-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
main .comment-container .comment .comment-body .comment-header .comment-btn .delete-btn {
  color: #ed6368;
}
main .comment-container .comment .comment-body .comment-header .comment-btn button {
  border: none;
  outline-style: none;
  background-color: transparent;
  color: #5357b6;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}
main .comment-container .comment .comment-body .comment-header .comment-btn button svg {
  margin-right: 0.5rem;
}
main .comment-container .comment .comment-body .comment-header .comment-btn button:hover {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.98);
}
main .comment-container .comment .comment-body .comment-content {
  color: #67727e;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-top: 0.25rem;
}
main .comment-container .comment .comment-body .comment-content .replyingTo {
  color: #5357b6;
  font-weight: 500;
}
main .comment-container .comment .comment-body textarea {
  resize: none;
  width: -webkit-fill-available;
  height: 7.75rem;
  border: 1px solid #5357b6;
  outline-style: none;
  border-radius: 0.625rem;
  padding: 0.75rem 1.25rem;
  margin-top: 1.125rem !important;
  cursor: pointer;
}
main .comment-container .comment .comment-body .update-btn {
  border: none;
  outline-style: none;
  float: right;
  margin-top: 1.125rem;
  padding: 1.125rem 0.875rem;
  color: #ffffff;
  border-radius: 0.5rem;
  background: #5357b6;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  text-transform: uppercase;
}
main .comment-container .comment .comment-body .update-btn:hover {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.98);
}
@media (max-width: 999px) {
  main .comment-container {
    width: 45rem;
    margin: 1.25rem 0;
  }
  main .comment-container .comment {
    max-width: 45rem;
  }
}
@media (max-width: 769px) {
  main .comment-container {
    width: 35rem;
    margin: 1.25rem 0;
  }
  main .comment-container .comment {
    max-width: 35rem;
  }
}
@media (max-width: 630px) {
  main .comment-container {
    margin: auto;
    width: 29rem;
  }
  main .comment-container .comment {
    max-width: 29rem;
    flex-direction: column-reverse;
    position: relative;
  }
  main .comment-container .comment .comment-votes {
    display: flex;
    gap: 1.75rem;
  }
  main .comment-container .comment .comment-body .comment-header .comment-btn {
    position: absolute;
    bottom: 3.75rem;
    right: 1.75rem;
  }
}
@media (max-width: 500px) {
  main .comment-container {
    width: 28rem;
  }
  main .comment-container .comment {
    max-width: 24rem;
  }
  main .comment-container .comment .comment-votes {
    gap: 1.25rem;
  }
}
@media (max-width: 580px) {
  main .comment-container {
    width: 22rem;
  }
  main .comment-container .comment {
    max-width: 22rem;
  }
}
@media (max-width: 400px) {
  main .comment-container {
    width: 19rem;
  }
  main .comment-container .comment {
    max-width: 19rem;
    padding: 1.75rem;
  }
  main .comment-container .comment .comment-votes {
    gap: 0.875rem;
  }
  main .comment-container .comment .comment-body .comment-header .comment-btn {
    position: absolute;
    bottom: 3rem;
    right: 1rem;
  }
}
main .reply-container {
  border-left: 2px solid #e9ebf0;
  padding-left: 50px;
  margin-left: 60px;
}
main .reply-container .comment-container {
  width: fit-content;
  margin: 1.75rem auto;
}
main .reply-container .comment-container .comment textarea {
  width: -webkit-fill-available;
}
@media (max-width: 999px) {
  main .reply-container {
    padding-left: 50px;
    margin-left: 140px;
    max-width: 36rem;
  }
}
@media (max-width: 769px) {
  main .reply-container {
    margin-left: 50px;
  }
}
@media (max-width: 630px) {
  main .reply-container {
    padding-left: 20px;
    margin-left: 20px;
    max-width: 29rem;
  }
}
@media (max-width: 500px) {
  main .reply-container {
    max-width: 25rem;
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media (max-width: 580px) {
  main .reply-container {
    width: 22rem;
    margin-left: 0px;
  }
  main .reply-container .comment {
    max-width: 22rem;
  }
}
@media (max-width: 400px) {
  main .reply-container {
    max-width: 19rem;
    padding-left: 15px;
    margin-left: 0px;
  }
}
main .add-comment .add-comment-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.625rem;
  background-color: #ffffff;
  margin: 2.5rem auto;
  padding: 2.25rem;
  width: 50rem;
  border-radius: 0.625rem;
}
main .add-comment .add-comment-container .profile-pic {
  width: 3.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: url(../images/avatars/image-juliusomo.png) lightgray 50%/contain no-repeat;
}
main .add-comment .add-comment-container .comment-input {
  resize: none;
  width: 100%;
  height: 6.25rem;
  border-radius: 0.5rem;
  border: 1px solid #e9ebf0;
  background: #ffffff;
  padding: 0.875rem 1.625rem;
  color: #67727e;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
main .add-comment .add-comment-container .comment-input:hover, main .add-comment .add-comment-container .comment-input:active, main .add-comment .add-comment-container .comment-input:focus {
  cursor: pointer;
  outline: 1.5px solid #67727e;
}
main .add-comment .add-comment-container .add-btn {
  width: 5rem;
  border: none;
  border-radius: 0.5rem;
  background: #5357b6;
  color: #ffffff;
  padding: 0.875rem 1rem;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
}
main .add-comment .add-comment-container .add-btn:hover {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.98);
}
@media (max-width: 999px) {
  main .add-comment .add-comment-container {
    width: 45rem;
  }
}
@media (max-width: 769px) {
  main .add-comment .add-comment-container {
    width: 35rem;
  }
}
@media (max-width: 630px) {
  main .add-comment .add-comment-container {
    width: 29rem;
  }
}
@media (max-width: 500px) {
  main .add-comment .add-comment-container {
    width: 26rem;
  }
}
@media (max-width: 580px) {
  main .add-comment .add-comment-container {
    width: 22rem;
  }
  main .add-comment .add-comment-container .comment {
    max-width: 22rem;
  }
}
@media (max-width: 400px) {
  main .add-comment .add-comment-container {
    width: 19rem;
    padding: 1.25rem;
    gap: 0.625rem;
  }
}
main footer .container {
  margin: 4rem auto 0;
  padding-bottom: 1rem;
  /*! start Attribution */
}
main footer .container .attribution {
  color: #67727e;
  font-size: 16px;
  font-weight: 600;
  padding: 2.5rem 0 0.75rem 0;
  text-align: center;
  width: -webkit-fill-available;
}
main footer .container .attribution a {
  font-size: smaller;
  text-decoration: none;
  color: #5357b6;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
main footer .container .attribution a:hover::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0a9";
  font-size: 14px;
  padding: 0 8px;
}

.bg-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(128, 128, 128, 0.404);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.bg-card .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.5rem;
  width: fit-content;
  height: fit-content;
  max-width: 25rem;
  padding: 2.5rem;
  gap: 1.25rem;
}
.bg-card .card .title {
  color: #334253;
  font-family: Rubik;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}
.bg-card .card .subtitle {
  color: #67727e;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.bg-card .card .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.125rem;
}
.bg-card .card .btns button {
  border: none;
  outline-style: none;
  border-radius: 0.5rem;
  color: #ffffff;
  text-align: center;
  font-family: Rubik;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  width: 50%;
  height: 3rem;
}
.bg-card .card .btns button:hover {
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.98);
}
.bg-card .card .btns .no-btn {
  background-color: #67727e;
}
.bg-card .card .btns .yes-btn {
  background-color: #ed6368;
}

.theme {
  text-align: end;
  padding: 2.75rem 0rem;
}
.theme .end {
  display: flex;
  justify-content: flex-end;
}
.theme .btn-theme {
  border: none;
  outline-style: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  padding: 0.75rem;
  box-shadow: -5px -5px 9px rgba(255, 255, 255, 0.45), 5px 5px 9px rgba(94, 104, 121, 0.3);
}
.theme .btn-theme::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: inset -5px -5px 9px rgba(255, 255, 255, 0.45), inset 5px 5px 9px rgba(94, 104, 121, 0.3);
}

/*! start style dark mode */
body[data-theme=dark] {
  background-color: #212225;
}
body[data-theme=dark] main .comment-container .comment {
  background-color: #121212;
}
body[data-theme=dark] main .comment-container .comment .comment-votes {
  background-color: #212225;
}
body[data-theme=dark] main .add-comment .add-comment-container {
  background-color: #121212;
}
body[data-theme=dark] main .add-comment .add-comment-container .comment-input {
  background: #121212;
}
body[data-theme=dark] .theme .btn-theme {
  box-shadow: -5px -5px 9px rgba(0, 0, 0, 0.45), 5px 5px 9px rgba(94, 104, 121, 0.3);
}
body[data-theme=dark] .theme .btn-theme::after {
  content: "";
  box-shadow: inset -5px -5px 9px rgba(0, 0, 0, 0.45), inset 5px 5px 9px rgba(94, 104, 121, 0.3);
}
body[data-theme=dark] .todo-sun {
  display: block;
}
body[data-theme=dark] .todo-moon {
  display: none;
}

/*! ------------------------------------ */
/*! start style light mode */
body[data-theme=light] .todo-sun {
  display: none;
}
body[data-theme=light] .todo-moon {
  display: block;
}

/*! end code *//*# sourceMappingURL=style.css.map */