:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New":root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}, monospace;
}

body{
font-family: Google Sans;
padding: 20px;
background: #222;
color: #fff;
}

#info{
  padding: 20px
}

h5{
  text-align: center;
}

input[type="text"]{
  color: #fff;
}

textarea{
  color: #fff;
  border: 2px solid rebeccapurple;
  padding: 5px;
  height: 80px;
  border-radius: 5px;
}

textarea:focus{
  outline: none !important;
  border: 2px solid var(--red);
  box-shadow: 0px 1px 10px rgba(255, 0, 0, 0.5);
}



#msg{
  text-align: center;
  color: var(--light);
  background: var(--success);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 16px;
}


.comment-card{
  padding: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-bottom: 15px;
  border-left: 3px solid var(--danger);
  position: relative;
}

.reply-card{
  padding: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  margin-bottom: 15px;
  border-left: 3px solid var(--orange);
  position: relative;
  margin-left: 20px;
}



.username{
  font-size: 14px;
  font-weight: bold;
}

.time{
  color: var(--danger);
  font-weight: bold;
  float: right;
  font-size: 12px;
}

.comment{
  color: var(--success);
  margin-top: 5px;
  font-size: 17px;
}


.loading{
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.offline{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #fff;
  display: none;
}

.offline::after{
  content: 'OFFLINE!';
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 50px;
  color: var(--danger);
}

.tools{
  display: flex;
  margin-top: 10px;
}

.edit{
  margin-right: 10px;
}

.delete{
  margin-right: 10px;
}

.edit-reply{
  margin-right: 10px;
}

#edit, #delete, #edit-reply, #delete-reply .modal-content{
  color: var(--light);
  text-align: center;
  background: #222;
}

#replies .modal-content{
  background: #222;
}

.edited{
  position: absolute;
  color: #7e7e7e;
  right: 3%;
  bottom: 7%;
}

.close{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5%;
  right: 5%;
}