@font-face {
  src: url(/fonts/Spirit.woff2);
  font-family: 'spirits';
  font-display: swap;
}

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

*,
*::before,
*::after {
  cursor: url("/media/cursor/melody.webp"), pointer !important;
}

* {
    font-family: angel;
    box-sizing: border-box;
    color: #665a56;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/* selection */

::selection {
  background-color: #fff1f6;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fff1f6;
  color: #8d7c76;
}

body {
  background-image: url(/media/backgrounds/pinkcheck.png);
  background-size: 40px;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

html {
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.guestbook-main {
    display: flex;
    border: 30px solid;
    border-image: url('/media/borders/renda-bg.png') 18 repeat;
    border-image-outset: 5px;
    border-radius: 30px;
    width: 730px;
    justify-content: center;
    padding: 5px;
    background: white;
    margin: 30px;
}

.guestbook-inner {
    display: flex;
    padding: 15px;
    width: -webkit-fill-available;
    border: 1px dashed #a57a64;
    border-radius: 8px;
    background: url(/media/backgrounds/green-check.gif);
    flex-direction: column;
    align-items: stretch;
}

.guestbook-inner input {
    width: 350px;
    height: 30px;
    border: 1px solid #a57a64;
    border-radius: 5px;
    padding-left: 8px;
}

#c_widget {
    width: -webkit-fill-available;
}

#c_widgetTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px;
    width: -webkit-fill-available;
    font-family: 'spirits', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #746763;
    text-shadow:
      2px 2px 0px white,
     -2px -2px 0px white,
      2px -2px 0px white,
     -2px  2px 0px white;
    border-radius: 5px;
    border: 5px solid;
    border-image-source: url(/media/borders/brown.png);
    border-image-slice: 5.4;
    border-image-repeat: round;
    background: #fff7fa;
    margin-top: 0px;
}

#c_widgetTitle::before {
    content: "";
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    background: url(/media/emojis/flower.webp) center / contain no-repeat;
    transform: scaleX(-1);
}

#c_widgetTitle::after {
    content: "";
    flex-shrink: 0;       
    width: 25px;
    height: 25px;
    background: url(/media/emojis/flower.webp) center / contain no-repeat;
}

#c_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#c_nameWrapper {
    display: flex;
    gap: 5px;
    width: -webkit-fill-available;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
}

.c-label.c-nameLabel {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #665a56;
    font-family: angel;
    padding-right: 5px;
}

.c-label.c-nameLabel::before {
    content: "";
    flex-shrink: 0;       
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: url(/media/emojis/crystal-heart.png) center / contain no-repeat;
}

.c-label.c-websiteLabel::before {
    content: "";
    flex-shrink: 0;       
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background: url(/media/emojis/crystal-heart.png) center / contain no-repeat;
}

#c_websiteWrapper {
    display: flex;
    gap: 5px;
    width: -webkit-fill-available;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    align-items: center;
    text-transform: uppercase;
}

.c-label.c-websiteLabel {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #665a56;
    font-family: angel;
    padding-right: 5px;
}

#c_textWrapper {
    display: flex;
    width: -webkit-fill-available;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 12px;
    align-items: center;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    border-image-source: url(/media/borders/brown.png);
    border-image-slice: 5.4;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    padding: 5px;
    background: white;
}

.guestbook-inner textarea {
    width: -webkit-fill-available;
    border: 1px dashed #a57a64;
    padding: 5px;
    padding-left: 10px;
}

#c_submitButton {
    width: 130px;
    height: 25px;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #fdf4f8 0%,#f9dde9 50%,#f6cfe0 51%,#f9e9f0 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #977a6a,
    1px 0 0 #977a6a,
    0 -1px 0 #977a6a,
    -1px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    cursor: pointer;
    margin: 15px 25px 25px 25px;
}

#c_submitButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #da7fa6;
}

#c_container {
    display: flex;
    gap: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    flex-direction: column;
}

.c-comment {
    display: flex;
    border: 1px solid #a57a64;
    border-radius: 5px;
    background: white;
    text-align: left;
    padding: 5px;
    width: 100%;
    font-size: 13px;
}

