body {
  background: url(/images/ribonbg1.png);
	max-width: 1200px;
}

.container-page {
  display: grid;
  grid-gap: 6px;
  grid-template:
    "header header"
    "menu menu"
    "main sidebar"
    "content content"
    "footer footer"
  / 3fr 300px;

}


.header {
	background: url(/images/gravs_bill.png);
	background-size: cover;
  background-position: top;
}


aside {
	grid-area: sidebar;
	overflow: visible;
	padding: 0px;

}

.menu {
  grid-area: menu;
  flex-direction: row;
}

.menu-box{
    display: flex;
    border: 4px ridge var(--white);
    border-radius: 10px;
    padding: 7px;
    background: url(/images/cloth-trq.png);
}

.about-box{

  border: 4px ridge var(--white);
	border-radius: 10px;
	padding: 7px;
  background: url(/images/cloth-trq.png);
}


.about-container {
	background-image: url(/images/dots1.jpeg);
	background-repeat: repeat;
	padding: 20px;
}


.about-text{
	text-align: center;
	margin: 20px;
	grid-area: text;
	border-width: 7px;
    border-style: solid;
    border-image: url(/images/pink-lace-border.png) 7 round;
}


.profile-icon {
  width: 100%;
  height: auto;
  transform: scale(1.2);
  position: relative;
  z-index: 999999;
}


.side-text {
    margin-left: auto;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
   align-items: flex-end;
   text-align: right;
}


.side-text::before {
    content: "";
    display: block;
    flex-grow: 1;
    border-bottom: 2px dotted var(--pink, #ccc);
    margin: 0 5px;
    opacity: 0.7;
}


.side-profile {
  border: 4px ridge var(--white);
	border-radius: 10px;
	padding: 7px;
  background: url(/images/cloth-trq.png);
}

.side-profile ul{
  list-style: none;
  padding-left: 5px;
  margin-left: 0;

}

.profile-item {
  background: var(--white);
  border: 1px dotted var(--hot-pink);
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  flex-grow: 1;

}

.marquee-idbuttons {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted var(--hot-pink);
  border-radius: 10px;
  background: var(--white);
  padding: 5px;
}

.marquee-idbuttons p {
	display: flex;
	align-items: center;
	gap: 0px;
	margin: 0;
    height: 100%;
    padding-left: 100%;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 3s linear infinite;
    -webkit-animation: scroll-left 3s linear infinite;
    animation: scroll-left 60s linear infinite;
}



.side-profile li{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 5px;
}
.side-profile li::before {
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.side-profile li:nth-child(1)::before {
    background-image: url("images/cake.gif");
}

.side-profile li:nth-child(2)::before {
    background-image: url("images/clip.gif");
}

.side-profile li:nth-child(3)::before {
    background-image: url("images/clover3.gif");
}

.side-profile li:nth-child(4)::before {
    background-image: url("images/aaa.gif");

}

.side-profile li:nth-child(5)::before {
    background-image: url("images/stars3.gif");
}

.side-profile li:nth-child(6)::before {
    background-image: url("images/rainbow.gif");
}

.side-profile li:nth-child(7)::before {
    background-image: url("images/froggy.gif");
}

.side-profile li:nth-child(8)::before {
    background-image: url("images/sweet.gif");
}

.side-profile li:nth-child(9)::before {
    background-image: url("images/heart-purple.gif");
}

.side-profile li:nth-child(10)::before {
    background-image: url("images/stars4.gif");
}

.side-profile li:nth-child(11)::before {
    background-image: url("images/panda-purple.gif");
}

.side-profile li:nth-child(12)::before {
    background-image: url("images/cake2.gif");
}


.fav-content li {
	list-style-image: url('/images/bullet-pink.png');
}

.fav-content li:nth-of-type(even){
	list-style-image: url('/images/pink-cross.png')
}



.favorites {
  display: flex;
  width: 100%;
  gap: 7px;

}

.favorites .wrapper1 {
  flex: 1;
}

.wrapper1 {

}


.favs-border{
  border: 4px ridge var(--white);
	border-radius: 10px;
	padding: 7px;
  background: url(/images/cloth-trq.png);
  flex-shrink: 0;
}


.fav-title {
	border: 1px solid var(--hot-pink);
	border-radius: 10px 10px 0px 0px;
	background: var(--gradient);
	color: var(--white);
	font-weight: 800;
	padding: 6px;
	-webkit-text-stroke-color: var(--turquoise-2);
    -webkit-text-stroke-width: 3px;
    paint-order: stroke fill;

}

.fav-content {
	background: var(--white);
	border: 1px solid var(--pink);
	border-top: none;
	padding-top: 5px;
  border-radius:  0px 0px 10px 10px ;
  height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.about-website-border {
  border: 4px ridge var(--white);
  border-radius: 10px;
  padding: 7px;
  background: url(/images/cloth-trq.png);
}

.about-website-text {
  text-align: center;
  margin: 20px;
  border-width: 7px;
  border-style: solid;
  border-image: url(/images/pink-lace-border.png) 7 round;

}

.about-website-content {
  background-image: url(/images/dots1.jpeg);
  background-repeat: repeat;
  padding: 20px;

}

.about-website-img {
  float: left;
  margin-right: 5px;
  margin-bottom: 0px;
  max-width: 200px;
  transform: scale(1.7) translate(-28px, 5px);

}

.kinniref-img {
    float: right;
    margin-right: 5px;
    margin-bottom: 0px;
    max-width: 200px;
    transform: scale(1.3) translate(22px, -35px);
}

.content {
  grid-area: content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-width: 7px;
  border-style: solid;
  border-image: url(/images/pink-pattern-box.png) 7 fill round;
  box-sizing: border-box;

}

.kin-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.kin-gallery div {
  width: 111px;
  height: 111px;
  margin: 2px;
  border-width: 7px;
  border-style: solid;
  border-image: url("/images/2jXrMdE.png") 11 fill round;
  position: relative;
  overflow: hidden;

}

.kin-gallery div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kinlist-link {
  justify-content: center;
  display: flex;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: var(--soft-pink);
  color: var(--white);
  -webkit-text-stroke-color: var(--turquoise-2);
  -webkit-text-stroke-width: 3px;
  paint-order: stroke fill;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s ease;

}

.kinlist-link:hover {
  background-color: var(--light-green);
}



.quiz-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid var(--pink);
  border-radius: 0 0 10px 10px;
  border-top: none;
  height: 350px;
  background: var(--white);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

.wrapper5{
  flex: 1;
  min-width: 0;
}

.column{
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1px;

}

.column img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin: 2px;
}

.survey-container {
  border: 1px solid var(--pink);
  border-radius: 0 0 10px 10px;
  border-top: none;
  height: 350px;
  background: url(/images/note-bg-pink.png);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

.survey-container ul {
    list-style: none;
    padding-left: 0;
}

.survey-container li {
    margin-bottom: 10px;
	  position: relative;
	  padding-left: 50px;
	  display: flex;
    flex-direction: column;
    gap: 1px;
}

.survey-container li::before {
    content: "";
    position: absolute;
    padding-left: 60px;
	  left: 0;
	  top: 0px;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    background-image: url("/images/bullet-pink.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.survey-question {
    color: var(--white);
    font-weight: bold;
    background: var(--soft-pink);
    padding: 3px;
    border-radius: 5px;
}

details summary {
    cursor: pointer;
    font-weight: bold;
    color: var(--text);
    border-image: url("/images/pink-pattern-box.png") 7 fill round;
    border-width: 7px;
    border-style: solid;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}