.c-name {
    display: flex;
    gap: 10px;
    border-bottom: 1px dashed #a57a64;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    align-items: center; 
    margin-top: 0px;
    padding: 5px;
    font-family: angel;
    color: #665a56;
}

.c-name::before {
    content: "";
    flex-shrink: 0;       
    width: 20px;
    height: 20px;
    background: url(/media/emojis/strawberry.webp) center / contain no-repeat;
    margin-bottom: 5px;
    margin-top: 5px;
}

.c-timestamp {
    margin-top: 3px; 
    letter-spacing: 1px;
    padding: 5px;
    font-family: angel;
    color: #665a56;
}

.c-timestamp,
.c-site {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
}

.c-timestamp::after {
    content: " ♡ ";
    margin-left: 6px;
    margin-right: 2px;
    color: #665a56; 
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.c-text {
    font-weight: lighter;
    padding: 5px;
    margin-top: 0px;
}

.c-reply {
    margin: 10px 6px 6px 6px;
    background: #fff7fa;
    padding-left: 8px;
    padding-right: 8px;
    font-family: angel;
    color: #665a56;
    border: 1px solid #a57a64;
    border-radius: 6px;
}

.c-replyButton {
    border: 1px solid;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #fdf4f8 0%,#f9dde9 50%,#f6cfe0 51%,#f9e9f0 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #977a6a,
    1px 0 0 #977a6a,
    0 -1px 0 #977a6a,
    -1px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    margin: 0px 2px 5px 5px;
}

.c-replyButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #da7fa6;
}

.c-expandButton {
    border: 1px solid;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #f6fcf7 0%,#ddf9e0 50%,#d3f6cf 51%,#e9f9ea 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #7fda83;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #977a6a,
    1px 0 0 #977a6a,
    0 -1px 0 #977a6a,
    -1px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    margin: 0px 7px;
}

.c-expandButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #7fda83;
}

.c-site {
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 1.2px;
    text-underline-offset: 3px;
    text-decoration-color: #8d7c76;
    text-underline-margin: 10px;
    transition: font-style 0.1s ease;
}

.c-site:hover {
  font-style: italic;
}

div#c_pagination {
    display: flex;
    justify-content: space-between;
}

#c_leftButton {
    border: 1px solid;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #fdf4f8 0%,#f9dde9 50%,#f6cfe0 51%,#f9e9f0 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    0 2px 0 #977a6a,
    2px 0 0 #977a6a,
    0 -2px 0 #977a6a,
    -2px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    width: 100px;
}

#c_rightButton {
    border: 1px solid;
    border-radius: 6px;
    background: linear-gradient(to bottom,  #fdf4f8 0%,#f9dde9 50%,#f6cfe0 51%,#f9e9f0 100%);
    box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset #da7fa6;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-shadow:
    0 1px 0 #fff,
    1px 0 0 #fff,
    0 -1px 0 #fff,
    -1px 0 0 #fff,
    0 2px 0 #977a6a,
    2px 0 0 #977a6a,
    0 -2px 0 #977a6a,
    -2px 0 0 #977a6a;
    color: white;
    border-color: #8d7c76;
    text-indent: 0.5px;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    width: 100px;
}

#c_rightButton:hover, #c_leftButton:hover {
    box-shadow: -2px -2px 2px inset white, 1px 1px 1px inset #da7fa6;
}

input:focus,
textarea:focus {
    outline: none; 
}

.in-iframe body {
  background-image: none;
  background: transparent;
}

.in-iframe .guestbook-main {
  border: none;
  background: transparent;
  margin: 0;
  width: 100%;
  height: 100%;           
  box-sizing: border-box;
}

.in-iframe .guestbook-inner {
    border: none;
    border-radius: 0px;
}

.in-iframe .c-comment {
  width: 95%;
  margin: 0 auto;
}

.in-iframe #c_widgetTitle {
    width: 95%;
    margin-top: 10px;
}

.in-iframe #c_nameWrapper {
    width: 95%;
    font-size: 14px;
}

.in-iframe #c_websiteWrapper {
    width: 95%;
    font-size: 14px;
}

.in-iframe #c_textWrapper {
    width: 95%;
}